/* cyrillic-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/snunitov23xrxi3i6li01bkofioc5wtlz2di8hdlshdtk3iazbxwjgevt5.woff) format('woff');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/snunitov23xrxi3i6li01bkofioc5wtlz2di8hdlshdta3iazbxwjgevt5.woff) format('woff');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/daf317778a/snunitov23xrxi3i6li01bkofioc5wtlz2di8hdlshdts3iazbxwjgevt5.woff) format('woff');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/daf317778a/snunitov23xrxi3i6li01bkofioc5wtlz2di8hdlshdto3iazbxwjgevt5.woff) format('woff');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/daf317778a/snunitov23xrxi3i6li01bkofioc5wtlz2di8hdlshdtq3iazbxwjgeg.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* ermak */
@font-face {
	font-family: 'CyrilicOld';/*pfdintextcondpro-light*/
	src: url('/fonts/CyrilicOld.eot'); /* IE9 Compat Modes */
	src: url('/fonts/CyrilicOld.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('/fonts/CyrilicOld.woff') format('woff'), /* Pretty Modern Browsers */
		url('/fonts/CyrilicOld.ttf')  format('truetype'), /* Safari, Android, iOS */
		url('/fonts/CyrilicOld.svg#pfdintextcondpro-light') format('svg'); /* Legacy iOS */
}
/* new bottom */
@font-face {
	font-family: 'first-title';/*pfdintextcondpro-light*/
	src: url('/fonts/bebasneue_regular.eot'); /* IE9 Compat Modes */
	src: url('/fonts/bebasneue_regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('/fonts/bebasneue_regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('/fonts/bebasneue_regular.woff') format('woff'), /* Pretty Modern Browsers */
		url('/fonts/bebasneue_regular.ttf')  format('truetype'), /* Safari, Android, iOS */
		url('/fonts/bebasneue_regular.svg#pfdintextcondpro-light') format('svg'); /* Legacy iOS */
}
/* evohit */
@font-face {
	font-family: 'evohit';/*pfdintextcondpro-light*/
	src: url('/fonts/BukhariScript-Regular.eot'); /* IE9 Compat Modes */
	src: url('/fonts/BukhariScript-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('/fonts/BukhariScript-Regular.woff') format('woff'), /* Pretty Modern Browsers */
		url('/fonts/BukhariScript-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
}


body {
  font-family: Nunito,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  font-size: 16px;
  line-height: 1.42857143;
  min-height: 100%;
  height:100vh;
  /* width:100vw; */
  vertical-align:top;
  /* overflow:hidden !important; */ /**/
  /*background: linear-gradient(177.63deg, #353A40 -84.18%, #181A1D 267.9%);/**/
  /* background: #fff url(/img/bg.png) 50% 100% repeat; */
  background: #EFF7F1;
  color:#e1e1e1;
  margin:0px;
  padding:0px;
  /* position: fixed; *//*ipad dont scroll*/
  background: linear-gradient(177.63deg, #353A40 -84.18%, #181A1D 267.9%);
}

/*audio {
    filter: sepia(20%) saturate(70%) grayscale(1) contrast(99%) invert(112%);
    width: 300px;
    height: 25px;
    transform: scale(1.5);
    outline: none;
}*/

#qr_container{
    z-index: 1;
    position:absolute;
    top:-1000px;
    left:0px;
    width:auto;
    height:auto;
    margin: 20px; 
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;    
    align-items: flex-start; 
    border-radius: 10px;
    background: #ffffff;
    transition: all 0.2s linear;
}


#weatherChart,.weatherChart{
    position:absolute; 
    left:15vw; 
    top:25vh; 
    width:50vw; 
    height:50vh; 
    display:none; 
    box-shadow:#3C4652 0px 5px 17px; 
    z-index:16; 
    background:#ffffff;
}
.weatherChart>div>div{
        margin: 20px;
}

#center_container{
    height:auto;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    opacity:0;
    transition: opacity,transform 0.35s ease-in-out;
}
#odometer_container{
    border-radius: 30px;
    background: linear-gradient(356.43deg, #131415 19.32%, #202020 88.64%);
    display:flex;
    flex-direction: column;
    justify-content: space-around;
    width:auto;
    height:auto;
    padding: 20px;
    padding-left: 40px;
    padding-right: 40px;
    /*margin-top: 20px;
    margin-bottom: 20px;*/
    opacity:0;
    transition: opacity 0.5s linear;
	margin-top: 4rem;
}
#odometer_container>div{
    display:flex;
    flex-direction: row;
    align-items: center;
}
.odometer_item{
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    /* font: 17px 'CyrilicOld', verdana, arial; */
    font: 20px 'first-title';
}
#dinamik{
    height:100%;
    z-index: 1;
    margin-top: 20px;
    margin-left: 35px;
    /*cursor:pointer;*/
    transform: scale(1.0);
    opacity:0;
    transition: opacity,transform 0.35s linear;
}
.dinamik_anim {
  animation: pulsate 3.5s ease-out infinite;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
  }
    75% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (max-width: 600px) {
.schedule-time-air {
    width: 100%;
    display: flex;
    align-items: center;
    height: 65px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAkIAAAACCAMAAACDvkN3AAAAAXNSR0IB2cksfwAAAPZQTFRFAAAA/////////f3//fv/+/v9+/v/+/n9+fn9+ff99/f99/X99fX99fX79fP79fP98/P78/H78fH78e/77+/57+/77+357+377e357ev56+n56ef36ef56eX35+X35+P35eP35eH34+H34+H149/149/34d/16+f56+v5//3//////////f3///3//f39/fv9+/v9+/n9+fn9+ff99/f99/f79/X79/X99fX79fP78/P78/H78fH78e/58e/77+/57+357e357ev56+n56+v56+n36ef36eX35+X35+P35eP35eP15eH15eH34+H149/14d/14d31aEcLfwAAAFJ0Uk5TAD9/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/QICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgFSCOFYAAAHGSURBVHicXZKLVoJAFEUzJTONSo1UQrPsKWmlaQ8VlXxkqPn/P9O5d8ZhaO/F0rWAYeacuxPbDYmTERJxI7GXMPZCk0bS2E9CjRQ8SLGS9EGayaQP04cZ0iRN88g0j4XHJ6QiC3NZqJHPneasU3gGLb6sglW0ioVihBL5D7t0XrLPQx3bscsO1KjAiwrUqF5Uq5fw6lJYI2u165sauwX/Gdzl56pX/BbeDpfCyhX+hsIp22Xb0XZlY5+3+rbv+Cz64Qo4r8WcsZQHcsmHMSG1LOcnQa6AU6a8KXnuAF0waEfCnVF7CmoWDSfDxhNG3MAcaNzTnNxvhya281AHbt19bLiu21A2G0/uUxMqnuHLM6tovbRabWH7le2Q3bfuWwcy7yT4EIJPUtIje/3eAFd/IPT63sDzht4wwmg4HsEI/tj/mvi+PwmdTP1phBmcT+ezucY3XHyzix9psAiWq+UqWEnWwvWvkNn8bgj8SvieeJIJ4DJYYi25Ktanr/AXFbM570rDn2Lf2inoZPpB6eRIYLQNg9LxKKdtZkivBzhPBhkzyFyCHhhqptvpUlOiM+oPoE0FtcyNK5qYB7ep5gOzQlOD2Xn4AxLBuEpAiQjTAAAAAElFTkSuQmCC) bottom no-repeat;
}
.schedule-time-air-time {
    font-size: 14px;
    line-height: 64px;
    color: #142636;
    font-weight: 500;
    margin-right: 45px;
}
.mobs {
	width: 47%;
	margin: 0 auto;
}
}



#vk_div{
    position:absolute; 
    top:100px; 
    right:-500px; 
    height:100%; 
    background: #353535;
    min-width: 300px;
    box-shadow: -10px 9px 17px 1px #000000;
    display:none;
    transition: all 0.35s ease-in-out;
}
#vk_groups{
}

/*radio*/
#radioVolumeSlider{
    width:45px;
    height:100%;
    background:url("/img/tuning_ruler.svg") no-repeat;
    background-size: contain;
    background-position: center;
    flex-shrink: 0;
    z-index: 1;
}
#radioVolumeSlider.horizontal{
    background:url("/img/tuning_ruler_h.svg") no-repeat;
    background-size: contain;
    background-position: center;
}

.ui-slider .ui-slider-range{
    background: transparent;
}
.ui-widget-content {
    border:0 !important;
}
.ui-slider-handle {
    width:65px !important;
    height:65px !important;
    margin-left:-6px !important;
    margin-bottom: -32px !important;
    background:url(/img/play.svg) !important;
    /*background:url(/img/playbutton.png) !important;*/
    background-size: contain !important;
    border-radius: 100%;
    border:0 !important;
    cursor:pointer !important;
    outline: none;
}
.ui-slider-handle.horizontal {
    margin-top: -7px !important;
}
.ui-slider-handle.off {
    /*background:url(/img/slider_th_off.svg) !important;*/
    background:url(/img/play.svg) !important;
    background-size: contain !important;
    border-radius: 100%;
}
.ui-slider-handle.on {
    /*background:url(/img/slider_th.svg) !important;*/
    background:url(/img/pause.svg) !important;
    background-size: contain !important;
    border-radius: 100%;
}
.ui-slider-handle.load {
    background:url(/img/clock.svg) !important;
    background-size: contain !important;
    border-radius: 100%;
  animation: rotatte 1.5s linear infinite;
}
@keyframes rotatte {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* end of radio */

.incity{
    font-size:15px;
    color: #ffffff;
    white-space: nowrap;
    font: 30px 'first-title';
}

#header_container{
    /*position:absolute; 
    right: 0px; left:0px; top:0px; /**/
	//margin-top: 2rem;
    padding: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size:16px;
    width: 100%;
    background: linear-gradient(356.43deg, #131415 19.32%, #202020 88.64%);
    box-shadow: 0 0.125rem 0.5rem 0 rgb(0 0 0 / 3%), 0 0.125rem 2rem -0.5rem rgb(23 43 61 / 20%);
}
#header_container a{
  color: #ffffff;
  cursor:pointer;
  margin: 0px 5px;
  font: 21px 'first-title';
}
#podval{
    position: relative;
    bottom:0px;
    right:0px;
    left:0px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #C0E1E855;
    flex: 0 0 auto;
    background: linear-gradient(356.43deg, #131415 19.32%, #202020 88.64%);
    width: 100%;
    box-shadow: 0 0.125rem 0.5rem 0 rgb(0 0 0 / 3%), 0 0.125rem 2rem -0.5rem rgb(23 43 61 / 20%);
    text-align: center;
    font: 17px 'first-title';
}
@media screen and (max-width: 600px) {
    #header_container{
        /*font-size:15px;*/
        padding:10px;
        /*flex-direction: column; */
        flex-wrap: nowrap;
        display: none;
    }
    #header_container div{
        display:flex;
        flex-direction: column;
    }
    #header_container a{
      margin:5px 0px;
    }
    #podval{
        font-size:10px;
        padding:10px;
        display: none;
    }
	
.contents {
    margin: 0 auto;
    background: linear-gradient(356.43deg, #131415 19.32%, #202020 88.64%);
    flex: 1 0 auto;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 16px;
    padding: 17px;
    border-radius: 20px;
    width: 100%;
    box-shadow: 0 0.125rem 0.5rem 0 rgb(0 0 0 / 3%), 0 0.125rem 2rem -0.5rem rgb(23 43 61 / 20%);
}

.city-trans-table {
	overflow-y: scroll;
}

/*rasp*/
.rasp_ermak {
	
}

.managers {
    display: -webkit-box;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    align-content: stretch;
    width: 100%;
}
.manager-item {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    padding: 17px;
}

.mobile_logo img {
	margin-top: 17px;
	z-index: 999999999;
	width: 77px;
	position: relative;
}

.mobile_logo {
	right: 15px;
    position: absolute;
	z-index: 1;
}

.m_name {
	font-weight: 500;
	color: #ffffff;
	//margin-top: -8px;
	font: 27px 'evohit';
	line-height: 17px;
}
	
	
	/*new code mobile menu*/
	
	
	#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
}

.menu__btn {
  display: flex;
  align-items: center;
  position: fixed;
  top: 20px;
  left: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 5;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}

.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  background-color: #282c30;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
  transition-duration: .25s;
  z-index: 2;
}

.menu__item {
  display: block;
  padding: 12px 24px;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  transition-duration: .25s;
  font: 26px 'first-title';
}
.menu__item:hover {
  background-color: #222222;
}

#announce {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: linear-gradient(356.43deg, #131415 19.32%, #202020 88.64%);
    border-radius: 20px;
    position: relative;
    margin-top: 50px;
    margin-left: 28px;
    margin-right: 28px;
}
#announce span {
    font-size: 16px;
    margin: 20px;
}

#announce img {
	width: 60px;
    height: 60px;
    background: #4b8c4c;
    border-radius: 50%;
    padding: 5px;
    transform: scale(1.15) translateX(-10px);
    box-shadow: 1px 0px 14px 3px #000000;

}
	
	
	/*new code mobile menu*/
	
	
	
	
}
@media screen and (min-width: 600px) {
.hamburger-menu {
	display:none;
}
#announce img {
	width: 78px;
    height: 78px;
    background: #4b8c4c;
    border-radius: 50%;
    padding: 5px;
    transform: scale(1.15) translateX(-10px);
    box-shadow: 1px 0px 14px 3px #000000;

}
#announce span{
    font-size: 20px;
    margin: 20px;
}

/*history song*/
.contents {
	margin: 0 auto;
	background: linear-gradient(356.43deg, #131415 19.32%, #202020 88.64%);
	z-index: 999999;
	flex: 1 0 auto;
	position: relative;
	margin-top: 16px;
	margin-bottom: 16px;
	padding: 17px;
	border-radius: 20px;
	width: 944px;
	box-shadow: 0 0.125rem 0.5rem 0 rgb(0 0 0 / 3%), 0 0.125rem 2rem -0.5rem rgb(23 43 61 / 20%);
}
/*history song*/

}

#announce{
    display:flex; 
    justify-content:flex-start; 
    align-items:center;
    background: linear-gradient(356.43deg, #131415 19.32%, #202020 88.64%);
    border-radius: 20px;
    position: relative;
}
#announce.hide{
    display: none;
}

#announce label{
    margin-bottom: -50px;
    font-size: 14px;
    margin-right: 10px;
}
#announce a{
        position: absolute;
    right: 15px;
    top: 0px;
        font-size: 12px;
        cursor:help;
}




/*new bg*/
.background {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    overflow: hidden;
	opacity: 0.03;
}

.background>i {
    position: absolute;
    z-index: -1;
    display: block
}

.bg-clouds {
    width: 100%;
    display: flex !important;
    justify-content: center
}

.cloud-c1 {
    fill: #04121e;
    opacity: .1
}

.cloud-c2 {
    fill: #142636;
}

.darktheme .cloud-c1 {
    opacity: 1
}

@media(min-width:768px) {
    .bg-circle-yellow,
    .bg-circle-purple,
    .bg-circle-green {
        width: 75rem;
        height: 75rem
    }
    .bg-circle-purple {
        background-image: radial-gradient(closest-side, rgb(227 212 189 / 12%) 0, rgba(155, 84, 232, 0) 100%);
    }
    .bg-circle-yellow {
        background-image: radial-gradient(closest-side, rgba(254, 222, 74, 0.2) 0, rgba(254, 222, 74, 0) 100%)
    }
    .bg-circle-green {
        background-image: radial-gradient(closest-side, rgb(227 212 189 / 2%) 0, rgba(76, 203, 112, 0) 100%);
    }
    .bg-style-1 .bg-circle-yellow.bgc-1 {
        top: 0;
        right: 50%;
        transform: translate(10%, -60%)
    }
    .bg-style-1 .bg-circle-yellow.bgc-2 {
        top: 50%;
        right: 50%;
        transform: translate(-5%, -50%)
    }
    .bg-style-1 .bg-circle-purple {
        top: 70%;
        left: 70%;
        transform: translate(0%, -50%)
    }
    .bg-style-1 .bg-circle-green {
        top: 5%;
        left: 75%;
        transform: translate(0%, 0%)
    }
    .bg-style-1 .bg-clouds svg,
    .bg-style-2 .bg-clouds svg {
        max-width: 2880px;
        min-width: 2880px;
        height: auto
    }
    .bg-style-2 .bg-circle-purple {
        top: 75%;
        left: 50%;
        transform: translate(50%, -50%)
    }
    .bg-style-2 .bg-circle-yellow.bgc-1 {
        bottom: 0;
        left: 50%;
        transform: translate(10%, 50%)
    }
    .bg-style-2 .bg-circle-yellow.bgc-2 {
        top: 30%;
        right: 50%;
        transform: translate(-5%, -50%)
    }
    .bg-style-2 .bg-circle-green {
        top: 15%;
        left: 50%;
        transform: translate(60%, 0%)
    }
    .bg-style-2 .bg-clouds {
        bottom: 0;
        left: 0
    }
    .darktheme .bg-style-1 .bg-circle-yellow,
    .darktheme .bg-style-1 .bg-circle-purple,
    .darktheme .bg-style-1 .bg-circle-green,
    .darktheme .bg-style-2 .bg-circle-yellow,
    .darktheme .bg-style-2 .bg-circle-purple,
    .darktheme .bg-style-2 .bg-circle-green {
        display: none !important
    }
}

@media(max-width:767px) {
    .bg-style-1 .bg-clouds svg,
    .bg-style-2 .bg-clouds svg {
        max-width: 2000px;
        min-width: 2000px;
        height: 570px;
        margin-left: 22rem
    }
}

.page-cat-bg {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    position: relative
}

.page-cat-bg .footer {
    margin-top: auto
}

.page-head-cat {
    background-color: #3bb375;
    z-index: 0;
    position: relative;
    background-image: linear-gradient(0deg, #3BB375 0%, #289B7F 100%);
    padding-top: 5.5rem;
    margin-top: -5.5rem;
    padding-bottom: 5rem;
    color: #fff
}

html.darktheme .page-head-cat {
    background-color: var(--dark-section-bg);
    background-image: var(--dark-section-grad)
}

.page-head-cat .wrp-min {
    padding-top: 2rem
}

.page-cat-cont {
    margin-top: -4rem;
    margin-bottom: 2rem
}

html.darktheme .page-head-cat .bg-clouds {
    display: none !important
}

@media(max-width:767px) {
    .page-head-cat {
        border-radius: 1.75rem;
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }
}

@media(min-width:768px) {
    .page-head-cat {
        padding-top: 6.5rem;
        margin-top: -6.5rem;
        padding-bottom: 5.5rem
    }
}

@media(min-width:992px) {
    .page-cat-bg .background {
        display: block !important
    }
    .page-head-cat .bg-clouds {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: -1;
        opacity: .4;
        background-image: url(/img/green_cloud.svg);
        background-size: 2560px auto;
        background-repeat: repeat-y;
        background-position: 50% 100%
    }
}

@media(min-width:1040px) {
    .page-head-cat .wrp-min {
        padding-top: 3.5rem
    }
    .page-cat-cont {
        margin-bottom: 3.5rem
    }
}

.head-cat-title {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.head-cat-title .title {
    font-size: 1.5rem;
    color: #ffffff;
    font: 17px 'first-title';
    margin: 0 auto;
    margin-top: 3rem;
}

.head-cat-tools {
    margin-left: auto;
    padding-left: 1rem
}

@media(min-width:500px) {
    .head-cat-title .title {
        font-size: 2rem
    }
}

@media(max-width:640px) {
    .head-cat-title {
        padding-left: .5rem;
        padding-right: .5rem;
        margin-bottom: -30px;
    }
}

@media(min-width:1040px) {
    .head-cat-title .title {
        font-size: 2.5rem;
        color: #ffffff;
        /* font: 20px 'CyrilicOld', verdana, arial; */
        text-transform: uppercase;
        font: 28px 'first-title';
    }
}

.cat-menu-btn {
    background-color: rgba(23, 43, 61, .8);
    color: #fff;
    border: 0;
    padding: .5rem;
    border-radius: 50%;
    position: relative
}

.cat-menu-btn svg {
    display: block;
    transition: transform .2s ease, opacity .2s ease
}

.cat-menu-btn::after {
    content: "";
    height: 0;
    border-top: 2px solid;
    width: 1.5rem;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -.75rem;
    opacity: 0;
    transition: opacity .3s ease
}

.cat-menu-btn:not(.collapsed) svg {
    transform: scale(1, .2);
    opacity: 0
}

.cat-menu-btn:not(.collapsed)::after {
    opacity: 1
}

.page-head-cat.darkmod {
    background-color: var(--dark-section-bg);
    background-image: var(--dark-section-grad)
}

.page-head-cat.darkmod .bg-clouds {
    background-image: url(/img/dark_cloud.svg)
}

html.darktheme .page-head-cat.darkmod .bg-clouds {
    display: none !important
}

.cat-menu-list::before {
    content: "";
    display: block;
    height: 1rem
}

.cat-menu-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: -.125rem
}

.cat-menu-list ul>li {
    padding: .125rem
}

.cat-menu-list ul>li a {
    display: block;
    padding: .375rem .5rem;
    border-radius: .375rem;
    background-color: var(--cat-menu);
    color: #fff;
    font-weight: 700;
    font-size: .75rem
}

.cat-menu-list ul>li.active a {
    cursor: default;
    background-color: #4ccb70 !important;
    box-shadow: 0 .5rem 1.5rem -.25rem rgba(0, 0, 0, .25);
    position: relative
}

@media(max-width:639px) {
    .cat-menu-list {
        padding-left: .5rem;
        padding-right: .5rem
    }
}

@media(min-width:992px) {
    .cat-menu-list ul>li a {
        transition: background-color .2s ease
    }
    .cat-menu-list ul>li a:hover {
        background-color: var(--cat-menu-h)
    }
    .cat-menu-btn {
        transition: color .2s ease
    }
    .cat-menu-btn:hover {
        color: #fede4a
    }
}

.footer {
    margin-top: auto
}

.footer-panel {
    background-color: var(--footer-bg);
    color: #fff;
    border-radius: 1.75rem;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    padding: 1rem;
    position: relative;
    font-size: .875rem
}

@media(min-width:768px) {
    .footer-panel {
        border-radius: 2.25rem
    }
}

.upper {
    display: block;
    margin: 0 auto;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    color: #4ccb70;
    padding: .75rem
}

.upper svg {
    display: block
}

.copyright {
    padding: .75rem 0;
    line-height: 1.4
}

.f-telegram a {
    display: flex;
    align-items: center;
    color: #7cceff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.4
}

.f-telegram a .c-icon {
    min-width: 2rem;
    max-width: 2rem;
    height: 2rem;
    padding: .25rem
}

.f-telegram a .c-icon svg {
    width: 1.5rem;
    height: 1.5rem
}

@media(max-width:575px) {
    .footer-panel {
        text-align: center
    }
    .f-telegram a {
        flex-direction: column
    }
    .f-telegram a .c-icon {
        margin-bottom: .5rem
    }
    .copyright {
        max-width: 13.5rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1rem;
        margin-top: -1rem
    }
}

@media(min-width:576px) {
    .footer-panel {
        padding: 1rem 5rem
    }
    .footer-panel .logotype,
    .footer-panel .upper {
        position: absolute;
        top: 0;
        margin: 1rem
    }
    .footer-panel .logotype {
        display: block !important;
        padding: .375rem;
        left: 0
    }
    .footer-panel .upper {
        right: 0
    }
    .copyright {
        font-weight: 700
    }
    .f-telegram a .c-icon {
        margin-right: 1rem
    }
}

@media(max-width:991px) {
    .footer-panel {
        padding-bottom: 4.5rem
    }
}

@media(min-width:768px) {
    .footer-cont .copyright {
        flex: 1 1 auto
    }
    .footer-cont {
        height: 3rem;
        display: flex;
        align-items: center
    }
}

@media(min-width:992px) {
    .footer-panel {
        height: 5rem
    }
}

.header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 3.5rem;
    pointer-events: none
}

.header-panel {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem;
    height: 3.5rem;
    pointer-events: auto;
    background-color: var(--header-bg);
    border-radius: 1.75rem;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    box-shadow: 0 .125rem .5rem 0 rgba(0, 0, 0, .03), 0 .125rem 2rem -.5rem rgba(23, 43, 61, .2);
    text-align: center;
}

@media(min-width:768px) {
    .header {
        height: 4.5rem
    }
    .header-panel {
        padding: 1rem;
        height: 4.5rem;
        border-radius: 2.25rem
    }
}

@media(max-width:991px) {
    .header .wrp-min,
    .footer .wrp-min {
        padding-left: 0;
        padding-right: 0
    }
}

.logotype {
    color: inherit !important;
    padding: .125rem .5rem;
    display: inline-block;
    vertical-align: top
}

.logotype svg {
    display: block
}

.logo-icon {
    max-width: 2.25rem;
    overflow: hidden;
    display: block
}

.log-in,
.q-search-call {
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    border: 0;
    background: 0 0;
    cursor: pointer;
    height: 2.5rem;
    min-width: 2.5rem;
    max-width: 2.5rem;
    padding: .5rem
}

.log-in {
    background: rgba(76, 203, 112, .1);
    color: #4ccb70;
    transition: background .2s ease
}

.log-in svg,
.q-search-call svg {
    display: block
}

@media(min-width:992px) {
    .head-tools-panel {
        margin: 0 auto;
        max-width: 92rem;
        margin-left: 18px;
    }
    .head-tools {
        flex: 1 1 auto;
        display: block !important;
        opacity: 1 !important
    }
    .hmenu {
        /* padding-right:2.5rem; */
    }
    .hmenu,
    .hmenu>a>span {
        display: flex;
        align-items: center;
        margin-right: 15px;
    }
    .hmenu>a {
        /* width:100%; */
        max-width: 100%;
        /* flex: 0 0 15%; */
        /* font-size:.875rem; */
        line-height: 1.5rem;
        /* padding:.25rem; */
        font-weight: 700;
        color: inherit;
        transition: color .2s ease;
    }
    .hmenu>a .c-icon {
        min-width: 2rem;
        max-width: 2rem;
        height: 2rem;
        padding: .25rem;
        margin-right: .75rem;
        transition: transform .2s ease;
        position: relative
    }
    .hmenu>a.active .c-icon {
        transform: scale(1) !important
    }
    .hmenu>a:hover .c-icon {
        transform: scale(.9)
    }
    a.hm-games:hover {
        color: #377743;
    }
    a.hm-apps:hover {
        color: var(--menu-hover-apps)
    }
    a.hm-top:hover {
        color: var(--menu-hover-top)
    }
    a.hm-news:hover {
        color: var(--menu-hover-news)
    }
    .hmenu-more-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 2.5rem;
        height: 2rem;
        border: 0;
        line-height: 1rem;
        padding: .5rem;
        border-radius: 1rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        background-color: transparent;
        background-image: var(--hmenu-more-grad)
    }
    .hmenu-more-dots {
        width: 1rem;
        height: .25rem;
        display: flex;
        justify-content: space-between;
        transition: width .2s ease
    }
    .hmenu-more-dots>i {
        width: .25rem;
        height: .25rem;
        background-color: var(--tcolor);
        transition: background-color .2s ease;
        display: inline-block;
        border-radius: 50%
    }
    .hmenu-more:hover .hmenu-more-btn {
        background-image: linear-gradient(90deg, rgba(76, 203, 112, 0) 0%, rgba(76, 203, 112, 0.1) 100%)
    }
    .hmenu-more:hover .hmenu-more-btn .hmenu-more-dots {
        width: 1.25rem
    }
    .hmenu-more:hover .hmenu-more-btn .hmenu-more-dots>i {
        background-color: #4ccb70
    }
    .hmenu-more .dropdown-menu {
        display: block !important;
        left: 50%;
        width: 15rem;
        margin-left: -7.5rem;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-.5rem);
        transition: opacity .2s ease .15s, visibility 0s linear .15s, transform .2s ease .15s
    }
    .hmenu-more:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0)
    }
    .hmenu-order>a {
        border-bottom: 1px solid var(--line);
        font-size: 1rem
    }
    .hmenu-sub {
        padding: 1rem 0
    }
    .hmenu-sub>a {
        color: inherit;
        display: block;
        line-height: 1.5rem;
        padding: .25rem 1.25rem
    }
    .hmenu-sub>a:hover {
        color: var(--lcolor)
    }
    .head-right {
        min-width: 7.5rem;
        margin-left: auto
    }
    .head-right>* {
        float: right;
        margin-left: .5rem
    }
    .log-in:hover {
        background: rgba(76, 203, 112, .2)
    }
}

a.hm-games.active .s-yellow {
    box-shadow: 0 .25rem .5rem 0 rgba(251, 205, 66, .3), 0 0 0 .375rem rgba(251, 205, 66, .3)
}

a.hm-apps.active .s-purple {
    box-shadow: 0 .25rem .5rem 0 rgba(146, 72, 225, .3), 0 0 0 .375rem rgba(146, 72, 225, .3)
}

a.hm-top.active .s-red {
    box-shadow: 0 .25rem .5rem 0 rgba(255, 89, 64, .3), 0 0 0 .375rem rgba(255, 89, 64, .3)
}

a.hm-news.active .s-blue {
    box-shadow: 0 .25rem .5rem 0 rgba(55, 169, 228, .3), 0 0 0 .375rem rgba(55, 169, 228, .3)
}

.hmenu-more .dropdown-menu {
    display: block !important
}

.hmenu-order {
    display: block;
    position: relative;
    padding: 0 1.25rem
}

.hmenu-order>a {
    display: block;
    line-height: 1.75rem;
    padding: 1rem 0;
    height: 3.75rem;
    font-weight: 700
}

.hmenu-order>a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1
}

.hmenu-order>svg {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    margin-top: -1rem
}

@media(max-width:991px) {
    .header-panel .logotype {
        margin: 0 auto
    }
    .menu-butter {
        order: -1;
        display: block !important;
        padding: .625rem;
        border: 0;
        background: 0 0;
        color: #4ccb70
    }
    .butterbrod {
        width: 1.25rem;
        height: 1.25rem;
        display: flex;
        justify-content: space-between;
        flex-direction: column
    }
    .butterbrod>i {
        width: 100%;
        height: 0;
        border-top: 4px solid;
        border-radius: 3px
    }
    .head-tools {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 9999;
        width: 100%;
        min-height: 100%;
        overflow: hidden;
        opacity: 0;
        transition: opacity ease .2s;
        overflow-y: auto;
        background-color: rgba(0, 0, 0, .3);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px)
    }
    .mm-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1
    }
    .head-tools.open,
    .head-tools.open .mm-overlay,
    .q-search,
    .hmenu-sub,
    .menu-close {
        display: block !important
    }
    .head-tools-panel {
        width: 100%;
        padding: 2rem;
        position: relative;
        display: flex;
        flex-direction: column;
        background-color: var(--modal-bg);
        box-shadow: 0 .5rem 1.5rem -.25rem rgba(0, 0, 0, .1);
        border-radius: 1.75rem;
        transition: transform ease .4s
    }
    .head-tools-panel::before {
        content: "";
        display: block;
        height: 2.5rem;
        order: -1
    }
    .menu-close {
        position: absolute;
        top: 0;
        right: 0;
        margin: 1rem;
        width: 2.5rem;
        height: 2.5rem;
        padding: .5rem
    }
    .menu-close svg {
        display: block
    }
    .q-search {
        order: -1;
        margin-bottom: 2rem;
        padding-top: 1.5rem
    }
    .q-search-label {
        position: absolute;
        bottom: 100%;
        width: 100%;
        text-align: center;
        opacity: .5;
        text-transform: uppercase;
        font-size: .75rem
    }
    .hmenu {
        display: flex;
        flex-wrap: wrap;
        margin: -.5rem
    }
    .hmenu>a {
        width: 100%;
        max-width: 50%;
        flex: 0 0 50%;
        padding: .5rem;
        font-weight: 700;
        color: inherit !important
    }
    .hmenu>a span {
        display: block;
        text-align: center;
        padding: .75rem;
        border-radius: 1.125rem
    }
    .hmenu>a .c-icon {
        display: block;
        margin: 0 auto;
        margin-bottom: .5rem
    }
    a.hm-games>span {
        background-color: rgba(254, 216, 74, .1)
    }
    a.hm-apps>span {
        background-color: rgba(151, 79, 229, .1)
    }
    a.hm-top>span {
        background-color: rgba(251, 96, 72, .1)
    }
    a.hm-news>span {
        background-color: rgba(55, 164, 227, .1)
    }
    .hmenu-more {
        width: 100%;
        margin-top: 1rem;
        padding: .5rem
    }
    .hmenu-more .dropdown-menu {
        position: static;
        border: 0 !important;
        background: 0 0 !important;
        box-shadow: none !important
    }
    .hmenu-order {
        background-color: rgba(76, 203, 112, .1);
        border-radius: 1.125rem
    }
    .hmenu-more-btn {
        display: none !important
    }
    .hmenu-sub {
        margin-top: 2rem
    }
    .hmenu-sub a {
        display: block;
        text-align: center;
        padding: .25rem;
        color: inherit;
        font-size: .875rem;
        opacity: .5
    }
    .toolbar {
        transition: transform ease .4s
    }
    html.mm body {
        overflow: hidden
    }
    html.mm .head-tools.open {
        opacity: 1
    }
    html.mm .head-tools.open .head-tools-panel {
        transform: translateY(0%)
    }
    html.mm .toolbar {
        transform: translateY(100%)
    }
}

@media(min-width:640px) and (max-width:991px) {
    .head-tools {
        padding: 2rem
    }
    .head-tools-panel {
        max-width: 30rem;
        margin: 0 auto;
        transform: translateY(2rem)
    }
}

@media(max-width:639px) {
    .head-tools {
        padding-right: 2rem
    }
    .head-tools-panel {
        min-height: 100%;
        max-width: 24rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        transform: translateX(-2rem)
    }
    .hmenu {
        margin: -.25rem
    }
    .hmenu>a,
    .hmenu-more {
        padding: .25rem
    }
}

.q-search-box {
    position: relative
}

.q-search-btn {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    transition: color .2s ease;
    width: 2.5rem;
    height: 2.5rem;
    padding: .5rem;
    color: inherit !important;
    background: 0 0
}

.q-search-btn:hover {
    color: #4ccb70 !important
}

.q-search-btn svg {
    display: block
}

.q-search-text {
    border-radius: 1.25rem !important;
    padding-left: 1rem !important;
    padding-right: 3rem !important
}

@media(min-width:992px) {
    .q-search.open {
        display: block !important
    }
    .q-search {
        margin-top: -2.5rem;
        opacity: 0;
        transform: translateY(1rem)
    }
    .hmenu,
    .q-search,
    .q-search-call>svg {
        transition: transform .2s ease, opacity .2s ease;
    }
    .hmenu {
        transform: translateY(0);
        opacity: 1;
    }
    .q-search-label {
        display: none
    }
    .q-search-call {
        display: block !important;
        color: inherit
    }
    .q-search-call:hover {
        opacity: .8
    }
    .q-search-call>svg.qs-2 {
        opacity: 0;
        transform: scale(.8);
        margin-top: -100%
    }
    .qs .q-search {
        transform: translateY(0);
        opacity: 1
    }
    .qs .hmenu {
        transform: translateY(-1rem);
        opacity: 0;
        pointer-events: none
    }
    .qs .q-search-call {
        background-color: rgba(23, 43, 61, .05)
    }
    .qs .q-search-call>svg.qs-1 {
        opacity: 0;
        transform: scale(.8)
    }
    .qs .q-search-call>svg.qs-2 {
        opacity: 1;
        transform: scale(1)
    }
}

#searchsuggestions {
    z-index: 102;
    border-radius: .75rem;
    background: var(--searchsug);
    padding: .5rem;
    width: 17.5rem;
    font-size: .875rem;
    box-shadow: 0 .5rem 4rem -.5rem rgba(0, 0, 0, .1), 0 .25rem 1.5rem 0 rgba(0, 0, 0, .1), 0 0 0 1px rgba(0, 0, 0, .05);
    overflow: hidden;
    overflow-y: auto;
    max-height: 20rem;
    -webkit-overflow-scrolling: touch
}

@media(min-width:992px) {
    #searchsuggestions {
        position: fixed !important;
        width: 37rem;
        left: 50% !important;
        top: 3.5rem !important;
        transform: translateX(-50%) !important
    }
}

#searchsuggestions:hover {
    display: block !important
}

#searchsuggestions a,
#searchsuggestions span.notfound {
    padding: .75rem 1.25rem;
    display: block;
    text-decoration: none;
    border-radius: .5rem
}

#searchsuggestions a+a {
    margin-top: .125rem
}

#searchsuggestions a {
    color: inherit;
    background-color: var(--searchsug-item)
}

#searchsuggestions a .searchheading {
    transition: color .2s ease
}

#searchsuggestions a:hover .searchheading {
    color: #4ccb70
}

#searchsuggestions a span {
    display: block;
    cursor: pointer
}

#searchsuggestions span.searchheading {
    display: block;
    font-weight: 700;
    margin-bottom: .2em
}

#searchsuggestions span.seperator a {
    padding: 10px 0;
    text-align: center;
    border: 0;
    background-color: transparent;
    color: #919191
}

#searchsuggestions .break,
#searchsuggestions span.seperator {
    display: none !important
}

.speedbar-panel {
    background-color: #289b7f;
    z-index: 1;
    position: relative;
    background-image: linear-gradient(90deg, #4CCB70 0%, #30A478 100%);
    box-shadow: 0 .25rem 1.5rem 0 rgba(0, 0, 0, .15);
    margin-top: -2.5rem;
    padding-top: 2.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-weight: 700;
    color: rgba(255, 255, 255, .5);
    font-size: .75rem;
    border-bottom-left-radius: 1.75rem;
    border-bottom-right-radius: 1.75rem
}

.speedbar-panel>span {
    display: block;
    line-height: 1.25rem;
    padding: .375rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.speedbar-panel a {
    color: #fff
}

.speedbar-panel a:hover {
    color: rgba(255, 255, 255, .8)
}

@media(max-width:991px) {
    .wrp-min.speedbar {
        padding: 0 !important
    }
}

@media(min-width:768px) {
    .speedbar-panel {
        float: left;
        max-width: calc(100% - 2.5rem);
        padding-left: 1.5rem;
        padding-right: 1rem;
        border-bottom-left-radius: 2.25rem;
        border-bottom-right-radius: 1.125rem
    }
}

.anchor-line {
    overflow: hidden;
    height: 0
}

.anchor-line>span {
    margin-top: -4.5rem;
    display: block
}

.page-head-main {
    text-align: center;
    /* margin-top: -4.5rem; */
    padding-top: 4.5rem;
    position: relative;
    /* overflow: hidden; */
    pointer-events: none;
}

.page-head-main>.title {
    font-size: 1.5rem;
    line-height: 1.3;
    max-width: 14rem;
    margin: 2rem auto;
    color: #ffffff;
    pointer-events: auto;
    font: 18px 'first-title';
}

.page-head-main>img {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -7%);
    width: 50rem;
    height: auto;
    pointer-events: none
}

.section {
    margin-bottom: 2rem
}

.section-title,
.section-head,
.static-page .title {
    margin-bottom: 1rem
}

.section-head {
    display: flex;
    align-items: center
}

.section-head .section-title {
    margin-bottom: 0;
    margin-right: auto
}

.section-title {
    font-size: 1rem;
    line-height: 1.3;
    display: flex;
    align-items: center
}

.static-page .title {
    font-size: 1.25rem;
    line-height: 1.3
}

.section-title>.c-icon {
    margin-right: 1rem
}

.btn-all+.btn-all {
    display: none !important
}

@media(min-width:500px) {
    .page-head-main>.title {
        font-size: 2rem;
        max-width: 22rem;
        margin: 3rem auto
    }
    .page-head-main>img {
        width: 70rem
    }
}

@media(max-width:639px) {
    .btn-all {
        padding: .25rem;
        width: 2rem;
        height: 2rem
    }
    .btn-all>span {
        display: none
    }
    .btn-all>svg {
        display: block;
        width: 1.5rem;
        height: 1.5rem
    }
}

@media(min-width:640px) {
    .section-title {
        font-size: 1.25rem
    }
    .btn-all svg {
        display: none !important
    }
}

@media(min-width:768px) {
    .page-head-main+.section {
        margin-top: -2rem
    }
}

@media(min-width:992px) {
    .section-title,
    .static-page .title {
        font-size: 1.5rem
    }
}

@media(min-width:1040px) {
    .page-head-main>.title {
        font-size: 2.5rem;
        max-width: 27rem;
        margin: 4rem auto;
        color: #ffffff;
        /* font: 25px 'CyrilicOld', verdana, arial; */
        text-transform: uppercase;
        font: 28px 'first-title';
    }
    .page-head-main>img {
        width: 88rem
    }
    .section {
        margin-bottom: 3.5rem
    }
    .section-title,
    .section-head,
    .static-page .title {
        margin-bottom: 1.5rem
    }
}

.dark-section {
    color: #fff;
    background-color: var(--dark-section-bg);
    position: relative;
    margin-top: auto;
    z-index: 0
}

.dark-foot {
    padding-top: 2rem
}

@media(max-width:767px) {
    .dark-foot {
        border-radius: 1.75rem;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }
}

@media(min-width:1040px) {
    .dark-foot {
        padding-top: 3.5rem
    }
    .dark-foot .background {
        margin-top: -1.5rem;
        display: block !important
    }
    .dark-foot .bg-clouds svg {
        max-width: 2550px;
        min-width: 2550px;
        height: auto
    }
    .dark-foot .bg-circle-green {
        top: 1.5rem;
        left: 50%;
        transform: translate(0%, 0%)
    }
}

.dark-head {
    padding-top: 5.5rem;
    margin-top: -5.5rem
}

@media(min-width:768px) {
    .dark-head {
        padding-top: 6.5rem;
        margin-top: -6.5rem
    }
}

@media(min-width:992px) {
    .dark-head .background {
        display: block !important;
        margin-bottom: -1.5rem
    }
    .dark-head .bg-clouds {
        bottom: 0;
        z-index: 1
    }
    .dark-head .bg-clouds svg {
        max-width: 2550px;
        min-width: 2550px;
        height: auto
    }
    .dark-head .bg-circle-green {
        bottom: 5%;
        left: 50%;
        transform: translate(0%, -30%);
        z-index: 1
    }
}

.block {
    background-color: var(--block-bg);
    border-radius: 1.125rem;
    margin-top: 1rem
}

.block-list>.block:first-child {
    margin-top: 0
}

.dark-section .block {
    background-color: var(--block-dark-bg)
}

.block img {
    max-width: 100%
}

.b-cont,
.b-head,
.b-icon-title {
    padding: 1.5rem
}

.b-title {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 700
}

.b-cont video,
.b-cont iframe {
    max-width: 100%;
    vertical-align: top;
    margin-top: 1rem
}

.b-head {
    display: flex;
    align-items: center
}

.b-head .section-title {
    margin-bottom: 0;
    margin-right: auto
}

.b-head .btn {
    margin-left: .5rem
}

@media(max-width:639px) {
    .wrp-min.block-list {
        padding-left: 0;
        padding-right: 0
    }
    .b-add-info {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important
    }
    .b-comments .b-head .btn-all svg {
        transform: rotate(90deg)
    }
    .b-comments .b-cont {
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width:640px) {
    .b-cont,
    .b-head,
    .b-icon-title {
        padding: 2rem
    }
    .b-title {
        font-size: 1.25rem
    }
    .b-head .btn {
        margin-left: 1rem
    }
}

@media(min-width:992px) {
    .b-title {
        font-size: 1.5rem
    }
}

@media(min-width:1040px) {
    .block {
        margin-top: 2rem
    }
}

.b-icon-title {
    padding-bottom: 0;
    margin-bottom: 1.5rem;
    position: relative;
    text-align: center
}

.b-icon-title .c-icon {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%)
}

.b-icon-title .b-title {
    text-transform: uppercase;
    margin-top: .5rem;
    margin-bottom: 0
}

.b-icon-title .c-icon+.b-title {
    margin-top: .25rem !important
}

.b-icon-title+.b-cont {
    padding-top: 0
}

.b-tabs {
    padding: 0 .5rem;
    overflow: hidden;
    display: flex;
    font-weight: 700
}

@media(min-width:640px) {
    .b-tabs {
        padding: 0 1rem
    }
}

.b-tabs+.b-cont,
.b-head+.b-cont {
    padding-top: 0
}

.b-tabs>a {
    height: 4.5rem;
    line-height: 1.5rem;
    padding: 1.5rem 1rem;
    position: relative
}

.b-tabs>a:not(.active) {
    color: inherit !important
}

.b-tabs>a::after {
    content: "";
    height: 0;
    border-top: .5rem solid;
    border-radius: .25rem;
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: 0;
    margin-top: -.25rem;
    opacity: 0;
    transform: translateY(-.5rem);
    background-color: #4ccb70;
    transition: opacity .2s ease, transform .2s ease
}

.b-tabs>a.active::after {
    opacity: 1;
    transform: translateY(0)
}

.navigation {
    display: flex;
    width: 100%;
    margin-top: 2rem;
    position: relative;
    text-align: center
}

@media(min-width:992px) {
    .entry-listpage #dle-content>.wrp-min {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-bottom: 1rem;
        max-width: 61rem
    }
    .entry-listpage #dle-content>.wrp-min>.navigation {
        margin-top: 1rem
    }
}

@media(min-width:640px) {
    .entry-listpage #dle-content>.wrp-min {
        padding-left: .5rem;
        padding-right: .5rem;
        padding-bottom: .5rem
    }
    .entry-listpage #dle-content>.wrp-min>.navigation {
        margin-top: 1.5rem
    }
}

@media(max-width:639px) {
    .entry-listpage #dle-content>.wrp-min {
        padding-left: .25rem;
        padding-right: .25rem;
        padding-bottom: .25rem
    }
    .entry-listpage #dle-content>.wrp-min>.navigation {
        margin-top: 1.75rem
    }
    .b-comments .b-cont .navigation {
        margin-top: 1.5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

.navigation a {
    color: inherit
}

.pages,
.navigation svg {
    display: block
}

.pages {
    border-radius: 1.25rem;
    min-width: 0;
    flex: 1 1 auto;
    display: flex;
    justify-content: center
}

.pages-list {
    display: flex;
    margin: 0 auto
}

.pages-list>*,
.page_prev>*,
.page_next>* {
    display: block;
    line-height: 1.5rem;
    height: 2.5rem;
    font-weight: 700;
    padding: .5rem;
    border-radius: 2rem;
    transition: background-color ease .2s, color ease .2s
}

.page_prev {
    margin-right: .5rem
}

.page_next {
    margin-left: .5rem
}

.page_prev>a,
.page_next>a {
    background-color: #45c368;
    color: #fff;
    background-image: linear-gradient(180deg, #4CCB70 0%, #3DBA60 100%);
    box-shadow: 0 .25rem .5rem 0 rgba(69, 195, 104, .3)
}

.page_prev>span,
.page_next>span {
    opacity: .5;
    color: #fff;
    background-color: rgba(23, 43, 61, .2)
}

@media(max-width:767px) {
    .pages-list {
        margin: -1.5rem 0;
        padding: 1.5rem 0;
        overflow: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .pages-list span:not(.nav_ext) {
        color: #4ccb70
    }
    .pages-list::after,
    .pages-list::before {
        content: "";
        max-width: 1rem;
        min-width: 1rem;
        height: 1rem
    }
    .pages-list>* {
        padding-left: .75rem;
        padding-right: .75rem
    }
    .pages {
        overflow: hidden;
        background-color: var(--block-bg);
        position: relative
    }
    .pages::after,
    .pages::before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        width: 2rem;
        height: 100%;
        pointer-events: none;
        border-radius: 1.25rem
    }
    .pages::before {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        left: 0;
        background-image: linear-gradient(90deg, var(--block-bg) 0%, var(--block-bg-transp) 100%)
    }
    .pages::after {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        right: 0;
        background-image: linear-gradient(-90deg, var(--block-bg) 0%, var(--block-bg-transp) 100%)
    }
}

@media(min-width:768px) {
    .pages-list>* {
        margin: 0 .125rem
    }
    .pages-list>*,
    .page_prev>*,
    .page_next>* {
        font-size: 1.125rem;
        min-width: 2.5rem
    }
    .pages-list span:not(.nav_ext) {
        background-color: #f9bd3b;
        color: #fff;
        background-image: linear-gradient(180deg, #FEDE4A 0%, #F8B035 100%);
        box-shadow: 0 .25rem .5rem 0 rgba(251, 205, 66, .3)
    }
}

@media(min-width:992px) {
    .pages-list a:hover {
        background-color: rgba(76, 203, 112, .1);
        color: #4ccb70
    }
}

.page-orders {
    margin-top: 0 !important
}

.order-form {
    background-color: var(--spoiler);
    padding: 1rem;
    border-radius: .5rem;
    margin: 1.5rem 0
}

.order-form .form-submit {
    margin-top: 1rem
}
/*new bg*/

/*team*/
@media screen and (min-width: 600px) {
.managers {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    align-content: stretch;
    width: 1000px;
}
.manager-item {
    width: 50%;
    margin-bottom: 30px;
    display: flex;
    padding: 17px;
}

.mobile_logo img {
	display: none;
}

.mobile_logo {
	display: none;
}

.m_name {
	display: none;
}

/*rasp*/
.rasp_ermak {
	list-style-position: inside;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    list-style-type: decimal;
    height: 340px;
}

}

.manager_img {
    width: 140px;
    min-width: 140px;
    height: 140px;
    border: 3px solid #e3d4bd;
    border-radius: 10px;
    margin-right: 20px;
    overflow: hidden;
}
.manager_img img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.manager_content {
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.manager_name {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 20px;
    color: #ffffff;
    font: 26px 'first-title';
}
.managaer_info {
    color: #788795;
    font-size: 1.4rem;
    line-height: 16px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.managaer_text {
    margin-top: 10px;
    font-size: 1.5rem;
    color: #5f656a;
}
/*team*/

/*table*/
.city-trans-table tr {
    height: 30px;
    background: #ededed;
    padding: 5px 5px;
}
.city-trans-table tr:nth-child(2n) {
    height: 30px;
    background: #fff;
    padding: 5px 5px;
}
.city-trans-table td {
    vertical-align: middle;
    padding: 10px 20px;
}

.city-trans-table tr:nth-child(1n) td:nth-child(3) {

    border-right: 3px solid #db2242;

}
.city-trans-table tr:nth-child(2n) td:nth-child(3) {

    border-right: 3px solid #db2242;

}

/*table*/

/*rasp*/
@media screen and (min-width: 600px) {
.schedule-time-air {
    width: 500px;
    display: flex;
    align-items: center;
    height: 65px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAkIAAAACCAMAAACDvkN3AAAAAXNSR0IB2cksfwAAAPZQTFRFAAAA/////////f3//fv/+/v9+/v/+/n9+fn9+ff99/f99/X99fX99fX79fP79fP98/P78/H78fH78e/77+/57+/77+357+377e357ev56+n56ef36ef56eX35+X35+P35eP35eH34+H34+H149/149/34d/16+f56+v5//3//////////f3///3//f39/fv9+/v9+/n9+fn9+ff99/f99/f79/X79/X99fX79fP78/P78/H78fH78e/58e/77+/57+357e357ev56+n56+v56+n36ef36eX35+X35+P35eP35eP15eH15eH34+H149/14d/14d31aEcLfwAAAFJ0Uk5TAD9/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/QICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgFSCOFYAAAHGSURBVHicXZKLVoJAFEUzJTONSo1UQrPsKWmlaQ8VlXxkqPn/P9O5d8ZhaO/F0rWAYeacuxPbDYmTERJxI7GXMPZCk0bS2E9CjRQ8SLGS9EGayaQP04cZ0iRN88g0j4XHJ6QiC3NZqJHPneasU3gGLb6sglW0ioVihBL5D7t0XrLPQx3bscsO1KjAiwrUqF5Uq5fw6lJYI2u165sauwX/Gdzl56pX/BbeDpfCyhX+hsIp22Xb0XZlY5+3+rbv+Cz64Qo4r8WcsZQHcsmHMSG1LOcnQa6AU6a8KXnuAF0waEfCnVF7CmoWDSfDxhNG3MAcaNzTnNxvhya281AHbt19bLiu21A2G0/uUxMqnuHLM6tovbRabWH7le2Q3bfuWwcy7yT4EIJPUtIje/3eAFd/IPT63sDzht4wwmg4HsEI/tj/mvi+PwmdTP1phBmcT+ezucY3XHyzix9psAiWq+UqWEnWwvWvkNn8bgj8SvieeJIJ4DJYYi25Ktanr/AXFbM570rDn2Lf2inoZPpB6eRIYLQNg9LxKKdtZkivBzhPBhkzyFyCHhhqptvpUlOiM+oPoE0FtcyNK5qYB7ep5gOzQlOD2Xn4AxLBuEpAiQjTAAAAAElFTkSuQmCC) bottom no-repeat;
}
.schedule-time-air-time {
    font-size: 14px;
    line-height: 64px;
    color: #142636;
    font-weight: 500;
    width: 25%;
}
}

.schedule-time-air-show-picture {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    vertical-align: middle;
    margin-right: 20px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 50%);
}
.schedule-time-air-show-name {
    color: #463d9f;
    font-weight: 700;
    letter-spacing: .3px;
    font-size: 14px;
    line-height: 65px;
    text-align: left;
}
@media screen and (min-width: 600px) {
#contents {
	width: 944px;
}
}

.gallery {
  position: relative;
  //height: 416px;
  margin: 76px 0 -70px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 16px; }
  .gallery-slide {
    position: relative;
    height: 128px;
    background: repeat-x;
    animation: scroll 50s linear infinite; }
    .gallery-slide:nth-child(2) {
      left: -72px;
      margin-right: -72px;
      animation: scroll-revert 50s linear infinite; }
	  .gallery-slide:nth-child(3) {
      left: -72px;
      margin-right: -72px;
      animation: scroll 50s linear infinite; }
	  .gallery-slide:nth-child(4) {
      left: -72px;
      margin-right: -72px;
      animation: scroll-revert 50s linear infinite; }
	  .gallery-slide:nth-child(5) {
      left: -72px;
      margin-right: -72px;
      animation: scroll 50s linear infinite; }
	  .gallery-slide:nth-child(6) {
      left: -72px;
      margin-right: -72px;
      animation: scroll-revert 50s linear infinite; }
	  .gallery-slide:nth-child(7) {
      left: -72px;
      margin-right: -72px;
      animation: scroll 50s linear infinite; }
	  
	  
.gallery2 {
  position: relative;
  //height: 416px;
  margin: 76px 0 -70px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 16px; }
  .gallery-slide2 {
    position: relative;
    height: 128px;
    background: repeat-x;
    animation: scroll 50s linear infinite; }
    .gallery-slide2:nth-child(2) {
      left: -72px;
      margin-right: -72px;
      animation: scroll-revert 50s linear infinite; }

@keyframes scroll {
  from {
    background-position: 1584px 0; }
  to {
    background-position: 0 0; } }

@keyframes scroll-revert {
  from {
    background-position: -1584px 0; }
  to {
    background-position: 0 0; } }

@media (max-width: 1335px) {
  .container {
    max-width: 1200px; }
  .xl-col-1 {
    width: 8.33333%; }
  .xl-col-2 {
    width: 16.66667%; }
  .xl-col-3 {
    width: 25.0%; }
  .xl-col-4 {
    width: 33.33333%; }
  .xl-col-5 {
    width: 41.66667%; }
  .xl-col-6 {
    width: 50.0%; }
  .xl-col-7 {
    width: 58.33333%; }
  .xl-col-8 {
    width: 66.66667%; }
  .xl-col-9 {
    width: 75.0%; }
  .xl-col-10 {
    width: 83.33333%; }
  .xl-col-11 {
    width: 91.66667%; }
  .xl-col-12 {
    width: 100.0%; }
  .xl-hidden {
    display: none; } }

@media (max-width: 1199px) {
  .container {
    max-width: 1024px; }
  .lg-col-1 {
    width: 8.33333%; }
  .lg-col-2 {
    width: 16.66667%; }
  .lg-col-3 {
    width: 25.0%; }
  .lg-col-4 {
    width: 33.33333%; }
  .lg-col-5 {
    width: 41.66667%; }
  .lg-col-6 {
    width: 50.0%; }
  .lg-col-7 {
    width: 58.33333%; }
  .lg-col-8 {
    width: 66.66667%; }
  .lg-col-9 {
    width: 75.0%; }
  .lg-col-10 {
    width: 83.33333%; }
  .lg-col-11 {
    width: 91.66667%; }
  .lg-col-12 {
    width: 100.0%; }
  .lg-hidden {
    display: none; } }

@media (max-width: 1023px) {
  .container {
    max-width: 768px; }
  .md-col-1 {
    width: 8.33333%; }
  .md-col-2 {
    width: 16.66667%; }
  .md-col-3 {
    width: 25.0%; }
  .md-col-4 {
    width: 33.33333%; }
  .md-col-5 {
    width: 41.66667%; }
  .md-col-6 {
    width: 50.0%; }
  .md-col-7 {
    width: 58.33333%; }
  .md-col-8 {
    width: 66.66667%; }
  .md-col-9 {
    width: 75.0%; }
  .md-col-10 {
    width: 83.33333%; }
  .md-col-11 {
    width: 91.66667%; }
  .md-col-12 {
    width: 100.0%; }
  .md-hidden {
    display: none; } }

@media (max-width: 767px) {
  .container {
    max-width: 550px; }
  .sm-col-1 {
    width: 8.33333%; }
  .sm-col-2 {
    width: 16.66667%; }
  .sm-col-3 {
    width: 25.0%; }
  .sm-col-4 {
    width: 33.33333%; }
  .sm-col-5 {
    width: 41.66667%; }
  .sm-col-6 {
    width: 50.0%; }
  .sm-col-7 {
    width: 58.33333%; }
  .sm-col-8 {
    width: 66.66667%; }
  .sm-col-9 {
    width: 75.0%; }
  .sm-col-10 {
    width: 83.33333%; }
  .sm-col-11 {
    width: 91.66667%; }
  .sm-col-12 {
    width: 100.0%; }
  .sm-hidden {
    display: none; } }

@media (max-width: 549px) {
  .xs-col-1 {
    width: 8.33333%; }
  .xs-col-2 {
    width: 16.66667%; }
  .xs-col-3 {
    width: 25.0%; }
  .xs-col-4 {
    width: 33.33333%; }
  .xs-col-5 {
    width: 41.66667%; }
  .xs-col-6 {
    width: 50.0%; }
  .xs-col-7 {
    width: 58.33333%; }
  .xs-col-8 {
    width: 66.66667%; }
  .xs-col-9 {
    width: 75.0%; }
  .xs-col-10 {
    width: 83.33333%; }
  .xs-col-11 {
    width: 91.66667%; }
  .xs-col-12 {
    width: 100.0%; }
  .xs-hidden {
    display: none; } }

@media (min-width: 1336px) {
  .xl-visible {
    display: none; }
  .xl-flex {
    display: flex; } }

@media (min-width: 1200px) {
  .lg-visible {
    display: none; }
  .lg-flex {
    display: flex; } }

@media (min-width: 1024px) {
  .md-visible {
    display: none; }
  .md-flex {
    display: flex; } }

@media (min-width: 768px) {
  .sm-visible {
    display: none; }
  .sm-flex {
    display: flex; } }

@media (min-width: 550px) {
  .xs-visible {
    display: none; }
  .xs-flex {
    display: flex; } }


#load {
	display: none;
	position: abs
}

/* Для всех браузеров */
::-webkit-scrollbar {
    width: 4px; /* Ширина ползунка */
}

::-webkit-scrollbar-thumb {
    background: #202020; /* Цвет ползунка */
    border-radius: 4px; /* Закругление */
}

::-webkit-scrollbar-thumb:hover {
    background: #555; /* Цвет при наведении */
}

::-webkit-scrollbar-track {
    background: #131415; /* Цвет фона дорожки */
    border-radius: 4px;
}

/* Для Firefox */
* {
    scrollbar-width: none; /* Тонкий ползунок */
    scrollbar-color: #202020 #131415; /* Цвет ползунка и дорожки */
}
