:root {
    font-family: Montserrat, system-ui, Avenir, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    font-weight: 400;

    letter-spacing: -0.4px;

    color: rgba(255, 255, 255, 0.87);


    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    --tw-gradient-stops: var(--tw-gradient-from), rgb(239 246 255 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to);
    --tw-gradient-from: #fff var(--tw-gradient-from-position);
    --tw-gradient-from-position: var(--tw-empty,
        /*!*/
        /*!*/
        );
    --tw-gradient-via-position: var(--tw-empty,
        /*!*/
        /*!*/
        );
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-to-position: var(--tw-empty,
        /*!*/
        /*!*/
        );
    --tw-gradient-stops: var(--tw-gradient-from), #386ee5 var(--tw-gradient-via-position), var(--tw-gradient-to);
    --tw-gradient-from: #43519d var(--tw-gradient-from-position);
    --tw-gradient-via-position: var(--tw-empty,
        /*!*/
        /*!*/
        );
    --tw-gradient-to: #5491f4 var(--tw-gradient-to-position);
    --tw-gradient-to-position: var(--tw-empty,
        /*!*/
        /*!*/
        );
}

a {
    font-weight: 500;
    color: #646cff;
    text-decoration: inherit;
}

a:hover {
    color: #535bf2;
}


h1 {
    font-size: 3.2em;
    line-height: 1.1;
}

input,
textarea {
    font-family: 'Montserrat', monospace;
}

button {
    border-radius: 8px;
    border: none;
    padding: 0.6em 1.2em;
    font-size: 1em;
    font-weight: 500;
    font-family: inherit;
    background-color: #f0f1f5;
    cursor: pointer;
    transition: border-color 0.25s;
    color:#000;
}

button:hover {
    border: none;

}

button.details-button,
button.order-button {
    background-color: #f0f1f5;
    font-size: 15px;
}


button.details-button:hover,
button.order-button:hover {
    background-color: #000;
    color: #fff;
}

button:focus,
button:focus-visible {
    outline: none;
}



body {
    font-family: 'Montserrat', 'Inter', system-ui, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #333;
    margin: 0;
    display: flex;
    place-items: center;
    min-width: 320px;
    min-height: 100vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

h1,
h2,
h3 {
    margin-top: 0;
    font-weight: 600;
}

p {
    margin-bottom: 1.5em;
}

a {
    color: #007BFF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 13vw;
    padding: 0px;
    background-color: #fff;
    box-shadow: none;
    transition: 0.3s;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000;
/*    background: linear-gradient(#9ecfff40 0%, transparent 70%);*/

}

header.scrolled {
    height: 80px;
    background: rgba(255, 255, 255, 0.84);
    backdrop-filter: blur(20px) saturate(2);
    padding: 0;
    background-color: #ffffff96;
    overflow: hidden;
    box-shadow: 0 0 30px #00000021;
}



.logo img {
    height: calc(12vw - 5px);
    transition: all 0.3s ease;
}

header.scrolled .logo img {
    height: 75px;
    margin-top: 10px;
}

.left-section button,
#openModalBtn,
.content-block__button {
    padding: 11px 20px;
    font-weight: 400;
    background: linear-gradient(90deg, rgb(243, 105, 255), rgb(147 105 255));
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    outline: none;
}


.content-block__button {
    margin-top:15px;
}



#openModalWiz.openModalWiz {
    padding: 11px 20px;
    font-weight: 400;
    background: #35384d;
    color: #ffffff;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    outline: none;
    margin-left: 5px;
}

#openModalWiz.openModalWiz,
#openModalBtn {
    height: 44px;
    border-radius: 15px;
}

#menu.scr #openModalWiz.openModalWiz,
#menu.scr #openModalBtn {
    height: 40px;
    padding: 7px 15px;
}

.left-section {
    padding-left: 5vw;
}

.right-section {
    text-align: right;
    padding-right: 5vw;
}

.right-section p {
    margin: 0;
    font-size: 14px;
    color: #333;
}


.left-section,
.logo,
.right-section {
    width: 33%
}


main {

    /*background-image: linear-gradient(to bottom, var(--tw-gradient-stops));*/

    text-align: center;
    margin-top: calc(12vw + 70px);
    width: 100%;
}


.margin {
    transition: all 0.3s ease;
    margin-top: 180px;
}


.header_hide {
    display: none;
}






.menu {
    display: inline-flex;
    flex-direction: row;
    box-sizing: border-box;
    background: transparent;
    padding: 0px 20px;
    border-radius: 40px;
    box-shadow: rgba(233, 237, 241, 0.6) 0px 7px 45px 5px, rgb(191 197 202 / 60%) 0px 8px 40px -6px;
    justify-content: center;
    position: relative;
    z-index: 2000;
    position: fixed;
    top: 13vw;
    transform: translateX(-50%);
}


#menu.scr {
    box-shadow: none;
    top: 11px;
    background: none;
    backdrop-filter: none;
    z-index: 2000;
    border-radius: 0 0 20px 20px;
    transition: all 0.3s ease;
    transform: translateX(calc(-50% - 8px));
}

#menu.scr #openModalBtn {
    margin-right: 60px;
}



#menu.scr #openModalWiz {
    margin-left: 60px;
}


#menu.scr.menu_top {
    top: -10px;
    box-shadow: #898d9199 0px -6px 30px 3px;
}


#menu.scr .menuIcon {

        width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 2px;
}


#menu.scr .menuIcon.order, #menu.scr .menuIcon.calc {
    display:inline-block;
        margin: 0 7px 0 0;
position: relative;
    top: 0px;
}  


#menu.scr .menuIcon.feedback {
    width:21px;
    height:21px;
}


#menu.scr .menuItem {
    font-size: clamp(14px, 0.95vw, 0.95rem);
    margin: 6px 8px;
    min-width: 50px;
    border-radius: 10px;
/*    position:relative;
    top:2px;*/
}

#menu.scr .menuItem.bts {
/*            position:relative;
        top:0;*/
}


#menu.scr button {
    padding: 10px 15px;
    border-radius: 10px;
    letter-spacing: -0.4px;
}



.menuItem {
    display: inline-flex;
    font-size: clamp(15px, 1vw, 1.2rem);
    align-items: center;
    margin: 10px 15px;
    white-space: nowrap;
    text-align: center;
    justify-content: center;
    font-weight: 400;
}


.menuItem a,
.menuItem a:hover {
    color: #333;
    text-decoration: none;
    font-weight:500;

}

.menuIcon {
    display: inline-block;
    width: 21px;
    height: 21px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 7px 0 0;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.arrows {
    width: 100%;
    height: 100%;
}

.welcome {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    text-align: left;

}

.welcome-icon {
    background-image: url('/welcome.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    margin-right: 30px;
}


.welcome-wrap {
    display: flex;
    flex-direction: row;
    margin: 40px auto;
    width: 70vw;
}

.services {
    background-image: url('/services.svg');
    top: -2px;
}

.work {
    background-image: url('/work.svg');
    width: 23px;
    height: 23px;
}

.cleaner {
    background-image: url('/work.svg');
    width: 100px;
    height: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    float: right;
    margin-right:20px;
}

.ctest {
    background-image: url('/ctest.svg');
    width: 100px;
    height: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    float: right;
}


.feedback {
    background-image: url('/feedback.svg');
    width: 25px;
    height: 25px;
    top: -2px;
}

.contact {
    background-image: url('/contacts.svg');
    width: 23px;
    height: 23px;
}

.order {
    background-image: url('/order.svg');
    margin-right: 7px;
    width: 23px;
    height: 23px;
    top: 0;
}

.calc {
    background-image: url('/calc.svg');
    margin-right: 7px;
    width: 25px;
    height: 25px;
}

.car {
    background-image: url('/car.svg');
    width: 33px;
    height: 27px;
    background-size: 120%;
    top: 0;
}

.money {
    background-image: url('/money.svg');
    width: 33px;
    height: 23px;
}

.eq {
    background-image: url('/eq.svg');
    width: 33px;
    height: 24px;
}


.lock {
    background-image: url('/lock.svg');
    width: 33px;
    height: 24px;
}


.chart {
    background-image: url('/chart.svg');
    width: 33px;
    height: 21px;
    top: -3px;
}


.book {
    background-image: url('/book.svg');
    width: 33px;
    height: 25px;
    top: -2px;
}


.offer {
    line-height: 1em;
    font-size: 0.9em;
}



.contactWrapper {
    margin-top: -40px;
}


.contacts {
    text-align: left;
    font-weight: 500;
    display: inline-block;
    padding-top: 8px;
}

.contact-line {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2px;
    vertical-align:middle;
}

.contactLink {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 0.95em;
}

.contactLink:hover {
    text-decoration: none;
}

.icon {
    display: inline-block;
    width: 1.4vw;
    height: 1.4vw;
    max-width: 25px;
    max-height: 25px;
    background-size: contain;
    margin-right: 2px;
    background-repeat: no-repeat;
}

.instagram {
    background-image: url('/inst.png');
    margin: 0 5px 0 3px;
}

.telegram {
    background-image: url('/tg.png');
}

.viber {
    background-image: url('/vib.png');
    width: 1.8vw;
    height: 1.8vw;
    max-width: 31px;
    max-height: 31px;
    background-position: 1px 1px;
}

.phone {
    background-image: url('/ph.png');
}

.contact-line span {
    vertical-align: middle;
    padding-left: 5px;
    font-size: clamp(13px, 0.9vw, 14px);
}







.logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /*    width: 700px;*/
}

.logo div {
    padding: 10px;
}

.logo_left,
.logo_right {
    white-space: nowrap;
    font-family: Montserrat;
    font-size: 18px;
    letter-spacing: -1px;
    display: none;
    font-weight: 300;
    text-transform: uppercase;
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 300px;
}

.logo_left {
    text-align: right;
}

header.scrolled .logo_left,
header.scrolled .logo_right {
    display: none;
}

.enter {
    margin: 45px auto 40px;
    text-align: center;
    width: 70vw;
    min-width: 50vw;
    max-width: 90%;
    font-family: Montserrat;
    font-size: 2.3vw;
    letter-spacing: -0.2vw;
    line-height: 2.8vw;
    font-weight: 200;
    background: rgb(255, 255, 255);
    border-radius: 0px 0px 50px 50px;
    padding: 25px 50px;
    position: relative;
    top: -25px;
    z-index: 10;
    box-sizing: border-box;
}

.enter b,
.content-block__title {
    /*background-image: linear-gradient(to right, var(--tw-gradient-stops));*/
    background-image: linear-gradient(90deg,
        hsl(253deg 99% 73%) 0%,
        hsl(244deg 96% 70%) 15%,
        hsl(232deg 95% 63%) 34%,
        hsl(212deg 100% 50%) 56%,
        hsl(201deg 100% 50%) 79%,
        hsl(199deg 100% 67%) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    letter-spacing: -2.7px;
    font-weight:600;
}

.b500 {
    font-weight: 500;
}


.b600 {
    font-weight: 600;
}

.spacer {
    margin: 12px 0 0 0;
}

.spacer2 {
    margin: 20px 0 0 0;
}


.b {
    font-weight: 600;
}

.htxt {}


.slider-container {
    width: 98%;
    max-width: 1700px;
    height: 70vh;
    max-height: 600px;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    margin: -120px auto 0 auto;
    z-index: 1;
}

.slider {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    background-position: center center;
    background-size: cover;
    position: relative;
    background-repeat:no-repeat;
}

.slide:nth-child(1) {
    background-image: url('/s1.jpg');
    background-position-y: 70%;
}



.slide:nth-child(2) {
    background-image: url('/s2.jpg');
background-position-y: 70%;
}



.slide:nth-child(3) {
    background-image: url('/s3.jpg');
    background-position-y: 90%;
}



/*.slide:nth-child(4) {
    background-image: url("/s4.jpg");
    background-position: 50% 20%;
}*/



.slideText {
    font-size: 19px;
    font-weight: 300;
    position: absolute;
    top: 440px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    /* right: 0; */
    z-index: 1000;
    background: #ffffffbd;
    backdrop-filter: blur(10px);
    color: #000000;
    line-height: 25px;
    box-shadow: 0 4px 15px #0000000f;
    padding: 15px 55px;
    border-radius: 55px;
    text-align: center;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: white;
    border: none;
    padding: 0.5rem;
    width: 50px;
    height: 50px;
    place-items: center;
    display: grid;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 24px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.arrow:hover,
.arrow:active,
.arrow:focus {
    background-color: rgba(0, 0, 0, 0.4);
    border: 0;
    outline: none;
}

.arrow-left {
    left: 10px;
    padding: 0.5rem 0.6rem 0.5rem 0.4rem;
}

.arrow-right {
    right: 10px;
    padding: 0.5rem 0.4rem 0.5rem 0.6rem;
}



.ticker {
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    margin: 80px 0 0 0;
}

.ticker.serv {
    background: #9da9dd2e;
    margin: 70px 0 0 0;
    padding: 20px;

}

.tickerWork,
.tickerFeedback {
    margin: 80px 0 30px 0;
}

.ticker__list {
    display: inline-block;
    white-space: nowrap;
    animation: ticker 35s linear infinite;
}

.ticker__item {
    display: inline-block;
    padding: 0 20px;
}

.ticker__item a {
    font-size: 2.7vw;
    font-style: normal;
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1.2;
    text-transform: uppercase;
    color: #33384d;
    text-decoration: none;
}

.ticker:hover .ticker__list,
.stopped {
    animation-play-state: paused;
}



@keyframes ticker {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


@keyframes tickerFeedback {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(50%);
    }
}

.loader {
    margin: 20px auto;
    font-size: 20px;
}

.bold {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}




#services {
    position: relative;
    top: -67px;
}

#work {
    position: relative;
    top: -40px;
}

#feedback {
    position: relative;
    top: -22px;
}

#form {
    position: relative;
    top: -42px;
}


.servicesBlock {
    width: 100%;
    padding: 30px 1% 70px 1%;
    max-width: 1900px;
    margin: 0px auto;
    background: #9da9dd2e;
    box-sizing: border-box;
}


.tabs {
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
    font-size: 1.1rem;
}

.icon-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    /* Расстояние между иконкой и кнопкой */

}

.iconTabs {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin-right: 9px;
    vertical-align: middle;
    width: 33px;
    height: 33px;
    margin: 0 auto;

}

.private {
    background-image: url('/private.svg');

    position: relative;
    top: -1px;
}

.business {
    background-image: url('/business.svg');

    position: relative;
    top: -1px;
}

.tab-button.active .business {
    background-image: url('/business_w.svg');
}

.tab-button.active .private {
    background-image: url('/private_w.svg');
}



.tab-button,
.tab-button:hover {
    cursor: pointer;
    border: none;
    background-color: #fff;
    font-weight: 400;
    box-sizing: border-box;
    font-size: 0.8em;
        min-width: 430px;
    padding: 13px 40px;
}

.tab-button.active {
    background-color: #333;
    color: #fff;
    /*    border: 4px solid #000;
    box-sizing: border-box;*/
}

.tab-button.first {
    border-radius: 15px 0 0 15px;
}


.tab-button.last {
    border-radius: 0 15px 15px 0;
}



.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.carousel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.cards {
    display: flex;
    flex-wrap:wrap;
    overflow: hidden;
    width: 90%;
    max-width: 1800px;
    margin: 0 auto;
}

.card {
    flex: 0 0 calc(33.33% - 20px);
    box-sizing: border-box;
    padding: 0 0 35px 0;
    margin: 10px;
    text-align: center;
    background: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.6px;
    /* box-shadow: rgba(233, 237, 241, 0.6) 0px 7px 45px 5px, rgba(233, 237, 241, 0.6) 0px 8px 40px -6px; */
    overflow: hidden;
    border-radius: 25px;
}

.cardImg {
    background-size: cover;
    width: 100%;
    height: 300px;

}

.carousel-button {

    background-color: #0000001f;
    color: #333;
    border: none;
    padding: 0px;
    width: 50px;
    height: 50px;
    place-items: center;
    display: grid;
    box-sizing: border-box;
    padding: 0.5rem;
    cursor: pointer;
    font-size: 24px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}



.details-modal {
    display: none;
    position: fixed;
    z-index: 3000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 30px;
    place-items: center;
    overflow: hidden;
}

.modal-wrapper {
    background-color: #fff;
    border-radius: 15px;
    padding: 10px 20px 30px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    width: 70%;
    position: relative;
    max-width: 800px;
    max-height: 90vh;
}

.details-modal-content {

    padding: 0px 10px;
    box-sizing: border-box;
    max-height: 80vh;
    overflow-y: auto;
    margin: 30px 0;
    -webkit-overflow-scrolling: touch;

}



.details-modal-content::-webkit-scrollbar {
    width: 3px;
    background-color: #b0b0b0;
}

.details-modal-content::-webkit-scrollbar-thumb {
    background-color: #b0b0b0;
}

.details-modal-content::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

#modal-text {
    font-size: 17px;
    padding: 0;
    margin: 0;
    text-align: left;
}

#modal-image img {
    width: 100%;
}

#modal-text h3 {
    display: inline;
    margin: 0;
}



.close,
.close-button {
    color: #cdd1d7;
    font-size: 34px;
    font-weight: normal;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0px;
}

.close:hover,
.close-button:hover {
    color: #000;
}

.form-dop {
    text-align: center;
    margin-bottom: 30px;
}

.form-container {
    max-width: 1000px;
    width: 60vw;
    margin: 80px auto;
    background-color: #fff;
    padding: 50px;
    border-radius: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.form-container h1 {
    text-align: center;
    font-size: 35px;
    margin: 0 0 10px 0;
    font-weight: 300;
    letter-spacing: -1.8px;
    text-transform: uppercase;
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.form-group {
    margin-bottom: 10px;
}

.form-group label {
    display: block;
        margin: 4px 0 2px 1px;
    font-weight: 600;
    color: #333;
    font-size: 15px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #B9BFC5;
    border-radius: 15px;
    font-size: 15px;
    box-sizing: border-box;
}

.form-group textarea {
    resize: vertical;
    height: 170px;
}

.form-row {
    display: flex;
    gap: 20px;
}

.form-row .form-group {
    flex: 1;
}

.submit-btn {
    width: 100%;
    padding: 15px;
    background: linear-gradient(90deg, rgb(243, 105, 255), rgb(147 105 255));
    color: #fff;
    border: none;
    border-radius: 15px;
    font-size: 17px;
    cursor: pointer;
}

.submit-btn:hover {
    background: #000;
    color: #fff;
}

.submit-btn:disabled {
    background: #cbd1d7;
    cursor: not-allowed;
}






.content-block {
    display: flex;
    width: 80vw;
    max-width: 1500px;
    margin: 60px auto 0 auto;
    min-height: 500px;
    border-radius: 40px;
    overflow: hidden;
    /*box-shadow: #9399af61 0px 10px 70px;*/
}

.content-block__text {
    width: 50vw;
    padding: 0 0 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-color: #fff;
    position: relative;
    box-sizing:border-box;
}

.content-block__title {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 30px;
    color: #333;
    letter-spacing: -1.7px;
    text-align: left;
        line-height: 1.2;
}

.content-block__description {
    font-size: 0.98rem;
    margin-bottom: 10px;
    color: rgb(31, 30, 30);
    text-align: left;
    line-height: 1.3em;
        letter-spacing: -0.7px;
}


.content-block__description b {
    font-size: 1.15em;
    line-height: 1.5em;
    font-weight: 600;
}

.smallText {
    font-size: 0.75em;
    padding-top: 10px;
    padding-left: 3px;
}

.content-block__button:hover {
    background: #000;

}

.content-block__slider {
    width: 33vw;
    max-height:41vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #333;
    position: relative;
}

.horizontal-slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.horizontal-slider__slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: 100%;

    background-position: center;
    background-repeat: no-repeat;
}

.horizontal-slider__slide {
    flex: 0 0 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center 15%;
}

.workSlide {
    flex: 0 0 100%;
    aspect-ratio:11/14;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center 15%;
}

.horizontal-slider__slide img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
}

.horizontal-slider__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.5);
    color: white;
    border: none;
    font-size: 1.1rem;
    width: 2.5vw;
    border-radius: 50%;
    height: 2.5vw;
    cursor: pointer;
    padding: 10px;
    z-index: 10;
    transition: background-color 0.3s;
}

.horizontal-slider__arrow:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.horizontal-slider__arrow--prev {
    left: 15px;
}

.horizontal-slider__arrow--next {
    right: 15px;
}

.next,
.horizontal-slider__arrow--next {
    padding: 0.5rem 0.4rem 0.5rem 0.6rem;
}

.prev,
.horizontal-slider__arrow--prev {
    padding: 0.5rem 0.55rem 0.5rem 0.45rem;
}










.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 3000;
}

.modal-content {
    background-color: white;
    padding: 35px;
    border-radius: 20px;
    width: 800px;
    max-width: 90%;
    position: relative;
    box-shadow: 0 4px 50px 2px #00000091;
    box-sizing:border-box;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 35px;
    font-size: 40px;
    cursor: pointer;
    color: rgb(197, 198, 202);
}

.close-btn:hover {
    color: #000;
}

.modal-header {
    text-align: left;
    margin-bottom: 30px;
}

.modal-header h2 {
    font-size: 24px;
    line-height: 20px;
    letter-spacing: -1.3px;
    font-weight: 300;
}

.modal-body h3 {
    letter-spacing: -0.5px;
    font-weight: 600;
    margin-bottom: 12px;
        line-height: 1.1;
}

.step {
    display: none;
}

.step.active {
    display: block;
}

.image-options {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
    width: 800px;
    flex-wrap: wrap;
    max-width: 100%;
        gap: 15px 0;
}

.image-option {
    text-align: center;
    cursor: pointer;
    margin-right: 15px;
    max-width: 44%;
    width:31%;
    line-height: 1.1;
}

.image-option img {
    width: 100%;
    border: 5px solid transparent;
    border-radius: 20px;
}

.image-option.selected img {
    border-color: #43519d;
}

.checkbox-options,
.radio-options {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.buttons {
    display: flex;
    justify-content: space-between;
    gap: 0 10px;
}

.modal-content button {
    padding: 12px 35px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.modal-content button:hover {
    color: #fff;
    background-color: #000;
}

button:disabled {
    background-color: #EAEBEF;
    cursor: not-allowed;
}

#step5 {
    display: none;
}

#step5.active {
    display: block;
}

#final-form input,
.square {
    width: 100%;
    padding: 14px;
    font-size: 15px;
    margin-bottom: 10px;
    border: 1px solid #B9BFC5;
    border-radius: 10px;
    box-sizing: border-box;
}

.square {
    width: calc(100% - 10px);
    margin-bottom: 40px;
}







/* Футер */
footer {
    width: 100%;
    /* border-top: 3px solid #f0f1f5; */
    color: #fff;
    box-sizing: border-box;
    padding: 80px 15%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    height: 300px;
    background: #1e1e20;
    font-weight:300;
}

/* Логотип */
.footer-logo img {
    max-width: 150px;
    height: auto;
}

/* Меню */
.footer-menu {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}

.footer-menu .menuIcon {
    margin-right: 8px;
    width: 24px;
    height: 15px;
    background-position: left;
    filter: invert(1);
    display:inline-block;
}


.footer-menu .menuIcon.feedback {


    height: 14px;
}

.footer-menu .menuIcon.contact {


    height: 18px;
}

footer .contacts {
    padding-top: 0;
}


.footer-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
    white-space: nowrap;
    font-weight:300;
}

footer a.contactLink {
    color: #fff;
}

.contact-line span.email {
    background: #00000052;
    padding: 8px 15px;
    margin-top: 15px;
    border-radius: 8px;
    font-size: 0.8em;
}

.contact-line span.email:hover {
    background: #ffffff17;
}


.req {
    position: absolute;
    bottom: 0px;
    font-size: 0.7em;
    letter-spacing: -0.2px;
}


.footer-motto {
    height: 130px;
    position: relative;
    /*max-width: 350px;*/
     font-size: 18px; 
    text-align: left;
    color: #fff;
}

.ok,
.err {
    font-weight: 600;
    color: #1eb46a;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: -0.7px;
}

.err {
    color: #be0000;
}



.iframeWrapper {
    padding: 0px 5vw 50px 5vw;
    width: 100vw;
    box-sizing: border-box;
    margin: 0px auto;
    transform: translateX(-30px);
    max-width: 1900px;
    background: linear-gradient(0deg, #91a1e614 60%, transparent);
}


iframe {

    box-sizing: border-box;
    text-align: center;
    margin: 10px;

}


#carouselTG {
    position: relative;
    width: 100%;
    /* Адаптивная ширина контейнера */
    max-width: 1900px;
    /* Максимальная ширина */
    overflow: hidden;
    box-sizing: border-box;


}

#carouselWrapper {
    position: relative;
    width: 95%;
    /* Адаптивная ширина контейнера */
    max-width: 1900px;
    /* Максимальная ширина */
    display: flex;
    align-items: center;
    margin: 0 auto;
    /*height: 580px;*/
}

#postsContainer {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.post {
    flex: 0 0 324px;
    /* Каждый пост занимает 25% ширины контейнера (4 поста в ряд) */
    box-sizing: border-box;
    padding: 0 10px;
}

.arrow {
    background-color: rgba(0, 0, 0, 0.1);
    color: white;
    border: none;
    padding: 15px;
    cursor: pointer;
    z-index: 100;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-button.left {
    left: -40px;
    /* Выносим стрелку влево за пределы контейнера */
    position: relative;
}

.carousel-button.right {
    right: -70px;
    /* Выносим стрелку вправо за пределы контейнера */
    position: relative;
}

#loader {
    text-align: center;
    padding: 20px;
}



a.slash {
    background-image: linear-gradient(26deg,
        hsl(253deg 99% 73%) 0%,
        hsl(244deg 96% 70%) 15%,
        hsl(232deg 95% 63%) 34%,
        hsl(212deg 100% 50%) 56%,
        hsl(201deg 100% 50%) 79%,
        hsl(199deg 100% 67%) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    padding: 0 5px;
}


.space {
  margin:3px 0 0 0;
  padding:0;
}







































@media (max-width: 768px) {

    .dashh {
        display:none;
    }

}



/* Адаптивные стили */
@media (max-width: 1100px) {


.image-option {
    width:43%;
}


    #services, #work, #feedback, #contactt {
        position:relative;
    top: -70px;
}



    .cardImg {
        height:140px;
    }

    .right-section {
        padding-right: 2%;
    }

    .left-section {
        padding-left: 2%;
    }


    #menu.scr {
        top: 62px;
        transform: translateX(-50%);
    }

    #menu.scr .menuItem {
        margin: 7px;
        min-width: 65px;
        font-size: 16px;
    }

    .menu {
        top: 80px;
        box-shadow: none;
    }

    .menuItem {
        font-size: 16px;
        font-weight: 500;
        margin: 7px;

    }

    #menu .menuIcon {
    width: 17px;
    height: 17px;
    display: block;
    margin: 0 auto;
    }

    #menu .menuIcon.order,#menu .menuIcon.calc {
        display:inline-block;
    }

    .work {
        width: 18px;
        height: 18px;
    }

    .feedback {
        width: 19px;
        height: 19px;
    }

    .contact {
        width: 18px;
        height: 18px;
    }

    #menu.scr .menuIcon.order {
        width: 14px;
        height: 14px;
        top: 0;
        display:inline-block;
        margin-right:3px;
    }

    #menu.scr .menuIcon.calc {
        display:inline-block;
        width: 15px;
        height: 15px;
        margin-right:3px;
    }
    .menuIcon.order {
        width: 14px;
        height: 14px;
        display:inline-block;
        margin-right:3px;
    }

    .menuIcon.calc {
                width: 15px;
        height: 15px;
        display:inline-block;
        margin-right:3px;
    }

   


    .bts {
        margin: 0;
        position: fixed;
        top: -50px;
    }


    #openModalBtn,
    #openModalWiz.openModalWiz {
    width: 160px;
    border-radius: 8px;
    font-size: 11px;
    padding: 7px 10px;
    width: auto;
    height: auto;
    }

    .modal-header h2 {
        font-size:18px;
        max-width:90%;
    }

    #openModalBtn {
        margin-right: 45px;
    }

    #openModalWiz.openModalWiz {
        margin-left: 45px;
    }

    #menu.scr #openModalBtn {
        margin-right: 45px;
    }



    #menu.scr #openModalWiz {
        margin-left: 45px;
    }


    #menu.scr #openModalWiz.openModalWiz,
    #menu.scr #openModalBtn {
    height: auto;
    padding: 8px 10px;
            border-radius: 8px;
    }

    .left-section {
        display: none;
    }


    footer {
    flex-direction: row;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    height: auto;
    padding: 12%;
    }
.footer-motto {

    padding: 0 10px;
}

    .container {
        padding: 10px;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }

    p {
        font-size: 16px;
    }

    header {
        flex-direction: column;
        padding: 0;
        margin: 0;
        width: 100vw;
        height: 150px;
    }

    .left-section,
    .logo,
    .right-section {
        text-align: center;
        margin: 10px 0;
    }



.right-section {
    padding: 0;
    width: 100%;
    margin: 0;
    top: 128px;
    position: fixed;
    transition: all 0.3s ease;
}




header.scrolled .right-section {

    top: 108px;
}

    .tab-button,
    .tab-button:hover {
        width: 40vw;
    }


    .spacer2 {
    margin: 13px 0 0 0;
}


    .logo img {
height: 80px;
        margin-top: -2px;
    }

    .logo div {
        padding: 0;
    }

main {
  margin-top: 150px;
}


    header.scrolled {
        height: 150px;
    }

    header.scrolled .logo img {
        height: 60px;
        margin: -5px;
    }

.contact-line span {

    padding-left: 3px;
font-size: 14px;
}

    .icon {

    margin-right: 2px;
}

    .margin {
        margin-top: calc(12vw + 70px);
    }

    .slider-container {
    border-radius: 30px;
    height: 500px;
    min-height: 250px;
    max-height: 700px;
    }



    .enter {
    border-radius: 0px 0px 30px 30px;
    padding: 15px 19px;
    top: -35px;
    font-size: 15px;
    letter-spacing: -0.7px;
    line-height: 1.1;
    margin-top: 55px;
    width: 80vw;
    font-weight: 300;
    }


    .enter b {
    letter-spacing: -1.1px;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
    }

    .welcome-wrap {
        width: 85vw;
            margin: 40px 12vw 40px 6vw;
    }

    .welcome-icon {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }

    .welcome {
        font-size: 14px;
line-height: 1.4;
    }

    .ticker.serv {
        margin-top: auto;
    }

    .ticker__item a {
        font-size: 35px;

    }

    .tickerWork, .tickerFeedback {
    margin: 30px 0 10px 0;
}

    .tabs {
        flex-direction: column;

    }


    .tab-button,
    .tab-button:hover {
        margin: 5px;
        width: calc(70vw - 16px);
        color: #333;
    }

    .tab-button.active {
        color: #fff;
    }

    .servicesBlock {

        padding: 10px 3% 50px 3%;

    }

    .card {
        flex: 0 0 calc(50% - 20px);
    padding: 0 0 25px 0;
    border-radius:15px;
    }

    .card p {
    font-size: 15px;
    padding: 8px 10px 0 10px;
    line-height: 17px;
    font-weight:600;
    }

    .cards {

        width: 95vw;

    }

    .ctest {
        width:70px;
        height:70px;
    }

button.details-button, button.order-button {
    font-size: 13px;
    color:#333;
    margin:4px;
}

button.order-button {
    background-color:#333;
    color:#fff;
}

.serviceName {
    min-height:35px;
}

.modal-wrapper {
    width: 90vw;

    box-sizing: border-box;

}

.details-modal {
  padding:20px;
    box-sizing: border-box;
}
#modal-text {
    font-size: 15px;
    line-height:22px;

}


.contact-line {
    display: inline-flex;
    margin: 0 5px;

}

.icon {
   
    width: 16px;
    height: 16px;
  }

.viber {
      width: 21px;
    height: 21px;
}

.iframeWrapper {
    width: 100vw;
    transform: none;
    padding: 0 0 20px 0;

}


#carouselWrapper {

    width: 100vw;

}

#carouselTG {

    width: calc(100vw - 84px);

}

#postsContainer {
    position: relative;
    left: -19px;
}

.post {
    flex: 0 0 100%;
    box-sizing: border-box;

    padding: 0 10px;
}

.tickerContact {
  margin-top:30px;
}

.contactWrapper {
    width: 90%;
    margin-top: 30px;
    border-radius: 30px;
    margin: 30px auto 0 auto;
    padding: 0;
}

.form-container {

    width: 100%;
    box-sizing: border-box;
    margin: 30px auto;

    padding: 30px;
    border-radius: 20px;

}

.form-group input, .form-group textarea {
    border-radius:10px;
}

.form-container h1 {

    font-size: 20px;

}

.form-dop, .form-dop .bold {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
}

.carousel-button.left {
    left: 2px;
    position: relative;
    height: 40px;
    width: 40px;

}

.carousel-button.right {
    right: -2px;
    position: relative;
    height: 40px;
    width: 40px;
}

.content-block {

    width: 98%;
    margin-top:30px;
    border-radius: 20px;
  flex-direction: column-reverse;
}

.content-block__text {
    width: 100%;
box-sizing: border-box;
padding:25px;
}


.content-block__slider {
    width: 100%;
    height:550px;
    max-height: 550px;

}

.content-block__title {
    font-size:20px;
}

.content-block__description {
    font-size:0.8rem;
    line-height: 1.3;
}
.content-block__description b{

    line-height: 1.7;
}
.offer {
    line-height: 1.2;
}

.square {
    width:100%;
}

.offer .menuIcon {

    width: 16px;
    height: 16px;
    margin-right:7px;
    display:inline-block;

}

.offer .car {

    width: 23px;
    height: 15px;
    left: -3px;
    top: 0;
    margin-right: 0px;
    background-size: 120%;

}


.space {
  margin:10px 0;
}

.cleaner {

    width: 70px;
    height: 70px;

}

.horizontal-slider__arrow {
  width:50px;
  height:50px;
}


.submit-btn {

    border-radius: 10px;

}



.tab-button.first, .tab-button.last {
    border-radius: 0;
}


.contactLink {

    font-size: 0.85em;
}





}
