
/*first*/

.first {
    position: relative;
    width: 100%;

    padding-bottom: 60px;

    z-index: 30;
    background: linear-gradient(269deg, #273F88 1.91%, #0A1946 97.58%);

}

.first::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;

        background: url(../img/one/bg.svg) no-repeat left center;
        background-size: auto 100%;
        z-index: 2;
}


.meeting {
    display: none;
    align-items: center;
    gap: 24px;
    font-family: sans-serif;
    margin-bottom: 30px;
    margin-top: 30px;
}

.meeting-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    background: #005F2D;
    color: #fff;
    text-decoration: none;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 500;
    transition: background 0.2s ease;
}

.meeting-btn:hover {
    background: #005F2D;
}

.meeting-btn .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.meeting-date {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 16px;
}

.meeting-date .calendar {
    display: block;
}


.first > * {
    position: relative;
    z-index: 3;
}
.first__content{
    padding-top: 150px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    /*margin-bottom: 60px;*/

}


.first__content-title{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
}


.first__content-title h1{
    color: var(--White, #FFF);
    leading-trim: both;
    text-edge: cap;
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 56px */
}

.first__content-title h1 span{
    color: var(--primary-a, #E70000);

}

.first__content-title h2{
    padding-top: 20px;
    padding-bottom: 10px;
    color: var(--White, #FFF);
    leading-trim: both;
    text-edge: cap;

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

.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: 120%; /* 20px */
    margin-bottom: 20px;
}

.first .icons_block{
    margin-bottom: 30px;
    border-radius: 20px;
    border: 1px solid var(--White, #FFF);
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.first .icons_block li{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.first .icons_block li img{
    width: 24px;
}

.first .icons_block li p{
    margin: 0;
    color: var(--White, #FFF);
    leading-trim: both;
    text-edge: cap;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
}










.first__content-form{
    margin-top: 30px;

    width: 80%;
}


.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], form input[type=email] {
    font-family: inherit;
    font-size: 16px
}

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

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


    leading-trim: both;
    text-edge: cap;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 0; /* 0% */
    width: 100%;
    padding: 20px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border .3s ease;
    transition: border .3s ease;
    border-radius: 20px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.30);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    margin-bottom: 10px;

}
.first form input[type=tel], .first form input[type=text],  .first form input[type=email] {
    color: var(--White, #FFF);
}

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

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

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

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

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

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

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: #222;
    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: 20px 30px;
    background: var(--White, #FFF);

    /* Small */
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.20);
    width: 100%;
    color: #0A1946;
    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;
}

form button[type=submit]:hover, form input[type=submit]:hover {
    transform: scale(1.05);
}

.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: #FFF
}

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

.first .first__content__image {
    display: flex;
    justify-content: flex-start;
    width: 50%;


    /*position: absolute;*/
    /*left: 50%;*/
    /*right: 30px;*/
    /*bottom: 30px;*/
    /*height: calc(100% - 60px);*/

    /*gap: 30px;*/
    /*min-width: 50%;*/
    /*overflow-y: auto;*/
    /*-webkit-mask-image: linear-gradient(to right,*/
    /*rgba(0,0,0,1) 80%,*/
    /*rgba(0,0,0,0) 100%*/
    /*);*/
    /*mask-image: linear-gradient(to right,*/
    /*rgba(0,0,0,1) 80%,*/
    /*rgba(0,0,0,0) 100%*/
    /*);*/
}

.first__content__image img{
    /*height: 100%;*/
}

.first__content__image img:nth-child(3){
    padding-right: 30px;
}

.first .image-mob{
display: none;
}





.first__content_info{
    padding-top: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    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%;
        display: none;
    }

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



}

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

  .first .image-mob{
        margin-top: 20px;
        display: grid;
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
            gap: 10px;
        }

        .image-mob img{
            width: 50%;
            margin: 0 auto;
        }



    .first .first__content__image.desk {
        display: none;
    }
    .advantages_ul li p {
        width: 100%;
    }


    .first__content-form {
        width: 100%;
        margin-top: 20px;

    }
    .form_btn-block{
        flex-direction: column;
        align-items: center;
    }

    .first .icons_block li p {
        font-size: 14px;
    }

    .header__content {
        margin-top: 15px;
    }

    .header__content-menu li{
        justify-content: space-between;
    }

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



    .first{
        padding-bottom: 30px;
    }
    .first__content {
        padding-top: 50px;
        margin-bottom: 0;
        gap: 30px;
    }
    .header__content-logo {
            text-align: center;
            width: 100%;
    }
    .first__content-title h1 br {
        display: none;
    }
    .icons_block_mobile {
        display: flex;
    }
    .icons_block_mobile li p {
        font-size: 13px!important;
    }
.first__content-title{
    padding-top: 20px;
    border-top: 1px solid #fff;
    align-items: center;
    width: 100%;
}

.header__content-logo img {
    max-width: 100px;
}
    .first .icons_block {
        margin-bottom: 20px;
    }
    .first__content-title h1 {
        font-size: 30px;
        text-align: center;
    }

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

    .icons_block_mobile li {
        margin-right: 5px;
    }
    .icons_block_mobile li img {
        margin-right: 5px;
    }
    .icons_block_mobile li img {
        max-width: 20px;
    }

    .first__content-title h2 {
        font-size: 16px;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 0;
    }

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

    .first__content__image{
        width: 100% !important;
    }
    .checkbox a{
        font-size: 10px;
    }

}







/*program_first*/

.program_first {
    width: 100%;

    position: relative
}

.program_first-bg{
    position: absolute;
    width: 80%;
    right:5%;
    bottom: -50px;
    z-index: 1;
}





.program_first_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 30px;
    position: relative;
    z-index: 20;
}

.program_first_content-left {
    position: relative;
    z-index: 99
}

.program_first_content h2 {
    color: var(--primary-b, #0A1946);
    leading-trim: both;
    text-edge: cap;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 36px */
}
.program_first_content h2 span {
    color: #0A1946;
    font-weight: 500;
    line-height: 110%; /* 36px */
}


.program_content-right {
    width: 80%;
    position: relative;
    display: grid;
    align-items: stretch;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    z-index: 999
}

.program_content-right_item {
    width: auto;
    padding: 30px;
    background-image: url("../img/program/Component.png");
    background-size: cover;
    background-position: 50% 50%;
    z-index: 99;
    position: relative;
    border-radius: 12px;
    border: 1px solid #DADADA;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 40px;
}

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

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

}

.program_content-right_item p {
    color: var(--primary-a, #0A1946);
    leading-trim: both;
    text-edge: cap;
    font-family: "Golos Text";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}



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

}
@media only screen and (max-width: 992px) {
    .program_first_content h2 {
        font-size: 30px;
    }
    .program_content-right {
        width: 70%;
    }
}
@media only screen and (max-width: 768px) {
    .program_content-right {
        grid-template-columns: repeat(1, 1fr);
    }
.program_first_content-left h2{
   position: sticky;
    top: 20px;
}

}

@media only screen and (max-width: 600px) {
    .program_first_content h2{
        font-size: 32px;
    }
    .program_first_content h2 span{
        font-size: 32px;
    }
    .program_first_content h2 br{
        display: none;
    }
    .program_first_content-left {
        width: 100%;
        text-align: center;
    }

    .program_first_content {
        flex-direction: column;
    }
    .program_content-right {
        width: 100%;
    }
    .program_first {
        margin: 50px 0;
        overflow: hidden;
    }
    .program_content-right_item span {
        font-size: 15px
    }

    .program_content-right_item span br {
        display: none
    }

}

/*banner*/

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

.banner-content p {
    font-size: 18px;
    text-align: center;
    position: relative;
    z-index: 99;
    margin: 20px 0;
}
.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: 230px;

}
.third__content-item h4{
    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 */

}

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

.form_btn-block{
    display: flex;
    align-items: center;
    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%;
    }

}


/*//new*/
/*gray*/
.hero__two-gray {

}

.hero__two-gray-content {
    background: linear-gradient(250deg, #DADADA 1.45%, #EEE 98.55%);
    background-size: cover;
    background-position: 50% 50%;
    padding: 48px 60px;
    border-radius: 40px;
    min-height: 400px;
    position: relative;
    overflow: hidden;
    z-index: 30;
}
.hero__two-gray .hero{
    width: auto;
    height: 85%;
    bottom: 0;
    right: 60px;
}


.hero__two-gray-content-text {
    position: relative;
    max-width: 50%;
    z-index: 999
}

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

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

.hero__two-gray-content-text ul {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 17px;
    margin-top: 20px;
}
.hero__two-gray-content  form {
    max-width: 45%;
    margin-top: 30px;
    position: relative;
    z-index: 10;
}


.hero__two-gray-content form input[type=tel], .hero__two-gray-content form input[type=text], .hero__two-gray-content form input[type=email] {

color: #151515;
}


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

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

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

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

.hero__two-gray-content form input[type=tel]::placeholder, .hero__two-gray-content form input[type=text]::placeholder, .hero__two-gray-content form input[type=email]::placeholder {
    color: var(--primary-b, #151515);
}
.hero__two-gray-content .iti--separate-dial-code .iti__selected-dial-code {
    color: #151515;
}


.hero__two-gray-content form input[type=checkbox] {
    accent-color: #151515;
    width: 16px;
    height: 16px;
    cursor: pointer
}

.hero__two-gray-content .checkbox a{
    color: #151515;
}

.hero__two-gray-content form button[type=submit], .hero__two-gray-content form input[type=submit] {
    background: #0A1946;
    color:#FFF;
}


.hero__two-gray-content-text ul li {
    list-style: none;
    color: #222;
    font-size: 18px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

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

.hero__two-gray-mob-image {
    display: none
}

.hero__two-gray-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-gray-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, .2);
    box-shadow: 0 3px 12px 0 rgba(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-gray-btn span {
    font-weight: 400;
    font-size: 14px;
    display: block;
    margin-left: 30px
}

@media only screen and (max-width: 1200px) {
    .hero__two-gray-content-text {
        max-width: 80%;
    }
    .hero__two-gray-content-text ul{
        width: 60%;
    }
    .hero__two-gray .hero{
        width: auto;
        height: 65%;
        bottom: 0;
        right: 30px;
    }
}
@media only screen and (max-width: 992px) {
    .hero__two-gray-content-text {
        max-width: 100%;
    }
    .hero__two-gray-content-text h3 br{
        display: none;
    }
    .hero__two-gray-content-text ul{
        width: 100%;
    }
    .hero__two-gray-content form {
        max-width: 60%;
    }
}

@media only screen and (max-width: 768px) {
    .hero__two-gray-content form{
        max-width: 80%;
    }
    .hero__two .hero{
        width: 40%;
        height: auto;
    }

    .hero__two-gray .hero{
        display: none;
    }

    .hero__two-gray-content form {
        max-width: 100%;
    }

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

        padding: 0px;
    }
    .hero__two-gray-content .left{
        padding: 30px;
    }


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

    .hero__two-gray-content form{
        max-width: 100%;
    }

    .icons_block_mobile {
        justify-content: center;
        gap: 5px 14px;
    }

    .hero__two-gray-content-text ul {
        justify-content: center;
        align-items: center;
    }

    .hero__two-gray-content-text ul li {
        font-size: 13px;
    }
    .hero__two-gray-content-text ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;

    }


    .hero {
        width: 100%;
    }
    .hero__two-gray {
        padding-bottom: 0 !important;
        border-radius: 30px;

    }

    .hero__two-gray-content-text h3 {
        font-size: 36px;
        text-align: center;

    }

    .hero__two-gray-content-text h3 br {
        display: none;
    }
    .hero__two-gray-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-gray-btn span {
        margin-left: 0;
        margin-top: 30px
    }

}



/*red*/


.hero__two-content {
    background: linear-gradient(250deg, #0A1946 1.45%, #273F88 98.55%);
    background-size: cover;
    background-position: 50% 50%;
    padding: 48px 60px;
    border-radius: 40px;
    min-height: 400px;
    position: relative;
    overflow: hidden;
}
.hero__two-content form {
    max-width: 45%;
    margin-top: 30px;
    position: relative;
    z-index: 10;
}
.hero {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 85%;
}

.hero__two-content-text {
    position: relative;
    width:55%;
    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: 41px;
    margin: 0;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.hero__two-content-text p{
    padding-top: 30px;
    padding-bottom: 30px;
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 32px */
}




.hero__two-content-text ul {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0px 20px;
    max-width: 670px
}

.hero__two-content-text ul li {

    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: 8px 0;
}

.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: 20px
}

.hero__two-btn a {
    text-align: center;
    text-decoration: none;
    width: 100%;
    border-radius: 20px;
    padding: 15px 20px;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .2);
    display: block;
    color: #e70000;
    font-weight: 500;
    text-decoration: none;
    font-size: 24px;

}

.hero__two-btn span {
    font-weight: 400;
    font-size: 14px;
    display: block;
    margin-left: 30px
}
@media only screen and (max-width: 1200px) {
    .hero__two-content-text {
        width: 60%;
    }
    .hero {
        height: 65%;
    }
}
@media only screen and (max-width: 992px) {
    .hero__two-content-text {
        position: relative;
        width: 80%;
        z-index: 999
    }
    .hero {
        height: 45%;
    }


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

    .hero__two-content form {
        max-width: 100%;
        padding: 30px;
        margin-top: 0;
    }
    .hero__two-content-text br {
        display: none
    }
    .hero__two-content-text {
        width: 100%;

    }
    .hero__two-content-text .left{
        padding: 30px;
    }
    .hero__two-content{
        padding: 0;
    }

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

}
@media only screen and (max-width: 600px) {
    .hero__two-content-text ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .hero__two-content-text h3 {
        font-size: 32px;
        text-align: center;
    }
    .hero__two-content-text p {
        text-align: center;
        font-size: 22px;
    }

    .hero__two-content-text h3 br {
        display: none;
    }


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



    .hero__two-content-text ul li {
        font-size: 16px;
    }

    .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 .hero{
        width: 100%;
        height: auto;
    }



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

}





/*why*/


.why .why-block{
    margin-top: 50px;
    border-radius: 15px;
    border: 1px solid #DADADA;
    background: #FFF;
    padding: 20px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;

}
.why .why-block img:nth-child(1){
    width: 185px;
}
.why .why-block p{
    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: 110%; /* 20px */
}
.why .why-block img:nth-child(3){
    width: 120px;
}






.why .main_subtitle{
    margin-top: 50px;
}
.why__cards {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
.why__cards-mob {
    display: none;
}
/*.why__cards .swiper-wrapper {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    gap: 20px;*/
/*}*/
.why__card {
    border-radius: 30px;
    border: 1px solid #DADADA;
    background: #FFF;
    width: 32%;
}
.why__card-text {
    padding: 30px;
}
.why__card h4 {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    margin-bottom: 15px!important;
}
.why__card img {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    width: 100%;
}
.why__card p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.why_content{
    margin-top: 50px;

    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: flex-start;
    gap: 50px;
}

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


.why_content li h4{

    text-align: center;
    leading-trim: both;
    text-edge: cap;

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

.why_content li:nth-child(1) h4{
    color: #750117;
}

.why_content li:nth-child(2) h4{
    color: #0A1946;
}
.why_content li:nth-child(3) h4{
    color: #005F2D;
}
.why_content li:nth-child(4) h4{
    color: #E66E00;
}
.why_content li:nth-child(5) h4{
    color: #750117;
}


.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 */
}



@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 .why-block{
        flex-direction: column;
    }
    .why_content {
        grid-template-columns: repeat(2, 1fr);
    }


}

@media only screen and (max-width: 600px) {
.why .why-block{
    margin-top: 30px;
}
    .why_content {
        margin-top: 30px;
        gap: 30px;
    }
    .reviews-slider_btns .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 0px!important;
        top: inherit!important;
    }


    .why {
        overflow: hidden;
    }


    .why__cards-mob .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 85px!important;
        top: inherit!important;
    }


    .why__cards-mob {
        display: block;
    }
    .why__cards-desk {
        display: none;
    }


    .why_content {
        grid-template-columns: repeat(1, 1fr);
    }

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

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

    .why_content li {
        gap: 20px;
    }
}


/*about*/

.about__content {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.about__content-left{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.about__content-left ul {
    padding-left: 0;
    display: grid;
    gap: 30px;
}
.about__content-left ul li {

    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.about__content-left ul li .info{
    display: grid;
    gap: 10px;
}

.about__content-left ul li h3 {
    font-size: 24px;
    font-weight: 500;
}
.about__content-left ul li p {
    font-size: 20px;
    font-weight: 400;
}
.about__content-left ul li img {
    width: 55px;
}


.about__content-left .a_btn{
    margin-top: 50px;
        border-radius: 20px;
        padding: 20px 80px;
        background: var(--White, #0A1946);

display: block;

        box-shadow: 0 3px 12px 0 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;
        transform: scale(1);
        transition: transform 0.3s ease-in-out;
    }

.about__content-left .a_btn:hover{
        transform: scale(1.05);
    }








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


    .about__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .about__content-left ul li p {
        font-size: 18px;
    }

    .about__content-photo img{
        width: 100%;
    }


}


@media only screen and (max-width:600px) {
    .about__content{
        margin-top: 30px;
    }
    .about__content-left .main_title {
        text-align: center;
        margin-bottom: 30px !important;
    }

    .about__content-left ul li h3 {
        font-size: 20px;
        font-weight: 500;
    }

    .about__content-left ul li p {
        font-size: 16px;
    }

    .about__content-left .a_btn {
        margin-top: 30px;
        width: 100%;
        padding: 20px 30px;
    }



}



/*accordion*/


.accordion {

    position: relative;
}

.accordion .accordion-decor {
    position: absolute;
    top: -400px;
    left: 0;
    z-index: 0;
}

.accordion_v1 {
    margin-top: 50px;
    max-width: 100%;

    position: relative;
    z-index: 99;
}
.accordion_v1 .accordion_v1__item {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #eaeaea;
    margin-bottom: 16px;
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    -o-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.accordion_v1 .accordion_v1__item--active {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.accordion_v1 .accordion_v1__header {
    width: 100%;
    background: none;
    position: relative;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    border-radius: 20px;
    font-size: 24px;
    font-weight: 500;
    cursor: pointer;
    gap: 16px;
    color: #222;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #F8F8F8;
    border: 1px solid #DADADA;
}
.accordion_v1 .accordion_v1__icon {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.accordion_v1 .accordion_v1__arrow {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
.accordion_v1 .accordion_v1__arrow::before {
    content: "";
    border: solid #222;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
.accordion_v1 .accordion_v1__arrow--up::before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.accordion_v1 .accordion_v1__content {
    background: #F8F8F8;
    padding: 0 24px 24px 80px;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    overflow: hidden;
    height: 0;
    will-change: height;
    -webkit-transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s;
    -o-transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s;
    transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s;
    color: #222;
    display: none;
}

.accordion_v1 .accordion_v1__content::before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
background: #DADADA;
    margin-bottom: 24px;
}







.accordion_v1 .accordion_v1__content hr {
    margin: 0 0 12px 0;
    border: none;
    border-top: 1px solid #eaeaea;
}
.accordion_v1 .accordion_v1__item--active {
    border: 1px solid #DADADA;
}
.accordion_v1 .accordion_v1__item--active .accordion_v1__item {
    background: #F8F8F8;
}
.accordion_v1 .accordion_v1__item--active .accordion_v1__content {
    display: block;
    padding: 0px 24px 24px 80px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.accordion_v1 .accordion_v1__item--active .accordion_v1__header {
    border: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 0;
}
.accordion_v1 .accordion_v1__item--active .accordion_v1__arrow {
    -webkit-transform: translate(0%, -50%) rotate(180deg);
    -ms-transform: translate(0%, -50%) rotate(180deg);
    transform: translate(0%, -50%) rotate(180deg);
}

.accordion_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 50px;
    border-radius: 15px;
    border: 1px solid #DADADA;
    background: #FFF;
}
.accordion_bottom p {
    font-size: 20px;
    margin: 0;
    font-style: normal;
    font-weight: 400;
}
.accordion_bottom .btn__main {
    margin-top: 0;
}

@media (max-width: 600px) {
    .accordion .accordion_v1{
        margin-top: 30px;
    }
    .accordion .accordion_v1__item {
        margin-bottom: 10px;
    }
    .accordion .accordion_v1 .accordion_v1__arrow::before {
        padding: 4px;
        border-width: 0 2px 2px 0;
    }
    .accordion .accordion_v1 .accordion_v1__icon {
        width: 17px;
    }
    .accordion .accordion_v1__header {
        font-size: 20px;
        padding: 15px;
        text-align: left;
    }
    .accordion .accordion_v1 .accordion_v1__item--active .accordion_v1__content {
        padding: 15px;
        padding-top: 0;
    }

    .accordion_v1 .accordion_v1__content::before {
        margin-bottom: 20px;
    }


    .accordion_bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .accordion .accordion_bottom p {
        text-align: center;
        margin-bottom: 20px;
        line-height: normal;
    }
    .accordion_bottom p {
        text-align: center;
        margin-bottom: 20px;
        line-height: normal;
    }
    .accordion .accordion-decor {
        width: 100%;
    }
}

.reviews {
    margin: 100px 0;
}

.reviews .sbttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.reviews .sbttl img {
    margin-right: 10px;
}
.reviews .main_title {
    text-align: center;
    margin-bottom: 50px;
}
.main_sbttl {
    text-align: center;
    margin-top: 50px;
}
.reviews .reviews_slider {
    margin: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 999;
    gap: 30px;
}
@media (max-width: 600px) {

    .accordion_bottom {
        flex-direction: column;
        text-align: center;
    }
    .accordion_bottom p {
        font-size: 16px;
        line-height: normal;
    }
    .reviews .reviews_slider .swiper-pagination {
        top: inherit !important;
        bottom: -50px!important;
    }
    .reviews .reviews_slider .swiper-pagination-bullet-active {
        background: #E70000 !important;
        width: 30px !important;
        border-radius: 4px !important;
    }
}
.reviews .reviews_slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 999;
    gap: 30px;
}
@media (max-width: 600px) {
    .reviews .reviews_slider .swiper-wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .reviews .reviews_slider .swiper-wrapper {
        gap: 0px;
    }
}
.reviews .review {
    width: 17%;
    position: relative;
    -webkit-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition: all linear 0.5s;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
}
.reviews .review img {
    width: 100%;
}
.reviews .review h3 {
    margin: 0;
    font-size: 24px;
    line-height: 100%;
    font-weight: 500;
    margin-top: 10px;
}
.reviews .review:before {
    content: url("../img/reviews/7.svg");
    position: absolute;
    top: 37%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition: all linear 0.5s;
    z-index: 999;
}
.reviews .review:hover:before {
    -webkit-transform: translate(-50%, 0) scale(1.5);
    -ms-transform: translate(-50%, 0) scale(1.5);
    transform: translate(-50%, 0) scale(1.5);
}
.reviews .review[role=button] {
    cursor: pointer;
}
.reviews .review:focus {
    outline: 2px solid #222;
    outline-offset: 2px;
}
@media (max-width: 600px) {
    .reviews {
        overflow: hidden;
    }
}

@media (max-width: 600px) {
    .reviews {
        margin: 50px 0;
    }
}

.yt-modal {
    position: fixed;
    inset: 0;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1000;
}
.yt-modal.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.yt-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.yt-modal__dialog {
    position: relative;
    width: min(960px, 92vw);
    background: transparent;
}

.yt-modal__close {
    position: absolute;
    top: -40px;
    right: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 0;
    cursor: pointer;
    background: #fff;
    color: #000;
    font-size: 22px;
    line-height: 1;
}
.yt-modal__close:hover {
    background: #222;
    color: #fff;
}

.yt-modal__frame {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.yt-modal__frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 12px;
}
