

/* Start:/bitrix/templates/fbkomain/styles.css?164812983217168*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, div{
display: block;
}
body{
background: #fff;
font-family: 'Open Sans', sans-serif;
line-height: 1;
}
ol, ul{
list-style: none;
}
blockquote, q{
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after{
content: '';
content: none;
}
table{
border-collapse: collapse;
border-spacing: 0;
}
fieldset,img{
border: 0;
}
.clear{
clear: both;
line-height: 0;
font-size: 0;
height: 0;
display: block;
}
.absolute-link{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
text-indent: -9999px;
z-index: 90;
text-decoration: none;
text-align-last: auto;
}
.transition-all{
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.inline-block{
display: -moz-inline-stack;
-moz-box-orient: vertical;
display: inline-block;
zoom: 1;
*display: inline;
_display: inline;
}
h1,h2,h3,h4,h5,h6,.h1-title{
color: #000;
font-family: 'Oswald', sans-serif;
font-weight: 400;
padding: 0;
margin: 0 0 25px 0;
}
h1, .h1-title{
font-size: 32px;
line-height: 46px;
text-transform: uppercase;
position: relative;
}
h1:before{
content: "";
background: #f48d2e;
width: 4px;
height: 90px;
position: absolute;
left: 12px;
top: 50%;
margin: -45px 0 0 0;
transform: rotate(15deg);
z-index: -1;
}
h1{
margin: 0;
padding: 0 0 0 40px;
}
h1 b{
position: relative;
z-index: 3;
}
.h1-title{
margin: 0;
}
h2{
font-size: 28px;
line-height: 32px;
}
h3{
font-size: 24px;
line-height: 28px;
}
h4{
font-size: 20px;
line-height: 24px;
}
h5,h6{
font-size: 18px;
line-height: 22px;
}
.wrap{
box-sizing: border-box;
margin: 0 auto;
padding: 0 50px;
position: relative;
width: 1280px;
z-index: 3;
}
.text p, .text{
font-size: 18px;
line-height: 26px;
}
.text ul{
list-style: none;
margin: 0 0 30px 0;
}
.text ul li{
position: relative;
display: block;
margin: 0 0 15px 30px;
}
.text ul li:before{
content: "";
position: absolute;
left: -30px;
top: 50%;
margin: -5px 0 0 0;
width: 10px;
height: 10px;
background: #000;
z-index: 1;
}
/*header*/
.header{
background: rgba(56,9,84,0.4);
height: 100px;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 100;
}
.header.fixed{
background: rgba(56,9,84,1);
height: 50px;
}
.header .wrap{
height: 100%;
}
.header .logo{
background: url(/upload/images/svg/fbko.svg) no-repeat 0 0 transparent;
background-size: 100% 100%;
display: block;
width: 65px;
height: 80px;
position: absolute;
left: 50px;
top: 10px;
z-index: 2;
}
.header.fixed .logo{
height: 40px;
width: 32px;
top: 5px;
}
.menu{
padding: 0 0 0 100px;
}
.menu>ul{
list-style: none;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.menu>ul>li{
margin: 0 30px;
position: relative;
}
.menu>ul>li>a{
display: block;
color: #fff;
font-size: 16px;
font-family: 'Oswald', sans-serif;
font-weight: 400;
line-height: 100px;
padding: 0 15px;
text-decoration: none;
text-transform: uppercase;
white-space: nowrap;
}
.header.fixed .menu>ul>li>a{
line-height: 50px;
}
.menu>ul>li>a:hover, .menu>ul>li.active>a, .menu>ul>li:hover>a{
background: #f48d2e;
color: #fff;
text-decoration: none;
}
.submenu{
background: #fff;
border-left: 2px solid #380954;
border-right: 2px solid #380954;
border-bottom: 2px solid #380954;
opacity: 0;
visibility: hidden;
position: absolute;
left: -2px;
top: 120%;
min-width: 200px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
z-index: 5;
}
.menu>ul>li:hover .submenu{
opacity: 1;
visibility: visible;
top: 100%;
}
.submenu>li{
display: block;
}
.submenu>li>a{
color: #000;
display: block;
font-family: 'Oswald', sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 42px;
padding: 0 15px;
text-decoration: none;
white-space: nowrap;
}
.submenu>li>a:hover{
background: #380954;
color: #fff;
text-decoration: none;
}
.header__flex{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.social{
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
}
.social__icon{
background-color: transparent;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 100% 100%;
display: block;
text-indent: -9999px;
margin: 0 15px;
}
.social__vk{
background-image: url(/upload/images/svg/vk.svg);
height: 20px;
width: 35px;
}
.social__in{
background-image: url(/upload/images/svg/instagram.svg);
height: 20px;
width: 20px;
}
.social__yt{
background-image: url(/upload/images/svg/youtube.svg);
height: 20px;
width: 20px;
}
/*slider*/
.promo{
position: relative;
}
.promo__title{
position: absolute;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
z-index: 99;
}
.promo__title .wrap{
background: #fff;
padding: 50px;
z-index: 99;
}
.promo__title:after{
content: "";
background: #fff;
position: absolute;
left: 50%;
width: 100%;
top: 0;
bottom: 0;
z-index: 98;
}
.promo__title-flex{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.promo__title h1{
margin: 0;
}
.slider__arrows{
position: absolute;
left: 0;
right: 0;
bottom: 170px;
z-index: 95;
}
.slider__arrows-wrap{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
width: 200px;
}
.slider__arrows-item{
background-image: url(/upload/images/icon-slider-arrows.png);
background-repeat: no-repeat;
background-color: transparent;
display: block;
height: 27px;
width: 70px;
}
.slider__arrows-prev{
background-position: 0 -38px;
}
.slider__arrows-next{
background-position: 0 -5px;
}
.slider__arrows-prev:hover{
background-position: 0 -108px;
}
.slider__arrows-next:hover{
background-position: 0 -75px;
}
.slider{
position: relative;
}
.slider__item{
height: 650px!important;
position: relative;
}
.slider__item-overlay{
background: rgba(56,9,84,0.4);
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
}
.slider__pic{
height: 100%;
position: relative;
z-index: 1;
}
.slider__pic img{
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
width: 100%;
height: 650px;
z-index: 1;
}
.slider__wrap{
box-sizing: border-box;
margin: 0 auto;
padding: 0 50px;
position: relative;
width: 1280px;
position: absolute;
left: 0;
right: 0;
bottom: 220px;
z-index: 4;
}
.slider__title{
color: #fff;
font-family: 'Oswald', sans-serif;
font-weight: 400;
font-style: normal;
font-size: 40px;
line-height: 50px;
text-transform: uppercase;
padding: 0 0 30px 0;
position: relative;
width: 70%;
}
.slider__title:before{
content: "";
background: #fff;
height: 2px;
position: absolute;
left: 0;
bottom: 0;
width: 200px;
z-index: 3;
}
/*news*/
.main__news{
margin: 50px 0 0;
}
.main__news-top-flex{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.main__news-top-linkall>a{
background: #fff;
border: 2px solid #000;
color: #000;
display: block;
text-decoration: none;
font-size: 18px;
line-height: 46px;
padding: 0 30px;
}
.main__news-top-linkall>a:hover{
background: #380954;
color: #fff;
}
.main__news-big, .main__news-min{
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: space-between;
margin: 30px 0 0;
}
.news__row{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;
}
.news__item-big{
width: 560px;
}
.news__item-min{
width: 360px;
}
.news__item{
box-sizing: border-box;
padding: 15px 15px 0 0;
position: relative;
}
.news__item:after{
content: "";
background: #380954;
position: absolute;
top: 0;
right: 0;
height: 120px;
width: 120px;
z-index: 1;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.news__item-big.news__item:hover:after{
width: 560px;
height: 365px;
}
.news__item-min.news__item:hover:after{
width: 360px;
height: 215px;
}
.news__item-wrap{
background: #fff;
box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 10%);
position: relative;
z-index: 3;
}
.news__item-pic-wrap{
height: 200px;
width: 345px;
overflow: hidden;
position: relative;
}
.news__item-pic{
background-position: 50% 0%;
background-repeat: no-repeat;
background-color: transparent;
background-size: cover;
width: 100%;
height: 100%;
-webkit-transition: all 1000ms ease;
-moz-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
-ms-transition: all 1000ms ease;
transition: all 1000ms ease;
}
.news__item:hover .news__item-pic{
-webkit-transform: scale(1.10);
-moz-transform: scale(1.10);
-ms-transform: scale(1.10);
-o-transform: scale(1.10);
transform: scale(1.10);
}
.news__item-pic img{
-webkit-transition: all 1000ms ease;
-moz-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
-ms-transition: all 1000ms ease;
transition: all 1000ms ease;
}
.news__item:hover .news__item-pic img{
-webkit-transform: scale(1.10);
-moz-transform: scale(1.10);
-ms-transform: scale(1.10);
-o-transform: scale(1.10);
transform: scale(1.10);
}
.main__news-big .news__item-pic-wrap{
height: 350px;
width: 545px;
}
.news__item-date{
background: #380954;
position: absolute;
left: 30px;
top: -30px;
width: 60px;
height: 60px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.news__item:hover .news__item-date{
background: #f48d2e;
}
.main__news-big .news__item-date{
width: 70px;
height: 70px;
left: 35px;
bottom: -35px;
}
.main__news-big .news__item-date-day{
font-size: 28px;
line-height: 28px;
}
.main__news-big .news__item-date-month{
font-size: 18px;
line-height: 18px;
}
.news__item-date-day{
color: #fff;
font-size: 26px;
line-height: 26px;
font-family: 'Oswald', sans-serif;
font-weight: 400;
text-align: center;
}
.news__item-date-month{
color: rgba(255,255,255,0.7);
font-size: 16px;
line-height: 16px;
font-family: 'Oswald', sans-serif;
font-weight: 400;
text-transform: uppercase;
text-align: center;
}
.news__item-text{
padding: 50px 30px 30px 30px;
position: relative;
}
.main__news-big .news__item-text{
padding: 50px 30px 30px 35px;
}
.news__item-title{
color: #000;
font-size: 20px;
font-family: 'Oswald', sans-serif;
font-weight: 400;
line-height: 28px;
}
.main__news-big .news__item-title{
font-size: 24px;
line-height: 30px;
}
.news__item:hover .news__item-title{
color: #f48d2e;
}
.news__item-announce{
color: rgba(0,0,0,0.7);
font-size: 16px;
line-height: 22px;
margin: 15px 0 0 0;
}
/*main media*/
.main__media{
background: rgba(56,9,84,1);
padding: 50px 0 20px;
margin: 50px 0 0 0;
}
.main__media .h1-title{
color: #fff;
}
.main__media-top-flex{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.main__media-top-linkall>a{
background: rgba(56,9,84,1);
border: 2px solid #fff;
color: #fff;
display: block;
text-decoration: none;
font-size: 18px;
line-height: 42px;
padding: 0 30px;
}
.main__media-top-linkall>a:hover{
background: #fff;
color: #380954;
}
.main__photo{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;
margin: 20px 0;
}
.photo__item{
height: 270px;
width: 360px;
margin: 0 0 30px 0;
overflow: hidden;
position: relative;
}
.photo__pic-wrap{
overflow: hidden;
position: relative;
width: 100%;
height: 100%;
z-index: 1;
}
.photo__pic{
background-position: 50% 50%;
background-repeat: no-repeat;
background-color: #fff;
background-size: cover;
width: 100%;
height: 100%;
-webkit-transition: all 1000ms ease;
-moz-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
-ms-transition: all 1000ms ease;
transition: all 1000ms ease;
}
.photo__pic img{
display: block;
-webkit-transition: all 1000ms ease;
-moz-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
-ms-transition: all 1000ms ease;
transition: all 1000ms ease;
}
.photo__item:hover .photo__pic img, .photo__item:hover .photo__pic{
-webkit-transform: scale(1.10);
-moz-transform: scale(1.10);
-ms-transform: scale(1.10);
-o-transform: scale(1.10);
transform: scale(1.10);
}
.photo__overlay{
background: rgba(56,9,84,0.4);
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
}
.photo__item:hover .photo__overlay{
background: rgba(56,9,84,0.3);
}
.photo__count{
border: 2px solid #fff;
color: #fff;
font-family: 'Oswald', sans-serif;
font-size: 14px;
line-height: 22px;
padding: 0 10px;
position: absolute;
left: 20px;
top: 20px;
z-index: 4;
}
.photo__title{
color: #fff;
font-family: 'Oswald', sans-serif;
font-size: 16px;
line-height: 24px;
text-transform: uppercase;
position: absolute;
left: 20px;
right: 20px;
top: 66px;
text-align: left;
z-index: 4;
}
.photo__date{
color: #fff;
font-family: 'Oswald', sans-serif;
font-size: 14px;
line-height: 16px;
padding: 20px 0 0;
position: absolute;
left: 20px;
bottom: 20px;
z-index: 4;
}
.photo__date:before{
content: "";
background: #fff;
width: 50px;
height: 2px;
position: absolute;
left: 0;
top: 0;
z-index: 4;
}

.main__video{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;
margin: 20px 0;
}
.video__item{
height: 420px;
width: 560px;
margin: 0 0 30px 0;
overflow: hidden;
position: relative;
}
.video__pic{
position: relative;
z-index: 1;
}
.video__pic img{
display: block;
-webkit-transition: all 1000ms ease;
-moz-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
-ms-transition: all 1000ms ease;
transition: all 1000ms ease;
}
.video__item:hover .video__pic img{
-webkit-transform: scale(1.10);
-moz-transform: scale(1.10);
-ms-transform: scale(1.10);
-o-transform: scale(1.10);
transform: scale(1.10);
}
.video__overlay{
background: rgba(56,9,84,0.4);
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
}
.video__item:hover .video__overlay{
background: rgba(56,9,84,0.3);
}
.video__length{
background: #fff;
border: 2px solid #fff;
color: #000;
font-family: 'Oswald', sans-serif;
font-size: 14px;
line-height: 22px;
padding: 0 10px;
position: absolute;
left: 20px;
top: 20px;
z-index: 4;
}
.video__title{
color: #fff;
font-family: 'Oswald', sans-serif;
font-size: 24px;
line-height: 30px;
text-transform: uppercase;
position: absolute;
left: 20px;
right: 20px;
top: 66px;
text-align: left;
z-index: 4;
}
.video__date{
color: #fff;
font-family: 'Oswald', sans-serif;
font-size: 14px;
line-height: 16px;
padding: 20px 0 0;
position: absolute;
left: 20px;
bottom: 20px;
z-index: 4;
}
.video__date:before{
content: "";
background: #fff;
width: 50px;
height: 2px;
position: absolute;
left: 0;
top: 0;
z-index: 4;
}
/*partners*/
.partners{
margin: 50px 0 20px;
}
.partners__flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: space-around;
margin: 30px 0 0;
}
.partners__item{
margin: 0 15px 50px;
width: 200px;
height: 100px;
display: flex;
align-items: center;
justify-content: center;
}
.partners__item img{
display: block;
}
/*footer*/
.footer{
background: #380954;
padding: 50px 0 30px;
}
.footer__flex{
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: space-between;
}
.footer__title{
color: #fff;
font-family: 'Oswald', sans-serif;
font-size: 14px;
line-height: 16px;
text-transform: uppercase;
margin: 0 0 15px 0;
}
.footer__social{
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-end;
}
.footer__social-icon{
background-color: transparent;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 100% 100%;
display: block;
text-indent: -9999px;
margin: 0 15px;
}
.footer__social-icon:last-child{
margin: 0 0 0 15px;
}
.footer__social-icon.social__vk{
background-image: url(/upload/images/svg/vk_white.svg);
height: 20px;
width: 35px;
}
.footer__social-icon.social__in{
background-image: url(/upload/images/svg/instagram_white.svg);
height: 20px;
width: 20px;
}
.footer__social-icon.social__yt{
background-image: url(/upload/images/svg/youtube_white.svg);
height: 20px;
width: 20px;
}
.footer__contacts-item, .footer__contacts-item>a{
color: #fff;
font-family: 'Oswald', sans-serif;
font-size: 14px;
line-height: 16px;
margin: 0 0 15px;
}
.footer__contacts-item>a{
text-decoration: underline;
}
.footer ul{
list-style: none;
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
margin: 0 0 15px 0;
}
.footer ul>li{
margin: 0 15px;
}
.footer ul>li:first-child{
margin: 0 15px 0 0;
}
.footer ul>li>a{
color: #fff;
font-family: 'Oswald', sans-serif;
font-size: 14px;
line-height: 18px;
}
.footer__webdev{
margin: 15px 0 0;
text-align: right;
}
.footer__webdev>a{
color: #fff;
text-decoration: underline;
text-align: right;
font-family: 'Oswald', sans-serif;
font-size: 14px;
line-height: 16px;
}
/* End */


/* Start:/bitrix/templates/fbkomain/template_styles.css?164812983232*/
.tablebodytext{
display: none;
}
/* End */


/* Start:/local/css/slick.css?16434850461776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */
/* /bitrix/templates/fbkomain/styles.css?164812983217168 */
/* /bitrix/templates/fbkomain/template_styles.css?164812983232 */
/* /local/css/slick.css?16434850461776 */
