: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;
}

.administration__flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: flex-start;
gap: 25px;
}
.administration__item{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 0;
}
.administration__pic{
background: #eee;
border-bottom: 3px solid var(--green);
width: 100%;
height: 500px;
overflow: hidden;
}
.administration__name{
color: #000;
font-size: 18px;
font-weight: bold;
line-height: 24px;
text-decoration: none;
margin: 16px 0 0;
}
.administration__rank{
color: #666;
font-size: 12px;
line-height: 12px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
gap: 6px;
margin: 8px 0 0;
}

.photos{
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 30px;
align-items: flex-start;
justify-content: space-between;
}
.photos__item{
position: relative;
width: 170px;
height: 100px;
overflow: hidden;
}
.loadmore__photos{
background: var(--green);
border-radius: 4px;
color: #fff;
cursor: pointer;
width: 100%;
margin: 25px 0;
padding: 10px 0;
text-align: center;
text-decoration: none;
}
.loadmore__photos:hover{
background: var(--red);
}



.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;
}

/* Tailwind migration compatibility layer */
*,
*::before,
*::after{
box-sizing: border-box;
}
html{
min-width: 0;
}
body{
min-width: 0;
line-height: 1.5!important;
overflow-x: hidden;
}
img,
svg,
video,
canvas,
iframe{
max-width: 100%;
}
.sr-only{
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0,0,0,0);
white-space: nowrap;
border: 0;
}
.wrap{
width: 100%!important;
max-width: 1200px!important;
padding-left: 16px!important;
padding-right: 16px!important;
}
@media (min-width: 640px){
.wrap{
padding-left: 24px!important;
padding-right: 24px!important;
}
}
@media (min-width: 1024px){
.wrap{
padding-left: 32px!important;
padding-right: 32px!important;
}
}
h1{
font-size: clamp(28px, 4vw, 36px)!important;
line-height: 1.15!important;
padding-bottom: 24px!important;
letter-spacing: 0!important;
}
h2{
font-size: clamp(22px, 3vw, 28px);
line-height: 1.25;
letter-spacing: 0;
}
h3{
font-size: clamp(19px, 2.5vw, 24px);
line-height: 1.3;
letter-spacing: 0;
}
.h1-title{
font-size: clamp(28px, 4vw, 36px);
line-height: 1.15;
letter-spacing: 0!important;
}
.text p,
.content p{
line-height: 1.65;
}
.content a{
color: var(--red);
text-decoration: underline;
text-underline-offset: 2px;
}
.content a:hover{
color: var(--green);
}
.content img{
height: auto;
max-width: 100%;
}
.preheader{
height: auto;
}
.preheader__flex{
min-height: 40px;
}
.preheader__title{
line-height: 1.3;
}
.preheader__social{
gap: 16px;
}
.preheader__promo{
height: auto;
margin: 0;
}
.preheader__promo a{
border-radius: 4px;
line-height: 1.25;
min-height: 40px;
display: inline-flex;
align-items: center;
justify-content: center;
text-align: center;
}
.header{
height: auto!important;
padding: 0!important;
}
.header__flex{
display: flex;
align-items: center;
justify-content: space-between;
}
.header__logo-link{
height: clamp(48px, 9vw, 60px);
width: clamp(168px, 35vw, 211px);
}
.header__menu{
display: none;
}
.header__menu.is-open{
display: block;
}
.site-menu-toggle{
background: #fff;
cursor: pointer;
}
.site-menu-toggle__lines,
.site-menu-toggle__lines::before,
.site-menu-toggle__lines::after{
background: currentColor;
border-radius: 999px;
display: block;
height: 2px;
position: relative;
transition: transform 200ms ease, opacity 200ms ease;
width: 22px;
}
.site-menu-toggle__lines::before,
.site-menu-toggle__lines::after{
content: "";
position: absolute;
left: 0;
}
.site-menu-toggle__lines::before{
top: -7px;
}
.site-menu-toggle__lines::after{
top: 7px;
}
.site-menu-toggle.is-open .site-menu-toggle__lines{
transform: rotate(45deg);
}
.site-menu-toggle.is-open .site-menu-toggle__lines::before{
opacity: 0;
}
.site-menu-toggle.is-open .site-menu-toggle__lines::after{
top: 0;
transform: rotate(90deg);
}
.menu__list{
align-items: stretch;
gap: 4px;
}
.menu__link{
font-size: 16px;
line-height: 20px;
}
.menu__link:after{
display: none;
}
.menu__link:hover,
.menu__link.active{
background: #f2f8f7;
}
.submenu{
display: block;
padding: 0;
position: static;
}
.submenu__list{
background: #f2f8f7;
border-left: 3px solid var(--green);
border-radius: 0 0 8px 8px;
box-shadow: none;
gap: 0;
width: 100%;
}
.submenu__list>li>a,
.submenu__link,
.submenu__nested-link{
background: transparent;
color: var(--darkgreen);
display: block;
font-family: var(--font-family);
font-size: 15px;
font-weight: 700;
line-height: 1.3;
padding: 11px 14px;
position: relative;
text-decoration: none;
white-space: normal;
}
.submenu__list>li>a:hover,
.submenu__list>li>a.active,
.submenu__link:hover,
.submenu__link.active,
.submenu__nested-link:hover,
.submenu__nested-link.active{
background: #fff;
color: var(--red);
}
.submenu__list>li>a:after{
display: none;
}
.submenu__nested{
background: rgba(0,104,55,0.08);
list-style: none;
margin: 0;
padding: 0;
}
.submenu__nested-link{
font-size: 14px;
padding-left: 28px;
}
@media (min-width: 1024px){
.header__menu{
display: block;
}
.site-menu-toggle{
display: none!important;
}
.menu__list{
align-items: center;
gap: 20px;
}
.menu__link{
background: transparent!important;
border-radius: 0;
padding-left: 0!important;
padding-right: 0!important;
}
.menu__link:after{
display: block;
}
.submenu{
opacity: 0;
padding: 14px 0 0;
position: absolute;
top: 100%;
left: 0;
transform: translateY(8px);
transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
visibility: hidden;
z-index: 30;
}
.menu__item:hover>.submenu,
.menu__item:focus-within>.submenu{
opacity: 1;
transform: translateY(0);
visibility: visible;
}
.menu__item:last-of-type:hover>.submenu,
.menu__item:last-of-type:focus-within>.submenu{
left: auto;
right: 0;
}
.submenu__list{
background: var(--green);
border: 0;
border-radius: 8px;
box-shadow: 0 18px 45px rgba(0,0,0,0.16);
overflow: hidden;
width: 240px;
}
.submenu__list>li>a,
.submenu__link{
color: #fff;
line-height: 1.3;
padding: 12px 14px;
white-space: normal;
}
.submenu__item{
position: relative;
width: 100%;
}
.submenu__nested{
background: var(--darkgreen);
border-radius: 0 0 8px 8px;
display: none;
}
.submenu__item:hover>.submenu__nested,
.submenu__item:focus-within>.submenu__nested{
display: block;
}
.submenu__nested-link{
color: #fff;
padding: 10px 14px 10px 28px;
}
}
.promo,
.news,
.media,
.partners,
.main{
padding-left: 0;
padding-right: 0;
}
.promo__news-item{
display: grid!important;
gap: 32px;
}
.promo__news-pic{
box-sizing: border-box;
padding: 14px;
width: 100%!important;
}
.promo__news-pic:before{
border-radius: 8px;
height: 62%;
width: 82%;
}
.promo__news-pic-wrap img,
.news__item-pic img,
.main__photo-pic img,
.main__video-pic img{
height: 100%;
object-fit: cover;
width: 100%;
}
.news__grid,
.main__video{
display: grid!important;
grid-template-columns: 1fr!important;
gap: 32px!important;
}
.main__photo,
.partners__flex,
.gamecenter__flex,
.docs,
.administration__flex{
display: grid!important;
grid-template-columns: 1fr!important;
gap: 32px!important;
justify-content: stretch!important;
}
.news__item-pic{
height: auto;
aspect-ratio: 59 / 26;
}
.main__photo{
padding-left: 0;
padding-right: 0;
}
.main__photo-item,
.gamecenter__item,
.docs__item{
width: auto!important;
}
.main__photo-pic{
height: auto;
aspect-ratio: 19 / 10;
}
.main__video{
padding-left: 0;
padding-right: 0;
}
.main__video-item{
height: auto;
aspect-ratio: 16 / 9;
}
.main__video-pic{
height: 100%;
}
.main__video-grad{
height: 60%;
}
.partners__item img{
max-height: 80px;
max-width: 100%;
}
.content__flex{
display: flex!important;
flex-direction: column!important;
gap: 32px;
}
.column__right{
width: 100%!important;
}
.column__left{
min-width: 0;
}
.menu__right{
margin-bottom: 32px;
}
.menu__right-title{
font-size: clamp(24px, 3vw, 32px);
line-height: 1.2;
}
.menu__right-item>a{
line-height: 1.3;
padding: 14px 16px;
}
.news-item__pic{
margin-bottom: 40px;
padding: 14px 0 0 14px;
}
.news-item__pic img{
height: auto;
object-fit: cover;
}
.news-item__datetime{
left: 14px;
height: 64px;
width: 64px;
}
.news-item__date{
font-size: 30px;
line-height: 30px;
}
.news-item__month{
font-size: 12px;
line-height: 14px;
text-align: center;
}
.video-item__view{
height: auto;
margin-bottom: 40px;
}
.video-item__view iframe{
aspect-ratio: 16 / 9;
height: auto;
min-height: 220px;
width: 100%;
}
.gamecenter__block{
padding-bottom: 48px;
}
.gamecenter__logo{
height: auto;
aspect-ratio: 1 / 1;
}
.gamecenter__widget{
max-width: 100%;
overflow-x: auto;
}
.docs__item{
min-height: 220px;
}
.docs__download{
right: 20px;
bottom: 20px;
}
.administration__pic{
height: auto;
aspect-ratio: 19 / 25;
}
.photos{
display: grid!important;
grid-template-columns: repeat(2,minmax(0,1fr))!important;
gap: 12px!important;
justify-content: stretch!important;
}
.photos__item{
aspect-ratio: 17 / 10;
height: auto!important;
width: auto!important;
}
.photos__item img{
height: 100%;
object-fit: cover;
width: 100%;
}
.loadmore__photos{
border-radius: 6px;
padding: 14px;
}
.form{
max-width: 900px;
}
.form__title{
font-size: 22px;
line-height: 1.25;
margin: 18px 0 0;
}
.form__block{
margin: 0;
}
.form__input-text,
.form__select,
.form__textarea{
border: 1px solid rgba(0,0,0,0.35);
border-radius: 6px;
min-height: 42px;
padding: 9px 11px;
width: 100%;
}
.form__textarea{
min-height: 110px;
}
.form__submit{
border-radius: 6px;
line-height: 1.2;
min-height: 48px;
transition: background 180ms ease;
width: 100%;
}
.yamap{
height: min(70vh, 600px);
}
.yamap iframe{
height: min(70vh, 600px);
}
.footer{
padding-top: 48px;
padding-bottom: 48px;
}
.menu__footer{
display: grid!important;
grid-template-columns: 1fr;
gap: 12px 24px;
}
.footer__copyright{
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 20px;
}
@media (min-width: 640px){
.news__grid,
.main__video{
grid-template-columns: repeat(2,minmax(0,1fr))!important;
}
.main__photo,
.administration__flex,
.docs,
.gamecenter__flex{
grid-template-columns: repeat(2,minmax(0,1fr))!important;
}
.partners__flex{
grid-template-columns: repeat(3,minmax(0,1fr))!important;
}
.photos{
grid-template-columns: repeat(3,minmax(0,1fr))!important;
}
.form__submit{
width: auto;
}
.footer__copyright{
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.menu__footer{
grid-template-columns: repeat(2,minmax(0,1fr))!important;
}
}
@media (min-width: 1024px){
.promo__news-item{
grid-template-columns: minmax(0,1fr) minmax(420px,690px)!important;
align-items: center;
}
.promo__news-pic{
padding: 24px;
}
.main__photo,
.gamecenter__flex,
.docs,
.administration__flex{
grid-template-columns: repeat(3,minmax(0,1fr))!important;
}
.partners__flex{
grid-template-columns: repeat(4,minmax(0,1fr))!important;
}
.content__flex{
flex-direction: row!important;
align-items: flex-start;
}
.column__right{
flex: 0 0 320px;
width: 320px!important;
}
.photos{
grid-template-columns: repeat(4,minmax(0,1fr))!important;
}
.menu__footer{
display: flex!important;
align-items: flex-start;
justify-content: space-between;
}
}
@media (min-width: 1280px){
.column__right{
flex-basis: 380px;
width: 380px!important;
}
}
@media (max-width: 420px){
.preheader__promo a{
width: 100%;
}
.breadcrumbs__item span,
.breadcrumbs__link{
max-width: 220px;
overflow: hidden;
text-overflow: ellipsis;
}
}

/* Modern information portal design */
:root{
    --portal-ink: #101815;
    --portal-muted: #64736d;
    --portal-line: rgba(0,104,55,0.14);
    --portal-surface: #ffffff;
    --portal-soft: #f4faf6;
    --portal-deep: #083f26;
    --portal-shadow: 0 18px 45px rgba(6,45,27,0.10);
    --portal-shadow-hover: 0 22px 55px rgba(6,45,27,0.16);
}
.portal-body{
    color: var(--portal-ink);
    background:
        linear-gradient(90deg, rgba(0,104,55,0.035) 1px, transparent 1px),
        linear-gradient(0deg, rgba(0,104,55,0.035) 1px, transparent 1px),
        #f8fbf9;
    background-size: 48px 48px, 48px 48px, auto;
}
.portal-topbar{
    background: #006837!important;
    border-bottom: 1px solid rgba(255,255,255,0.16);
}
.portal-topbar__dot{
    background: #da0711;
    border: 2px solid rgba(255,255,255,0.55);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(218,7,17,0.18);
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    vertical-align: middle;
    width: 10px;
}
.portal-header{
    backdrop-filter: blur(16px);
    background: rgba(255,255,255,0.92)!important;
    box-shadow: 0 1px 0 rgba(0,104,55,0.08);
    position: sticky!important;
    top: 0;
    transition: box-shadow 180ms ease, background 180ms ease, transform 180ms ease;
    z-index: 60!important;
}
.is-scrolled .portal-header{
    background: rgba(255,255,255,0.97)!important;
    box-shadow: 0 14px 35px rgba(6,45,27,0.12);
}
.header__brand-title{
    color: var(--portal-ink);
    display: block;
    font-family: var(--font-family);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.1;
    text-decoration: none;
    text-transform: uppercase;
}
.header__brand-title:hover{
    color: var(--red);
}
.header__brand-subtitle{
    color: var(--portal-muted);
    font-size: 13px;
    line-height: 1.35;
    margin-top: 5px;
}
.site-menu-toggle{
    border-radius: 8px!important;
    box-shadow: 0 10px 24px rgba(0,104,55,0.10);
}
.menu__list{
    background: rgba(242,248,247,0.86);
    border: 1px solid var(--portal-line);
    border-radius: 8px;
    padding: 6px!important;
}
.menu__item{
    position: relative;
}
.menu__link{
    border-radius: 6px!important;
    color: var(--darkgreen)!important;
    overflow: hidden;
    padding: 11px 13px!important;
}
.menu__link:hover,
.menu__link.active{
    background: #fff!important;
    color: var(--red)!important;
    box-shadow: 0 8px 22px rgba(0,104,55,0.09);
}
.menu__chevron{
    flex: 0 0 auto;
    transition: transform 180ms ease;
}
.menu__item:hover .menu__chevron,
.menu__item:focus-within .menu__chevron{
    transform: rotate(180deg);
}
.submenu__list{
    border-radius: 8px!important;
    box-shadow: var(--portal-shadow);
}
.submenu__link,
.submenu__nested-link{
    transition: background 160ms ease, color 160ms ease, padding 160ms ease;
}
.submenu__link:hover,
.submenu__nested-link:hover{
    padding-left: 18px;
}
.portal-section{
    position: relative;
}
.portal-section--news{
    background: linear-gradient(180deg, #fff 0%, #f8fbf9 100%);
}
.portal-section--media{
    background:
        linear-gradient(135deg, rgba(0,104,55,0.10), transparent 34%),
        linear-gradient(180deg, #eef8f2 0%, #f8fbf9 100%)!important;
}
.portal-section--partners{
    background: #fff!important;
}
.section-heading{
    margin-bottom: 28px;
}
.section-heading--row{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.section-heading--compact{
    margin-top: 34px;
}
.section-heading__eyebrow{
    align-items: center;
    color: var(--red);
    display: inline-flex;
    gap: 8px;
    font-family: var(--font-family);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0!important;
    line-height: 1.2;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.h1-title{
    color: var(--portal-ink)!important;
}
.h1-title>span{
    background: var(--darkgreen);
    border-radius: 6px;
    box-shadow: inset 0 -3px 0 rgba(255,255,255,0.18);
    color: #fff;
    padding: 4px 8px;
}
.portal-link-more{
    align-items: center;
    border: 1px solid var(--portal-line);
    border-radius: 8px;
    color: var(--darkgreen)!important;
    display: inline-flex!important;
    gap: 9px;
    min-height: 42px;
    padding: 0 14px;
    text-decoration: none!important;
    transition: border 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}
.portal-link-more span{
    color: inherit!important;
    font-family: var(--font-family);
    font-size: 15px;
    font-weight: 700;
}
.portal-link-more:hover{
    border-color: rgba(218,7,17,0.34);
    box-shadow: 0 12px 28px rgba(218,7,17,0.10);
    color: var(--red)!important;
    transform: translateY(-1px);
}
.portal-button{
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 700;
    gap: 9px;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    text-decoration: none!important;
    transition: background 160ms ease, border 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}
.portal-button--primary{
    background: var(--red);
    box-shadow: 0 16px 32px rgba(218,7,17,0.22);
    color: #fff!important;
}
.portal-button--primary:hover{
    background: var(--darkgreen);
    color: #fff!important;
    transform: translateY(-1px);
}
.portal-button--ghost{
    background: #fff;
    border: 1px solid var(--portal-line);
    color: var(--darkgreen)!important;
}
.portal-button--ghost:hover{
    border-color: rgba(218,7,17,0.35);
    color: var(--red)!important;
    transform: translateY(-1px);
}
.portal-hero{
    background:
        linear-gradient(135deg, rgba(0,104,55,0.14) 0%, rgba(0,141,56,0.06) 42%, rgba(218,7,17,0.06) 100%),
        #f2f8f7!important;
    overflow: hidden;
    position: relative;
}
.portal-hero:before{
    background:
        linear-gradient(90deg, rgba(0,104,55,0.08) 1px, transparent 1px),
        linear-gradient(0deg, rgba(0,104,55,0.08) 1px, transparent 1px);
    background-size: 36px 36px;
    content: "";
    inset: 0;
    opacity: 0.45;
    pointer-events: none;
    position: absolute;
}
.portal-hero .wrap{
    position: relative;
}
.portal-hero__grid{
    display: grid;
    gap: 34px;
}
.portal-hero__content{
    align-self: center;
}
.portal-hero__title{
    color: var(--portal-ink)!important;
    font-family: var(--font-family)!important;
    font-size: clamp(36px, 6vw, 64px)!important;
    line-height: 0.98!important;
    margin: 0!important;
    max-width: 780px;
    padding: 0!important;
}
.portal-hero__title a{
    color: inherit!important;
    text-decoration: none!important;
}
.portal-hero__title a:hover{
    color: var(--red)!important;
}
.portal-hero__meta{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    margin-top: 22px;
}
.portal-hero__announce{
    color: var(--portal-muted);
    font-size: 18px;
    line-height: 1.65;
    margin-top: 24px;
    max-width: 640px;
}
.portal-hero__actions{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}
.portal-hero__visual{
    padding: 0!important;
    position: relative;
}
.portal-hero__visual:before{
    background: var(--darkgreen);
    border-radius: 8px;
    content: "";
    height: 66%;
    left: -14px;
    position: absolute;
    top: 18px;
    width: 72%;
    z-index: 1;
}
.portal-hero__image{
    background: #dbe8df;
    border: 1px solid rgba(255,255,255,0.75);
    box-shadow: var(--portal-shadow);
    position: relative;
    z-index: 2;
}
.portal-hero__image img{
    aspect-ratio: 16 / 10!important;
}
.portal-hero__glass-card{
    background: rgba(255,255,255,0.88);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,0.76);
    border-radius: 8px;
    bottom: 18px;
    box-shadow: var(--portal-shadow);
    color: var(--portal-muted);
    display: flex;
    flex-direction: column;
    font-size: 12px;
    gap: 3px;
    left: 18px;
    padding: 13px 15px;
    position: absolute;
    text-transform: uppercase;
    z-index: 3;
}
.portal-hero__glass-card strong{
    color: var(--portal-ink);
    font-family: var(--font-family);
    font-size: 22px;
    line-height: 1;
}
.portal-shortcuts{
    display: grid;
    gap: 12px;
    margin-top: 34px;
}
.portal-shortcut{
    align-items: center;
    background: rgba(255,255,255,0.86);
    border: 1px solid rgba(0,104,55,0.14);
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(6,45,27,0.07);
    color: var(--portal-ink);
    display: flex;
    gap: 14px;
    min-height: 84px;
    padding: 16px;
    text-decoration: none!important;
    transition: border 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.portal-shortcut:hover{
    border-color: rgba(218,7,17,0.35);
    box-shadow: var(--portal-shadow);
    transform: translateY(-2px);
}
.portal-shortcut__icon{
    align-items: center;
    background: var(--darkgreen);
    border-radius: 8px;
    color: #fff;
    display: flex;
    flex: 0 0 46px;
    height: 46px;
    justify-content: center;
}
.portal-shortcut:hover .portal-shortcut__icon{
    background: var(--red);
}
.portal-shortcut strong,
.portal-shortcut em{
    display: block;
    font-style: normal;
}
.portal-shortcut strong{
    color: var(--portal-ink);
    font-family: var(--font-family);
    font-size: 18px;
    line-height: 1.15;
}
.portal-shortcut em{
    color: var(--portal-muted);
    font-size: 13px;
    line-height: 1.3;
    margin-top: 4px;
}
.portal-tag{
    background: rgba(0,104,55,0.10)!important;
    border: 1px solid rgba(0,104,55,0.16);
    border-radius: 6px!important;
    color: var(--darkgreen)!important;
    display: inline-flex;
    font-family: var(--font-family);
    font-size: 12px!important;
    font-weight: 700;
    line-height: 1!important;
    margin: 0 6px 6px 0;
    padding: 7px 9px!important;
    text-transform: uppercase;
}
.portal-date{
    align-items: center!important;
    color: var(--portal-muted)!important;
    display: inline-flex!important;
    font-size: 13px!important;
    gap: 7px!important;
    line-height: 1.2!important;
    margin-top: 14px!important;
}
.portal-card{
    background: var(--portal-surface);
    border: 1px solid rgba(0,104,55,0.12);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(6,45,27,0.07);
    overflow: hidden;
    transition: border 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.portal-card:hover{
    border-color: rgba(218,7,17,0.28);
    box-shadow: var(--portal-shadow-hover);
    transform: translateY(-3px);
}
.portal-card__media{
    border-radius: 0!important;
}
.portal-card__body{
    padding: 20px!important;
}
.news__item-title a,
.main__photo-title a,
.gamecenter__name a{
    color: var(--portal-ink)!important;
    text-decoration: none!important;
    transition: color 160ms ease;
}
.news__item-title a:hover,
.main__photo-title a:hover,
.gamecenter__name a:hover{
    color: var(--red)!important;
}
.portal-card .news__item-title,
.portal-card .main__photo-title{
    margin-top: 8px!important;
}
.portal-video-card{
    border: 1px solid rgba(255,255,255,0.65);
    box-shadow: var(--portal-shadow);
}
.portal-video-card .main__video-grad{
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(8,63,38,0.92) 100%);
    gap: 12px;
}
.portal-play-icon{
    align-items: center;
    background: var(--red);
    border-radius: 8px;
    color: #fff;
    display: flex;
    flex: 0 0 38px;
    height: 38px;
    justify-content: center;
    min-width: 38px;
    width: 38px;
}
.partners__item a{
    border-radius: 8px!important;
    box-shadow: 0 10px 30px rgba(6,45,27,0.06);
    min-height: 120px;
    transition: border 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.partners__item a:hover{
    border-color: rgba(0,104,55,0.20);
    box-shadow: var(--portal-shadow);
    transform: translateY(-2px);
}
.breadcrumbs{
    background: var(--portal-deep)!important;
}
.main{
    background: linear-gradient(180deg, #fff 0%, #f8fbf9 100%);
}
.content{
    color: #26302d;
}
.content p,
.content li{
    color: #26302d;
}
.news__item:not(.portal-card),
.main__photo-item:not(.portal-card),
.docs__item,
.gamecenter__item,
.administration__item{
    background: #fff;
    border: 1px solid rgba(0,104,55,0.12);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(6,45,27,0.06);
    overflow: hidden;
    transition: border 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.news__item:not(.portal-card):hover,
.main__photo-item:not(.portal-card):hover,
.docs__item:hover,
.gamecenter__item:hover,
.administration__item:hover{
    border-color: rgba(218,7,17,0.25);
    box-shadow: var(--portal-shadow-hover);
    transform: translateY(-2px);
}
.news__item:not(.portal-card) .news__item-data,
.main__photo-item:not(.portal-card) .main__photo-data,
.gamecenter__item .gamecenter__name,
.administration__item .administration__name,
.administration__item .administration__rank{
    padding-left: 18px;
    padding-right: 18px;
}
.main__photo-item:not(.portal-card) .main__photo-data{
    padding-bottom: 18px;
}
.news__item:not(.portal-card) .news__item-data{
    padding: 18px!important;
}
.docs__download{
    background: var(--darkgreen)!important;
}
.docs__item:hover .docs__download{
    background: var(--red)!important;
}
.menu__right{
    box-shadow: var(--portal-shadow);
}
.menu__right-title{
    background: var(--portal-deep)!important;
}
.menu__right-item>a{
    background: #fff!important;
    border-color: rgba(0,104,55,0.12)!important;
    color: var(--darkgreen)!important;
}
.menu__right-item>a:hover,
.menu__right-item.active>a{
    background: var(--darkgreen)!important;
    color: #fff!important;
}
.form{
    border: 1px solid rgba(0,104,55,0.12);
    box-shadow: var(--portal-shadow);
}
.form__submit{
    background: var(--red)!important;
}
.form__submit:hover{
    background: var(--darkgreen)!important;
}
.portal-footer{
    background:
        linear-gradient(135deg, rgba(255,255,255,0.08) 0%, transparent 40%),
        var(--portal-deep)!important;
}
.menu__footer-link{
    opacity: 0.9;
    transition: opacity 160ms ease, color 160ms ease;
}
.menu__footer-link:hover{
    color: #fff!important;
    opacity: 1;
}
@media (min-width: 640px){
.section-heading--row{
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
}
.portal-shortcuts{
    grid-template-columns: repeat(2,minmax(0,1fr));
}
}
@media (min-width: 1024px){
.portal-header .wrap{
    padding-top: 18px!important;
    padding-bottom: 18px!important;
}
.header__menu{
    margin-top: 18px!important;
}
.menu__list{
    align-items: center;
    justify-content: center;
}
.menu__link{
    padding: 10px 12px!important;
}
.portal-hero__grid{
    grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
    align-items: center;
}
.portal-shortcuts{
    grid-template-columns: repeat(4,minmax(0,1fr));
}
.news__grid{
    grid-template-columns: repeat(3,minmax(0,1fr))!important;
}
.news__grid .news__item:first-child{
    grid-column: span 2;
}
.news__grid .news__item:first-child .news__item-pic{
    aspect-ratio: 16 / 7;
}
.news__grid .news__item:first-child .news__item-title{
    font-size: 24px;
    line-height: 1.18;
}
.main__video{
    grid-template-columns: repeat(2,minmax(0,1fr))!important;
}
}
@media (max-width: 767px){
.portal-hero__title{
    font-size: clamp(34px, 12vw, 46px)!important;
}
.portal-hero__announce{
    font-size: 16px;
}
.portal-button{
    width: 100%;
}
.portal-link-more{
    width: 100%;
    justify-content: center;
}
.portal-shortcut{
    min-height: 78px;
}
}

/* Inner portal pages */
.portal-inner{
    background:
        linear-gradient(180deg, #ffffff 0%, #f7fbf8 54%, #ffffff 100%)!important;
}
.portal-page-head{
    background:
        linear-gradient(135deg, rgba(0,104,55,0.10), rgba(0,141,56,0.045) 46%, rgba(218,7,17,0.055)),
        #fff;
    border: 1px solid rgba(0,104,55,0.12);
    border-radius: 8px;
    box-shadow: var(--portal-shadow);
    margin-bottom: 34px;
    overflow: hidden;
    padding: clamp(22px, 4vw, 34px);
    position: relative;
}
.portal-page-head:after{
    background:
        linear-gradient(90deg, rgba(0,104,55,0.07) 1px, transparent 1px),
        linear-gradient(0deg, rgba(0,104,55,0.07) 1px, transparent 1px);
    background-size: 28px 28px;
    content: "";
    inset: 0;
    opacity: 0.55;
    pointer-events: none;
    position: absolute;
}
.portal-page-head>*{
    position: relative;
    z-index: 2;
}
.portal-page-head h1{
    max-width: 860px;
    padding-bottom: 0!important;
}
.portal-page-head--row{
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    gap: 24px;
}
.portal-lead{
    background: #fff;
    border: 1px solid rgba(0,104,55,0.12);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(6,45,27,0.06);
    margin-bottom: 34px;
    padding: clamp(18px, 3vw, 28px);
}
.portal-widget-shell{
    background: #fff;
    border: 1px solid rgba(0,104,55,0.12);
    border-radius: 8px;
    box-shadow: var(--portal-shadow);
    padding: 16px;
}
.portal-tourney-section{
    background: rgba(255,255,255,0.72);
    border: 1px solid rgba(0,104,55,0.10);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(6,45,27,0.05);
    margin-bottom: 34px;
    padding: clamp(18px, 3vw, 28px);
}
.portal-tourney-section .section-heading{
    margin-bottom: 0;
}
.portal-tourney-grid{
    padding-top: 0!important;
}
.portal-tourney-card{
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 14px;
}
.portal-tourney-card__logo{
    background:
        radial-gradient(circle at 30% 20%, rgba(0,141,56,0.18), transparent 35%),
        #f4faf6!important;
    border: 1px solid rgba(0,104,55,0.10);
}
.portal-tourney-card__name{
    padding-left: 4px!important;
    padding-right: 4px!important;
}
.portal-card-action{
    align-items: center;
    border-top: 1px solid rgba(0,104,55,0.12);
    color: var(--darkgreen)!important;
    display: flex;
    font-family: var(--font-family);
    font-size: 15px;
    font-weight: 700;
    gap: 8px;
    justify-content: space-between;
    margin: 16px 4px 0;
    padding-top: 14px;
    text-decoration: none!important;
    transition: color 160ms ease;
}
.portal-card-action:hover{
    color: var(--red)!important;
}
.portal-people-grid{
    align-items: stretch;
}
.portal-person-card{
    background: #fff;
    display: flex;
    flex-direction: column;
}
.portal-person-card__photo{
    border-bottom: 4px solid var(--darkgreen);
}
.portal-person-card__body{
    padding: 0 18px 22px;
}
.portal-person-card:hover .portal-person-card__photo{
    border-bottom-color: var(--red);
}
.portal-list-grid .portal-card{
    min-height: 100%;
}
.portal-list-grid .news__item:first-child{
    grid-column: auto!important;
}
.portal-list-grid .news__item:first-child .news__item-pic{
    aspect-ratio: 59 / 26!important;
}
.portal-list-grid .news__item:first-child .news__item-title{
    font-size: 18px!important;
    line-height: 1.35!important;
}
.portal-detail-hero{
    border-radius: 8px;
    box-shadow: var(--portal-shadow);
    margin-bottom: 34px;
    overflow: hidden;
    padding: 0!important;
}
.portal-detail-hero:before{
    display: none;
}
.portal-detail-hero img{
    border-radius: 0!important;
    min-height: 260px;
}
.portal-detail-hero .news-item__datetime{
    background: var(--red);
    border-radius: 0 8px 0 0;
    bottom: 0;
    left: 0;
    height: 88px;
    width: 88px;
}
.portal-detail-hero--photo .news-item__datetime{
    background: var(--darkgreen);
}
.portal-article{
    background: #fff;
    border: 1px solid rgba(0,104,55,0.12);
    border-radius: 8px;
    box-shadow: var(--portal-shadow);
    padding: clamp(20px, 4vw, 38px);
}
.portal-article h1{
    max-width: 900px;
}
.portal-article__content{
    color: #26302d;
    font-size: 17px;
    line-height: 1.72;
}
.portal-article__content p{
    margin-bottom: 20px;
}
.portal-article__content img{
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(6,45,27,0.08);
    margin: 10px 0 20px;
}
.portal-sidebar{
    position: relative;
}
.portal-sidebar .menu__right{
    border: 1px solid rgba(0,104,55,0.12);
    position: sticky;
    top: 150px;
}
.portal-gallery{
    margin-top: 28px;
}
.portal-gallery .photos__item{
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(6,45,27,0.08);
    overflow: hidden;
    transition: box-shadow 160ms ease, transform 160ms ease;
}
.portal-gallery .photos__item:hover{
    box-shadow: var(--portal-shadow);
    transform: translateY(-2px);
}
.portal-load-more{
    background: var(--red)!important;
    border-radius: 8px!important;
    color: #fff!important;
    font-family: var(--font-family);
    font-weight: 700;
    margin-top: 24px!important;
}
.portal-load-more:hover{
    background: var(--darkgreen)!important;
}
.portal-video-player{
    background:
        linear-gradient(135deg, rgba(0,104,55,0.28), transparent 50%),
        #050806!important;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    border-top: 1px solid rgba(255,255,255,0.12);
    padding: 28px 0;
}
.portal-video-player iframe{
    border-radius: 8px;
    box-shadow: 0 22px 55px rgba(0,0,0,0.35);
    overflow: hidden;
}
.portal-video-card .main__video-title{
    min-width: 0;
}
@media (min-width: 1024px){
.portal-list-grid.news__grid{
    grid-template-columns: repeat(3,minmax(0,1fr))!important;
}
.portal-list-grid.main__video{
    grid-template-columns: repeat(3,minmax(0,1fr))!important;
}
.portal-list-grid.main__photo{
    grid-template-columns: repeat(3,minmax(0,1fr))!important;
}
}
@media (max-width: 1023px){
.portal-sidebar .menu__right{
    position: static;
}
}
@media (max-width: 767px){
.portal-page-head--row{
    align-items: flex-start;
    flex-direction: column;
}
.portal-widget-shell{
    margin-left: -16px;
    margin-right: -16px;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}
.portal-detail-hero img{
    min-height: 220px;
}
.portal-detail-hero .news-item__datetime{
    height: 72px;
    width: 72px;
}
.portal-article{
    margin-left: -16px;
    margin-right: -16px;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}
.portal-video-player{
    padding: 18px 0;
}
}
