@import "../fonts/Formular/stylesheet.css";
@import "../fonts/HelveticaNeueCyr/stylesheet.css";
@import "../fonts/Enthalpy298/stylesheet.css";

:root {
    --v1 : #F49621;
    --v2 : #516aab;
    --t : #271703;
}
html * { max-height: 1000000px; }
* { -webkit-text-size-adjust: none; margin: 0; padding: 0; box-sizing: border-box; outline: none; }
html, body { font-family: "Formular", Arial, sans-serif; font-size: 14px;
    width: 100%; height: 100%; background: #FFF9F2; scroll-behavior: smooth; }
li { list-style: none; }
img { display: block; height: auto; max-width: 100%; }
a img { border:none; }
a { text-decoration: none; color: inherit; }
input, select, button, textarea { outline:none;
    font-family: "Formular", Arial, sans-serif; font-size: 14px;
    /*-moz-appearance:none;-webkit-border-radius: 0; -moz-border-radius: 0; -webkit-appearance: none;*/
}
input[type=file], button, input[type="submit"],
input[type=file]::-webkit-file-upload-button { cursor: pointer; }
.container { max-width: 1200px; width: 100%; padding: 0 20px; margin: 0 auto; }

h3 { font-weight: 400; font-size: 118px; font-family: "Enthalpy298", serif; line-height: 1.1; }
h4 { font-weight: 400; font-size: 70px; font-family: "Enthalpy298", serif; line-height: 1.1; }

.header { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; }
nav { flex: 1 1 auto; margin-left: 10px; }
nav ul { display: inline-flex; border-radius: 10px; background: #FFF;
    font-weight: 500; text-transform: uppercase; padding: 10px 8px; }
nav ul li { padding: 0 12px; position: relative; font-size: 18px; }
nav ul li + li:before { content: ""; position: absolute; bottom: 0; top: 0; margin: auto;
    background: #938B81; height: 13px; width: 1px; left: 0; }
nav ul li a { transition: .3s; }
nav ul li a:hover { color: var(--v1); }
.h_right { display: flex; }
.h_right > a { margin-left: 8px; }
.h_btn { width: 40px; height: 40px; border-radius: 10px; background: #FFF;
    display: flex; align-items: center; justify-content: center; }
.h_btn:before { content: ""; flex: 0 0 auto; }
.h_btn.tg:before { background: url(../img/tg_icon.svg) no-repeat 50% 50% / 20px 20px; height: 20px; width: 20px; }
.h_btn.yt:before { background: url(../img/yt_icon.svg) no-repeat 50% 50% / 25px 25px; height: 25px; width: 25px; }
.h_btn.dz:before { background: url(../img/dzen_logo.svg) no-repeat 50% 50% / 25px 25px; height: 25px; width: 25px; }
.coop_btn { background: var(--v2); color: #FFF; display: inline-flex; align-items: center; font-size: 18px;
    height: 40px; border-radius: 10px; padding: 0 8px; text-transform: uppercase; font-weight: 500; }
.coop_btn:after { content: ""; width: 30px; height: 30px; flex: 0 0 auto; border-radius: 10px;
    background: #FFF url(../img/arrow_icon.svg) no-repeat 50% 50% / 12px auto; margin-left: 8px; }


main > img { width: 100%; }
.main { padding: 150px 0 50px; }
.main img { max-width: 762px; margin: auto; width: 100%; }
.main_text { text-align: center; }

@media(min-width: 1280px ) {
    .main_text { margin-top: -200px; padding-bottom: 200px; }
    .main_text .kls:before { content: ""; position: absolute; width: 447px; height: 288px; top: 4px; left: -79px;
        background: url("../img/text_img_2.png") no-repeat 50% 50% / 447px 288px; }
}
.main_text p { font-family: "Enthalpy298", serif; font-size: 70px; line-height: 1.1; }

.main_text .dash { position: relative; margin: 0 10px; }
.main_text .dash:before { content: ""; width: calc(100% + 34px); height: 100%; position: absolute;
    background: url(../img/text_img.png) no-repeat 50% 50% / contain; left: -17px; top: 2px; }
.main_text .kls { position: relative; }
/*.main_text .kls:before { content: ""; position: absolute; width: 447px; height: 288px; top: 4px; left: -79px;*/
/*    background: url("../img/text_img_2.png") no-repeat 50% 50% / 447px 288px; }*/


.principles_block { padding: 150px 0; }
.principles { display: flex; }
.principle { max-width: 560px; width: 100%;
    border-radius: 30px; background: var(--v1); padding: 30px 50px; }
.principles h3 { align-self: flex-start; position: sticky; top: 0;  }
.principle + .principle { margin-top: 32px; }
.principle h6 { font-size: 70px; font-family: "Enthalpy298", sans-serif; }
.principle p { margin-top: 8px; font-size: 18px; }

.youtube_block { background: var(--v2); padding: 130px 0; color: #FFF; }
.youtube h3 { text-align: center; }
.yt_slider { margin-top: 70px; display: none; }
.yt_slider.slick-slider { display: block; }
.yt_slider .slick-next,.yt_slider .slick-prev { width: 50px; height: 50px; border: none; border-radius: 50%;
    position: absolute; top: 0; bottom: 0; margin: auto; font-size: 0; background: #F8F9FF; }
.yt_slider .slick-prev { left: -25px; }
.yt_slider .slick-next { left: calc(49.56% + -25px); }
.yt_slider .slick-next:before,.yt_slider .slick-prev:before { content: ""; position: absolute;
    width: 16px; height: 16px; top: 0; left: 0; right: 0; bottom: 0; margin: auto; }
.yt_slider .slick-prev:before { background: url(../img/arrow_prev.svg) no-repeat 50% 50% / contain; left: -5px; }
.yt_slider .slick-next:before { background: url(../img/arrow_next.svg) no-repeat 50% 50% / contain; left: 5px; }
.youtube_box { display: flex; align-items: center; }
.yt_img { border-radius: 30px; overflow: hidden; width: 49.56%; flex: 0 0 auto; margin-right: 55px; position: relative; }
.yt_img:before { background: #A3A3A3; content: ""; display: block; padding-top: 56.25%; }
.yt_img > * { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.yt_text { flex: 1 1 auto; }
.yt_text > span { display: inline-flex; height: 28px; border: 1px solid var(--v1);
    align-items: center; padding: 0 15px; border-radius: 24px; }
.yt_text h5 { font-size: 70px; font-family: "Enthalpy298", serif; font-weight: normal; margin-top: 8px; }
.yt_text p { font-size: 18px; margin-top: 32px; }
.yt_text p span { display: block; font-size: 46px; font-family: "Enthalpy298", serif; font-weight: normal; margin-bottom: 16px; }


.telegram_block { background: var(--v2); padding: 130px 0; color: #FFF; }
.telegram h3 { text-align: center; }
.telegram_box { display: flex; flex-wrap: wrap; margin: 0 -16px; padding-top: 54px; }
.telegram_item { position: relative; border-radius: 30px; padding: 24px 32px; margin: 16px;
    width: calc(50% - 32px); flex: 0 0 auto; background: #FFF; color: var(--t); min-height: 178px; }
.telegram_item h6 { font-size: 46px; font-weight: normal; font-family: "Enthalpy298", serif; }
.telegram_item p { font-size: 18px; margin-top: 16px; }
.telegram_item > img { position: absolute; }
.telegram_item:nth-child(1) > img { right: 31px; top: 18px; }
.telegram_item:nth-child(2) > img { right: 34px; top: 18px; }
.telegram_item:nth-child(3) > img { right: 35px; bottom: 12px; }
.telegram_item:nth-child(4) > img { right: 43px; top: 12px; }
.telegram_item:nth-child(5) > img { right: 17px; top: 8px; }
.telegram_item:nth-child(6) > img { right: 31px; top: 2px; }
.telegram_item:nth-child(7) > img { right: 48px; top: 9px; }
.telegram_item:nth-child(8) > img { right: 96px; top: 100%; }
.telegram_item:nth-child(9) > img { right: 17px; top: 16px; }

.cooperation_block { padding: 130px 0; }
.cooperation h3 { text-align: center; }
.cooperation_box { display: flex; margin: 0 -20px; padding-top: 50px; flex-wrap: wrap; }
.cooperation_item { background: var(--v1); margin: 20px; flex: 0 0 auto;
    width: calc(50% - 40px); border-radius: 30px; padding: 50px 60px; }
.cooperation_item h6 { font-size: 46px; font-family: "Enthalpy298", serif; font-weight: normal; }
.cooperation_item h6 + p { margin-top: 16px; }
.cooperation_item p { margin-top: 8px; font-size: 18px; line-height: 1.1; }
.cooperation_form { margin-top: 40px; position: relative; padding: 40px 60px; border-radius: 40px; background: var(--v2); color: #FFF; }
.cooperation_form > img { position: absolute; right: 30px; top: 50px; }
.cooperation_form p { margin-top: 16px; font-size: 24px; font-family: "HelveticaNeueCyr", sans-serif; }
.cooperation_form form { max-width: 500px; width: 100%; margin-top: 32px; }
.input {  }
.input + .input { margin-top: 10px; }
.input input,.input textarea { display: block; width: 100%;
    font-size: 18px; font-weight: 500; background: #FFF; border: 1px solid transparent;
    border-radius: 15px; padding: 0 16px; height: 54px; }
.input textarea { padding: 16px; height: auto; resize: vertical; min-height: 97px; line-height: 1.2;  }
.checkbox { font-size: 16px; position: relative; margin-top: 16px;
    font-family: "HelveticaNeueCyr", sans-serif; display: flex; flex-direction: column-reverse; }
.checkbox + .checkbox { margin-top: 10px; }
.checkbox input { position: absolute; visibility: hidden; width: 0!important; height: 0!important; }
.checkbox span { position: relative; display: block; padding: 3px 0 3px 36px; }
.checkbox span a { text-decoration: underline; }
.checkbox span a:hover { text-decoration: none; }
.checkbox span:before { content: ""; width: 20px; height: 20px; display: block;
    position: absolute; top: 0; left: 0; border: 1px solid #FFF; box-sizing: border-box; }
.checkbox span:after { content: ""; display: none; width: 12px; height: 12px; background: var(--v1);
    position: absolute; top: 4px; left: 4px; }
.checkbox input:checked ~ span:after { display: block;  }

.btn { display: inline-flex; justify-content: center; text-align: center;
    align-items: center; height: 50px; border-radius: 15px; margin-top: 10px; }
.btn.fw { width: 100%; display: flex; border:0}
.btn.v1 { background: var(--v1); color: var(--t); font-size: 18px; padding: 0 20px;
    font-weight: 500; text-transform: uppercase; }


.partners_block { padding: 130px 0; overflow: hidden; }
.partners_text { display: flex; align-items: center; }
.partners_text h3 { margin-right: 100px; }
.partners_text p { font-size: 24px; font-family: "HelveticaNeueCyr", sans-serif; line-height: 1.1; }
/*.partners_slider { margin-top: 70px; }*/
/*.partners_slider .slick-list { overflow: visible; }*/
/*.partners_slider .slick-track { display: flex!important; }*/
/*.slick-slide { height: auto!important; }*/
/*.partner_slide { margin-right: 80px; }*/


.partners_slider { display: flex; align-items: center; margin: 0 -20px; }
.partner_slide { margin: 20px; }

.contacts_block { padding: 150px 0; }
.contacts { display: flex; }
.con_box { flex: 0 0 auto; max-width: 460px; width: 100%; margin-right: 40px; }
.con_item { color: #FFF; background: var(--v2); border-radius: 20px; padding: 42px 60px; position: relative; }
.con_item + .con_item { margin-top: 8px; }
.con_item h6 { font-family: "Enthalpy298", serif; font-size: 46px; font-weight: 400; }
.con_item p { font-size: 24px; font-family: "HelveticaNeueCyr", sans-serif; margin-top: 8px; }
.con_text { max-width: 560px; }
.con_text h3 + p { padding-top: 16px; }
.con_text p { font-size: 24px; line-height: 1.2; }
.con_text p + p { margin-top: 8px; }
.con_item > a { width: 34px; height: 34px; position: absolute; display: flex; align-items: center; justify-content: center;
    top: 16px; right: 16px; background: #FFF; border-radius: 10px;  }
.con_item > a:before { content: ""; display: block; width: 16px; height: 16px;
    background: url(../img/arrow_icon.svg) no-repeat 50% 50% / contain;  }


footer { background: var(--v1); color: var(--t); padding: 100px 0; }

.f_box { display: flex; align-items: center; justify-content: space-between; }
.f_links { display: flex; }
.f_links a + a { margin-left: 50px; }
.f_line { background: #FFF; border-radius: 20px; padding: 20px 60px; margin-top: 100px;
    display: flex; justify-content: space-between; align-items: center; }
.f_logo,.f_up { width: 50%; }
.f_nav { flex: 0 0 auto; }
.f_nav ul { display: flex; font-weight: 500; font-size: 18px; }
.f_nav ul li { position: relative;  padding: 0 12px; }
.f_nav ul li + li { }
.f_nav ul li + li:before { content: ""; position: absolute; bottom: 0; top: 0; margin: auto;
    background: #938B81; height: 13px; width: 1px; left: 0; }
.f_nav ul li a { transition: .3s; }
.f_nav ul li a:hover { color: var(--v1); }
.f_up { display: flex; justify-content: flex-end; }
.f_up a { display: inline-flex; align-items: center; font-size: 18px; font-weight: 500; text-transform: uppercase; }
.f_up a:after { content: ""; width: 16px; height: 16px; margin-left: 8px;
    background: url(../img/arrow_up.svg) no-repeat 50% 50% / contain; }

/*popup*/
.black_layout { display: none; z-index: 90; position: fixed; top: 0;
    left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .80); }
.popup_wrapper { display: none; position: absolute; top: 0; left: 0;
    width: 100%; height: 100%; z-index: 95; padding: 0; overflow: auto; }

.popup_inner { display: flex; min-height: 100%; align-items: center; padding: 30px 20px;
    justify-content: center;  }
.popup { background: #FFF; padding: 28px 32px; width: 100%; max-width: 640px;
    position: relative; }
.close_popup { width: 30px; height: 30px; display: block; position: absolute; z-index: 5;
    top: -4px; right: -44px; background: url(../img/close_icon.svg) no-repeat 50% 50% / 30px auto; }

.popup_body { width: 100%; margin: auto; text-align: center; }



.mobile_toggle { cursor: pointer; display: none; flex: 0 0 auto; z-index: 18; background: #FFF;
    width: 40px; height: 30px; position: relative; overflow: hidden; margin-left: 16px;
    border-radius: 7px; }
.mobile_toggle span { height: 2px; width: 24px; background: var(--t); margin: auto;
    display: block; position: absolute; border-radius: 2px; transition: .3s; left: 0; right: 0; }
.mobile_toggle span:first-child { top: 9px; }
.mobile_toggle span:last-child { bottom: 9px; }
.mobile_toggle span:nth-child(2) { top: 0; bottom: 0; margin: auto; }
.mobile_toggle.active span:first-child { margin-top: -1px; top: 50%; transform: rotate(45deg); }
.mobile_toggle.active span:last-child { margin-bottom: -1px; bottom: 50%; transform: rotate(-45deg);}
.mobile_toggle.active span:nth-child(2) { left: 100%; opacity: 0; }

@media(max-width: 641px) {
    h3 { font-size: 46px; }
    h4 { font-size: 26px; }
    .header { position: relative; }
    
    .h_btn { height: 30px; }
    nav {  position: absolute; top: 100%; width: 100%; text-align: center; margin-left: 0; display: none; }
    nav ul { display: flex; flex-direction: column; padding: 0 20px; }
    nav ul li { padding: 15px 0; }
    nav ul li + li:before { height: 1px; width: 100%; top: 0; bottom: auto; border-color: #C4BFB9; }
    header.active nav { display: block; }
    .mobile_toggle {  display: block; }
    .coop_btn { display: none; }
    .logo { margin-left: -8px; }
    
    .main { padding: 70px 0 30px; }
    .main_text p { font-size: 27px; }
    
    .principles_block { padding: 40px 0 70px; }
    .principles { flex-direction: column; }
    .principles h3 { text-align: center; position: relative; align-self: stretch; }
    .principles_list { margin-top: 24px; }
    .principle { padding: 16px 20px; border-radius: 15px; }
    .principle + .principle { margin-top: 16px; }
    .principle h6 { font-size: 26px; }
    .principle p { font-size: 14px; }
    
    .youtube_block { padding: 50px 0 30px; }
    .yt_slider { margin-top: 32px; }
    .yt_slider .slick-next, .yt_slider .slick-prev { bottom: auto; top: 68px; width: 32px; height: 32px; }
    .yt_slider .slick-next { left: calc(100% - 18px); }
    .yt_slider .slick-prev { left: -14px; }
    .yt_slider .slick-next:before, .yt_slider .slick-prev:before { width: 12px; height: 12px; }
    .youtube_box { flex-direction: column; align-items: flex-start;  }
    .yt_img { width: 100%; margin-right: 0; border-radius: 15px; }
    .yt_text { margin-top: 24px; }
    .yt_text h5 { font-size: 26px; }
    .yt_text p span { font-size: 18px; margin-bottom: 8px; }
    .yt_text p { font-size: 14px; margin-top: 16px; }
    
    .telegram_block { padding: 30px 0 50px; }
    .telegram_box { padding-top: 24px; }
    .telegram_item { width: calc(100% - 32px); margin: 5px 16px; border-radius: 15px;
        min-height: 110px; padding: 16px 20px; }
    .telegram_item h6 { font-size: 26px;  }
    .telegram_item p { font-size: 14px; margin-top: 8px; }
    .telegram_item:nth-child(1) > img { right: 11px; top: 12px; width: 76px; height: 86px; }
    .telegram_item:nth-child(1) p { padding-right: 80px; }
    .telegram_item:nth-child(1) p br { display: none; }
    .telegram_item:nth-child(2) > img { display: none; }
    .telegram_item:nth-child(3) > img { right: 21px; bottom: 11px; width: 65px; height: 54px; }
    .telegram_item:nth-child(4) > img { right: 21px; top: 11px; width: 51px; height: 86px; }
    .telegram_item:nth-child(5) > img { right: -4px; top: 7px; width: 128px; height: 97px; }
    .telegram_item:nth-child(6) > img { right: 15px; top: 6px; height: 84px; width: 52px; }
    .telegram_item:nth-child(7) > img { right: 21px; top: 7px; width: 9px; height: 93px; }
    .telegram_item:nth-child(8) > img { display: none; }
    .telegram_item:nth-child(9) > img { right: 14px; top: 16px; width: 67px; height: 80px; }
    
    
    .cooperation_block { padding: 40px 0; }
    .cooperation h3 { font-size: 40px; }
    .cooperation_box { padding-top: 16px; }
    .cooperation_item { width: calc(100% - 40px); margin: 10px 20px; padding: 16px 20px; border-radius: 15px; }
    .cooperation_item h6 { font-size: 26px; }
    .cooperation_item p { font-size: 15px; }
    .cooperation_item h6 + p { margin-top: 8px; }
    .cooperation_form { padding: 16px 20px; border-radius: 15px; }
    .cooperation_form > img { display: none; }
    .cooperation_form p { font-size: 16px; }
    .input input, .input textarea { font-size: 14px; font-weight: 400; }
    .checkbox { font-size: 14px; }
    .checkbox span { padding-top: 0; }
    .partners_block { padding: 40px 0; }
    .partners_slider { margin-top: 32px; }
    .partners_text { flex-direction: column; align-items: flex-start; }
    .partners_text h3 { margin-right: 0; }
    .partners_text p { margin-top: 8px; font-size: 14px; }
    
    .partners_slider { flex-wrap: wrap; justify-content: center; }
    .partner_slide { }
    .partner_slide img { max-height: 64px; max-width: 180px; }
    .contacts_block { padding: 40px 0; }
    .contacts { flex-direction: column-reverse; }
    .con_text p { font-size: 14px; }
    .con_box { margin-top: 24px; }
    .con_item { padding: 10px 14px; border-radius: 15px; }
    .con_item h6 { font-size: 26px; }
    .con_item p { font-size: 16px; }
    
    
    footer { padding: 40px 0; }
    .f_box { flex-direction: column; align-items: flex-start; }
    .f_links { margin-top: 16px; }
    .f_links a + a { margin-left: 30px; }
    
    
    .f_nav { display: none; }
    
    .f_line { padding: 12px 20px; margin-top: 40px; }
    .f_up a { font-size: 16px; }
    
}


/* Слайдеры */
.slick-slider{ position: relative;display: block;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus{outline: none;}
.slick-list.dragging{cursor: hand;}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);        transform: translate3d(0, 0, 0);}
.slick-track {position: relative;top: 0;left: 0;display: block;}
.slick-track:before,.slick-track:after{display: table; content: '';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{display: none;float: left;height: 100%;min-height: 1px;}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide img{display: block;}
.slick-slide.slick-loading img{ display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}
.grecaptcha-badge { 
    visibility: hidden;
}