@font-face {
    font-family: "ManropeExtraBold";
    src: url("../font/Manrope-ExtraBold.ttf") format("truetype");
}

@font-face {
    font-family: "Manrope";
    src: url("../font/Manrope-Regular.ttf") format("truetype");
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    line-height: 1em;
    scrollbar-width: none;
    font-family: 'Manrope', sans-serif;
}

img {
    filter: none;
    opacity: 1;
    mix-blend-mode: normal;
}

.contact-popup{display: none}

h2{
    margin-left: -5px;
}

a{
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
}

.pt-0{
    padding-top: 0 !important;
}

button {
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

a, img{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mobile{
    display: none;
}

.d-mb-block {
    display: none;
}

.manrope-extrabold{
    font-family: 'ManropeExtraBold' !important;
}

.manrope{
    font-family: 'Manrope', sans-serif;
}

:root{
    --big-text-color: #000000;
    /*--btn-bg-color: #146EF5;*/
    --btn-bg-color: #1A8B21;
    --row-color: #D8D8D8;
    --section-padding: 500px;
}
html{
    scroll-behavior: smooth;
}

body.block{
    overflow: hidden;
}
body.block::before{
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}


nav, section{
    margin-left: auto;
    margin-right: auto;
    max-width: 1560px;
}

.wrapper-content {
    position: relative;
    width: 100%;
    height: 922px;
}


.wrapper-content.reviews {
    position: relative;
    width: 100%;
    height: 315px;
}


.wrapper-content.pricing {
    position: relative;
    width: 100%;
    height: 950px;
}



.wrapper-content .mySwiper,
.wrapper-content.reviews .reviewsSlider,
.wrapper-content.pricing .pricingSlider{
    position: absolute;
    width: calc(100vw - (100vw - 1560px)/2);
    left: 0;
}


/* START => MODALS */

.modal{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    transition: all 0.5s ease-in-out;
    background-color: #E3E3E3;
    z-index: 9999999;
    opacity: 0;
    visibility: hidden;
    padding: 50px 68px;
    width: 722px;
    height: max-content;
    border-radius: 5px;
    box-shadow: 0 4px 60px #fff;
}

.modal .order-title{
    font-size: 32px;
    font-weight: 600;
    line-height: 47px;
}

.modal.open{
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
}

.modal-title{
    font-size: 20px;
    font-weight: 800;
    line-height: 27px;
    margin-bottom: 26px;
    width: 456px;
}

.modal form{
    display: flex;
    flex-direction: column;
    gap: 29px;
}

.modal .close-modal{
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 25px;
    right: 30px;
}
.modal .close-modal svg{
    width: 21px;
    height: 21px;
}

/* END => MODALS */

/* START => SECTION */

.mobile-header{
    display: none;
}

header{
    border-bottom: 1px solid var(--row-color);
    background-color: #FFFFFF;
    z-index: 999999999; /*9999999999999;*/
    position: sticky;
    top: 0;
}

header::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.7);
}

header nav{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 13px;
    padding-bottom: 16px;
}

header .logo {
    font-size: 70px;
    color: var(--big-text-color);
    font-weight: 700;
    margin-right: 96px;
    line-height: 54px;
    margin-bottom: -32px;
    overflow-y: hidden;
    height: 51px;
    width: 220px;
}

header .logo:before{
    content: attr(data-logo);
    font-size: 70px;
    color: var(--big-text-color);
    font-weight: 700;
    margin-left: -5px;
}

header .navbar{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
    margin-right: auto;
}

header .navbar-item, .header-contact a{
    font-size: 18px;
    color: var(--big-text-color);
    font-weight: 500;
}

header .navbar-item.sub-items{
    cursor: pointer;
}

header .navbar-item.sub-items.open .service-menu{
    opacity: 1;
    visibility: visible;
}

header .navbar-item.sub-items .dropdown-icon{
    width: 21px;
    max-height: 12px;
    transform: translateY(2px);
    transition: all 0.3s ease;
}


header .navbar-item.sub-items.open .dropdown-icon{
    transform: rotate(180deg);
}

.header-contact a:first-child{
    margin-right: 26px;
}

.header-contact a:nth-child(2){
    margin-right: 59px;
}

.sub-items{
    position: relative;
    background-color: transparent;
    border: 0;
}



.button-glob{
    padding: 12px 28px;
    font-size: 20px;
    color: #FEFEFE;
    background-color: var(--btn-bg-color);
    font-weight: 400;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    line-height: 28px;
    border: 0;
    position: relative;
    cursor: pointer;
    width: max-content;
}

.button-glob.black{background-color: #000000;}

.button-glob::first-letter {
    text-transform: uppercase;
}

.order-call{
    width: max-content;
    height: max-content;
    z-index: 1000;
    background-color: #FEFEFE;
    box-shadow:  0 4px 25px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    position: absolute;
    top: calc(100% + 21px);
    border: 1px solid var(--row-color);
    left: -230px;
    cursor: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color: black;
    padding: 50px;
    gap: 50px;
}

.oreder-call-left-side{
    width: 569px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.oreder-call-left-side *{
    text-align: left;
}

.oreder-call-left-side .order-call-title{
    color: var(--btn-bg-color);
    font-size: 50px;
    font-weight: 500;
    line-height: 57px;
    margin-bottom: 60px;
}

.oreder-call-left-side .order-call-description{
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 40px;
}

.oreder-call-left-side .faq-items-accardion h3{
    font-size: 22px;
    font-weight: 500;
    line-height: 57px;
}

.oreder-call-left-side .faq-items-accardion .item-question{
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

.oreder-call-left-side .faq-items-accardion .item-question::after{
    margin-right: 0;
}

.oreder-call-left-side .faq-items-accardion .item-answer{
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #5B5B5B;
}

.oreder-call-left-side .support-center-text,
.oreder-call-left-side .support-center-text a{
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}
.oreder-call-left-side .support-center-text{
    margin-top: 50px;
}

.oreder-call-left-side .support-center-text a {
    text-decoration: underline;
    text-underline-offset: 3px;
}


.oreder-call-right-side{
    width: 436px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.oreder-call-right-side .work-time-graphic{
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}

.oreder-call-right-side .right-side-items{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 14px;
    width: 100%;
    /*padding: 30px 30px 30px 23px;*/
    padding: 15px;
    margin-bottom: 18px;
    background-color: #F9F9F9;
}

.oreder-call-right-side .right-side-items * {
    text-align: left;
}


.oreder-call-right-side .right-side-items img{
    width: 24px;
    height: max-content;
}

.oreder-call-right-side .right-side-items .title-links{
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    width: 100%;
}

.oreder-call-right-side .right-side-items .title-links a{
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #5B5B5B;
    margin-right: 0;
    margin-top: 5px;
}


.oreder-call-right-side .right-side-items .title-links a.social {
    margin-right: 19px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.oreder-call-right-side .right-side-items .title-label{
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    color: #5B5B5B;
    width: 100%;
}

.oreder-call-right-side .right-side-items.message-form{
    flex-direction: column;
}

.oreder-call-right-side .right-side-items.message-form .icon-label{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    /*margin-bottom: 43px;*/
}

.oreder-call-right-side .right-side-items.message-form form{
    margin-left: 38px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 317px;
}
.oreder-call-right-side .right-side-items.message-form form .form-infotext{
    /*margin-bottom: 38px;*/
}
.oreder-call-right-side .right-side-items.message-form form .from-sumbit-box{
    gap: 20px;
}
.oreder-call-right-side .right-side-items.message-form form .from-sumbit-box label{
    font-size: 16px;
    line-height: 18px;
}

.open-modal{
    position: relative;
    background-color: transparent;
    border: 0;
}

/*.open-modal:focus-within .order-call{*/
/*}*/

.open-modal.open .order-call{
    opacity: 1;
    visibility: visible;
}

/* END => HEADER */


/* START => HOME PAGE */

.underline{
    width: 100%;
    height: 0;
    border-bottom: 1px solid var(--row-color);
}

.hero-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 927px;
    position: relative;
}

.hero-section .service-box .hero-title{
    font-size: 70px;
    font-weight: 800;
    line-height: 81px;
    margin-bottom: 46px;
    margin-left: -5px;
}

.hero-section .service-box .hero-description{
    line-height: 28px;
    font-size: 20px;
    font-weight: 400;
    width: 569px;
    margin-bottom: 39px;
}

.services-dropdown{
    padding: 13px 27px 13px 26px;
    font-size: 18px;
    color: var(--big-text-color);
    font-weight: 800;
    border: 1px solid var(--row-color);
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 187px;
    height: 49px;
    margin-bottom: 42px;
    position: relative;
    cursor: pointer;
    background-color: #FFFFFF;
    z-index: 3;
    transition: all 0.3s ease;
}


.hero-section .hero-img .img-box{
    min-height: 726px;
    max-height: 726px;
    min-width: 788px;
    max-width: 788px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    overflow: hidden;
    object-fit: cover;
    -o-object-fit: cover;
}

.hero-section .hero-img .img-box img{
    height: 726px;
    width: 788px;
    object-fit: cover;
    /*height: 100%;*/
}


.logo-svg{
    margin-right: 20px;
    min-width: 22px !important;
    min-height: 22px !important;
}

.services-dropdown .dropdown-icon{
    margin-left: 9px;
    width: 21px;
    max-height: 12px;
    transform: translateY(2px);
    transition: all 0.3s ease;
}


.services-dropdown.open{
    background-color: var(--row-color) !important;
}

.service-menu{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 120%;
    left: -20px;
    width: max-content;
    height: max-content;
    background-color: #FFFFFF;
    border: 1px solid var(--row-color);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 4px 25px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 25px;
    pointer-events: auto !important;
    padding: 38px 25px 35px 19px;
}

.sub-items .service-menu{
    top: calc(100% + 21px);
    z-index: 10;
}

.service-menu a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 19px;
    font-size: 20px;
    line-height: 23px;
    font-weight: 400;
}

.service-menu a.mobile{
    display: none;
}

.service-menu a img {
    width: 34px;
    height: 22px;
    object-fit: contain;
    -o-object-fit: contain;
}

.services-dropdown.open .dropdown-icon{
    transform: rotate(180deg);
}

.services-dropdown.open .service-menu{
    opacity: 1;
    visibility: visible;
}

.hero-btns{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 19px;
}

.hero-btns a svg{
    width: 14px;
    height: 15px;
    margin-left: 13px;
}

.hero-btns a{
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
}


.complex-section{
    display: flex;
    flex-direction: column;
    gap: 82px;
    justify-content: flex-start;
}

.complex-section-heading{
    display: flex;
    gap: 196px;
}

.heading-left{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 33px;
    padding-top: 76px;
}

.heading-left h2{
    font-size: 50px;
    font-weight: 500;
    line-height: 57px;
    width: 751px;
}


.heading-left p{
    width: 700px;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.heading-left p .right-arrow{
    margin-left: 5px;
}

.right-arrow {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("../images/arrow-right.svg") no-repeat center;
    background-size: contain;
    transform: rotate(-90deg) translateX(-2px);
}

.next-arrow.white,
.prev-arrow.white {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #FFFFFF;

    -webkit-mask: url("../images/arrow-right.svg") no-repeat center;
    mask: url("../images/arrow-right.svg") no-repeat center;

    -webkit-mask-size: contain;
    mask-size: contain;

    transform-origin: center;
}

.next-arrow.white {
    transform: rotate(-90deg);
}

.prev-arrow.white {
    transform: rotate(90deg);
}

.heading-right{
    padding-top: 90px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
}

.heading-right .user-comment{
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
}

.user-acc{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.user-acc img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    background-color: #D8D8D8;
    object-fit: cover;
    -o-object-fit: cover;
}

.user-acc .name-surname-proffesion{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.user-acc .name-surname-proffesion .name{
    font-size: 20px;
    font-weight: 800;
    line-height: 23px;
}


.user-acc .name-surname-proffesion .profesion{
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.complex-section-image-box{
    overflow: hidden;
    width: 100%;
    height: 709px;
    background: #D8D8D8;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.complex-section-image-box img{
    object-fit: cover;
    -o-object-fit: cover;
    width: 100%;
    height: 709px;
}


.construction-section{
    padding-top: 116px;
    padding-bottom: 148px;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /*margin-left: 500px;*/
    /*margin-right: 0;*/
    /*max-width: unset;*/
}

.construction-section .construction-title{
    font-weight: 500;
    font-size: 50px;
    line-height: 57px;
    margin-bottom: 35px;
    width: 870px;
}

.construction-section .construction-description{
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 78px;
    width: 726px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.construction-section .swiper-slide{
    cursor: grab;
}


.construction-section .swiper-slide:active{
    cursor: grabbing;
}

.swiper-slide .slide-image-view-box{
    overflow: hidden;
    width: 100%;
    height: 750px;
    /*background-color: var(--row-color);*/
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin-bottom: 60px;
}

.swiper-slide .slide-image-view-box img{
    object-fit: cover;
    -o-object-fit: cover;
    width: 100%;
    height: 750px;
}


.swiper-slide .slider-title{
    margin-bottom: 22px;
    font-size: 30px;
    font-weight: 600; /* 800 */
    line-height: 34px;
}

.swiper-slide .slider-description{
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #5B5B5B;
    padding-right: 51px;
}

.swiper-slide .slider-description i{
    margin-left: 5px;
}

.swiper {
    width: 100%;
    height: max-content;
    margin: auto;
}

.guarantee-section{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.guarantee-section .guarantee-title{
    font-size: 50px;
    font-weight: 500;
    line-height: 57px;
    margin-bottom: 80px;
}

.guarantee-section .guarantee-step-box{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.guarantee-section .guarantee-step-box .step-items{
    width: calc(33% - 79px);
}

.guarantee-section .guarantee-step-box .step-items .step-number{
    font-size: 50px;
    font-weight: 800;
    line-height: 52px;
    margin-bottom: 52px;
}

.guarantee-section .guarantee-step-box .step-items .step-text{
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.guarantee-section .guarantee-button{
    margin-top: 61px;
}


.implementation-section{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-top: 116px;
}

.implementation-section.homePage,
.implementation-section.servicePage,
.implementation-section.servicesPage
{
    margin-bottom: 116px;
    margin-top: 0;
}

.implementation-left-side{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 473px;
}

.implementation-left-side .implementation-title{
    font-size: 50px;
    font-weight: 500;
    line-height: 57px;
    margin-bottom: 29px;
}

.implementation-left-side .implementation-paragraph{
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 40px;
}

.implementation-btns{
    display: flex;
    align-items: center;
    gap: 17px;
}

.implementation-right-side{
    width: 920px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 45px;
}

.implementation-item-box{
    background-color: #FEFEFE;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    border-radius: 5px;
    /*border: 3px solid #d8d8d885;*/
    width: 432px;
    height: 230px;
    padding: 60px 39px 34px 39px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0);
    position: relative;
}


.implementation-item-box::before{
    content: attr(data-index);
    width: 28px;
    height: 28px;
    position: absolute;
    top: 11px;
    left: 11px;
    text-align: center;
    align-content: center;
    background-color: #000000;
    color: #FFFFFF;
    transition: all 0.3s ease;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}


.implementation-item-box.active{
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}


.implementation-item-box.active::before{
    background-color: var(--btn-bg-color);
}

.inplementation-item-title{
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
}

.implementation-item-description{
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
}

/*.implementation-right-scroll {*/
/*    position: relative;*/
/*}*/

/*.scroll-slide {*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    opacity: 0;*/
/*    transform: translateY(-100%) scale(0.8); !* start above the screen *!*/
/*    transition: opacity 0.5s ease, transform 0.5s ease;*/
/*    pointer-events: none;*/
/*}*/

/*.scroll-slide.active {*/
/*    opacity: 1;*/
/*    animation: slideIn 0.8s ease forwards; !* activate animation *!*/
/*    pointer-events: auto;*/
/*}*/

/*@keyframes slideIn {*/
/*    0% {*/
/*        transform: translateY(-100%) scale(0.8); !* start above *!*/
/*        opacity: 0;*/
/*    }*/
/*    100% {*/
/*        transform: translateY(0) scale(1); !* end in place *!*/
/*        opacity: 1;*/
/*    }*/
/*}*/


/*.implementation-right-side .right-side-image-box{*/
/*    width: 799px;*/
/*    height: 464px;*/
/*    margin-left: auto;*/
/*}*/

/*.implementation-right-side .right-side-image-box img{*/
/*    object-fit: cover;*/
/*    -o-object-fit: cover;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

/*.project-cost-box{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 25px;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    !*top: 50%;*!*/
/*    transform: translateY(-125%);*/
/*    background-color: #FEFEFE;*/
/*    width: 480px;*/
/*    padding: 50px 45px;*/
/*    border: 1px solid var(--row-color);*/
/*    border-radius: 5px;*/
/*    -webkit-border-radius: 5px;*/
/*    -moz-border-radius: 5px;*/
/*    box-shadow: 0 4px 25px rgba(0,0,0,0.1);*/
/*}*/

/*.project-cost-box:before{*/
/*    content: attr(data-num);*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 0;*/
/*    transform: translate(-50%, -50%);*/
/*    color: #FFFFFF;*/
/*    width: 31px;*/
/*    height: 31px;*/
/*    align-content: center;*/
/*    text-align: center;*/
/*    background-color: black;*/
/*    font-size: 14px;*/
/*    line-height: 26px;*/
/*}*/

/*.project-cost-box .cost-box-title{*/
/*    font-size: 20px;*/
/*    line-height: 23px;*/
/*    font-weight: 400;*/
/*}*/


/*.project-cost-box .cost-box-description{*/
/*    font-size: 16px;*/
/*    line-height: 22px;*/
/*    font-weight: 400;*/
/*}*/

.our-works-section{
    padding-top: 116px;
    padding-bottom: 116px;
}

.our-works-section .works-section{
    font-size: 50px;
    line-height: 57px;
    font-weight: 500;
    position: relative;
}

.our-works-section .works-section .next-prev-btns {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 110px;
    height: 40px;
}

.our-works-section .works-section .next-prev-btns .nav-btn {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.9;
    transition: opacity 0.2s;
    background-color: #CFCFCF; /*rgba(0, 0, 0, 0.56);*/
    z-index: 9999;
}

.our-works-section .works-section .next-prev-btns .nav-btn.next {
    right: 0;
}

.our-works-section .works-section .next-prev-btns .nav-btn.prev {
    left: 0;
}



.swiper-container-wrapper {
    position: relative;
    margin: 0 auto;
}

.mainSwiper {
    width: 100%;
    height: max-content;
}


.parent-slid .childslideTitle, .parent-slid .childslideDescription{
    /*opacity: 0.5;*/
    transition: all .3s ease;
}

.parent-slid.play .childslideTitle,.parent-slid.play .childslideDescription{
    opacity: 1;
}

.childSwiper {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    overflow: hidden;
}

.childslideTitle{
    font-size: 22px;
    line-height: 25px;
    font-weight: 800;
    margin-bottom: 11px;
}

.childslideDescription{
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}

.inner-s { background: var(--row-color); }

.inner-s {
    width: 478px;
    height: 491px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-s img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.d-none {
    display: none;
}
/*.mainSwiper .swiper-button-next,*/
/*.mainSwiper .swiper-button-prev{*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*}*/

.next-prev-btns{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    margin: 0 55px 75px auto;
    position: relative;
    /*opacity: 0;*/
    /*visibility: hidden;*/
}

.nav-btn {
    width: 38px;
    height: 38px;
    text-align: center;
    align-content: center;
    background: #2B2A29;
    opacity: 0.5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    cursor: pointer;
}

.childSwiper .childSwiper-button-next{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    visibility: hidden;
}

.parent-slid .pagination {
    position: relative;
    display: flex;
    width: 100%;
    margin-top: 49px;
    margin-bottom: 32px;
    height: 2px;
    background: #ccc;
}


.parent-slid.play .pagination.active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    animation: sliderRun var(--items) linear forwards;
}

@keyframes sliderRun {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}


.improvement-section{
    position: relative;
    display: flex;
    align-items: center;
    height: 314px;
}

.improvement-number{
    font-size: 220px;
    font-weight: 800;
    line-height: 228px;
}

.improvement-box{
    width: 1212px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #F0F0F0;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    padding: 48px 97px;
    margin-left: auto;
}

.improvement-box button{
    width: max-content;
    margin-top: 55px;
}

.improvement-title{
    margin-bottom: 18px;
    font-size: 22px;
    font-weight: 800;
    line-height: 25px;
}

.improvement-description{
    line-height: 33px;
    font-size: 22px;
    font-weight: 400;
}

.ai-modeling-section{
    display: flex;
    align-items: center;
    gap: 115px;
    padding-top: 116px;
    padding-bottom: 116px;
}

.ai-img-viewer{
    width: 518px;
    height: 901px;
    overflow: hidden;
}

.ai-img-viewer img{
    object-fit: cover;
    -o-object-fit: cover;
    width: 100%;
    height: 100%;
}

.ai-modeling-box{
    display: flex;
    flex-direction: column;
    width: 916px;
}

.modeling-title{
    margin-bottom: 67px;
    font-size: 50px;
    font-weight: 500;
    line-height: 57px;
}

.modeling-list{
    display: flex;
    flex-direction: column;
    gap: 42px;
    margin-bottom: 42px;
}

.modeling-list li{
    list-style: none;
    font-size: 22px;
    line-height: 33px;
    font-weight: 400;
}

.ai-modeling-box .user-acc{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.ai-modeling-box .user-acc img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    background-color: #D8D8D8;
    object-fit: cover;
    -o-object-fit: cover;
}

.ai-modeling-box .user-acc .name-position{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}


.ai-modeling-box .user-acc .name-position .name{
    font-size: 20px !important;
    font-weight: 800;
    line-height: 23px;
}


.ai-modeling-box .user-acc .name-position .name{
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}



.map-section{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 116px;
}

.location-details-box{
    display: flex;
    flex-direction: column;
    width: 535px;
}

.location-details-box .location-title{
    margin-bottom: 67px;
    font-size: 50px;
    font-weight: 500;
    line-height: 57px
}

.location-details-box .location-text-list{
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 43px;
}

.location-details-box .location-text-list li {
    list-style: none;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

.location-details-box .city-list{
    margin-bottom: 28px;
}

.location-details-box .city-list li{
    list-style: none;
    font-size: 18px;
    line-height: 100%;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--row-color);
    width: 255px;
}

.location-details-box .city-list li:first-child {
    padding-top: 0;
}

.list-more-btn{
    width: max-content;
    font-size: 18px;
    line-height: 100%;
    font-weight: 400;
}



.yandex-map-box{
    width: 824px;
    height: 819px;
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.yandex-map-box iframe{
    width: 100%;
    height: 100%;
}


.reviews-section{
    padding-right: 0;
    padding-bottom: 116px;
    /*margin-right: 0;*/
    /*margin-left: 500px;*/
    /*max-width: unset;*/
}

.reviews-title{
    margin-bottom: 67px;
    font-size: 50px;
    font-weight: 500;
    line-height: 57px;
}

.reviews-section .swiper {
    width: 100%;
    height: 100%;
}

.reviews-section .swiper-slide {
    background: #FAFAFA;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 38px;
    justify-content: flex-start;
    padding: 44px 67px;
    cursor: grab;
    max-height: fit-content;
}

.reviews-section .swiper-slide:active {
    cursor: grabbing;
}

.reviews-section .swiper-slide .review{
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}

.reviews-section .swiper-slide .name-position .name{
    font-size: 20px;
    line-height: 28px;
}

.reviews-section .swiper-slide .name-position .position{
    font-weight: 400;
    font-size: 14px;
}

.faq-section{
    margin-bottom: 116px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.fac-contact-form{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 52px 67px;
    width: 722px;
    background-color: #FAFAFA;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.faq-form-headings{
    display: flex;
    flex-direction: column;
    gap: 34px;
    margin-bottom: 33px;
}

.faq-form-headings .faq-form-text{
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}

.faq-form-headings .contact-list-form{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.faq-form-headings .contact-list-form a{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: black;
}

.faq-form-headings .contact-list-form a.contact-underline{
    text-decoration: underline;
    text-underline-offset: 5px;
}

.faq-form-headings .form-label{
    font-size: 20px;
    line-height: 27px;
    font-weight: 800;
}

.from{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}

.input-row{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 22px;
    align-items: center;
    justify-content: center;
}

.glob-input-style{
    width: 100%;
    position: relative;
    border: 1px solid var(--row-color);
}

.glob-input-style input,
.glob-input-style select,
.glob-input-style textarea {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    color: black;
    background-color: #FEFEFE;
    border: 0;
    font-size: 18px;
    outline: none;
    resize: none;
    height: 51px;
}

.glob-input-style.required input::placeholder,
.glob-input-style.required select::placeholder,
.glob-input-style.required textarea::placeholder{
    color: #ED522B;
}

.glob-input-style.error{
    border: 1px solid #ED522B;
}

.glob-input-style::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -18px;
    color: #ED522B;
    font-size: 14px;
    display: none;
    width: 100%;
}

.glob-input-style.error::before {
    content: attr(data-error);
    display: inline-block;
}

.glob-input-style input::placeholder,
.glob-input-style select::placeholder,
.glob-input-style textarea::placeholder{
    color: black;
}

/*.glob-input-style input:focus-within::placeholder,*/
/*.glob-input-style select:focus-within::placeholder,*/
/*.glob-input-style textarea:focus-within::placeholder{*/
/*    color: #ED522B;*/
/*}*/
.glob-input-style textarea{
    height: 96px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.glob-input-style select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../images/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: right 30px center;
    background-size: 12px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-text-fill-color: #000000;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: 0 0 0px 1000px #FEFEFE inset;
    border: 0;
}

.glob-input-style select option {
    color: black;
    background-color: #FFFFFF;
}

.glob-input-style select option:checked {
    background-color: var(--row-color);
    color: black;
}


.form-infotext{
    color: #898989;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}


.form-infotext a{
    color: #898989;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.from-sumbit-box{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 38px;
}

.from-sumbit-box .file-upload-box{
    display: flex;
    align-items: center;
    width: max-content;
}

.from-sumbit-box .file-upload-box label{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 5px;
    cursor: pointer;
}

.from-sumbit-box .file-upload-box input{
    opacity: 0;
    visibility: hidden;
    display: none;
}

.from-sumbit-box .red-text{
    font-size: 13px;
    line-height: 17px;
    color: #E31E24;
    font-weight: 400;
    margin-left: auto;
}

.faq-question-box{
    width: 762px;
}

.question-box-title{
    margin-bottom: 0;
    font-size: 50px;
    font-weight: 500;
    line-height: 57px;
}

.accardion-item{
    transition: all 0.3s ease-in-out;
    padding-bottom: 0;
    border-bottom: 1px solid var(--row-color);
}

.accardion-item.active{
    padding-bottom: 40px;
}


.accardion-item .item-question:focus,
.accardion-item .item-question:active {
    background-color: transparent !important;
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
}

.accardion-item .item-question {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
}

.accardion-item .item-question::after {
    content: "+";
    display: inline-block;
    font-size: 21px;
    transition: transform 0.3s ease-in-out;
    transform: rotate(0deg);
    margin-right: 67px;
    font-weight: 800;
    font-family: "ManropeExtraBold";
}

.accardion-item.active .item-question::after {
    transform: rotate(45deg);
}


.accardion-item .item-answer{
    max-height: 0;
    overflow-y: hidden;
    transition: max-height 0.3s ease-in-out;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #5B5B5B;
}

.accardion-item.active .item-answer{
    max-height: var(--item-height);
}

.support-center-text.contact-section{
    margin-top: 40px;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
}

.support-center-text.contact-section a{
    text-decoration: underline;
    text-underline-offset: 6px;
}

.support-center-text .blue-arrow-right{
    background-color: var(--btn-bg-color);
    margin-left: 10px;
    padding: 4px 11px;
    transform: translateY(6px);
    text-align: center;
    align-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* END => HOME PAGE */


/* START => PAVING STONE PAGE */

.poving-stone-section{
    padding-top: 82px;
    padding-bottom: 99px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.poving-stone-section .left__side {
    height: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.poving-stone-section .left__side a {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    gap: 8px;
}

.poving-stone-section .left__side a svg {
    width: 11px;
    height: 10px;
}

.paving-stone-hero-title{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.paving-stone-title{
    font-size: 86px; /*70px;*/
    font-weight: 800;
    line-height: 91px; /*81px;*/
    margin-bottom: 37px;
    /*max-width: 950px;!*800px;*!*/
    width: 950px;/*800px;*/
}

.paving-stone-description{
    line-height: 28px;
    font-size: 20px;
    font-weight: 400;
    width: 780px;
    margin-bottom: 21px;
}
.poving-stone-section.support .paving-stone-description{
    width: 930px;
}

.poving-stone-section.support{
    padding-bottom: 45px;
}

.poving-slide-section{
    padding-bottom: 116px;
    /*max-width: 1570px;*/
    width: calc(100vw - (100vw - 1560px) / 2);
    max-width: calc(100vw - (100vw - 1560px) / 2);
    margin-right: unset;
}

.poving-slide-section .swiper {
    width: 100%;
    height: 100%;
    padding: 10px;
}

.poving-slide-section .poving-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.poving-slide-section .poving-box .img-poving{
    height: 662px;
    width: 100%;
    background-color: var(--row-color);
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 57px;
    /*box-shadow: 0 4px 8px #999999;*/
}

.poving-slide-section .poving-box .img-poving img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.poving-slide-section .poving-box .poving-item-title{
    font-size: 30px;
    line-height: 34px;
    font-weight: 600; /* 800 */
    margin-bottom: 26px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-wrap: balance;
    min-height: max-content; /* 2.2em */
}

.poving-slide-section.for__sub__category .povingSlider.otherCategoryPage .poving-box {
    height: auto;
}

.poving-slide-section.for__sub__category .povingSlider.otherCategoryPage .poving-box p {
    margin-bottom: 35px;
}

.poving-slide-section.for__sub__category .povingSlider.otherCategoryPage .poving-box .button-glob {
    margin-top: auto;
}

.poving-slide-section .poving-box .poving-info-list li{
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 39px;
    font-weight: 500;
    list-style: none;
}

.poving-slide-section .poving-box p{
    margin-bottom: 44px;
    font-size: 20px;
    line-height: 39px;
    font-weight: 500;
    list-style: none;
    min-height: 125px;
}

.poving-slide-section.for__sub__category .poving-box p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    list-style: none;
    min-height: max-content;
    padding-right: 15px;
}

.poving-slide-section .poving-box .poving-info-list li::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 15px;
    background: url(../images/arrow-right.svg) no-repeat center;
    background-size: contain;
    transform: rotate(-90deg) translateX(-2px);
    margin-right: 13px;
}

.poving-slide-section .poving-box .poving-info-list li:last-child {
    margin-bottom: 0;
}
/* END => PAVING STONE PAGE */

/* START => PAVING STONES VIBRO PRESSED PAGE */

.foundation-pricing-section{
    padding-top: 116px;
    padding-bottom: 116px;
}

.foundation-pricing-title{
    font-size: 50px;
    font-weight: 500;
    line-height: 57px;
    margin-bottom: 83px;
}

.pricingSlider .swiper-slide{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.pricing-slide-image-box{
    width: 100%;
    height: 396px;
    border-radius: 15px;
    background-color: #e2e1e0;
    overflow: hidden;
}

.pricing-slide-image-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pricing-slide-title{
    width: 100%;
    font-size: 22px; /* 24 */
    font-weight: 600;
    line-height: 32px; /* 35 */
    margin-top: 58px;
    margin-bottom: 30px;
}

.pricing-slide-description{
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 43px;
    /*word-break: break-all;*/
        /*word-break: normal;*/
        /*overflow-wrap: break-word;*/
        /*hyphens: auto;*/
    padding-right: 68px;
}

.pricing-slide-list{
    width: 467px;
}

.pricing-slide-list li{
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 18px; /* 20 */
    padding-top: 18px; /* 20 */
    border-bottom: 1px solid var(--row-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pricingSlider .button-glob.order-message{
    font-size: 16px;
    line-height: 24px;
}

.pricing-slide-list li:first-child{
    padding-top: 0;
}


.pricing-slide-list li:last-child{
    padding-bottom: 0;
    border-bottom: 0;
    font-weight: 700;
}


.mySwiper .swiper-button-prev svg,
.mySwiper .swiper-button-next svg,
.povingSlider .swiper-button-prev svg,
.povingSlider .swiper-button-next svg,
.pricingSlider .swiper-button-prev svg,
.pricingSlider .swiper-button-next svg{
    display: none;
}


.mySwiper .swiper-button-prev,
.povingSlider .swiper-button-next,
.povingSlider .swiper-button-prev,
.mySwiper .swiper-button-next,
.pricingSlider .swiper-button-prev,
.pricingSlider .swiper-button-next{
    width: 77px;
    height: 77px;
    text-align: center;
    align-content: center;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.6);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
}


.mySwiper .swiper-button-prev .arrow-prev,
.mySwiper .swiper-button-next .arrow-next,
.povingSlider .swiper-button-prev .arrow-prev,
.povingSlider .swiper-button-next .arrow-next,
.pricingSlider .swiper-button-prev .arrow-prev,
.pricingSlider .swiper-button-next .arrow-next{
    display: inline-block;
    width: 29px;
    height: 27px;
    background-color: #FFFFFF;
    -webkit-mask: url(../images/arrow-right.svg) no-repeat center;
    mask: url(../images/arrow-right.svg) no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    transform-origin: center;
}

.mySwiper .swiper-button-prev,
.pricingSlider .swiper-button-prev{
    transform: rotate(90deg) translateX(-200px) translateY(-40px);
}

.povingSlider .swiper-button-prev {
    transform: rotate(90deg) translateX(-123%) translateY(-40px);
}


.mySwiper .swiper-button-next,
.pricingSlider .swiper-button-next{
    transform: rotate(-90deg) translateX(200px) translateY(-40px);
}

.povingSlider .swiper-button-next {
    transform: rotate(-90deg) translateX(123%) translateY(-40px);
}

.mySwiper .swiper-button-prev.swiper-button-disabled,
.mySwiper .swiper-button-next.swiper-button-disabled,
.povingSlider .swiper-button-prev.swiper-button-disabled,
.povingSlider .swiper-button-next.swiper-button-disabled,
.pricingSlider .swiper-button-next.swiper-button-disabled,
.pricingSlider .swiper-button-prev.swiper-button-disabled{
    opacity: 0;
    visibility: hidden;
}

.foundation-pricing-section {
    .swiper-horizontal {
        .swiper-button-next, .swiper-button-prev, ~ .swiper-button-next, ~ .swiper-button-prev {
            top: var(--swiper-navigation-top-offset, 42%);
        }
    }
}

/*.pricingSlider .swiper-slide {*/
/*    position: relative;*/
/*}*/

.pricingSlider .swiper-slide .button-glob{
    margin-top: 53px;
}

/*.order-product{*/
/*    position: absolute;*/
/*    bottom: 50px;*/
/*    left: 0;*/
/*    height: 252px;*/
/*    padding: 50px 68px;*/
/*    width: 722px;*/
/*    background-color: rgb(227, 227, 227);*/
/*}*/




/* START => STICKY PRODUCTS SECTION*/

.design-and-branding {
    width: 100%;
    display: flex;
    flex-direction: column;
    /*gap: 60px;*/
    margin-top: 85px;
}

.design-and-branding .info-content {
    width: 780px;
    display: flex;
    flex-direction: column;
}

.design-and-branding .info-content .title {
    font-size: 50px;
    line-height: 57px;
    font-weight: 500;
    margin-bottom: 33px;
}

.design-and-branding .info-content .desc {
    font-size: 22px;
    line-height: 27px;
    stroke-width: 400;
    margin-bottom: 84px;
}

.design-and-branding .info-content .desc span {
    font-weight: 800;
    font-size: 22px;
    line-height: 27px;
}

/* ── sticky wrapper ── */
.sticky-wrap {
    position: relative;
    height: 300vh;
}

.sticky-inner {
    position: sticky;
    top: 200px;
    height: auto;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    overflow: hidden;
    flex-direction: column;
}

.scroll-hint {
    position: fixed;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.8rem;
    letter-spacing: 0.15em;
    color: #999;
    pointer-events: none;
    transition: opacity 0.4s;
}
.scroll-hint.hidden { opacity: 0; }

.design-and-branding .img-content {
    width: 1545px;
    position: relative;
    height: 645px;
}

.design-and-branding .img-content .img-elems {
    width: 100%;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    position: absolute;
    inset: 0;
}

.design-and-branding .img-content .img-elems .img-parent {
    width: 355px;
    height: 300px;
    overflow: hidden;
    border-radius: 30px;

    position: absolute;
    border-radius: 16px;
    overflow: hidden;
    will-change: transform, opacity;
}

.design-and-branding .img-content .img-elems .img-parent a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F5F5F5;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    text-decoration: none;
}


.design-and-branding .img-content .img-elems .img-parent a svg {
    margin-left: 10px;
    margin-top: 6px;
    width: 10px;
    height: 9px;
}

.design-and-branding .img-content .img-elems .img-parent img {
    width: 100%;
    height: 100%;
    display: block;
}

.design-and-branding .btn-order-design {
    width: 207px;
    height: 53px;
    background: #76D671;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24.5px;
    border-radius: 30px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* END => STICKY SECTIONS */


/* END => PAVING STONES VIBRO PRESSED PAGE */


/*START => SUPPORT PAGE*/


.support-hero-section {
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.support-center-title{
    font-size: 70px;
    font-weight: 800;
    line-height: 81px;
    margin-bottom: 46px;
}

.support-center-description {
    line-height: 28px;
    font-size: 20px;
    font-weight: 400;
    width: 869px;
    margin-bottom: 39px;
}

.support-questions-section{
    display: flex;
    justify-content: center;
    gap: 68px;
    margin-top: 45px;
    margin-bottom: 95px;
}

.support-left-panel {
    width: 460px;
    padding-right: 60px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    border-right: 1px solid var(--row-color);
}

.support-accordion-header{
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 800;
    line-height: 46px;
    color: #000000;
    position: relative;
}


.support-accordion-header .arrow{
    position: absolute;
    left: -20px;
    transform: rotate(-90deg) translate(-1px, -3px);
    transition: all 0.3s ease-in-out;
    width: 11px;

}

.support-accordion-header.active .arrow{
    transform: rotate(0) translateY(0);
}



.support-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: max-height;
}

.support-sub-questions{
    list-style: none;
    padding: 27px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 23px;
}

.sub-question-item{
    cursor: pointer;
    user-select: none;
    display: block;
    padding: 0;
    font-size: 18px;
    color: #000000;
    text-decoration: none;
    font-weight: 400;
    line-height: 46px;
}

.support-accordion-content * {
    pointer-events: none;
}

.support-accordion-content.show * {
    pointer-events: auto;
}

.support-right-panel {
    width: 823px;
    height: 100%;
    position: relative;
}

.support-answer-container{
    display: flex;
    flex-direction: column;
}

.support-answer-container .selected-question {
    font-size: 24px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 40px;
    margin-top: 0;
}

.support-answer-container .selected-answer {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 24px;
}

.rating-label-stars{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 80px;
    margin-bottom: 80px;
}

.rating-label{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.rating {
    display: inline-block;
}

.rating input {
    display: none;
}

.rating label {
    float: right;
    cursor: pointer;
    color: #D9DADA;
    transition: color 0.3s;
    margin: 0 3px;
}

.rating label:before {
    content: '\2605';
    font-size: 30px;
}

.rating input:checked ~ label,
.rating label:hover,
.rating label:hover ~ label {
    color: #f5a623;
    transition: color 0.3s;
}

.question-grapghic{
    color: #F73558;
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
}

.question-grapghic span{
    color: black;
}

.contacts-side .phone-numbers{
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 50px;
}

.contacts-side .phone-numbers a{
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
}

.contacts-side .qr-box{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contacts-side .qr-box .qr-text{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px ;
}

.contacts-side .qr-box .qr-vier{
    width: 228px;
    height: 107px;
}
.contacts-side .qr-box .qr-vier img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.contacts-side .qr-box .qr-description{
    color: #898989;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}

.contacts-side .qr-box .qr-description a{
    text-decoration: underline;
    text-underline-offset: 3px;
    width: max-content;
}

.support-contact-form{
    margin-top: 65px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 580px;
}

.message-ruls{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

/*END => SUPPORT PAGE*/

/* START => FOOTER */

footer{
    border-top: 1px solid var(--row-color);
}

footer section{
    display: flex;
    align-items: flex-start;
    gap: 222px;
}

.footer-left-items{
    padding-top: 57px;
    padding-bottom: 57px;
    display: flex;
    flex-direction: column;
    width: 521px;
}

.footer-left-items .footer-title{
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 40px;
}

.footer-left-items .paragraph-list{
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 52px;
}

.footer-left-items .paragraph-list p{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.footer-left-items .copyright-text{
    font-size: 13px;
    font-weight: 800;
    color: #727271;
    line-height: 17px;
}

.footer-right-items{
    display: flex;
    flex-direction: column;
    gap: 87px;
}

.footer-right-items .footer-logo{
    margin-top: 1px;
    overflow: hidden;
    height: 132px;
}

.footer-right-items .footer-logo:after {
    content: "Bluser";
    display: inline-block;
    font-size: 228px;
    /*line-height: 266px;*/
    transform: translateY(33px);
    font-weight: 800;
}

.footer-right-items .footer-menu-list{
    width: 100%;
}

.footer-right-items .footer-menu-list li a{
    width: 50%;
}

.footer-right-items .footer-menu-list li{
    list-style: none;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.footer-right-items .footer-menu-list li {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}

.footer-right-items .mobile-codeigniter{
    display: none;
}





.container-ourWorks {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 80px;
    gap: 65px;
}

.container-ourWorks .elements-ourWorks {
    width: 30%;
    border-radius: 12px;
}

.container-ourWorks .slider-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1.02;
    border-radius: 12px;
    overflow: hidden;
    background: var(--row-color);
    /*margin-bottom: 40px;*/
}

.container-ourWorks .slides {
    display: flex;
    height: 100%;
    transition: transform 0.4s ease;
}

.container-ourWorks .slide {
    min-width: 100%;
    height: 100%;
}

.container-ourWorks .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container-ourWorks .nav-btn {
    position: absolute;
    top: 50%;
    /*transform: translateY(-50%);*/
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.9;
    transition: opacity 0.2s;
    background-color: rgba(0, 0, 0, 0.56);
    z-index: 9999;
}

.container-ourWorks .nav-btn.swiper-button-disabled {
    opacity: 0.5;
}

.container-ourWorks .nav-btn .arrow-prev,
.container-ourWorks .nav-btn .arrow-next {
    display: inline-block;
    width: 15px;
    height: 14px;
    background-color: #FFFFFF;
    -webkit-mask: url(../images/arrow-right.svg) no-repeat center;
    mask: url(../images/arrow-right.svg) no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    transform-origin: center;
}

.container-ourWorks .nav-btn .arrow-prev {
    transform: rotate(90deg);
}

.container-ourWorks .nav-btn .arrow-next {
    transform: rotate(-90deg);
}



.container-ourWorks .nav-btn:hover { opacity: 1; }
.container-ourWorks .nav-btn.prev { left: 25px; }
.container-ourWorks .nav-btn.next { right: 25px; }
.container-ourWorks .nav-btn.swiper-button-disabled:hover { opacity: 0.5; }

/* END => FOOTER */

*.mobile, .mobile {
    display: none;
}

@media (min-width: 2561px) {
    @font-face {
        font-family: "ManropeExtraBold";
        src: url("../font/Manrope-ExtraBold.ttf") format("truetype");
    }

    @font-face {
        font-family: "Manrope";
        src: url("../font/Manrope-Regular.ttf") format("truetype");
    }

    *{
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        line-height: 1em;
        scrollbar-width: none;
        font-family: 'Manrope', sans-serif;
    }

    h2{
        margin-left: -0.1953vw;
    }

    a{
        text-decoration: none;
        color: inherit;
        -webkit-tap-highlight-color: transparent;
    }

    button {
        cursor: pointer;
        outline: none;
        -webkit-tap-highlight-color: transparent;
    }

    a, img{
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .mobile{
        display: none;
    }

    .manrope-extrabold{
        font-family: 'ManropeExtraBold' !important;
    }

    .manrope{
        font-family: 'Manrope', sans-serif;
    }

    :root{
        --big-text-color: #000000;
        --btn-bg-color: #1A8B21;
        --row-color: #D8D8D8;
        --section-padding: 19.5313vw;
    }
    html{
        scroll-behavior: smooth;
    }

    body.block{
        overflow: hidden;
    }
    body.block::before{
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999999;
    }


    nav, section{
        margin-left: auto;
        margin-right: auto;
        max-width: 60.9375vw;
    }

    .wrapper-content {
        position: relative;
        width: 100%;
        height: 36.0156vw;
    }


    .wrapper-content.reviews {
        position: relative;
        width: 100%;
        height: 12.3047vw;
    }


    .wrapper-content.pricing {
        position: relative;
        width: 100%;
        height: 33.5938vw;
    }



    .wrapper-content .mySwiper,
    .wrapper-content.reviews .reviewsSlider,
    .wrapper-content.pricing .pricingSlider{
        position: absolute;
        width: calc(100vw - (100vw - 60.9375vw)/2);
        left: 0;
    }


    /* START => MODALS */

    .modal{
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -100%);
        transition: all 0.5s ease-in-out;
        background-color: #E3E3E3;
        z-index: 9999999;
        opacity: 0;
        visibility: hidden;
        padding: 1.9531vw 2.6563vw;
        width: 28.2031vw;
        height: max-content;
        border-radius: 0.1953vw;
    }

    .modal.open{
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, -50%);
    }

    .modal-title{
        font-size: 0.7813vw;
        font-weight: 800;
        line-height: 1.0547vw;
        margin-bottom: 1.0156vw;
        width: 17.8125vw;
    }

    .modal form{
        display: flex;
        flex-direction: column;
        gap: 1.1328vw;
    }

    .modal .close-modal{
        border: 0;
        background-color: transparent;
        position: absolute;
        top: 0.9766vw;
        right: 1.1719vw;
    }
    .modal .close-modal svg{
        width: 0.8203vw;
        height: 0.8203vw;
    }

    /* END => MODALS */

    /* START => SECTION */

    .mobile-header{
        display: none;
    }

    header{
        border-bottom: 1px solid var(--row-color);
        background-color: #FFFFFF;
        z-index: 999;
        position: sticky;
        top: 0;
    }

    header::after{
        content: '';
        position: absolute;
        left: 0;
        bottom: -0.3906vw;
        width: 100%;
        height: 0.3906vw;
        background-color: rgba(255, 255, 255, 0.7);
    }

    header nav{
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 0.5078vw;
        padding-bottom: 0.625vw;
    }

    header .logo {
        font-size: 2.7344vw;
        color: var(--big-text-color);
        font-weight: 700;
        margin-right: 3.75vw;
        line-height: 2.1094vw;
        margin-bottom: -1.25vw;
        overflow-y: hidden;
        height: 1.9922vw;
        width: 8.5938vw;
    }

    header .logo:before{
        content: attr(data-logo);
        font-size: 2.7344vw;
        color: var(--big-text-color);
        font-weight: 700;
        margin-left: -0.1953vw;
    }

    header .navbar{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1.7578vw;
        margin-right: auto;
    }

    header .navbar-item, .header-contact a{
        font-size: 0.7031vw;
        color: var(--big-text-color);
        font-weight: 500;
    }

    header .navbar-item.sub-items{
        cursor: pointer;
    }

    header .navbar-item.sub-items.open .service-menu{
        opacity: 1;
        visibility: visible;
    }

    header .navbar-item.sub-items .dropdown-icon{
        width: 0.8203vw;
        max-height: 0.4688vw;
        transform: translateY(0.0781vw);
        transition: all 0.3s ease;
    }


    header .navbar-item.sub-items.open .dropdown-icon{
        transform: rotate(180deg);
    }

    .header-contact a:first-child{
        margin-right: 1.0156vw;
    }

    .header-contact a:nth-child(2){
        margin-right: 2.3047vw;
    }

    .sub-items{
        position: relative;
        background-color: transparent;
        border: 0;
    }



    .button-glob{
        padding: 0.4688vw 1.0938vw;
        font-size: 0.7813vw;
        color: #FEFEFE;
        background-color: var(--btn-bg-color);
        font-weight: 400;
        border-radius: 0.1953vw;
        -webkit-border-radius: 0.1953vw;
        -moz-border-radius: 0.1953vw;
        line-height: 1.0938vw;
        border: 0;
        position: relative;
        cursor: pointer;
        width: max-content;
    }

    .button-glob.black{background-color: #000000;}


    .order-call{
        width: max-content;
        height: max-content;
        z-index: 1000;
        background-color: #FEFEFE;
        box-shadow: 0 0.1563vw 0.9766vw rgba(0,0,0,0.1);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        border-radius: 1.1719vw;
        -webkit-border-radius: 1.1719vw;
        -moz-border-radius: 1.1719vw;
        position: absolute;
        top: calc(100% + 0.8203vw);
        border: 1px solid var(--row-color);
        left: -8.9844vw;
        cursor: auto;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        color: black;
        padding: 1.9531vw;
        gap: 1.9531vw;
    }

    .oreder-call-left-side{
        width: 22.2266vw;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .oreder-call-left-side *{
        text-align: left;
    }

    .oreder-call-left-side .order-call-title{
        color: var(--btn-bg-color);
        font-size: 1.9531vw;
        font-weight: 500;
        line-height: 2.2266vw;
        margin-bottom: 2.3438vw;
    }

    .oreder-call-left-side .order-call-description{
        font-size: 0.7813vw;
        font-weight: 500;
        line-height: 0.9766vw;
        margin-bottom: 1.5625vw;
    }

    .oreder-call-left-side .faq-items-accardion h3{
        font-size: 0.8594vw;
        font-weight: 500;
        line-height: 2.2266vw;
    }

    .oreder-call-left-side .faq-items-accardion .item-question{
        font-size: 0.625vw;
        font-weight: 400;
        line-height: 0.7031vw;
    }

    .oreder-call-left-side .faq-items-accardion .item-question::after{
        margin-right: 0;
    }

    .oreder-call-left-side .faq-items-accardion .item-answer{
        font-size: 0.625vw;
        font-weight: 400;
        line-height: 0.7031vw;
        color: #5B5B5B;
    }

    .oreder-call-left-side .support-center-text,
    .oreder-call-left-side .support-center-text a{
        font-size: 0.625vw;
        font-weight: 400;
        line-height: 0.7031vw;
    }
    .oreder-call-left-side .support-center-text{
        margin-top: 1.9531vw;
    }

    .oreder-call-left-side .support-center-text a {
        text-decoration: underline;
        text-underline-offset: 0.1172vw;
    }


    .oreder-call-right-side{
        width: 17.0313vw;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .oreder-call-right-side .work-time-graphic{
        font-size: 0.625vw;
        line-height: 0.7031vw;
        font-weight: 400;
        margin-bottom: 0.1953vw;
    }

    .oreder-call-right-side .right-side-items{
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 0.5469vw;
        width: 100%;
        padding: 0.5859vw;
        margin-bottom: 0.7031vw;
        background-color: #F9F9F9;
    }

    .oreder-call-right-side .right-side-items * {
        text-align: left;
    }


    .oreder-call-right-side .right-side-items img{
        width: 0.9375vw;
        height: max-content;
    }

    .oreder-call-right-side .right-side-items .title-links{
        display: inline-block;
        font-size: 0.625vw;
        font-weight: 500;
        line-height: 0.7031vw;
        width: 100%;
    }

    .oreder-call-right-side .right-side-items .title-links a{
        display: inline-block;
        font-size: 0.5859vw;
        font-weight: 400;
        line-height: 0.7031vw;
        color: #5B5B5B;
        margin-right: 0;
        margin-top: 0.1953vw;
    }


    .oreder-call-right-side .right-side-items .title-links a.social {
        margin-right: 0.7422vw;
        text-decoration: underline;
        text-underline-offset: 0.1172vw;
    }

    .oreder-call-right-side .right-side-items .title-label{
        display: inline-block;
        font-size: 0.5469vw;
        font-weight: 400;
        line-height: 0.5859vw;
        color: #5B5B5B;
        width: 100%;
    }

    .oreder-call-right-side .right-side-items.message-form{
        flex-direction: column;
    }

    .oreder-call-right-side .right-side-items.message-form .icon-label{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0.5469vw;
    }

    .oreder-call-right-side .right-side-items.message-form form{
        margin-left: 1.4844vw;
        display: flex;
        flex-direction: column;
        gap: 0.7813vw;
        width: 12.3828vw;
    }
    .oreder-call-right-side .right-side-items.message-form form .from-sumbit-box{
        gap: 0.7813vw;
    }
    .oreder-call-right-side .right-side-items.message-form form .from-sumbit-box label{
        font-size: 0.625vw;
        line-height: 0.7031vw;
    }

    .open-modal{
        position: relative;
        background-color: transparent;
        border: 0;
    }

    .open-modal:focus-within .order-call{
        opacity: 1;
        visibility: visible;
    }

    /* END => HEADER */


    /* START => HOME PAGE */

    .underline{
        width: 100%;
        height: 0;
        border-bottom: 1px solid var(--row-color);
    }

    .hero-section{
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 36.2109vw;
        position: relative;
    }

    .hero-section .service-box .hero-title{
        font-size: 2.7344vw;
        font-weight: 800;
        line-height: 3.1641vw;
        margin-bottom: 1.7969vw;
        margin-left: -0.1953vw;
    }

    .hero-section .service-box .hero-description{
        line-height: 1.0938vw;
        font-size: 0.7813vw;
        font-weight: 400;
        width: 22.2266vw;
        margin-bottom: 1.5234vw;
    }

    .services-dropdown{
        padding: 0.5078vw 1.0547vw 0.5078vw 1.0156vw;
        font-size: 0.7031vw;
        color: var(--big-text-color);
        font-weight: 800;
        border: 1px solid var(--row-color);
        border-radius: 1.0938vw;
        -webkit-border-radius: 1.0938vw;
        -moz-border-radius: 1.0938vw;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 7.3047vw;
        height: 1.9141vw;
        margin-bottom: 1.6406vw;
        position: relative;
        cursor: pointer;
        background-color: #FFFFFF;
        z-index: 3;
        transition: all 0.3s ease;
    }


    .hero-section .hero-img .img-box{
        height: 28.3594vw;
        width: 30.7813vw;
        min-height: 28.3594vw;
        min-width: 30.7813vw;
        border-radius: 0.7813vw;
        -webkit-border-radius: 0.7813vw;
        -moz-border-radius: 0.7813vw;
        overflow: hidden;
        object-fit: cover;
        -o-object-fit: cover;
    }

    .hero-section .hero-img .img-box img {
        height: 28.3594vw;
        width: 30.7813vw;
        object-fit: cover;
        /* height: 100%; */
    }


    .logo-svg{
        margin-right: 0.7813vw;
        min-width: 0.8594vw !important;
        min-height: 0.8594vw !important;
    }

    .services-dropdown .dropdown-icon{
        margin-left: 0.3516vw;
        width: 0.8203vw;
        max-height: 0.4688vw;
        transform: translateY(0.0781vw);
        transition: all 0.3s ease;
    }


    .services-dropdown.open{
        background-color: var(--row-color) !important;
    }

    .service-menu{
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 120%;
        left: -0.7813vw;
        width: max-content;
        height: max-content;
        background-color: #FFFFFF;
        border: 1px solid var(--row-color);
        border-radius: 0.5859vw;
        -webkit-border-radius: 0.5859vw;
        -moz-border-radius: 0.5859vw;
        transition: all 0.2s ease-in-out;
        box-shadow: 0 0.1563vw 0.9766vw rgba(0,0,0,0.1);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0.9766vw;
        pointer-events: auto !important;
        padding: 1.4844vw 0.9766vw 1.3672vw 0.7422vw;
    }

    .sub-items .service-menu{
        top: calc(100% + 0.8203vw);
        z-index: 10;
    }

    .service-menu a{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 0.7422vw;
        font-size: 0.7813vw;
        line-height: 0.8984vw;
        font-weight: 400;
    }

    .service-menu a.mobile{
        display: none;
    }

    .service-menu a img {
        width: 1.3281vw;
        height: 0.8594vw;
        object-fit: contain;
        -o-object-fit: contain;
    }

    .services-dropdown.open .dropdown-icon{
        transform: rotate(180deg);
    }

    .services-dropdown.open .service-menu{
        opacity: 1;
        visibility: visible;
    }

    .hero-btns{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0.7422vw;
    }

    .hero-btns a svg{
        width: 0.5469vw;
        height: 0.5859vw;
        margin-left: 0.5078vw;
    }

    .hero-btns a{
        font-size: 0.7813vw;
        font-weight: 400;
        line-height: 0.8984vw;
    }


    .complex-section{
        display: flex;
        flex-direction: column;
        gap: 3.2031vw;
        justify-content: flex-start;
    }

    .complex-section-heading{
        display: flex;
        gap: 7.6563vw;
    }

    .heading-left{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.2891vw;
        padding-top: 2.9688vw;
    }

    .heading-left h2{
        font-size: 1.9531vw;
        font-weight: 500;
        line-height: 2.2266vw;
        width: 29.3359vw;
    }


    .heading-left p{
        width: 22.5391vw;
        font-size: 0.7813vw;
        font-weight: 400;
        line-height: 1.0938vw;
    }

    .heading-left p .right-arrow{
        margin-left: 0.1953vw;
    }

    .right-arrow {
        display: inline-block;
        width: 0.4688vw;
        height: 0.4688vw;
        background: url("../images/arrow-right.svg") no-repeat center;
        background-size: contain;
        transform: rotate(-90deg) translateX(-0.0781vw);
    }

    .next-arrow.white,
    .prev-arrow.white {
        display: inline-block;
        width: 0.625vw;
        height: 0.625vw;
        background-color: #FFFFFF;

        -webkit-mask: url("../images/arrow-right.svg") no-repeat center;
        mask: url("../images/arrow-right.svg") no-repeat center;

        -webkit-mask-size: contain;
        mask-size: contain;

        transform-origin: center;
    }

    .next-arrow.white {
        transform: rotate(-90deg);
    }

    .prev-arrow.white {
        transform: rotate(90deg);
    }

    .heading-right{
        padding-top: 3.5156vw;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.8594vw;
    }

    .heading-right .user-comment{
        font-size: 0.7813vw;
        font-weight: 400;
        line-height: 1.0547vw;
    }

    .user-acc{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 0.5859vw;
    }

    .user-acc img {
        width: 1.9531vw;
        height: 1.9531vw;
        border-radius: 1.9531vw;
        -webkit-border-radius: 1.9531vw;
        -moz-border-radius: 1.9531vw;
        background-color: #D8D8D8;
        object-fit: cover;
        -o-object-fit: cover;
    }

    .user-acc .name-surname-proffesion{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.3906vw;
    }

    .user-acc .name-surname-proffesion .name{
        font-size: 0.7813vw;
        font-weight: 800;
        line-height: 0.8984vw;
    }


    .user-acc .name-surname-proffesion .profesion{
        font-size: 0.5469vw;
        font-weight: 400;
        line-height: 0.625vw;
    }

    .complex-section-image-box{
        overflow: hidden;
        width: 100%;
        height: 27.6953vw;
        background: #D8D8D8;
        border-radius: 0.7813vw;
        -webkit-border-radius: 0.7813vw;
        -moz-border-radius: 0.7813vw;
    }

    .complex-section-image-box img{
        object-fit: cover;
        -o-object-fit: cover;
        width: 100%;
        height: 27.6953vw;
    }


    .construction-section{
        padding-top: 6.25vw;
        padding-bottom: 5.7813vw;
        padding-right: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .construction-section .construction-title{
        font-weight: 500;
        font-size: 1.9531vw;
        line-height: 2.2266vw;
        margin-bottom: 1.3672vw;
        width: 33.9844vw;
    }

    .construction-section .construction-description{
        font-weight: 400;
        font-size: 0.7813vw;
        line-height: 1.0938vw;
        margin-bottom: 3.0469vw;
        width: 28.3594vw;
    }

    .swiper {
        width: 100%;
        height: 100%;
    }

    .swiper-slide {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .construction-section .swiper-slide{
        cursor: grab;
    }


    .construction-section .swiper-slide:active{
        cursor: grabbing;
    }

    .swiper-slide .slide-image-view-box{
        overflow: hidden;
        width: 100%;
        height: 29.2969vw;
        /*background-color: var(--row-color);*/
        border-radius: 0.7813vw;
        -webkit-border-radius: 0.7813vw;
        -moz-border-radius: 0.7813vw;
        margin-bottom: 2.3438vw;
    }

    .swiper-slide .slide-image-view-box img{
        object-fit: cover;
        -o-object-fit: cover;
        width: 100%;
        height: 29.2969vw;
    }


    .swiper-slide .slider-title{
        margin-bottom: 0.8594vw;
        font-size: 1.1719vw;
        font-weight: 800;
        line-height: 1.3281vw;
    }

    .swiper-slide .slider-description{
        font-size: 0.7813vw;
        font-weight: 400;
        line-height: 1.0938vw;
        color: #5B5B5B;
    }

    .swiper-slide .slider-description i{
        margin-left: 0.1953vw;
    }

    .swiper {
        width: 100%;
        height: max-content;
        margin: auto;
    }

    .guarantee-section{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .guarantee-section .guarantee-title{
        font-size: 1.9531vw;
        font-weight: 500;
        line-height: 2.2266vw;
        margin-bottom: 3.125vw;
    }

    .guarantee-section .guarantee-step-box{
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .guarantee-section .guarantee-step-box .step-items{
        width: calc(33% - 3.0859vw);
    }

    .guarantee-section .guarantee-step-box .step-items .step-number{
        font-size: 1.9531vw;
        font-weight: 800;
        line-height: 2.0313vw;
        margin-bottom: 2.0313vw;
    }

    .guarantee-section .guarantee-step-box .step-items .step-text{
        font-size: 0.7813vw;
        font-weight: 400;
        line-height: 1.0938vw;
    }

    .guarantee-section .guarantee-button{
        margin-top: 2.3828vw;
    }


    .implementation-section{
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;

    }

    .implementation-left-side{
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        width: 18.4766vw;
    }

    .implementation-left-side .implementation-title{
        font-size: 1.9531vw;
        font-weight: 500;
        line-height: 2.2266vw;
        margin-bottom: 1.1328vw;
    }

    .implementation-left-side .implementation-paragraph{
        font-size: 0.7813vw;
        line-height: 1.0938vw;
        font-weight: 400;
        margin-bottom: 1.5625vw;
    }

    .implementation-btns{
        display: flex;
        align-items: center;
        gap: 0.6641vw;
    }

    .implementation-right-side{
        width: 35.9375vw;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 1.7578vw;
    }

    .implementation-item-box{
        background-color: #FEFEFE;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0.5859vw;
        border-radius: 0.1953vw;
        width: 16.875vw;
        height: 8.9844vw;
        padding: 2.3438vw 1.5234vw 1.3281vw 1.5234vw;
        transition: all 0.3s ease;
        box-shadow: 0 0.1563vw 0.4688vw rgba(0,0,0,0);
        position: relative;
    }


    .implementation-item-box::before{
        content: attr(data-index);
        width: 1.0938vw;
        height: 1.0938vw;
        position: absolute;
        top: 0.4297vw;
        left: 0.4297vw;
        text-align: center;
        align-content: center;
        background-color: #000000;
        color: #FFFFFF;
        transition: all 0.3s ease;
        border-radius: 0.1953vw;
        font-size: 0.5469vw;
        font-weight: 500;
        line-height: 0.7813vw;
    }


    .implementation-item-box.active{
        box-shadow: 0 0.1563vw 0.4688vw rgba(0,0,0,0.2);
    }


    .implementation-item-box.active::before{
        background-color: var(--btn-bg-color);
    }

    .inplementation-item-title{
        font-size: 0.7031vw;
        line-height: 0.8203vw;
        font-weight: 500;
    }

    .implementation-item-description{
        font-size: 0.5859vw;
        font-weight: 500;
        line-height: 0.8203vw;
    }

    .our-works-section{
        padding-top: 6.25vw;
        padding-bottom: 6.25vw;
    }

    .our-works-section .works-section{
        font-size: 1.9531vw;
        line-height: 2.2266vw;
        font-weight: 500;
    }







    .swiper-container-wrapper {
        position: relative;
        margin: 0 auto;
    }

    .mainSwiper {
        width: 100%;
        height: max-content;
    }


    .parent-slid .childslideTitle, .parent-slid .childslideDescription{
        opacity: 0.5;
        transition: all .3s ease;
    }

    .parent-slid.play .childslideTitle,.parent-slid.play .childslideDescription{
        opacity: 1;
    }

    .childSwiper {
        width: 100%;
        height: 100%;
        border-radius: 0.4688vw;
        -webkit-border-radius: 0.4688vw;
        -moz-border-radius: 0.4688vw;
        overflow: hidden;
    }

    .childslideTitle{
        font-size: 0.8594vw;
        line-height: 0.9766vw;
        font-weight: 800;
        margin-bottom: 0.4297vw;
    }

    .childslideDescription{
        font-size: 0.7031vw;
        line-height: 1.0547vw;
        font-weight: 400;
    }

    .inner-s { background: var(--row-color); }

    .inner-s {
        width: 18.6719vw;
        height: 19.1797vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .inner-s img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .mainSwiper .swiper-button-next,
    .mainSwiper .swiper-button-prev{
        opacity: 0;
        visibility: hidden;
    }

    .next-prev-btns{
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 0.7031vw;
        margin: 0 2.1484vw 2.9297vw auto;
        position: relative;
        /*opacity: 0;*/
        /*visibility: hidden;*/
    }

    .nav-btn {
        width: 1.4844vw;
        height: 1.4844vw;
        text-align: center;
        align-content: center;
        background: #2B2A29;
        opacity: 0.5;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        cursor: pointer;
    }

    .childSwiper .childSwiper-button-next{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        visibility: hidden;
    }

    .parent-slid .pagination {
        position: relative;
        display: flex;
        width: 100%;
        margin-top: 1.9141vw;
        margin-bottom: 1.25vw;
        height: 0.0781vw;
        background: #ccc;
    }


    .parent-slid.play .pagination.active::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0.0781vw;
        background: #000;
        border-radius: 0.1172vw;
        -webkit-border-radius: 0.1172vw;
        -moz-border-radius: 0.1172vw;
        animation: sliderRun var(--items) linear forwards;
    }

    @keyframes sliderRun {
        0% {
            width: 0;
        }
        100% {
            width: 100%;
        }
    }


    .improvement-section{
        position: relative;
        display: flex;
        align-items: center;
        height: 12.2656vw;
    }

    .improvement-number{
        font-size: 8.5938vw;
        font-weight: 800;
        line-height: 8.9063vw;
    }

    .improvement-box{
        width: 47.3438vw;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        background-color: #F0F0F0;
        border-radius: 0.5859vw;
        -webkit-border-radius: 0.5859vw;
        -moz-border-radius: 0.5859vw;
        z-index: 1;
        position: absolute;
        top: 0;
        right: 0;
        padding: 1.875vw 3.7891vw;
        margin-left: auto;
    }

    .improvement-box button{
        width: max-content;
        margin-top: 2.1484vw;
    }

    .improvement-title{
        margin-bottom: 0.7031vw;
        font-size: 0.8594vw;
        font-weight: 800;
        line-height: 0.9766vw;
    }

    .improvement-description{
        line-height: 1.2891vw;
        font-size: 0.8594vw;
        font-weight: 400;
    }

    .ai-modeling-section{
        display: flex;
        align-items: center;
        gap: 4.5703vw;
        padding-top: 6.25vw;
        padding-bottom: 6.25vw;
    }

    .ai-img-viewer{
        width: 20.2344vw;
        height: 35.1953vw;
        overflow: hidden;
    }

    .ai-img-viewer img{
        object-fit: cover;
        -o-object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .ai-modeling-box{
        display: flex;
        flex-direction: column;
        width: 35.7031vw;
    }

    .modeling-title{
        margin-bottom: 2.6172vw;
        font-size: 1.9531vw;
        font-weight: 500;
        line-height: 2.2266vw;
    }

    .modeling-list{
        display: flex;
        flex-direction: column;
        gap: 1.6406vw;
        margin-bottom: 1.6406vw;
    }

    .modeling-list li{
        list-style: none;
        font-size: 0.8594vw;
        line-height: 1.2891vw;
        font-weight: 400;
    }

    .ai-modeling-box .user-acc{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 0.5859vw;
    }

    .ai-modeling-box .user-acc img {
        width: 1.9531vw;
        height: 1.9531vw;
        border-radius: 1.9531vw;
        -webkit-border-radius: 1.9531vw;
        -moz-border-radius: 1.9531vw;
        background-color: #D8D8D8;
        object-fit: cover;
        -o-object-fit: cover;
    }

    .ai-modeling-box .user-acc .name-position{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.3906vw;
    }


    .ai-modeling-box .user-acc .name-position .name{
        font-size: 0.7813vw !important;
        font-weight: 800;
        line-height: 0.8984vw;
    }


    .ai-modeling-box .user-acc .name-position .name{
        font-size: 0.5469vw;
        font-weight: 400;
        line-height: 0.625vw;
    }



    .map-section{
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 6.25vw;
    }

    .location-details-box{
        display: flex;
        flex-direction: column;
        width: 20.8984vw;
    }

    .location-details-box .location-title{
        margin-bottom: 2.6172vw;
        font-size: 1.9531vw;
        font-weight: 500;
        line-height: 2.2266vw
    }

    .location-details-box .location-text-list{
        display: flex;
        flex-direction: column;
        gap: 1.5625vw;
        margin-bottom: 1.6797vw;
    }

    .location-details-box .location-text-list li {
        list-style: none;
        font-size: 0.7813vw;
        line-height: 1.0938vw;
        font-weight: 400;
    }

    .location-details-box .city-list{
        margin-bottom: 1.0938vw;
    }

    .location-details-box .city-list li{
        list-style: none;
        font-size: 0.7031vw;
        line-height: 100%;
        font-weight: 400;
        padding-top: 0.5859vw;
        padding-bottom: 0.5859vw;
        border-bottom: 1px solid var(--row-color);
        width: 9.9609vw;
    }

    .location-details-box .city-list li:first-child {
        padding-top: 0;
    }

    .list-more-btn{
        width: max-content;
        font-size: 0.7031vw;
        line-height: 100%;
        font-weight: 400;
    }



    .yandex-map-box{
        width: 32.1875vw;
        height: 31.9922vw;
        overflow: hidden;
        border-radius: 0.7813vw;
        -webkit-border-radius: 0.7813vw;
        -moz-border-radius: 0.7813vw;
    }

    .yandex-map-box iframe{
        width: 100%;
        height: 100%;
    }


    .reviews-section{
        padding-right: 0;
        padding-bottom: 6.25vw;
    }

    .reviews-title{
        margin-bottom: 2.6172vw;
        font-size: 1.9531vw;
        font-weight: 500;
        line-height: 2.2266vw;
    }

    .reviews-section .swiper {
        width: 100%;
        height: 100%;
    }

    .reviews-section .swiper-slide {
        background: #FAFAFA;
        border-radius: 0.5859vw;
        -webkit-border-radius: 0.5859vw;
        -moz-border-radius: 0.5859vw;
        display: flex;
        flex-direction: column;
        gap: 1.4844vw;
        justify-content: flex-start;
        padding: 1.7188vw 2.6172vw;
        cursor: grab;
    }

    .reviews-section .swiper-slide:active {
        cursor: grabbing;
    }

    .reviews-section .swiper-slide .review{
        font-size: 0.7031vw;
        line-height: 1.0547vw;
        font-weight: 400;
    }

    .reviews-section .swiper-slide .name-position .name{
        font-size: 0.7813vw;
        line-height: 1.0938vw;
    }

    .reviews-section .swiper-slide .name-position .position{
        font-weight: 400;
        font-size: 0.5469vw;
    }

    .faq-section{
        margin-bottom: 6.25vw;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .fac-contact-form{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 2.0313vw 2.6172vw;
        width: 28.2031vw;
        background-color: #FAFAFA;
        border-radius: 0.5859vw;
        -webkit-border-radius: 0.5859vw;
        -moz-border-radius: 0.5859vw;
    }

    .faq-form-headings{
        display: flex;
        flex-direction: column;
        gap: 1.3281vw;
        margin-bottom: 1.2891vw;
    }

    .faq-form-headings .faq-form-text{
        font-size: 0.9375vw;
        line-height: 1.25vw;
        font-weight: 400;
    }

    .faq-form-headings .contact-list-form{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .faq-form-headings .contact-list-form a{
        font-size: 0.7031vw;
        line-height: 0.9375vw;
        font-weight: 400;
        color: black;
    }

    .faq-form-headings .contact-list-form a.contact-underline{
        text-decoration: underline;
        text-underline-offset: 0.1953vw;
    }

    .faq-form-headings .form-label{
        font-size: 0.7813vw;
        line-height: 1.0547vw;
        font-weight: 800;
    }

    .from{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 1.1719vw;
    }

    .input-row{
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 0.8594vw;
        align-items: center;
        justify-content: center;
    }

    .glob-input-style{
        width: 100%;
        position: relative;
        border: 1px solid var(--row-color);
    }

    .glob-input-style input,
    .glob-input-style select,
    .glob-input-style textarea {
        width: 100%;
        padding-left: 0.5859vw;
        padding-right: 0.5859vw;
        color: black;
        background-color: #FEFEFE;
        border: 0;
        font-size: 0.7031vw;
        outline: none;
        resize: none;
        height: 1.9922vw;
    }

    .glob-input-style.error{
        border: 1px solid #ED522B;
    }

    .glob-input-style::before{
        content: "";
        position: absolute;
        left: 0;
        bottom: -0.7031vw;
        color: #ED522B;
        font-size: 0.5469vw;
        display: none;
        width: 100%;
    }

    .glob-input-style.error::before {
        content: attr(data-error);
        display: inline-block;
    }

    .glob-input-style input::placeholder,
    .glob-input-style select::placeholder,
    .glob-input-style textarea::placeholder{
        color: black;
    }

    .glob-input-style input:focus-within::placeholder,
    .glob-input-style select:focus-within::placeholder,
    .glob-input-style textarea:focus-within::placeholder{
        color: #ED522B;
    }
    .glob-input-style textarea{
        height: 3.75vw;
        padding-top: 0.7813vw;
        padding-bottom: 0.7813vw;
    }

    .glob-input-style select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url("../images/arrow-down.svg");
        background-repeat: no-repeat;
        background-position: right 1.1719vw center;
        background-size: 0.4688vw;
    }

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    textarea:-webkit-autofill,
    select:-webkit-autofill {
        -webkit-text-fill-color: #000000;
        transition: background-color 5000s ease-in-out 0s;
        box-shadow: 0 0 0px 1000px #FEFEFE inset;
        border: 0;
    }

    .glob-input-style select option {
        color: black;
        background-color: #FFFFFF;
    }

    .glob-input-style select option:checked {
        background-color: var(--row-color);
        color: black;
    }


    .form-infotext{
        color: #898989;
        font-size: 0.5859vw;
        line-height: 0.7813vw;
        font-weight: 400;
    }


    .form-infotext a{
        color: #898989;
        font-size: 0.5859vw;
        line-height: 0.7813vw;
        font-weight: 400;
        text-decoration: underline;
        text-underline-offset: 0.1953vw;
    }

    .from-sumbit-box{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 1.4844vw;
    }

    .from-sumbit-box .file-upload-box{
        display: flex;
        align-items: center;
        width: max-content;
    }

    .from-sumbit-box .file-upload-box label{
        font-size: 0.7031vw;
        line-height: 0.9375vw;
        font-weight: 400;
        text-decoration: underline;
        text-underline-offset: 0.1953vw;
        cursor: pointer;
    }

    .from-sumbit-box .file-upload-box input{
        opacity: 0;
        visibility: hidden;
        display: none;
    }

    .from-sumbit-box .red-text{
        font-size: 0.508vw;
        line-height: 0.664vw;
        color: #E31E24;
        font-weight: 400;
        margin-left: auto;
    }

    .faq-question-box{
        width: 29.7656vw;
    }

    .question-box-title{
        margin-bottom: 0;
        font-size: 1.9531vw;
        font-weight: 500;
        line-height: 2.2266vw;
    }

    .accardion-item{
        transition: all 0.3s ease-in-out;
        padding-bottom: 0;
        border-bottom: 1px solid var(--row-color);
    }

    .accardion-item.active{
        padding-bottom: 1.5625vw;
    }


    .accardion-item .item-question:focus,
    .accardion-item .item-question:active {
        background-color: transparent !important;
        outline: none !important;
        -webkit-tap-highlight-color: transparent;
    }

    .accardion-item .item-question {
        padding-top: 1.5625vw;
        padding-bottom: 1.5625vw;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: 0.7813vw;
        font-weight: 400;
        line-height: 1.0547vw;
    }

    .accardion-item .item-question::after {
        content: "+";
        display: inline-block;
        font-size: 0.8203vw;
        transition: transform 0.3s ease-in-out;
        transform: rotate(0deg);
        margin-right: 2.6172vw;
        font-weight: 800;
        font-family: "ManropeExtraBold";
    }

    .accardion-item.active .item-question::after {
        transform: rotate(45deg);
    }


    .accardion-item .item-answer{
        max-height: 0;
        overflow-y: hidden;
        transition: max-height 0.3s ease-in-out;
        font-size: 0.7031vw;
        font-weight: 400;
        line-height: 0.9375vw;
        color: #5B5B5B;
    }

    .accardion-item.active .item-answer{
        max-height: var(--item-height);
    }

    .support-center-text.contact-section{
        margin-top: 1.5625vw;
        font-size: 0.7813vw;
        font-weight: 400;
        line-height: 1.0547vw;
    }

    .support-center-text.contact-section a{
        text-decoration: underline;
        text-underline-offset: 0.2344vw;
    }

    .support-center-text .blue-arrow-right{
        background-color: var(--btn-bg-color);
        margin-left: 0.3906vw;
        padding: 0.1563vw 0.4297vw;
        transform: translateY(0.2344vw);
        text-align: center;
        align-content: center;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        width: 1.3672vw;
        height: 1.3672vw;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    /* END => HOME PAGE */


    /* START => PAVING STONE PAGE */

    .poving-stone-section{
        padding-top: 3.2031vw;
        padding-bottom: 3.0859vw;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .paving-stone-hero-title{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .paving-stone-title{
        font-size: 2.7344vw;
        font-weight: 800;
        line-height: 3.1641vw;
        margin-bottom: 1.4453vw;
        max-width: 31.25vw;
    }

    .paving-stone-description{
        line-height: 1.0938vw;
        font-size: 0.7813vw;
        font-weight: 400;
        width: 30.4688vw;
        margin-bottom: 0.8203vw;
    }
    .poving-stone-section.support .paving-stone-description{
        width: 36.3281vw;
    }

    .poving-stone-section.support{
        padding-bottom: 1.7578vw;
    }

    .poving-slide-section{
        padding-bottom: 6.25vw;
        max-width: 61.328vw;
    }

    .poving-slide-section .swiper {
        width: 100%;
        height: 100%;
        padding-right: 0.391vw;
    }

    .poving-slide-section .poving-box {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .poving-slide-section .poving-box .img-poving{
        height: 25.8594vw;
        width: 100%;
        background-color: var(--row-color);
        border-radius: 0.5859vw;
        overflow: hidden;
        margin-bottom: 2.2266vw;
        /*box-shadow: 0 0.156vw 0.313vw #999999;*/
    }

    .poving-slide-section .poving-box .img-poving img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .poving-slide-section .poving-box .poving-item-title{
        font-size: 1.1719vw;
        line-height: 1.3281vw;
        font-weight: 800;
        margin-bottom: 1.0156vw;

        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-wrap: balance;
        min-height: 2.2em;
    }

    .poving-slide-section .poving-box .poving-info-list li{
        margin-bottom: 0.3906vw;
        font-size: 0.7813vw;
        line-height: 1.5234vw;
        font-weight: 500;
        list-style: none;
    }

    .poving-slide-section .poving-box p{
        margin-bottom: 1.7188vw;
        font-size: 0.7813vw;
        line-height: 1.5234vw;
        font-weight: 500;
        list-style: none;
        min-height: 4.8828vw;
    }

    .poving-slide-section .poving-box .poving-info-list li::before {
        content: '';
        display: inline-block;
        width: 0.625vw;
        height: 0.5859vw;
        background: url(../images/arrow-right.svg) no-repeat center;
        background-size: contain;
        transform: rotate(-90deg) translateX(-0.0781vw);
        margin-right: 0.5078vw;
    }

    .poving-slide-section .poving-box .poving-info-list li:last-child {
        margin-bottom: 0;
    }
    /* END => PAVING STONE PAGE */

    /* START => PAVING STONES VIBRO PRESSED PAGE */

    .foundation-pricing-section{
        padding-top: 6.25vw;
        padding-bottom: 6.25vw;
    }

    .foundation-pricing-title{
        font-size: 1.9531vw;
        font-weight: 500;
        line-height: 2.2266vw;
        margin-bottom: 3.2422vw;
    }

    .pricingSlider .swiper-slide{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .pricing-slide-image-box{
        width: 100%;
        height: 15.4688vw;
        border-radius: 0.5859vw;
        background-color: #e2e1e0;
        overflow: hidden;
    }

    .pricing-slide-image-box img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .pricing-slide-title{
        width: 18.2422vw;
        font-size: 1.1719vw;
        font-weight: 800;
        line-height: 1.3672vw;
        margin-top: 2.2656vw;
        margin-bottom: 1.1719vw;
        margin-left: 0.5469vw;
    }

    .pricing-slide-description{
        width: 18.2422vw;
        font-size: 0.7813vw;
        font-weight: 400;
        line-height: 1.0938vw;
        margin-left: 0.5469vw;
        margin-bottom: 1.6797vw;
    }

    .pricing-slide-list{
        margin-left: 0.5469vw;
        width: 18.2422vw;
    }

    .pricing-slide-list li{
        list-style: none;
        font-size: 0.7031vw;
        font-weight: 400;
        line-height: 0.9375vw;
        padding-bottom: 0.7813vw;
        padding-top: 0.7813vw;
        border-bottom: 1px solid var(--row-color);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .pricing-slide-list li:first-child{
        padding-top: 0;
    }


    .pricing-slide-list li:last-child{
        padding-bottom: 0;
        border-bottom: 0;
    }

    .mySwiper .swiper-button-prev svg,
    .mySwiper .swiper-button-next svg,
    .pricingSlider .swiper-button-prev svg,
    .pricingSlider .swiper-button-next svg{
        display: none;
    }

    .mySwiper .swiper-button-prev,
    .mySwiper .swiper-button-next,
    .pricingSlider .swiper-button-prev,
    .pricingSlider .swiper-button-next{
        width: 3.0078vw;
        height: 3.0078vw;
        text-align: center;
        align-content: center;
        border-radius: 50%;
        background-color: rgba(0,0,0,0.6);
        opacity: 1;
        visibility: visible;
        transition: all 0.3s ease;
    }


    .mySwiper .swiper-button-prev .arrow-prev,
    .mySwiper .swiper-button-next .arrow-next,
    .pricingSlider .swiper-button-prev .arrow-prev,
    .pricingSlider .swiper-button-next .arrow-next{
        display: inline-block;
        width: 1.1328vw;
        height: 1.0547vw;
        background-color: #FFFFFF;
        -webkit-mask: url(../images/arrow-right.svg) no-repeat center;
        mask: url(../images/arrow-right.svg) no-repeat center;
        -webkit-mask-size: contain;
        mask-size: contain;
        transform-origin: center;
    }

    .mySwiper .swiper-button-prev,
    .pricingSlider .swiper-button-prev{
        transform: rotate(90deg) translateX(-7.8125vw) translateY(-1.5625vw);
    }

    .mySwiper .swiper-button-next,
    .pricingSlider .swiper-button-next{
        transform: rotate(-90deg) translateX(7.8125vw) translateY(-1.5625vw);
    }

    .mySwiper .swiper-button-next.swiper-button-disabled,
    .mySwiper .swiper-button-prev.swiper-button-disabled,
    .pricingSlider .swiper-button-next.swiper-button-disabled,
    .pricingSlider .swiper-button-prev.swiper-button-disabled{
        opacity: 0;
        visibility: hidden;
    }

    .pricingSlider .swiper-slide .button-glob{
        margin-top: 2.07vw;
    }


    /* START => STICKY PRODUCTS SECTION*/

    .design-and-branding {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 3.3203vw;
    }

    .design-and-branding .info-content {
        width: 30.4688vw;
        display: flex;
        flex-direction: column;
    }

    .design-and-branding .info-content .title {
        font-size: 1.9531vw;
        line-height: 2.2266vw;
        font-weight: 500;
        margin-bottom: 1.2891vw;
    }

    .design-and-branding .info-content .desc {
        font-size: 0.8594vw;
        line-height: 1.0547vw;
        stroke-width: 400;
        margin-bottom: 3.2813vw;
    }

    .design-and-branding .info-content .desc span {
        font-weight: 800;
        font-size: 0.8594vw;
        line-height: 1.0547vw;
    }

    /* ── sticky wrapper ── */
    .sticky-wrap {
        position: relative;
        height: 300vh;
    }

    .sticky-inner {
        position: sticky;
        top: 7.8125vw;
        height: auto;
        display: flex;
        justify-content: center;
        overflow: hidden;
        flex-direction: column;
    }

    .scroll-hint {
        position: fixed;
        bottom: 1.25vw;
        left: 50%;
        transform: translateX(-50%);
        font-size: 0.8rem;
        letter-spacing: 0.15em;
        color: #999;
        pointer-events: none;
        transition: opacity 0.4s;
    }
    .scroll-hint.hidden { opacity: 0; }

    .design-and-branding .img-content {
        width: 60.3516vw;
        position: relative;
        height: 25.1953vw;
    }

    .design-and-branding .img-content .img-elems {
        width: 100%;
        display: flex;
        gap: 1.5625vw;
        flex-wrap: wrap;
        position: absolute;
        inset: 0;
    }

    .design-and-branding .img-content .img-elems .img-parent {
        width: 13.8672vw;
        height: 11.7188vw;
        overflow: hidden;
        border-radius: 1.1719vw;

        position: absolute;
        border-radius: 0.625vw;
        overflow: hidden;
        will-change: transform, opacity;
    }

    .design-and-branding .img-content .img-elems .img-parent a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #F5F5F5;
        font-size: 0.9375vw;
        line-height: 1.2891vw;
        color: #000000;
        text-decoration: none;
    }


    .design-and-branding .img-content .img-elems .img-parent a svg {
        margin-left: 0.3906vw;
        margin-top: 0.2344vw;
        width: 0.3906vw;
        height: 0.3516vw;
    }

    .design-and-branding .img-content .img-elems .img-parent img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .design-and-branding .btn-order-design {
        width: 8.0859vw;
        height: 2.0703vw;
        background: #76D671;
        color: #FFFFFF;
        font-size: 0.7031vw;
        line-height: 0.957vw;
        border-radius: 1.1719vw;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* END => STICKY SECTIONS */


    /* END => PAVING STONES VIBRO PRESSED PAGE */


    /*START => SUPPORT PAGE*/


    .support-hero-section {
        height: 19.5313vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .support-center-title{
        font-size: 2.7344vw;
        font-weight: 800;
        line-height: 3.1641vw;
        margin-bottom: 1.7969vw;
    }

    .support-center-description {
        line-height: 1.0938vw;
        font-size: 0.7813vw;
        font-weight: 400;
        width: 33.9453vw;
        margin-bottom: 1.5234vw;
    }

    .support-questions-section{
        display: flex;
        justify-content: center;
        gap: 2.6563vw;
        margin-top: 1.7578vw;
        margin-bottom: 3.7109vw;
    }

    .support-left-panel {
        width: 17.9688vw;
        padding-right: 2.3438vw;
        display: flex;
        flex-direction: column;
        gap: 1.875vw;
        border-right: 1px solid var(--row-color);
    }

    .support-accordion-header{
        cursor: pointer;
        user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        display: flex;
        align-items: center;
        gap: 0.4688vw;
        font-size: 0.7031vw;
        font-weight: 800;
        line-height: 1.7969vw;
        color: #000000;
        position: relative;
    }


    .support-accordion-header .arrow{
        position: absolute;
        left: -0.7813vw;
        transform: rotate(-90deg) translate(-0.0391vw, -0.1172vw);
        transition: all 0.3s ease-in-out;
        width: 0.4297vw;

    }

    .support-accordion-header.active .arrow{
        transform: rotate(0) translateY(0);
    }



    .support-accordion-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        will-change: max-height;
    }

    .support-sub-questions{
        list-style: none;
        padding: 1.0547vw 0 0 0;
        display: flex;
        flex-direction: column;
        gap: 0.8984vw;
    }

    .sub-question-item{
        cursor: pointer;
        user-select: none;
        display: block;
        padding: 0;
        font-size: 0.7031vw;
        color: #000000;
        text-decoration: none;
        font-weight: 400;
        line-height: 1.7969vw;
    }

    .support-accordion-content * {
        pointer-events: none;
    }

    .support-accordion-content.show * {
        pointer-events: auto;
    }

    .support-right-panel {
        width: 32.1484vw;
        height: 100%;
        position: relative;
    }

    .support-answer-container{
        display: flex;
        flex-direction: column;
    }

    .support-answer-container .selected-question {
        font-size: 0.9375vw;
        font-weight: 800;
        color: #000000;
        margin-bottom: 1.5625vw;
        margin-top: 0;
    }

    .support-answer-container .selected-answer {
        font-size: 0.7813vw;
        line-height: 0.9375vw;
        font-weight: 400;
        color: #000000;
        margin-bottom: 0.9375vw;
    }

    .rating-label-stars{
        display: flex;
        align-items: center;
        gap: 0.7813vw;
        margin-top: 3.125vw;
        margin-bottom: 3.125vw;
    }

    .rating-label{
        font-size: 0.7031vw;
        line-height: 0.9375vw;
        font-weight: 400;
    }

    .rating {
        display: inline-block;
    }

    .rating input {
        display: none;
    }

    .rating label {
        float: right;
        cursor: pointer;
        color: #D9DADA;
        transition: color 0.3s;
        margin: 0 0.1172vw;
    }

    .rating label:before {
        content: '\2605';
        font-size: 1.1719vw;
    }

    .rating input:checked ~ label,
    .rating label:hover,
    .rating label:hover ~ label {
        color: #f5a623;
        transition: color 0.3s;
    }

    .question-grapghic{
        color: #F73558;
        font-size: 0.7813vw;
        line-height: 1.0547vw;
        font-weight: 400;
    }

    .question-grapghic span{
        color: black;
    }

    .contacts-side .phone-numbers{
        display: flex;
        align-items: center;
        gap: 1.1719vw;
        margin-top: 1.5625vw;
        margin-bottom: 1.9531vw;
    }

    .contacts-side .phone-numbers a{
        font-size: 0.7813vw;
        font-weight: 400;
        line-height: 1.0547vw;
    }

    .contacts-side .qr-box{
        display: flex;
        flex-direction: column;
        gap: 0.7813vw;
    }

    .contacts-side .qr-box .qr-text{
        font-size: 0.7031vw;
        font-weight: 400;
        line-height: 0.9375vw ;
    }

    .contacts-side .qr-box .qr-vier{
        width: 8.9063vw;
        height: 4.1797vw;
    }
    .contacts-side .qr-box .qr-vier img{
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

    .contacts-side .qr-box .qr-description{
        color: #898989;
        font-weight: 400;
        font-size: 0.5859vw;
        line-height: 0.7813vw;
    }

    .contacts-side .qr-box .qr-description a{
        text-decoration: underline;
        text-underline-offset: 0.1172vw;
        width: max-content;
    }

    .support-contact-form{
        margin-top: 2.5391vw;
        display: flex;
        flex-direction: column;
        gap: 1.1719vw;
        width: 22.6563vw;
    }

    .message-ruls{
        font-size: 0.7031vw;
        line-height: 0.9375vw;
        font-weight: 400;
    }

    /*END => SUPPORT PAGE*/

    /* START => FOOTER */

    footer{
        border-top: 3px solid var(--row-color);
    }

    footer section{
        display: flex;
        align-items: flex-start;
        gap: 8.6719vw;
    }

    .footer-left-items{
        padding-top: 2.227vw;
        display: flex;
        flex-direction: column;
        width: 20.3516vw;
    }

    .footer-left-items .footer-title{
        font-size: 0.9375vw;
        line-height: 1.25vw;
        font-weight: 400;
        margin-bottom: 1.563vw;
    }

    .footer-left-items .paragraph-list{
        display: flex;
        flex-direction: column;
        gap: 1.1719vw;
        margin-bottom: 2.031vw;
    }

    .footer-left-items .paragraph-list p{
        font-size: 0.7031vw;
        font-weight: 400;
        line-height: 0.9375vw;
    }

    .footer-left-items .copyright-text{
        font-size: 0.5078vw;
        font-weight: 800;
        color: #727271;
        line-height: 0.6641vw;
    }

    .footer-right-items{
        display: flex;
        flex-direction: column;
        gap: 3.398vw;
    }

    .footer-right-items .footer-logo{
        margin-top: 0.0391vw;
        overflow: hidden;
        height: 5.1563vw;
    }

    .footer-right-items .footer-logo:after {
        content: "Bluser";
        display: inline-block;
        font-size: 8.9063vw;
        transform: translateY(1.2891vw);
        font-weight: 800;
        margin-left: -0.586vw;
    }

    .footer-right-items .footer-menu-list li{
        list-style: none;
        margin-bottom: 1.172vw;
    }

    .footer-right-items .footer-menu-list li {
        font-size: 0.5859vw;
        line-height: 0.7813vw;
        font-weight: 400;
    }

    .footer-right-items .mobile-codeigniter{
        display: none;
    }


    .container-ourWorks {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        padding-top: 3.125vw;
        gap: 2.539vw;
    }

    .container-ourWorks .elements-ourWorks {
        /*width: calc(33.333% - 30px);*/
        width: 30%;
        border-radius: 0.469vw;
    }

    .container-ourWorks .slider-wrap {
        position: relative;
        width: 100%;
        aspect-ratio: 1 / 1.02;
        border-radius: 0.469vw;
        overflow: hidden;
        background: var(--row-color);
        /*margin-bottom: 1.563vw;*/
    }

    .container-ourWorks .slides {
        display: flex;
        height: 100%;
        transition: transform 0.4s ease;
    }

    .container-ourWorks .slide {
        min-width: 100%;
        height: 100%;
    }

    .container-ourWorks .slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .container-ourWorks .nav-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 1.563vw;
        height: 1.563vw;
        border-radius: 50%;
        border: none;
        cursor: pointer;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0.9;
        transition: opacity 0.2s;
        background-color: rgba(0, 0, 0, 0.56);
    }

    .container-ourWorks .nav-btn .arrow-prev,
    .container-ourWorks .nav-btn .arrow-next {
        display: inline-block;
        width: 0.586vw;
        height: 0.547vw;
        background-color: #FFFFFF;
        -webkit-mask: url(../images/arrow-right.svg) no-repeat center;
        mask: url(../images/arrow-right.svg) no-repeat center;
        -webkit-mask-size: contain;
        mask-size: contain;
        transform-origin: center;
    }

    .container-ourWorks .nav-btn .arrow-prev {
        transform: rotate(90deg);
    }

    .container-ourWorks .nav-btn .arrow-next {
        transform: rotate(-90deg);
    }

    .container-ourWorks .nav-btn:hover { opacity: 1; }
    .container-ourWorks .nav-btn.prev { left: 0.977vw; }
    .container-ourWorks .nav-btn.next { right: 0.977vw; }

    /* END => FOOTER */

    *.mobile, .mobile {
        display: none;
    }
}