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

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

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

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-Bold.ttf) format("ttf"), url(../fonts/Inter-Bold.eot) format("eot"), url(../fonts/Inter-Bold.woff) format("woff"), url(../fonts/Inter-Bold.woff2) format("woff2");
    font-weight: 700;
    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;
    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;
    -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: Inter, sans-serif;
    font-weight: 400;
    color: #2e2c2f;
    font-size: calc(1280px * (16 / 1280))
}

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

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

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

a:hover {
    color: #0c787e
}

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

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

.slider-title {
    font-size: 2.8em;
    line-height: 108%;
    font-weight: 500;
    max-width: 440px;
}
 
.h1 {
    font-size: 2.625em;
    line-height: 114%;
    font-weight: 500
}

.h2 {
    font-size: 2.25em;
    line-height: 111%;
    font-weight: 500
}

.h3,
.text h3 {
    font-size: 1.5em;
    line-height: 117%;
    font-weight: 500
}

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

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

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

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

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

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

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

.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
}

.text-primary-m {
    color: #0c787e
}

.text-base-dn {
    color: #4f595e
}

.text-base-up {
    color: #7b7975
}

.text-base-m {
    color: #2e2c2f
}

.text-error-up {
    color: #ed2e5c
}

.text-dark-base-dn {
    color: #b4b3b5
}

._no-wrap {
    white-space: nowrap
}

.text-center {
    text-align: center
}

.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 1.25em;
    height: 2.75em;
    font-weight: 500
}

.m-btn span {
    font-size: 1.125em;
    line-height: 111%
}

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

.m-btn-primary {
    background-color: #158289;
    color: #f4f2f5
}

.m-btn-primary:hover {
    background-color: #c8f1f3;
    color: #2e2c2f
}

.m-btn-primary:hover ._stroke {
    stroke: #2e2c2f
}

.m-btn-primary:hover ._fill {
    fill: #2e2c2f
}

.m-btn-primary._disabled,
.m-btn-primary:disabled {
    background-color: #eaecf2;
    color: #7b7975
}

.m-btn-primary._disabled ._stroke,
.m-btn-primary:disabled ._stroke {
    stroke: #7b7975
}

.m-btn-primary._disabled ._fill,
.m-btn-primary:disabled ._fill {
    fill: #7b7975
}

.m-btn-primary._dark {
    background-color: #7fd4d8;
    color: #2e2c2f
}

.m-btn-primary-outline {
    border: 1px solid #42adb2;
    color: #32a2a8
}

.m-btn-primary-outline:hover {
    background-color: #e0f6f8;
    color: #32a2a8
}

.m-btn-primary-outline:disabled {
    border-color: #d5d7df;
    color: #7b7975
}

.m-btn-red-outline {
    border: 1px solid #ed2e5c;
    color: #c8284e
}

.m-btn-red-outline:hover {
    background-color: #ffacc0;
    color: #951433
}

.m-btn-red-outline:hover ._fill {
    fill: #951433
}

.m-btn-red-outline:disabled {
    border-color: #d5d7df;
    color: #7b7975
}

.text-btn {
    color: #0c787e;
    text-decoration: underline
}

.text-btn span {
    font-size: 1.125em;
    line-height: 133%
}

.text-btn:hover {
    color: #32a2a8
}

.fg {
    position: relative;
    margin: 0
}

.fg label {
    display: block;
    font-weight: 500;
    font-size: .875em;
    line-height: 114%;
    margin-bottom: .57em
}

.fg label span {
    color: red
}

.fg .nice-select,
.fg input,
.fg select,
.fg textarea {
    font-family: Inter, sans-serif;
    border-radius: 0;
    border: 1px solid #eaecf2;
    padding: 0 .55em;
    height: 2.22em;
    width: 100%;
    font-size: 1.125em;
    background-color: #eaecf2;
    color: #2e2c2f
}

.fg .nice-select::-webkit-input-placeholder,
.fg input::-webkit-input-placeholder,
.fg select::-webkit-input-placeholder,
.fg textarea::-webkit-input-placeholder {
    color: #7b7975
}

.fg .nice-select::-moz-placeholder,
.fg input::-moz-placeholder,
.fg select::-moz-placeholder,
.fg textarea::-moz-placeholder {
    color: #7b7975
}

.fg .nice-select:-ms-input-placeholder,
.fg input:-ms-input-placeholder,
.fg select:-ms-input-placeholder,
.fg textarea:-ms-input-placeholder {
    color: #7b7975
}

.fg .nice-select::-ms-input-placeholder,
.fg input::-ms-input-placeholder,
.fg select::-ms-input-placeholder,
.fg textarea::-ms-input-placeholder {
    color: #7b7975
}

.fg .nice-select::placeholder,
.fg input::placeholder,
.fg select::placeholder,
.fg textarea::placeholder {
    color: #7b7975
}

.fg .nice-select:focus,
.fg input:focus,
.fg select:focus,
.fg textarea:focus {
    background-color: #e0f6f8;
    border-color: #32a2a8
}

.fg .nice-select:disabled,
.fg input:disabled,
.fg select:disabled,
.fg textarea:disabled {
    pointer-events: none;
    background: #f6f6f6!important;
    color: rgba(0, 0, 0, .4)
}

.fg textarea {
    padding-top: .44em;
    padding-bottom: .44em;
    height: 8em;
    resize: none
}

.fg select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url(../img/select-arrow.svg);
    background-size: 1.11em auto;
    background-repeat: no-repeat;
    background-position: right .55em center
}

.fg select::-ms-expand {
    display: none
}

.fg__field {
    position: relative
}

.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.6875em;
    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.open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.fg .nice-select:focus {
    border: 1px solid #000
}

.fg .nice-select:before {
    content: '';
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    border-left: #000;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 3.6875em;
    height: 3.6875em;
    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 #000;
    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: .5em;
    height: .5em
}

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

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

.fg .nice-select .option {
    height: 3.6875em;
    font-size: 1em;
    line-height: 157%;
    padding: .5em 1.25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2b2b2b;
    border: none;
    border-bottom: 1px solid #000
}

.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: red;
    border-color: red;
    font-weight: 400;
    color: #fff
}

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

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

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

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

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

.fg._error input::placeholder,
.fg._error textarea::placeholder {
    color: red
}

.fg._error .fg__error-text {
    display: block
}

.fg__error-text {
    margin-top: .375em;
    color: red;
    display: none
}

.fg__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: .5em
}

.fg.date-input input {
    cursor: pointer;
    background-image: url(../img/calendar.svg);
    background-size: 1.11em auto;
    background-repeat: no-repeat;
    background-position: right .55em center
}

.pass-toggle {
    position: absolute;
    bottom: .625em;
    right: .625em;
    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
}

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

.pass-toggle._active path {
    fill: #158289
}

.cart-check-all,
.catalog-view__btn,
.color-field,
.delivery-way__field,
.filter-check,
.filter-option,
.img-field,
.m-check,
.m-radio,
.size-field {
    position: relative
}

.cart-check-all input,
.catalog-view__btn input,
.color-field input,
.delivery-way__field input,
.filter-check input,
.filter-option input,
.img-field input,
.m-check input,
.m-radio input,
.size-field 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1.75em;
    min-height: 1.25em
}

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

.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: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border: 1px solid #626668;
    width: 1.25em;
    height: 1.25em;
    background-size: 0 auto;
    background-repeat: no-repeat;
    background-position: center
}

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

.m-check label a:hover,
.m-radio label a:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent
}

.m-check input:checked+label::before {
    border-color: #158289;
    background-color: #b8e9ec;
    background-size: .875em auto
}

.m-check label:before {
    background-image: url(../img/check.svg);
    background-size: 0 auto;
    background-repeat: no-repeat;
    background-position: center
}

.m-check._gray label {
    color: #787878
}

.m-radio input:checked~label:before {
    border-color: #158289;
    background-size: .75em auto
}

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

.m-radio label span {
    display: block;
    line-height: 157%;
    color: #5b626c;
    margin-top: .125em
}

.cartcalc {
    max-width: 100%;
    width: 7.5625rem;
    display: grid;
    grid-template-columns: 1.75em calc(100% - 1.75em * 2) 1.75em;
    height: 2.75em;
    padding: .5em
}

.cartcalc .ccalc-minus,
.cartcalc .ccalc-plus {
    padding: 0;
    width: 1.75em;
    height: 1.75em;
    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
}

.cartcalc input {
    height: 100%;
    width: 100%;
    min-height: 100%;
    border: none;
    color: #4f595e;
    font-weight: 400;
    font-size: 1.125em;
    text-align: center
}

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

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

.pagination {
    margin-top: 3.75em
}

.pagination__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination__item {
    height: 3.625em;
    min-width: 3.625em;
    padding: 0 1.25em;
    border-radius: .25em;
    border: 1px solid #000;
    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: 0 .3125em;
    font-weight: 500
}

.pagination__item svg {
    width: 1.0625em;
    height: auto
}

.pagination__item._active {
    pointer-events: none
}

.pagination__item._active,
.pagination__item:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.pagination__item._active path,
.pagination__item:hover path {
    fill: #fff
}

.pagination__item._btn {
    padding: 0 1.5em
}

@media screen and (max-width:992px) {
    .h1-tablet {
        font-size: 2.625em;
        line-height: 114%
    }
    .h2-tablet {
        font-size: 2.25em;
        line-height: 111%
    }
    .h3-tablet {
        font-size: 1.5em;
        line-height: 117%
    }
    .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
    }
    .pagination {
        margin-top: 1.875em
    }
}

@media screen and (max-width:576px) {
    .pagination {
        margin-top: 1.56em
    }
    .pagination ._hide-tablet {
        display: none
    }
    .pagination ._btn {
        width: 2.8125em;
        padding: 0
    }
    .pagination__item {
        height: 2.8125em;
        min-width: 2.8125em;
        padding: 0 .875em
    }
    .pagination__item span {
        font-size: .875em
    }
}

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

.tab {
    padding: .5em .75em 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    font-weight: 500;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.tab:before {
    content: '';
    position: absolute;
    width: 100%;
    height: .1875em;
    left: 0;
    bottom: 0;
    background-color: #32a2a8;
    opacity: 0;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit
}

.tab span {
    font-size: 1.125em;
    line-height: 133%
}

.tab:hover {
    color: #32a2a8;
    cursor: pointer
}

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

.tab._active:before {
    opacity: 1
}

.tab-content {
    display: none
}

.tab-content._active {
    display: block
}

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

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

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

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

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

.grid5 {
    grid-template-columns: repeat(5, calc(20% - .4em))
}

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

.m-backdrop {
    position: relative
}

.m-backdrop:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), color-stop(68.82%, rgba(0, 0, 0, .3)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, .3) 68.82%);
    background: linear-gradient(180deg, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, .3) 68.82%);
    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: 50%;
    border: 1px solid rgba(255, 255, 255, .1);
    background: #1a1a1a;
    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 .75em 0 0
}

.socials__item:hover path {
    fill-opacity: 1
}

.socials__item:hover path:not(._not-fill) {
    fill: #fff
}

.socials__item._tg:hover,
.socials__item._vk:hover {
    background: #07f;
    border-color: #07f
}

.socials__item._whatsapp:hover {
    background: #48c95f;
    border-color: #48c95f
}

.socials__item._youtube:hover {
    background: #f40000;
    border-color: #f40000
}

.socials__item._youtube:hover ._not-fill {
    fill: #f40000
}

.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
}

.favourite-btn svg {
    width: 1.75em;
    height: auto
}

.favourite-btn ._view2 {
    opacity: 0
}

.favourite-btn:hover path {
    fill: #c8284e
}

.favourite-btn._added ._view1 {
    opacity: 0
}

.favourite-btn._added ._view2 {
    opacity: 1
}

.breadcrumbs {
    margin-bottom: 1.5em
}

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

.breadcrumbs li {
    position: relative;
    display: inline;
    color: #7b7975
}

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

.breadcrumbs li:not(:first-child):before {
    content: '';
    position: absolute;
    z-index: 1;
    top: .3125em;
    right: 100%;
    margin-right: .25em;
    width: .75em;
    height: .75em;
    background-image: url(../img/bread-arrow.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center
}

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

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

.breadcrumbs-mob {
    display: none
}

@media screen and (max-width:992px) {
    .grid-tablet {
        grid-template-columns: 100%
    }
    .grid2-tablet {
        grid-template-columns: repeat(2, calc(50% - .25em))
    }
    .grid3-tablet {
        grid-template-columns: repeat(3, calc(100% / 3 - 1em / 3))
    }
    .breadcrumbs {
        display: none
    }
    .breadcrumbs-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 1.75em
    }
    .breadcrumbs-mob__back {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #7b7975
    }
    .breadcrumbs-mob__back svg {
        width: 1.3125em
    }
    .breadcrumbs-mob__back:hover {
        color: #2e2c2f
    }
    .breadcrumbs-mob__back:hover path {
        stroke: #2e2c2f
    }
}

.modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100 * var(--vh));
    background-color: #2e2c2f;
    opacity: .48
}

.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: 41em;
    max-width: calc(100% - 2em);
    position: relative;
    z-index: 3;
    padding: 1.75em;
    display: inline-block
}

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

.modal._active .modal__bg {
    display: block
}

.modal__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
}

.modal .close-btn {
    margin-left: auto
}

.close-btn {
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.close-btn svg {
    width: 100%
}

.close-btn:hover path {
    fill: #32a2a8
}

.modal-form {
    margin-top: 1.25em;
    display: grid;
    grid-template-columns: 100%;
    gap: 1em
}

.modal-form .rating {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

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

.modal-form__checks {
    display: grid;
    grid-template-columns: 100%;
    gap: 1em
}

.alert {
    position: fixed;
    top: 14.875em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    background-color: #2e2c2f;
    color: #f4f2f5;
    -webkit-box-shadow: .125em .125em .5em rgba(180, 185, 198, .6);
    box-shadow: .125em .125em .5em rgba(180, 185, 198, .6);
    padding: 1em;
    max-width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.alert._active {
    opacity: 1
}

.alert img,
.alert svg {
    width: 1em;
    margin-right: .5em
}

.cookie-modal {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 1em;
    width: 50em;
    max-width: 100%;
    position: fixed;
    z-index: 5;
    padding: 1.75em;
    background-color: #fff;
    -webkit-box-shadow: .125em .125em .5em rgba(180, 185, 198, .6);
    box-shadow: .125em .125em .5em rgba(180, 185, 198, .6);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

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

.cookie-modal .close-btn {
    margin-left: auto
}

.cookie-modal__grid {
    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 .text {
    margin-top: 1em
}

.cookie-modal__btn {
    margin-left: 3em
}

@media screen and (max-width:576px) {
    .grid-mob {
        grid-template-columns: 100%
    }
    .modal-form .rating {
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }
    .modal-form__btn {
        width: 100%
    }
    .cookie-modal {
        bottom: 0
    }
    .cookie-modal__grid {
        display: block
    }
    .cookie-modal__btn {
        margin: 1em 0 0
    }
}

.header {
    position: relative;
    z-index: 20;
    border-bottom: 1px solid #c7cdcd
}

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

.header__logo {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 13.75em;
    max-width: 100%
}

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

.burger {
    display: none
}

.header-middle__inner,
.header-top__inner {
    display: grid;
    grid-template-columns: calc(50% - 10.5em) 21em calc(50% - 10.5em);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-middle__col1,
.header-middle__col2,
.header-middle__col3,
.header-top__col1,
.header-top__col2,
.header-top__col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-middle__col2,
.header-top__col2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-middle__col3,
.header-top__col3 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header-top {
    padding: .5em 0;
    background-color: #eaecf2
}

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

.header-top__by img {
    width: 1.625em
}

.header-city {
    margin-right: 1.25em
}

.header-city__show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #4f595e;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.header-city__show:hover {
    color: #32a2a8
}

.header-city__show:hover path {
    stroke: #32a2a8
}

.header-city__show svg {
    width: 1.3125em;
    margin-left: .25em
}

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

._flex-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-contacts__phone {
    margin-left: .57em
}

.header-nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-nav .menu li {
    margin-left: 1.25em
}

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

.header-middle {
    padding: 1.5em 0
}

.header-middle__inner {
    display: grid;
    grid-template-columns: calc(50% - 7.5em) 15em calc(50% - 7.5em);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-search__btn {
    display: none
}

.header-search__field {
    width: 24.375em;
    max-width: 100%
}

.header-search__field input {
    padding-left: 2.11em
}

.header-search__icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: .44em
}

.header-action__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 1.0em
}

.header-action__item:hover path {
    fill: #0c787e
}

.header-action__icon {
    margin-right: .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
}

.header-action__icon svg {
    width: 1.3125em
}

/* количество в иконке, только для мобильного */
.header-action__icon span {
    display: none;
    position: absolute;
    margin-top: -0.1em;
    font-size: 0.6em; /* половина от svg */
    font-weight: bold;
    color: red;
}

@media screen and (max-width:992px) {
    .header {
        padding: 1em 0 .5em
    }
    .header .container {
        padding: 0
    }
    .header._open .header-bottom {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    .header._open .burger ._view1 {
        opacity: 0
    }
    .header._open .burger ._view2 {
        opacity: 1
    }
    .header-top {
        display: none
    }
    .header-search._show .header-search__btn ._view1 {
        opacity: 0
    }
    .header-search._show .header-search__btn ._view2 {
        opacity: 1
    }
    .header-search._show .header-search__field {
        opacity: 1;
        pointer-events: unset
    }
    .header-search__field {
        position: absolute;
        width: calc(100vw - 1.75em);
        left: .875em;
        top: 100%;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        opacity: 0;
        pointer-events: none
    }
    .header-middle {
        padding: 0;
        position: relative;
        z-index: 12
    }
    .header-middle__inner {
        grid-template-columns: calc(50% - 4.5em) 9em calc(50% - 4.5em)
    }
    .burger,
    .header-search__btn {
        position: relative;
        width: 3em;
        height: 3em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0
    }
    .burger img,
    .header-search__btn img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        -webkit-transition: inherit;
        -o-transition: inherit;
        transition: inherit
    }
    .burger ._view2,
    .header-search__btn ._view2 {
        opacity: 0
    }
    .header-action__item {
        margin-left: 0
    }
    .header-action__item .text18 {
        display: none
    }
    .header-action__icon {
        margin: 0;
        width: 3em;
        height: 3em
    }
    .header-action__icon svg {
        width: 1.75em
    }
    .header-action__icon span {
        display: block;
        font-size: 0.8em;
    }
    .header-action__icon #js-basket-amount {
        margin-top: 0.5em;
    }
    .header-action__icon #js-favorite-amount {
        margin-top: 0.0em;
    }
}

@media screen and (max-width:576px) {
    .header-action__icon {
        margin: 0;
        width: 2em;
        height: 2em
    }
}

.header-bottom {
    border-top: 1px solid #c1c3cc
}

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

.nav .menu>.menu-item {
    position: relative;
    padding: .625em 0
}

.nav .menu>.menu-item:not(:last-child) {
    margin: 0 3.5em 0 0
}

.nav .menu>.menu-item a,
.nav .menu>.menu-item-has-children {
    cursor: pointer
}

.nav .menu>.menu-item:hover .sub-menu {
    opacity: 1;
    pointer-events: unset
}

.nav a {
    font-size: 1.125em;
    line-height: 133%
}

.nav .sub-menu {
    display: grid;
    grid-template-columns: 100%;
    gap: 1em
}

@media screen and (min-width:993px) {
    .nav .sub-menu {
        display: grid!important;
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 11.25em;
        -webkit-box-shadow: .125em .5em .75em rgba(46, 44, 47, .2);
        box-shadow: .125em .5em .75em rgba(46, 44, 47, .2);
        background-color: #fff;
        padding: .5em 1em;
        border: 1px solid #d5d7df;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        opacity: 0;
        pointer-events: none
    }
    .nav .sub-menu:before {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 2px;
        margin-bottom: -1px
    }
}

@media screen and (max-width:992px) {
    .header-bottom {
        -webkit-transform: translateX(-120%);
        -ms-transform: translateX(-120%);
        transform: translateX(-120%);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100 * var(--vh));
        background-color: #fff;
        padding: 4.5em 0 0;
        z-index: 10
    }
    .header-bottom .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        overflow-y: auto;
        height: 100%;
        border-top: 1px solid #c7cdcd
    }
    .nav {
        width: 100%
    }
    .nav .menu {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .nav .menu>.menu-item {
        width: 100%;
        padding: 1em 1.75em;
        margin: 0!important
    }
    .nav .menu>.menu-item-has-children>a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .nav .menu>.menu-item-has-children>a:after {
        content: '';
        width: 1.11em;
        height: 1.11em;
        margin-left: .22em;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6.40002L8 10.4L12 6.40002' stroke='%232E2C2F' stroke-width='1.2'/%3E%3C/svg%3E");
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    .nav .menu>.menu-item-has-children._active>a {
        color: #0c787e
    }
    .nav .menu>.menu-item-has-children._active>a:after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6.40002L8 10.4L12 6.40002' stroke='%23158289' stroke-width='1.2'/%3E%3C/svg%3E")
    }
    .nav .sub-menu {
        padding-left: 2.5em;
        display: none;
        margin: 1em 0 -1em;
        gap: 0
    }
    .nav .sub-menu li {
        padding: 1em 0
    }
    .header-profile {
        -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;
        height: 3.5em;
        padding: 0 1.75em;
        border-top: 1px solid #c7cdcd;
        width: 100%
    }
    .header-profile svg {
        width: 1.25em;
        margin-right: .25em
    }
    .header-nav2 {
        border-top: 1px solid #c7cdcd;
        width: 100%;
        padding: 1em 1.75em 0
    }
    .header-nav2 li {
        padding: 1em 0
    }
    .header-nav2 a {
        font-size: 1.125em;
        line-height: 133%
    }
    .header-city2 {
        border-top: 1px solid #c7cdcd;
        width: 100%;
        padding: 1em 1.75em
    }
    .header-city2__item {
        padding: 1em 0
    }
}

.footer {
    background-color: #2e2c2f;
    color: #fafafd
}

.footer__logo {
    display: block;
    width: 21.25em;
    max-width: 100%;
    margin: 0 auto
}

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

.footer__c {
    margin-right: .57em
}

.footer__conf {
    margin-left: auto
}

.footer-top {
    padding: 3em 0
}

.footer-top__inner {
    display: grid;
    grid-template-columns: repeat(3, calc(100% / 3 - .625em));
    gap: .9375em
}

.footer-top__col3 {
    padding-left: 3.25em
}

.footer-nav {
    margin-top: .5em
}

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

.footer-nav a {
    font-size: 1.125em;
    line-height: 133%
}

.footer-brands {
    margin-top: 3.5em
}

.footer-brands__items {
    margin-top: .5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-brands__item {
    margin-right: 1.75em;
    height: 2.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
}

.footer-brands__item img {
    max-width: 100%;
    max-height: 100%
}

.footer-brands__item:not(:hover) {
    opacity: .6
}

.footer-contacts__item {
    margin-top: .5em;
    
}
.footer-contacts__item div {
    line-height: 1.3;
}
.footer-contacts2 {
    margin-top: 1.75em
}

.footer-bottom {
    padding: 1em 0;
    border-top: 1px solid #c7cdcd
}

.footer-bottom__inner {
    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) {
    .footer-top {
        padding: 3em 0
    }
    .footer-top__inner {
        grid-template-columns: repeat(2, calc(50% - .875em));
        gap: 1.75em
    }
    .footer-top__col2 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        grid-column: 1/-1
    }
    .footer-top__col3 {
        padding: 0
    }
    .footer-brands {
        padding: 1.75em 0 1em;
        margin-top: 0
    }
    .footer-contacts2 {
        margin-top: 1.75em
    }
}

@media screen and (max-width:576px) {
    .footer {
        text-align: center
    }
    .footer .container {
        padding: 0 1em
    }
    .footer__c {
        margin: 0 0 .57em
    }
    .footer__conf {
        margin: .57em 0 0
    }
    .footer-top__inner {
        grid-template-columns: 100%
    }
    .footer-brands__items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .footer-brands__item {
        margin: 0 .875em
    }
    .footer-bottom {
        padding-bottom: 1.75em
    }
    .footer-bottom__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.text h3 {
    margin-bottom: .33em
}

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

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

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

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

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

.text ul li:before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0
}

.catalog-item {
    padding-top: 1.75em;
    position: relative
}

.catalog-item__inner {
    display: grid;
    grid-template-columns: calc(100% - 26.25em) 24.75em;
    gap: 3em 1.5em
}

.catalog-item__col {
    padding-top: 1em
}

.catalog-item__sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 1em
}

.catalog-item__nav {
    display: grid;
    grid-template-columns: calc(100% - 5.25em) 3.75em;
    gap: 1.5em;
    margin-top: 3em
}

.catalog-item__nav .favourite-btn span {
    display: none
}

.product-gallery {
    margin-top: 1em
}

.product-gallery__img {
    position: relative;
    padding-bottom: 140%
}

.product-gallery__img img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    display: block;
    cursor: zoom-in;
}

.product-gallery__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.5em
}

@media screen and (min-width:993px) {
    .product-gallery .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(3, calc(100% / 3 - 1em / 3));
        gap: .5em;
        -webkit-transform: unset!important;
        -ms-transform: unset!important;
        transform: unset!important
    }
    .product-gallery .swiper-slide {
        padding-right: 0
    }
    .product-gallery .swiper-slide-active {
        grid-column: 1/-1
    }
    .product-gallery .swiper-slide:not(.swiper-slide-active) .product-gallery__img {
        padding-bottom: 100%
    }
    .product-gallery .swiper-slide:not(.swiper-slide-active) .product-gallery__img img {
        max-height: 80%
    }
    .product-gallery .swiper-pagination {
        display: none
    }
}

.swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.swiper-pagination-bullet {
    background-color: transparent;
    opacity: 1;
    border: 1px solid #2e2c2f;
    border-radius: 0;
    width: .75em;
    height: .75em
}

.swiper-pagination-bullet-active {
    background-color: #2e2c2f
}

.product-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3.25em
}
@media(max-width: 992px) {
    .product-nav {
        display: none; /* в мобильной версии не нужны табы с разделами */
    }
}

.product-nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .5em .75em 1em;
    font-weight: 500;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: nowrap
}

.product-nav__link:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .1875em;
    background-color: #32a2a8;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0
}

.product-nav__link._active:before {
    opacity: 1
}

.product-nav__link._active,
.product-nav__link:hover {
    color: #32a2a8
}

@media screen and (max-width:992px) {
    .catalog-item {
        overflow: hidden
    }
    .catalog-item__inner {
        grid-template-columns: 100%
    }
    .catalog-item__col {
        padding-top: 0
    }
    .catalog-item__col2 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .catalog-item__sticky {
        position: static
    }
    .product-gallery {
        overflow: hidden;
        width: calc(100% + 3.5em);
        margin-left: -1.75em;
        position: relative
    }
    .product-gallery__img {
        padding-bottom: 145%
    }
    .product-gallery__nav {
        display: none
    }
    .product-gallery .swiper-pagination {
        bottom: .5em
    }
    .product-nav {
        padding-left: 1.75em;
        padding-right: 1.75em;
        width: calc(100% + 3.5em);
        margin-left: -1.75em;
        overflow-x: auto;
        margin-top: 3em
    }
    .product-nav::-webkit-scrollbar {
        width: 0;
        height: 0
    }
}

@media screen and (max-width:992px) and (min-width:577px) {
    .product-gallery {
        padding-bottom: 2em
    }
    .product-gallery__img {
        padding-bottom: 75%
    }
}

@media screen and (max-width:576px) {
    .catalog-item .prop-item {
        grid-template-columns: 12em calc(100% - 12.5em)
    }
    .catalog-item__btn {
        width: 100%
    }
    .catalog-item__nav {
        grid-template-columns: 100%;
        gap: 1.75em
    }
    .catalog-item__nav .favourite-btn ._view1 {
        display: block
    }
    .catalog-item__nav .favourite-btn._added ._view1 {
        display: none
    }
    .catalog-item__nav .favourite-btn._added ._view2 {
        display: block
    }
    .catalog-item__nav .favourite-btn svg {
        margin-right: .25em
    }
}

.product-desc {
    margin-top: 5em
}

.product-desc .text {
    margin-top: 1em;
    font-size: 1em;
}
.product-desc .text p, .product-desc .text ul {
    font-size: 1em;
}

.product-sizes {
    margin-top: 1.75em
}

.sizes-table {
    margin-top: 1em;
    color: #4f595e
}

.sizes-table img {
    width: 100%;
}

.sizes-table table {
    width: 100%;
    border-collapse: collapse
}

.sizes-table tr:first-child td {
    border-top: 1px solid #d5d7df
}

.sizes-table tr:last-child td {
    border-bottom: 1px solid #d5d7df
}

.sizes-table td {
    padding: 0 .75em;
    height: 4.5em
}

.sizes-table td:first-child {
    border-left: 1px solid #d5d7df;
    padding-left: 1.5em
}

.sizes-table td:last-child {
    border-right: 1px solid #d5d7df;
    padding-right: 2em
}

.product-detail {
    margin-top: 5em;
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 3.125em));
    gap: 3em 4.25em
}

.product-detail .text {
    margin-top: 1em
}

.catalog-info__art {
    margin-top: .5em;
    font-weight: 500
}

.catalog-info__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.75em;
    white-space: nowrap;
}

.catalog-info__price2 {
    margin-left: .75em;
    color: #7b7975;
    position: relative
}

.catalog-info__price2:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 1.5px;
    width: calc(100% + .25em);
    background-color: #7b7975
}

.catalog-color {
    margin-top: 1.75em
}

.catalog-color__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.catalog-color__item {
    display: block;
    width: 5em;
    height: 5em;
    margin: .5em .875em 0 0
}

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

.catalog-color__item._active {
    position: relative
}

.catalog-color__item._active:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: .25em;
    background-color: #32a2a8
}

.size-filter {
    margin-top: 1.75em;
    display: grid;
    grid-template-columns: repeat(2, calc(50% - .25em));
    gap: .5em
}

.size-filter .filter-item__show {
    background-color: #e0f6f8;
    border-color: #e0f6f8
}

.size-filter .filter-item__hidden {
    width: 14.75em
}

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

.size-filter__link {
    color: #32a2a8;
    cursor: pointer;
}

@media screen and (max-width:992px) {
    .product-desc,
    .product-sizes {
        margin-top: 3em
    }
    .product-detail {
        margin-top: 3em;
        grid-template-columns: 100%
    }
    .catalog-color {
        margin-top: 0
    }
}

@media screen and (max-width:576px) {
    .product-sizes {
        margin-top: 0;
    }
    .sizes-table {
        /* старая версия - возможно, когда отображалось прямо в странице, а не выпадающем меню
        padding-left: 1.75em;
        padding-right: 1.75em;
        width: calc(100% + 3.5em);
        margin-left: -1.75em;
        overflow-x: auto
        */
    }
    .sizes-table::-webkit-scrollbar {
        width: 0;
        height: 0
    }
    .sizes-table table {
        min-width: 48em
    }
    .size-filter {
        grid-template-columns: 100%;
        gap: 1em
    }
    .size-filter__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        /*justify-content: flex-end надо оставить ссылку на размер по левой стороне в мобиле */
    }
    .size-filter__link {
        text-decoration: underline;
        color: #0c787e
    }
    .size-filter__link span {
        font-size: 1.125em;
        line-height: 133%
    }
}

.filter-dates__mob,
.filter-item__show {
    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;
    height: 2.5em;
    border: 1px solid #d5d7df;
    padding: 0 .5em;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.filter-dates__mob:after,
.filter-item__show:after {
    content: '';
    width: 1em;
    height: 1em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-image: url(../img/arrow-down.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: .25em;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit
}

.filter-dates__mob:hover,
.filter-item__show:hover {
    cursor: pointer;
    border-color: #42adb2;
    background-color: #c8f1f3
}

.filter-item {
    position: relative
}

.filter-item._open .filter-item__show {
    border-color: #42adb2;
    background-color: #c8f1f3
}

.filter-item._open .filter-item__show:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.filter-item._open .filter-item__hidden,
.filter-item._show-count .filter-item__count {
    opacity: 1;
    pointer-events: unset
}

.filter-item__count {
    padding: 0 .25em;
    height: 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;
    min-width: 1.5em;
    background-color: #158289;
    margin-left: auto;
    color: #f4f2f5;
    opacity: 0;
    pointer-events: none
}

.filter-item__hidden {
    z-index: 5;
    position: absolute;
    margin-top: .4em;
    min-width: 100%;
    -webkit-box-shadow: .125em .125em .5em rgba(180, 185, 198, .6);
    box-shadow: .125em .125em .5em rgba(180, 185, 198, .6);
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.filter-item__scroll {
    overflow-y: auto;
    max-height: 19em
}

.filter-item__scroll::-webkit-scrollbar {
    width: .5em;
    height: .5em
}

.filter-item__scroll::-webkit-scrollbar-track {
    background: 0 0;
    border-radius: 0
}

.filter-item__scroll::-webkit-scrollbar-thumb {
    background: #b4b9c6
}

.filter-item__title {
    margin-bottom: -.25em;
    padding: 1.25em 1.25em 0
}

.filter-item__options {
    padding: 1.25em;
    display: grid;
    grid-template-columns: 100%;
    gap: 1em;
    overflow: auto;
    max-height: 300px;
}

.filter-item__nav {
    padding: .75em 1.25em;
    border-top: 1px solid #d5d7df
}

.filter-item__btn {
    height: 2.5em;
    width: 100%
}

.filter-check label {
    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;
    height: 2.5em;
    width: 100%;
    border: 1px solid #d5d7df;
    padding: 0 .5em;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.filter-check input:checked~label {
    border-color: #42adb2;
    background-color: #e0f6f8
}

.filter-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 1.5em
}

.filter-option.disabled {
    display: none;
}

.filter-option__icon {
    border: 1px solid #626668;
    width: 1.25em;
    height: 1.25em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: .5em;
    background-image: url(../img/check.svg);
    background-size: 0 auto;
    background-repeat: no-repeat;
    background-position: center
}

.filter-option__count {
    color: #7b7975;
    margin-left: auto
}

.filter-option__img {
    width: 1.25em;
    margin-left: .25em
}

.filter-option input:checked~.filter-option__icon {
    background-size: .875em auto;
    border-color: #158289;
    background-color: #b8e9ec
}

.filter-option2 .filter-option__icon {
    margin: 0 0 0 auto;
    border-radius: 50%;
    background-image: url(../img/radio.svg)
}

.filter-option2 input:checked~.filter-option__icon {
    background-size: .75em auto;
    background-color: transparent
}

.props {
    margin-top: 3em;
    display: grid;
    grid-template-columns: 100%;
    gap: 1em
}

.prop-item {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - .25em));
    gap: .5em;
    color: #7b7975
}

.prop-item__desc {
    color: #4f595e
}

.catalog-delivery {
    display: grid;
    grid-template-columns: 100%;
    gap: .5em;
    margin-top: 3em;
    padding-left: .75em
}

.catalog-delivery__item {
    max-width: 22.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.catalog-delivery__item img {
    width: 1.25em;
    margin-right: .5em
}

@media screen and (min-width:993px) {
    ._hide-desktop {
        display: none
    }
    .collection-slider__slide {
        opacity: 1;
        pointer-events: none
    }
    .swiper-initialized .collection-slider__slide {
        opacity: 0;
        pointer-events: none
    }
    .collection-slider .swiper-slide, .collection-slider .swiper-wrapper,
    .use-slider .swiper-slide, .use-slider .swiper-wrapper {height: auto;}

    .collection-slider__slide.swiper-slide-active,
    .collection-slider__slide.swiper-slide-next,
    .collection-slider__slide.swiper-slide-next+.swiper-slide,
    .collection-slider__slide.swiper-slide-next+.swiper-slide+.swiper-slide {
        opacity: 1;
        pointer-events: unset
    }
}

@media screen and (max-width:992px) {
    ._hide-tablet {
        display: none
    }
    .catalog-delivery {
        padding-left: 0
    }
    .catalog-delivery__item {
        max-width: 100%
    }
}

.brand {
    background: #c3d6de;
    margin: 3.25em 0 2.5em;
    overflow: hidden;
    display: block
}

.brand:hover {
    color: inherit
}

.brand._orange {
    background: #fff3df
}

.brand._orange .brand__inner:before {
    background: rgba(221, 161, 54, .28)
}

.brand._blue {
    background: #d6dbe7
}

.brand._blue .brand__inner:before {
    background: rgba(105, 164, 207, .28)
}

.brand__inner {
    padding: 4.25em 0;
    min-height: 28em;
    position: relative
}

.brand__inner:before {
    content: '';
    position: absolute;
    width: 37.875em;
    height: 37.875em;
    border-radius: 50%;
    background: rgba(71, 91, 99, .6);
    -webkit-filter: blur(500px);
    filter: blur(500px);
    top: -5.125em;
    left: 23em
}

.brand__content {
    max-width: 21.5em;
    position: relative;
    z-index: 2
}

/* чтобы текст в баннерах помещался на главной и в товарах */
@media screen and (max-width:992px) {
    .brand__content {
        max-width: 19.5em;
    }
    .brand__inner {
        min-height: 33em;
    }
}

.brand .text {
    margin-top: 1.75em
}

.brand__img {
    position: absolute;
    left: 18.75em;
    bottom: 0;
    width: 39em;
    z-index: 3
}
.brand.--right .brand__img img {
    margin-left: auto;
}
.brands .brand.--padding-y .brand__img,
.catalog-item .brand.--padding-y .brand__img {
    top: 30px;
    bottom: 30px;
    height: auto;
}

@media(max-width: 576px) {
   .brands .brand.--padding-y .brand__img,
   .catalog-item .brand.--padding-y .brand__img {
        top: auto;
        width: calc(100% + 3em);
        max-width: 200%;
        left: -1.5em;
        right: -1.5em;
        bottom: -1em;
    } 
}


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

.brand .brand__img {
    left: 0;
    right: 0;
    width: auto;
    height: 100%;
}
.brand .brand__img img {
    height: 100%;
    width: auto;
}


.m-section {
    padding: 2.5em 0
}

.collection {
    position: relative
}

.collection:last-child {
    padding-bottom: 8.75em
}

.collection:hover {
    z-index: 3
}

.slider .swiper-container {
    width: calc(100% + .5em)
}

.slider .swiper-slide {
    padding-right: .5em
}

.collection-slider {
    margin-top: 3em;
    position: relative
}

.collection-slider:hover .swiper-button {
    opacity: 1
}

.collection-slider__container {
    width: calc(100% + .5em)
}

.collection-slider__slide {
    padding-right: .5em;
    width: 25%
}

.collection-slider .swiper-button {
    top: 10.375em;
    opacity: 0
}

.swiper-button {
    width: 2.75em;
    height: 2.75em;
    padding: 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;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0
}

.swiper-button-prev {
    left: 0
}

.swiper-button-next {
    right: 0
}

.swiper-button svg {
    width: 1.25em
}

.swiper-button:hover path {
    stroke: #2e2c2f
}

.product-card {
    position: relative
}

.product-card__badges {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    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
}

.product-card .m-badge {
    margin-bottom: .25em
}

.product-card__img {
    background-color: #eaecf2;
    position: relative;
    /* padding-bottom: 113%;
     display: block */
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.product-card .catalog-info__prices {
    margin: 0
}

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

.product-card__title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 2.66em
    line-height: 1.2;
}
.product-card__title a {
    line-height: 1.2;
}
.product-card__inner {
    position: relative;
    z-index: 2
}

.product-card__bottom {
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    pointer-events: none;
    position: absolute;
    left: -.5em;
    top: -.5em;
    width: calc(100% + 1em);
    padding: 30em .5em .5em;
    -webkit-box-shadow: 0 0 1.25em 0 rgba(81, 108, 187, .32);
    box-shadow: 0 0 1.25em 0 rgba(81, 108, 187, .32);
    background-color: #fff
}

.product-card__colors-items,
.product-card__sizes-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-card__sizes {
    margin-top: .5em
}

.product-card .color-field {
    margin: .25em .5em 0 0
}

.product-card .size-field {
    margin: .25em .75em 0 0
}

.product-card .favourite-btn {
    position: absolute;
    top: .25em;
    right: .25em;
    z-index: 4;
    opacity: 0
}

.product-card__btn {
    width: 100%;
    margin-top: .5em
}

.product-card .slider {
    display: block;
    position: relative;
    z-index: 2
}

.product-card .slider__wrap {
    overflow: hidden
}

.product-card .slider .swiper-pagination {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: .75em;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0
}

.product-card .slider .swiper-pagination-bullet {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 .125em!important;
    height: 100%;
    border: none;
    background: 0 0;
    border-bottom: .25em solid #b4b9c6
}

.product-card .slider .swiper-pagination-bullet-active {
    border-color: #158289
}

#gallery .swiper-pagination-bullet {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 .125em!important;
    height: 100%;
    border: none;
    background: 0 0;
    border-bottom: .25em solid #b4b9c6
}

#gallery .swiper-pagination-bullet-active {
    border-color: #158289
}

/* карточка в мобильной версии раскрыта */
@media (pointer: coarse) {
    .product-card .product-card__bottom {
        position: inherit;
        opacity: 1;
        pointer-events: all;
        left: 0;
        top: 0;
        width: 100%;
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }
}

/* карточка в десктопной версии раскрывается при наведении курсора всегда */
@media screen and (min-width:1px/*993px*/) {
    .product-card:hover {
        z-index: 5
    }
    .product-card:hover .product-card__bottom {
        opacity: 1;
        pointer-events: unset
    }
    .product-card:hover .favourite-btn,
    .product-card:hover .swiper-pagination {
        opacity: 1
    }
    .condition__grid {
        font-size: calc(1440px * (16 / 1440))
    }
}

.color-field input:checked~label svg {
    opacity: 1
}
.color-field input:checked~label svg.white-color path {fill: #000 !important}

.color-field label {
    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.5em;
    height: 1.5em
}

.color-field label svg {
    width: 1.125em;
    opacity: 0
}

.size-field input:checked~label {
    font-weight: 500;
    color: #32a2a8
}

.size-field input:disabled~label {
    color: #7b7975
}

.m-badge {
    background-color: #c8284e;
    height: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 .75em;
    color: #f4f2f5
}

.m-badge._blue {
    background-color: #158289
}

.m-badge._blue2 {
    background-color: #7fd4d8;
    color: #2e2c2f
}

@media screen and (max-width:992px) {
    .brand__inner:before {
        display: none
    }
    .collection {
        overflow: hidden
    }
    .collection .h2 {
        text-align: center
    }
    .collection-slider {
        margin-top: 3em
    }
    .collection-slider .slider__wrap {
        overflow: unset;
        width: 18.375em;
        margin: 0 auto
    }
    .collection-slider__slide {
        width: 100%
    }
    
    .product-card .favourite-btn {
        opacity: 1
    }
}

@media screen and (max-width:576px) {
    .brand {
        position: relative
    }
    .brand__inner {
        padding: 3em 0 0;
        position: static;

    }
    .brand__img {
        left: 0;
        width: 100%;
        height: 22.5em
    }
    .brand__img img {
        width: 185%;
        margin-left: -25%
    }
}

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

.rating-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative
}

.rating-input--read-only {
    pointer-events: none
}

.rating-input__field {
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0;
    pointer-events: none
}

.rating-input__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 1.5625em
}

.rating-input__item svg {
    width: 100%;
    height: auto
}

.rating-input__item:hover {
    cursor: pointer
}

.rating-input[data-total-rating="1"]:not(:hover) .rating-input__item:nth-child(n+5) path,
.rating-input[data-total-rating="2"]:not(:hover) .rating-input__item:nth-child(n+4) path,
.rating-input[data-total-rating="3"]:not(:hover) .rating-input__item:nth-child(n+3) path,
.rating-input[data-total-rating="4"]:not(:hover) .rating-input__item:nth-child(n+2) path,
.rating-input[data-total-rating="5"]:not(:hover) .rating-input__item:nth-child(n+1) path,
.rating-input__item:hover path,
.rating-input__item:hover~.rating-input__item path {
    fill: #32a2a8
}

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

.reviews__items {
    margin-top: 3em;
    display: grid;
    grid-template-columns: 100%;
    gap: 3em;
    width: 48.25em;
    max-width: 100%
}

.reviews__nav2 {
    width: 48.25em;
    max-width: 100%;
    margin-top: 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.reviews__btn2 svg {
    width: 1.3125em
}

.review-card {
    display: grid;
    grid-template-columns: 9.375em calc(100% - 9.375em);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.review-card__col2 {
    display: grid;
    grid-template-columns: 100%;
    gap: .25em
}

.review-card__text {
    margin-top: .25em
}

.use-slider {
    position: relative;
    margin-top: 3em;
    max-width: 100%
}

.use-slider .slider__wrap {
    overflow: hidden
}

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

.use-card {
    cursor: pointer;
    position: relative;
    padding-bottom: 100%;
    display: block
}

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

.use-slider2 {
    overflow: hidden;
    margin-top: 1em
}

.use-slider2 .use-card {
    pointer-events: none
}

@media screen and (max-width:992px) {
    .reviews .h2 {
        text-align: center
    }
    .reviews__nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .how-use .h2 {
        text-align: center
    }
    .how-use .container {
        padding: 0
    }
    .gallery-modal {
        display: none
    }
}

@media screen and (max-width:576px) {
    .review-card {
        grid-template-columns: 100%;
        gap: .75em
    }
}

.gallery-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100 * var(--vh));
    z-index: 100;
    background-color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    pointer-events: none
}

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

.gallery-modal .close-btn {
    position: absolute;
    top: 1em;
    right: 1em
}

.gallery {
    height: 100%
}

.gallery__small {
    width: 10.5em;
    position: absolute;
    top: 0;
    left: 0;
    padding: 4.75em 1.5em;
    height: calc(100 * var(--vh))!important
}

.gallery__small .swiper-slide {
    height: 8em;
    padding-bottom: .5em
}

.gallery__small .swiper-slide-thumb-active .gallery__img {
    border-color: #2e2c2f
}

.gallery__small .gallery__img {
    cursor: pointer;
    border: 1px solid transparent
}

.gallery__small .gallery__img img {
    max-width: 90%;
    max-height: 90%
}

.gallery__big {
    width: 50em;
    max-width: calc(100% - 20em);
    margin: 0 auto;
    height: calc(100 * var(--vh))!important;
    -webkit-transform: translateX(1.5em);
    -ms-transform: translateX(1.5em);
    transform: translateX(1.5em)
}

.gallery__big .swiper {
    height: 100%
}

.gallery__big .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.gallery__img {
    height: 100%;
    position: relative
}
.gallery__img:not(.swiper-slide-zoomed) {
    /* transform: none !important; */
}
.swiper-slide:not(.swiper-slide-active.swiper-slide-zoomed) .gallery__img img {
    transform: translate(-50%, -50%) !important; 
}

.gallery__img img {
    position: absolute;
    top: 50%; 
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%
}
/* .gallery .mySwiper2 .swiper-slide .gallery__img {height: auto; max-height: 100%}
.gallery .mySwiper2 .swiper-slide .gallery__img img {
    position: relative;
    transform: none;
    top: 0;
    left: 0;

} */
.gallery .swiper-button {
    width: 3.75em;
    height: 2.75em;
    right: unset;
    left: 3.25em;
    margin: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset
}

.gallery .swiper-button.swiper-button-disabled {
    background: #eaecf2;
    opacity: 1
}

.gallery .swiper-button.swiper-button-disabled path {
    stroke: #7e8183
}

.gallery .swiper-button-prev {
    top: 1.5em
}

.gallery .swiper-button-next {
    top: unset;
    bottom: 1.5em
}

.m-section2 {
    padding: 4.375em 0
}

.m-section2--last {
    padding-bottom: 8.75em
}

.sport-type {
    margin-top: 4.375em
}

.sport-type__grid {
    display: grid;
    grid-template-columns: repeat(3, calc(100% / 3 - .25em));
    gap: .375em;
    margin-top: 3em
}

.sport-card {
    padding: 1.75em;
    position: relative;
    min-height: 17.625em;
    display: block;
    overflow: hidden
}

.sport-card:hover {
    color: #000
}

.sport-card:hover .sport-card__img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.sport-card._white,
.sport-card._white:hover {
    color: #f4f2f5
}

.sport-card__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.sport-card__img img {
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.sport-card__img ._view2 {
    display: none
}

.sport-card__content {
    position: relative;
    z-index: 2;
    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;
    max-width: 20em
}

.sport-card__desc {
    margin-top: 1em
}

.sport-card__desc p:not(:last-child) {
    margin: 0 0 .25em
}

.sport-card__license {
    padding-top: 1em;
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sport-card__license img {
    width: 2em;
    margin-right: .5em
}

.brands__groups {
    margin-top: 3em;
    display: grid;
    grid-template-columns: 100%;
    gap: 5em
}

.brands__group {
    position: relative
}

.brands__group:hover {
    z-index: 4
}

.brands .brand {
    margin: 0
}

.brands .brand__img {
    left: 0;
    right: 0;
    width: auto;
    height: 100%
}

.brands .brand__img img {
    height: 100%;
    width: auto
}

.brands .brand__img ._view2,
.brand .brand__img ._view2 {
    display: none
}
.brands ._align-right .brand__content {
    margin-left: auto;
}
.brands .collection {
    padding: 0;
    margin-top: .5em
}

.brands .collection-slider {
    margin-top: 0
}

.categories__grid {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 1.5em / 4));
    gap: .5em;
    margin-top: 3em
}

.category-card {
    position: relative;
    display: block;
    z-index: 4;
}

.category-card:hover {
    color: #2e2c2f
}

.category-card._white,
.category-card._white:hover {
    color: #f4f2f5
}

@media screen and (min-width:577px) {
    .category-card._big {
        grid-column: span 2
    }
}

.category-card__img {
    position: relative;
    display: block;
    height: 21em;
    padding-bottom: 0
}

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

.category-card__img ._view2 {
    display: none
}

.category-card__content {
    position: absolute;
    padding: 1.75em;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2
}

@media screen and (max-width:992px) {
    .sport-type__grid {
        grid-template-columns: 100%;
        gap: .5em
    }
    .brands .brand {
        font-size: .75em
    }
    .categories__grid {
        grid-template-columns: repeat(2, calc(50% - .25em))
    }
    .category-card__img {
        height: 17.5em
    }
}

@media screen and (max-width:576px) {
    .sport-card {
        padding: 0;
        color: #f4f2f5
    }
    .sport-card:hover {
        color: #f4f2f5
    }
    .sport-card__content {
        padding: 1.75em;
        background-color: rgba(0, 0, 0, .8);
        max-width: 100%;
    }
    .brands .brand {
        font-size: 1em
    }
    .brands .brand__img {
        width: 100%;
        height: auto;
        left: 0;
        position: relative;
    }
    .brands .brand__img img {
        width: 100%;
        height: auto;
        margin: 0
    }
    .brands .brand__img ._view1 {
        display: none
    }
    .brand .brand__img { max-height:14em; text-align:center; padding-top: 2em}
    .brand .brand__img img {
        display: block;
        width: auto;
        max-height: 14em;
        max-width: 100%; 
        margin: 0 auto;
        object-fit: contain;
        object-position: bottom;
    }
    .brand .brand__img ._view1 {display: none}
    .brands .brand__img ._view2,
    .brand .brand__img ._view2 {
        display: block;
        width: auto;
        min-width: 100%;
        max-height: 13em;
        max-width: 110%;
        margin: 0 auto;
    }
    .categories__grid {
        grid-template-columns: 100%
    }
}

._mt48 {
    margin-top: 3em
}

._m28 {
    margin-top: 1.75em
}

.how-card {
    padding: 3em;
    background-color: #eaecf2
}

.how-card._big {
    grid-column: 1/-1
}

.how-card._big .how-card__bottom {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 3em));
    gap: 2.5em 6em;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.how-card__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.how-card__top img {
    width: 1.75em;
    margin-right: .5em
}

.how-card .h3 {
    font-weight: 400
}

.how-card__bottom {
    margin-top: 1.75em
}

.how-card__group {
    display: grid;
    grid-template-columns: 100%;
    gap: 1em
}

.how-card__item-title {
    color: #32a2a8;
    font-weight: 500
}

.collection2 .h2 {
    text-align: center;
    font-size: 2.625em
}

.condition {
    overflow: hidden
}

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

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

.condition-card {
    height: 43.75em;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow: hidden
}

.condition-card._white {
    color: #f4f2f5
}

@media screen and (min-width:993px) {
    .condition-card {
        width: calc(50% - .25em)
    }
    .condition-card:first-child {
        margin-right: .5em
    }
    .condition-card._disable .condition-card__content,
    .condition-card._disable .condition-card__content2 {
        opacity: 0;
        pointer-events: none
    }
    .condition-card:hover .condition-card__toggle {
        opacity: 1
    }
    .condition-card._active {
        width: calc(100% - 15.5em);
        color: #f4f2f5;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .condition-card._active .condition-card__inner {
        background-color: rgba(23, 23, 23, .6)
    }
    .condition-card._active .condition-card__content2 {
        opacity: 1;
        pointer-events: unset
    }
    .condition-card._active .condition-card__toggle img {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
    .condition-card__content2 {
        pointer-events: none;
        opacity: 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    .condition-card__toggle {
        opacity: 0
    }
}

.condition-card__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

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

.condition-card__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 3em 2.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 2
}

.condition-card__content,
.condition-card__content2 {
    width: 32.5em;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.condition-card__content {
    display: grid;
    grid-template-columns: 100%;
    gap: 1.75em
}

.condition-card__content2 {
    padding-top: 6.75em
}

.condition-card__items {
    display: grid;
    grid-template-columns: 100%;
    gap: 1em
}

.condition-card__item-title {
    color: #32a2a8;
    font-weight: 500
}

.condition-card__btn {
    margin-top: 1.75em;
    width: 100%
}

.condition-card__toggle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    padding: 0 1.875em
}

.condition-card__toggle img {
    width: 1.25em;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media screen and (max-width:992px) {
    .how-work__grid {
        width: calc(100% + 3.5em);
        margin-left: -1.75em
    }
    .how-card {
        padding: 3em 1.75em
    }
    .how-card._big {
        grid-column: 1/-1
    }
    .how-card._big .how-card__bottom {
        grid-template-columns: repeat(2, calc(50% - 1.75em));
        gap: 2.5em 3.5em
    }
    .condition .h1 {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto
    }
    .condition__grid {
        display: grid;
        grid-template-columns: 100%;
        gap: .5em
    }
    .condition-card {
        color: #f4f2f5;
        height: auto
    }
    .condition-card._active .condition-card__toggle img {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
    .condition-card__inner {
        position: relative;
        height: auto;
        background-color: rgba(23, 23, 23, .6);
        display: block;
        padding-bottom: 10em
    }
    .condition-card__content,
    .condition-card__content2 {
        width: 100%
    }
    .condition-card__content2 {
        padding-top: 1.75em;
        display: none
    }
    .condition-card__toggle {
        bottom: 0;
        top: unset
    }
    .condition-card__toggle img {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@media screen and (max-width:576px) {
    .how-card._big .how-card__bottom {
        grid-template-columns: 100%
    }
    .condition-card__btn {
        height: 4em
    }
}

.about {
    margin-top: 3em
}

.about__grid {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 5em));
    gap: 3em 10em;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

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

.about__group .h3 {
    font-weight: 400
}

.req-modal .modal__dialog {
    width: 38.75em
}

.req-modal .modal-form {
    gap: 1.75em
}

.req-modal .modal-form__nav {
    margin-top: 1.25em
}

.req-modal .modal-form__btn {
    width: 100%
}

.req-modal__inner {
    width: 31.75em;
    max-width: 100%;
    margin: 0 auto
}

.main {
    overflow: hidden
}

.main-slider {
    position: relative
}

.main-slider .swiper-pagination {
    bottom: 1.75em
}

.main-slider .swiper-button,
.main-slider .swiper-pagination {
    opacity: 0
}
.main-slider .swiper-nav .swiper-button {
    height: 44px;
}
.collection-slider .swiper-nav .swiper-button, .use-slider .swiper-nav .swiper-button {
    height: 44px;
} 
.main-slider:hover .swiper-button,
.main-slider:hover .swiper-pagination {
    opacity: 1
}

.main-banner__inner {
    min-height: 37.25em;
    padding: 12.5em 0;
    position: relative
}

.main-banner__content {
    max-width: 1260px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
	padding: 0 2.5em;
}

.main-banner__img {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: auto;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.main-banner__img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
}
.main-banner__img img._view2 {display: none}

@media screen and (max-width:992px) {
    .about__grid {
        grid-template-columns: 100%
    }
    .main-banner {
        font-size: .625em
    }
}

@media screen and (max-width:576px) {
    .main-banner__img img._view1 {display: none}
    .main-banner__img img._view2 {display: inline;}
    .main-banner {
        font-size: 1em;
        padding-bottom: 21.25em;
        overflow: hidden;
        position: relative;
    }
    .main-banner__inner {
        position: static;
        min-height: unset;
        padding: 0
    }
    .main-banner__content {
        /* padding: 5em 0 1.75em */
        padding: 0;
    }
    .main-banner__img {
        width: auto;
        right: 0;
        left: 0;
        height: 21.25em
    }
}
.clearfix {
  *zoom: 1; }
  .clearfix:before {
    content: " ";
    display: table; }
  .clearfix:after {
    content: " ";
    display: table;
    clear: both; }

.box-news {background: #EAECF2; padding: 3em 4em;}
.box-news .img {float:left; margin-right: 1.12em;}
.box-news .news-title {font-size: 1.5em; color: #2E2C2F; padding-bottom: 4px;}
.box-news .news-date {font-size: 1.125em; color: #7B7975; padding-bottom: 1.2em;}
    
.slider-news {margin-top: 3em; position: relative;}
.slider-news .slider__wrap {overflow: hidden;}
.slider-news .swiper-nav .swiper-button {height: 44px;}
.swiper-nav .swiper-button {heigth: 44px}
.slider-news .swiper-slide {height: auto; display: flex;}
.catalog {
    padding: 2.25em 0 8.75em
}

.slider .swiper-nav {display: none}
.slider.init-slider .swiper-nav {display: block}
.collection-slider .collection-slider__nav {display: none}
.collection-slider.init-slider .collection-slider__nav {display: block}


.catalog__grid {
    margin-top: .75em;
    display: grid;
    grid-template-columns: 10.625em calc(100% - 10.625em - 1.75em);
    gap: 0 1.75em;
    position: relative
}

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

.catalog__col {
    padding-top: 1.5em
}

.catalog-items {
    row-gap: 3em
}

.catalog-items .product-card__img {
    padding-bottom: 0;
    /*height: 20.75em;*/
    margin-bottom: .5em;
    overflow: hidden;
}

.catalog-view {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .5em
}

.catalog-view__btn {
    height: 1.25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: .875em
}

.catalog-view__btn input:checked~label,
.catalog-view__btn input:hover~label {
    color: #32a2a8
}

.catalog-view__btn input:checked~label:after,
.catalog-view__btn input:hover~label:after {
    background-color: #42adb2
}

.catalog-view__btn label {
    color: #7b7975;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.catalog-view__btn label:after {
    content: '';
    width: .5em;
    height: .625em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #979694;
    margin-left: .125em
}

.filter {
    padding-top: 1.5em;
    padding-bottom: 1.75em;
    background-color: #fff;
    position: relative
}
.filter .filter-item__btn.m-btn {
    background-color: #158289;
    color: #f4f2f5;
}
.filter .filter-item__btn.m-btn:hover {
    background-color: #c8f1f3;
    color: #2e2c2f;
}
.catalog-top,
.filter-nav,
.filter__bottom,
.filter__top {
    display: none
}

@media screen and (max-width:992px) {
    .catalog {
        padding: 0 0 3em
    }
    .catalog__grid {
        margin-top: 3em;
        grid-template-columns: 100%
    }
    .catalog__col {
        padding: 0
    }
    .catalog-view {
        display: none
    }
    .catalog-top {
        margin-bottom: 1.25em;
        display: block;
        border-bottom: 1px solid #c7cdcd
    }
    .catalog-top .container {
        padding: 0 .75em
    }
    .catalog-top__inner {
        height: 3em;
        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
    }
    .catalog-top__inner._center .catalog-top__btn {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .catalog-top__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .catalog-top__btn svg {
        width: 1.25em;
        margin-left: .25em
    }
    .filter {
        height: calc(100 * var(--vh) - 4.5625em);
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        top: unset;
        background-color: #fff;
        z-index: 20;
        margin: 0;
        padding: 1.5em 1em;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        opacity: 0;
        pointer-events: none;
        overflow-y: auto
    }
    .filter__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;
        margin-bottom: 1.5em
    }
    .filter__grid {
        grid-template-columns: 100%;
        gap: 0
    }
    .filter__bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100 * var(--vh));
        background-color: rgba(46, 44, 47, .8);
        z-index: 19;
        display: none
    }
    .filter__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
    }
    .filter__close img {
        width: 100%
    }
    .filter .filter-check:not(:first-child) label {
        border-top: none
    }
    .filter .filter-check input:checked~label {
        border-color: #d5d7df;
        background-color: #e0f6f8
    }
    .filter .filter-check label {
        height: 3em
    }
    .filter-item__btn {
        height: 3em;
    }
    .filter .filter-item:not(:first-child) .filter-item__show {
        border-top: none
    }
    .filter .filter-item._show-count .filter-item__show {
        background-color: #e0f6f8
    }
    .filter .filter-item__show {
        height: 3em;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }
    .filter .filter-item__show:after {
        margin-left: auto;
        -webkit-transition: unset;
        -o-transition: unset;
        transition: unset
    }
    .filter .filter-item__count {
        margin-left: .5em
    }
    .filter .filter-item__hidden {
        position: fixed;
        bottom: 0;
        left: 0;
        top: unset;
        margin: 0;
        width: 100%;
        height: calc(100 * var(--vh) - 4.5625em)
    }
    .filter .filter-item__nav {
        display: none
    }
    .filter .filter-item__scroll {
        height: calc(100% - 12.25em);
        max-height: unset;
        overflow-y: auto
    }
    .filter__bottom {
        z-index: 22;
        -webkit-box-shadow: .125em .125em .5em rgba(180, 185, 198, .6);
        box-shadow: .125em .125em .5em rgba(180, 185, 198, .6);
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 1em 1em 1.75em;
        display: grid;
        grid-template-columns: repeat(2, calc(50% - .625em));
        gap: 1.25em
    }
    .filter-nav {
        padding: 1.75em 1em;
        display: block
    }
    .filter-nav__top {
        padding: .25em 0;
        color: #7b7975
    }
    .filter-nav__bottom {
        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
    }
    .filter-nav__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
    }
    .filter-nav__close img {
        width: 100%
    }
    ._open-filter .filter {
        opacity: 1;
        pointer-events: unset
    }
    ._open-sub-filter .header {
        z-index: 1
    }
    ._open-sub-filter .filter {
        overflow: hidden
    }
    ._open-sub-filter .filter__bg {
        display: block
    }
}

.catalog-menu {
    border: 1px solid #c7cdcd;
    position: -webkit-sticky;
    position: sticky;
    top: 1.5em
}

.catalog-menu__top {
    margin-bottom: .5em
}

.catalog-menu__link,
.catalog-menu__top {
    padding: 0 .75em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.5em
}

.catalog-menu__link svg,
.catalog-menu__top svg {
    width: 1.25em;
    margin-left: .25em
}

.catalog-menu__link._active {
    background-color: #e0f6f8
}

@media screen and (max-width:992px) {
    .catalog-menu {
        height: calc(100 * var(--vh) - 7.625em);
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        top: unset;
        background-color: #fff;
        z-index: 20;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        opacity: 0;
        pointer-events: none;
        overflow-y: auto;
        border: none
    }
    .catalog-menu__top {
        display: none
    }
    .catalog-menu__link {
        height: 3.5em
    }
    ._open-catalog-menu .catalog-menu {
        opacity: 1;
        pointer-events: unset
    }
    ._open-catalog-menu ._toggle-catalog-menu {
        color: #0c787e
    }
    ._open-catalog-menu ._toggle-catalog-menu path {
        stroke: #0c787e
    }
    ._open-catalog-menu ._toggle-catalog-menu svg {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
}

.auth {
    padding: 1.75em 0 8.75em
}

.auth__inner {
    width: 37.75em;
    margin: 5em auto 0;
    max-width: 100%
}

.auth-form {
    border: 1px solid #c7cdcd;
    padding: 3em
}

.auth-form__fields {
    margin-top: 1.75em;
    display: grid;
    grid-template-columns: 100%;
    gap: 1em
}

.auth-form .m-captcha,
.auth-form .m-check {
    margin-top: .75em
}

.auth-form__btn {
    width: 100%;
    margin-top: 3em
}

.auth-form__buttons {
    margin-top: 3em;
    display: grid;
    grid-template-columns: 100%;
    gap: 1em
}

.auth-form__buttons .auth-form__btn {
    margin: 0
}

.auth-form__bottom {
    margin-top: 1.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
}

.auth-form__link {
    margin-left: 1.125em;
    font-weight: 500
}

.auth-form__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
}

.auth-form__link2 {
    font-weight: 500;
    color: #32a2a8
}

.auth-form__desc {
    margin-top: 1.75em
}

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

.m-captcha>img {
    max-width: 21.875em;
    width: 100%;
    display: block
}

@media screen and (max-width:992px) {
    .auth__inner {
        margin: 0;
        width: 100%
    }
    .auth-form {
        padding: 0;
        border: none
    }
}

@media screen and (max-width:576px) {
    .auth-form__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .auth-form__link {
        margin: .75em 0 0
    }
    .auth-form__wrap {
        -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
    }
    .auth-form__link2 {
        margin-top: 1.625em
    }
}

.page-block {
    padding: 1.75em 0 8.75em
}

.profile__title {
    margin-top: .25em
}

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

.profile__link {
    margin-right: 3.5em
}

.profile__link:last-child {
    margin-right: 0
}

.profile__link:hover {
    color: #0c787e
}

.profile__link._active {
    color: #0c787e;
    font-weight: 500
}

.profile__grid {
    margin-top: .5em
}

.user-info,
.user-info2 {
    padding: 3em;
    border: 1px solid #d5d7df
}

.avatar {
    width: 6.25em;
    height: 6.25em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%
}

.avatar img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: inherit;
    -o-object-fit: cover;
    object-fit: cover
}

.user-info {
    margin-top: 1.75em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

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

.user-info__img {
    margin-right: 1.75em
}

.user-info__text {
    display: grid;
    grid-template-columns: 100%;
    gap: .5em
}

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

.user-info__tags .m-tag {
    margin: 1em 1em 0 0
}

.user-info__sale {
    display: grid;
    grid-template-columns: 100%;
    gap: .3125em
}

.m-tag {
    padding: 0 1em;
    height: 2.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e0f6f8;
    border-radius: 1.75em;
    color: #4f595e
}

.m-tag._red {
    background-color: #fbced9
}

.m-tag._yellow {
    background-color: #fff3df
}

.m-tag._gray {
    background-color: #eaecf2
}

.m-tag._blue {
    background-color: #c8f1f3
}

.m-tag._orange {
    background-color: #ffe7bd
}

.m-tag._gray2 {
    background-color: #d4d6dd
}

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

.user-info2__items {
    margin-top: 3em;
    display: grid;
    grid-template-columns: 100%;
    gap: 1em
}

.user-info2__item {
    display: grid;
    grid-template-columns: 12.5em calc(100% - 14.25em);
    gap: 1.75em
}

.profile-nav {
    margin-top: 1.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: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.profile-nav__link:not(:last-child) {
    margin: 0 0 1em
}

@media screen and (max-width:992px) {
    .user-info,
    .user-info2 {
        padding: 1em
    }
    .user-info2__items {
        margin-top: 1.75em
    }
}

@media screen and (max-width:576px) {
    .profile__links {
        width: calc(100% + 1.375em)
    }
    .profile__link {
        margin-right: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: .5em 0 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;
        position: relative
    }
    .profile__link:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: .1875em;
        background-color: #32a2a8;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        opacity: 0
    }
    .profile__link._active {
        color: #32a2a8
    }
    .profile__link._active:before {
        opacity: 1
    }
    .user-info {
        -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
    }
    .user-info__col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .user-info__img {
        margin: 0 0 1.75em
    }
    .user-info__tags {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .user-info__tags .m-tag {
        margin-left: .5em;
        margin-right: .5em
    }
    .user-info__col2 {
        margin-top: 1.75em
    }
    .user-info__sale {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: unset
    }
    .user-info__sale .text18 {
        margin-right: .7em
    }
    .user-info2 {
        text-align: center
    }
    .user-info2__item {
        grid-template-columns: 100%;
        gap: 0
    }
    .profile-nav {
        margin-top: 3em;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
    .profile-nav__link:not(:last-child) {
        margin: 0 0 1.75em
    }
}

.air-datepicker {
    width: 18.75em;
    font-size: 1em;
    padding: 1em;
    -webkit-box-shadow: .125em .125em .5em rgba(180, 185, 198, .6)!important;
    box-shadow: .125em .125em .5em rgba(180, 185, 198, .6)!important;
    border: none;
    border-radius: 0;
    font-family: Inter, sans-serif
}

.air-datepicker--pointer,
.air-datepicker:after,
.air-datepicker:before {
    display: none
}

.air-datepicker-nav {
    border: none;
    padding: 0
}

.air-datepicker-nav--action,
.air-datepicker-nav--title {
    border-radius: 0
}

.air-datepicker-nav--title {
    font-size: 1.125em;
    font-weight: 500
}

.air-datepicker--content {
    padding: 0
}

.air-datepicker-body--day-names {
    margin: 1em 0 .5em
}

.air-datepicker-body--day-name {
    font-size: 1.125em;
    line-height: 133%;
    color: #b4b3b5
}

.air-datepicker-body--cells.-days- {
    grid-auto-rows: unset
}

.air-datepicker-cell {
    height: 2.14em;
    font-size: .875em;
    border-radius: 0
}

.air-datepicker-cell.-selected- {
    border-radius: 0
}

.air-datepicker-cell.-day- {
    width: 100%;
    max-width: 2.14em;
    margin: 0 auto
}

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

.user__field {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    margin-right: 1.125em
}

.user .img-field {
    position: absolute;
    right: 0;
    bottom: 0
}

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

.img-field {
    cursor: pointer;
    width: 1.75em;
    height: 1.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;
    border-radius: 50%;
    background-color: #158289
}

@media screen and (max-width:992px) {
    .user {
        margin-top: 1.75em
    }
}

@media screen and (max-width:576px) {
    .user {
        padding: 1em;
        border: 1px solid #d5d7df;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 1.75em 0 3em
    }
    .user__field {
        margin: 0 0 1.75em
    }
}

.orders-filter {
    padding-top: 1.75em;
    margin-top: 1.75em;
    border-top: 1px solid #d5d7df;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media screen and (min-width:993px) {
    .catalog._big-card-view .catalog-items {
        grid-template-columns: repeat(2, calc(50% - .25em))
    }
    .orders-filter .filter {
        padding: 0;
        position: static;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 1em
    }
    .orders-filter .filter__grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: unset
    }
    .orders-filter .filter-item__hidden {
        left: unset;
        right: 0
    }
    .orders-filter .filter-option {
        white-space: nowrap
    }
    .orders-filter .filter-option__icon {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: 0 .5em 0 0
    }
    .orders-filter__btn {
        display: none
    }
}

.orders-filter__search {
    width: 24.125em;
    max-width: 100%
}

.orders-filter__search input {
    padding-left: 2.375em
}

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

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

.filter-dates .fg {
    width: 12.125em;
    margin-right: .5em
}

.filter-dates__mob {
    display: none
}

.m-table table {
    width: 100%;
    border-collapse: collapse
}

.m-table td,
.m-table th {
    padding: 0 1em;
    border-top: 1px solid #d5d7df
}

.m-table td:first-child,
.m-table th:first-child {
    border-left: 1px solid #d5d7df
}

.m-table td:last-child,
.m-table th:last-child {
    border-right: 1px solid #d5d7df
}

.m-table tbody tr:last-child td {
    border-bottom: 1px solid #d5d7df
}

.m-table th {
    height: 3em;
    text-align: left;
    font-weight: 500;
    background-color: #c8f1f3;
    color: #4f595e
}

.m-table td {
    height: 3.5em
}

.orders-table {
    margin-top: 3.5em
}

.orders-table td,
.orders-table th {
    width: 20%
}

.order-row {
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.order-row:hover {
    background-color: #e0f6f8
}

.order-row__link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2
}

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

@media screen and (max-width:992px) {
    .orders-filter {
        padding-top: 0;
        border: none
    }
    .orders-filter__btn {
        width: 100%;
        height: 3em;
        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: 1px solid #c7cdcd
    }
    .orders-filter__btn img {
        width: 1.25em;
        margin-left: .5em
    }
    .orders-filter__mob {
        width: 100%;
        display: grid;
        grid-template-columns: 100%;
        gap: 1em
    }
    .orders-filter__search {
        width: 100%
    }
    .orders-filter__clear {
        display: none
    }
    ._open-date-filter .filter-dates {
        opacity: 1;
        pointer-events: unset
    }
    .filter-dates {
        position: fixed;
        bottom: 0;
        left: 0;
        top: unset;
        margin: 0;
        width: 100%;
        height: calc(100 * var(--vh) - 4.5625em);
        background-color: #fff;
        z-index: 10;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        opacity: 0;
        pointer-events: none
    }
    .filter-dates__fields {
        display: block;
        padding: 0 1em
    }
    .filter-dates .fg {
        width: 100%;
        margin: 0 0 1.75em
    }
    .filter-dates__mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 3em
    }
    .order-table table,
    .orders-table table {
        display: block
    }
    .order-table thead,
    .orders-table thead {
        display: none
    }
    .order-table tbody,
    .orders-table tbody {
        display: grid;
        grid-template-columns: 100%;
        gap: .5em
    }
    .order-table tr,
    .orders-table tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 1em;
        border: 1px solid #d5d7df
    }
    .order-table td,
    .orders-table td {
        width: auto;
        display: block;
        border: none!important;
        padding: 0;
        height: auto
    }
    .orders-table {
        margin-top: 1.75em
    }
    .orders-table td:first-child {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .orders-table td:last-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        margin: .5em 0
    }
    .orders-table td:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .orders-table td:nth-child(4) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .orders-table td:nth-child(2) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        margin-left: auto
    }
    .order-row__id {
        font-size: 1.5em;
        line-height: 117%;
        font-weight: 500
    }
    .order-row__id:before {
        content: 'Заказ '
    }
}

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

.order-page__bottom {
    margin-top: 5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.order-page__bottom-col {
    width: 31.25em;
    display: grid;
    grid-template-columns: 100%;
    gap: 1.75em
}

.order-table {
    margin-top: 1.75em
}

@media screen and (min-width:993px) {
    .order-table td,
    .order-table th {
        width: 14.375em;
        text-align: center
    }
    .order-table td:nth-child(1),
    .order-table th:nth-child(1) {
        width: 17.375em;
        text-align: left;
        padding-right: 0
    }
    .order-table td:last-child,
    .order-table th:last-child {
        text-align: left
    }
    .principle-card:nth-child(odd) {
        padding-left: calc((100vw - 1280px)/ 2 + 2.5em);
        padding-right: 7.5em
    }
    .principle-card:nth-child(even) {
        padding-right: calc((100vw - 1280px)/ 2 + 2.5em);
        padding-left: 7.5em
    }
}

.order-row2 .catalog-info__prices {
    margin: 0
}

.order-row2__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1em 0
}
.catalog-info__prices.--mobile {
    display: none;
}

.order-row2__img {
    width: 5.8125em;
    height: 5.8125em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: .5em
}

.order-row2__img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: scale-down;
    object-fit: scale-down
}

.order-row2__content {
    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
}

.order-row2__props {
    color: #4f595e;
    padding-top: .5em;
    margin-top: auto;
    display: grid;
    grid-template-columns: 100%;
    gap: .25em
}

.order-summary {
    border: 1px solid #d5d7df;
    padding: 1.75em;
    width: 24.625em
}

.order-summary__bottom,
.order-summary__items {
    margin-top: 1em
}

.order-summary__bottom,
.order-summary__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.order-summary .m-check,
.order-summary__nav {
    margin-top: 1.75em
}

.order-summary__btn {
    width: 100%
}

.order-summary__hint {
    margin-top: .5em
}

.order-delivery,
.order-pay {
    display: grid;
    grid-template-columns: 100%;
    gap: 1em
}

@media screen and (max-width:992px) {
    .order-page__bottom {
        margin-top: .5em;
        display: grid;
        grid-template-columns: 100%;
        gap: .5em
    }
    .order-page__bottom-col {
        width: 100%;
        gap: .5em
    }
    .order-row2 {
        position: relative;
        padding-left: 7.5em!important
    }
    .order-row2__img {
        position: absolute;
        top: 1em;
        left: 1em
    }
    .order-row2__info {
        padding: 0
    }
    .order-row2__props {
        padding-top: 3.5em
    }
    .order-row2__count:before {
        content: 'Количествое: '
    }
    .order-row2 td {
        width: 100%
    }
    .order-row2 td:nth-child(2) {
        margin-top: .25em
    }
    .order-row2 td:nth-child(3),
    .order-row2 td:nth-child(4) {
        display: none
    }
    .order-row2 td:nth-child(5) {
        position: absolute;
        top: 3.5em;
        left: 7.5em;
        width: calc(100% - 8.5em)
    }
    .order-summary {
        padding: 1em;
        width: 100%
    }
    .order-summary .m-check,
    .order-summary__nav {
        margin-top: 1em
    }
    .order-summary__hint {
        margin-top: 0
    }
    .order-delivery,
    .order-pay {
        border: 1px solid #d5d7df;
        padding: 1em
    }
}

.about-main {
    padding-top: 1.75em
}

.history {
    display: grid;
    grid-template-columns: 18.375em calc(100% - 18.875em);
    gap: 1.75em .5em;
    margin-top: 3em
}

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

.principle__img {
    width: 100%;
    display: block;
    margin-top: .5em
}

.principle-card {
    padding-top: 5em;
    padding-bottom: 5em;
    background-color: #f4f2f5
}

@media screen and (min-width:993px) and (max-width:1280px) {
    .principle-card:nth-child(even),
    .principle-card:nth-child(odd) {
        padding-left: 2.5em;
        padding-right: 2.5em
    }
}

.principle-card__text {
    margin-top: 1em;
    display: grid;
    grid-template-columns: 100%;
    gap: .5em
}

@media screen and (min-width:577px) {
    .award-card:nth-child(even) .award-card__img {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

.award-card__content {
    min-height: 31.375em;
    background-color: #eaecf2;
    padding: 6.375em;
    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
}

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

.award-card__text {
    margin-top: 1em;
    display: grid;
    grid-template-columns: 100%;
    gap: 1.75em
}

@media screen and (min-width:993px) {
    .team-slider .swiper-container {
        width: 100%
    }
    .team-slider .swiper-wrapper {
        -webkit-transform: unset!important;
        -ms-transform: unset!important;
        transform: unset!important;
        display: grid;
        gap: 1.75em .5em;
        grid-template-columns: repeat(4, calc(25% - 1.5em / 4))
    }
    .team-slider .swiper-slide {
        padding-right: 0
    }
    .offices .tabs {
        display: none
    }
    .offices .tab-content {
        display: block
    }
}

.team-card__img {
    margin-bottom: 1em;
    position: relative;
    padding-bottom: 134.4%;
    display: block
}

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

.legal-data {
    margin-top: 4.375em;
    padding-top: 5em;
    background-color: rgba(234, 236, 242, .8)
}

.legal-data__grid {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 3.1875em));
    gap: 6.375em;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.legal-data__col {
    display: grid;
    grid-template-columns: 100%;
    gap: 1em
}

@media screen and (max-width:992px) {
    .history {
        margin-top: 1.75em;
        width: calc(100% + 3.5em);
        margin-left: -1.75em
    }
    .history__col {
        text-align: center
    }
    .history__col,
    .history__col2 {
        grid-column: 1/-1;
        padding: 0 1.75em
    }
    .principle-card {
        padding: 1em
    }
    .award-card__content {
        padding: 1em;
        min-height: unset
    }
    .team {
        overflow: hidden
    }
    .team-slider .swiper-slide {
        width: 18.875em
    }
    .legal-data {
        padding: 1.75em 0
    }
    .legal-data__grid {
        grid-template-columns: 100%;
        gap: 1em
    }
}

@media screen and (max-width:576px) {
    .history {
        grid-template-columns: 100%
    }
    .history__col {
        padding: 1.25em 0
    }
    .history__col4 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .principle .h2 {
        text-align: left
    }
    .principle__grid {
        padding: 0 1.75em
    }
    .principle__img {
        margin-top: 1em
    }
}

.help-group {
    margin-top: 3em
}

.qa-card {
    border-top: 1px solid #d5d7df
}

.qa-card._active .qa-card__btn {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.qa-card__show {
    cursor: pointer;
    padding: .5em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.qa-card__btn {
    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;
    margin: .25em 0 0
}

.qa-card__btn img {
    width: 100%
}

.qa-card__hidden {
    padding-bottom: 1em;
    max-width: 58.5em;
    display: none
}

.qa-card .text {
    margin-top: -.25em
}

.feedback {
    margin-top: 5.5em;
    padding: 3em;
    border: 1px solid #d5d7df
}

.feedback__grid {
    display: grid;
    grid-template-columns: 31.75em calc(100% - 34.75em);
    gap: 3em
}

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

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

.feedback-form {
    display: grid;
    grid-template-columns: 100%;
    gap: 1em
}

.feedback-form .m-captcha,
.feedback-form .m-check {
    margin-top: .75em
}

.feedback-form__btn {
    margin-top: 2em;
    width: 100%
}

@media screen and (max-width:992px) {
    .feedback {
        padding: 1em 1.75em;
        width: calc(100% + 3.5em);
        margin-left: -1.75em;
        border-right: none;
        border-left: none
    }
    .feedback__grid {
        grid-template-columns: repeat(2, calc(50% - .25em));
        gap: 3em .5em
    }
    .feedback__info {
        padding: 0 1.75em
    }
}

@media screen and (max-width:576px) {
    .help {
        padding-bottom: 0
    }
    .feedback {
        margin-top: 8.75em;
        border: none;
        padding: 0
    }
    .feedback__grid {
        grid-template-columns: 100%
    }
    .feedback__info {
        text-align: left
    }
    .feedback-form {
        padding: 0 1.75em
    }
}

.pay-ways__items {
    display: grid;
    grid-template-columns: 100%;
    gap: 1em
}

.pay-way {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.pay-way__icon {
    width: 1.75em;
    margin-right: .75em
}

._mt80 {
    margin-top: 5em
}

._mt16 {
    margin-top: 1em
}

.delivery-way {
    height: 12.5em;
    padding: 1.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;
    text-align: center;
    border: 1px solid #d5d7df
}

.delivery-way__img {
    max-width: 100%;
    max-height: 100%
}

.delivery-way__icon {
    width: 1.75em;
    margin: 0 0 .5em
}

.delivery-way--type2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.delivery-calc {
    padding: 3em;
    border: 1px solid #d5d7df;
    display: grid;
    grid-template-columns: calc(100% - 36.75em - 4.375em) 36.75em;
    gap: 3em;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.delivery-calc__info {
    display: grid;
    grid-template-columns: 100%;
    gap: 1em
}

.delivery-calc__info .h3 {
    max-width: 15em
}

.delivery-form {
    display: grid;
    grid-template-columns: 100%;
    gap: 1em
}

.delivery-form__btn {
    margin-top: .75em
}

.delivery-form__result {
    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-top: .5em;
    border-top: 1px solid #d5d7df
}

.offices__grid {
    margin-top: 1.75em;
    padding: 1.75em;
    border: 1px solid #d5d7df;
    display: grid;
    grid-template-columns: 31.75em calc(100% - 32.25em);
    gap: .5em
}

.offices__col {
    max-height: 31.125em;
    overflow-y: auto
}

.offices__col::-webkit-scrollbar {
    width: .5em;
    height: .5em
}

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

.offices__col::-webkit-scrollbar-thumb {
    background: #b4b9c6
}

.offices__items {
    display: grid;
    grid-template-columns: 100%;
    gap: 1em
}

.map {
    height: 31.125em
}

.office-item {
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.office-item._active,
.office-item:hover {
    color: #32a2a8
}

@media screen and (max-width:992px) {
    .delivery-calc {
        grid-template-columns: 100%;
        padding: 0;
        border: none
    }
    .offices {
        margin-bottom: 5em
    }
    .offices__grid {
        border: none;
        padding: 0;
        grid-template-columns: 100%;
        gap: 0
    }
    .offices__col {
        max-height: unset
    }
    .offices__items {
        margin-top: 0
    }
    .offices__subtitle {
        display: none
    }
}

._mt28 {
    margin-top: 1.75em
}

.cart-check-all svg,
.delete-btn svg {
    width: 1.3125em;
    margin-right: .25em
}

.cart-check-all {
    margin-right: .5em
}

@media screen and (min-width:993px) {
    .cart-check-all input:hover~.cart-check-all__inner {
        background-color: #e0f6f8;
        color: #32a2a8
    }
    .cart-check-all input:checked~.cart-check-all__inner {
        background-color: #158289;
        border-color: #158289;
        color: #f4f2f5
    }
    .cart-card .catalog-info__prices {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 9.5em;
        width: 11em;
        margin: 0;
        padding: 0 1em
    }
}

.cart-check-all input:checked~.cart-check-all__inner path {
    fill: #f4f2f5
}

.cart-check-all input:checked~.cart-check-all__inner ._view1 {
    display: none
}

.cart-check-all input:checked~.cart-check-all__inner ._view2 {
    display: block
}

.cart-check-all__inner {
    pointer-events: none
}

.cart-check-all ._view2 {
    display: none
}

.cart__grid {
    display: grid;
    grid-template-columns: calc(100% - 25.125em) 24.625em;
    gap: .5em
}

.cart-card {
    padding: 1em 0;
    border-top: 1px solid #d5d7df;
    position: relative;
    display: grid;
    grid-template-columns: calc(100% - 29.5em) 9em 11em 9.5em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cart-card:last-child {
    border-bottom: 1px solid #d5d7df
}

.cart-card__col {
    padding: 0 0 0 0em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cart-card__col2 {
    padding: 0 1em
}

.cart-card__col3 {
    grid-column: 4/5;
    display: grid;
    grid-template-columns: repeat(2, calc(50% - .5em));
    gap: 1em;
    padding-left: 1em
}

.cart-card__img {
    width: 5.8125em;
    height: 5.8125em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: .5em
}

.cart-card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block
}

.cart-card__props {
    margin-top: 1em;
    display: grid;
    grid-template-columns: 100%;
    gap: .25em;
    color: #7b7975
}

.cart-card__btn {
    width: 100%;
    padding: 0
}

.cart-card__btn svg {
    margin: 0
}

.order-summary2 {
    width: 100%;
    -webkit-box-shadow: .125em .125em .5em rgba(180, 185, 198, .6);
    box-shadow: .125em .125em .5em rgba(180, 185, 198, .6)
}

.cart-empty {
    text-align: center
}

.cart-empty__text {
    display: grid;
    grid-template-columns: 100%;
    gap: .25em
}

.cart-empty__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.75em
}

@media screen and (max-width:992px) {
    .cart__delete {
        border: none;
        padding: 0;
        color: #0c787e;
        text-decoration: underline
    }
    .cart__delete:hover {
        color: #0c787e;
        background-color: transparent
    }
    .cart__delete svg {
        display: none
    }
    .cart__grid {
        grid-template-columns: 100%;
        margin-top: 1.75em
    }
    .cart-check-all {
        margin-right: 1em
    }
    .cart-check-all__inner {
        border: none;
        padding: 0;
        color: #0c787e
    }
    .cart-check-all__inner span {
        text-decoration: underline
    }
    .cart-check-all__inner svg {
        display: none
    }
    .cart-card {
        padding: 1em;
        grid-template-columns: calc(100% - 9em) 7.5em;
        gap: 1.5em
    }
    .cart-card__col {
        grid-column: 1/-1;
        grid-row: 1/2;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0 0 0 0em
    }
    .cart-card__col2 {
        padding: 0
    }
    .cart-card__col3 {
        padding: 0;
        grid-column: 1/2;
        grid-row: 2/3
    }
    .cart-card .catalog-info__prices {
        margin-top: 1em
    }
    .cart-card .cartcalc {
        width: 100%
    }
    .order-summary2 {
        padding: 0;
        border: none;
        -webkit-box-shadow: unset;
        box-shadow: unset
    }
    .order-summary2 .order-summary__top {
        padding: 1em;
        border: 1px solid #d5d7df
    }
    .order-summary2 .m-check label {
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset
    }
    .order-summary2 .m-check label:before {
        top: 0;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset
    }
    .order-summary2 .m-check label span {
        font-size: .875em
    }
    .cart-empty {
        margin-top: 1.75em
    }
}

@media screen and (max-width:992px) and (min-width:577px) {
    .cart-card {
        grid-template-columns: repeat(2, calc(50% - .75em))
    }
}

@media screen and (max-width:576px) {
    .cart__nav {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .cart-empty__link {
        width: 100%
    }
}

.order__grid {
    display: grid;
    grid-template-columns: 37.25em 31.25em;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 3em;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.order__col {
    padding-top: 3em;
    display: grid;
    grid-template-columns: 100%;
     gap: 5em 
}
/*
.order__col .order-address,
.order__col .bx-soa-section  {
margin-bottom: 5em;
}
*/


.order__nav {
    margin-top: -2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: 1em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.order__btn {
    width: 100%;
}

.order-summary3 {
    -webkit-box-shadow: .125em .125em .5em rgba(180, 185, 198, .6);
    box-shadow: .125em .125em .5em rgba(180, 185, 198, .6);
    width: 100%
}

.order-summary3 .order-summary__items,
.order-summary3__preview {
    margin-top: 1.75em
}

.order-item {
    border: 1px solid #d5d7df;
    padding: 1em;
    display: grid;
    grid-template-columns: 5.75em calc(100% - 6.5em);
    gap: .75em;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.order-item:not(:first-child) {
    border-top: none
}

.order-item__img {
    position: relative;
    display: block;
    height: 5.8125em;
}

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

.order-item .catalog-info__prices {
    margin-top: 1em
}

.order-item__props {
    margin-top: 1em;
    display: grid;
    grid-template-columns: 100%;
    gap: .25em;
    color: #7b7975
}

.order-pay__items {
    margin-top: 1.75em;
    display: grid;
    grid-template-columns: 100%;
    gap: .5em
}

.order-pay__item .m-radio input:checked~label {
    border-color: #42adb2
}

.order-pay__item .m-radio label {
    height: 5.25em;
    border: 1px solid #d5d7df;
    padding: 0 1.75em 0 3.5em;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.order-pay__item .m-radio label:before {
    left: 1.75em
}

.order-pay__item-img {
    width: 6.25em;
    margin-left: .5em
}

.order-pay__item-icon {
    width: 1.75em;
    margin-left: .5em
}

.delivery-way__field input:checked~.delivery-way {
    border-color: #158289
}

.order-address__fields {
    margin-top: 1.75em;
    padding: 3em;
    border: 1px solid #d5d7df;
    display: grid;
    grid-template-columns: repeat(2, calc(50% - .25em));
    gap: 1em .5em
}

.order-confirm__text {
    margin-top: 1em;
    display: grid;
    grid-template-columns: 100%;
    gap: .25em
}

.order-confirm__text a {
    color: #0c787e;
    white-space: nowrap
}

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

.order-confirm__col {
    margin-right: 7.25em
}

.order-confirm__items {
    display: grid;
    grid-template-columns: 100%;
    gap: .25em;
    color: #4f595e
}

.order-confirm__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3em
}

@media screen and (max-width:992px) {
    .order__grid {
        grid-template-columns: 100%;
        margin-top: 1.75em;
        position: relative;
        padding-bottom: 3.75em
    }
    .order__col {
        padding-top: 0
    }
    .order__nav {
        position: absolute;
        left: 0;
        bottom: -4em;
        width: 100%
    }
    .order-summary3 {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-left: 1.75em;
        padding-right: 1.75em;
        width: calc(100% + 3.5em);
        margin-left: -1.75em
    }
    .order-summary3 .order-summary__items,
    .order-summary3__preview {
        margin-top: 1em
    }
    .order-pay__item .m-radio label {
        padding: 1em 1em 1em 2.75em
    }
    .order-pay__item .m-radio label:before {
        left: 1em
    }
    .order-address__fields {
        padding: 0;
        border: none
    }
}

@media screen and (max-width:576px) {
    .order-confirm__text {
        gap: 1em
    }
    .order-confirm__grid {
        display: grid;
        grid-template-columns: repeat(2, calc(50% - .375em));
        gap: .75em
    }
    .order-confirm__col {
        margin: 0
    }
    .order-confirm__btn {
        width: 100%
    }
}

.contacts__grid {
    margin-top: 1.75em;
    display: grid;
    grid-template-columns: 30.875em calc(100% - 31.375em);
    gap: .5em
}

.contacts-group {
    padding: 3em;
    background-color: rgba(234, 236, 242, .48);
    display: grid;
    grid-template-columns: 100%;
    gap: 1.75em;
    margin-bottom: .5em
}

.contacts-group:last-child {
    margin-bottom: 0
}

.contacts-item {
    display: grid;
    grid-template-columns: 100%;
    gap: .5em
}

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

.contacts-item__top img {
    width: .75em;
    margin-right: .375em
}

.contacts-item__phones,
.contacts-item__socials {
    display: grid;
    grid-template-columns: 100%;
    gap: .25em
}

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

.contacts-item__phone .text14 {
    margin-left: .56em
}

.contacts-map {
    height: 18.75em;
    min-height: 100%
}

@media screen and (max-width:992px) {
    .contacts__grid {
        grid-template-columns: 100%
    }
    .contacts__col {
        display: grid;
        grid-template-columns: repeat(2, calc(50% - .25em));
        gap: .5em
    }
    .contacts-group {
        padding: 1em;
        margin: 0;
        display: block
    }
    .contacts-item {
        margin-bottom: 1.75em
    }
    .contacts-item:last-child {
        margin-bottom: 0
    }
    .contacts-item__phones {
        gap: 1em
    }
    .contacts-item__phone {
        -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
    }
    .contacts-item__phone .text14 {
        margin: .28em 0 0
    }
    .contacts-item__socials {
        display: grid;
        grid-template-columns: repeat(2, calc(50% - .5em));
        gap: 1em
    }
}

@media screen and (max-width:576px) {
    .contacts__col {
        grid-template-columns: 100%
    }
}

.error404 {
    padding-top: 3em
}

.error404__grid {
    display: grid;
    grid-template-columns: 23.75em calc(100% - 23.75em);
    background-color: #eaecf2
}

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

.error404__content {
    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;
    text-align: center;
    padding: 1em
}

.error404__num {
    font-size: 12.5em;
    font-weight: 500
}

.error404__text {
    margin-top: 1em;
    display: grid;
    grid-template-columns: 100%;
    gap: .5em;
    max-width: 30.5em
}

.error404__link {
    margin-top: 1.75em
}

.conf__text {
    margin-top: 3em;
    max-width: 63em
}

.conf__text p {
    color: #4f595e
}

@media screen and (max-width:992px) {
    .error404 {
        padding-top: 1.75em
    }
    .error404__grid {
        grid-template-columns: 18em calc(100% - 18em)
    }
    .error404__num {
        font-size: 7.5em
    }
}

@media screen and (max-width:576px) {
    .error404 .container {
        padding: 0
    }
    .error404__grid {
        grid-template-columns: 100%;
        background-color: transparent
    }
    .error404__content {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding: 0 1.75em 1.75em
    }
}
@media screen and (max-width:767px) {
    .catalog-items.grid3-tablet {
        grid-template-columns: repeat(2, calc(100% / 2 - 1em / 2));
    }
    .container {padding: 0 1em}
    .catalog-items {row-gap: 2em}
}
@media screen and (max-width:576px) {
    .catalog-items.grid3-tablet {
        grid-template-columns: 100%;
    }
}
/*
.catalog-items {display: flex; flex-wrap: wrap; gap: 0; margin: 0 -1.5em;}
.catalog-items .product-item-container {width: 33.333%; padding: 0 1.5em 3em;}
*/
div[data-pagination-num] {
    width: 100%;
    display: flex;
    
}
.system-nav-orange {
    width: 100%;
    display: flex;
    font-size: 1em;
    padding: 0 1.5em;
    margin-top: 3em;
}
.system-nav-orange .nav-title {margin-right: auto;}
.system-nav-orange .nav-pages {line-height: 1.5}
.system-nav-orange .nav-pages a {line-height: 1.5; display: inline-block; vertical-align: top; padding: 0 .5em}
.system-nav-orange .nav-pages .nav-current-page {line-height: 1.5; background: #2e2c2f; color: #fff; padding: 0 .5em; display: inline-block; vertical-align: top;}

.product-gallery-view {
    width: 100%;
    overflow: hidden;
    padding-bottom: 2px;
    position: relative;
}
.product-gallery-view .swiper-nav .swiper-button {height: 44px}
.product-gallery-view .swiper-container {width: 100%; margin: 0;}
.product-gallery-view .swiper-slide {width: 100%; display: flex; height: auto;}
.product-gallery-view .product-gallery__img {padding: 0; text-align: center; width: 100%; display: flex;  justify-content: center;}
.product-gallery-view .product-gallery__img img {position: relative; top:0;left:0; transform: none;}
.product-gallery-view .swiper-wrapper {height: auto; display: flex; transition-property: none}

.product-gallery-nav {min-width: 100%; margin: 0 -2px;}
.product-gallery-nav__img { cursor:pointer; }
.product-gallery-nav__img img {max-width: 100%}
.product-gallery-nav .swiper-wrapper {display: flex; height: auto; flex-wrap: wrap; transform: none !important;}
.product-gallery-nav .swiper-slide {flex: auto; width: 33.333% !important; margin: 0 !important; text-align: center;}
.product-gallery-nav .product-gallery-nav__img {height: auto;padding: 2px;}
.product-gallery-nav .product-gallery-nav__img img {max-height: 355px; max-width: 100%}

.gallery__img-over {position: absolute;top: 0;left: 0;width: 100%; z-index: 1; height: 100%; background: rgba(0,0,0,0);}

.modal--size .modal__dialog {width: 100%; max-width: 1000px;}
.modal--size .product-sizes {max-width: 100%; overflow: auto;}

#basketModal .modal__dialog .h3 {margin-bottom: 20px; text-align: center;}
#basketModal .modal-form__nav {justify-content: center;}

.catalog-item .modal__dialog .use-slider2 .swiper-slide {display: flex; align-items: center;}
.catalog-item .modal__dialog .use-slider2  .use-card {width: 100%; }

#useModal .modal__dialog {background: none;}
#useModal .close-btn {width: 2em; position: relative; left: 1em}
#useModal .close-btn svg path {fill: #fff !important}

@media(max-width: 992px) {
    /* .catalog-items.grid3-tablet .product-item-container {width: 50%} */
    
}
@media(max-width: 767px) {
    /* .catalog-items.grid3-tablet .product-item-container {width: 100%} */
    .product-gallery-nav .swiper-slide {}
    .box-news {padding: 20px}
    .box-news .img img {max-width: 100%}

    .product-card .slider .swiper-pagination {height: 10px; opacity: 1}
    .collection-slider .swiper-nav .swiper-button, .use-slider .swiper-nav .swiper-button {opacity: 1}
.catalog-info__prices.--mobile {
    display: flex;
}
.catalog-info__prices.--desktop {
    display: none;
}
.cookie-modal {
    padding: 1.2em;
    font-size: .7em;
}
.cookie-modal__btn {padding: .6em .8em; font-size: 1.2em; height: auto;}
.use-slider .swiper-slide {width: 25%}
}
@media(max-width: 525px) {
    /* .catalog-items.grid3-tablet .product-item-container {width: 100%} */
    .product-gallery-nav .swiper-slide {}
    .product-gallery-nav .swiper-slide {width: 50% !important}
    .slider-title {font-size: 24px;}
    .main-banner__inner {padding: 0 15px}
.box-news .img {float: none; margin: 0 0 20px}
.box-news .news-title {margin-bottom: 5px}
.h1 {font-size: 2.4em}
.how-work__grid {margin: 20px 0 0;width: 100%}
.brands .brand.--padding-y .brand__img,
.catalog-item .brand.--padding-y .brand__img {bottom: -0.75em; overflow: hidden;}
.brands .brand.--padding-y .brand__img {bottom: -0.75em; width: calc(100% + 3em); max-width: 150%; left: -1.5em; right: -1.5em;}
.brand.--right .brand__img img {}
.sport-type {margin-top: 2em; padding-top: 2em}
.m-section2 {padding: 2em 0;}
.catalog-items.grid4 .product-card .swiper-container, .product-card .swiper-container { overflow: hidden;height: 24.25em;}
.product-card__content {margin-top: 1em}
.brands__groups .brand, .catalog-item .brand {margin-left: 1em; margin-right: 1em}

.order__col {gap: 2em}

.use-slider .swiper-slide {width: 50%}
}

/*# sourceMappingURL=../sourcemaps/style.min.css.map */