:root {
    --primary-color: #001d3d; /* основной цвет */
    --second-color: #63c8c7; /* основной цвет */
    --gr-color: #3581a5; /* основной цвет */
}

*{
    /*transition: all 0.5s ease; !* все свойства *!*/
}
body {
    font-family: 'Bahnschrift', sans-serif;
    font-stretch: condensed;
    color: #fff;
}
a{
    text-decoration: none;
}
h1,h2,h3,h4 {
    text-transform: capitalize;
    width: max-content;
}
h1 {
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}
h2 {
    font-size: 75px;
    width: max-content;
    margin: 80px 0 50px;
}
h2+p{
    text-align: left !important;
}
h3 {
    font-size: 32px;
    position: relative;
    z-index: 2;
    text-transform: unset;
    margin-top: 30px;
    display: flex;
    align-items: center;

}
.btn-r{
    background: #317a9e !important;
    border: none;
    color: #fff !important;
}
.text-centre{
    text-align: center;
}
.margin-20{
    margin: 0 0 20px;
}
.gradient-text {
    background: linear-gradient(to right, #6f7ca5, var(--second-color));
    -webkit-background-clip: text; /* для WebKit-браузеров */
    -webkit-text-fill-color: transparent; /* прозрачный текст */
    background-clip: text; /* стандарт */
    color: transparent; /* запасной вариант */
}
li, p{
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.4;
    text-align: justify;
}
ul{
    margin-bottom: 0;
}
p.title{
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin: auto;
}
.btn-test{
    margin-top: 20px;
}
.btn-test, .btn-test:hover{
    border: 2px solid #fff;
    border-radius: 15px;
    color: #fff;
    padding: 10px 20px 5px;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
}
#ielptcontactform-other{
    min-height: 85px;
}
.field-phone>div{
    height: 58px;
    width: 100%;
}
.field-phone>div input{
    height: 58px;
}
.iti__country-list{
    width: 367px;
}
.block-1-1{
    color: #fff;
    padding-bottom: 50px;
}
.block-1-1 .container{
    position: relative;
    z-index: 2;
}


.card-block{
    margin-top: 20px;
    min-height: 100%;
}
.card-block .row {
    position: relative;
    margin-top: -140px;
    min-width: 100%;
}
.card-block .row:nth-child(1) {
    margin-top: 0;
    z-index: 1;
}
.card-block .row:nth-child(2) {
    z-index: 2;
}
.card-block .row:nth-child(3) {
    z-index: 3;
}
.card-block .row:nth-child(4) {
    z-index: 4;
}
.card-block .row:nth-child(5) {
    z-index: 5;
}
.card-block .row:nth-child(6) {
    z-index: 6;
}


.block-1-1 .main-card, .block-1-1 .second-card{
    border-radius: 15px;
    border: 1px solid #fff;
    background: linear-gradient(to top, #2d7da0, #6793b8, #2d7da0);
    padding: 10px 10px;
}
.block-1-1 .second-card{
    /*display: none;*/
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;

}
.block-1-1 .main-card{
    min-height: 180px;
    text-align: center;
    padding: 10px 20px;
    cursor: pointer;
}
.card-block .row:nth-child(1).active{
    margin-top: -25px !important;
    margin-bottom: 25px;
}
.block-1-1 .row.active{
    /*z-index: 20 !important;*/
    margin-top: -160px;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}
.card-block .row:last-child.active{
    margin-top: -140px !important;
    margin-bottom: 0;
}
.block-1-1 .row:last-child .main-card{
    display: flex;
    justify-content: center;
    align-items: center;
}
.block-1-1 .active .second-card{
    /*display: block !important;*/
    position: absolute;
    width: 100%;
    opacity: 1;
    visibility: visible;
    height: auto;
    transition: opacity 1s ease, visibility 0.8s ease;
}



.bg-blue-block{
    width: 100%;
    height: 100%;
    background: linear-gradient(to top,  var(--primary-color), var(--gr-color));
    border-radius: 20px;
    position: absolute;
    left: -5%;
    top: 0;
    z-index: 0;
}
.bg-blue-block-num{
    position: absolute;
    font-size: 160px;
    right: 10%;
    top: 0;
    color: #ffffff30;
}
.block-1-text,
.block-1-3-text,
.block-2-text{
    background-image: url('/images/bg-y.webp');
    background-position: center;
    background-size: cover;
    margin: 50px 0;
    padding: 50px 0;
}
.block-1-text{
    background-image: url('/images/bg2.webp');
    background-position: bottom;
    background-size: 100% 100%;
}
.block-1-text-title{
    font-size: 21px;
    font-weight: 300;
    line-height: 1;
}

.block-1-2 .bg-blue-block {
    background: linear-gradient(to left, var(--primary-color), var(--gr-color));
    border-radius: 20px  0 0  20px;
    left: 5%;
    width: 95%;
    right: 0;
    z-index: -1;
    height: 95%;
}
.bg-blue-block-dark{
    background: radial-gradient(circle at center, #337da1, var(--primary-color) 90%);
    border-radius: 15px;
    border: 1px solid #fff;
    padding: 15px 10px;
    margin-top: 15px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.block-1-2-bottom{
    background: radial-gradient(circle at center, #337da1, var(--primary-color) 50%);
    border-radius: 15px;
    border: 1px solid #fff;
    position: relative;
    display: inline-block;
    width: 80%;
    float: right;
    margin-bottom: 50px;
    margin-top: 50px;
    padding: 40px 70px;
}
.block-1-2-yellow-level{
    position: absolute;
    z-index: -2;
    font-size: 510px;
    line-height: 1;
    bottom: -80px;
    color: #ffc927;
}

.block-1-3 .bg-blue-block{
    height: 95%;
}
.block-1-3 .bg-blue-block-dark{
    /*background: radial-gradient(circle at center, #337da1, var(--primary-color) 90%);*/
    background: var(--primary-color);
}
.block-1-3-text-title{
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
    max-width: 700px;
    margin: auto;
}
.block-1-3-text-title-2{
    font-size: 18px;
    max-width: 700px;
    margin: auto;
}





.block-2 h2{
    margin-bottom: 0;
}
.block-2 h2+p{
    color: var(--primary-color);
    font-size: 32px;
    margin: 0 0 25px;
}
.block-2 .block-2-1{
    padding-top: 25px;
    padding-bottom: 50px;
}
.block-2 .block-2-1 .bg-blue-block{
    border-radius: 20px 0 0 20px;
    left: 5%;
    width: 95%;
}
.block-2 .bg-blue-block-dark{
    margin-top: 15px;
    margin-bottom: 15px;
}




.vertical-slider {
    display: inline-block;
    width: 100%;
    min-height: 450px;
    cursor: pointer;
}
.block-2 .vertical-slider .block-2-main-card{
    position: absolute;
    border-radius: 15px;
    border: 1px solid #fff;
    background: linear-gradient(to top, #2d7da0, #6793b8, #2d7da0);
    padding: 10px;
    width: 100%;
    min-height: 150px;
    transition: transform 0.5s ease, z-index 0.5s ease;
}
.block-2 .vertical-slider .block-2-main-card:first-child{
    transform: translate3d(0, 0, 0);
    z-index: 1;
}
.block-2 .vertical-slider .block-2-main-card:nth-child(2){
    transform: translate3d(0, 40px, 0px);
    z-index: 2;
}
.block-2 .vertical-slider .block-2-main-card:last-child{
    z-index: 3;
    transform: translate3d(0, 80px, 0px);
}











.block-2-text{
    margin-bottom: 0;
}
.block-2-text-title-2{
    font-size: 56px;
    letter-spacing: 0.1px;
    line-height: 1;
}
.block-2-text-title-3{
    font-size: 27px;
    letter-spacing: 0.3px;
    line-height: 1;
}

.block-3-header{
    padding-top: 130px;
    padding-bottom: 50px;
}
.block-3-header h2 {
    margin: 0;
}
.block-3-header p{
    color: #084c90;
    font-size: 32px;
    z-index: 5;
    position: relative;
    text-shadow:
           

            -2px -2px 0 #fff,
            0   -2px 0 #fff,
            2px -2px 0 #fff,
            -2px  0   0 #fff,
            2px  0   0 #fff,
            -2px  2px 0 #fff,
            0    2px 0 #fff,
            2px  2px 0 #fff;
}
.block-3-header span{
    position: absolute;
    z-index: -1;
    font-size: 410px;
    line-height: 1;
    top: 0;
    right: 0;
    color: #ffc927;
}

.block-3-content{
    background: #2d7da0;
    padding-top: 30px;
    margin-top: -70px;
    border-radius: 20px;
}
.block-3-content ul{
    margin: 15px auto;
    max-width: 410px;
}
.block-3-content ul li{
    font-size: 20px;
}
.block-3-footer{
    background: linear-gradient(to bottom, var(--primary-color), var(--gr-color));
    padding: 20px;
}

.block-3-2{
    background-image: url('/images/pink.png');
    background-position: center;
    background-size: cover;
    padding: 50px 0;
}
.block-3-2 p{
    font-size: 40px;
    line-height: 1;
}
.block-3-2 p+p{
    font-size: 69px;
    line-height: 0.8;
}
.block-3-2 input{
    margin-top: 20px;
}


.block-4-content img{
    margin-bottom: 20px;
}
.block-4-content li,
.block-4-content p{
    color: #000;
    text-align: justify;
}
.div-btn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px 0 20px;
}
.div-btn input{
    margin: 0 10px;
}
.block-4-blue{
    background: linear-gradient(to bottom, var(--primary-color), var(--gr-color));
    border-radius: 20px ;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
}
.block-4-blue ul{
    margin: 0 auto 20px;
}
.block-4-blue .title{
    font-size: 21px;
    text-transform: none;
}
.block-4-blue .title2{
    font-size: 26px;
    text-transform: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.block-4-blue .title2 span{
    background: #fff;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin-right: 10px;
}
.dot-w{
    list-style: none;
}
.dot-w li{
    position: relative;
    line-height: 23px;
}
.dot-w li::before{
    content: "";
    position: absolute;
    left: -25px;
    top: 4px;
    background: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
}
.block-5-img{
    width: 100%;
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
}
.block-5-header{
    margin-bottom: 20px;
}
.block-5-header .title2{
    font-size: 26px;
    text-transform: none;
}
.block-5-header p{
    color: #000;
}
.block-5-block-1{
    position: relative;
    background: linear-gradient(to right, #418cbf, #3fbfb6);
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 20px;
}
.block-5-block-2{
    position: relative;
    background: linear-gradient(to right, #3fbfb6, #40c4b5);
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 20px;
}
.block-5-block-1 span,
.block-5-block-2 span{
    background: #fff;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin-right: 10px;
    position: absolute;
    top: 15px;
    left: 15px;
}
.block-5-footer{
    margin-top: 20px;
    margin-bottom: 20px;
}
.block-5-footer p{
    color: #000;
}
.block-5-footer .title{
    font-size: 21px;
    text-transform: none;
    font-weight: bold;
}
.block-5-bg{
    text-align: center;
    background: var(--primary-color);
    border-radius: 20px;
}
.block-5-bg span{
    display: inline-block;
    margin: 40px auto;
}



.footer{
    margin-top: 40px;
    background: var(--primary-color);
    border-radius: 20px 20px 0 0;
    padding-top: 40px;
    padding-bottom: 40px;
}



/*3d*/
/*animate-right*/

.animate-right{
    opacity: 0;
    transform: translateX(100px);
    transition: all 0.6s ease-out;
}

.animate-right.visible {
    opacity: 1;
    transform: translateX(0);
}
/*end animate-right*/
/*animate-left*/

.animate-left{
    opacity: 0;
    transform: translateX(-100px);
    transition: all 0.6s ease-out;
}

.animate-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.animate-top{
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.6s ease-out;
}

.animate-top.visible {
    opacity: 1;
    transform: translateY(0);
}
/*end animate-left*/
.block-1-1 .card-block,
.block-1-3  .col-12.col-sm-6 {
    opacity: 0;
    transform: translateY(20px); /* чуть смещаем вниз для эффекта */
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.block-1-1 .card-block.visible,
.block-1-3 .col-12.col-sm-6.visible {
    opacity: 1;
    transform: translateY(0);
}


.block-1-3 .bg-blue-block-dark {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.block-1-3 .bg-blue-block-dark:hover {
    transform: scale(1.05) translateY(-5px); /* немного вверх и увеличиваем */
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4); /* лёгкая тень для эффекта «поднятия» */
    z-index: 3; /* чтобы перекрывал соседние элементы */
}

@media(max-width:1250px) {

}
@media(max-width:768px) {
    h2{
        font-size: 50px;
        margin: 30px 0;
    }
    .animate-right {
        transform: translateX(20px) !important;
    }
}
@media(max-width:600px) {
    h3{
        position: relative !important;
        width: 90%;
    }
    h2{
        width: 100%;
    }

    .block-3-header span {
        font-size: 250px;
        top: 100px;
    }
    .block-1-2-yellow-level{
        display: none;
    }
    .block-1-2-bottom{
        width: 100%;
    }



}
@media(max-width:620px) {
    .block-1-2 .bg-blue-block,
    .block-2 .block-2-1 .bg-blue-block,
    .bg-blue-block,
    .block-1-3 .bg-blue-block{
        left: 0 !important;
        width: 100% !important;
    }

    .block-1-1 .card-block .row>div{
        width: 100% !important;
    }
    .block-1-1 .main-card{
        display: none !important;
    }
    .block-1-1 .card-block .row:last-child.active,
    .block-1-1 .card-block .row{
        margin-top: 15px !important;
    }
    .block-1-1 .second-card{
        opacity: 1 !important;
        height: auto !important;
        overflow: visible !important;
        visibility: visible !important;
    }
    .block-1-1 .active .second-card{
        position: relative !important;
    }
}


@media (max-width: 1250px) {
    .block-1-2 .bg-blue-block,
    .block-2 .block-2-1 .bg-blue-block{
        left: 2%;
        width: 98%;
    }
    .bg-blue-block,
    .block-1-3 .bg-blue-block{
        left: -2%;
    }
}

@media (max-width: 1450px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}


.modal-header{
    border: none;
}


#form-Register label,
#form-Register *,
#form-Register span{
    color: rgba(0, 0, 0, 0.7);
}
.text-logo-d{
    font-size: clamp(14px, 1.9vw, 21px);
    font-weight: 600;
    margin-top: 10px;
    letter-spacing: 2px;
    color: #000;
}
@media (max-width: 767px) {
    .text-logo-d{
        font-size: 21px;
    }
}
@media (max-width: 430px) {
    .text-logo-d{
        font-size: 4.5vw;
    }
}