<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(../fonts/Inter-Bold.woff) format("woff"), url(../fonts/Inter-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}

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

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

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

* {
    padding: 0;
    margin: 0;
    border: 0
}

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

:active, :focus {
    outline: 0
}

a:active, a:focus {
    outline: 0
}

aside, footer, header, nav, section {
    display: block
}

body, html {
    height: 100%;
    min-width: 320px
}

body {
    line-height: 1;
    font-family: Inter;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

button, input, textarea {
    font-family: Inter
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a, a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    font-size: inherit
}

body {
    color: #000;
    font-size: 14px;
    padding-top: 12px
}

body._lock {
    overflow: hidden
}

body._lock::after {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4
}

._swiper {
    overflow: hidden
}

.slider-news a img{
    width: 100%;
}
.wrapper {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

._container {
    max-width: calc(1730px + 7.8em);
    margin: 0 auto;
    padding: 0 15px 0 calc(7.8em + 15px)
}

._no-webp .header::before {
    background: url(../img/top-line.png) center center/100% 100% no-repeat
}

.header::before {
    content: "";
    width: 100%;
    height: 12px;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3
}

.header__wrapper {
    padding: 44px 0 30px;
    position: relative
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__search-cnt {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 30px
}

.menu__body {
    position: fixed;
    top: 0;
    left: -100%;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    max-width: 100%;
    width: auto;
    background: #fff;
    height: 100vh;
    z-index: 5;
    padding: 56px 48px 30px;
    width: 100%;
    max-width: 383px
}

.menu__body._active {
    left: 0
}

.menu__body._item-active {
    overflow-y: visible;
    overflow-x: visible
}

.menu__back {
    display: none
}

.menu__close {
    position: fixed;
    top: 58px;
    left: 400px;
    cursor: pointer;
    z-index: 4
}

.menu__close .menu__close-black {
    display: none
}

.menu__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #1d1d1d
}

.menu__list {
    margin-top: 16px;
    padding-bottom: 24px;
    width: 100%;
    border-bottom: 1px solid #f0f0f0
}

.menu__item {
    font-weight: 500;
    font-size: 16px;
    line-height: 280%;
    min-width: 100%;
    margin: 0 -48px 0 -47px;
    padding: 0 48px 0 47px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    cursor: pointer;
    color: #1d1d1d;
    background: #fff
}

.menu__item._active {
    background: #eb1c22;
    color: #fff
}

.menu__item._active .menu__lvl2 {
    left: 382px;
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.menu__item._active .menu__name::after {
    background: url(../img/icon/back-white.svg) center center/cover no-repeat;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.menu__name {
    position: relative
}

.menu__name::after {
    content: "";
    width: 6px;
    height: 12px;
    background: url(../img/icon/back.svg) center center/cover no-repeat;
    position: absolute;
    top: 50%;
    left: calc(100% + 22px);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0) translateY(-50%);
    -ms-transform: matrix(-1, 0, 0, 1, 0, 0) translateY(-50%);
    transform: matrix(-1, 0, 0, 1, 0, 0) translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.menu__lvl2 {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 384px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    max-width: 383px;
    background: #fff;
    padding: 56px 48px 30px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.lvl2-menu__title {
    display: none
}

.lvl2-menu__list {
    margin-top: 32px
}

.lvl2-menu__item {
    font-weight: 500;
    font-size: 16px;
    line-height: 240%;
    color: #1d1d1d;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.lvl2-menu__item &gt; a {
    color: inherit
}

.actions-menu {
    padding-top: 24px
}

.actions-menu__link {
    font-weight: 400;
    font-size: 14px;
    line-height: 280%;
    color: #1d1d1d;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.logo-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.logo-header__text {
    margin-left: 12px
}

.search-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 8px;
    background: #fff;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 484px;
    flex: 0 0 484px;
    max-width: 100%
}

.search-header._active {
    -webkit-box-shadow: 0 1px 0 #000;
    box-shadow: 0 1px 0 #000
}

.search-header._active .search-header__img {
    display: none
}

.search-header._active .search-header__img-active {
    display: block
}

.search-header__input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #1d1d1d
}

.search-header__input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #949494
}

.search-header__input::-moz-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #949494
}

.search-header__input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #949494
}

.search-header__input::-ms-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #949494
}

.search-header__input::placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #949494
}

.search-header__btn {
    border: none;
    background: 0 0
}

.search-header__img-active {
    display: none
}

.navigation-header {
    margin-right: 80px
}

.navigation-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px
}

.navigation-header__link {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #1d1d1d;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.actions-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px
}

.actions-header__link {
    height: 24px;
    width: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.actions-header__link &gt; ._card-value {
    position: absolute;
    top: -5px;
    right: -7px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #eb1c22;
    font-weight: 700;
    font-size: 11px;
    line-height: 14px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.icon-menu {
    display: block;
    position: fixed;
    top: 72px;
    left: calc(((100vw - 1660px) / 2) / 2);
    width: 20px;
    height: 16px;
    cursor: pointer;
    z-index: 1
}

.icon-menu span {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    top: calc(50% - 1px);
    left: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000
}

.icon-menu span:first-child {
    top: 0
}

.icon-menu span:last-child {
    top: auto;
    bottom: 0
}

.icon-menu._active span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.icon-menu._active span:first-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(50% - 1px)
}

.icon-menu._active span:last-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: calc(50% - 1px)
}

.top-page-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 200px
}

.top-page-footer__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #1d1d1d;
    margin-bottom: 42px
}

.top-page-footer__local {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #1d1d1d
}

.top-page-footer__local::before {
    content: "";
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    background: url(../img/icon/location.svg) center center/auto no-repeat;
    margin-right: 4px
}

.top-page-footer__info {
    margin: 25px 0 34px
}

.top-page-footer__info a, .top-page-footer__info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #1d1d1d
}

.top-page-footer__service-tel {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #1d1d1d
}

.top-page-footer__service {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #1d1d1d
}

.top-page-footer__list {
    margin-top: -7px
}

.top-page-footer__link {
    font-weight: 400;
    font-size: 16px;
    line-height: 240%;
    color: #1d1d1d;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.top-page-footer__mini-title {
    margin-bottom: 42px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #1d1d1d
}

.top-page-footer__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 330px;
    padding-bottom: 8px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .25)
}

.top-page-footer__form._focus {
    -webkit-box-shadow: 0 1px 0 #000;
    box-shadow: 0 1px 0 #000
}

.top-page-footer__form._active .top-page-footer__btn {
    color: #eb1c22
}

.top-page-footer__input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 16px;
    font-weight: 500;
    color: #1d1d1d
}

.top-page-footer__input::-webkit-input-placeholder {
    color: #949494
}

.top-page-footer__input::-moz-placeholder {
    color: #949494
}

.top-page-footer__input:-ms-input-placeholder {
    color: #949494
}

.top-page-footer__input::-ms-input-placeholder {
    color: #949494
}

.top-page-footer__input::placeholder {
    color: #949494
}

.top-page-footer__btn {
    border: none;
    background: 0 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: right;
    color: #1d1d1d
}

.bottom-page-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 0;
    border-top: 1px solid #f0f0f0
}

.bottom-page-footer__copy {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #1d1d1d
}

.bottom-page-footer__menu {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bottom-page-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px
}

.bottom-page-footer__item a {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #1d1d1d;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.social-bottom-page-footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: auto;
    max-width: 100px
}

.social-bottom-page-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.social-bottom-page-footer__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px
}

.social-bottom-page-footer__item:not(:last-child) {
    margin-right: 20px
}

.social-bottom-page-footer__link {
    width: 100%;
    max-width: 100%;
    display: block
}

.social-bottom-page-footer__link img {
    width: 100%;
    max-width: 100%;
    -webkit-filter: grayscale(.95);
    filter: grayscale(.95);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.page-banner__content {
    position: relative
}

.page-banner__slider {
    width: 100%
}

.page-banner__slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-banner__item {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: relative
}

.page-banner__image {
    width: 100%
}

.page-banner__image img {
    width: 100%;
    max-width: 100%
}

.page-banner__desctoptext {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 80px;
    left: 80px
}

.page-banner__desctoptext .page-banner__suptext {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #1d1d1d;
    font-size: 18px
}

.page-banner__desctoptext .page-banner__title {
    font-weight: 500;
    line-height: 110%;
    color: #1d1d1d;
    font-size: 72px
}

.page-banner__btn {
    width: 105px;
    height: 48px;
    background: #eb1c22;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 32px;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    margin-top: 32px
}

.page-banner__text {
    display: none
}

.page-banner__suptext {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-align: left;
    color: #1d1d1d;
    margin-bottom: 10px
}

.page-banner__title {
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    color: #1d1d1d
}

.page-banner__arrow {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    border-radius: 50%;
    cursor: pointer
}

.page-banner__arrow picture {
    display: flex;
    align-items: center;
}

.page-banner__arrow.page-banner-arrow-prev {
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.page-banner__arrow.page-banner-arrow-next {
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.page-banner__paggination {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px
}

.page-banner__paggination .swiper-pagination-bullet {
    width: 32px;
    height: 2px;
    background: #949494;
    opacity: .4;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    cursor: pointer
}

.page-banner__paggination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #eb1c22;
    opacity: 1
}

.page-banner-mobile {
    display: none
}

.page-catalog {
    padding-top: 106px;
    padding-bottom: 112px
}

.page-catalog__slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-catalog__item {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: calc(20% - 48px);
}

.page-catalog__item:not(:last-child) {
    margin-right: 48px
}

.page-catalog__image {
    width: 100%
}

.page-catalog__image img {
    width: 100%;
    max-width: 100%
}

.page-catalog__body {
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #1D1D1D;
    padding-bottom: 40px;
    margin-top: auto;
}

.page-catalog__body a {
    color: inherit;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.page-catalog__scrollbar {
    margin-top: 24px;
    height: 4px;
    background: #f0f0f0
}

.page-catalog__scrollbar .swiper-scrollbar-drag {
    background: #1d1d1d;
    height: 100%
}

.page-catalog2 {
    /*padding-bottom: calc(50px + 150 * ((100vw - 320px) / 1600))*/
    padding-bottom: calc(50px + 100 * ((100vw - 320px) / 1600))
}

.page-catalog2__slider {
    padding-right: 15px
}

.page-catalog2__slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-catalog2__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
    flex: 0 0 calc((100% - 20px * 2) / 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer
}

.page-catalog2__item:not(:last-child) {
    margin-right: 20px
}

.page-catalog2__photo {
    width: 100%
}

.page-catalog2__photo img {
    width: 100%;
    max-width: 100%
}

.page-catalog2__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 48px 48px 32px;
    background: #f0f0f0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.page-catalog2__title {
    font-weight: 500;
    font-size: 32px;
    font-size: 32px;
    line-height: 130%;
    color: #1d1d1d;
    margin-bottom: 24px;
    display: block;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.page-catalog2__text {
    font-size: 16px;
    line-height: 24px;
    color: #1d1d1d;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 36px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.page-catalog2__more {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: right;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.page-catalog2__more::after {
    content: "";
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    background: url(../img/icon/back-white.svg) center center/auto no-repeat;
    margin-left: 10px
}

.page-info-zone {
    padding-bottom: 0;
}

@media (max-width: 1000px){
    .page-info-zone {
        padding-bottom: 120px;
    }
}

.page-info-zone__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.page-info-zone__text {
    /*-webkit-box-flex: 0;*/
    /*-ms-flex: 0 0 calc((100% - 20px) / 2);*/
    /*flex: 0 0 calc((100% - 20px) / 2)*/
    max-width: 100vw!important;
}

.page-info-zone__title {
    font-weight: 500;
    color: #1d1d1d;
    margin-bottom: 40px;
    /*max-width: 610px;*/
    width: 100%;
    font-size: 72px;
    line-height: 86px
}

.page-info-zone__go {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #1d1d1d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.page-info-zone__go::after {
    content: "";
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    background: url(../img/icon/back.svg) center center/auto no-repeat;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 10px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.page-info-zone__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px) / 2);
    flex: 0 0 calc((100% - 20px) / 2)
}

.page-info-zone__image img {
    width: 100%;
    max-width: 100%
}

.page-info-zone__scrollbar {
    display: none
}

.page-catalog3 {
    padding-bottom: 140px
}

.page-catalog3__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.page-catalog3__big {
    padding-right: 108px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px) / 2);
    flex: 0 0 calc((100% - 20px) / 2)
}

.page-catalog3__big .page-catalog3__image {
    padding: 56px
}

.page-catalog3__big .page-catalog3__item {
    height: 100%
}

.page-catalog3__item {
    min-width: 290px!important;


    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-catalog3__image {
    width: 100%
}

.page-catalog3__image img {
    max-width: 100%;
    width: auto;
}

.page-catalog3__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.page-catalog3__name {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #1d1d1d;
    margin-bottom: 8px
}

.page-catalog3__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px
}

.page-catalog3__new {
    font-weight: 500;
    font-size: 21px;
    line-height: 150%;
    color: #1d1d1d
}

.page-catalog3__new span {
    font-size: 16px;
    line-height: 24px
}

.page-catalog3__old {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #949494
}

.page-catalog3__small {
    padding-right: 70px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px) / 2);
    flex: 0 0 calc((100% - 20px) / 2)
}

.page-catalog3__small .page-catalog3__item {
    /*display: none;*/
    display: block;
}

.page-catalog3__small .page-catalog3__item:nth-child(1), .page-catalog3__small .page-catalog3__item:nth-child(2), .page-catalog3__small .page-catalog3__item:nth-child(3), .page-catalog3__small .page-catalog3__item:nth-child(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-catalog3__small .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 20px


}

@media (max-width: 1200px){
    .page-catalog3__small .swiper-wrapper {
        flex-wrap: nowrap;
    }
}

.page-catalog3__small .page-catalog3__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 330px;
    flex: 0 0 330px
}

.page-catalog3__small .page-catalog3__image {
    padding: 25px
}

.page-services {
    padding-bottom: 140px
}

.page-services__slider {
    width: 100%
}

.page-services__slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.page-services__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px) / 2);
    flex: 0 0 calc((100% - 20px) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-services__image {
    width: 100%;
    padding: 0 0 54% 0;
    position: relative
}

.page-services__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.page-services__body {
    padding: 48px;
    background: #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    transition: all .8s ease 0s
}

.page-services__name {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #1d1d1d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.page-services__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-services__link::after {
    content: "";
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    background: url(../img/icon/back.svg) center center/auto no-repeat;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.page-catalog-home {
    padding-bottom: 140px
}

.page-catalog-home__title {
    font-weight: 600;
    line-height: 130%;
    color: #1d1d1d;
    font-size: 32px
}

.page-catalog-home__slider {
    margin-top: 8px
}

.page-catalog-home__slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-catalog-home__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 90px * 3) / 4);
    flex: 0 0 calc((100% - 90px * 3) / 4)
}

.page-catalog-home__item:not(:last-child) {
    margin-right: 90px
}

.page-catalog-home__image {
    padding: 25px
}

.page-catalog-home__image img {
    width: 100%;
    max-width: 100%
}

.page-catalog-home__name {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #1d1d1d;
    margin-bottom: 8px
}

.page-catalog-home__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px
}

.page-catalog-home__new {
    font-weight: 500;
    font-size: 21px;
    line-height: 150%;
    color: #1d1d1d
}

.page-catalog-home__new span {
    font-size: 16px;
    line-height: 24px
}

.page-catalog-home__old {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #949494
}

.page-catalog-home__scrollbar {
    margin-top: 32px;
    height: 4px;
    background: #f0f0f0
}

.page-catalog-home__scrollbar .swiper-scrollbar-drag {
    background: #1d1d1d;
    height: 100%
}

.page-catalog-home__more {
    display: none
}

.page-catalog-kitchen {
    padding-bottom: 140px
}

.page-catalog-kitchen__title {
    font-weight: 600;
    line-height: 130%;
    color: #1d1d1d;
    font-size: 32px
}

.page-catalog-kitchen__slider {
    margin-top: 8px
}

.page-catalog-kitchen__slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-catalog-kitchen__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 90px * 3) / 4);
    flex: 0 0 calc((100% - 90px * 3) / 4)
}

.page-catalog-kitchen__item:not(:last-child) {
    margin-right: 90px
}

.page-catalog-kitchen__image {
    padding: 25px
}

.page-catalog-kitchen__image img {
    width: 100%;
    max-width: 100%
}

.page-catalog-kitchen__name {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #1d1d1d;
    margin-bottom: 8px
}

.page-catalog-kitchen__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px
}

.page-catalog-kitchen__new {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    color: #1d1d1d
}

.page-catalog-kitchen__new span {
    font-size: 16px;
    line-height: 24px
}

.page-catalog-kitchen__old {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #949494
}

.page-catalog-kitchen__scrollbar {
    margin-top: 32px;
    height: 4px;
    background: #f0f0f0
}

.page-catalog-kitchen__scrollbar .swiper-scrollbar-drag {
    background: #1d1d1d;
    height: 100%
}

.page-catalog-kitchen__more {
    display: none
}

.page-kitchen {
    padding-bottom: 140px
}

.page-kitchen__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-kitchen__title {
    font-weight: 500;
    color: #1d1d1d;
    font-size: 72px;
    line-height: 72px
}

.page-kitchen__more {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-align: right;
    color: #1d1d1d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-kitchen__more::after {
    content: "";
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    background: url(../img/icon/back.svg) center center/auto no-repeat;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 10px
}

.page-kitchen__body {
    margin-top: 68px;
    position: relative
}

.page-kitchen__slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-kitchen__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(65.07% + 20px);
    flex: 0 0 calc(65.07% + 20px);
    display: block
}

.page-kitchen__item img {
    width: 100%;
    max-width: 100%
}

.page-kitchen__item:not(:last-child) {
    margin-right: 20px
}

.page-kitchen__arrow {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    border-radius: 50%;
    cursor: pointer
}

.page-kitchen__arrow.page-kitchen-arrow-prev {
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.page-kitchen__arrow.page-kitchen-arrow-next {
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.page-info-zone2 {
    padding-bottom: 160px
}

.page-info-zone2__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.page-info-zone2__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px * 3) / 4);
    flex: 0 0 calc((100% - 20px * 3) / 4);
    background: #f0f0f0;
    color: #1d1d1d;
    padding: 48px;
    height: 365px
}

.page-info-zone2__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.page-info-zone2__title {
    font-weight: 500;
    line-height: 130%;
    padding-bottom: 32px;
    font-size: 32px
}

.page-info-zone2__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.page-info-zone2__more {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.page-info-zone2__more::after {
    content: "";
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    background: url(../img/icon/back.svg) center center/auto no-repeat;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 10px
}

.page-info-zone2__tel {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 34px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.page-info-zone2__tel::before {
    content: "";
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    background: url(../img/icon/call.svg) center center/auto no-repeat;
    margin-right: 10px
}

.page-info-zone2__mail {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.page-info-zone2__mail::before {
    content: "";
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    background: url(../img/icon/mail.svg) center center/auto no-repeat;
    margin-right: 10px
}

.page {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.search-header {
    position: relative;
    z-index: 1
}

.search-header._active .header-result {
    display: block
}

.header__search-clear {
    margin-right: 10px;
    background: 0 0;
    display: none
}

.header-result {
    position: absolute;
    top: calc(100% + 15px);
    display: none;
    left: 0;
    max-width: 649px;
    width: 100vw;
    background: #fff;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2)
}

.header-result__item {
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding-right: 15px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    max-width: 100%
}

.header-result__item._visited .header-result__value {
    font-size: 14px;
    line-height: 21px
}

.header-result__item._product .header-result__value {
    font-size: 14px;
    line-height: 21px;
    color: #1d1d1d;
    font-weight: 700
}

.header-result__image {
    width: 56px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56px;
    flex: 0 0 56px;
    height: 100%;
    padding: 4px 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-result__image img {
    max-width: 100%;
    max-height: 100%
}

.header-result__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    overflow: hidden
}

.header-result__name {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #949494;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.header-result__name span {
    color: #1d1d1d
}

.header-result__value {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #949494;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.result-search {
    padding-top: 100px;
    padding-bottom: 100px
}

.result-search._no-result {
    padding: 100px 0
}

.result-search + .page-catalog {
    padding-top: 50px
}

.head-result-search__title {
    font-weight: 500;
    color: #1d1d1d;
    margin-bottom: 18px;
    font-size: 72px;
    line-height: 86px
}

.head-result-search__subtext {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #1d1d1d
}

.body-result-search {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 88px;
    -moz-column-gap: 88px;
    column-gap: 88px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 100px
}

#main {
    padding-top: 120px!important;
}

.body-result-search__filter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 330px;
    flex: 0 0 330px
}

.body-result-search__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.filter-result-search__head {
    padding-bottom: 40px
}

.head-filter-result-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.head-filter-result-search__name {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #1d1d1d
}

.head-filter-result-search__btn {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #949494;
    background: 0 0
}

.head-filter-result-search__close {
    display: none
}

.body-filter-result-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px
}

.body-filter-result-search__row {
    width: 100%
}

.body-filter-result-search__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer
}

.body-filter-result-search__head._active .body-filter-result-search__icon span:last-child {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

.body-filter-result-search__name {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #1d1d1d
}

.body-filter-result-search__icon {
    height: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.body-filter-result-search__icon span:first-child {
    width: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14px;
    flex: 0 0 14px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background: #1d1d1d
}

.body-filter-result-search__icon span:last-child {
    width: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14px;
    flex: 0 0 14px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background: #1d1d1d
}

.body-filter-result-search__content {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 24px
}

.body-filter-result-search__content._colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 0
}

.body-filter-result-search__content._colors .body-filter-result-search__checkbox:checked + label::before {
    border-color: #eb1c22
}

.body-filter-result-search__content._colors .body-filter-result-search__checkbox + label {
    border: 1px solid rgba(0, 0, 0, .2);
    width: 28px;
    height: 28px;
    position: relative;
    border-radius: 50%
}

.body-filter-result-search__content._colors .body-filter-result-search__checkbox + label::before {
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    position: absolute;
    border-radius: 50%;
    top: -2px;
    left: -2px;
    border: 2px solid transparent;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background: 0 0
}

.body-filter-result-search__checkbox {
    display: none
}

.body-filter-result-search__checkbox:checked + label::before {
    background: url(../img/icon/check-filter.svg) center center/auto no-repeat, #eb1c22;
    border-color: #eb1c22
}

.body-filter-result-search__checkbox + label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1d1d1d;
    cursor: pointer
}

.body-filter-result-search__checkbox + label::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #949494;
    border-radius: 4px;
    margin-right: 20px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.main-body-result-search__head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-body-result-search__filter {
    display: none
}

.main-body-result-search__more {
    display: none
}

.content-main-body-result-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 90px;
    -moz-column-gap: 90px;
    column-gap: 90px;
    row-gap: 20px;
    margin-top: 40px
}

.content-main-body-result-search__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 90px * 2) / 3);
    flex: 0 0 calc((100% - 90px * 2) / 3)
}

.content-main-body-result-search__image {
    padding: 25px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.content-main-body-result-search__image picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.content-main-body-result-search__image img {
    max-width: 100%
}

.content-main-body-result-search__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.content-main-body-result-search__name {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #1d1d1d;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.content-main-body-result-search__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    margin-top: 8px
}

.content-main-body-result-search__new {
    font-weight: 700;
    font-size: 21px;
    line-height: 150%;
    color: #1d1d1d
}

.content-main-body-result-search__new span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500
}

.content-main-body-result-search__old {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #949494
}

.paggination-main-body-result-search {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px
}

.paggination-main-body-result-search__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px
}

.paggination-main-body-result-search__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    height: 32px;
    width: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #0d0802
}

.paggination-main-body-result-search__item._active {
    color: #b12739
}

.paggination-main-body-result-search__link {
    color: inherit;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.paggination-main-body-result-search__next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    color: #1d1d1d;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.paggination-main-body-result-search__next::after {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    background: url(../img/icons/select.svg) center/auto no-repeat;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.page-catalog-home2 {
    padding-bottom: 140px
}

.page-catalog-home2__title {
    font-weight: 600;
    line-height: 130%;
    color: #1d1d1d;
    font-size: 32px
}

.page-catalog-home2__big-title {
    display: none
}

.page-catalog-home2__slider {
    margin-top: 8px
}

.page-catalog-home2__slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-catalog-home2__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 90px * 3) / 4);
    flex: 0 0 calc((100% - 90px * 3) / 4)
}

.page-catalog-home2__item:not(:last-child) {
    margin-right: 90px
}

.page-catalog-home2__image {
    padding: 25px
}

.page-catalog-home2__image img {
    width: 100%;
    max-width: 100%
}

.page-catalog-home2__name {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #1d1d1d;
    margin-bottom: 8px
}

.page-catalog-home2__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px
}

.page-catalog-home2__new {
    font-weight: 800;
    font-size: 24px;
    line-height: 150%;
    color: #1d1d1d
}

.page-catalog-home2__new span {
    font-size: 16px;
    line-height: 24px
}

.page-catalog-home2__old {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #949494
}

.page-catalog-home2__scrollbar {
    margin-top: 32px;
    height: 4px;
    background: #f0f0f0
}

.page-catalog-home2__scrollbar .swiper-scrollbar-drag {
    background: #1d1d1d;
    height: 100%
}

.page-catalog-home2__more {
    display: none
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 0
}

.btn._fw {
    width: 100%
}

.select {
    position: relative
}

.select__item {
    position: relative;
    /*visibility: hidden;*/
    display:none;
}
.jqselect {
    z-index: 1!important;
}

.select__title {
    color: #000;
    background-color: #fff;
    cursor: pointer
}

.select__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    color: #1d1d1d;
    line-height: 24px;
    height: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px
}

.select__value span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.select__value:before {
    content: "";
    display: inline-block;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 13px;
    height: 8px;
    background: url(../img/icons/select.svg) center/auto no-repeat
}

.select__input {
    width: 100%;
    background-color: transparent;
    height: 100%
}

.select__options {
    color: #000;
    display: none;
    position: absolute;
    white-space: nowrap;
    top: 24px;
    min-width: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    font-size: 16px;
    line-height: 24px;
    padding: 5px 0 5px 0
}

.select__option {
    cursor: pointer;
    padding: 5px 15px;
    margin: 0
}

.select._active {
    z-index: 5
}

.select._active .select__value:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.select._active .select__options {
    display: block
}

input[type=email], input[type=tel], input[type=text], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.input {
    border-radius: 0 !important;
    width: 100%;
    display: block;
    padding: 0 20px
}

textarea.input {
    resize: none;
    padding: 0 0
}

.checkbox {
    position: relative
}

.checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden
}

.checkbox__input:checked + .checkbox__text:before {
    background: #fff url(../img/icons/check.svg) center no-repeat
}

.checkbox__text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    color: #fff;
    letter-spacing: -.3px;
    line-height: calc(20 / 16);
    cursor: pointer
}

.checkbox__text:before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0 14px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    left: 0;
    top: 0;
    width: 20px;
    height: 18px;
    background: #fff;
    border: 1px solid #a7a9ac
}

.checkbox a {
    color: #fff;
    text-decoration: underline
}

.checkbox._error .checkbox__text:before {
    border: 1px solid #ee1212
}

.options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.options__item {
    position: relative;
    cursor: pointer
}

.options__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    left: 0;
    top: 0;
    visibility: hidden
}

.options__input:checked + .options__text:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.options__text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    color: #fff;
    letter-spacing: -.3px;
    line-height: calc(20 / 16)
}

.options__text:before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0 14px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 20px;
    height: 18px;
    background: #fff;
    border: 1px solid #a7a9ac
}

.options__text:after {
    content: "";
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #77243a;
    position: absolute;
    left: 5px;
    top: 4px
}

.rating-block {
    display: table;
    font-size: 0
}

.rating {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.rating.edit .star {
    cursor: pointer
}

.rating .star {
    width: 17px;
    height: 14px;
    display: inline-block;
    position: relative;
    z-index: 3
}

.rating__line {
    position: absolute;
    width: 85px;
    height: 14px;
    top: 0;
    left: 0;
    background: url(../img/icons/bg_rating.svg) 0 0 no-repeat;
    z-index: 1;
    background-size: 85px 100%
}

.rating__activeline {
    position: absolute;
    width: 0;
    height: 14px;
    top: 0;
    left: 0;
    background: url(../img/icons/bg_rating_active.svg) 0 0 no-repeat;
    z-index: 2;
    background-size: 85px 100%
}

.rating__value {
    display: inline-block;
    color: #1b3139;
    font-size: 14px;
    line-height: 13px;
    vertical-align: middle
}

.quantity {
    width: 88px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgba(166, 166, 166, .45)
}

.quantity__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    position: relative;
    cursor: pointer
}

.quantity__button::after, .quantity__button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    margin: 0 0 0 -4.5px;
    background-color: #a6a6a6;
    width: 9px;
    height: 1px
}

.quantity__button_plus::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.quantity__input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.quantity__input input {
    height: 100%;
    color: #a6a6a6;
    font-size: 12px;
    width: 100%;
    text-align: center
}

@media (min-width: 479.98px) {
    .search-header._active .header__search-clear {
        display: block
    }
}

@media (min-width: 767.98px) {
    .page-services__link {
        font-size: 0
    }
}

@media (min-width: 820px) {
    .menu__body._item-active .menu__close {
        left: calc(383px * 2 + 20px)
    }
}

@media (min-width: 991.98px) {
    .lvl2-menu__item:hover {
        color: #eb1c22
    }

    .actions-menu__link:hover {
        color: #eb1c22
    }

    .quantity__button:hover::after, .quantity__button:hover::before {
        background-color: rgba(0, 0, 0, .5)
    }
}

@media (min-width: 992px) {
    .select__option:hover {
        background: #d9d9d9
    }

    .checkbox a:hover {
        text-decoration: none
    }
}

@media (max-width: 4000px) {
    ._container {
        max-width: 1730px;
        padding: 0 15px
    }

    .header {
        position: fixed;
        top: 12px;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 5;
        background: #fff
    }

    .header .header__wrapper {
        padding-bottom: 20px
    }

    .header__container {
        position: relative
    }

    .icon-menu {
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        margin-right: 30px
    }

    .page {
        padding-top: 104px
    }

    .result-search._no-result {
        padding: 80px 0
    }
}

@media (max-width: 1800px) and (max-width: 1730px) {
    .header {
        top: calc(6px + 6 * ((100vw - 320px) / 1410))
    }
}



@media (max-width: 1742px) {
    .logo-header__text {
        width: 260px
    }

    .logo-header__text img {
        width: 100%;
        max-width: 100%
    }

    .navigation-header {
        margin-right: 40px
    }

    .navigation-header__list {
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px
    }

    .icon-menu {
        margin-right: 15px
    }

    .bottom-page-footer__list {
        -webkit-column-gap: 35px;
        -moz-column-gap: 35px;
        column-gap: 35px
    }

    .page-banner__arrow {
        height: 46px;
        width: 46px
    }

    .page-banner__arrow.page-banner-arrow-prev {
        -webkit-transform: translate(-15px, -75%);
        -ms-transform: translate(-15px, -75%);
        transform: translate(-15px, -75%)
    }

    .page-banner__arrow.page-banner-arrow-next {
        -webkit-transform: translate(15px, -75%);
        -ms-transform: translate(15px, -75%);
        transform: translate(15px, -75%)
    }

    .page-catalog__item {
        display: flex;
        flex: 1;
        flex-direction: column;
        min-width: calc(25% - 48px);
    }

    .page-catalog__item:not(:last-child) {
        margin-right: 30px
    }

    .page-catalog__body {
        padding-bottom: 20px
    }

    .page-catalog2__body {
        padding: 30px
    }

    .page-info-zone__title {
        margin-bottom: 20px
    }

    .page-catalog3__big {
        padding-right: 30px
    }

    .page-catalog3__big .page-catalog3__image {
        padding: 40px
    }

    .page-catalog3__small {
        padding-right: 15px
    }

    .page-services__body {
        padding: 30px
    }

    .page-services__name {
        font-size: 20px
    }

    .page-catalog-home__slider {
        margin-top: 20px
    }

    .page-catalog-home__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px * 3) / 4);
        flex: 0 0 calc((100% - 30px * 3) / 4)
    }

    .page-catalog-home__item:not(:last-child) {
        margin-right: 30px
    }

    .page-catalog-kitchen__slider {
        margin-top: 20px
    }

    .page-catalog-kitchen__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px * 3) / 4);
        flex: 0 0 calc((100% - 30px * 3) / 4)
    }

    .page-catalog-kitchen__item:not(:last-child) {
        margin-right: 30px
    }

    .page-kitchen__body {
        margin-top: 40px
    }

    .page-kitchen__arrow {
        height: 46px;
        width: 46px
    }

    .page-kitchen__arrow.page-kitchen-arrow-prev {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }

    .page-kitchen__arrow.page-kitchen-arrow-next {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }

    .page-info-zone2__item {
        padding: 25px
    }

    .page-catalog-home2__slider {
        margin-top: 20px
    }

    .page-catalog-home2__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px * 3) / 4);
        flex: 0 0 calc((100% - 30px * 3) / 4)
    }

    .page-catalog-home2__item:not(:last-child) {
        margin-right: 30px
    }
}

@media (max-width: 1023px){
    .navigation-header {
        display: none!important;
    }
}

@media (max-width: 1730px) {
    body {
        padding-top: calc(6px + 6 * ((100vw - 320px) / 1410))
    }

    .header::before {
        height: calc(6px + 6 * ((100vw - 320px) / 1410))
    }

    .page-banner__desctoptext {
        left: calc(20px + 60 * ((100vw - 320px) / 1410))
    }

    .page-banner__desctoptext .page-banner__suptext {
        font-size: calc(14px + 4 * ((100vw - 320px) / 1410))
    }

    .page-banner__desctoptext .page-banner__title {
        font-size: calc(18px + 54 * ((100vw - 320px) / 1410))
    }

    .page-banner__btn {
        margin-top: calc(5px + 27 * ((100vw - 320px) / 1410))
    }

    .page-catalog {
        padding-top: calc(55px + 51 * ((100vw - 320px) / 1410))
    }

    .page-catalog {
        padding-bottom: calc(50px + 62 * ((100vw - 320px) / 1410))
    }

    .page-catalog2__title {
        font-size: calc(20px + 12 * ((100vw - 320px) / 1410))
    }

    .page-info-zone {
        /*padding-bottom: calc(56px + 64 * ((100vw - 320px) / 1410))*/
    }

    .page-info-zone__title {
        font-size: calc(29px + 43 * ((100vw - 320px) / 1410))
    }

    .page-info-zone__title {
        line-height: calc(39px + 47 * ((100vw - 320px) / 1410))
    }

    .page-catalog3 {
        padding-bottom: calc(50px + 90 * ((100vw - 320px) / 1410))
    }

    .page-services {
        padding-bottom: calc(50px + 90 * ((100vw - 320px) / 1410))
    }

    .page-catalog-home {
        padding-bottom: calc(50px + 90 * ((100vw - 320px) / 1410))
    }

    .page-catalog-home__title {
        font-size: calc(24px + 8 * ((100vw - 320px) / 1410))
    }

    .page-catalog-kitchen {
        padding-bottom: calc(50px + 90 * ((100vw - 320px) / 1410))
    }

    .page-catalog-kitchen__title {
        font-size: calc(24px + 8 * ((100vw - 320px) / 1410))
    }

    .page-kitchen {
        padding-bottom: calc(50px + 90 * ((100vw - 320px) / 1410))
    }

    .page-kitchen__title {
        font-size: calc(32px + 40 * ((100vw - 320px) / 1410))
    }

    .page-kitchen__title {
        line-height: calc(42px + 30 * ((100vw - 320px) / 1410))
    }

    .page-info-zone2 {
        padding-bottom: calc(55px + 105 * ((100vw - 320px) / 1410))
    }

    .page-info-zone2__title {
        font-size: calc(22px + 10 * ((100vw - 320px) / 1410))
    }

    .result-search {
        padding-top: calc(10px + 90 * ((100vw - 320px) / 1410))
    }

    .result-search {
        padding-bottom: calc(53px + 47 * ((100vw - 320px) / 1410))
    }

    .result-search + .page-catalog {
        padding-top: 0
    }

    .head-result-search__title {
        font-size: calc(29px + 43 * ((100vw - 320px) / 1410))
    }

    .head-result-search__title {
        line-height: calc(38px + 48 * ((100vw - 320px) / 1410))
    }

    .body-result-search {
        margin-top: calc(42px + 58 * ((100vw - 320px) / 1410))
    }

    .page-catalog-home2 {
        padding-bottom: calc(50px + 90 * ((100vw - 320px) / 1410))
    }

    .page-catalog-home2__title {
        font-size: calc(24px + 8 * ((100vw - 320px) / 1410))
    }
}

@media (max-width: 1600px) {
    .body-result-search {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }

    .body-result-search__filter {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 270px;
        flex: 0 0 270px
    }

    .content-main-body-result-search {
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px
    }

    .content-main-body-result-search__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 40px * 2) / 3);
        flex: 0 0 calc((100% - 216px * 2) / 3)
    }
}

@media (max-width: 1500px) {
    .result-search._no-result {
        padding: 60px 0
    }
}

@media (max-width: 1400px) {
    .page-catalog3__big {
        display: none
    }

    .page-catalog3__small {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }

    .page-catalog3__small .page-catalog3__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px * 3) / 4);
        flex: 0 0 calc((100% - 30px * 3) / 4)
    }
}

@media (max-width: 1300px) {
    .header__search-cnt {
        padding: 0 20px
    }

    .logo-header__text {
        width: 190px;
        margin-left: 8px
    }

    .logo-header__text img {
        width: 100%;
        max-width: 100%
    }

    .navigation-header {
        margin-right: 30px
    }

    .navigation-header__list {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px
    }

    .actions-header__list {
        -webkit-column-gap: 12px;
        -moz-column-gap: 12px;
        column-gap: 12px
    }

    .page-info-zone2__container {
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
        row-gap: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page-info-zone2__item {
        padding: 48px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 40px) / 2);
        flex: 0 0 calc((100% - 40px) / 2)
    }

    .paggination-main-body-result-search {
        margin-top: 40px
    }
}

@media (max-width: 1200px) {
    .page-catalog2__body {
        padding: 20px
    }

    .page-catalog2
}

@media (max-width: 1150px) {
    .content-main-body-result-search__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 40px * 1) / 2);
        flex: 0 0 calc((100% - 40px * 1) / 2)
    }
}

@media (max-width: 1023px) {
    .header__wrapper {
        padding: 35px 0 20px
    }

    .header__container {
        padding: 0 15px
    }

    .menu__body {
        overflow-y: auto;
        overflow-x: hidden
    }

    .menu__close {
        left: calc(316px + 20px)
    }

    .menu__list {
        border-bottom: none;
        padding-bottom: 0
    }

    .actions-menu {
        border-top: 1px solid #f0f0f0;
        padding-top: 17px
    }

    .logo-header {
        margin-left: 30px
    }

    .navigation-header {
        margin-right: 0;
        margin-bottom: 15px
    }

    .navigation-header__list {
        display: block
    }

    .navigation-header__item {
        padding: 24px 0 16px
    }

    .navigation-header__link {
        font-weight: 600;
        font-size: 20px;
        line-height: 20px;
        color: #1d1d1d
    }

    .actions-header__list {
        -webkit-column-gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px
    }

    .icon-menu {
        margin-right: 0
    }
}



@media (max-width: 1400px) {

    .page-catalog3__small .page-catalog3__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

      .page-catalog3__small .swiper-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

}

@media (max-width: 1400px){
     .page-info-zone__scrollbar {
        display: block;
        margin-top: 24px;
        height: 4px;
        background: #f0f0f0
    }

}
.showproduct {
    display: none!important;
}

@media (max-width: 1400px){
     .page-catalog3__small {
        width: calc(100% + 15px);
        padding-right: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .page-info-zone__scrollbar .swiper-scrollbar-drag {
        background: #1d1d1d;
        height: 100%
    }
    .showproduct {
        display: block!important;
    }
}

@media (max-width: 991.98px) {
    .top-page-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 50px
    }

    .top-page-footer__column {
        width: 100%
    }

    /*.top-page-footer__column:nth-child(4) {*/
    /*    margin-top: 30px*/
    /*}*/

    .top-page-footer__title {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px 0;
        margin-bottom: 0
    }

    .top-page-footer__title._active::after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .top-page-footer__title::after {
        content: "";
        width: 24px;
        height: 24px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
        flex: 0 0 24px;
        background: url(../img/icon/add.svg) center center/auto no-repeat;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }

    .top-page-footer__content {
        display: none;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .top-page-footer__mini-title {
        margin-bottom: 20px
    }

    .bottom-page-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 0;
        border-top: none;
        row-gap: 35px
    }

    .bottom-page-footer__copy {
        display: none
    }

    .bottom-page-footer__item a {
        font-size: 14px
    }

    .social-bottom-page-footer {
        max-width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .social-bottom-page-footer__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .social-bottom-page-footer__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 42px;
        flex: 0 0 42px
    }

    .page-catalog__item {
        display: flex;
        flex: 1;
        flex-direction: column;
        min-width: calc(33% - 48px);
    }

    .page-catalog2__container {
        padding-right: 0
    }

    .page-catalog2__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 40px - 20px) / 2);
        flex: 0 0 calc((100% - 40px - 20px) / 2)
    }

    .page-catalog2__title {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .page-catalog2__text {
        display: none
    }

    .page-catalog2__more {
        opacity: 1;
        visibility: visible;
        color: #1d1d1d;
        font-weight: 400;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .page-catalog2__more::after {
        background: url(../img/icon/back.svg) center center/auto no-repeat;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .page-info-zone__text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;

        max-width: 100vw;
    }

    .page-info-zone__title {
        margin-bottom: 36px
    }

    .page-info-zone__go {
        margin-top: 24px
    }

    .page-info-zone__image {
        display: none
    }

    .page-info-zone__scrollbar {
        display: block;
        margin-top: 24px;
        height: 4px;
        background: #f0f0f0
    }

    .page-info-zone__scrollbar .swiper-scrollbar-drag {
        background: #1d1d1d;
        height: 100%
    }

    .page-catalog3 {
        display: none
    }

    /*.page-catalog3__small .page-catalog3__item {*/
    /*    display: -webkit-box;*/
    /*    display: -ms-flexbox;*/
    /*    display: flex*/
    /*}*/

    .page-catalog3__small {
        width: calc(100% + 15px);
        padding-right: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .page-catalog3__small .swiper-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .page-catalog3__small .page-catalog3__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((200px + 20px));
        flex: 0 0 calc((200px + 20px))
    }

    .page-catalog3__small .page-catalog3__item:not(:last-child) {
        margin-right: 20px
    }

    .page-services__body {
        padding: 24px
    }

    .page-services__name {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 20px
    }

    .page-services__link {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #1d1d1d
    }

    .page-catalog-home__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
        flex: 0 0 calc((100% - 30px * 2) / 3)
    }

    .page-catalog-home__item:not(:last-child) {
        margin-right: 30px
    }

    .page-catalog-kitchen__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
        flex: 0 0 calc((100% - 30px * 2) / 3)
    }

    .page-catalog-kitchen__item:not(:last-child) {
        margin-right: 30px
    }

    .page-kitchen__body {
        margin-right: -15px
    }

    .page-kitchen__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(80% + 20px);
        flex: 0 0 calc(80% + 20px);
        position: relative;
        height: 420px
    }

    .page-kitchen__item img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover
    }

    .page-kitchen__arrow {
        display: none
    }

    .page {
        padding-top: 98px
    }

    .header-result {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .result-search._no-result {
        padding: 50px 0
    }

    .head-result-search__subtext {
        font-size: 16px;
        line-height: 20px
    }

    .body-result-search__filter {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 5;
        background: #fff;
        padding: 22px 24px 24px;
        overflow-y: auto;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }

    .body-result-search__filter._active {
        left: 0
    }

    .head-filter-result-search {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative
    }

    .head-filter-result-search__name {
        margin-top: 15px
    }

    .head-filter-result-search__close {
        position: absolute;
        top: 0;
        right: 0;
        height: 24px;
        width: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .main-body-result-search__filter {
        display: block
    }

    .main-body-result-search__filter._active {
        position: relative
    }

    .main-body-result-search__filter._active::before {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        top: -4px;
        right: -6px;
        border-radius: 50%;
        background: #eb1c22
    }

    .content-main-body-result-search__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 40px * 2) / 3);
        flex: 0 0 calc((100% - 40px * 2) / 3)
    }

    .content-main-body-result-search__image {
        padding: 15px
    }

    .content-main-body-result-search__new {
        font-size: 20px;
        line-height: 130%
    }

    .paggination-main-body-result-search {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 30px
    }

    .page-catalog-home2__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
        flex: 0 0 calc((100% - 30px * 2) / 3)
    }

    .page-catalog-home2__item:not(:last-child) {
        margin-right: 30px
    }

    .select__title {
        font-size: 18px
    }
}

@media (max-width: 991.98px) and (max-width: 600px) {
    .page-info-zone__scrollbar {
        height: 2px
    }
}

@media (max-width: 767.98px) {
    .header__wrapper {
        padding: 20px 0 40px
    }

    .menu__body._item-active .menu__back {
        display: block
    }

    .menu__body {
        width: 100%;
        max-width: 100%
    }

    .menu__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 10px
    }

    .menu__back {
        display: none;
        position: relative;
        z-index: 5;
        width: 24px;
        height: 24px
    }

    .menu__close {
        position: relative;
        top: 0;
        left: 0;
        z-index: 5;
        width: 24px;
        height: 24px;
        display: block;
        margin-left: auto
    }

    .menu__close .menu__close-black {
        display: block
    }

    .menu__close .menu__close-white {
        display: none
    }

    .menu__title {
        font-weight: 600;
        font-size: 20px;
        line-height: 100%;
        color: #1d1d1d
    }

    .menu__item._active .menu__lvl2 {
        left: 0
    }

    .menu__lvl2 {
        left: 0;
        z-index: 2;
        max-width: 100%;
        left: 100%
    }

    .lvl2-menu__title {
        display: block;
        padding-top: 24px;
        margin-top: 10px;
        font-weight: 600;
        font-size: 20px;
        line-height: 100%;
        color: #1d1d1d
    }

    .lvl2-menu__photo {
        display: none
    }

    .lvl2-menu__list {
        margin-top: 16px
    }

    .actions-menu__link {
        font-size: 18px;
        line-height: 280%
    }

    .logo-header__text {
        display: none
    }

    .bottom-page-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .bottom-page-footer__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .bottom-page-footer__item:not(:last-child) {
        margin-bottom: 15px
    }

    .social-bottom-page-footer {
        max-width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .social-bottom-page-footer__list {
        max-width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .page-banner__container {
        padding-right: 0
    }

    .page-banner__slider {
        padding-right: 15px
    }

    .page-banner__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 40px);
        flex: 0 0 calc(100% - 40px)
    }

    .page-banner__image img {
        display: none
    }

    .page-banner__image img.page-banner-mobile {
        display: block
    }

    .page-banner__desctoptext {
        display: none
    }

    .page-banner__text {
        display: block;
        padding: 24px 0 7px
    }

    .page-banner__arrow {
        display: none
    }

    .page-banner__paggination {
        display: none
    }

    .page-catalog__item {
        -display: flex;
        flex: 1;
        flex-direction: column;
    }

    .page-services__slider {
        margin-right: -15px;
        width: calc(100% + 15px);
        padding-right: 15px
    }

    .page-services__slider .swiper-wrapper {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }

    .page-services__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 25px);
        flex: 0 0 calc(100% - 25px)
    }

    .page-services__item:not(:last-child) {
        margin-right: 20px
    }

    .page-services__body {
        display: block
    }

    .page-services__name {
        margin-bottom: 15px
    }

    .page-catalog-home__price {
        margin-top: 8px
    }

    .page-catalog-kitchen__price {
        margin-top: 8px
    }

    .page-kitchen__more {
        margin-top: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding-right: 15px
    }

    .page-info-zone2__container {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        row-gap: 20px
    }

    .page-info-zone2__item {
        padding: 25px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 2);
        flex: 0 0 calc((100% - 20px) / 2);
        height: 330px
    }

    .page {
        padding-top: 85px
    }

    .search-header {
        position: static
    }

    .result-search._no-result {
        padding: 40px 0 50px
    }

    .head-result-search__title {
        margin-bottom: 8px
    }

    .content-main-body-result-search__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 40px * 1) / 2);
        flex: 0 0 calc((100% - 40px * 1) / 2)
    }

    .page-catalog-home2__title {
        display: none
    }

    .page-catalog-home2__big-title {
        display: block;
        font-weight: 500;
        font-size: 32px;
        line-height: 130%;
        color: #1d1d1d
    }

    .page-catalog-home2__price {
        margin-top: 8px
    }
}

@media (max-width: 700px) {
    .page-catalog-home__slider {
        margin-right: -15px
    }

    .page-catalog-home__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(200px + 20px);
        flex: 0 0 calc(200px + 20px)
    }

    .page-catalog-home__item:not(:last-child) {
        margin-right: 20px
    }

    .page-catalog-home__more {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 24px;
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
        color: #1d1d1d
    }

    .page-catalog-home__more::after {
        content: "";
        width: 24px;
        height: 24px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
        flex: 0 0 24px;
        background: url(../img/icon/back.svg) center center/auto no-repeat;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .page-catalog-kitchen__slider {
        margin-right: -15px
    }

    .page-catalog-kitchen__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(200px + 20px);
        flex: 0 0 calc(200px + 20px)
    }

    .page-catalog-kitchen__item:not(:last-child) {
        margin-right: 20px
    }

    .page-catalog-kitchen__more {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 24px;
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
        color: #1d1d1d
    }

    .page-catalog-kitchen__more::after {
        content: "";
        width: 24px;
        height: 24px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
        flex: 0 0 24px;
        background: url(../img/icon/back.svg) center center/auto no-repeat;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .page-catalog-home2__slider {
        margin-right: -15px
    }

    .page-catalog-home2__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(200px + 20px);
        flex: 0 0 calc(200px + 20px)
    }

    .page-catalog-home2__item:not(:last-child) {
        margin-right: 20px
    }

    .page-catalog-home2__more {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 24px;
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
        color: #1d1d1d
    }

    .page-catalog-home2__more::after {
        content: "";
        width: 24px;
        height: 24px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
        flex: 0 0 24px;
        background: url(../img/icon/back.svg) center center/auto no-repeat;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@media (max-width: 650px) {
    .page-catalog2__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 40px - 20px));
        flex: 0 0 calc((100% - 40px - 20px))
    }

    .page-catalog2__body {
        padding: 24px
    }

    .page-info-zone2__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        height: 317px;
        padding: 24px
    }
}

@media (max-width: 600px) {
    .page-catalog__container {
        padding-right: 0
    }

    .page-catalog__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px
    }

    .page-catalog__body {
        font-size: 14px;
        line-height: 120%;
        padding-bottom: 17px
    }

    .page-catalog__scrollbar {
        height: 2px
    }

    .page-catalog__scrollbar {
        margin-top: 30px
    }

    .page-catalog-home__scrollbar {
        height: 2px
    }

    .page-catalog-home__scrollbar {
        margin-top: 30px
    }

    .page-catalog-kitchen__scrollbar {
        height: 2px
    }

    .page-catalog-kitchen__scrollbar {
        margin-top: 30px
    }

    .page-catalog-home2__scrollbar {
        height: 2px
    }

    .page-catalog-home2__scrollbar {
        margin-top: 30px
    }
}

@media (max-width: 580px) {
    .header._scroll .header__search-cnt {
        padding: 0
    }

    .header._scroll .search-header {
        display: none
    }

    .header._scroll .header__wrapper {
        padding-bottom: 11px
    }

    .header__search-cnt {
        padding: 24px 15px 0;
        width: auto!important;
    }

    .logo-header {
        margin-left: 22px
    }

    .logo-header__logo {
        width: 32px;
        height: 32px
    }

    .logo-header__logo img {
        width: 100%;
        max-width: 100%
    }

    .actions-header {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .page {
        padding-top: 145px
    }

    .header-result {
        top: 100%
    }
}

@media (max-width: 479.98px) {
    .header__wrapper {
        padding: 11px 0 40px
    }

    .menu__body {
        padding: 22px 28px 15px 24px
    }

    .menu__item {
        margin: 0 -28px 0 -24px;
        padding: 0 28px 0 24px
    }

    .menu__name::after {
        left: calc(100% + 5px)
    }

    .menu__lvl2 {
        padding: 22px 28px 15px 24px
    }

    .top-page-footer__form {
        max-width: 100%
    }

    .page-info-zone__go {
        font-size: 16px;
        line-height: 130%
    }

    .page-catalog3__new {
        font-size: 20px;
        line-height: 130%
    }

    .page-services__image {
        padding: 0 0 87.5% 0
    }

    .page-catalog-home__new {
        font-size: 20px;
        line-height: 130%
    }

    .page-catalog-kitchen__new {
        font-size: 20px;
        line-height: 130%
    }

    .page-kitchen__body {
        margin-top: 28px
    }

    .page-kitchen__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 45px);
        flex: 0 0 calc(100% - 45px)
    }

    .page-info-zone2__more {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .page-info-zone2__tel {
        margin-bottom: 18px
    }

    .page {
        padding-top: 139px
    }

    .header-result {
        top: calc(100% - 18px)
    }

    .header-result__info {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px
    }

    .result-search {
        padding-top: 10px
    }

    .result-search._no-result {
        padding: 0 0 50px
    }

    .head-result-search {
        text-align: center
    }

    .head-result-search__subtext {
        font-size: 14px;
        line-height: 18px
    }

    .main-body-result-search__more {
        margin-top: 30px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 44px;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        text-align: right;
        color: #1d1d1d;
        background: #fff;
        border: 1px solid #949494;
        border-radius: 4px
    }

    .content-main-body-result-search {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 24px;
        margin-top: 30px
    }

    .content-main-body-result-search__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 1) / 2);
        flex: 0 0 calc((100% - 15px * 1) / 2)
    }

    .content-main-body-result-search__image {
        padding: 8px
    }

    .content-main-body-result-search__price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }

    .paggination-main-body-result-search {
        display: none
    }

    .page-catalog-home2__new {
        font-size: 20px;
        line-height: 130%;
        font-weight: 500
    }
}

@media (max-width: 340px) {
    .page-catalog2__body {
        padding: 15px
    }
}

@media (min-width: 767.98px) and (max-width: 819px) {
    .menu__body._item-active .menu__close {
        left: calc(383px * 2 - 35px)
    }

    .menu__body._item-active .menu__close-white {
        display: none
    }

    .menu__body._item-active .menu__close-black {
        display: block
    }
}

@media (any-hover: hover) {
    .menu__item:not(._active):hover {
        background: #f0f0f0
    }

    .menu__item:not(._active):hover .menu__name::after {
        opacity: 1;
        visibility: visible
    }

    .navigation-header__link:hover {
        color: #eb1c22
    }

    .top-page-footer__link:hover {
        color: #eb1c22
    }

    .bottom-page-footer__item a:hover {
        color: #eb1c22
    }

    .social-bottom-page-footer__link:hover img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0)
    }

    .page-banner__btn:hover {
        background: #952432
    }

    .page-banner__btn:hover:active {
        background: #949494
    }

    .page-catalog__body a:hover {
        color: #eb1c22
    }

    .page-catalog2__item:hover .page-catalog2__body {
        background: #eb1c22
    }

    .page-catalog2__item:hover .page-catalog2__title {
        color: #fff
    }

    .page-catalog2__item:hover .page-catalog2__text {
        color: #fff
    }

    .page-catalog2__item:hover .page-catalog2__more {
        opacity: 1;
        visibility: visible
    }

    .page-info-zone__go:hover {
        color: #eb1c22
    }

    .page-info-zone__go:hover::after {
        margin-left: 15px
    }

    .page-services__item:hover .page-services__body {
        background: #eb1c22
    }

    .page-services__item:hover .page-services__name {
        color: #fff
    }

    .page-info-zone2__item:hover {
        background: #eb1c22;
        color: #fff
    }

    .page-info-zone2__item:hover .page-info-zone2__more::after {
        content: "";
        background: url(../img/icon/back-white.svg) center center/auto no-repeat;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    .page-info-zone2__item:hover .page-info-zone2__tel::before {
        background: url(../img/icon/call-white.svg) center center/auto no-repeat
    }

    .page-info-zone2__item:hover .page-info-zone2__mail::before {
        background: url(../img/icon/mail-white.svg) center center/auto no-repeat
    }

    .header-result__item:hover {
        background: #f0f0f0
    }

    .header-result__item:hover .header-result__name {
        color: #eb1c22
    }

    .content-main-body-result-search__name:hover {
        color: #eb1c22
    }

    .paggination-main-body-result-search__link:hover {
        color: #eb1c22
    }

    .paggination-main-body-result-search__next:hover {
        color: #eb1c22
    }
}

._webp .header::before {
    background: url(../img/top-line.webp) center center/100% 100% no-repeat
}
</pre></body></html>