/*section_one*/
.section_one{
    position: relative;
    background: url('../img/one/bg.png') top fixed no-repeat, #F1F5FA;
    background-size: cover; /* розтягує по ширині */
    padding-top: 130px;
    padding-bottom: 100px;
    z-index: 300;
}
.section_one_content{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
align-items: center;
    border-radius: 50px;
    position: relative;

}


.sone_content-left{
    position: relative;
    display: flex;
    flex-direction: column;

}
.sone_content-left h1{
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 56px */
    padding-bottom: 30px;
}

.sone_content-left h2{
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 20px;
}


.sone_content-left p{
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
}

.sone_content-left ul.ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}
.sone_content-left ul.ul li{
    padding: 15px 20px;
    border-radius: 24px;
    border: 0.5px solid #FFF;
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
    color: var(--grayscale-White, #FFF);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.sone_content-left .form_new{
    margin-top: 20px;
   display: grid;
    gap: 10px;
}

.sone_content-left .form_item{
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: flex-end;
    gap: 20px;

}


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
}

.section_one  form input[type=tel], .section_one  form input[type=text], .section_one  form input[type=email] {
    border-radius: 20px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    padding: 20px 30px;
    color: var(--grayscale-White, #FFF) !important ;
    leading-trim: both;
    text-edge: cap;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 0; /* 0% */

    -webkit-transition: border .3s ease;
    transition: border .3s ease;

    width: 100%;

}



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

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

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

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

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

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

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

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


form button[type=submit], form input[type=submit] {
    padding: 20px 30px;
    color: var(--primary-primary-a, #E70000);
    text-align: center;
    leading-trim: both;
    text-edge: cap;

    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 83.333% */
    border-radius: 20px;
    background: var(--grayscale-White, #FFF);
border: 1px solid #FFF;
    /* Small */
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.20);
    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);
}
form button[type=submit]:active, form input[type=submit]:active {
    transform: scale(0.95);
}

.iti {

    width: 100%
}

.iti__arrow {
    border-top: 4px solid #fff !important;
}



.checkbox {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 10px;


}


.checkbox label{
    padding-bottom: 0;
}

.other-wrapper { display: none; }
.other-wrapper.active { display: flex; }




.checkbox a {
    text-decoration: none;
    color: var(--White, #FFF);
    leading-trim: both;
    text-edge: cap;

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

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


.sone_content-right img{
    width: 100%;
}








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

    .section_one_content{
        align-items: stretch;
        gap: 30px;
    }

    .sone_content-right img{
        position: sticky;
        top: 10px;
    }



}

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

    .section_one_content{
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
    .sone_content-right img{
      display: none;
    }





}
@media only screen and (max-width:600px){
    .section_one_content{
        gap: 30px;
    }
    .sone_content-left ul.ul{
        justify-content: center;
        margin-bottom: 30px;
    }


    .section_one{
        background-attachment: scroll; /* прибирає fixed */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .sone_content-left ul {
     flex-wrap: wrap;
        justify-content: center;
    }

    .section_one {
        padding-top: 90px;
        padding-bottom: 30px;
    }
    .sone_content-left {
        width: 100%;

    }
    .sone_content-left ul.ul li {
        padding: 5px;
        font-size: 12px;
    }
    .sone_content-left h1 {
        font-size: 36px;
        text-align: center;
        padding-bottom: 20px;
    }

    .sone_content-left h2 {
        padding-bottom: 30px;
        font-size: 20px;
        text-align: center;
    }
    .sone_content-left p {

        font-size: 14px;
        text-align: center;
    }
    .sone_content-left_form .form_new {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(1, 1fr);
        justify-content: center;
    }


    .form_new .form_item:nth-of-type(5){
        grid-column: 1;
        justify-self: center;
        gap: 10px;
        width: 100%;
    }
    .checkbox {
        justify-content: flex-start;
    }

}

/*what_is*/

.what_is .content{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
}

.what_is .content img.left-img{
    width: 415px;
    height: auto;
}


.what_is .content .right{
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}
.what_is .content .right .main_title{
    text-align: left;
}
.what_is .content .right .info-block{
    display: grid;
    gap: 20px;
}
.what_is .content .right .info-block p{
    color: var(--primary-primary-b, #151515);
    leading-trim: both;
    text-edge: cap;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
}

.what_is .content .right ul{
    display: grid;
    align-items: flex-start;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.what_is .content .right .ul > li{
    border-radius: 15px;
    border: 1px solid #DADADA;
    background: #FFF;
    padding: 20px;
    display: flex;
    gap: 20px;
    align-items: flex-start;

}
.what_is .content .right .ul li img{
    width: 24px;
}
.what_is .content .right .ul li .info{

}

.what_is .content .right .ul li .info p{
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 20px */
    padding-bottom: 20px;
}

.what_is .content .right .ul li .info ul{
display: flex;
    flex-direction: column;
}

.what_is .content .right .ul li .info li{
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;

    display: flex;
    align-items: flex-start;
}
.what_is .content .right .ul li .info li:before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    top: 7px;
    left: -15px;
    border-radius: 50%;
    background: #000;
}
.what_is .content .right .ul li .info p.p{
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media only screen and (max-width:1240px){
    .what_is .content {
        align-items: flex-start;
    }
    .what_is .content .right ul{
        grid-template-columns: repeat(1, 1fr);
    }
    .what_is .content img.left-img {
        width: 350px;
       position: sticky;
        top: 10px;
    }
}

@media only screen and (max-width:992px){
    .what_is .content img.left-img {
        width: 250px;
    }

}
@media only screen and (max-width:768px){
    .what_is .content img.left-img {
        display: none;
    }

}
@media only screen and (max-width:600px){
    .what_is .content img.left-img {
        width: 100%;
        position: relative;
        display: block;
    }
    .what_is .content{
        flex-direction: column;
        gap: 30px;
    }
    .what_is .content .right{
        gap: 20px;
    }
    .what_is .content .right .info-block p{
        font-size: 16px;
    }


}

/*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: center;
    width: 100%;
    gap: 30px;
    position: relative;
    flex-direction: column;
    z-index: 20;
}

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

.program_first_content h2 {
    color: var(--primary-b, #151515);
    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: #E70000;
    font-weight: 500;
    line-height: 110%; /* 36px */
}


.program_content-right {
    width: 100%;
    position: relative;
    display: grid;
    align-items: stretch;
    grid-template-columns: repeat(4, 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, #E70000);
    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-left {
        width: 100%;
        text-align: left;
    }

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

}


/*why*/

.why{
    position: relative;
}
.why .why-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    z-index: 0;
}

.why_content{

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: flex-start;
    gap: 50px;
    position: relative;
    z-index: 10;
}




.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) {

}
@media only screen and (max-width: 768px) {
    .why .why-block{
        flex-direction: column;
    }
    .why_content {
        grid-template-columns: repeat(2, 1fr);
    }
    .why .why-bg{
        width: 60%;
    }

}

@media only screen and (max-width: 600px) {
    .why .why-bg{
        width: 100%;
    }




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


    .why_content li {
        gap: 5px
    }
}


/*program*/

.program .main_title{
    text-align: left;
}

.program-bg2{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36%;
    z-index: 1;
}


.program_content{
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
position: relative;
    z-index: 20;
}

.program_content-item-image{
    width: 400px;
}
.program_content-item-text{

    display: grid;
    gap: 20px;
    width: calc(100% - 400px);
}

.program_content-item-text .main_title{
    padding-bottom: 30px;
}



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

.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: #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: #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: 300px;
    }
    .program_content-item-text{

        display: grid;
        gap: 30px;
        width: calc(100% - 300px);
    }
    .program_content {
        gap: 30px;
        align-items: flex-start;
    }

    .program_content .item-image{
        position: sticky;
        top: 10px;
    }
    .program-bg2{
        width: 60%;
    }

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

        display: grid;
        gap: 30px;
        width: 100%;
    }
    .program_content .item-image{
        position: relative;
        display: none;
    }

}

@media only screen and (max-width: 600px) {
    .program-bg2{
        width: 100%;
    }
    .program_content-item-text li {
        align-items: flex-start;
        gap: 20px;
    }
    .program_content .item-image{
        position: relative;
        display: block;
        width: 100%;
    }
    .program_content {
        margin-top: 30px;
        flex-direction: column;
        gap: 20px;
    }
    .program_content-item-text {
        gap: 20px;
    }
    .program_content-item-image {
        width: 100%;
    }
    .program_content-item-text .main_title {
         padding-bottom: 10px;
    }

}






/*section_study*/

.section_study_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.section_study_content img {
    max-width: 450px;
    width: 100%;
}

.section_study_content .left{
    width: 60%;
}

.section_study_content .left .main_title{
    text-align: left;
}


.section_study_content .left .star-block{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.section_study_content .left .star-block img{
    width: 120px;
}
.section_study_content .left .star-block h3 {
    font-size: 20px;
    font-weight: 600;
}
.section_study_content .left .star-block p{
    color: var(--primary-primary-b, #151515);
    leading-trim: both;
    text-edge: cap;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 20px */
}

.section_study_content .left-ul{
    display: flex;

    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}

.section_study_content .left-ul li{
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #DADADA;
    background: #FFF;
}

.section_study_content .left-ul li img{
    width: 24px;
}

.section_study_content .left-ul li .left-ul-info{
    display: grid;
    gap: 5px;
}

.section_study_content .left-ul li .left-ul-info h3{
    color: #000;
    leading-trim: both;
    text-edge: cap;

    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.section_study_content .left-ul li .left-ul-info p{
    color: #000;
    leading-trim: both;
    text-edge: cap;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}






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

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


    .section_study_content .left{
        width: 100%;
    }

    .section_study_content_img{
        display: none;
    }




}

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

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

    .section_study_content .left .star-block{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .section_study_content .left {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .section_study_content .left-ul {
        margin-top: 30px;

        gap: 10px;
        width: 100%;
    }
    .section_study_content .left-ul li {
        width: 100%;
    }


}









/*section_vacation*/

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


.section_vacation_content li{
    border-radius: 20px;

    border: 1px solid #DADADA;
    background: #FFF;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section_vacation_content li img{
    width: 24px;
}
.section_vacation_content li 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 */
}
.btn-block{
display: flex;
    justify-content: center;
    margin-top: 50px;
}

.btn-block a{
    text-decoration: none;
    padding: 20px 50px;
    border-radius: 20px;
    background: var(--primary-a, #E70000);
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;

    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 24px */
cursor: pointer;
transform: scale(1);
transition: transform 0.3s ease-in-out;
}

.btn-block a:hover {
    transform: scale(1.05);
}
.btn-block a:active {
    transform: scale(0.95);
}


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

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



}

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

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


    .section_vacation_content {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        margin-top: 30px;
    }
    .btn-block {
        margin-top: 30px;

    }
    .btn-block a{
        width: 100%;
font-size: 20px;
        padding: 20px 30px;
    }


}


/*section_why*/
.section_why{
    background: url('../img/why/bg.png') center fixed no-repeat, #F1F5FA;
    background-size: cover; /* розтягує по ширині */

    padding-bottom: 50px;

}





.section_why_content{
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.section_why_content li{
    position: relative;
    border-radius: 12px;
    border: 1px solid #DADADA;
    background: #FFF;
    overflow: hidden;
    padding: 30px;
}

.section_why_content li img{
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}
.section_why_content li span{
    position: relative;
    display: block;
    z-index: 20;
    color: var(--primary-a, #E70000);
    leading-trim: both;
    text-edge: cap;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 40px;
}
.section_why_content li h3{
    position: relative;
    z-index: 20;
    color: #000;
    leading-trim: both;
    text-edge: cap;

    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 20px */
    padding-bottom: 20px;
}
.section_why_content li p{
    position: relative;
    z-index: 20;
    color: #000;
    leading-trim: both;
    text-edge: cap;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.btn-block{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.btn-block a{
    text-decoration: none;
    padding: 20px 50px;
    border-radius: 20px;
    background: var(--primary-a, #E70000);
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;

    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 24px */
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

.btn-block a:hover {
    transform: scale(1.05);
}
.btn-block a:active {
    transform: scale(0.95);
}


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

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

    .section_why_content{
        grid-template-columns: repeat(2, 1fr);

    }

}

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

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

    .section_why{
        background-attachment: scroll; /* прибирає fixed */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }



    .section_why_content{
        margin-top: 30px;
        grid-template-columns: repeat(1, 1fr);
gap: 10px;
    }
    .btn-block {
        margin-top: 30px;

    }
    .btn-block a{
        width: 100%;
        font-size: 20px;
        padding: 20px 30px;
    }
}








/*section_timer*/

.section_timer .content{
    border-radius: 60px;
    background: var(--Grey-Gradient, linear-gradient(250deg, #DADADA 1.45%, #EEE 98.55%));
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    padding: 0 60px;
}

.section_timer .content .left{
    padding: 60px 0;
    width: 50%;
    position: relative;
    z-index: 20;
}

.section_timer .content .left h3{
text-align: left;
    padding-bottom: 30px;
}

.section_timer .content .left p{
    color: var(--primary-primary-b, #151515);
    leading-trim: both;
    text-edge: cap;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section_timer .content .left .timer{
    padding-top: 18px;
    color: var(--primary-primary-a, #E70000);
    leading-trim: both;
    text-edge: cap;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section_timer .content .left .btn-block{
    margin-top: 30px;
}


.section_timer .content .left .btn-block a{
    width: 100%;
    padding: 20px 30px;
}

.section_timer .content .img-timer{
    height: 100%;
    position: absolute;
    right: 60px;
    bottom: 0;
    z-index: 1;
}


@media only screen and (max-width:1240px){
    .section_timer .content .img-timer{
        height: 70%;
        right: 30px;
    }
}

@media only screen and (max-width:992px){
    .section_timer .content{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;
        padding: 0 30px;
        overflow: hidden;
    }
    .section_timer .content .left{
        padding: 0;
        padding-top: 30px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section_timer .content .left h3{
        text-align: center;
    }


    .section_timer .content .img-timer{
        position: relative;
    }
}


@media only screen and (max-width:600px){
    .section_timer .content .left h3{
       font-size: 28px;
    }
    .section_timer .content {
        gap: 30px;
        padding: 0 15px;
    }
    .section_timer .content .left .btn-block{
        width: 100%;
    }
    .section_timer .content .img-timer{
        width: 100%;
        height: auto;
        right: 0;
    }
    .section_timer .content .left .timer {
        padding-top: 5px;
    }
}


/*section_timer*/

.section_f-form .content{
    border-radius: 60px;
    background: url(../img/f-form/bg.svg) top  no-repeat, linear-gradient(250deg, #DADADA 1.45%, #EEE 98.55%);
    background-size: cover;
    position: relative;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    padding: 0 60px;
}

.section_f-form .content .left{
    padding: 60px 0;
    width: 60%;
    position: relative;
    z-index: 20;
}

.section_f-form .content .left p{
    color: var(--primary-primary-b, #151515);
    leading-trim: both;
    text-edge: cap;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 20px */
    padding-bottom: 30px;
}

.section_f-form .content .left h3{
    color: var(--primary-primary-b, #151515);
    leading-trim: both;
    text-edge: cap;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-align: left;
}


.section_f-form .content .form_new{
    margin-top: 30px;
display: grid;
    gap: 10px;
}


.section_f-form  form input[type=tel], .section_f-form  form input[type=text], .section_f-form form input[type=email] {
    border-radius: 20px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    padding: 20px 30px;
    color: var(--grayscale-White, #151515) ;
    leading-trim: both;
    text-edge: cap;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 0; /* 0% */

    -webkit-transition: border .3s ease;
    transition: border .3s ease;

    width: 100%;

}

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

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

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

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

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

.section_f-form .iti--separate-dial-code .iti__selected-dial-code {
    color: #151515;
}

.section_f-form  .iti__arrow {
    border-top: 4px solid #151515 !important;
}


.section_f-form .checkbox a {
    text-decoration: none;
    color: var(--White, #151515);
}

.section_f-form .content .form_new button[type=submit], .section_f-form .content .form_new input[type=submit]{
    width: 100%;
    background: var(--primary-primary-a, #E70000);
    margin-top: 10px;
    color: #fff;
}




.section_f-form .content .img-f-form{
    height: 70%;
    position: absolute;
    right: 30px;
    bottom: 0;
    z-index: 1;
}




@media only screen and (max-width:1240px){
    .section_f-form .content .img-f-form{
        height: 60%;
        right: 0;
    }
}

@media only screen and (max-width:992px){
    .section_f-form .content .left{
        width: 100%;
    }
    .section_f-form .content .img-f-form{
        height: 50%;
        right: 0;
    }
}
@media only screen and (max-width:768px) {
    .section_f-form .content .left {
        width: 100%;
    }
}

@media only screen and (max-width:600px) {
    .section_f-form .content .left {
        width: 100%;
        padding: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section_f-form .content .left h3{
        font-size: 24px;
        text-align: center;
    }
    .section_f-form .content .left p{
        text-align: center;
    }


    .section_f-form .content{
        flex-direction: column;

        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 30px;
        padding: 0 15px;
    }
    .section_f-form .content .img-f-form{
       display: none;
    }

}




/*section-accordion{*/

.accordion-bg3{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
    z-index: 1;
}



.section-accordion .main_title{
text-align: left;
    position: relative;
    z-index: 20;
}
.section-accordion .content{
    display: flex;
    width: 100%;
    margin-top: 50px;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 20;
    gap: 20px;
}

.section-accordion .img-right{
    width: 40%;
    position: sticky;
    top: 20px;
}

.section-accordion .accordion {
    display: grid;
    gap: 20px;
    padding-right: 50px;
    width: 60%;
}

.section-accordion .accordion__item {
    border-radius: 20px;
    border: 1px solid #DADADA;
    background: #F8F8F8;
    overflow: hidden;
    -webkit-transition: box-shadow .3s ease;
    -moz-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease
}

.section-accordion .accordion__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: none;
    gap: 20px;
    border: none;
    padding: 20px 20px 0 20px;
    cursor: pointer;
    text-align: left
}

.section-accordion .accordion__title {
    color: #000;
    width: 100%;
    leading-trim: both;
    text-edge: cap;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section-accordion .accordion__arrow {
    width: 16px;
    height: 16px;

    border-right: 2px solid #111827;
    border-bottom: 2px solid #111827;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform .35s ease;
    -moz-transition: transform .35s ease;
    -o-transition: transform .35s ease;
    transition: transform .35s ease
}

.section-accordion .accordion__item.active .accordion__arrow {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

.section-accordion .accordion__content {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .45s cubic-bezier(.25, 1, .3, 1), opacity .3s ease-in;
    -moz-transition: max-height .45s cubic-bezier(.25, 1, .3, 1), opacity .3s ease-in;
    transition: max-height .45s cubic-bezier(.25, 1, .3, 1), opacity .3s ease-in;
    padding: 0 50px 20px 70px;
    opacity: 0
}

.section-accordion .accordion__content p {
    color: #000;
    leading-trim: both;
    text-edge: cap;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 10px
}

.section-accordion .accordion__content p:last-child {
    padding-bottom: 0
}

.section-accordion .accordion__item.active .accordion__content {
    opacity: 1
}

.section-accordion .accordion__line {
    height: 1px;
    background: #DADADA;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%
}

@media only screen and (max-width: 992px) {
    .section-accordion .accordion__header {
        gap: 25px;
        padding: 25px 30px 0 30px
    }

    .section-accordion .accordion__content {
        padding: 0 30px 25px 110px
    }
    .accordion-bg3{
        width: 60%;
    }
}

@media only screen and (max-width: 768px) {
    .section-accordion .img-right{
        width: 100%;
        position: relative;
        top: 0;
        display: none;
    }

    .section-accordion .accordion {
        display: grid;
        gap: 20px;
        padding-right: 0;
        width: 100%;
    }

    .section-accordion .accordion__content {
        padding: 0 30px 25px 30px
    }

    .section-accordion .accordion__item .accordion__icon svg {
        width: 40px;
        height: 40px
    }
}

@media (max-width: 600px) {
    .accordion-bg3{
        width: 100%;
    }

    .section-accordion .content {
flex-direction: column;
        margin-top: 30px;
gap: 30px;
    }
    .section-accordion .img-right{

        display: none;
    }
    .section-accordion .accordion__content p{
        font-size: 14px;
    }

    .section-accordion .accordion {
        gap: 10px;
    }
    .section-accordion .accordion__item .accordion__icon svg {
        width: 30px;
        height: 30px
    }

    .section-accordion .accordion__header {
        padding: 16px 12px 0;
        border-radius: 10px;
        gap: 12px
    }

    .section-accordion .accordion__line {
        margin-top: 12px;
        margin-bottom: 12px
    }

    .section-accordion .accordion__content {
        padding: 0 16px 12px 16px
    }

    .section-accordion .title-h2 {
        margin-bottom: 20px
    }

    .section-accordion .accordion__title {
        font-size: 14px;
        line-height: 20px
    }

    .accordion__content p {
        font-size: 14px;
        line-height: 20px
    }

    .section-accordion .accordion__arrow {
        width: 10px;
        height: 10px;
        min-width: 10px;
        min-height: 10px;
        border-right: 2px solid #111827;
        border-bottom: 2px solid #111827;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: transform .35s ease;
        -moz-transition: transform .35s ease;
        -o-transition: transform .35s ease;
        transition: transform .35s ease
    }
}












/*slider-program*/


.btn-block{
    display: flex;
    justify-content: center;
    width: 100%;
}

.btn-block a{
    text-decoration: none;
    padding: 20px 50px;
    border-radius: 20px;
    background: var(--primary-a, #E70000);
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;

    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 24px */
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

.btn-block a:hover {
    transform: scale(1.05);
}
.btn-block a:active {
    transform: scale(0.95);
}





.slider-program {
    overflow: hidden;

}


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

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


.slider-program__slider {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
}

.sp_slide-block {
    border-radius: 30px;
    border: 1px solid #DADADA;
    background: #FFF;
    padding: 10px;
    overflow: hidden;

    display: flex;
    gap: 30px;
    flex-direction: column;

}



.sp_slide-block img {

    position: relative;
    width: 100%;
    height: auto;

}


.sp_slide-block_info{
    min-height: 650px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}
.sp_slide-block .span-price{
    position: absolute;
    top: -100px;
    right: 20px;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sp_slide-block .span-price{
    width: 120px;
    height: 130px;
    aspect-ratio: 12/13;
}

.sp_slide-block .span-price p{
    position: absolute;
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: -0.96px;
}

.sp_slide-block .span-top{
    border-radius: 20px;
    background: #EEE;
    padding: 10px 20px;
    color: #151515;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}






.sp_slide-block_info .info_ul{
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}
.sp_slide-block_info .info_ul li{
    border-radius: 10px;
    border: 1px solid #DADADA;
    padding: 10px 9px;
    color: var(--primary-b, #151515);
    leading-trim: both;
    text-edge: cap;

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


.sp_slide-block_info h3 {
    color: var(--primary-primary-b, #151515);
    leading-trim: both;
    text-edge: cap;

    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 40px */
    padding-bottom: 10px;

}

.sp_slide-block_info h4{
    color: var(--primary-primary-b, #151515);
    leading-trim: both;
    text-edge: cap;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 24px */

}


.sp_slide-block_info .info_ul{
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    padding: 0;
    margin: 0;
    margin-top: 20px;
}
.sp_slide-block_info .info_ul li{
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 19.6px */
    padding: 10px 9px;
    border-radius: 10px;
    border: 1px solid #DADADA;
}

.sp_slide-block_info .info{
    margin-top: 10px;
    display: grid;
    gap: 10px;
}

.sp_slide-block_info .info p:nth-child(1){
    color: var(--primary-primary-b, #151515);
    leading-trim: both;
    text-edge: cap;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 21.6px */
}

.sp_slide-block_info .info ul{
display: grid;
    gap: 10px;

}
.sp_slide-block_info .info ul li{
    color: var(--primary-primary-b, #151515);
    leading-trim: both;
    text-edge: cap;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    position: relative;
    padding-left: 20px;
    display: flex;
    align-items: flex-start;
}
.sp_slide-block_info .info ul li:before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    top: 7px;
    left: 0;
    border-radius: 50%;
    background: #151515;
}

.sp_slide-block_info .info-p p{
    color: #151515;
    leading-trim: both;
    text-edge: cap;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}


.slider_btm_block{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    width: 100%;
}




.sp_slide-block_info .slider_btm {

    text-decoration: none;
    border-radius: 20px;
    background:#fff ;
    border: 2px solid var(--primary-primary-a, #E70000);
    padding: 16px 50px;
    text-align: center;
    color: var(--primary-primary-a, #E70000);
    text-align: center;
    leading-trim: both;
    text-edge: cap;

    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 19px */
    cursor: pointer;
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.sp_slide-block_info .slider_btm:hover {
    transform: scale(1.05);
    color: var(--primary-primary-a, #fff);
    background:#E70000 ;

}
.sp_slide-block_info .slider_btm:active {
    transform: scale(0.95);
}

.sp_slide-block_info .slider_btm2 {
    margin-top: 10px;
    text-decoration: none;
    border-radius: 20px;
    background: var(--Dark-blue, #fff);
    padding: 20px 50px;
    text-align: center;
    color: #0A1946;
    leading-trim: both;
    text-edge: cap;

    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 24px */
    cursor: pointer;
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.sp_slide-block_info .slider_btm2:hover {
    background: var(--Dark-blue, #0A1946);
    color: #fff;

}
.sp_slide-block_info .slider_btm2:active {
    background: var(--Dark-blue, #0A1946);
    color: #fff;
    transform: scale(0.95);
}





.slider-program .pagination{
    width: 100%;
    display: flex;
    justify-content: center;

    padding-top: 30px;
}



.swiper-paginationtwo {

    display: flex;
    gap: 5px;
    justify-content: center;
}

.swiper-paginationtwo .swiper-pagination-bullet-active {
    background: rgba(231, 0, 0, 1) !important;
    width: 30px;
    border-radius: 20px;
}


.slider-program .info p{
    color: #151515;
    leading-trim: both;
    text-edge: cap;

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}



@media only screen and (max-width: 1340px) {
    .sp_slide-block_info {
        min-height: 520px;
    }
}

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

        min-height:600px;
    }
    .slider-program {
        margin-top: 100px;
    }
}

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

}

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

    .slider-program__slider {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .slider-program .main_title {
        font-size: 36px;
    }

    .slider-program .reviews_title p {
        padding-top: 20px;
    }

    .slider-program .info p{
        padding-top: 20px;
        font-size: 16px;
    }

    .slider-program {
        margin-top: 50px;
        padding-bottom: 50px;
    }
    .sp_slide-block {

        gap: 10px;
    }
    .sp_slide-block_info p {
        font-size: 16px;
        padding-top: 0;
    }
    .sp_slide-block_info {
        min-height:570px;
        padding: 10px;
    }
    .sp_slide-block_info .info_ul {
        margin-top: 0px;
    }
    .sp_slide-block_info h3{
        font-size: 32px;
    }
    .sp_slide-block_info .info {
        margin-top: 0px;
        display: grid;
        gap: 10px;
    }

    .sp_slide-block_info .slider_btm, .sp_slide-block_info .slider_btm2{
        font-size: 18px;
    }

    .sp_slide-block_info .info_ul li{
        font-size: 12px;
    }

    .section_form form .form_item {
        min-width: 100%;
    }
    .section_form form button[type=submit], .section_form form input[type=submit] {
        width:100%;
    }

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



}


/*section_leaders*/



.section_leaders{
    background: url(../img/leaders/bg.png) center fixed no-repeat, #F1F5FA;
    background-size: cover;

    padding-bottom: 50px;

}

.section_leaders_content{
    display: flex;
    align-items: center;

    gap: 60px;
}
.section_leaders_content .left{
    flex: 1;
}
.section_leaders_content .left h3{
    color: #FFF;
    leading-trim: both;
    text-edge: cap;

    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section_leaders_content .left span{
    display: block;
    padding-top: 20px;
    color: #FFF;
    leading-trim: both;
    text-edge: cap;

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

.section_leaders_content .left p{
    padding-top: 50px;
    color: #FFF;
    leading-trim: both;
    text-edge: cap;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section_leaders_content .center{
    flex: 1;
}
.section_leaders_content .center img{
    width: 100%;
}

.section_leaders_content .right {
display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}


.section_leaders_content .right li{
display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 20px;
    background: #FFF;
    padding: 20px 30px;
}

.section_leaders_content .right img{
    width: 24px;
}

.section_leaders_content .right p{
    color: #000;
    leading-trim: both;
    text-edge: cap;

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}









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

}
@media only screen and (max-width:992px) {
    .section_leaders_content {
        display: flex;
        flex-wrap: wrap;   /* дозволяємо перенос */
        gap: 30px;
    }

    .section_leaders_content .left,
    .section_leaders_content .center {
        flex: 1 1 calc(50% - 30px); /* два блоки в ряд */
        min-width: 300px;
    }

    .section_leaders_content .right {
        margin-top: 30px;
        flex: 1 1 100%; /* завжди на всю ширину */
    }


}

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

}
@media only screen and (max-width:600px){
    .section_leaders{
        background-attachment: scroll; /* прибирає fixed */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }


    .section_leaders_content .left h3{
        font-size: 32px;
    }

    .section_leaders_content .left span {
        font-size: 20px;
    }
    .section_leaders_content .left p {
        padding-top: 30px;
    }
    .section_leaders_content .right {
        margin-top: 0px;
        flex: 1 1 100%;
    }

}



/*reviews*/
.reviews .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.question .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}




.reviews__slider, .question_slider2{
    margin-top: 50px;
    margin-bottom: 50px;

    width: 100%;
}

.question{
    overflow: hidden;
}

.reviews_img{

    cursor: pointer;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}


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

}

.reviews_img img{
    position: relative;
    z-index: 10;
    width: 100%;
}


.reviews_name{

   position: absolute;
    z-index: 20;
    bottom: 0;
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    padding: 20px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 20px */
}

.reviews{
    overflow: hidden;
}


.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 video {
    display: block;
    max-width: 1200px;   /* не ширше, ніж 90% екрану */
    max-height: 90vh;  /* не вище, ніж 90% екрану */
    width: auto;       /* ширина під реальне відео */
    height: auto;      /* висота під реальне відео */
    object-fit: contain;
}







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

/*.popup-inner {*/
/*    position: relative;*/
/*    z-index: 2;*/
/*    max-width: 1200px;*/
/*    width: 90vw;*/
/*    */

/*}*/


.popup-iframe {
    position: relative;
    max-width: 1200px;
    width: 90vw;
    padding-bottom: 56.25%;
    height: 0;
    z-index: 998;
}

.popup-iframe iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;


}







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







.pagination{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 30px;
}



.swiper-pagination2 {
    display: flex;
    justify-content: center;
}

.swiper-pagination2 .swiper-pagination-bullet-active {
    background: var(--primary-b, #CF202C);
}






.swiper-pagination4 {
    display: flex;
    justify-content: center;

}

.swiper-pagination4 .swiper-pagination-bullet-active {
    background: var(--primary-b, #CF202C);
}




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

    }
    .close img{

        top: -10px;


    }

    .reviews__slider, .question_slider2 {
        margin-top: 30px;
        margin-bottom: 30px;

        width: 100%;
    }

}








@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) {

}




/*parents*/

.parents__slider{
    overflow: hidden;
    padding: 50px 30px;
    padding-bottom: 0;
}



.parents_bg{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;

}

.parents__slider .reviews_img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.parents_title{
    position: relative;
    z-index: 20;
}

.parents__slider .reviews_name{
    width: 90%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}



.reviews_img_bg{
    position: absolute;
}



.pagination{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 30px;
}



.swiper-pagination3 {
    display: flex;
    justify-content: center;

}

.swiper-pagination3 .swiper-pagination-bullet-active {
    background: var(--primary-b, #CF202C);
}

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

}



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

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



}

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

}

/*section_form*/


.section_form .sone_content-left_form{
    border: 1px solid #FFF;
    background: #3D598D;
}




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

    color: var(--primary-b, #fff);

}



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

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

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

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

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



.section_form form button[type=submit], .section_form form input[type=submit] {
    background: var(--White, #FFF);
    color: var(--Dark-blue, #0A1946);
    border: 1px solid #FFF;
}

.section_form .iti--separate-dial-code .iti__selected-dial-code{
    color: var(--primary-b, #fff);
}

.section_form .styledSelect{
    color: var(--primary-b, #fff);
}
.section_form .other-wrapper button img {
    filter: invert(100%);
}


.section_form .styledSelect:after {
    border-color: #fff transparent transparent transparent;
}



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

}



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

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



}

@media only screen and (max-width: 600px) {
.parents_bg{
    display: none;
}
}




/*popup*/




.popup_form {
    display: none;
    position: fixed;

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    animation: fadeIn 0.5s ease-in-out; /* Анимация открытия формы */
}

.popup_form.active {
    display: flex; /* Показываем блок с использованием display: flex */
}

.popup_form_block {


    background: #fff;

    width: 1260px;
    max-height: 90%;
    position: relative;
    display: flex;



    border-radius: 20px;
    overflow: hidden;

}



.sone_block_left{
    width: auto;
}


.popup_left {
    flex: 0 0 25%;

}

/* фото має заповнювати контейнер, зберігати пропорції */
.popup_left picture,
.popup_left img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.sone_block_right {



    overflow-y: auto;
}


.block_right_text{
    padding: 30px;

}

.block_right_text .info_ul{
    margin-bottom: 30px;
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.block_right_text .info_ul li {
    border-radius: 10px;
    border: 1px solid #DADADA;
    padding: 10px 9px;
    color: var(--primary-b, #151515);
    leading-trim: both;
    text-edge: cap;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}


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

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

.block_right_text h4{
    padding-top: 20px;
    padding-bottom: 19px;
    border-bottom: 1px solid #DADADA;
    color: var(--primary-b, #151515);
    leading-trim: both;
    text-edge: cap;

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

.block_right_text > p.info_p{
    padding-bottom: 19px;
    border-bottom: 1px solid #DADADA;
    margin-top: 20px;
    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 */
}

.right_text_date{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.right_text_date li{
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    background: #EDF1F7;
    padding: 10px;
}
.right_text_date li 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 */
}
.right_text_date li span{
    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 */
}




.block_right_btm {
    position: sticky;
    bottom: 0;          /* прилипає до низу контейнера */
    background: #fff;
    padding: 20px 0;

    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px -2px 7px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px -2px 7px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px -2px 7px 1px rgba(0,0,0,0.1);
}

.block_right_btm .btm{
    text-decoration: none;
    padding: 20px 50px;
    width: 90%;
    border-radius: 20px;
    background: var(--primary-a, #0A1946);
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;

    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 24px */
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

.block_right_btm .btm:hover {
    transform: scale(1.05);
}
.block_right_btm .btm:active {
    transform: scale(0.95);
}


.right_text_info{
    padding-bottom: 10px;
    color: var(--primary-b, #151515);
    leading-trim: both;
    text-edge: cap;

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





.popup_form_block.closing {
    opacity: 0;
    pointer-events: none;
    animation: fadeOut 0.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}


button.closeButton {
    background: none;
    border: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 500;
    cursor: pointer;
    transition: transform 0.3s ease;
}

button.closeButton:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
button.closeButton:active {
    transform: scale(0.95);

}

button.closeButton {

    right:20px;
    top:10px;
}


button.closeButton svg{
    width: 40px;
}

.popup_form_block .popup_form_svg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}



@media only screen and (max-width: 1300px) {
    .popup_form_block{
        width: calc(100% - 60px);

    }






}


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



}



@media only screen and (max-width: 600px) {
    .popup_left {
        flex: 0 0 100%;

    }

    /* фото має заповнювати контейнер, зберігати пропорції */
    .popup_left picture,
    .popup_left img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    .popup_form_block {


        background: #fff;

        width: calc(100% - 30px);
        max-height: 95%;
       flex-direction: column;

    }


    .block_right_text {
        padding: 20px;
    }

    .block_right_btm .btm {

        padding: 15px 50px;
        font-size: 18px;
    }

    .popup-video .close img{
        top: 10px;
        right: 10px;
    }


}




/*Popup new*/



#popupnew {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* активний стан */
#popupnew.active {
    visibility: visible;
    opacity: 1;
}

/* Вікно попапа */
.popup-content {
    max-width: 500px;
    width: calc(100% - 30px);
    padding: 80px 50px;
    border-radius: 24px;
    background:
            url('../img/popupnew/popup1.png') no-repeat bottom center,
            #0A1946;
    background-size: contain;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
    transform: translateY(30px) scale(0.95);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

/* плавна поява контенту */
#popupnew.active .popup-content {
    transform: translateY(0) scale(1);
    opacity: 1;
}





.popup-content h3{
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 29px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    z-index: 10;
}

.popup-content p{
    margin-top: 24px;
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "Golos Text";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    z-index: 10;
}



.popup-content .btn_popup{
    position: relative;
    z-index: 10;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 20px 26px;
    border-radius: 20px;
    background: #E70000;
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;

    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 24px */
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.3s
    ease-in-out;
}

.popup-content .btn_popup:hover{
    transform: scale(1.05);
}
.popup-content .btn_popup:active{
    transform: scale(0.95);
}


.timer-wrapper{
    position: relative;
    z-index: 10;
    display: flex;

    justify-content: center;
    margin-top: 48px;
    margin-bottom: 48px;
}
.timer-wrapper svg{
    margin-top: 35px;
    margin-left: 14px;
    margin-right: 14px;
}


.timer-wrapper > div{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.timer-wrapper > div span:first-child{
    border-radius: 5px;
    background: #FFF;
    padding: 22px 14px;
    width: 100px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0A1946;
    text-align: center;
    leading-trim: both;
    text-edge: cap;

    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.timer-wrapper > div span:last-child{
    margin-top: 10px;
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}




.popup-content_bg{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
}








/* Кнопка закриття */
#closePopupNew {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    background: none;
    border: none;
    cursor: pointer;
}




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

}


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

        padding: 50px 24px;
        width: 100%;
        border-radius: 25px;
    }




    .popup-content h3{
        font-size: 20px;


    }

    .popup-content  p{
        font-size: 14px;

    }
    .timer-wrapper{
        margin-top: 36px;
        margin-bottom: 36px;
    }

    .timer-wrapper > div span:first-child{
        width: 72px;
        height: 72px;
        font-size: 24px;

    }
    .timer-wrapper > div span:last-child{
        font-size: 12px;
    }
    .popup-content .btn_popup {
        font-size: 18px;
    }

}


.tour-benefits {
    position: relative;
    overflow: hidden;
    margin: 100px 0;
    z-index: 99;
}

/*.tour-benefits::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: -170px;*/
/*    top: -120px;*/
/*    width: 470px;*/
/*    height: 640px;*/
/*    background: #efefef;*/
/*    border-radius: 0 55% 55% 0;*/
/*    z-index: 0;*/
/*}*/

.tour-benefits .container {
    position: relative;
    z-index: 1;
}

.tour-benefits__title {
    /*max-width: 980px;*/
    margin: 0 auto 50px;
    text-align: center;
}

.tour-benefits__title span {
    color: #e00000;
}

.tour-benefits__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 80px;
    max-width: 1100px;
    margin: 0 auto;
}

.tour-benefits__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tour-benefits__image {

    margin-bottom: 35px;
}

.tour-benefits__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* чуть ближе к органичной форме, как на макете */
/*.tour-benefits__item:nth-child(1) .tour-benefits__image {*/
/*    border-radius: 38% 34% 42% 36% / 32% 38% 34% 40%;*/
/*}*/

/*.tour-benefits__item:nth-child(2) .tour-benefits__image {*/
/*    border-radius: 42% 38% 36% 40% / 34% 32% 42% 38%;*/
/*}*/

.tour-benefits__content {
    width: 100%;
    max-width: 430px;
}

.tour-benefits__content h3 {
    margin: 0 0 22px;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 600;
    color: #1f1f1f;
}

.tour-benefits__content ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tour-benefits__content li {
    position: relative;
    padding-left: 40px;
    font-size: 16px;
    line-height: 1.35;
    color: #202020;
}

.tour-benefits__content li::before {
    content: url("../img/benefits/arrow.svg");
    position: absolute;
    left: 0;
    top: 2px;

}

@media (max-width: 991px) {
    .tour-benefits {
        padding: 45px 0 35px;
    }

    .tour-benefits::before {
        width: 300px;
        height: 420px;
        left: -150px;
        top: -70px;
    }

    .tour-benefits__title {
        margin-bottom: 35px;
    }

    .tour-benefits__grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .tour-benefits__image {
        width: 360px;
        margin-bottom: 25px;
    }

    .tour-benefits__content {
        max-width: 520px;
    }

    .tour-benefits__content h3 {
        font-size: 28px;
    }

    .tour-benefits__content li {
        font-size: 16px;
    }
}

@media (max-width: 575px) {

    .tour-benefits {
        margin: 50px 0;
    }
    .tour-benefits {
        padding: 35px 0 30px;
    }

    .tour-benefits__grid {
        gap: 38px;
    }

    .tour-benefits__image {
        width: 100%;
        max-width: 320px;
    }

    .tour-benefits__content h3 {
        font-size: 25px;
        margin-bottom: 18px;
    }

    .tour-benefits__content ul {
        gap: 13px;
    }

    .tour-benefits__content li {
        padding-left: 34px;
        font-size: 15px;
    }

    .tour-benefits__content li::before {
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-size: 12px;
    }
}


.tour-choice-banner {
    position: relative;
    width: 100%;
    min-height: 240px;
    margin-top: 50px;
    overflow: hidden;
    border-radius: 48px;
    background-image: url("../img/choice/faces-bg.png") ;
    background-size: cover;
    background-position: 50% 50%;
}

.tour-choice-banner__content {
    position: relative;
    z-index: 2;
    max-width: 520px;
    margin: 0 auto;
    padding: 74px 20px 45px;
    text-align: center;
}

.tour-choice-banner__title {
    font-size: 23px;
    line-height: 1.2;
    font-weight: 700;
    color: #007236;
}

.tour-choice-banner__text {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.35;
    color: #1f1f1f;
}

@media (max-width: 991px) {
    .tour-choice-banner {
        min-height: 210px;
        border-radius: 36px;
        background:
                url("../img/choice/faces-bg.png") center center / cover no-repeat,
                linear-gradient(90deg, #e6e6e6 0%, #f4f4f4 48%, #e1e1e1 100%);
    }

    .tour-choice-banner__content {
        max-width: 430px;
        padding: 70px 24px 50px;
    }

    .tour-choice-banner__title {
        font-size: 21px;
    }

    .tour-choice-banner__text {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .tour-choice-banner {
        min-height: 240px;
        margin-top: 35px;
        border-radius: 28px;
        background:
                url("../img/choice/faces-bg-mobile.png") center center / cover no-repeat,
                linear-gradient(90deg, #e6e6e6 0%, #f4f4f4 48%, #e1e1e1 100%);
    }

    .tour-choice-banner__content {
        padding: 195px 20px 20px;
    }
    .tour-choice-banner__title br {
        display: none;
    }

    .tour-choice-banner__title {
        font-size: 20px;
    }

    .tour-choice-banner__text {
        font-size: 15px;
    }
}

.actual-tours {
    margin: 100px 0;
}

.actual-tours__title {
    margin: 0 0 35px;
    text-align: center;
}

.actual-tours__title span {
    color: #e60000;
}

.actual-tours__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
}

.tour-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #dedede;
    border-radius: 20px;
    background: #fff;
}

.tour-card__image {
    position: relative;
    height: 300px;
    margin: 8px 8px 0;
    overflow: hidden;
    border-radius: 15px;
}

.tour-card__image > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.tour-card__price {
    position: absolute;
    top: 12px;
    right: 10px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.tour-card__price span {
    padding: 7px 12px;
    font-size: 22px;
    line-height: 1;
    color: #888;
    text-decoration: line-through;
}

.tour-card__price strong {
    padding: 7px 14px;
    border-radius: 8px;
    background: #e60000;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
}

.tour-card__price--blue strong {
    background: #061746;
}
.tour-card__price--orange strong {
    background: #E66E00;
}

.tour-card__flag {
    position: absolute;
    left: 20px;
    bottom: 15px;

}

.tour-card__flag img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.tour-card__body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 18px 20px 20px;
}

.tour-card__body h3 {
    margin: 0 0 30px;
    font-size: 38px;
    line-height: 1.12;
    font-weight: 600;
    color: #1f1f1f;
}

.tour-card__meta {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr 1fr;
    gap: 0;
    margin-bottom: 18px;
}

.tour-card__meta div {
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
    padding: 0 12px;
    border-right: 1px solid #e4e4e4;
    font-size: 16px;
    line-height: 1.2;
    color: #1f1f1f;
}

.tour-card__meta div:first-child {
    padding-left: 0;
}

.tour-card__meta div:last-child {
    padding-right: 0;
    border-right: 0;
}

.tour-card__meta img {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.tour-card__intro {
    display: grid;
    align-items: center;
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 15px;
    margin-bottom: 22px;
}

.tour-card__intro p {
    margin: 0;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 600;
    color: #1f1f1f;
}

.tour-card__icon,
.tour-card__info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;

}

.tour-card__icon {

    border-radius: 18px;
}

.tour-card__icon img {
    width: 90%;

}

.tour-card__info {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 15px;
    margin-bottom: 20px;
    align-items: center;
}

/*.tour-card__info-icon {*/
/*    width: 60px;*/
/*    height: 60px;*/
/*}*/


.tour-card__info h4 {
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600;
    color: #1f1f1f;
}

.tour-card__info p {
    margin: 0;
    font-size: 16px;
    line-height: 1.35;
    color: #1f1f1f;
}

.tour-card__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 55px;
    margin-top: auto;
    border-radius: 12px;
    background: #ed0000;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    transition: background 0.25s ease, transform 0.25s ease;
}

.tour-card__btn:hover {
    background: #c90000;
    transform: translateY(-1px);
}

@media (max-width: 1199px) {
    .actual-tours__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tour-card__image {
        height: 240px;
    }
}

@media (max-width: 767px) {


    .actual-tours {
        margin: 50px 0;
    }


    .tour-card__meta div {
        font-size: 11px;
    }

    .tour-card__intro p {
        font-size: 14px;
    }
    .tour-card__info h4 {
        font-size: 12px;
    }
    .tour-card__info p {
        font-size: 12px;
    }
    .tour-card__info-icon img {
        width: 100%;
    }
    .actual-tours {
        padding: 40px 15px 45px;
    }

    .actual-tours__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .tour-card__image {
        height: 220px;
    }

    .tour-card__body h3 {
        font-size: 25px;
    }
}

@media (max-width: 480px) {
    .tour-card__image {
        height: 190px;
    }

    .tour-card__price span {
        padding: 7px 10px;
        font-size: 14px;
    }

    .tour-card__price strong {
        padding: 7px 11px;
        font-size: 16px;
    }
    .tour-card__flag img {
        width: 55%;
    }
    .tour-card__body {
        padding: 16px 15px 18px;
    }

    .tour-card__meta {

        gap: 8px;
    }

    .tour-card__meta div {
        padding: 0;
        border-right: 0;
    }

    .tour-card__intro,
    .tour-card__info {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 12px;
    }

    .tour-card__icon,
    .tour-card__info-icon {
        width: 52px;
        height: 52px;
    }
}

.form_item--select {
    position: relative;
}
.section_f-form .form_item--select select.form__input {
    width: 100%;
    height: 60px;
    padding: 0 80px 0 33px;
    border: 1px solid #fff;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.28);
    color: #222;
    font-size:  16px;
    outline: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.section_f-form .form_item--select select.form__input option {
    background: #0b1d4d;
    color: #222;
}
.section_f-form .form_item--select::after {
    content: "";
    position: absolute;
    right: 34px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 10px solid #222;
    pointer-events: none;
}
.form_item--select select.form__input {
    width: 100%;
    height: 60px;
    padding: 0 80px 0 33px;
    border: 1px solid #fff;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.28);
    color: #fff;
    font-size:  16px;
    outline: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form_item--select::after {
    content: "";
    position: absolute;
    right: 34px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 10px solid #fff;
    pointer-events: none;
}

.form_item--select select.form__input option {
    background: #0b1d4d;
    color: #fff;
}