/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

form {
    margin: 0;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
    font-weight: 400 900
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
    font-weight: 500 900
}

html {
    box-sizing: border-box;
    height: 100%;
    font-size: 16px
}

html.noscroll {
    overflow: hidden
}

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

body {
    background: var(--back);
    color: var(--black);
    font-family: "Montserrat";
    min-width: 360px;
    display: flex;
    flex-direction: column;
    height: 100%
}

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

*:has(>img) {
    font-size: 0
}

main {
    flex: 1 0 auto;
    position: relative;
    overflow: hidden;
    gap: 100px
}

footer {
    flex: 0 0 auto
}

html.no_scroll {
    overflow: hidden
}

button,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a {
    text-decoration: none
}

.position-relative {
    position: relative
}

.position-absolute {
    position: absolute
}

.position-fixed {
    position: fixed
}

.top-0 {
    top: 0
}

.start-0 {
    left: 0
}

.end-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.d-none {
    display: none
}

.d-block {
    display: block
}

.d-grid {
    display: grid
}

.d-flex {
    display: flex;
    flex-wrap: wrap
}

.d-inline-block {
    display: inline-block
}

.flex-column {
    flex-direction: column
}

.flex-grow-1 {
    flex-grow: 1
}

.justify-content-start {
    justify-content: flex-start
}

.justify-content-center {
    justify-content: center
}

.justify-content-end {
    justify-content: flex-end
}

.justify-content-between {
    justify-content: space-between
}

.align-items-start {
    align-items: flex-start
}

.align-items-center {
    align-items: center
}

.align-items-end {
    align-items: flex-end
}

.align-items-baseline {
    align-items: baseline
}

.w-100 {
    width: 100%
}

.h-100 {
    height: 100%
}

.mx-auto {
    margin: 0 auto
}

.ms-auto {
    margin-left: auto
}

.m-0 {
    margin: 0
}

.p-0 {
    padding: 0
}

.text-center {
    text-align: center
}

.text-end {
    text-align: right
}

.list-none {
    list-style: none
}

.text-decoration-none {
    text-decoration: none
}

.text-uppercase {
    text-transform: uppercase
}

.object-cover-50 {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50%;
    object-position: 50%
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer
}

@media(min-width: 1134px) {

    h1,
    .h1 {
        font-weight: 700;
        font-size: 64px;
        line-height: 66px
    }

    h2,
    .h2 {
        font-weight: 600;
        font-size: 32px;
        line-height: 39px
    }

    h3,
    .h3 {
        font-weight: 600;
        font-size: 24px;
        line-height: 29px
    }

    h4,
    .h4 {
        font-weight: 600;
        font-size: 22px;
        line-height: 27px
    }

    .textBig,
    .textBig p,
    .textBig li {
        font-weight: 600;
        font-size: 20px;
        line-height: 24px
    }

    .text,
    .text p,
    .text li {
        font-weight: 500;
        font-size: 18px;
        line-height: 22px
    }

    .textSmall,
    .textSmall p,
    .textSmall li {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px
    }

    .input {
        font-size: 14px;
        line-height: 17px
    }

    .inputSmall {
        font-weight: 500;
        font-size: 12px;
        line-height: 15px
    }
}

.container {
    max-width: 1464px;
    width: 100%;
    padding: 0 12px;
    margin: 0 auto
}

.swiper-button-prev,
.swiper-button-next {
    margin: 0
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none
}

p {
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 20px 0
}

ul,
ol {
    margin: 0 0;
    padding-left: 25px
}

p:last-child,
ul:last-child,
ol:last-child {
    margin-bottom: 0 !important
}

._desktop {
    display: block
}

._mobile {
    display: none
}

@media(max-width: 767px) {
    ._mobile {
        display: block
    }

    ._desktop {
        display: none
    }
}

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 12;
}

.main-header-top {
    padding: 16px 0;
    background-color: #fff
}

.main-header-top_wrapper {
    gap: 73px;
    flex-wrap: nowrap
}

.header-city {
    flex-shrink: 0;
    background-image: url(../images/city.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding-left: 29px
}

.header-city-value {
    color: #777
}

.header-top_control {
    max-width: 674px;
    width: 100%;
    gap: 20px;
    flex-wrap: nowrap;
    margin-left: auto
}

.header-catalog,
.header-services {
    flex-shrink: 0;
    gap: 8px;
    height: 44px;
    border-radius: 5px
}

.header-catalog {
    width: 132px;
    background: #228c20;
    transition: .2s ease
}

.header-catalog:hover {
    background-color: #108705
}

.header-catalog-name {
    color: #fff
}

.header-services {
    width: 127px;
    background: #fff;
    border: 2px solid #228c20;
    transition: .2s ease
}

.header-services:hover {
    border-color: #6db36c
}

.header-services-name {
    color: #228c20
}

.main-header-search {
    max-width: 374px;
    width: 100%
}

.search-text {
    padding: 0 50px 0 10px;
    height: 44px;
    background: #fff;
    border: 1.5px solid #aaa;
    border-radius: 5px
}

.search-submit {
    width: 44px;
    top: 1px;
    bottom: 1px;
    right: 1px;
    background-image: url(../images/search.svg);
    background-repeat: no-repeat;
    background-position: 50%
}

.header-info_wrapper {
    flex-shrink: 0;
    gap: 20px
}

.header-worktime {
    width: 77px;
    color: #777
}

.header-socials {
    gap: 10px
}

.header-socials .soc-item {
    width: 28px;
    height: 28px
}

.header-phones {
    gap: 3px
}

.header-phone {
    line-height: 24px;
    color: #222 !important;
    text-decoration: none !important;
    background-image: url(../images/phone1.svg);
    background-repeat: no-repeat;
    background-position: 0 2px;
    padding-left: 27px
}

.main-header-bottom {
    background-color: #228c20;
    box-shadow: 4px 5px 19.9px rgba(29, 29, 29, .15)
}

.main-header-bottom_wrapper {
    gap: 73px
}

.header-bottom_menu {
    max-width: 674px;
    width: 100%;
    margin-left: auto
}

.header-bottom_menu ul li {
    margin-left: -1px
}

.header-bottom_menu ul li a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 64px;
    padding: 0 15px;
    border-left: 1px solid #439d41;
    border-right: 1px solid #439d41;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    transition: .2s ease;
    text-decoration: none !important;
}

@media(min-width: 1025px) {
    .header-bottom_menu ul li a:hover {
        background-color: #439d41
    }

    .header-bottom_control a:hover {
        text-decoration: underline
    }
}

.header-bottom_control {
    width: 345px;
    gap: 20px
}

.header-bottom_control a {
    color: #fff
}

a {
    color: #222
}

.alModal {
    max-height: calc(98vh - 20px);
    width: 96%;
    max-width: 1174px;
    display: none;
    position: fixed;
    z-index: 100;
    opacity: 0;
    top: 100%;
    left: 50%;
    background-color: #fff;
    border-radius: 20px
}

.alModalThank {
    height: auto;
    max-width: 600px;
    text-align: center;
}

.alModalThank .alModalContent {
    width: 100%;
}

.alModalClose {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -80px;
    z-index: 101;
    opacity: 1
}

.alModalClose:hover {
    opacity: .8
}

.overlay,
#overlay {
    z-index: 70;
    position: fixed;
    background-color: #000;
    opacity: .2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none
}

#overlay {
    z-index: 100
}

.alModalContent {
    padding: 60px;
    overflow: auto;
    max-height: calc(98vh - 20px)
}

.alModalContent .alModalInput {
    width: 100%;
    height: 47px;
    border: 1px solid #b7b7b7;
    border-radius: 20px;
    background: var(--white);
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    color: #2d2d2d;
    padding: 0 20px
}

.alModalContent .alModalInput:placeholder,
.alModalTextarea:placeholder {
    opacity: 1;
    color: #b7b7b7;
    font-weight: 400
}

.custom-checkbox {
    flex-wrap: nowrap;
    gap: 6px;
    margin-top: 10px;
    cursor: pointer
}

.custom-checkbox input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 12px;
    height: 12px;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #f4f4f4;
    border-radius: 0;
    flex-shrink: 0;
    margin-top: 1px;
    cursor: pointer
}

.custom-checkbox input[type=checkbox]:hover {
    background-color: rgba(250, 250, 250, .5215686275)
}

.custom-checkbox input[type=checkbox]:checked {
    background-color: #fff
}

.alModalContent_head {
    flex-wrap: nowrap;
    gap: 20px;
    margin-bottom: 40px
}

.alModal-icon {
    flex-shrink: 0
}

.alModalContent-tag {
    color: var(--dark);
    height: 47px;
    padding: 0 40px;
    border: 1px solid var(--dark);
    border-radius: 20px
}

.alModalContent-title {
    margin: 0;
    gap: 12px;
    margin-bottom: 40px
}

.alModal-prices {
    gap: 12px
}

.alModal-CurPrice {
    margin: 0;
    color: var(--primary)
}

.alModal-OldPrice {
    margin: 0;
    color: #f4f4f4;
    text-decoration: line-through
}

.alModalContent-triggers {
    gap: 80px;
    margin-bottom: 60px
}

.alModalContent-trigger {
    padding-left: 16px;
    color: var(--black);
    background-image: url(../images/list2.svg);
    background-repeat: no-repeat;
    background-position: 0 7px
}

.alModal_serv {
    background-color: var(--light);
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 60px
}

.alModal_serv-title {
    margin-bottom: 35px
}

.alModal_serv ul {
    margin: 0;
    padding: 0;
    padding-left: 17px;
    list-style-image: url(../images/list.svg)
}

.alModal_serv ul li {
    font-size: 16px;
    line-height: 22px;
    color: var(--black)
}

.alModal_serv ul li:not(:last-child) {
    margin-bottom: 10px
}

.alModal_serv ol {
    list-style-image: none;
    margin: 5px 0 0 0;
    padding-left: 14px
}

.alModal_serv ol li {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: var(--black)
}

.alModal_serv ol li:not(:last-child) {
    margin-bottom: 5px
}

.alModalContent-text {
    margin-bottom: 40px
}

.alModalContent form {
    gap: 10px
}

.alModal_form-text {
    color: var(--grayDark)
}

.alModal_form-row {
    grid-template-columns: 1fr 1fr;
    gap: 10px
}

.btn_submit {
    height: 47px;
    transition: .2s ease
}

.btn_submit:hover,
.btn_main:hover,
.showroom_link:hover,
.btn_add_to_cart:hover {
    background-color: #108705 !important
}

.main-content {
    padding-top: 147px;
    padding-bottom: 100px
}

.main-content>div {
    width: 100%
}

.play-icon {
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    transition: .2s ease
}

.block_head {
    gap: 20px;
    margin-bottom: 20px
}

.main-title {
    color: #222
}

.open-all {
    color: #777
}

.open-all:hover {
    text-decoration: underline
}

.open-all_mobile {
    width: 125px;
    height: 35px;
    border: 1px solid #777;
    border-radius: 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #777
}
@media(min-width: 768px) {
    .open-all_mobile {
        display: none
    }
}

.swiper-button-prev,
.swiper-button-next {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    box-shadow: 4px 5px 19.9px rgba(29, 29, 29, .15);
    margin: 0;
    top: calc(50% - 30px)
}

.swiper-button-prev {
    background-image: url(../images/prev_b.svg);
    left: -90px
}

.swiper-button-next {
    background-image: url(../images/next_b.svg);
    right: -90px
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0
}

.swiper-pagination {
    bottom: -28px !important
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid var(--white);
    background-color: var(--dark-blue);
    opacity: 1;
    margin: 0 6px !important
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--violet);
    border-color: var(--violet)
}

.breadcrumbs {
    max-width: 100%;
    margin-bottom: 20px
}

.breadcrumbs .breadcrumb {
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0);
    white-space: nowrap;
    overflow: auto;
    font-size: 0
}

.breadcrumb__item {
    display: flex;
    align-items: center;
    gap: 4px
}

.breadcrumb__link,
.breadcrumb__arrow,
.breadcrumb__title {
    color: #777
}

.page_banner .breadcrumb__link,
.page_banner .breadcrumb__arrow,
.page_banner .breadcrumb__title {
    color: #777
}

.tabs_buttons {
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 2px solid #c4c4c4;
    margin-bottom: 20px;
    gap: 0
}

.btn_tab {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 40px;
    padding: 0 10px;
    color: #c4c4c4;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    margin-bottom: -2px;
    cursor: pointer
}

.btn_tab.active {
    border-color: #228c20;
    color: #050505
}

.tabs_content {
    height: 0;
    visibility: hidden;
    overflow: hidden
}

.tabs_content.vis {
    height: auto;
    visibility: visible;
    overflow: visible
}

.faq_block-title {
    margin-bottom: 20px
}

.faq-items {
    gap: 24px
}

.faq-item {
    width: 100%;
    border-bottom: 1px solid #c4c4c4
}

.faq-item:last-child {
    border-bottom: none
}

.faq-item-header {
    flex-wrap: nowrap;
    cursor: pointer;
    padding: 10px 0
}

.faq-item-name {
    color: #050505;
    font-weight: 500
}

.faq-item-btn {
    flex-shrink: 0;
    transition: .3s ease
}

.faq-item.active .faq-item-btn {
    transform: rotate(45deg)
}

.faq-item-content {
    max-width: 1370px;
    width: 100%;
    display: none;
    padding: 0 0 24px;
    color: var(--dark-blue)
}

.btn_filter {
    display: none
}

.pagination_block {
    margin-top: 45px
}

.load_more {
    width: 237px;
    height: 51px;
    border: 1px solid #0d9900;
    border-radius: 10px;
    margin: 0 auto;
    color: #0d9900;
    transition: .2s ease;
    cursor: pointer
}

.load_more:hover {
    background-color: #0d9900;
    color: #fff
}

.page_pagi {
    margin-top: 24px
}

.page_pagi .pagination {
    gap: 10px;
    width: fit-content;
    margin: 0 auto;
}

.page_pagi .pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    border: 1px solid #fff;
    border-radius: 2px;
    color: #222;
    transition: .2s ease
}

.page_pagi .pagination a:hover {
    border-color: #0d9900;
}

.page_pagi .pagination a.cur-page {
    background-color: #0d9900;
    color: #fff;
}

.main-banner {
    aspect-ratio: 11/4.025;
    padding: 60px 0 120px;
    min-height: 500px
}

.main-banner-media,
.main-banner img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50%;
    object-position: 50%
}

.main-banner-content {
    max-width: 620px;
    width: 100%
}

.main-banner-title {
    color: #fff;
    margin-bottom: 20px
}

.main-banner-text {
    color: #fff
}

.under_banner-cards {
    margin-top: -211px
}

.under_banner-cards-row {
    max-width: 1274px;
    width: 100%;
    margin: 0 auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.under_banner-card {
    flex-wrap: nowrap;
    width: 100%;
    height: 222px;
    background-color: #fff;
    box-shadow: 4px 5px 19.9px rgba(29, 29, 29, .15);
    border-radius: 10px;
    gap: 20px;
    padding: 20px;
    overflow: hidden
}

.under_banner-card-num {
    font-family: "Inter";
    font-weight: 900;
    font-size: 500px;
    line-height: 605px;
    letter-spacing: -0.18em;
    color: #fff;
    text-shadow: 4px 5px 25px rgba(29, 29, 29, .2)
}

.under_banner-card:nth-child(1) .under_banner-card-num {
    right: 62px;
    top: 50%;
    transform: translate(0, -46%)
}

.under_banner-card:nth-child(2) .under_banner-card-num {
    right: 2px;
    top: 50%;
    transform: translate(0, -47%)
}

.under_banner-card:nth-child(3) .under_banner-card-num {
    right: 4px;
    top: 50%;
    transform: translate(0, -46%)
}

.under_banner-card-icon {
    width: 60px;
    flex-shrink: 0
}

.under_banner-card-info {
    width: 100%
}

.under_banner-card-name {
    color: #222;
    margin-bottom: 20px
}

.under_banner-card-text {
    max-width: 240px;
    width: 100%;
    color: #777
}

.home-categories-row {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 140px);
    gap: 20px
}

.home-categories-item {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

@media(min-width: 768px) {
    .home-categories-item:nth-child(n+8) {
        display: none;
    }
}

.home-categories-item:nth-child(1),
.home-categories-item:nth-child(2) {
    grid-row: 1/3
}

.home-categories-item-name {
    width: 100%;
    background: linear-gradient(0deg, rgba(45, 45, 45, 0.8) 4.7%, rgba(54, 54, 54, 0) 95.3%);
    /*-webkit-backdrop-filter: blur(1.5px);*/
    /*backdrop-filter: blur(1.5px);*/
    color: #fff;
    padding: 20px
}

.home_products {
    padding: 80px 0;
    background-color: #f4f4f4;
    background-image: url(../images/prods_bg.svg);
    background-repeat: no-repeat;
    background-position: 50%
}

.home_products-control {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    gap: 10px
}

div:not(.other_products)>.container>.home_products_slider:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -13px;
    background-color: #f3f3f3;
    width: 6px;
    z-index: 2
}

.prodSwiper {
    padding: 13px;
    margin: -13px
}

.home_products_slider .prodSlide {
    width: 272px;
    height: auto
}

.home_products_slider .swiper-button-prev,
.home_products_slider .swiper-button-next {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    background-position: 50%;
    box-shadow: 4px 5px 19.9px rgba(29, 29, 29, .15)
}

.prod-card {
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 4px 5px 12px rgba(29, 29, 29, .15);
    flex-wrap: nowrap
}

.prod-card_tags {
    gap: 8px;
    top: 16px;
    left: 16px
}

.tag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 28px;
    padding: 0 16px;
    border-radius: 26px;
    font-family: "Inter";
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #fff
}

.tag._red {
    background-color: red
}

.tag._yellow {
    background-color: #ffae00
}

.tag._blue {
    background-color: #07f
}

.tag._green {
    background-color: #15c505;
}

.prod-card-image {
    width: 100%;
    height: 260px;
    flex-shrink: 0
}

.prod-card-info {
    flex-grow: 1;
    padding: 10px 10px 20px;
    gap: 10px
}

.prod-card-name {
    color: #222;
    flex-grow: 1;
}

.prod-card-availability[data-status="В наличии"] {
    color: #228C20;
}

.prod-card-availability[data-status="Под заказ"] {
    color: orange;
}

.prod-card-availability[data-status="Нет в наличии"] {
    color: red;
}

.prod-card-props {
    gap: 5px;
    width: 100%;
}

.prod-card-prop {
    width: 100%;
    gap: 5px;
    flex-wrap: nowrap;
    border-bottom: 1px solid #aaa;
    padding-bottom: 1px;
}

.prod-card-prop_label {
    max-width: 100%;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #777777;
}

.prod-card-prop_value {
    max-width: 50%;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #050505;
    text-align: right;
}

.prod-card-colors {
    max-width: 265px;
    width: calc(100% - 60px);
    margin: 0 auto;
}

.prod-card-colors .swiper-button-prev,
.prod-card-colors .swiper-button-next {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
    box-shadow: none;
    border-radius: 0;
    background-size: 7px;
}

.prod-card-colors .swiper-button-prev {
    left: -29px;
}

.prod-card-colors .swiper-button-next {
    right: -29px;
}

.prod-card-colors .swiper-button-lock {
    display: block;
}

.prod-card-colors .swiper-button-prev.swiper-button-disabled,
.prod-card-colors .swiper-button-next.swiper-button-disabled,
.prod-card-colors .swiper-button-lock {
    opacity: 0.6;
}

.prod-card-colors_label {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #767676;
    margin-bottom: 5px
}

/* .prod-card-colors-swiper .swiper-slide {
    width: 40px !important;
} */

.prod-card-colors-row {
    grid-template-columns: repeat(4, 1fr);
    gap: 5px
}

.prod-card-color-item {
    height: 40px;
    border-radius: 4px;
    border: 1px solid #fff;
    background-position: 50%;
}

.prod-card-color-item.current-color {
    border-color: #343434;
}

.price-unit-btn {
    height: 40px;
    padding: 0 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #C4C4C4;
    border-bottom: 2px solid #c4c4c4;
}

.price-unit-btn.active {
    color: #050505;
    border-color: #228C20;
}



.prod-card-prices {
    gap: 2px;
}

.prod-card-cur-price {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #3F3F3F;
}

.prod-card-old-price {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #C4C4C4;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}

@media(max-width: 1440px) {
    .price-unit-btn {
        height: 32px;
        font-size: 14px;
        line-height: 18px;
    }

    .prod-card-cur-price {
        font-size: 16px;
        line-height: 20px;
    }
}

.prod-card-buy {
    margin-top: auto;
    width: 100%;
}

.prod-card-buy .btn-buy.disabled,
.prod-card-buy .btn_add_to_cart {
    width: 100%;
    height: 33px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;

}

.prod-card-buy .btn_add_to_cart {
    color: #FFFFFF;
}

.btn_prod_control {
    height: 32px;
    color: #777;
    padding: 0 8px;
    border: 1px solid #c4c4c4;
    border-radius: 7px;
    cursor: pointer
}

.btn_prod_control.active {
    background-color: #c4c4c4;
    color: #fff;
}

.rules_block-title {
    margin-bottom: 40px
}

.rules-row {
    max-width: 1196px;
    width: 100%;
    margin: 0 auto;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px
}

.rules-item {
    border-radius: 10px;
    overflow: hidden;
    gap: 20px;
    padding: 20px;
    background-color: #f4f4f4;
    background-image: url(../images/rule_bg.jpg);
    background-repeat: no-repeat;
    background-position: 100% 0
}

.rules-item-text {
    color: #050505
}

.advantages_row {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.advantages-item {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 4px 5px 19.9px rgba(29, 29, 29, .15)
}

.advantages-item_thumb {
    height: 300px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.advantages-item-info {
    padding: 10px
}

.advantages-item-name {
    color: #050505;
    margin-bottom: 10px
}

.advantages-item-text {
    color: #050505
}

.popular_services-row {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.popular_service-item {
    border-radius: 10px;
    box-shadow: 4px 5px 19.9px rgba(29, 29, 29, .15);
    overflow: hidden
}

.popular_service-item:nth-child(6n+3),
.popular_service-item:nth-child(6n+4) {
    grid-column: span 2
}

.popular_service-item-image {
    width: 100%;
    height: 206px
}

.popular_service-item-name {
    padding: 10px;
    color: #222
}

.promo_slider:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -13px;
    background-color: #fff;
    width: 2px;
    z-index: 2
}

.promoSwiper {
    padding: 13px;
    margin: -13px
}

.promoSwiper .swiper-slide {
    width: 710px
}

.discount-card {
    width: 100%;
    height: 191px;
    display: flex;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: -1px 5px 12px rgba(29, 29, 29, .15);
    background-image: url(../images/discount_bg.jpg);
    background-position: 50%;
    background-size: cover;
    user-select: none;
}

/* Левая часть */
.discount-card__left {
    flex: 1;
    padding: 33px 0 0 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: -55px;
}

.discount-card__title {
    width: calc(100% + 55px);
}

.discount-card__percent {
    font-family: 'Inter';
    font-weight: 900;
    font-size: 100px;
    line-height: 121px;
    letter-spacing: -0.07em;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-align: right;
}

/* Правая часть с диагональной обрезкой */
.discount-card__right {
    position: relative;
    width: 400px;
    flex-shrink: 0;
    overflow: hidden;
}

.discount-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.discount-card__image img {
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 5% 100%);
}

/* Бегущая строка - повёрнутый контейнер */
.discount-card__marquee {
    position: absolute;
    top: 0;
    top: 100%;
    left: 0;
    width: 100%;
    height: 28px;
    overflow: hidden;
    pointer-events: none;
    height: 28px;
    transform: rotate(-45deg);
    transform-origin: top left;
    background-color: #0d9900;
}

.marquee-track {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-flex;
    white-space: nowrap;
    animation: scrollMarquee 12s linear infinite;
    transform: translateY(-50%) rotate(45deg);
}

.marquee-content {
    display: inline-flex;
    white-space: nowrap;
}

.marquee-content span {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
}

@media(max-width: 1024px) {
    .casesSwiper {
        margin: 0 -22px;
        padding: 0 22px;
    }
}

.casesSwiper .swiper-slide {
    height: auto;
}

.cases_block-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
}

.cases_block-item {
    height: 100%;
}

.cases_block-item_gal {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    max-height: 432px;
    height: 100%;
}

.cases_block-item_gal--item {
    border-radius: 10px;
    overflow: hidden
}

.cases_block-item_gal--item:nth-child(1) {
    grid-column: 1;
    grid-row: 1/3
}

.cases_block-item-name {
    display: block;
    margin-top: 10px;
    color: #222
}

.reviews_block {
    background-color: #f4f4f4;
    background-image: url(../images/rev_bg.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 60px 0
}

.reviewsSwiper .swiper-slide {
    width: 223px
}

.tabs_content .reviews_slider_nav {
    display: none;
}

.reviews-item {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    overflow: hidden
}

.reviews_slider_nav {
    width: 53px;
    right: 0;
    top: -44px
}

.reviews_slider_nav .swiper-button-next,
.reviews_slider_nav .swiper-button-prev {
    position: static;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin: 0;
    box-shadow: 4px 5px 19.9px rgba(29, 29, 29, .15);
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #fff
}

.reviews_slider_nav .swiper-button-next {
    background-image: url(../images/next_md.svg)
}

.reviews_slider_nav .swiper-button-prev {
    background-image: url(../images/prev_md.svg)
}

.blog_block-row {
    grid-template-columns: 345px 1fr 345px;
    gap: 20px
}

.blog-item {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 4px 5px 19.9px rgba(29, 29, 29, .15)
}

.blog-item-image {
    height: 206px
}

.blog-item-info {
    padding: 10px
}

.blog-item-name {
    font-weight: 500;
    color: #222;
    margin-bottom: 12px
}

.blog-item-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000
}

.callback_middle_block {
    padding: 40px 0;
    background: url(../images/ball.png), url(../images/callback_md.jpg);
    background-repeat: no-repeat;
    background-position: 70% 50%, 0 0;
    background-size: auto, cover
}

.callback_middle-content {
    gap: 20px
}

.callback_middle-info {
    max-width: 681px;
    width: 100%
}

.callback_middle-name {
    color: #fff;
    margin-bottom: 20px
}

.callback_middle-text {
    color: #fff
}

.callback_middle-form {
    max-width: 494px;
    width: 100%
}

.callback_middle-form form {
    width: 100%;
    gap: 10px
}

.callback_middle-item label {
    display: inline-block;
    color: #fff;
    margin-bottom: 5px
}

.callback_middle-input {
    height: 49px;
    border: none;
    padding: 0 16px;
    background: #f4f4f4;
    border-radius: 9px
}

.callback_middle-form .custom-checkbox_name {
    color: #fff
}

.callback_middle-form .custom-checkbox_name a {
    color: #228c20
}

.btn_submit {
    height: 51px;
    background: #0d9900;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #fff
}

.partners_block {
    font-size: 0
}

.partners_block-image {
    width: calc(50% - 10px);
    border-radius: 0px 10px 10px 0px;
    overflow: hidden
}

.partners_block-content {
    width: calc(50% + 10px);
    padding: 123px 46px 146px 74px;
    background-image: url(../images/part_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 50%
}

.partners_block-content-inner {
    width: 550px;
    height: 180px
}

.partners_block-content-title {
    color: #fff;
    margin-bottom: 20px
}

.partnersSwiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto
}

.partnersSwiper .swiper-slide {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center
}

.partnersSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50%;
}

.certs_slider .swiper-button-prev,
.certs_slider .swiper-button-next,
.partners_slider .swiper-button-prev,
.partners_slider .swiper-button-next {
    width: 24px;
    height: 24px;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0);
    top: calc(50% - 12px)
}

.certs_slider .swiper-button-prev,
.partners_slider .swiper-button-prev {
    background-image: url(../images/prev_g.svg);
    left: -34px
}

.certs_slider .swiper-button-next,
.partners_slider .swiper-button-next {
    background-image: url(../images/next_g.svg);
    right: -34px
}

.special_block {
    padding-top: 48px
}

.special_block-content {
    padding: 30px 102px 48px;
    border-radius: 10px;
    background-color: #343434;
    background-image: url(../images/spec_bg.svg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: contain;
    margin-bottom: 20px
}

.special_block_decore {
    left: 46px;
    top: -48px
}

.special_block-content-head {
    margin-bottom: 20px
}

.spec-title {
    font-size: 48px;
    line-height: 60px;
    color: #fff
}

.spec-subtitle {
    font-weight: 800;
    font-size: 48px;
    line-height: 60px;
    color: #fff
}

.spec_label {
    color: #fff;
    margin-bottom: 20px
}

.spec-items {
    margin-bottom: 10px;
    gap: 10px
}

.spec-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 20px;
    height: 37px;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff
}

.btn_spec {
    width: 255px;
    height: 51px;
    margin-left: auto;
    background: #fff;
    border-radius: 12px;
    color: #0d9900;
    transition: .2s ease
}

.btn_spec:hover {
    background-color: #f4f4f4
}

.certs_block {
    font-size: 0
}

.certs_block-image {
    width: calc(50% - 10px);
    border-radius: 10px 0 0 10px;
    overflow: hidden
}

.certs_block-content {
    width: calc(50% + 10px);
    padding: 82px 58px 82px 46px;
    background-image: url(../images/part_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 50%
}

.certs_block-content-title {
    color: #fff;
    margin-bottom: 20px
}

.certs_block-content-inner {
    width: 638px;
    margin-left: auto
}

.certsSwiper .swiper-slide {
    width: 152px
}

.certs-item {
    width: 100%;
    height: 233px;
    border-radius: 5px;
    overflow: hidden
}

.showroom_block {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.showroom_block img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.showroom_content {
    max-width: 544px;
    width: 100%;
    background: #f4f4f4;
    border-radius: 10px;
    padding: 40px;
    margin-top: -42px;
    margin-bottom: -42px
}

.showroom_content-title {
    color: #050505;
    margin-bottom: 20px
}

.showroom_content-text {
    color: #050505;
    margin-bottom: 40px
}

.showroom_content-address {
    margin-bottom: 20px
}

.showroom_content-address_label {
    color: #050505;
    margin-bottom: 10px
}

.showroom_content-address_value {
    color: #050505
}

.showroom_link {
    max-width: 317px;
    width: 100%;
    height: 52px;
    background: #0d9900;
    border-radius: 10px;
    font-size: 18px;
    line-height: 22px;
    color: #fff !important;
    text-decoration: none !important;
    transition: .2s ease
}

.seo_block_text img {
    margin: 60px 0;
    border-radius: 20px
}

.seo_block_text h3 {
    margin: 20px 0
}

.seo_block_text h4 {
    font-weight: 500;
    margin: 20px 0 10px
}

.seo_block_text h2:first-child,
.seo_block_text h3:first-child,
.seo_block_text h4:first-child,
.seo_block_text h5:first-child {
    margin-top: 0
}

.seo_block_text ul,
.seo_block_text ol {
    margin-bottom: 20px
}

.seo_block_text li {
    margin-bottom: 4px
}

.seo_block_text p {
    margin-bottom: 20px
}

.dafault-page,
.blog-page,
.catalog_block {
    padding-top: 40px
}

.catalog-row {
    grid-template-columns: 345px 1fr;
    gap: 20px;
    margin-bottom: 60px
}

.catalog_menu ul {
    gap: 5px
}

.catalog_menu-item {
    height: 44px;
    padding: 10px 42px 10px 10px;
    margin: 0 -10px;
    flex-wrap: nowrap;
    gap: 8px;
    border-radius: 5px;
    transition: .2s ease;
    background-image: url(../images/next_md.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 50%
}

.catalog_menu-item:hover,
.catalog_menu-item.current {
    box-shadow: 4px 5px 19.9px rgba(29, 29, 29, .15)
}

.catalog_menu-item_icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background-color: #228c20
}

.catalog_banner {
    box-shadow: -1px 5px 19.9px rgba(29, 29, 29, .15);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px
}

@media(min-width: 1441px) {

    .catalog_banner .discount-card__image img {
        clip-path: polygon(40% 0%, 100% 0%, 100% 100%, 5% 100%);
    }

    .catalog_banner .discount-card__right {
        position: relative;
        width: 540px;
        flex-shrink: 0;
        overflow: hidden;
    }
}

.categories_content .main-title {
    margin-bottom: 20px
}

.categories-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.categories-item {
    height: 298px;
    border-radius: 10px;
    overflow: hidden;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.categories-item-name {
    width: 100%;
    background: linear-gradient(0deg, rgba(45, 45, 45, 0.8) 4.7%, rgba(54, 54, 54, 0) 95.3%);
    -webkit-backdrop-filter: blur(1.5px);
    backdrop-filter: blur(1.5px);
    color: #fff;
    padding: 20px
}

.products_content_head {
    gap: 10px;
    margin-bottom: 20px
}

.order_select__head {
    width: 166px;
    height: 32px;
    padding: 0 22px 0 8px;
    border-radius: 7px;
    background-color: #fff;
    border: 1px solid #c4c4c4;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/dropdown.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 8px) 50%;
    cursor: pointer
}

.order_select__head span {
    white-space: nowrap;
    width: 100%;
    overflow: hidden
}

.order_select-list {
    min-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    left: 0;
    right: auto;
    top: calc(100% + 6px);
    background: #fff;
    border-radius: 7px;
    overflow: hidden;
    z-index: 2;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.order_select-list.open {
    display: block
}

.order_select-item {
    display: block;
    width: 100%;
    padding: 5px 20px;
    color: #000;
    cursor: pointer
}

.order_select-item.selected,
.order_select-item:hover {
    background-color: #f4f4f4
}

.products_content .main-title {
    margin-bottom: 10px
}

.reset_filter {
    width: 161px;
    height: 32px;
    border: 1px solid #c4c4c4;
    border-radius: 7px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #777
}

.products_content .categories-row {
    display: none;
}

.products-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.pagination_block {
    margin-top: 20px
}

.educational_videos-row {
    grid-template-columns: 1fr 467px;
    grid-template-rows: 1fr 1fr;
    gap: 20px
}

.educational_video-item {
    flex-wrap: nowrap
}

.educational_video-item:nth-child(1) {
    grid-column: 1;
    grid-row: 1/3
}

.educational_video-item:nth-child(2) {
    grid-column: 2;
    grid-row: 1
}

.educational_video-item:nth-child(3) {
    grid-column: 2;
    grid-row: 2
}

.educational_video-item_thumb_wrapper {
    width: 100%;
    height: 221px;
    border-radius: 10px;
    overflow: hidden;
    flex-grow: 1;
    box-shadow: 4px 5px 19.9px rgba(29, 29, 29, .15)
}

.educational_video-item:nth-child(1) .educational_video-item_thumb_wrapper {
    height: auto
}

.educational_video-item:nth-child(1) .educational_video-item_thumb {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.educational_video-item_name {
    color: #000;
    margin-top: 10px
}

.swiper-slide.prodSlide {
    width: 345px
}

.product_content {
    grid-template-columns: minmax(0, 1fr) 467px;
    grid-template-rows: 610px auto;
    gap: 20px
}

.product_gallery {
    grid-template-columns: 223px minmax(0, 1fr);
    gap: 20px;
    grid-column: 1;
    grid-row: 1
}

.product_gallery .swiper-slide {
    height: auto;
    background-color: #fff;
    cursor: pointer;
    border-radius: 15px;
    overflow: hidden
}

.product_gallery .swiper-slide img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50%;
    object-position: 50%
}

.galMainSwiper,
.galThumbsSwiper {
    height: 610px
}

.galThumbsSwiper .swiper-slide {
    height: 190px;
    border: 3px solid rgba(0, 0, 0, 0)
}

.galThumbsSwiper .swiper-slide-thumb-active {
    border-color: #0d9900
}

.product_sidebar {
    gap: 20px;
    grid-column: 2;
    grid-row: 1/3
}

.product_buy {
    padding: 20px;
    border: 1px solid #c4c4c4;
    border-radius: 20px
}

.product_name {
    margin-bottom: 20px
}

.product_sidebar-row {
    gap: 10px;
    margin-bottom: 40px
}

.product_sidebar-brand {
    width: 96px
}

.product_sidebar_control {
    margin-left: auto;
    gap: 10px
}

.prod_availability {
    margin-bottom: 30px;
    position: relative;
    padding-left: 14px;
    color: #777;
}

.prod_availability:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: calc(50% - 4px);
}

.prod_availability[data-status="В наличии"]:before {
    background-color: #228C20;
}

.prod_availability[data-status="Под заказ"]:before {
    background-color: orange;
}

.prod_availability[data-status="Нет в наличии"]:before {
    background-color: red;
}

@media(max-width: 575px) {
    .prod_availability {
        margin-bottom: 16px;
    }
}

.product_sidebar_price {
    margin-bottom: 40px
}

.product_sidebar_price_label {
    color: #777;
    margin-bottom: 10px
}

.product_sidebar_price-row {
    gap: 20px;
    flex-wrap: nowrap
}

.buy_price_info {
    width: 136px;
    background: linear-gradient(268.44deg, #D9D9D9 -26.21%, #737373 108.25%);
    border-radius: 5px;
    flex-wrap: nowrap
}

.buy_price_info-label {
    width: 51px;
    height: 51px;
    color: #fff;
    flex-shrink: 0
}

.buy_price_info-value {
    color: #fff;
    width: 100%
}

.btn_measure {
    border-radius: 5px;
    overflow: hidden;
}

.btn_measure.active {
    background-color: #0d9900;
}

.buy_item-change-amount {
    gap: 40px;
    margin-bottom: 40px
}

.product-item-amount-description-container {
    display: block;
    color: #777;
    margin-top: 10px
}

.product-item-amount-field-btn-minus,
.product-item-amount-field-btn-plus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    overflow: hidden;
    background-color: #f4f4f4;
    cursor: pointer
}

.product-item-amount-field-btn-disabled {
    cursor: auto
}

.product-item-amount-field-btn-minus:after {
    content: "-";
    font-family: "Inter";
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #050505
}

.product-item-amount-field-btn-plus:after {
    content: "+";
    font-family: "Inter";
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #050505
}

.product-item-amount-field {
    border: none;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    height: 40px;
    width: 67px;
    color: #aaa;
    font-weight: 500
}

.product-item-amount-field::-webkit-inner-spin-button,
.product-item-amount-field::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

.buy_item-total_label {
    color: #777;
    margin-bottom: 10px
}

.buy_item-total span {
    font-weight: 500
}

.btn_add_to_cart {
    width: 207px;
    height: 51px;
    background: #228c20;
    border-radius: 10px;
    color: #fff;
    transition: .2s ease
}

.related_products {
    padding: 20px;
    border: 1px solid #c4c4c4;
    border-radius: 20px
}

.related_products-label {
    color: #777;
    margin-bottom: 10px
}

.related_products-row {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px
}

.related-item {
    height: 70px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #f4f4f4;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.sidebar_form_content {
    border-radius: 20px;
    overflow: hidden;
    background-color: #222;
    padding: 40px 20px;
    background-image: url(../images/ball.png);
    background-size: 460px;
    background-repeat: no-repeat;
    background-position: 138px 320px
}

.sidebar_form-name {
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: #fff;
    margin-bottom: 10px
}

.sidebar_form-text {
    color: #fff
}

.sidebar_form_wrapper {
    margin-top: 60px
}

.sidebar_form {
    gap: 10px
}

.sidebar_form-item label {
    display: inline-block;
    color: #fff;
    margin-bottom: 5px
}

.sidebar_form-item input {
    padding: 0 16px;
    height: 49px;
    background: #f4f4f4;
    border-radius: 9px;
    border: none
}

.sidebar_form .custom-checkbox_name {
    color: #fff
}

.sidebar_form .custom-checkbox_name a {
    color: #228c20
}

.product_info {
    grid-column: 1;
    grid-row: 2
}

.product_info_callback {
    border: 1px solid #228c20;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px
}

.product_info_callback-title {
    color: #050505;
    margin-bottom: 20px
}

.product_info_callback-row {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 20px
}

.product_info_callback-trigger {
    gap: 5px
}

.product_info_callback-trigger--name {
    color: #3f3f3f;
    text-align: center;
}

.product_info_callback_buttons {
    max-width: 610px;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 0 auto;
}

.product_info_callback-link {
    width: 100%;
}

.product_info_callback-link.tg {
    background-color: #0088cc;
}

.product_info_callback-link.tg:hover {
    background-color: #1c92d2 !important;
}

.product_info_callback-link.max {
    background: linear-gradient(135deg, #2B5EFB, #AC47F8, #AC47F8);
    background-size: 200% 100%;
    background-position: 25% 0%;
}

.product_info_callback-link.max:hover {
    background-position: 0% 0%;
}

.product_description_wrapper {
    grid-template-columns: 1fr 345px;
    gap: 20px
}

.product_description {
    color: #3f3f3f
}

.product_description_brand-icon {
    display: block;
    max-width: 96px;
    margin-bottom: 20px;
    margin-left: auto;
}

.product_description_brand-text {
    color: #3f3f3f
}

.product-bottom_chars {
    width: 100%;
}

.chars-column {
    gap: 10px
}

.chars-row {
    gap: 10px;
    grid-template-columns: 220px 1fr;
    border-bottom: 1px solid #f4f4f4;
}

.chars-label {
    color: #050505
}

.chars-value {
    color: #050505;
    text-align: right;
}


.blog-page .main-title {
    margin-bottom: 20px
}

.blog-row {
    grid-template-columns: repeat(12, 1fr);
    gap: 20px
}

.blog-row .blog-item {
    grid-column: span 3
}

.blog-row .blog-item:nth-child(10n+2),
.blog-row .blog-item:nth-child(10n+6) {
    grid-column: span 8
}

.blog-row .blog-item:nth-child(10n+1),
.blog-row .blog-item:nth-child(10n+7) {
    grid-column: span 4
}

.blog-row .blog-item:nth-child(5n+4) {
    grid-column: span 6
}

.top-page {
    padding: 60px 0
}

.top-page .container {
    height: 100%
}

.top-page-inner {
    height: 100%
}

.top-page._servSingle {
    min-height: 447px
}

.top-page .breadcrumb__link,
.top-page .breadcrumb__arrow,
.top-page .breadcrumb__title {
    color: #c4c4c4
}

.top-page .main-title {
    max-width: 580px;
    color: #fff;
    margin-bottom: 40px
}

.top-page-text {
    max-width: 955px;
    width: 100%;
    color: #fff;
    margin-bottom: 40px
}

.top-page-text p {
    margin-bottom: 10px
}

.top-page_link {
    max-width: 352px
}

/* .team-row {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
} */
.teamSwiper {
    padding: 12px;
    margin: -12px;
}

.team-item {
    border-radius: 10px;
    overflow: hidden;
    height: 473px;
    background-color: #fff;
    box-shadow: 4px 5px 10px rgba(29, 29, 29, .15)
}

.team-item-image {
    width: 100%;
    height: 370px
}

.team-item-info {
    padding: 10px
}

.team-item-title {
    font-weight: 500;
    color: #222;
    margin-bottom: 12px
}

.team-item-name {
    color: #000
}

.history_slider_nav {
    padding: 0 84px;
    margin-bottom: 60px
}

.history_slider_nav .swiper-button-prev,
.history_slider_nav .swiper-button-next {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
    box-shadow: none;
    background-size: 8px
}

.history_slider_nav .swiper-button-prev {
    left: 0
}

.history_slider_nav .swiper-button-next {
    right: 0
}

.historyThumbsSwiper .swiper-slide {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer
}

.year-item {
    font-weight: 500
}

.swiper-slide-thumb-active .year-item {
    color: #0d9900
}

.historyMainSwiper .swiper-slide {
    background-color: #fff
}

.history-row {
    grid-template-columns: 467px 1fr;
    gap: 20px
}

.history-info-title {
    margin-bottom: 20px
}

.history-info-text {
    color: #2a2a2a
}

.history-image {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    overflow: hidden
}

.history-image_year {
    font-family: "Inter";
    font-weight: 900;
    font-size: 200px;
    line-height: 150px;
    letter-spacing: -0.17em;
    color: transparent;
    text-shadow: 4px 5px 25px rgba(29, 29, 29, .2);
    bottom: -1px;
    left: 0;
    background-clip: text;
    background: rgba(255, 255, 255, .3);
    -webkit-background-clip: text;
    width: 100%;
}

.services-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.service-link {
    width: 100%;
    min-height: 59px;
    padding: 10px 20px;
    font-weight: 500;
    color: #050505;
    background-color: #fff;
    border-radius: 8px;
    transition: .2s ease
}

.service-link:hover {
    background-color: #f4f4f4
}

.top-page._serv {
    min-height: 100vh
}

.cases-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.case-info-item {
    color: #fff
}

.contacts_row {
    grid-template-columns: 467px 1fr;
    gap: 20px
}

.contacts-items {
    gap: 20px
}

.contacts-item_label {
    color: #fff;
    margin-bottom: 10px
}

.contacts-item_value,
.contacts-item_value a {
    color: #fff
}

.contacts_worktime {
    color: #dbdbdb;
    margin-top: 5px
}

.contacts_link {
    margin-top: 20px;
    max-width: 247px
}

.contacts_map {
    border-radius: 20px;
    overflow: hidden
}

.details_block-inner {
    background-image: url(../images/req_bg.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
    padding: 40px;
    gap: 13px
}

.details-item {
    width: 100%;
    grid-template-columns: 305px 1fr;
    gap: 20px;
    border-bottom: 1px solid #aaa;
    padding: 10px 0
}

.details-item_label {
    color: #777
}

.details-item_value {
    color: #050505
}

.projects_map {
    width: 100%;
    height: 523px;
    border-radius: 20px;
    overflow: hidden
}

.years_filter {
    gap: 10px
}

.year-btn {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background-color: #f4f4f4;
    cursor: pointer;
    transition: .2s ease
}

.year-btn:hover {
    background-color: #d8d8d8
}

.year-btn.disabled {
    opacity: .6;
    pointer-events: none
}

.year-btn.disabled img {
    opacity: .5
}

.year-btn img {
    width: 24px;
    height: 24px
}

#year-controls {
    gap: 10px
}

#current-year {
    font-weight: 500
}

.year_label {
    font-weight: 500
}

.cases_control {
    gap: 10px;
    margin-bottom: 20px
}

.reset_filter {
    margin-left: auto
}

.cases_video-item {
    height: 400px;
    border-radius: 10px;
    overflow: hidden
}

.case_bef_aft-row {
    grid-template-columns: repeat(12, 1fr);
    gap: 20px
}

.case_bef_aft-item:nth-child(1) {
    grid-column: span 5
}

.case_bef_aft-item:nth-child(2) {
    grid-column: span 7
}

.case_bef_aft-title {
    font-weight: 500;
    margin-bottom: 20px
}

.case_bef_aft-image {
    height: 390px;
    border-radius: 20px;
    overflow: hidden
}

.caseSwiper .swiper-slide {
    width: 467px
}

.case_gal-item {
    height: 332px;
    border-radius: 20px;
    overflow: hidden
}

.videoReview-row {
    grid-template-columns: repeat(12, 1fr);
    gap: 20px
}

.videoReview-item {
    min-height: 382px;
    grid-column: span 7;
    border-radius: 20px;
    overflow: hidden
}

.videoReview-item:first-child:last-child {
    grid-column: 1 / -1
}

.videoReview_info {
    gap: 20px;
    grid-column: span 5
}

.videoReview_info-text {
    color: #050505
}

.list_of_works_label {
    color: #050505;
    font-weight: 500;
    margin-bottom: 10px
}

.list_of_works_value ul li {
    color: #050505
}

.videoReview_link {
    max-width: 320px
}

.default-page-text {
    max-width: 1200px;
    width: 100%
}

.how_work_block .block_head {
    margin-bottom: 40px
}

.how_work-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px
}

.how_work-item {
    gap: 20px;
    flex-wrap: nowrap
}

.how_work-item_num {
    width: 160px;
    flex-shrink: 0;
    font-family: "Inter";
    font-weight: 900;
    font-size: 128px;
    line-height: 98px;
    letter-spacing: -0.17em;
    color: #fff;
    text-shadow: 4px 5px 25px rgba(29, 29, 29, .2)
}

.how_work-item-name {
    color: #228c20;
    margin-bottom: 20px
}

.how_work-item-text {
    color: #050505
}

.service-triggers {
    gap: 20px;
    margin-top: auto
}

.service-trigger {
    width: 223px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px
}

.service-trigger_label {
    color: #050505;
    margin-bottom: 10px
}

.service-trigger_value {
    font-weight: 500;
    color: #050505
}

.service-triggers_link {
    width: 253px
}

.serv_desc-title {
    font-weight: 500;
    margin-bottom: 20px;
    color: #767676
}

.additional_services-row {
    grid-template-columns: 1fr 467px;
    gap: 20px
}

.additional_services_list {
    gap: 10px;
    padding: 20px;
    background-image: url(../images/dop_serv_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    border-radius: 20px;
    overflow: hidden
}

.additional_services_list-item {
    width: 100%;
    padding: 10px 0;
    grid-template-columns: repeat(8, 1fr);
    gap: 20px;
    border-bottom: 1px solid #aaa
}

.additional_services_list-item:last-child {
    border: none
}

.additional_services_list-item__label {
    color: #777;
    grid-column: span 5
}

.additional_services_list__value {
    color: #050505;
    grid-column: span 3
}

.baseSwiper {
    padding: 13px;
    margin: -13px
}

.baseSwiper .swiper-slide {
    width: 467px;
    height: auto;
}

.base-item {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 4px 5px 12px rgba(29, 29, 29, .15);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.base-item-image {
    height: 260px
}

.base-item_info {
    padding: 10px 10px 20px;
    gap: 10px;
    flex-grow: 1;
}
.base-item_list {
    flex-grow: 1;
}
.base-item_bottom {
    flex-wrap: nowrap;
    gap: 24px
}

.base-item_price {
    flex-shrink: 0
}

.base-item_link {
    width: 100%
}

.serv_tag {
    right: 0;
    bottom: -140px
}

#rotatingText {
    transform-origin: center;
    -webkit-animation-name: rotate-circle;
    animation-name: rotate-circle;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes rotate-circle {
    to {
        transform: rotate(1turn)
    }
}

@keyframes rotate-circle {
    to {
        transform: rotate(1turn)
    }
}

.post_info {
    margin-top: auto;
    gap: 20px
}

.post_info-author,
.post_info-item {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px
}

.post_info-author {
    gap: 10px;
    width: 345px
}

.post_info-author-ava {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden
}

.post_info-author_label,
.post_info-item_label {
    color: #050505;
    margin-bottom: 10px
}

.post_info-author_value,
.post_info-item_value {
    color: #050505;
    font-weight: 500
}

.post_info-item {
    width: 223px
}

.post_tags {
    margin-top: 20px;
    gap: 10px
}

.post_tag {
    height: 35px;
    padding: 0 10px;
    border: 1px solid #fff;
    border-radius: 7px;
    color: #fff
}

.post_head {
    margin-bottom: 40px;
    gap: 20px
}

.table_of_contents_title {
    margin-bottom: 30px
}

.table_of_contents_list ol {
    gap: 10px
}

.btn_copy {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 40px;
    gap: 8px;
    padding: 0 10px;
    border: 1px solid #777;
    border-radius: 7px
}

.copy-btn_name {
    color: #777
}

.base-item,
.discount-card,
.advantages-item,
.blog-item,
.prod-card,
.popular_service-item {
    transition: .2s ease
}

.base-item:hover,
.discount-card:hover,
.advantages-item:hover,
.blog-item:hover,
.prod-card:hover,
.popular_service-item:hover {
    box-shadow: 1px 2px 5.9px rgba(29, 29, 29, .15)
}

a:hover .play-icon {
    opacity: .8
}

.open-modal-filter {
    display: none
}

.filter_wrapper {
    padding: 20px;
    width: 100%;
    background: #fff;
    box-shadow: 4px 5px 19.9px rgba(29, 29, 29, .15);
    border-radius: 5px;
    overflow: hidden;
    margin-top: 30px
}

.filter_wrapper_name {
    font-weight: 500;
    margin-bottom: 40px
}

/* .bx-filter-parameters-box:first-child .bx-filter-parameters-box-title {
    display: none
} */

.bx-filter-parameters-box:first-child .bx-filter-param-text {
    padding: 4px 16px;
    border-radius: 26px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px
}

.bx-filter-parameters-box:first-child .bx-filter-input-checkbox input[type=radio],
.bx-filter-parameters-box:first-child .bx-filter-input-checkbox input[type=checkbox] {
    margin-top: 3px
}

.bx-filter-parameters-box:first-child .checkbox .bx-filter-param-text[title="Популярное"] {
    background: #07f
}

.bx-filter-parameters-box:first-child .checkbox .bx-filter-param-text[title="Акция"] {
    background: red
}

.bx-filter-parameters-box:first-child .checkbox .bx-filter-param-text[title="В шоуруме"] {
    background: #ffae00
}

.bx-filter-parameters-box:first-child .checkbox .bx-filter-param-text[title="Новинка"] {
    background: #15c505
}

.bx-filter-parameters-box-title {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px
}

.bx-filter-parameters-box-title:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-image: url(../images/dropdown.svg);
    background-position: 50%;
    background-repeat: no-repeat
}

.bx-active .bx-filter-parameters-box-title:after {
    transform: rotate(180deg)
}

.bx-filter-parameters-box-container {
    padding-bottom: 20px
}

.bx-filter-parameters-box-container .col-xs-12 {
    display: flex;
    flex-direction: column;
    gap: 10px
}

span.bx-filter-parameters-box-hint {
    display: flex;
    max-width: 230px
}

.bx-filter-param-label {
    cursor: pointer
}

.bx-filter .bx-filter-input-checkbox {
    display: flex;
    flex-wrap: nowrap;
    gap: 14px
}

.bx-filter .bx-filter-input-checkbox input[type=radio],
.bx-filter .bx-filter-input-checkbox input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #3f3f3f;
    flex-shrink: 0;
    margin-top: 1px
}

.bx-filter .bx-filter-input-checkbox input[type=radio]:checked,
.bx-filter .bx-filter-input-checkbox input[type=checkbox]:checked {
    background-color: transparent;
    background-image: url(../images/checked_b.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 10px;
}

.btn_apply_filter,
.btn_reset_filter {
    width: 100%;
    height: 51px;
    border-radius: 10px
}

.btn_apply_filter {
    background-color: #228c20;
    color: #fff
}

.btn_reset_filter {
    display: none;
    color: #aaa
}

.catalog-counter-menu {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px 3px;
    background: #F4F4F6;
    border-radius: 46px;
    font-size: 10px;
    line-height: 10px;
    color: #000000;
    position: absolute;
    top: -4px;
    right: -8px;
}

[data-favorite-status="Y"] svg path {
    fill: #050505;
}

/* CSS для .popap_basket_added */
.popap_basket_added {
    position: fixed;
    background-color: #fff;
    border-radius: 3px;
    z-index: 10000;
    display: flex;
    padding: 15px;
    opacity: 0.98;
    transition: all 0.5s ease-in-out;
    width: 280px;
    right: 20px;
    top: 157px;
    box-shadow: 0px 12px 36px rgba(0, 0, 0, 0.1);
}

.popap_basket_added img {
    height: 80px;
    width: 80px;
    object-fit: contain;
    object-position: center;
    margin-right: 10px;
    border-radius: 4px;
    background: #fff;
}

.popap_basket_added_inner {
    color: var(--black);
    font-size: 13px;
}

.popap_basket_added_inner span {
    display: block;
    margin-bottom: 2px;
}

.popap_basket_added_inner strong {
    /* стили для названия, если нужны */
}


.lk-page .main-title,
.favorites-page .main-title,
.personal_block .main-title,
.dafault-page .main-title {
    margin-bottom: 20px;
}

.favorites-page .products-row {
    grid-template-columns: repeat(4, 1fr);
}

.personal_block .custom-checkbox input[type=checkbox] {
    border-color: #050505;
}

.personal_block .custom-checkbox input[type=checkbox]:checked {
    background-color: #050505;
}

.cat_link {
    height: 45px;
    border-radius: 30px;
    padding: 0 40px;
    color: #fff;
    background-color: #0d9900;
    border: 1px solid #0d9900;
    text-decoration: none !important;
}

.auth-form {
    max-width: 600px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bx-auth-label {}

.bx-auth-input {
    width: 100%;
    height: 40px;
    border: 1px solid #D9D9D9;
    border-radius: 100px;
    padding: 0 12px;
}

.auth_submit {
    width: 100%;
    height: 40px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0d9900;
    color: #fff;
    transition: 0.2s ease;
}



.auth-form a {
    color: var(--black);
    text-decoration: underline;
}

.auth-form a:hover {
    text-decoration: none;
}



.basket-item-label-text,
.basket-item-label-ring {
    z-index: 2;
}

@media (max-width: 1440px) {
    .favorites-page .products-row {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .favorites-page .products-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 1024px) {
    .open-modal-filter {
        display: flex;
        padding: 14px 60px;
        height: 45px;
        border: 1px solid #0d9900;
        border-radius: 10px;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: #0d9900
    }

    .filter_wrapper {
        display: block;
        width: 100%;
        right: -110%;
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 101;
        transition: .4s ease;
        overflow: hidden;
        margin: 0;
        padding: 20px 0px 20px 20px
    }
    .filter_wrapper.active {
        right: 0
    }

    .filter_wrapper_name {
        margin-bottom: 20px
    }

    .btn_reset_filter {
        display: flex
    }

    .filter_list {
        height: calc(100vh - 150px);
        overflow: auto;
        flex-wrap: nowrap;
        padding-right: 20px
    }

    .filter_buttons {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        margin-top: 20px
    }

    .col-lg-12.bx-filter-parameters-box {
        width: 100%
    }
}

@media(max-width: 575px) {
    .open-modal-filter {
        width: 100%
    }

    .btn_apply_filter,
    .btn_reset_filter {
        height: 45px
    }

    .bx-filter-parameters-box:first-child .bx-filter-param-text {
        font-size: 12px;
        line-height: 19px
    }
}

.main-footer {
    padding: 60px 0;
    background: linear-gradient(92.31deg, rgba(0, 0, 0, 0) 20.23%, rgba(34, 34, 34, 0.5) 100%), #343434
}

.footer-row {
    grid-template-columns: 240px 1fr 223px;
    gap: 24px
}

.footer-left {
    gap: 20px
}

.footer-menu_wrapper {
    max-width: 832px;
    width: 100%;
    margin: 0 auto;
    gap: 20px
}

.footer-menu ul {
    gap: 10px
}

.footer-menu ul li a {
    color: #fff
}

.footer-menu ul li a:hover {
    text-decoration: underline
}

.footer-menu_secondary ul {
    gap: 10px
}

.footer-menu_secondary ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fff
}

.footer-menu_secondary ul li a:hover {
    text-decoration: underline
}

.footer-logo {
    font-family: "Inter";
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #228c20
}

.footer-address {
    max-width: 240px;
    font-size: 12px;
    line-height: 15px;
    color: #fff
}

.footer-phone {
    width: fit-content;
    margin-left: auto;
    font-family: "Inter";
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #fff !important;
    background-image: url(../images/phone2.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 42px;
    text-decoration: none !important;
}

.footer-socials {
    gap: 24px
}

.footer-work-name,
.footer-work-value {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #aaa
}

.footer-right {
    gap: 35px
}

.video-fixed {
    left: 12px;
    bottom: 20px;
    width: 203px;
    height: 255px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    box-shadow: 4px 5px 19.9px rgba(29, 29, 29, .15);
    border-radius: 10px;
    overflow: hidden;
    z-index: 10
}

.small-video__player {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50%;
}

.video-fixed--expanded {
    width: 324px;
    height: 579px;

}

.video-fixed-hide {
    right: 10px;
    top: 10px;
    font-size: 0;
    z-index: 1;
    cursor: pointer
}

.video-fixed-hide img {
    transition: .1s ease
}

.video-fixed-hide:hover img {
    scale: 1.15
}

.video-fixed-open:hover .play-icon {
    opacity: .8
}

@media(max-width: 767px) {
    .video-fixed--expanded {
        width: 270px;
        height: 480px;
    }
}

.fos_modal {
    max-width: 1055px;
    height: auto;
    background-image: url(../images/fos_bg.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    padding: 30px;
    overflow: auto
}

.fos_modal .alModalClose {
    width: 24px;
    height: 24px;
    top: 10px;
    right: 10px
}

.fos_wrapper {
    overflow: hidden
}

.fos-info {
    max-width: 385px;
    padding: 30px
}

.fos-title {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 39px;
    color: #fff
}

.fos-title b {
    font-weight: 700
}

.fos-text {
    margin-bottom: 40px;
    color: #fff
}

.fos-callback {
    gap: 40px
}

.fos-callback-link {
    gap: 20px
}

.fos-callback-link_text {
    color: #fff
}

.fos-form_wrapper {
    max-width: 553px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .29);
    border-radius: 20px;
    padding: 30px
}

.fos-form {
    gap: 20px
}

.fos-form .custom-checkbox {
    margin-top: 0
}

.fos-form .custom-checkbox input[type=checkbox] {
    border-color: #aaa
}

.fos-form .custom-checkbox_name {
    color: #aaa
}

.fos-form .custom-checkbox_name a {
    color: #228c20
}

.fos-form-item label {
    display: inline-block;
    margin-bottom: 5px;
    color: #777
}

.fos-input {
    padding: 0 20px;
    height: 49px;
    background: #f4f4f4;
    border-radius: 10px;
    border: none
}

.fos-textarea {
    height: 106px;
    padding: 14px 20px;
    background: #f4f4f4;
    border-radius: 10px;
    resize: none;
    border: none
}

.under-footer {
    margin-top: 40px
}

.under-footer-row {
    gap: 10px
}

.copyright,
.under-footer-link,
.isart {
    font-size: 12px;
    line-height: 15px;
    color: #7e7f7f;
    text-decoration: none !important;
}

.under-footer-link:hover,
.isart:hover {
    color: #fff;
}

.isart {
    gap: 4px
}

.title-search-result {
    display: none;
}

.req_download {
    text-decoration: underline;
}

@keyframes scrollMarquee {
    0% {
        transform: translateY(-50%) translateX(0);
    }

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



.bx-filter-parameters-box-container .col-xs-12 {
    max-height: 200px;
    overflow: auto;


}

/* Для WebKit-браузеров (Chrome, Safari, Edge) */
.bx-filter-parameters-box-container .col-xs-12::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
    border-radius: 4px;
}

.bx-filter-parameters-box-container .col-xs-12::-webkit-scrollbar-thumb {
    background-color: #228c20;
    border-radius: 4px;
}

.bx-filter-parameters-box-container .col-xs-12::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 4px;
}

.bx-filter-parameters-box-container .col-xs-12::-webkit-scrollbar-button {
    display: none;
}

.bx-filter-param-label.disabled {
    opacity: 0.6;
    pointer-events: none;
}

@media(max-width: 1100px) {
    .fos-info {
        max-width: 340px;
        padding: 0
    }
}

@media(max-width: 1023px) {
    .fos-form_wrapper {
        max-width: 385px;
        padding: 15px
    }
}

@media(max-width: 819px) {
    .fos_wrapper {
        flex-direction: column;
        gap: 40px
    }

    .fos-info,
    .fos-form_wrapper {
        max-width: 100%
    }

    .fos-callback {
        gap: 20px
    }

    .fos-title {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 10px
    }

    .fos-text {
        margin-bottom: 20px
    }
}

@media(max-width: 767px) {
    .fos_modal {
        padding: 30px 10px
    }

    .fos-form {
        gap: 10px
    }

    .under-footer-row {
        justify-content: flex-start
    }
}

@media(max-width: 1700px) {
    .container {
        max-width: 1270px
    }

    .swiper-button-prev {
        left: -80px
    }

    .swiper-button-next {
        right: -80px
    }
}

@media(max-width: 1440px) {
    .container {
        max-width: 1120px
    }
}

@media(max-width: 1240px) {
    .swiper-button-prev {
        left: -30px
    }

    .swiper-button-next {
        right: -30px
    }
}

@media(max-width: 1133px) {

    h2,
    .h2 {
        font-weight: 600;
        font-size: 24px;
        line-height: 29px
    }

    h3,
    .h3 {
        font-weight: 600;
        font-size: 20px;
        line-height: 22px
    }

    h4,
    .h4 {
        font-weight: 500;
        font-size: 20px;
        line-height: 22px
    }

    .textBig {
        font-weight: 600;
        font-size: 18px;
        line-height: 22px
    }

    .input {
        font-size: 14px;
        line-height: 17px
    }

    .textSmall {
        font-weight: 500;
        font-size: 14px;
        line-height: 17px
    }

    .inputSmall {
        font-weight: 500;
        font-size: 12px;
        line-height: 15px
    }

    .header-city-value {
        line-height: 19px
    }
}

@media(max-width: 1120px) {
    .swiper-button-prev {
        display: none
    }

    .swiper-button-next {
        display: none
    }

    .prod-card-colors .swiper-button-prev,
    .prod-card-colors .swiper-button-next {
        display: block;
    }
}

@media(max-width: 1024px) {
    .container {
        padding: 0 22px
    }

    main {
        gap: 50px
    }

    .main-content {
        padding-top: 60px;
        padding-bottom: 50px
    }

    .footer-phone {
        margin-left: 0;
    }

    .footer-socials {
        justify-content: start;
    }
}

@media(max-width: 767px) {
    .open-all {
        display: none
    }

    .home-categories .main-title,
    .popular_services .main-title {
        text-align: center;
        width: 100%
    }

    .rules_block .main-title {
        text-align: left
    }

    .open-all_mobile {
        margin-top: 20px
    }

    .block_head {
        gap: 10px
    }
}

@media(max-width: 575px) {
    .main-content {
        padding-top: 52px;
    }
}

.main-header-mobile {
    display: none
}

.main-header-mobile .header_control img,
.main-header-mobile .header-cart img {
    filter: brightness(0) saturate(100%) invert(79%) sepia(3%) saturate(32%) hue-rotate(314deg) brightness(87%) contrast(85%);
}

@media(max-width: 1700px) {
    .main-header-top_wrapper {
        gap: 24px
    }

    .header-info_wrapper {
        gap: 16px
    }

    .header-top_control {
        gap: 16px
    }

    .main-header-bottom_wrapper {
        gap: 16px
    }

    .header-bottom_control {
        gap: 12px
    }

    .header-bottom_control .text {
        font-size: 16px
    }

    .header-bottom_menu {
        max-width: 544px;
        margin: 0 auto
    }

    .header-bottom_control {
        width: auto
    }

    .main-header-logo {
        max-width: 140px
    }

    .header-bottom_menu ul li a {
        padding: 0 14px
    }
}

@media(max-width: 1240px) {
    .main-header-logo {
        max-width: 140px
    }

    .header-phone {
        line-height: 22px
    }

    .main-header-bottom_wrapper {
        gap: 16px
    }
}

@media(min-width: 1025px) {
    .mobile-point {
        display: none
    }
}

@media(max-width: 1024px) {
    header.main-header {
        z-index: 101;
        background-color: #fff
    }

    .main-header-search {
        position: absolute;
        top: 62px;
        background: #fff;
        padding: 20px;
        width: 100%;
        max-width: unset;
        border-top: 1px solid #f4f4f4;
        transform: translateY(-200%);
        transition: .4s ease
    }

    .main-header-search.active {
        transform: translateY(0)
    }

    .main-header-mobile {
        display: block;
        padding: 10px 0
    }

    .main-header-mobile_wrapper {
        gap: 23px
    }

    .header-phones {
        gap: 12px
    }

    .main-header-menu {
        display: flex;
        flex-direction: column;
        max-width: 311px;
        width: 100%;
        background-color: #fff;
        padding: 20px 0;
        right: -110%;
        position: fixed;
        top: 62px;
        bottom: 0;
        z-index: 101;
        transition: .4s ease;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        max-height: calc(100vh - 62px);
        overflow: auto
    }

    .main-header-menu.active {
        right: 0
    }

    .main-header-mobile-logo {
        margin-right: auto
    }

    .main-header-mobile-logo img {
        height: 40px
    }

    .main-header-login img,
    .main-header-search-icon img {
        width: 32px;
        height: 32px
    }

    .btn-hamburger {
        width: 32px;
        height: 32px
    }

    .btn-hamburger .menu-icon {
        width: 22px;
        height: 16px
    }

    .btn-hamburger span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #228c20;
        transition: all .2s cubic-bezier(0.1, 0.82, 0.76, 0.965)
    }

    .btn-hamburger .menu-icon span:nth-child(1) {
        top: 0
    }

    .btn-hamburger .menu-icon span:nth-child(2) {
        bottom: 0
    }

    .btn-hamburger .menu-icon span:nth-child(3) {
        top: 50%;
        transform: translateY(-50%)
    }

    .btn-hamburger.active span:nth-child(1) {
        transform: rotate(45deg);
        top: 8px
    }

    .btn-hamburger.active span:nth-child(2) {
        opacity: 0
    }

    .btn-hamburger.active span:nth-child(3) {
        transform: rotate(-45deg);
        bottom: 8px
    }

    .main-header-top {
        padding: 0;
        order: 1
    }

    .main-header-menu .container {
        padding: 0
    }

    .header-top_control {
        display: none
    }

    .main-header-bottom {
        background-color: rgba(0, 0, 0, 0);
        box-shadow: unset
    }

    .main-header-logo {
        display: none
    }

    .header-bottom_menu {
        padding: 0 22px;
        border-bottom: 1px solid #f4f4f4;
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    .header-bottom_menu ul {
        flex-direction: column;
        gap: 20px
    }

    .header-bottom_menu ul li a {
        padding: 0;
        color: #050505;
        height: auto;
        border: 0
    }

    .header-bottom_control {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        padding: 0 22px;
        gap: 20px;
        border-bottom: 1px solid #f4f4f4;
        padding-bottom: 20px
    }

    .header-bottom_control a {
        color: #050505;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px
    }

    .main-header-bottom_wrapper {
        flex-direction: column-reverse;
        gap: 20px
    }

    .main-header-top_wrapper {
        padding: 0 22px;
        flex-direction: column-reverse;
        align-items: flex-start
    }

    .header-info_wrapper {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 20px
    }

    .header-worktime {
        width: 100%;
        text-align: left
    }

    .header-phone {
        font-size: 16px
    }
}

@media(max-width: 575px) {
    .btn-hamburger .menu-icon {
        width: 18px;
        height: 12px
    }

    /* .main-header-login img,
    .main-header-search-icon img {
        width: 24px;
        height: 24px
    } */

    .btn-hamburger {
        width: 24px;
        height: 24px
    }

    .btn-hamburger.active span:nth-child(1) {
        width: 15px;
        top: 6px
    }

    .btn-hamburger.active span:nth-child(3) {
        width: 15px
    }

    .main-header-mobile-logo img {
        height: 32px
    }

    .main-header-mobile_wrapper {
        gap: 15px
    }

    .main-header-menu {
        top: 54px;
        max-height: calc(100vh - 54px)
    }

    .main-header-search {
        top: 54px
    }
}

@media(max-width: 1700px) {
    .under_banner-cards-row {
        max-width: 1064px
    }

    .under_banner-card {
        gap: 10px
    }

    .under_banner-card-icon {
        width: 30px
    }

    .under_banner-card {
        padding: 16px
    }

    .under_banner-card-num {
        font-size: 400px
    }
}

@media(max-width: 1240px) {
    .main-banner-title {
        font-weight: 700;
        font-size: 48px;
        line-height: 52px
    }

    .under_banner-cards-row {
        width: calc(100% - 24px)
    }

    .under_banner-card {
        height: 180px
    }

    .under_banner-card-name {
        margin-bottom: 5px
    }

    .under_banner-card-text {
        color: #777
    }
}

@media(max-width: 1024px) {
    .main-banner {
        min-height: 635px;
        align-items: flex-end;
        padding: 60px 0 85px
    }

    .main-banner-title {
        font-weight: 700;
        font-size: 34px;
        line-height: 41px;
        margin-bottom: 8px
    }

    .under_banner-cards {
        margin-top: -124px
    }

    .under_banner-cards {
        padding: 0 22px
    }

    .under_banner-cards-row {
        gap: 10px;
        width: 100%
    }

    .under_banner-card-num {
        font-size: 260px
    }

    .under_banner-card:nth-child(1) .under_banner-card-num {
        right: 28px;
        transform: translate(0, -48%)
    }

    .under_banner-card:nth-child(2) .under_banner-card-num,
    .under_banner-card:nth-child(3) .under_banner-card-num {
        right: 17px;
        transform: translate(0, -50%)
    }

    .under_banner-card {
        padding: 10px;
        height: auto;
        min-height: 144px
    }

    .under_banner-card-icon {
        width: 36px
    }

    .under_banner-card-info {
        padding-top: 3px
    }
}

@media(max-width: 767px) {
    .under_banner-cards {
        margin-top: -74px
    }

    .under_banner-cards-row {
        grid-template-columns: repeat(3, 276px);
        overflow: auto;
        margin: -22px;
        padding: 22px;
        width: auto
    }
}

@media(max-width: 1700px) {
    .home-categories-row {
        grid-template-rows: repeat(3, 120px)
    }
}

@media(max-width: 1240px) {
    .home-categories-item-name {
        font-weight: 600;
        font-size: 18px;
        line-height: 22px
    }

    .home-categories-row {
        gap: 16px
    }
}

@media(max-width: 1024px) {
    .home-categories-row {
        gap: 10px
    }
}

@media(max-width: 767px) {
    .home-categories-row {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto
    }

    .home-categories-item {
        height: 140px
    }

    .home-categories-item:nth-child(1),
    .home-categories-item:nth-child(2) {
        grid-row: auto
    }
}

@media(max-width: 575px) {

    .home-categories-item-name {
        font-size: 14px;
        line-height: 17px;
    }
}

@media(min-width: 1701px) {
    .catalog_content .prod-card-image {
        height: 230px
    }
}

@media(max-width: 1700px) {
    .home_products {
        padding: 60px 0
    }

    .home_products_slider .prodSlide {
        width: 297px
    }

    .btn_prod_control {
        font-size: 12px
    }

    .prod-card-image {
        height: 230px
    }
}

@media(max-width: 1440px) {
    .home_products_slider .prodSlide {
        width: 259px
    }
}

@media(max-width: 1240px) {
    .prod-card-name {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #222
    }
}

@media(max-width: 1120px) {
    .prodSwiper {
        overflow: unset
    }

    .home_products_slider:before {
        display: none
    }
}

@media(max-width: 1024px) {
    .home_products-control {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow: auto;
        margin: 0 -22px;
        padding: 0 22px
    }

    .home_products_slider .prodSlide {
        width: 240px
    }

    /* .prod-card-colors-swiper .swiper-slide {
        width: 36px !important;
    } */

    .prod-card_tags {
        gap: 5px;
        top: 10px;
        left: 10px
    }

    .tag {
        font-size: 10px;
        line-height: 100%;
        height: 16px;
        padding: 0 5px
    }

    .prod-card-image {
        height: 160px
    }
}

@media(max-width: 767px) {
    .home_products {
        padding: 40px 0
    }

    .prod-card-name {
        font-weight: 500;
        font-size: 12px;
        line-height: 15px
    }

    .prod-card-colors_label {
        font-size: 10px;
        line-height: 12px
    }

    .prod-card-cur-price {
        font-weight: 800;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0
    }

    .prod-card-old-price {
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0
    }
}



@media(max-width: 1700px) {
    .rules-row {
        gap: 16px
    }

    .rules-item {
        padding: 16px;
        justify-content: flex-start
    }
}

@media(max-width: 1240px) {
    .rules_block-title {
        margin-bottom: 20px
    }

    .rules-item {
        padding: 20px 12px;
        gap: 10px;
        background-position: 100% 50%
    }

    .rules-item-text {
        color: #050505
    }

    .rules-item-icon {
        width: 42px
    }
}

@media(max-width: 1024px) {
    .rules-row {
        gap: 10px;
        grid-template-columns: repeat(5, 188px);
        width: auto;
        overflow: auto;
        margin: 0 -22px;
        padding: 0 22px
    }
}

@media(max-width: 767px) {
    .rules-row {
        grid-template-columns: repeat(5, 170px)
    }
}

@media(max-width: 1700px) {
    .advantages-item_thumb {
        aspect-ratio: 3/2.6087;
        height: auto
    }
}

@media(max-width: 1240px) {
    .advantages-item-name {
        color: #050505
    }

    .advantages-item-text {
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #050505
    }
}

@media(max-width: 1024px) {
    .advantages_row {
        gap: 10px;
        grid-template-columns: repeat(4, 237px);
        overflow: auto;
        margin: -22px;
        padding: 22px
    }

    .advantages-item-name {
        margin-bottom: 5px
    }
}

@media(max-width: 575px) {
    .advantages_row {
        grid-template-columns: repeat(4, 170px)
    }

    .advantages-item_thumb {
        aspect-ratio: unset;
        height: 140px
    }

    .play-icon {
        width: 24px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
}

@media(max-width: 1700px) {
    .callback_middle-info {
        max-width: 540px
    }

    .callback_middle-form {
        max-width: 440px
    }
}

@media(max-width: 1240px) {
    .callback_middle-name {
        font-weight: 600;
        font-size: 24px;
        line-height: 29px;
        color: #fff
    }

    .callback_middle-item label {
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        display: block
    }

    .callback_middle-form .custom-checkbox_name {
        font-size: 12px;
        line-height: 15px
    }
}

@media(max-width: 1024px) {
    .callback_middle-info {
        max-width: unset
    }

    .callback_middle-form {
        max-width: 500px;
        margin: 0 auto
    }

    .callback_middle_block {
        background-position: calc(100% + 150px) 50%, 0 0;
        background-size: 300px, cover
    }
}

@media(max-width: 767px) {
    .callback_middle_block {
        padding: 20px 0px
    }

    .callback_middle-input {
        height: 45px;
        padding: 0 10px
    }

    .btn_submit {
        height: 45px;
        font-weight: 600;
        font-size: 14px;
        line-height: 14px
    }

    .callback_middle_block {
        background-position: calc(100% + 97px) 50%, 0 0;
        background-size: 210px, cover
    }
}

@media(max-width: 1700px) {
    .popular_service-item-image {
        height: 190px
    }
}

@media(max-width: 1240px) {
    .popular_service-item-name {
        color: #222
    }
}

@media(max-width: 1024px) {
    .popular_services-row {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px
    }

    .popular_service-item:nth-child(6n+3),
    .popular_service-item:nth-child(6n+4) {
        grid-column: auto
    }

    .popular_service-item-image {
        height: 140px
    }
}

@media(max-width: 767px) {
    .popular_services-row {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 575px) {
    .popular_services-row {
        grid-template-columns: 1fr;
        gap: 10px
    }
}

@media(max-width: 1700px) {
    .promoSwiper .swiper-slide {
        width: 613px
    }
}

@media(max-width: 1440px) {
    .promoSwiper .swiper-slide {
        width: 538px
    }
}

@media(max-width: 1120px) {
    .promoSwiper {
        overflow: unset
    }

    .promo_slider:before {
        display: none
    }

    .promoSwiper .swiper-slide {
        width: 390px
    }

    .discount-card__left {
        flex: 1;
        padding: 20px 0 0 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 228px !important;
        flex-shrink: 0;
        flex-basis: 228px;
    }

    .discount-card__right {
        position: relative;
        width: 400px;
        flex-shrink: 0;
        overflow: hidden;
        margin-left: -40px;
    }
}

@media(max-width: 767px) {
    .promoSwiper .swiper-slide {
        width: 350px
    }
}

@media(max-width: 370px) {
    .promoSwiper .swiper-slide {
        width: 300px
    }
}

@media(max-width: 1240px) {
    .cases_block-item-name {
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        color: #222
    }
}

@media(max-width: 1024px) {
    .cases_block-item_gal {
        gap: 5px 10px
    }
}

@media(max-width: 767px) {
    .cases_block-row {
        grid-template-columns: 1fr
    }

    .cases_block-item_gal {
        max-height: fit-content;
    }

    .cases_block-item_gal--item:nth-child(1) {
        grid-column: 1/-1;
        grid-row: auto
    }

    .cases_block-item_gal {
        grid-template-rows: repeat(2, 180px)
    }
}

@media(max-width: 575px) {
    .cases_block-item_gal {
        grid-template-rows: repeat(2, 140px)
    }

    .product_info_callback_buttons {
        grid-template-columns: 100%;
    }
}

@media(max-width: 1700px) {
    .partners_block-content {
        padding: 40px 40px 100px 40px
    }
}

@media(max-width: 1240px) {
    .partners_block-content-inner {
        width: 100%
    }

    .partners_block-image {
        height: calc(100% + 20px)
    }
}

@media(max-width: 1120px) {
    .partners_block-content {
        overflow: hidden
    }

    .partnersSwiper {
        overflow: unset
    }
}

@media(max-width: 1024px) {
    .partners_block-image {
        width: 100%;
        height: auto;
        border-radius: 10px;
        margin-bottom: -10px;
        position: relative;
        z-index: 1
    }

    .partners_block-content {
        width: 100%
    }

    .partners_block-content {
        padding: 60px 22px 100px 22px
    }
}

@media(max-width: 575px) {
    .partnersSwiper .swiper-slide {
        width: 174px
    }

    .partners_block-content-inner {
        height: auto
    }

    .partners_block-content {
        padding-bottom: 50px
    }
}

@media(max-width: 1700px) {
    .special_block-content {
        padding: 30px 60px 48px
    }

    .special_block_decore {
        left: 16px;
        top: -18px
    }

    .spec-title {
        font-size: 36px;
        line-height: 46px;
        position: relative;
        z-index: 1
    }

    .spec-subtitle {
        font-size: 36px;
        line-height: 46px;
        position: relative;
        z-index: 1
    }

    .spec-items {
        max-width: 460px;
        margin-left: auto
    }
}

@media(max-width: 1240px) {
    .spec-title {
        font-weight: 400;
        font-size: 32px;
        line-height: 36px
    }

    .spec-subtitle {
        font-weight: 800;
        font-size: 32px;
        line-height: 36px
    }

    .spec-item {
        font-weight: 400;
        font-size: 12px;
        line-height: 15px
    }

    .spec_label {
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        position: relative;
        z-index: 1
    }

    .spec-items {
        position: relative;
        z-index: 1
    }

    .btn_spec {
        width: 239px;
        height: 45px
    }

    .special_block-content {
        padding: 20px
    }

    .special_block_decore {
        width: 350px
    }
}

@media(max-width: 1024px) {
    .spec-title {
        font-weight: 400;
        font-size: 24px;
        line-height: 29px
    }

    .spec-subtitle {
        font-weight: 800;
        font-size: 24px;
        line-height: 29px
    }
}

@media(max-width: 767px) {
    .special_block {
        padding-top: 0
    }

    .special_block-content {
        background-image: unset;
        margin: 0 -22px
    }

    .special_block_decore {
        width: 293px;
        top: 19px;
        left: -35px
    }

    .special_block-content-head {
        text-align: right;
        max-width: 83%;
        margin-left: auto;
        margin-bottom: 10px
    }

    .spec-title,
    .spec-subtitle {
        display: inline
    }

    .spec-item {
        height: 35px
    }
}

@media(max-width: 575px) {
    .special_block_decore {
        width: 253px;
        top: 59px;
        left: -35px
    }

    .spec-items {
        gap: 5px;
        margin-bottom: 20px
    }

    .spec_label {
        max-width: 200px;
        margin-left: auto
    }
}

@media(max-width: 1700px) {
    .certs_block-content {
        padding: 40px
    }

    .certs_block-content-inner {
        width: 478px;
        margin: 0 auto
    }

    .certs_block-image {
        height: calc(100% + 20px)
    }
}

@media(max-width: 1120px) {
    .certs_block-content {
        overflow: hidden
    }

    .certsSwiper {
        overflow: unset
    }

    .certs_block-content-inner {
        width: 100%
    }
}

@media(max-width: 1024px) {
    .certs_block-content {
        width: 100%
    }

    .certs_block-image {
        width: 100%;
        border-radius: 10px;
        position: relative;
        z-index: 1;
        height: auto;
        margin-top: -10px
    }

    .certs_block-content {
        padding: 50px 22px 60px
    }
}

@media(max-width: 767px) {
    .certsSwiper .swiper-slide {
        width: 110px;
        height: 160px
    }

    .certs-item {
        height: 160px
    }
}

@media(max-width: 1700px) {
    .reviewsSwiper .swiper-slide {
        width: 233px
    }

    .reviews-item {
        aspect-ratio: 1/1.3453;
        height: auto
    }
}

@media(max-width: 1440px) {
    .reviewsSwiper .swiper-slide {
        width: 259px
    }
}

@media(max-width: 1120px) {
    .reviewsSwiper {
        overflow: unset
    }
}

@media(max-width: 767px) {
    .reviews_block {
        padding: 50px 0
    }

    .reviewsSwiper .swiper-slide {
        width: 170px
    }
}

@media(max-width: 575px) {
    .reviewsSwiper .swiper-slide {
        width: 110px
    }

    .reviews-item {
        height: 160px
    }
}

@media(min-width: 1701px) {
    .cases-row .blog-item-image {
        height: 240px
    }
}

@media(max-width: 1440px) {
    .blog_block-row {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width: 1240px) {
    .blog-item-name {
        font-weight: 500;
        font-size: 18px;
        line-height: 22px
    }

    .blog-item-text {
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #050505
    }
}

@media(max-width: 1024px) {
    .blog_block-row {
        gap: 10px
    }

    .blog-item-image {
        height: 140px
    }
}

@media(max-width: 767px) {
    .blog_block-row {
        grid-template-columns: repeat(3, 234px);
        overflow: auto;
        margin: -22px;
        padding: 22px
    }
}

@media(max-width: 575px) {
    .blog_block-row {
        grid-template-columns: repeat(3, 230px)
    }
}

@media(max-width: 1700px) {
    .showroom_content {
        padding: 32px 24px;
        margin-top: -32px;
        margin-bottom: -32px
    }

    .showroom_content-text {
        margin-bottom: 20px
    }
}

@media(max-width: 1240px) {
    .showroom_content-title {
        font-weight: 600;
        font-size: 24px;
        line-height: 29px;
        color: #050505
    }

    .showroom_content-text {
        color: #050505
    }

    .showroom_content-address .textSmall {
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        color: #050505
    }

    .showroom_link {
        height: 45px;
        font-size: 14px;
        line-height: 100%
    }
}

@media(max-width: 767px) {
    .showroom_content {
        width: 83%
    }

    .showroom_content {
        padding: 20px 10px;
        margin-top: -20px;
        margin-bottom: -20px
    }

    .showroom_content-title {
        margin-bottom: 10px
    }
}

@media(max-width: 1700px) {
    .catalog-row {
        grid-template-columns: 315px 1fr
    }

    .categories-row {
        gap: 16px
    }

    .categories-item-name {
        font-weight: 600;
        font-size: 18px;
        line-height: 22px
    }

    .tabs_buttons {
        overflow-x: auto;
        white-space: nowrap;
        overflow-y: hidden
    }

    .product_gallery {
        grid-template-columns: 190px minmax(0, 1fr)
    }

    .galThumbsSwiper .swiper-slide {
        width: 190px
    }

    .product_content {
        grid-template-columns: minmax(0, 1fr) 430px
    }

    /* .prod-card-colors-swiper .swiper-slide {
        width: 39px !important;
    }

    .products-row .prod-card-colors-swiper .swiper-slide {
        width: 38px !important;
    } */
}

@media(max-width: 1440px) {
    .categories-row {
        grid-template-columns: repeat(3, 1fr)
    }

    .categories-item {
        height: 212px;
    }

    .products-row {
        grid-template-columns: repeat(3, 1fr)
    }

    .product_gallery {
        grid-template-columns: 110px minmax(0, 1fr)
    }

    .galThumbsSwiper .swiper-slide {
        width: 110px;
        height: 110px
    }

    .product_content {
        grid-template-rows: 500px auto;
        grid-template-columns: minmax(0, 1fr) 400px
    }

    .galMainSwiper,
    .galThumbsSwiper {
        height: 500px
    }

    .product_description_wrapper {
        grid-template-columns: 1fr
    }

    .product_description_brand {
        order: -1
    }

    .sidebar_form-name {
        font-weight: 600;
        font-size: 24px;
        line-height: 29px
    }

    .sidebar_form-text {
        font-weight: 500;
        font-size: 14px;
        line-height: 17px
    }

    .sidebar_form_wrapper {
        margin-top: 20px
    }

    .product_info_callback-row {
        grid-template-columns: repeat(2, 1fr)
    }

    /* .prod-card-colors-swiper .swiper-slide {
        width: 40px !important;
    } */

    /* .products-row .prod-card-colors-swiper .swiper-slide {
        width: 36px !important;
    } */

    .prod-card-color-item {
        height: 38px;
    }
}

@media(max-width: 1440px)and (min-width: 1025px) {
    .buy_price_value {
        font-size: 26px;
        line-height: 30px
    }
}

@media(max-width: 1240px) {
    .order_select__head {
        font-size: 12px
    }

    .btn_tab {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px
    }
}

@media(max-width: 1024px) {
    .products-row {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px
    }

    .categories-row {
        grid-template-columns: repeat(3, 1fr)
    }

    .catalog-row {
        grid-template-columns: 1fr;
        gap: 0
    }

    .catalog_menu {
        display: none
    }

    .faq-item-name {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px
    }

    .educational_videos-row {
        grid-template-columns: 3fr 2fr;
        gap: 16px
    }

    .educational_video-item_thumb_wrapper {
        height: 140px
    }

    .educational_video-item_name {
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        margin-top: 5px
    }

    .product_content {
        grid-template-rows: auto;
        grid-template-columns: minmax(0, 1fr)
    }

    .product_gallery {
        order: 1;
        grid-row: auto;
        grid-column: auto
    }

    .product_sidebar {
        order: 2;
        grid-row: auto;
        grid-column: auto
    }

    .product_info {
        order: 3;
        grid-row: auto;
        grid-column: auto
    }

    .product_info_callback-row {
        grid-template-columns: repeat(4, 1fr)
    }

    .tabs_buttons {
        margin: 0 -22px;
        padding: 0 22px;
        margin-bottom: 20px
    }

    .btn_tab {
        margin-right: 15px
    }

    .btn_tab:last-child {
        margin-right: 0
    }

    .reset_filter {
        display: none
    }

    .prod-card-prices_block {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .price-unit-btn {
        width: 50%;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
    }

    .prod-card-prices {
        gap: 10px;
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: center;
    }

    .prod-card-old-price {
        font-size: 12px;
        line-height: 15px;
        color: #C4C4C4;
    }

    .prod-card-cur-price {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #3F3F3F;
    }
}

@media(max-width: 767px) {
    .breadcrumbs .breadcrumb {
        margin-left: -22px;
        margin-right: -22px;
        padding: 0 22px 5px;
    }

    .catalog_banner {
        width: calc(100vw - 44px);
        margin-bottom: 50px
    }

    .products-row {
        grid-template-columns: repeat(2, 1fr)
    }

    .catalog-row {
        margin-bottom: 50px
    }

    .categories-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }

    .categories-item {
        height: 140px
    }

    .load_more {
        width: 125px;
        height: 35px;
        font-weight: 500;
        font-size: 12px;
        line-height: 15px
    }

    .product_gallery {
        grid-template-columns: minmax(0, 1fr);
        width: 100%;
        gap: 10px
    }

    .galThumbsSwiper {
        order: 1;
        height: auto;
        width: 100%;
        overflow: unset
    }

    .galMainSwiper {
        height: 400px
    }

    .product_info_callback-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px
    }
}

@media(max-width: 575px) {
    .categories-row {
        gap: 10px;
    }

    .categories-item-name {
        font-size: 14px;
        line-height: 17px;
    }

    .educational_videos-row {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 20px
    }

    .educational_video-item:nth-child(1),
    .educational_video-item:nth-child(2),
    .educational_video-item:nth-child(3) {
        grid-column: auto;
        grid-row: auto
    }

    .educational_video-item:nth-child(1) .educational_video-item_thumb_wrapper {
        height: 140px
    }

    .product_buy {
        padding: 20px 10px
    }

    .product_name {
        margin-bottom: 10px
    }

    .product_sidebar-brand {
        width: 80px
    }

    .product_sidebar-row {
        margin-bottom: 20px
    }

    .product_sidebar_price_label {
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 5px
    }

    .buy_price_info {
        width: 109px
    }

    .buy_price_info-label {
        width: 40px;
        height: 40px
    }

    .product_sidebar_price {
        margin-bottom: 20px
    }

    .product-item-amount-field-btn-minus,
    .product-item-amount-field-btn-plus {
        width: 32px;
        height: 32px
    }

    .product-item-amount-field {
        height: 32px;
        width: 58px
    }

    .product-item-amount-description-container {
        margin-top: 5px;
        font-size: 12px;
        line-height: 100%
    }

    .buy_item-total_label {
        font-size: 12px;
        line-height: 100%
    }

    .buy_item-change-amount {
        margin-bottom: 20px
    }

    .btn_add_to_cart {
        width: 196px;
        height: 45px
    }

    .related_products {
        padding: 20px 10px
    }

    .related_products-label {
        font-size: 14px
    }

    .related-item {
        height: 50px
    }

    .sidebar_form_content {
        padding: 20px 10px
    }

    .sidebar_form-item label {
        font-size: 12px;
        line-height: 100%
    }

    .sidebar_form-item input {
        height: 45px
    }

    .sidebar_form_content {
        background-size: 260px;
        background-position: 158px 280px
    }

    .product_info {
        margin-top: 30px
    }

    .product_info_callback-trigger--icon img {
        height: 42px
    }

    .product_description_brand-text {
        font-size: 12px;
        line-height: 15px
    }
}

@media(max-width: 575px) {
    .prod-card-colors {
        width: calc(100% - 39px);
    }

    .home_products_slider .prodSlide {
        width: 170px
    }

    /* .prod-card-colors-swiper .swiper-slide {
        width: 24px !important;
    } */

    .prod-card-color-item {
        height: 28px;
    }

    .prod-card-image {
        height: 140px
    }

    .home_products {
        background-position: 64%
    }



    .prod-card-availability {
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        color: #228C20;
    }

    .prod-card-prop_label,
    .prod-card-prop_value {
        font-size: 10px;
        line-height: 13px;
    }
}

@media(max-width: 1700px) {
    .how_work-row {
        grid-template-columns: repeat(2, 1fr)
    }

    .additional_services-row {
        grid-template-columns: 3fr 2fr
    }

    .service-trigger_label {
        font-size: 12px;
        line-height: 15px
    }

    .service-triggers {
        gap: 12px
    }

    .service-trigger {
        padding: 16px 12px;
        width: 176px
    }

    .serv_tag svg {
        width: 200px;
        height: 200px
    }

    .baseSwiper .swiper-slide {
        width: 403px
    }
}

@media(max-width: 1440px) {
    .baseSwiper .swiper-slide {
        width: 510px
    }
}

@media(max-width: 1240px) {
    .additional_services_list-item__label {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px
    }
}

@media(max-width: 1120px) {
    .baseSwiper {
        overflow: unset
    }

    .baseSwiper .swiper-slide {
        width: 360px
    }

    .base-item-image {
        height: 220px
    }
}

@media(max-width: 1024px) {
    .how_work_block .block_head {
        margin-bottom: 20px
    }

    .services-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px
    }

    .how_work-row {
        gap: 20px
    }

    .how_work-item {
        gap: 0;
        align-items: center
    }

    .how_work-item_info {
        margin-left: -42px
    }

    .how_work-item-name {
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px
    }

    .how_work-item_num {
        font-weight: 900;
        font-size: 85px;
        line-height: 78px;
        letter-spacing: -0.17em;
        text-align: left;
        width: 100px
    }

    .service-triggers {
        max-width: 560px
    }

    .additional_services-row {
        grid-template-columns: 1fr
    }
}

@media(max-width: 767px) {
    .top-page {
        padding: 20px 0
    }

    .projects_map {
        height: 300px
    }

    .cases_video-item {
        height: 200px
    }

    .baseSwiper .swiper-slide {
        width: 350px
    }

    .base-item_bottom {
        flex-direction: column;
        gap: 10px
    }
}

@media(max-width: 575px) {
    .services-row {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .how_work-row {
        grid-template-columns: 1fr
    }

    .additional_services_list-item {
        grid-template-columns: 1fr;
        gap: 10px
    }

    .additional_services_list-item__label,
    .additional_services_list__value {
        grid-column: auto
    }

    .service-triggers {
        flex-direction: column;
        margin-bottom: 60px
    }

    .service-trigger {
        width: 100%
    }

    .service-triggers_link {
        width: 100%
    }

    .serv_tag {
        bottom: -90px
    }

    .serv_tag svg {
        width: 150px;
        height: 150px
    }
}

@media(max-width: 370px) {
    .baseSwiper .swiper-slide {
        width: 300px
    }
}

@media(max-width: 1700px) {
    .caseSwiper .swiper-slide {
        width: 296px
    }
}

@media(max-width: 1440px) {
    .caseSwiper .swiper-slide {
        width: 334px
    }
}

@media(max-width: 1120px) {
    .caseSwiper {
        overflow: unset
    }
}

@media(max-width: 1024px) {
    .cases-row {
        gap: 10px
    }

    .case_bef_aft-title {
        font-size: 16px;
        margin-bottom: 10px
    }

    .case_bef_aft-image {
        height: 240px
    }
}

@media(max-width: 767px) {
    .cases-row {
        grid-template-columns: repeat(2, 1fr)
    }

    .cases_control {
        flex-direction: column;
    }

    .cases_control .order_select {
        flex: 1 1 auto;
        width: 100%;
    }

    .cases_control .order_select-list {
        width: 100%;
    }

    .cases_control .order_select__head {
        width: 100%
    }

    .cases_control .reset_filter {
        width: 100%;
        display: flex;
    }

    .case_bef_aft-row {
        grid-template-columns: 1fr
    }

    .case_bef_aft-item:nth-child(1),
    .case_bef_aft-item:nth-child(2) {
        grid-column: auto
    }

    .videoReview-row {
        grid-template-columns: 1fr
    }

    .videoReview-item {
        grid-column: auto;
        min-height: 240px
    }

    .videoReview_info {
        grid-column: auto;
        gap: 16px
    }
}

@media(max-width: 575px) {
    .cases-row {
        grid-template-columns: 1fr
    }
}

@media(max-width: 370px) {
    .caseSwiper .swiper-slide {
        width: 300px
    }
}

@media(max-width: 1700px) {
    .post_info {
        gap: 12px
    }

    .post_info-author {
        padding: 16px 12px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .post_info-item {
        padding: 16px 12px;
        width: 170px
    }

    .post_info-author_label,
    .post_info-item_label {
        font-size: 12px;
        line-height: 15px
    }
}

@media(max-width: 1024px) {
    .blog-row {
        gap: 10px
    }

    .blog-row .blog-item {
        grid-column: span 4
    }

    .blog-row .blog-item:nth-child(10n+2),
    .blog-row .blog-item:nth-child(10n+6) {
        grid-column: span 7
    }

    .blog-row .blog-item:nth-child(10n+1),
    .blog-row .blog-item:nth-child(10n+7) {
        grid-column: span 5
    }

    .blog-row .blog-item:nth-child(5n+4) {
        grid-column: span 4
    }

    .seo_block_text img {
        margin: 32px 0
    }
}

@media(max-width: 767px) {
    .blog-row {
        grid-template-columns: repeat(2, 1fr)
    }

    .blog-row .blog-item {
        grid-column: auto
    }

    .blog-row .blog-item:nth-child(10n+2),
    .blog-row .blog-item:nth-child(10n+6) {
        grid-column: auto
    }

    .blog-row .blog-item:nth-child(10n+1),
    .blog-row .blog-item:nth-child(10n+7) {
        grid-column: auto
    }

    .blog-row .blog-item:nth-child(5n+4) {
        grid-column: auto
    }

    .post_info {
        display: none;
    }

    .post_info-author {
        flex: 1 1 auto
    }

    .post_info-item {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        flex: 1 1 auto
    }
}

@media(max-width: 575px) {
    .blog-row {
        grid-template-columns: 1fr
    }
}

@media(max-width: 1700px) {
    .team-item {
        height: auto
    }

    .team-item-image {
        height: auto;
        aspect-ratio: 1/1.0725
    }

    .team-item-title {
        font-size: 18px;
        line-height: 20px
    }
}

@media(max-width: 1120px) {

    .team-item {
        width: 260px;
    }
}

@media(max-width: 1024px) {
    .teamSwiper {
        padding: 22px;
        margin: -22px;
    }
}

@media(max-width: 767px) {
    .team-item {
        width: 162px;
    }

    .team-item-title {
        font-size: 12px;
        line-height: 16px
    }

    .team-item-name {
        font-size: 12px;
        line-height: 15px;
    }
}

@media(max-width: 1240px) {
    .contacts_row {
        grid-template-columns: 400px 1fr
    }
}

@media(max-width: 1024px) {
    .team-row {
        gap: 10px;
        grid-template-columns: repeat(2, 1fr)
    }

    .contacts_row {
        grid-template-columns: 1fr
    }

    .contacts_map {
        height: 300px
    }
}

@media(max-width: 767px) {
    .details_block-inner {
        padding: 20px
    }

    .details-item {
        grid-template-columns: 205px 1fr;
        gap: 10px
    }
}

@media(max-width: 575px) {
    .details-item {
        grid-template-columns: 1fr
    }

    .team-row {
        grid-template-columns: 1fr
    }
}

@media(max-width: 1120px) {
    .history_slider_nav {
        padding: 0
    }

    .historyThumbsSwiper {
        overflow: unset
    }
}

@media(max-width: 1024px) {
    .history-row {
        grid-template-columns: 300px 1fr
    }

    .history_slider_nav {
        margin-bottom: 20px
    }

    .history-image_year {
        font-size: 110px;
        line-height: 84px;
    }
}

@media(max-width: 767px) {
    .history-row {
        grid-template-columns: 1fr
    }
}

@media(max-width: 1440px) {
    .footer-menu_wrapper {
        max-width: 100%
    }

    .footer-menu_secondary {
        max-width: 240px;
    }
}

@media(max-width: 1240px) {
    .footer-menu_secondary ul li a {
        font-weight: 400;
        font-size: 14px;
        line-height: 17px
    }
}

@media(max-width: 1024px) {
    .video-fixed {
        display: none
    }

    .footer-logo {
        font-size: 0;
        line-height: 0
    }

    .main-footer {
        padding: 20px 0
    }

    .footer-row {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .footer-menu_wrapper {
        max-width: unset
    }

    .footer-address {
        max-width: unset
    }

    .footer-right {
        gap: 10px
    }
}

@media(max-width: 767px) {
    .footer-address {
        font-weight: 400;
        font-size: 10px;
        line-height: 12px
    }

    .footer-work-name,
    .footer-work-value {
        font-weight: 500;
        font-size: 12px;
        line-height: 15px
    }

    .footer-menu ul {
        gap: 12px
    }

    .footer-menu_secondary ul {
        gap: 8px
    }

    .footer-menu_wrapper {
        justify-content: flex-start;
        gap: 20px 68px
    }

    .footer-phone {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px
    }

    .footer-socials {
        gap: 20px
    }



}