@font-face {
    font-family: HelvetivaNeue; 
    src: url("../fonts/HelveticaNeueUltraLight.otf") format("opentype"); 
    font-style: normal; 
    font-weight: 100; 
} 
@font-face {
    font-family: HelvetivaNeue; 
    src: url("../fonts/HelveticaNeueUltraLightItalic.otf") format("opentype"); 
    font-style: italic; 
    font-weight: 100; 
} 
@font-face {
    font-family: HelvetivaNeue; 
    src: url("../fonts/HelveticaNeueThin.otf") format("opentype"); 
    font-style: normal; 
    font-weight: 200; 
} 
@font-face {
    font-family: HelvetivaNeue; 
    src: url("../fonts/HelveticaNeueThinItalic.otf") format("opentype"); 
    font-style: italic; 
    font-weight: 200; 
} 
@font-face {
    font-family: HelvetivaNeue; 
    src: url("../fonts/HelveticaNeueLight.otf") format("opentype"); 
    font-style: normal; 
    font-weight: 300; 
} 
@font-face {
    font-family: HelvetivaNeue; 
    src: url("../fonts/HelveticaNeueLightItalic.otf") format("opentype"); 
    font-style: italic; 
    font-weight: 300; 
} 
@font-face {
    font-family: HelvetivaNeue; 
    src: url("../fonts/HelveticaNeueRoman.otf") format("opentype"); 
    font-style: normal; 
    font-weight: 400; 
} 
@font-face {
    font-family: HelvetivaNeue; 
    src: url("../fonts/HelveticaNeueItalic.otf") format("opentype"); 
    font-style: italic; 
    font-weight: 400; 
} 
@font-face {
    font-family: HelvetivaNeue; 
    src: url("../fonts/HelveticaNeueMedium.otf") format("opentype"); 
    font-style: normal; 
    font-weight: 500; 
} 
@font-face {
    font-family: HelvetivaNeue; 
    src: url("../fonts/HelveticaNeueMediumItalic.otf") format("opentype"); 
    font-style: italic; 
    font-weight: 500; 
} 
@font-face {
    font-family: HelvetivaNeue; 
    src: url("../fonts/HelveticaNeueBold.otf") format("opentype"); 
    font-style: normal; 
    font-weight: 700; 
} 
@font-face {
    font-family: HelvetivaNeue; 
    src: url("../fonts/HelveticaNeueBoldItalic.otf") format("opentype"); 
    font-style: italic; 
    font-weight: 700; 
} 
@font-face {
    font-family: HelvetivaNeue; 
    src: url("../fonts/HelveticaNeueHeavy.otf") format("opentype"); 
    font-style: normal; 
    font-weight: 800; 
} 
@font-face {
    font-family: HelvetivaNeue; 
    src: url("../fonts/HelveticaNeueHeavyItalic.otf") format("opentype"); 
    font-style: italic; 
    font-weight: 800; 
} 
@font-face {
    font-family: HelvetivaNeue; 
    src: url("../fonts/HelveticaNeueBlack.otf") format("opentype"); 
    font-style: normal; 
    font-weight: 900; 
} 
@font-face {
    font-family: HelvetivaNeue; 
    src: url("../fonts/HelveticaNeueBlackItalic.otf") format("opentype"); 
    font-style: italic; 
    font-weight: 900; 
}


@font-face {
    font-family: BebasNeue; 
    src: url("../fonts/BebasNeue-Regular.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: 400; 
} 



:root{
    /*main*/

    --yellow:#FDED02;
    --white:#ffffff;
    --black:#000000;
    --bg1:#FDFAF5;
    --bg2:#F2F1EF;
    --op1:#00000066;

    /*font*/

    --family1: HelvetivaNeue;
    --family2: BebasNeue;

    /* preloader */

    --preloader-min-size: 220px;
    --preloader-max-size: 660px;
    --font-max-size: 200px;
    --font-min-size: 40px;

    /* slider */

    --marquee-width: 100%;
    --marquee-height: 60px;
    /* --marquee-elements1: 12; */ /* defined with JavaScript */
    /* --marquee-elements2: 12; */ /* defined with JavaScript */
    --marquee-elements-displayed: 6;
    --marquee-element-width: 270px;
    --marquee-animation-duration1: calc(var(--marquee-elements1) * 3s);
    --marquee-animation-duration2: calc(var(--marquee-elements2) * 3s);
}


*{
    box-sizing: border-box;
}

* {
  scrollbar-width: thin;            
  scrollbar-color: #f3da00 var(--white);  
}

*:focus{
    box-shadow: none;
    outline: none;
}

.custom-cursor{
    background: var(--black);
    color: var(--black);
    height: 10px;
    left: -20px;
    pointer-events: none;
    position: fixed;
    top: -20px;
    transition: background .5s cubic-bezier(.19,1,.22,1);
    width: 10px;
    z-index: 99999;
}

.custom-cursor.yellow{
    background: var(--yellow);
    color: var(--yellow);
}

.can-zoom_in .fancybox__content, .f-button, [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled){
    cursor: none;
}

html.hide-text body {
  visibility: hidden;
}

form{
    margin: 0;
}

body{
    /*overflow: hidden;*/
    height: 100%;
}

::-webkit-scrollbar {
  width: 10px;              
  height: 10px;             
}

::-webkit-scrollbar-track {
  background: var(--white);      
}

::-webkit-scrollbar-thumb{
  background: #f3da00;      
}

::-webkit-scrollbar-thumb:hover {
  background: #f3da00;         
}

::-webkit-scrollbar-thumb:active{
    background: var(--yellow); 
}

body,html{
    min-height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-weight: 400;
    line-height: 135%;
    font-family: var(--family1);
    background: var(--bg1);
    cursor: none;
}

.page-container{
    min-height: 100vh;
    flex-direction: column;
    display: flex;
    overflow: hidden;
}

img, figure{
    max-width: 100%;
}

button{
    cursor: none;
}

a{
    font-size: 18px;
    font-weight: 400;
    line-height: 135%;
    text-decoration: none;
    cursor: none;
}

main{
    flex-grow: 1;
}

.wrap{
    max-width: 1960px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
} 


.headline1:not(.letters-anim){
    font-family: var(--family1);
    font-weight: 200;
    font-size: 87px;
    line-height: 110%;
    letter-spacing: -0.8px;
    text-transform: uppercase;
}

.headline1.letters-anim{
    font-size: 87px;
    line-height: 1;
}

.headline1.letters-anim .word span{
    font-family: var(--family1);
    font-weight: 200;
    font-size: 87px;
    line-height:1;
    letter-spacing: -0.8px;
    text-transform: uppercase;
}


.headline2:not(.letters-anim){
    font-family: var(--family1);
    font-weight: 300;
    font-size: 53px;
    line-height: 120%;
    text-transform: uppercase;
}

.headline2.letters-anim{
    font-size: 53px;
    line-height: 1;
}

.headline2.letters-anim .word span{
    font-family: var(--family1);
    font-weight: 300;
    font-size: 53px;
    line-height: 1;
    text-transform: uppercase;
}

.headline3:not(.letters-anim){
    font-family: var(--family1);
    font-weight: 400;
    font-size: 17px;
    line-height: 110%;
    text-transform: uppercase;
}

.headline3.letters-anim .word span{
    font-family: var(--family1);
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    text-transform: uppercase;
}

.headline3.letters-anim{
    font-size: 17px;
}

.main-text{
    font-family: var(--family1);
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
}

.text{
    font-family: var(--family1);
    font-weight: 400;
    font-size: 18px;
    line-height: 135%;
}

.sociallink{
    font-family: var(--family1);
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
}

.formtext{
    font-family: var(--family1);
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    text-transform: lowercase;
}

.btn{
    font-family: var(--family2);
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    outline: none;
    box-shadow: none;
}

.btn-check:focus+.btn, .btn:focus{
    outline: none;
    box-shadow: none;
}

@media(max-width: 1440px){ 
    .headline1:not(.letters-anim){
        font-size: 66px;
    }

    .headline1.letters-anim .word span{
        font-size: 66px;
    }

    .headline1.letters-anim{
        font-size: 66px;
    }

    .headline2:not(.letters-anim){
        font-size:40px;
    }

    .headline2.letters-anim .word span{
        font-size:40px;
    }

    .headline2.letters-anim{
        font-size:40px;
    }

    .headline3:not(.letters-anim){
        font-size: 13px;
    }

    .headline3.letters-anim .word span{
        font-size: 13px;
    }

    .headline3.letters-anim{
        font-size: 13px;
    }

    .main-text{
        font-size: 15px;
    }

    .text{
        font-size: 14px;
    }

    .sociallink{
        font-size: 14px;
    }

    .formtext{
        font-size: 14px;
    }

    .btn{
        font-size: 16px;
    }
}

@media(max-width: 740px){

}

@media(max-width: 470px){

    .headline1:not(.letters-anim){
        font-size: 45px;
    }

    .headline1.letters-anim .word span{
        font-size: 45px;
    }

    .headline1.letters-anim{
        font-size: 45px;
    }

    .headline2:not(.letters-anim){
        font-size: 22px;
    }

    .headline2.letters-anim .word span{
        font-size: 22px;
    }

    .headline2.letters-anim{
        font-size: 22px;
    }

    .headline3:not(.letters-anim){
        font-size: 16px;
    }

    .headline3.letters-anim .word span{
        font-size: 16px;
    }

    .headline3.letters-anim{
        font-size: 16px;
    }

    .headline4, .headline3.headline4{
        font-family: var(--family1);
        font-weight: 400;
        font-size: 12px;
        line-height: 110%;
        letter-spacing: 0%;
        text-transform: uppercase;
    }

    .main-text{
        font-size: 14px;
    }

    .contacttext{
        font-family: var(--family1);
        font-weight: 500;
        font-size: 16px;
        line-height: 110%;
    }

    .text{
        font-size: 12px;
    }

    .sociallink{
        font-size: 16px;
    }

    .formtext{
        font-size: 16px;
    }

    .btn{
        font-size: 22px;
    }
}

header{
    padding: 26px 0;
    background: var(--bg1);
    position: relative;
    z-index: 1050;
}

.header-wrap{
    max-width: 1660px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.header-menu-opener{
    display: none;
}

.header-menu-cont{
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.header-menu-left{
    display: flex;
    align-items: center;
    gap: 60px;
}

.header-menu-right{
    display: flex;
    align-items: center;
    gap: 53px;
}

.header-menu-link{
    color: var(--black);
}

.header-menu-link:before{

}

.header-menu-link:hover{
    color: var(--black);
}

.header-social-block{
    display: flex;
    align-items: center;
    gap: 13px;
}

.header-social-link{
    color: var(--black);
}

.header-social-link:hover{
     color: var(--black);
}

.welcome-section{
    padding-top: 55px;
    padding-bottom: 135px;
}

.welcome-wrap{
    max-width: 1660px;
    margin: 0 auto;
    width: 100%;
}

.welcome-title-cont{
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.welcome-title{
    text-align: justify;
    max-height: 98px;
    height: 100%;
}

.welcome-title:after{
    content: "";
    width: 100%;
    display: inline-block;
    visibility: hidden;
}

.welcome-title-semi{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.welcome-btn-group{
    padding-top: 29px;
    max-width: 420px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 38px;
}

.welcome-title-semi-block{
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-width: 1060px;
    width: 100%;
}

.welcom-btn-text{
    max-width: 228px;
}

.welcome-semi-title.right-text{
    text-align: right;
}

.welcome-semi-title{
    min-height: 87px;
}

.btn-original{
    width: 100%;
    max-width: 420px;
    padding: 13px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    border: none;
    border-radius: 0;
    cursor: none;
}

.btn-original .btn-original-bg{
    position: absolute;
    z-index: 1;
    inset: 0;
    background: var(--yellow);
}

.btn-original .btn-original-active{
    display: inline-block;
    position: absolute;
    left: -10%;
    top: 0;
    background-color: var(--black);
    transform: translateY(-135%) rotate(-2.5deg);
    width: 120%;
    height: 100%;
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    pointer-events: none;
    transition-delay: .1s;
    z-index: 2;
}

.btn-original:hover .btn-original-active{
    transform: translateY(0%) rotate(0deg);
    transition-delay: 0s !important;
}

.btn-original .btn-original-text{
    position: relative;
    z-index: 3;
    clip-path: inset(0px);
}

.btn-original .btn-original-text-inactive{
    transform: translateY(0%) rotate(0deg);
    transition: transform .4s cubic-bezier(0.25, 1, 0.5, 1), opacity .4s cubic-bezier(0.25, 1, 0.5, 1);
    transition-delay: .2s;
    opacity: 1;
}

.btn-original .btn-original-text-active{
    top: 0;
    left: 0;
    position: absolute;
    transform: translateY(-100%);
    transition: transform .4s cubic-bezier(0.25, 1, 0.5, 1);
    color: var(--white);
}

.btn-original:hover .btn-original-text-inactive{
    transform: translateY(100%);
    transition-delay: 0s;
    opacity: .25;
}

.btn-original:hover .btn-original-text-active{
    transition: transform .4s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateY(0%) rotate(0deg);
    transition-delay: .2s !important;
}

.btn-original-icon{
    position: relative;
    z-index: 3;
    clip-path: inset(0px);
}

.btn-original .btn-original-icon-inactive{
    transform: translateY(0%) rotate(0deg);
    transition: transform .4s cubic-bezier(0.25, 1, 0.5, 1), opacity .4s cubic-bezier(0.25, 1, 0.5, 1);
    transition-delay: .2s;
    opacity: 1;
}

.btn-original .btn-original-icon-active{
    top: 0;
    left: 0;
    position: absolute;
    transform: translateY(-100%);
    transition: transform .4s cubic-bezier(0.25, 1, 0.5, 1);
    color: var(--white);
}

.btn-original:hover .btn-original-icon-inactive{
    transform: translateY(100%);
    transition-delay: 0s;
    opacity: .25;
}

.btn-original:hover .btn-original-icon-active{
    transition: transform .4s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateY(0%) rotate(0deg);
    transition-delay: .2s !important;
}

.welcome-img-cont{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 0 -20px;
    position: relative;
}

.welcome-img-start{
    /*max-width: 1060px;*/
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1920 / 876;
    /*margin-right: 110px;*/
}

.welcome-img-start iframe, .welcome-img-start video,  .welcome-img-start img, .video-js{
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
    background: transparent;
}

.welcome-bottom-text-cont{
    margin-top: 105px;
    display: flex;
    justify-content: space-between;
}

.welcome-bottom-text-little{
    padding-top: 7px;
    max-width: 420px;
    text-indent: 40px;
}

.welcome-bottom-text-big{
    max-width: 823px;
    text-align: right;
    min-height: 175px;
}

.work-wrap{
    max-width: 1660px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.work-title-cont{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.work-title-block{
    display: flex;
    gap: 25px;
    align-items: flex-end;
}

.work-dop-text-block{
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 420px;
    align-items: flex-end;
}

.work-dop-text-right{
    max-width: 274px;
    text-align: right;

}

.work-semititle{
    padding-bottom: 15px;
}

.work-dop-text-left{
    text-indent: 50px;
}

.work-element-grid{
    display: flex;
    flex-direction: column;
    padding-bottom: 63px;
}

.work-element-top{
    padding-bottom: 160px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.work-element-block{
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 13px;
    color: var(--black);
}

.work-element-block:hover{
    color: var(--black);
}

.work-element-img{
    position: relative;
    overflow: hidden;
}

.work-element-img-inside{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    will-change: transform;
}

.work-element-img img{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    will-change: transform;
    transition: 1.5s all ease;
}

.work-element-img-inside{
    transition: 1.5s all ease;
    will-change: transform;
}

.work-element-img:hover .work-element-img-inside {
    transform: scale(1.075) translateZ(0);
}

.work-element1 .work-element-img{
    aspect-ratio: 834 / 468;
    max-width: 834px;
    width: 100%;
}

.work-element2 .work-element-img{
    aspect-ratio: 594 / 430;
    max-width: 594px;
    width: 100%;
}

.work-element3 .work-element-img{
    aspect-ratio: 445 / 595;
    max-width: 445px;
    width: 100%;
}

.work-element4 .work-element-img{
    aspect-ratio: 467 / 623;
    max-width: 467px;
    width: 100%;
}

.work-element5 .work-element-img{
    aspect-ratio: 420 / 560;
    max-width: 420px;
    width: 100%;
}

.work-element6 .work-element-img{
    aspect-ratio: 420 / 560 ;
    max-width: 420px;
    width: 100%;
}

.work-element7 .work-element-img{
    aspect-ratio: 445 / 250;
    max-width: 445px;
    width: 100%;
}

.work-element8 .work-element-img{
    aspect-ratio: 445 / 300;
    max-width: 445px;
    width: 100%;
}

.work-element9 .work-element-img{
    aspect-ratio: 467 / 622;
    max-width: 467px;
    width: 100%;
}

.work-element10 .work-element-img{
    aspect-ratio: 445 / 600;
    max-width: 445px;
    width: 100%;
}

.work-element1{
    max-width: 834px;
    width: 100%;
}

.work-element2{
    max-width: 594px;
    width: 100%;
}

.work-element3{
    max-width: 445px;
    width: 100%;
}

.work-element4{
    max-width: 467px;
    width: 100%;
    margin-top: 96px;
}

.work-element5{
    max-width: 420px;
    width: 100%;
}

.work-element6{
    max-width: 420px;
    width: 100%;
}

.work-element7{
    max-width: 445px;
    width: 100%;
}

.work-element8{
    max-width: 445px;
    width: 100%;
}

.work-element9{
    max-width: 467px;
    width: 100%;
    margin-top: -269px;
}

.work-element10{
    max-width: 445px;
    width: 100%;
}

.work-element-second{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 173px;
    padding-bottom: 78px;
}

.work-element-group1{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-grow: 1;
    gap: 20px;
}

.work-element-third{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.work-element-bottom{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 155px;
    margin-top: -97px;
}

.work-element-group2{
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: space-between;
}

.work-section{
    padding-top: 103px;
    background: var(--bg2);
}

.work-wrap2{
    gap: 0;
}

.work-title-cont2 .work-dop-text-left {
    text-indent: 50px;

}

.work-element-grid2 .work-element1 .work-element-img{
    aspect-ratio: 600 / 726;
    max-width: 600px;
    width: 100%;
}

.work-element-grid2 .work-element2 .work-element-img{
    aspect-ratio: 827 / 595;
    max-width: 827px;
    width: 100%;
}

.work-element-grid2 .work-element3 .work-element-img{
    aspect-ratio: 445 / 582;
    max-width: 445px;
    width: 100%;
}

.work-element-grid2 .work-element4 .work-element-img{
    aspect-ratio: 467 / 622;
    max-width: 467px;
    width: 100%;
}

.work-element-grid2 .work-element5 .work-element-img{
    aspect-ratio: 420 / 594;
    max-width: 420px;
    width: 100%;
}

.work-element-grid2 .work-element6 .work-element-img{
    aspect-ratio: 834 / 815 ;
    max-width: 834px;
    width: 100%;
}

.work-element-grid2 .work-element7 .work-element-img{
    aspect-ratio: 445 / 581;
    max-width: 445px;
    width: 100%;
}

.work-element-grid2 .work-element1{
    max-width: 600px;
    width: 100%;
}

.work-element-grid2 .work-element2{
    max-width: 827px;
    width: 100%;
}

.work-element-grid2 .work-element3{
    max-width: 445px;
    width: 100%;
}

.work-element-grid2 .work-element4{
    max-width: 467px;
    width: 100%;
    margin-top: 132px;
}

.work-element-grid2 .work-element5{
    max-width: 420px;
    width: 100%;
}

.work-element-grid2 .work-element6{
    max-width: 834px;
    width: 100%;
}

.work-element-grid2 .work-element7{
    max-width: 445px;
    width: 100%;
}

.work-element-grid2 .work-element-top{
    align-items: flex-end;
    padding-bottom: 223px;
}

.work-element-grid2 .work-element-second{
    padding-bottom: 226px;
}

.work-element-grid2 .work-element-bottom{
    margin: 0;
    align-items: flex-start;
    gap: 20px;
}

.work-element-grid2{
    padding-bottom: 223px;
}

.form-section.form-section-bottom{
    background: var(--bg2);
    padding: 200px  0 120px;
}

.form-section.form-section-bottom .form-title{
    text-indent: 0;
    max-width: 670px;
    text-align: justify;
}

.work-section + .form-section{
    padding-top: 0;
    padding-bottom: 220px;
    background: var(--bg2);
}

.work-section + .form-section .form-title{
    min-height: 159px;
}

.form-wrap{
    max-width: 1660px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: space-between;
}

.form-title{
    max-width: 600px;
    width: 100%;
    text-indent: 70px;
    position: relative;
}

.form-title:after{
    content: "";
    display: table;
    clear: both;
}

.form-title span{
    text-indent: 0;
}

.form-cont{
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 826px;
    width: 100%;
}

.form-block-title{
    max-width: 380px;
    width: 100%;
}

.form-block{
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.form-input-group{
    display: flex;
    gap: 24px;
}

.form-input{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.form-input input{
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--op1);
    color: var(--black);
    padding: 10px 0;
}

.form-input input:placeholder{
    color: var(--op1);
}

.form-input-group .form-input:not(:last-child){
    flex-grow: 1;
    width: auto;
}

.form-input-group .form-input:last-child{
    max-width: 420px;
}

.form-btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 28px;
    gap: 20px;
}

.form-privacy{
    color: var(--op1);
    font-family: var(--family1);
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    max-width: 290px;
}

.form-privacy a{
    color: var(--op1);
    font-family: var(--family1);
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    text-decoration: underline;
}

.worker-section{
    padding-top: 170px;
    padding-bottom: 100px;
    background: var(--white);
}

.worker-wrap{
    max-width: 1660px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.worker-left-block{
    max-width: 445px;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 80px;
    justify-content: space-between;
}

.worker-block{
    display: flex;
    flex-direction: column;
    gap: 13px;
    width: 100%;
}

.worker-block-img{
    width: 100%;
    overflow: hidden;
    position: relative;
}

.worker-block-img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.worker1 .worker-block-img{
    aspect-ratio: 445 / 432;
}

.worker2 .worker-block-img{
    aspect-ratio: 467 / 507;
}

.worker3 .worker-block-img{
    aspect-ratio: 420 / 507;
}

.worker-text-bottom{
    max-width: 294px;
}

.worker-right-block{
    width: 100%;
    max-width: 1060px;
    display: flex;
    flex-direction: column;
    gap: 108px;
}


.worker-group-block{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: space-between;
}

.worker2{
    max-width: 467px;
}

.worker3{
    max-width: 420px;
}

.info-section{
    padding-top: 100px;
    padding-bottom: 110px;
    background: var(--white);
}

.info-wrap{
    margin: 0 auto;
    width: 100%;
    max-width: 1660px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.info-left-block{
    display: flex;
    flex-direction: column;
    gap: 100px;
    width: 100%;
    max-width: calc(100% - 593px);
}

.info-title{
    max-width: 610px;
    text-indent: 40px;
}

.info-title span{
    text-indent: 0;
}

.info-right-block{
    max-width: 420px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
}

.info-group{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.info-img{
    max-width: 600px;
    width: 100%;
    aspect-ratio: 600 / 478;
    position: relative;
    overflow: hidden;
    display: block;
}

.info-img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-right-block .info-img{
    max-width: 420px;
    aspect-ratio: 420 / 614;
}

.info-text-group{
    max-width: 233px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.info-text-right{
    text-align: right;
}

.partners-section{
    padding-bottom: 192px;
    padding-top: 110px;
    background: var(--white);
}

.partners-wrap{
    margin: 0 auto;
    width: 100%;
    max-width: 1660px;
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.partners-title{
    text-indent: 400px;
}

.partners-title span{
    text-indent: 0;
}

.partners-list-grid{
        width: var(--marquee-width);
      height: var(--marquee-height);
      overflow: hidden;
      position: relative;
}

.partners-list{
    display: flex;
    justify-content: space-around;
    list-style: none;
    height: 100%;
    display: flex;
    margin: 0;
    padding: 0;
    animation: scrollingM var(--marquee-animation-duration1) linear infinite;
}

.partners-list:hover{
    animation-play-state: paused;
}

.partners-item{
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    flex-shrink: 0;
    width: var(--marquee-element-width);
    max-height: 100%;
    white-space: nowrap;
    padding: 0 20px;
}

.faq-section{
    background: var(--bg2);
    padding-bottom: 191px;
    padding-top: 200px;
}

.faq-wrap{
    margin: 0 auto;
    width: 100%;
    max-width: 1660px;
    display: flex;
    gap: 25px;
}

.faq-title{
    width: 100%;
    max-width: 417px;
}

.faq-list{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item{
    display: flex;
    flex-direction: column;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--op1);
}

.faq-item-title-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*cursor: pointer;*/
    padding: 14px 0;
}

.faq-item-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 11px;
    height: 11px;
    position: relative;
}

.faq-item-icon svg{
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s all;
}

.faq-item-icon svg.icon-opened{
    scale: 0;
    top: 5px;
}

.faq-item.opened .faq-item-icon svg:not(.icon-opened){
    rotate: 360deg;
    scale: 0;
}

.faq-item.opened .faq-item-icon .icon-opened{
    scale: 1;
    rotate: 360deg;
}

.faq-item-dropdown{
    max-width: 680px;
    display: none;
    padding-top: 16px;
    padding-bottom: 14px;
}

.faq-item-dropdown p{
    margin: 0;
}

.full-img-section .wrap{
    padding: 0;
}

footer{
    padding: 20px 0 18px;
    background: var(--bg2);
}

.footer-grid{
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.footer-wrap{
    margin: 0 auto;
    max-width: 1660px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.footer-bottom{
    margin: 0 auto;
    max-width: 1660px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    border-top: 1px solid #00000033;
    color: var(--op1);
} 

.footer-bottom a{
    color: var(--op1);
    text-decoration: underline;
}

.footer-menu-cont{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1240px;
    width: 100%;
    padding-top: 7px;
    gap: 10px;
}

.footer-menu-group{
    max-width: 826px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.footer-menu-block{
    white-space: nowrap;
}

.footer-menu-link{
    color: var(--black);
}

.footer-menu-link:hover{
    color: var(--black);
}

.footer-menu-title{
    color: var(--op1);
}

.footer-social-block{
    display: flex;
    gap: 28px;
}

.footer-social-link{
    color: var(--black);
}

.footer-social-link:hover{
    color: var(--black);
}

.footer-menu-block{
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.fancy-link{
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 0px 0 2px;
}

.fancy-link:after{
    content: '';
    position: absolute;
    left: -100%;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--black);
    transition: left .5s ease;
}

.fancy-link:hover:after{
    left: 0;
    transition: left .5s ease;
}

.fancy-link.leave-animate::after {
  animation: slide-out .5s ease forwards;
}


@keyframes slide-out {
  from { left: 0; }
  to { left: 100%; }
}


.letters-anim span:not(.word) {
  display: inline-block;
  transform: translateY(100%);
  opacity: 1;
  transition: transform .5s ease-in-out 0s, opacity 0.4s ease-in-out 0s;
}

.letters-anim{
    line-height: 0!important;
}

.letters-anim.visible span {
  transform: translateY(0);
  opacity: 1;
  text-indent: 0;
  line-height: 1;
}

.letters-anim .word{
    overflow: hidden;
}

.paralax-block{
    position: relative;
    width: 100%;
    transform: translateY(0%);
}

.paralax-block1{
    z-index: 1;
}

.paralax-block2{
    z-index: 2;
}

.paralax-block3{
    z-index: 3;

}

.paralax-block4{
    z-index: 4;
}

.modal-backdrop.show{
    opacity: .3;
}

.offcanvas-top{
    top: 98px;
    height: auto;
    border: none;
    background: var(--bg1);
    bottom: unset;
}

.offcanvas.show + header{
    z-index: 1050;
}

.offcanvas-body{
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding: 87px 25px 33px;
    flex-grow: unset;
}

.offcanvas-body .header-menu-left, .offcanvas-body .header-menu-right, .offcanvas-body .header-menu-cont{
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
}

.offcanvas-body .header-menu-link{
    font-weight: 300;
    font-size: 24px;
    line-height: 110%;
    text-transform: uppercase;
}

.offcanvas-body .header-social-block{
    gap: 30px;
    flex-wrap: wrap;
}

.offcanvas-body .header-social-link{
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
}

.offcanvas-body .header-social-sep{
    font-weight: 200;
    font-size: 26px;
    line-height: 100%;
}

.offcanvas-body .btn{
    max-width: 546px;
    padding: 17px 23px;
    font-size: 29px;
}

.offcanvas-body .btn-original-icon svg{
    width: 41px;
}

.full-img-block{
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    aspect-ratio: 1920 / 650;
}

.full-img-block img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.preloader {
    background: #fff;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.scalable-bg {
  position: absolute;
  margin: auto;
  background: #000;
  z-index: 1;
  width: var(--preloader-min-size);
  height: var(--preloader-min-size);
}

.preloader-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 5px;
  line-height: 2;
}

.preloader-letter,
.preloader-fulltext,
.preloader-fulltext-fake{
  color: white;
  position: relative;
  line-height: 1;
  font-weight: 700;
}

.preloader-letter {
  font-size: var(--font-max-size);
  line-height: var(--font-max-size);
  z-index: 3;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: .7;
}

.iphone-fix .preloader-inner{
  transform: translateY(5px);
}


.preloader-fulltext-fake{
    font-size: var(--font-min-size);
    opacity: 0;
    width: 0;
    overflow: hidden;
}

.preloader-fulltext{
  font-size: var(--font-min-size);
  opacity: 0;
  left: 100%;
  position: absolute;
  z-index: 2;
  white-space: nowrap;
}

.thx-modal.modal-dialog{
    max-width: 586px;
}

.thx-modal .modal-content{
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 2px 0px #0000001A;
}

.thx-modal .modal-body{
    padding: 50px 102px;
    text-align: center;
    position: relative;
}

.thx-modal .btn-close{
    width: auto;
    height: auto;
    padding: 0;
    position: absolute;
    right: 9px;
    top: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    opacity: 1;
    box-shadow: none;
}

.fancybox__container{
    --fancybox-bg: rgb(242 241 239 / 80%);
}

.worker-title{
        text-indent: 70px;
}

.text-section{
    padding: 100px 0 104px;
}

.text-section .wrap{
    max-width: 1700px;
}

.text-section-cont{
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.text-section-content{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.text-section-content > *, .text-section-content{
    font-weight: 400;
    font-size: 18px;
    line-height: 135%;
    margin: 0;
}

.text-section-content span{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
}

.text-section-content *:not(span){
    color: var(--op1);
    color: #333231;
}

.text-section-content p{
    margin-bottom: 0
}

.text-section-content p:last-child{
    margin: 0;
}

.text-section-title{
    margin: 0;
}

.text-section-content ol, .text-section-content ul{
    padding-left: 30px;
}

.warning-icon{
    background: red;
    aspect-ratio: 1 / 1;
    width: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: white;
    line-height: 20px;
}


@media(max-width: 1700px){
    .welcome-img-start{
        margin-right: 0;
    }

    .work-element1{
        max-width: 50.24%;
    }

    .work-element2{
        max-width: 35.78%;
    }

    .work-element3{
        max-width: 41.71%;
    }

    .work-element4{
        max-width: 43.77%;
    }

    .work-element5{
        max-width: 25.30%;
    }

    .work-element6{
        max-width:  25.30%;
    }

    .work-element7{
        max-width: 26.81%;
    }

    .work-element8{
        max-width: 26.81%;
    }

    .work-element9{
        max-width: 44.06%;
        margin-top: -269px;
    }

    .work-element10{
        max-width: 41.98%;
    }

    .work-element-grid2 .work-element1{
        max-width: 36.14%;
    }

    .work-element-grid2 .work-element2{
        max-width: 49.82%;
    }

    .work-element-grid2 .work-element3{
        max-width: 41.71%;
    }

    .work-element-grid2 .work-element4{
        max-width: 43.77%;
        margin-top: 132px;
    }

    .work-element-grid2 .work-element5{
        max-width: 25.30%;
    }

    .work-element-grid2 .work-element6{
        max-width: 50.24%;
    }

    .work-element-grid2 .work-element7{
        max-width: 26.81%;
    }

    .work-element-second{
        gap: 10.42%;
    }

    .work-element-bottom{
        gap: 9.34%;
    }

    .worker-left-block{
        max-width: 26.81%;
    }

    .worker-right-block{
        max-width: 63.86%;
    }

    .worker2{
        max-width: 44.06%;
    }

    .worker3{
        max-width: 39.62%;
    }

    .info-right-block{
        max-width: 25.30%;
    }

    .info-left-block{
        max-width: 64.28%;
    }

    .info-img{
        max-width: 56.23%;
    }

    .info-title{
        max-width: 57.17%;
    }

    .faq-title{
        max-width: 25.12%;
    }

    .form-title{
        max-width: 36.14%;
    }

    .form-cont{
        max-width: 49.76%;
    }

    .footer-menu-cont{
        max-width: 74.70%;
    }

    .footer-menu-group{
        max-width: 66.61%;
    }

    .welcome-title-semi-block{
        max-width: 63.86%;
    }

    
}

@media(max-width: 1630px){
    .welcome-title:after{
        content: none;
    }

    .welcome-title{
        max-height: unset;
        text-align: right;
    }
}

@media(max-width: 1600px){
    .welcome-title{
        min-height: 174px;
    }
}

@media(max-width: 1532px){
    .work-section + .form-section .form-title{
        min-height: 212px;
    }
}

@media(max-width: 1440px){
    .header-wrap, .welcome-wrap, .work-wrap, .form-wrap, .worker-wrap, .info-wrap, .partners-wrap, .faq-wrap, .footer-wrap, .footer-bottom {
        max-width: 1240px;
    }

    .welcome-title{
        min-height: 73px;
    }

    .welcome-img-start{
    }

    .welcome-title-cont{
        gap: 2px;
    }

    .welcome-img-start{

    }

    .header-wrap{
        gap: 53px;
    }

    .welcome-title{
        text-align: left;
    }

    .welcom-btn-text{
        max-width: 171px;
    }

    .btn-original{
        max-width: 315px;
    }

    .welcome-btn-group{
        max-width: 315px;
        padding-top: 23px;
        gap: 28px;
    }

    .welcome-section{
        padding-top: 40px;
        padding-bottom: 125px;
    }

    header{
        padding: 20px 0;
    }

    .logo-block{
        max-width: 58px;
    }

    .welcome-bottom-text-little{
        max-width: 315px;
        text-indent: 50px;
    }

    .welcome-bottom-text-big{
        max-width: 617px;
        min-height: 132px;
    }

    .welcome-bottom-text-cont{
        gap: 20px;
    }

    .work-dop-text-block{
        max-width: 315px;
    }

    .work-dop-text-right{
        max-width: 205px;
    }

    .work-wrap{
        gap: 96px;
    }

    .work-element-top{
        padding-bottom: 134px;
    }

    .work-element-second{
        padding-bottom: 75px;
    }

    .work-element-bottom{
        margin-top: -89px;
    }

    .work-element9{
        margin-top: -200px;
    }

    .work-section{
        padding-top: 105px;
    }

    .work-element-grid{
        padding-bottom: 59px;
    }

    .work-wrap2{
        gap: 0;
    }

    .work-element-grid2{
        padding-bottom: 165px;
    }

    .work-section + .form-section{
        padding-bottom: 140px;
    }

    .btn-original-icon svg{
        width: 24px;
    }

    .partners-title {
        text-indent: 300px;
    }

    .partners-section{
        padding-top: 80px;
        padding-bottom: 128px;
    }

    .info-section{
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .worker-section{
        padding-top: 120px;
        padding-bottom: 80px;
    }

    .faq-item-title-block{
        padding: 10px 0;
    }

    .faq-list{
        gap: 10px;
    }

    .faq-item{
        padding-bottom: 10px;
    }

    .faq-item-dropdown{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .faq-section{
        padding-top: 140px;
        padding-bottom: 168px;
    }

    .form-section.form-section-bottom{
        padding-top: 140px;
        padding-bottom: 70px;
    }

    .form-section.form-section-bottom .form-title{
        text-indent: 0;
    }

    footer{
        padding: 30px 0 14px;
    }

    .footer-logo{
        width: 58px;
    }

    .form-input-group .form-input:last-child{
        max-width: 315px;
    }

    .header-menu-left, .header-menu-right, .header-menu-cont{
        gap: 40px;
    }

    .header-social-block{
        gap: 10px;
    }

    .partners-list{
    }

    .partners-wrap{
        gap: 80px;
    }

    .welcome-title:after{
        content: "";
    }

    .welcome-title{
        max-height: 73px;
        text-align: justify;
    }

    .welcome-title-cont{
        margin-bottom: 24px;
    }

    .work-dop-text-left{
        text-indent: 50px;
    }

    .form-title{
        max-width: 502px;
        text-indent: 50px;
    }

    .form-cont{
        max-width: 620px;
    }

    .form-block-title{
        max-width: 285px;
    }

    .worker-title{
        text-indent: 45px;
    }

    .worker-text-bottom{
        max-width: 220px;
    }

    .info-left-block{
        max-width: calc(100% - 440px);
    }

    .info-right-block{
        max-width: 315px;
    }

    .info-title, .info-img{
        max-width: 470px;
    }

    .info-img{
        aspect-ratio: 451 / 358;
    }

    .info-right-block .info-img{
        max-width: 315px;
        aspect-ratio: 315 / 460;
    }

    .info-text-group{
        max-width: 181px;
        max-height: 258px;
        height: 100%;
        gap: 20px;
        justify-content: space-between;
    }

    .info-left-block{
        gap: 92px;
    }

    .info-title{
        text-indent: 40px;
    }

    .faq-item-dropdown{
        max-width: 510px;
    }

    .full-img-block{
        aspect-ratio: 1440 / 487;
    }

    .form-section.form-section-bottom .form-title{
        max-width: 502px;
    }

    .work-section + .form-section .form-title{
        min-height: 120px;
    }

    .welcome-semi-title{
        min-height: 67px;
    }

    .footer-grid{
        gap: 20px;
    }

    .form-privacy{
        max-width: 218px;
        font-size: 12px;
    }

    .form-privacy a{
        font-size: 12px;
    }

    .text-section-content > *, .text-section-content{
        font-size: 14px;
    }

    .text-section-content{
        gap: 16px;
    }

    .text-section .wrap{
        max-width: 1280px;
    }

    .form-input input{
        padding: 7px 0px;
    }

    .form-cont{
        gap: 23px;
    }

    .form-block{
        gap: 17px;
    }

    .form-btn{
        padding-top: 23px;
    }

    .text-section-content span{
        font-size: 15px;
    }

    .text-section-content ol, .text-section-content ul{
        padding-left: 20px;
    }
}

@media(max-width: 1380px) and (pointer: coarse) and (hover: none){
    .custom-cursor{
        display: none;
    }
}

@media(max-width: 1380px){
    /* pravka !!! */
        header{
            padding: 45px 0;
        }


        .welcome-title-cont{
            gap: 0;
            margin-bottom: 60px;
        }

        .welcome-bottom-text-cont{
            margin-top: 82px;
            flex-direction: column;
            gap: 58px;
        }

        .welcome-bottom-text-little{
            max-width: 373px;
            text-indent: 55px;
        }

        .welcome-bottom-text-big{
            max-width: 695px;
            min-height: 120px;
            text-align: right;
            align-self: flex-end;
        }

        .welcome-section{
            padding-bottom: 73px;
        }

        .work-section{
            padding-top: 92px;
        }

        .work-title-cont{
            flex-direction: column;
            gap: 40px;
        }

        .work-dop-text-block{
            max-width: 100%;
            width: 100%;
            flex-direction: row;
            gap: 34px;
            align-items: flex-start;
        }

        .work-dop-text-right{
            text-align: left;
        }

        .work-dop-text-block > div{
            flex: 0 0 calc(50% - 16px);
            max-width: calc(50% - 16px);
            text-indent: 0;
        }

        .work-element-grid{
            flex-direction: row;
            flex-wrap: wrap;
            gap: 60px 32px;
            padding-bottom: 52px;
        }

        .work-element-top, .work-element-second, .work-element-bottom{
            padding: 0;
            margin: 0;
        }

        .work-element-top, .work-element-third{
            display: contents;
        }

        .work-element-block{
            max-width: calc(50% - 17px);
            width: 100%;
        }

        .work-element-second{
            display: contents;
            gap: 20px;
            width: 100%;
        }

        .work-element-group1{
            order: 3;
        }

        .work-element-group1, .work-element-group2{
            gap: 0;
            flex-grow: unset;
            width: 100%;
            max-width: calc(50% - 17px);
        }

        .work-element-bottom{
            display: contents;
        }

        .work-element-group1 .work-element-block, .work-element-group2 .work-element-block{
            max-width: 50%;
        }

        .work-element-grid2{
            padding-bottom: 100px;
        }

        .work-element-grid2 .work-element-second{
            padding-bottom: 0;
            display: contents;
        }

        .work-element1{
            order: 1;
        }

        .work-element2{
            order: 2;
        }

        .work-element4, .work-element9{
            margin: 0;
        }

        .work-element5{
            order: 5;
        }

        .work-element6{
            order: 6;
        }   

        .work-element7{
            order: 4;
        }

        .work-element8{
            order: 7;
        }

        .work-element-group2{
            order: 8;
        }

        .work-element-grid2 .work-element1{
            order: 1;
        }

        .work-element-grid2 .work-element2{
            order: 3;
        }

        .work-element-grid2 .work-element-group1{
            order: 4;
        }

        .work-element-grid2 .work-element3{
            
        }

        .work-element-grid2 .work-element4{
            margin: 0;
        }

        .work-element-grid2 .work-element5{
            order: 2;
        }

        .work-element-grid2 .work-element6{
            order: 5;
        }

        .work-element-grid2 .work-element7{
            order: 6;
        }


        .work-element-grid2 .work-element1, .work-element-grid2 .work-element2, .work-element-grid2 .work-element5, .work-element-grid2 .work-element6, .work-element-grid2 .work-element7{
            max-width: calc(50% - 16px);
        }

        .work-element1 .work-element-img{
            aspect-ratio: 335 / 243;
            max-width: 100%;
        }

        .work-element2 .work-element-img{
            aspect-ratio: 335 / 243;
            max-width: 100%;
        }

        .work-element3 .work-element-img{
            aspect-ratio: 167 / 223;
            max-width: 100%;
        }

        .work-element4 .work-element-img{
            aspect-ratio: 167 / 223;
            max-width: 100%;
        }

        .work-element5 .work-element-img{
            aspect-ratio: 335 / 447;
            max-width: 100%;
        }

        .work-element6 .work-element-img{
            aspect-ratio: 335 / 447;
            max-width: 100%;
        }

        .work-element7 .work-element-img{
            aspect-ratio: 335 / 223;
            max-width: 100%;
        }

        .work-element8 .work-element-img{
            aspect-ratio: 335 / 223;
            max-width: 100%;
        }

        .work-element9 .work-element-img{
            aspect-ratio: 167 / 223;
            max-width: 100%;
        }

        .work-element10 .work-element-img{
            aspect-ratio: 167 / 223;
            max-width: 100%;
        }

        .work-element-grid2 .work-element1 .work-element-img{
            aspect-ratio: 335 / 404;
            max-width: 100%;
        }

        .work-element-grid2 .work-element2 .work-element-img{
            aspect-ratio: 335 / 231;
            max-width: 100%;
        }

        .work-element-grid2 .work-element3 .work-element-img{
            aspect-ratio: 167 / 231;
            max-width: 100%;
        }

        .work-element-grid2 .work-element4 .work-element-img{
            aspect-ratio: 167 / 231;
            max-width: 100%;
        }

        .work-element-grid2 .work-element5 .work-element-img{
            aspect-ratio: 335 / 404;
            max-width: 100%;
        }

        .work-element-grid2 .work-element6 .work-element-img{
            aspect-ratio: 335 / 411;
            max-width: 100%;
        }

        .work-element-grid2 .work-element7 .work-element-img{
            aspect-ratio: 335 / 411;
            max-width: 100%;
        }

        .work-wrap{
            gap: 60px;
        }

        .work-title-cont2 .work-dop-text-left{
            text-indent: 0;
        }

        .form-wrap{
            flex-direction: column;
            gap: 60px;
        }

        .form-cont{
            max-width: 100%;
        }

        .form-title{
            max-width: 100%;
            max-width: 100%;
        }

        .work-section + .form-section .form-title{
            min-height: 80px;
            text-indent: 110px;
        }

        .form-wrap{
            max-width: 858px;
        }

        .form-input-group .form-input:not(:last-child), .form-input-group .form-input:last-child{
            flex: 0 0 calc(50% - 29px);
            max-width: calc(50% - 29px);
        }

        .form-block-title{
            max-width: unset;
        }

        .work-section + .form-section{
            padding-bottom: 108px;
        }

        .worker-section{
            padding-top: 92px;
        }

        .worker-wrap{
            flex-direction: column;
            gap: 60px;
        }

        .worker-right-block{
            display: contents;
        }

        .worker-title{
            order: 1;
            padding-bottom: 20px;
            text-indent: 138px;
        }

        .form-title{
            text-indent: 80px;
        }

        .worker-left-block{
            order: 2;
            flex-direction: row-reverse;
            max-width: 100%;
            padding-bottom: 0;
            align-items: flex-end;
            gap: 30px;
        }

        .worker-text-bottom{
            padding-bottom: 59px;
            max-width: 305px;
        }

        .worker-group-block{
            order: 3;
            gap: 30px;
        }

        .worker1, .worker2, .worker3{
            max-width: calc(50% - 15px);
        }

        .worker1 .worker-block-img, .worker2 .worker-block-img, .worker3 .worker-block-img{
            aspect-ratio: 335 / 324;
        }

        .info-section{
            padding-top: 50px;
            padding-bottom: 83px;
        }

        .info-left-block{
            display: contents;
        }

        .info-title{
            max-width: 718px;
            text-indent: 0;
        }

        .info-wrap{
            flex-wrap: wrap;
            gap: 40px 30px;
        }

        .info-group, .info-right-block{
            max-width: calc(50% - 15px);
        }

        .info-group{
            flex-direction: column;
            align-items: flex-start;
        }

        .info-img{
            max-width: 100%;
            aspect-ratio: 355 / 266;
        }

        .info-right-block .info-img{
            aspect-ratio: 335 / 489;
            max-width: 100%;
        }

        .info-right-block{
            gap: 105px;
            align-items: flex-end;
        }

        .info-text-top{
            max-width: 397px;
        }

        .info-text-group{
            max-width: 243px;
            gap: 40px;
            align-items: flex-end;
        }

        .partners-section{
            padding-top: 83px;
            padding-bottom: 91px;
        }

        .info-text-right{
            max-width: 197px;
        }

        .partners-title{
            text-indent: 235px;
        }

        .partners-wrap{
            gap: 60px;
        }

        .faq-section{
            padding-top: 100px;
            padding-bottom: 100px;
        }

        .faq-wrap{
            flex-direction: column;
            gap: 83px;
        }

        .faq-title{
            max-width: 100%;
        }

        .faq-item-dropdown{
            max-width: 879px;
        }

        .full-img-block{
            aspect-ratio: 1050 / 550;
        }

        .form-section.form-section-bottom{
            padding-top: 120px;
            padding-bottom: 108px;
        }

        .form-section.form-section-bottom .form-title{
            max-width: 100%;
            text-align: left;
        }

        .form-input-group{
            gap: 58px;
        }

        .footer-wrap{
            gap: 48px;
            flex-wrap: wrap;
        }

        .footer-logo{
            width: 80px;
        }

        .footer-menu-cont{
            max-width: 100%;
            padding-top: 0;
        }

        .footer-menu-group{
            display: contents;
        }

        .footer-menu-group > .footer-menu-block:last-child{
            order: 1;
        }

        .footer-menu-group > .footer-menu-block:first-child{
            order: 3;
        }

        .footer-menu-cont > .footer-menu-block{
            order: 2;
        }

        .form-privacy{
            max-width: 222px;
        }

        .footer-grid{
            gap: 33px;
        }

        .offcanvas-top{
            top: 148px;
        }

        .form-section.form-section-bottom .form-title{
            text-indent: 70px;
        }

    /* pravka !!! */

    .thx-modal.modal-dialog{
        max-width: 811px;
    }

    .thx-modal .modal-body{
        padding: 65px 140px;
    }
}

@media(max-width: 1280px){
    

    .partners-list{
    }

    .welcome-img-start{
        margin-right: 0;
    }

    .info-left-block{
         max-width: 64.5%;
    }

    .info-right-block{
        max-width: 25.4%;
    }

    .info-title{
    }

    .info-img{
        max-width: 58.8%;
    }
}



@media(max-width: 1240px){
    .welcome-title:after{
        content: none;
    }

    .welcome-title{
        max-height: unset;
        text-align: right;
    }


}

@media(max-width: 1216px){
    .welcome-title{
        min-height: 156px;
    }
}

@media(max-width: 1040px){
    .wrap{
        padding: 0 35px;
    }

    .welcome-img-cont{
        margin: 0 -35px;
    }

    .header-wrap .header-menu-cont{
        display: none;
    }

    .header-wrap .header-social-block{
        display: none;
    }

    .header-menu-opener{
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: relative;
        z-index: 3;
        clip-path: inset(0px);
        font-weight: 400;
        font-size: 18px;
        line-height: 100%;
        text-transform: uppercase;
        width: 94px;
        height: 27px;
    }

    .header-menu-text{
        transform: translateY(0%) rotate(0deg);
        transition: transform .4s cubic-bezier(0.25, 1, 0.5, 1), opacity .4s cubic-bezier(0.25, 1, 0.5, 1);
        transition-delay: .2s;
        opacity: 1;
    }

    .header-menu-text-active{
        top: 0;
        left: 0;
        position: absolute;
        transform: translateY(-100%);
        transition: transform .4s cubic-bezier(0.25, 1, 0.5, 1);
        display: flex;
        align-items: center;
        gap: 7px;
    }

    .header-menu-text-border{
        text-decoration: underline;
    }

    .offcanvas.show + header .header-menu-text-active{
        transition: transform .4s cubic-bezier(0.25, 1, 0.5, 1);
        transform: translateY(0%) rotate(0deg);
        transition-delay: .2s !important;
    }

    .offcanvas.show + header .header-menu-text{
        transform: translateY(100%);
        transition-delay: 0s;
        opacity: 0;
    }

    .welcome-btn-group{
        display: none;
    }

    .welcome-title-semi-block{
        max-width: 100%;
    }

    .welcome-semi-title{
        text-align: right;
    }

    .partners-title{
        
    }

    .welcome-img-start{
        margin-right: 0;
        aspect-ratio: 1024 / 554;
    }

    .custom-cursor{
        display: none;
    }

    /* pravka !!! */

        header{
            padding: 45px 0;
        }

        .logo-block{
            max-width: 80px;
        }

        .welcome-title{
            text-align: left;
            text-indent: 160px;
        }

        .welcome-title{
            min-height: 137px;
        }

        .welcome-title-cont{
            gap: 0;
            margin-bottom: 60px;
        }

        .welcome-bottom-text-cont{
            margin-top: 82px;
            flex-direction: column;
            gap: 58px;
        }

        .welcome-bottom-text-little{
            max-width: 373px;
            text-indent: 55px;
        }

        .welcome-bottom-text-big{
            max-width: 695px;
            min-height: 120px;
            text-align: right;
            align-self: flex-end;
        }

        .welcome-section{
            padding-bottom: 73px;
        }

        .work-section{
            padding-top: 92px;
        }

        .work-title-cont{
            flex-direction: column;
            gap: 40px;
        }

        .work-dop-text-block{
            max-width: 100%;
            width: 100%;
            flex-direction: row;
            gap: 34px;
        }

        .work-dop-text-right{
            text-align: left;
        }

        .work-dop-text-block > div{
            flex: 0 0 calc(50% - 16px);
            max-width: calc(50% - 16px);
            text-indent: 0;
        }

        .work-element-grid{
            flex-direction: row;
            flex-wrap: wrap;
            gap: 60px 32px;
            padding-bottom: 52px;
        }

        .work-element-top, .work-element-second, .work-element-bottom{
            padding: 0;
            margin: 0;
        }

        .work-element-top, .work-element-third{
            display: contents;
        }

        .work-element-block{
            max-width: calc(50% - 16px);
            width: 100%;
        }

        .work-element-second{
            display: contents;
            gap: 20px;
            width: 100%;
        }

        .work-element-group1{
            order: 3;
        }

        .work-element-group1, .work-element-group2{
            gap: 0;
            flex-grow: unset;
            width: 100%;
            max-width: calc(50% - 17px);
        }

        .work-element-bottom{
            display: contents;
        }

        .work-element-group1 .work-element-block, .work-element-group2 .work-element-block{
            max-width: 50%;
        }

        .work-element-grid2{
            padding-bottom: 100px;
        }

        .work-element-grid2 .work-element-second{
            padding-bottom: 0;
            display: contents;
        }

        .work-element1{
            order: 1;
        }

        .work-element2{
            order: 2;
        }

        .work-element4, .work-element9{
            margin: 0;
        }

        .work-element5{
            order: 5;
        }

        .work-element6{
            order: 6;
        }   

        .work-element7{
            order: 4;
        }

        .work-element8{
            order: 7;
        }

        .work-element-group2{
            order: 8;
        }

        .work-element-grid2 .work-element1{
            order: 1;
        }

        .work-element-grid2 .work-element2{
            order: 3;
        }

        .work-element-grid2 .work-element-group1{
            order: 4;
        }

        .work-element-grid2 .work-element3{
            
        }

        .work-element-grid2 .work-element4{
            margin: 0;
        }

        .work-element-grid2 .work-element5{
            order: 2;
        }

        .work-element-grid2 .work-element6{
            order: 5;
        }

        .work-element-grid2 .work-element7{
            order: 6;
        }


        .work-element-grid2 .work-element1, .work-element-grid2 .work-element2, .work-element-grid2 .work-element5, .work-element-grid2 .work-element6, .work-element-grid2 .work-element7{
            max-width: calc(50% - 17px);
        }

        .work-element1 .work-element-img{
            aspect-ratio: 335 / 243;
            max-width: 100%;
        }

        .work-element2 .work-element-img{
            aspect-ratio: 335 / 243;
            max-width: 100%;
        }

        .work-element3 .work-element-img{
            aspect-ratio: 167 / 223;
            max-width: 100%;
        }

        .work-element4 .work-element-img{
            aspect-ratio: 167 / 223;
            max-width: 100%;
        }

        .work-element5 .work-element-img{
            aspect-ratio: 335 / 447;
            max-width: 100%;
        }

        .work-element6 .work-element-img{
            aspect-ratio: 335 / 447;
            max-width: 100%;
        }

        .work-element7 .work-element-img{
            aspect-ratio: 335 / 223;
            max-width: 100%;
        }

        .work-element8 .work-element-img{
            aspect-ratio: 335 / 223;
            max-width: 100%;
        }

        .work-element9 .work-element-img{
            aspect-ratio: 167 / 223;
            max-width: 100%;
        }

        .work-element10 .work-element-img{
            aspect-ratio: 167 / 223;
            max-width: 100%;
        }

        .work-element-grid2 .work-element1 .work-element-img{
            aspect-ratio: 335 / 404;
            max-width: 100%;
        }

        .work-element-grid2 .work-element2 .work-element-img{
            aspect-ratio: 335 / 231;
            max-width: 100%;
        }

        .work-element-grid2 .work-element3 .work-element-img{
            aspect-ratio: 167 / 231;
            max-width: 100%;
        }

        .work-element-grid2 .work-element4 .work-element-img{
            aspect-ratio: 167 / 231;
            max-width: 100%;
        }

        .work-element-grid2 .work-element5 .work-element-img{
            aspect-ratio: 335 / 404;
            max-width: 100%;
        }

        .work-element-grid2 .work-element6 .work-element-img{
            aspect-ratio: 335 / 411;
            max-width: 100%;
        }

        .work-element-grid2 .work-element7 .work-element-img{
            aspect-ratio: 335 / 411;
            max-width: 100%;
        }

        .work-wrap{
            gap: 60px;
        }

        .work-title-cont2 .work-dop-text-left{
            text-indent: 0;
        }

        .form-wrap{
            flex-direction: column;
            gap: 60px;
        }

        .form-cont{
            max-width: 100%;
        }

        .form-title{
            max-width: 100%;
            max-width: 100%;
        }

        .work-section + .form-section .form-title{
            min-height: 80px;
            text-indent: 110px;
        }

        .form-wrap{
            max-width: 858px;
        }

        .form-input-group .form-input:not(:last-child), .form-input-group .form-input:last-child{
            flex: 0 0 calc(50% - 29px);
            max-width: calc(50% - 29px);
        }

        .form-block-title{
            max-width: unset;
        }

        .work-section + .form-section{
            padding-bottom: 108px;
        }

        .worker-section{
            padding-top: 92px;
        }

        .worker-wrap{
            flex-direction: column;
            gap: 60px;
        }

        .worker-right-block{
            display: contents;
        }

        .worker-title{
            order: 1;
            padding-bottom: 20px;
            text-indent: 138px;
        }

        .form-title{
            text-indent: 80px;
        }

        .worker-left-block{
            order: 2;
            flex-direction: row-reverse;
            max-width: 100%;
            padding-bottom: 0;
            align-items: flex-end;
            gap: 30px;
        }

        .worker-text-bottom{
            padding-bottom: 59px;
            max-width: 305px;
        }

        .worker-group-block{
            order: 3;
            gap: 30px;
        }

        .worker1, .worker2, .worker3{
            max-width: calc(50% - 15px);
        }

        .worker1 .worker-block-img, .worker2 .worker-block-img, .worker3 .worker-block-img{
            aspect-ratio: 335 / 324;
        }

        .info-section{
            padding-top: 50px;
            padding-bottom: 83px;
        }

        .info-left-block{
            display: contents;
        }

        .info-title{
            max-width: 718px;
            text-indent: 0;
        }

        .info-wrap{
            flex-wrap: wrap;
            gap: 40px 30px;
        }

        .info-group, .info-right-block{
            max-width: calc(50% - 15px);
        }

        .info-group{
            flex-direction: column;
            align-items: flex-start;
        }

        .info-img{
            max-width: 100%;
            aspect-ratio: 355 / 266;
        }

        .info-right-block .info-img{
            aspect-ratio: 335 / 489;
            max-width: 100%;
        }

        .info-right-block{
            gap: 105px;
            align-items: flex-end;
        }

        .info-text-top{
            max-width: 397px;
        }

        .info-text-group{
            max-width: 243px;
            gap: 40px;
            align-items: flex-end;
        }

        .partners-section{
            padding-top: 83px;
            padding-bottom: 91px;
        }

        .info-text-right{
            max-width: 197px;
        }

        .partners-title{
            text-indent: 235px;
        }

        .partners-wrap{
            gap: 60px;
        }

        .faq-section{
            padding-top: 100px;
            padding-bottom: 100px;
        }

        .faq-wrap{
            flex-direction: column;
            gap: 83px;
        }

        .faq-title{
            max-width: 100%;
        }

        .faq-item-dropdown{
            max-width: 879px;
        }

        .full-img-block{
            aspect-ratio: 1050 / 550;
        }

        .form-section.form-section-bottom{
            padding-top: 120px;
            padding-bottom: 108px;
        }

        .form-section.form-section-bottom .form-title{
            max-width: 100%;
        }

        .form-input-group{
            gap: 58px;
        }

        .footer-wrap{
            gap: 48px;
            flex-wrap: wrap;
        }

        .footer-logo{
            width: 80px;
        }

        .footer-menu-cont{
            max-width: 100%;
            padding-top: 0;
        }

        .footer-menu-group{
            display: contents;
        }

        .footer-menu-group > .footer-menu-block:last-child{
            order: 1;
        }

        .footer-menu-group > .footer-menu-block:first-child{
            order: 3;
        }

        .footer-menu-cont > .footer-menu-block{
            order: 2;
        }

        .form-privacy{
            max-width: 222px;
        }

        .footer-grid{
            gap: 33px;
        }

    /* pravka !!! */

    .text-section{
        padding: 80px 0 83px;
    }

}

@media(max-width: 992px){
    .faq-wrap{
        flex-direction: column;
        gap: 50px;
    }

    .faq-title{
        max-width: 515px;
    }

    .faq-list{
        flex-grow: auto;
        width: 100%;
    }

    .footer-wrap{
        flex-direction: column;
        gap: 35px;
    }

    .footer-menu-cont{
        max-width: 100%;
    }

    .partners-title {
        text-indent: 170px;
    }

    .custom-cursor{
        display: none;
    }
}

@media(max-width:930px){
    .welcome-bottom-text-big{
        min-height: 176px;
    }
}

@media(max-width: 870px){
    .welcome-bottom-text-big{
        min-height: 220px;
    }
}

@media(max-width: 868px){
    .work-section + .form-section .form-title{
        min-height: 160px;
    }
}

@media(max-width: 790px){
    :root{
        --preloader-min-size: 150px;
        --preloader-max-size: 478px;
        --font-max-size: 140px;
        --font-min-size: 20px;
    }

    .wrap{
        padding: 0 25px;
    }

    .welcome-img-cont{
        margin: 0 -25px;
    }

    header{
        padding: 33px 0;
    }

    .offcanvas-top{
        top: 124px;
    }

    .welcome-semi-title:not(.right-text){
        text-align: right;
    }

    .welcome-title-cont{
        gap: 0;
    }

    .welcome-img-start{
        max-width: 100%;
        margin: 0;
    }

    .welcome-section{
        padding-top: 27px;
        padding-bottom: 110px;
    }

    .welcome-title-cont{
        margin-bottom: 60px;
    }

    .welcome-bottom-text-cont{
        margin-top: 60px;
        flex-direction: column;
        gap: 40px;
    }

    .welcome-bottom-text-little{
        max-width: 320px;
    }

    .welcome-bottom-text-big{
        align-self: flex-end;
        min-height: 132px;
        max-width: 617px;
    }

    .work-section{
        padding-top: 127px;
    }

     .work-section +  .work-section{
        padding-top: 60px;
     }

    .work-wrap{
        gap: 60px;
    }

    .work-title-cont{
        flex-direction: column;
        gap: 40px;
    }

    .work-title-block{
        gap: 20px;
    }

    .work-dop-text-block{
        max-width: 100%;
        gap: 20px;
        flex-direction: row;
        width: 100%;
        align-items: flex-start;
    }

    .work-dop-text-block .main-text{
        max-width: calc(50% - 10px);
        width: 100%;
        text-align: left;
        text-indent: 40px;
    }

    .work-dop-text-block .main-text:last-child{
        text-indent: 0;
    }

    .work-element-grid{
        flex-direction: row;
        flex-wrap: wrap;
        gap: 60px 20px;
        padding-bottom: 60px;
    }

    .form-btn .btn-original{
        padding: 10px 14px;
    }

    .worker-block{
        gap: 10px;
    }

    .faq-item-dropdown{
        max-width: 510px;
    }

    footer{
        padding: 30px 0 14px;
    }

    .work-element-top, .work-element-second, .work-element-bottom{
        padding: 0;
        margin: 0;
    }

    .work-element-top, .work-element-third{
        display: contents;
    }

    .work-element-block{
        max-width: calc(50% - 10px);
        width: 100%;
    }

    .work-element-second{
        display: contents;
        gap: 20px;
        width: 100%;
    }

    .work-element-group1{
        order: 3;
    }

    .work-element-group1, .work-element-group2{
        gap: 0;
        flex-grow: unset;
        width: 100%;
        max-width: calc(50% - 10px);
    }

    .work-element-bottom{
        display: contents;
    }

    .work-element-group1 .work-element-block, .work-element-group2 .work-element-block{
        max-width: 50%;
    }

    .work-element-grid2{
        padding-bottom: 100px;
    }

    .work-element-grid2 .work-element-second{
        padding-bottom: 0;
        display: contents;
    }

    .work-element1{
        order: 1;
    }

    .work-element2{
        order: 2;
    }

    .work-element4, .work-element9{
        margin: 0;
    }

    .work-element5{
        order: 5;
    }

    .work-element6{
        order: 6;
    }   

    .work-element7{
        order: 4;
    }

    .work-element8{
        order: 7;
    }

    .work-element-group2{
        order: 8;
    }

    .work-element-grid2 .work-element1{
        order: 1;
    }

    .work-element-grid2 .work-element2{
        order: 3;
    }

    .work-element-grid2 .work-element-group1{
        order: 4;
    }

    .work-element-grid2 .work-element3{
        
    }

    .work-element-grid2 .work-element4{
        margin: 0;
    }

    .work-element-grid2 .work-element5{
        order: 2;
    }

    .work-element-grid2 .work-element6{
        order: 5;
    }

    .work-element-grid2 .work-element7{
        order: 6;
    }


    .work-element-grid2 .work-element1, .work-element-grid2 .work-element2, .work-element-grid2 .work-element5, .work-element-grid2 .work-element6, .work-element-grid2 .work-element7{
        max-width: calc(50% - 10px);
    }

    .work-element1 .work-element-img{
        aspect-ratio: 335 / 243;
    }

    .work-element2 .work-element-img{
        aspect-ratio: 335 / 243;
    }

    .work-element3 .work-element-img{
        aspect-ratio: 167 / 223;
    }

    .work-element4 .work-element-img{
        aspect-ratio: 167 / 223;
    }

    .work-element5 .work-element-img{
        aspect-ratio: 335 / 447;
    }

    .work-element6 .work-element-img{
        aspect-ratio: 335 / 447;
    }

    .work-element7 .work-element-img{
        aspect-ratio: 335 / 223;
    }

    .work-element8 .work-element-img{
        aspect-ratio: 335 / 223;
    }

    .work-element9 .work-element-img{
        aspect-ratio: 167 / 223;
    }

    .work-element10 .work-element-img{
        aspect-ratio: 167 / 223;
    }

    .work-element-grid2 .work-element1 .work-element-img{
        aspect-ratio: 335 / 404;
    }

    .work-element-grid2 .work-element2 .work-element-img{
        aspect-ratio: 335 / 231;
    }

    .work-element-grid2 .work-element3 .work-element-img{
        aspect-ratio: 167 / 231;
    }

    .work-element-grid2 .work-element4 .work-element-img{
        aspect-ratio: 167 / 231;
    }

    .work-element-grid2 .work-element5 .work-element-img{
        aspect-ratio: 335 / 404;
    }

    .work-element-grid2 .work-element6 .work-element-img{
        aspect-ratio: 335 / 411;
    }

    .work-element-grid2 .work-element7 .work-element-img{
        aspect-ratio: 335 / 411;
    }

    .form-wrap{
        flex-direction: column;
        gap: 60px;
    }

    .form-title, .form-cont{
        max-width: 100%;
    }

    .form-wrap{
        max-width: 620px;
    }

    .form-block-title{
        max-width: 285px;
    }

    .work-section + .form-section{
        padding-bottom: 100px;
    }

    .worker-section{
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .worker-wrap{
        flex-direction: column;
        gap: 40px;
    }

    .worker-right-block{
        display: contents;
    }

    .worker-title{
        order: 1;
        padding-bottom: 20px;
        text-indent: 100px;
    }

    .form-title{
        text-indent: 80px;
    }

    .worker-left-block{
        order: 2;
        flex-direction: row-reverse;
        max-width: 100%;
        padding-bottom: 0;
        align-items: flex-end;
        gap: 20px;
    }

    .worker-text-bottom{
        padding-bottom: 51px;
        max-width: 220px;
    }

    .worker-group-block{
        order: 3;
    }

    .worker1, .worker2, .worker3{
        max-width: calc(50% - 10px);
    }

    .worker1 .worker-block-img, .worker2 .worker-block-img, .worker3 .worker-block-img{
        aspect-ratio: 335 / 324;
    }

    .info-section{
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .info-left-block{
        display: contents;
    }

    .info-title{
        max-width: 100%;
        text-indent: 0;
    }

    .info-wrap{
        flex-wrap: wrap;
        gap: 40px 20px;
    }

    .info-group, .info-right-block{
        max-width: calc(50% - 10px);
    }

    .info-group{
        flex-direction: column;
        align-items: flex-start;
    }

    .info-img{
        max-width: 100%;
        aspect-ratio: 355 / 266;
    }

    .info-right-block .info-img{
        aspect-ratio: 335 / 489;
        max-width: 335px;
    }

    .info-right-block{
        gap: 80px;
        align-items: flex-end;
    }

    .info-text-top{
        max-width: 275px;
    }

    .info-text-group{
        max-width: 175px;
    }

    .partners-section{
        padding-top: 60px;
        padding-bottom: 100px;
    }

    .partners-list{
    }

    .faq-section{
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .full-img-block{
        aspect-ratio: 737 / 400;
    }

    .form-section.form-section-bottom{
        padding-top: 100px;
        padding-bottom: 90px;
    }

    .footer-menu-group{
        display: contents;
    }

    .footer-menu-group .footer-menu-block:last-child{
        order: 1;
    }

    .footer-menu-block{
        order: 2;
    }

    .footer-social-block{
        gap: 20px;
    }

    .footer-menu-cont{
        flex-wrap: wrap;
    }

    .partners-wrap{
        gap: 60px;
    }

    .partners-title {
        text-indent: 170px;
    }

    .welcome-semi-title.right-text{
        text-align: right;
    }

    .form-section.form-section-bottom .form-title{
        max-width: 100%;
        text-indent: 70px;
        text-align: left;
    }

    .work-section + .form-section .form-title{
        min-height: 80px;
    }

    .footer-grid{
        gap: 36px;
    }

    .form-input-group{
        gap: 20px;
    }

    .form-input-group .form-input:not(:last-child), .form-input-group .form-input:last-child{
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }

    .welcome-title{
        text-indent: 170px;
    }

    .logo-block{
        max-width: 58px;
    }

    .footer-logo{
        width: 58px;
    }

    .thx-modal.modal-dialog{
        max-width: 586px;
    }

    .thx-modal .modal-body{
        padding: 50px 102px;
    }
}

}

@media(max-width: 699px){
    .welcome-title{
        min-height: 201px;
    }
}

@media(max-width: 660px){
    .form-input-group .form-input:last-child{
        max-width: calc(50% - 12px);
        width: 100%;
    }

    .welcome-title{
        text-indent: 0;
    }
}

@media(max-width: 655px){
    .work-section + .form-section .form-title{
        min-height: 120px;
    }
}

@media(max-width:600px){
    .welcome-bottom-text-big{
        min-height: 176px;
    }

    .form-btn{
        flex-direction: column-reverse;
        align-items: unset;
    }
}

@media(max-width:550px){
    .welcome-bottom-text-big{
        min-height: 220px;
    }
}

@media(max-width: 500px){
    .worker-text-bottom{
        max-width: calc(50% - 10px);
    }
}

@media(max-width: 490px){
    .welcome-title{
        min-height: 268px;
    }
}

@media(max-width: 485px){
    .work-section + .form-section .form-title{
        min-height: 160px;
    }
}

@media(max-width: 470px){
    :root{
        --preloader-min-size: 150px;
        --preloader-max-size: 480px;
        --font-max-size: 140px;
        --font-min-size: 20px;
    }

    header{
        padding: 20px 0;
    }

    .wrap{
        padding: 0 20px;
    }

    .welcome-title{
        text-align: justify;
        min-height: 138px;
    }

    .offcanvas-top{
        top: 98px;
    }

    .offcanvas-body{
        padding: 40px 20px 20px;
    }

    .offcanvas-body .header-menu-left, .offcanvas-body .header-menu-right, .offcanvas-body .header-menu-cont{
        gap: 25px;
    }

    .offcanvas-body .header-menu-link{
        font-size: 16px;
        line-height: 110%;
        text-transform: uppercase;
    }

    .offcanvas-body .header-social-link{
        font-weight: 500;
        font-size: 16px;
        line-height: 110%;
    }

    .offcanvas-body .header-social-sep{
        display: none;
    }

    .offcanvas-body .btn{
        padding: 13px 18px;
        font-size: 22px;
    }

    .offcanvas-body .btn-original-icon svg{
        width: 31px;
    }

    .offcanvas-body .header-social-block{
        gap: 40px;
    }

    .welcome-semi-title:not(.right-text){
        text-align: right;
    }

    .welcome-title-cont{
        margin-bottom: 30px;
    }

    .welcome-img-start{
        aspect-ratio: 334 / 239;
    }

    .welcome-bottom-text-cont{
        margin-top: 30px;
        gap: 32px;
    }

    .welcome-bottom-text-little{
        padding-top: 0;
        max-width: 100%;
    }

    .welcome-bottom-text-big{
        max-width: 255px;
        text-align: left;
        min-height: 120px;
    }

    .welcome-section{
        padding-bottom: 68px;
    }

    .work-section{
        padding-top: 80px;
    }

    .work-semititle{
        padding-bottom: 7px;
    }

    .work-dop-text-block{
        flex-direction: column;
        gap: 40px;
        align-items: flex-end;
    }

    .work-dop-text-block .main-text{
        max-width: 100%;
        text-indent: 80px;
    }

    .work-dop-text-block .main-text:last-child{
        max-width: 255px;
        text-indent: 0;
    }

    .work-dop-text-left {
        text-indent: 85px;
    }
    
    .work-element-grid{
        gap: 20px;
    }

    .work-element-block, .work-element-grid2 .work-element1, .work-element-grid2 .work-element2, .work-element-grid2 .work-element5, .work-element-grid2 .work-element6, .work-element-grid2 .work-element7{
        max-width: 100%;
    }

    .work-element-group1, .work-element-group2{
        max-width: 100%;
    }

    .work-element1 .work-element-img{
        aspect-ratio: 335 / 189;
    }

    .work-element2 .work-element-img{
        aspect-ratio: 335 / 243;
    }

    .work-element3 .work-element-img{
        aspect-ratio: 167 / 223;
    }

    .work-element4 .work-element-img{
        aspect-ratio: 167 / 223;
    }

    .work-element5 .work-element-img{
        aspect-ratio: 335 / 447;
    }

    .work-element6 .work-element-img{
        aspect-ratio: 335 / 447;
    }

    .work-element7 .work-element-img{
        aspect-ratio: 335 / 188;
    }

    .work-element8 .work-element-img{
        aspect-ratio: 335 / 193;
    }

    .work-element9 .work-element-img{
        aspect-ratio: 167 / 223;
    }

    .work-element10 .work-element-img{
        aspect-ratio: 167 / 223;
    }

    .work-element6{
        order: 7;
    }

    .work-element8{
        order: 6;
    }

    .work-element-grid2 .work-element2{
        order: 2;
    }

    .work-element-grid2 .work-element-group1{
        order: 3;
    }

    .work-element-grid2 .work-element5{
        order: 4;
    }

    .work-element-grid2{
        padding-bottom: 80px;
    }

    .form-title{
        max-width: 255px;
    }

    .form-wrap{
        gap: 30px;
    }

    .form-cont{
        gap: 38px;
        align-items: flex-end;
    }

    .form-cont > *{
        width: 100%;
    }

    .form-input-group, .form-block{
        flex-direction: column;
        gap: 30px;
    }

    .form-input-group .form-input:last-child, .form-input-group .form-input{
        max-width: 100%;
        width: 100%;
    }

    .form-btn{
        padding-top: 10px;
    }

    .form-btn .btn{
        max-width: 100%;
    }

    .work-section + .form-section{
        padding-bottom: 80px;
    }

    .worker-section{
        padding-top: 112px;
        padding-bottom: 40px;
    }

    .worker-wrap{
        gap: 60px;
    }

    .worker-left-block{
        flex-direction: column-reverse;
        gap: 60px;
        align-items: flex-end;
    }

    .worker1, .worker2, .worker3{
        max-width: 255px;
    }

    .worker-text-bottom{
        max-width: 167px;
        text-align: right;
        padding-bottom: 0;
    }

    .worker-group-block{
        flex-direction: column;
        gap: 60px;
    }

    .worker3{
        align-self: flex-end;
    }

    .worker1 .worker-block-img{
        aspect-ratio: 225 / 247;
    } 

    .worker2 .worker-block-img{
        aspect-ratio: 225 / 278;
    } 

    .worker3 .worker-block-img{
        aspect-ratio: 225 / 308;
    }

    .info-section{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .info-wrap{
        flex-direction: column;
        align-items: flex-end;
        gap: 30px;
    }

    .info-right-block{
        display: contents;
    }

    .info-title{
        order: 1;
    }

    .info-text-top{
        order: 2;
    }

    .info-group{
        padding-top: 10px;
        order: 3;
        width: 100%;
        max-width: 100%;
        flex-direction: column-reverse;
        align-items: flex-end;
        gap: 60px;
    }

    .info-text-group{
        max-width: 255px;
        width: 100%;
        align-items: flex-start;
    }

    .info-text-right{
        max-width: 100%;
    }

    .info-right-block .info-img{
        margin-top: 30px;
    }

    .info-text-left{
        max-width: 175px;
    }

    .info-img{
        order: 4;
    }

    .partners-section{
        padding-top: 40px;
        padding-bottom: 80px;
    }

    .partners-title.letters-anim {
        font-size: 22px;
        text-indent: 80px;
    }

    .partners-title.letters-anim .word span{
        font-weight: 300;
        font-size: 22px;
        line-height: 1.1;
        letter-spacing: 0%;
        text-transform: uppercase;
    }

    .faq-section{
        padding-top: 80px;
        padding-bottom: 100px;
    }

    .faq-item-title-block{
        gap: 20px;
    }

    .full-img-block{
        aspect-ratio: 379 / 269;
    }

    .form-section.form-section-bottom{
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .footer-menu-cont{
        flex-direction: column;
        gap: 40px;
    }

    footer{
        padding: 58px 0 20px;
    }

    .partners-wrap{
        gap: 40px;
    }

    .faq-title{
        max-width: 315px;
    }

    .welcome-title{
        text-indent: 50px;
    }

    .welcome-bottom-text-little{
        text-indent: 80px;
    }

    .work-title-cont2 .work-dop-text-left{
        text-indent: 80px;
    }

    .thx-modal .modal-body{
        padding: 55px 58px;
    }

    .worker-right-block .worker-title{
        text-indent: 80px;
        font-size: 32px;
        padding-bottom: 0;
    }

    .worker-right-block .worker-title .word span{
        font-size: 32px;
    }

    .worker-block .worker-block-name.headline3{
        font-size: 12px;
    }

    .worker-block{
        gap: 6px;
    }

    .info-title{
        text-indent: 80px;
    }

    .info-text-top{
        max-width: 255px;
    }

    .partners-wrap .partners-title{
        font-size: 22px;
        text-indent: 80px;
    }

    .partners-wrap .partners-title .word span{
        font-size: 22px;
    }

    .faq-item-dropdown{
        color: var(--op1);
    }

    .form-block-title{
        max-width: 255px;
    }

    .form-section.form-section-bottom .form-title{
        text-indent: 0;
    }

     .work-section + .form-section .form-title{
        min-height: 66px;
    }

    .faq-wrap{
        gap: 30px;
    }

    .form-privacy{
        max-width: 211px;
    }

    .footer-social-block a, .footer-menu-link{
        font-size: 16px;
    }

    .form-input-group .form-input:not(:last-child), .form-input-group .form-input:last-child{
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
    }

    .form-section.form-section-bottom .form-block-title{
        display: none;
    }

    .work-section + .form-section .form-title{
        text-indent: 80px;
    }


    .text-section{
        padding: 60px 0;
    }

    .text-section-cont{
        gap: 60px;
    }

    .text-section-cont > *, .text-section-cont{
        font-size: 12px;
    }

    .thx-modal.modal-dialog{
        max-width: 334px;
        margin: .5rem auto;
    }

    .thx-modal .modal-body{
        padding: 58px 55px;
    }

    .text-section-content{
        gap: 20px;
    }

    .text-section-content > *, .text-section-content{
        font-size: 12px;
    }

    .text-section-content span{
        font-size: 14px;
    }

    .welcome-semi-title{
        min-height: 47px;
    }

    .footer-logo{
        display: none;
    }

    .footer-social-block{
        gap: 40px;
    }

    .form-btn .btn-original{
        padding: 13px 18px;
    }

    .form-section.form-section-bottom .form-title{
        text-indent: 0;
    }
}


@keyframes scrollingM {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements1))); }
}