@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap');
@-ms-viewport {
    width: device-width;
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.container {
    width: 100%;
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {.container {max-width: 540px;}}
@media (min-width: 768px) {.container {max-width: 720px;}}
@media (min-width: 992px) {.container {max-width: 960px;}}
@media (min-width: 1200px) {.container {max-width: 1140px;}}
@media (min-width: 1400px) {.container {max-width: 1310px;}}


* {
    font-family: "Golos Text", sans-serif;
    outline: none;
    padding: 0;
    margin: 0;
    letter-spacing: 1px;
    line-height: 1.4em;
    -webkit-appearance: none;

}

code, kbd, samp, pre, tt, var, textarea,
input, select, isindex, listing, xmp, plaintext {
    white-space: normal;
    font-size: 1em;
    font: inherit;
    padding-left: 5px;
    padding-right: 10px;
}


a{
    color: #01b1e4;
    text-decoration: none;
}
a:hover{
    transition: 0.5s;
    color: #FF9500;

}



img, a img, iframe, form, fieldset,
abbr, acronym, object, applet, table {
    border: none;
    text-decoration: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td, center {
    vertical-align: top;
    text-align: left;
}
body {
min-width: 375px;
    line-height: 1;
    color: black;
    background: #FCFCFC;
    /*background: url('../img/bg.svg') repeat-y center top, #background: #FCFCFC;;*/
    /*background-size: contain;*/
    /*background-size: 100% auto ; !* Автоматическая ширина, 100% высота *!*/
}



section{
    position: relative;
}




q {
    quotes: "" "";
}
ul, ol, dir, menu {
    list-style: none;
}
sub, sup {
    vertical-align: baseline;
}
a {
    color: inherit;
}
hr {
    display: none;
}
font {
    color: inherit !important;
    font: inherit !important;
    color: inherit !important; /* editor's note: necessary? */
}
marquee {
    overflow: inherit !important;
    -moz-binding: none;
}
blink {
    text-decoration: none;
}
nobr {
    white-space: normal;
}

p{
    margin-bottom: 0 !important;
}


::selection {
    color: #fff;
    background: #C0003D;

}



h1, h2, h3, h4{
    margin: 0!important;
}





::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

:-moz-placeholder {
    color: #666;
    opacity: 1
}

::-moz-placeholder {
    color: #666;
    opacity: 1
}

:-ms-input-placeholder {
    color: #666;
    opacity: 1
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
    color: #666
}

body input:required:valid, body textarea:required:valid {
    color: #666
}



.mt{
    margin-top: 100px;
}




/* header */
.header{
    position: absolute;
    z-index: 40;
    width: 100%;
    top: 0;
    min-width: 375px;
}

.header__content{

    /*margin-top: 60px;*/
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}



.header__content-logo_img{
    width: 185px;
}


.header__content-menu{
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.header__content-menu li{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

/*.header__content-menu li img{*/
/*    width: 24px;*/

/*}*/

.header__content-menu li p{
    color: #fff;
    leading-trim: both;
    text-edge: cap;

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 20px */

}
.footer_menu li p {
    color: #222
}
.header__content-logo img {
    max-width: 200px;
}

/*first*/

.first {
    position: relative;
    background-image: linear-gradient(250deg, #750117 1.45%, #e70000 98.55%);
    width: 100%;
    background-size: cover;
    padding-bottom: 60px;
    background-position: 50% 50%;
    z-index: 1;
    overflow: hidden;
}
/*.first::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0; left: 0;*/
/*    width: 100%; height: 100%;*/
/*    background-color: rgba(255, 255, 255, 0.7);*/
/*    z-index: 2;*/
/*}*/


.first > * {
    position: relative;
    z-index: 3;
}
.first__content{
    padding-top: 160px;
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    margin-bottom: 60px;

}

.first__content-title h1{
    color: var(--primary-b, #151515);
    leading-trim: both;
    text-edge: cap;

    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 64px */
}

.first__content-title h1 span{
    color: var(--primary-a, #E70000);
    leading-trim: both;
    text-edge: cap;

    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 64px */
}

.first__content-title h2{
    padding-top: 30px;
    color: var(--primary-b, #151515);
    leading-trim: both;
    text-edge: cap;

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 24px */
}

.first__content-title p{
    margin-top: 60px;
    color: var(--primary-b, #151515);
    leading-trim: both;
    text-edge: cap;

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 20px */
    margin-bottom: 20px;
}

.first__content-form{
    /*margin-top: 20px;*/
    border-radius: 30px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.30);
    padding: 30px;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);

}


.form-p{
    margin-top: 20px !important;
    color: var(--primary-b, #E70000) !important;
    font-size: 16px !important;
    margin-bottom: 0px !important;
}




form input[type=checkbox], form input[type=submit], form input[type=tel], form input[type=text] {
    font-family: inherit;
    font-size: 16px
}

form button {
    font-family: inherit;
    font-size: 16px
}

form input[type=tel], form input[type=text] {

    color: var(--primary-b, #151515);
    leading-trim: both;
    text-edge: cap;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 0px; /* 0% */
    height: 60px;
    width: 100%;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border .3s ease;
    transition: border .3s ease;
    border-radius: 20px;
    border: 1px solid #DADADA;
    background: rgba(255, 255, 255, 0.70);
    margin-bottom: 10px;

}


.iti__selected-flag{
    border-radius: 20px 0px 0px 20px;
}

form input[type=tel]::-webkit-input-placeholder, form input[type=text]::-webkit-input-placeholder {
    color: var(--primary-b, #151515);
}

form input[type=tel]::-moz-placeholder, form input[type=text]::-moz-placeholder {
    color: var(--primary-b, #151515);
}

form input[type=tel]:-ms-input-placeholder, form input[type=text]:-ms-input-placeholder {
    color: var(--primary-b, #151515);
}

form input[type=tel]::-ms-input-placeholder, form input[type=text]::-ms-input-placeholder {
    color: var(--primary-b, #151515);
}

form input[type=tel]::placeholder, form input[type=text]::placeholder {
    color: var(--primary-b, #151515);
}

form input[type=tel]:focus, form input[type=text]:focus {
    border-color: #E70000
}

form input[type=checkbox] {
    accent-color: #fff;
    width: 16px;
    height: 16px;
    cursor: pointer
}

form label {
    color: #fff;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

form button[type=submit], form input[type=submit] {
    border-radius: 20px;
    padding: 22px 30px;
    background: var(--primary-a, #E70000);
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.20);
    width: 100%;
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
      border:none;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 83.333% */
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
    animation: pulse 2s infinite;

}

form button[type=submit]:hover, form input[type=submit]:hover {
    transform: scale(1.05);
}
@keyframes pulse {
    0% {

        box-shadow: 0 0 0 0 rgba(231, 0, 0, 0.6);
    }
    70% {

        box-shadow: 0 0 20px 10px rgba(231, 0, 0, 0);
    }
    100% {
       
        box-shadow: 0 0 0 0 rgba(231, 0, 0, 0);
    }
}

.iti {

    width: 100%
}

.checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.form .checkbox input[type=checkbox] {
    accent-color: red !important;
    -webkit-appearance: auto !important;
}




.checkbox a {
    text-decoration: none;

    color: #222
}

.iti--separate-dial-code .iti__selected-dial-code {
    color: #222
}

 .first__content__image{
     display: flex;
     align-items: flex-end;
 }


 .first__content_info{
     padding-top: 15px;
     display: block;
     color: #222;
     font-size: 14px;
     font-style: normal;
     font-weight: 500;
 }






@media only screen and (max-width: 1340px) {
    .first__content-title h1{
        font-size: 56px;
    }
    .first__content-title h1 span{
        font-size: 56px;
    }
    .first__content {
        display: grid;
        gap: 40px;
    }
    .first__content__image {
        display: flex
    ;
        align-items: flex-start;
    }
    .first__content__image img{
        width:  90%;
    }

}



@media only screen and (max-width: 992px) {
    .first__content {
        padding-top: 160px;

        grid-template-columns: repeat(1, 1fr);
        gap: 60px;

    }
    .first__content__image img{
        width:  100%;
    }

}
@media only screen and (max-width: 768px) {



}

@media only screen and (max-width: 600px) {
    .form_btn-block{
        flex-direction: column;
        align-items: center;
    }



    .header__content-menu li{
        justify-content: center;
    }

    .header__content-menu li:nth-child(2) p{
        max-width: 70%;

    }



.first{
    padding-bottom: 30px;
}
    .first__content {
        padding-top: 140px;
        margin-bottom: 0;
        gap: 20px;
    }

    .first__content-title h1 {
        font-size: 36px;
        text-align: center;
    }

    .first__content-title h1 span{
        font-size: 36px;
    }

    .first__content-title h2 {
        font-size: 16px;
        text-align: center;
    }
    .first__content-title h2 br{
        display: none;
    }

    .first__content-title p{
        margin-top: 20px;
        font-size: 16px;
        text-align: center;
    }

.first__content__image{
    display: none;
}
    .checkbox a{
        font-size: 12px;
    }

}
















/*program*/






.main_title{
    color: var(--primary-b, #151515);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 56px */
    position: relative;
    z-index: 40;
}
.main_title span{
    color: var(--primary-a, #E70000);
    leading-trim: both;
    text-edge: cap;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    position: relative;
    z-index: 40;
}

.main_subtitle{
    margin-top: 30px;
    color: var(--primary-b, #151515);
    text-align: center;
    leading-trim: both;
    text-edge: cap;

    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 24px */
    position: relative;
    z-index: 40;
}





.program_content{
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
}

.program_content-item-image{
    width: 55%;
}
.program_content-item-text{

    display: grid;
    gap: 30px;
}

.program_content-item-image img{
    width: 100%;
}

.program_content-item-text li{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
.program_content-item-text li img{
    width: 55px;
}

.program_content-item-text .item-text_info{
    display: grid;
    gap: 10px;
}

.program_content-item-text .item-text_info h4{
    color: var(--primary-b, #151515);
    leading-trim: both;
    text-edge: cap;

    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 24px */
}


.program_content-item-text .item-text_info p{
    color: var(--primary-b, #151515);
    leading-trim: both;
    text-edge: cap;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
}



@media only screen and (max-width: 1340px) {
    .program_content-item-image {
        width: 40%;
    }
}



@media only screen and (max-width: 992px) {
    .program_content-item-image {
        width: 50%;
    }
    .program_content {
        gap: 30px;
    }



}
@media only screen and (max-width: 768px) {
    .program_content {
        flex-direction: column-reverse;
        gap: 60px;
    }
    .program_content-item-image {
        width: 70%;
    }

}

@media only screen and (max-width: 600px) {

    .program_content-item-text li {
        align-items: flex-start;
        gap: 20px;
    }

    .program_content {
        margin-top: 60px;
        flex-direction: column;
        gap: 30px;
    }

    .program_content-item-image {
        width: 100%;
    }


}












/*banner*/

.banner-content{
    border-radius: 30px;
    border: 1px solid #DADADA;
    background: #FFF;
    padding: 60px;
    position: relative;
    overflow: hidden;
}

.baner-decor{
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
}

.banner-content .third__content{

    position: relative;
    z-index: 40;
    width: 100%;
    display: flex;
    justify-content: center;
    /*grid-template-columns: repeat(2, 1fr);*/
    gap: 60px;

}

.third__content-item{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 40%;
}
.third__content-item-img img{
    width: 200px;

}
.third__content-item h4{

    color: var(--primary-a, #E70000);
    leading-trim: both;
    text-edge: cap;
text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 24px */

}

.third__content-item ul{
    margin-top: 20px;
    display: grid;
    gap: 10px;
    padding-left: 20px;
    list-style: disc;

}
.third__content-item p{
    margin-top: 20px;
    color: var(--primary-b, #151515);
    leading-trim: both;
    text-edge: cap;
text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16px */
}
.third__content-item ul li{

    color: var(--primary-b, #151515);
    leading-trim: both;
    text-edge: cap;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
}
.form_btn-block{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.form-pv2{

    font-size: 10px;
    color: #fff;
}




@media only screen and (max-width: 1340px) {
    .banner-content .third__content {
        margin-top: 30px;
        gap: 30px;
    }
    .banner-content {
        padding: 30px;
    }
    .third__content-item-img img {
        width: 160px;
    }
    .third__content-item {
        margin-top:30px;

        gap: 30px;
    }
}



@media only screen and (max-width: 992px) {
    .banner-content .third__content {
        margin-top: 40px;
        gap: 30px;
    }
    .third__content-item {
        margin-top:0px;

    }

    .third__content-item {
        width: 50%;

    }
    .banner-content {
        padding: 50px;
    }
.banner .main_subtitle br{
    display: none;
}

}
@media only screen and (max-width: 768px) {



}

@media only screen and (max-width: 600px) {
    .form-pv2 {
        font-size: 14px;
        color: #fff;
    }
    .banner-content {
        padding: 30px 20px;
    }

    .third__content-item {
        margin-top: 0px;
        flex-direction: column;
        gap: 20px;
    }
    .third__content-item-img img {
        width: 220px;
    }

    .banner-content .third__content {
        margin-top: 30px;
        flex-direction: column;
    }

    .third__content-item {
        width: 100%;
    }

}






/*banner form*/

.form_content{
    border-radius: 30px;
    background: var(--primary-a, #E70000);
    padding: 30px;
}



.form.hor{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;

}
.form.hor input[type=tel], .form.hor input[type=text], .form.hor input[type=email]{
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.30);
    color: #FFF ;
    leading-trim: both;
    text-edge: cap;
    padding: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 0px; /* 0% */
    margin-bottom: 0;
}

.hero__two-content-text form {
    grid-template-columns: 1fr!important;
}

.hero__two-content-text form .iti {
     max-width: 400px!important;
}
.hero__two-content-text form .form_btn-block {
     max-width: 400px;
}
.hero__two-content-text form  input {
    max-width: 400px;
}
.form.hor .checkbox{
    margin: 0;
    align-items: center;


}
.iti__selected-flag{
    border-radius: 20px 0px 0px 20px;
}

.form.hor input[type=tel]::-webkit-input-placeholder, .form.hor input[type=text]::-webkit-input-placeholder {
    color: var(--primary-b, #fff);
}

.form.hor input[type=tel]::-moz-placeholder, .form.hor input[type=text]::-moz-placeholder {
    color: var(--primary-b, #fff);
}

.form.hor input[type=tel]:-ms-input-placeholder, .form.hor input[type=text]:-ms-input-placeholder {
    color: var(--primary-b, #fff);
}

.form.hor input[type=tel]::-ms-input-placeholder, .form.hor input[type=text]::-ms-input-placeholder {
    color: var(--primary-b, #fff);
}

.form.hor input[type=tel]::placeholder, .form.hor input[type=text]::placeholder {
    color: var(--primary-b, #fff);
}

.form.hor input[type=tel]:focus, .form.hor input[type=text]:focus {
    border-color: #E70000
}

.form.hor input[type=checkbox] {
    accent-color: #E70000;
    width: 16px;
    height: 16px;
    cursor: pointer
}

.form.hor label a {
    color: #fff !important;
  text-align: left;
}

.form.hor .checkbox input[type=checkbox] {
    accent-color: #760101 !important;

    -webkit-appearance: auto !important;
}

.form.hor .iti--separate-dial-code .iti__selected-dial-code{
    color: #fff;
}


.iti__country-list{
    z-index: 120 !important ;
}


.form.hor button[type=submit], .form.hor input[type=submit] {

    background: var(--primary-a, #fff);
    padding: 20px;
    color: #E70000;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    border:none;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal; /* 83.333% */

}



@media only screen and (max-width: 1340px) {
    .form.hor label a {
        font-size: 12px;
    }

}



@media only screen and (max-width: 992px) {
    .form.hor {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .form.hor label a br{
        display: none;
    }



}
@media only screen and (max-width: 768px) {



}

@media only screen and (max-width: 600px) {
    .form.hor {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .form.hor label a {
        font-size: 10px;
    }
}











/*advantages*/
.advantages_bg{
    position: absolute;
    left: 0;
    bottom: -40px;
    z-index: -1;
}

.advantages_ul{
    margin-top: 50px;
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}


.advantages_ul li{
    border-radius: 30px;
    border: 1px solid #DADADA;
    background: var(--Linear, linear-gradient(250deg, #DADADA 1.45%, #EEE 98.55%));
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.advantages_ul li img{
    width: 30%;

}
.advantages_ul li h3{
    color: var(--primary-a, #E70000);
    text-align: center;
    leading-trim: both;
    text-edge: cap;

    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 24px */

}
.advantages_ul li h4{
    color: #000;
    text-align: center;
    leading-trim: both;
    text-edge: cap;

    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 20px */

}
.advantages_ul li p{
    color: #151515;
    text-align: center;
    leading-trim: both;
    text-edge: cap;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */

}
.advantages_info{
    color: var(--primary-b, #151515);
    text-align: center;
    leading-trim: both;
    text-edge: cap;

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 20px */
}


@media only screen and (max-width: 1340px) {

}



@media only screen and (max-width: 992px) {
    .advantages_ul {
        margin-top: 40px;
        margin-bottom: 40px;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .advantages_ul li img {
        width: 70%;
    }

    .advantages_ul li h3 {
        font-size: 20px;
    }
    .advantages_ul li h4{
        font-size: 18px;
    }
    .advantages_ul li p {
        font-size: 14px;
    }
    .advantages_info{
        font-size: 18px;
    }

}
@media only screen and (max-width: 768px) {

    .advantages_bg{
        top: 0;
        width: 100%;
    }

}

@media only screen and (max-width: 600px) {
    .advantages_ul {
        margin-top: 40px;
        margin-bottom: 40px;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
}










/*why*/

.why .main_subtitle{
    margin-top: 50px;
}


.why_content{
    margin-top: 50px;
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.why_content li{
display: grid;
   gap: 30px;
}


.why_content li h4{
    color: var(--primary-a, #E70000);
    text-align: center;
    leading-trim: both;
    text-edge: cap;

    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 89.6px */
    letter-spacing: -3.2px;
}

.why_content li p{
    color: #151515;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
}

.btn_block{
display: flex;
    justify-content: center;
}

.btn_block_a{
    border-radius: 20px;
    padding: 22px 30px;
    background: var(--primary-a, #E70000);
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.20);

    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    border:none;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 83.333% */
    cursor: pointer;
    text-decoration: none;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}


.btn_block_a:hover{
    transform: scale(1.05);
    color:#fff ;
}


@media only screen and (max-width: 1340px) {

}



@media only screen and (max-width: 992px) {
    .why_content {

        grid-template-columns: repeat(3, 1fr);

    }
}
@media only screen and (max-width: 768px) {
    .why_content {
        grid-template-columns: repeat(2, 1fr);
    }


}

@media only screen and (max-width: 600px) {
    .why_content {
        grid-template-columns: repeat(1, 1fr);
    }

    .why .main_subtitle {
        margin-top: 30px;
    }

    why_content {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .why_content li {
        gap: 0px;
    }
}








/*reviews*/

.reviews__slider{
    margin-top: 50px;
    margin-bottom: 50px;
}


.reviews_img{
    display: flex;
    flex-direction: column;
    align-items: center;
position: relative;
    z-index: 20;
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

.reviews_img_play{
    position: absolute;
    z-index: 40;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    cursor: pointer;

}
.reviews_img:hover {
    transform: scale(1.05);

}




.reviews_name{
    margin-top: 30px;
    text-align: center;
    color: var(--primary-b, #151515);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "Golos Text";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 32px */
}

.reviews{
    overflow: hidden;
}

.swiper-button-next, .swiper-button-prev{
    color: #d70000 !important;
}
.popup-video {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-video.active {
    display: flex;
}

.popup-inner {
    position: relative;
    z-index: 2;
}


.close img{
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    z-index: 120;
}



@media screen and (max-width: 600px) {
    .popup-inner video {
        width: 95%;
        padding-left: 5%;
    }
    .popup-inner video {
        max-width: 100%;

    }
    .close img{

        top: -10px;


    }

}








@media only screen and (max-width: 1340px) {

}



@media only screen and (max-width: 992px) {

}
@media only screen and (max-width: 768px) {



}

@media only screen and (max-width: 600px) {

}






/*banner form end*/

.banner_content-top{
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner_content-top h3{
text-align: left;
    color: var(--primary-b, #151515);
    leading-trim: both;
    text-edge: cap;

    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}
.banner_content-top span{
    color: var(--primary-a, #E70000);
    leading-trim: both;
    text-edge: cap;

    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 40px */
}
.banner_content-top .header__content-menu{
display: flex;
    flex-direction: column;
    align-items: flex-end;
}



@media only screen and (max-width: 1340px) {

}



@media only screen and (max-width: 992px) {


}
@media only screen and (max-width: 768px) {



}

@media only screen and (max-width: 600px) {

}


/*footer*/
.footer {
    position: relative;
    padding-bottom: 60px;

}


.footer_content-bottom-logo p{
    color: var(--primary-b, #151515);
    leading-trim: both;
    text-edge: cap;
    margin-top: 10px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 14.4px */
}

.footer_content-bottom-logo{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_content{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


.footer_content-bottom-rights{
    display: none;
    align-items: center;
    gap: 10px;
}


.footer_content-bottom-rights img{
    width: 50px;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

.footer_content-bottom-rights img:hover {
    transform: scale(1.05);

}


.footer_bg{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}





/*thankyoupage thankyoupage*/

.thank-header img{
    filter: brightness(0) invert(1);
}


.thank-header .header__content-menu li p{
    color: #fff;
}


.first.section_thank::before {
     background-color: rgba(255, 255, 255, 0);

}
.first.section_thank{
    min-height: 100vh;
    background: linear-gradient(250deg,#750117 1.45%,#e70000 98.55%);
}

.section_thank_img{
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}



.section_thank_block{
    padding-top: 100px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    margin-bottom: 60px;
}


.sthank_block_left h1{
    color: #fff;
    leading-trim: both;
    text-edge: cap;

    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

.sthank_block_left h1 span{
    color: #fff;
    leading-trim: both;
    text-edge: cap;

    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 64px */
}
.sthank_block_left p{
    padding-top: 30px;
    color: #fff;
    leading-trim: both;
    text-edge: cap;

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 20px!important;
    display: inline-block;

}


.sthank_block_left{
    display: flex;
    flex-direction: column;
   justify-content: flex-end;
}

.sthank_block_right img{
    width: 100%;
}


.section_thank_block.bot{
    display: flex;
    align-items: center;
    justify-content: center;
}



@media only screen and (max-width: 1340px) {
    .main_subtitle{
        margin-top: 20px;
    }

}



@media only screen and (max-width: 992px) {
    .sthank_block_left h1{
        font-size: 46px;
    }

    .sthank_block_left h1 span{
        font-size: 46px;
    }
    .main_title{
        font-size: 46px;
    }
    .main_title span{
        font-size: 46px;
    }
    .main_subtitle {
        font-size: 20px;
    }
    .banner_content-top {
        margin-bottom: 30px;
       flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .banner_content-top h3{
        text-align: center;
    }
    .banner_content-top .header__content-menu {
        align-items: center;
        margin-top: 30px;
    }


}
@media only screen and (max-width: 768px) {
    .section_thank_block {
        padding-top: 180px;
        display: grid
    ;
        grid-template-columns: repeat(1, 1fr);
        gap: 60px;
        margin-bottom: 60px;
    }

    .header__content {
        margin-top: 30px;
        gap: 10px;
        flex-direction: column;
    }

    .header__content-menu{

        flex-wrap: wrap;
        justify-content: center;
    }
    .header__content-menu li p {

        font-size: 18px;
    }

    .sthank_block_right {
        display: none;
    }



}

@media only screen and (max-width: 600px) {
    
    
    .first__content-form {
        padding: 20px;
        margin: 0 15px;
    }
    
    .banner-content .main_subtitle {
        display: none;
    }
    .sthank_block_left p{
        text-align: center;
        font-size: 16px;
    }
    .header__content-menu{
        flex-wrap: nowrap;
    }


    .header__content-menu li p {
        white-space: nowrap;
        font-size: 14px;
    }
    .header__content-menu li:nth-child(2) p{
        max-width: 100%;
        white-space: normal !important;
    }
    .main_title {
        font-size: 40px;
    }
    .main_title span{
        font-size: 40px;
    }

    .sthank_block_left h1 {
        font-size: 40px;
        text-align: center;
    }

    .section_thank_block {
        padding-top: 150px;

    }


    .footer_content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }


    .footer_content-bottom-logo {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer_content-bottom-logo img {
        width: 200px;
        margin-bottom: 10px;
    }

    .mt {
        margin-top: 60px;
    }

    .footer {

        padding-bottom: 30px;

    }


    .section_thank_block.bot{
        padding-top: 140px;
    }





}

/* ====== Заголовок и сабтайтл секции ====== */
.main_title {
    text-align: center;
    font-size: 56px;
    line-height: 100%;
    margin: 0;
    font-style: normal;
    font-weight: 500;
    position: relative;
    z-index: 999;
}

.main_title span {
    color: #e70000;
}

.main_sbttl {
    margin: 10px auto;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    position: relative;
    z-index: 999;
}

/* ====== Секция advantages ====== */
.advantages {
    margin: 100px 0;
}

.advantages__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
}

.advantages__item {
    width: 23%;
    text-align: center;
}

.advantages__item h4 {
    font-size: 20px;
    line-height: normal;
    margin: 20px 0;
}

.advantages__item p {
    font-size: 16px;
    margin: 0;
    line-height: normal;
}

/* (для img внутри .advantages__item в твоём CSS отдельного правила нет,
   значит он отображается по умолчанию как inline-элемент) */

/* ====== Кнопка под секцией ====== */
.btn__main {
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
    z-index: 999;
}

.btn__main a {
    max-width: 426px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 10px 20px;
    width: 100%;
    background: #e70000;
    -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
    display: block;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    font-size: 24px;
}

/* ====== Responsive-правки, которые затрагивают эту секцию ====== */



/* <=1200: в твоём CSS нет прямых правок .advantages*,
   но блок @media есть — для секции не нужен */

/* <=992: меняется layout advantages + размер заголовка */
@media only screen and (max-width: 992px) {
    .advantages {
        margin: 60px 0;
    }

    .advantages__item {
        width: 30%;
        margin: 10px 0;
    }

    .advantages__items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .main_title {
        font-size: 40px;
    }
}

/* <=768: меняется ширина item */
@media only screen and (max-width: 768px) {
    .advantages__item {
        width: 50%;
    }
}

/* <=600: дополнительные правки для заголовка/кнопки/advantages */
@media only screen and (max-width: 600px) {
    .btn__main a {
        max-width: 285px;
    }

    .main_sbttl {
        line-height: normal;
    }

    .main_title br {
        display: none;
    }

    .advantages__item {
        width: 100%;
    }
}


/* ====== Секция hero__two ====== */
.hero__two {
    margin: 100px 0;
}

.hero__two-content {
    background: linear-gradient(250deg, #750117 1.45%, #e70000 98.55%);
    background-size: cover;
    background-position: 50% 50%;
    padding: 48px 60px;
    border-radius: 40px;
    min-height: 400px;
    position: relative;
}

/* картинка справа-снизу внутри .hero__two-content */
.hero {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 56%;
}

.hero__two-content-text {
    position: relative;
    z-index: 999;
}

.hero__two-content-text span {
    color: #fff;
    display: block;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hero__two-content-text h3 {
    color: #fff;
    font-size: 36px;
    margin: 0;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.hero__two-content-list {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 830px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.hero__two-content-list li {
    list-style: none;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 17px;
}

.hero__two-content-text ul li img {
    margin-right: 10px;
}

/* моб-изображение под блоком */
.hero__two-mob-image {
    display: none;
}

.hero__two-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
}

.hero__two-btn a {
    text-decoration: none;
    max-width: 426px;
    border-radius: 20px;
    padding: 10px 20px;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
    display: block;
    color: #e70000;
    font-weight: 500;
    text-decoration: none;
    font-size: 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.hero__two-btn span {
    font-weight: 400;
    font-size: 14px;
    display: block;
    margin-left: 30px;
}
/* <=768: убирается <br> в тексте */
@media only screen and (max-width: 768px) {
    .hero__two-content-text br {
        display: none;
    }
}

/* <=600: меняется адаптив секции */
@media only screen and (max-width: 600px) {
    .hero {
        display: none;
    }

    .hero__two-content-text ul li {
        text-align: left;
        font-size: 16px;
        margin: 10px 0;
    }

    .hero__two-content-text ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: flex-start;
    }

    .hero__two-content {
        padding: 0;
    }

    .hero__two {
        padding-bottom: 0 !important;
        border-radius: 30px;
    }

    .hero__two-mob-image {
        display: block;
        width: 100%;
    }

    .hero__two-btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .hero__two-btn span {
        margin-left: 0;
        margin-top: 30px;
    }

    .hero__two-content {
        background: none;
    }

    .hero__two {
        border-radius: 30px;
        padding: 30px 0;
        background: linear-gradient(250deg, #750117 1.45%, #e70000 98.55%);
    }

    .hero__two-content {
        background: none;
    }

    .hero__two-content-text {
        text-align: center;
    }

    .hero__two-content-text h3 {
        line-height: normal;
    }
}