

/* Start:/bitrix/templates/fbkocontent/styles.css?165577094317386*/
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;
}
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 ol{
list-style: decimal;
margin: 0 0 30px 0;
}
.text ul li, .text ol 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__content{
background: rgba(56,9,84,1)!important;
position: absolute;
}
.header.fixed{
background: rgba(56,9,84,1);
height: 50px;
position: fixed;
}
.header .wrap{
height: 100%;
}
.header .wrap .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 .wrap .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__content{
margin: 100px 0 0 0;
}
.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;
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__item-big{
width: 560px;
}
.news__item-min{
width: 360px;
}
.news__row{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;
}
.news__item{
box-sizing: border-box;
margin: 0 0 30px;
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/fbkocontent/template_styles.css?16557709437708*/
.docs{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-around;
width: 100%;
}
.docs__row{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;
width: 100%;
}
.docs__item{
box-sizing: border-box;
margin: 0 0 30px;
position: relative;
width: 360px;
}
.docs__item:before{
content: "";
background: #380954;
position: absolute;
top: -15px;
right: -15px;
height: 40px;
width: 40px;
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;
}
.docs__item:hover:before{
width: 100%;
height: 100%;
}
.docs__item-text{
background: #fff;
box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 10%);
box-sizing: border-box;
padding: 30px;
position: relative;
z-index: 2;
}
.text .gamecenter__widget ul li:before{
display: none;
}
.promo__title h1{
font-family: 'Oswald', sans-serif;
padding: 0 0 0 40px;
font-size: 32px;
line-height: 46px;
text-transform: uppercase;
position: relative;
}
.text .el__title__page h1, .text .el__title__page h2{
font-family: 'Oswald', sans-serif;
}
.text .el-logos .name, .text .nav-about a, .text .nav-about span, .text .nav-inner a, .text .nav-inner span{
font-family: 'Oswald', sans-serif;
}
.text .section-events .item__events__banner__title, .text .table th, .text .table td, .text .table td .club{
font-family: 'Oswald', sans-serif;
}
.gc__list{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-around;
width: 100%;
}
.gc__item{
box-sizing: border-box;
padding: 15px 15px 0 0;
margin: 0 0 30px 0;
position: relative;
width: 560px;
}
.gc__item-wrap{
background: #fff;
box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 10%);
position: relative;
z-index: 3;
}
.gc__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;
}
.gc__item:hover:after{
width: 560px;
height: 365px;
}
.gc__item-pic-wrap{
height: 350px;
width: 545px;
}
.gc__item-text{
padding: 25px 30px 30px 35px;
}
.gc__item-title{
color: #000;
font-size: 24px;
font-family: 'Oswald', sans-serif;
font-weight: 400;
line-height: 30px;
}

.staff{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;
}
.staff__item{
width: 250px;
margin: 0 0 30px 0;
}
.staff__item-pic{
background: rgba(56,9,84,1);
width: 250px;
height: 350px;
}
.staff__item-data{
margin: 15px 0 0 0;
}
.staff__item-name{
color: #000;
font-size: 24px;
font-family: 'Oswald', sans-serif;
font-weight: 400;
line-height: 30px;
}
.staff__item-rank{
color: #777777;
font-size: 14px;
line-height: 16px;
margin: 5px 0 0 0;
}
.detail__news-pic-right img{
width: 100%;
height: auto;
}
.video__list{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;
}
.video__list .video__item{
width: 560px;
height: 420px;
}
.body__video .content{
margin: 0;
}
.body__video .promo__title .wrap{
background: rgba(56,9,84,1);
}
.body__video .promo__title:after{
background: rgba(56,9,84,1);
}
.body__video .promo__title h1{
color: #fff;
}
.body__video .social__vk{
background-image: url(/upload/images/svg/vk_white.svg);
}
.body__video .social__in{
background-image: url(/upload/images/svg/instagram_white.svg);
}
.body__video .social__yt{
background-image: url(/upload/images/svg/youtube_white.svg);
}
.content__video{
background: rgba(56,9,84,1);
padding: 50px 0;
}
.video__embed iframe{
width: 100%;
}
.video__another{
margin: 30px 0 0;
}
.promo__page-pic{
height: 300px;
background-repeat: no-repeat;
background-position: 50% 50%;
background-color: transparent;
background-size: 100% 100%;
background-image: url(/upload/images/bg-default_v2.jpg);
}
.content{
margin: 50px 0 0 0;
}
.content__flex{
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: space-between;
margin: 0 0 50px 0;
}
.content__left{
width: 800px;
}
.content__right{
width: 360px;
}
.news__another{
margin: 30px 0 0 0;
}
.detail__news-link-all{
margin: 30px 0 0;
}
.detail__news-link-all>a{
background: #fff;
border: 2px solid #000;
color: #000;
display: block;
text-decoration: none;
font-size: 18px;
line-height: 46px;
padding: 0 30px;
}
.detail__news-link-all>a:hover{
background: #380954;
color: #fff;
}
.photos{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;
}
.photos__item{
width: 236px;
height: 236px;
overflow: hidden;
position: relative;
}
.photos__item-pic{
position: relative;
z-index: 1;
}
.photos__item-overlay{
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 );
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
}
.photos__item:hover .photos__item-overlay{
background: -moz-linear-gradient(top, rgba(255,150,0,0) 0%, rgba(255,150,0,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,150,0,0) 0%,rgba(255,150,0,1) 100%);
background: linear-gradient(to bottom, rgba(255,150,0,0) 0%,rgba(255,150,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff9600', endColorstr='#ff9600',GradientType=0 );
}
.photos__item-pic{
position: relative;
width: 100%;
height: 100%;
z-index: 1;
}
.photos__item-text{
position: absolute;
left: 15px;
right: 15px;
bottom: 15px;
z-index: 3;
}
.photos__item-title, .photos__item-title>a{
color: #fff;
font-family: 'Univers Condensed';
font-weight: 500;
font-style: normal;
font-size: 18px;
line-height: 23px;
text-decoration: none;
}
.photos__item-dataflex{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
margin: 25px 0 0 0;
}
.photos__item-date, .photos__item-count{
color: #fff;
font-family: 'Univers Condensed';
font-weight: normal;
font-style: normal;
font-size: 14px;
line-height: 19px;
}
.photos__item-image-vk-wrap{
overflow: hidden;
position: relative;
width: 100%;
height: 100%;
z-index: 1;
}
.photos__item-image-vk{
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;
}
.photos__block{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: flex-start;
justify-content: flex-start;
}
.photos__block-item{
background: #000;
text-decoration: none;
position: relative;
width: 295px;
height: 225px;
overflow: hidden;
}
.photos__block-item img{
position: absolute;
top: -9999px;
right: -9999px;
bottom: -9999px;
left: -9999px;
margin: auto;
z-index: 1;
}
.photos__block-item:hover img{
opacity: 0.7;
}
.photos__detail-text{
margin: 0 0 25px;
}
.photos__loader{
display: none;
background: url(/upload/images/ajax-loader.gif) no-repeat 50% 50% transparent;
background-size: 100% 100%;
width: 64px;
height: 64px;
margin: 0 auto;
}
.photos__loadmore{
display: none;
background: #ff9600;
color: #fff;
cursor: pointer;
font-size: 18px;
font-weight: 400;
line-height: 51px;
margin: 25px 0 0;
text-align: center;
text-decoration: none;
width: 100%;
}
.photos__loadmore:hover{
background: #000;
color: #fff;
text-decoration: 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 */


/* Start:/local/css/glightbox.min.css?164497690013785*/
.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;-ms-touch-action:none;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0;overflow:hidden}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.glightbox-container .gslide{width:100%;position:absolute;opacity:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;-ms-touch-action:auto;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;-ms-touch-action:none;touch-action:none;margin:auto;min-width:200px}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.gslide-video{position:relative;max-width:100vh;width:100%!important}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video::before{content:'';display:block;position:absolute;width:100%;height:100%;background:rgba(255,0,0,.34);display:none}.gslide-video.playing::before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto}.zoomed .gslide-media{-webkit-box-shadow:none!important;box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gslide-description{position:relative;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description{display:none}.glightbox-button-hidden{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;background:0 0;position:absolute;bottom:0;padding:19px 11px;max-width:100vw!important;-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important;max-height:78vh;overflow:auto!important;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.75)));background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);-webkit-transition:opacity .3s linear;transition:opacity .3s linear;padding-bottom:50px}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc string{color:#fff}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:1}.greset{-webkit-transition:all .3s ease;transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;-webkit-animation:lightboxLoader .8s infinite linear;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gclose,.gnext,.gprev{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gclose svg,.gnext svg,.gprev svg{display:block;width:25px;height:auto;margin:0;padding:0}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.75);border-radius:4px}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}.glightbox-clean .gclose svg{width:18px;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{-webkit-animation:gfadeIn .5s ease;animation:gfadeIn .5s ease}.gfadeOut{-webkit-animation:gfadeOut .5s ease;animation:gfadeOut .5s ease}.gslideOutLeft{-webkit-animation:gslideOutLeft .3s ease;animation:gslideOutLeft .3s ease}.gslideInLeft{-webkit-animation:gslideInLeft .3s ease;animation:gslideInLeft .3s ease}.gslideOutRight{-webkit-animation:gslideOutRight .3s ease;animation:gslideOutRight .3s ease}.gslideInRight{-webkit-animation:gslideInRight .3s ease;animation:gslideInRight .3s ease}.gzoomIn{-webkit-animation:gzoomIn .5s ease;animation:gzoomIn .5s ease}.gzoomOut{-webkit-animation:gzoomOut .5s ease;animation:gzoomOut .5s ease}@-webkit-keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes gfadeIn{from{opacity:0}to{opacity:1}}@keyframes gfadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes gfadeOut{from{opacity:1}to{opacity:0}}@keyframes gfadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@-webkit-keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@-webkit-keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@-webkit-keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@media (min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.glightbox-container .ginner-container.desc-left .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-left .gslide-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:-webkit-zoom-in;cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:-webkit-grab;cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0,0,0,.92)}.glightbox-clean .gslide-media{-webkit-box-shadow:1px 2px 9px 0 rgba(0,0,0,.65);box-shadow:1px 2px 9px 0 rgba(0,0,0,.65)}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.32)}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:rgba(0,0,0,.7)}.glightbox-clean .gprev{top:45%}.glightbox-clean .gnext{top:45%}}@media (min-width:992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height:420px){.goverlay{background:#000}}
/* End */
/* /bitrix/templates/fbkocontent/styles.css?165577094317386 */
/* /bitrix/templates/fbkocontent/template_styles.css?16557709437708 */
/* /local/css/slick.css?16434850461776 */
/* /local/css/glightbox.min.css?164497690013785 */
