:root{
    --green: #008d38;
    --darkgreen: #006837;
    --red: #da0711;
    
    --font-family: "Roboto Condensed", sans-serif;
}
fieldset,img {
border: 0;
}
div {
display: block;
}
.clear{
clear: both;
line-height: 0;
font-size: 0;
height: 0;
display: block;
}
.display-none{
display: none;
}
.absolute-link{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
text-indent: -9999px;
z-index: 9;
}
.transition-all{
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-o-transition: all 300ms ease;
-ms-transition: all 300ms ease;
transition: all 300ms ease;
}
.inline-block{
display: -moz-inline-stack;
-moz-box-orient: vertical;
display: inline-block;
zoom: 1;
*display: inline;
_display: inline;
}
html, body, ul, ol, dl, dt, dd{
margin: 0;
padding: 0;
}
body{
font-family: "Arial, Helvetica", sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 1!important;
background: #fff;
}
.wrap{
box-sizing: border-box;
margin: 0 auto;
padding: 0 40px;
position: relative;
width: 1280px;
z-index: 2;
}
h1,h2,h3,h4,h5,h6,.h1-title{
color: #000!important;
font-family: var(--font-family)!important;
font-optical-sizing: auto!important;
font-weight: 700!important;
font-style: normal!important;
letter-spacing: -1px!important;
}
h1{
font-size: 30px!important;
line-height: 40px!important;
margin: 0!important;
padding: 0 0 30px 0!important;
}
h2{
font-size: 24px;
line-height: 34px;
margin: 0;
padding: 0 0 15px 0;
}
h3{
font-size: 20px;
line-height: 30px;
margin: 0;
padding: 0 0 15px 0;
}
h4,h5,h6{
font-size: 16px;
line-height: 30px;
margin: 0;
padding: 0 0 15px 0;
}
.h1-title{
font-size: 30px;
line-height: 40px;
color: #000;
margin: 0;
padding: 0;
}
.h1-title>span{
background: var(--green);
border-radius: 4px;
color: #fff;
padding: 3px 5px;
}
.text p{
margin: 0 0 15px 0;
font-size: 16px;
line-height: 22px;
}
.text ul{
list-style: none;
margin: 0 0 30px 0;
}
.text ul li{
padding: 0 0 15px 20px;
position: relative;
}
.text ul li:before{
content: "";
background: #000;
width: 5px;
height: 5px;
top: 6px;
left: 0;
position: absolute;
z-index: 1;
}
.ajax-loader{
display: none;
background: url(/images/loader-red.gif) no-repeat 50% 50% rgba(0,0,0,0.8);
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: -30px;
z-index: 99;
}
.transition-scale{
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition: all 0.8s ease 0s;
}
.transition-scale:hover{
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.display-flex{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.icon{
background-size: cover;
background-repeat: no-repeat;
background-position: 0 0;
background-color: transparent;
}
.icon__calendar{
background-image: url(/images/icon-calendar.png);
height: 12px;
width: 13px;
}
.icon__camera{
background-image: url(/images/icon-camera.png);
height: 12px;
width: 14px;
}
.link-all>a{
color: var(--darkgreen);
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 8px;
text-decoration: underline;
}
.link-all>a>span{
color: var(--darkgreen);
font-size: 15px;
font-weight: 700;
line-height: 20px;
}
.link-all>a:hover{
color: var(--red);
}
.link-all>a:hover>span{
color: var(--red);
}

.preheader{
background: var(--darkgreen);
height: 40px;
}
.preheader__flex{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
gap: 40px;
}
.preheader__title{
color: #fff;
font-family: var(--font-family);
font-size: 16px;
line-height: 40px;
text-transform: uppercase;
}
.preheader__social{
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
gap: 24px;
}
.preheader__social-link{
background-color: transparent;
background-repeat: no-repeat;
background-position: 0 0;
background-size: cover;
display: block;
height: 18px;
}
.preheader__social-link:hover{
opacity: 1;
}
.social-vk{
background-image: url(/images/social-vk_white.png);
width: 29px;
}
.social-tg{
background-image: url(/images/social-tg_white.png);
width: 22px;
}
.preheader__promo{
height: 100%;
margin: 0 0 0 24px;
}
.preheader__promo a{
background: var(--red);
color: #fff;
font-family: var(--font-family);
font-size: 16px;
line-height: 40px;
text-decoration: underline;
display: block;
padding: 0 15px;
}

.header{
box-sizing: border-box!important;
height: 100px!important;
padding: 20px 0!important;
position: relative!important;
z-index: 10!important;
}
.header__flex{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.header__left{
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
gap: 60px;
}
.header__logo{
}
.header__logo-link{
background: url(/images/logo-color.png) no-repeat 0 0 transparent;
background-size: cover;
display: block;
height: 60px;
width: 211px;
}
.header__social{
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-end;
gap: 24px;
}

.menu__list{
display: flex;
flex-direction: row;
align-items: center;
gap: 24px;
list-style: none;
margin: 0!important;
padding: 0!important;
}
.menu__item{
position: relative;
}
.menu__link{
color: var(--green);
font-family: var(--font-family);
font-optical-sizing: auto;
font-weight: 700;
font-style: normal;
position: relative;
text-decoration: none;
text-transform: uppercase;
}
.menu__link:hover,
.menu__link.active{
color: var(--red);
text-decoration: none;
}
.menu__link:after{
content: "";
background: var(--red);
display: block;
position: absolute;
right: 0;
bottom: -3px;
width: 0;
height: 2px;
-webkit-transition: width .5s;
transition: width .5s;
}
.menu__link:hover:after,
.menu__link.active:after{
left: 0;
width: 100%;
}
.submenu{
padding: 15px 0 0 0;
position: absolute;
top: 100%;
left: -9999px;
z-index: 9;
}
.menu__item:hover .submenu{
left: 0;
}
.menu__item:last-of-type:hover .submenu{
left: unset;
right: 0;
}
.submenu__list{
background: var(--green);
list-style: none;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
gap: 0;
width: 200px;
}
.submenu__list>li{
width: 100%;
}
.submenu__list>li>a{
display: block;
color: #fff;
font-family: var(--font-family);
font-size: 16px;
font-weight: 700;
line-height: 41px;
padding: 0 10px;
position: relative;
text-decoration: none;
white-space: nowrap;
}
.submenu__list>li>a:hover,
.submenu__list>li>a.active{
background: #fff;
color: var(--green);
}
.submenu__list>li>a:after{
content: "";
background: rgba(255,255,255,0.3);
position: absolute;
left: 10px;
right: 10px;
bottom: 0;
height: 1px;
z-index: 2;
}
.submenu__list>li:last-of-type>a:after{
display: none;
}

.promo{
background: #f2f8f7;
padding: 60px 0 80px;
}
.promo__news{
padding: 40px 0 0;
}
.promo__news-item{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
gap: 30px;
}
.promo__news-data{
flex: 1;
}
.promo__news-tag{
background: var(--green);
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 12px;
line-height: 12px;
padding: 4px 8px;
}
.promo__news-title{
margin: 8px 0 0;
}
.promo__news-title>a{
color: #000;
font-family: var(--font-family);
font-size: 27px;
font-optical-sizing: auto;
font-weight: 700;
line-height: 36px;
text-decoration: none;
}
.promo__news-title>a:hover{
color: var(--red);
text-decoration: underline;
}
.promo__news-date{
color: #666;
font-size: 12px;
line-height: 12px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
gap: 6px;
margin: 16px 0 0;
}
.promo__news-announce{
color: #666;
font-size: 15px;
line-height: 20px;
margin: 24px 0 0;
}
.promo__news-pic{
padding: 24px;
position: relative;
width: 690px;
}
.promo__news-pic:before{
content: "";
background: var(--darkgreen);
border-radius: 8px;
opacity: 1;
position: absolute;
left: 0;
top: 0;
width: 80%;
height: 60%;
z-index: 1;
}
.promo__news-pic-wrap{
border-radius: 8px;
overflow: hidden;
position: relative;
z-index: 2;
}
.promo__news-pic-wrap img{
display: block;
height: 100%;
width: 100%;
}


.news{
padding: 80px 0;
}
.news__grid{
display: grid;
grid-template-columns: auto auto;
gap: 56px 30px;
margin: 40px 0 0;
}
.news__item{
position: relative;
}
.news__item-pic{
background: #d9d9d9;
border-radius: 8px;
overflow: hidden;
position: relative;
height: 260px;
width: 100%;
}
.news__item-pic img{
height: 100%;
width: 100%;
object-fit: cover;
}
.news__item-data{
padding: 32px 0 0;
}
.news__item-tag{
background: var(--green);
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 12px;
line-height: 12px;
padding: 4px 8px;
}
.news__item-date{
color: #666;
font-size: 12px;
line-height: 12px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
gap: 6px;
margin: 16px 0 0;
}
.news__item-title{
font-family: var(--font-family);
font-size: 18px;
line-height: 24px;
font-optical-sizing: auto;
font-weight: 700;
font-style: normal;
margin: 8px 0 0;
}
.news__item-title>a{
color: #000;
text-decoration: none;
}
.news__item-title>a:hover{
color: var(--red);
text-decoration: underline;
}
.news__item:hover .news__item-title{
text-decoration: underline;
}

.media{
background: #f2f8f7;
padding: 60px 0 80px;
}
.main__photo {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;
padding: 40px 0 80px;
gap: 56px 30px;
}
.main__photo-item{
box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
gap: 16px;
position: relative;
width: 380px;
}
.main__photo-pic{
border-radius: 8px;
height: 200px;
overflow: hidden;
width: 100%;
}
.main__photo-pic img{
display: block;
width: 100%;
height: auto;
}
.main__photo-data{
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
gap: 6px;
}
.main__photo-title a{
color: #000;
font-size: 18px;
font-weight: bold;
line-height: 24px;
text-decoration: none;
}
.main__photo-title a:hover{
color: var(--red);
text-decoration: underline;
}
.main__photo-count{
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
gap: 6px;
}
.main__photo-count-text{
color: #000;
font-size: 14px;
line-height: 14px;
}



.main__video{
display: grid;
grid-template-columns: auto auto;
gap: 56px 30px;
padding: 40px 0 0;
}
.main__video-item{
border-radius: 8px;
height: 300px;
overflow: hidden;
position: relative;
}
.main__video-grad{
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
box-sizing: border-box;
display: flex;
align-items: flex-end;
justify-content: flex-start;
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 200px;
padding: 30px 20px;
}
.main__video-title{
color: #fff;
font-size: 18px;
line-height: 24px;
font-weight: bold;
}
.main__video-pic img{
display: block;
height: auto;
width: 100%;
}
.main__video-item:hover img{
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}

.breadcrumbs{
background: var(--darkgreen);
padding: 15px 0;
}
.breadcrumbs__list{
border-bottom: 0!important;
padding: 0!important;
margin: 0!important;
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
gap: 15px;
list-style: none;
}
.breadcrumbs__item{
float: none!important;
margin: 0!important;
font-family: var(--font-family)!important;
font-size: 14px!important;
font-weight: normal!important;
margin: 0!important;
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
gap: 15px;
}
.breadcrumbs__item span{
color: #fff!important;
font-size: 14px;
line-height: 18px;
white-space: nowrap;
}
.breadcrumbs__link{


color: #fff!important;
font-size: 14px;
letter-spacing: normal!important;
line-height: 18px;
text-decoration: underline;
white-space: nowrap;
}
.breadcrumbs__list .breadcrumbs__item a:after{
display: none!important;
}

.main{
padding: 40px 0;
}

.partners{
background: #fff;
padding: 60px 0 80px;
}
.partners__flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 50px;
padding: 40px 0 0;
}
.partners__item{
display: flex;
align-items: center;
justify-content: center;
}
.partners__item img{
display: block;
max-width: 300px;
}
.content p{
margin: 0 0 30px 0;
font-size: 16px;
line-height: 24px;
}
.news-item__pic{
margin: 0 0 60px 0;
padding: 24px 0 0 24px;
position: relative;
}
.news-item__pic:before{
content: "";
background: var(--darkgreen);
border-radius: 8px;
opacity: 1;
position: absolute;
left: 0;
top: 0;
width: 80%;
height: 70%;
z-index: 1;
}
.news-item__pic img{
border-radius: 8px;
position: relative;
display: block;
width: 100%;
z-index: 2;
}
.news-item__datetime{
background: var(--darkgreen);
border-bottom-left-radius: 8px;
overflow: hidden;
position: absolute;
left: 24px;
bottom: 0;
height: 80px;
width: 80px;
z-index: 2;
}
.news-item__datetime-wrap{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 2px;
height: 100%;
width: 100%;
}
.news-item__date{
color: #fff;
font-size: 40px;
font-weight: 700;
line-height: 40px;
}
.news-item__month{
color: #fff;
font-size: 14px;
font-weight: 700;
line-height: 16px;
}
.video-item__view{
background: #000;
width: 100%;
height: 480px;
margin: 0 0 60px 0;
}
.video-item__view iframe{
width: 100%;
height: 480px;
}
.content__flex{
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: space-between;
gap: 30px;
padding: 0 0 60px 0;
}
.column__left{
flex: 1;
overflow: hidden;
}
.column__right{
width: 380px;
}
.menu__right{
border-radius: 8px;
margin: 0 0 60px;
overflow: hidden;
}
.menu__right-title{
background: var(--darkgreen);
color: #fff;
font-size: 32px;
font-family: var(--font-family);
font-weight: bold;
line-height: 41px;
padding: 30px 15px;
text-transform: uppercase;
}
.menu__right-item>a{
background: var(--darkgreen);
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
color: #fff;
display: block;
font-size: 16px;
font-family: var(--font-family);
font-weight: 700;
line-height: 51px;
padding: 0 15px;
text-decoration: none;
text-transform: uppercase;
}
.menu__right-item>a:hover{
background: var(--green);
}
.menu__right-item.active>a{
background: #fff;
color: var(--darkgreen);
}

.comps{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;
gap: 56px 30px;
}
.comps__item{
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: space-between;
gap: 16px;
width: 240px;
}
.comps__item-pic{
display: flex;
align-items: center;
justify-content: center;
}
.comps__item-pic img{
display: block;
}
.comps__item-title a{
color: #000;
font-size: 16px;
font-family: var(--font-family);
font-weight: 700;
line-height: 24px;
text-decoration: none;
}
.comps__item-title a:hover{
color: var(--red);
text-decoration: underline;
}
.gamecenter__block{
padding: 0 0 60px;
}
.gamecenter__flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;
padding: 30px 0 0;
gap: 56px 30px;
}
.gamecenter__item{
box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
gap: 16px;
position: relative;
width: 380px;
}
.gamecenter__logo{
border-radius: 8px;
height: 380px;
overflow: hidden;
width: 100%;
}
.gamecenter__logo img{
display: block;
height: 100%;
width: 100%;
}
.gamecenter__name a{
color: #000;
font-size: 18px;
font-weight: bold;
line-height: 24px;
text-decoration: none;
}
.gamecenter__name a:hover{
color: var(--red);
text-decoration: underline;
}

.docs{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: stretch;
justify-content: flex-start;
gap: 56px 30px;
}
.docs__item{
background: #f2f8f7;
border-radius: 8px;
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: space-between;
align-content: flex-start;
padding: 24px;
position: relative;
width: 380px;
}
.docs__download{
background: var(--darkgreen);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
right: 24px;
bottom: 24px;
width: 46px;
height: 46px;
z-index: 3;
}
.docs__item:hover .docs__download{
background: var(--green);
}
.docs__title{
color: #000;
font-family: var(--font-family);
font-size: 18px;
font-weight: 700;
line-height: 24px;
}
.docs__type{
color: #666;
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
gap: 10px;
font-family: var(--font-family);
font-size: 16px;
font-weight: 400;
line-height: 20px;
margin: 15px 0 0;
}
.docs__date{
color: var(--green);
font-family: var(--font-family);
font-size: 16px;
font-weight: 400;
line-height: 20px;
margin: 15px 0 0;
}
.docs__type-ext{
text-transform: uppercase;
}

.form__title{
color: #000;
font-family: var(--font-family);
font-size: 21px;
font-weight: 700;
line-height: 24px;
margin: 30px 0 15px;
}
.form__block{
margin: 0 0 15px 0;
}
.form__block label{
display: block;
font-size: 16px;
font-weight: 400;
line-height: 21px;
margin: 0 0 5px 0;
}
.form__require{
color: var(--red);
font-family: var(--font-family);
font-size: 16px;
font-weight: 700;
line-height: 24px;
}
.form__input-text{
border: 1px solid #000;
box-sizing: border-box;
font-size: 16px;
outline: none;
padding: 5px;
width: 250px;
}
.form__input-text:hover,
.form__input-text:focus{
border: 1px solid var(--red);
outline: none;
}
.form__select{
border: 1px solid #000;
box-sizing: border-box;
font-size: 16px;
outline: none;
padding: 5px;
width: 250px;
}
.form__select:hover,
.form__select:focus{
border: 1px solid var(--red);
outline: none;
}
.form__textarea{
border: 1px solid #000;
box-sizing: border-box;
font-size: 16px;
outline: none;
padding: 5px;
height: 70px;
width: 250px;
}
.form__textarea:hover,
.form__textarea:focus{
border: 1px solid var(--red);
outline: none;
}
.form__submit{
background: var(--green);
border: 0;
color: #fff;
cursor: pointer;
font-family: var(--font-family);
font-size: 20px;
font-weight: 700;
line-height: 41px;
outline: none;
padding: 5px 30px;
}
.form__submit:hover{
background: var(--red);
}
.form__msg-error{
color: var(--red);
display: none;
font-size: 16px;
line-height: 20px;
margin: 0 0 15px;
}
.form__msg-ok{
color: var(--darkgreen);
display: none;
font-size: 16px;
line-height: 20px;
margin: 0 0 15px;
}

.paginator{
padding: 60px 0 30px;
}
.paginator ul{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: flex-start;
justify-content: center;
gap: 15px;
list-style: none;
}
.paginator__link{
background: var(--darkgreen);
color: #fff;
display: block;
line-height: 24px;
font-family: var(--font-family);
font-size: 16px;
text-align: center;
padding: 0 9px;
text-decoration: none;
}
.paginator__item span{
color: var(--darkgreen);
display: block;
line-height: 24px;
font-family: var(--font-family);
font-size: 16px;
text-align: center;
padding: 0 9px;
}
.paginator__link:hover,
.paginator__link.active{
background: var(--green);
}

.yamap{
background: var(--darkgreen);
border-top: 5px solid var(--darkgreen);
border-bottom: 5px solid var(--darkgreen);
overflow: hidden;
height: 600px;
width: 100%;
}

.footer{
background: var(--darkgreen);
padding: 80px 0 60px;
}
.menu__footer{
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: space-between;
list-style: none;
}
.menu__footer-link{
color: #fff;
font-family: var(--font-family);
font-size: 16px;
text-decoration: none;
text-transform: uppercase;
}
.menu__footer-link:hover{
text-decoration: underline;
}
.footer__copyright{
border-top: 1px solid rgba(255,255,255,0.2);
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
margin: 40px 0 0;
padding: 40px 0 0;
}
.footer__copyright-fbrt{
color: #fff;
font-size: 14px;
}