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

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

@font-face {
    font-family: "Tilda Sans";
    src: url(../fonts/TildaSans-Semibold.ttf) format("ttf"), url(../fonts/TildaSans-Semibold.eot) format("eot"), url(../fonts/TildaSans-Semibold.woff) format("woff"), url(../fonts/TildaSans-Semibold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Tilda Sans";
    src: url(../fonts/TildaSans-Bold.ttf) format("ttf"), url(../fonts/TildaSans-Bold.eot) format("eot"), url(../fonts/TildaSans-Bold.woff) format("woff"), url(../fonts/TildaSans-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

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

@font-face {
    font-family: "TT Phobos";
    src: url(../fonts/TTPhobos-DemiBold.ttf) format("ttf"), url(../fonts/TTPhobos-DemiBold.eot) format("eot"), url(../fonts/TTPhobos-DemiBold.woff) format("woff"), url(../fonts/TTPhobos-DemiBold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

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

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

*,
::after,
::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased!important;
    -webkit-tap-highlight-color: transparent;
    outline: 0!important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

a,
body,
div,
form,
h1,
h2,
h3,
h4,
h5,
li,
p,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    line-height: 1
}

button,
input,
textarea {
    outline: 0!important;
    -webkit-transition: .125s;
    -o-transition: .125s;
    transition: .125s;
    font-family: inherit
}

input:active,
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus,
input[type=text]:focus {
    outline: 0!important
}

::-webkit-input-placeholder {
    color: #222
}

::-moz-placeholder {
    color: #222
}

:-moz-placeholder {
    color: #222
}

:-ms-input-placeholder {
    color: #222
}

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

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

html {
    height: 100%;
    scroll-behavior: smooth;
    width: 100%
}

svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto
}

circle,
path,
rect,
svg {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

a:focus,
a:hover {
    text-decoration: none
}

li,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

i {
    line-height: 100%
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

button {
    cursor: pointer;
    border: none;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: inherit;
    font-size: 1em
}

.swiper-button-next,
.swiper-button-prev {
    z-index: 2
}

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

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

html.fixed-body {
    overflow-y: hidden
}

.wrapper {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    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%
}

.m-page {
    width: calc(100vw - (100vw - 100%));
    overflow-x: hidden;
    font-family: "Tilda Sans", sans-serif;
    font-weight: 400;
    color: #000;
    font-size: calc(1440px * (16 / 1440))
}

@media screen and (max-width:1440px) {
    .m-page {
        font-size: calc(100vw * (16 / 1440))
    }
}

.m-page.fixed-body,
.m-page.fixed-body2 {
    overflow-y: hidden;
    padding-right: var(--scrollWidth)
}

.container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 2.5em
}

a:hover {
    color: #2e9f9d
}

@media screen and (max-width:992px) {
    .m-page {
        font-size: calc(100vw * (16 / 768))
    }
    .container {
        padding: 0 1.5625em
    }
}

@media screen and (max-width:576px) {
    .m-page {
        font-size: calc(100vw * (16 / 360))
    }
    .container {
        padding: 0 .9375em
    }
}

.h1,
.h2 {
    font-family: "TT Phobos", sans-serif
}

.h1,
.h2,
.text50 {
    font-size: 3.125em;
    line-height: 118%
}

.h2 {
    line-height: 114%;
    font-weight: 600
}

.h4,
.h5 {
    font-size: 1.5em;
    line-height: 130%;
    font-weight: 500
}

.text38 {
    font-size: 2.375em;
    line-height: 116%
}

.text26 {
    font-size: 1.625em
}

.text24 {
    font-size: 1.5em;
    line-height: 117%
}

.text20 {
    font-size: 1.25em;
    line-height: 130%
}

.text19 {
    font-size: 1.1875em;
    line-height: 120%
}

.text18 {
    font-size: 1.125em;
    line-height: 120%
}

.text17 {
    font-size: 1.0625em;
    line-height: 120%
}

.text16 {
    font-size: 1em;
    line-height: 144%
}

.text15 {
    font-size: .9375em;
    line-height: 120%
}

.text14 {
    font-size: .875em;
    line-height: 120%
}

.text13 {
    font-size: .8125em;
    line-height: 120%
}

.text12 {
    font-size: .75em;
    line-height: 120%
}

.text11 {
    font-size: .6875em;
    line-height: 120%
}

.text10 {
    font-size: .625em;
    line-height: 120%
}

.extra-bold-text {
    font-weight: 800
}

.bold-text {
    font-weight: 700
}

.semi-bold-text {
    font-weight: 600
}

.medium-text {
    font-weight: 500
}

.regular-text {
    font-weight: 400
}

.light-text {
    font-weight: 300
}

.font1 {
    font-family: "Tilda Sans", sans-serif
}

.font2 {
    font-family: "TT Phobos", sans-serif
}

.font3 {
    font-family: Manrope, sans-serif
}

.blue-text {
    color: #2e9f9d
}

.blue-text2 {
    color: #2e9f9d
}

.green-text {
    color: #08a56c
}

.gray-text {
    color: #313438
}

.red-text {
    color: #fb3c52
}

.p-text {
    color: #666a7b
}

.blue-link {
    color: #2e9f9d
}

.blue-link:hover {
    color: #2e9f9d
}

.sh-text {
    color: #fe9921
}

.m-btn {
    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: .225s ease-out;
    -o-transition: .225s ease-out;
    transition: .225s ease-out;
    padding: 0 3.125em;
    font-weight: 500;
    border-radius: .25em;
    height: 3.125em
}

.m-btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.m-btn span {
    font-size: 1em
}

.m-btn-big {
    height: 3.6875em
}

.m-btn-medium {
    height: 2.5625em;
    padding: 0 1.5em
}

.m-btn-small {
    height: 2.3125em;
    padding: 0 1.5625em
}

.m-btn-blue-outline {
    border: 1px solid #2e9f9d;
    color: #2e9f9d
}

.m-btn-blue-outline:hover {
    background-color: #2e9f9d;
    border-color: #2e9f9d;
    color: #fff
}

.m-btn-dark-outline {
    border: .125em solid #015f5f;
    color: #015f5f
}

.m-btn-dark-outline:hover {
    background-color: #015f5f;
    color: #fff
}

.m-btn-white {
    background-color: #fff;
    color: #000
}

.m-btn-white:hover {
    background-color: #2e9f9d;
    color: #fff
}

.m-btn-white:hover ._stroke {
    stroke: #fff
}

.m-btn-black,
.m-btn-dark {
    background-color: #015f5f;
    color: #fff
}

.m-btn-black:hover,
.m-btn-dark:hover {
    background-color: #2e9f9d;
    color: #fff
}

.m-btn-black {
    background-color: #151b30
}

.m-btn-black:disabled {
    background-color: rgba(21, 27, 48, .3)
}

.m-btn-blue {
    background-color: #2e9f9d;
    color: #fff
}

.m-btn-blue:hover {
    background-color: #015f5f;
    color: #fff
}

.m-btn-round {
    width: 3.125em;
    height: 3.125em;
    padding: 0;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 4px 6px 20px 0 rgba(82, 103, 157, .08);
    box-shadow: 4px 6px 20px 0 rgba(82, 103, 157, .08)
}

.m-btn-round:hover {
    background-color: #2e9f9d
}

.m-btn-round:hover path {
    stroke: #fff
}

.m-btn-round svg {
    width: 1.25em
}

@media screen and (max-width:992px) {
    .h1,
    .text33-tablet {
        font-size: 2.0625em
    }
    .h2,
    .text28-tablet {
        font-size: 1.75em
    }
    .h5 {
        font-size: 1em;
        line-height: 125%
    }
    .text24-tablet {
        font-size: 1.5em
    }
    .text22-tablet {
        font-size: 1.375em
    }
    .text20-tablet {
        font-size: 1.25em
    }
    .text19-tablet {
        font-size: 1.1875em
    }
    .text18-tablet {
        font-size: 1.125em
    }
    .text17-tablet {
        font-size: 1.0625em
    }
    .text16-tablet {
        font-size: 1em
    }
    .text15-tablet {
        font-size: .9375em
    }
    .text14-tablet {
        font-size: .875em
    }
    .text13-tablet {
        font-size: .8125em
    }
    .text12-tablet {
        font-size: .75em
    }
    .text11-tablet {
        font-size: .6875em
    }
    .text10-tablet {
        font-size: .625em
    }
    .m-btn {
        height: 2.5625em;
        padding: 0 2.5em
    }
    .m-btn-normal {
        height: 3.125em;
        padding: 0 3.125em
    }
    .m-btn-round {
        width: 2.25em;
        height: 2.25em;
        padding: 0
    }
    .m-btn-round svg {
        width: .75em
    }
    .m-btn-medium {
        padding: 0 1.5em
    }
    .m-btn-small {
        height: 2.3125em;
        padding: 0 1.5625em
    }
}

.fg {
    position: relative;
    margin: 0
}

.fg label {
    display: block;
    font-size: 1em;
    line-height: 140%;
    margin-bottom: .375em
}

.fg label span {
    color: #fb3c52
}

.fg .nice-select,
.fg input,
.fg textarea {
    border-radius: .25em;
    border: 1px solid rgba(215, 218, 226, .5);
    padding: 0 1.25em;
    height: 2.75em;
    width: 100%;
    font-size: 1em;
    background-color: #fff;
    color: #000
}

.fg .nice-select::-webkit-input-placeholder,
.fg input::-webkit-input-placeholder,
.fg textarea::-webkit-input-placeholder {
    color: #666a7b
}

.fg .nice-select::-moz-placeholder,
.fg input::-moz-placeholder,
.fg textarea::-moz-placeholder {
    color: #666a7b
}

.fg .nice-select:-ms-input-placeholder,
.fg input:-ms-input-placeholder,
.fg textarea:-ms-input-placeholder {
    color: #666a7b
}

.fg .nice-select::-ms-input-placeholder,
.fg input::-ms-input-placeholder,
.fg textarea::-ms-input-placeholder {
    color: #666a7b
}

.fg .nice-select::placeholder,
.fg input::placeholder,
.fg textarea::placeholder {
    color: #666a7b
}

.fg .nice-select:focus,
.fg input:focus,
.fg textarea:focus {
    border-color: #2e9f9d
}

.fg textarea {
    padding-top: .875em;
    padding-bottom: .875em;
    height: 5.25em;
    resize: none
}

.fg__icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.25em;
    right: 1.25em
}

.fg__icon~input {
    padding-right: 2.75em
}

.fg .nice-select {
    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;
    border-radius: .1875em;
    white-space: nowrap;
    height: 3.0625em;
    padding: 0 0 0 1.25em
}

.fg .nice-select.disabled {
    pointer-events: none;
    background: #f6f6f6!important
}

.fg .nice-select.disabled .current {
    opacity: .4
}

.fg .nice-select:focus {
    border-color: rgba(215, 218, 226, .5)
}

.fg .nice-select.open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.fg .nice-select:before {
    content: '';
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    border-left: 1px solid rgba(215, 218, 226, .5);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 2.5em;
    height: 100%;
    background-image: url(../img/select-arrow.svg);
    background-size: .5em auto;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 1em
}

.fg .nice-select .current {
    font-size: 1em;
    line-height: 157%
}

.fg .nice-select .list {
    margin-top: -1px;
    border-radius: 0 0 .1875em .1875em;
    width: calc(100% + 2px);
    left: -1px;
    border: 1px solid rgba(215, 218, 226, .5);
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-height: 14.875em;
    overflow-y: auto;
    z-index: 5
}

.fg .nice-select .list::-webkit-scrollbar {
    width: .1875em;
    height: .1875em
}

.fg .nice-select .list::-webkit-scrollbar-track {
    background: 0 0;
    border-radius: 0
}

.fg .nice-select .list::-webkit-scrollbar-thumb {
    background: #000
}

.fg .nice-select .option {
    height: 2.5em;
    font-size: 1em;
    line-height: 144%;
    padding: .5em 1.25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    border: none;
    border-bottom: 1px solid rgba(215, 218, 226, .5)
}

.fg .nice-select .option:last-child {
    border-bottom: none
}

.fg .nice-select .option.disabled {
    display: none
}

.fg .nice-select .option.focus,
.fg .nice-select .option.selected.focus,
.fg .nice-select .option:hover {
    background-color: #2e9f9d;
    border-color: #2e9f9d;
    font-weight: 400;
    color: #fff
}

.fg--big input {
    height: 3.0625em
}

.fg._error input,
.fg._error textarea {
    border-color: #fb3c52;
    color: #fb3c52
}

.fg._error input::-webkit-input-placeholder,
.fg._error textarea::-webkit-input-placeholder {
    color: #fb3c52
}

.fg._error input::-moz-placeholder,
.fg._error textarea::-moz-placeholder {
    color: #fb3c52
}

.fg._error input:-ms-input-placeholder,
.fg._error textarea:-ms-input-placeholder {
    color: #fb3c52
}

.fg._error input::-ms-input-placeholder,
.fg._error textarea::-ms-input-placeholder {
    color: #fb3c52
}

.fg._error input::placeholder,
.fg._error textarea::placeholder {
    color: #fb3c52
}

.fg._error .fg__error-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fg__error-text {
    margin-top: .125em;
    color: #fb3c52;
    display: none
}

.fg__error-text img {
    width: 1em;
    margin-right: .25em
}

.pass-toggle {
    position: absolute;
    bottom: 1em;
    right: 1.25em;
    width: 1.25em;
    height: 1.6875em;
    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
}

.pass-toggle svg {
    width: 100%;
    height: auto
}

.pass-toggle._active g {
    opacity: 1
}

.m-check,
.m-radio,
.m-switch,
.time-radio {
    position: relative
}

.m-check input,
.m-radio input,
.m-switch input,
.time-radio input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    cursor: pointer
}

.m-check label,
.m-radio label {
    position: relative;
    cursor: pointer;
    display: block;
    padding-left: 1.625em;
    min-height: 1.125em;
    padding-top: .0625em
}

.m-check label span,
.m-radio label span {
    font-size: 1em;
    line-height: 112.5%
}

.m-check label:after,
.m-check label:before,
.m-radio label:after,
.m-radio label:before {
    pointer-events: none
}

.m-check label:before,
.m-radio label:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    border: 1px solid #d7dae2;
    width: 1.125em;
    height: 1.125em;
    background-size: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.m-check label a,
.m-radio label a {
    text-decoration: underline;
    position: relative;
    z-index: 2
}

.m-check._big label,
.m-radio._big label {
    padding-top: 0
}

.m-check._big label span,
.m-radio._big label span {
    font-size: 1em;
    line-height: 140%
}

.m-check._gray label,
.m-radio._gray label {
    color: #6b6e72
}

.m-check._error input:not(:checked)~label:before,
.m-radio._error input:not(:checked)~label:before {
    border-color: #ff1515
}

.m-check input:checked+label::before {
    background-color: #2e9f9d;
    border-color: #2e9f9d;
    background-size: .625em auto
}

.m-check label:before {
    border-radius: .25em;
    background-image: url(../img/check3.svg)
}

.m-check._type2 label {
    color: #666a7b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.m-check._type2 label:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.m-check._type2 span {
    font-size: .875em
}

.m-radio input:checked~label:before {
    border: none;
    background-size: 100% auto
}

.m-radio label:before {
    border-radius: 50%;
    background-image: url(../img/radio.svg)
}

.m-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.m-switch label {
    width: 2.5625em;
    height: 1.5625em;
    border-radius: 2em;
    background-color: #d7dae2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 .1875em;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.m-switch label:before {
    content: '';
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: #fff
}

.m-switch input:checked~label {
    background-color: #2e9f9d
}

.m-switch input:checked~label:before {
    -webkit-transform: translateX(1.1875em);
    -ms-transform: translateX(1.1875em);
    transform: translateX(1.1875em)
}

.cartcalc {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
    width: 5rem;
    display: grid;
    grid-template-columns: 1.375em calc(100% - 1.375em * 2) 1.375em;
    height: 2.5625em;
    border-radius: .25em;
    background-color: #f7f8fa
}

.cartcalc button,
.cartcalc input {
    height: 100%;
    width: 100%;
    min-height: 100%;
    border-radius: inherit
}

.cartcalc input {
    border: none;
    color: #000;
    background-color: transparent;
    font-weight: 500;
    font-size: 1em;
    text-align: center
}

.cartcalc svg {
    width: .625em;
    height: auto
}

.cartcalc button {
    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
}

.cartcalc button:hover {
    background-color: #e7e9ee
}

.cartcalc button:hover path {
    stroke: #2e9f9d
}

.cartcalc button._disabled {
    pointer-events: none
}

.cartcalc button._disabled svg {
    opacity: .2
}

.pagination {
    margin-top: 1.875em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pagination li {
    margin-right: .625em
}

.pagination li.active a,
.pagination li:hover a {
    font-weight: 500;
    background-color: #2e9f9d;
    border-color: #2e9f9d;
    color: #fff
}

.pagination li.next a,
.pagination li.prev a {
    border-color: #015f5f;
    background-color: #015f5f;
    padding: 0 1.25em;
    color: #fff
}

.pagination li.next a:hover,
.pagination li.prev a:hover {
    background-color: #2e9f9d;
    border-color: #2e9f9d
}

.pagination li.next a:after,
.pagination li.prev a:after {
    content: '';
    background-image: url(../img/next.svg);
    width: .9375em;
    height: .9375em;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: .75em
}

.pagination li.prev {
    margin-right: .9375em
}

@media screen and (min-width:576px) {
    .pagination li.prev a:after {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: 0 .75em 0 0;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.pagination li.next {
    margin-left: .3125em
}

.pagination a {
    font-size: 1em;
    padding: 0 .9375em;
    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;
    border: 1px solid #d7dae2;
    border-radius: .25em;
    height: 2.5em
}

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

.tab {
    height: 2.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-weight: 700;
    color: #64666c;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.tab:not(:last-child) {
    margin: 0 1.875em 0 0
}

.tab:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #fe9921;
    opacity: 0;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit
}

.tab span {
    font-size: 1em;
    line-height: 150%
}

.tab:hover {
    color: #000;
    cursor: pointer
}

.tab._active {
    color: #000;
    pointer-events: none
}

.tab._active:before {
    opacity: 1
}

.tab-content {
    display: none
}

.tab-content._active {
    display: block
}

.grid,
.grid2,
.grid3,
.grid4,
.grid6 {
    display: grid;
    gap: 1.875em
}

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

.grid2 {
    grid-template-columns: repeat(2, calc(50% - .5em))
}

.grid3 {
    grid-template-columns: repeat(3, calc(100% / 3 - 1.25em))
}

.grid4 {
    grid-template-columns: repeat(4, calc(25% - 5.625em / 4))
}

.grid6 {
    grid-template-columns: repeat(6, calc(100% / 6 - 9.375em / 6))
}

@media screen and (max-width:992px) {
    .pagination {
        margin-top: 1.5em
    }
    .pagination li.next {
        margin-left: 0
    }
    .pagination li.prev {
        margin-right: .625em
    }
    .tabs {
        width: calc(100% + 3.125em);
        padding-left: 1.5625em;
        padding-right: 1.5625em;
        margin-left: -1.5625em;
        overflow-x: auto
    }
    .tabs::-webkit-scrollbar {
        width: 0;
        height: 0
    }
    .tab {
        font-weight: 600;
        height: 2.375em
    }
    .tab:not(:last-child) {
        margin: 0 1.25em 0 0
    }
    .tab span {
        font-size: .875em
    }
    .grid-tablet,
    .grid-tablet2,
    .grid-tablet3 {
        gap: .9375em
    }
    .grid-tablet {
        grid-template-columns: 100%
    }
    .grid-tablet2 {
        grid-template-columns: repeat(2, calc(50% - .9375em / 2))
    }
    .grid-tablet3 {
        grid-template-columns: repeat(3, calc(100% / 3 - .625em))
    }
}

@media screen and (max-width:576px) {
    .text17-mob {
        font-size: 1.0625em
    }
    .pagination li.next a,
    .pagination li.prev a {
        width: 2.5em;
        overflow: hidden;
        color: transparent;
        position: relative
    }
    .pagination li.next a:after,
    .pagination li.prev a:after {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
    .pagination li.prev a {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
    .tabs {
        width: calc(100% + 1.875em);
        padding-left: .9375em;
        padding-right: .9375em;
        margin-left: -.9375em
    }
    .grid-mob,
    .grid-mob2,
    .grid-mob3 {
        gap: .9375em
    }
    .grid-mob {
        grid-template-columns: 100%
    }
    .grid-mob2 {
        grid-template-columns: repeat(2, calc(50% - .9375em / 2))
    }
}

.filter-slider:not(:last-child) {
    margin: 0 0 .75em
}

.filter-slider__item {
    min-height: 2.25em;
    padding: 0 .125em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -.625em
}

.filter-slider .range-slider {
    width: 100%;
    background-color: #d7dae2;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: .125em;
    border-radius: 0
}

.filter-slider .range-slider .noUi-connect {
    background-color: #000
}

.filter-slider .range-slider .noUi-handle {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: #000;
    width: 1em;
    height: 1em;
    top: -.4375em!important;
    right: -.4375em!important;
    border-radius: 50%;
    cursor: pointer
}

.filter-slider .range-slider .noUi-handle:before {
    opacity: 0;
    width: 300%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.filter-slider .range-slider .noUi-handle:after {
    display: none
}

.filter-slider__inputs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25em
}

.filter-slider .fg {
    position: relative
}

.filter-slider .fg input {
    height: 1.86em;
    font-family: "Tilda Sans", sans-serif;
    color: #000;
    font-weight: 400;
    font-size: .875em;
    line-height: 140%;
    padding: 0 .57em;
    border-radius: .57em
}

.filter-slider .fg__title {
    font-size: .875em;
    display: block;
    color: #666a7b;
    margin-bottom: .25em
}

.filter-slider .fg__desc {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: .875em;
    line-height: 140%;
    color: #666a7b;
    height: 1.86em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: .57em
}

.filter-slider .fg__desc~input {
    padding-right: 2em
}

.m-backdrop {
    position: relative
}

.m-backdrop:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    pointer-events: none;
    border-radius: inherit
}

._scale-img {
    overflow: hidden
}

._scale-img:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

._scale-img img {
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

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

.socials__item {
    width: 2.5em;
    height: 2.5em;
    border-radius: .25em;
    border: 1px solid #d7dae2;
    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
}

.socials__item:not(:last-child) {
    margin: 0 .625em 0 0
}

.socials__item:hover {
    background-color: #fff
}

.socials__item:hover path {
    stroke: #2e9f9d
}

.socials__item img,
.socials__item svg {
    width: 1.5em
}

.compare-btn,
.favourite-btn {
    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;
    width: 1.25em;
    height: 1.25em
}

.compare-btn svg,
.favourite-btn svg {
    width: 100%;
    height: auto
}

.favourite-btn:hover path {
    opacity: 1
}

.favourite-btn._added path {
    opacity: 1;
    stroke: #fb3c52;
    fill: #fb3c52
}

.compare-btn:hover path {
    opacity: 1
}

.compare-btn._added path {
    opacity: 1;
    stroke: #2e9f9d
}

.page-top {
    padding: 2.5em 0 2em
}

.breadcrumbs {
    margin-bottom: 1.5em
}

.breadcrumbs:last-child {
    margin-bottom: 0
}

.breadcrumbs li {
    position: relative;
    display: inline;
    color: rgba(0, 0, 0, .5)
}

.breadcrumbs li:not(:first-child) {
    margin-left: .75em
}

.breadcrumbs li:not(:first-child):before {
    content: '/';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 100%;
    margin-right: .325em;
    font-size: .875em;
    line-height: 130%;
    font-weight: 500
}

.breadcrumbs li:last-child a {
    color: #000
}

.breadcrumbs a {
    font-size: .875em;
    line-height: 130%
}

@media screen and (max-width:992px) {
    .page-top {
        padding: 1.5em 0 1em
    }
    .breadcrumbs {
        margin-bottom: 1em
    }
}

@media screen and (max-width:576px) {
    .page-top {
        padding-bottom: 2em
    }
    .page-top._scroll {
        padding-bottom: 1em
    }
    .page-top._scroll .container {
        white-space: nowrap;
        overflow-x: auto;
        padding-bottom: 1em
    }
}

.modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100 * var(--vh));
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: rgba(21, 27, 48, .8)
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100 * var(--vh));
    overflow-y: auto;
    z-index: 80;
    opacity: 0;
    pointer-events: none;
    padding: 1em 0;
    text-align: center
}

.modal:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px
}

.modal__dialog {
    text-align: left;
    vertical-align: middle;
    background: #fff;
    width: 43.125em;
    max-width: calc(100% - 1.875em);
    position: relative;
    z-index: 3;
    padding: 2.5em;
    border-radius: .75em;
    display: inline-block
}

.modal._active {
    opacity: 1;
    pointer-events: unset
}

.modal._active .modal__bg {
    display: block
}

.modal__top {
    text-align: center;
    margin-bottom: 1.25em
}

.modal .close-btn {
    width: 1.625em;
    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: absolute;
    top: .75em;
    right: .75em
}

.modal-product {
    display: grid;
    grid-template-columns: 6.625em calc(100% - 6.625em - .875em);
    gap: .875em;
    margin-bottom: 1.25em;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.modal-product__img {
    position: relative;
    padding-bottom: 84%;
    display: block;
    border-radius: .3125em
}

.modal-product__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit
}

.modal-product__content {
    margin-top: -.25em
}

.modal-product__articul {
    margin-top: .5em
}

.modal-product__articul span {
    color: #fe9921
}

.modal-product__bottom {
    margin-top: .125em
}

.modal-product__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.modal-product__prices-title {
    font-size: .875em;
    padding: 0 .25em .375em 0
}

.modal-product__hint {
    margin-top: .25em;
    color: #727378;
    max-width: 39em
}

@media screen and (min-width:993px) {
    .thank-modal .modal__dialog {
        width: 28.75em
    }
}

.thank-modal__content {
    text-align: center;
    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: center;
    -ms-flex-align: center;
    align-items: center
}

.thank-modal__content img {
    width: 2.75em;
    margin-bottom: .75em
}

.thank-modal__desc {
    margin-top: .5em
}

.thank-modal__btn {
    margin-top: 1em
}

.product-modal._type2 .product-modal__img {
    padding: 0
}

.product-modal._type2 .gallery__img {
    padding-bottom: 126%;
    min-height: 100%;
    border-radius: inherit
}

.product-modal .modal__dialog {
    width: 58.25em;
    padding: 0
}

.product-modal__grid {
    display: grid;
    grid-template-columns: 27.875em calc(100% - 27.875em)
}

.product-modal__img {
    padding: 2.625em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(../img/gallery-bg.svg);
    background-size: cover;
    border-radius: .75em 0 0 .75em
}

.product-modal__content {
    padding: 2.5em
}

.product-modal .gallery__img {
    background: 0 0;
    width: 100%
}

.product-modal__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: .75em
}

.product-modal__info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1em
}

.product-modal__info-item .text14 {
    margin-right: .7em
}

.product-modal__info .product-card__available .text12 {
    margin-top: .125em
}

.product-modal .product-props {
    padding-top: 0;
    border: none
}

.product-modal .product-props .text20 {
    font-size: 1em
}

.product-modal .product-card__prices {
    margin-top: 1.25em
}

.product-modal .product-card__price {
    font-size: 1.5em;
    font-weight: 500;
    margin: 0
}

.product-modal .product-card__price2 {
    font-size: .75em;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.product-modal .product-card__sale {
    margin: 0 .75em
}

.product-modal__nav {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - .375em));
    gap: 1.25em .75em;
    margin-top: 1.75em
}

.product-modal__nav .m-btn-blue-outline {
    border-width: 2px
}

.product-modal .cartcalc {
    height: 3.125em;
    border: 1px solid rgba(215, 218, 226, .5);
    background-color: transparent;
    width: 100%;
    grid-template-columns: 3.125em calc(100% - 6.25em) 3.125em
}

.modal-prices {
    margin-top: 1.25em
}

.modal-prices__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: .5em
}

.modal-prices__num {
    font-size: 2.375em;
    font-weight: 600
}

.modal-prices__from {
    margin: 0 .75em .25em 0
}

.modal-prices__hint {
    color: #727378;
    margin-top: .5em
}

.cookie-modal {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 21;
    padding: 1em 0;
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    pointer-events: none;
    -webkit-box-shadow: 0 -1px 55px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 -1px 55px 0 rgba(0, 0, 0, .08)
}

.cookie-modal._active {
    opacity: 1;
    pointer-events: unset
}

.cookie-modal__inner {
    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
}

.cookie-modal__content {
    display: grid;
    grid-template-columns: 100%;
    gap: .5em;
    max-width: 57.5em
}

.cookie-modal__title {
    font-weight: 500
}

.cookie-modal__desc {
    color: #666a7b
}

.cookie-modal__desc a {
    color: #2e9f9d;
    text-decoration: underline
}

.cookie-modal__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: .875em;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.cookie-modal__btn {
    max-width: 100%
}

@media screen and (max-width:992px) {
    .modal__dialog {
        width: 36.625em;
        padding: 1.25em
    }
    .modal__top {
        margin-bottom: 1em
    }
    .modal-product {
        grid-template-columns: 4.375em calc(100% - 4.375em - .9375em)
    }
    .cookie-modal {
        padding: 1.25em 0
    }
    .cookie-modal__desc {
        font-size: .875em
    }
}

@media screen and (max-width:576px) {
    .modal-form .consult-form__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
    .modal-form .consult-form__btn {
        width: auto
    }
    .modal-product__bottom {
        margin-top: 1em;
        width: calc(100% + 4.375em + .9375em);
        margin-left: calc((4.375em + .9375em) * -1)
    }
    .cookie-modal__inner {
        display: block
    }
    .cookie-modal__nav {
        margin: .5em 0 0
    }
}

.header {
    position: relative;
    z-index: 5;
    border-bottom: 1px solid rgba(215, 218, 226, .5)
}

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

.header__logo {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 12.8125em
}

.header__logo img {
    width: 100%;
    display: block
}

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

.header-top {
    background-color: #f7f8fa
}

.header-top__inner {
    min-height: 2.625em;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header-middle {
    /* padding: 1.25em 0  */
}

.header-middle__inner {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-contacts {
    margin-right: auto
}

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

.header-contacts__item:not(:last-child) {
    padding-right: 1.25em;
    margin-right: 1.25em;
    border-right: 1px solid #d7dae2
}

.header-contacts__item img {
    width: 1em;
    margin-right: .25em
}

.header-contacts__item--mail {
    color: #2e9f9d
}

.header-contacts__item--mail span {
    text-decoration: underline
}

.nav {
    border-left: 1px solid #d7dae2;
    margin-left: 1.25em;
    padding-left: 1.25em
}

.nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666a7b
}

.nav .menu li:not(:last-child) {
    margin: 0 1.25em 0 0
}

.nav .menu a {
    font-size: .875em;
    line-height: 120%
}

.burger {
    display: none
}

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

.header-action__item {
    width: 1.25em;
    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
}

.header-action__item:not(:last-child) {
    margin: 0 1.875em 0 0
}

.header-action__item img {
    width: 100%
}

.header-action .pin {
    position: absolute;
    height: 1em;
    min-width: 1em;
    border-right: .375em;
    top: -.4375em;
    right: -.5em
}

.header-action .pin span {
    font-size: .75em
}

.catalog-btn {
    padding: 0 1.875em;
    height: 2.75em;
    margin-left: 1.875em
}

.catalog-btn__icon {
    display: block;
    width: 1.25em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    margin-right: .75em
}

.catalog-btn__icon img {
    width: 100%;
    display: block
}

.catalog-btn__icon ._view2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0
}

.catalog-btn._active ._view1 {
    opacity: 0
}

.catalog-btn._active ._view2 {
    opacity: 1
}

.header-search {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 1.875em
}

.header-search .search-field .fg input {
    height: 2.75em
}

.header-search__btn {
    display: none
}

.nav2 .menu {
    height: 2.75em;
    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
}

.nav2 .menu a {
    font-size: 1em;
    line-height: 144%
}

.nav2 .menu ._sale {
    font-weight: 500;
    color: #fe9921
}

.nav2 .menu ._sale a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav2 .menu ._sale a:before {
    content: '';
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    background-image: url(../img/sale.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: .375em
}

.m-search {
    position: relative
}

.m-search__result {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 .25em 2.5em 0 rgba(2, 38, 80, .13);
    box-shadow: 0 .25em 2.5em 0 rgba(2, 38, 80, .13);
    border-radius: 0 0 .25em .25em
}

.m-search__items::-webkit-scrollbar {
    width: .1875em;
    height: .1875em
}

.m-search__items::-webkit-scrollbar-track {
    background: 0 0;
    border-radius: 0
}

.m-search__items::-webkit-scrollbar-thumb {
    background: #000
}

.m-search__nav {
    padding: 0 1.25em 1em
}

.m-search__link {
    height: 2.1875em;
    font-weight: 500
}

.m-search__link span {
    font-size: .875em
}

.m-search__items {
    overflow-y: auto;
    max-height: 25em;
    padding: 1em 1.25em;
    display: grid;
    grid-template-columns: 100%;
    gap: 1em
}

.m-search._show {
    z-index: 3
}

.m-search._show .m-search__result {
    opacity: 1;
    pointer-events: unset
}

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

.search-item__img {
    width: 3.875em;
    height: 3.875em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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;
    border-radius: .25em;
    background: #f7f8fa;
    margin-right: 1em
}

.search-item__img img {
    max-width: 100%;
    max-height: 100%
}

.search-item__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: grid;
    grid-template-columns: 100%;
    gap: .25em
}

.search-item__btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 6.3125em;
    height: 2.1875em;
    padding: 0;
    margin-left: 1em
}

.empty-search {
    padding: 1em 1.25em
}

.empty-search .empty-message {
    padding-top: .625em;
    padding-bottom: .625em;
    margin: 0;
    min-height: unset
}

@media screen and (max-width:992px) {
    .header__logo {
        width: 10em
    }
    .header-top__inner {
        min-height: 2.125em
    }
    .header-contacts__item--address {
        display: none
    }
    .nav {
        margin-left: .9375em;
        padding-left: .9375em
    }
    .nav .menu li:not(:last-child) {
        margin: 0 .9375em 0 0
    }
    .nav .menu a {
        font-size: .8125em
    }
    .header-middle {
        padding: .625em 0
    }
    .catalog-btn {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: 0 .9375em 0 0;
        width: 1.25em;
        height: 1.25em;
        padding: 0;
        background-color: transparent!important;
        border-right: 0;
        background-image: url(../img/burger3.svg);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center
    }
    .catalog-btn span,
    .catalog-btn__icon {
        display: none
    }
    .header-bottom {
        padding: .5em 0
    }
    .nav2 .menu {
        height: 2.25em
    }
    .nav2 ._hide-tablet {
        display: none
    }
    .header-search {
        width: 17.3125em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .header-search__wrap {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: relative;
        min-width: 100%
    }
    .header-search._show .header-search__wrap {
        width: 30em
    }
    .m-search__items {
        gap: .25em;
        max-height: 26em;
        padding-top: .75em;
        padding-bottom: .75em
    }
}

@media screen and (max-width:576px) {
    .header {
        border-bottom: 1px solid rgba(215, 218, 226, .5)
    }
    .header .contact-socials__item {
        margin-right: .625em
    }
    .header-top__inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .nav {
        display: none
    }
    .header-action {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 20;
        padding: .9375em 1.875em;
        -webkit-box-shadow: 0 -2px 19px 0 rgba(7, 37, 70, .27);
        box-shadow: 0 -2px 19px 0 rgba(7, 37, 70, .27);
        background-color: #fff;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .header-action__item {
        margin: 0!important
    }
    .catalog-btn {
        margin: 0
    }
    .header-search {
        position: static;
        width: auto;
        margin: 0;
        -webkit-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset
    }
    .header-search._open .header-search__wrap {
        opacity: 1;
        pointer-events: unset
    }
    .header-search__wrap {
        opacity: 0;
        pointer-events: none;
        position: absolute;
        width: 100%!important;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .header-search__btn {
        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;
        width: 1.25em
    }
    .header-search__btn img {
        width: 100%
    }
    .header-bottom {
        display: none
    }
    .search-item {
        position: relative
    }
    .search-item__btn {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0
    }
}

.header-menu__address,
.header-menu__back,
.header-menu__bg,
.header-menu__close,
.header-menu__title {
    display: none
}

@media screen and (min-width:993px) {
    .header-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        -webkit-box-shadow: 0 20px 120px 0 rgba(166, 179, 212, .29);
        box-shadow: 0 20px 120px 0 rgba(166, 179, 212, .29);
        background-color: #fff;
        margin-top: 1.25em;
        border-radius: 0 0 .75em .75em;
        display: grid;
        grid-template-columns: 16em calc(100% - 16em);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        opacity: 0;
        pointer-events: none
    }
    .header-menu._active {
        opacity: 1;
        pointer-events: unset
    }
    .catalog-menu2__item._active .catalog-menu__show {
        background-color: #fff;
        color: #2e9f9d
    }
    .catalog-menu2__item._active .catalog-submenu {
        opacity: 1;
        pointer-events: unset
    }
}

.catalog-menu2 {
    min-height: 38em
}

.catalog-menu2__show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.875em;
    min-height: 4.4375em;
    font-weight: 500;
    font-size: 1em;
    line-height: 125%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: #f7f8fa;
    position: relative
}

.catalog-menu2__show:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1em;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.catalog-menu2__show:hover {
    cursor: pointer;
    background-color: #fff;
    color: #2e9f9d
}

.catalog-submenu {
    position: absolute;
    width: calc(100% - 16em);
    height: 100%;
    right: 0;
    top: 0;
    padding: 2.5em;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 2.5em;
    -moz-column-gap: 2.5em;
    column-gap: 2.5em;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.catalog-submenu__item {
    margin-bottom: 1.25em;
    width: 100%;
    display: inline-block
}

.catalog-submenu__item:last-child {
    margin-bottom: 0
}

.catalog-submenu__show {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%
}

.catalog-submenu__icon {
    width: 2.5em;
    height: 2.5em;
    border-radius: .25em;
    background-color: #f7f8fa;
    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-right: 1em
}

.catalog-submenu__icon img {
    max-width: 100%;
    max-height: 100%;
    display: block
}

.catalog-submenu__title {
    min-height: 2.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 1em;
    line-height: 125%
}

.catalog-submenu__title a {
    line-height: inherit
}

.catalog-submenu__hidden {
    padding: .25em 0 0 3.5em
}

.catalog-submenu__links {
    display: grid;
    grid-template-columns: 100%;
    gap: .5em;
    color: #666a7b
}

.catalog-submenu__links a {
    font-size: 1em;
    line-height: 125%
}

.menu-contacts,
.nav3 {
    display: none
}

@media screen and (max-width:992px) {
    .header._open .header-menu {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    .header._open .header-menu__bg {
        display: block
    }
    .header._open .header-menu__close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .header-menu {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: calc(100 * var(--vh));
        width: 20.25em;
        max-width: 100%;
        background: #fff;
        overflow-y: auto;
        z-index: 21;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        -webkit-transform: translateX(-120%);
        -ms-transform: translateX(-120%);
        transform: translateX(-120%)
    }
    .header-menu__bg {
        background-color: rgba(0, 0, 0, .8);
        width: 100%;
        height: calc(100 * var(--vh));
        position: fixed;
        top: 0;
        left: 0
    }
    .header-menu__close {
        position: fixed;
        top: 0;
        left: 20.5em;
        width: 1.625em
    }
    .header-menu__close svg {
        width: 100%
    }
    .header-menu._open-submenu {
        overflow: hidden
    }
    .header-menu._open-submenu .header-menu__back {
        opacity: 1;
        pointer-events: unset
    }
    .header-menu__back {
        opacity: 0;
        pointer-events: none;
        padding: 0 1.25em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3.75em;
        background-color: #f7f8fa;
        color: #000;
        z-index: 5;
        font-weight: 700
    }
    .header-menu__back img {
        width: 1.25em;
        margin-right: .625em
    }
    .header-menu__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 1.25em;
        background-color: #f7f8fa;
        height: 3.75em;
        font-weight: 700
    }
    .header-menu__title img {
        width: 1.25em;
        margin-right: .625em
    }
    .header-menu__address {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 1.25em
    }
    .header-menu__address img {
        width: 1em;
        margin-right: .25em
    }
    .menu-contacts {
        padding: 1.25em 3.125em;
        border-top: 1px solid rgba(215, 218, 226, .5);
        border-bottom: 1px solid rgba(215, 218, 226, .5);
        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;
        background-color: #f7f8fa
    }
    .menu-contacts .contact-socials__items {
        margin-bottom: .25em
    }
    .menu-contacts .header-contacts__item {
        border: none!important;
        padding: 0!important;
        margin-right: 0!important;
        margin-top: 1em!important
    }
    .nav3 {
        padding: 1em 3.125em;
        display: block;
        border-top: 1px solid rgba(215, 218, 226, .5);
        color: #666a7b
    }
    .nav3 .menu {
        display: grid;
        grid-template-columns: 100%;
        gap: 1em
    }
    .nav3 a {
        font-size: 1em;
        line-height: 125%
    }
    .catalog-menu2 {
        min-height: unset
    }
    .catalog-menu2__item {
        border-bottom: 1px solid rgba(215, 218, 226, .5)
    }
    .catalog-menu2__item._active2 .catalog-submenu {
        opacity: 1;
        pointer-events: unset
    }
    .catalog-menu2__show {
        min-height: 3.1875em;
        padding: 0 1.25em 0 3.125em;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: transparent
    }
    .catalog-menu2__show:after {
        position: static;
        background-image: url(../img/arrow5.svg);
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        width: .3125em;
        height: .625em;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center
    }
    .catalog-submenu {
        position: absolute;
        bottom: 0;
        left: 0;
        top: unset;
        right: unset;
        width: 100%;
        height: calc(100 * var(--vh) - 3.75em);
        background-color: #fff;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        overflow-y: auto;
        z-index: 20;
        padding: 1.25em 1.25em 1.25em 3.125em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .catalog-submenu__item {
        width: 100%;
        margin-bottom: 1.25em
    }
    .catalog-submenu__item._active .catalog-submenu__show:after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
    .catalog-submenu ._has-children .catalog-submenu__show:after {
        content: '';
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: auto;
        width: .5625em;
        height: .5625em;
        background-image: url(../img/arrow6.svg);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center;
        -ms-flex-item-align: center;
        align-self: center
    }
    .catalog-submenu__hidden {
        display: none
    }
}

.footer {
    padding: 3.75em 0 1.875em;
    background-color: #151b30;
    color: #fff
}

.footer__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 13.0625em
}

.footer__logo img {
    width: 100%;
    display: block
}

.footer__text {
    margin-top: .75em
}

.footer .socials {
    margin-top: 1.875em
}

.footer .socials__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, .04)
}

.footer .socials__item:not(:hover) {
    opacity: .5
}

.footer .socials__item:hover {
    border-color: #fff
}

.footer .socials__hint {
    color: #666a7b;
    opacity: .5;
    max-width: 13.5em
}

.footer .socials__hint ._view2 {
    display: none
}

.footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.footer-top__col1 {
    margin-right: auto
}

.footer-nav {
    margin-left: 6.75em
}

.footer-nav__btn {
    display: none
}

.footer-nav__hidden {
    margin-top: .625em
}

@media screen and (min-width:577px) {
    .footer-nav__hidden {
        display: block!important
    }
}

.footer-nav__title {
    font-size: 1em;
    line-height: 144%;
    opacity: .5
}

.footer-nav__links {
    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
}

.footer-nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer-nav__link:not(:last-child) {
    margin: 0 0 .625em
}

.footer-nav__link img {
    margin-right: .5em;
    width: 1em;
    margin-top: .25em
}

.footer-nav__link span {
    font-size: 1em;
    line-height: 144%
}

.footer-bottom {
    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;
    margin-top: 3.75em;
    padding-top: 1.875em;
    border-top: 1px solid rgba(102, 106, 123, .2)
}

.footer-bottom__conf {
    text-decoration: underline
}

.footer-bottom__by {
    width: 7.5em
}

.footer-bottom__by img {
    width: 100%;
    display: block
}

@media screen and (max-width:992px) and (min-width:577px) {
    .footer__text {
        display: grid;
        grid-template-columns: 8em 8.75em;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .main__items {
        grid-template-columns: 16.4375em calc(100% - 34.75em) 16.4375em
    }
}

@media screen and (max-width:992px) {
    .footer {
        padding: 1.875em 0 1.25em
    }
    .footer__logo {
        width: 11em;
        margin-right: .375em
    }
    .footer .socials {
        margin: 0 0 0 .375em
    }
    .footer .socials__item {
        width: 2.1875em;
        height: 2.1875em
    }
    .footer .socials__hint {
        max-width: 7.5em
    }
    .footer .socials__hint ._view1 {
        display: none
    }
    .footer .socials__hint ._view2 {
        display: block
    }
    .footer-top {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .footer-top__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .footer-top__col1 {
        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;
        margin-bottom: 1.875em
    }
    .footer-nav {
        margin-left: 0
    }
    .footer-bottom {
        margin-top: 1.875em;
        padding-top: 1.25em
    }
}

@media screen and (max-width:576px) {
    .footer {
        padding: 2.5em 0 5em
    }
    .footer__logo {
        margin-right: 1em
    }
    .footer__text {
        margin-top: 0
    }
    .footer .socials {
        margin: 1.25em 0 0
    }
    .footer .socials__hint {
        max-width: 12.5em
    }
    .footer .socials__hint ._view2 {
        display: none
    }
    .footer .socials__hint ._view1,
    .footer-top {
        display: block
    }
    .footer-top__col1 {
        display: block;
        margin-bottom: .625em
    }
    .footer-top__info {
        width: calc(100% + .25em);
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .footer-nav._active .footer-nav__btn svg {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
    .footer-nav__show {
        padding: .75em 0;
        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;
        border-bottom: 1px solid rgba(255, 255, 255, .11)
    }
    .footer-nav__btn {
        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
    }
    .footer-nav__btn svg {
        width: .5em
    }
    .footer-nav__hidden {
        display: none;
        padding-bottom: .625em
    }
    .footer-nav__link br {
        display: none
    }
    .footer-bottom {
        margin-top: 1.25em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .footer-bottom__c,
    .footer-bottom__conf {
        margin-bottom: .75em
    }
}

.text li,
.text p {
    font-size: 1.0625em;
    line-height: 135%
}

.text p:not(:last-child) {
    margin: 0 0 .75em
}

.text img {
    max-width: 100%;
    display: block
}

.text {
    color: #313438
}

.text h2,
.text h3 {
    color: #000;
    font-size: 2.375em;
    line-height: 116%;
    font-weight: 600;
    margin-bottom: .375em
}

.text ol:not(:last-child),
.text ul:not(:last-child) {
    margin: 0 0 .75em
}

.text b {
    font-weight: 700
}

.text hr {
    height: 1em;
    opacity: 0;
    display: block
}

.text ul {
    display: grid;
    grid-template-columns: 100%;
    gap: .5em
}

.text ul li {
    position: relative;
    padding-left: 1.35em
}

.text ul li:before {
    content: '';
    position: absolute;
    top: .25em;
    left: 0;
    width: .94em;
    height: .94em;
    background-image: url(../img/check.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center
}

.text._list2 ul {
    gap: .625em
}

.text._list2 ul li {
    padding-left: 2em
}

.text._list2 ul li:before {
    width: 1.33em;
    height: 1.33em;
    top: .2em;
    background-image: url(../img/check6.svg)
}

.text._list3 ul {
    gap: .19em;
    padding-left: .6em
}

.text._list3 ul li {
    padding-left: .8em;
    position: relative
}

.text._list3 ul li:before {
    content: '•';
    position: absolute;
    top: 0;
    left: 0;
    background-image: unset;
    width: unset;
    height: unset
}

.text._small p {
    font-size: 1em;
    line-height: 144%
}

.text._small p:not(:last-child) {
    margin: 0 0 .5em
}

._open-header-catalog .main .swiper-button {
    opacity: 0;
    pointer-events: none
}

.main {
    padding: 2.5em 0 5em;
    background-color: #f7f8fa
}

.main__items {
    margin-top: 2.5em;
    grid-auto-flow: dense
}

.slider,
.slider2,
.slider3 {
    position: relative
}

.slider2__wrap,
.slider3__wrap,
.slider__wrap {
    overflow: hidden
}

.slider .swiper-container,
.slider2 .swiper-container,
.slider3 .swiper-container {
    width: calc(100% + 1.875em)
}

.slider .swiper-wrapper,
.slider2 .swiper-wrapper,
.slider3 .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.slider .swiper-slide,
.slider2 .swiper-slide,
.slider3 .swiper-slide {
    height: auto;
    padding-right: 1.875em
}

.slider .swiper-button,
.slider2 .swiper-button,
.slider3 .swiper-button {
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slider .swiper-button-prev,
.slider2 .swiper-button-prev,
.slider3 .swiper-button-prev {
    left: -1.5625em
}

.slider .swiper-button-next,
.slider2 .swiper-button-next,
.slider3 .swiper-button-next {
    right: -1.5625em
}

.swiper-button {
    width: 3.125em;
    height: 3.125em;
    border-radius: 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-color: #fff;
    -webkit-box-shadow: 0 2px 6px 0 rgba(50, 75, 140, .07);
    box-shadow: 0 2px 6px 0 rgba(50, 75, 140, .07)
}

.swiper-button svg {
    width: 1em
}

.swiper-button:hover {
    background-color: #2e9f9d
}

.swiper-button:hover path {
    stroke: #fff
}

.main-banner {
    padding: 3.75em;
    background: -o-radial-gradient(123.9% 187.5%, 208.99% 274.68%, #6381bd 0, #17233c 100%);
    background: radial-gradient(208.99% 274.68% at 123.9% 187.5%, #6381bd 0, #17233c 100%);
    border-radius: .75em;
    border: 1px solid rgba(215, 218, 226, .5);
    color: #fff;
    height: 100%;
    position: relative;
    overflow: hidden
}

.main-banner:hover .main-banner__img img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04)
}

.main-banner__img {
    position: absolute;
    top: 0;
    right: -4.5em;
    height: 100%
}

.main-banner__img img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: auto;
    height: 100%;
    display: block
}

.main-banner__img ._view2,
.main-banner__img ._view3 {
    display: none
}

.main-banner__content {
    width: 43.75em;
    max-width: 100%;
    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;
    position: relative;
    z-index: 2
}

.main-banner__desc {
    margin-top: 1.875em;
    max-width: 25em
}

.main-banner .m-badge {
    margin-bottom: 1.25em
}

.main-banner__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.1875em
}

.main-banner__sale {
    top: -1.125em;
    right: -5em;
    position: absolute;
    width: 7.4375em;
    -webkit-filter: drop-shadow(1px 3px 6px rgba(0, 0, 0, .1)) drop-shadow(4px 10px 11px rgba(0, 0, 0, .09)) drop-shadow(10px 23px 15px rgba(0, 0, 0, .05)) drop-shadow(17px 41px 18px rgba(0, 0, 0, .01)) drop-shadow(27px 64px 19px transparent);
    filter: drop-shadow(1px 3px 6px rgba(0, 0, 0, .1)) drop-shadow(4px 10px 11px rgba(0, 0, 0, .09)) drop-shadow(10px 23px 15px rgba(0, 0, 0, .05)) drop-shadow(17px 41px 18px rgba(0, 0, 0, .01)) drop-shadow(27px 64px 19px transparent)
}

.m-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 .5em;
    height: 1.25em;
    background: #f62759;
    border-radius: .25em;
    color: #fff;
    font-weight: 500
}

.m-badge._yellow {
    background: #f6b819
}

.m-badge._green {
    background: #08a56c
}

.m-badge._blue {
    background: #0061aa
}

.m-badge._orange {
    background: #ff7043
}

.main-item,
.main-item2 {
    border-radius: .75em;
    color: #fff;
    min-height: 17.875em;
    position: relative;
    overflow: hidden
}

.main-item2:hover .main-item__img img,
.main-item:hover .main-item__img img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04)
}

.main-item2__content,
.main-item__content {
    position: relative;
    z-index: 2
}

.main-item2__desc,
.main-item__desc {
    max-width: 18.125em;
    margin-top: .5em
}

.main-item {
    background: -o-linear-gradient(324deg, #015bc6 0, #73cdff 100%);
    background: linear-gradient(126deg, #015bc6 0, #73cdff 100%);
    padding: 3em 2.5em;
    grid-column: span 2
}

.main-item._type2 {
    background: -o-radial-gradient(29% -38%, 217.72% 211.57%, #404863, #404863 9.513%, #151b30 84.5%);
    background: radial-gradient(217.72% 211.57% at 29% -38%, #404863, #404863 9.513%, #151b30 84.5%)
}

.main-item__img {
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%
}

.main-item__img img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    height: 100%;
    display: block
}

.main-item__img ._view2,
.main-item__img ._view3 {
    display: none
}

.main-item__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.5em
}

.main-item__link2 {
    z-index: 2;
    position: absolute;
    right: 1.25em;
    bottom: 1.25em
}

.main-item2 {
    background-image: -o-radial-gradient(83.86% 111.54%, 250.59% 129.44%, #9eb3d9 0, #7586a5 100%);
    background-image: radial-gradient(250.59% 129.44% at 83.86% 111.54%, #9eb3d9 0, #7586a5 100%);
    background-color: #9ca9c1;
    padding: 2.25em 2.5em
}

@media screen and (max-width:992px) {
    .text li,
    .text p {
        font-size: 1em;
        line-height: 144%
    }
    .text h2,
    .text h3 {
        font-size: 1.5em
    }
    .main {
        padding: 1.5625em 0
    }
    .main__items {
        margin-top: .9375em
    }
    .slider .swiper-container,
    .slider2 .swiper-container {
        width: calc(100% + .9375em)
    }
    .slider .swiper-slide,
    .slider2 .swiper-slide {
        padding-right: .9375em
    }
    .main-slider .swiper-button {
        display: none
    }
    .main-banner {
        padding: 2.375em 1.5625em;
        border-radius: .375em
    }
    .main-banner__content {
        width: 23.25em
    }
    .main-banner__desc {
        margin-top: 1.66em
    }
    .main-banner__nav {
        margin-top: 1.5625em
    }
    .main-banner__img {
        right: 0
    }
    .main-banner__img ._view1 {
        display: none
    }
    .main-banner__img ._view2 {
        display: block
    }
    .main-banner__sale {
        top: 0;
        right: -6.6875em;
        width: 5.6875em
    }
    .main-item,
    .main-item2 {
        min-height: 13.75em;
        border-radius: .375em;
        padding: 3em .9375em
    }
    .main-item__img {
        right: -2em
    }
    .main-item__img ._view1 {
        display: none
    }
    .main-item__img ._view2 {
        display: block
    }
    .main-item__nav {
        margin-top: .9375em
    }
    .main-item._type2 .main-item__img,
    .main-item2 .main-item__img {
        right: 0
    }
}

@media screen and (max-width:576px) {
    .main {
        padding: .9375em 0 2.5em
    }
    .main-banner {
        padding: 2.375em .9375em;
        min-height: 33.875em
    }
    .main-banner__img {
        height: auto;
        width: 100%;
        top: unset;
        bottom: 0
    }
    .main-banner__img img {
        width: 100%;
        height: auto
    }
    .main-banner__img ._view2 {
        display: none
    }
    .main-banner__img ._view3 {
        display: block
    }
    .main-banner__nav {
        margin-top: 1.875em
    }
    .main-banner__sale {
        top: unset;
        bottom: -.75em;
        right: 1.875em
    }
    .main-item {
        padding-top: 2.25em;
        padding-bottom: 2.25em
    }
    .main-item__content {
        max-width: 13.75em
    }
    .main-item__desc {
        max-width: 12.3125em
    }
    .main-item__link2 {
        right: .625em;
        bottom: .625em
    }
    .main-item._type2 .main-item__img ._view2 {
        display: none
    }
    .main-item._type2 .main-item__img ._view3 {
        display: block
    }
    .main-item2 {
        padding: 1.125em .9375em;
        min-height: 8.125em
    }
    .main-item2._col1-2 {
        grid-column: 1/2;
        grid-row: 2/3
    }
    .main-item2 .main-item__img ._view2,
    .main-item2__desc {
        display: none
    }
    .main-item2 .main-item__img ._view3 {
        display: block
    }
    .slider2 .swiper-container,
    .slider3 .swiper-container {
        margin-top: -.9375em
    }
    .slider2 .swiper-slide,
    .slider3 .swiper-slide {
        padding-top: .9375em
    }
}

.m-section,
.products {
    padding: 2.5em 0
}

.products._last {
    padding: 0 0 5em
}

.products--sales {
    padding: 5em 0 6.25em
}

.products__nav {
    margin-top: 1.5em;
    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
}

.products__link ._view2 {
    display: none
}

.collection-slider {
    margin-top: 1.25em
}

.collection-slider .swiper-slide {
    width: 20%
}

.collection-slider .swiper-button {
    top: 8em
}

@media screen and (min-width:993px) {
    .collection-slider .swiper-button.swiper-button-disabled,
    .slider .swiper-button.swiper-button-disabled,
    .slider2 .swiper-button.swiper-button-disabled,
    .slider3 .swiper-button.swiper-button-disabled {
        opacity: 0
    }
}

.product-card {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.product-card:hover .product-card__detail-btn,
.product-card:hover .product-card__img:after {
    opacity: 1
}

.product-card__top {
    position: relative;
    margin-bottom: 1em
}

.product-card__detail-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    height: 2.375em;
    padding: 0 .625em;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0
}

.product-card__detail-btn svg {
    width: 1.1875em;
    margin-right: .3125em
}

.product-card__detail-btn span {
    font-size: .875em
}

.product-card__action {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 .25em 0 .625em;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 3.125em;
    height: 5em;
    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-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f7f8fa
}

.product-card .favourite-btn {
    margin-bottom: .625em
}

.product-card__img {
    border-radius: .25em;
    position: relative;
    padding-bottom: 103%;
    display: block
}

.product-card__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit
}

.product-card__img:after {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0
}

.product-card__badges {
    position: absolute;
    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;
    left: .625em;
    bottom: .625em
}

.product-card__badges .m-badge:not(:last-child) {
    margin: 0 0 .3125em
}

.product-card__available {
    font-weight: 500
}

.product-card__available img {
    width: .875em;
    margin-right: .25em
}

.product-card__title {
    font-size: 1em;
    line-height: 144%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    margin-top: .75em
}

.product-card__prices {
    margin-top: .8125em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-card__prices .m-badge {
    margin-left: .5em
}

.product-card__price {
    font-size: 1.25em;
    line-height: 130%;
    font-weight: 500;
    margin-right: .5em
}

.product-card__price2 {
    font-size: .875em;
    color: #73757b;
    position: relative
}

.product-card__price2:before {
    content: '';
    position: absolute;
    width: 120%;
    height: 1px;
    background-color: #73757b;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-10deg);
    -ms-transform: translate(-50%, -50%) rotate(-10deg);
    transform: translate(-50%, -50%) rotate(-10deg)
}

.product-card__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    padding-top: .875em
}

.product-card .cartcalc {
    margin-right: .75em
}

.product-card__btn {
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.more-products {
    background-image: url(../img/product-bg.webp);
    background-size: cover;
    height: 100%;
    border-radius: .375em;
    padding: 1em;
    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;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff
}

.more-products .m-badge {
    margin-bottom: .9375em
}

.more-products__desc {
    margin-top: .9375em;
    opacity: .7
}

.more-products__link {
    margin-top: .9375em;
    height: 2.1875em;
    padding: 0 2em
}

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

@media screen and (max-width:992px) {
    .m-section {
        padding: 1.25em 0
    }
    .m-section__inner,
    .products__inner {
        position: relative
    }
    .m-section__top,
    .products__top {
        min-height: 2.3125em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .m-section .swiper-nav,
    .products .swiper-nav {
        position: absolute;
        right: 0;
        top: -.4375em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .m-section .swiper-button,
    .products .swiper-button {
        position: static;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        border: 1px solid rgba(215, 218, 226, .5);
        margin: 0 0 0 .625em
    }
    .m-section__top {
        min-height: 3.125em
    }
    .m-section .swiper-nav {
        top: 0
    }
    .products {
        padding: 1.25em 0
    }
    .products._last {
        padding: 0 0 2.5em
    }
    .products--sales {
        padding: 2.5em 0
    }
    .products__nav {
        display: block;
        margin-top: 1.25em
    }
    .products__link {
        position: absolute;
        top: 0;
        right: 8.75em;
        height: 2.3125em
    }
    .products .collection-slider {
        position: static
    }
    .collection-slider .swiper-slide {
        width: 25%
    }
    .product-card__img {
        padding-bottom: 97%
    }
    .product-card__action {
        width: 2.25em;
        height: 3.5625em
    }
    .product-card .favourite-btn {
        margin-bottom: .3125em
    }
    .product-card__badges {
        left: .3125em;
        bottom: .3125em
    }
    .product-card__badges .m-badge:not(:last-child) {
        margin: 0 0 .1875em
    }
    .product-card .m-badge {
        height: 1em;
        padding: 0 .3125em
    }
    .product-card .m-badge span {
        font-size: .6875em
    }
    .product-card__price {
        font-size: 1.0625em
    }
    .product-card__price2 {
        font-size: .8125em
    }
    .product-card .cartcalc {
        width: 6.5em;
        margin-right: .5em
    }
    .product-card__btn._cart {
        background-image: url(../img/cart.svg);
        background-size: 1.1875em auto;
        background-repeat: no-repeat;
        background-position: center
    }
    .product-card__btn._cart span,
    .product-card__detail-btn {
        display: none
    }
    .more-products {
        padding: .9375em
    }
}

@media screen and (max-width:576px) {
    .products__inner {
        padding-bottom: 5.625em
    }
    .products__top {
        min-height: unset
    }
    .products__nav {
        margin-top: .75em
    }
    .products__link {
        width: auto;
        padding: 0 1em;
        top: unset;
        right: 50%;
        bottom: 1em;
        margin-right: .4375em
    }
    .products__link ._view1 {
        display: none
    }
    .products__link ._view2 {
        display: block
    }
    .products .swiper-nav {
        right: 1.5em;
        bottom: .625em;
        top: unset
    }
    .products2 .swiper-nav {
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%)
    }
    .products2 .swiper-button {
        margin: 0 .3125em
    }
    .collection-slider .swiper-slide {
        width: 50%
    }
    .m-section__inner {
        padding-bottom: 4.5em
    }
    .m-section__top {
        min-height: unset
    }
    .m-section .swiper-nav {
        right: 50%;
        bottom: 0;
        top: unset;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%)
    }
    .m-section .swiper-button {
        margin: 0 .3125em
    }
}

.categories {
    padding: 5em 0;
    background-color: #f7f8fa;
    margin-bottom: 2.5em
}

.categories-slider {
    margin-top: 2.25em
}

.categories-slider .swiper-slide {
    width: calc(100% / 6)
}

.category-card {
    background-color: #fff;
    padding: 1.25em .75em;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-shadow: 0 4px 20px 0 rgba(133, 152, 199, .05);
    box-shadow: 0 4px 20px 0 rgba(133, 152, 199, .05);
    border-radius: .75em;
    height: 100%;
    border: 2px solid #fff
}

.category-card:hover {
    color: #000;
    border-color: #2e9f9d
}

.category-card__img {
    height: 7.8125em;
    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-bottom: .25em
}

.category-card__img img {
    max-width: 100%;
    max-height: 100%
}

.category-card__info {
    display: grid;
    grid-template-columns: 100%;
    gap: .25em
}

.category-card__title {
    font-size: 1em;
    line-height: 125%;
    font-weight: 500
}

.category-card__count {
    font-size: .875em;
    line-height: 125%;
    color: #2e9f9d
}

.make-product {
    padding: 2.5em 0
}

.make-product__inner {
    padding: 3.75em;
    background: -o-radial-gradient(29% -38%, 217.72% 211.57%, #404863, #404863 9.513%, #151b30 84.5%);
    background: radial-gradient(217.72% 211.57% at 29% -38%, #404863, #404863 9.513%, #151b30 84.5%);
    color: #fff;
    border-radius: .75em;
    position: relative;
    overflow: hidden
}

.make-product__inner:hover .make-product__img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04)
}

.make-product__bg {
    position: absolute;
    bottom: 0;
    left: 29.4375em;
    width: 34.0625em
}

.make-product__content {
    max-width: 26.25em;
    position: relative;
    z-index: 2
}

.make-product__desc {
    max-width: 26em;
    font-size: 1em;
    line-height: 144%;
    margin-top: 1.5em
}

.make-product__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.375em
}

.make-product__img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 46.375em;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

@media screen and (max-width:992px) {
    .categories {
        padding: 2.5em 0
    }
    .categories-slider {
        margin-top: 1.875em;
        position: static
    }
    .categories-slider .swiper-slide {
        width: 25%
    }
    .category-card {
        padding: 1.25em .25em
    }
    .category-card__img {
        height: 5.625em;
        margin-bottom: .5em
    }
    .category-card__info {
        gap: 0
    }
    .category-card__title {
        font-size: 1em;
        line-height: 125%;
        font-weight: 500
    }
    .category-card__count {
        font-size: .875em;
        line-height: 125%;
        color: #2e9f9d
    }
    .make-product {
        padding: 1.25em 0
    }
    .make-product__inner {
        padding: 2.625em 1.5625em
    }
    .make-product__bg {
        left: 13.25em;
        top: 0;
        bottom: unset
    }
    .make-product__content {
        max-width: 20.75em
    }
    .make-product__nav {
        margin-top: 1.625em
    }
    .make-product__img {
        width: 33em;
        right: -6.5em
    }
}

@media screen and (max-width:576px) {
    .categories-slider {
        margin-top: 1.25em
    }
    .categories-slider .swiper-slide {
        width: 50%
    }
    .make-product__inner {
        padding: 2.5em .9375em 14.25em
    }
    .make-product__bg {
        left: unset;
        right: -1.875em;
        top: 13.625em;
        width: 13.5625em
    }
    .make-product__desc {
        margin-top: 1em
    }
    .make-product__nav {
        margin-top: 1.25em
    }
    .make-product__img {
        width: 26em;
        right: -2em
    }
}

.consult-form__fields,
.consult__inner {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - .652em));
    gap: 1.25em
}

.about .h2,
.about .text,
.about__col2,
.ymaps-2-1-79-copyright__content-cell,
.ymaps-2-1-79-map-copyrights-promo {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.consult {
    overflow: hidden;
    padding-bottom: 5em
}

.consult .consult__desc,
.consult .consult__desc2,
.consult .consult__subtitle,
.consult .consult__top,
.consult .h2 {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.consult__inner {
    padding: 3.75em;
    background-color: #f7f8fa;
    position: relative
}

.consult__inner .socials {
    margin-top: 2em
}

.consult__img {
    position: absolute;
    right: -10.6875em;
    bottom: -4.625em;
    width: 20.5em;
    -webkit-filter: drop-shadow(12px 12px 5px rgba(163, 165, 187, .12)) drop-shadow(30px 30px 50px rgba(53, 77, 113, .12));
    filter: drop-shadow(12px 12px 5px rgba(163, 165, 187, .12)) drop-shadow(30px 30px 50px rgba(53, 77, 113, .12))
}

.consult__subtitle {
    margin-top: .125em
}

.consult__desc,
.consult__desc2 {
    max-width: 30em;
    font-size: 1em;
    line-height: 144%;
    margin-top: 1.25em;
    color: #666a7b
}

.consult__desc2 {
    margin-top: .5em
}

.consult .form-success__nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.consult .form-success__btn {
    padding: 0 1.75em;
    text-align: left
}

.consult-form__bottom {
    margin-top: 1.875em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.consult-form__btn {
    width: 12.8125em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1em
}

.consult-form__btn img {
    width: 1em;
    margin-left: .75em
}

.consult-form__hint {
    font-size: .875em;
    line-height: 120%;
    color: #666a7b
}

.consult-form__hint a {
    font-weight: 500;
    color: #2e9f9d
}

.consult-form__hint a:hover {
    color: #2e9f9d
}

._full {
    grid-column: 1/-1
}

.blog-collection {
    padding: 5em 0;
    margin-top: 2.5em;
    background-color: #f7f8fa
}

.blog-collection__top {
    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
}

.blog-slider {
    margin-top: 3.125em
}

.blog-slider .swiper-slide {
    width: calc(100% / 3)
}

.blog-card {
    background-color: #fff;
    border-radius: .75em;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.blog-card__img {
    position: relative;
    padding-bottom: 60%;
    display: block;
    border-radius: .75em .75em 0 0
}

.blog-card__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit
}

.blog-card__content {
    padding: 1.875em;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.blog-card__desc {
    margin-top: 1em;
    font-size: .875em;
    line-height: 120%;
    color: #666a7b
}

.blog-card__nav {
    margin-top: auto;
    padding-top: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blog-card__link {
    font-size: 1em;
    line-height: 120%
}

@media screen and (max-width:992px) {
    ._full-tablet {
        grid-column: 1/-1
    }
    .consult {
        padding-top: 2.5em;
        margin-top: -1.25em
    }
    .consult__inner {
        grid-template-columns: 100%;
        padding: 1.875em
    }
    .consult__subtitle {
        font-size: 1em;
        line-height: 125%
    }
    .consult__img {
        width: 14.25em;
        top: -2.75em;
        right: -5em
    }
    .consult-form__btn {
        height: 3.125em
    }
    .blog-collection {
        padding: 2.5em 0;
        margin-top: 1.25em;
        overflow: hidden
    }
    .blog-collection__top {
        padding-right: 10em
    }
    .blog-slider {
        margin-top: 1.875em;
        position: static
    }
    .blog-slider .slider__wrap {
        overflow: unset
    }
    .blog-slider .swiper-slide {
        width: 18.125em
    }
    .blog-slider .swiper-nav {
        top: -.5em
    }
    .blog-card__content {
        padding: .9375em
    }
    .blog-card__desc {
        margin-top: .5em
    }
    .blog-card__nav {
        padding-top: .75em
    }
}

@media screen and (max-width:992px) and (min-width:577px) {
    .consult__col {
        display: grid;
        grid-template-columns: 21.25em 12.5em;
        gap: 4.375em
    }
    .consult__col .consult__desc2 {
        margin: 0
    }
    .consult__col .socials {
        margin-top: .5em
    }
}

@media screen and (max-width:576px) {
    .consult__subtitle {
        margin-top: .75em
    }
    .consult__desc {
        margin-top: 1em
    }
    .consult__desc2 {
        margin-top: .625em
    }
    .consult .socials {
        margin-top: 1.25em
    }
    .consult__img {
        width: 10.75em;
        top: -2.5em;
        right: -3.875em
    }
    .consult-form__fields {
        grid-template-columns: 100%
    }
    .consult-form__bottom {
        display: block
    }
    .consult-form__btn {
        width: 100%;
        margin: 0 0 .75em
    }
    .blog-collection._type2 .swiper-nav {
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%)
    }
    .blog-collection .m-section__inner {
        padding-bottom: 6em
    }
    .blog-collection__top {
        padding: 0
    }
    .blog-collection__link {
        position: absolute;
        width: auto;
        padding: 0 1em;
        right: 50%;
        bottom: 1em;
        margin-right: .4375em
    }
    .blog-slider {
        margin-top: 1em
    }
    .blog-slider .swiper-nav {
        top: unset;
        right: 1.5em;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        bottom: .625em
    }
}

.about__inner {
    display: grid;
    grid-template-columns: 41.5em calc(100% - 44.5em);
    gap: 3em
}

.about__col2 {
    -ms-flex-item-align: center;
    align-self: center
}

.about .text {
    color: #424244;
    margin-top: 1.5em
}

.about .text p {
    line-height: 153%
}

.about__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.75em
}

.about__btn {
    height: 3.875em;
    padding: 0 3.125em;
    margin-right: 1.25em
}

.about__btn img {
    width: 1.375em;
    margin-left: .75em
}

.map {
    border-radius: .75em;
    overflow: hidden;
    height: 31em
}

.map .ymaps-2-1-79-map {
    mix-blend-mode: exclusion;
    background-blend-mode: exclusion, hard-light
}

.shop__inner {
    display: grid;
    grid-template-columns: 40.375em calc(100% - 43.375em);
    gap: 3em
}

.shop .h2 {
    max-width: 11em
}

.shop .text {
    color: #424244;
    margin-top: 1.5em
}

.shop .text ul {
    gap: 1.25em
}

.shop .text ul li:before {
    background-image: url(../img/check2.svg)
}

.shop__nav {
    display: none
}

.shop-slider .swiper-nav {
    position: absolute;
    bottom: 1.875em;
    left: 1.875em;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.shop-slider .swiper-button {
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    margin: 0 .625em 0 0
}

.shop-info {
    position: relative
}

.shop-info__img {
    position: relative;
    padding-bottom: 74.7%;
    display: block;
    border-radius: .75em
}

.shop-info__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit
}

.shop-info__img:after {
    background: rgba(37, 47, 65, .4)
}

.shop-info__content {
    position: absolute;
    bottom: 6.25em;
    left: 1.875em;
    width: 19.375em;
    max-width: 100%;
    color: #fff;
    display: grid;
    grid-template-columns: 100%;
    gap: 1em
}

.shop-info__desc {
    line-height: 144%
}

@media screen and (max-width:992px) {
    .about__inner {
        grid-template-columns: 100%;
        gap: .875em
    }
    .about .text {
        margin-top: .75em
    }
    .about__nav {
        margin-top: 1em
    }
    .about__btn {
        padding: 0 1.875em;
        height: 2.875em
    }
    .map {
        height: 15.5em
    }
    .shop .h2 {
        max-width: 100%
    }
    .shop__inner {
        grid-template-columns: 100%;
        gap: .875em
    }
    .shop .text {
        margin-top: .75em
    }
    .shop .text ul {
        gap: .75em
    }
    .shop-slider .swiper-nav {
        top: unset;
        bottom: 1.125em
    }
    .shop-slider .swiper-button {
        width: 2.125em;
        height: 2.125em
    }
    .shop-info__img {
        padding-bottom: 45.8%
    }
    .shop-info__content {
        bottom: 3.5em;
        left: 1.75em;
        gap: .25em
    }
    .shop-info__title {
        max-width: 8.3em;
        line-height: 104%
    }
}

@media screen and (max-width:576px) {
    .about {
        margin: 0;
        padding-top: 0
    }
    .about .text p {
        font-size: .9375em
    }
    .about__nav {
        margin-top: .75em
    }
    .shop__nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 1em
    }
    .shop__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 500;
        color: #2e9f9d
    }
    .shop__btn span {
        border-bottom: 1px dashed rgba(15, 108, 218, .5);
        font-size: 1em;
        line-height: 137%
    }
    .shop__btn img {
        width: .5625em;
        margin-left: .375em
    }
    .shop-slider .swiper-nav {
        left: .9375em;
        bottom: 1em;
        right: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset
    }
    .shop-info__img {
        padding-bottom: 74.8%
    }
    .shop-info__content {
        left: .9375em;
        bottom: 4em
    }
    .about-detail._show .shop .shop__nav {
        display: none
    }
    .about-detail._show .about,
    .about-detail._show .shop__col2 {
        display: block
    }
    .about-detail .shop__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .about-detail:not(._show) .about,
    .about-detail:not(._show) .shop__col2 {
        padding: 0;
        height: 0;
        overflow: hidden
    }
}

.promo {
    padding: 2.5em 0 7.5em
}

.promo-slider {
    margin-top: 1.875em
}

@media screen and (min-width:577px) {
    .promo-slider .swiper-container {
        width: 100%
    }
    .promo-slider .swiper-wrapper {
        display: grid;
        gap: 1.875em;
        grid-template-columns: repeat(6, calc(100% / 6 - 9.375em / 6));
        -webkit-transform: unset!important;
        -ms-transform: unset!important;
        transform: unset!important;
        grid-auto-flow: dense
    }
    .promo-slider .swiper-slide {
        width: 100%!important;
        grid-column: span 2;
        padding-right: 0
    }
    .promo-slider .swiper-slide--big {
        grid-column: span 3
    }
    .promo-slider .swiper-slide--big .promo-card__img {
        padding-bottom: 43%
    }
    .promo-slider .swiper-nav {
        display: none
    }
    .article-slider .swiper-button.swiper-button-disabled {
        opacity: 0
    }
}

.promo-card {
    color: #fff;
    position: relative;
    border-radius: .75em;
    overflow: hidden
}

.promo-card:hover .promo-card__img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04)
}

.promo-card__img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
    padding-bottom: 92.3%;
    display: block;
    border-radius: .75em;
    border: 1px solid rgba(215, 218, 226, .5)
}

.promo-card__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit
}

.promo-card__img ._view2 {
    display: none
}

.promo-card__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2em 2.5em;
    max-width: 23.125em
}

.promo-card__title {
    font-weight: 600;
    font-family: "TT Phobos", sans-serif
}

.promo-card__desc {
    max-width: 18.125em;
    margin-top: .25em;
    font-size: 1em;
    line-height: 144%
}

.promo-card__desc b {
    font-weight: 600
}

.promo-card__link {
    position: absolute;
    right: 2.5em;
    bottom: 2.5em
}

.sale {
    padding: 2.5em 0;
    color: #fff
}

.sale:hover .sale__img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04)
}

.sale__inner {
    position: relative;
    border-radius: .75em;
    overflow: hidden
}

.sale__img {
    position: relative;
    padding-bottom: 27%;
    display: block;
    border-radius: .75em;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.sale__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit
}

.sale__img ._view2,
.sale__img ._view3 {
    display: none
}

.sale__content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 3.25em 3.75em;
    width: 45.625em;
    height: 100%;
    max-width: 100%
}

.sale__desc {
    margin-top: 1em;
    font-size: 1em;
    line-height: 144%;
    color: #d7dae2;
    max-width: 27.5em
}

.sale__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.875em
}

.reviews {
    padding: 5em 0 2.5em
}

.reviews-slider {
    margin-top: 2.25em
}

.reviews-slider .swiper-slide {
    width: calc(100% / 3)
}

.review-card {
    padding: 1.875em;
    border: 1px solid rgba(215, 218, 226, .5);
    border-radius: .75em
}

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

.review-card__img {
    width: 3.625em;
    height: 3.625em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1em
}

.review-card__img img {
    border: 1px solid rgba(215, 218, 226, .5);
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%
}

.review-card__info {
    display: grid;
    grid-template-columns: 100%;
    gap: .5em
}

.review-card__stars {
    width: 5.25em
}

.review-card__stars img {
    width: 100%;
    display: block
}

.review-card__site {
    margin-left: auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 1.25em
}

.review-card__site img {
    width: 100%;
    display: block
}

.review-card__bottom {
    margin-top: 1.25em
}

.review-card__desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical
}

@media screen and (max-width:992px) and (min-width:577px) {
    .promo-slider .swiper-wrapper {
        gap: .9375em;
        grid-template-columns: repeat(6, calc(100% / 6 - .9375em * 5 / 6))
    }
    .promo-slider .swiper-slide--big .promo-card__img {
        padding-bottom: 59.8%
    }
}

@media screen and (max-width:992px) {
    .promo {
        padding: 1.25em 0
    }
    .promo-slider {
        margin-top: 1em
    }
    .promo-card__img ._view1 {
        display: none
    }
    .promo-card__img ._view2 {
        display: block
    }
    .promo-card__content {
        padding: .9375em
    }
    .promo-card__title {
        font-weight: 600;
        font-family: "TT Phobos", sans-serif
    }
    .promo-card__desc {
        margin-top: .25em;
        font-size: .875em
    }
    .promo-card__link {
        right: 1.25em;
        bottom: 1.25em
    }
    .sale {
        padding: 1.25em 0
    }
    .sale__img {
        padding-bottom: 45%
    }
    .sale__img ._view1 {
        display: none
    }
    .sale__img ._view2 {
        display: block
    }
    .sale__content {
        padding: 3.125em 1.5625em;
        width: 26em
    }
    .sale__nav {
        margin-top: 1.625em
    }
    .reviews {
        padding: 2.5em 0 1.25em
    }
    .reviews-slider {
        margin-top: 1.25em
    }
    .reviews-slider .swiper-slide {
        width: 50%
    }
    .reviews-slider .swiper-nav {
        position: absolute;
        right: 0;
        bottom: 100%;
        margin-bottom: .625em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .reviews-slider .swiper-button {
        position: static;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        border: 1px solid rgba(215, 218, 226, .5);
        margin: 0 0 0 .625em
    }
    .review-card__desc {
        -webkit-line-clamp: 14
    }
}

@media screen and (max-width:576px) {
    .promo {
        overflow: hidden;
        padding-bottom: 6.25em;
        position: relative
    }
    .promo-slider {
        position: static
    }
    .promo-slider .slider__wrap {
        overflow: unset
    }
    .promo-slider .swiper-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        bottom: 1.25em;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .promo-slider .swiper-button {
        border: 1px solid rgba(215, 218, 226, .5);
        position: static;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        margin: 0 .3125em
    }
    .promo-card__img {
        padding-bottom: 63.6%
    }
    .promo-card__content {
        padding: 1.125em 1.5em
    }
    .promo-card__link {
        width: 3.125em;
        height: 3.125em
    }
    .promo-card__link svg {
        width: 1.25em
    }
    .sale__img {
        padding-bottom: 151%
    }
    .sale__img ._view2 {
        display: none
    }
    .sale__img ._view3 {
        display: block
    }
    .sale__content {
        padding: 2.125em .9375em
    }
    .sale__nav {
        margin-top: 1em
    }
    .reviews {
        position: relative;
        padding-bottom: 5.625em
    }
    .reviews-slider {
        margin-top: 1em;
        position: static
    }
    .reviews-slider .swiper-slide {
        width: 100%
    }
    .reviews-slider .swiper-nav {
        right: 50%;
        bottom: 1.25em;
        margin: 0;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%)
    }
    .reviews-slider .swiper-button {
        margin: 0 .3125em
    }
}

.blog-page {
    padding-bottom: 5em
}

.blog-page .blog-card__img {
    border-radius: .75em
}

.blog-page .blog-card__content {
    padding: 0;
    margin-top: .75em
}

.blog-page .blog-card__nav {
    padding-top: .75em
}

.blog-item .text {
    margin-top: 2.5em
}

.blog-item__date {
    font-size: 1em;
    line-height: 144%;
    color: #666a7b;
    margin-top: .25em
}

.blog-item__img {
    width: 100%;
    display: block;
    border-radius: .3125em;
    margin-top: 2.375em
}

.blog-item__info {
    margin-top: 2.5em;
    padding: 1.75em 1.875em;
    border-radius: .75em;
    background-color: #f7f8fa;
    color: #015f5f;
    display: grid;
    grid-template-columns: 100%;
    gap: 1em
}

.blog-item__info p {
    font-size: 1.125em;
    line-height: 128%
}

.article-slider {
    margin-bottom: 1.5em
}

.article-slider .swiper-slide {
    width: calc(100% / 3)
}

.article-slider__img {
    border-radius: .3125em;
    position: relative;
    padding-bottom: 60%;
    display: block
}

.article-slider__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit
}

.article-video {
    width: 54.125em;
    max-width: 100%;
    display: block;
    margin: 1.25em auto;
    position: relative;
    color: #fff
}

.article-video:hover {
    color: #fff
}

.article-video:hover .article-video__img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.article-video__play {
    margin-top: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    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: center;
    -ms-flex-align: center;
    align-items: center
}

.article-video__play-icon {
    width: 5em;
    height: 5em;
    background-color: #2e9f9d;
    border-radius: 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
}

.article-video__play-icon img {
    width: 1.5625em
}

.article-video__play-text {
    font-size: 1.0625em;
    line-height: 135%;
    text-align: center;
    margin-top: .5em
}

.article-video__img {
    position: relative;
    padding-bottom: 56.2%;
    display: block;
    border-radius: .625em;
    overflow: hidden
}

.article-video__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.article-video__img:after {
    background: rgba(2, 38, 80, .28)
}

.article-video__top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.25em 1.5em
}

@media screen and (max-width:992px) {
    .blog-page__grid {
        grid-template-columns: repeat(2, calc(50% - 1.5625em / 2));
        gap: 1.525em
    }
    .blog-page .blog-card__img {
        border-radius: .3125em
    }
    .blog-item__date {
        font-size: .875em
    }
    .blog-item__img {
        margin-top: 1em;
        -o-object-fit: cover;
        object-fit: cover;
        min-height: 22.5em
    }
    .blog-item__info {
        margin-top: 1.25em;
        padding: .75em .9375em;
        gap: 0
    }
    .blog-item__info p {
        font-size: 1em;
        line-height: 144%
    }
    .article-slider {
        margin-bottom: 1em
    }
    .article-slider .swiper-container {
        width: calc(100% + 1.25em)
    }
    .article-slider .swiper-slide {
        padding-right: 1.25em
    }
    .article-slider__img {
        padding-bottom: 70%
    }
    .article-video__play-icon {
        width: 4.625em;
        height: 4.625em
    }
    .article-video__play-icon img {
        width: 1.4375em
    }
    .article-video__play-text {
        display: none
    }
    .article-video__top {
        padding: .75em 1em
    }
    .article-video__title {
        font-size: 1.0625em
    }
}

@media screen and (max-width:576px) {
    .blog-page {
        padding-bottom: 2.5em
    }
    .blog-page__grid {
        grid-template-columns: 100%
    }
    .blog-item__img {
        min-height: 12.75em
    }
    .article-slider {
        padding-bottom: 3.75em
    }
    .article-slider .swiper-slide {
        width: 100%
    }
    .article-slider .swiper-nav {
        position: absolute;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .article-slider .swiper-button {
        position: static;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        margin: 0 .3125em
    }
    .article-video__play-icon {
        width: 3.125em;
        height: 3.125em
    }
    .article-video__play-icon img {
        width: 1em
    }
}

.about-main {
    padding-bottom: 5em
}

.about-main__inner {
    position: relative;
    min-height: 30.25em;
    padding-right: 32.875em
}

.about-main__media {
    position: absolute;
    width: 31em;
    right: 0;
    top: 0
}

.about-main__img {
    position: relative;
    z-index: 2;
    width: 100%;
    -webkit-filter: drop-shadow(15px 8px 39px rgba(46, 51, 62, .17)) drop-shadow(62px 33px 70px rgba(46, 51, 62, .14)) drop-shadow(139px 75px 95px rgba(46, 51, 62, .09)) drop-shadow(247px 133px 112px rgba(46, 51, 62, .03)) drop-shadow(386px 207px 123px rgba(46, 51, 62, 0));
    filter: drop-shadow(15px 8px 39px rgba(46, 51, 62, .17)) drop-shadow(62px 33px 70px rgba(46, 51, 62, .14)) drop-shadow(139px 75px 95px rgba(46, 51, 62, .09)) drop-shadow(247px 133px 112px rgba(46, 51, 62, .03)) drop-shadow(386px 207px 123px rgba(46, 51, 62, 0))
}

.about-main__img2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%
}

.about-main .text {
    margin-top: 1.875em
}

.about-main .text p {
    line-height: 153%
}

.about-main .shop__btn {
    display: none
}

.why {
    padding: 5em 0;
    background-color: #f7f8fa;
    border-top: 1px solid rgba(215, 218, 226, .5);
    border-bottom: 1px solid rgba(215, 218, 226, .5)
}

.why__items {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 1.875em));
    gap: 2.5em;
    margin-top: 1.875em
}

.why-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.why-item__icon {
    width: 2.8125em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: .9375em
}

.why-item__icon img {
    width: 100%;
    display: block
}

.why-item__content {
    padding-top: .25em
}

.why-item__title {
    font-weight: 500;
    font-size: 1.25em;
    line-height: 130%
}

.why-item__desc {
    font-size: 1em;
    line-height: 144%;
    color: #666a7b;
    margin-top: .375em
}

.contacts {
    padding-bottom: 2.5em
}

.contacts .map {
    margin-top: 2.5em;
    width: 100%;
    overflow: unset
}

.contacts__items {
    display: grid;
    grid-template-columns: repeat(5, calc(20% - 1em));
    gap: 1.25em
}

.map2 {
    margin-top: 2.5em;
    height: 31.25em
}

.map2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.contact-item {
    padding: 1.25em;
    border: 1px solid #f7f8fa;
    border-radius: .3125em;
    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
}

.contact-item__title {
    font-size: 1em;
    line-height: 125%;
    font-weight: 600;
    margin-bottom: 1em
}

.contact-item__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.contact-item__desc img {
    margin-right: .5em;
    width: 1em
}

.contact-item__desc span {
    margin-top: -.3125em;
    font-size: 1em;
    line-height: 144%
}

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

.contact-socials__item {
    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;
    width: 1.125em;
    margin-right: 1em
}

.contact-socials__item:last-child {
    margin-right: 0
}

.contact-socials__item img,
.contact-socials__item svg {
    width: 100%
}

.contact-socials__item:hover path {
    stroke: #fe9921
}

.contact-socials__hint {
    margin-top: .5em;
    color: #666a7b
}

@media screen and (max-width:992px) {
    .about-main {
        padding-bottom: 2.5em
    }
    .about-main__inner {
        padding: 0;
        min-height: unset
    }
    .about-main__media {
        position: relative;
        float: right;
        width: 20.25em
    }
    .about-main .text {
        margin-top: .5em
    }
    .about-main .text p {
        line-height: 144%
    }
    .why {
        padding: 2.5em 0
    }
    .why__items {
        grid-template-columns: repeat(2, calc(50% - 1.5625em / 2));
        gap: 1.125em 1.5625em;
        margin-top: 1.25em
    }
    .contacts__items {
        grid-template-columns: repeat(2, calc(50% - .9375em / 2));
        gap: .9375em
    }
    .contacts .map {
        height: 20.5em
    }
    .contact-item--full {
        grid-column: 1/-1
    }
    .contact-item__desc br {
        display: none
    }
}

@media screen and (max-width:576px) {
    .about-main {
        padding-bottom: 0
    }
    .about-main:not(._show) .text {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical
    }
    .about-main:not(._show) .text p {
        display: inline;
        margin: 0!important
    }
    .about-main._show .shop__btn ._view1 {
        display: none
    }
    .about-main._show .shop__btn ._view2 {
        display: block
    }
    .about-main__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .about-main__media {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: .75em
    }
    .about-main .shop__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .about-main .shop__btn ._view2 {
        display: none
    }
    .contacts__items,
    .why__items {
        grid-template-columns: 100%
    }
}

.error404 {
    padding-bottom: 5em
}

.error404__grid {
    display: grid;
    grid-template-columns: 43.625em calc(100% - 48.625em);
    gap: 2.25em 5em;
    margin-top: 1.875em
}

.error404__img {
    width: 100%;
    display: block;
    -webkit-filter: drop-shadow(3px 5px 14px rgba(0, 0, 0, .08)) drop-shadow(13px 21px 25px rgba(0, 0, 0, .07)) drop-shadow(29px 48px 34px rgba(0, 0, 0, .04)) drop-shadow(52px 85px 40px rgba(0, 0, 0, .01)) drop-shadow(81px 132px 43px transparent);
    filter: drop-shadow(3px 5px 14px rgba(0, 0, 0, .08)) drop-shadow(13px 21px 25px rgba(0, 0, 0, .07)) drop-shadow(29px 48px 34px rgba(0, 0, 0, .04)) drop-shadow(52px 85px 40px rgba(0, 0, 0, .01)) drop-shadow(81px 132px 43px transparent)
}

.error404__col2 {
    padding-top: .5em;
    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
}

.error404 .search-field {
    margin-top: 1em;
    width: 100%
}

.error404__link {
    margin-top: auto;
    padding: 0 3.125em;
    height: 3.875em
}

.error404__link img {
    margin-left: .75em;
    width: 1.375em
}

.search-field .fg input {
    background-color: #f7f8fa;
    height: 3.1875em;
    padding-right: 2.75em
}

.search-field__btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.25em;
    right: 1.25em;
    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
}

.search-field__btn:hover path {
    opacity: 1
}

.search-field__btn img {
    width: 100%;
    display: block
}

.conf {
    padding: 0 0 5em
}

.conf__text {
    margin-top: 1.875em;
    font-weight: 400
}

.conf__text a {
    color: #2e9f9d;
    font-weight: 700;
    text-decoration: underline
}

.conf__text li,
.conf__text p {
    font-size: .9375em;
    line-height: 180%
}

.conf__text p:not(:last-child) {
    margin: 0 0 .5em
}

.conf__hint {
    padding: 2em 2.1875em;
    background: #f7f8fa;
    margin-top: 1.56em
}

.conf__hint .text {
    margin: 0
}

.conf__hint .text p {
    font-size: 1em;
    line-height: 144%
}

@media screen and (max-width:992px) {
    .error404 {
        padding-bottom: 2.5em
    }
    .error404__grid {
        max-width: 100%;
        width: 28.5em;
        margin-left: auto;
        margin-right: auto;
        grid-template-columns: 100%
    }
    .error404__img {
        max-width: 22.5em;
        margin: 0 auto
    }
    .error404__col2 {
        padding: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
    .error404__link {
        margin-top: 2.1875em
    }
    .conf {
        padding-bottom: 2.5em
    }
    .conf__hint {
        padding: .75em .9375em
    }
    .conf__text {
        margin-top: 1.25em
    }
    .conf__text li,
    .conf__text p {
        font-size: .875em;
        line-height: 164%
    }
}

@media screen and (max-width:576px) {
    .error404__grid {
        margin-top: .875em
    }
    .error404__img {
        width: calc(100% + 1.875em);
        margin-left: -.9375em
    }
    .conf__hint {
        margin-top: .625em
    }
}

.page-block {
    padding: 0 0 5em
}

.faq__grid {
    margin-top: 1.75em;
    display: grid;
    grid-template-columns: calc(100% - 26.625em) 24.1875em;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.faq-group:not(:last-child) {
    margin: 0 0 1.5em
}

.faq-group__items {
    margin-top: .75em
}

.qa-card._active ._hide {
    opacity: 0
}

.qa-card__show {
    padding: .75em 0;
    border-bottom: 1px solid #f4f5f5;
    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
}

.qa-card__btn {
    width: 1.5em;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.qa-card__btn svg {
    width: 100%;
    height: auto
}

.qa-card__btn:hover path {
    stroke: #fe9921
}

.qa-card__hidden {
    display: none;
    padding: .75em .9375em;
    border-bottom: 1px solid #f4f5f5
}

.consult2 .container {
    padding: 0
}

.consult2 .h2 {
    font-size: 1.875em;
    line-height: 107%;
    font-family: "Tilda Sans", sans-serif
}

.consult2 .consult__subtitle {
    margin-top: .5em
}

.consult2 .consult-form__btn {
    background-color: #2e9f9d
}

.consult2 .consult-form__btn:hover {
    background-color: #015f5f
}

.consult2 .consult-form__hint a {
    color: #000
}

.consult2 .consult-form__hint a:hover {
    color: #2e9f9d
}

@media screen and (min-width:993px) {
    .consult2 .consult__inner {
        grid-template-columns: 100%;
        padding: 1.875em
    }
    .consult2 .consult-form__fields {
        grid-template-columns: 100%
    }
    .consult2 .consult-form__bottom {
        display: block
    }
    .consult2 .consult-form__btn {
        margin: 0 0 .75em;
        width: 100%
    }
    .consult2 .socials {
        margin-top: 1.25em
    }
    .consult2 .consult__img {
        width: 12.5em;
        right: -5em;
        top: -2.75em;
        bottom: unset
    }
    .find .categories-slider .swiper-button.swiper-button-disabled {
        opacity: 0
    }
}

@media screen and (max-width:992px) {
    .page-block {
        padding: 0 0 2.5em
    }
    .faq__grid {
        grid-template-columns: 100%;
        gap: 3.75em
    }
}

@media screen and (max-width:576px) {
    .faq__grid {
        margin-top: 1.25em
    }
}

.faq-block {
    padding: 5em 0;
    background-color: #f7f8fa
}

.faq-block__groups {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 1.5625em));
    gap: 3.125em;
    margin-top: 1.875em
}

.faq-block .faq-group {
    margin: 0!important
}

.faq-block .qa-card__hidden,
.faq-block .qa-card__show {
    border-color: #d7dae2
}

.find {
    padding: 5em 0
}

.find__top {
    display: grid;
    grid-template-columns: 44.5em 30.3125em;
    gap: .75em 3.125em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.find .categories-slider .swiper-slide {
    width: 20%
}

.find .category-card {
    border: 1px solid #f7f8fa;
    outline: transparent solid 1px!important;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    position: relative
}

.find .category-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    border: 2px solid #2e9f9d;
    opacity: 0;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit
}

.find .category-card:hover {
    border-color: transparent
}

.find .category-card:hover:before {
    opacity: 1
}

.advantages {
    padding: 5em 0
}

.advantages__items {
    display: grid;
    grid-template-columns: repeat(3, calc(100% / 3 - 15.625em / 3));
    gap: 3em 7.8125em
}

.start-save {
    background-color: #2e9f9d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.25em;
    border-radius: .3125em;
    color: #fff
}

.start-save__img {
    width: 1.9375em;
    margin-right: .875em
}

.start-save__title {
    font-size: 1em;
    line-height: 125%;
    font-weight: 600;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.start-save__link {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: .875em
}

.cooperate {
    min-height: 25.1875em;
    position: relative;
    background: #015f5f;
    color: #fff;
    padding: 2.5em 0
}

.cooperate__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cooperate__img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.cooperate__img ._view2,
.cooperate__img ._view3 {
    display: none
}

.cooperate .container {
    position: relative;
    z-index: 2
}

.cooperate .breadcrumbs li {
    color: rgba(255, 255, 255, .5)
}

.cooperate .breadcrumbs li:last-child a {
    color: #fff
}

.cooperate__content {
    max-width: 37.25em
}

.cooperate__desc {
    margin-top: 1.5em;
    color: #f7f8fa;
    max-width: 32.5em
}

.cooperate__nav {
    margin-top: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cooperate__btn {
    padding: 0 1.5625em
}

@media screen and (max-width:992px) {
    .faq-block {
        padding: 2.5em 0
    }
    .faq-block__groups {
        grid-template-columns: 100%
    }
    .find {
        padding: 2.5em 0
    }
    .find__top {
        grid-template-columns: 100%;
        max-width: 28.4375em
    }
    .find .main__items {
        margin-top: 1.5em
    }
    .find .categories-slider {
        position: relative
    }
    .find .categories-slider .swiper-slide {
        width: 25%
    }
    .find .categories-slider .swiper-nav {
        position: absolute;
        bottom: 100%;
        right: 0;
        margin-bottom: 2.5em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .find .categories-slider .swiper-button {
        position: static;
        margin: 0 0 0 .625em;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset
    }
    .advantages {
        padding: 2.5em 0
    }
    .advantages__items {
        grid-template-columns: repeat(2, calc(50% - .9375em));
        gap: 1.875em
    }
    .cooperate {
        min-height: 20em;
        padding-top: 1.25em
    }
    .cooperate__img ._view1 {
        display: none
    }
    .cooperate__img ._view2 {
        display: block
    }
    .cooperate .breadcrumbs {
        margin-bottom: 1.25em
    }
    .cooperate__content {
        max-width: 22.0625em
    }
    .cooperate__desc,
    .cooperate__nav {
        margin-top: 1em
    }
    .cooperate__btn {
        height: 3.125em
    }
}

@media screen and (max-width:576px) {
    .find .categories-slider .swiper-container {
        width: 100%
    }
    .find .categories-slider .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(2, calc(50% - .4375em));
        gap: .625em .875em;
        -webkit-transform: unset!important;
        -ms-transform: unset!important;
        transform: unset!important
    }
    .find .categories-slider .swiper-slide {
        width: 100%;
        padding: 0
    }
    .find .categories-slider .swiper-nav {
        display: none
    }
    .advantages__items {
        grid-template-columns: 100%
    }
    .cooperate__img ._view2 {
        display: none
    }
    .cooperate__img ._view3 {
        display: block
    }
    .cooperate__nav {
        margin-top: 1.5em
    }
}

.categories-page__groups {
    margin-top: 1.875em;
    display: grid;
    grid-template-columns: repeat(2, calc(50% - .625em));
    gap: 2.5em 1.25em
}

@media screen and (min-width:577px) {
    .category-group:not(._full) .category-group__grid {
        grid-template-columns: repeat(3, calc(100% / 3 - 2.5em / 3))
    }
}

.category-group__grid {
    display: grid;
    grid-template-columns: repeat(6, calc(100% / 6 - 6.25em / 6));
    gap: 1.25em;
    margin-top: 1.75em
}

.category-group__grid._type2 {
    grid-template-columns: repeat(4, calc(25% - .9375em))
}

.category-group .category-card {
    border: 1px solid #f7f8fa;
    outline: transparent solid 1px!important;
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.category-group .category-card:hover {
    border-color: #2e9f9d;
    outline-color: #2e9f9d!important
}

.category-card2 {
    border-radius: .75em;
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
    outline: transparent solid 2px!important
}

.category-card2:hover {
    color: #fff;
    outline-color: #2e9f9d!important
}

.category-card2__img {
    border-radius: .75em;
    position: relative;
    padding-bottom: 70.78%;
    display: block
}

.category-card2__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit
}

.category-card2__img:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(43.913%, rgba(7, 21, 37, 0)), to(rgba(7, 21, 37, .69)));
    background: -o-linear-gradient(top, rgba(7, 21, 37, 0) 43.913%, rgba(7, 21, 37, .69) 100%);
    background: linear-gradient(180deg, rgba(7, 21, 37, 0) 43.913%, rgba(7, 21, 37, .69) 100%)
}

.category-card2__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .9375em
}

.category-card2 .category-card__count {
    color: #2e9f9d
}

.cant-find {
    padding: 5em 0
}

.cant-find__inner {
    padding: 3.125em;
    background-color: #f7f8fa;
    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;
    position: relative;
    background-image: url(../img/cant-find-bg.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 100%
}

.cant-find__img {
    width: 20.5em;
    top: -4.125em;
    right: 23em;
    position: absolute;
    -webkit-filter: drop-shadow(.75em .75em .3125em rgba(163, 165, 187, .12)) drop-shadow(1.875em 1.875em 3.125em rgba(53, 77, 113, .12));
    filter: drop-shadow(.75em .75em .3125em rgba(163, 165, 187, .12)) drop-shadow(1.875em 1.875em 3.125em rgba(53, 77, 113, .12))
}

.cant-find__info {
    max-width: 36.625em
}

.cant-find__title {
    font-family: "Tilda Sans", sans-serif
}

.cant-find__desc {
    margin-top: .125em
}

.cant-find__btn img {
    margin-left: .75em;
    width: 1em
}

@media screen and (max-width:992px) {
    .categories-page__groups {
        margin-top: 1.25em;
        gap: 1.875em 1.25em
    }
    .category-group__grid {
        grid-template-columns: repeat(4, calc(25% - 2.8125em / 4));
        gap: .9375em;
        margin-top: .75em
    }
    .category-group__grid._type2 {
        grid-template-columns: repeat(3, calc(100% / 3 - .625em))
    }
    .category-card2__img {
        padding-bottom: 78.6%
    }
    .cant-find {
        padding: 2.5em 0
    }
    .cant-find__inner {
        padding: 2.125em 1.5625em;
        background-image: url(../img/cant-find-bg2.svg)
    }
    .cant-find__img {
        width: 13.625em;
        top: -2em;
        right: 13.75em
    }
    .cant-find__info {
        max-width: 18.375em
    }
    .cant-find__title {
        font-size: 1.5em
    }
    .cant-find__desc {
        font-size: 1em;
        line-height: 125%;
        font-weight: 600;
        margin-top: .75em
    }
    .cant-find__btn {
        padding: 0 1.875em;
        height: 3.125em
    }
}

@media screen and (max-width:576px) {
    .categories-page__groups {
        gap: 2.125em;
        grid-template-columns: 100%
    }
    .category-group__grid {
        grid-template-columns: repeat(2, calc(50% - .9375em / 2))
    }
    .category-group__grid._type2 {
        grid-template-columns: 100%
    }
    .category-card2__img {
        padding-bottom: 54.38%
    }
    .cant-find {
        overflow: hidden;
        padding-top: 1.25em
    }
    .cant-find__inner {
        display: block;
        background-image: url(../img/cant-find-bg3.svg);
        background-size: auto calc(100% - 2.75em);
        background-position: right center
    }
    .cant-find__img {
        width: 11em;
        top: -2em;
        right: -2.5em
    }
    .cant-find__info {
        max-width: 14.25em
    }
    .cant-find__title {
        max-width: 7.9em
    }
    .cant-find__btn {
        width: 100%;
        margin: 1.75em 0 0
    }
}

.catalog__grid {
    display: grid;
    grid-template-columns: 15.5em calc(100% - 15.5em - 1.875em);
    gap: 1.875em
}

.catalog__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.25em
}

.catalog__info:first-child {
    margin-top: 0
}

.catalog__title {
    font-size: 2.3125em;
    line-height: 146%;
    font-weight: 600;
    font-family: "TT Phobos", sans-serif
}

.catalog__count {
    color: #666a7b;
    padding: .25em 0 0 .625em
}

.catalog .search-field {
    margin-top: 1.25em
}

.catalog-menu__bg,
.catalog-menu__bottom,
.catalog-menu__top {
    display: none
}

.category-menu {
    padding: 1.5em 1.25em;
    border: 1px solid #eff1f4;
    border-radius: .25em
}

.category-menu__title ._view2 {
    display: none
}

.category-menu__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.5em
}

.category-menu__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500
}

.category-menu__back svg {
    width: .75em;
    margin-right: .5em
}

.category-menu__back span {
    font-size: 1em;
    line-height: 125%
}

.category-menu__bottom {
    margin-top: .75em;
    padding-left: 1.25em
}

.category-menu .menu {
    display: grid;
    grid-template-columns: 100%;
    gap: .5em
}

.category-menu .menu a {
    font-size: 1em;
    line-height: 144%
}

.category-menu .menu-item-has-children {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.category-menu .menu-item-has-children:after {
    content: '';
    width: .75em;
    height: .75em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-image: url(../img/arrow3.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    position: absolute;
    top: .3125em;
    right: 0;
    pointer-events: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.category-menu .menu-item-has-children._active:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.category-menu .menu-item-has-children>a {
    cursor: pointer;
    width: 100%;
    padding-right: 1em
}

.category-menu .menu-item-has-children ul {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-left: 1em;
    padding-top: .375em;
    display: none
}

.category-menu .menu-item-has-children ul li:not(:last-child) {
    margin: 0 0 .375em
}

.category-menu .menu-item-has-children ul a {
    font-size: .875em;
    color: #666a7b
}

.category-menu .menu-item-has-children ul .current-menu-item a,
.category-menu .menu-item-has-children ul a:hover {
    color: #2e9f9d
}

.category-menu__more,
.filter-btn {
    display: none
}

.filter {
    padding: 1.5em 1.25em;
    border: 1px solid #eff1f4;
    border-radius: .25em;
    margin-top: 1.25em
}

.filter__items {
    display: grid;
    grid-template-columns: 100%;
    gap: 1.5em;
    margin-top: 1.5em
}

.filter-group._active .filter-group__btn {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.filter-group__top {
    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
}

.filter-group__title {
    font-size: 1em;
    line-height: 144%
}

.filter-group__btn {
    width: 1em;
    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
}

.filter-group__btn img {
    width: 100%;
    display: block
}

.filter-group__bottom {
    margin-top: .75em;
    display: none
}

.filter-group__checks {
    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
}

.filter-group__checks .m-check:not(:last-child) {
    margin: 0 0 .75em
}

@media screen and (max-width:992px) {
    .catalog__grid {
        grid-template-columns: 100%;
        gap: 0
    }
    .catalog__info {
        margin-top: 1em
    }
    .catalog__title {
        font-size: 1.75em
    }
    .catalog__count {
        font-size: .75em;
        padding: .25em 0 0 .625em
    }
    .filter-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-top: .9375em
    }
    ._open-filter .catalog-menu__bg {
        display: block
    }
    ._open-filter .catalog-menu {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    .catalog-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100 * var(--vh));
        max-width: 22.5em;
        background-color: #fff;
        z-index: 30;
        -webkit-transform: translateX(-120%);
        -ms-transform: translateX(-120%);
        transform: translateX(-120%);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    .catalog-menu__bg {
        z-index: 29
    }
    .catalog-menu__top {
        border-bottom: 1px solid #f7f8fa;
        height: 3.75em;
        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: 0 1.25em
    }
    .catalog-menu__title {
        font-size: 1.25em;
        font-weight: 500
    }
    .catalog-menu__back,
    .catalog-menu__close {
        width: 1.25em;
        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
    }
    .catalog-menu__back img,
    .catalog-menu__close img {
        width: 100%;
        display: block
    }
    .catalog-menu__bottom {
        display: grid;
        grid-template-columns: 100%;
        gap: .625em;
        padding: .9375em 1.25em;
        border-top: 1px solid #d7dae2;
        background-color: #f7f8fa
    }
    .catalog-menu__btn {
        height: 2.9375em
    }
    .catalog-menu__scroll {
        height: calc(100% - 3.75em - 8.4375em);
        overflow-y: auto;
        padding: 1.25em
    }
    .category-menu {
        padding: .75em .9375em
    }
    .category-menu._show .category-menu__more ._view1,
    .category-menu:not(._show) .menu>.menu-item:nth-child(3)~.menu-item {
        display: none
    }
    .category-menu._show .category-menu__more ._view2 {
        display: block
    }
    .category-menu__top {
        margin-top: .75em
    }
    .category-menu__title ._view1 {
        display: none
    }
    .category-menu__title ._view2 {
        display: block
    }
    .category-menu__bottom {
        margin-top: .375em
    }
    .category-menu .menu {
        gap: .25em
    }
    .category-menu__more {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: .25em;
        font-size: 1em;
        line-height: 144%;
        text-decoration: underline;
        color: #2e9f9d
    }
    .category-menu__more ._view2 {
        display: none
    }
    .filter {
        border: none;
        padding: 0;
        margin-top: 2.5em
    }
    .filter__title {
        display: none
    }
}

.catalog-categories {
    display: grid;
    grid-template-columns: repeat(5, calc(20% - 1em));
    gap: 1.25em
}

.category-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 3.75em;
    background-color: rgba(215, 218, 226, .5);
    border: 2px solid rgba(215, 218, 226, .5);
    border-radius: .25em;
    padding: .125em .875em
}

.category-link._active,
.category-link:hover {
    background-color: #f7f8fa;
    border-color: #2e9f9d;
    color: #000
}

.category-link__img {
    width: 2.5em;
    height: 2.5em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: .75em;
    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
}

.category-link__img img {
    max-width: 100%;
    max-height: 100%;
    border-radius: .25em
}

.filter2 {
    margin-top: 1.25em;
    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
}

.sort__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: .75em
}

.sort__select {
    display: none
}

.sort-item {
    background-color: #f7f8fa;
    border: 1px solid rgba(215, 218, 226, .5);
    padding: 0 .75em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 1.75em;
    margin-right: .75em;
    border-radius: .25em;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.sort-item._active,
.sort-item:hover {
    background-color: #2e9f9d;
    border-color: #2e9f9d;
    color: #fff
}

.sort-item._active path,
.sort-item:hover path {
    stroke: #fff
}

.sort-item._reverse ._view1 {
    opacity: 0
}

.sort-item._reverse ._view2 {
    opacity: 1
}

.sort-item__img {
    width: 1em;
    height: 1em;
    margin-right: .625em;
    position: relative
}

.sort-item__img svg {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.sort-item__img ._view2 {
    opacity: 0
}

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

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

.pagination2__item {
    margin-left: .86em;
    width: 2em;
    height: 2em;
    font-size: .875em;
    border-radius: .28em;
    border: 1px solid #d7dae2;
    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;
    color: #666a7b;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.pagination2__item._active,
.pagination2__item:hover {
    border-color: #000;
    color: #000
}

.selected-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: .5em
}

.selected-filters__clear {
    margin-top: .75em;
    color: #2e9f9d;
    border-bottom: 1px dashed #2e9f9d
}

.selected-filters__clear:hover {
    color: #015f5f;
    border-color: #015f5f
}

.selected-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: .75em 1.25em 0 0
}

.selected-item__title {
    margin-right: .4375em;
    color: #666a7b
}

.selected-item__remove {
    margin-left: .4375em;
    width: 1.1875em;
    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
}

.selected-item__remove img {
    width: 100%
}

.catalog-items {
    row-gap: 3.125em;
    margin-top: 2.25em
}

.catalog-bottom {
    margin-top: 2.8125em;
    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: center;
    -ms-flex-align: center;
    align-items: center
}

.catalog-bottom__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2e9f9d
}

.catalog-bottom__more:hover {
    color: #015f5f
}

.catalog-bottom__more:hover path {
    stroke: #015f5f
}

.catalog-bottom__more:hover span {
    border-color: #015f5f
}

.catalog-bottom__more svg {
    margin-right: .625em;
    width: 1.4375em
}

.catalog-bottom__more span {
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    font-size: 1em;
    line-height: 144%;
    border-bottom: 1px dashed rgba(15, 108, 218, .5)
}

.catalog-bottom__wrap {
    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;
    margin-top: 2.5em;
    width: 100%
}

.catalog-bottom .pagination {
    margin: 0
}

.empty-message {
    margin-top: 1.875em;
    padding: 1em 1.25em;
    min-height: 4em;
    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-color: #f7f8fa;
    border: 1px dashed #2e9f9d;
    border-radius: .3125em;
    color: #015f5f
}

.empty-message img {
    width: 1.5em;
    margin-right: .625em
}

@media screen and (max-width:992px) {
    .catalog-categories {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: unset;
        width: calc(100% + 3.125em);
        padding-left: 1.5625em;
        padding-right: 1.5625em;
        margin-left: -1.5625em;
        overflow-x: auto
    }
    .catalog-categories::-webkit-scrollbar {
        width: 0;
        height: 0
    }
    .category-link {
        width: 13em;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .category-link:not(:last-child) {
        margin: 0 .625em 0 0
    }
    .filter2 {
        margin-top: .5em;
        display: block
    }
    .pagination2 {
        display: none
    }
    .selected-filters {
        margin-top: 0;
        width: calc(100% + .9375em)
    }
    .selected-item {
        margin-right: .9375em
    }
    .selected-item__desc,
    .selected-item__title {
        font-size: .875em
    }
    .catalog-items {
        margin-top: 1.875em;
        grid-template-columns: repeat(4, calc(25% - 2.8125em / 4));
        gap: 1.5625em .9375em
    }
    .catalog-bottom {
        margin-top: 2.5em
    }
    .catalog-bottom__count,
    .catalog-bottom__more {
        display: none
    }
    .catalog-bottom__wrap {
        margin: 0
    }
}

@media screen and (max-width:576px) {
    .catalog-categories {
        width: calc(100% + 1.875em);
        padding-left: .9375em;
        padding-right: .9375em;
        margin-left: -.9375em
    }
    .sort__items {
        display: none
    }
    .sort__select {
        display: block;
        margin-left: .5em;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .catalog-items {
        margin-top: 1.25em;
        grid-template-columns: repeat(2, calc(50% - .9375em / 2))
    }
    .catalog-bottom {
        margin-top: 1.875em
    }
    .catalog-bottom__wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .catalog-bottom__wrap .pagination li:last-child {
        margin-right: 0
    }
    .empty-message {
        margin-top: 1.25em
    }
}

.favourite-page__top {
    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
}

.favourite-page__select {
    display: none
}

.delete-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #313438
}

.delete-btn:hover {
    color: #fb3c52
}

.delete-btn:hover path {
    stroke: #fb3c52
}

.delete-btn:hover span {
    border-color: #fb3c52
}

.delete-btn svg {
    width: 1.5em;
    margin-right: .625em
}

.delete-btn span {
    font-size: .9375em;
    line-height: 140%;
    border-bottom: 1px dotted #313438
}

.favourite-nav {
    padding: 1.5em 1.25em;
    border: 1px solid #eff1f4;
    border-radius: .25em
}

.favourite-nav__nav {
    display: grid;
    grid-template-columns: 100%;
    gap: .75em;
    margin-top: 1.25em;
    padding-left: 1.25em
}

.favourite-nav__link {
    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
}

.favourite-nav__link._active {
    color: #2e9f9d
}

.favourite-nav__link._active .favourite-nav__link-title {
    font-weight: 700
}

.favourite-nav__link-title {
    font-size: 1em;
    line-height: 144%
}

.favourite-nav__link-count {
    font-size: .6875em;
    color: #666a7b
}

.favourite-empty {
    margin-top: 1.875em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.favourite-empty__icon {
    margin-right: 1.875em;
    width: 6.5em;
    height: 6.5em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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;
    padding: .625em .125em
}

.favourite-empty__icon img {
    max-width: 100%;
    max-height: 100%
}

.favourite-empty__icon._type2 {
    padding: 0;
    width: 7.25em;
    height: 7.25em
}

.favourite-empty__icon._type2 .pin {
    right: -.625em
}

.favourite-empty__icon._type3 {
    padding: 0;
    width: 9.0625em;
    height: 7.5em
}

.favourite-empty .pin {
    position: absolute;
    right: 0;
    top: 0
}

.favourite-empty__content {
    max-width: 40em;
    display: grid;
    grid-template-columns: 100%;
    gap: .75em
}

.favourite-empty__desc {
    font-size: 1.0625em;
    line-height: 135%;
    color: #313438
}

.favourite-empty__desc a {
    font-weight: 700
}

.favourite-empty__link {
    margin-left: auto
}

.pin {
    height: 1.75em;
    min-width: 1.75em;
    padding: 0 .25em;
    background-color: #fe9921;
    border-radius: .625em;
    color: #fff;
    font-weight: 700;
    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
}

.pin span {
    font-size: 1em
}

@media screen and (max-width:992px) {
    .favourite-page__top {
        display: block
    }
    .favourite-page__nav {
        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;
        margin-top: 1.875em
    }
    .favourite-page__select {
        display: block;
        min-width: 16.5em
    }
    .favourite-nav {
        display: none
    }
    .favourite-empty {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
    .favourite-empty__icon {
        margin: 0 0 .75em;
        width: 4.125em;
        height: 4.125em;
        padding: .625em .25em
    }
    .favourite-empty__icon._type2 {
        width: 4.375em;
        height: 4.375em
    }
    .favourite-empty__icon._type2 .pin {
        top: .375em;
        right: -1em
    }
    .favourite-empty__icon._type3 {
        width: 6em;
        height: 5em
    }
    .favourite-empty .pin {
        right: -.25em;
        top: -.25em
    }
    .favourite-empty__content {
        max-width: 26em
    }
    .favourite-empty__title {
        font-size: 1.1875em
    }
    .favourite-empty__link {
        margin: 1em 0 0
    }
}

@media screen and (max-width:576px) {
    .favourite-page__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: .5em 0 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .favourite-page__select {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 1.5em 0 0;
        width: 100%
    }
    .favourite-empty {
        margin-top: .5em
    }
}

.compare__nav {
    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;
    margin-top: 1.75em
}

.compare__grid {
    margin-top: 2.5em;
    position: relative
}

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

.compare-sort__select {
    margin-left: .5em;
    min-width: 17.625em
}

.compare-slider .swiper-slide {
    width: 20%;
    padding-right: 0
}

.compare-slider .swiper-button {
    top: 8em
}

.compare-slider .swiper-button-prev {
    left: calc(20% - 1.5em + 1.875em);
    margin-left: -1.5625em;
    z-index: 5
}

.compare-slider .swiper-button.swiper-button-disabled {
    opacity: 0
}

.compare-slider .swiper-scrollbar {
    z-index: 5;
    margin-top: 2.5em;
    height: .25em;
    background-color: #f7f8fa
}

.compare-slider .swiper-scrollbar-drag {
    background-color: #000
}

.compare-card__top {
    padding-right: 1.875em;
    height: 25.5em;
    border-bottom: 1px solid #d7dae2
}

.compare-group {
    margin-top: 2.5em;
    padding-top: 1.875em;
    position: relative
}

.compare-group__top {
    position: absolute;
    top: 0;
    left: 0
}

.compare-group__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.8125em
}

.compare-group__row:nth-child(odd) {
    background-color: #fafafa
}

.compare-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    height: 100%;
    z-index: 3;
    width: calc(20% - 1.5em + 1.875em)
}

.compare-sidebar__top {
    height: 25.5em;
    border-bottom: 1px solid #d7dae2;
    position: relative
}

.compare-sidebar .delete-btn {
    position: absolute;
    left: 0;
    bottom: 1.25em
}

.compare-sidebar .compare-group__row {
    padding-left: .625em;
    font-weight: 700
}

.compare-sidebar__radios {
    display: grid;
    grid-template-columns: 100%;
    gap: .75em;
    margin-top: .75em
}

.compare-type {
    display: none
}

@media screen and (max-width:992px) {
    .compare__nav {
        margin-top: 1em
    }
    .compare__grid {
        margin-top: 1.5em
    }
    .compare-sort__title {
        display: none
    }
    .compare-sort__select {
        margin: 0
    }
    .compare-slider .swiper-slide {
        width: 25%
    }
    .compare-slider .swiper-button,
    .compare-slider .swiper-slide-hide-mob {
        display: none
    }
    .compare-card__top {
        padding-right: .93875em;
        height: 25em;
        border-bottom: none
    }
    .compare-group {
        margin-top: 1.25em
    }
    .compare-group:first-child {
        margin-top: 0
    }
    .compare-group__row {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: .375em .9375em;
        height: 3.375em
    }
    .compare-sidebar {
        width: 100%;
        background-color: transparent;
        pointer-events: none
    }
    .compare-sidebar__top {
        opacity: 0;
        height: 25em
    }
    .compare-sidebar .delete-btn {
        display: none
    }
    .compare-sidebar .compare-group__row {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        background-color: transparent;
        padding-left: .9375em
    }
    .compare-type {
        display: grid;
        grid-template-columns: 100%;
        gap: .5em;
        position: absolute;
        top: 19.25em;
        left: 0
    }
    .compare-type__field {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .compare-type .m-switch {
        margin-right: .625em
    }
}

@media screen and (max-width:576px) {
    .compare__nav {
        margin-top: .75em;
        -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
    }
    .compare__grid {
        margin-top: 1.25em
    }
    .compare-sort {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 1.25em 0 0
    }
    .compare-sort__select {
        width: 100%
    }
    .compare-slider .swiper-slide {
        width: 50%
    }
}

.auth__inner {
    margin-top: 2.5em;
    display: grid;
    grid-template-columns: 32.8125em 45.9375em;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.56em
}

.auth__inner._type2 {
    grid-template-columns: 43.375em 36em
}

.auth .info-message {
    margin-top: 2.5em
}

.auth__col2 {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.login-form,
.m-form,
.reg-form {
    padding: 3.125em;
    background-color: #f7f8fa
}

.login-form {
    display: grid;
    grid-template-columns: 100%;
    gap: 1.56em
}

.login-form__remember {
    display: inline-block;
    margin: 0 auto
}

.login-form__hint {
    text-align: center
}

.login-form._type2 {
    padding: 2.5em;
    border-radius: .1875em;
    border: 1px solid #f7f8fa;
    margin: 2.5em auto 0;
    width: 34em;
    max-width: 100%
}

.m-link {
    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: 2em;
    border-radius: .25em
}

.m-link span {
    font-size: 1em;
    line-height: 140%
}

.login-info {
    height: 100%
}

.login-info._type2 {
    padding-top: 5em;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.login-info._type2 .login-info__icon {
    width: 2.8125em
}

.login-info__icon {
    width: 2.5em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1.5em
}

.login-info__icon img {
    width: 100%;
    display: block
}

.login-info__top {
    min-height: 2.9375em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 800
}

.login-info .text {
    margin-top: 1.25em;
    color: #363a3a
}

.login-info__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.56em
}

.login-info__nav .m-btn {
    padding: 0 2.1875em
}

.reg .auth__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.reg .login-info__nav {
    margin-top: .625em
}

.info-message {
    padding: .625em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: .1875em;
    border: 1px dashed #7eacb8;
    background: #f6fbfc;
    color: #2e9f9d
}

.info-message._center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width:993px) {
    .info-message._big {
        padding: 1.81em
    }
}

.info-message a {
    text-decoration: underline
}

.info-message img {
    width: 1.5em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: .625em
}

.reg-form {
    display: grid;
    grid-template-columns: 100%;
    gap: 2.5em
}

.reg-form:not(._co) ._hide-on-personal {
    display: none
}

.reg-form__fields {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - .625em));
    gap: 1.25em
}

.reg-form__title {
    margin-bottom: .5em
}

.reg-form__variant {
    display: none
}

.reg-form__variant._active {
    display: block
}

.reg-form__radios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: .875em
}

.reg-form__radios .m-radio:not(:last-child) {
    margin: 0 1.875em 0 0
}

.reg-form__radios .m-radio ._view2 {
    display: none
}

.pass-form {
    margin: 1.875em auto 0;
    width: 32.8125em;
    max-width: 100%;
    display: grid;
    grid-template-columns: 100%;
    gap: 1.56em
}

.pass-form__desc {
    text-align: center
}

.pass-form__icon {
    width: 4.125em;
    margin: 0 auto
}

@media screen and (max-width:992px) {
    .auth__inner {
        margin-top: 1.56em;
        grid-template-columns: repeat(2, calc(50% - 1.5625em / 2))
    }
    .auth__inner._type2 {
        grid-template-columns: 26.125em calc(100% - 26.125em - 1.5625em)
    }
    .auth .info-message {
        margin-top: 1.25em
    }
    .login-form {
        padding: 1.5em
    }
    .login-form._type2 {
        margin-top: 1.56em;
        padding: 1.56em;
        width: 32.125em
    }
    .login-info {
        position: relative;
        text-align: center
    }
    .login-info._type2 {
        padding-top: 2.5em
    }
    .login-info._type2 .login-info__icon {
        margin-right: 1em
    }
    .login-info__top {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .login-info .text {
        margin-top: .75em
    }
    .login-info .text p {
        display: inline
    }
    .login-info__nav {
        margin-top: .75em;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .info-message {
        padding: .9375em .625em
    }
    .reg-form {
        padding: 1.5em
    }
    .reg-form__title {
        font-size: 1.0625em
    }
    .reg-form__fields {
        grid-template-columns: 100%
    }
    .reg-form__radios .m-radio:not(:last-child) {
        margin: 0 1.25em 0 0
    }
    .reg-form__radios .m-radio ._view1 {
        display: none
    }
    .reg-form__radios .m-radio ._view2 {
        display: block
    }
    .pass-form {
        margin-top: 1.25em
    }
    .pass-form._type2 {
        padding: 1.5em;
        gap: .75em
    }
}

@media screen and (max-width:576px) {
    .auth__inner,
    .auth__inner._type2 {
        grid-template-columns: 100%
    }
    .login-form {
        gap: .9375em
    }
    .pass-form {
        padding: 1.5em;
        gap: .75em
    }
}

.lk__grid {
    margin-top: 1.75em;
    display: grid;
    grid-template-columns: 20.5em calc(100% - 20.5em - 1.875em);
    gap: 1.875em
}

.lk__name {
    margin-bottom: .75em
}

.menu-btn {
    display: none
}

.lk-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 1em
}

.lk-menu__bg,
.lk-menu__close {
    display: none
}

.lk-nav {
    overflow: hidden;
    background: #fff;
    border: 1px solid #f7f8fa;
    border-radius: .3125em
}

.lk-link {
    min-height: 4.625em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .75em 1.875em;
    color: #232323;
    border-bottom: 1px solid #f7f8fa
}

.lk-link:last-child {
    border-bottom: none
}

.lk-link._active,
.lk-link:hover {
    border-color: #2e9f9d;
    background-color: #2e9f9d;
    color: #fff
}

.lk-link._active path,
.lk-link:hover path {
    stroke: #fff
}

.lk-link__icon {
    width: 1.4375em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: .625em;
    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
}

.lk-link__icon svg {
    width: 100%;
    height: auto
}

.lk-link__title {
    font-size: 1em;
    line-height: 125%
}

.lk-link__count {
    position: static;
    margin-left: auto;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    border: none;
    height: 1em;
    border-radius: .375em;
    font-weight: 500
}

.lk-link__count span {
    font-size: .75em
}

.lk-buttons {
    display: grid;
    grid-template-columns: repeat(3, calc(100% / 3 - 1.25em));
    gap: 1.875em
}

.lk-btn {
    min-height: 9.375em;
    position: relative;
    padding: 1.25em 1em;
    border: 1px solid #f7f8fa;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-radius: .3125em
}

.lk-btn .lk-link__count {
    position: absolute;
    top: -.625em;
    right: -.625em
}

.lk-btn__icon {
    height: 4em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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
}

.lk-btn__icon svg {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.lk-btn__title {
    font-size: 1em;
    line-height: 144%
}

.lk-btn._active,
.lk-btn:hover {
    background-color: #2e9f9d;
    border-color: #2e9f9d;
    color: #fff
}

.lk-btn._active path,
.lk-btn:hover path {
    stroke: #fff
}

.change-pass__nav,
.profile-form__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.change-pass__btn,
.profile-form__btn {
    padding: 0 3.5625em
}

.profile-form {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - .625em));
    gap: 1.25em;
    margin-top: 1.875em
}

.profile-form__type {
    grid-column: 1/-1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

.profile-form__type .m-radio {
    margin-left: 1.125em
}

.profile-form:not(._co) ._hide-on-personal {
    display: none
}

.change-pass {
    margin-top: 1.875em;
    display: grid;
    grid-template-columns: 100%;
    gap: 1.25em;
    width: 27.75em;
    max-width: 100%
}

.success-mess {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #07961e
}

.success-mess img {
    width: 1em;
    margin-right: .5em
}

@media screen and (max-width:992px) {
    .lk__grid {
        grid-template-columns: 100%;
        gap: 0
    }
    .lk__col {
        position: relative;
        z-index: 3
    }
    .lk__name {
        display: none
    }
    .lk-menu {
        position: fixed;
        top: 0;
        left: 0;
        height: calc(100 * var(--vh));
        width: 20.25em;
        max-width: 100%;
        background: #fff;
        overflow-y: auto;
        z-index: 21;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        -webkit-transform: translateX(-120%);
        -ms-transform: translateX(-120%);
        transform: translateX(-120%)
    }
    .lk-menu__bg {
        background-color: rgba(0, 0, 0, .8);
        width: 100%;
        height: calc(100 * var(--vh));
        position: fixed;
        top: 0;
        left: 0
    }
    .lk-menu__close {
        position: fixed;
        top: 0;
        left: 20.5em;
        width: 1.625em
    }
    .lk-menu__close svg {
        width: 100%
    }
    .lk-menu._open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    .lk-menu._open~.lk-menu__bg,
    .lk-menu._open~.lk-menu__close {
        display: block
    }
    .lk-nav {
        border-radius: 0;
        border: none
    }
    .lk-buttons {
        grid-template-columns: repeat(5, calc(20% - 3.75em / 5));
        gap: .9375em;
        margin-bottom: 1.75em
    }
    .lk-btn {
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        min-height: 7.125em
    }
    .lk-btn__icon {
        height: 2.4375em;
        margin-bottom: .5em
    }
    .lk-btn__title {
        font-size: .875em;
        line-height: 100%
    }
    .profile-edit {
        margin-top: 1.75em
    }
    .profile-form__btn {
        width: 100%
    }
}

@media screen and (max-width:576px) {
    .menu-btn {
        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: 3.125em;
        border: 1px solid rgba(215, 218, 226, .5);
        width: 100%;
        font-weight: 500;
        margin-bottom: 1.75em
    }
    .menu-btn span {
        font-size: 1.0625em
    }
    .menu-btn svg {
        width: .8125em;
        margin-right: .625em
    }
    .lk-buttons {
        grid-template-columns: repeat(2, calc(50% - .9375em / 2))
    }
    .lk-btn {
        min-height: 7.75em
    }
    .lk-btn__icon {
        margin-bottom: .25em
    }
    .lk-btn__title {
        font-size: 1em;
        line-height: 144%
    }
    .profile-form {
        grid-template-columns: 100%
    }
    .profile-form__type {
        display: block
    }
    .profile-form__type-items {
        margin-top: 1em
    }
    .profile-form__type .m-radio {
        margin-left: 0
    }
    .profile-form__type .m-radio:not(:last-child) {
        margin: 0 .5em 0 0
    }
    ._hide-menu-on-mob .lk-buttons {
        display: none
    }
}

.current-orders {
    margin-top: 2em
}

.orders-table {
    margin-top: 1.25em;
    border: 1px solid #eaeaea;
    border-radius: .3125em
}

.orders-table__grid {
    display: grid;
    grid-template-columns: 13.75em 15.75em calc(100% - 44.5em) 15em
}

.orders-table__head {
    border-bottom: 1px solid #ebebeb
}

.orders-table__head-col {
    min-height: 2.75em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    padding-left: 1.25em
}

.order-row {
    position: relative;
    border-bottom: 1px solid #eaeaea
}

.order-row:last-child {
    border-bottom: none
}

.order-row__link {
    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;
    border-radius: .3125em;
    background-color: #f7f8fa
}

.order-row__link svg {
    width: .3125em
}

.order-row__link:hover {
    background-color: #015f5f
}

.order-row__link:hover path {
    stroke: #fff
}

@media screen and (min-width:993px) {
    ._hide-menu-on-desktop .lk-buttons {
        display: none
    }
    .order-row__link {
        position: absolute;
        top: 50%;
        right: 2.625em;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 3.125em;
        height: 3.125em
    }
    .order-row__link span {
        display: none
    }
}

.order-row__col {
    min-height: 4.125em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1.25em
}

.order-row__col:last-child {
    padding-right: 5.75em
}

.order-row__title {
    display: none
}

.order-row__price {
    font-size: 1.25em;
    line-height: 120%;
    font-weight: 500
}

.order-status {
    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;
    max-width: 100%;
    width: 11.6875em;
    height: 2.125em;
    border-radius: .3125em;
    text-transform: uppercase;
    border: 1px solid #ff6915;
    font-weight: 500;
    color: #ff6915
}

.order-status__round {
    background-color: #ff6915;
    width: .5em;
    height: .5em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    margin-right: .5em
}

.order-status._red {
    border-color: #f81d2a;
    color: #f81d2a
}

.order-status._red .order-status__round {
    background-color: #f81d2a
}

.order-status._green {
    border-color: #11a342;
    color: #11a342
}

.order-status._green .order-status__round {
    background-color: #11a342
}

.order-item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.order-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #646464;
    margin-top: .75em
}

.order-item__date span {
    color: #141414
}

.order-item__status {
    margin-left: .25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.order-item__status .order-status {
    width: 6.25em;
    margin-left: .625em
}

.order-item__back {
    height: 2.3125em;
    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: 0 .9375em;
    border-radius: .3125em;
    background-color: #f7f8fa;
    color: #2e9f9d
}

.order-item__back:hover {
    background-color: #2e9f9d;
    color: #fff
}

.order-item__back:hover path {
    stroke: #fff
}

.order-item__back svg {
    margin-right: .5em;
    width: .375em
}

.order-item__back span {
    font-size: 1em
}

.order-detail {
    border-radius: .3125em;
    border: 1px solid rgba(215, 218, 226, .5);
    margin-top: 2em;
    overflow: hidden
}

.order-detail__grid {
    display: grid;
    grid-template-columns: calc(100% - 19em) 7em 12em;
    padding: 0 1.25em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.order-detail__head {
    height: 3.125em;
    font-weight: 600
}

.order-detail__col:nth-child(2) {
    text-align: center
}

.order-detail__col:last-child {
    text-align: right
}

.detail-item {
    min-height: 3em;
    padding-top: .5em;
    padding-bottom: .5em;
    border-top: 1px solid #f7f8fa
}

.detail-item:nth-child(even) {
    background-color: #f7f8fa
}

.detail-item._type2 {
    min-height: 3.375em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    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
}

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

.detail-item__col2 {
    text-align: center
}

.detail-item__col3 {
    text-align: right
}

.detail-item__count {
    color: #7a7a7e;
    margin-left: .625em
}

.detail-item__price {
    font-size: 1.25em;
    line-height: 130%;
    font-weight: 500
}

.detail-item__desc {
    color: #494950
}

.detail-item__mob-title {
    display: none
}

.warehouse {
    margin-top: 2em;
    display: grid;
    grid-template-columns: 50% 50%;
    border: 1px solid #d7dae2;
    border-radius: .3125em;
    overflow: hidden
}

.warehouse__col1 {
    padding: 1.5em 1.25em;
    border-right: 1px solid #d7dae2
}

.warehouse__items {
    margin-top: 1.5em
}

.warehouse__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.warehouse__item:not(:last-child) {
    margin: 0 0 1.5em
}

.warehouse__item img {
    width: 1em;
    margin-right: .375em
}

.warehouse__item-content {
    margin-top: -.25em
}

.warehouse__item-title {
    font-weight: 500
}

.warehouse__map {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width:992px) {
    .orders-table {
        border: none
    }
    .orders-table__head {
        display: none
    }
    .orders-table__rows {
        display: grid;
        grid-template-columns: 100%;
        gap: 1.5625em
    }
    .order-row {
        grid-template-columns: 100%;
        gap: .31em;
        border: 1px solid #ebebeb;
        padding: .94em
    }
    .order-row__col {
        padding: 0!important;
        min-height: 1.875em;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .order-row__title {
        display: block;
        font-size: .875em;
        line-height: 130%;
        font-weight: 500
    }
    .order-row__link {
        height: 2.375em;
        text-transform: uppercase;
        font-weight: 700;
        color: #2e9f9d
    }
    .order-row__link:hover {
        background-color: #2e9f9d;
        border-color: #2e9f9d;
        color: #fff
    }
    .order-row__link:hover path {
        fill: #fff
    }
    .order-row__link path {
        fill: #2e9f9d
    }
    .order-row__link span {
        font-size: .75em;
        line-height: 130%;
        letter-spacing: .01em
    }
    .order-row__link svg {
        margin-left: .375em
    }
    .order-status {
        width: 6.375em
    }
    .order-detail {
        margin-top: 1.75em
    }
    .order-detail__grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .order-detail__col:nth-child(2) {
        display: none
    }
    .detail-item._type1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .detail-item._type1 .detail-item__col {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: .25em
    }
    .detail-item._type1 .detail-item__col2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .detail-item__mob-title {
        display: block;
        margin-right: .25em
    }
    .detail-item__desc {
        max-width: 9.5em;
        text-align: right
    }
}

@media screen and (max-width:576px) {
    ._hide-menu-btn .menu-btn,
    .order-item__col2 {
        display: none
    }
    .order-item__info {
        margin-top: .5em;
        display: block
    }
    .order-item__status {
        margin: 0
    }
    .warehouse {
        grid-template-columns: 100%
    }
    .warehouse__col1 {
        padding: 1em 1.25em;
        border-right: none;
        border-bottom: 1px solid #d7dae2
    }
    .warehouse__map {
        min-height: 13.125em
    }
}

.cart__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.875em
}

.cart__all {
    margin-right: 2.5em
}

.cart__grid {
    display: grid;
    grid-template-columns: calc(100% - 18.75em - 1.875em) 18.75em;
    gap: 1.5625em 1.875em;
    margin-top: 1.25em
}

.cart__items {
    display: grid;
    grid-template-columns: 100%;
    gap: 1.25em
}

.cart-sum {
    position: -webkit-sticky;
    position: sticky;
    top: 1em;
    padding: 1.875em;
    border-radius: .3125em;
    -webkit-box-shadow: 0 .375em 3.125em 0 rgba(129, 151, 208, .11), 0 2px 6px 0 rgba(50, 75, 140, .06);
    box-shadow: 0 .375em 3.125em 0 rgba(129, 151, 208, .11), 0 2px 6px 0 rgba(50, 75, 140, .06);
    display: grid;
    grid-template-columns: 100%;
    gap: 1.25em
}

.cart-sum__props {
    display: grid;
    grid-template-columns: 100%;
    gap: .9375em
}

.cart-sum__btn {
    width: 100%;
    height: 3.125em;
    padding: 0
}

.cart-sum__hint {
    border-radius: .1875em;
    border: 1px dashed #7eacb8;
    background: #f6fbfc;
    padding: .625em;
    color: #313438
}

.cart-sum__nav {
    display: grid;
    grid-template-columns: 100%;
    gap: .625em
}

.cart-sum__info-item {
    padding: .625em 0;
    display: grid;
    grid-template-columns: 100%;
    gap: .19em;
    border-bottom: 1px solid #f7f8fa
}

.cart-sum__info-title {
    font-size: 1em;
    line-height: 169%;
    font-weight: 500
}

.cart-sum__info-desc {
    font-size: 1em;
    line-height: 140%
}

.prop-item {
    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
}

.prop-item:after {
    content: '';
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1px;
    min-width: .375em;
    border-top: 1px dashed #d1d1d1;
    margin: 0 .94em
}

.prop-item__title:not(.p-text) {
    color: #2c333d
}

.prop-item__title._big {
    font-weight: 500;
    font-size: 1.125em;
    line-height: 132%
}

.prop-item__desc {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.prop-item__desc._big {
    font-size: 1.25em;
    line-height: 130%;
    font-weight: 500
}

.prop-item__desc,
.prop-item__title {
    font-size: .9375em;
    line-height: 187%
}

.promo-code {
    display: grid;
    grid-template-columns: 100%;
    gap: .375em
}

.promo-code .text15 {
    line-height: 140%
}

.promo-code .fg input {
    height: 3.1875em
}

.promo-code__btn {
    height: 2.1875em;
    border-width: 2px
}

.promo-code__message {
    border-radius: .25em;
    background: rgba(8, 165, 108, .06);
    height: 2.1875em;
    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;
    color: #08a56c;
    font-weight: 500
}

.promo-code__message img {
    margin-right: .625em;
    width: 1em
}

.promo-code._error .fg input,
.promo-code._error2 .fg input {
    border-color: #fb3c52;
    color: #fb3c52
}

.promo-code._error .promo-code__message {
    color: #fb3c52;
    background: rgba(251, 60, 82, .07)
}

.promo-code._error .promo-code__message img {
    width: 1.5em
}

.promo-code._error2 .promo-code__message {
    color: #666a7b;
    border: 2px solid #666a7b;
    background: 0 0
}

.cart-row {
    padding: 1.25em;
    position: relative
}

.cart-row ._border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(215, 218, 226, .5);
    border-radius: .3125em;
    pointer-events: none
}

.cart-row__inner {
    display: grid;
    grid-template-columns: 1.25em 6.8125em calc(100% - 6.8125em - 3.75em);
    gap: 1.25em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cart-row__img {
    position: relative;
    padding-bottom: 100%;
    display: block;
    background-color: #f7f8fa
}

.cart-row__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit
}

@media screen and (min-width:993px) {
    .cart-row__check {
        position: static;
        width: 1.25em;
        height: 1.25em
    }
    .cart-row__check input {
        top: unset;
        left: unset;
        width: 1.25em;
        height: 1.25em
    }
    .cart-row__check input:checked~._border {
        border-color: #2e9f9d
    }
    .cart-row__check label {
        padding: 0
    }
}

.cart-row__content {
    position: relative
}

.cart-row__info {
    max-width: 27.5em
}

.cart-row__title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.cart-row__art {
    margin-top: .5em
}

.cart-row__count,
.cart-row__remove,
.cart-row__sum {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cart-row__count {
    right: 14.375em
}

.cart-row .cartcalc {
    width: 6.5em;
    grid-template-columns: 2.125em calc(100% - 2.125em * 2) 2.125em
}

.cart-row__sum {
    width: 11.125em;
    right: 0
}

.cart-row__remove {
    right: 0;
    width: 1em;
    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
}

.cart-row__remove svg {
    width: 100%
}

.cart-row__remove:hover path {
    stroke: #fb3c52
}

.cart-row .empty-message {
    min-height: unset;
    padding: .625em .9375em;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 1.25em;
    border-color: #fe9921;
    background-color: #faf8f7
}

.cart-row .empty-message b {
    color: #fe9921
}

@media screen and (max-width:992px) {
    .cart__grid {
        grid-template-columns: 100%;
        margin-top: 1.25em
    }
    .cart__nav {
        margin-top: 1.25em
    }
    .cart-row {
        padding: 0
    }
    .cart-row ._border {
        display: none
    }
    .cart-row__inner {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        grid-template-columns: 1.25em 3.875em calc(100% - 2.75em - 3.875em);
        gap: .75em
    }
    .cart-row__sum {
        display: none
    }
    .cart-row__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: .75em
    }
    .cart-row .product-card__prices {
        margin-top: 0
    }
    .cart-row__count {
        position: static;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        margin-left: .875em
    }
    .cart-row .cartcalc {
        height: 2.25em
    }
    .cart-row__remove {
        top: 0;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset
    }
    .cart-row .empty-message {
        margin-top: .625em
    }
    .cart-sum {
        padding: 1.5em
    }
}

@media screen and (max-width:576px) {
    .cart__grid {
        margin-top: 1.5em;
        gap: 1.875em
    }
    .cart__nav {
        margin-top: .25em
    }
    .cart-row__content {
        position: static
    }
    .cart-row__bottom {
        display: block
    }
    .cart-row__remove {
        left: .125em;
        top: 2.5em;
        right: unset
    }
    .cart-row__count {
        margin: .375em 0 0
    }
}

@media screen and (min-width:993px) {
    .order .cart__grid {
        grid-template-columns: calc(100% - 24.1875em - 1.875em) 24.1875em
    }
}

.order__top {
    display: grid;
    grid-template-columns: calc(100% - 24.1875em - 1.875em) 24.1875em;
    gap: 1.25em 1.875em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

.order-guide__play {
    width: 4.3125em;
    height: 4.3125em;
    display: block;
    position: relative;
    margin-right: .6875em;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.order-guide__play:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../img/play2.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 3.3125em;
    height: 3.3125em;
    border-radius: 50%
}

.order-guide__play img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

.orders-list {
    border: 1px solid rgba(215, 218, 226, .5);
    border-radius: .3125em;
    margin-top: .75em
}

.cart-row2 .cart-row__img {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.cart-row2 .cart-row__inner {
    grid-template-columns: 6.8125em calc(100% - 6.8125em - 1.25em)
}

.cart-row2 .cart-row__info {
    max-width: 18.75em
}

.cart-row2 .cart-row__art {
    margin-top: .125em
}

.cart-row2 .cart-row__sum {
    width: 7em
}

.cart-row2 .cart-row__count {
    right: 9.125em
}

.cart-row2 .cart-row__title {
    padding-right: 1em
}

.cart-row2 .product-card__prices {
    margin-top: .375em
}

.cart-row2 .product-card__available {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15.875em;
    width: 9em
}

.cart-row2 .empty-message {
    margin-top: .625em;
    color: #fe9921;
    padding: .5em .625em
}

.buy-group {
    padding: 1.25em;
    border-radius: .3125em;
    border: 1px solid rgba(215, 218, 226, .5);
    margin-top: 3.125em
}

.buy-group:not(._co) ._hide-on-personal {
    display: none
}

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

.buy-group__title {
    font-weight: 500;
    color: #383838
}

.buy-group__login {
    padding: 0 1.25em;
    height: 2.1875em;
    margin-left: .8125em
}

.buy-group__hint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: .8125em;
    color: #015f5f
}

.buy-group__hint img {
    width: 1.5em;
    margin-right: .375em
}

.buy-group .profile-form__type {
    margin-top: 2.25em
}

.buy-group__fields {
    margin-top: 1em;
    display: grid;
    grid-template-columns: repeat(2, calc(50% - .625em));
    gap: 1.25em
}

.pay-way,
.pickup {
    margin-top: 1.875em;
    border-radius: .3125em;
    border: 1px solid rgba(215, 218, 226, .5);
    padding: 1.25em
}

.pay-way .warehouse,
.pickup .warehouse {
    margin-top: 1.25em
}

.pickup-time {
    margin-top: 1.5em
}

.pickup-time__items {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 4.6875em / 4));
    gap: 1.5625em;
    margin-top: 1em
}

.time-radio {
    min-height: 3.625em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .875em 1.125em
}

.time-radio input:checked~.time-radio__radio {
    background-size: 100% auto;
    border: none
}

.time-radio input:checked~.time-radio__radio:after {
    border-color: #2e9f9d
}

.time-radio__radio {
    margin-top: -1em;
    border: 1px solid #d6d6d6;
    width: 1.3125em;
    height: 1.3125em;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: .9375em;
    background-image: url(../img/radio.svg);
    background-size: 0 auto;
    background-repeat: no-repeat;
    background-position: center
}

.time-radio__radio:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: .3125em;
    width: 100%;
    height: 100%;
    border: 1px solid #d7dae2
}

.time-radio__img {
    margin-left: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 2em
}

.time-radio__img._big {
    width: 3.4375em
}

.pay-way__items {
    display: grid;
    grid-template-columns: repeat(3, calc(100% / 3 - 3.125em / 3));
    gap: 1.5625em;
    margin-top: 1.5em
}

.pay-way .time-radio__radio {
    margin-top: 0
}

._open-auth .auth-modal {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

._open-auth .auth-modal__wrap {
    opacity: 1;
    pointer-events: unset
}

._open-auth .auth-modal__bg {
    display: block
}

._open-auth .auth-modal__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.auth-modal {
    top: 0;
    height: calc(100 * var(--vh));
    max-width: 100%;
    background: #fff;
    overflow-y: auto;
    z-index: 21;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 2.5em 1.875em;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    position: absolute;
    left: unset;
    right: 0;
    width: 20.625em
}

.auth-modal__bg {
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    height: calc(100 * var(--vh));
    position: fixed;
    top: 0;
    left: 0
}

.auth-modal__close {
    position: fixed;
    width: 1.625em
}

.auth-modal__close svg {
    width: 100%
}

.auth-modal__wrap {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: calc(100 * var(--vh));
    z-index: 100;
    overflow: hidden
}

.auth-modal__close {
    top: 1em;
    right: 1em;
    left: unset;
    z-index: 22
}

.auth-modal__bg,
.auth-modal__close {
    display: none
}

.auth-modal__title {
    text-align: center
}

.auth-modal .login-form {
    margin-top: .94em;
    padding: 0;
    background: 0 0
}

.order-thank {
    width: 65.125em;
    max-width: 100%;
    margin: 4.25em auto 0
}

.order-thank__top {
    padding: .75em .9375em;
    text-align: center;
    border-radius: .3125em;
    background: #f7f8fa;
    color: #015f5f
}

.order-info {
    margin-top: 2em;
    border-radius: .3125em;
    border: 1px solid #f7f8fa;
    padding: 1.5em 2.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

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

@media screen and (min-width:993px) {
    .order-info__item:not(:last-child) {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .order-info__item:not(:last-child):after {
        content: '';
        height: 4.625em;
        width: 1px;
        border-right: 1px dashed #d7dae2;
        min-height: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 auto
    }
    .gallery__small .swiper-slide-next+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide {
        pointer-events: none
    }
    .gallery__small .swiper-slide-next+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide img {
        opacity: .12
    }
}

.order-info__item-inner {
    display: grid;
    grid-template-columns: 100%;
    gap: .125em
}

.order-info__title {
    font-size: 1em;
    line-height: 144%;
    color: #4c4c4c
}

.order-info__desc {
    font-size: 1em;
    line-height: 144%;
    color: #414042;
    font-weight: 700
}

@media screen and (max-width:992px) {
    .order__top {
        grid-template-columns: calc(100% - 17.1875em - 1.875em) 17.1875em
    }
    .orders-list {
        border: none;
        display: grid;
        grid-template-columns: 100%;
        gap: 1.25em
    }
    .cart-row2 .cart-row__inner {
        grid-template-columns: 3.875em calc(100% - .75em - 3.875em)
    }
    .cart-row2 .cart-row__info {
        max-width: 100%
    }
    .cart-row2 .cart-row__art {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .cart-row2 .cart-row__bottom {
        margin-top: .5em
    }
    .cart-row2 .cart-row__remove {
        top: 0;
        left: unset;
        right: 0
    }
    .cart-row2 .product-card__available {
        position: static;
        margin-left: .8125em;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        width: auto
    }
    .cart-row2 .empty-message {
        width: calc(100% + 4.5625em);
        margin: .625em 0 0 -4.5625em;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: .625em .9375em
    }
    .buy-group {
        margin-top: 1.25em;
        padding: 1.5em 0 0;
        border: none;
        border-top: 1px solid rgba(215, 218, 226, .5);
        border-radius: 0
    }
    .buy-group__hint {
        max-width: 22.5em
    }
    .pickup {
        border: none;
        padding: 0
    }
    .pickup-time__items {
        grid-template-columns: repeat(2, calc(50% - .3125em));
        gap: .625em
    }
    .time-radio {
        min-height: 3.4375em
    }
    .time-radio br {
        display: none
    }
    .time-radio__radio {
        margin-top: 0
    }
    .pay-way {
        padding: 1.25em
    }
    .pay-way__items {
        grid-template-columns: repeat(2, calc(50% - .9375em / 2));
        gap: .9375em
    }
    .order-thank {
        margin-top: 1em
    }
    .order-info {
        border: none;
        padding: 0;
        margin: 2.25em 0
    }
}

@media screen and (max-width:576px) {
    .order__top {
        grid-template-columns: 100%
    }
    .cart-row2 .empty-message {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .buy-group__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .buy-group__hint {
        width: 100%;
        margin: .5em 0 0
    }
    .buy-group__fields,
    .pickup-time__items {
        grid-template-columns: 100%
    }
    .pay-way__items {
        grid-template-columns: 100%;
        gap: .625em
    }
    .order-thank {
        margin-top: .5em
    }
    .order-thank__top {
        width: calc(100% + 1.875em);
        margin-left: -.9375em
    }
    .order-info {
        display: grid;
        grid-template-columns: 100%;
        gap: 1.5em
    }
}

.catalog-item {
    padding-bottom: 2.5em
}

.catalog-item__inner {
    position: relative
}

.catalog-item__sidebar {
    position: absolute;
    width: 24.1875em;
    height: 100%;
    right: 0;
    top: 0
}

.catalog-item__sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 1em
}

.catalog-item__bottom,
.catalog-item__top {
    display: grid;
    grid-template-columns: calc(100% - 24.1875em - 1.875em) 24.1875em;
    gap: 1.875em
}

.catalog-item__grid {
    display: grid;
    grid-template-columns: 32.875em calc(100% - 32.875em - 1.25em);
    gap: 1.25em
}

.catalog-item__bottom {
    margin-top: 3.75em
}

.gallery {
    position: relative
}

.gallery:not(._loop) .swiper-button {
    display: none
}

.gallery._type2 .gallery__big .gallery__img {
    padding-bottom: 76%
}

.gallery .product-card__badges {
    z-index: 3;
    top: 1.25em;
    right: 1.25em;
    bottom: unset;
    left: unset;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.gallery .m-badge {
    height: 1.625em;
    padding: 0 .75em
}

.gallery__big .swiper {
    overflow: unset
}

.gallery__big .swiper-slide {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.gallery__big .swiper-slide-active {
    opacity: 1;
    pointer-events: unset
}

.gallery__big .gallery__img {
    background-image: url(../img/gallery-bg.svg);
    background-size: cover;
    border-radius: .75em
}

.gallery__big .gallery__img img {
    width: 100%!important;
    height: 100%!important
}

.gallery__img {
    background-color: #f7f8fa;
    position: relative;
    padding-bottom: 100%;
    display: block
}

.gallery__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit
}

.gallery__small {
    overflow: hidden;
    margin-top: .625em;
    position: relative
}

.gallery__small .gallery__img {
    border: 1px solid #f7f8fa;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: .25em
}

.gallery__small .swiper {
    width: calc(100% - 4.375em);
    margin: 0;
    overflow: unset
}

.gallery__small .swiper-slide {
    padding-right: .375em;
    width: calc(100% / 6)
}

.gallery__small .swiper-slide-thumb-active .gallery__img {
    border-color: #2e9f9d
}

.gallery .swiper-button {
    right: .625em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.gallery .swiper-button:hover {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.gallery .swiper-button:hover path {
    stroke: #2e9f9d
}

.js-image-zoom__zoomed-image {
    background-color: transparent!important;
    width: 32.875em!important;
    height: 32.875em!important
}

.product-info {
    margin-top: -.125em
}

.product-info__articul {
    margin-top: .5em;
    color: #666a7b
}

.product-info__articul span {
    font-weight: 500;
    color: #fe9921
}

.product-info2 {
    margin-top: 1.25em
}

.product-info2__desc {
    margin-top: .75em;
    color: #666a7b;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.product-info2__nav {
    margin-top: .375em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fe9921;
    font-weight: 500
}

.product-props {
    padding-top: 1.25em;
    margin-top: 1.625em;
    border-top: 1px solid rgba(215, 218, 226, .5)
}

.product-props__items {
    margin-top: .75em;
    display: grid;
    grid-template-columns: 100%;
    gap: .25em
}

.product-props .prop-item:after {
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-transform: translateY(-.375em);
    -ms-transform: translateY(-.375em);
    transform: translateY(-.375em)
}

.product-props .prop-item__desc,
.product-props .prop-item__title {
    line-height: 144%
}

.product-props__hint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: .75em
}

.product-props__hint img {
    width: 1em;
    margin-right: .25em
}

.product-cart,
.product-pickup {
    padding: 1.875em;
    -webkit-box-shadow: 0 .375em 3.125em rgba(129, 151, 208, .11), 0 .125em .375em rgba(50, 75, 140, .06);
    box-shadow: 0 .375em 3.125em rgba(129, 151, 208, .11), 0 .125em .375em rgba(50, 75, 140, .06);
    border-radius: .75em
}

.product-cart .product-card__prices {
    margin-top: 0
}

.product-cart .product-card__price {
    font-size: 2.375em;
    font-weight: 600;
    margin: 0
}

.product-cart .product-card__price2 {
    font-size: 1em;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.product-cart .product-card__sale {
    margin: 0 .75em;
    height: 1.625em;
    padding: 0 .75em
}

.product-cart__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1em
}

.product-cart__btn {
    height: 3.125em;
    padding: 0 2.5625em;
    margin-left: .75em
}

.product-cart__btn._big {
    margin: 0;
    width: 100%
}

.product-cart .cartcalc {
    height: 3.125em;
    border: 1px solid rgba(215, 218, 226, .5);
    background-color: transparent;
    width: 9.5em;
    grid-template-columns: 3.125em calc(100% - 6.25em) 3.125em
}

.product-cart__nav2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.125em
}

.product-cart .compare-btn,
.product-cart .favourite-btn {
    width: auto;
    color: #666a7b
}

.product-cart .compare-btn svg,
.product-cart .favourite-btn svg {
    width: 1.25em;
    margin-right: .5em
}

.product-cart .compare-btn {
    margin-right: 1.875em
}

.product-cart__from {
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding: 0 .625em .75em 0
}

.product-cart__hint {
    color: #727378;
    margin-top: .5em
}

.product-cart .empty-message {
    padding: .75em .9375em;
    margin-top: .75em
}

.product-cart .empty-message._orange {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-color: #fe9921;
    background-color: #faf8f7
}

.product-cart .empty-message._orange b {
    color: #fe9921
}

.product-pickup {
    margin-top: 1.875em
}

.product-pickup .product-card__available {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.product-pickup__props {
    margin-top: 1em
}

.product-pickup__address {
    margin-top: .5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2e9f9d;
    font-weight: 500
}

.product-pickup__address img {
    width: 1.25em;
    margin-right: .375em
}

.product-pickup__map {
    margin-top: 1.25em;
    border-radius: .375em;
    position: relative;
    display: block;
    padding-bottom: 0;
    height: 13.125em;
    cursor: pointer
}

.product-pickup__map img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit
}

@media screen and (max-width:992px) {
    .catalog-item__bottom,
    .catalog-item__top {
        grid-template-columns: 100%
    }
    .catalog-item__grid {
        grid-template-columns: 20.625em calc(100% - 20.625em - 1.5625em);
        gap: 1.5625em
    }
    .catalog-item__sidebar {
        position: static;
        width: 100%
    }
    .catalog-item__sticky {
        position: static
    }
    .catalog-item__bottom {
        margin-top: 1.875em
    }
    .gallery {
        overflow: hidden
    }
    .gallery .product-card__badges {
        top: .625em;
        right: .625em
    }
    .gallery__small .swiper {
        width: calc(100% - 5em)
    }
    .gallery__small .swiper-slide {
        width: calc(100% / 3)
    }
    .gallery__small .swiper-slide-next+.swiper-slide+.swiper-slide {
        pointer-events: none
    }
    .gallery__small .swiper-slide-next+.swiper-slide+.swiper-slide img {
        opacity: .12
    }
    .gallery .swiper-button {
        right: 1em
    }
    .gallery .swiper-button path {
        stroke: #2e9f9d
    }
    .product-info {
        padding: 1.25em 0
    }
}

@media screen and (max-width:992px) and (min-width:577px) {
    .category-group:not(._full) .category-group__grid {
        grid-template-columns: repeat(2, calc(50% - .9375em / 2))
    }
    .product-props {
        padding-top: 0;
        border: none
    }
}

@media screen and (max-width:992px) {
    .product-cart {
        padding: 1.25em
    }
    .product-cart .product-card__prices {
        margin-top: .25em
    }
    .product-cart .product-card__price {
        font-size: 1.5em
    }
    .product-cart__nav {
        margin-top: .75em
    }
    .product-cart__btn {
        padding: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .product-cart__nav2 {
        margin-top: 1em
    }
    .product-pickup {
        margin-top: 0;
        padding: 1.25em
    }
    .js-image-zoom__zoomed-area,
    .js-image-zoom__zoomed-image {
        display: none!important
    }
}

@media screen and (max-width:576px) {
    .catalog-item__grid {
        grid-template-columns: 100%;
        gap: 1.25em
    }
    .catalog-item__bottom {
        margin-top: 1.25em
    }
    .product-info {
        padding: 0
    }
    .product-cart {
        margin-top: .875em
    }
}

.product-detail {
    display: grid;
    grid-template-columns: 100%;
    gap: 2.5em
}

.product-detail__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(215, 218, 226, .5)
}

.product-detail__link {
    margin-right: 1.875em;
    height: 2.5em;
    margin-bottom: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #64666c;
    font-weight: 700;
    position: relative
}

.product-detail__link:last-child {
    margin-right: 0
}

.product-detail__link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fe9921;
    opacity: 0;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit
}

.product-detail__link span {
    font-size: 1em
}

.product-detail__link._active,
.product-detail__link:hover {
    color: #000
}

.product-detail__link._active:before {
    opacity: 1
}

.feedback,
.product-desc,
.product-props2 {
    padding: 2.5em;
    border-radius: .75em;
    border: 1px solid rgba(215, 218, 226, .5)
}

.product-desc__text {
    margin-top: 1.25em;
    color: #666a7b
}

.product-props2 .product-props__items {
    display: block;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.875em;
    -moz-column-gap: 1.875em;
    column-gap: 1.875em
}

.feedback {
    border: none;
    background-color: #f7f8fa;
    display: grid;
    grid-template-columns: 100%;
    gap: 2.25em
}

.feedback-auth,
.feedback-form,
.form-success {
    background-color: #fff;
    border-radius: .75em;
    padding: 1.875em
}

.feedback-form {
    display: grid;
    grid-template-columns: 100%;
    gap: 1.875em
}

.feedback-form__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 39em
}

.feedback-form__btn {
    margin-right: 1em;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.feedback-form__hint a {
    color: #2e9f9d
}

.form-success__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.form-success__top img {
    width: 2.125em;
    margin-right: .625em
}

.form-success__text {
    display: grid;
    grid-template-columns: 100%;
    gap: .25em
}

.form-success__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.5em
}

.form-success__btn img {
    width: 1em;
    margin-left: .75em
}

.form-success__btn ._view2 {
    display: none
}

.feedback-auth .empty-message {
    padding: .75em .9375em;
    margin-top: 1.75em;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-color: #d1daf2;
    background-color: transparent
}

.feedback-auth .empty-message a {
    color: #2e9f9d;
    text-decoration: underline
}

.feedback-messages {
    display: grid;
    grid-template-columns: 100%;
    gap: 2.5em
}

.message-item {
    padding-left: 1.25em;
    border-left: 2px solid #d7dae2;
    max-width: 43.75em
}

.message-item--answer {
    margin-top: 1.75em;
    border-color: #08a56c;
    padding-left: 1em
}

.message-item--answer .message-item__name {
    color: #2e9f9d
}

.message-item__date {
    margin-top: .25em
}

.message-item__desc {
    margin-top: .75em
}

.categories-slider3 .swiper-slide {
    width: 25%
}

.product-alert {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 21px 0 rgba(0, 0, 0, .1), 0 39px 39px 0 rgba(0, 0, 0, .09), 0 87px 52px 0 rgba(0, 0, 0, .05), 0 155px 62px 0 rgba(0, 0, 0, .01), 0 242px 68px 0 transparent;
    box-shadow: 0 10px 21px 0 rgba(0, 0, 0, .1), 0 39px 39px 0 rgba(0, 0, 0, .09), 0 87px 52px 0 rgba(0, 0, 0, .05), 0 155px 62px 0 rgba(0, 0, 0, .01), 0 242px 68px 0 transparent;
    z-index: 30;
    position: fixed;
    top: 6.25em;
    right: 3.125em;
    width: 23.5625em;
    padding: .75em .9375em;
    display: grid;
    grid-template-columns: 5em calc(100% - 6.25em);
    gap: 1.25em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: .3125em
}

.product-alert._active {
    opacity: 1;
    pointer-events: unset
}

.product-alert__close {
    position: absolute;
    width: 1.125em;
    top: .625em;
    right: .625em
}

.product-alert__close svg {
    width: 100%
}

.product-alert__close:hover g {
    opacity: 1
}

.product-alert__img {
    position: relative;
    padding-bottom: 100%;
    display: block;
    background-color: #f7f8fa
}

.product-alert__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit
}

.product-alert__mess {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .25em
}

.product-alert__mess img {
    width: .875em;
    margin-right: .375em
}

.product-alert__title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

._add-cart-btn ._view2,
._add-cart-btn._active ._view1 {
    display: none
}

._add-cart-btn._active ._view2 {
    display: block
}

@media screen and (max-width:992px) {
    .product-detail {
        gap: 1.875em
    }
    .product-detail__nav {
        padding-left: .9375em
    }
    .product-detail__link {
        margin-right: 1.25em;
        white-space: nowrap;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .product-detail__link span {
        font-size: .875em
    }
    .product-desc,
    .product-props2 {
        padding: .9375em;
        border-radius: 0;
        border: none
    }
    .product-desc__text._small {
        margin-top: .25em
    }
    .product-desc__text._small p:not(:last-child) {
        margin: 0 0 .25em
    }
    .product-props2 .product-props__items {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
    .feedback {
        padding: .9375em;
        border-radius: .3125em;
        gap: .9375em
    }
    .feedback-form {
        gap: .9375em;
        padding: .9375em;
        margin-top: -.5em
    }
    .feedback-form__title {
        margin-bottom: -.5em
    }
    .form-success {
        padding: .9375em
    }
    .form-success__nav {
        margin-top: .75em
    }
    .form-success__btn ._view1 {
        display: none
    }
    .form-success__btn ._view2 {
        display: block
    }
    .feedback-auth {
        padding: .9375em
    }
    .feedback-auth .empty-message {
        margin-top: 1.25em
    }
    .feedback-messages {
        gap: 1.25em
    }
    .categories-slider3 .swiper-slide {
        width: calc(100% / 3)
    }
    .product-alert {
        width: 20.625em;
        padding: .625em;
        grid-template-columns: 3.5em calc(100% - 3.5em - .9375em);
        gap: .93375em;
        right: 1.5625em;
        top: 2.5em;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media screen and (max-width:576px) {
    .product-detail {
        gap: 0
    }
    .product-detail__nav {
        width: calc(100% + 1.875em);
        padding-left: .9375em;
        padding-right: .9375em;
        margin-left: -.9375em;
        overflow-x: auto
    }
    .product-detail__nav::-webkit-scrollbar {
        width: 0;
        height: 0
    }
    .product-desc,
    .product-props2 {
        padding-left: 0;
        padding-right: 0
    }
    .feedback {
        width: calc(100% + 1.875em);
        margin-left: -.9375em;
        border-radius: 0;
        padding: 2.5em .9375em
    }
    .feedback-form__nav {
        display: block
    }
    .feedback-form__btn {
        width: 100%;
        margin: 0 0 .625em
    }
    .form-success__btn {
        width: 100%
    }
    .categories-slider3 .swiper-slide {
        width: 50%
    }
    .categories-slider3 .category-card2__img {
        padding-bottom: 100%
    }
    .product-alert {
        width: calc(100% - 1.875em);
        right: .9375em;
        top: 3.75em
    }
}


/*# sourceMappingURL=../sourcemaps/style.min.css.map */