
.newheader header {
    height: 0px;
    width: 100%;
   min-width: 1440px;
    margin: 0 auto;
}
.newheader header>.container {
width: 100%;
}

.newheader footer{
    width: 100%;
    min-width: 1440px;
}

.newheader footer>.container {
    width: 100%;
}

/* HEro */
.herop {
    background: var(--colors-primary-600);
    border-radius: 0 0 40px 40px;
    min-width: 1440px;
}

.herop>.container2 {
    overflow: hidden;
    position: relative;
    padding: 130px 80px 57px 80px;
}

.herop-uk {
    position: absolute;
    z-index: 1;
    left:-59px;
  bottom:49px ;
}

.herop-line {
    position: absolute;
        z-index: 2;
        left:0;
        top:430px;
        width: 122.5%;
            height: 1054.5px;
        max-width: unset;
}

.herop-mob-line {
             display:none;
            }

   .herop-mob-word {
    position: absolute;
   bottom:130px;
    left:80px;
      width: 340px;
      height: 90px;
      z-index: 3;
   }


.herop-textbox {
    position: relative;
    z-index: 3;
    min-width: 816px;
    width: 57.39%;
    padding: 72px 0px 72px 0;
    margin-left: auto;
}

.herop-title {font-family: var(--second-family);
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--colors-grey-25);
margin-bottom: 32px;
width: 816px;
}

.herop-text {font-family: var(--font-family);
    width: 816px;
    font-weight: 400;
    font-size: 32px;
    line-height: 110%;
    color: var(--colors-grey-25);
    margin-bottom: 80px;
}

.herop-button-wrap {
    display: flex;
    gap:16px;
    width: 100%;
    position: relative;
    z-index: 3;
}
.herop-link,.herop-button {
 display: flex;
 align-items: center;
 justify-content: center;
        height: 56px;
    width: calc(( 100% - 16px) / 2);
}
.herop-link {
    border: 1px solid var(--colors-grey-25);
        border-radius: 360px;
        padding: 8px 16px;
      
        font-family: var(--font-family);
            font-weight: 600;
            font-size: 16px;
            line-height: 137%;
            text-align: center;
            color: var(--colors-grey-25);
}

.herop-button {
    cursor: pointer;
    background: var(--colors-grey-25);
    border-radius: 360px;
        padding: 8px 16px;
        font-family: var(--font-family);
            font-weight: 600;
            font-size: 16px;
            line-height: 137%;
            text-align: center;
            color: var(--colors-primary-600);
}
/* WORK */
.workp {
    background: var(--colors-grey-50);
}

.workp>.container2 {
    padding: 80px 80px 104px 80px;
    position: relative;
    overflow: hidden;
height: fit-content;
}

.worrkp-img {
    position: absolute;
    top: 78px;
    left: 0px;
    width: 510px;
        height: 571px;
}
.workp-arrow {

  
}
.worrkp-mob-img, .workp-mob-arrow {
display: none;
}

@media screen and (max-width: 1764px) {

                .workp-arrow {

                    width: 16px;
                        height: 26px;
                }

}



.workp-line {
    position: absolute;
        top: 0px;
       right: 0px;
       z-index: 1;
       width: 100%;
    
}

.workp-text-box {
    min-width: 840px;
    width: calc(100% - 471px);
    margin-left: auto;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: fit-content;
}

.workp-title {
    width: 100%;
    font-family: var(--second-family);
        font-weight: 700;
        font-size: 40px;
        line-height: 110%;
        text-transform: uppercase;
        color: var(--colors-grey-700);
}

.workp-title>br {
    display: none;
}

.workp-list {
    width: 100%;
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

.workp-item,.workp-last {
    display: flex;
    gap: 20px;
    width: 100%;
    height: fit-content;
    border-radius: 24px;
    padding: 24px;
    background: var(--colors-grey-25);
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.workp-svg {
    width: 32px;
    height: 32px;

}

.workp-text {
    width: calc(100% - 52px);
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: var(--colors-grey-600);
}

.p-bold {font-weight: 700;}



.workp-last {
    border: 2px solid var(--colors-secondary-500);
    margin-top: 24px;

}
/* Carousel */
.carousel {
    border-radius: 40px;
    background: var(--colors-grey-700);
    min-width: 1440px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.carousel>.container2 {
    display: flex;
    flex-direction: column;
    padding: 56px 0 56px 0px;
    gap: 40px;
   
}

.carousel-title {
    font-family: var(--second-family);
        font-weight: 700;
        font-size: 40px;
        line-height: 110%;
        text-transform: uppercase;
        color: var(--colors-grey-25);
        padding-right: 80px;
            padding-left: 80px;
}

.scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none; /* Firefox */
}

.scroll-wrapper::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}
.scroll-wrapper::-webkit-scrollbar-track {
    background: transparent;
    /* приховує трек */
}

.scroll-wrapper::-webkit-scrollbar-thumb {
    background: #888;
    /* колір повзунка */
    border-radius: 8px;
}

.scroll-wrapper::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Приховує стрілки прокрутки (Windows) */
.scroll-wrapper::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none; }
.scroll-wrapper {
            /* scrollbar-width: thin; */
            scrollbar-color: #888 transparent;
            /* thumb + track */     }

                        .scroll-wrapper {
                            cursor: grab;
                        }
            
                        .scroll-wrapper.active {
                            cursor: grabbing;           }
.carousel-list {
display: flex;
width: fit-content;
gap: 20px;
padding-right: 80px;
padding-left: 80px;
}

.carousel-item {
width: 344px;
display: flex;
    flex-direction: column;
        gap: 24px;
}

.carousel-item:nth-child(even) {
    width: 24px;
    display: flex;
   align-items: center;
   justify-content: center;
    gap: 24px;   }


.carousel-arr{
    width: 24px;
}

.carousel-text-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.carousel-number {
    border: 2px solid var(--colors-secondary-500);
        border-radius: 360px;
        padding: 8px;
        width: 48px;
        height: 48px;
        font-family: var(--font-family);
            font-weight: 600;
            font-size: 28px;
            line-height: 28px;
            text-transform: uppercase;
            text-align: center;
            color: var(--colors-secondary-25);
}

.carousel-number.selectN {
    background: var(--colors-secondary-500);
    padding: 8px 10px 8px 8px;
    
            color: var(--colors-grey-25);
}

.carousel-text {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 135%;
    color: var(--colors-grey-100);
 

 
    
}

.carousel-img {
    width: 100%;
    border-radius: 24px;
    height: 569px;

}

.carousel-bottom-box {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
padding-right: 80px;
    padding-left: 80px;
}

.carousel-bottom-text {
    font-family: var(--font-family);
        font-weight: 500;
        font-size: 20px;
        line-height: 140%;
        color: var(--colors-primary-50);

}

.carousel-wrap-link {
    display: flex;
    gap: 12px;
    align-items: center;
   

}

.carousel-wrap-item {
    width: fit-content;
    font-family: var(--font-family);
        font-weight: 600;
        font-size: 14px;
        line-height: 150%;
        text-align: center;
        border-radius: 360px;
            padding: 8px 16px;
            border: 1px solid var(--colors-grey-25);
            color: var(--colors-grey-25);
}
.carousel-wrap-item+.carousel-wrap-item{
    background: var(--colors-grey-25);
    border: none;
    color: var(--colors-secondary-600);
}


.carousel-link {
    width: fit-content;
    color: currentColor;
}

/* Video */
.videop{
    background: var(--colors-grey-25);
}

.videop>.container2 {
    padding: 80px;
overflow: hidden;
position:relative;
}

.videop-line {
    position:absolute ;
    z-index: 1;
    top:0;
left:0;
width: 100%;
height: 824px;
}

.videop-mob-line {
    display: none;
}
.videop-box{
    display: flex;
        gap: 40px;
        position: relative;
    z-index: 2;
    }
        .video-box {
            min-width: 840px;
            width: calc(100% - 440px);
            height: 664px;
            border-radius: 40px;
            padding: 56px 56px 0px 56px;
            background: var(--colors-grey-50);
            position: relative;
            -webkit-border-radius: 40px;
            -moz-border-radius: 40px;
            -ms-border-radius: 40px;
            -o-border-radius: 40px;
            overflow: hidden;
}
    
        .videop-title {
            width: 100%;
            font-family: var(--second-family);
                font-weight: 700;
                font-size: 40px;
                line-height: 110%;
                text-transform: uppercase;
                color: var(--colors-grey-700);
        }
    
        .videop-text {
            width: 100%;
            font-family: var(--font-family);
                font-weight: 700;
                font-size: 32px;
                line-height: 120%;
                text-align: right;
                color: var(--colors-primary-600);
                text-align: end;
        }
                .videop-ar {
margin-top: 42.06px;
margin-right: 192.66px;
margin-left:auto;
                }
        
                .videop-img1 {
                    position: absolute;
                    bottom: 0;
                  right: -215px;
               bottom: -150px;
                    z-index: 2;
}
    
        .videop-contbox {
           
            position: relative;
            z-index: 3;
            border: 2px solid var(--colors-primary-500);
                border-radius: 24px;
                padding: 24px;
                width: calc(100% - 280px);
                display: flex;
                flex-direction: column;
                gap: 24px;
                background: var(--colors-grey-25);
        }
    
        .vidop-subtext {
            width: 100%;
            font-family: var(--font-family);
            font-weight: 500;
            font-size: 20px;
            line-height: 140%;
            text-align: center;
            color: var(--colors-grey-600);
            text-align: center;
        }
    
        .videop-list {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 16px;
        }
    
        .videp-item {
            width:132px;
        height: 44px
    }
    .videp-item:nth-child(2) {
        width: 148.5px;
    
}
        .videop-link {
            width: 100%;
                height: 100%;
        }
    
        .videop-imgs {
            width: 100%;
                height: 100%;
           }





.vidop-img {
    width: 730px;
        height: 800px;
        border-radius: 40px;
}
.videop-video{
    border-radius: 40px;
        width: 400px;
        height: 664px;
        cursor: pointer;
        border: none;
            outline: none;
            object-fit: cover;
}

/* Advantage */
.advantagp {
    border-radius: 40px;
    background: var(--colors-primary-600);
    min-width: 1440px;
}

.advantagp>.container2 {
    position: relative;
    padding: 56px 80px;

}

.advantagp-line {
    position: absolute;
    z-index: 1;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.advantagp-mob-line {
display: none;
}
.advantagep-box {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.advantagp-title {
    font-family: var(--second-family);
        font-weight: 700;
        font-size: 40px;
        line-height: 110%;
        text-transform: uppercase;
        text-align: center;
        color: var(--colors-grey-25);
        margin-bottom: 40px;
}

.advantagp-list {
    display: flex;
    gap: 24px;
margin-bottom: 56px;
}

.advantagp-item {
    position: relative;
    border: 2px solid var(--colors-primary-600);
        border-radius: 24px;
        padding: 24px;
       min-width:410px;
        width: calc((100% - 48px) / 3);
        height: 232px;
        display: flex;
        flex-direction: column;
        gap: 16px;
        background: var(--colors-primary-100);
        
}

.advantagp-chek-wrap {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--colors-grey-25);
        border: 2px solid var(--colors-primary-600);
        border-radius: 360px;
        padding: 8px;
        width: 40px;
        height: 40px;
        top: 0;
        left: 0;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
}

.advantagp-check-svg {
    width: 32px;
    height: 32px;
}

.advantagep-item-title {
    width: 100%;
    font-family: var(--font-family);
        font-weight: 700;
        font-size: 20px;
        line-height: 140%;
        color: var(--colors-grey-700);
}

.advantagep-text {
    width: 100%;
    font-family: var(--font-family);
        font-weight: 500;
        font-size: 20px;
        line-height: 140%;
        color: var(--colors-grey-600);
}

.advantagep-subbox {
    width: 100%;
    border-radius: 40px;
        padding: 40px;
        background: var(--colors-grey-25);
}

.advantagep-subtitle {
    font-family: var(--font-family);
        font-weight: 700;
        font-size: 32px;
        line-height: 120%;
        text-align: center;
        color: var(--colors-grey-700);
        width: 100%;
        margin-bottom: 40px;
}

.advantagep-sublist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.advantagep-subitem {
   width: fit-content;
   height: fit-content;
}

.advantagep-subitem:hover {
    cursor: pointer;
    border-color: var(--colors-primary-600);

}   

.advantagep-linktext{
    border: 2px solid var(--colors-secondary-500);
        border-radius: 360px;
        padding: 8px 24px 8px 8px;
        width: fit-content;
        height: 80px;
        display: flex;
        gap: 16px;
        align-items: center;
        background-image: none
}
  
.advantagep-subitem>.advantagep-linktext:hover {
border-color: var(--colors-primary-600);}


.advantagep-subitem:nth-child(1)>.advantagep-linktext:hover  {

    background: linear-gradient(rgba(16, 16, 40, 0.5), rgba(16, 16, 40, 0.5)), url(/img/det1.png);
    background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
}

.advantagep-subitem:nth-child(2)>.advantagep-linktext:hover {

    background: linear-gradient(rgba(16, 16, 40, 0.5), rgba(16, 16, 40, 0.5)), url(/img/det2.png);
    background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
}
.advantagep-subitem:nth-child(3)>.advantagep-linktext:hover {

    background: linear-gradient(rgba(16, 16, 40, 0.5), rgba(16, 16, 40, 0.5)), url(/img/det3.png);
    background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
}
.advantagep-subitem:nth-child(4)>.advantagep-linktext:hover {

    background: linear-gradient(rgba(16, 16, 40, 0.5), rgba(16, 16, 40, 0.5)), url(/img/det4.png);
    background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
}
.advantagep-subitem:nth-child(5)>.advantagep-linktext:hover {

    background: linear-gradient(rgba(16, 16, 40, 0.5), rgba(16, 16, 40, 0.5)), url(/img/det5.png);
    background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
}
.advantagep-subitem:nth-child(6)>.advantagep-linktext:hover {

    background: linear-gradient(rgba(16, 16, 40, 0.5), rgba(16, 16, 40, 0.5)), url(/img/det6.png);
    background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
}

.advantagep-svg-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 360px;
        padding: 8px;
        width: 64px;
        height: 64px;
        background: var(--colors-secondary-500);
}

.advantagep-subitem:hover .advantagep-svg-wrap {

    background:  var(--colors-primary-600);


}


.advantagep-subsvg {
    width: 32px;
    height: 32px;
}




.advantagep-subtext {
    font-family: var(--font-family);
        font-weight: 600;
        font-size: 24px;
        line-height: 140%;
        color: var(--colors-grey-700);
}
.advantagep-subitem:hover .advantagep-subtext {
    
   
        color: var(--colors-grey-25);


}
/* Partners */
.partp {}

.partp>.container2 {
    position: relative;
    overflow: hidden;
    padding: 80px;
}

.partp-line {
    position: absolute;
    top:0;
    left:0;
    z-index:1;
    width: 100%;
    height: 100%;

}

 .partp-mob-line {
  display: none;

 }

.partp-box {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid var(--colors-primary-600);
        border-radius: 24px;
        padding: 24px;
    width: 100%;
        background: var(--colors-primary-100);
}

.pertp-textbox {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.partp-text {
    font-family: var(--font-family);
        font-weight: 500;
        font-size: 20px;
        line-height: 140%;
        color: var(--colors-primary-600);
}

.partp-textb {
    font-family: var(--font-family);
        font-weight: 700;
        font-size: 24px;
        line-height: 140%;
        color: var(--colors-primary-600);

}

.partp-link {
    border-radius: 360px;
        padding: 8px 24px;
        height: 48px;
        background: var(--colors-primary-600);
    font-family: var(--font-family);
        font-weight: 600;
        font-size: 16px;
        line-height: 137%;
        text-align: center;
        color: var(--colors-grey-25);
        display: flex;
        align-items: center;
        justify-content: center;
}

/* Contacts */
.contactsp {
    border-radius: 40px;
    background: var(--colors-grey-700);
    min-width: 1440px;
}

.contactsp>.container2 {
    padding: 56px 80px;
    display: flex;
    gap: 40px;
}

.contactsp-left-box {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 53.75%;
}

.contactsp-title {
    font-family: var(--second-family);
        font-weight: 700;
        font-size: 40px;
        line-height: 110%;
        text-transform: uppercase;
        color: var(--colors-grey-25);
}

.contactsp-list {
    display: flex;
    gap: 24px;
    align-items: center;
}

.contactsp-item {
    width: fit-content;
    height: fit-content;
}

.contactsp-links {
    width: fit-content;
    height: fit-content;
}

.contactsp-svg {
    width: 64px;
    height: 64px;
}
  .contactsp-right-box-mob {
 display: none;
  }
.contactsp-right-box {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 43.125%;
    border-radius: 24px;
        padding:50px 40px;
        background: var(--colors-grey-25);
}
.contactsp-iteml {
    display: flex;
    gap: 32px;
}

.contactsp-text {
    font-family: var(--font-family);
        font-weight: 700;
        font-size: 24px;
        line-height: 140%;
        color: var(--colors-grey-700);
        width: 128px;
}

.contactsp-link {
    font-family: var(--font-family);
        font-weight: 500;
        font-size: 24px;
        line-height: 140%;
        color: var(--colors-grey-600);
}
/* Social */
.socialp {}

.socialp>.container2{
    padding: 80px;
overflow: hidden;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}

.socialp-line {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height:100%;
}

.socialp-mob-line {
    display: none;
  
}

.socialp-box {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
}

.socialp-text {
    font-family: var(--font-family);
        font-weight: 700;
        font-size: 24px;
        line-height: 120%;
        text-align: center;
        color: var(--colors-grey-700); 
        width:fit-content;
}

.socialp-list {
    display: flex;
    gap: 24px;
    align-items: center;
}

.socialp-item {}

.socialp-link {
    border-bottom: 1px solid var(--colors-primary-600);
        padding: 0px 4px 2px 4px;
        font-family: var(--font-family);
            font-weight: 600;
            font-size: 24px;
            line-height: 125%;
            text-align: center;
            color: var(--colors-primary-600);
}
/* STROKE */
@keyframes scroll-loop {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
} }
.stroke {
    height: 166px;
    background: var(--colors-primary-100);
    margin-bottom: -80px;
}

.stroke>.container {
    width: 100%;
    height: 100%;
    padding: 32px 0;
    overflow: hidden;
}

.stroke-box {
    display: flex;
    width: fit-content;
    animation: scroll-loop 60s linear infinite;
}

.stroke-content {
    display: flex;
    gap: 32px;
}

.stroke-text {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 110%;
    text-transform: uppercase;
    color: var(--colors-primary-600);
    white-space: nowrap; }


    /* MODAL */


        .modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(16, 16, 40, 0.5);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 9999;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }
    
        .modal-overlay.active {
            opacity: 1;
            visibility: visible;
        }
    
        .modal-window {
            border-radius: 16px;
                padding: 40px;
                width: 628px;
                max-height: 820px;
                box-shadow: 0 0 40px 0 rgba(195, 195, 195, 0.25);
                    background: var(--colors-grey-50);
        }
    
        .modal-actions {
            display: flex;
            justify-content: flex-end;
            gap: 12px;
            margin-top: 16px;
            width: 100%;
        }
    
        .modal-btn {
            border-radius: 360px;
                padding: 8px 12px;
                font-family: var(--font-family);
                    font-weight: 600;
                    font-size: 16px;
                    line-height: 137%;
                    text-align: center;
            cursor: pointer;
            height: 48px;
            width: calc((100% - 12px) / 2);
            border: none;
        }
    
        
        .cancel-btn {
            border: 1px solid var(--colors-primary-600);
            color: var(--colors-primary-600);
        }
    
        .submit-btn {
            background: var(--colors-primary-600);
            color: var(--colors-grey-25);
        }

                        .modal-title {
                            font-family: var(--font-family);
                                font-weight: 600;
                                font-size: 20px;
                                line-height: 135%;
                                text-align: center;
                                color: var(--colors-grey-900);
                                width: 100%;
                                margin-bottom: 32px;
                        }
            
                        .modal-form {
                            display: flex;
                            flex-direction: column;
                            gap: 16px;
                        }
            
                        .modal-row {
                            display: flex;
                            gap: 16px;
                        }
            
                        .modal-field {
                            flex: 1;
                            display: flex;
                            flex-direction: column;
                        }
            
                        .modal-field label {
                            padding-left: 16px;
                            margin-bottom: 8px;
                            font-family: var(--font-family);
                                font-weight: 600;
                                font-size: 14px;
                                line-height: 150%;
                                color: var(--colors-grey-800);
                        }
                        .modal-field label>span {
                            color: var(--colors-error-600);
                            margin-left: 4px;
                        }
                        .modal-field input {
                            border: 1px solid var(--colors-grey-100);
                                border-radius: 360px;         
                                 padding: 8px 16px;
                                height: 48px;
                                background: var(--colors-grey-25);
                                font-family: var(--font-family);
                                    font-weight: 500;
                                    font-size: 16px;
                                    line-height: 137%;
                            width: 100%;
                            color: var(--colors-grey-800);
                        }
            
                            .modal-field input::placeholder,.modal-field textarea::placeholder {
                                color: var(--colors-grey-400);
                            }

                            .modal-field input:focus,
                            .modal-field textarea:focus {
                                outline: none;
                            }



                        .modal-field textarea {
                            min-height: 100px;
                            resize: none;
                            border-radius: 16px;
                                padding: 12px 16px;
                            background: var(--colors-grey-25);
                            border: 1px solid var(--colors-grey-100);
                            font-family: var(--font-family);
                                font-weight: 500;
                                font-size: 16px;
                                line-height: 137%;
                                color: var(--colors-grey-800);
                            height: 171px;
                        }
            
                        /* Custom Select */
                        .custom-select {
                            position: relative;
                            user-select: none;
                        }
            
                        .select-selected {
                            display: block;
                                /* займає всю ширину контейнера */
                                width: 100%;
                                /* важливо! */
                                box-sizing: border-box;
                                /* пам’ятаємо про крайний ; */
                                padding: 8px 40px 8px 16px;
                                /* зверху та зліва як було, справа — 40px */
                                border: 1px solid var(--colors-grey-100);
                                border-radius: 360px;
                                background: var(--colors-grey-25);
                                font-family: var(--font-family);
                                font-weight: 500;
                                font-size: 16px;
                                line-height: 137%;
                                white-space: nowrap;
                                overflow: hidden;
                                /* обрізає зайвий текст */
                                text-overflow: ellipsis;
                                /* додає три крапки, якщо текст занадто довгий */          cursor: pointer;

                        }
                        .spa{width: calc((100% - 16px) / 2);}
            
.open>  .select-selected {
  
border-top-left-radius: 16px;
    border-top-right-radius:16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;

}

.custom-select .select-selected {
    color: var(--colors-grey-400);
    /* Сірий колір для placeholder */
    cursor: pointer;
}

.custom-select.selected .select-selected {
    color: var(--colors-grey-800);
    /* Чорний колір після вибору */ }
                        .select-items {
                            display: none;
                            position: absolute;
                            top: 100%;
                            left: 0;
                            right: 0;
                            background: var(--colors-grey-25);
                            border: 1px solid var(--colors-grey-100);
                            border-bottom-left-radius:16px ;
                            border-bottom-right-radius: 16px;
                            border-top: none;
                            z-index: 2;
                        }
            
                        .select-items div {
                            padding: 10px 14px;
                            cursor: pointer;
                        }
            
                        .select-items div:hover {
                            background: #f0f0f0;
                        }
            
                        .custom-select.open .select-items {
                            display: block;
                        }
            
                        .select-arrow {
                        width: 24px;
                        height: 24px;
                        position: absolute;
                        right: 10px;
                        top: 50%;
                        transform: translateY(-50%);
                        pointer-events: none;
                        transition:transform 0.2s ease-in ;
                        -webkit-transition:transform 0.2s ease-in ;
                        -moz-transition:transform 0.2s ease-in ;
                        -ms-transition:transform 0.2s ease-in ;
                        -o-transition:transform 0.2s ease-in ;
}

                            .custom-select.open   .select-arrow{
                                transform: translateY(-50%) rotate(180deg);
                                -webkit-transform: translateY(-50%) rotate(180deg);
                                -moz-transform: translateY(-50%) rotate(180deg);
                                -ms-transform: translateY(-50%) rotate(180deg);
                                -o-transform: translateY(-50%) rotate(180deg);
}                      
   body.modal-open {
                                                            overflow: hidden;                             }
                                                    .grecaptcha-badge {
                                                        bottom:108px!important;
                                                        z-index: 4 !important;
                                                                                                            }


 @media screen and (max-width: 768px) {

.newheader header {
        height: 0px;
        width: 100%;
        min-width: 390px;
        margin: 0 auto;
    }

    .newheader header>.container {
        width: 100%;
    }

    .newheader footer {
        width: 100%;
        min-width: 390px;
    }

    .newheader footer>.container {
        width: 100%;
    }





    /* HEro */
    .herop {
   
  
    overflow: hidden;
        min-width:390px;
      
}

    .herop>.container2 {
overflow: hidden;
    padding: 96px 20px 20px 20px;
    min-height:441px ;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  
    }

    .herop-uk {
        position: absolute;
        z-index: 1;
        left: unset;
        right: -62px;
        bottom: -19px;
    width: 424px;
    }

    .herop-line {
  display: none;
    }

        .herop-mob-line {
            display: block;
            position: absolute;
            z-index: 2;
            left: -95px;
            top: 274px;
            width: 1113px;
            height: 461.5px;
            max-width: unset;
        }
           .herop-mob-word {
               display: block;
               position: absolute;
               z-index: 2;
               left: 20px;
               top: 274px;
               width: 230px;
               height: 70px;
               max-width: unset;
           }

    .herop-textbox {
        text-align: center;
        min-width: 100%;
        width: 100%;
        padding:0;
        margin-left:0;
        display: flex;
            flex-direction: column;
            height: 100%;
    }

    .herop-title {
        font-size: 26px;
        line-height: 110%;
        margin-bottom: 50px;
        width: 100%;
    }

    .herop-text {
        text-align: center;
        width: 100%;
        font-weight: 500;
        font-size: 18px;
        line-height: 139%;
        margin-bottom: 0px;
    }

    .herop-button-wrap {
        gap: 8px;
        justify-self: flex-end;
        position: relative;
        z-index: 2;
    }

    .herop-link,
    .herop-button {
        width: calc((100% - 8px) / 2);
    }
/* Workp */
.workp {
    min-width: 390px;
}

.workp>.container2 {
    padding: 40px 20px 0px 20px;
    display: flex;
    flex-direction: column-reverse;
align-items: center;
gap:24px
   
}
.worrkp-img {
   display: none;
}
.worrkp-mob-img {
    display: block;

}

.workp-arrow {display: none;}

.workp-mob-arrow {display: block;
width: 13px;
height: 22px;}
.workp-line {
  display: none;

}

.workp-text-box {
    min-width: 350px;
    width: 100%;
    margin-left: 0;
   
}

.workp-title {
  
    font-size: 24px;    
  
    text-align: center;
  
}

.workp-title>br{display: block;}
.workp-list {
    width: 100%;
    margin-top: 24px;

    gap: 12px;
    margin-bottom: 12px;
}

.workp-item,
.workp-last {

    gap: 18px;
    width: 100%;

    padding: 20px;
    background: var(--colors-grey-25);
   
}

.workp-svg {
    width: 24px;
    height: 24px;

}

.workp-text {
    width: calc(100% - 42px);
    font-weight: 500;
    font-size: 16px;
    line-height: 144%;
  
}

.p-bold {
    font-weight: 500;
}



.workp-last {
    border: 2px solid var(--colors-secondary-500);
    margin-top:12px;

}

  /* Carousel */
  .carousel {
    
      min-width: 390px;
 
  }

  .carousel>.container2 {
      display: flex;
      flex-direction: column;
    padding: 40px 20px;
      gap: 24px;

  }

  .carousel-title {
 text-align: center;
      font-size: 24px;

  }


  .carousel-list {

      gap: 16px;
      padding-right: 0px;
      padding-left: 0px;
  }

  .carousel-item {
      width: 280px;
      
      gap: 16px;
  }






  /* .carousel-number {
      border: 2px solid var(--colors-secondary-500);
      border-radius: 360px;
      padding: 8px;
      width: 48px;
      height: 48px;
      font-family: var(--font-family);
      font-weight: 600;
      font-size: 28px;
      line-height: 28px;
      text-transform: uppercase;
      text-align: center;
      color: var(--colors-secondary-25);
  }

  .carousel-number.selectN {
      background: var(--colors-secondary-500);
      padding: 8px 10px 8px 8px;

      color: var(--colors-grey-25);
  } */

  .carousel-text {

    font-size: 18px;
        line-height: 122%;
     
     

  }

  .carousel-img {
  
      height: 463px;

  }

  .carousel-bottom-box {
    flex-direction: column;
    gap: 16px;
      padding-right: 20px;
      padding-left: 20px;
  }

  .carousel-bottom-text {
    font-size: 16px;
        line-height: 144%;
        text-align: center;

  }






  /* Video */


  .videop>.container2 {
      padding: 20px;
   
  }

  .videop-line {
   display: none;
  }


.videop-mob-line {
    display: block;
        position: absolute;
            z-index: 1;
            top: -20px;
            left: -40px;
            width: 119.4%;
            height: 1482px;
}

  .videop-box {
     flex-direction: column;
      gap: 24px;
      align-items: center;
    
  }

  .video-box {
    display: flex;
    flex-direction: column;
      min-width: 350px;
      width:390px;
      height:717px;
padding: 40px 20px 40px 20px;
     
  }

  .videop-title {
  margin-bottom: 16px;
      font-size: 24px;
  }

  .videop-text {
  align-self: flex-end;
    width: 70%;
      font-size: 22px;
      line-height: 120%;
      text-align: right;
      text-align: end;
  }

  .videop-ar {
      max-width: unset;
      margin-top: 37.06px;
      margin-right:0px;
      margin-left: 13px;
      width: 90px;
      height: 108px;
      transform: rotate(30deg) ;
      -webkit-transform: rotate(30deg) ;
      -moz-transform: rotate(30deg) ;
      -ms-transform: rotate(30deg) ;
      -o-transform: rotate(30deg) ;
     
}

  .videop-img1 {
      position: absolute;
      bottom: 0;
      right: 0px;
      bottom: -5px;
      z-index: 2;
      width: 570px;
      height: 518px;
      object-fit: cover;
      object-position: 20%;
  }

  .videop-contbox {
margin-top: auto;

      padding: 20px;
      width: 100%;
  
    
    
  }

  .vidop-subtext {
  
      font-size: 16px;
      line-height: 144%;
 
  }

  .videop-list {
 
      gap: 8px;
  }

  .videp-item {
      width: 120px;
      height: 40px
  }

  .videp-item:nth-child(2) {
      width: 135px;

  }

  .videop-link {
      width: 100%;
      height: 100%;
  }

  .videop-imgs {
      width: 100%;
      height: 100%;
  }

  .vidop-img {
      width: 730px;
      height: 800px;
      border-radius: 40px;
  }

  .videop-video {
      object-fit: contain;
      width: 100%;
      height: 581px;
     
  }

  /* Advantage */
  .advantagp {
position: relative;
    z-index: 2;
    overflow: hidden;
      min-width: 390px;
  }

  .advantagp>.container2 {

padding: 40px 20px;

  }

  .advantagp-line {
display: none;
  }
.advantagp-mob-line{

    display: block;
    position: absolute;
        z-index: 1;
        top: -15px;
        left: -39px;
        width: 125%;
        height: 1208px;
}
  .advantagep-box {
      position: relative;
      z-index: 2;
      display: flex;
      flex-direction: column;
  }

  .advantagp-title {
      margin-bottom: 24px;
      font-size: 24px;
  }
      

  .advantagp-list {

      flex-direction: column;
      gap: 12px;
      margin-bottom: 24px;
  }

  .advantagp-item {

      padding: 20px;
      min-width: 350px;
      width:100%;
      height: fit-content;
      gap: 4px;
 

  }

  .advantagp-chek-wrap {

      width: 32px;
      height: 32px;
 
   
  }

  .advantagp-check-svg {
      width: 24px;
      height:24px;
  }

  .advantagep-item-title {
    font-size: 18px;
        line-height: 139%;
        text-align: center;
  }

  .advantagep-text {
    text-align: center;
    font-size: 16px;
        line-height: 144%;
  }

  .advantagep-subbox {
    
      padding: 20px;
 
  }

  .advantagep-subtitle {

      font-size: 22px;
      margin-bottom: 24px;
  }

  .advantagep-sublist {
 width: 100%;
      gap: 8px;
  }

  .advantagep-subitem {
      width: 100%;
  }



  .advantagep-linktext {

      padding: 8px 16px 8px 8px;
      width: 100%;
      height: fit-content;
   align-items: center;
      gap: 12px;
  
  }


  .advantagep-svg-wrap {
   
padding: 8px 12px 8px 8px;
width: 40px;
    height: 40px;
     
  }




  .advantagep-subsvg {
      width: 24px;
      height: 24px;
  }




  .advantagep-subtext {
    
      font-size: 18px;

  }



  /* Partners */
  .partp {}

  .partp>.container2 {
   min-width: 390px;
    padding: 40px 20px;
    overflow: unset;
  }

  .partp-line {
    display: none;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;

  }

 .partp-mob-line {
     display: block;
     position: absolute;
     top: -9px;
     left: -15px;
     z-index: 1;
     width: 127%;
     height:208px;

 }


  .partp-box {
flex-direction: column;
      padding: 20px;
      gap: 12px;
   
  }

  .pertp-textbox {
      display: flex;
      flex-direction: column;
      gap: 0px;
  }

  .partp-text {
    font-size: 16px;
        line-height: 144%;
        text-align: center;
  }

  .partp-textb {
    font-size: 18px;
        line-height: 139%;
        text-align: center;

  }


  .partp-link {
    width: 100%;
  
  }

  /* Contacts */
  .contactsp {
     
      min-width:390px;
  }

  .contactsp>.container2 {
    padding: 40px 20px;
      gap: 0px;
  }

  .contactsp-left-box {
    
      gap: 24x;
      width: 100%;
  }

  .contactsp-title {
text-transform: unset;
font-size: 22px;
    line-height: 120%;
text-align: center;
  }

  .contactsp-list {
      display: flex;
      gap: 24px;
      align-items: center;
      justify-content: center;
      width: 100%;
  }

  .contactsp-item {
      width: fit-content;
      height: fit-content;
  }

  .contactsp-links {
      width: fit-content;
      height: fit-content;
  }

  .contactsp-svg {
      width: 40px;
      height: 40px;
  }

  .contactsp-right-box-mob{
        display: flex;
            flex-direction: column;
            gap: 16px;
            width: 100%;
        border-radius: 24px;
padding: 20px;
            background: var(--colors-grey-25);
  }
  .contactsp-right-box {
    display: none;

  }

  .contactsp-iteml {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 8px;
  }

  .contactsp-text {
font-size: 18px;
    line-height: 139%;
      width: 100%;
  }

  .contactsp-link {
    font-size: 18px;
        line-height: 139%;
        width: 100%;
  }

  /* Social */
  .socialp {width: 100vw;}

  .socialp>.container2 {
    padding: 40px 20px;
    min-width: 390px;
    width: 100%;
  
  }

  .socialp-line {
    display: none;

  }

.socialp-mob-line {
    display: block;
    position: absolute;
    left: -142px;
    top: -8px;
    z-index: 1;
    width: 182.5%;
    height: 213px;
    max-width: unset;
}

  .socialp-box {
 
      gap: 16px;
      width: 100%;
  }

  .socialp-text {

      font-size: 22px;
    

  }

  .socialp-list {
     
      gap: 16px;
    
  }



  .socialp-link {
  
   
  
    font-size: 20px;
        line-height: 135%;

  }

  /* STROKE */


  .stroke {
      height: 138px;

  }

  .stroke>.container {
  
padding: 20px 0px 100px 0px;
    
  }



  .stroke-content {
      display: flex;
      gap: 24px;
  }

  .stroke-text {
   
      font-size: 16px;

  }


  /* MODAL */


  .modal-overlay {
    padding: 20px;

  }



  .modal-window {
    max-height: 90vh;
        overflow-y: auto;
      width: 100%;
  ;
  }

  .modal-actions {

      margin-top: 24px;
    
  }




  .modal-title {
      margin-bottom: 24px;
  }

  .modal-form {

      gap: 12px;
  }

  .modal-row {
      display: flex;
      flex-direction: column;
      gap: 12px;
  }



  .modal-field textarea {
      height: 115px;
  }

  /* Custom Select */

  .spa {
      width: 100%;
  }

  


 }