/*
Theme Name: DewPoint
Version: 1.0
Author: Lonch
Author URI: https://lonch.digital
*/

@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/Montserrat/Montserrat-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/Montserrat/Montserrat-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/Montserrat/Montserrat-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/Montserrat/Montserrat-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:active,
:hover,
:focus {
    outline: 0;
    outline-offset: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
    color: #666666;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

*::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #EFE6E2;
}

*::-webkit-scrollbar {
    width: 5px;
    background-color: #EFE6E2;
}

*::-webkit-scrollbar-thumb {
    border-radius: 8x;
    background-color: #281E11;
}

@-moz-document url-prefix() {
    * {
        scrollbar-width: thin;
        scrollbar-color: #281E11 #EFE6E2;
    }

    *::-moz-scrollbar-thumb {
        background-color: #281E11;
        border-radius: 0px;
    }
}

img {
    max-width: 100%;
    height: auto;
}

button {
    cursor: pointer;
}

ins {
    text-decoration: none;
    font-weight: normal;
}

button,
input,
input::placeholder,
select,
textarea,
textarea::placeholder {
    outline: none;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    opacity: 1;
    color: #666666;
    background: none;
    border: none;
}

input {
    border-radius: 0;
    -webkit-border-radius: 0;
}

button,
input,
select,
textarea {
    outline: none;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

a {
    text-decoration: none;
    outline: none;
    color: #666666;
}

ul,
ol {
    list-style-position: outside;
    margin-left: 0;
    list-style: none;
}

.container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.basic-img-grid-2x-list img,
.basic-img-grid-4x-list img,
.basic-img-grid-6x-list img,
.advantages-grid-list img,
.individ-proekt img,
.engineering-item-right img,
.engineering-item-left .engineering-item-list img,
.ark-content-block.img-100 img,
.blog-block-item-img img,
.some-service-item-img img,
.simple-img-block-no-container-sect img,
.stuff-types-item-left img,
.basic-img-grid-3x-with-title-and-lightbox-list img,
.sliders-grid-list-item .swiper-slide img,
.buildings-3x-grid-item>img,
.txt-multimedia-block-wrapper-right img,
.ark-single-blog-primary-img img,
.about-grid-item img,
.videos-grid-item-iframe iframe,
.map-block iframe,
.our-contacts-left iframe,
.form-calculation-advanced-step-3-wrapper .yellow-btn span,
.order-product-grid-list-item-img img,
.arrow-steps-wrapper img,
.our-contacts-right img {
    display: block;
    width: 100%;
}

.ark-site-header {
    padding: 25px 0 5px 0;
}

.ark-site-header-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 3%;
    align-items: center;
    margin-bottom: 30px;
}

.header-logo img {
    max-width: 230px;
}

.header-address {
    text-align: center;
    color: #454545;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}

.header-tels {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.tel-menu-bottom .header-tels {
    margin-top: 30px;
}

.header-tels a {
    font-weight: 700;
}

.header-call-action-btnts {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-call-action-btnts svg {
    margin: 0 auto;
}

.header-callback,
.header-calc {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 15px;
    cursor: pointer;
}

.header-callback span,
.header-calc span {
    font-size: 14px;
    line-height: 16px;
}

.header-callback svg {
    animation: pulse-call 2s infinite;
    border-radius: 100%;
}

@keyframes pulse-call {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(253, 203, 8, 0);
        box-shadow: 0 0 0 0 rgba(253, 203, 8, 0);
    }

    70% {
        -moz-box-shadow: 0 0 7px 10px rgba(253, 203, 8, 0.3);
        box-shadow: 0 0 7px 10px rgba(253, 203, 8, 0.3);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(253, 203, 8, 0);
        box-shadow: 0 0 0 0 rgba(253, 203, 8, 0);
    }
}

.header-other-btns {
    display: flex;
    align-items: center;
    gap: 40px;
}

.langs-list li {
    border-bottom: 1px solid #000;
}

.langs-list li:last-child {
    border: none;
}

.langs-list a {
    text-transform: uppercase;
}

.langs-list .current-lang a {
    font-weight: 700;
}

.ark-site-header-menu>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #b3b2b2;
}

#menu-dewpoint-side-menu-header>li {
    padding: 0;
}

#menu-dewpoint-side-menu-header>li>a {
    color: #454545;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    text-transform: uppercase;
    padding: 12px 9px;
    transition: background-color .3s;
}

#menu-dewpoint-side-menu-header>li>a:hover {
    background-color: #efebeb;
}

#menu-dewpoint-side-menu-header .dropdown-submenu {
    top: 100%;
    left: 0;
    min-width: 100%;
    padding: 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background: transparent;
}

#menu-dewpoint-side-menu-header .dropdown-submenu li {
    padding: 0;
}

#menu-dewpoint-side-menu-header .dropdown-submenu a {
    color: #454545;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    display: block;
    border-bottom: 1px solid #fff;
    background-color: rgba(239, 235, 235, 0.9);
    padding: 8px 5px;
    transition: background-color .3s;
    text-align: center;
}

#menu-dewpoint-side-menu-header .dropdown-submenu a:hover {
    background-color: rgba(239, 235, 235, 1);
}

#menu-dewpoint-side-menu-header .dropdown-submenu:before {
    display: none;
}

#menu-dewpoint-side-menu-header .menu-project>.dropdown-submenu {
    width: 360px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 15px;
}

#menu-dewpoint-side-menu-header .menu-project>.dropdown-submenu>li {
    padding-left: 20px;
    width: 50%;
    padding-bottom: 15px;
}

#menu-dewpoint-side-menu-header .menu-project>.dropdown-submenu>li:nth-child(2n-1) {
    border-right: 1px solid #FFFFFF;
}

#menu-dewpoint-side-menu-header .menu-project>.dropdown-submenu>li:nth-last-child(-n+2) {
    padding-bottom: 0;
}

#menu-dewpoint-side-menu-header .menu-project>.dropdown-submenu>li:last-child {
    padding-bottom: 0;
}

#menu-dewpoint-side-menu-header .menu-project>.dropdown-submenu>li>a {
    font-weight: bold;
    font-size: 16px;
    text-align: left;
}

#menu-dewpoint-side-menu-header .menu-project .dropdown-submenu {
    border: none;
    text-align: left;
    background-color: rgba(239, 235, 235, 1);
}

#menu-dewpoint-side-menu-header .menu-project .dropdown-submenu a {
    border: none;
}

#menu-dewpoint-side-menu-header .dropdown-submenu .dropdown-submenu {
    display: block;
    position: static;
    transform: none;
    box-shadow: none;
    font-size: 12px;
    border: none;
    width: 100%;
}

#menu-dewpoint-side-menu-header .dropdown-submenu .dropdown-submenu a {
    font-size: 12px;
    padding: 4px;
    display: inline-block;
    transition: all 0.1s;
}

#menu-dewpoint-side-menu-header .dropdown-submenu .dropdown-submenu a:hover {
    background: #C4C4C4;
}

.menu-area a {
    color: #000;
    font-weight: 600;
    display: block;
}

.menu-area ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    position: relative;
}

.menu-area ul ul {
    transition: top 0.3s ease 0s, opacity 0.3s;
    position: absolute;
    top: calc(100% + 30px);
    left: -15px;
    width: 200px;
    transform: scaleX(0);
    background-color: #fff;
    padding: 35px 0;
    z-index: 999;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.menu-area ul ul:before {
    content: '';
    position: absolute;
    background-color: transparent;
    top: -30px;
    left: 0;
    width: 100%;
    height: 30px;
}

.menu-area ul ul ul {
    transition: left 0.3s ease 0s, opacity 0.3s;
    left: 115%;
    top: 0;
    box-shadow: none;
    z-index: 999;
}

.menu-area ul ul ul:before {
    content: '';
    position: absolute;
    background-color: transparent;
    top: 0;
    left: -10px;
    width: 10px;
    height: 100%;
}

.menu-area li {
    position: relative;
}

.menu-area li:hover>ul {
    opacity: 1;
    top: calc(100% + 20px);
    transform: scaleX(1);
}

.menu-area li li {
    display: block;
    line-height: 1;
    transition: 0.5s;
    position: relative;
    padding: 0 45px;
}

.menu-area li li:last-child {
    border-bottom: 0;
}

.menu-area li li a {
    font-size: 14px;
    font-weight: 400;
    padding: 6px 0;
    color: #666;
    position: relative;
    display: block;
    text-transform: capitalize;
}

.menu-area li li:hover>a {
    color: #000;
}

.menu-area li li:hover>ul {
    top: 0;
    left: calc(100% + 10px);
}

.menu-area ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-area ul.menu>li {
    display: inline-block;
    padding: 30px;
}

.menu-area ul.menu>li>a {
    line-height: 1.3;
}

.menu-area ul.menu>li:hover>a {
    color: #666600;
}

.menu-area .menu {
    position: relative;
}

.menu-area .menu .is-mega-menu:hover .dropdown-submenu {
    transform: translateX(0) scale(1);
}

.menu-area .menu .is-mega-menu:hover.align-right .dropdown-submenu {
    transform: scale(1);
}

.menu-area .menu .is-mega-menu:hover.align-left .dropdown-submenu {
    transform: scale(1);
}

.menu-area .menu .is-mega-menu .dropdown-submenu {
    left: -15px;
    transform: translateX(0) scale(0);
    width: 100%;
    padding: 0;
}

.menu-area .menu .is-mega-menu .dropdown-submenu>li {
    padding: 0;
}

.menu-area .menu .is-mega-menu .dropdown-submenu .mega-menu-content {
    padding: 35px 45px;
}

.menu-area .menu .is-mega-menu .dropdown-submenu .menu-item-mega>a {
    color: #000;
    font-size: 16px;
    margin: 0;
    padding: 5px 0;
    font-weight: 600;
}

.menu-area .menu .is-mega-menu .dropdown-submenu .menu-item-mega>a:hover {
    color: #666600;
}

.menu-area .menu .is-mega-menu .dropdown-submenu .menu-item-mega>a.hide-text {
    visibility: hidden;
}

.menu-area .menu .is-mega-menu .dropdown-submenu .menu-item-mega .sub-menu {
    background-color: transparent;
}

.menu-area .menu .is-mega-menu .dropdown-submenu .menu-item-mega .sub-menu .sub-menu {
    margin-left: 10px;
    padding-bottom: 0;
}

.menu-area .menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu {
    position: static;
    transform: scaleX(1);
    opacity: 1;
    width: 100%;
    border: none;
    z-index: 9999;
    min-width: inherit;
    padding: 0;
    margin-top: 20px;
}

.menu-area .menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu:before {
    display: none;
}

.menu-area .menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu li {
    padding: 0;
}

.menu-area .menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu li:first-child>a {
    padding-top: 0;
}

.menu-area .menu .is-mega-menu.align-right {
    position: static;
}

.menu-area .menu .is-mega-menu.align-right .dropdown-submenu {
    left: auto;
    right: 0;
    transform: scale(0);
}

.menu-area .menu .is-mega-menu.align-left {
    position: static;
}

.menu-area .menu .is-mega-menu.align-left .dropdown-submenu {
    left: 0;
    transform: scale(0);
}

.menu-area .menu .is-mega-menu:hover .mega-menu-container {
    opacity: 1;
    top: 100%;
    z-index: 9999;
    transform: scaleX(1);
}

.menu-area .menu .is-mega-menu .sub-menu {
    transform: scaleX(1);
}

.simple-btn-block-sect,
.additional-services-page-sect {
    overflow: hidden;
}

.contacts-forms-block-with-bg-sect {
    padding: 20px 0;
}

.contacts-forms-block-with-bg {
    max-width: 920px;
    margin: 0 auto;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="number"],
form input[type="date"],
form textarea {
    border-bottom: 1px solid #ccc;
    color: #000;
    width: 100%;
    padding: 5px 0;
}

form textarea {
    resize: none;
    height: 150px;
}

form input::placeholder,
form textarea::placeholder {
    color: #666666;
}

form input[type='radio'] {
    width: auto;
}

.yellow-btn button,
.yellow-btn a,
.yellow-btn span {
    display: inline-block;
    color: #fff;
    background: #fecb00;
    border: none;
    font-weight: 600;
    line-height: normal;
    padding: 13px 20px;
    text-transform: uppercase;
    transition: 0.5s;
    cursor: pointer;
    text-align: center;
    width: fit-content;
    text-align: center;

}

.yellow-btn button:hover,
.yellow-btn a:hover,
.yellow-btn span:hover {
    background: #000;
}

.yellow-gradient-small-btn button,
.yellow-gradient-small-btn a,
.yellow-gradient-small-btn span {
    display: inline-block;
    color: #fff;
    background: #fdcb08;
    border: none;
    font-size: 12px;
    line-height: normal;
    padding: 9px 18px;
    text-transform: uppercase;
    transition: 0.5s;
    cursor: pointer;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1));
    background-repeat: repeat-x;
    background-size: 200%;
    width: fit-content;
    text-align: center;
}

.yellow-gradient-btn button,
.yellow-gradient-btn a,
.yellow-gradient-btn span {
    display: inline-block;
    color: #fff;
    background: #fdcb08;
    border: none;
    font-size: 16px;
    line-height: normal;
    padding: 19px 26px;
    text-transform: uppercase;
    transition: 0.5s;
    cursor: pointer;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1));
    background-repeat: repeat-x;
    background-size: 200%;
    width: fit-content;
    text-align: center;
}

.yellow-slim-btn button,
.yellow-slim-btn a,
.yellow-slim-btn span {
    display: block;
    width: 100%;
    text-align: center;
    color: rgb(221, 51, 51);
    background: #fecb00;
    border: none;
    font-size: 24px;
    line-height: normal;
    font-weight: 700;
    transition: 0.5s;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.yellow-bordered-btn button,
.yellow-bordered-btn a,
.yellow-bordered-btn span {
    display: inline-block;
    color: #424242;
    border: 2px solid #fecb00;
    font-weight: 700;
    padding: 13px 20px;
    line-height: normal;
    text-transform: uppercase;
    transition: 0.5s;
    cursor: pointer;
    width: fit-content;
    text-align: center;
}

.video-block-sect .yellow-btn {
    margin-top: 15px;
}

.video-block iframe {
    width: 100%;
    height: 690px;
}

.section-title {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
}

.section-title-thin {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 25px;
}

.section-title-24 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 15px;
}

.section-title span,
.section-title h1,
.section-title a {
    display: block;
    font-size: 36px;
    font-weight: 700;
    line-height: 47px;
    color: #454545;
    word-wrap: break-word;
}

.section-title-thin span,
.section-title-thin h1,
.section-title-thin a {
    display: block;
    color: #454545;
    font-size: 30px;
    line-height: 41px;
    word-wrap: break-word;
}

.section-title-24 span,
.section-title-24 h1,
.section-title-24 a {
    display: block;
    font-weight: 600;
    letter-spacing: -0.2px;
    font-size: 24px;
    line-height: 35px;
    word-wrap: break-word;
}

.ark-center {
    text-align: center;
}

.ark-black {
    color: #000;
}

.ark-thin {
    font-weight: 400 !important;
}

.ark-scaled {
    transform: scale(1.5);
    padding: 15px;
}

.ark-unscaled {
    transform: scale(.5);
}

.ark-mb {
    margin-bottom: 60px;
}

.ark-gray-bg {
    background: #f9f9f9;
    padding: 30px 0;
}

.ark-mw600 {
    max-width: 600px;
}

.some-services-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px 30px;
}

.some-service-item-img {
    position: relative;
    margin-bottom: 40px;
}

.some-service-item-img div {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
    padding: 10px 20px;
    color: #464648;
    text-transform: uppercase;
}

.some-services-list a span {
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
}

.some-services-list a p {
    color: #000;
    font-weight: 700;
    line-height: 1.4;
    font-size: 24px;
}

.why-us ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.why-us ul li {
    position: relative;
    padding-left: 30px;
    letter-spacing: -0.2px;
}

.why-us ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640' fill='%23fecc08'%3E%3Cpath d='M187.2 100.9C174.8 94.1 159.8 94.4 147.6 101.6C135.4 108.8 128 121.9 128 136L128 504C128 518.1 135.5 531.2 147.6 538.4C159.7 545.6 174.8 545.9 187.2 539.1L523.2 355.1C536 348.1 544 334.6 544 320C544 305.4 536 291.9 523.2 284.9L187.2 100.9z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.our-opportunities {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 30px;
}

.our-opportunities-item {
    position: relative;
    text-align: center;
    width: 100%;
    height: 250px;
    perspective: 1000px;
}

.ark-hoverbox {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s ease-in-out;
}

.our-opportunities-item:hover .ark-hoverbox {
    transform: rotateY(180deg);
}

.ark-hoverbox-front,
.ark-hoverbox-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ark-hoverbox-front {
    background-size: cover;
    background-position: center;
}

.ark-hoverbox-back {
    background-color: #f0f0f0;
    transform: rotateY(180deg);
}

.ark-hoverbox-back-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.our-opportunities-item span {
    font-size: 24px;
    color: #454545;
    text-align: center;
    display: block;
    margin-top: 40px;
}

.our-opportunities-item p {
    font-size: 16px;
    color: #454545;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}

.reviews-slider .swiper-slide {
    padding: 50px 54px;
    border: 6px solid #FECB00;
    display: flex;
    gap: 5%;
    height: auto;
}

.review-item-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    width: 100%;
    max-width: 300px;
}

.review-item-left img {
    display: block;
    border-radius: 10px;
}

.review-item-left span {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.review-item-right p {
    font-size: 28px;
    color: #000;
    margin-bottom: 60px;
}

.reviews-slider-dots {
    text-align: center;
    position: relative;
    top: -35px !important;
}

.swiper-pagination-bullet-active {
    background: #000;
}

.blog-block-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.blog-block-item-img {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.blog-block-item-img div {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
    padding: 10px 20px;
    color: #464648;
    text-transform: uppercase;
}

.blog-block-item-meta {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.blog-block-item-meta time {
    color: #999999;
}

.blog-block-item-meta a {
    color: #000;
}

.blog-block-item-title {
    color: #000;
    font-weight: 700;
    letter-spacing: -0.5px;
    font-size: 24px;
    line-height: 35px;
}


.free-consult-contact-form-pic-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    max-width: 850px;
    margin: 0 auto;
}

.free-consult-contact-form-pic-right {
    text-align: center;
}

.free-consult-contact-form-pic-right img {
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.free-consult-contact-form-pic-sect.free-consult-contact-form-pic-reverse-sect .free-consult-contact-form-pic-wrapper {
    max-width: 100%;
}

.free-consult-contact-form-pic-sect.free-consult-contact-form-pic-reverse-sect .free-consult-contact-form-pic-right {
    order: 1;
}

.free-consult-contact-form-pic-sect.free-consult-contact-form-pic-reverse-sect .free-consult-contact-form-pic-left {
    order: 2;
}

.contact-form-inputs {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 45px;
}

.ark-content-block {
    letter-spacing: -0.2px;
}

.ark-content-block *:not(li, button, label, input, span, em, b, strong, i, a, svg, br, img) {
    margin-bottom: 25px;
}

.ark-content-block>*:last-child {
    margin-bottom: 0;
}

.ark-content-block a {
    text-decoration: underline;
}

.ark-mobile-table {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}

.ark-content-block table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.ark-content-block table,
.ark-content-block table td,
.ark-content-block table th {
    border: 1px solid #000;
}

.ark-content-block table td,
.ark-content-block table th {
    padding: 10px;
}

.ark-content-block table th {
    color: #fff;
    background: #555352;
    font-weight: normal;
}

.ark-content-block ul,
.ark-content-block ol {
    list-style-position: outside;
    margin-left: 1em;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.ark-content-block ul li {
    list-style: disc;
}

.ark-content-block ol li {
    list-style: decimal;
}

.ark-content-block h1 {
    font-size: clamp(1.375rem, 2.333vw, 1.750rem);
    line-height: 1.083;
    color: #000;
    margin-bottom: 25px;
}

.ark-content-block h2 {
    font-size: clamp(1.125rem, 2.000vw, 1.500rem);
    line-height: 1.222;
    color: #000;
    margin-bottom: 25px;
}

.ark-content-block h3 {
    font-size: clamp(1rem, 1.666vw, 1.250rem);
    line-height: 1.286;
    color: #000;
    margin-bottom: 25px;
}

.ark-content-block h4 {
    font-size: clamp(0.9375rem, 1.500vw, 1.125rem);
    line-height: 1.333;
    color: #000;
    margin-bottom: 25px;
}

.ark-content-block h5 {
    font-size: clamp(0.875rem, 1.333vw, 1rem);
    line-height: 1.400;
    color: #000;
    margin-bottom: 25px;
}

.ark-content-block h6 {
    font-size: clamp(0.8125rem, 1.166vw, 0.9375rem);
    line-height: 1.444;
    color: #000;
    margin-bottom: 25px;
}

.alignleft,
.ark-content-block .alignleft {
    float: left;
    padding-right: 35px;
    width: auto;
}

.alignright,
.ark-content-block .alignright {
    float: right;
    padding-left: 25px;
    width: auto;
}

.alignright,
.ark-content-block .aligncenter {
    display: block;
    margin: 0 auto;
}

.seo-block.ark-overflow.ark-content-block {
    max-height: 350px;
    overflow: auto;
    padding-right: 15px;
}

.main-footer {
    padding: 120px 80px;
    background: #f5f5f5;
}

.header-logo img {
    max-width: 230px;
}

.footer-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.footer-menu ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer-menu ul li a {
    color: #454545;
    text-transform: uppercase;
    font-weight: 700;
}

.footer-contact-wrapper p {
    display: flex;
    gap: 30px;
}

.footer-contact-wrapper p span,
.footer-contact-wrapper p a {
    color: #666666;
    font-weight: 700;
}

.footer-social-wrapper img {
    width: 45px;
    height: 45px;
}

.footer-social-wrapper {
    margin-top: 55px;
    text-align: center;
}

.footer-copyright {
    margin-top: 25px;
}

.tel-menu-bottom .footer-copyright {
    color: #000;
}

#ark-to-top {
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    background: #f7f7f7;
    text-align: center;
    position: fixed;
    bottom: 10px;
    right: 35px;
    cursor: pointer;
    display: none;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.ark-overlay {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 999;
    backdrop-filter: blur(4px);
}

.ark-overlay .ark-popup {
    position: fixed;
    width: 90%;
    max-width: 760px;
    z-index: 4;
    margin: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.ark-overlay .ark-popup-close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    z-index: 99;
    padding: 20px;
    border-radius: 100%;
}

.ark-overlay .ark-popup-close::before,
.ark-overlay .ark-popup-close::after {
    position: absolute;
    left: 18px;
    top: 8px;
    content: ' ';
    height: 22px;
    width: 2px;
    border-radius: 4px;
    background-color: #000;
    z-index: 100;
}

.ark-overlay .ark-popup-close::before {
    transform: rotate(45deg);
}

.ark-overlay .ark-popup-close::after {
    transform: rotate(-45deg);
}

.ark-popup-content {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    overflow: auto;
    max-height: 90vh;
}

.form-popup-title {
    display: block;
    color: rgb(69, 69, 69);
    font-size: 32px;
    line-height: 43px;
    text-align: center;
    text-shadow: rgba(2, 2, 2, 0.23) 0px 0px 0px;
    margin-bottom: 20px;
}

.get-catalog-radio p {
    margin-bottom: 5px;
}

.get-catalog-radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.get-catalog-btn {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: fixed;
    z-index: 999;
    right: 15px;
    top: 82%;
    margin-right: -90px;
    color: #fff;
    display: block;
    background: #444443;
    font-size: 1em;
    text-align: center;
    padding: 2px 10px;
    font-weight: 700;
    border-radius: 5px;
    border: 0px solid #fff;
    cursor: pointer;
}

.no-scroll {
    overflow: hidden;
}

.ark-bc {
    padding: 20px 0;
}

.ark-breadcrumbs-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ark-breadcrumbs-list span,
.ark-breadcrumbs-list a {
    color: #666666;
}

.ark-bc-divider {
    margin: 0 10px;
}

.page-title-yellow-bg-sect {
    background: #fecb00;
    margin-bottom: 0;
    padding-bottom: 0;
}

.page-title-yellow-bg h1 {
    font-size: 36px;
    line-height: 47px;
    color: #ffffff;
    font-weight: 700;
    padding: 14px 0;
    text-transform: uppercase;
}

.engineering-item {
    display: grid;
    grid-template-columns: 32% 66%;
    gap: 2%;
}

.engineering-item-left {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.get-popup-form-sect {
    text-align: center;
}

.faq-wrapper.faq-one {
    width: 100%;
}

.faq-wrapper.faq-one .faq-item.first {
    padding-top: 0;
}

.faq-wrapper.faq-one .faq-tab-btn {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    cursor: pointer;
    position: relative;
    padding-left: 20px;
}

.faq-wrapper.faq-one .faq-tab-btn::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Cpath fill='%23281E11' d='M1.546 7.563H6.14v4.595c0 .467.384.859.86.859a.863.863 0 0 0 .858-.86V7.564h4.595a.863.863 0 0 0 .86-.86.863.863 0 0 0-.86-.858H7.86V1.249A.863.863 0 0 0 7 .391a.863.863 0 0 0-.859.858v4.596H1.546a.863.863 0 0 0-.859.859c0 .474.392.859.859.859'/%3E%3C/svg%3E");
    position: absolute;
    top: 50%;
    left: 0;
    margin-right: 0;
    transform: translate(0, -50%);
    transition: all .27s ease-in-out;
}

.faq-wrapper.faq-one .faq-item.active .tab-btn-dwn::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 640 640'%3E%3Cpath d='M96 320C96 302.3 110.3 288 128 288L512 288C529.7 288 544 302.3 544 320C544 337.7 529.7 352 512 352L128 352C110.3 352 96 337.7 96 320z'/%3E%3C/svg%3E");
}

.faq-wrapper.faq-one .faq-tab-btn.no-content {
    padding-left: 0;
    cursor: default;
}

.faq-wrapper.faq-one .faq-tab-btn.no-content::before {
    display: none !important;
}

.faq-wrapper.faq-one .faq-tab-content {
    display: none;
    padding: 30px 0 0 20px;
}

.faq-wrapper.faq-one .faq-tab-content ul,
.faq-wrapper.faq-one .faq-tab-content ol {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.faq-wrapper.faq-one .faq-tab-content *:not(li, button, label, input, span, em, b, strong, i, a, svg, br, img) {
    margin-bottom: 25px;
}

.faq-wrapper.faq-one .faq-tab-content>*:last-child {
    margin-bottom: 0;
}

.faq-wrapper.faq-one .faq-tab-content ul {
    list-style: disc;
}

.faq-wrapper.faq-one .faq-tab-content ol {
    list-style: numeric;
}

.engineering-item-right {
    height: max-content;
}

.engineering-item-right a {
    position: relative;
    display: block;
}

.engineering-item-right div.engineering-item-right-label {
    margin-top: -100px;
    position: relative;
    z-index: 9;
    background: #fff;
    width: 100%;
    max-width: 470px;
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.engineering-item-reverse-sect .engineering-item-right div.engineering-item-right-label {
    margin: -100px 0 0 auto;
}

.engineering-item-right div.engineering-item-right-label span {
    color: #000;
    font-weight: 700;
    line-height: 1.4;
    font-size: 24px;
    display: block;
    text-transform: uppercase;
}

.engineering-item-right div.engineering-item-right-label p {
    color: #464648;
    text-transform: uppercase;
}

.engineering-item-right div.engineering-item-right-label.engineering-item-right-label-no-title {
    max-width: 260px;
    padding: 10px;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

.engineering-item-right div.engineering-item-right-label.engineering-item-right-label-no-title p {
    text-align: center;
}

.engineering-item-right .yellow-slim-btn {
    margin-top: 20px;
}

.engineering-item-reverse-sect .engineering-item-right {
    order: 1;
}

.engineering-item-reverse-sect .engineering-item-left {
    order: 2;
}

.engineering-item-reverse-sect .engineering-item {
    grid-template-columns: 66% 32%;
}

.get-kp-form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.get-kp-form>div span {
    display: block;
    text-align: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    margin-bottom: 15px;
}

.get-kp-form>div p {
    letter-spacing: -0.2px;
    text-align: right;
}

.get-kp-form-img {
    text-align: center;
}

.get-kp-form form u {
    display: block;
    text-decoration: none;
    font-size: 24px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 25px;
}

.other-services-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.free-consult-numbers {
    border: 1px solid #f0f0f0;
    padding: 100px 28px 28px 28px;
}

.free-consult-numbers-list {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 15px;
}

.free-consult-numbers-list a {
    font-weight: 700;
    font-size: 28px;
}

.individ-proekt {
    display: grid;
    grid-template-columns: 32% 66%;
    gap: 2%;
}

.individ-proekt-right img {
    margin-bottom: 15px;
}

.individ-proekt-tariffs-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 45px;
    padding: 0 2%;
}

.individ-proekt-tariffs-list-item-wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    border: 1px solid #b9b9b9;
    padding: 10px;
}

.individ-proekt-tariffs-list-item .faq-wrapper {
    margin-top: 20px;
}

.individ-proekt-tariffs-list-item-wrapper span {
    color: #454545;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.2px;
    background: #fecb00;
    display: block;
    width: 100%;
    line-height: 1.2;
}

.individ-proekt-tariffs-list-item-wrapper em {
    font-style: normal;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.2px;
    color: #ad1c1c;
}

.videos-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 2%;
}

.videos-grid-item .faq-wrapper {
    margin-bottom: 20px;
}

.ark-gallery {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 3px;
    max-width: 970px;
    margin: 0 auto;
}

.ark-gallery img {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.ark-gallery-wrapper .yellow-slim-btn,
.ark-gallery-wrapper .yellow-btn,
.ark-gallery-wrapper .yellow-gradient-small-btn,
.ark-gallery-wrapper .yellow-gradient-btn,
.ark-gallery-wrapper .yellow-bordered-btn,

.projects-list-slider .yellow-slim-btn,
.projects-list-slider .yellow-btn,
.projects-list-slider .yellow-gradient-small-btn,
.projects-list-slider .yellow-gradient-btn,
.projects-list-slider .yellow-bordered-btn,

.arrow-steps .yellow-slim-btn,
.arrow-steps .yellow-btn,
.arrow-steps .yellow-gradient-small-btn,
.arrow-steps .yellow-gradient-btn,
.arrow-steps .yellow-bordered-btn {
    margin-top: 30px;
}

.houses-projects-head h1 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 60px;
    color: #000;
}

.houses-projects-head-selects {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

.houses-projects-head-selects .select {
    width: 190px;
}

.new-select {
    border: 1px solid rgba(69, 69, 69, 0.5);
    font-weight: 500;
    padding: 8px;
    padding-right: 25px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}

.new-select.on {
    border: 1px solid #fdcb08;
}

.new-select::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='6' fill='none'%3E%3Cpath stroke='%23575554' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.25' d='M1.5.75 6 5.25l4.5-4.5'/%3E%3C/svg%3E");
    transition: all .27s ease-in-out;
    cursor: pointer;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: rotate(0deg) translate(0, -50%);
}

.new-select.on::after {
    transform: rotate(180deg) translate(0, -50%);
    top: 0;
}

.select {
    position: relative;
    cursor: pointer;
}

.new-select__list {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background: #EFEBEB;
    padding: 5px 10px;
    z-index: 999;
    max-height: 200px;
    overflow-y: auto;
    line-height: 15px;
}

.new-select__item span {
    display: block;
    font-size: 12px;
    line-height: normal;
    transition: 0.3s;
    padding: 5px 0;

}

.new-select__item span:hover {
    color: #fdcb08;
}

.new-select__item:last-child {
    border: none;
}

.houses-projects-list-sect .houses-projects-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px 2%;
    padding: 0 2%;
}

.houses-projects-list a div {
    position: relative;
    margin-bottom: 20px;
}

.houses-projects-list a div img {
    transition: 0.5s;
}

.houses-projects-list a div img:first-child {
    display: block;
    width: 100%;
    object-fit: cover;
    position: static !important;
    opacity: 1 !important;
}

.houses-projects-list a div img:last-child {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    opacity: 0;
}

.houses-projects-list a:hover div img:first-child {
    opacity: 0 !important;
}

.houses-projects-list a:hover div img:last-child {
    opacity: 1 !important;
}

.houses-projects-list a span {
    color: #000;
    border-bottom: 1px solid #00000000;
    transition: 0.5s;
}

.houses-projects-list a:hover span {
    border-bottom: 1px solid #000;
}

.wp-pagenavi.ark-pagination {
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0 1%;
}

.wp-pagenavi a,
.wp-pagenavi span {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.ark-flex-center {
    display: flex !important;
    gap: 5px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
}

button * {
    text-decoration: none;
}

.single-project-main {
    display: grid;
    grid-template-columns: 57% 32%;
    gap: 11%;
}

.ark-woo-single-product-sliders-wrapper {
    display: grid;
    grid-template-columns: 24% 74%;
    gap: 2%;
    align-items: flex-start;
}

.ark-woo-single-product-gallery-for {
    border-radius: 4px;
    width: 100%;
    height: 100%;
    order: 2;
}

.ark-woo-single-product-gallery-for .swiper-wrapper {
    align-items: flex-start;
}

.ark-woo-single-product-gallery-for .swiper-slide {
    align-self: flex-start;
}

.ark-woo-single-product-gallery-for .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ark-woo-sp-nav-slide-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    height: 500px;
}

.ark-woo-single-product-gallery-nav {
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
}

.ark-woo-single-product-gallery-nav .swiper-wrapper {
    display: flex;
    align-items: center;
}

.ark-woo-single-product-gallery-nav .swiper-slide {
    width: auto;
    max-width: 100%;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    align-self: flex-start;
    box-sizing: border-box;
}

.ark-woo-single-product-gallery-nav .swiper-slide-thumb-active {
    opacity: 1;
}

.ark-woo-single-product-gallery-nav .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    box-sizing: border-box;
}

.ark-woo-single-product-gallery-nav-button-prev,
.ark-woo-single-product-gallery-nav-button-next {
    cursor: pointer;
    align-self: center;
    z-index: 10;
    height: 10px;
}

.ark-woo-single-product-gallery-nav .swiper-slide-duplicate-active {
    transform: none;
    transform-origin: none;
}

.ark-woo-single-product-gallery-nav-button-next::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath d='M297.4 470.6C309.9 483.1 330.2 483.1 342.7 470.6L534.7 278.6C547.2 266.1 547.2 245.8 534.7 233.3C522.2 220.8 501.9 220.8 489.4 233.3L320 402.7L150.6 233.4C138.1 220.9 117.8 220.9 105.3 233.4C92.8 245.9 92.8 266.2 105.3 278.7L297.3 470.7z'/%3E%3C/svg%3E");
    width: 25px;
    height: 15px;
    display: block;
    cursor: pointer;
    margin: 0 auto;
    margin-top: -15px;
}

.ark-woo-single-product-gallery-nav-button-prev::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath d='M297.4 169.4C309.9 156.9 330.2 156.9 342.7 169.4L534.7 361.4C547.2 373.9 547.2 394.2 534.7 406.7C522.2 419.2 501.9 419.2 489.4 406.7L320 237.3L150.6 406.6C138.1 419.1 117.8 419.1 105.3 406.6C92.8 394.1 92.8 373.8 105.3 361.3L297.3 169.3z'/%3E%3C/svg%3E");
    width: 25px;
    height: 15px;
    display: block;
    cursor: pointer;
    margin: 0 auto;
    margin-bottom: -15px;
}

.single-project-main-right h1 {
    font-size: 30px;
    color: #000;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.single-project-meta {
    padding: 20px 0;
    border-top: 1px solid #e2e1e1;
    border-bottom: 1px solid #e2e1e1;
    margin-bottom: 20px;
}

.single-project-meta>p>span {
    font-weight: 700;
}

.single-project-main-right .yellow-btn {
    margin-bottom: 30px;
}

.single-project-variations {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

.single-project-variations>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.single-project-variations>div>span {
    font-weight: 700;
}

.single-project-variations .select {
    min-width: 165px;
}

.single-project-final-price {
    font-weight: 600;
    color: #666600;
    font-size: 22px;
    margin-bottom: 50px;
}

.single-project-final-price span {
    color: #632020;
}

.projects-list-slider .section-title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
}

.projects-related-slider-dots {
    margin-top: 30px;
    text-align: center;
}

.projects-list-slider .yellow-btn {
    margin-top: 30px
}

.video-with-text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4%;
}

.req-call-btn,
.get-catalog-btn,
.get-calculation-btn,
.get-free-consult-btn,
.get-kp-btn,
.make-meeting-btn {
    cursor: pointer;
}

.ark-content-block .get-catalog-btn,
.ark-content-block .get-calculation-btn,
.ark-content-block .get-free-consult-btn,
.ark-content-block .get-kp-btn,
.ark-content-block .make-meeting-btn {
    width: auto;
}

.ark-faq {
    max-width: 945px;
    margin: 0 auto
}

.ark-faq .faq-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.picure-for-paragraph-block-sect.picure-for-paragraph-block-reverse-sect .picure-for-paragraph-block-item .ark-content-block {
    order: 1;
}

.picure-for-paragraph-block-sect.picure-for-paragraph-block-reverse-sect .picure-for-paragraph-block-item div:first-child {
    order: 2;
}

.picure-for-paragraph-block-sect.picure-for-paragraph-block-reverse-sect .picure-for-paragraph-block-item {
    grid-template-columns: 83% 15%;
}

.picure-for-paragraph-block-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.picure-for-paragraph-block-item {
    display: grid;
    grid-template-columns: 15% 83%;
    gap: 2%;
}

.picure-for-paragraph-block-item.ark-align-center,
.free-consult-contact-form-pic-wrapper.ark-align-center,
.ark-align-center {
    align-items: center;
}

.arrow-steps-wrapper {
    display: flex;
    align-items: center;
    gap: 1%;
}

.arrow-steps-wrapper span {
    font-size: 32px;
    color: #dd3333;
    text-align: center;
    font-weight: 700;
    margin-top: -80px;
}

.additional-services-page-list {
    font-size: 18px;
}

.additional-services-page-list>* {
    display: grid;
    grid-template-columns: 15% 60%;
    gap: 5%;
    padding: 20px 0;
    color: #454545;
}

.additional-services-page-list>*:nth-child(odd) {
    background: #f9f9f9;
    position: relative;
}

.additional-services-page-list>*:nth-child(odd)::before {
    content: '';
    position: absolute;
    top: 0;
    left: -1000vw;
    display: block;
    width: 10000vw;
    height: 100%;
    background: #f9f9f9;
    z-index: -1;
}

.additional-services-page-list-item-img {
    text-align: center;
}

.advantages-grid-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 105px;
    padding: 0 30px;
}

.vertical-txt-bg-sect {
    padding-bottom: 0 !important;
}

.vertical-txt-bg-body-wrapper {
    max-width: 360px;
    color: #fff;
    padding: 50px 0;
}

.vertical-txt-bg-body-wrapper .ark-content-block h1,
.vertical-txt-bg-body-wrapper .ark-content-block h2,
.vertical-txt-bg-body-wrapper .ark-content-block h3,
.vertical-txt-bg-body-wrapper .ark-content-block h4,
.vertical-txt-bg-body-wrapper .ark-content-block h5,
.vertical-txt-bg-body-wrapper .ark-content-block h6 {
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.order-product-grid-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px 30px;
    align-items: flex-start;
}

.order-product-grid-list-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 30px;
    grid-auto-flow: row;
    grid-template-areas:
        "order-product-grid-list-item-title order-product-grid-list-item-title"
        "order-product-grid-list-item-img order-product-grid-list-item-txt";
}

.order-product-grid-list-item-title {
    grid-area: order-product-grid-list-item-title;
    margin-bottom: 0;
}

.order-product-grid-list-item-img {
    grid-area: order-product-grid-list-item-img;
}

.order-product-grid-list-item-txt {
    grid-area: order-product-grid-list-item-txt;
}

.order-product-grid-list-item-title span {
    text-align: left;
}

.order-product-grid-list-item-txt {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.faq-wrapper.faq-green {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 30px;
}

.faq-wrapper.faq-green .faq-item.first {
    padding-top: 0;
}

.faq-wrapper.faq-green .faq-tab-btn {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    cursor: pointer;
    position: relative;
    padding-left: 40px;
}

.faq-wrapper.faq-green .faq-tab-btn::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Cpath fill='%2375d69c' d='M1.546 7.563H6.14v4.595c0 .467.384.859.86.859a.863.863 0 0 0 .858-.86V7.564h4.595a.863.863 0 0 0 .86-.86.863.863 0 0 0-.86-.858H7.86V1.249A.863.863 0 0 0 7 .391a.863.863 0 0 0-.859.858v4.596H1.546a.863.863 0 0 0-.859.859c0 .474.392.859.859.859'/%3E%3C/svg%3E");
    position: absolute;
    top: 50%;
    left: 0;
    margin-right: 0;
    transform: translate(0, -50%);
    transition: all .27s ease-in-out;
    border: 2px solid #75d69c;
    padding: 3px 5px 0px 6px;
}

.faq-wrapper.faq-green .faq-item.active .tab-btn-dwn::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 640 640'%3E%3Cpath fill='%2375d69c' d='M96 320C96 302.3 110.3 288 128 288L512 288C529.7 288 544 302.3 544 320C544 337.7 529.7 352 512 352L128 352C110.3 352 96 337.7 96 320z'/%3E%3C/svg%3E");
}

.faq-wrapper.faq-green .faq-tab-content {
    display: none;
    padding: 30px 0 0 40px;
}

.brands-with-benefits-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.brands-with-benefits-item,
.brands-with-benefits-item a,
.brands-with-benefits-item .brands-with-benefits-item-imgs {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.brands-with-benefits-item a {
    text-align: center;
}

.brands-with-benefits-item .faq-tab-btn {
    width: max-content;
    margin: 0 auto;
}

.basic-img-grid-2x-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.basic-img-grid-2x-sect.basic-img-grid-2x-limit-width .basic-img-grid-2x-list {
    padding: 0 100px;
}

.basic-img-grid-2x-list div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.basic-img-grid-6x-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
}

.trigger-form-from-btn-with-bg-sect {
    padding: 45px 15px;
    text-align: center;
}

.trigger-form-from-btn-with-bg {
    margin: 0 auto;
    padding: 35px 0 45px 0;
    color: #454545;
    background: rgba(255, 255, 255, 0.7);
}

.trigger-form-from-btn-with-bg .section-title-24 {
    gap: 35px;
}

.trigger-form-from-btn-with-bg .section-title-24 span {
    font-weight: 700;
}

.trigger-form-from-btn-with-bg .section-title-24 p {
    font-size: 18px;
    font-weight: 500;
    color: #454545;
}

.trigger-form-from-btn-with-bg .yellow-btn {
    margin-top: 50px;
}

.basic-img-grid-4x-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.basic-img-grid-4x-sect.basic-img-grid-4x-limit-width .basic-img-grid-4x-list {
    padding: 0 200px;
}

.calculation-climat-form-checkboxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 30px;
}

.calculation-climat-form-checkboxes label {
    display: flex;
    align-items: center;
    gap: 5px;
}

.calculation-climat-form form {
    max-width: 605px;
    margin: 0 auto;
}

.stuff-types-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.stuff-types-item>u {
    text-decoration: none;
}

.stuff-types-item-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.stuff-types-item-right-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 40px;
}


.stuff-types-item-right-btns p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.basic-img-grid-3x-with-title-and-lightbox-list,
.basic-img-grid-3x-with-title-and-descr-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 40px;
}

.basic-img-grid-3x-with-title-and-lightbox-list div {
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center;
    color: #000;
}

.expanding-items .faq-wrapper.faq-one {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.stuff-models-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.stuff-models-grid-item iframe {
    width: 100%;
    height: 160px;
}

.stuff-models-grid-item>p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    margin-bottom: 10px;
}

.stuff-models-grid-item>p span {
    color: #206ffc;
}

.stuff-models-grid-item img {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.stuff-models-grid-item>a,
.stuff-models-grid-item>.faq-wrapper {
    display: block;
    margin-bottom: 15px;
}

.sliders-grid-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3%;
    padding: 0 2%;
}

.sliders-grid-list-item {
    position: relative;
    overflow: hidden;
}

.sliders-grid-list-item .swiper-slide {
    border: 4px solid #fff;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

.sliders-grid-list-item .swiper-button-next svg path,
.sliders-grid-list-item .swiper-button-prev svg path {
    fill: #000;
    opacity: .7;
}

.sliders-grid-list-item>span {
    display: block;
    text-align: center;
    letter-spacing: -0.2px;
    font-weight: 500;
    margin-top: 30px;
}

.lists-columns-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.lists-columns-item>p {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    letter-spacing: -0.2px;
    color: #000;
    margin-bottom: 20px;
}

.lists-columns-item>p span {
    color: #fecc08;
    font-style: italic;
    margin-left: 10px;
}

.lists-columns-item ul {
    margin-bottom: 25px;
}

.lists-columns-item ul li {
    position: relative;
    padding-left: 25px;
}

.lists-columns-item ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640' fill='%23666' width='15' height='15'%3E%3Cpath d='M160 96L480 96C515.3 96 544 124.7 544 160L544 480C544 515.3 515.3 544 480 544L160 544C124.7 544 96 515.3 96 480L96 160C96 124.7 124.7 96 160 96z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.lists-columns-item i {
    color: #bcbcbc;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: -0.2px;
}

.basic-img-grid-3x-with-title-and-descr-list>div {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.basic-img-grid-3x-with-title-and-descr-list>div>span,
.buildings-3x-grid-item>div>span {
    display: block;
    text-align: center;
    letter-spacing: -0.2px;
    font-weight: 700;
}

.txt-multimedia-block-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.txt-multimedia-block-sect.txt-multimedia-block-reverse-sect .txt-multimedia-block-wrapper .txt-multimedia-block-wrapper-right {
    order: 1;
}

.txt-multimedia-block-sect.txt-multimedia-block-reverse-sect .txt-multimedia-block-wrapper .txt-multimedia-block-wrapper-left {
    order: 2;
}

.buildings-3x-grid-item .ark-content-block {
    margin-top: 10px;
}

.buildings-3x-grid-item-btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.buildings-3x-grid-item-btns .yellow-btn>* {
    display: block;
    width: 100%;
}

.txt-with-sidebar-wrapper {
    display: grid;
    grid-template-columns: 63% 35%;
    gap: 2%;
}

.ark-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ark-sidebar-top {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #fecb00;
    padding: 15px;
    letter-spacing: -0.2px;
}

.ark-sidebar-top *:not(li, button, label, input, span, em, b, strong, i, a, svg, br, img) {
    padding: 10px;
    background: #fff;
}

.ark-sidebar-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15%;
    align-items: center;
    background: #fecb00;
    padding: 20px;
}

.promotions-page-list-sect {
    padding-top: 50px;
}

.promotions-page-list {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.promotions-page-list .section-title {
    margin-bottom: 25px;
}

.promotions-page-list .write-us {
    margin-top: 25px;
}

.ark-blog-page-sect {
    padding-top: 50px;
}

.ark-blog-page h1 {
    font-size: 48px;
    line-height: 59px;
    margin: 0;
    letter-spacing: -1px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.ark-blog-page-cats-wrapper {
    margin-bottom: 40px;
}

.ark-blog-page-cats {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 40px;
    padding-bottom: 10px;
}

.ark-blog-page-cats a {
    color: #999;
    text-transform: uppercase;
}

.ark-single-blog {
    display: grid;
    grid-template-columns: 70% 25%;
    gap: 5%;
}

.ark-single-blog-sect .blog-block-item-meta {
    font-size: 16px;
    margin-top: 30px;
}

.ark-single-blog-main h1 {
    font-size: 48px;
    margin-bottom: 15px;
    color: #000;
    letter-spacing: -1px;
    font-weight: 600;
    line-height: 1.2;
}

.ark-single-blog-main .ark-content-block {
    text-align: justify;
}

.ark-single-blog-main .ark-content-block h1,
.ark-single-blog-main .ark-content-block h2,
.ark-single-blog-main .ark-content-block h3,
.ark-single-blog-main .ark-content-block h4,
.ark-single-blog-main .ark-content-block h5,
.ark-single-blog-main .ark-content-block h6 {
    font-weight: 400;
}

.ark-single-blog-share {
    margin-top: 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.ark-single-blog-sidebar {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.ark-single-blog-sidebar>div>span {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
}

.ark-single-blog-search form {
    position: relative;
}

.ark-single-blog-search input[type="text"] {
    color: #666666;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 15px 40px 15px 15px;
}

.ark-single-blog-search form button {
    position: absolute;
    top: 0;
    right: 5px;
    height: 100%;
}

.ark-single-blog-search form button svg {
    display: block;
}

.ark-single-blog-latest ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ark-single-blog-latest ul li a {
    color: #000;
    font-weight: 500;
}

.about-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px 40px;
}

.about-grid-item {
    display: grid;
    grid-template-columns: 27% 65%;
    gap: 8%;
}

.ark-content-block iframe {
    display: block;
    width: 100%;
    min-height: 450px;
}

.stairs-block-wrapper {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.stairs-block-item {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.stairs-block-item-title {
    padding: 25px 15px;
    width: 100%;
    background: #fecb00;
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2;
    max-width: 900px;
}

.stairs-block-item:nth-child(odd) .stairs-block-item-title {
    margin: 0 0 0 auto;
}

.stairs-block-item-body {
    max-width: 1000px;
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
    gap: 30px;
}

.stairs-block-item-body-left {
    flex-shrink: 0;
}

.stairs-block-item:nth-child(even) .stairs-block-item-title {
    text-align: right;
}

.stairs-block-item:nth-child(even) .stairs-block-item-body {
    margin: 0;
    flex-direction: row-reverse;
}

.map-block {
    display: grid;
    grid-template-columns: 65% 32%;
    gap: 3%;
}

.map-block-right .yellow-gradient-btn {
    margin-top: 30px;
}

.our-contacts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.our-contacts-center,
.our-contacts-right {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.our-contacts-right {
    justify-content: center;
    align-items: center;
}

.our-contacts-center>span,
.our-mails-list a {
    color: #800000;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.2px;
}

.our-contacts-list,
.our-mails-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.our-contacts-list p {
    display: flex;
    flex-direction: column;
}

.our-contacts-list p u {
    text-decoration: none;
}

.form-calculation-advanced-step-2,
.form-calculation-advanced-step-3,
.form-calculation-advanced-step-4,
.form-calculation-advanced-steps-line div p,
.form-calculation-advanced-current-step-1 .form-calculation-advanced-step-back {
    display: none;
}

.form-calculation-advanced-steps-line>div {
    position: relative;
    z-index: 9;
}

.form-calculation-advanced-steps-line div span {
    display: block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #efebeb;
    font-size: 18px;
    font-weight: 700;
    color: #454545;
    border: 1px solid #fdcb08;
}

.form-calculation-advanced-steps-line {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 100px;
}

.form-calculation-advanced-steps-line::after {
    content: '';
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
}

.form-calculation-advanced-step-1-wrapper,
.form-calculation-advanced-step-2-wrapper,
.form-calculation-advanced-step-3-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: center;
}

.form-calculation-advanced-step-1-wrapper label,
.form-calculation-advanced-step-2-wrapper label {
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.form-calculation-advanced-step-1-wrapper label u,
.form-calculation-advanced-step-2-wrapper label u {
    text-decoration: none;
}

.ark-modal-get-calculation-advanced input[type="radio"],
.ark-get-calculation-advance-ajax-form input[type="radio"] {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
}

.form-calculation-advanced-step-3-wrapper {
    text-align: center;
}

.form-calculation-advanced-step-3-wrapper em {
    font-style: normal;
    font-weight: 700;
}

.form-calculation-advanced-step-item-active span {
    background: #fdcb08 !important;
    color: #fff !important;
}

.form-calculation-advanced-step-item-active p {
    display: block !important;
    color: #454545;
    font-size: 12px;
    text-align: center;
    line-height: 1.3;
    font-weight: 700;
    margin: 0;
    position: absolute;
    top: calc(100% + 35px);
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.form-calculation-advanced-step-back {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 20px;
    cursor: pointer;
}

.contacts-forms-block-with-bg-thank {
    display: none;
    width: fit-content;
    margin-top: 30px;
}

.contacts-forms-block-with-bg-thank p {
    font-weight: 500;
    padding: 5px;
    border: 2px solid rgb(0, 172, 0);
    color: #000;
    font-size: 14px;
}

.error-404-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    background-color: #fff;
    text-align: center;
    padding: 40px 20px;
    font-family: 'Manrope', sans-serif;
}

.error-404-content {
    max-width: 600px;
    width: 100%;
}

.error-404-title {
    font-size: 150px;
    font-weight: 900;
    line-height: 1;
    color: #FECB00;
    margin: 0;
    text-shadow: 2px 2px 0px #f0f0f0;
}

.error-404-subtitle {
    font-size: 24px;
    font-weight: 700;
    color: #444443;
    margin: 20px 0 30px;
    text-transform: uppercase;
}

.error-404-text {
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
    line-height: 1.6;
}

.btn-404 {
    display: inline-block;
    background-color: #FECB00;
    color: #444443;
    font-weight: 700;
    font-size: 16px;
    padding: 15px 40px;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    border: 2px solid #FECB00;
    text-transform: uppercase;
}

.btn-404:hover {
    background-color: #fff;
    color: #FECB00;
}

.ark-mobile-menu-btn {
    display: none;
    cursor: pointer;
}

.tel-menu {
    width: 40%;
    height: 100vh;
    position: relative;
    z-index: 99;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    overflow: hidden;
    transform: translateX(100%);
    transition: all 0.2s ease;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(4px);
}

.showNav {
    transform: translateX(0);
    top: 0;
    opacity: 1;
    z-index: 999999;
}

.tel-menu-wrapper {
    overflow: auto;
    max-height: 100vh;
    padding: 50px;
}

.tel-menu-close {
    text-align: right;
    margin: 0 -30px 30px 0;
    cursor: pointer;
}

#menu-sidebar-panel .sidebar-menu .menu li>a {
    padding: 3px 2px;
    display: block;
    line-height: 22px;
}

#menu-sidebar-panel .sidebar-menu .menu>li>a {
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    font-weight: 600;

}

#menu-sidebar-panel .sidebar-menu .menu>.menu-item-has-children>ul>.menu-item-has-children>a {
    font-size: 16px;
    font-weight: bold;
}

#menu-sidebar-panel .sidebar-menu .menu>.menu-item-has-children>ul>.menu-item-has-children .sub-menu a {
    font-size: 14px;
    font-weight: normal;
}

#menu-sidebar-panel .sidebar-menu .menu .sub-menu li {
    padding: 5px 0;
}

#menu-sidebar-panel .sidebar-menu .menu>.menu-item-has-children .open-button {
    position: relative;
    float: right;
    display: block;
    width: 50px;
    height: 28px;
    text-align: center;
    cursor: pointer;
}

#menu-sidebar-panel .sidebar-menu .menu .menu-item-has-children .open-button:before {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    right: 0;
    border-radius: 50%;
    background: #C4C4C4 no-repeat center center;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 9L13 1' stroke='%23454545'/%3E%3C/svg%3E");
    transition: all ease 0.3s;
}

#menu-sidebar-panel .sidebar-menu .menu .menu-item-has-children.active>a {
    background: #C4C4C4;
}

#menu-sidebar-panel .sidebar-menu .menu>.menu-item-has-children .sub-menu {
    padding-left: 27px;
    padding-right: 35px;
    padding-top: 15px;
    padding-bottom: 5px;
    display: none;
}

#menu-sidebar-panel.baroque-off-canvas-panel.menu-sidebar .widget-panel-bottom {
    margin-top: 30px;
}

.building-link,
.building-link-ua {
    cursor: pointer;
}

.tel-menu-center .sidebar-menu li {
    padding: 10px 0;
    list-style: none;
    margin-bottom: 0;
}

@media (max-width: 1450px) {
    .container {
        max-width: 1100px;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 942px;
    }

    .header-address,
    .ark-site-header-menu {
        display: none;
    }

    .ark-mobile-menu-btn {
        display: block;
    }

    .footer-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }

    .individ-proekt-tariffs-list {
        gap: 20px;
    }

    .advantages-grid-list,
    .basic-img-grid-4x-sect.basic-img-grid-4x-limit-width .basic-img-grid-4x-list {
        padding: 0;
    }

}

@media (max-width: 992px) {
    .container {
        max-width: 718px;
    }

    .header-callback span,
    .header-calc span {
        display: none;
    }

    .ark-site-header-wrapper {
        margin-bottom: 0;
    }

    .ark-site-header {
        padding: 15px 0;
    }

    .tel-menu {
        width: 50%;
    }

    .main-footer {
        padding: 60px 40px;
    }

    .our-opportunities {
        grid-template-columns: 1fr 1fr;
    }

    .reviews-slider .swiper-slide {
        padding: 25px 25px 40px 25px;
    }

    .engineering-item-right div.engineering-item-right-label {
        padding: 15px;
        max-width: 350px;
        margin-top: -85px;
        gap: 20px;
    }

    .engineering-item-left {
        gap: 20px;
    }

    .basic-img-grid-4x-list {
        gap: 15px;
    }

    .individ-proekt-tariffs-list,
    .stuff-models-grid-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .single-project-main,
    .stuff-types-item-grid,
    .txt-multimedia-block-wrapper {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .ark-gallery,
    .basic-img-grid-6x-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .arrow-steps-wrapper span {
        margin: 0;
    }

    .advantages-grid-list {
        gap: 30px;
    }

    .order-product-grid-list {
        display: flex;
        flex-direction: column;
    }

    .basic-img-grid-2x-sect.basic-img-grid-2x-limit-width .basic-img-grid-2x-list {
        padding: 0;
    }

    .stuff-types-item-right-btns {
        margin-bottom: 30px;
    }

    .ark-blog-page h1 {
        font-size: 38px;
        line-height: 49px;
    }

    .map-block {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .our-contacts {
        display: grid;
        grid-template-columns: 40% 33% 23%;
        gap: 2%;
    }

}

@media (max-width: 768px) {
    .container {
        max-width: 526px;
    }

    .error-404-title {
        font-size: 100px;
    }

    .error-404-subtitle {
        font-size: 20px;
    }

    .header-logo img {
        max-width: 160px;
    }

    .ark-site-header-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px 30px;
        grid-template-areas:
            "header-logo header-other-btns"
            "header-tels header-call-action-btnts";
    }

    .header-logo {
        grid-area: header-logo;
    }

    .header-tels {
        grid-area: header-tels;
    }

    .header-other-btns {
        grid-area: header-other-btns;
        justify-content: flex-end;
    }

    .header-call-action-btnts {
        grid-area: header-call-action-btnts;
        justify-content: flex-end;
    }

    .header-tels a {
        font-size: 14px;
    }

    .tel-menu {
        width: 60%;
    }

    .tel-menu-wrapper {
        padding: 20px;
    }

    .tel-menu-close {
        margin: 0 0 30px 0;
    }

    .main-footer {
        padding: 40px;
    }

    .footer-wrapper {
        display: flex;
        flex-direction: column;
    }

    .reviews-slider .swiper-slide {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }

    .review-item-left {
        gap: 25px;
    }

    .review-item-right p {
        margin-bottom: 30px;
        font-size: 22px;
    }

    .blog-block-wrapper,
    .video-with-text,
    .faq-wrapper.faq-green,
    .expanding-items .faq-wrapper.faq-one,
    .basic-img-grid-3x-with-title-and-lightbox-list,
    .basic-img-grid-3x-with-title-and-descr-list,
    .sliders-grid-list,
    .lists-columns-grid,
    .txt-with-sidebar-wrapper {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .engineering-item {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .engineering-item-reverse-sect .engineering-item {
        flex-direction: column;
    }

    .engineering-item-btn {
        order: 3;
    }

    .get-kp-form {
        display: flex;
        flex-direction: column-reverse;
        gap: 30px;
    }

    .basic-img-grid-4x-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .video-block iframe {
        height: 400px;
    }

    .advantages-grid-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .vertical-txt-bg-body-wrapper {
        max-width: 100%;
    }

    .basic-img-grid-6x-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .stuff-types-item-right-btns {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .sliders-grid-list-item>span {
        margin-top: 15px;
        font-size: 14px;
    }

    .about-grid-item {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }

    .about-grid-wrapper {
        gap: 30px;
    }

    .our-contacts {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        align-items: center;
        grid-template-areas:
            "our-contacts-left our-contacts-center"
            "our-contacts-right our-contacts-right";
    }

    .our-contacts-center {
        grid-area: our-contacts-center;
    }

    .our-contacts-left {
        grid-area: our-contacts-left;
    }

    .our-contacts-right {
        grid-area: our-contacts-right;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row;
    }

}

@media (max-width: 576px) {
    .container {
        width: 100%;
        max-width: 100%;
        padding: 0 15px;
    }

    .ark-breadcrumbs-list a,
    .ark-breadcrumbs-list span {
        font-size: 14px;
    }

    .ark-bc-divider {
        margin: 0 5px;
    }

    .alignleft,
    .ark-content-block .alignleft,
    .alignright,
    .ark-content-block .alignright {
        display: block;
        float: none;
        padding: 0;
        width: 100%;
    }

    .ark-bc {
        padding: 15px 0;
    }

    .header-other-btns {
        gap: 20px;
    }

    .ark-gray-bg {
        padding: 20px 0;
    }

    .tel-menu {
        width: 100%;
    }

    .main-footer {
        padding: 40px 15px;
    }

    .ark-mb {
        margin-bottom: 50px;
    }

    .free-consult-contact-form-pic-wrapper,
    .individ-proekt-tariffs-list,
    .videos-grid,
    .some-services-list,
    .brands-with-benefits-wrapper,
    .basic-img-grid-2x-list,
    .basic-img-grid-6x-list,
    .stuff-types-wrapper,
    .stuff-models-grid-wrapper,
    .about-grid-wrapper {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .some-service-item-img {
        margin-bottom: 15px;
    }

    .some-services-list a span {
        margin-bottom: 5px;
    }

    .our-opportunities {
        display: flex;
        flex-direction: column;
    }

    .section-title {
        gap: 15px;
        margin-bottom: 30px;
    }

    .section-title span,
    .section-title h1,
    .section-title a,
    .section-title-thin span,
    .section-title-thin h1,
    .section-title-thin a {
        font-size: 28px;
        line-height: 39px;
    }

    .page-title-yellow-bg h1 {
        font-size: 26px;
        line-height: 37px;
    }

    .engineering-item-right div.engineering-item-right-label,
    .engineering-item-reverse-sect .engineering-item-right div.engineering-item-right-label {
        margin: 20px 0 0 0;
        padding: 0;
        background: transparent;
    }

    .free-consult-numbers {
        padding: 50px 15px 15px 15px;
    }

    .free-consult-numbers-list a {
        font-size: 20px;
        line-height: 30px;
    }

    .houses-projects-head h1 {
        margin-bottom: 50px;
    }

    .houses-projects-list-sect .houses-projects-list {
        gap: 30px 2%;
    }

    .houses-projects-head-selects {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .houses-projects-head-selects .select {
        width: 100%;
    }

    .houses-projects-head-selects .new-select {
        font-size: 11px;
    }

    .wp-pagenavi.ark-pagination {
        margin-top: 50px;
    }

    .ark-woo-single-product-sliders-wrapper {
        display: block;
    }

    .ark-woo-sp-nav-slide-wrap {
        height: auto;
    }

    .ark-woo-single-product-gallery-nav-button-prev,
    .ark-woo-single-product-gallery-nav-button-next {
        display: none;
    }

    .single-project-main-right h1,
    .ark-blog-page h1,
    .form-popup-title {
        font-size: 24px;
        line-height: 35px;
    }

    .video-block iframe {
        height: 200px;
    }

    .ark-gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .picure-for-paragraph-block-item,
    .order-product-grid-list-item,
    .calculation-climat-form-checkboxes {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .picure-for-paragraph-block-item>div>img {
        max-width: 100px;
    }

    .picure-for-paragraph-block-wrapper {
        gap: 30px;
    }

    .arrow-steps-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .ark-scaled {
        transform: scale(1.3);
        margin: 0 35px;
    }

    .additional-services-page-list>* {
        align-items: center;
        grid-template-columns: 20% 75%;
    }

    .advantages-grid-list {
        display: flex;
        flex-direction: column;
    }

    .advantages-grid-list img {
        width: fit-content;
        margin: 0 auto;
    }

    .order-product-grid-list-item-txt {
        gap: 20px;
    }

    .order-product-grid-list {
        gap: 30px;
    }

    .brands-with-benefits-item-imgs img:last-child {
        display: block;
        width: fit-content;
    }

    .stuff-types-item-right-btns {
        margin-bottom: 20px;
    }

    .stuff-types-item .section-title-thin {
        margin-bottom: 0;
    }

    .ark-sidebar {
        margin: 0 -15px;
    }

    .promotions-page-list-sect {
        padding-top: 20px;
    }

    .ark-blog-page-cats-wrapper {
        overflow: scroll;
    }

    .ark-blog-page-cats {
        width: max-content;
    }

    .ark-blog-page-cats-wrapper {
        margin-bottom: 30px;
    }

    .picure-for-paragraph-block br {
        display: none;
    }

    .stairs-block-item-body,
    .stairs-block-item {
        display: flex;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 20px !important;
    }

    .stairs-block-item:nth-child(2n) .stairs-block-item-title {
        text-align: left;
    }

    .stairs-block-wrapper {
        gap: 50px;
    }

    .stairs-block-item-title {
        padding: 15px;
    }

    .our-contacts {
        display: block;
    }

    .our-contacts-left,
    .our-contacts-center {
        margin-bottom: 30px;
    }

    .our-contacts-right {
        flex-direction: column;
        gap: 20px;
    }


    .ark-popup-content {
        padding: 15px;
    }

    .ark-overlay .ark-popup {
        max-width: 100%;
    }

    .ark-overlay .ark-popup-close {
        right: -20px;
        top: -40px;
    }

    .ark-overlay .ark-popup-close::before,
    .ark-overlay .ark-popup-close::after {
        background: #fff;
    }

    .form-calculation-advanced-step-3-wrapper em {
        font-size: 12px;
    }

    .contacts-forms-block-with-bg-thank p {
        font-size: 12px;
    }


}