@import "../fonts/Montserrat/stylesheet.css";
@import "lightgallery.min.css";

:root {
    --bluebg : #3D4255;
    --graybg : #F0F4F6;
    --red : #F01A24;
    --dtext : #262A39;
    --text : #2C364F;
}
html * { max-height: 1000000px; }
* { -webkit-text-size-adjust: none; margin: 0; padding: 0; box-sizing: border-box; outline: none; }
*:before,*:after { box-sizing: border-box; }
html, body { font-family: "Montserrat", Arial, sans-serif; font-size: 14px; color: var(--dtext); 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: "Montserrat", 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: 1210px; width: 100%; padding: 0 20px; margin: 0 auto; }

h2,h4 { font-size: 40px; line-height: 1.1; font-weight: 800; }

/*btn*/
.btn_wrap { display: flex; margin: 0 -15px; }
.btn_wrap.center { justify-content: center; }
.btn_wrap .btn { margin: 15px; }
.btn { min-width: 230px; font-size: 16px; font-weight: 500; display: inline-flex; border-radius: 30px;
    padding: 0 30px; height: 60px; align-items: center; justify-content: center; transition: .4s; }
.btn.red { border: none; background: var(--red); color: #FFF; }
.btn.red:hover { background: #C1151E; }
.btn.ttu { font-size: 14px; text-transform: uppercase; }
.btn.tr { border: 2px solid var(--bluebg); background: transparent; color: var(--bluebg); }
.btn.tr:hover { background: var(--bluebg); color: #FFF; }
.btn.tr.wh {  border-color: #FFF; color: #FFF; }
.btn.tr.wh:hover { background: #FFF; color: var(--dtext); }


header { background: #FFF; padding: 15px 0; position: fixed; z-index: 45; top: 0; left: 0; width: 100%; }
header + * { margin-top: 100px; }
.header { display: flex; align-items: center; justify-content: space-between;  }
.logo { max-width: 215px; }
nav ul { display: flex; align-items: center; }
nav ul li { margin: 10px 25px; font-size: 15px; font-weight: 500; }
nav ul a.active { margin-left: -20px; height: 50px; display: inline-flex; align-items: center; border-radius: 25px;
    justify-content: center; padding: 0 25px; border: 2px solid var(--red); transition: .3s; }
nav ul a.active:hover { background: var(--red); color: #FFF; }
.h_right { display: flex; flex-direction: column; align-items: flex-end; }
a[href^="tel:"] { white-space: nowrap; font-size: 19px; color: var(--red); font-weight: 800; }
a[href^="mailto:"] { font-size: 15px; font-weight: normal; }


.main_block { padding: 85px 0 75px; background: url(../img/main_bg.png) no-repeat 50% 50% / cover; }
.main { max-width: 760px; }
.main > h6 { color: var(--red); padding-bottom: 12px; font-size: 24px; line-height: 1; font-weight: 700; }
.main > p { max-width: 630px; padding: 20px 0 15px; font-size: 22px; font-weight: 500; line-height: calc(34/22); }

.short_block { background: var(--bluebg); padding: 40px 0; }
.short { display: flex; color: #FFF; margin: 0 -10px; }
.short_item { width: 25%; flex: 0 0 auto; padding: 10px; }
.short_item p { max-width: 236px; font-weight: 600; font-size: 17px; line-height: calc(27/17); }
.short_item p span { margin-bottom: 3px; font-size: 15px; font-weight: normal;
    display: block; text-transform: uppercase; }

.doing_block { background: #FFF; padding: 100px 0; }
.doing { display: flex; align-items: flex-start; }
.doing_text { flex: 1 1 auto; }
.doing_text > p {  font-size: 18px; line-height: calc(30 / 18); margin-top: 25px; }
.doing_zp { margin-left: 15px; position: relative; width: 470px; flex: 0 0 auto; color: #FFF;  }
.doing_zp:before { content: ""; display: block; width: 100%;
    padding-top: 57.6595%; background: url(../img/hh_frame.svg) no-repeat 50% 50% / contain; }
.doing_zp p { font-size: 16px; line-height: 1.5; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    display: flex; align-items: center; flex-direction: column; justify-content: center; }
.doing_zp p span { margin-left: 5px; display: block; font-size: 44px; font-weight: 800; line-height: 1;  }
.doing_zp p span i { font-style: normal; font-size: 36px; font-weight: bold; }

.core_block { padding: 75px 0 80px; }
.core { display: flex; margin: 0 -15px; }
.core > * { width: calc(50% - 30px); margin: 0 15px; }

.core_block.gbg { background: var(--graybg); color: var(--text);  }
.core_block.dbg { background: var(--bluebg); color: #FFF;  }
.core_left {}
.core_left h4 { display: flex; align-items: flex-start; }
.core_left h4:before { flex: 0 0 auto; content: ""; width: 48px; height: 36px; margin-top: 2px; margin-left: -62px; margin-right: 14px;
    background: url(../img/quote_icon.png) no-repeat 50% 50% / contain; }
.core_left p { margin: 17px 0; font-size: 20px; font-weight: bold; line-height: calc(34 / 20); }
.core_right { padding-top: 63px; }
.core_right p { font-size: 17px; line-height: calc(26 / 17); }
.core_right p + p { padding-top: 25px; }
.core_right p b { font-weight: bold; }

.img_block { background: var(--graybg); padding: 100px 0; }
.img {  }
.img h5 { max-width: 920px; margin: auto; font-size: 36px; line-height: calc(44 / 36); font-weight: 800; text-align: center; }
.img img { margin-top: 35px; }

.know_block { padding: 95px 0 80px; }
.know_box { padding-top: 25px; display: flex; flex-wrap: wrap; margin: 0 -10px; }
.know_item { width: 25%; flex: 0 0 auto; padding: 10px; margin-bottom: 20px; }
.know_icon { width: 75px; margin-bottom: 30px; }
.know_item > p { font-size: 17px; line-height: calc(28/17); }

.whom_block { background: var(--bluebg); color: #FFF; padding: 90px 0; }
.whom_block h4 { }
.whom_box { display: flex; justify-content: center; flex-wrap: wrap; margin: 0 -10px; }
.whom_item { width: calc(100% / 4); flex: 0 0 auto; padding: 10px; }
.whom_icon img { }
.whom_icon { height: 120px; display: flex; align-items: flex-end; }
.whom_item .whom_icon img { width: 70px; }
/* .whom_item:nth-child(1) .whom_icon img { width: 70px; }
.whom_item:nth-child(2) .whom_icon img { width: 70px; }
.whom_item:nth-child(3) .whom_icon img { width: 70px; } */
.whom_item h6 { padding: 30px 0 20px; font-size: 24px; line-height: calc(30/24); font-weight: bold; }
.whom_item p { max-width: 290px; font-size: 17px; line-height: calc(28/17);  }

.teachers_block { background: var(--graybg); padding: 95px 0 80px; }
.teachers { }
.teachers > p { padding: 20px 0 0; font-weight: 500; font-size: 20px; line-height: calc(34 / 20); max-width: 652px; }
.teachers_box { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.teacher { padding: 15px; margin-top: 30px; flex: 0 0 auto; width: calc(100% / 3); }
.teacher_photo { position: relative; }
.teacher_photo:before { content: ""; display: block; padding-top: 100%; }
.teacher_photo img { filter: grayscale(1); width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; }
.teacher h5 { font-size: 24px; font-weight: 800; padding-top: 32px;  }
.teacher > p { font-size: 17px; line-height: calc(28/17); padding: 10px 0 15px; }
.more { display: inline-flex; align-items: center; font-size: 17px; font-weight: 500; color: var(--red); }
.more:after { content: ""; width: 30px; height: 12px; display: block; flex: 0 0 auto; margin-left: 10px;
    background: url(../img/more_link.png) no-repeat 50% 50% / contain; }



.training_block { padding: 95px 0 85px; }
.training h4 { text-align: center; }
.training_box { padding-top: 40px; counter-set: list; display: flex; flex-wrap: wrap; margin: 0 -7px; }
.training_item { margin-bottom: 30px; counter-increment: list; width: calc(100% / 4); flex: 0 0 auto; padding: 7px; }
.training_item_step { display: flex; align-items: center;  }
.training_item_step:before { content: counter(list); display: flex; width: 70px; color: #FFF; background: var(--red);
    height: 70px; border-radius: 50%; flex: 0 0 auto; align-items: center; justify-content: center;
    font-size: 40px; font-weight: 800; }
.training_item_step:after { content: ""; display: block;
    flex: 1 1 auto; height: 1px; background: #D1D1D1; margin-left: 14px;  }
.training_item:last-child .training_item_step:after { display: none; }
.training_item h6 { padding: 28px 0 13px; font-size: 22px; line-height: 1.1; font-weight: bold; }
.training_item p { font-size: 16px; line-height: calc(28/16); color: var(--text); }
.advantage_block { padding: 95px 0 80px; }
.advantage_box { display: flex; flex-wrap: wrap; margin: 0 -10px; padding-top: 30px; }
.advantage_item { width: calc(100% / 3); margin-bottom: 35px; flex: 0 0 auto; padding: 10px; }
.advantage_icon { width: 140px; margin-bottom: 35px; }
.advantage_item p { font-size: 17px; line-height: calc(28/17); font-weight: normal; color: var(--text); }

.get_block { background: var(--graybg); padding: 90px 0; }
.get_text { column-count: 2; column-gap: 90px; margin-top: 20px; }
.get_text p { line-height: calc(25/17); padding: 14px 0; font-size: 17px; font-weight: normal; display: table; color: var(--text); }
.get_text p:before { content: "•"; display: inline-block; margin-right: 10px; font-weight: bold; color: var(--red); }

.price_block { padding: 95px 0 90px; background: var(--bluebg); color: #FFF; }


.about_price_box { display: flex; }
.about_price_box > * { padding-top: 25px; }
.about_price_left { max-width: 450px; margin-right: 150px; color: #CCCCCC; }
.about_price_left p { font-size: 19px; line-height: calc(28 / 19); font-weight: 500; }
.about_price_left span { font-size: 17px; font-weight: 300; line-height: calc(28 / 17); }
.quest,.rub { margin: 3px 0; font-size: 18px; line-height: 1.2; font-weight: 500; color: #CCCCCC; display: inline-flex; align-items: center; }
.quest:before,.rub:before { content: ""; flex: 0 0 auto; width: 32px; height: 32px; margin-right: 20px; }
.quest:before { background: url(../img/quset_icon.png) no-repeat 50% 50% / contain; }
.rub:before { background: url(../img/price_icon2.svg) no-repeat 50% 50% / contain; }
.quest:hover,.rub:hover { color: #FFF; }

.credit { padding: 40px 0;  }
.credit > h5 { font-size: 34px; padding-bottom: 16px; font-weight: 800; line-height: calc(44 / 34); }
.credit_box { display: flex; }
.credit_box > * { margin-top: 20px; }
.credit_text { width: 100%; max-width: 370px; flex: 0 0 auto; margin-right: 30px; padding: 50px 40px;
    background: #313546; }
.credit_item {  }
.credit_item + .credit_item { margin-top: 30px; }
.credit_item h6 { font-size: 22px; line-height: 1.1; padding-bottom: 15px; }
.credit_item p { font-size: 16px; line-height: 1.5; }

.credit_text_foot { margin-top: 20px; padding-top: 20px; border-top: 1px solid #6D758D; }
.credit_text_foot p { font-size: 15px; line-height: 1.55; }
.credit_text_foot p + p { margin-top: 20px; }
.credit_text_foot p span { color: var(--red); }

.credit_form { border: 5px solid #BDC9EB; padding: 55px 100px 45px; flex: 1 1 auto; }
.credit_form h5 { font-size: 28px; font-weight: 700; line-height: calc(34 / 28); }
.form_item {  }
.form_item { margin-top: 17px; position: relative; }
.form_item p { font-size: 17px; line-height: calc(30 / 17); }
.form_item select { border: none; display: block; width: 100%; height: 60px;
    padding: 0 20px; font-size: 20px; margin-top: 8px; }
.form_item:after { content: ""; bottom: 18px; right: 15px; width: 0; height: 0; display: block;
    border: 6px solid transparent; pointer-events: none; border-top: 9px solid var(--red); position: absolute; }
.credit_form form > p { font-size: 22px; font-weight: bold; line-height: calc(48 / 22); }
.credit_form form > p span { font-size: 36px; font-weight: 800; }
.after_text { margin-top: 8px; color: #7881A5; font-weight: 300; font-size: 17px; line-height: calc(36 / 17); }
.after_text:before { content: "* "; color: var(--red); }
.after_text a { text-decoration: underline; }
.after_text a:hover { text-decoration: none; }

.tickets {  }
.tickets h4 {  }
.tickets h4 span { display: block; font-weight: 500; font-size: 24px; line-height: calc(38 / 24); }

.tickets_box { padding-top: 35px; display: flex; justify-content: center; margin: 0 -15px; }

@media (min-width: 992px) {
  .tickets_box {
    margin: 0 -50vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding-left: 15px;
    padding-right: 15px;
  }
}

.ticket { display: flex; flex-direction: column; width: calc(25.0% - 30px); margin: 15px; background: #FFF; color: var(--text); }

.ticket > * { padding: 35px; }
.ticket_head { background: #C2CFF2; min-height: 144px; }
.ticket_head h6 { font-size: 32px; font-weight: 800; line-height: calc(48 / 36); }
.ticket_head p { font-size: 18px; line-height: calc(26 /18); }
.ticket + .ticket .ticket_head { color: #FFF; background: #7989B3; }
.ticket_body { flex: 1 1 auto; }
.ticket_body ul {  }
.ticket_body ul li { line-height: 30px; font-size: 17px; color: var(--text); }
.ticket_body ul li a {
    color: #F01A24; /* Меняем цвет при наведении */
    text-decoration: underline; /* Добавляем стандартное подчеркивание */
    cursor: pointer; /* Меняем курсор для лучшей юзабилити */
}

.ticket_body ul li a:hover {
    color: inherit; /* Наследует цвет текста родителя */
    text-decoration: underline; /* Сохраняем подчеркивание */
    transition: color 0.3s ease; /* Плавный переход цвета */
}
.ticket_footer p { padding-bottom: 15px; font-size: 30px; font-weight: 800; color: #000; line-height: 1.65; }
.prices_details_price {font-size: 36px; font-weight: 800; color: #000; line-height: 1.65;}
.prices_label {font-size: 18px; margin: 0 0 10px;}
.tickets > .after_text { color: #FFF; line-height: 1.45; text-align: center; }
.tickets > .after_button {margin-top: 30px; color: #FFF; line-height: 1.45; text-align: center; }
.ticket_footer .btn_wrap { margin: 0 -10px; display: flex; flex-direction: column;}
.ticket_footer .btn { margin: 15px 10px; min-width: 170px; height: 55px; font-size: 14px; }
.ticket_footer .btn.ttu { font-size: 13px; font-weight: 500; }
.about_pay_block { padding: 30px 0 40px; }
.about_pay { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.about_pay_item { width: calc(100% / 3); flex: 0 0 auto; padding: 10px; }
.about_pay_icon img { max-width: 80px; }
.about_pay_item > h6 { font-size: 22px; padding: 23px 0 15px; line-height: 1.1; }
.about_pay_item > p { font-size: 16px; line-height: calc(28 / 16); }
.about_pay_item > p a { text-decoration: underline; }
.about_pay_item > p a:hover { text-decoration: none; }
.our_projects_block { padding: 95px 0 80px; }
.our_projects_box { padding-top: 30px; margin: 0 -10px;
    display: flex;  flex-wrap: wrap; align-items: center; }
.our_project { max-width: 180px; margin: 10px; }


.sertif_block { padding: 100px 0; background: var(--graybg); }
.sertif { display: flex; justify-content: space-between; width: 100%; max-width: 772px; margin: auto; }
.sertif_text { width: 100%; max-width: 360px;  flex: 1 1 auto; }
.sertif_text h4 {}
.sertif_text h4:before { content: "+"; display: inline-block; margin-left: -35px; margin-right: 10px; color: var(--red); }
.sertif_text p { padding-top: 20px; font-size: 19px; font-weight: 500; line-height: calc(28 / 19);  }
.sertif_img { max-width: 375px; flex: 0 0 auto; width: 100%; }


.org_block { padding: 95px 0 80px; }
.org_item { margin-top: 45px; display: flex; align-items: center; }
.org_photo { width: 246px; flex: 0 0 auto; margin-right: 55px; overflow: hidden; border-radius: 50%; position: relative; }
.org_photo img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.org_photo:before { content: ""; padding-top: 100%; display: block; }
.org_text {  }
.org_text h6{ font-size: 22px; font-weight: bold; line-height: 1.1; }
.org_text h6 span { display: block; font-size: 16px; font-weight: 300; }
.org_text p { max-width: 705px; padding-top: 25px; font-size: 16px; line-height: 1.5; font-weight: 300; }

.faq_block { padding: 45px 0 90px; }
.faq { max-width: 970px; margin: auto; }
.faq_item:first-of-type { margin-top: 45px; }
.faq_item { border-bottom: 1px solid #D0D0D0; }
.faq_h { -webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
    cursor: pointer; font-size: 20px; display: flex; justify-content: space-between; align-items: flex-start;
    font-weight: bold; line-height: calc(28 / 20); padding: 30px 35px 30px 70px; }
.faq_h:after { color: #BDBDBD; width: 30px; flex: 0 0 auto; transition: .3s;
    content: "+"; font-weight: 100; font-size: 48px; line-height: 30px; }
.faq_h.active { color: #FFF; background: #7989B3; }
.faq_h.active:after { color: #FFF; transform: rotate(45deg); }
.faq_b { display: none; padding: 30px 35px 30px 70px; font-size: 18px;
    line-height: calc(28 / 18); color: var(--text); }

.page_form_block { padding: 90px 0 65px; color: #FFF;
    background: url(../img/page_form_bg.png) no-repeat 50% 50% / cover; }
.light_bg { background: var(--graybg); color: var(--dtext); }
.page_form { display: flex; align-items: flex-start; justify-content: space-between; }
.page_form_left { max-width: 570px; width: 50%; }
.page_form_left > h5 { font-weight: bold; font-size: 32px; line-height: calc(40 / 32); }
.light_bg .page_form_left > h5 { font-weight: bold; font-size: 28px; line-height: calc(42 / 28); }
.page_form_right { flex: 1 1 auto; }
.mf { width: 472px; margin: auto; }
.mf input { background: transparent; border: none; border-bottom: 1px solid #FFF; width: 100%; padding: 0 30px;
    color: #FFF; display: block; margin-top: 20px; height: 54px; font-size: 20px; font-weight: normal; }
.mf .btn { margin-top: 30px; }
.mf2 input { border: 1px solid transparent; height: 62px; font-size: 14px; background: #FFF; color: var(--text); }
.btn + .checkbox { margin-top: 35px; }
.checkbox { color: #8A93B3; font-size: 14px; font-weight: normal;
    line-height: 1.3; margin-top: 15px; display: flex; flex-direction: column-reverse; }
.checkbox input { opacity: 0; width: 0!important; height: 0!important; position: absolute;}
.checkbox span { position: relative; padding-left: 30px; display: block; }
.checkbox span:before { content: ""; width: 20px; height: 20px; display: block; border-radius: 3px;
    position: absolute; top: -2px; left: 0; border: 1px solid #BABFD2; background: #FFF; }
.checkbox input:checked ~ span:before { background: #FFF url(../img/check.svg) no-repeat 50% 50% / 75% auto;  }
.mf2 .checkbox { color: #64687A; }
p.error {
    color: #C90000; font-size: 12px; margin-top: 3px; }
footer { background: var(--bluebg); color: #FFF;  }


.ras-info-container {padding: 90px 0;} 
.ras-info-block .h2_box:before {left: 730px; height: 1px; background: #d1d1d1;}

.ras-info-wrap {display: flex; }
.ras-info-wrap .info-wrap {margin-top: 39px; }
.ras-info-wrap .info-wrap .info {margin-bottom: 36px; padding: 0;}
.ras-info-wrap .info-wrap .info .list__item {font-size: 18px; padding-left: 20px; letter-spacing: -0.1px; }
.ras-info-wrap .info-wrap .info .list__item:before {top: 10px; width: 5px; height: 5px; }
.ras-info-wrap .info-wrap .info .subtitle {font-size: 20px; font-weight: bold; margin-bottom: 10px; }
.ras-info-wrap .info-wrap .info:last-child {margin-bottom: 0px; }
.ras-info-wrap .info-wrap .info:last-child .subtitle:last-child {margin-top: 15px; font-size: 22px; }
.ras-info-wrap .img {margin-left: 62px; margin-top: 21px; }


.sub { display: flex; justify-content: space-between; padding: 80px 0 70px; border-bottom: 1px solid #7E848A; }
.sub > * { padding-top: 20px; }
.sub_left { margin-top: -5px; }
.sub_left h5 { font-size: 30px; line-height: 1.2; font-weight: bold;  }
.sub_left p { font-size: 18px; line-height: 1.75; padding-top: 10px; }
.sub_right {max-width: 500px;}
.sub_form_line { display: block;}
.sub_form_line > input { font-size: 15px; margin: 0 0 10px; width: 100%; padding: 0 25px; border: 2px solid transparent; height: 72px; background: #FFF; color: var(--dtext); }
.sub_form_line > input.error { border-color: var(--red); }
.sub_form_line > button { padding: 0; width: 100%; font-size: 14px; font-weight: 500; text-transform: uppercase;
    border: 2px solid transparent; height: 72px; background: var(--red); color: #FFF; }
.sub_form_line p { order: 3; width: 100%; padding-top: 5px; }
.sub_form > p { font-weight: 300; opacity: .53; padding-top: 10px; }
.sub_right p.error {padding-bottom: 10px; padding-top: 0; position: relative; top: -5px;}

footer .container { position: relative; }
.arrow_up { position: absolute; top: -32px; right: 0; width: 64px; height: 64px; border-radius: 50%;
    background: var(--red) url(../img/top-arr.svg) no-repeat 52% 50% / 38% auto; }
.footer { padding: 30px 0; display: flex; justify-content: space-between; align-items: center; }
.f_logo { max-width: 270px; }
.f_right { display: flex; flex-direction: column; align-items: flex-end; }
.f_right a[href^="tel:"] { color: #FFF; font-size: 22px; font-weight: 800; }
.f_right a[href^="mailto:"] { font-size: 18px; font-weight: 300; }
.copyright { padding-bottom: 50px; display: flex; justify-content: space-between; align-items: center; }
.copyright > *  { padding-top: 15px; }
.c_left { color: #959595; }
.c_left,
.c_right { width: 360px; }
.c_left a { text-decoration: underline; }
.c_left a:hover { color: #FFF; text-decoration: none; }
.c_right { text-align: right; }
.c_right li { font-size: 15px; line-height: 100%; margin: 0 0 12px; font-weight: 300; }
.c_right li:last-of-type {margin: 0;}
.c_right li a { color: var(--red); }
.c_right li a:hover { text-decoration: underline; }
.rss ul { margin: 0 -5px; display: flex; align-items: center; }
.rss ul li { margin: 5px; }
.rss a { width: 24px; display: block; }

.anchor { transform: translateY(-140px); }

.program_block { padding: 40px 0 80px; }
.program_item { padding: 40px 0 0; }
.program_item h5 { font-size: 28px; font-weight: 800; margin-bottom: 18px;  }
.program_item p { font-size: 18px; line-height: 1.45; font-weight: normal; }
.program_item p:before { content: "—"; color: var(--red); display: inline-block; margin-right: 10px; }
.program_item p + p { padding-top: 12px; }
.program_item + .program_item { border-top: 1px solid #D1D1D1; margin-top: 40px; }

.thanks_block { padding: 40px 0 80px; }
.thanks_item { padding: 40px 0 0; }
.thanks_item h5 { font-size: 28px; font-weight: 500; margin-bottom: 18px;  }
.thanks_item p { font-size: 18px; line-height: 1.45; font-weight: normal; }
.thanks_item ul {position: relative; margin: 0 0 60px;}
.thanks_item li {position: relative; font-size: 20px; padding: 0 0 0 32px; line-height: 1.5; margin: 0 0 5px;}
.thanks_item li:before {content:""; position: absolute; left: 0; top: 13px; width: 20px; height: 2px; background: var(--red);}
.thanks_item + .thanks_item { border-top: 1px solid #D1D1D1; margin-top: 40px; }
.thanks_item_link a {color: var(--red); margin: 0 0 50px; border-bottom: 1px solid var(--red); font-weight: 500;}
.thanks_item_link a:hover {outline: none !important; box-shadow: none !important;}
.thanks_item span {color: var(--red); margin: 0 0 50px; }



/*popup*/
.black_layout { display: none; z-index: 90; position: fixed; top: 0;
    left: 0; width: 100%; height: 100%; background: rgba(15,22,33,.85); }
.popup_wrapper { display: none; position: absolute; top: 0; left: 0;
    width: 100%; min-height: 100%; z-index: 95; padding: 0; }

.popup_inner { display: flex; min-height: 100%; align-items: center; padding: 50px 20px;
    justify-content: center; }
.popup { background: #FFF; padding: 40px 50px; width: 100%; max-width: 1080px; position: relative; }
.close_popup,.back_popup { width: 20px; height: 20px; display: block;
    position: absolute; z-index: 5; top: 20px; }
.close_popup { right: 20px; background: url(../img/close_icon.svg) no-repeat 50% 50% / 18px auto; }

.popup_icon img { display: block; margin: auto; padding: 16px 0; }
.popup_body { width: 100%; margin: auto; }

.teacher_p { display: flex; align-items: flex-start; padding-bottom: 20px; justify-content: space-between;}
.teacher_p > * { padding-top: 20px; }
.teacher_p_left { flex: 0 0 auto; width: 280px; position: relative; border-radius: 50%; overflow: hidden; }
.teacher_p_left:before { content: ""; display: block; padding-top: 100%; }
.teacher_p_left img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.teacher_p_right { width: calc(100% - 280px - 40px);}
.teacher_p_right > h6 { font-weight: 500; line-height: 1.45; font-size: 18px; padding: 20px 0; }
.teacher_p_right p { font-size: 17px; line-height: 1.5; font-weight: 300; }
.teacher_p_right p + p { padding-top: 10px; }




.mobile_toggle { cursor: pointer; display: none; flex: 0 0 auto;
    width: 28px; height: 24px; position: relative; overflow: hidden; }
.mobile_toggle span { height: 2px; width: 100%; background: var(--bluebg); margin: auto;
    display: block; position: absolute; border-radius: 2px; transition: .3s; }
.mobile_toggle span:first-child { top: 2px; }
.mobile_toggle span:last-child { bottom: 2px; }
.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) {

.teacher_p_right { width: 100%;}

    h2 { font-size: 32px; }
    h4 { font-size: 30px; line-height: 1.3; }
    h4 br { display: none; }
    .btn_wrap { flex-direction: column; }
    .btn_wrap .btn { margin: 10px 15px; }
    
    .logo { max-width: 170px; }
    a[href^="tel:"] { font-size: 17px; font-weight: 700; }
    a[href^="mailto:"] { font-size: 13px; }
    
    nav { display: none; position: absolute;
        top: 100%; width: 100%; left: 0; background: #FFF; padding: 0 20px 20px; }
    nav ul { flex-direction: column; }
    nav ul li { font-size: 16px; }
    nav ul a.active { margin-left: 0; }
    nav.active { display: block; }
    
    .mobile_toggle { display: block; }
    .short { flex-direction: column; }
    .short_item { width: 100%; }
    .short_item p { max-width: 100%; }
    .short_item strong {font-weight: normal;}
    .doing_block { padding: 60px 0; }
    .doing { flex-direction: column; }
    .doing_text > p { line-height: 1.5; font-size: 16px; }
    .doing_zp { margin-left: 0; width: 100%; margin-top: 25px; }
    
    .core_block { padding: 60px 0; }
    .core { flex-direction: column; margin: 0; }
    .core > * { width: 100%; margin: 0; }
    .core_left { overflow-x: hidden; }
    .core_left h4:before { margin-left: 0; }
    .core_left p { line-height: 1.4; }
    .core_left .btn_wrap { margin-bottom: 10px; }
    .core_right { padding-top: 0; }
    .core_right p { font-size: 16px; }
    
    .img h5 { font-size: 24px; }
    
    
    .know_block { padding: 60px 0; }
    .know_box { flex-direction: column; }
    .know_item { width: 100%; }
    .know_icon { margin-bottom: 15px; }
    
    .whom_block { padding: 60px 0; }
    .whom_box { flex-direction: column; }
    .whom_item { width: 100%; }
    .whom_item h6 { padding: 15px 0 10px; }
    
    .teachers_block { padding: 60px 0; }
    .teachers > p { font-size: 18px; line-height: 1.5; }
    .teacher { width: 100%; }
    
    .training_block { padding: 60px 0; }
    .training_box { flex-direction: column; }
    .training_item { width: 100%; }
    .training_item_step:after { display: none; }
    .training_item h6 { padding: 20px 0 10px; }
    .training_item { margin-bottom: 20px; }
    
    .advantage_block { padding: 60px 0; }
    .advantage_box { flex-direction: column; }
    .advantage_item { width: 100%; }
    .advantage_icon { margin-bottom: 20px; }
    .advantage_item p { font-size: 16px; }
    
    .get_block { padding: 60px 0; }
    .get_text { column-count: 1; }
    
    .price_block { padding: 60px 0; }
    .about_price_box { flex-direction: column; }
    .about_price_left { margin-right: 0; }
    
    .credit_box { flex-direction: column-reverse; }
    .credit_text { margin-right: 0; }
    .credit_form { padding: 25px; }
    .after_text { line-height: 1.2; font-size: 14px; }
    
    .tickets_box { flex-direction: column; }
    .ticket { width: calc(100% - 30px); }
    
    
    .about_pay { flex-direction: column; }
    .about_pay_item { width: 100%; }
    
    .our_projects_block { padding: 60px 0; }
    .our_projects_box { justify-content: center; }
    
    
    .sertif_block { padding: 60px 0; }
    .sertif { flex-direction: column; }
    .sertif_text h4:before { margin-left: 0; }
    .sertif_img { margin-top: 20px; }
    
    
    
    .org_block { padding: 60px 0 40px; }
    .org_item { flex-direction: column; align-items: flex-start; }
    .org_photo { margin-right: 0; margin-bottom: 25px; }
    
    
    .faq_h,.faq_b { padding: 20px 10px; }
    
    .page_form_block { padding: 60px 0; }
    .page_form { flex-direction: column; }
    .page_form_left { width: 100%; }
    .page_form_left h5 { font-size: 28px;  }
    .page_form_left h5 br { display: none; }
    .light_bg .page_form_left > h5 { line-height: 1.3; }
    .mf { width: 100%; }
    
    .sub { flex-direction: column; }
    .sub_form_line { flex-direction: column; } 
    .footer { flex-direction: column; }
    .f_right { align-items: center; margin-top: 15px; }
    .copyright { flex-direction: column; }
    
    
    .teacher_popup { padding: 30px 20px; }
    .teacher_p { flex-direction: column; }
    
    
    .ras-info-container {padding: 50px 0;}
    .ras-info-wrap .img {display: none;}
    
    .sub-wrap {flex-wrap: wrap;}
    .sub-wrap .sub-info {margin-left: 0 !important;text-align:center;}
    .sub-wrap .form-wrap {margin-right: 0 !important;}
    
    .videos-wrap__left {width: 100% !important;margin: 0 0 50px !important;}
    .videos-wrap__right {width: 100% !important;}
    .videos-wrap {flex-wrap: wrap;}
}



/* Слайдеры */
.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;}



.bvi-active .header_container {position: static; height: fit-content;}

.bvi-active .top_container,
.bvi-active .form_container,
.bvi-active .footertop_container,
.bvi-active .why_container {background: none;}

.bvi-active .socials_item_vk {width: 2em;}

.bvi-active .got_container .got_img {width: 710px;}

.bvi-active .gain_container .gain_img {width: 520px;}

.bvi-active .top_container::before {display: none;}

.bvi-active .header_container .header_nav .header_nav_item {margin-right: 23px;}

.bvi-active .what_container .what_right::after,
.bvi-active .what_container .what_right::before {display: none;}

.bvi-active .top_container .button {min-width: 235px; width: auto;}

.bvi-active .header_logo img,
.bvi-active .footer_logo img {display: none;}

.bvi-active .header_logo img[src="/images/logo-black.svg"],
.bvi-active .footer_logo img[src="/images/logo-black.svg"] {display: block !important;}

body .bvi-body[data-bvi-theme=black] .header_logo img,
body .bvi-body[data-bvi-theme=green] .header_logo img,
body .bvi-body[data-bvi-theme=black] .footer_logo img,
body .bvi-body[data-bvi-theme=green] .footer_logo img {display: block
}


body .bvi-body[data-bvi-theme=black] .header_logo img[src="/images/logo-black.svg"],
body .bvi-body[data-bvi-theme=green] .header_logo img[src="/images/logo-black.svg"] body .bvi-body[data-bvi-theme=black] .footer_logo img[src="/images/logo-black.svg"],
body .bvi-body[data-bvi-theme=green] .footer_logo img[src="/images/logo-black.svg"] {display: none !important;}


.bvi-open {font-size: 1.1em; color: white !important; position: relative; padding: 0 0 0 25px;}

.bvi-open svg {position: absolute; left: 0; top: 50%; transform: translateY(-50%);}

.bvi-open svg {width: 1em; height: 1em; display: inline; fill: white;}

.footerbottom_block .bvi-open {position: static;}

.footerbottom_block .bvi-open svg {fill: black; text-align: center;}

body .bvi-body[data-bvi-builtelements=false]:not(.bvi-no-styles) iframe {display: block !important;}

.search-block form {display: none;}

.search-block.active .lupa {display: none;}

.search-block.active {background-color: transparent; display: flex; position: fixed; bottom: 50px;}

.search-block {margin-top: 10px; position: relative; z-index: 10;}

.search-block button,
.search-block input {border-radius: 4px; border: none; background-color: white !important; color: black; border: 2px solid black; font-weight: 600; margin: 0 3px; height: 100%;}

.search-block button:hover {cursor: pointer;}

.search-block.active form {display: flex;}

.search-block-nav:not([hidden]) {display: flex; align-items: center;}

.search-block-nav p {margin: 0 0.2em; background-color: rgba(0, 0, 0, 0.75); color: white; font-weight: 600; font-size: 1.2em;}

.search-block {text-align: right;}

.lupa {position: relative; padding: 0 0 0 30px; display: inline-block; vertical-align: top}
.lupa svg {position: absolute; left: 0; width: 26px; top: 50%; transform: translateY(-50%);}
.lupa path {fill: #FFF;}

.lupa:hover {cursor: pointer;}

.highlight {background-color: yellow; color: black;}

body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .highlight {background-color: #000 !important; color: #fff !important;}

body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .highlight {background-color: #fff !important; color: #000 !important;}

body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .highlight {background-color: #4d4b43 !important; color: #f7f3d6 !important;}

body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .highlight {background-color: #063462 !important; color: #9dd1ff !important;}

body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .highlight {background-color: #a9e44d !important; color: #3b2716 !important;}



.info {
  padding: 50px 15px 80px;
  margin: 0 auto;
  max-width: 1170px;
  width: 100%;
  color: #262A39;
} 
.info h4 { 
  margin: 0 0 50px;
}
.info-main {
    display: flex;
}
.info-title__list {
  display: flex;
  flex-direction: column;
  width: 380px;
}
.info-title__item {
  border: none;
  border-top: 1px solid #262A39;
  background-color: transparent;
  padding: 15px 0 45px;
  text-align: left;
  color: #262A39;
  font-size: 15px; 
  cursor: pointer;
}
.info-title__item.active {
  border-width: 2px;
  border-top-color: #262A39;
  color: #262A39; font-weight: bold;
}
.info-details {
  word-wrap: break-word;
  margin-left: 100px;
  flex: 1;
  line-height: 1.2;
  
}
.info-details h2 {
  color: #262A39; margin: 0 0 10px;
  font-size: 20px;
  font-weight: 600;
}
.info-details p {
  font-size: 18px; margin: 0; padding: 0 0 20px;
}
.info-details a {text-decoration: underline;
  color: #F01A24;
}
.info-details a:hover {text-decoration: none;}


@media (max-width: 1100px) {
  .info h1 {
    font-size: 30px;
    font-weight: 600;
  }
  .info-main {
    flex-direction: column;
  }
  .info-title__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: initial;
    margin-bottom: 50px;
  }
  .info-title__item.active {
    border-color: #262A39;
  }
  .info-title__item {
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin: 0 10px 10px 0;
    border: 1px solid #262A39;
    width: fit-content;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 10px;
    display: block;
    line-height: 1;
    height: auto;
  }
  .info-details {
    margin-left: 0;
  }
}

.sub-wrap { 
    display: flex; 
    align-items: flex-start; 
    justify-content: space-between;
} 

.sub-block-container { 
    padding: 90px 0px; 
    background: var(--graybg);
} 

.sub-wrap .sub-info  { 
    margin-left: 35px;
} 

.sub-wrap .form-wrap  { 
    width: 470px; 
    margin-right: 80px; 
    margin-top: 13px;
} 

.sub-wrap .sub-info .subtitle  { 
    color: #151515; 
    font-size: 32px; 
    line-height: 1.4; 
    font-weight: 800; 
    margin-bottom: 7px;
} 

.sub-wrap .form-wrap .promo-form  { 
    display: flex; 
    flex-direction: column;
} 

.videos-wrap { 
    margin-top: 42px; 
    display: flex;
} 

.videos-wrap__left { 
    width: calc((100% - 30px)/2); 
    margin-right: 30px; 
    display: flex; 
    flex-direction: column;
} 

.videos-wrap__right { 
    width: calc((100% - 30px)/2);
} 

.video-wrap { 
    position: relative;
} 

.videos-wrap__left .text-bold  { 
    font-size: 30px; 
    font-weight: bold; 
    line-height: 1.2; 
    margin-top: 42px; 
    letter-spacing: -0.4px;
} 

.videos-wrap__right .text-wrap  { 
    margin-top: 43px;
} 

.video-wrap .video  { 
    width: 100%; 
    padding: 0 0 57%; 
    overflow: hidden; 
    position: relative;
} 

.videos-wrap__right .text-wrap .subtitle  { 
    font-size: 20px; 
    font-weight: bold; 
    margin-bottom: 7px; 
    letter-spacing: -1.4px;
} 

.videos-wrap__right .text-wrap .text-yellow  { 
    color: var(--red); 
    font-weight: bold; 
    font-size: 20px; 
    margin-top: 35px;
} 

.video-wrap .video__btn  { 
    width: 92px; 
    height: 92px; 
    box-shadow: 0 0 30px 1px rgba(0,0,0,20%); 
    border-radius: 50%; 
    position: absolute; 
    border: 4px solid #fff; 
    z-index: 2; 
    left: calc(50% - 46px); 
    top: calc(50% - 50px); 
    cursor: pointer; 
    background-color: #FFF; 
    transition: 0.3s;
} 

.video-wrap .video__btn::before { 
    content: ''; 
    display: block; 
    position: absolute; 
    width: 0; 
    height: 0; 
    border-style: solid; 
    border-width: 14px 0 14px 25px; 
    border-color: transparent transparent transparent #fff; 
    left: calc(50% - 7px); 
    top: calc(50% - 13px); 
    transition: 0.3s;
} 

.video-wrap .video__btn::before { 
    border-color: transparent transparent transparent #335cff;
} 

.video-wrap .video__btn:hover { 
    background-color: #fff;
} 

.video-wrap .video__btn:hover::before { 
    border-color: transparent transparent transparent #335cff;
} 

img { 
    display: block; 
    height: auto; 
    max-width: 100%;
} 

.video-wrap .video img  { 
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    object-position: center;
} 

#video_b1 { 
    width: 100%; 
    height: 100%; 
    visibility: hidden;
    opacity: 0;
    transition: 0.3s; 
    /* pointer-events: none; */ 
    z-index: 999; 
    position: absolute;
} 

#video_b2 { 
    width: 100%; 
    height: 100%; 
    visibility: hidden; 
    opacity: 0;
    transition: 0.3s; 
    /* pointer-events: none;  */
    z-index: 999; 
    position: absolute;
} 

.list .list__item  { 
    padding-left: 15px; 
    position: relative; 
    font-size: 19px; 
    font-weight: normal; 
    margin-bottom: 3px; 
    letter-spacing: -0.6px; 
    line-height: 1.5;
} 

.list .list__item::before { 
    content: ''; 
    position: absolute; 
    top: 14px; 
    left: 1px; 
    width: 3px; 
    height: 3px; 
    background-color: #335cff; 
    border-radius: 100%;
} 

.list .list__item:last-child  { 
    margin-bottom: 0px;
}

/* Стили программы курса */
.program-block {padding: 0 0 100px;}
.program-block h1 {margin: 0 0 40px; padding: 60px 0 0 0; font-size: 40px;}

.program-content {padding: 0 0 0;}

.prog-module {
    background: #fff;
    border: 1px solid #ddd;
    padding: 30px;
    margin-bottom: 20px;
}

.prog-module__num {
    font-size: 14px;
    font-weight: 600;
    color: #F01A24;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.prog-module__title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.3;
}

.prog-module__subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #666;
    margin-bottom: 15px;
}

.prog-module__date {
    font-size: 16px;
    font-weight: 600;
    color: #F01A24;
    margin-bottom: 20px;
}

.prog-module__result {
    margin-top: 20px;
    padding: 15px 20px;
    background: #f5f5f5;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    border-left: 3px solid #F01A24;
}

.prog-module_career {
    border-left: 4px solid #F01A24;
}

.prog-module_career .prog-module__title {
    color: #F01A24;
}

.prog-lessons {
    margin: 0;
    padding: 0;
}

.prog-lessons li {
    padding: 8px 0 8px 0;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

.prog-bonus {
    background: #f5f5f5;
    border: 2px solid #F01A24;
    padding: 30px;
    margin-top: 30px;
}

.prog-bonus__title {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.program-start-date {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
    padding: 15px 25px;
    background: #f5f5f5;
    display: inline-block;
}

.lesson-num {
    font-weight: 600;
    color: #F01A24;
    margin-right: 5px;
    min-width: 25px;
    display: inline-block;
}

.results-block {
    padding: 60px 0;
    background: #f5f5f5;
    margin-top: 60px;
}

.results-title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}

.results-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.result-item {
    background: #fff;
    padding: 20px;
}

.result-img {
    margin-bottom: 15px;
}

.result-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.result-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    text-align: center;
}

.prog-lessons_bonus li::before {
    background: #F01A24;
}

.prog-bonus .prog-lessons_bonus li {
    padding: 5px 0 5px 0;
}

@media(max-width: 640px) {
    .program-block {padding: 60px 0 60px;}
    .program-block h1 {font-size: 28px; padding: 30px 0 0 0;}
    .prog-module {padding: 20px;}
    .prog-module__title {font-size: 20px;}
    .prog-lessons li {font-size: 14px;}
    .prog-module-group {margin-top: 40px;}
    .prog-module-group:first-child {margin-top: 0;}
    .prog-module-group__title {font-size: 24px; padding-bottom: 15px; margin-bottom: 20px;}
    .prog-module__problem {font-size: 14px; padding: 12px 15px;}
} 

.prog-module-group {
    margin-top: 60px;
}
.prog-module-group:first-child {
    margin-top: 0;
}

.prog-module-group__title {
    font-size: 32px;
    font-weight: 800;
    color: var(--dtext);
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 2px solid var(--red);
    line-height: 1.2;
}

.prog-module__problem {
    background: #FFF3F3;
    border-left: 3px solid var(--red);
    padding: 15px 20px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.5;
    color: var(--dtext);
    font-style: italic;
} 
