/* Преднастройки */
@font-face {
    font-family: signal;
    font-weight: normal;
    src: url(/fonts/signal3.woff);
    font-display: swap;
}
@font-face {
    font-family: bebas;
    font-weight: bold;
    src: url(/fonts/BebasNeueBold.woff);
    font-display: swap;
}
/*
::-webkit-scrollbar-track:hover{
		border-width:1px;
	border-style:solid;
	border-color:#000;
   background-color: rgba(0,0,0,0.3);
}
*/
/*//scroll*/

*{
    box-sizing: border-box;
}
body{
    margin:0;
    font-family: signal, sans-serif;
    color:#555555;
    color:#ffffff;
    background: #000000;
    image-rendering: optimizeSpeed;
    text-rendering: optimizeSpeed;
}
body.loaded{
    image-rendering: optimizeQuality;
    text-rendering: geometricPrecision;
}
main.container{
    margin-bottom: 96px;
}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{
    font-size: 1.3335rem;
    line-height: 1;
    color: inherit;
    font-family: bebas, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
body:not(.loaded) .lazy *{
    background-image: none!important;
}
iframe{
    border: 0;
}
.fs-14{
    font-size: 14px;
    line-height: 16px;
}
img{
    border: none;
}
input{
    font-family: inherit;
    background: none;
    border:none;
    border-bottom: 1px solid #bfbfbf;
    color: #ffffff;
    line-height: 2.3;
    width: 100%;
}
input:focus{
    outline: none;
}

#main_shader,#star_shader{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
}
#star_shader{
    position: fixed;
    z-index: -2;
}
.custom_placeholder{
    padding: 1em 0 0;
}
.custom_placeholder:last-child{
    margin: 0;
}
.custom_placeholder input + label,.custom_placeholder textarea + label{
    position: absolute;
    bottom: 2px;
    left: 0;
}
.custom_placeholder label,label{
    cursor: text;
    color: #555555;
    line-height: 2.3;
}
.js-custom_select{
    border-bottom: 1px solid #bfbfbf;
    cursor: default;
    padding-right: 1.25em;
}
.js-custom_select,.custom_placeholder{
    position: relative;
    line-height: 2.3;
    margin: 0 0 1em;
}
.custom_select_item{
    padding: 0 0 0 1ch;
}
.custom_select_item:hover{
    background: #202020;
}
.custom_select_list{
    display: none;
}
a{
    color:inherit;
    text-decoration:none;
}
.fw-300{
    font-weight: 300;
}
.fw-400,.regular{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
b,strong,.bold,.fw-700{
    font-weight:700;
}
.fw-900{
    font-weight:900;
}
.h-100{
    height: 100%;
}
.w-100{
    width: 100%;
}
.render_deffer{
    font-display: optional;
    content-visibility: hidden;
}
.txt-grad{
    -webkit-background-clip: text !important;
    -webkit-text-fill-color:transparent !important;
    background-clip: text !important;
    text-fill-color: transparent !important;
}
.txt-grad::selection{
    background: rgba(0,0,0,0);
}
.txt-black{
    color: #000000;
}
.txt-col27{
    color: #272727;
}
.ovY-h{
    overflow-y: hidden;
}
/* bg */
.bg_black{
    background:#000000;
    color:#ffffff;
}
.bg-grad-y_o{
    background: linear-gradient(90.68deg, #FCE672 0%, #FB9D32 99.78%);
}
/* display */
.d-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
/* margin */
.m-a{
    margin: auto;
}
.mx-a{
    margin-left: auto;
    margin-right: auto;
}
.my-a{
    margin-top: auto;
    margin-bottom: auto;
}
.no_m_t{
    margin-top: 0!important;
}

/* f-direction */
.column{
    flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}
.row{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.row-reverse{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.col-reverse{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.f-wrap{
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.f-shrink-0{
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.f-shrink-1{
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
.f-grow-0{
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.f-grow-1{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
/* align-content */
.align-c-space-around{
    align-content: space-around;
	-webkit-align-content: space-around;
	-ms-flex-line-pack: distribute;
}
.align-c-space-between{
    align-content: space-between;
	-webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
}
.align-c-center{
    align-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
}

/* justify-content */
.just-c-space-around{
   -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.just-c-space-between{
    justify-content: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
}
.just-c-center{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* align-items */
.align-start{
    -webkit-box-align: start;
    -webkit-align-items: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}
.align-center{
    align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
}
.align-end{
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

/* btn */
.btn{
    border-radius: 100px;
    display: inline-block;
    background: #ffffff;
    color:#000000;
    border: 1px solid #ffffff;
    padding: 10px 20px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: -0.02em;
    cursor: pointer;
    font-family: signal;
}
.dark_btn{
    background: #000000;
    color:#ffffff;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}
/*inputs*/
input{
    box-sizing: border-box;
    font-size: 15px;
}
input[type="text"],input[type="password"]{
    border: none;
}
input:focus{
    outline: none;
}
input.input_border{
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 0.5px solid #9C9C9C;
}
input[type="checkbox"]{
    margin: 0 7px 0 0;
    vertical-align: -3px;
}
input:focus::placeholder{
    opacity: 0;
}
.fake_checkbox_inp{
    display: none;
}
.fake_checkbox{
    border: 1px solid #ffffff;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    display: inline-block;
    content: ' ';
    cursor: pointer;
}
input:checked + .fake_checkbox{
    background: #ffffff url("data:image/svg+xml;charset=UTF-8,%3csvg width='15' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m1 4 5 6 8-9' stroke='%23000000'/%3e%3c/svg%3e") center center / auto no-repeat;
}
button{
    border: none;
}

.container,.container_1200,.container_1380{
    width: 100%;
    margin: 0 auto;
}
.container{
    max-width:100%;
}
.container_1200{
    max-width: 1200px;
}
.container_1380{
    max-width: 1380px;
}
.scrollY{
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}

/*disclaimer*/
.discl-cont{
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    z-index: 100;
    overflow-y: auto;
}
.discl-bg{     
    z-index: 101;
    position: fixed;
    top:0;
    right: 0; 
    height: 100vh; 
}
.error{
    background-color: transparent;
    animation: background-change 3s forwards;
}
@keyframes background-change{
    0% {
        background-color: transparent;
      }
      50% {
        background-color: red;
      }
      100% {
        background-color: transparent;
      }
}
.disclaimer{
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
	z-index:102;
}
.discl-h{
    margin: 42px 0 34px;
}
.discl-text {
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
}
.discl-input {
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff!important;
    padding: 6px 8px;
    font-weight: 300;
    letter-spacing: 2px;
}
#errorText{
    font-size: 20px;
}
.discl-foot{
    margin: auto auto 0;
    color: #808080;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    padding: 8px 0 0 52px;
    background: url("/imgs/main/plus18.png") 0 0/42px 42px no-repeat;
}

/*header*/

#header{
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    z-index: 50;
}
.logo,.logo a,.logo img{
    height: 100%;
}
.logo a{
    display: inline-block;
}
.breadcrumbs{
    font-size: 12px;
    line-height: 18px;
}
.title_page{
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.1px;
}
.menu_parent {
    display: inline;
    position: relative;
}
.menu_child,.menu_mobile-sidebar{
    display: none;
}
.header_img{
    width: 100%;
    height: 358px;
    margin: 34px 0 18px;
}
.f_logo,.f_menu1,.f_menu2,.f_subscribe{
    width: 100%;
}
.f_tel{
    display: block;
    margin: 14px 0 0;
}
.f_politic{
    margin: 8px 0;
}
.f_subscribe button{
    text-align: right;
    text-transform: uppercase;
    margin: 0 0 0 -1ch;
    border: none;
    background: #000000;
    color: inherit;
    font-size: inherit;
    line-height: 2.3;
    padding: 0;
    letter-spacing: -0.02em;
}
.carousel-btn,#header .hint{
    visibility: hidden;
}
.brusko_bg{
    background: url('/imgs/main/brusko_bg.png') 0 0 / cover no-repeat;
    width: 100%;
    padding: 0 0 42.895%;
}
.lang{
    cursor: pointer;
}
/* p404 */
.page_404{
    margin: 226px 0 0;
    text-align: center;
}
.span_404{
    font: bold 102px/1 bebas, sans-serif;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}
.btn_404{
    margin: 40px 0 0;
}
.page_404 .brusko_bg {
    margin: 40px 0 126px;
    z-index: -1;
    position: relative;
}
canvas{
    transform-origin: 0 0;
}

.review-video_item iframe{
    width: 100%!important;
}
#main_shader{
    mix-blend-mode: screen;
    mix-blend-mode: plus-lighter;
    transition: opacity .5s -0.002s linear;
}
#star_canvas{
    background: #000000;
    opacity: 0.5;
}
/*spoilers*/
.spoiler{
    overflow: hidden;
    margin: 0 0 10px;
}
.sp_label{
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #ffffff;
    cursor: pointer;
    background: #161616;
    border-radius: 5px;
    padding: 14px 31px 14px 15px;
}
.sp_content {
    padding: 0 13px;
    transition: height .5s ease;
    height: 0px;
}
.sp_content > div{
    padding: 28px 26px;
    background: #101010;
    border-radius: 0px 0px 5px 5px;
}
.sp_txt {
    width: calc(100% - 2ch);
    display: inline-block;
    vertical-align: middle;
}
.sp_check{
    font-size: 18px;
    line-height: 21px;
}
.modal{
    visibility: hidden;
    position: fixed;
    z-index: 52;
    right: 50%;
    bottom: 50%;
    transform: translate(50%,50%);
}
.modal_content {
  width: 100%;
  height: 100%;
}
.modal_close{
    position: absolute;
    border-radius: 50%;
    background: #ffffff url("data:image/svg+xml;charset=UTF-8,%3csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.0914 19.3644L6.36353 6.63647' stroke='%23000000'/%3e%3cpath d='M19.0924 6.63609L6.3645 19.364' stroke='%23000000'/%3e%3c/svg%3e ") center / 65% 65% no-repeat;
}
.modal_bg {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 51;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.modal_bg.vis,.modal.open{
    visibility: visible;
}
/* ---- */

@media (min-width:992px) {
    /*scroll*/
    *::-webkit-scrollbar{
        width:14px;
        background-color:#000;
    }
    *::-webkit-scrollbar-thumb{
        background-color: #727272;
        border-width:1px;
    	border-style:solid;
    	border-color:#000000;
    	border-radius:4px;
    }

    *::-webkit-scrollbar-thumb:hover{
        background-color: #ca1a1c;
        border-width:1px;
    	border-style:solid;
    }
    html,body{
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.3px;
    }
    h1,.h1{
        font-weight: bold;
        font-size: 42px;
        line-height: 42px;
    }
    h2,.h2{
        font-weight: bold;
        font-size: 18px;
        line-height: 21px;
    }
    h3,.h3{
        font-weight: bold;
        font-size: 26px;
        line-height: 26px
    }
    #header{
        padding: 30px;
    }
    #nav{
        height: 42px;
    }
    #h_menu{
        margin: auto auto auto 60px;
    }
    #h_menu > a,.menu_parent{
        margin-right: 30px;
        color: #ffffff;
        font-size: 17px;
        letter-spacing: 0;
    }
    #h_menu > a:last-child{
        margin: 0;
    }
    .header_tel,.lang {
        height: 22px;
        margin: auto 0;
    }
    .lang{
        margin-left: 134px;
    }
    #footer{
        padding: 120px 25px 0;
        font-size: 15px;
        line-height: 18px;
    }
    .f_logo,.f_logo img{
        max-width: 120px;
    }
    .f_tel{
        margin: 15px 0 0;
    }
    .f_subscribe{
        max-width: 394px;
    }
    .f_menu1, .f_menu2{
        text-transform: uppercase;
    }
    .f_menu1{
        max-width: 122px;
    }
    .f_menu2{
        max-width: 130px;
    }
    .f_menu1 a,.f_menu2 a{
        padding: 10px 0;
        text-transform: uppercase;
    }
    .f_subscribe,.f_menu1,.f_menu2{
        margin: 0 auto;
    }
    .f_18plus{
        margin: 36px 5px 88px;
        max-width: 1380px;
    }
    .f_input{
        width:280px;
    }
    .f_subscribe button{
        width: 115px;
    }
    #content{
        margin-top: 102px;
    }
    .container > .personal-btn_logout{
        display: none;
    }
    br.mob{
        display: none;
    }
    .btn_play{
        width: 88px;
        height: 78px;
    }
    #header .hint{
        display: block;
        border: none;
        width: 420px;
        position: absolute;
        right: 30px;
        top:102px;
        visibility: hidden;
        padding: 0;
        margin: 0;
    }
    .discl-logo {
        margin: 0 auto 88px;
        width: 124px;
        height: 42px;
    }
    .discl-cont{
        padding: 30px 0 36px;
    }
    .disclaimer{
        text-align: center;
    }
    .discl-input {
        max-width: 160px;
        font-size: 21px;
        line-height: 28px;
        margin: 0 0 0 auto;
    }
    .discl-big_txt{
        margin: 62px auto 58px;
    }
    .discl-big_txt,.discl-foot{
        font: bold 42px/42px bebas, sans-serif;
    }
    .discl-btn{
        padding: 11px 20px;
        font-size: 15px;
        line-height: 18px;
        margin: 0 auto 0 26px;
    }
    .agree_form{
        margin: 30px 0 60px;
    }
    .brusko_bg{
        margin: 40px 0 126px;
    }
    .review-video_item iframe{
        height: 523px!important;
    }
    .f_politic{
        margin: 38px 0 8px;
    }
	.modal_close{
        top: -30px;
        right: -30px;
        width: 45px;
        height: 45px;
    }
}
@media (max-width:991px) {
	#star_canvas{
		display:none;
	}
	.modal_close{
        top: 15px;
        right: 15px;
        width: 30px;
        height: 30px;
    }
    .f_politic{
        margin: 38px 15px 8px;
        text-align: center;
    }
    #header .hint{
        display: none;
    }
    .btn_play{
        width: 49px;
        height: 42px;
    }
    .row-md{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .f-wrap-md{
        flex-wrap: wrap;
    	-webkit-flex-wrap: wrap;
    	-ms-flex-wrap: wrap;
    }
    .brusko_bg{
        margin: 40px 0 60px;
    }
/* }
@media (max-width:419px) { */
    html,body{
        font-size: 15px;
        line-height: 18px;
    }
    .column-sm{
        flex-direction: column;
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
    	-webkit-flex-direction: column;
    	-ms-flex-direction: column;
    }
    h1,.h1{
        font-size: 2rem;
        margin: 0 0 24px;
    }
    h3,.h3{
        font-size: 26px;
    }
    h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{
        letter-spacing: -0.02em;
    }
    .btn{
        padding: 11px 20px;
    }
    #h_menu,#header .header_tel,#header .lang{
        display: none;
    }
    #nav {
        height: 86px;
    }
    #content{
        margin-top: 86px;
    }
    .logo{
        height: 32px;
        margin: auto 0 15px 15px;
    }
    .js-menu_mobile-btn{
        display: inline-block;
        width: 40px;
        height: 32px;
        margin: auto 15px 15px auto;
    }
    .js-menu_mobile-btn::after,.js-menu_mobile-btn::before{
        display: block;
        content: '';
        border-bottom:1px solid currentColor;
        margin: 10px 0;
    }
    #footer{
        padding: 0 15px;
    }
    .f_subscribe{
        -webkit-box-ordinal-group:4;
        -webkit-order:3;
        -moz-box-ordinal-group:4;
        order:3
    }
    .f_menu1{
        padding: 0 20px 0 0;
    }
    .f_menu2{
        padding: 0 0 0 20px;
    }
    .f_menu1,.f_menu2{
        margin: 40px 0 0 0;
    }
    .f_menu1 a,.f_menu2 a{
        padding: 10px 0;
        letter-spacing: -0.02em;
        text-transform: uppercase;
    }
    .f_menu3{
        margin: 40px 0;
    }
    .f_menu3 a + a{
        margin: 0 0 0 12px;
    }
    .f_logo,.f_subscribe{
        max-width: 100%;
    }
    .f_logo img{
        max-width: 95px;
    }
    .f_menu1,.f_menu2{
        max-width: 50%;
    }
    .f_18plus{
        margin: 38px 0 30px;
    }.f_input{
        width:65%;
    }
    .f_subscribe button{
        width: 35%;
    }
    .discl-logo {
        margin: 0 0 42px;
        width: 94px;
        height: 32px;
    }
    .discl-cont{
        padding: 25px 15px 30px;
    }
    .discl-input {
        max-width: 208px;
        font-size: 21px;
        line-height: 28px;
    }
    .discl-big_txt{
        margin: 40px auto 30px;
    }
    .discl-big_txt,.discl-foot{
        font: bold 26px/26px bebas, sans-serif;
    }
    .discl-foot{
        max-width: 360px;
    }
    .discl-btn{
        padding: 11px 20px;
        font-size: 15px;
        line-height: 18px;
        margin: 0 0 0 26px;
    }
    .agree_form{
        margin: 15px 0 30px;
    }
}

@media (min-width:992px) and (max-width:1200px){
    .lang {
      margin-left: auto;
    }
}

.alert_red{
    background-color:#e10000;
    color:#fff;
    padding:8px 15px;
    margin:25px 0px 0px;

    text-align:center;

	border-style:solid;
	border-width:1px;
	-webkit-animation: alert_red_move 0.4s 2 linear;


}
@-webkit-keyframes alert_red_move {
    0%  {   }
    50%  { background-color:#000;  }
    100%  {  }
}


.stroke_red{
    box-shadow: 0px 0px 0px #e10000;
    -webkit-animation: stroke_red_move 5s 2 linear;
    -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes stroke_red_move {
    0%  {  box-shadow:5px 0px 15px 0px #fff;  }
    25%  { box-shadow:0px 5px 15px 0px #e10000; }
    50%  {  box-shadow:-5px 0px 15px 0px #fff;  }
    75%  { box-shadow:0px -5px 15px 0px #e10000; }
    100%  {  box-shadow:5px 0px 15px 0px #fff;  }
}

@media (min-width:576px){
	.btn-18:first-child{
		margin: 0 20px 0 auto;
	}
	.btn-18:last-child{
		margin: 0 auto 0 20px;
	}
}
@media (max-width:575px){
	.btn-18{
		display:inline-block;
		width: 288px;
	}
	.btn-18:first-child{
		margin: 0 auto 24px;
	}
	.btn-18:last-child{
		margin: 0 auto;
	}
}




.subscribe_alert_box{
    color:#e00000;
    margin-top:10px;
}
