@charset "UTF-8";

@font-face {
    font-family: Sofia Pro;
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src:    url(../fonts/SofiaProLight/SofiaProLight.woff2) format("woff2"), 
            url(../fonts/SofiaProLight/SofiaProLight.woff) format("woff"),
            url(../fonts/SofiaProLight/sofiapro-light.otf) format("eot"),
            url(../fonts/SofiaProLight/sofiapro-light.ttf) format("ttf")
}

@font-face {
    font-family: Sofia Pro;
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src:    url(../fonts/SofiaProLight/SofiaProLight.woff2) format("woff2"), 
            url(../fonts/SofiaProLight/SofiaProLight.woff) format("woff"),
            url(../fonts/SofiaProLight/sofiapro-light.otf) format("eot"),
            url(../fonts/SofiaProLight/sofiapro-light.ttf) format("ttf")
}


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

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor
}

.icon-basket {
    font-size: 1.7rem;
    width: .82353em
}

.icon-cart {
    font-size: 1.6rem;
    width: .875em
}

.icon-check {
    font-size: 2.7rem;
    width: 1em
}

.icon-checkout-check {
    font-size: .8rem;
    width: 1.25em
}

.icon-chevron-down {
    font-size: .6rem;
    width: 1.83333em
}

.icon-chevron-left,
.icon-chevron-right {
    font-size: 1.8rem;
    width: .55556em
}

.icon-close {
    font-size: 2.3rem;
    width: 1em
}

.icon-cross {
    font-size: 2.3rem;
    width: .95652em
}

.icon-fb {
    font-size: 2.4rem;
    width: 1em
}

.icon-filters {
    font-size: .5rem;
    width: 3em
}

.icon-instagram {
    font-size: 2.4rem;
    width: 1em
}

.icon-minus {
    font-size: .2rem;
    width: 6em
}

.icon-plus {
    font-size: 1.6rem;
    width: 1em
}

.icon-preorder-bell {
    font-size: 1.4rem;
    width: .85714em
}

.icon-search,
.icon-telegram,
.icon-viber {
    font-size: 1.6rem;
    width: 1em
}

.icon-vk {
    font-size: 2.4rem;
    width: 1em
}

.icon-whatsapp {
    font-size: 1.6rem;
    width: 1em
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #28a745;
    --bs-teal: #20c997;
    --bs-cyan: #17a2b8;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #3f4443;
    --bs-secondary: #6c757d;
    --bs-success: #28a745;
    --bs-info: #17a2b8;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #343a40;
    --bs-font-sans-serif: "Sofia Pro", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: "Forum", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0))
}

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

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #3f4443;
    background-color: #efeae6;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

.catalogItem__oldPrice,
.catalogItem__price,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.lookbookItem__text,
.sFilter__title,
.sNew--bread .h1,
.sNew--bread h1,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: calc(1.46786rem + 2.61429vw)
}

.h2,
.sNew--bread .h1,
.sNew--bread h1,
h2 {
    font-size: calc(1.38214rem + 1.58571vw)
}

.h3,
h3 {
    font-size: calc(1.29643rem + .55714vw)
}

.h4,
h4 {
    font-size: calc(1.275rem + .3vw)
}

.h5,
.sFilter__title,
h5 {
    font-size: calc(1.25357rem + .04286vw)
}

.catalogItem__oldPrice,
.catalogItem__price,
.h6,
.lookbookItem__text,
h6 {
    font-size: 1.14286rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    padding-left: 2rem
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

.small,
small {
    font-size: .875em
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #3f4443;
    text-decoration: none
}

a:hover {
    color: #1a1c1c
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em;
    -ms-overflow-style: scrollbar
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus {
    outline: 0
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

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

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

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

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit;
    white-space: normal
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

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

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

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

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw)
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw)
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw)
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw)
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw)
}

.display-5,
.display-6 {
    font-weight: 300;
    line-height: 1.2
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw)
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014\00A0"
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 30px;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)/2);
    padding-left: calc(var(--bs-gutter-x)/2);
    margin-right: auto;
    margin-left: auto
}

.row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)*-1);
    margin-right: calc(var(--bs-gutter-x)/-2);
    margin-left: calc(var(--bs-gutter-x)/-2)
}

.row>* {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/2);
    padding-left: calc(var(--bs-gutter-x)/2);
    margin-top: var(--bs-gutter-y)
}

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

.col-auto,
.row-cols-auto>* {
    width: auto
}

.col-1,
.col-auto,
.row-cols-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-1 {
    width: 8.33333%
}

.col-2 {
    width: 16.66667%
}

.col-2,
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.33333%
}

.col-4,
.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-5 {
    width: 41.66667%
}

.col-6 {
    width: 50%
}

.col-6,
.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-7 {
    width: 58.33333%
}

.col-8 {
    width: 66.66667%
}

.col-8,
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-9 {
    width: 75%
}

.col-10 {
    width: 83.33333%
}

.col-10,
.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-11 {
    width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    padding-top: calc(1.28571rem + 1px);
    padding-bottom: calc(1.28571rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: #6c757d
}

.form-control {
    display: block;
    width: 100%;
    min-height: calc(1.5em + 2.57143rem + 2px);
    padding: 1.28571rem 1.78571rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #3f4443;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.form-control,
.form-control:focus {
    color: #495057;
    background-color: transparent
}

.form-control:focus {
    border-color: #7c8684;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(63, 68, 67, .25);
    box-shadow: 0 0 0 .2rem rgba(63, 68, 67, .25)
}

.form-control::-webkit-input-placeholder {
    color: rgba(63, 68, 67, .6);
    opacity: 1
}

.form-control::-moz-placeholder {
    color: rgba(63, 68, 67, .6);
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: rgba(63, 68, 67, .6);
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: rgba(63, 68, 67, .6);
    opacity: 1
}

.form-control::placeholder {
    color: rgba(63, 68, 67, .6);
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 1.28571rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #3f4443;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.form-control-color {
    max-width: 3rem;
    padding: 1.28571rem
}

.form-control-color::-moz-color-swatch {
    border-radius: 0
}

.form-control-color::-webkit-color-swatch {
    border-radius: 0
}

.form-select {
    display: block;
    width: 100%;
    height: calc(1.5em + 2.57143rem + 2px);
    padding: 1.28571rem 2.78571rem 1.28571rem 1.78571rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1.78571rem center;
    background-size: 16px 12px;
    border: 1px solid #3f4443;
    border-radius: .28571rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-select:focus {
    border-color: #7c8684;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(63, 68, 67, .25);
    box-shadow: 0 0 0 .2rem rgba(63, 68, 67, .25)
}

.form-select:focus::-ms-value {
    color: #495057;
    background-color: transparent
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 1.78571rem;
    background-image: none
}

.form-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.form-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.75em;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.75em
}

.form-check-input {
    width: 1.25em;
    height: 1.25em;
    margin-top: .125em;
    vertical-align: top;
    background-color: #efeae6;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    -webkit-transition: background-color .15s ease-in-out, background-position .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, background-position .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, background-position .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, background-position .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    -webkit-filter: brightness(90%);
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #7c8684;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(63, 68, 67, .25);
    box-shadow: 0 0 0 .2rem rgba(63, 68, 67, .25)
}

.form-check-input:checked {
    background-color: #3f4443;
    border-color: #3f4443
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3 6-6'/%3E%3C/svg%3E")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #3f4443;
    border-color: #3f4443;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E")
}

.form-check-input:disabled {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: .5
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
    background-position: 0;
    border-radius: 2em
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%237c8684'/%3E%3C/svg%3E")
}

.form-switch .form-check-input:checked {
    background-position: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.form-file {
    --bs-form-file-height: calc(1.5em + 2.57143rem + 2px);
    position: relative
}

.form-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: var(--bs-form-file-height);
    margin: 0;
    opacity: 0
}

.form-file-input:focus-within~.form-file-label {
    border-color: #7c8684;
    -webkit-box-shadow: 0 0 0 .2rem rgba(63, 68, 67, .25);
    box-shadow: 0 0 0 .2rem rgba(63, 68, 67, .25)
}

.form-file-input:disabled~.form-file-label .form-file-text,
.form-file-input[disabled]~.form-file-label .form-file-text {
    background-color: #e9ecef
}

.form-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: var(--bs-form-file-height);
    border-color: #3f4443;
    border-radius: 0
}

.form-file-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    font-weight: 300;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: transparent;
    border: 1px solid;
    border-color: inherit;
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit
}

.form-file-button,
.form-file-text {
    display: block;
    padding: 1.28571rem 1.78571rem;
    line-height: 1.5;
    color: #495057
}

.form-file-button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: -1px;
    background-color: #e9ecef;
    border: 1px solid;
    border-color: inherit;
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit
}

.form-file-sm {
    --bs-form-file-height: calc(1.5em + 0.5rem + 2px);
    font-size: .875rem
}

.form-file-sm .form-file-button,
.form-file-sm .form-file-text {
    padding: .25rem .5rem
}

.form-file-lg {
    --bs-form-file-height: calc(1.5em + 1rem + 2px);
    font-size: 1.25rem
}

.form-file-lg .form-file-button,
.form-file-lg .form-file-text {
    padding: .5rem 1rem
}

.form-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #efeae6, 0 0 0 .2rem rgba(63, 68, 67, .25);
    box-shadow: 0 0 0 1px #efeae6, 0 0 0 .2rem rgba(63, 68, 67, .25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #efeae6, 0 0 0 .2rem rgba(63, 68, 67, .25)
}

.form-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #efeae6, 0 0 0 .2rem rgba(63, 68, 67, .25)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #3f4443;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

.form-range::-webkit-slider-thumb:active {
    background-color: #979f9d
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #3f4443;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

.form-range::-moz-range-thumb:active {
    background-color: #979f9d
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #3f4443;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

.form-range::-ms-thumb:active {
    background-color: #979f9d
}

.form-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.form-range::-ms-fill-lower,
.form-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.form-range::-ms-fill-upper {
    margin-right: 15px
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.form-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-file,
.input-group>.form-select {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group>.form-control:focus,
.input-group>.form-file .form-file-input:focus~.form-file-label,
.input-group>.form-select:focus {
    z-index: 3
}

.input-group>.form-file>.form-file-input:focus {
    z-index: 4
}

.input-group>.form-file:not(:last-child)>.form-file-label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.form-file:not(:first-child)>.form-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.customer .input-group .form-wrap__back-btn,
.customer .input-group .form-wrap__send-btn,
.footer__subscribe .input-group .form-wrap__btn,
.input-group .btn,
.input-group .customer .form-wrap__back-btn,
.input-group .customer .form-wrap__send-btn,
.input-group .footer__subscribe .form-wrap__btn,
.input-group .modal-win .form-wrap__btn,
.input-group .sCart__btn,
.input-group .sProdCard__cart-btn,
.input-group .sProdCard__minus-btn,
.input-group .sProdCard__plus-btn,
.input-group .step-chb__btn,
.input-group .step-place .form-wrap__btn,
.input-group .top-nav__search-strip .form-wrap__btn,
.js-order .form-wrap__back-btn,
.js-order .form-wrap__send-btn,
.js-order .input-group .form-wrap__back-btn,
.js-order .input-group .form-wrap__send-btn,
.modal-win .input-group .form-wrap__btn,
.step-place .input-group .form-wrap__btn,
.top-nav__search-strip .input-group .form-wrap__btn {
    position: relative;
    z-index: 2
}

.customer .input-group .form-wrap__back-btn:focus,
.customer .input-group .form-wrap__send-btn:focus,
.footer__subscribe .input-group .form-wrap__btn:focus,
.input-group .btn:focus,
.input-group .customer .form-wrap__back-btn:focus,
.input-group .customer .form-wrap__send-btn:focus,
.input-group .footer__subscribe .form-wrap__btn:focus,
.input-group .modal-win .form-wrap__btn:focus,
.input-group .sCart__btn:focus,
.input-group .sProdCard__cart-btn:focus,
.input-group .sProdCard__minus-btn:focus,
.input-group .sProdCard__plus-btn:focus,
.input-group .step-chb__btn:focus,
.input-group .step-place .form-wrap__btn:focus,
.input-group .top-nav__search-strip .form-wrap__btn:focus,
.js-order .form-wrap__back-btn:focus,
.js-order .form-wrap__send-btn:focus,
.js-order .input-group .form-wrap__back-btn:focus,
.js-order .input-group .form-wrap__send-btn:focus,
.modal-win .input-group .form-wrap__btn:focus,
.step-place .input-group .form-wrap__btn:focus,
.top-nav__search-strip .input-group .form-wrap__btn:focus {
    z-index: 3
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.28571rem 1.78571rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #3f4443;
    border-radius: 0
}

.input-group-lg>.form-control {
    min-height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.form-select {
    height: calc(1.5em + 1rem + 2px)
}

.customer .input-group-lg>.form-wrap__back-btn,
.customer .input-group-lg>.form-wrap__send-btn,
.footer__subscribe .input-group-lg>.form-wrap__btn,
.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.input-group-lg>.sCart__btn,
.input-group-lg>.sProdCard__cart-btn,
.input-group-lg>.sProdCard__minus-btn,
.input-group-lg>.sProdCard__plus-btn,
.input-group-lg>.step-chb__btn,
.js-order .input-group-lg>.form-wrap__back-btn,
.js-order .input-group-lg>.form-wrap__send-btn,
.modal-win .input-group-lg>.form-wrap__btn,
.step-place .input-group-lg>.form-wrap__btn,
.top-nav__search-strip .input-group-lg>.form-wrap__btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.input-group-sm>.form-control {
    min-height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.form-select {
    height: calc(1.5em + .5rem + 2px)
}

.customer .input-group-sm>.form-wrap__back-btn,
.customer .input-group-sm>.form-wrap__send-btn,
.footer__subscribe .input-group-sm>.form-wrap__btn,
.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text,
.input-group-sm>.sCart__btn,
.input-group-sm>.sProdCard__cart-btn,
.input-group-sm>.sProdCard__minus-btn,
.input-group-sm>.sProdCard__plus-btn,
.input-group-sm>.step-chb__btn,
.js-order .input-group-sm>.form-wrap__back-btn,
.js-order .input-group-sm>.form-wrap__send-btn,
.modal-win .input-group-sm>.form-wrap__btn,
.step-place .input-group-sm>.form-wrap__btn,
.top-nav__search-strip .input-group-sm>.form-wrap__btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
    padding-right: 2.78571rem
}

.input-group>.dropdown-toggle:nth-last-child(n+3),
.input-group>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .28571rem
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 2.57143rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .64286rem) center;
    background-size: calc(.75em + 1.28571rem) calc(.75em + 1.28571rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 2.57143rem);
    background-position: top calc(.375em + .64286rem) right calc(.375em + .64286rem)
}

.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 4.71429rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-position: right 1.78571rem center, center right 2.78571rem;
    background-size: 16px 12px, calc(.75em + 1.28571rem) calc(.75em + 1.28571rem)
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: #28a745
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: #28a745
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

.form-file-input.is-valid~.form-file-label,
.was-validated .form-file-input:valid~.form-file-label {
    border-color: #28a745
}

.form-file-input.is-valid:focus~.form-file-label,
.was-validated .form-file-input:valid:focus~.form-file-label {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .28571rem
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 2.57143rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .64286rem) center;
    background-size: calc(.75em + 1.28571rem) calc(.75em + 1.28571rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 2.57143rem);
    background-position: top calc(.375em + .64286rem) right calc(.375em + .64286rem)
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 4.71429rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-position: right 1.78571rem center, center right 2.78571rem;
    background-size: 16px 12px, calc(.75em + 1.28571rem) calc(.75em + 1.28571rem)
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: #dc3545
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: #dc3545
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

.form-file-input.is-invalid~.form-file-label,
.was-validated .form-file-input:invalid~.form-file-label {
    border-color: #dc3545
}

.form-file-input.is-invalid:focus~.form-file-label,
.was-validated .form-file-input:invalid:focus~.form-file-label {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.btn,
.customer .form-wrap__back-btn,
.customer .form-wrap__send-btn,
.footer__subscribe .form-wrap__btn,
.js-order .form-wrap__back-btn,
.js-order .form-wrap__send-btn,
.modal-win .form-wrap__btn,
.sCart__btn,
.sProdCard__cart-btn,
.sProdCard__minus-btn,
.sProdCard__plus-btn,
.step-chb__btn,
.step-place .form-wrap__btn,
.top-nav__search-strip .form-wrap__btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #3f4443;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .28571rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.btn:hover,
.customer .form-wrap__back-btn:hover,
.customer .form-wrap__send-btn:hover,
.footer__subscribe .form-wrap__btn:hover,
.js-order .form-wrap__back-btn:hover,
.js-order .form-wrap__send-btn:hover,
.modal-win .form-wrap__btn:hover,
.sCart__btn:hover,
.sProdCard__cart-btn:hover,
.sProdCard__minus-btn:hover,
.sProdCard__plus-btn:hover,
.step-chb__btn:hover,
.step-place .form-wrap__btn:hover,
.top-nav__search-strip .form-wrap__btn:hover {
    color: #3f4443
}

.btn-check:focus+.btn,
.btn-check:focus+.sCart__btn,
.btn-check:focus+.sProdCard__cart-btn,
.btn-check:focus+.sProdCard__minus-btn,
.btn-check:focus+.sProdCard__plus-btn,
.btn-check:focus+.step-chb__btn,
.btn:focus,
.customer .btn-check:focus+.form-wrap__back-btn,
.customer .btn-check:focus+.form-wrap__send-btn,
.customer .form-wrap__back-btn:focus,
.customer .form-wrap__send-btn:focus,
.footer__subscribe .btn-check:focus+.form-wrap__btn,
.footer__subscribe .form-wrap__btn:focus,
.js-order .btn-check:focus+.form-wrap__back-btn,
.js-order .btn-check:focus+.form-wrap__send-btn,
.js-order .form-wrap__back-btn:focus,
.js-order .form-wrap__send-btn:focus,
.modal-win .btn-check:focus+.form-wrap__btn,
.modal-win .form-wrap__btn:focus,
.sCart__btn:focus,
.sProdCard__cart-btn:focus,
.sProdCard__minus-btn:focus,
.sProdCard__plus-btn:focus,
.step-chb__btn:focus,
.step-place .btn-check:focus+.form-wrap__btn,
.step-place .form-wrap__btn:focus,
.top-nav__search-strip .btn-check:focus+.form-wrap__btn,
.top-nav__search-strip .form-wrap__btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(63, 68, 67, .25);
    box-shadow: 0 0 0 .2rem rgba(63, 68, 67, .25)
}

.btn.disabled,
.btn:disabled,
.customer .disabled.form-wrap__back-btn,
.customer .disabled.form-wrap__send-btn,
.customer .form-wrap__back-btn:disabled,
.customer .form-wrap__send-btn:disabled,
.customer fieldset:disabled .form-wrap__back-btn,
.customer fieldset:disabled .form-wrap__send-btn,
.disabled.sCart__btn,
.disabled.sProdCard__cart-btn,
.disabled.sProdCard__minus-btn,
.disabled.sProdCard__plus-btn,
.disabled.step-chb__btn,
.footer__subscribe .disabled.form-wrap__btn,
.footer__subscribe .form-wrap__btn:disabled,
.footer__subscribe fieldset:disabled .form-wrap__btn,
.js-order .form-wrap__back-btn,
.js-order .form-wrap__back-btn:disabled,
.js-order fieldset:disabled .form-wrap__back-btn,
.js-order fieldset:disabled .form-wrap__send-btn,
.modal-win .disabled.form-wrap__btn,
.modal-win .form-wrap__btn:disabled,
.modal-win fieldset:disabled .form-wrap__btn,
.sCart__btn:disabled,
.sProdCard__cart-btn:disabled,
.sProdCard__minus-btn:disabled,
.sProdCard__plus-btn:disabled,
.step-chb__btn:disabled,
.step-place .disabled.form-wrap__btn,
.step-place .form-wrap__btn:disabled,
.step-place fieldset:disabled .form-wrap__btn,
.top-nav__search-strip .disabled.form-wrap__btn,
.top-nav__search-strip .form-wrap__btn:disabled,
.top-nav__search-strip fieldset:disabled .form-wrap__btn,
fieldset:disabled .btn,
fieldset:disabled .customer .form-wrap__back-btn,
fieldset:disabled .customer .form-wrap__send-btn,
fieldset:disabled .footer__subscribe .form-wrap__btn,
fieldset:disabled .modal-win .form-wrap__btn,
fieldset:disabled .sCart__btn,
fieldset:disabled .sProdCard__cart-btn,
fieldset:disabled .sProdCard__minus-btn,
fieldset:disabled .sProdCard__plus-btn,
fieldset:disabled .step-chb__btn,
fieldset:disabled .step-place .form-wrap__btn,
fieldset:disabled .top-nav__search-strip .form-wrap__btn {
    pointer-events: none;
    opacity: .65
}

.btn-primary,
.customer .form-wrap__back-btn,
.customer .form-wrap__send-btn,
.footer__subscribe .form-wrap__btn,
.js-order .form-wrap__back-btn,
.js-order .form-wrap__send-btn,
.modal-win .form-wrap__btn,
.sCart__btn,
.sProdCard__cart-btn,
.sProdCard__minus-btn,
.sProdCard__plus-btn,
.step-chb__btn,
.step-place .form-wrap__btn {
    color: #fff;
    background-color: #3f4443;
    border-color: #3f4443
}

.btn-primary:hover,
.customer .form-wrap__back-btn:hover,
.customer .form-wrap__send-btn:hover,
.footer__subscribe .form-wrap__btn:hover,
.js-order .form-wrap__back-btn:hover,
.js-order .form-wrap__send-btn:hover,
.modal-win .form-wrap__btn:hover,
.sCart__btn:hover,
.sProdCard__cart-btn:hover,
.sProdCard__minus-btn:hover,
.sProdCard__plus-btn:hover,
.step-chb__btn:hover,
.step-place .form-wrap__btn:hover {
    color: #fff;
    background-color: #2d302f;
    border-color: #262a29
}

.btn-check:focus+.btn-primary,
.btn-check:focus+.sCart__btn,
.btn-check:focus+.sProdCard__cart-btn,
.btn-check:focus+.sProdCard__minus-btn,
.btn-check:focus+.sProdCard__plus-btn,
.btn-check:focus+.step-chb__btn,
.btn-primary:focus,
.customer .btn-check:focus+.form-wrap__back-btn,
.customer .btn-check:focus+.form-wrap__send-btn,
.customer .form-wrap__back-btn:focus,
.customer .form-wrap__send-btn:focus,
.footer__subscribe .btn-check:focus+.form-wrap__btn,
.footer__subscribe .form-wrap__btn:focus,
.js-order .btn-check:focus+.form-wrap__back-btn,
.js-order .btn-check:focus+.form-wrap__send-btn,
.js-order .form-wrap__back-btn:focus,
.js-order .form-wrap__send-btn:focus,
.modal-win .btn-check:focus+.form-wrap__btn,
.modal-win .form-wrap__btn:focus,
.sCart__btn:focus,
.sProdCard__cart-btn:focus,
.sProdCard__minus-btn:focus,
.sProdCard__plus-btn:focus,
.step-chb__btn:focus,
.step-place .btn-check:focus+.form-wrap__btn,
.step-place .form-wrap__btn:focus {
    color: #fff;
    background-color: #2d302f;
    border-color: #262a29;
    -webkit-box-shadow: 0 0 0 .2rem rgba(92, 96, 95, .5);
    box-shadow: 0 0 0 .2rem rgba(92, 96, 95, .5)
}

.active.sCart__btn,
.active.sProdCard__cart-btn,
.active.sProdCard__minus-btn,
.active.sProdCard__plus-btn,
.active.step-chb__btn,
.btn-check:active+.btn-primary,
.btn-check:active+.sCart__btn,
.btn-check:active+.sProdCard__cart-btn,
.btn-check:active+.sProdCard__minus-btn,
.btn-check:active+.sProdCard__plus-btn,
.btn-check:active+.step-chb__btn,
.btn-check:checked+.btn-primary,
.btn-check:checked+.sCart__btn,
.btn-check:checked+.sProdCard__cart-btn,
.btn-check:checked+.sProdCard__minus-btn,
.btn-check:checked+.sProdCard__plus-btn,
.btn-check:checked+.step-chb__btn,
.btn-primary.active,
.btn-primary:active,
.customer .active.form-wrap__back-btn,
.customer .active.form-wrap__send-btn,
.customer .btn-check:active+.form-wrap__back-btn,
.customer .btn-check:active+.form-wrap__send-btn,
.customer .btn-check:checked+.form-wrap__back-btn,
.customer .btn-check:checked+.form-wrap__send-btn,
.customer .form-wrap__back-btn:active,
.customer .form-wrap__send-btn:active,
.customer .show>.dropdown-toggle.form-wrap__back-btn,
.customer .show>.dropdown-toggle.form-wrap__send-btn,
.footer__subscribe .active.form-wrap__btn,
.footer__subscribe .btn-check:active+.form-wrap__btn,
.footer__subscribe .btn-check:checked+.form-wrap__btn,
.footer__subscribe .form-wrap__btn:active,
.footer__subscribe .show>.dropdown-toggle.form-wrap__btn,
.js-order .active.form-wrap__back-btn,
.js-order .active.form-wrap__send-btn,
.js-order .btn-check:active+.form-wrap__back-btn,
.js-order .btn-check:active+.form-wrap__send-btn,
.js-order .btn-check:checked+.form-wrap__back-btn,
.js-order .btn-check:checked+.form-wrap__send-btn,
.js-order .form-wrap__back-btn:active,
.js-order .form-wrap__send-btn:active,
.js-order .show>.dropdown-toggle.form-wrap__back-btn,
.js-order .show>.dropdown-toggle.form-wrap__send-btn,
.modal-win .active.form-wrap__btn,
.modal-win .btn-check:active+.form-wrap__btn,
.modal-win .btn-check:checked+.form-wrap__btn,
.modal-win .form-wrap__btn:active,
.modal-win .show>.dropdown-toggle.form-wrap__btn,
.sCart__btn:active,
.sProdCard__cart-btn:active,
.sProdCard__minus-btn:active,
.sProdCard__plus-btn:active,
.show>.btn-primary.dropdown-toggle,
.show>.dropdown-toggle.sCart__btn,
.show>.dropdown-toggle.sProdCard__cart-btn,
.show>.dropdown-toggle.sProdCard__minus-btn,
.show>.dropdown-toggle.sProdCard__plus-btn,
.show>.dropdown-toggle.step-chb__btn,
.step-chb__btn:active,
.step-place .active.form-wrap__btn,
.step-place .btn-check:active+.form-wrap__btn,
.step-place .btn-check:checked+.form-wrap__btn,
.step-place .form-wrap__btn:active,
.step-place .show>.dropdown-toggle.form-wrap__btn {
    color: #fff;
    background-color: #262a29;
    border-color: #202322
}

.active.sCart__btn:focus,
.active.sProdCard__cart-btn:focus,
.active.sProdCard__minus-btn:focus,
.active.sProdCard__plus-btn:focus,
.active.step-chb__btn:focus,
.btn-check:active+.btn-primary:focus,
.btn-check:active+.sCart__btn:focus,
.btn-check:active+.sProdCard__cart-btn:focus,
.btn-check:active+.sProdCard__minus-btn:focus,
.btn-check:active+.sProdCard__plus-btn:focus,
.btn-check:active+.step-chb__btn:focus,
.btn-check:checked+.btn-primary:focus,
.btn-check:checked+.sCart__btn:focus,
.btn-check:checked+.sProdCard__cart-btn:focus,
.btn-check:checked+.sProdCard__minus-btn:focus,
.btn-check:checked+.sProdCard__plus-btn:focus,
.btn-check:checked+.step-chb__btn:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.customer .active.form-wrap__back-btn:focus,
.customer .active.form-wrap__send-btn:focus,
.customer .btn-check:active+.form-wrap__back-btn:focus,
.customer .btn-check:active+.form-wrap__send-btn:focus,
.customer .btn-check:checked+.form-wrap__back-btn:focus,
.customer .btn-check:checked+.form-wrap__send-btn:focus,
.customer .form-wrap__back-btn:active:focus,
.customer .form-wrap__send-btn:active:focus,
.customer .show>.dropdown-toggle.form-wrap__back-btn:focus,
.customer .show>.dropdown-toggle.form-wrap__send-btn:focus,
.footer__subscribe .active.form-wrap__btn:focus,
.footer__subscribe .btn-check:active+.form-wrap__btn:focus,
.footer__subscribe .btn-check:checked+.form-wrap__btn:focus,
.footer__subscribe .form-wrap__btn:active:focus,
.footer__subscribe .show>.dropdown-toggle.form-wrap__btn:focus,
.js-order .active.form-wrap__back-btn:focus,
.js-order .active.form-wrap__send-btn:focus,
.js-order .btn-check:active+.form-wrap__back-btn:focus,
.js-order .btn-check:active+.form-wrap__send-btn:focus,
.js-order .btn-check:checked+.form-wrap__back-btn:focus,
.js-order .btn-check:checked+.form-wrap__send-btn:focus,
.js-order .form-wrap__back-btn:active:focus,
.js-order .form-wrap__send-btn:active:focus,
.js-order .show>.dropdown-toggle.form-wrap__back-btn:focus,
.js-order .show>.dropdown-toggle.form-wrap__send-btn:focus,
.modal-win .active.form-wrap__btn:focus,
.modal-win .btn-check:active+.form-wrap__btn:focus,
.modal-win .btn-check:checked+.form-wrap__btn:focus,
.modal-win .form-wrap__btn:active:focus,
.modal-win .show>.dropdown-toggle.form-wrap__btn:focus,
.sCart__btn:active:focus,
.sProdCard__cart-btn:active:focus,
.sProdCard__minus-btn:active:focus,
.sProdCard__plus-btn:active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.show>.dropdown-toggle.sCart__btn:focus,
.show>.dropdown-toggle.sProdCard__cart-btn:focus,
.show>.dropdown-toggle.sProdCard__minus-btn:focus,
.show>.dropdown-toggle.sProdCard__plus-btn:focus,
.show>.dropdown-toggle.step-chb__btn:focus,
.step-chb__btn:active:focus,
.step-place .active.form-wrap__btn:focus,
.step-place .btn-check:active+.form-wrap__btn:focus,
.step-place .btn-check:checked+.form-wrap__btn:focus,
.step-place .form-wrap__btn:active:focus,
.step-place .show>.dropdown-toggle.form-wrap__btn:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(92, 96, 95, .5);
    box-shadow: 0 0 0 .2rem rgba(92, 96, 95, .5)
}

.btn-primary.disabled,
.btn-primary:disabled,
.customer .disabled.form-wrap__back-btn,
.customer .disabled.form-wrap__send-btn,
.customer .form-wrap__back-btn:disabled,
.customer .form-wrap__send-btn:disabled,
.disabled.sCart__btn,
.disabled.sProdCard__cart-btn,
.disabled.sProdCard__minus-btn,
.disabled.sProdCard__plus-btn,
.disabled.step-chb__btn,
.footer__subscribe .disabled.form-wrap__btn,
.footer__subscribe .form-wrap__btn:disabled,
.js-order .disabled.form-wrap__back-btn,
.js-order .disabled.form-wrap__send-btn,
.js-order .form-wrap__back-btn:disabled,
.js-order .form-wrap__send-btn:disabled,
.modal-win .disabled.form-wrap__btn,
.modal-win .form-wrap__btn:disabled,
.sCart__btn:disabled,
.sProdCard__cart-btn:disabled,
.sProdCard__minus-btn:disabled,
.sProdCard__plus-btn:disabled,
.step-chb__btn:disabled,
.step-place .disabled.form-wrap__btn,
.step-place .form-wrap__btn:disabled {
    color: #fff;
    background-color: #3f4443;
    border-color: #3f4443
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-check:focus+.btn-success,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-check:focus+.btn-success,
.btn-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-check:active+.btn-success,
.btn-check:checked+.btn-success,
.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-check:active+.btn-success:focus,
.btn-check:checked+.btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-check:focus+.btn-info,
.btn-info:focus,
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-check:focus+.btn-info,
.btn-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-check:active+.btn-info,
.btn-check:checked+.btn-info,
.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-check:active+.btn-info:focus,
.btn-check:checked+.btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-check:focus+.btn-warning,
.btn-warning:focus,
.btn-warning:hover {
    color: #212529;
    background-color: #ffcb2d;
    border-color: #ffc721
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-check:active+.btn-warning,
.btn-check:checked+.btn-warning,
.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffce3a;
    border-color: #ffc721
}

.btn-check:active+.btn-warning:focus,
.btn-check:checked+.btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-check:focus+.btn-danger,
.btn-danger:focus,
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-check:active+.btn-danger,
.btn-check:checked+.btn-danger,
.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-check:active+.btn-danger:focus,
.btn-check:checked+.btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-check:focus+.btn-light,
.btn-light:focus,
.btn-light:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-check:focus+.btn-light,
.btn-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-check:active+.btn-light,
.btn-check:checked+.btn-light,
.btn-light.active,
.btn-light:active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-check:active+.btn-light:focus,
.btn-check:checked+.btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-check:focus+.btn-dark,
.btn-dark:focus,
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-check:active+.btn-dark,
.btn-check:checked+.btn-dark,
.btn-dark.active,
.btn-dark:active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-check:active+.btn-dark:focus,
.btn-check:checked+.btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-primary {
    color: #3f4443;
    border-color: #3f4443
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #3f4443;
    border-color: #3f4443
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(63, 68, 67, .5);
    box-shadow: 0 0 0 .2rem rgba(63, 68, 67, .5)
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #fff;
    background-color: #3f4443;
    border-color: #3f4443
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(63, 68, 67, .5);
    box-shadow: 0 0 0 .2rem rgba(63, 68, 67, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #3f4443;
    background-color: transparent
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-check:active+.btn-outline-secondary,
.btn-check:checked+.btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-check:active+.btn-outline-secondary:focus,
.btn-check:checked+.btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-check:active+.btn-outline-success,
.btn-check:checked+.btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-check:active+.btn-outline-success:focus,
.btn-check:checked+.btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-check:active+.btn-outline-info,
.btn-check:checked+.btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-check:active+.btn-outline-info:focus,
.btn-check:checked+.btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-check:active+.btn-outline-warning,
.btn-check:checked+.btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-check:active+.btn-outline-warning:focus,
.btn-check:checked+.btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-check:active+.btn-outline-danger,
.btn-check:checked+.btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-check:active+.btn-outline-danger:focus,
.btn-check:checked+.btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-check:active+.btn-outline-light,
.btn-check:checked+.btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-check:active+.btn-outline-light:focus,
.btn-check:checked+.btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-check:active+.btn-outline-dark,
.btn-check:checked+.btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-check:active+.btn-outline-dark:focus,
.btn-check:checked+.btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-link {
    font-weight: 400;
    color: #3f4443;
    text-decoration: none
}

.btn-link:hover {
    color: #1a1c1c
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.link-primary {
    color: #3f4443
}

.link-primary:focus,
.link-primary:hover {
    color: #1a1c1c
}

.link-secondary {
    color: #6c757d
}

.link-secondary:focus,
.link-secondary:hover {
    color: #494f54
}

.link-success {
    color: #28a745
}

.link-success:focus,
.link-success:hover {
    color: #19692c
}

.link-info {
    color: #17a2b8
}

.link-info:focus,
.link-info:hover {
    color: #0f6674
}

.link-warning {
    color: #ffc107
}

.link-warning:focus,
.link-warning:hover {
    color: #ffd454
}

.link-danger {
    color: #dc3545
}

.link-danger:focus,
.link-danger:hover {
    color: #a71d2a
}

.link-light {
    color: #f8f9fa
}

.link-light:focus,
.link-light:hover {
    color: #fff
}

.link-dark {
    color: #343a40
}

.link-dark:focus,
.link-dark:hover {
    color: #121416
}

.ratio {
    position: relative;
    width: 100%
}

.ratio:before {
    display: block;
    padding-top: var(--aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --aspect-ratio: 100%
}

.ratio-4x3 {
    --aspect-ratio: 75%
}

.ratio-16x9 {
    --aspect-ratio: 56.25%
}

.ratio-21x9 {
    --aspect-ratio: 42.85714%
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

.visually-hidden,
.visually-hidden-focusable:not(:focus) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.left-0 {
    left: 0 !important
}

.left-50 {
    left: 50% !important
}

.left-100 {
    left: 100% !important
}

.right-0 {
    right: 0 !important
}

.right-50 {
    right: 50% !important
}

.right-100 {
    right: 100% !important
}

.translate-middle {
    -webkit-transform: translateX(-50%) translateY(-50%) !important;
    transform: translateX(-50%) translateY(-50%) !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #3f4443 !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.border-0 {
    border-width: 0 !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column,
.flex-row {
    -webkit-box-direction: normal !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse,
.flex-row-reverse {
    -webkit-box-direction: reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

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

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.justify-content-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

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

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

.order-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important
}

.order-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important
}

.order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
}

.order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
}

.order-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important
}

.order-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important
}

.order-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important
}

.order-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.mr-0 {
    margin-right: 0 !important
}

.mr-1 {
    margin-right: .25rem !important
}

.mr-2 {
    margin-right: .5rem !important
}

.mr-3 {
    margin-right: 1rem !important
}

.mr-4 {
    margin-right: 1.5rem !important
}

.mr-5 {
    margin-right: 3rem !important
}

.mr-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ml-0 {
    margin-left: 0 !important
}

.ml-1 {
    margin-left: .25rem !important
}

.ml-2 {
    margin-left: .5rem !important
}

.ml-3 {
    margin-left: 1rem !important
}

.ml-4 {
    margin-left: 1.5rem !important
}

.ml-5 {
    margin-left: 3rem !important
}

.ml-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pr-0 {
    padding-right: 0 !important
}

.pr-1 {
    padding-right: .25rem !important
}

.pr-2 {
    padding-right: .5rem !important
}

.pr-3 {
    padding-right: 1rem !important
}

.pr-4 {
    padding-right: 1.5rem !important
}

.pr-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.pl-0 {
    padding-left: 0 !important
}

.pl-1 {
    padding-left: .25rem !important
}

.pl-2 {
    padding-left: .5rem !important
}

.pl-3 {
    padding-left: 1rem !important
}

.pl-4 {
    padding-left: 1.5rem !important
}

.pl-5 {
    padding-left: 3rem !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-primary {
    color: #3f4443 !important
}

.text-secondary {
    color: #6c757d !important
}

.text-success {
    color: #28a745 !important
}

.text-info {
    color: #17a2b8 !important
}

.text-warning {
    color: #ffc107 !important
}

.text-danger {
    color: #dc3545 !important
}

.text-light {
    color: #f8f9fa !important
}

.text-dark {
    color: #343a40 !important
}

.text-white {
    color: #fff !important
}

.text-body {
    color: #3f4443 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-reset {
    color: inherit !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.bg-primary {
    background-color: #3f4443 !important
}

.bg-secondary {
    background-color: #6c757d !important
}

.bg-success {
    background-color: #28a745 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

.bg-warning {
    background-color: #ffc107 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

.bg-dark {
    background-color: #343a40 !important
}

.bg-body {
    background-color: #efeae6 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

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

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.font-italic {
    font-style: italic !important
}

.font-normal {
    font-style: normal !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: .28571rem !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-top {
    border-top-left-radius: .28571rem !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .28571rem !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .28571rem !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .28571rem !important
}

.rounded-left {
    border-top-left-radius: .28571rem !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

:root {
    --animate-delay: 1.2s;
    --fontSizeBase: 14px;
    --sPT: 2.85714rem;
    --sPB: 3.21429rem;
    --sTPB: 1.42857rem;
    --swiperArrowSize: 4.85714rem;
    --swiperArrowPosition: calc(var(--swiperArrowSize)*-1/2);
    --swiperBorderColorDef: var(--bs-primary);
    --swiperColorDef: var(--bs-primary);
    --swiperBgDef: #fff;
    --swiperBorderColorDefHover: var(--bs-primary);
    --swiperColorDefHover: var(--bs-primary);
    --swiperBgDefHover: #fff
}

html {
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    overflow-x: hidden
}

.pixel-perfect,
html.fixed {
    overflow: hidden
}

.pixel-perfect {
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    pointer-events: none;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-position: center 0;
    opacity: 0
}

body,
html {
    font-size: var(--fontSizeBase)
}

.h1,
.h2,
.h3,
.sNew--bread .h1,
.sNew--bread h1,
h1,
h2,
h3 {
    font-weight: 400
}

.section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    padding-top: var(--sPT);
    padding-bottom: var(--sPB)
}

.section-title {
    padding-bottom: var(--sPT)
}

body {
    min-width: 320px;
    position: relative;
    overflow-x: hidden
}

body:before {
    content: "";
    height: 100%;
    -webkit-transition: all .36s;
    transition: all .36s;
    background-color: #000;
    opacity: 0;
    z-index: -1
}

body.fixed,
body:before {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0
}

body.fixed {
    overflow: hidden;
    z-index: 999
}

body.fixed:before {
    z-index: 999;
    opacity: .76
}

body.fixed2 {
    overflow: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999
}

strong {
    font-weight: 400
}

.h1,
.h2,
.h3,
.lookbookItem__text,
.mono,
.sBrand__letter,
.sContent__itemTitle,
.sNew--bread .h1,
.sNew--bread h1,
.yadomaBlock__name,
h1,
h2,
h3 {
    font-family: Forum, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

.small {
    font-size: .85714rem
}

.tdn {
    text-decoration: none !important
}

.tdu {
    text-decoration: underline
}

.tdu:hover {
    text-decoration: none
}

.ttu {
    text-transform: uppercase
}

.fw-300 {
    font-weight: 300 !important
}

.fw-400 {
    font-weight: 400 !important
}

.fw-500 {
    font-weight: 500
}

.fw-900 {
    font-weight: 900
}

.row--small {
    --bs-gutter-x: 10;
    margin-left: calc(var(--bs-gutter-x)*-1/2);
    margin-right: calc(var(--bs-gutter-x)*-1/2)
}

.row--small>* {
    padding-left: calc(var(--bs-gutter-x)/2);
    padding-right: calc(var(--bs-gutter-x)/2)
}

.main-wrapper {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh)*100)
}

.slick-slide img {
    display: inline
}

.image-source-link {
    color: #98c3d1
}

.slick-slide {
    outline: 0 !important
}

.slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer
}

.slick-arrow i {
    line-height: 1
}

.slick-arrow.l {
    left: 0
}

.slick-arrow.l svg {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.slick-arrow.r {
    right: 0
}

.slick-arrow svg {
    width: 17px;
    height: auto
}

.strong {
    font-weight: 700
}

.res-i,
picture img {
    max-width: 100%;
    height: auto
}

.img-bg {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.img-bg img {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden
}

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

.table {
    display: table
}

.tr {
    display: table-row
}

.td {
    display: table-cell
}

.tabs__btn:hover {
    cursor: pointer
}

.tabs__content {
    display: none
}

.tabs__content.active {
    display: block
}

.invisible {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden
}

.control-wrap {
    position: relative
}

.swiper-button-hand {
    width: var(--swiperArrowSize);
    height: var(--swiperArrowSize);
    border-radius: 50%;
    background-color: var(--swiperBgDef);
    border: 2px solid var(--swiperBorderColorDef);
    color: var(--swiperColorDef);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    z-index: 300;
    outline: 0 !important;
    background-image: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-box-shadow: 0 15px 60px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 60px rgba(0, 0, 0, .1);
    -webkit-transition: all .36s;
    transition: all .36s
}

.swiper-button-hand:hover {
    background-color: var(--swiperBgDefHover);
    border-color: var(--swiperBorderColorDefHover);
    color: var(--swiperColorDefHover)
}

.swiper-button-hand .icon {
    font-size: .85714rem
}

.swiper-button-hand:after {
    display: none
}

.swiper-button-hand-next {
    right: var(--swiperArrowPosition)
}

.swiper-button-hand-prev {
    left: var(--swiperArrowPosition)
}

.swiper-pagination {
    width: 100%;
    text-align: center
}

.swiper-pagination-bullet {
    opacity: 1;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #6c757d;
    outline: 0 !important;
    -webkit-transition: all .36s;
    transition: all .36s;
    margin-left: .57143rem;
    margin-right: .35714rem
}

.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
    background-color: #3f4443
}

picture {
    display: block
}

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

.object-fit-js img,
img.img-bg {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

a {
    -webkit-transition: all .36s;
    transition: all .36s
}

.picture-bg,
img.img-bg {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.bg-wrap {
    position: relative;
    z-index: 2
}

.browsehappy {
    position: absolute;
    width: 100%;
    z-index: 2000;
    background: #000;
    min-height: 100px;
    font-size: 10px;
    color: #fff;
    top: 0;
    padding-top: 30px
}

iframe {
    border: none
}

.breadcrumb-cont--has-p {
    padding: .71429rem 0
}

.breadcrumb-cont .swiper-wrapper {
    margin: 0;
    padding: 0;
    list-style: none
}

.breadcrumb-cont .swiper-slide {
    width: auto;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap
}

.breadcrumb-cont .swiper-slide:hover:before {
    color: rgba(63, 68, 67, .7)
}

.breadcrumb-cont .swiper-slide:not(:first-child):before {
    content: "—";
    color: #3f4443;
    font-size: .85714rem;
    margin: 0 .21429rem
}

.breadcrumb-cont .swiper-slide a {
    -webkit-transition: all .36s;
    transition: all .36s;
    color: #3f4443;
    line-height: 1
}

.breadcrumb-cont .swiper-slide a:hover {
    color: #1b1f1f;
    text-shadow: 0 0 1px rgba(27, 31, 31, .5)
}

.breadcrumb-cont .swiper-slide span {
    font-weight: 300;
    font-size: .87857rem
}

.accept-ratio-frame,
.catalogItem__imgWrap,
.goods__img,
.lookbookItem__imgWrap,
.part-5__img,
.sCart__img,
.sColections__img,
.sImg__imgWrap,
.sInstagramm__img,
.sNew__slide-img,
.sProdCard__slide-link,
.sProdCard__v-img,
.sProdCard__video-link-img {
    display: block;
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden
}

.accept-ratio-frame:hover img,
.goods__img:hover img,
.lookbookItem__imgWrap:hover img,
.part-5__img:hover img,
.sCart__img:hover img,
.sColections__img:hover img,
.sImg__imgWrap:hover img,
.sInstagramm__img:hover img,
.sProdCard__slide-link:hover img,
.sProdCard__video-link-img:hover img {
    /* -webkit-filter: brightness(80%);
    filter: brightness(80%);
    -webkit-transform: scale(1.1);
    transform: scale(1.1) */
}

.accept-ratio-frame img,
.catalogItem__imgWrap img,
.goods__img img,
.lookbookItem__imgWrap img,
.part-5__img img,
.sCart__img img,
.sColections__img img,
.sImg__imgWrap img,
.sInstagramm__img img,
.sNew__slide-img img,
.sProdCard__slide-link img,
.sProdCard__v-img img,
.sProdCard__video-link-img img {
    -webkit-transition: all .36s;
    transition: all .36s;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.accept-ratio-frame-nh,
.headerBlock__l-slide-link,
.headerBlock__slide-img {
    display: block;
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden
}

.accept-ratio-frame-nh img,
.headerBlock__l-slide-link img,
.headerBlock__slide-img img,
.headerBlock__l-slide-link video {
    -webkit-transition: all .36s;
    transition: all .36s;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.headerBlock__slider .header-next,
.headerBlock__slider .header-prev,
.preve-next-frame,
.sNew__slider .new-next {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0 !important;
    border: none !important;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
    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
}

.headerBlock__slider .header-next .icon,
.headerBlock__slider .header-prev .icon,
.preve-next-frame .icon,
.sNew__slider .new-next .icon {
    -webkit-transition: all .36s;
    transition: all .36s;
    font-size: 1.21429rem;
    color: transparent;
    stroke: #3f4443
}

.headerBlock__slider .header-next:hover .icon,
.headerBlock__slider .header-prev:hover .icon,
.preve-next-frame:hover .icon,
.sNew__slider .new-next:hover .icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    stroke: #1b1f1f
}

.sBrends__descr a,
.sColections__link,
.sInstagramm .section-title a,
.sNew .section-title a,
.underline-link-frame {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none !important;
    padding-bottom: 6px;
    position: relative;
    color: #3f4443;
    font-size: 1.14286rem;
    text-align: left
}

.sBrends__descr a:after,
.sColections__link:after,
.sInstagramm .section-title a:after,
.sNew .section-title a:after,
.underline-link-frame:after {
    content: "";
    position: absolute;
    -webkit-transition: all .36s;
    transition: all .36s;
    width: 35px;
    height: 1px;
    background-color: currentColor;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0
}

.sBrends__descr a:hover,
.sColections__link:hover,
.sInstagramm .section-title a:hover,
.sNew .section-title a:hover,
.underline-link-frame:hover {
    color: #1b1f1f
}

.sBrends__descr a:hover:after,
.sColections__link:hover:after,
.sInstagramm .section-title a:hover:after,
.sNew .section-title a:hover:after,
.underline-link-frame:hover:after {
    width: 100%
}

.pagination-wrapper ul.page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -16px;
    margin-right: -16px
}

.pagination-wrapper li {
    list-style: none;
    padding-left: 16px;
    padding-right: 16px
}

.pagination-wrapper .current {
    pointer-events: none;
    text-decoration: underline
}

.pagination-wrapper a:hover {
    text-decoration: underline
}

.footer {
    background-color: #f8f5f0;
    padding: 0 0 65px
}

.footer__item--soc a {
    text-decoration: underline
}

.footer__item--soc a:hover {
    text-decoration: none
}

.footer__title {
    color: #1b1f1f;
    font-size: 1.14286rem;
    line-height: 1.1;
    position: relative;
    padding: 2.14286rem 1.71429rem;
    border-bottom: 1px solid rgba(63, 68, 67, .5)
}

.footer__title.active:before {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.footer__list {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none
}

.footer__list.active {
    display: block
}

.footer__list a {
    display: block;
    border-bottom: 1px solid rgba(63, 68, 67, .5);
    padding: 20px 24px;
    color: #3f4443;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.1
}

.footer__list a:hover {
    color: #1b1f1f;
    text-decoration: underline
}

.footer__subscribe {
    padding: 50px 24px 48px
}

.footer__subscribe .form-wrap form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.footer__subscribe .form-wrap__input-wrap {
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative
}

.footer__subscribe .form-wrap__title {
    display: block;
    color: #1b1f1f;
    font-size: 1.14286rem;
    line-height: .90909;
    margin-bottom: 1.07143rem
}

.footer__subscribe .form-wrap__input {
    max-height: 50px;
    height: 50px;
    min-height: 0;
    padding: 13.5px 24px
}

.footer__subscribe .form-wrap__btn {
    width: 50px;
    height: 50px;
    border-radius: 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
}

.footer__subscribe .form-wrap__btn button {
    display: none
}

.footer__subscribe .form-wrap__btn .icon {
    -webkit-transition: all .36s;
    transition: all .36s;
    color: transparent;
    stroke: #efeae6;
    stroke-width: 1px;
    font-size: 16px
}

.footer__subscribe .form-wrap__btn:hover .icon {
    stroke-width: 1px
}

.footer__policy {
    margin-bottom: 4.64286rem
}

.footer__policy a {
    display: inline-block;
    color: #3f4443;
    font-size: .88571rem;
    line-height: 1.1
}

.footer__policy a:hover {
    color: #1b1f1f
}

.footer__footer-logo {
    text-align: center
}

.footer__footer-logo a {
    display: inline-block;
    height: 40px
}

.footer__footer-logo a img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

.form-wrap__input {
    resize: none
}

.form-wrap__btn {
    cursor: pointer
}

.form-wrap label {
    width: 100%;
    display: block
}

.parsley-error {
    -o-border-image: none;
    border-image: none;
    border: 2px solid red !important;
    color: red;
    outline: 0 !important
}

.parsley-success {
    border: 2px solid #00d600 !important
}

.parsley-errors-list {
    color: red
}

.custom-input {
    display: block;
    margin: auto auto .71429rem;
    cursor: pointer;
    position: relative;
    padding-left: 1.57143rem
}

.custom-input__input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden
}

.custom-input__lab {
    left: 0;
    display: block;
    top: .21429rem;
    width: 1.07143rem;
    height: 1.07143rem;
    border: 1px solid #3f4443;
    -webkit-transition: all .36s;
    transition: all .36s;
    position: absolute;
    margin-right: 7px
}

.custom-input__lab:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    width: 10px;
    height: 8px;
    background-size: 100%;
    /* -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(0) rotate(90deg) translateY(-20px);
    transform: scale(0) rotate(90deg) translateY(-20px); */
    transform: scale(0);
    background-image: url(../img/svg/check.svg);
    background-position: 50%;
    background-repeat: no-repeat
}

.custom-input__input[type=radio]+.custom-input__lab,
.custom-input__input[type=radio]+.custom-input__lab:after {
    border-radius: 50%
}

.custom-input__input:checked+.custom-input__lab:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

select.form-control {
    background-color: transparent;
    background-image: url(../img/svg/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 50%;
    padding: .35714rem 2.28571rem .35714rem .35714rem;
    min-height: .71429rem;
    height: auto !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border: transparent;
    border-bottom: 1px solid rgba(27, 31, 31, .3);
    border-radius: 0;
    font-size: .85714rem;
    cursor: pointer
}

select.form-control:not([size]):not([multiple]) {
    height: calc(1.5em + 2.57143rem + 2px)
}

select.form-control:focus {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

select.form-control:focus::-ms-value {
    background-color: transparent
}

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

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

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

.select2-container--default {
    display: block;
    outline: 0 !important
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid;
    height: auto;
    font-size: 1.71429rem;
    outline: 0 !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #28a745 transparent transparent;
    border-style: solid;
    border-width: 7px 7px 0
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    white-space: normal;
    padding-left: 0;
    padding-bottom: 5px
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #28a745;
    border-width: 0 7px 7px
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #28a745
}

.headerBlock {
    --sPT: 1.21429rem;
    --sPB: 1.71429rem;
    --sTPB: 0;
    padding-top: 10px;
}

.headerBlock__row {
    --bs-gutter-x: 0px;
    margin-left: calc(var(--bs-gutter-x)*-1/2);
    margin-right: calc(var(--bs-gutter-x)*-1/2)
}

.headerBlock__row>* {
    padding-left: calc(var(--bs-gutter-x)/2);
    padding-right: calc(var(--bs-gutter-x)/2)
}

.headerBlock__l-slide-link {
    min-height: 100%;
    padding-top: 80.12232%
}

.headerBlock__slider-col {
    background-color: #f8f5f0
}

.headerBlock__slider {
    position: relative;
    height: 100%;
    margin: 0 auto;
    padding: 2.85714rem 0 1.78571rem;
    width: 182px
}

.headerBlock__slider .swiper-slide {
    height: auto
}

.headerBlock__slider .header-pugin {
    position: absolute;
    left: 0;
    bottom: unset;
    top: 182px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 2;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 10px 0
}

.headerBlock__slider .header-pugin .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #3f4443;
    background-color: transparent;
    margin: 0 4px 4px
}

.headerBlock__slider .header-pugin .swiper-pagination-bullet-active {
    background-color: #3f4443
}

.headerBlock__slider .header-prev {
    right: calc(100% + 20px)
}

.headerBlock__slider .header-next {
    left: calc(100% + 20px)
}

.headerBlock__slide-content {
    display: block;
    position: relative
}

.headerBlock__slide-content span {
    display: block
}

.headerBlock__slide-img {
    padding-top: 100%
}

.headerBlock__slide-descr {
    padding-top: .57143rem;
    text-align: center
}

.headerBlock__txt {
    margin-bottom: .57143rem
}

.headerBlock__txt,
.headerBlock__watch-txt {
    color: #3f4443;
    font-size: 1rem;
    line-height: 1.1
}

.headerBlock__watch-txt {
    -webkit-transition: all .36s;
    transition: all .36s;
    text-decoration: underline
}

.headerBlock__watch-txt:hover {
    color: #1b1f1f;
    text-decoration: none
}

.soc {
    margin: 0 -.35714rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.soc__item {
    text-decoration: none !important;
    margin: 0 .35714rem;
    vertical-align: middle;
    -webkit-transition: all .36s;
    transition: all .36s;
    display: block
}

.soc__item:hover {
    opacity: .6
}

.soc .icon {
    font-size: 2.14286rem
}

.counter {
    counter-reset: num
}

.counter__item {
    position: relative
}

.counter__item:before {
    content: counter(num);
    counter-increment: num
}

.modal-win {
    border-radius: .28571rem;
    background-color: #efeae6;
    position: relative;
    padding: 94px 24px
}

.modal-win .mfp-close {
    color: #000;
    font-size: 40px;
    font-weight: 100
}

.modal-win .form-wrap {
    text-align: center;
    width: 714px
}

.modal-win .form-wrap,
.modal-win .form-wrap form {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.modal-win .form-wrap form {
    width: 384px
}

.modal-win .form-wrap__input-wrap {
    margin-bottom: 1.14286rem
}

.modal-win .form-wrap__input {
    height: auto;
    min-height: 0;
    padding: 20px 16px;
    line-height: 1;
    border-radius: .28571rem
}

.modal-win .form-wrap__btn {
    padding: 12.5px 25px
}

a {
    outline: 0 !important
}

.modal-form {
    position: relative
}

.mfp-close {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    opacity: .65;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
    overflow: visible;
    background: 0 0;
    border: 0;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    font-size: 50px;
    font-weight: 100;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    line-height: 56px;
    text-align: center;
    margin-top: -5px;
    margin-right: -5px;
    -webkit-transition: all .36s;
    transition: all .36s
}

.mfp-close,
.polite .link {
    cursor: pointer;
    color: #3f4443
}

.polite .link {
    text-decoration: underline
}

.polite .link :hover {
    display: none
}

.sAdvantage {
    --sTPB: 0;
    --sPT: 2.85714rem;
    --sPB: 1.71429rem
}

.sAdvantage__content {
    border-top: 1px solid rgba(115, 124, 123, .3);
    border-bottom: 1px solid rgba(115, 124, 123, .3);
    padding: 50px 0 31px
}

.sAdvantage__row {
    margin-left: auto;
    margin-right: auto;
    max-width: 680px
}

.sAdvantage__col {
    margin-bottom: 53px
}

.sAdvantage__col-content {
    max-width: 210px;
    margin: 0 auto;
    text-align: center
}

.sAdvantage__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 35px;
    margin-bottom: 1.07143rem
}

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

.sAdvantage__title {
    color: #1b1f1f;
    font-size: 1.28571rem;
    line-height: 1.1;
    margin-bottom: 1.07143rem
}

.sAdvantage__txt {
    font-size: 1rem;
    line-height: 1.4;
    max-width: 240px;
    margin: auto
}

.sBanner {
    padding-top: 2.14286rem;
    padding-bottom: 2rem
}

.sBanner__imgWrap {
    position: relative;
    min-height: 450px
}

@media (max-width:480px) {
    .sBanner__imgWrap {
        min-height: 210px
    }
}

.sBrand {
    --sTPB: 3.92857rem;
    --sPT: 2.85714rem;
    --sPB: 1.21429rem
}

.sBrand__logo {
    text-align: center;
    padding-bottom: 3.92857rem
}

.sBrand__imgWrap {
    max-width: 19.71429rem;
    height: 23.14286rem;
    background: #fff
}

.sBrand__imgWrap img,
.sBrand__imgWrap picture {
    width: 100%;
    height: 100%
}

.sBrand__imgWrap img {
    -o-object-fit: cover;
    object-fit: cover
}

.sBrand__imgWrap--sm {
    max-width: none;
    height: 27.28571rem
}

.sBrand__imgWrap span {
    margin-top: display: block
}

.sBrand__imgCol {
    display: grid;
    place-items: center;
    padding-bottom: 3.21429rem
}

.sBrand .h5,
.sBrand .sFilter__title,
.sBrand h5 {
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 1.14286rem
}

.sBrand .h3,
.sBrand h3 {
    margin-bottom: 2.4rem;
    font-size: 1.71429rem;
    line-height: 1.5
}

.sBrand .h1,
.sBrand h1 {
    position: relative
}

.sBrand .h1:before,
.sBrand h1:before {
    content: "";
    bottom: -16px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 2.5rem;
    height: 1px;
    background-color: #3f4443
}

.sBrand__list {
    padding-bottom: 2.85714rem
}

.sBrand__list a {
    display: block;
    margin-bottom: .57143rem
}

.sBrand__letter {
    font-size: 1.28571rem;
    margin-bottom: 1.14286rem
}

.sBrand--about {
    padding-bottom: 0
}

.sBrand--about .sBrand__row {
    padding-bottom: calc(var(--sPB)*1.6)
}

.sBrand--about .sBrand__imgCol--founder {
    padding-bottom: 4.64286rem
}

.sBrand--about .sBrand__textWrap .h3,
.sBrand--about .sBrand__textWrap h3 {
    font-family: Sofia Pro
}

.sBrand .catalogItem__oldPrice,
.sBrand .catalogItem__price,
.sBrand .h6,
.sBrand .lookbookItem__text,
.sBrand h6 {
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 2.3rem
}

.sBrand__banner {
    position: relative;
    height: 42.85714rem;
    margin-bottom: 2.5rem
}

.sBrand .h2,
.sBrand .sNew--bread .h1,
.sBrand .sNew--bread h1,
.sBrand h2,
.sNew--bread .sBrand .h1,
.sNew--bread .sBrand h1 {
    margin-bottom: 2.14286rem
}

.sBrand ul li {
    position: relative;
    list-style: none;
    font-size: 1.14286rem;
    padding-left: 2.85714rem;
    padding-bottom: 2.14286rem;
    line-height: 1.4
}

.sBrand ul li:before {
    content: "";
    width: 1.42857rem;
    height: 1.07143rem;
    position: absolute;
    left: 0;
    top: .5rem;
    background-image: url(../img/svg/check-about.svg);
    background-repeat: no-repeat;
    background-position: 50%
}

.sBrand__listRow {
    padding-bottom: calc(var(--sPB)*1.43)
}

.yadomaBlock {
    padding-top: 10.71429rem;
    padding-bottom: 10.57143rem;
    background-color: #737c7b;
    color: #efeae6;
    text-align: center
}

.yadomaBlock .h3,
.yadomaBlock h3 {
    margin-bottom: 2.14286rem;
    max-width: 39.28571rem;
    margin-left: auto;
    margin-right: auto;
    font-family: Sofia Pro
}

.yadomaBlock__name {
    text-transform: uppercase;
    font-size: 48px
}

.sBrends {
    --sPT: 2.85714rem;
    --sPB: 2.85714rem;
    --sTPB: 3.21429rem
}

.sBrends__img-col {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 0 2.28571rem
}

.sBrends__img {
    display: block;
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 51%
}

.sBrends__img-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sBrends__img-inner img {
    width: auto;
    height: auto;
    max-width: 70%;
    max-height: 70%
}

.sBrends__title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 1.57143rem;
    font-size: 2.57143rem;
    font-family: Forum;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase
}

.sBrends__descr p {
    color: #3f4443;
    font-size: 1.14286rem;
    line-height: 1.5;
    margin-bottom: 2.35714rem
}

.sBrends__descr a:after {
    left: 0;
    -webkit-transform: none;
    transform: none
}

.sCart {
    --sTPB: 2.85714rem;
    --sPT: 2.14286rem;
    --sPB: 1.42857rem
}

.sCart--empty .section-title .h1,
.sCart--empty .section-title h1 {
    margin-bottom: 2.14286rem !important
}

.sCart--empty .section-title__imty-img {
    width: 50px;
    height: 65px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2.85714rem
}

.sCart--empty .section-title__imty-img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.sCart--empty .section-title__empty-txt {
    font-size: 1rem;
    line-height: 1
}

.sCart .section-title .h1,
.sCart .section-title h1 {
    font-family: Forum;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    padding-bottom: 1.42857rem;
    position: relative
}

.sCart .section-title .h1:after,
.sCart .section-title h1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 35px;
    height: 1px;
    background-color: #3f4443
}

.sCart__top {
    margin-bottom: 2.14286rem
}

.sCart__top-price {
    margin-bottom: 30px
}

.sCart__top-old-price {
    color: rgba(63, 68, 67, .5);
    font-size: 1rem;
    line-height: 1;
    text-decoration: line-through;
    text-transform: uppercase;
    margin-bottom: .57143rem
}

.sCart__top-result-price span {
    font-size: 1.28571rem;
    line-height: 1
}

.sCart__top-result-price span:first-child {
    margin-right: .21429rem
}

.sCart__top-result-price span:last-child {
    text-transform: uppercase
}

.sCart__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;
    padding: 19.2px;
    min-width: 100%
}

.sCart__btn .icon {
    font-size: 1.14286rem;
    margin-right: .71429rem
}

.sCart__btn span {
    color: #efeae6;
    font-size: 1.14286rem;
    font-weight: 300
}

.sCart__nav {
    border-radius: 4px;
    border: 1px solid #737c7b;
    padding: 1.42857rem;
    margin-bottom: 2.28571rem
}

.sCart__nav .form-wrap {
    width: 100%;
    margin-bottom: 1.42857rem
}

.sCart__nav .form-wrap form {
    position: relative
}

.sCart__nav .form-wrap__input-wrap {
    margin-bottom: 0
}

.sCart__nav .form-wrap__input {
    margin-bottom: 0;
    padding: 10px 50px 10px 22px;
    font-size: 1.1rem;
    border-radius: .28571rem;
    height: auto;
    min-height: 0
}

.sCart__nav .form-wrap__close-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 45px;
    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
}

.sCart__nav .form-wrap__close-btn button {
    display: none
}

.sCart__nav .form-wrap__close-btn .icon {
    font-size: 1.5rem;
    color: #3f4443
}

.sCart__amount {
    font-size: 1.14286rem;
    white-space: nowrap
}

.sCart__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2.28571rem
}

.sCart__img-box {
    position: relative;
    margin-right: 16px;
    margin-bottom: 16px;
    width: 100px
}

.sCart__img {
    padding-top: 146.38554%
}

.sCart__cross-btn {
    position: absolute;
    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;
    z-index: 2;
    left: 5px;
    top: 5px;
    width: 35px;
    height: 35px
}

.sCart__cross-btn .icon {
    font-size: 2rem;
    color: #3f4443
}

.sCart__name-box {
    width: calc(100% - 116px)
}

.sCart__name {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: .57143rem
}

.sCart__descr {
    margin-bottom: 1.14286rem
}

.sCart__descr span {
    font-size: 1rem;
    line-height: 1.4
}

.sCart__descr span:first-child:after {
    display: inline-block;
    content: "/";
    margin: 0 3px
}

.sCart__descr span:last-child {
    color: #737c7b
}

.sCart__article span {
    color: #737c7b;
    font-size: .85714rem;
    line-height: 1.4
}

.sCart__price-per-box {
    width: 30%
}

.sCart__price-per {
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: .42857rem;
    font-size: 1rem
}

.sCart__pr-per-txt {
    color: #737c7b;
    line-height: 1.4;
    font-size: .85714rem
}

.sCart__controll-box {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sCart__controll-inp {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 5.5px;
    border: 1px solid #aba7a4;
    text-align: center;
    font-size: 1.14286rem;
    line-height: 1;
    box-shadow: none
}

.sCart__controll-inp:focus,
.sCart__controll-inp:hover {
    border: 1px solid #aba7a4;
    -webkit-box-shadow: none;
    box-shadow: none
}

.sCart__minus-btn,
.sCart__plus-btn {
    -webkit-transition: all .36s;
    transition: all .36s;
    background-color: transparent;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    position: relative
}

.sCart__minus-btn:hover,
.sCart__plus-btn:hover {
    background-color: #3f4443
}

.sCart__minus-btn:hover:after,
.sCart__minus-btn:hover:before,
.sCart__plus-btn:hover:after,
.sCart__plus-btn:hover:before {
    background-color: #efeae6
}

.sCart__minus-btn:after,
.sCart__minus-btn:before,
.sCart__plus-btn:after,
.sCart__plus-btn:before {
    -webkit-transition: all .36s;
    transition: all .36s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #3f4443
}

.sCart__minus-btn:before,
.sCart__plus-btn:before {
    content: "";
    width: 12px;
    height: 2px
}

.sCart__minus-btn:after,
.sCart__plus-btn:after {
    width: 2px;
    height: 12px
}

.sCart__minus-btn {
    border-radius: .28571rem 0 0 .28571rem
}

.sCart__plus-btn {
    border-radius: 0 .28571rem .28571rem 0
}

.sCart__plus-btn:after {
    content: ""
}

.sCart__result-box {
    text-align: right;
    width: 30%
}

.sCart__result-pr {
    font-size: 1rem;
    line-height: 1.4;
    text-transform: uppercase
}

.sCart__old-price {
    padding-top: 8px;
    color: rgba(63, 68, 67, .5);
    line-height: 1.3;
    font-size: .85714rem;
    text-decoration: line-through;
    text-transform: uppercase
}

.sCatalog {
    padding-top: 40px;
    /* --sPT: 1.85714rem;
    --sTPB: 1.07143rem */
}

.sCatalog .h5,
.sCatalog .sFilter__title,
.sCatalog h5 {
    font-weight: 300
}

.sCatalog__smallWidth {
    max-width: 550px
}

.sCatalog__smallWidth .h5,
.sCatalog__smallWidth .sFilter__title,
.sCatalog__smallWidth h5 {
    line-height: 155%;
    letter-spacing: .02143rem;
    margin-bottom: 1.07143rem
}

.sCatalog__row {
    --bs-gutter-x: 97px;
    margin-left: calc(var(--bs-gutter-x)*-1/2);
    margin-right: calc(var(--bs-gutter-x)*-1/2)
}

.sCatalog__row>* {
    padding-left: calc(var(--bs-gutter-x)/2);
    padding-right: calc(var(--bs-gutter-x)/2)
}

.sCatalog__result {
    padding-top: .35714rem;
    font-size: .85714rem
}

.sCatalog__sortRow {
    margin-bottom: 10px;
}

.sCatalog .h1,
.sCatalog h1 {
    margin-bottom: 0;
    line-height: 1.15
}

.sCatalog__filterModal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .85714rem;
    margin-bottom: 0;
}

.sCatalog__filterModal .icon {
    margin-right: .57143rem
}

.sCatalog--system {
    padding-top: calc(var(--sPT)/1.2);
    --sTPB: 2.85714rem
}

.sCatalog__roww {
    padding-bottom: 1.42857rem
}

.sCatalog .catalogItem__oldPrice,
.sCatalog .catalogItem__price,
.sCatalog .h6,
.sCatalog .lookbookItem__text,
.sCatalog h6 {
    font-weight: 300
}

.catalogItem {
    height: 100%;
}

.catalogItem,
.catalogItem__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.catalogItem__body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 8px;
    flex: 1;
}

.catalogItem__imgWrap {
    background: #fff;
    aspect-ratio: 9 / 9;
    height: auto;
}
.catalogItem__gallery{
    width: 100%;
    height: 100%;
    & ul{
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    & img, & video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        pointer-events: none;
    }
}
.catalogItem__galleryPagination {
    display: flex;
    justify-content: center;
    gap: 5px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 5px !important;
    padding: 0 5px;
    z-index: 1;
    &.swiper-pagination-lock{
        display: none;
    }
  }
.catalogItem__galleryPagination .swiper-pagination-bullet {
    padding: 0 5px;
    background: #3F4443;
    flex: 1;
    height: 1px;
    border-radius: 0;
    margin: 0 !important;
    opacity: .1;
    &.swiper-pagination-bullet-active{
        opacity: .8;
    }
}

@media (min-width: 1025px){
  .catalogItem__galleryPagination{
      top: 0 !important;
      bottom: unset !important;
      height: 100%;
      gap: 0;
      padding: 8px 0;
  }
  .catalogItem__galleryPagination .swiper-pagination-bullet{
      display: flex;
      align-items: flex-end;
      width: auto;
      height: 100%;
      flex: 1;
      margin: 0 !important;
      padding-bottom: 0px;
      background: transparent !important;
      opacity: .05;
  }
  .catalogItem__galleryPagination .swiper-pagination-bullet:hover{
      background: transparent !important;
  }
  .catalogItem__galleryPagination .swiper-pagination-bullet:before{
      content: '';
      background: #3F4443;
      width: 100%;
      height: 1px;
      border-radius: 10px;
  }
}


.catalogItem__sale10 {
    position: absolute;
    right: 3%;
    top: 79%;
    height: 18%;
    width: 18%;
    background: url(https://yadoma.com/local/templates/template/img/new_img/dis10.svg);
    background-size: contain;
    background-repeat:no-repeat;
    text-indent: -9999px
}

.catalogItem__sale20 {
    position: absolute;
    right: 4%;
    top: 78%;
    height: 18%;
    width: 18%;
    background: url(https://yadoma.com/local/templates/template/img/new_img/dis20.svg);
    background-size: contain;
    background-repeat:no-repeat;
    text-indent: -9999px
}

.catalogItem__name {
    font-size: 16px;
    line-height: 110%;
}

.catalogItem__name span {
    display: inline-block;
    color: rgba(63, 68, 67, .5)
}

.catalogItem__brand{
    margin-top: 6px;
    color: #737C7B;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 100%;
}
.catalogItem__title {
    color: inherit;
    text-decoration: none;
}
.catalogItem_collection{
    color: inherit;
    text-decoration: none;
}
.catalogItem__designer{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    margin-top: 5px;
    font-size: 13px;
    color: #737C7B;
    line-height: 100%;
    &:before{
        content: '';
        display: block;
        width: 1.2em;
        height: 1.2em;
        flex-shrink: 0;
        background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 0.25L8.5 5.5L13.75 7L8.5 8.5L7 13.75L5.5 8.5L0.25 7L5.5 5.5L7 0.25Z' fill='%23C9AB93'/%3E%3C/svg%3E%0A");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    & a{
        color: inherit;
    }
    & a:hover{
        color: #1a1c1c;
    }
}

/* for new slider */
.sNew__slider{
    & .catalogItem__name, & .catalogItem__brand{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 768px){
    .catalogItem__body{
        gap: 8px;
    }
    .catalogItem__name{
        font-size: 14px;
    }
    .catalogItem__brand{
        font-size: 11px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .catalogItem__designer{
        font-size: 11px;
    }
    .catalogItem__price{
        font-size: 14px;
    }
}

.catalogItem__priceWrap {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.catalogItem__price{
    margin: 0;
}

.catalogItem__oldPrice {
    text-decoration: line-through;
    color: rgba(63, 68, 67, .5);
    margin-right: .57143rem
}

.catalogItem__btnWrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #3f4443;
    
    border-radius: .28571rem;
    overflow: hidden;
    background:none;
    /* background:#F8F5F0; */
    -webkit-transition: all .36s;
    transition: all .36s;
    /* background:#3f4443; */ 
}
.catalogItem__btnWrap.disabled
{
    background:#F8F5F0;
}
.catalogItem__btnWrap[data-action="add2basket"]{
    background:none;
}
.catalogItem__btn,
.catalogItem__btnWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.catalogItem__btn {
    margin-left: auto;
    margin-right: auto;
    min-height: 2.35714rem;
    padding-left: 2.25vw;
    padding-right: 2.25vw
}

@media ( max-width: 1200px ){
    .catalogItem__btn{
        padding-left: 15px;
        padding-right: 15px;
    }
}

.catalogItem__btn .icon {
    font-size: 1rem;
    margin-right: .64286rem
}

.catalogItem__minus,
.catalogItem__plus {
    position: relative;
    border: 1px solid #3f4443;
    margin: -1px;
    width: 2.64286rem;
    height: 2.64286rem;
    background: 0 0;
    -webkit-transition: all .36s;
    transition: all .36s
}

.catalogItem__minus:after,
.catalogItem__minus:before,
.catalogItem__plus:after,
.catalogItem__plus:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    width: 11px;
    height: 1px;
    background-color: #3f4443;
    -webkit-transition: all .36s;
    transition: all .36s
}

.catalogItem__minus:hover,
.catalogItem__plus:hover {
    background-color: #3f4443
}

.catalogItem__minus:hover:after,
.catalogItem__minus:hover:before,
.catalogItem__plus:hover:after,
.catalogItem__plus:hover:before {
    background-color: #efeae6
}

.catalogItem button.catalogItem__btnWrap:hover {
    background-color: #737C7B;
    color: #3f4443;
    border-color:#737C7B;
}

.catalogItem button.catalogItem__btnWrap:hover a {
    color: #efeae6;
}
.catalogItem button.catalogItem__btnWrap:hover span span {
    color: #efeae6;
}

.catalogItem button.catalogItem__btnWrap:hover span span::after {
    background: #efeae6 !important;
}

.catalogItem button.catalogItem__btnWrap:hover .icon {
    color: #efeae6;
}

.catalogItem__plus:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.catalogItem .tagsBlock {
    margin-bottom: 0
}

.tagsBlock {
    margin-left: -3px;
    margin-right: -3px;
    margin-bottom: 1.42857rem
}

.tagsBlock a,
.tagsBlock__tag {
    margin-bottom: .8rem;
    margin-left: 3px;
    margin-right: 3px;
    font-size: .85714rem;
    line-height: .85714rem;
    padding: .55714rem .71429rem;
    border: 1px solid #3f4443;
    border-radius: .28571rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}
.tagsBlock__tag span.tag-span
{
    line-height: 1;
    /* display:inline-flex; */
    display:block;
    /* font-family: Arial, Helvetica, sans-serif; */

    /* border:#000 solid 1px; */
}

.tagsBlock a:hover,
.tagsBlock__tag:hover {
    opacity: .6
}

.tagsBlock__tag:hover {
    opacity: 1
}

.tagsBlock__remove {
    position: relative;
    margin-left: .57143rem;
    background: 0 0;
    border: none;
    display:block;
}

.tagsBlock__remove:after,
.tagsBlock__remove:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    width: 11px;
    height: 1px;
    background-color: #3f4443;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.tagsBlock__remove:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sCheckout {
    --sTPB: 2.85714rem;
    --sPT: 2.14286rem;
    --sPB: 1.42857rem
}

.sCheckout .section-title .h1,
.sCheckout .section-title h1 {
    font-family: Forum;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    padding-bottom: 1.42857rem;
    position: relative
}

.sCheckout .section-title .h1:after,
.sCheckout .section-title h1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 35px;
    height: 1px;
    background-color: #3f4443
}

.sCheckout__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    counter-reset: list 0
}

.sCheckout__steps-col {
    width: 100%
}

.sCheckout__step {
    margin-bottom: 2.28571rem
}

.sCheckout__header {
    border-bottom: 1px solid #737c7b;
    padding: 0 .21429rem 2.28571rem;
    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
}

.sCheckout__header.finished .sCheckout__step-name:before {
    color: transparent;
    background-color: #3f4443;
    background-image: url(../img/svg/checkout-check.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%
}

.sCheckout__header.finished .sCheckout__change-link {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.sCheckout__step-name {
    list-style-type: none
}

.sCheckout__step-name,
.sCheckout__step-name:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sCheckout__step-name:before {
    -webkit-transition: all .36s;
    transition: all .36s;
    counter-increment: list;
    content: counter(list);
    width: 2rem;
    height: 2rem;
    border-radius: 2.14286rem;
    border: 1px solid #3f4443;
    margin-right: 1.14286rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 1.14286rem;
    line-height: 1
}

.sCheckout__step-name span {
    font-size: 1.03571rem;
    line-height: 1
}

.sCheckout__change-link {
    -webkit-transition: all .36s;
    transition: all .36s;
    font-size: .85714rem;
    line-height: 1;
    text-decoration: underline;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.sCheckout__change-link.active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.sCheckout__content {
    display: none
}

.sCheckout__content.active {
    display: block
}

.sCheckout__info-col {
    border-radius: .28571rem;
    border: 1px solid #737c7b;
    padding: 1.42857rem;
    width: 100%;
    margin-bottom: 2.28571rem
}

.sCheckout__i-price-box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1.14286rem;
    margin-bottom: 1.14286rem;
    border-bottom: 1px solid rgba(115, 124, 123, .3)
}

.sCheckout__i-price-txt {
    width: 100px;
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 1.14286rem
}

.sCheckout__i-price-digits {
    text-align: right
}

.sCheckout__i-price-cur {
    font-size: 1rem;
    line-height: 1;
    text-transform: uppercase
}

.sCheckout__i-price-old {
    padding-top: 8px;
    color: rgba(63, 68, 67, .5);
    font-size: .85714rem;
    line-height: 1;
    text-decoration: line-through;
    text-transform: uppercase
}

.sCheckout__i-delivery {
    border-bottom: 1px solid rgba(115, 124, 123, .3);
    padding-bottom: 1.14286rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sCheckout__i-delivery span {
    display: block;
    font-size: 1rem;
    line-height: 1.4
}

.sCheckout__i-delivery span:first-child {
    text-align: left
}

.sCheckout__i-delivery span:last-child {
    text-align: right
}

.sCheckout__i-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2.28571rem
}

.sCheckout__i-total span {
    display: block;
    font-size: 1rem;
    line-height: 1.4
}

.sCheckout__i-total span:first-child {
    text-align: left
}

.sCheckout__i-total span:last-child {
    font-size: 1.14286rem;
    text-align: left
}

.goods {
    padding-top: 2.28571rem
}

.goods__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-bottom: 2.28571rem
}

.goods__img-box {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1.14286rem;
    width: 90px
}

.goods__img {
    padding-top: 146.875%
}

.goods__data {
    position: relative;
    -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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.goods__name-box {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 1.14286rem;
    width: calc(100% - 50px)
}

.goods__name {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: .57143rem
}

.goods__descr {
    margin-bottom: 1.14286rem
}

.goods__descr span {
    font-size: 1rem;
    line-height: 1.4
}

.goods__descr span:first-child:after {
    display: inline-block;
    content: "/";
    margin: 0 3px
}

.goods__descr span:last-child {
    color: #737c7b
}

.goods__article span {
    color: #737c7b;
    font-size: .85714rem;
    line-height: 1.4
}

.goods__amount-box {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: nowrap;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.14286rem;
    line-height: 22.4/16
}

.goods__result-box {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 120px
}

.goods__result-pr {
    font-size: 1rem;
    line-height: 1.4;
    text-transform: uppercase
}

.goods__old-price {
    padding-top: 8px;
    color: rgba(63, 68, 67, .5);
    line-height: 1.3;
    font-size: .85714rem;
    text-decoration: line-through;
    text-transform: uppercase
}

.delivery-results {
    padding-top: 2.28571rem;
    padding-bottom: 0
}

.delivery-results__txt {
    margin-bottom: 1.14286rem
}

.delivery-results__txt span {
    font-size: 1.14286rem;
    line-height: 1
}

.delivery-results__txt span:first-child {
    font-weight: 400;
    text-shadow: 0 0 .5px rgba(63, 68, 67, .7)
}

.finished-step-cont {
    padding-top: 2.28571rem;
    padding-bottom: 0
}

.finished-step-cont span {
    font-size: 1.14286rem;
    line-height: 1
}

.customer {
    padding-top: 2.28571rem;
    padding-bottom: 0
}

.customer .form-wrap__inputs-box,
.js-order .form-wrap__inputs-box {
    border-bottom: 1px solid #737c7b;
    padding-bottom: 1.14286rem;
    margin-bottom: 1.14286rem
}

.customer .form-wrap__input-wrap,
.js-order .form-wrap__input-wrap {
    margin-bottom: 1.14286rem
}

.customer .form-wrap__input-wrap input,
.customer .form-wrap__input-wrap textarea,
.js-order .form-wrap__input-wrap input,
.js-order .form-wrap__input-wrap textarea {
    border-radius: .28571rem;
    height: auto;
    min-height: 0;
    padding: .60714rem 1.14286rem !important
}

.customer .form-wrap__input-wrap textarea,
.js-order .form-wrap__input-wrap textarea {
    height: 8.92857rem
}

.customer .form-wrap__back-btn,
.js-order .form-wrap__back-btn {
    color: #efeae6;
    font-size: .85714rem;
    padding: 1.03571rem 3.28571rem
}

.customer .form-wrap__policy,
.js-order .form-wrap__policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.14286rem
}

.customer .form-wrap__policy input,
.js-order .form-wrap__policy input {
    display: none
}

.customer .form-wrap__policy input:checked+.check-box-square .icon,
.js-order .form-wrap__policy input:checked+.check-box-square .icon {
    opacity: 1
}

.customer .form-wrap__policy .check-box-square,
.js-order .form-wrap__policy .check-box-square {
    border: 1px solid #3f4443;
    border-radius: 2px;
    width: 1.07143rem;
    height: 1.07143rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: .57143rem;
    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
}

.customer .form-wrap__policy .check-box-square .icon,
.js-order .form-wrap__policy .check-box-square .icon {
    opacity: 0;
    -webkit-transition: all .36s;
    transition: all .36s;
    font-size: .5rem;
    color: #3f4443
}

.customer .form-wrap__policy .txt a,
.js-order .form-wrap__policy .txt a {
    text-decoration: underline;
    color: #3f4443
}

.customer .form-wrap__policy .txt a:hover,
.js-order .form-wrap__policy .txt a:hover {
    text-decoration: none;
    color: #1b1f1f
}

.customer .form-wrap__send-btn,
.js-order .form-wrap__send-btn {
    width: 100%;
    max-width: 23.14286rem;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 19px 15px;
    border-radius: .28571rem
}

.customer .form-wrap__send-btn .icon,
.js-order .form-wrap__send-btn .icon {
    font-size: 14px;
    color: #efeae6;
    margin-right: 9px
}

.customer .form-wrap__send-btn span,
.js-order .form-wrap__send-btn span {
    font-size: 1.14286rem;
    line-height: 1.5
}

.step-chb {
    padding-top: 2.28571rem;
    padding-bottom: 0
}

.step-chb__cont {
    padding-bottom: 1.14286rem
}

.step-chb__item {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.14286rem
}

.step-chb__item input {
    display: none
}

.step-chb__item input:checked+.radio-box .icon {
    opacity: 1
}

.step-chb__item .radio-box {
    border: 1px solid #3f4443;
    border-radius: 50%;
    width: 1.07143rem;
    height: 1.07143rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: .57143rem;
    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
}

.step-chb__item .radio-box .icon {
    opacity: 0;
    -webkit-transition: all .36s;
    transition: all .36s;
    font-size: .5rem;
    color: #3f4443
}

.step-chb__item .txt {
    display: block;
    line-height: 1
}

.step-chb__lower-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.step-chb__btn {
    color: #efeae6;
    font-size: .85714rem;
    padding: 1.03571rem 3.28571rem
}

.step-place {
    padding-top: 2.28571rem;
    padding-bottom: 0
}

.step-place .form-wrap__input-wrap {
    margin-bottom: 1.14286rem
}

.step-place .form-wrap__input-title {
    font-size: 1.14286rem;
    line-height: 1;
    margin-bottom: .57143rem
}

.step-place .form-wrap__inpt-box {
    position: relative
}

.step-place .form-wrap__input {
    border-radius: .28571rem;
    height: auto;
    min-height: 0;
    padding: .60714rem 3.57143rem .60714rem 1.14286rem !important
}

.step-place .form-wrap__cross-btn {
    -webkit-transition: all .36s;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    width: 45px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0 .28571rem .28571rem 0;
    transition: all .36s
}

.step-place .form-wrap__cross-btn .icon {
    -webkit-transition: all .36s;
    transition: all .36s;
    color: #3f4443;
    font-size: 1.07143rem
}

.step-place .form-wrap__cross-btn:hover {
    background-color: #3f4443
}

.step-place .form-wrap__cross-btn:hover .icon {
    color: #efeae6;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.step-place .form-wrap__lower-btns {
    padding-top: 1.14286rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.step-place .form-wrap__btn {
    color: #efeae6;
    font-size: .85714rem;
    padding: 1.03571rem 3.28571rem
}

.sColections {
    --sPT: 6.14286rem;
    --sPB: 2.85714rem;
    --sTPB: 2.28571rem
}

.sColections .section-title .h2,
.sColections .section-title .sNew--bread .h1,
.sColections .section-title .sNew--bread h1,
.sColections .section-title h2,
.sNew--bread .sColections .section-title .h1,
.sNew--bread .sColections .section-title h1 {
    font-family: Forum;
    font-size: 2.57143rem;
    font-weight: 400;
    line-height: 1
}

.sColections .section-title>:last-child {
    margin-bottom: 0
}

.sColections__col {
    margin-bottom: 1.42857rem
}

.sColections__item {
    background-color: #737c7b;
    padding: 3.42857rem 0
}

.sColections__content {
    position: relative;
    margin: 0 auto;
    width: 186px
}

.sColections__img {
    padding-top: 131.1828%
}

.sColections__txt {
    margin: 0 -20px;
    padding-top: 1.42857rem
}

.sColections__title {
    color: #efeae6;
    font-family: Forum;
    font-size: 1.28571rem;
    line-height: 1.1;
    margin-bottom: .35714rem;
    font-weight: 400;
    text-transform: uppercase
}

.sColections__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #efeae6
}

.sColections__link:hover {
    color: #efeae6
}

.sContent {
    --sPT: 2.85714rem;
    --sPB: 2.5rem;
    --sTPB: 3.57143rem
}

.sContent>* {
    line-height: 150%
}

.sContent__rCol {
    padding-bottom: 3.42857rem
}

.sContent strong {
    display: block
}

.sContent .catalogItem__oldPrice,
.sContent .catalogItem__price,
.sContent .h6,
.sContent .lookbookItem__text,
.sContent h6 {
    line-height: 150%;
    margin-bottom: 1.7rem;
    font-weight: 300
}

.sContent .h3,
.sContent h3 {
    margin-bottom: 1rem
}

.sContent p:not(:last-child) {
    margin-bottom: 1.3rem
}

.sContent a {
    font-weight: 300;
    display: block
}

.sContent a:hover,
.sContent__link {
    text-decoration: underline
}

.sContent__link:hover {
    text-decoration: none
}

.sContent__imgBlock {
    margin-bottom: 1.42857rem;
    margin-left: -1.14286rem;
    margin-right: -1.14286rem
}

.sContent__imgBlock img {
    padding-left: 1.14286rem;
    padding-right: 1.14286rem
}

.sContent__small {
    font-size: .85714rem
}

.sContent__contact {
    font-size: 1.14286rem
}

.sContent__contact a {
    font-weight: 400;
    text-decoration: none;
    display: inline-block
}

.sContent .h1,
.sContent h1 {
    position: relative
}

.sContent .h1:before,
.sContent h1:before {
    content: "";
    bottom: -16px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 2.5rem;
    height: 1px;
    background-color: #3f4443
}

.sContent__item {
    margin-bottom: 2.57143rem
}

.sContent__item.active .sContent__itemTitle .icon {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.sContent__itemTitle {
    font-size: 1.28571rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: .5rem;
    border-bottom: 1px solid #737c7b
}

.sContent__itemTitle .icon {
    stroke: #3f4443;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: transparent;
    font-size: 1.14286rem;
    -webkit-transition: all .36s;
    transition: all .36s;
    margin-right: 3px
}

.sContent__body {
    padding-top: 2.14286rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none
}

.sContent__body.active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.sContent__body--sm {
    max-width: 390px
}

.sContent ul {
    margin-bottom: .71429rem
}

.sContent ul li {
    padding-left: .78571rem;
    padding-bottom: .35714rem;
    list-style: none;
    position: relative
}

.sContent ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 50%;
    background-color: #3f4443;
    width: 3px;
    height: 3px
}

.sContent span,
.sContent strong {
    margin-bottom: .57143rem
}

.sContent__cardsRow {
    --bs-gutter-x: 24px;
    margin-left: calc(var(--bs-gutter-x)*-1/2);
    margin-right: calc(var(--bs-gutter-x)*-1/2)
}

.sContent__cardsRow>* {
    padding-left: calc(var(--bs-gutter-x)/2);
    padding-right: calc(var(--bs-gutter-x)/2)
}

.sContent .mw-560 {
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto
}

.sContent .section-title--textBelow {
    padding-bottom: calc(var(--sTPB)/2)
}

.sContent_404 {
    min-height: 42.85714rem;
    display: grid;
    place-items: center;
    --sTPB: 0.71429rem
}

.sContent__homeLink {
    text-align: center;
    position: relative;
    font-size: 1.14286rem;
    text-decoration: none !important
}

.sContent__homeLink:before {
    content: "";
    bottom: -7px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 2.5rem;
    height: 1px;
    background-color: #3f4443;
    -webkit-transition: all .36s;
    transition: all .36s
}

.sContent__homeLink:hover:before {
    width: 5rem;
    opacity: 0;
    bottom: 0
}

.accardion-toggle-js {
    cursor: pointer
}

.lookbookItem {
    display: block;
    text-decoration: none !important;
    height: calc(100% - 40px);
    margin-bottom: 2.85714rem
}

.lookbookItem__imgWrap {
    background: #fff;
    padding-top: 150.37037%;
    margin-bottom: .57143rem
}

.sFilter__block {
    padding-bottom: 2rem;
    margin-bottom: 2.85714rem
}

.sFilter__block:not(:last-child) {
    border-bottom: 1px solid rgba(27, 31, 31, .3)
}

.sFilter__title {
    font-weight: 300;
    margin-bottom: .92857rem
}

.sFilter__discharge {
    border: none;
    background-color: transparent;
    text-decoration: underline;
    padding-left: 0;
    margin-bottom: 1.14286rem
}

.sFilter__discharge:hover {
    text-decoration: none
}

.sFilter__topLine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.21429rem 1.78571rem;
    margin-bottom: 1.42857rem;
    border-bottom: 1px solid rgba(115, 124, 123, .3)
}

.sFilter__topLine .catalogItem__oldPrice,
.sFilter__topLine .catalogItem__price,
.sFilter__topLine .h6,
.sFilter__topLine .lookbookItem__text {
    margin-bottom: 0
}

.sFilter .toggle-filter--js {
    width: 25px;
    height: 25px;
    position: relative
}

.sFilter .toggle-filter--js:after,
.sFilter .toggle-filter--js:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    width: 25px;
    height: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #3f4443
}

.sFilter .toggle-filter--js:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sFilter__buttons {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -9px;
    margin-right: -9px;
    padding-left: 1.71429rem;
    padding-right: 1.71429rem;
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #c7c7c7;
}

.sFilter__btn {
    width: 100%;
    margin-left: 9px;
    margin-right: 9px
}

.sImg {
    --sPT: 0rem;
    --sPB: 0.71429rem
}

.sImg__imgWrap {
    background: #fff;
    padding-top: 100%
}

.sImg__item {
    padding-bottom: 1.07143rem
}

.sImg__single .sImg__imgWrap,
.sImg__singleSm .sImg__imgWrap {
    padding-top: 55.20833%
}

.sInstagramm {
    --sPT: 1.28571rem;
    --sPB: 2.85714rem;
    --sTPB: 0
}

.sInstagramm__container {
    position: relative;
    z-index: 1
}

.sInstagramm__container:after {
    width: 100vw;
    height: 102%;
    position: absolute;
    z-index: 2;
    background-color: #efeae6;
    right: calc(100% - 16px);
    top: -1%
}

.sInstagramm__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sInstagramm__title-col {
    position: relative;
    z-index: 3;
    background-color: #efeae6;
    width: 100%;
    margin-bottom: 3.42857rem
}

.sInstagramm__title-col:after,
.sInstagramm__title-col:before {
    position: absolute;
    background-color: #efeae6;
    z-index: 3;
    width: 100%;
    height: 4px;
    left: 0
}

.sInstagramm__title-col:after {
    top: -2px
}

.sInstagramm__title-col:before {
    bottom: -2px
}

.sInstagramm .section-title {
    max-width: 233px;
    margin: 0 auto;
    text-align: center
}

.sInstagramm .section-title .h2,
.sInstagramm .section-title .sNew--bread .h1,
.sInstagramm .section-title .sNew--bread h1,
.sInstagramm .section-title h2,
.sNew--bread .sInstagramm .section-title .h1,
.sNew--bread .sInstagramm .section-title h1 {
    font-family: Forum;
    font-weight: 400;
    line-height: 1;
    margin-bottom: .57143rem;
    font-size: 36px
}

.sInstagramm .section-title p {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 2.35714rem;
    max-width: 195px;
    margin-left: auto;
    margin-right: auto
}

.sInstagramm__slider-col {
    position: relative;
    z-index: 1;
    width: 100%
}

.sInstagramm__slider .swiper-container {
    overflow: visible !important
}

.sInstagramm__slider .swiper-slide {
    height: auto;
    width: 38.4vw;
    min-width: 144px;
    max-width: 240px
}

.sInstagramm__img {
    padding-top: 100%
}

.sItemsSlider {
    position: relative;
    --sPT: 1.21429rem;
    --sPB: 2.85714rem;
    --sTPB: 2.28571rem
}

.sItemsSlider .section-title .h2,
.sItemsSlider .section-title .sNew--bread .h1,
.sItemsSlider .section-title .sNew--bread h1,
.sItemsSlider .section-title h2,
.sNew--bread .sItemsSlider .section-title .h1,
.sNew--bread .sItemsSlider .section-title h1 {
    font-size: 1.71429rem;
    margin-bottom: 0
}

.sNew {
    --sPT: 1.21429rem;
    --sPB: 2.85714rem;
    --sTPB: 0
}

.sNew__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sNew__title-col {
    position: relative;
    z-index: 3;
    background-color: #efeae6;
    width: 100%;
    margin-bottom: 3.42857rem
}

@media (max-width:480px) {
    .sNew__title-col {
        margin-bottom: 1.5rem
    }
}

.sNew .section-title {
    max-width: 190px;
    margin: 0 auto;
    text-align: center
}

.sNew .section-title .h2,
.sNew .section-title .sNew--bread .h1,
.sNew .section-title .sNew--bread h1,
.sNew .section-title h2,
.sNew--bread .sNew .section-title .h1,
.sNew--bread .sNew .section-title h1 {
    font-family: Forum;
    font-weight: 400;
    line-height: 1;
    margin-bottom: .57143rem
}

.sNew .section-title p {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 2.35714rem
}

.sNew__slider-col {
    position: relative;
    z-index: 1;
    width: 100%
}

.sNew__slider.five-slided .swiper-container {
    overflow: visible !important
}

.sNew__slider.five-slided .swiper-slide {
    width: 195px
}

.sNew__slider .swiper-container {
    position: relative;
    overflow: visible !important
}

.sNew__slider .swiper-slide {
    height: auto;
    width: 195px
}

.sNew__slider .new-next {
    background-color: rgba(239, 234, 230, .5);
    right: 0;
    top: 106px;
    -webkit-transform: none;
    transform: none;
    left: unset;
    width: 50px;
    height: 50px
}

.sNew__slider .new-next:hover {
    background-color: #efeae6
}

.sNew__slide-content {
    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
}

.sNew__slide-content span {
    display: block
}

.sNew__slide-img {
    padding-top: 100%;
    margin-bottom: .57143rem
}
@media (max-width:768px){
    .sNew__slide-img{
        margin-bottom: 5px;
    }
}

.sNew__name {
    color: #1b1f1f;
    font-size: 1.03571rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 3px;
    /* margin-bottom: .57143rem */
}
@media (max-width:768px){
    .sNew__name{
        font-size: 12px;
    }
}

.sNew__name:hover {
    color: #000
}

.sNew__descr {
    margin-bottom: .71429rem;
    line-height: 1.2
}

.sNew__descr span {
    display: inline !important;
    color: #3f4443;
    font-size: 1.03571rem
}

.sNew__descr span:first-child:after {
    display: inline-block;
    content: "/";
    margin: 0 5px
}

.sNew__descr span:last-child {
    color: #737c7b
}

.sNew__price {
    margin-top: auto;
    color: #3f4443;
    font-size: 1.14286rem;
    line-height: 1.3;
    text-transform: uppercase
}
@media (max-width:768px){
    .sNew__price{
        font-size: 12px;
    }
}

.sNew--bread .section-title {
    max-width: 14.28571rem
}

@media (max-width:480px) {
    .sNew--bread .section-title {
        max-width: 90%;
        text-align: left;
        margin: 0 0 2.5rem
    }
}

.sNew--bread span.catalogItem__oldPrice,
.sNew--bread span.catalogItem__price,
.sNew--bread span.h6,
.sNew--bread span.lookbookItem__text {
    color: #3f4443
}

.sNew--bread span.catalogItem__oldPrice:after,
.sNew--bread span.catalogItem__price:after,
.sNew--bread span.h6:after,
.sNew--bread span.lookbookItem__text:after {
    content: none
}

.sProdCard {
    --sTPB: 0;
    --sPT: 2.85714rem;
    --sPB: 1.71429rem
}

.sProdCard .breadcrumb-cont {
    margin-bottom: 8px
}

.sProdCard__main-row {
    margin-bottom: 7.85714rem
}

.sProdCard__slider-col {
    margin-bottom: 2.28571rem
}

.sProdCard__slider {
    width: 100%;
    margin-bottom: 9px
}

.sProdCard__slider .swiper-slide {
    height: auto
}

.sProdCard__slide-link {
    padding-top: 100%
}

.sProdCard__thumb {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.sProdCard__thumb .swiper-container {
    height: 100%
}

.sProdCard__thumb .swiper-slide {
    cursor: pointer;
    width: calc(33.33333% - 4px)
}

.sProdCard__thumb .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid #3f4443
}

.sProdCard__thumb-img {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 136.11111%;
    height: 0;
 /*   background-color: #000;*/
    overflow: hidden
}

.sProdCard__thumb-img:hover img {
    /* opacity: .8;
    -webkit-transform: scale(1.1);
    transform: scale(1.1) */
}

.sProdCard__thumb-img img {
    -webkit-transition: all .36s;
    transition: all .36s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /*  height: 100%;
  -o-object-fit: cover;
    object-fit: cover*/
}

.sProdCard__prod-name {
    font-family: Forum;
    font-weight: 400;
    line-height: 1
}

.sProdCard__brend-links {
    margin-bottom: .57143rem
}

.sProdCard__brend-links a {
    -webkit-transition: all .36s;
    transition: all .36s;
    font-size: 1.14286rem;
    line-height: 1;
    text-decoration: underline
}

.sProdCard__brend-links a:hover {
    text-decoration: none
}

.sProdCard__brend-links a:first-child {
    color: #3f4443
}

.sProdCard__brend-links a:first-child:hover {
    color: #1b1f1f
}

.sProdCard__brend-links a:first-child:after {
    display: inline-block;
    vertical-align: baseline;
    content: "/";
    margin: 0 4px
}

.sProdCard__brend-links a:last-child {
    color: #737c7b
}

.sProdCard__brend-links a:last-child:hover {
    color: #3f4443
}

.sProdCard__article-txt {
    margin-bottom: 2.07143rem
}

.sProdCard__article-txt span {
    color: #737c7b;
    font-size: 1.07143rem;
    line-height: 1;
    text-align: left
}

.sProdCard__short-desc {
    color: #3f4443;
    font-size: 1.01429rem;
    line-height: 1.5;
    margin-bottom: .57143rem
}

.sProdCard__tags {
    margin-bottom: 2.28571rem
}

.sProdCard__tags a {
    color: #3f4443;
    text-decoration: underline;
    font-size: 1rem;
    line-height: 1.5
}

.sProdCard__tags a:hover {
    color: #1b1f1f;
    text-decoration: none
}

.sProdCard__tags a:after {
    content: ",";
    text-decoration: none !important;
    margin: 0 4px
}

.sProdCard__tags a:last-child:after {
    content: none
}

.sProdCard__price {
    color: #3f4443;
    font-size: 1.14286rem;
    text-transform: uppercase;
    margin-bottom: .92857rem
}

.sProdCard__btns-cont {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 3.42857rem
}

.sProdCard__btns-cont.active-controls .sProdCard__minus-btn,
.sProdCard__btns-cont.active-controls .sProdCard__plus-btn {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.sProdCard__cart-btn {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 19px 15px;
    border-radius: .28571rem
}

.sProdCard__cart-btn .icon {
    font-size: 14px;
    color: #efeae6;
    margin-right: 9px;
}

.sProdCard__cart-btn span {
    font-size: 1.14286rem;
    line-height: 1.5
}

.sProdCard__cart-btn--preorder {
    background-color: transparent;
    color: #3f4443
}

.sProdCard__cart-btn--preorder .icon {
    -webkit-transition: all .36s;
    transition: all .36s;
    color: #3f4443
}

.sProdCard__cart-btn--preorder:hover {
    background-color: #3f4443;
    color: #efeae6
}

.sProdCard__cart-btn--preorder:hover .icon {
    color: #efeae6
}

.sProdCard__minus-btn,
.sProdCard__plus-btn {
    position: absolute;
    top: 0;
    -webkit-transition: all .36s;
    transition: all .36s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border: none !important;
    background-color: #737c7b;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.57143rem;
    height: 4.57143rem
}

.sProdCard__minus-btn:hover,
.sProdCard__plus-btn:hover {
    background-color: #697171
}

.sProdCard__minus-btn:after,
.sProdCard__minus-btn:before,
.sProdCard__plus-btn:after,
.sProdCard__plus-btn:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #efeae6
}

.sProdCard__minus-btn:before,
.sProdCard__plus-btn:before {
    content: "";
    width: 12px;
    height: 1.2px
}

.sProdCard__minus-btn:after,
.sProdCard__plus-btn:after {
    width: 1.2px;
    height: 12px
}

.sProdCard__minus-btn {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    border-radius: .28571rem 0 0 .28571rem;
    left: 0
}

.sProdCard__plus-btn {
    right: 0;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    border-radius: 0 .28571rem .28571rem 0
}

.sProdCard__plus-btn:after {
    content: ""
}

.sProdCard__title {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.14286rem
}

.sProdCard__title .icon {
    font-size: 10px;
    margin-right: 2.14286rem;
    color: transparent;
    stroke: #3f4443;
    stroke-width: .5px
}

.sProdCard__title span {
    font-family: Forum;
    font-size: 1.28571rem;
    font-weight: 400;
    line-height: 1
}

.sProdCard__dd-content {
    display: none;
    margin-bottom: 2.28571rem
}

.sProdCard__dd-content.active {
    display: block
}

.sProdCard__dd-default {
    font-size: 1rem;
    line-height: 1.5;
    color: #3f4443
}

.sProdCard__char-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 1.14286rem
}

.sProdCard__char-item span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1rem;
    line-height: 1.5
}

.sProdCard__char-item span:first-child {
    width: 149px
}

.sProdCard__descr-row {
    margin-bottom: 32px
}

.sProdCard__ld-col {
    margin-bottom: 2.28571rem
}

.sProdCard__ld-content {
    font-size: 1.6rem;
    line-height: 1.48
}

.sProdCard__rd-content {
    font-size: 1.28571rem;
    line-height: 1.5
}

.sProdCard__v-col:not(:last-child) {
    margin-bottom: 1.42857rem
}

.sProdCard__v-img {
    padding-top: 82.56881%
}

.sProdCard__video-link {
    display: block;
    position: relative
}

.sProdCard__video-link:after {
    -webkit-transition: all .36s;
    transition: all .36s;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #efeae6;
    border-style: solid;
    border-width: 25px 0 25px 40px
}

.sProdCard__video-link-img {
    padding-top: 82.56881%
}

.sSafe {
    --sTPB: 0;
    --sPB: 0;
    --sPT: 2.85714rem
}

.sSafe__content {
    border-top: 1px solid rgba(115, 124, 123, .3);
    border-bottom: 1px solid rgba(115, 124, 123, .3);
    padding: 65px 0 31px
}

.sSafe__row {
    margin-left: auto;
    margin-right: auto
}

.sSafe__col {
    margin-bottom: 3.28571rem
}

.sSafe__col-content {
    text-align: center;
    max-width: 220px;
    margin: 0 auto
}

.sSafe__title {
    display: block;
    color: #1b1f1f;
    text-decoration: underline;
    font-size: 1rem;
    line-height: 1.1;
    margin-bottom: 1.28571rem
}

.sSafe__title:hover {
    color: #3f4443;
    text-decoration: none
}

.sSafe__txt {
    font-size: .85714rem
}

.sZones {
    --sPT: 3.71429rem;
    --sPB: 2.85714rem;
    --sTPB: 3.21429rem
}

.sZones .section-title>:last-child {
    margin-bottom: 0
}

.sZones__row {
    display: grid;
    grid-column-gap: 24px;
    grid-row-gap: 24px
}

.sZones__item {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    padding-top: 76.4526%
}

.sZones__item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.sZones__item:hover .sZones__txt {
    color: #fff;
    background-color: rgba(0, 0, 0, .5)
}

.sZones__item span {
    display: block
}

.sZones__img {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.sZones__img img {
    -o-object-fit: cover;
    object-fit: cover
}

.sZones__img img,
.sZones__txt {
    -webkit-transition: all .36s;
    transition: all .36s;
    width: 100%;
    height: 100%
}

.sZones__txt {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, .3);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -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;
    color: #efeae6;
    font-size: 1.71429rem
}

.toggle-menu-mobile {
    display: block;
    height: 1.71429em;
    position: relative;
    color: #3f4443;
    font-size: 32px
}

.toggle-menu-mobile.on {
    color: #fff
}

.toggle-menu-mobile span:after,
.toggle-menu-mobile span:before {
    content: "";
    position: absolute;
    left: 0
}

.toggle-menu-mobile span {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto
}

.toggle-menu-mobile span:before {
    top: .28571em
}

.toggle-menu-mobile span:after {
    bottom: .28571em
}

.toggle-menu-mobile span {
    display: block
}

.toggle-menu-mobile span,
.toggle-menu-mobile span:after,
.toggle-menu-mobile span:before {
    width: 1em;
    height: .14286em;
    background-color: currentColor;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 6px
}

.toggle-menu-mobile.on span {
    background-color: transparent
}

.toggle-menu-mobile.on span:after,
.toggle-menu-mobile.on span:before {
    top: 0;
    bottom: 0;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.toggle-menu-mobile.on span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.toggle-menu-mobile.on span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.menu-mobile {
    position: fixed !important;
    z-index: 999;
    max-width: 85%;
    height: 101vh;
    width: 280px;
    top: 0;
    right: 0;
    -webkit-transform: translate(120%);
    transform: translate(120%);
    -webkit-transition: all .6s;
    transition: all .6s;
    will-change: transform
}

.menu-mobile__inner {
    background-color: #c3c3c3;
    padding: 5% 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%
}

.menu-mobile.active {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.menu-mobile.active .toggle-menu-mobile {
    opacity: 1
}

.menu-mobile .toggle-menu-mobile {
    cursor: pointer;
    margin-left: -15%;
    position: absolute;
    opacity: 0;
    left: 0;
    right: auto;
    color: #fff;
    top: 10px;
    z-index: 9999;
    background-color: transparent
}

.menu-mobile .toggle-menu-mobile span,
.menu-mobile .toggle-menu-mobile span:after,
.menu-mobile .toggle-menu-mobile span:before {
    background-color: #fff
}

.menu-mobile .toggle-menu-mobile.on {
    opacity: 1
}

.menu-mobile .toggle-menu-mobile.on span {
    background-color: transparent
}

.menu-mobile ul {
    position: relative
}

.menu-mobile li {
    display: block;
    margin: 0;
    border-top: 1px solid hsla(0, 0%, 100%, .13)
}

.menu-mobile li a {
    padding: 10px;
    display: block
}

.top-nav {
    font-weight: 400;
    position: relative;
    background-color: #efeae6;
    z-index: 12
}

.top-nav__top-strip {
    background-color: #1b1f1f;
    height: 30px;
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
    left: 0
}

.top-nav__top-container {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.top-nav__tell,
.top-nav__top-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.top-nav__tell {
    position: absolute;
    height: 100%;
    width: auto;
    right: 15px;
    top: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #efeae6;
    font-weight: 300;
    line-height: 1
}

.top-nav__tell:hover {
    color: #fff;
    text-shadow: 0 0 1px hsla(0, 0%, 100%, .6)
}

.top-nav__btn{
    position: absolute;
    top: 6px;
    left: 15px;
    padding: 3px 5px;
    color: white;
    border-radius: 2px;
    background: #737C7B;
    font-size: 12px;
    line-height: 100%;
}
.top-nav__btn:hover{
    color: white;
    filter: brightness(1.1);
}
.top-nav__mob-btn{
    display: inline-block;
    padding: 5px 10px;
    color: white;
    border-radius: 2px;
    background: #737C7B;
    font-size: 12px;
    line-height: 115%;
}
.top-nav__mob-btn:hover{
    color: white;
}

.top-nav .navMenu {
    list-style: none;
    padding: 0;
    margin: 0;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.top-nav .navMenu__item {
    margin-right: 1.42857rem
}

.top-nav .navMenu__item:last-child {
    margin-right: 0
}

.top-nav .navMenu__link {
    -webkit-transition: all .36s;
    transition: all .36s;
    display: block;
    font-size: .85714rem;
    line-height: 2.14286rem;
    font-weight: 300;
    color: #f2ede7;
    text-decoration: none
}

.top-nav .navMenu__link:hover {
    color: #fff;
    text-shadow: 0 0 1px hsla(0, 0%, 100%, .6)
}

.top-nav__logo-strip {
    border-bottom: 1px solid rgba(115, 124, 123, .3);
    position: relative;
    height: 53px
}

.top-nav__search-strip {
    -webkit-transition: all .36s;
    transition: all .36s;
    background-color: #efeae6;
    position: absolute;
    z-index: 2;
    /* top: calc(100% + 1px); */
    top: 100%;
    left: 0;
    width: 100%;
    /* border-bottom: 1px solid rgba(115, 124, 123, .5); */
    -webkit-transform-origin: top;
    transform-origin: top;
    /* -webkit-transform: scaleY(0);
    transform: scaleY(0) */
    visibility: hidden;
    opacity: 0;
    z-index: 100;
}

.top-nav__search-strip.active {
    /* -webkit-transform: scaleY(1);
    transform: scaleY(1) */
    visibility: visible;
    opacity: 1;
}
.y_navSearch .form-wrap{
    padding: var(--space_6) 0;
    background: #efeae6;
    width: 100%;
    background: #efeae6;
}
.y_navSearch.active .y_navSearch__overflow{
    width:100vw;
    height:100vh;
    position:absolute;
    top:0;
    left:0;
    background:#0000006e;
    z-index: -1;
}
.y_navSearch__search{
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 5px;
    background: #F8F5F0;
    padding-left: var(--space_4);
    overflow: hidden;
}
.y_navSearch__search:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.90906 2C5.93814 2 4.98903 2.28791 4.18174 2.82733C3.37444 3.36674 2.74524 4.13343 2.37368 5.03045C2.00213 5.92746 1.90491 6.91451 2.09433 7.86677C2.28375 8.81904 2.75129 9.69375 3.43783 10.3803C4.12438 11.0668 4.99909 11.5344 5.95135 11.7238C6.90362 11.9132 7.89067 11.816 8.78768 11.4444C9.6847 11.0729 10.4514 10.4437 10.9908 9.63639C11.5302 8.8291 11.8181 7.87998 11.8181 6.90906C11.818 5.60712 11.3008 4.35853 10.3802 3.43792C9.45959 2.51731 8.211 2.00008 6.90906 2Z' stroke='%233F4443' stroke-miterlimit='10'/%3E%3Cpath d='M10.5703 10.5716L13.9987 14' stroke='%233F4443' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    width: 1.2em;
    height: 1.2em;
    margin-top: -1px;
    flex-shrink: 0;
}
.y_navSearch__search .form-wrap__input-wrap{
    width: 100%;
}
.y_navSearch__search .y_navSearch__searchInput{
    width: 100%;
    line-height: 100%;
    border:none;
    border-radius: 5px;
    background: #F8F5F0;
    padding: var(--space_4) var(--space_4) var(--space_4) var(--space_2);
}
.y_navSearch__search .y_navSearch__searchInput{
    outline:none;
}

.top-nav__search-strip .form-wrap {
    /* padding: 26px 0 32px;
    max-width: calc(100% - 100px);
    min-width: 274px;
    margin: 0 auto */
}

.top-nav__search-strip .form-wrap form {
    position: relative
}

.top-nav__search-strip .form-wrap__input {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    font-size: 10.3px;
    /* padding: 6px 0; */
    height: auto;
    min-height: 0
}

.top-nav__search-strip .form-wrap__input:focus {
    -webkit-box-shadow: 0 5px 5px -5px rgba(63, 68, 67, .6);
    box-shadow: 0 5px 5px -5px rgba(63, 68, 67, .6)
}

.top-nav__search-strip .form-wrap__btn {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background-color: transparent !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px 15px
}

.top-nav__search-strip .form-wrap__btn button {
    display: none
}

.top-nav__search-strip .form-wrap__btn:hover .icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.top-nav__search-strip .form-wrap__btn:hover span {
    color: #1b1f1f
}

.top-nav__search-strip .form-wrap__btn .icon {
    -webkit-transition: all .36s;
    transition: all .36s;
    font-size: 1rem
}

.top-nav__search-strip .form-wrap__btn span {
    font-size: 1.14286rem;
    display: none;
    -webkit-transition: all .36s;
    transition: all .36s;
    color: #3f4443
}

.top-nav__logo-container {
    padding: .28571rem 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.top-nav__burger-btn,
.top-nav__logo-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.top-nav__burger-btn {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding: 0 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.top-nav__burger-btn:after,
.top-nav__burger-btn:before {
    -webkit-transition: all .36s;
    transition: all .36s;
    content: "";
    display: block;
    width: 25px;
    height: 1px;
    background: #3f4443
}

.top-nav__burger-btn:before {
    margin-bottom: .35714rem
}

.top-nav__burger-btn.active:before {
    margin-bottom: 0;
    -webkit-transform: rotate(-45deg) translateY(.5px);
    transform: rotate(-45deg) translateY(.5px)
}

.top-nav__burger-btn.active:after {
    -webkit-transform: rotate(45deg) translateY(-.5px);
    transform: rotate(45deg) translateY(-.5px)
}

.top-nav__logo {
    width: 127px;
    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-nav__logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.top-nav__search-cart {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.top-nav__search-btn {
    padding: 5px;
    position: relative;
    cursor: pointer;
}
@media (max-width:1024px){
    .top-nav__search-btn{
        padding: 10px;
    }
}

.top-nav__search-btn .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all .36s;
    transition: all .36s;
    font-size: 1rem;
    color: #3f4443
}

.top-nav__search-btn .icon:first-child {
    -webkit-transform: scale(1) translateX(-50%) translateY(-50%);
    transform: scale(1) translateX(-50%) translateY(-50%);
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.top-nav__search-btn .icon:last-child {
    -webkit-transform: scale(0) translateX(-50%) translateY(-50%);
    transform: scale(0) translateX(-50%) translateY(-50%);
    -webkit-transform-origin: right center;
    transform-origin: right center
}

.top-nav__search-btn:hover .icon {
    font-size: 1.14286rem;
    color: #000
}

.top-nav__search-btn.active .icon:first-child {
    -webkit-transform: scale(0) translateX(-50%) translateY(-50%);
    transform: scale(0) translateX(-50%) translateY(-50%)
}

.top-nav__search-btn.active .icon:last-child {
    -webkit-transform: scale(1) translateX(-50%) translateY(-50%);
    transform: scale(1) translateX(-50%) translateY(-50%)
}

.top-nav__cart-btn {
    padding: 15px 24px 15px 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3f4443
}

.top-nav__cart-btn .icon {
    font-size: 18px;
    -webkit-transition: all .36s;
    transition: all .36s;
    margin-right: .42857rem
}

.top-nav__cart-btn:hover {
    color: #000
}

.top-nav__cart-btn span {
    font-weight: 300;
    font-size: .85714rem
}

.top-nav__pop-up-menu {
    background-color: #efeae6;
    position: fixed;
    z-index: 99;
    top: 53px;
    left: 0;
    height: calc(100vh - 53px);
    width: 100%;
    -webkit-transform: translateX(-110vw);
    transform: translateX(-110vw);
    -webkit-transition: all .36s;
    transition: all .36s
}

.top-nav__pop-up-menu.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.top-nav__mob-tell {
    display: block;
    width: 100%;
    padding: 13px 24px;
    font-size: 14px;
    line-height: 1;
    font-weight: 300;
    color: #efeae6;
    background-color: #3f4443
}

.top-nav__mob-tell:hover {
    color: #efeae6 !important
}

#bx_2335181978_113 .pop-up-link-js {
    color: #9b5a25;
    font-weight: 600
}

.top-nav__pop-up-cont>ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.top-nav__pop-up-cont>ul>li>a {
    display: block;
    cursor: pointer;
    font-size: .85714rem;
    line-height: 1.58333;
    padding: 18px 24px;
    border-bottom: 1px solid #d5cec3;
    color: #3f4443;
    position: relative
}

.top-nav__pop-up-cont>ul>li>a:hover {
    color: #000
}

.top-nav__pop-up-cont>ul>li:last-child {
    margin-right: 0
}

.top-nav__pop-up-cont>ul>li:last-child>a {
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.top-nav__pop-up-cont>ul>li:last-child>a:after {
    content: "";
    width: 15px;
    height: 14px;
    background-image: url(../img/svg/wheat.svg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: contain
}

.top-nav__pop-up-cont>ul.active>li>a.active:before {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.top-nav__mob-menu {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 16px 24px 32px 16px;
    background-color: #3f4443
}

.top-nav__mob-menu .navMenu {
    display: block
}

.top-nav__inner-pop {
    background-color: #efeae6;
    width: 100%;
    height: auto;
    -webkit-transform-origin: top;
    transform-origin: top
}

.yadoma-c {
    padding: 1.07143rem 2.14286rem
}

.yadoma-c__container {
    max-width: 70rem;
    margin: 0 auto;
    height: 450px;
    overflow-y: scroll;
    overflow-x: hidden
}

.yadoma-c__title {
    font-family: Forum;
    line-height: 1;
    margin-bottom: 1.07143rem
}

.yadoma-c__top-items-cont {
    margin-bottom: 2.42857rem;
    position: relative
}

.yadoma-c__top-items-cont:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 68px);
    height: 1px;
    background-color: rgba(115, 124, 123, .3)
}

.yadoma-c__top-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.yadoma-c__item {
    padding-bottom: 2.42857rem;
    width: calc(50% - 8px)
}

.yadoma-c__img-inner {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 62.5%;
    margin-bottom: 1.14286rem;
    background-color: #000;
    overflow: hidden
}

.yadoma-c__img-inner:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .8
}

.yadoma-c__img-inner img {
    -webkit-transition: all .36s;
    transition: all .36s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.yadoma-c__i-title {
    color: #1b1f1f;
    font-family: Forum;
    font-size: 1.28571rem;
    margin-bottom: 1.14286rem
}

.yadoma-c__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.yadoma-c__list li {
    margin-bottom: .85714rem
}

.yadoma-c__list li a {
    display: block;
    color: #3f4443;
    font-weight: 300;
    line-height: 1
}

.yadoma-c__list li a:hover {
    color: #000;
    text-decoration: underline
}

.yadoma-c__list li:last-child {
    margin-bottom: 0
}

.yadoma-c__bot-row {
    padding-bottom: 4.28571rem
}

.yadoma-c__bot-col {
    margin-bottom: 2.14286rem
}

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

.yadoma-c__bot-item a {
    display: block;
    color: #3f4443
}

.yadoma-c__bot-item a:hover {
    color: #1b1f1f
}

.yadoma-c__bot-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1.14286rem;
    width: 110px;
    display: block
}

.yadoma-c__bot-img span {
    display: block
}

.yadoma-c__bot-txt {
    color: #3f4443;
    font-weight: 300;
    line-height: 1.1
}

.customs-scroll::-webkit-scrollbar,
.yadoma-c__top-items::-webkit-scrollbar {
    width: 4px
}

.customs-scroll::-webkit-scrollbar-track,
.yadoma-c__top-items::-webkit-scrollbar-track {
    border-radius: 10px
}

.customs-scroll::-webkit-scrollbar-thumb,
.yadoma-c__top-items::-webkit-scrollbar-thumb {
    background: #c4c4c4;
    border-radius: 0
}

.customs-scroll::-webkit-scrollbar-thumb:hover,
.yadoma-c__top-items::-webkit-scrollbar-thumb:hover {
    background: #b7b7b7
}

.part-5__row {
    --bs-gutter-x: 48px;
    margin-left: calc(var(--bs-gutter-x)*-1/2);
    margin-right: calc(var(--bs-gutter-x)*-1/2);
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.part-5__row>* {
    padding-left: calc(var(--bs-gutter-x)/2);
    padding-right: calc(var(--bs-gutter-x)/2)
}

.part-5__img {
    padding-top: 100%
}

.part-5__img-descr {
    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
}

.part-5__i-d-txt {
    margin-bottom: .57143rem
}

.part-5__i-d-txt,
.part-5__watch-link {
    color: #3f4443;
    font-weight: 300;
    line-height: 1
}

.part-5__watch-link {
    text-decoration: underline
}

.part-5__watch-link:hover {
    text-decoration: none;
    color: #1b1f1f
}

.part-5__title {
    position: relative;
    padding: 17px 30px;
    border-bottom: 1px solid #737c7b
}

.part-5__title.active:before {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.part-5__list {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0
}

.part-5__list.active {
    display: block
}

.part-5__list li a {
    padding: 18px 30px;
    border-bottom: 1px solid #737c7b;
    position: relative;
    display: block;
    color: #3f4443;
    font-weight: 300;
    text-align: left
}

.part-5__list li a:hover {
    color: #1b1f1f;
    text-decoration: underline
}

.before-chevron-frame:before,
.footer__title:before,
.part-5__title:before,
.top-nav__pop-up-cont>ul>li>a.pop-up-link-js:before {
    -webkit-transition: all .36s;
    transition: all .36s;
    content: "";
    width: 12px;
    height: 6px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 24px;
    background-image: url(../img/svg/chevron-down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }

    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .col-sm-auto,
    .row-cols-sm-auto>* {
        width: auto
    }

    .col-sm-1,
    .col-sm-auto,
    .row-cols-sm-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-2,
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-4,
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-6,
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-8,
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-10,
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }

    .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column,
    .flex-sm-row {
        -webkit-box-direction: normal !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-0 {
        margin-right: 0 !important
    }

    .mr-sm-1 {
        margin-right: .25rem !important
    }

    .mr-sm-2 {
        margin-right: .5rem !important
    }

    .mr-sm-3 {
        margin-right: 1rem !important
    }

    .mr-sm-4 {
        margin-right: 1.5rem !important
    }

    .mr-sm-5 {
        margin-right: 3rem !important
    }

    .mr-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-0 {
        margin-left: 0 !important
    }

    .ml-sm-1 {
        margin-left: .25rem !important
    }

    .ml-sm-2 {
        margin-left: .5rem !important
    }

    .ml-sm-3 {
        margin-left: 1rem !important
    }

    .ml-sm-4 {
        margin-left: 1.5rem !important
    }

    .ml-sm-5 {
        margin-left: 3rem !important
    }

    .ml-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-0 {
        padding-right: 0 !important
    }

    .pr-sm-1 {
        padding-right: .25rem !important
    }

    .pr-sm-2 {
        padding-right: .5rem !important
    }

    .pr-sm-3 {
        padding-right: 1rem !important
    }

    .pr-sm-4 {
        padding-right: 1.5rem !important
    }

    .pr-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-0 {
        padding-left: 0 !important
    }

    .pl-sm-1 {
        padding-left: .25rem !important
    }

    .pl-sm-2 {
        padding-left: .5rem !important
    }

    .pl-sm-3 {
        padding-left: 1rem !important
    }

    .pl-sm-4 {
        padding-left: 1.5rem !important
    }

    .pl-sm-5 {
        padding-left: 3rem !important
    }

    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }

    .breadcrumb-cont--has-p {
        padding: 1.42857rem 0
    }

    .footer {
        padding: 63px 0 30px
    }

    .footer__col,
    .footer__item {
        margin-bottom: 2.5rem
    }

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

    .footer__title {
        padding: 0
    }

    .footer__title:before {
        content: none
    }

    .footer__title {
        border-bottom: 0;
        margin-bottom: 1.42857rem;
        pointer-events: none
    }

    .footer__list {
        display: block !important
    }

    .footer__list li {
        margin-bottom: .85714rem
    }

    .footer__list a {
        display: inline-block;
        border: none;
        padding: 0
    }

    .footer__subscribe {
        padding: 0
    }

    .headerBlock {
        --sPT: 2.28571rem;
        --sPB: 1.71429rem;
        --sTPB: 0
    }

    .headerBlock__slider {
        padding: 3.57143rem 0 2.85714rem;
        width: 330px
    }

    .headerBlock__slider .header-pugin {
        top: 330px;
        padding: 16px 10px 8px
    }

    .headerBlock__slider .header-pugin .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 8px 8px
    }

    .headerBlock__slider .header-prev {
        right: calc(100% - 35px)
    }

    .headerBlock__slider .header-next {
        left: calc(100% - 35px)
    }

    .headerBlock__slide-descr {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: left
    }

    .headerBlock__txt {
        margin-bottom: 0
    }

    .headerBlock__watch-txt {
        margin-right: 10px
    }

    .sAdvantage__content {
        padding: 4.85714rem 0
    }

    .sAdvantage__col-content {
        max-width: 200px
    }

    .sBrends__img-col {
        max-width: 327px
    }

    .sBrends__img {
        padding-top: 56%
    }

    .sBrends__descr {
        max-width: 409px
    }

    .sBrends__descr p {
        line-height: 1.4;
        margin-bottom: 1.14286rem
    }

    .sCart__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: 2.85714rem
    }

    .sCart__top-price {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        max-width: 50%;
        text-align: right;
        margin-right: 2.28571rem;
        margin-bottom: 0
    }

    .sCart__btn {
        min-width: 300px
    }

    .sCart__nav {
        padding: 1.42857rem 2.14286rem
    }

    .sCart__img-box {
        width: 150px
    }

    .sCart__name-box {
        width: calc(100% - 166px)
    }

    .sCart__price-per-box {
        width: 33.33333%
    }

    .sCart__price-per {
        font-size: 1.14286rem
    }

    .sCart__pr-per-txt {
        font-size: 1rem
    }

    .sCart__controll-box,
    .sCart__result-box {
        width: 33.33333%
    }

    .sCart__result-pr {
        font-size: 1.14286rem
    }

    .sCart__old-price {
        font-size: 1rem
    }

    .catalogItem__btn,
    .catalogItem__btnWrap {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .sCheckout__step-name:before {
        font-size: 1.28571rem
    }

    .sCheckout__step-name span {
        font-size: 1.17857rem
    }

    .goods__item {
        padding-bottom: 1.14286rem
    }

    .goods__img-box {
        margin-right: 1.42857rem
    }

    .goods__data {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .goods__name-box {
        width: 180px;
        margin-bottom: 0
    }

    .goods__amount-box {
        position: static;
        top: unset;
        right: unset;
        margin: 0 .71429rem;
        width: 40px
    }

    .goods__result-box {
        text-align: right
    }

    .goods__result-pr {
        font-size: 1.14286rem
    }

    .goods__old-price {
        font-size: 1rem
    }

    .customer .form-wrap__inputs-box,
    .js-order .form-wrap__inputs-box {
        padding-bottom: 3.42857rem;
        margin-bottom: 2.28571rem
    }

    .customer .form-wrap__btn-cont,
    .js-order .form-wrap__btn-cont {
        padding-top: 1.14286rem
    }

    .sImg__item {
        padding-bottom: 2.14286rem
    }

    .sProdCard__thumb .swiper-slide {
        width: calc(25% - 4.5px)
    }

    .sProdCard__minus-btn,
    .sProdCard__plus-btn {
        width: 4.42857rem
    }

    .top-nav__search-strip .form-wrap__input {
        font-size: 1.17857rem;
        /* padding: .35714rem */
    }

    .yadoma-c__top-items {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .yadoma-c__bot-img {
        width: 160px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }

    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .col-md-auto,
    .row-cols-md-auto>* {
        width: auto
    }

    .col-md-1,
    .col-md-auto,
    .row-cols-md-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-2,
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-4,
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-6,
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-8,
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-10,
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }

    .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column,
    .flex-md-row {
        -webkit-box-direction: normal !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-md-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .mr-md-0 {
        margin-right: 0 !important
    }

    .mr-md-1 {
        margin-right: .25rem !important
    }

    .mr-md-2 {
        margin-right: .5rem !important
    }

    .mr-md-3 {
        margin-right: 1rem !important
    }

    .mr-md-4 {
        margin-right: 1.5rem !important
    }

    .mr-md-5 {
        margin-right: 3rem !important
    }

    .mr-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-0 {
        margin-left: 0 !important
    }

    .ml-md-1 {
        margin-left: .25rem !important
    }

    .ml-md-2 {
        margin-left: .5rem !important
    }

    .ml-md-3 {
        margin-left: 1rem !important
    }

    .ml-md-4 {
        margin-left: 1.5rem !important
    }

    .ml-md-5 {
        margin-left: 3rem !important
    }

    .ml-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-0 {
        padding-right: 0 !important
    }

    .pr-md-1 {
        padding-right: .25rem !important
    }

    .pr-md-2 {
        padding-right: .5rem !important
    }

    .pr-md-3 {
        padding-right: 1rem !important
    }

    .pr-md-4 {
        padding-right: 1.5rem !important
    }

    .pr-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-0 {
        padding-left: 0 !important
    }

    .pl-md-1 {
        padding-left: .25rem !important
    }

    .pl-md-2 {
        padding-left: .5rem !important
    }

    .pl-md-3 {
        padding-left: 1rem !important
    }

    .pl-md-4 {
        padding-left: 1.5rem !important
    }

    .pl-md-5 {
        padding-left: 3rem !important
    }

    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }

    :root {
        --sPT: 5.71429rem;
        --sPB: 6.42857rem;
        --sTPB: 2.85714rem
    }

    .sBrends__descr a:after,
    .sColections__link:after,
    .sInstagramm .section-title a:after,
    .sNew .section-title a:after,
    .underline-link-frame:after {
        left: 0;
        -webkit-transform: none;
        transform: none
    }

    select.form-control {
        font-size: 1.14286rem
    }

    .sBrand {
        --sTPB: 4.64286rem;
        --sPT: 3.42857rem;
        --sPB: 1.21429rem
    }

    .sBrand__imgWrap {
        max-width: 24rem;
        height: 29.21429rem
    }

    .sBrand__imgWrap--sm {
        max-width: 23.21429rem;
        height: 23.64286rem
    }

    .sBrand__imgCol {
        padding-bottom: 5.35714rem
    }

    .sBrand .h1:before,
    .sBrand h1:before {
        bottom: -28px
    }

    .sBrand--about .sBrand__imgCol {
        padding-bottom: 3.35714rem
    }

    .sBrand--about .sBrand__imgCol--founder {
        padding-bottom: 8.57143rem
    }

    .sBrand__banner {
        height: 32.14286rem;
        margin-bottom: 5rem
    }

    .sBrand .h2,
    .sBrand .sNew--bread .h1,
    .sBrand .sNew--bread h1,
    .sBrand h2,
    .sNew--bread .sBrand .h1,
    .sNew--bread .sBrand h1 {
        margin-bottom: 5.71429rem
    }

    .sBrand ul li {
        line-height: 1.5;
        padding-bottom: 3.42857rem
    }

    .yadomaBlock {
        padding-top: 12rem
    }

    .yadomaBlock__name {
        font-size: 64px
    }

    .sBrends__title {
        font-size: 3.35714rem
    }

    .sCart--empty .section-title .h1,
    .sCart--empty .section-title h1 {
        margin-bottom: 5.71429rem !important
    }

    .sCart .section-title .h1,
    .sCart .section-title h1 {
        padding-bottom: 2.14286rem
    }

    .sCart__btn {
        min-width: 324px
    }

    .sCart__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 3.42857rem
    }

    .sCart__nav .form-wrap {
        max-width: 390px;
        margin-bottom: 0
    }

    .sCatalog__smallWidth .h5,
    .sCatalog__smallWidth .sFilter__title,
    .sCatalog__smallWidth h5 {
        margin-bottom: 2.71429rem
    }

    .sCatalog__result {
        font-size: 1.14286rem
    }

    .sCheckout .section-title .h1,
    .sCheckout .section-title h1 {
        padding-bottom: 2.28571rem
    }

    .sCheckout__row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .sCheckout__steps-col {
        width: calc(75% - 15px)
    }

    .sCheckout__info-col {
        width: calc(25% - 15px);
        margin-bottom: 0
    }

    .sCheckout__i-price-box {
        display: block
    }

    .sCheckout__i-price-digits {
        text-align: left
    }

    .sCheckout__i-delivery {
        display: block
    }

    .sCheckout__i-delivery span:first-child {
        margin-bottom: .57143rem
    }

    .sCheckout__i-delivery span:last-child {
        text-align: left
    }

    .sCheckout__i-total {
        display: block
    }

    .sCheckout__i-total span:first-child {
        margin-bottom: .57143rem
    }

    .goods__name-box {
        width: 180px
    }

    .sColections {
        --sPT: 2.92857rem;
        --sPB: 2.85714rem;
        --sTPB: 2.28571rem
    }

    .sColections__row {
        --bs-gutter-x: 24px;
        margin-left: calc(var(--bs-gutter-x)*-1/2);
        margin-right: calc(var(--bs-gutter-x)*-1/2)
    }

    .sColections__row>* {
        padding-left: calc(var(--bs-gutter-x)/2);
        padding-right: calc(var(--bs-gutter-x)/2)
    }

    .sColections__col {
        margin-bottom: 0
    }

    .sColections__item {
        padding: 6.21429rem 0
    }

    .sColections__content {
        width: 213px
    }

    .sColections__img {
        padding-top: 132.39437%
    }

    .sColections__txt {
        margin: 0 -40px;
        padding-top: 1.28571rem
    }

    .sColections__title {
        font-size: 1.71429rem;
        line-height: 1.1;
        margin-bottom: 1.07143rem
    }

    .sColections__link:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .sContent {
        --sTPB: 7.5rem;
        --sPT: 5.35714rem;
        --sPB: 5rem
    }

    .sContent .catalogItem__oldPrice,
    .sContent .catalogItem__price,
    .sContent .h6,
    .sContent .lookbookItem__text,
    .sContent h6 {
        margin-bottom: 3.7rem
    }

    .sContent__imgBlock {
        margin-bottom: 2.85714rem
    }

    .sContent .h1:before,
    .sContent h1:before {
        bottom: -28px
    }

    .sContent_page11 {
        padding-bottom: calc(var(--sPB)/2.3)
    }

    .sContent_404 {
        --sTPB: 2.14286rem
    }

    .sInstagramm {
        --sPT: 2.85714rem;
        --sPB: 2.85714rem;
        --sTPB: 0
    }

    .sInstagramm__container:after,
    .sInstagramm__title-col:after,
    .sInstagramm__title-col:before {
        content: ""
    }

    .sInstagramm__title-col {
        width: 240px;
        margin-bottom: 0
    }

    .sInstagramm .section-title {
        margin: 0;
        text-align: left
    }

    .sInstagramm__slider-col {
        width: calc(100% - 240px)
    }

    .sNew__title-col {
        width: 220px;
        margin-bottom: 0
    }

    .sNew .section-title {
        margin: 0;
        text-align: left
    }

    .sNew__slider-col {
        width: calc(100% - 220px)
    }

    .sNew__slider .swiper-container {
        overflow: hidden !important
    }

    .sNew__slider .swiper-slide {
        width: calc(50% - 7.5px)
    }

    .sProdCard__slide-link {
        padding-top: 100%
    }

    .sProdCard__thumb .swiper-slide {
        width: calc(20% - 4.8px)
    }

    .sProdCard__video-row {
        --bs-gutter-x: 20px;
        margin-left: calc(var(--bs-gutter-x)*-1/2);
        margin-right: calc(var(--bs-gutter-x)*-1/2)
    }

    .sProdCard__video-row>* {
        padding-left: calc(var(--bs-gutter-x)/2);
        padding-right: calc(var(--bs-gutter-x)/2)
    }

    .sProdCard__v-col:not(:last-child) {
        margin-bottom: 0
    }

    .sProdCard__v-img,
    .sProdCard__video-link-img {
        padding-top: 79.12621%
    }

    .sSafe__title {
        margin-bottom: 1.42857rem
    }

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

    .sZones__col:nth-child(3) {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 3
    }

    .sZones__item {
        padding-top: 63.15789%
    }

    .yadoma-c__bot-item {
        display: block
    }

    .yadoma-c__bot-img {
        margin-right: 0
    }
}

@media (min-width:1020px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 990px
    }

    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .col-lg-auto,
    .row-cols-lg-auto>* {
        width: auto
    }

    .col-lg-1,
    .col-lg-auto,
    .row-cols-lg-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-2,
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-4,
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-6,
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-8,
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-10,
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }

    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column,
    .flex-lg-row {
        -webkit-box-direction: normal !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-0 {
        margin-right: 0 !important
    }

    .mr-lg-1 {
        margin-right: .25rem !important
    }

    .mr-lg-2 {
        margin-right: .5rem !important
    }

    .mr-lg-3 {
        margin-right: 1rem !important
    }

    .mr-lg-4 {
        margin-right: 1.5rem !important
    }

    .mr-lg-5 {
        margin-right: 3rem !important
    }

    .mr-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-0 {
        margin-left: 0 !important
    }

    .ml-lg-1 {
        margin-left: .25rem !important
    }

    .ml-lg-2 {
        margin-left: .5rem !important
    }

    .ml-lg-3 {
        margin-left: 1rem !important
    }

    .ml-lg-4 {
        margin-left: 1.5rem !important
    }

    .ml-lg-5 {
        margin-left: 3rem !important
    }

    .ml-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-0 {
        padding-right: 0 !important
    }

    .pr-lg-1 {
        padding-right: .25rem !important
    }

    .pr-lg-2 {
        padding-right: .5rem !important
    }

    .pr-lg-3 {
        padding-right: 1rem !important
    }

    .pr-lg-4 {
        padding-right: 1.5rem !important
    }

    .pr-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-0 {
        padding-left: 0 !important
    }

    .pl-lg-1 {
        padding-left: .25rem !important
    }

    .pl-lg-2 {
        padding-left: .5rem !important
    }

    .pl-lg-3 {
        padding-left: 1rem !important
    }

    .pl-lg-4 {
        padding-left: 1.5rem !important
    }

    .pl-lg-5 {
        padding-left: 3rem !important
    }

    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }

    body.blured:after {
        content: "";
        position: absolute;
        z-index: 9;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .2)
    }

    .wow {
        visibility: hidden
    }

    .breadcrumb-cont--has-p {
        padding: 2.64286rem 0 1.14286rem
    }

    .container-03 {
        max-width: 884px
    }

    .footer__row {
        max-width: 87%;
        margin-left: 4%
    }

    .footer__col {
        margin-bottom: 3.28571rem
    }

    .footer__item,
    .footer__item:last-child {
        margin-bottom: 3.21429rem
    }

    .footer__title {
        margin-bottom: 2.14286rem
    }

    .footer__subscribe .form-wrap {
        margin-right: -48px
    }

    .headerBlock__l-slide-link {
        padding-top: 83.33333%
    }

    .sAdvantage {
        --sPT: 2.14286rem;
        --sPB: 2.85714rem
    }

    .sAdvantage__row {
        max-width: 680px
    }

    .sAdvantage__col {
        margin-bottom: 0
    }

    .sBrends {
        --sPT: 3.71429rem;
        --sPB: 2.85714rem;
        --sTPB: 3.21429rem
    }

    .sBrends__main-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 854px;
        margin-left: auto;
        margin-right: auto
    }

    .sBrends__img-col {
        max-width: 100%;
        width: 257px;
        margin: 0 2.57143rem 0 0
    }

    .sBrends__txt-col {
        padding-top: 10px
    }

    .sCart {
        --sPT: 2.85714rem;
        --sPB: 2.85714rem;
        --sTPB: 4.28571rem
    }

    .sCart__top {
        margin-bottom: 4.78571rem;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .sCart__nav {
        padding: 2.14286rem 3.42857rem
    }

    .sCart__item {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .sCart__img-box {
        width: 14.52%;
        margin-right: 0;
        margin-bottom: 0
    }

    .sCart__name-box {
        width: 22.3%
    }

    .sCart__price-per-box {
        width: 12%
    }

    .sCart__controll-box {
        width: 15%
    }

    .sCart__result-box {
        width: 12%
    }

    .sCatalog {
        --sPT: 5.42857rem
    }

    .sCatalog__filterCol {
        max-width: 26%
    }

    .sCatalog__roww {
        --bs-gutter-x: 48px;
        margin-left: calc(var(--bs-gutter-x)*-1/2);
        margin-right: calc(var(--bs-gutter-x)*-1/2);
        padding-bottom: 3.35714rem
    }

    .sCatalog__roww>* {
        padding-left: calc(var(--bs-gutter-x)/2);
        padding-right: calc(var(--bs-gutter-x)/2)
    }

    .catalogItem__btn {
        min-height: 3.28571rem
    }

    .catalogItem__btn .icon {
        font-size: 1.14286rem
    }

    .catalogItem__minus,
    .catalogItem__plus {
        width: 3.57143rem;
        height: 3.57143rem
    }

    .sCheckout {
        --sPT: 2.85714rem;
        --sPB: 2.85714rem;
        --sTPB: 4.28571rem
    }

    .sCheckout__steps-col {
        width: 68%
    }

    .sCheckout__info-col {
        padding: 2.28571rem 2.28571rem 3rem;
        width: 28%
    }

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

    .sCheckout__i-price-txt {
        margin-bottom: 0
    }

    .sCheckout__i-price-digits {
        text-align: right
    }

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

    .sCheckout__i-delivery span:first-child {
        margin-bottom: 0
    }

    .sCheckout__i-delivery span:last-child {
        text-align: right
    }

    .sCheckout__i-total {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 3.5rem
    }

    .sCheckout__i-total span:first-child {
        margin-bottom: 0
    }

    .sCheckout__i-total span:last-child {
        text-align: right
    }

    .goods__img-box {
        margin-right: 5.71429rem;
        width: 96px
    }

    .goods__name-box {
        width: 220px
    }

    .sContent__col {
        margin-top: -.35714rem;
        max-width: 57%
    }

    .sImg .row-46 {
        --bs-gutter-x: 46px;
        margin-left: calc(var(--bs-gutter-x)*-1/2);
        margin-right: calc(var(--bs-gutter-x)*-1/2)
    }

    .sImg .row-46>* {
        padding-left: calc(var(--bs-gutter-x)/2);
        padding-right: calc(var(--bs-gutter-x)/2)
    }

    .sImg__item {
        padding-bottom: 5.71429rem
    }

    .sImg__single .sImg__imgWrap {
        padding-top: 36.84211%
    }

    .sInstagramm__title-col {
        width: 308px;
        padding-left: 45px
    }

    .sInstagramm__slider-col {
        width: calc(100% - 308px)
    }

    .sInstagramm__slider .swiper-slide {
        width: 241px;
        min-width: 0;
        max-width: 100%
    }

    .sItemsSlider {
        --sPT: 2.64286rem;
        --sPB: 13.28571rem;
        --sTPB: 2.28571rem
    }

    .sNew {
        --sPT: 2.21429rem;
        --sPB: 2.14286rem;
        --sTPB: 0
    }

    .sNew__title-col {
        width: 308px
    }

    .sNew__slider-col {
        width: calc(100% - 308px)
    }

    .sNew__slider.five-slided .swiper-slide {
        width: 207px
    }

    .sNew__slider .swiper-slide {
        width: calc(33.33333% - 10px)
    }

    .sProdCard {
        --sPT: 2.64286rem;
        --sPB: 2.85714rem;
        --sTPB: 0
    }

    .sProdCard__main-row {
        margin-right: -30px;
        margin-bottom: .71429rem
    }

    .sProdCard__slider-col {
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 420px;
        height: 285px
    }

    .sProdCard__slider {
        width: calc(100% - 104px);
        margin-bottom: 0
    }

    .sProdCard__slide-link {
        padding-top: 100%
    }

    .sProdCard__thumb {
        width: 6.64286rem;
        margin-right: .78571rem
    }

    .sProdCard__thumb .swiper-slide {
        width: 100%
    }

    .sProdCard__thumb-img {
        height: 100%;
        padding-top: 0
    }

    .sProdCard__descr-col {
        padding-left: 30px;
        padding-right: 0
    }

    .sProdCard__prod-name {
        font-size: 2.57143rem;
        margin-bottom: 1rem
    }

    .sProdCard__descr-row {
        margin-bottom: 126px
    }

    .sProdCard__ld-col {
        margin-bottom: 0
    }

    .sProdCard__video-row {
        --bs-gutter-x: 30px;
        margin-left: calc(var(--bs-gutter-x)*-1/2);
        margin-right: calc(var(--bs-gutter-x)*-1/2)
    }

    .sProdCard__video-row>* {
        padding-left: calc(var(--bs-gutter-x)/2);
        padding-right: calc(var(--bs-gutter-x)/2)
    }

    .sSafe {
        --sPT: 6.35714rem
    }

    .sSafe__content {
        padding: 64px 0 63px
    }

    .sSafe__row {
        max-width: 95%;
        margin-left: auto;
        margin-right: 0
    }

    .sSafe__col {
        margin-bottom: 0
    }

    .sSafe__col-content {
        margin: 0
    }

    .sZones {
        --sPT: 2.57143rem;
        --sPB: 2.85714rem;
        --sTPB: 3.21429rem
    }

    .sZones__row {
        max-width: 89.5%;
        margin: 0 auto
    }

    .top-nav {
        padding-top: 30px
    }

    .top-nav__logo-strip {
        height: auto;
        padding: 10px 0
    }

    .top-nav__search-strip .form-wrap {
        /* padding: 4.14286rem 0 4.42857rem; */
        /* max-width: 800px */
    }

    .top-nav__search-strip .form-wrap__btn .icon {
        margin-right: .71429rem
    }

    .top-nav__search-strip .form-wrap__btn span {
        display: block
    }

    .top-nav__logo {
        width: 180px;
    }

    .top-nav__cart-btn {
        padding: 15px
    }

    .top-nav__pop-up-menu {
        -webkit-transform: none;
        transform: none;
        padding: 15px;
        height: auto;
        position: relative;
        top: unset;
        left: unset;
        border-bottom: 1px solid rgba(115, 124, 123, .3);
    }

    .top-nav__pop-up-cont>ul {
        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-nav__pop-up-cont>ul>li>a {
        text-transform: uppercase;
        margin-right: 1.78571rem;
        line-height:100%;
        padding: 0;
        border-bottom: 0
    }

    .top-nav__pop-up-cont>ul>li:last-child>a {
        /* display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex */
    }

    .top-nav__pop-up-cont>ul.active>li>a {
        color: rgba(63, 68, 67, .5)
    }

    .top-nav__pop-up-cont>ul.active>li>a.active,
    .top-nav__pop-up-cont>ul.active>li>a:hover {
        color: #3f4443
    }

    .top-nav__inner-pop {
        position: absolute;
        top: calc(100% + 1px);
        left: 0;
        display: block !important;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: all .36s;
        transition: all .36s
    }

    .top-nav__inner-pop.active {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    .yadoma-c {
        padding: 2.71429rem 15px
    }

    .yadoma-c__top-items {
        height: 325px;
        overflow-y: auto
    }

    .yadoma-c__item {
        width: 11.42857rem;
        margin-right: 2.85714rem
    }

    .yadoma-c__item:nth-child(5n) {
        margin-right: 0
    }

    .part-5 {
        padding: 3.42857rem 0 6.71429rem
    }

    .part-5__row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .part-5__img-col {
        width: 240px
    }

    .part-5__img {
        margin-bottom: .57143rem
    }

    .part-5__img-descr {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .part-5__i-d-txt {
        margin-bottom: 0
    }

    .part-5__watch-link {
        text-align: right;
        margin-left: .71429rem
    }

    .part-5__sub-col {
        margin-bottom: 3.42857rem
    }

    .part-5__title {
        padding: 0;
        border-bottom: none;
        display: block;
        color: #1b1f1f;
        font-family: Forum;
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 1.14286rem
    }

    .part-5__title:after,
    .part-5__title:before {
        content: none
    }

    .part-5__list {
        display: block !important
    }

    .part-5__list li a {
        margin-bottom: 0;
        padding: 0;
        border: none
    }

    .part-5__list li {
        margin-bottom: .57143rem
    }

    .part-5__list li:last-child {
        margin-bottom: 0
    }

    .before-chevron-frame:before,
    .footer__title:before,
    .part-5__title:before,
    .top-nav__pop-up-cont>ul>li>a.pop-up-link-js:before {
        content: none
    }
}

@media (min-width:1200px) {

    .h1,
    h1 {
        font-size: 3.42857rem
    }

    .h2,
    .sNew--bread .h1,
    .sNew--bread h1,
    h2 {
        font-size: 2.57143rem
    }

    .h3,
    h3 {
        font-size: 1.71429rem
    }

    .h4,
    h4 {
        font-size: 1.5rem
    }

    .h5,
    .sFilter__title,
    h5 {
        font-size: 1.28571rem
    }

    legend {
        font-size: 1.5rem
    }

    .display-1 {
        font-size: 5rem
    }

    .display-2 {
        font-size: 4.5rem
    }

    .display-3 {
        font-size: 4rem
    }

    .display-4 {
        font-size: 3.5rem
    }

    .display-5 {
        font-size: 3rem
    }

    .display-6 {
        font-size: 2.5rem
    }
}

@media (min-width:1368px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1330px
    }

    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .col-xl-auto,
    .row-cols-xl-auto>* {
        width: auto
    }

    .col-xl-1,
    .col-xl-auto,
    .row-cols-xl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-1 {
        width: 8.33333%
    }

    .col-xl-2 {
        width: 16.66667%
    }

    .col-xl-2,
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-4 {
        width: 33.33333%
    }

    .col-xl-4,
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-5 {
        width: 41.66667%
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-6,
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-7 {
        width: 58.33333%
    }

    .col-xl-8 {
        width: 66.66667%
    }

    .col-xl-8,
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-10 {
        width: 83.33333%
    }

    .col-xl-10,
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-11 {
        width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }

    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column,
    .flex-xl-row {
        -webkit-box-direction: normal !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-0 {
        margin-right: 0 !important
    }

    .mr-xl-1 {
        margin-right: .25rem !important
    }

    .mr-xl-2 {
        margin-right: .5rem !important
    }

    .mr-xl-3 {
        margin-right: 1rem !important
    }

    .mr-xl-4 {
        margin-right: 1.5rem !important
    }

    .mr-xl-5 {
        margin-right: 3rem !important
    }

    .mr-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-0 {
        margin-left: 0 !important
    }

    .ml-xl-1 {
        margin-left: .25rem !important
    }

    .ml-xl-2 {
        margin-left: .5rem !important
    }

    .ml-xl-3 {
        margin-left: 1rem !important
    }

    .ml-xl-4 {
        margin-left: 1.5rem !important
    }

    .ml-xl-5 {
        margin-left: 3rem !important
    }

    .ml-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-0 {
        padding-right: 0 !important
    }

    .pr-xl-1 {
        padding-right: .25rem !important
    }

    .pr-xl-2 {
        padding-right: .5rem !important
    }

    .pr-xl-3 {
        padding-right: 1rem !important
    }

    .pr-xl-4 {
        padding-right: 1.5rem !important
    }

    .pr-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-0 {
        padding-left: 0 !important
    }

    .pl-xl-1 {
        padding-left: .25rem !important
    }

    .pl-xl-2 {
        padding-left: .5rem !important
    }

    .pl-xl-3 {
        padding-left: 1rem !important
    }

    .pl-xl-4 {
        padding-left: 1.5rem !important
    }

    .pl-xl-5 {
        padding-left: 3rem !important
    }

    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }

    .container-03 {
        max-width: 1168px
    }

    .footer {
        padding: 65px 0 30px
    }

    .footer__row {
        max-width: 70%;
        margin-left: 14%
    }

    .footer__item {
        margin-bottom: 3.42857rem
    }

    .footer__subscribe .form-wrap {
        margin-right: -29px
    }

    .footer__policy {
        margin-bottom: 4.14286rem
    }

    .headerBlock__slider {
        width: 400px;
        padding: 4.28571rem 0
    }

    .headerBlock__slider .header-pugin {
        top: 400px
    }

    .sAdvantage {
        --sPT: 4.5rem;
        --sPB: 2.85714rem
    }

    .sAdvantage__row {
        max-width: 850px
    }

    .sAdvantage__col-content {
        max-width: 210px
    }

    .sBrand {
        --sTPB: 7.5rem;
        --sPT: 5rem;
        --sPB: 4.28571rem
    }

    .sBrand__logo {
        padding-bottom: 6.5rem
    }

    .sBrand__textWrap {
        max-width: 36.92857rem;
        margin-left: auto;
        margin-right: auto
    }

    .sBrand__imgWrap {
        max-width: 30.92857rem;
        height: 37.64286rem
    }

    .sBrand__imgWrap--sm {
        max-width: 31.42857rem;
        height: 32rem
    }

    .sBrand__banner {
        height: 42.85714rem;
        margin-bottom: 8.57143rem
    }

    .sBrand__listRow {
        --bs-gutter-x: 60px;
        margin-left: calc(var(--bs-gutter-x)*-1/2);
        margin-right: calc(var(--bs-gutter-x)*-1/2);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .sBrand__listRow>* {
        padding-left: calc(var(--bs-gutter-x)/2);
        padding-right: calc(var(--bs-gutter-x)/2)
    }

    .sBrand__col {
        max-width: 31%
    }

    .sBrends {
        --sPT: 3.42857rem;
        --sPB: 2.85714rem;
        --sTPB: 3.21429rem
    }

    .sBrends__main-row {
        padding: 0 105px;
        max-width: 100%;
        margin: 0
    }

    .sBrends__img-col {
        width: 264px;
        margin-right: 4.07143rem
    }

    .sBrends__img {
        padding-top: 52.08333%
    }

    .sBrends__txt-col {
        padding-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .sBrends__title {
        width: 444px;
        margin-bottom: 0;
        margin-right: 4.35714rem;
        font-size: 3.35714rem
    }

    .sBrends__descr {
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .sCart {
        --sPT: 5.35714rem;
        --sPB: 4rem;
        --sTPB: 6.07143rem
    }

    .sCart__items {
        width: 1143px;
        margin: 0 0 0 3.3%
    }

    .sCart__price-per-box {
        width: 8%
    }

    .sCart__controll-box {
        width: 11.54%
    }

    .sCart__result-box {
        width: 10%
    }

    .sCheckout {
        --sPT: 5.64286rem;
        --sPB: 4rem;
        --sTPB: 5.71429rem
    }

    .goods__img-box {
        margin-right: 8.85714rem
    }

    .goods__name-box {
        width: 255px
    }

    .goods__result-box {
        width: 120px
    }

    .customer .form-wrap__inputs-box,
    .js-order .form-wrap__inputs-box {
        padding-right: 275px
    }

    .sColections {
        --sPT: 6.21429rem;
        --sPB: 2.85714rem;
        --sTPB: 2.28571rem
    }

    .sColections__row {
        --bs-gutter-x: 56px;
        margin-left: calc(var(--bs-gutter-x)*-1/2);
        margin-right: calc(var(--bs-gutter-x)*-1/2)
    }

    .sColections__row>* {
        padding-left: calc(var(--bs-gutter-x)/2);
        padding-right: calc(var(--bs-gutter-x)/2)
    }

    .sColections__item {
        padding: 7.14286rem 0
    }

    .sColections__content {
        width: 325px
    }

    .sColections__img {
        padding-top: 132.30769%
    }

    .sColections__txt {
        margin: 0
    }

    .sContent .container {
        max-width: 1180px
    }

    .sContent__row {
        --bs-gutter-x: 196px;
        margin-left: calc(var(--bs-gutter-x)*-1/2);
        margin-right: calc(var(--bs-gutter-x)*-1/2)
    }

    .sContent__row>* {
        padding-left: calc(var(--bs-gutter-x)/2);
        padding-right: calc(var(--bs-gutter-x)/2)
    }

    .sInstagramm {
        --sPT: 2.71429rem;
        --sPB: 2.85714rem;
        --sTPB: 0
    }

    .sInstagramm__title-col {
        width: 400px;
        padding-left: 80px
    }

    .sInstagramm__slider-col {
        width: calc(100% - 400px)
    }

    .sInstagramm__slider .swiper-slide {
        width: 400px
    }

    .sNew {
        --sPT: 1.5rem;
        --sPB: 4.07143rem;
        --sTPB: 0
    }

    .sNew__title-col {
        width: 274px
    }

    .sNew__slider-col {
        width: calc(100% - 274px)
    }

    .sNew__slider .swiper-slide,
    .sNew__slider.five-slided .swiper-slide {
        width: 262px
    }

    .sProdCard__main-row {
        margin-right: -15px
    }

    .sProdCard__slider-col {
        width: 645px;
        height: 492px
    }

    .sProdCard__slider {
        width: calc(100% - 124px)
    }

    .sProdCard__slide-link {
        padding-top: 100%
    }

    .sProdCard__thumb {
        width: 7.71429rem;
        margin-right: 1.14286rem
    }

    .sProdCard__thumb .swiper-slide {
        height: 147px
    }

    .sProdCard__descr-col {
        width: 32.14286rem;
        margin-left: 46px;
        padding-left: 15px;
        padding-right: 15px
    }

    .sProdCard__prod-name {
        font-size: 3.35714rem;
        margin-bottom: .42857rem
    }

    .sProdCard__ld-col {
        padding-right: 20px
    }

    .sProdCard__rd-col {
        padding-left: 35px;
        padding-right: 30px
    }

    .sProdCard__video-row {
        --bs-gutter-x: 40px;
        margin-left: calc(var(--bs-gutter-x)*-1/2);
        margin-right: calc(var(--bs-gutter-x)*-1/2)
    }

    .sProdCard__video-row>* {
        padding-left: calc(var(--bs-gutter-x)/2);
        padding-right: calc(var(--bs-gutter-x)/2)
    }

    .sProdCard__v-img,
    .sProdCard__video-link-img {
        padding-top: 79.05282%
    }

    .sSafe__content {
        padding: 4.5rem 0 4.42857rem
    }

    .sSafe__row {
        max-width: 92%;
        margin-left: auto;
        margin-right: -15px
    }

    .sZones__row {
        max-width: 100%;
        margin: 0;
        grid-column-gap: 30px;
        grid-row-gap: 30px
    }

    .sZones__item {
        padding-top: 50.3%
    }
}

@media (min-width:1550px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1470px
    }

    .col-xxl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .col-xxl-auto,
    .row-cols-xxl-auto>* {
        width: auto
    }

    .col-xxl-1,
    .col-xxl-auto,
    .row-cols-xxl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-1 {
        width: 8.33333%
    }

    .col-xxl-2 {
        width: 16.66667%
    }

    .col-xxl-2,
    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-3 {
        width: 25%
    }

    .col-xxl-4 {
        width: 33.33333%
    }

    .col-xxl-4,
    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-5 {
        width: 41.66667%
    }

    .col-xxl-6 {
        width: 50%
    }

    .col-xxl-6,
    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-7 {
        width: 58.33333%
    }

    .col-xxl-8 {
        width: 66.66667%
    }

    .col-xxl-8,
    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-9 {
        width: 75%
    }

    .col-xxl-10 {
        width: 83.33333%
    }

    .col-xxl-10,
    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-11 {
        width: 91.66667%
    }

    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxl-2 {
        margin-left: 16.66667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxl-5 {
        margin-left: 41.66667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxl-8 {
        margin-left: 66.66667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxl-11 {
        margin-left: 91.66667%
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }

    .sticky-xxl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .float-xxl-left {
        float: left !important
    }

    .float-xxl-right {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xxl-column,
    .flex-xxl-row {
        -webkit-box-direction: normal !important
    }

    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-xxl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .mr-xxl-0 {
        margin-right: 0 !important
    }

    .mr-xxl-1 {
        margin-right: .25rem !important
    }

    .mr-xxl-2 {
        margin-right: .5rem !important
    }

    .mr-xxl-3 {
        margin-right: 1rem !important
    }

    .mr-xxl-4 {
        margin-right: 1.5rem !important
    }

    .mr-xxl-5 {
        margin-right: 3rem !important
    }

    .mr-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxl-0 {
        margin-left: 0 !important
    }

    .ml-xxl-1 {
        margin-left: .25rem !important
    }

    .ml-xxl-2 {
        margin-left: .5rem !important
    }

    .ml-xxl-3 {
        margin-left: 1rem !important
    }

    .ml-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ml-xxl-5 {
        margin-left: 3rem !important
    }

    .ml-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pr-xxl-0 {
        padding-right: 0 !important
    }

    .pr-xxl-1 {
        padding-right: .25rem !important
    }

    .pr-xxl-2 {
        padding-right: .5rem !important
    }

    .pr-xxl-3 {
        padding-right: 1rem !important
    }

    .pr-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pr-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xxl-0 {
        padding-left: 0 !important
    }

    .pl-xxl-1 {
        padding-left: .25rem !important
    }

    .pl-xxl-2 {
        padding-left: .5rem !important
    }

    .pl-xxl-3 {
        padding-left: 1rem !important
    }

    .pl-xxl-4 {
        padding-left: 1.5rem !important
    }

    .pl-xxl-5 {
        padding-left: 3rem !important
    }

    .text-xxl-left {
        text-align: left !important
    }

    .text-xxl-right {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }

    .container-03 {
        max-width: 1470px
    }

    .footer__row {
        max-width: 89%;
        margin-left: 4.5%
    }

    .headerBlock__slider {
        padding: 7.14286rem 0 5.35714rem
    }

    .headerBlock__slider .header-prev {
        right: calc(100% + 20px)
    }

    .headerBlock__slider .header-next {
        left: calc(100% + 20px)
    }

    .sAdvantage__row {
        max-width: 1164px
    }

    .sBrends {
        --sPT: 2.85714rem;
        --sTPB: 3.21429rem;
        --sPB: 6.78571rem
    }

    .sBrends__main-row {
        padding: 0
    }

    .sBrends__img-col {
        width: 384px;
        margin-right: 8.28571rem
    }

    .sBrends__title {
        width: 632px;
        margin-right: 4.07143rem;
        font-size: 4.07143rem
    }

    .sBrends__descr {
        padding-bottom: 10px
    }

    .sCart__img-box {
        margin-right: 89px
    }

    .sCart__name-box {
        margin-right: 6.71429rem
    }

    .sCart__price-per-box {
        margin-right: 114px
    }

    .sCart__result-box {
        margin-left: auto
    }

    .sCheckout__container {
        max-width: 1373px;
        margin: 0 auto
    }

    .sCheckout__steps-col {
        width: 70.4%
    }

    .sCheckout__info-col {
        width: 26.2%
    }

    .goods__data {
        padding-right: 3.35714rem
    }

    .sColections {
        --sPT: 7rem;
        --sPB: 4.28571rem;
        --sTPB: 2.42857rem
    }

    .sColections__row {
        --bs-gutter-x: 60px;
        margin-left: calc(var(--bs-gutter-x)*-1/2);
        margin-right: calc(var(--bs-gutter-x)*-1/2)
    }

    .sColections__row>* {
        padding-left: calc(var(--bs-gutter-x)/2);
        padding-right: calc(var(--bs-gutter-x)/2)
    }

    .sColections__item {
        padding: 14.57143rem 0
    }

    .sColections__content {
        width: 463px
    }

    .sColections__img {
        padding-top: 131.10151%
    }

    .sColections__txt {
        padding-top: 0;
        position: absolute;
        top: calc(100% + 20px);
        left: 0;
        width: 100%
    }

    .sInstagramm {
        --sPT: 4.78571rem;
        --sPB: 2.85714rem;
        --sTPB: 0
    }

    .sInstagramm__title-col {
        width: 300px;
        padding-left: 0
    }

    .sInstagramm__slider-col {
        width: calc(100% - 300px)
    }

    .sNew__title-col {
        width: 300px
    }

    .sNew__slider-col {
        width: calc(100% - 300px)
    }

    .sNew__slider.five-slided .swiper-container {
        overflow: hidden !important
    }

    .sNew__slider.five-slided .swiper-slide {
        width: calc(20% - 24px)
    }

    .sNew__slider .swiper-slide {
        width: calc(25% - 22.5px)
    }

    .sProdCard__main-row {
        margin-bottom: 3.14286rem
    }

    .sProdCard__slider-col {
        width: 662px;
        height: 492px
    }

    .sProdCard__slider {
        width: calc(100% - 144px)
    }

    .sProdCard__thumb {
        width: 7.71429rem;
        margin-right: 2.57143rem
    }

    .sProdCard__thumb .swiper-slide {
        height: 147px
    }

    .sProdCard__descr-col {
        width: 32.14286rem;
        margin-left: 108px
    }

    .sProdCard__prod-name {
        font-size: 2.57143rem;
        margin-bottom: 1rem
    }

    .sProdCard__descr-row {
        margin-bottom: 128px
    }

    .sProdCard__ld-col {
        padding-left: 159px;
        padding-right: 15px
    }

    .sProdCard__rd-col {
        padding-left: 35px;
        padding-right: 150px
    }

    .sProdCard__video-row {
        --bs-gutter-x: 50px;
        margin-left: calc(var(--bs-gutter-x)*-1/2);
        margin-right: calc(var(--bs-gutter-x)*-1/2)
    }

    .sProdCard__video-row>* {
        padding-left: calc(var(--bs-gutter-x)/2);
        padding-right: calc(var(--bs-gutter-x)/2)
    }

    .sProdCard__v-img,
    .sProdCard__video-link-img {
        padding-top: 79.13669%
    }

    .sSafe__row {
        max-width: 100%;
        margin-left: -15px;
        margin-right: -15px
    }

    .sSafe__col-content {
        margin: 0 auto
    }

    .sZones__row {
        grid-column-gap: 40px;
        grid-row-gap: 40px
    }

    .sZones__item {
        padding-top: 52.85714%
    }

    .top-nav .navMenu__item {
        margin-right: 2.28571rem
    }
}

@media (max-width:1019.98px) {
    .sFilter__block {
        margin-left: 1.71429rem;
        margin-right: 1.71429rem
    }

    .sFilter {
        position: fixed;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden;
        width: 100vw;
        height: calc(var(--vh, 1vh)*100);
        z-index: 999;
        top: 0;
        left: 0;
        -webkit-transform: translateX(-120%);
        transform: translateX(-120%);
        -webkit-transition: all .36s;
        transition: all .36s;
        background-color: #efeae6
    }
    form.dds-smartfilter{
        overflow-y: auto;
    }

    .sFilter.active {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    .top-nav__logo-container {
        max-width: 100% !important;
        padding: .57143rem 1.71429rem .64286rem
    }

    .top-nav__pop-up-menu {
        overflow-y: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        top:initial;
    }

    .top-nav__pop-up-cont {
        padding: 0;
        max-width: 100% !important
    }

    .top-nav__inner-pop {
        display: none
    }

    .top-nav__inner-pop.opened {
        display: block
    }

    .part-5 .container {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .part-5 .row {
        margin-left: 0;
        margin-right: 0
    }

    .part-5 .row>* {
        padding-left: 0;
        padding-right: 0
    }

    .part-5__container {
        max-width: 100% !important
    }

    .part-5__img-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 15px 30px !important;
        border-bottom: 1px solid #737c7b
    }

    .part-5__img {
        padding: 0;
        width: 70px;
        height: 70px;
        margin-right: 2.28571rem
    }

    .part-5__sub-col {
        padding: 0
    }
}

@media (max-width:767.98px) {
    .sBrand__imgWrap--sm {
        width: 101vw;
        margin-left: calc(-62.5vw - -62.5%)
    }

    .sBrand__imgRow {
        padding-bottom: 5.35714rem
    }

    .sBrand .h3,
    .sBrand h3 {
        text-align: center
    }

    .sBrand--about .h3,
    .sBrand--about h3 {
        text-align: left
    }

    .sBrand--about .sBrand__imgRow {
        padding-bottom: 0
    }

    .yadomaBlock .h3,
    .yadomaBlock h3 {
        text-align: center;
        margin-bottom: 1.42857rem;
        font-size: 1.42857rem
    }

    .sColections__link {
        font-size: 12px
    }

    .sNew--bread .sZones .section-title .h1,
    .sNew--bread .sZones .section-title h1,
    .sZones .section-title .h2,
    .sZones .section-title .sNew--bread .h1,
    .sZones .section-title .sNew--bread h1,
    .sZones .section-title h2 {
        font-size: 2.57143rem
    }

    .animated {
        -webkit-transition-property: none !important;
        transition-property: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-animation: none !important;
        animation: none !important
    }
}

@media (max-width:575.98px) {
    .container {
        padding-left: 24px;
        padding-right: 24px
    }

    .footer__row {
        --bs-gutter-x: 48px;
        margin-left: calc(var(--bs-gutter-x)*-1/2);
        margin-right: calc(var(--bs-gutter-x)*-1/2)
    }

    .footer__row>* {
        padding-left: calc(var(--bs-gutter-x)/2);
        padding-right: calc(var(--bs-gutter-x)/2)
    }

    .footer__col {
        padding: 0
    }

    .sBrand__logo img {
        width: 25vw
    }

    .catalogItem__btnWrap {
        width: 100%
    }

    .catalogItem div.catalogItem__btn .icon {
        display: none
    }

    .sImg .row {
        --bs-gutter-x: 15px;
        margin-left: calc(var(--bs-gutter-x)*-1/2);
        margin-right: calc(var(--bs-gutter-x)*-1/2)
    }

    .sImg .row>* {
        padding-left: calc(var(--bs-gutter-x)/2);
        padding-right: calc(var(--bs-gutter-x)/2)
    }

    .sNew .section-title .h2,
    .sNew .section-title .sNew--bread .h1,
    .sNew .section-title .sNew--bread h1,
    .sNew .section-title h2,
    .sNew--bread .sNew .section-title .h1,
    .sNew--bread .sNew .section-title h1 {
        font-size: 36px
    }

    .top-nav__pop-up-cont {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media (min-width:768px) and (max-width:1019.98px) {
    .catalogItem__btn {
        padding-left: 7px;
        padding-right: 7px
    }
}

@media (min-width:576px) and (max-width:1019.98px) {
    .yadoma-c__item {
        width: calc(33.33333% - 10.66667px);
        margin-right: 16px
    }

    .yadoma-c__item:nth-child(3n) {
        margin-right: 0
    }
}

@media (prefers-reduced-motion:reduce) {

    .form-check-input,
    .form-control {
        -webkit-transition: none;
        transition: none
    }

    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }

    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }

    .form-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }

    .btn,
    .customer .form-wrap__back-btn,
    .customer .form-wrap__send-btn,
    .footer__subscribe .form-wrap__btn,
    .js-order .form-wrap__back-btn,
    .js-order .form-wrap__send-btn,
    .modal-win .form-wrap__btn,
    .sCart__btn,
    .sProdCard__cart-btn,
    .sProdCard__minus-btn,
    .sProdCard__plus-btn,
    .step-chb__btn,
    .step-place .form-wrap__btn,
    .top-nav__search-strip .form-wrap__btn {
        -webkit-transition: none;
        transition: none
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

.visible-xs {
    display: none
}

.a_collection {
    color: rgba(63, 68, 67, .5)
}

.certificate .h1 {
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    margin: 60px 0 30px
}

.certificate .h3 {
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    margin: 60px 0 70px
}

.certificate .h2 {
    font-size: 36px;
    text-align: center;
    margin: 0 0 50px
}

.certificate .h1:after {
    content: "";
    width: 35px;
    height: 1px;
    background: #3f4443;
    display: flex;
    margin: 30px auto 0
}

.sub-title {
    text-align: center;
    font-size: 16px;
    margin: 0 0 30px
}

.choose-ser-button {
    background: #f8f5f0;
    border: 1px solid #c9ab93;
    border-radius: 3px;
    color: #9b5a25;
    display: flex;
    margin: 0 auto;
    padding: 15px;
    width: 210px;
    justify-content: center
}

.certificate-about {
    padding: 130px 0
}

.certificate-about .row {
    margin: 0 -45px
}

.certificate-about .col-md-5,
.certificate-about .col-md-7 {
    padding: 0 45px
}

.certificate-about img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.certificate-video {
    display: block;
    position: relative;
    height: 100%
}

.certificate-video:after {
    content: "";
    background: url(/local/templates/template/img/new_img/play.svg) no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -20px
}

.certificate-type {
    padding: 0 0 120px
}

.certificate-type-block img {
    width: 100%
}

.certificate-type .row {
    margin: 0 -80px
}

.certificate-type .col-md-4 {
    padding: 0 80px
}

.certificate-type .col-md-4:nth-child(2) {
    margin: 0 -40px;
    width: 38%
}

.certificate-type-block__title {
    font-size: 18px;
    margin: 15px 0
}

.certificate-type-block p {
    width: 60%
}

.certificate-type-block__button {
    color: #9b5a25;
    border: 1px solid #c9ab93;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 15px
}

.certificate-brends {
    padding: 0 0 200px
}

.certificate-brends img {}

.certificate-brends__title {
    font-size: 57px;
    color: #3f4443;
    text-transform: uppercase;
    line-height: 62px
}

.certificate-brends .col-xl-4 {
    display: flex
}

.certificate-brends p {
    max-width: 390px;
    display: flex;
    margin: 0 0 0 auto;
    align-items: flex-end
}

.certificate-gallery {
    padding: 0 0 100px
}

.certificate-gallery__title {
    font-size: 48px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 50px
}

.certificate-gallery img {
    margin: 0 0 30px;
    width: 100%;
    object-fit: cover
}

.certificate-grey-block {
    background: #737c7b;
    color: #efeae6;
    text-align: center;
    padding: 165px 100%;
    margin: 0 -100% 120px
}

.certificate-grey-block__text {
    font-size: 24px
}

.certificate-grey-block__text:after {
    content: "";
    background: url(/local/templates/template/img/new_img/spica.svg) no-repeat;
    width: 46px;
    height: 60px;
    display: block;
    margin: 50px auto 0
}

#certificate-popup-del {
    font-family: var(--bs-font-sans-serif);
    line-height: 1.5;
    padding: 36px 120px
}

#certificate-form-del {
    width: 815px
}

.popup-del-title {
    font-size: 18px;
    font-family: Forum, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    margin: 0 0 10px
}

.chaynaya-zona-items {
    width: 100%;
    padding: 250px 0 200px
}

.chaynaya-zona-item__img {
    position: relative;
    margin: 0 0 20px
}

.chaynaya-zona-item__img img {
    width: 100%;
    height: auto
}

.chaynaya-zona-item__sale {
    position: absolute;
    top: 32px;
    right: 32px
}

.chaynaya-zona-item__tags {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 15px
}

.chaynaya-zona-item__tags li {
    margin: 0 10px 0 0
}

.chaynaya-zona-item__tags a {
    border: 1px solid rgba(58, 67, 66, .3);
    border-radius: 4px;
    display: inline-block;
    padding: 5px 10px
}

.chaynaya-zona-item__title {
    text-transform: uppercase;
    font-size: var(--fontSizeBase);
    font-weight: 600;
    margin: 0 0 10px
}

.chaynaya-zona-item__desc {
    margin: 0 0 10px
}

.chaynaya-zona-item__desc span {
    color: #737c7b
}

.chaynaya-zona-item__price {
    list-style: none;
    margin: 0 0 10px;
    display: flex
}

.chaynaya-zona-item__price li {
    margin: 0 10px 0 0
}

.chaynaya-zona-item__price_old {
    color: #bcbab7;
    text-decoration: line-through
}

.chaynaya-zona-item__btn,
.chaynaya-zona-item__spinner {
    padding: 0 50px;
    height: 50px;
    display: inline-flex;
    background: 0 0;
    border: 1px solid #3f4443;
    border-radius: 3px;
    align-items: center;
    justify-content: center
}

.chaynaya-zona-item__spinner {
    padding: 0
}

.spinnter-minus {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-right: 1px solid #3f4443
}

.spinnter-plus {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-left: 1px solid #3f4443
}

.spinner-sum {
    padding: 0 35px;
    height: 50px;
    display: inline-flex;
    align-items: center
}

.chaynaya-zona-item__btn:hover,
.spinnter-minus:hover,
.spinnter-plus:hover {
    background: #3f4443;
    color: #fff
}

.chaynaya-zona-item__btn:hover svg path {
    fill: #fff
}

.chaynaya-zona-item__btn svg,
.chaynaya-zona-item__spinner svg {
    margin-right: 8px;
    line-height: 1
}

.chaynaya-zona-item {
    margin: 0 0 80px
}

.chaynaya-zona-pag {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 50px 0 0
}

.chaynaya-zona-pag li {
    margin: 0 15px
}

@media (max-width:1365px) {
    .certificate-brends img {}

    .certificate-brends__title {
        font-size: 47px;
        line-height: 53px
    }

    .certificate-brends p {
        margin: 0
    }

    .certificate-type .row {
        margin: 0 -40px
    }

    .certificate-type .col-md-4 {
        padding: 40px
    }

    .certificate-type-block p {
        width: 100%
    }
}

@media (max-width:991px) {
    .certificate-about .row {
        margin: 0 -25px
    }

    .certificate-about .col-md-5,
    .certificate-about .col-md-7 {
        padding: 0 25px
    }

    .certificate-about {
        padding: 80px 0
    }

    .certificate-type .row {
        margin: 0 -15px
    }

    .certificate-type .col-md-4 {
        padding: 0 15px
    }

    .certificate-type .col-md-4:nth-child(2) {
        margin: 0;
        width: 33.33333%
    }

    .certificate-brends img {}

    .certificate-brends p {
        margin: 0
    }

    .certificate-brends__title {
        font-size: 47px;
        line-height: 53px
    }

    .certificate-brends {
        padding: 0 0 80px
    }

    #certificate-form-del {
        width: auto
    }

    #certificate-popup-del {
        padding: 0
    }
}

@media (max-width:767px) {
    .certificate-video {
        margin: 0 0 30px;
        height: auto
    }

    .certificate-type-block {
        margin: 0 0 50px
    }

    .certificate-type {
        padding: 0 0 30px
    }

    .certificate-brends img {}

    .certificate-brends__title {
        font-size: 36px;
        line-height: 40px;
        margin: 30px 0
    }

    .certificate-gallery__title {
        font-size: 36px
    }

    .certificate-grey-block {
        padding: 100px 100%
    }

    .certificate-grey-block p br {
        display: none
    }

    .certificate-type .col-md-4:nth-child(2) {
        width: 100%
    }

    #certificate-form-del {
        padding: 30px 15px 15px;
        width: 300px
    }

    .popup-window span.popup-window-close-icon {
        top: 15px;
        right: 10px
    }
}

.dds-filter-result {
    overflow-x: hidden
}



.form-item-b {
    display: none;
}

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

.sProdCard__v-img {
    cursor: default;
}





/* ELEMENTS */

/* btns */
.y_btn_1{
    background:#3F4443;
    color:white;
    padding:.5em 1em;
    cursor:pointer;
	border-radius:4px;
    border:none;
}

.y_btn_2{
    background:#F8F5F0;
    color:#9B5A25;
    padding: 1.1em 1em;
	border-radius:3px;
    border:1px solid #C9AB93;
    font-size: 14px;
    text-align: center;
    cursor:pointer;
}
.y_btn_2:hover{
    background: #C9AB93;
    color: white;
}

/* input */
.y_input{
	width: 100%;
    border: 1px solid #D5D6D6;
	padding: 10px;
	border-radius:4px;
	background: transparent;
}
.y_input:focus-visible{
	outline:none;
	border:1px solid black;
}
input:-webkit-autofill{
	-webkit-box-shadow: 0 0 0px 1000px #f8f5f0 inset !important;
}

/* show more */
.y_showMore{
	position: relative;
	margin-top: 20px;
	font-size: 14px;
	text-decoration: underline;
	text-underline-offset: .25em;
}
.y_showMore span{
	cursor: pointer;
}
.y_showMore:not(.y_showMore_showed):after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    top: -40px;
    left: 0;
    background: linear-gradient(180deg, rgba(239, 234, 230, 0.5) 0%, #efeae6 100%);
}
@media(max-width:768px){
    .y_showMore{
        margin-top: 15px;
    }
}


/* NAVBAR */
.y_navbar{
    display: none;
}
@media (max-width: 1019.95px){
    .y_navbar{
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px 15px;
        background-color: white;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        box-shadow: 0px -1px 1px 0px #cccccc;
        z-index: 9;
    }
    .y_navbar__list{
        display: flex;
        align-items: center;
        justify-content: space-around;
        gap: 5px;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    .y_navbarBtn{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .y_navbarBtn__title{
        font-size: 11px;
        color: #3F4443;
    }

    .y_productPage .y_navbar{
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        box-shadow: none;
    }

}





/* NEW YEAR MENU */
.y_menuNewYear{
    display: flex;
    align-items: center;
    gap: 0 5px;
    color: #F14A28;
}
.y_menuNewYear:before,
.y_menuNewYear:after{
    content: '';
    display: block;
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.y_menuNewYear:before{
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_919_236)'%3E%3Ccircle cx='6.90308' cy='6' r='6' fill='%23F14A28'/%3E%3Cpath d='M12.9031 6C12.9031 2.68629 10.2168 0 6.90308 0C3.58937 0 0.903076 2.68629 0.903076 6L12.9031 6Z' fill='%23F2BDAB'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_919_236'%3E%3Crect width='12' height='12' fill='white' transform='translate(0.903076)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.y_menuNewYear:after{
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_919_240)'%3E%3Ccircle cx='6.90308' cy='6' r='6' fill='%23F14A28'/%3E%3Cpath d='M12.9031 6C12.9031 2.68629 10.2168 0 6.90308 0C3.58937 0 0.903076 2.68629 0.903076 6L12.9031 6Z' fill='%23F6E3BD'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_919_240'%3E%3Crect width='12' height='12' fill='white' transform='translate(0.903076)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
@media (max-width: 1024px){
    .y_menuNewYear:before,
    .y_menuNewYear:after{
        transform: translateY(-3px);
    }
}




/* PRODUCT */
.new-element-detail .sProdCard__slider-col{
    height: auto;
    height: 0;
    padding-top: 100%;
    padding-top: calc(100% - 100px);
    overflow: hidden;
}
.sProdCard__sliderWrapper{
    display: flex;
    flex-direction: row-reverse;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.new-element-detail .sProdCard__thumb{
    width:  90px;
    height: 100%;
}
.sProdCard__thumb .swiper-slide{
    height: auto;
}
.sProdCard__thumb-img{
    height: 100%;
    padding-top: 0 !important;
}
.sProdCard__thumb-img img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.new-element-detail .sProdCard__slider{
    overflow: hidden;
    width: 100%;
}


.description-img-block .sProdCard__thumb .swiper-button-prev {
    top: 5px;
    left: 50%;
    transform: rotate(90deg) translate(44%, 48%);
    background-color: rgba(239, 234, 230, .5);
    width: 50px;
    height: 50px;
    background-color: rgb(239 234 230 / 70%);
    border-radius: 100%;
}

.description-img-block .sProdCard__thumb .swiper-button-next {
    top: unset;
    bottom: 5px;
    left: 52%;
    transform: rotate(90deg) translateY(50%);
    background-color: rgba(239, 234, 230, .5);
    width: 50px;
    height: 50px;
    background-color: rgb(239 234 230 / 70%);
    border-radius: 100%;
}

@media (max-width: 1019.95px) {
    .new-element-detail .sProdCard__slider-col{
        height: auto;
        padding-top: 0;
    }
    .sProdCard__sliderWrapper{
        position: relative;
        flex-direction: column;
    }
    .new-element-detail .sProdCard__thumb{
        width: 100%;
        height: auto;
    }

    .description-img-block .sProdCard__thumb .swiper-button-prev{
        top: 50%;
        left: 5px;
        right: unset;
        transform: rotate(0deg) translateY(0%);
    }

    .description-img-block .sProdCard__thumb .swiper-button-next{
        top: 50%;
        right: 5px;
        left: unset;
        transform: rotate(0deg) translateY(0%);
    }
}



/* CATALOG */
.y_catalogHeading{
    margin-bottom: 20px;
}
.y_productList{
	display: grid;
	grid-template-columns: repeat(9, 1fr);
	gap: 40px 20px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.y_productList_full{
    grid-template-columns: repeat(12, 1fr);
}

/* catalog item */
.y_productItem{
    grid-column-start: span 3;
}
.catalogItem .tqCartBlock{
    --elSize: 45px;
    height: var(--elSize);
}
.catalogItem__btnWrap{
    height: var(--elSize);
    line-height: var(--elSize);
}

.catalogItem__btnWrap .catalogItem__minus{
    height: var(--elSize);
}
.catalogItem__btnWrap .catalogItem__plus{
    height: var(--elSize);
}

@media( max-width: 1024px ){
    .catalogItem .tqCartBlock{
        --elSize: 40px;
    }
    .catalogItem__btnWrap{
        width: 100%;
    }
    .y_productItem:nth-child(5n){
        grid-column-start: span 6;
        & .catalogItem .tqCartBlock{
            --elSize: 50px;
        }
    }
}

/* gallery */
.y_productItem__gallery{
    & ul{
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
}

@media( max-width: 1024px ){
	.y_productList{
		grid-template-columns: repeat(6, 1fr);
		gap: 20px 10px;
	}
}


/* CONTAINER */
.container {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media screen and (min-width: 1024px) {
    .container {
        max-width: 1360px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (min-width: 1440.95px) {
    .container {
      max-width: 1440px;
      padding-left: 20px;
      padding-right: 20px;
    }
}