@font-face {
    font-family: "T TFirs Neue";
    font-style: normal;
    font-weight: 400;
    src:url('/fonts/TTFirsNeue-Regular.woff2') format("woff2") ;
    font-display: swap;
}
body,html{
    padding: 0;
    margin: 0!important;
    position: relative;
    font-family: "T TFirs Neue";

    overflow: hidden;
    background: #ffffff;
}
@media (orientation: landscape) {
    body,html {
        overflow-y: auto
    }
    .banner{
        min-height: 600px;
    }
}
a{
    text-decoration: none;
    cursor: pointer;
    font-family: "T TFirs Neue";
    font-style: normal;

    transition-duration: 0.3s;
}
ul,li{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
h1,h2,h3{
    margin: 0;
}
button, input, textarea{
    border: none;
    outline: none;
    cursor: pointer;
    appearance: none;
}
.preloader{
    position: fixed;
    inset: 0;
    background: linear-gradient(180deg, #6da2d8, #b8d4ec);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.preloader_logo{
    width: 180px;
}
.logo-shape{
    fill: transparent;
}
.logo-letters path{
    opacity: 0;
}
.banner{
    opacity: 0;
}
.banner_subtitle{
    font-size: 42px;
    letter-spacing: 0px;
    line-height: 1;
    color: #0f1366;
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
    font-size: clamp(20px, 3vw, 50px);
}
.banner_subtitle:before{
    content: '';
    position: absolute;
    left: -18px;
    top: -14px;
    z-index: -1;
    width: 295px;
    height: 146px;
   background-image: url("/img/path.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}
.banner_subtitle::before {
    content: "";
    opacity: var(--before-opacity, 0);
    transition: opacity 0.4s;
}
.btn{
    font-size: 22px;
    font-size: clamp(16px, 1.5vw, 22px);
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    background: linear-gradient(180deg, #262b69 0%, #0f1366 100%);
    padding: 16px 32px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 1;
}

.panel .btn{
    font-size: 22px;
}
.btn:hover{
    transform: translateY(-3px);
    background: linear-gradient(180deg, #434896 0%, #151a80 100%);
}

.btn:hover::before{
    left: 100%;
}
.banner .btn::after{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
    animation: btn-shimmer 3s ease-in-out infinite;
}
@keyframes btn-shimmer{
    0%{ left: -60%; }
    40%{ left: 120%; }
    100%{ left: 120%; }
}
.banner{
    height: 100vh;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.banner_bg{
    position: absolute;
    inset: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    background-size: cover;
    background-position: right;
    will-change: transform;
}
.banner_info{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /*max-width: 472px;*/
    right: 110px;
    z-index: 2;
}
.banner_title{
    font-size: 70px;
    letter-spacing: -2px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1;
    font-size: clamp(28px, 5vw, 90px);
}
/*.banner:before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    z-index: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgba(58, 66, 93, 0.3);*/
/*}*/
.header{
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 45px;
    left: 110px;
    right: 110px;
}
.phone{
    font-size: 25px;
    letter-spacing: 0px;
    color: #ffffff;
    position: relative;
}
.phone:before{
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 1px;
    background: white;
    bottom: 0;
    transition-duration: 0.4s;
}
.phone:hover:before{
    width: 100%;
    transition-duration: 0.4s;
    right: auto;
}
.banner_info img{
    margin-bottom: 50px;
    margin-top: 30px;
    width: clamp(200px, 20vw, 284px);
}
.lines{
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: auto;
    left: 0;
    z-index: 0;
}
.popup_style {
    position: fixed;
    inset: 0;
    background-color:#4d4d4dcc;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 9999;
}
.popup_style .panel {
    position: absolute;
    background: rgba(255, 255, 255, 0.97);
    border-radius: 5px;
    padding: 65px;
    width: 90%;
    max-width: 654px;
    transform: translateY(60px) scale(0.95);
    opacity: 0;
    transition: all 0.4s ease;
}
.popup_style.active {
    opacity: 1;
    visibility: visible;
}

.popup_style.active .panel {
    transform: translateY(0) scale(1);
    opacity: 1;
}
.after_panel {
    visibility: hidden;
    opacity: 0!important;
    position: absolute!important;
}
.after_panel.active{
    opacity: 1!important;
    position: relative!important;
}
.panel {
    visibility: hidden;
    overflow: visible;
    opacity: 0;
    min-height: 55vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.fn_feedback_form{
    width: 100%;
}
.popup_style.active .panel.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    transition-delay: 0.4s;
}
.form-group{
    margin-bottom: 20px;

}
.form-control{
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
    background: transparent;
    font-size: 25px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #b3b3b3;
    border-radius: 5px;
    border: 1px solid rgba(15, 19, 102, 0.9);
}
.form-control:-webkit-autofill{
    -webkit-box-shadow: inset 0 0 0 50px rgba(255, 255, 255, 0.9) !important;
    -webkit-text-fill-color:  #b3b3b3!important;
    color:  #b3b3b3!important;
}
.form-control::placeholder{
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #b3b3b3;
}
.form-placeholder{
    font-size: 22px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #0f1366;
    margin-bottom: 5px;
}
.section_title{
    font-size: 45px;
    letter-spacing: 0px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #0f1366;
    text-align: center;
    margin-bottom: 30px;
}
.button_style{
    display: flex;
    justify-content: center;
}
.cf-turnstile{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 8px;
    transition: box-shadow 0.3s;
}
.cf-turnstile.turnstile-error{
    box-shadow: 0 0 0 2px red;
    padding: 4px 4px 0 4px;
}
.descript_popup{
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 29px;
    color: #0f1366;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
}
.header,
.banner_info,
.banner_info_mob,
.lines{
    visibility: hidden;
}
.lines_mob{
    display: none;
}
.banner_info_mob{
    display: none;
}
.custom-select {
    position: relative;
    cursor: pointer;
}

.select-selected {
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
    background: transparent;
    font-size: 25px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #b3b3b3;
    border-radius: 5px;
    border: 1px solid rgba(15, 19, 102, 0.9);
}

.select-items {
    position: absolute;
    background: #fff;
    border: 1px solid rgba(15, 19, 102, 0.9);
    width: 100%;
    z-index: 99;
}

.select-items div {
    padding: 5px 10px;
    color: #0f1366;
}

.select-items div:hover {
    background: #f1f1f1;
}

.select-hide {
    display: none;
}
@media(max-width: 1700px){
.banner_info{
    right: 30px;
}
    .header{
        left: 30px;
        right: 30px;
    }
}
@media(max-width: 1500px){
    /*.banner{*/
    /*    background-position: 73%;*/
    /*}*/
    /*.banner_title {*/
    /*    font-size: 70px;*/
    /*}*/
    /*.banner_info{*/
    /*    max-width: 495px;*/
    /*}*/
}
@media(max-width: 1200px){
    .header{
        left: 40px;
        right: 40px;
        top: 25px;
    }
    .banner_info{
        right: 40px;
    }
    .banner_subtitle:before{
        width: 100%;
    }
    .banner_info img {
        margin-bottom: 40px;
        margin-top: 20px;
    }
    /*.banner_subtitle {*/
    /*    font-size: 38px;*/
    /*}*/
    .phone {
        font-size: 23px;
    }
    /*.btn {*/
    /*    font-size: 20px;*/
    /*}*/
}
@media(max-width: 1100px){
    .banner_title{
        font-size: clamp(28px, 6vw, 70px);
    }
    .banner_subtitle{
        font-size: clamp(20px, 4vw, 50px);
    }
    .btn {
        font-size: clamp(16px, 2vw, 22px);
    }
}
@media(max-width: 768px){
    .select-items div{
        font-size: 14px;
        padding: 4px 10px;
    }
    .banner_bg{
        background-image: url("/img/share-2.jpeg")!important;
        background-position: bottom;
    }
    .banner:before{
        display: none;
    }
    .lines_mob{
        bottom: 1%;
    }
    .section_title {
        font-size: 27px;
        margin-bottom: 20px;
    }
    .form-placeholder,.form-control,.form-control::placeholder,.select-selected {
        font-size: 16px;
    }
    .form-group {
        margin-bottom: 15px;
    }
    .descript_popup {
        font-size: 18px;
    }
    .banner_info{
        display: none;
    }
    .banner_info_mob{
        display: block;
    }
    .banner_title_block{
        position: absolute;
        top: 46%;
        transform: translateY(-50%);
        left: 48px;  z-index: 1;
        max-width: 400px;
    }
    .banner_bottom{
        position: absolute;
        right: 40px;
        bottom: 120px;
        z-index: 1;
        max-width: 268px;
    }
   .banner_title{
       display: inline;
       line-height: 1;
       font-size: 63px;
       position: relative;
   }
   .banner_title:before{
       content: '';
       position: absolute;
       left: -8px;
       height: 100%;
       width: 128%;
       background-image: url(/img/bg.svg);
       background-size: cover;
       background-position: right;
       background-repeat: no-repeat;
       z-index: -1;
       top: 0px;
   }
   .banner_info_mob img{
       margin-top: 30px;
       max-width: 65%;
       left: -8px;
       position: relative;
   }
   .btn{
    padding: 10px 35px;
   }
    .banner_bottom {
        max-width: 220px;
    }
    .lines_desktop{
        display: none;
    }
    .lines_mob{
        display: block;
    }
    .banner_bottom span{
        font-size: 21px;
        letter-spacing: 0px;
        line-height: 1;
        color: #0f1366;
        padding: 4px 10px;
        background: white;
        display: block;
    }
    .header{
        flex-direction: row-reverse;
    }
    .popup_style .panel{
        padding: 40px;
    }
    .banner_info_mob img{
        display: block;
    }
    .phone {
        font-size: 16px;
    }
    .btn {
        font-size: 18px;
    }
}
@media(max-width: 550px){
    .banner_title{
        font-size: 42px;
    }
    .banner_info_mob img{
        max-width: 150px;
    }
    .logo{
        height: 65px;
    }
    .header{
        left: 20px;
        right: 20px;
    }
    .banner_bottom{
        right: 20px;
    }
    .banner_title_block {
        left: 28px;
    }
}
@media(max-width: 370px){
    .logo {
        height: 55px;
    }
    .phone {
        font-size: 16px;
    }
}
@media (max-height: 900px) and (orientation: portrait) {
    .banner{
        min-height: 100dvh;
    }
    .banner_info{
        top: 57%;
    }
}
