:root {
    /*fonts*/

    /*colors*/
}

@-webkit-keyframes show {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes show {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    /* stylelint-disable-next-line property-no-vendor-prefix */
    -moz-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
}

html {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: subpixel-antialiased;
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    font-size: 16px;
    font-family: 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: subpixel-antialiased;
    overflow-x: hidden;
}

input {
    border: none;
    outline: none;
    border-radius: 0;
    /* stylelint-disable-next-line property-no-vendor-prefix */
    -webkit-appearance: none;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

input:focus {
    outline: none;
}

input::-webkit-input-placeholder {
    font-family: inherit;
    color: inherit;
}

input:-ms-input-placeholder {
    font-family: inherit;
    color: inherit;
}

input::-ms-input-placeholder {
    font-family: inherit;
    color: inherit;
}

input::placeholder {
    font-family: inherit;
    color: inherit;
}

input[type='text']:invalid,
input[type='phone']:invalid,
input[type='email']:invalid {
    border-color: #d00;
    box-shadow: none;
}

button {
    border: none;
    outline: none;
    border-radius: 0;
    cursor: pointer;
    background-color: transparent;
    /* stylelint-disable-next-line property-no-vendor-prefix */
    -webkit-appearance: none;
}

button::-moz-focus-inner {
    border: 0; /*снимает border при фокусе табами*/
}

button:focus {
    outline: none;
}

textarea {
    border: none;
    outline: none;
    border-radius: 0;
    resize: none;
    /* stylelint-disable-next-line property-no-vendor-prefix */
    -webkit-appearance: none;
    overflow: auto;
}

/* for ie, remove scrollbar*/

textarea:focus {
    outline: none;
}

textarea::-webkit-input-placeholder {
    font-family: inherit;
    color: inherit;
}

textarea:-ms-input-placeholder {
    font-family: inherit;
    color: inherit;
}

textarea::-ms-input-placeholder {
    font-family: inherit;
    color: inherit;
}

textarea::placeholder {
    font-family: inherit;
    color: inherit;
}

input[type='number'] {
    /* stylelint-disable-next-line property-no-vendor-prefix */
    -moz-appearance: textfield;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    /* stylelint-disable-next-line property-no-vendor-prefix */
    -webkit-appearance: none;
    margin: 0;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-ms-clear {
    /* stylelint-disable-next-line property-no-vendor-prefix */
    -webkit-appearance: none;
    display: none;
}

a {
    font-size: inherit;
    color: inherit;
    text-decoration: none;
}

a:focus,
a:visited {
    outline: none;
}

ul, ol {
    list-style: none;
}

.container {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
    /*border-left: 1px solid #ECF0F1;*/
    /*border-right: 1px solid #ECF0F1;*/
}

.main {
    position: relative;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-top: 170px;
    z-index: 3;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h6, .h5 {
    font-family: 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

h1._centered, .h1._centered, h2._centered, .h2._centered, h3._centered, .h3._centered, h4._centered, .h4._centered, h6._centered, .h5._centered {
    text-align: center;
}

h1,
.h1 {
    margin-bottom: 50px;
    font-size: 32px;
}

h2,
.h2 {
    margin-bottom: 40px;
    font-size: 25px;
}

h2 span, .h2 span {
    display: inline-block;
    margin-right: 10px;
}

h3,
.h3 {
    font-size: 18px;
}

h4,
.h4 {
    font-size: 16px;
}

h5,
.h5 {
    font-size: 14px;
}

/* Global elements */

.label {
    display: block;
    margin-bottom: 30px;
}

.label span {
    display: block;
    margin-bottom: 5px;
    font: 16px/20px 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #000;
}

.agreement {
    display: block;
}

.input,
.textarea {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 34px;
    font: 14px 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #000;
    border-bottom: 1px solid #e9e9e9;
    background: transparent;
    -webkit-box-shadow: inset 0 -6px 12px -9px #e9e9e9;
    box-shadow: inset 0 -6px 12px -9px #e9e9e9;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder {
    color: #999;
}

.input:-ms-input-placeholder, .textarea:-ms-input-placeholder {
    color: #999;
}

.input::-ms-input-placeholder, .textarea::-ms-input-placeholder {
    color: #999;
}

.input::placeholder, .textarea::placeholder {
    color: #999;
}

.input:focus, .textarea:focus {
    border-color: #dfba8e;
    -webkit-box-shadow: inset 0 -6px 12px -9px #dfba8e;
    box-shadow: inset 0 -6px 12px -9px #dfba8e;
}

.input._search {
    padding-right: 30px;
}

.attach {
    display: block;
    margin-bottom: 35px;
    padding-bottom: 10px;
    cursor: pointer;
}

.attach__field {
    display: none;
}

.attach__text {
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.attach__text:hover .attach__text-name {
    color: #dfba8e;
}

.attach__text-name {
    position: relative;
    padding-right: 35px;
    font: 14px/20px 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #000;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.attach__text-name::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 10px;
    height: 16px;
    background: url('../assets/icon/attach-icon.svg') center/contain no-repeat;
}

.attach__text-formats {
    font: 12px/20px 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #999;
}

.attach__file {
    position: relative;
    height: 0;
    padding-right: 50px;
    font: 14px/20px 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.attach__file._show {
    height: auto;
    opacity: 1;
    visibility: visible;
}

.attach__file-remove {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.textarea {
    min-height: 50px;
    padding: 5px 0;
}

.checkbox,
.radio {
    position: relative;
    display: block;
    padding: 3px 0;
    cursor: pointer;
}

.checkbox._white:hover .checkbox__text::before, .radio._white:hover .checkbox__text::before {
    background: white;
    border-color: white;
}

.checkbox__check[type='checkbox'],
.checkbox__check[type='radio'],
.radio__check[type='checkbox'],
.radio__check[type='radio'] {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    opacity: 0;
    z-index: -1;
}

.checkbox__check[type='checkbox']:checked + .checkbox__text::after,
.checkbox__check[type='checkbox']:checked + .radio__text::after,
.checkbox__check[type='radio']:checked + .checkbox__text::after,
.checkbox__check[type='radio']:checked + .radio__text::after,
.radio__check[type='checkbox']:checked + .checkbox__text::after,
.radio__check[type='checkbox']:checked + .radio__text::after,
.radio__check[type='radio']:checked + .checkbox__text::after,
.radio__check[type='radio']:checked + .radio__text::after {
    background: #000;
}

.checkbox__text, .radio__text {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 0 7px 25px;
    font: 12px/16px 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #616161;
    cursor: pointer;
}

.checkbox__text:hover::before, .radio__text:hover::before {
    background: #e9e9e9;
    border-color: #e9e9e9;
}

.checkbox__text::before, .radio__text::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #999;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.checkbox__text::after, .radio__text::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.checkbox__text span, .radio__text span {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.checkbox__text a, .radio__text a {
    color: #000;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.checkbox__text a:hover,
.checkbox__text a:active,
.radio__text a:hover,
.radio__text a:active {
    color: #dfba8e;
}

.link {
    position: relative;
    display: block;
    font: 14px/20px 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #616161;
    z-index: 2;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}

.link:hover::before {
    width: 60px;
}

.link:active {
    color: #dfba8e;
}

.link:active::before {
    opacity: 0;
    visibility: hidden;
}

.link._black {
    color: #000;
}

.link::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 0;
    height: 2px;
    background: #dfba8e;
    z-index: -1;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
}

.show-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.show-more__text {
    margin-bottom: 20px;
    font: 14px/30px 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #616161;
}

.scrollable.default-skin .scroll-bar .thumb {
    right: -3px;
    width: 12px;
    min-height: 12px;
    border: 1px solid #999;
    border-radius: 0;
    background-color: white;
    opacity: 1;
}

.scrollable.default-skin .scroll-bar.vertical {
    background: #e9e9e9;
}

/* Global elements */

@-webkit-keyframes dash {
    20% {
        opacity: 1;
    }
    70% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
    80% {
        stroke-dashoffset: 0;
        opacity: 0;
    }
    100% {
        stroke-dashoffset: 1700;
    }
}

@keyframes dash {
    20% {
        opacity: 1;
    }
    70% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
    80% {
        stroke-dashoffset: 0;
        opacity: 0;
    }
    100% {
        stroke-dashoffset: 1700;
    }
}

.test {
    position: relative;
}

.test__texture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1100px;
    background-image: url('../assets/source/test-bg-3.png');
    background-position: center;
    background-size: auto 1100px;
    background-repeat: no-repeat;
    z-index: 2;
}

.test__wrapper {
    position: relative;
    height: 1100px;
    -webkit-transition: background-color 800ms;
    transition: background-color 800ms;
    z-index: -1;
}

.test .svg {
    position: absolute;
    top: 69%;
    left: 72%;
    width: 100px;
    fill: none;
    z-index: 999;
    stroke: rgba(255, 255, 255, .7);
    stroke-width: 3px;
    stroke-dasharray: 1700;
    stroke-dashoffset: 1700;
    -webkit-animation: dash 10s linear infinite;
    animation: dash 10s linear infinite;
    opacity: 0;
}

.get-touch {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 585px;
    height: 280px;
    margin: 0 auto 8.33333%;
    padding: 65px 50px 30px;
    background: url('../assets/img/letter-pict.svg') center/contain no-repeat;
}

.get-touch__text {
    font: 16px/24px 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #000;
}

.get-touch__text a {
    border-bottom: 1px solid #000;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.get-touch__text a:hover {
    border-color: #dfba8e;
    color: #dfba8e;
}

.visual-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.btn {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 300ms;
    transition: 300ms;
}
.btn-black {
  padding: 15px 30px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 0;
  font-size: 16px;
}
.btn-black:hover {
  background: #fff;
  color: #000;
}
.btn._white {
    position: relative;
    padding: 0 55px 0 35px;
    text-transform: uppercase;
    font: 12px/44px 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #616161;
    border: 1px solid #000;
}

.btn._white::before {
    content: '';
    position: absolute;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 6px;
    height: 6px;
    background: #dfba8e;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
}

.btn._white::after {
    content: '';
    position: absolute;
    left: calc(100% - 24px);
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 0;
    height: 2px;
    background: #dfba8e;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
}

.btn._white:hover::after {
    width: 58px;
}

.btn._white:active {
    border-color: #dfba8e;
}

.btn._white:active::after {
    width: 0;
}

.btn._white:disabled {
    border-color: #999;
}

.btn._white:disabled::before {
    background: #999;
}

.btn._white:disabled::after {
    display: none;
}

.btn._black {
    position: relative;
    height: 35px;
    padding: 0 55px 0 35px;
    text-transform: uppercase;
    font: 14px/35px 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #fff;
    background: #000;
    border: 1px solid #000;
}

.btn._black::before {
    content: '';
    position: absolute;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 6px;
    height: 6px;
    background: #dfba8e;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
}

.btn._black::after {
    content: '';
    position: absolute;
    left: calc(100% - 24px);
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 0;
    height: 2px;
    background: #dfba8e;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
}

.btn._black:hover::after {
    width: 58px;
}

.btn._black:active {
    color: white;
    border-color: #dfba8e;
    background: #dfba8e;
}

.btn._black:active::after {
    width: 0;
}

.btn._black:disabled {
    color: #fff;
    background-color: #999;
    border-color: #999;
}

.btn._black:disabled::before {
    background: #fff;
}

.btn._black:disabled::after {
    display: none;
}




.btn._gold {
    position: relative;
    height: 35px;
    padding: 0 35px 0 35px;
    text-transform: uppercase;
    font: 14px/35px 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #000;
    background: #dfba8e;
    border: 1px solid #dfba8e;
}

.btn._gold::before {
    /*content: '';*/
    /*position: absolute;*/
    /*right: 24px;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*margin: auto 0;*/
    /*width: 6px;*/
    /*height: 6px;*/
    /*background: #000;*/
    /*-webkit-transition: 300ms ease-out;*/
    /*transition: 300ms ease-out;*/
}

.btn._gold::after {
    /*content: '';*/
    /*position: absolute;*/
    /*left: calc(100% - 24px);*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*margin: auto 0;*/
    /*width: 0;*/
    /*height: 2px;*/
    /*background: #000;*/
    /*-webkit-transition: 300ms ease-out;*/
    /*transition: 300ms ease-out;*/
}

.btn._gold:hover::after {
    /*width: 58px;*/
}

.btn._gold:active {
    color: #000;
    border-color: #a78b6a;
    background: #a78b6a;
}

.btn._gold:active::after {
    /*width: 0;*/
}

.btn._gold:disabled {
    color: #666;
    background-color: #EFDDC7;
    border-color: #EFDDC7;
}

.btn._gold:disabled::before {
    /*background: #fff;*/
}

.btn._gold:disabled::after {
    /*display: none;*/
}

.btn._big {
    height: 50px;
    width: 100%;
}




.btn._small {
    padding-left: 20px;
    padding-right: 40px;
    line-height: 35px;
}

.btn._small::before {
    right: 18px;
}

.btn._go-back {
    position: relative;
    margin-bottom: 20px;
    padding-left: 50px;
    font: 14px/35px 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #000;
}

.btn._go-back:hover,
.btn._go-back:active {
    color: #dfba8e;
}

.btn._go-back:hover::before, .btn._go-back:active::before {
    background: #dfba8e;
}

.btn._go-back:hover::after, .btn._go-back:active::after {
    border-right-color: #dfba8e;
}

.btn._go-back::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 35px;
    height: 2px;
    background: #616161;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.btn._go-back::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-right: 6px solid #616161;
    border-bottom: 3px solid transparent;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.btn._tab {
    min-width: 176px;
    padding: 0 15px;
    line-height: 40px;
    border: 1px solid black;
    color: black;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    background-color: transparent;
}

.btn._tab._js-active {
    background-color: black;
    color: white;
}

.btn._tab._js-active:hover,
.btn._tab._js-active:focus {
    border-color: black;
    color: white;
}

.btn._tab:hover,
.btn._tab:focus {
    border-color: #dfba8e;
    color: #dfba8e;
}

.text-block {
    font: 14px/20px 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #000;
}

.text-block p {
    margin-bottom: 15px;
    color: inherit;
}

.text-block a {
    border-bottom: 1px solid #000;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.text-block a:hover {
    border-color: #dfba8e;
    color: #dfba8e;
}

.text-block ol {
    counter-reset: num;
    list-style: none;
}

.text-block ol > li {
    position: relative;
    padding-left: 25px;
}

.text-block ol > li::before {
    counter-increment: num;
    content: counter(num) '.';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
}

.text-block ul {
    margin-bottom: 15px;
}

.text-block ul li {
    position: relative;
    padding-left: 24px;
    font: 14px/18px 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #000;
}

.text-block ul li:not(:last-child) {
    margin-bottom: 15px;
}

.text-block ul li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    background: #000;
}

.text-block table {
    width: 100%;
}

.text-block table th {
    width: 100%;
}

.text-block table td {
    width: 100%;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    z-index: 999;
}

.header._sticky {
    -webkit-animation: sticky 400ms;
    animation: sticky 400ms;
}

.header._small {
    position: fixed;
}

.header._small .header__inner {
    padding-top: 5px;
    padding-bottom: 5px;
}

.header._small .header__main-nav {
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.header._small .header__info {
    width: 0;
    opacity: 0;
    visibility: hidden;
}

.header._small .header__info * {
    font-size: 0;
}

.header._small .main-logo {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 146px;
    margin-right: 60px;
}

.header._small .header__catalog-nav {
    position: relative;
    top: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto;
    margin-right: 45px;
}

.header._small .users-menu {
    width: auto;
    margin-right: 30px;
}

.header__wrapper {
    border-bottom: 1px solid #e9e9e9;
}

._sticky .header__wrapper {
    border-color: transparent;
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .06);
}

.header__inner {
    position: relative;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 18px;
}

.header__search {
    position: absolute;
    top: calc(100% - 1px);
    width: 100%;
    display: none;
    padding-top: 7px;
    padding-bottom: 7px;
    background: white;
    z-index: 99;
}

.header__search._open {
    display: block;
}

.header__info {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(50% - 115px);
    opacity: 1;
    visibility: visible;
}

.header__contacts {
    margin-right: 60px;
}

.header__phone {
    font: 18px/24px 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #000;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}

.header__phone:hover {
    color: #dfba8e;
}

.header__phone:hover span {
    color: #000;
}

.header__phone span {
    font-family: 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}

.header__phone._sticky {
    display: none;
    font-size: 16px;
}

._sticky .header__phone._sticky {
    display: block;
}

.header__working-schedule {
    display: block;
    font: 13px/18px 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #999;
}

.header__address {
    position: relative;
    padding-left: 22px;
    font: 16px/20px 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #616161;
}

.header__address svg {
    position: absolute;
    bottom: 5px;
    left: 0;
    display: block;
    width: 14px;
    height: 18px;
}

.header__catalog-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
}

@-webkit-keyframes sticky {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes sticky {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes unsticky {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes unsticky {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

/*@import 'blocks/headerOLD.css';*/

.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer__section {
    padding: 28px 0;
}

.footer__section._data-security {
    width: 21.25%;
    padding-left: 39px;
    border-left: 1px solid #e9e9e9;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.footer__section._data-security .footer__section-content {
    margin-bottom: 20px;
}

.footer__section._service {
    -ms-flex-preferred-size: 210px;
    flex-basis: 210px;
}

.footer__section-title {
    margin-bottom: 18px;
    font: 18px/24px 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #999;
}

.footer__section-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer__section-images {
    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;
    width: 100%;
    padding-top: 5px;
}

.footer__section-image {
    width: 33.3333%;
    margin-bottom: 18px;
    text-align: center;
    font-size: 0;
}

.footer__section-image img {
    display: inline-block;
    max-width: 90%;
    max-height: 100%;
}

.footer__link {
    padding: 5px 0;
    font-size: 12px;
}

.footer__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer__contacts-link {
    display: block;
    padding: 5px 0;
}

.footer__bottom {
    background: #f6f6f8;
    -webkit-box-shadow: 0 -6px 12px -9px #e9e9e9;
    box-shadow: 0 -6px 12px -9px #e9e9e9;
}

.footer__bottom-wrapper {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 54px;
}

.footer__copywriting,
.footer__created {
    font: 12px/20px 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #000;
}

.footer__created-developer {
    -webkit-transition: 300ms;
    transition: 300ms;
}

.footer__created-developer:hover {
    color: #dfba8e;
}

.breadcrumbs {
    margin-bottom: 35px;
    padding-top: 25px;
}

.breadcrumbs__list {
    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;
}

.breadcrumbs__item {
    position: relative;
    font: 14px/36px 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #999;
}

.breadcrumbs__item:not(:last-child) {
    margin-right: 24px;
    padding-right: 25px;
}

.breadcrumbs__item:not(:last-child)::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 7px;
    background: #000;
}

.breadcrumbs__item._white {
    color: white;
}

.breadcrumbs__link {
    display: inline-block;
    color: #000;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.breadcrumbs__link:hover {
    color: #dfba8e;
}

.main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 0;
    margin-right: -20px;
}

.main-nav__link {
    padding-right: 20px;
}

.main-nav__link:not(:last-child) {
    margin-right: 15px;
}

.main-nav__link._active {
    color: #dfba8e;
}

.main-logo {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    width: 226px;
}

.main-logo img {
    max-width: 100%;
    height: auto;
}

.users-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: calc(50% - 115px);
}

.users-menu__search-btn {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 26px;
}

.users-menu__search-btn:hover::before {
    -webkit-box-shadow: 0 0 0 1px #dfba8e;
    box-shadow: 0 0 0 1px #dfba8e;
}

.users-menu__search-btn:hover::after {
    background: #dfba8e;
}

.users-menu__search-btn:hover._js-active::before,
.users-menu__search-btn:hover._js-active::after,
.users-menu__search-btn:hover._open::before,
.users-menu__search-btn:hover._open::after {
    background: #dfba8e;
}

.users-menu__search-btn._js-active::before, .users-menu__search-btn._open::before {
    -webkit-transform: translate(0, 0) rotate(45deg);
    transform: translate(0, 0) rotate(45deg);
    -webkit-transform-origin: -3px 6px 0;
    transform-origin: -3px 6px 0;
    width: 20px;
    height: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 4px;
    background: #000;
}

.users-menu__search-btn._js-active::after, .users-menu__search-btn._open::after {
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
    -webkit-transform-origin: 13px 1px 0;
    transform-origin: 13px 1px 0;
    width: 20px;
    height: 1px;
    border-radius: 4px;
    background: #000;
}

.users-menu__search-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    -webkit-box-shadow: 0 0 0 1px #000;
    box-shadow: 0 0 0 1px #000;
    border-radius: 50%;
    background: white;
    -webkit-transition: 400ms cubic-bezier(.54, -.81, .57, .57);
    transition: 400ms cubic-bezier(.54, -.81, .57, .57);
    z-index: 2;
}

.users-menu__search-btn::after {
    content: '';
    position: absolute;
    bottom: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%) rotate(50deg);
    transform: translate(0, -50%) rotate(50deg);
    -webkit-transform-origin: 5px 5px 0;
    transform-origin: 5px 5px 0;
    display: block;
    width: 18px;
    height: 1px;
    background: #000;
    -webkit-transition: 400ms cubic-bezier(.54, -.81, .57, .57);
    transition: 400ms cubic-bezier(.54, -.81, .57, .57);
}

.users-menu__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.users-menu__link {
    position: relative;
    display: block;
    font-size: 0;
}

.users-menu__link:not(:last-of-type) {
    margin-right: 26px;
}

.users-menu__link:hover svg {
    fill: #dfba8e;
}

.users-menu__link svg {
    display: block;
    width: 20px;
    height: 20px;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.users-menu__link-counter {
    position: absolute;
    display: block;
    padding: 0 5px;
    border-radius: 16px;
    text-align: center;
    background: #dfba8e;
    font: 9px/14px 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: white;
}

.users-menu__link._basket .users-menu__link-counter {
    top: -8px;
    right: -7px;
}

.users-menu__link._favorites .users-menu__link-counter {
    top: -8px;
    right: -10px;
}

.nav {
    width: 100%;
    background: white;
}

.nav__list {
    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;
    height: 55px;
}

._sticky .nav__list {
    height: 50px;
}

.nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 18px/24px 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #616161;
    -webkit-transition: color 300ms;
    transition: color 300ms;
    height: 100%;
}

._small .nav__link {
    font-size: 14px;
}

._small .nav__link:hover {
    color: #dfba8e;
}

._small .nav__link:hover::before {
    display: none;
}

.nav__item {
    height: 100%;
}

.nav__item:hover .nav__submenu {
    visibility: visible;
    opacity: 1;
}

._small .nav__item:hover .nav__submenu {
    visibility: hidden;
    opacity: 0;
}

.nav__submenu {
    position: absolute;
    top: 100%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f6f6f8;
    width: 100%;
    min-height: 100px;
    padding: 24px 0 40px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.nav__submenu::after {
    content: '';
    position: absolute;
    top: 0;
    width: 120vw;
    height: 100%;
    background-color: #f6f6f8;
    z-index: -1;
    left: calc(-50vw + 50%);
}

.nav__submenu-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    /*flex-direction: column;*/
    /*width: 22%;*/
}

.nav__submenu-section._small {
    width: 12%;
}

.nav__submenu-title {
    color: #999;
    margin-bottom: 18px;
}

.nav__submenu-link {
    font-size: 14px;
    color: #616161;
    -webkit-transition: 300ms;
    transition: 300ms;
    margin-bottom: 14px;
}

.nav__submenu-link:hover {
    color: #dfba8e;
}

.nav__submenu-brand {
    position: relative;
    width: 60%;
    padding-bottom: 40%;
    margin: 0 auto 10px;
    overflow: hidden;
}

.nav__submenu-brand img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.nav__submenu-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
}

.nav__submenu-top a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #616161;
    -webkit-transition: 300ms;
    transition: 300ms;
    margin-bottom: 6px;
}

.nav__submenu-top a:hover {
    color: #dfba8e;
}

.nav__submenu-top img {
    height: 26px;
    margin-right: 10px;
}

.nav__submenu-bold {
    font-family: 'Montserrat-Medium', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 14px;
    color: #616161;
    margin-bottom: 10px;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.nav__submenu-bold:hover {
    color: #dfba8e;
}

.slider-wrap {
    position: relative;
}

.slider-wrap__dots {
    font-size: 0;
}

.slider-wrap__dots .slick-dots {
    display: inline-flex;
}

.slider-wrap__dots .slick-dots li:hover button::before {
    background: #000;
}

.slider-wrap__dots .slick-dots li.slick-active button::before {
    background: #000;
}

.slider-wrap__dots .slick-dots button {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    font-size: 0;
}

.slider-wrap__dots .slick-dots button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 8px;
    height: 8px;
    background: #999;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.slider-wrap__arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    width: 53px;
    height: 48px;
    padding: 20px 0;
    z-index: 2;
}

.slider-wrap__arrow._prev {
    left: 0;
}

.slider-wrap__arrow._next {
    right: 0;
}

.slider-wrap__arrow:hover svg rect {
    fill: #dfba8e;
}

.slider-wrap__arrow:hover svg .cls-1 {
    stroke: #dfba8e;
}

.slider-wrap__arrow:active svg rect {
    fill: #dfba8e;
}

.slider-wrap__arrow:active svg .cls-1 {
    stroke: #dfba8e;
}

.slider-wrap__arrow svg {
    display: block;
    width: 100%;
    height: 100%;
}

.slider-wrap__arrow svg rect {
    fill: #000;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.slider-wrap__arrow.slick-disabled svg {
    fill: #d3d3d3;
}

.promo {
    position: relative;
}

/* padding-bottom: calc(390 / 1080 * 100vh); */

.promo__smoke {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.promo__smoke video {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}

/* padding-top: 35px; */

.promo__promo-pict {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    min-width: 100%;
    min-height: 100%;
}

.promo__promo-pict._img1 {
    -webkit-animation: fadeOut 5000ms infinite cubic-bezier(.42, 0, .58, 1);
    animation: fadeOut 5000ms infinite cubic-bezier(.42, 0, .58, 1);
}

.promo__promo-pict._img2 {
    -webkit-animation: fadeIn 5000ms infinite cubic-bezier(.42, 0, .58, 1);
    animation: fadeIn 5000ms infinite cubic-bezier(.42, 0, .58, 1);
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
        visibility: visible;
    }

    50% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        visibility: visible;
    }

    50% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    50% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    50% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

.awards__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 60px;
}

.awards__half {
    position: relative;
    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;
    width: 50%;
    min-height: 400px;
    padding: 0 60px;
}

.awards__half .awards__text {
    max-width: 430px;
}

.awards__line {
    width: 100%;
    text-align: center;
    padding-top: 60px;
    margin-bottom: 60px;
}

.awards__line .awards__text {
    margin-bottom: 60px;
}

.awards__text {
    line-height: 24px;
}

.awards__image {
    position: absolute;
    top: 50%;
    left: 60px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: calc(100% - 120px);
    max-height: 100%;
}


.mainpage_container {
    margin-top: 50px;
    margin-bottom: 50px;
}

.promo-slider {
    position: relative;
}

.promo-slider__controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.promo-slider__scrolldown {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}

.promo-slider__scrolldown::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
    display: block;
    width: 12px;
    height: 12px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #616161;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.promo-slider__item {
    position: relative;
    height: 550px;
    background: white;
    text-align: center;
    outline: none;
}

.promo-slider__item .btn {
    color: #000;
}

.promo-slider__item-date {
    margin-bottom: 20px;
    text-transform: uppercase;
    font: 24px/32px 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #d7ac79;
}

.promo-slider__item-title {
    margin-bottom: 20px;
    text-transform: uppercase;
    font: 30px/36px 'Montserrat-Medium', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #000;
}

.promo-slider__item-desc {
    margin-bottom: 25px;
    text-transform: uppercase;
    font: 24px/32px 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #000;
}

.promo-slider__item-wrapper {
    position: relative;
    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;
    height: 100%;
}

.promo-slider__item-pict {
    position: absolute;
    top: 0;
    left: 0;
    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;
    width: 100%;
    height: 100%;
}

.promo-slider__item-pict img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.promo-slider__item-content {
    max-width: 700px;
    width: 100%;
    padding: 50px 150px;
    background: white;
}

.promo-slider__item-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.new-collection__promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 340px;
    background: url('../assets/uploads/new-collection__promo.jpg') center/cover no-repeat;
}

.new-collection__title {
    margin-bottom: 0;
}

.new-collection__navigation {
    border-bottom: 1px solid #e9e9e9;
}

.new-collection__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.new-collection__item {
    position: relative;
    display: block;
    margin-left: 10px;
    margin-bottom: 10px;
    padding-bottom: 30.41667%;
}

.new-collection__item:nth-child(2n+1) {
    margin-left: 0;
}

.new-collection__item:nth-child(6n+1) {
    width: 60.8333%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.new-collection__item:nth-child(6n+2) {
    width: 35.8333%;
}

.new-collection__item:nth-child(6n+3) {
    width: 26.25%;
}

.new-collection__item:nth-child(6n+4) {
    width: 70%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.new-collection__item:nth-child(6n+5) {
    width: 57.0833%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.new-collection__item:nth-child(6n+6) {
    width: 38.3333%;
}

.new-collection__item:hover .new-collection__item-title span::before {
    width: 70px;
}

.new-collection__item-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    /*filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');*/
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    overflow: hidden;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.new-collection__item-wrap:hover {
    /*filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');*/
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.new-collection__item-pict {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

.new-collection__item-title {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 75px;
    font: 25px/45px 'Montserrat-ExtraLight', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #000;
    background: white;
    z-index: 2;
}

.new-collection__item-title span {
    position: relative;
    display: inline-block;
}

.new-collection__item-title span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -35px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 0;
    height: 2px;
    background: #dfba8e;
    -webkit-transition: 300ms;
    transition: 300ms;
    z-index: -1;
}

.promo__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.promo__item {
    width: 25%;
    padding: 5px;
}
.promo__link {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    backface-visibility: hidden;
    transition: 300ms;
}

.promo__link:hover .promo__img {
    filter: grayscale(100%);
}

.promo__link span::before {
    left: -15px;
}

.promo__link:hover .new-collection__item-title span::before {
    width: 50px;
}

.promo__link .new-collection__item-title {
    padding: 5px 25px;
    line-height: 1.4;
    font-size: 18px;
}
.promo__img {

    background-image: url('../assets/img/promo1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 70%;
    transition: 300ms;
}

.promo__img-popular {
    background-image: url('../assets/img/promo1.jpg');
}
.promo__img-hit {
    background-image: url('../assets/img/promo2.jpg');
}
.promo__img-new {
    background-image: url('../assets/img/promo3.jpg');
}
.promo__img-sale {
    background-image: url('../assets/img/promo4.jpg');
}

@media (max-width: 959px) {
    .promo__item {
        width: 50%;
    }
}
@media (max-width: 639px) {
    .promo__item {
        width: 100%;
    }
}

.special-offers_container {

}

.special-offers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.special-offers__item-wrapper {
    width: 50%;
    padding: 0 5px;
}

.special-offers__item-wrapper:first-child {
    padding-left: 0;
}

.special-offers__item-wrapper:last-child {
    padding-right: 0;
}

@media (max-width: 767px) {
    .special-offers__item-wrapper {
        width: 100%;
        padding: 11px 0;
    }
    .special-offers__item-wrapper:first-child {
        padding-top: 0;
    }

    .special-offers__item-wrapper:last-child {
        padding-bottom: 0;
    }
}

.special-offers__item {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 70%;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    /*filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');*/
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 300ms;
    transition: 300ms;

}

.special-offers__item {
}
.special-offers__item:hover {
    /*filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');*/
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.special-offers__item-pict {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    min-width: 100%;
    min-height: 100%;
    -webkit-transition: 300ms;
    transition: 300ms;
    z-index: -1;
}

.special-offers__item-info {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 70%;
    height: 145px;
    background: rgba(255, 255, 255, .61);
    z-index: 2;
}

.special-offers__item-title {
    font: 24px/32px 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #000;
}

.special-offers__item-desc {
    padding-top: 12px;
    font: 14px/21px 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #000;
}

.advantages__title {
    margin-bottom: 10px;
    text-align: center;
}

.advantages__slogan {
    margin-bottom: 65px;
    text-align: center;
    font: 16px/22px 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #999;
}

.advantages__pict {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 500px;
    height: auto;
}

.brands__title {
    text-align: center;
}

.brands-slider {
    padding: 10px 70px;
}

.brands-slider__slide {
    margin: 0 20px;
    outline: none;
}

.brands-slider__item {
    position: relative;
    display: block;
    height: 114px;
    margin-bottom: 20px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /*filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');*/
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    border-width: 1px 2px;
    border-style: solid;
    border-color: transparent;
    -webkit-transition: 400ms;
    transition: 400ms;
}

.brands-slider__item:last-of-type {
    margin-bottom: 0;
}

.brands-slider__item:hover {
    /*filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');*/
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    border-color: #e9e9e9;
}

.brands-slider__item-pict {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    max-width: 80%;
    max-height: 80%;
}

.search-form__row {
    position: relative;
    display: block;
}

.search-form__field {
    display: block;
    width: 100%;
    height: 40px;
    padding-left: 15px;
    padding-right: 47px;
    border: 1px solid #e9e9e9;
    font: 12px 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #000;
}

.search-form__field::-webkit-input-placeholder {
    color: #616161;
}

.search-form__field:-ms-input-placeholder {
    color: #616161;
}

.search-form__field::-ms-input-placeholder {
    color: #616161;
}

.search-form__field::placeholder {
    color: #616161;
}

.search-form__btn {
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

.search-form__btn svg {
    display: block;
    width: 100%;
    height: 100%;
}

.subscribe {
    /*background: #fff5ea;*/
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

.subscribe__inner {
    position: relative;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 28px 0;
}

.subscribe__info {
    position: relative;
    padding-left: 70px;
    color: #000;
}

.subscribe__info-pict {
    position: absolute;
    bottom: 7px;
    left: 0;
    display: block;
    width: 47px;
    height: 53px;
}

.subscribe__info-title {
    font: 24px/29px 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}

.subscribe__info-desc {
    font: 12px/24px 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}

.subscribe-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-basis: 450px;
}

.subscribe-form__field {
    flex-basis: 180px;
    margin-right: 40px;
    margin-bottom: 5px;
    font-size: 12px;
}

.subscribe-form__btn {
    margin-bottom: 5px;
}

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 21.25%;
}

.social__link {
    display: block;
    border-radius: 10px;
    background: white;
}

.social__link:not(:last-of-type) {
    margin-right: 14px;
}

.social__link:hover svg {
    fill: #dfba8e;
}

.social__link svg {
    display: block;
    width: 25px;
    height: 25px;
    fill: #000;
    -webkit-transition: 300ms;
    transition: 300ms;
}

/* NEWS */

.news {
    margin-bottom: 5.20833%;
}

.news-filter {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 65px;
}

.news-filter__btn {
    position: relative;
    display: block;
    padding-right: 30px;
    font: 16px/24px 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #616161;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.news-filter__btn:not(:last-child) {
    margin-right: 50px;
}

.news-filter__btn:hover,
.news-filter__btn._active {
    color: #dfba8e;
}

.news-filter__btn:hover svg path,
.news-filter__btn:hover svg rect,
.news-filter__btn:hover svg circle,
.news-filter__btn._active svg path,
.news-filter__btn._active svg rect,
.news-filter__btn._active svg circle {
    fill: #dfba8e;
}

.news-filter__btn svg {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    max-width: 18px;
    height: 18px;
    fill: #000;
}

.news-filter__btn svg path,
.news-filter__btn svg rect,
.news-filter__btn svg circle {
    fill: #000;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.news-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 28px;
    margin: -14px;
}

.news-list__item {
    position: relative;
    width: 50%;
    padding: 14px;

}

.news-list__item-label-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    text-align: center;
}

.news-list__item-label {
    font: 16px/30px 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #616161;
    background: #fff4f4;
    border: 1px solid white;
    -webkit-transition: 300ms;
    transition: 300ms;
    z-index: 2;
    display: inline-block;
}

.news-list__item-label:hover {
    color: white;
    background: #dfba8e;
    border-color: #dfba8e;
}

.news-list__item-label:hover svg {
    fill: white;
}

.news-list__item-label:hover svg path,
.news-list__item-label:hover svg rect,
.news-list__item-label:hover svg circle {
    fill: white;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.news-list__item-label span {
    display: block;
    padding: 0 55px 0 24px;
    white-space: nowrap;
}

.news-list__item-label svg {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    max-width: 18px;
    height: 18px;
    fill: #000;
}

.news-list__item-label svg path,
.news-list__item-label svg rect,
.news-list__item-label svg circle {
    fill: #000;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.news-list__card {
    position: relative;
    background: #f0f0f0;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.news-list__card-link {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
}

.news-list__card-pict{
    position: relative;
    padding-bottom: 40%;
    overflow: hidden;
}

.news-list__card-pict > div{
    position: absolute;
    width: 100%;
    height: 100%;
}

.news-list__card-pict img {
    max-width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    transition: 300ms;
}

.news-list__card-info {
    position: relative;
    flex-grow: 1;
    height: 120px;
}

.news-list__card-info-wrapper {
    position: absolute;
    bottom: 0;
    min-height: 120px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    background: white;
    border: 1px solid #e9e9e9;
    text-align: center;
    -webkit-transition: 800ms;
    transition: 800ms;
}

.news-list__card-date {
    padding-bottom: 10px;
    font: 14px/18px 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #999;
}

.news-list__card-title {
    margin-bottom: 10px;
    font: 24px/30px 'Montserrat-ExtraLight', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #000;
}

.news-list__card-desc {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    font: 16px/22px 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #616161;
    -webkit-transition: max-height 600ms, opacity 600ms 0ms;
    transition: max-height 600ms, opacity 600ms 0ms;
}



.news-list__item:hover .news-list__card-pict img {
    /*rotateZ(5deg) scale(1.05)*/
}
.news-list__card:hover  .news-list__card-desc {
    max-height: 365px;
    opacity: 1;
    -webkit-transition: max-height 600ms ease-in, opacity 400ms 200ms;
    transition: max-height 600ms ease-in, opacity 400ms 200ms;
}

.favorites__title {
    margin-bottom: 20px;
}

.favorites__promo {
    margin-bottom: 10px;
    padding-bottom: 28px;
    background-color: #f6f6f8;
}

.favorites__promo-pict {
    padding-bottom: 15%;
    background: url('../assets/img/favorites-promo-bg.png') center/contain no-repeat;
}

.favorites__list._empty {
    margin-bottom: 16.6666%;
    padding: 45px 0;
    text-align: center;
}

.favorites__list-message {
    margin-bottom: 30px;
    font: 20px/30px 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #000;
}

.favorites__list-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 8px;
    padding: 10px 0 20px;
}

.favorites__btn-clear {
    position: relative;
    margin-right: 20px;
    padding: 0 20px;
    font: 14px/36px 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #616161;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.favorites__btn-clear:hover {
    color: #dfba8e;
}

.favorites__btn-clear:hover svg {
    fill: #dfba8e;
}

.favorites__btn-clear svg {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 9px;
    height: 9px;
    fill: #999;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.favorites__btn-basket {
    position: relative;
    padding: 0 42px 0 20px;
    text-transform: uppercase;
    font: 12px/43px 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #616161;
    border: 1px solid #000;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.favorites__btn-basket:hover {
    color: white;
    background: #000;
}

.favorites__btn-basket:hover svg {
    stroke: #dfba8e;
}

.favorites__btn-basket svg {
    position: absolute;
    top: 50%;
    right: 17px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 13px;
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.card {
    position: relative;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 25%;
    margin-bottom: 2.91667%;
    padding: 60px 25px 40px;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.card:hover .card__basket-btn,
.card:hover .card__remove,
.card:hover .card__add {
    opacity: 1;
    visibility: visible;
}

.card .btn {
    padding-left: 50px;
}

.card_icons {
    position: absolute;
    top: 14px;
    left: 15px;
    z-index: 1;
}

.card_icon {
    position: relative;
    display: block;
    padding: 0 12px;
    font: 16px/30px 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: white;
    background: #dfba8e;
    text-align: center;
    margin-bottom: 3px;
}

.card_icon svg {
    height: 17px;
    margin-left: 10px;
    vertical-align: middle;
    fill: white;
}

.card__discount-red {
    background-color: #e53839;
}

.card__live {
    background-color: #333;
}

.card__remove {
    position: absolute;
    top: 4px;
    right: 5px;
    display: block;
    width: 9px;
    height: 9px;
    padding: 10px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.card__remove:hover svg {
    fill: #dfba8e;
}

.card__remove svg {
    display: block;
    fill: #999;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.card__add {
    position: absolute;
    top: 14px;
    right: 10px;
    display: block;
    width: 20px;
    height: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 300ms;
    transition: 300ms;
    z-index: 1;
}

.card__add:hover svg {
    fill: #dfba8e;
}

.card__add svg {
    display: block;
    width: 20px;
    height: 20px;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.card__link {
    display: block;
    width: 100%;
}

.card__preview {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 190px;
    overflow: hidden;
    width: 100%;
}

.card__preview .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    list-style: none;
    display: flex;
    justify-content: stretch;
    flex-flow: row;
    background: #fff;
    margin: 0 -2px;
}
.card__preview .slick-dots li {
    display: block;
    flex-grow: 1;
    padding: 0 2px;
}
.card__preview .slick-dots li button {
    font-size: 0;
    color: transparent;
    display: block;
    height: 4px;
    width: 100%;
    transition-duration: 0.35s;
}

.bx-touch .card .card__preview .slick-dots li button,
.bx-no-touch .card:hover .card__preview .slick-dots li button {
    background: #f5f6f7;
}

.bx-touch .card .card__preview .slick-dots li.slick-active button,
.bx-no-touch .card:hover .card__preview .slick-dots li.slick-active button {
    background: #989998;
}

.card__preview-images {
    height: 190px;
    width: 100%;
}

.card__preview-images .slick-slide {
    height: 190px;
}

.card__preview._alone .card__preview-image_wrap {
    height: 100%;
}

.card__preview._alone .card__preview-image_wrap,
.card__preview-images.slick-initialized .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card__preview-images .slick-arrow {
    color: transparent;
    font-size: 0;
    position: absolute;
    top: 25%;
    bottom: 25%;
    width: 20%;
    z-index: 1;
}

.bx-touch .card__preview-images .slick-arrow {
    display: none;
}

.card__preview-images .slick-arrow.slick-prev {
    color: transparent;
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    transition-duration: 0.25s;
}

.card__preview-images .slick-arrow.slick-prev {
    left: 0;
}

.card__preview-images .slick-arrow.slick-next {
    right: 0;
}
.card__preview-images .slick-arrow:before {
    content: '';
    width: 30px;
    z-index: 1;
    height: 30px;
    display: inline-block;
    transform: rotateZ(45deg);
    border: 1px solid transparent;
}

.card__preview-images .slick-slide {
    overflow: hidden;
}

.card:hover .card__preview-images .slick-arrow.slick-prev:before {
    border-left-color: #d3d3d3;
    border-bottom-color: #d3d3d3;
}

.card:hover .card__preview-images .slick-arrow.slick-next:before {
    border-right-color: #d3d3d3;
    border-top-color: #d3d3d3;
}

.card__preview:not(:hover) .card__preview-part:first-child .card__preview-pict {
    display: block;
}

.card__preview:hover .card__preview-part::before {
    opacity: 1;
    visibility: visible;
}

.card__preview-part {
    display: inline-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-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.card__preview-part:hover::before {
    background: #999;
}

.card__preview-part:hover > .card__preview-pict {
    display: block;
}

.card__preview-part._alone::before {
    display: none;
}

.card__preview-part::before {
    content: '';
    display: block;
    width: 86%;
    height: 4px;
    margin: 0 auto 5px;
    background: #f6f6f8;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 300ms;
    transition: 300ms;
}

/* */

.bx-no-touch .card__preview-images {
    display: flex;
    position: relative;
    margin: 0 -2px;
    justify-content: stretch;
    width: calc(100% + 4px);
}

.bx-no-touch .card__preview-image_wrap {
    display: flex;
    height: 100%;
    flex-grow: 1;
}

.bx-no-touch .card__preview-image_wrap:after {
    content: '';
    display: block;
    height: 100%;
    width: calc(100% - 4px);
    box-sizing: border-box;
    margin: 0 auto;
    border-bottom: 4px solid #f5f6f7;
    transition: 300ms;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.bx-no-touch .card__preview-image {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: 300ms;
    width: 100%;
    height: 100%;
    left: 0;
    border-bottom: 4px solid #fff;
    overflow: hidden;
}

.bx-no-touch .card:hover .card__preview-image_wrap:after {
    opacity: 1;
    visibility: visible;
}

.bx-no-touch .card__preview-image_wrap:hover:after {
    border-color: #989998;
}

.bx-no-touch .card__preview:not(:hover) .card__preview-image_wrap:first-child .card__preview-image {
    opacity: 1;
    visibility: visible;
}

.bx-no-touch .card__preview:not(:hover) .card__preview-image_wrap:first-child:after {
    border-color: #989998;
}


.bx-no-touch .card__preview:hover .card__preview-image_wrap:hover .card__preview-image {
    opacity: 1;
    visibility: visible;
}

.card__preview-image img {
    max-width: 100%;
    /*max-height: 100%;*/
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.card__preview-pict {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    width: auto;
    max-height: 100%;
    z-index: -1;
}

.card__title {
    margin-bottom: 6px;
    text-align: center;
    font: 14px/30px 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #000;
}

.card__cost {
    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: 15px;
}

.card__old-price {
    position: relative;
    display: inline-block;
    margin-left: 0;
    margin-right: auto;
    font: 17px/30px 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #000;
}

.card__old-price::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 2px;
    background: #dfba8e;
}

.card__price {
    text-align: center;
    font: 22px/28px 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #000;
}

.card__basket-btn {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.catalog__promo {
    margin-bottom: 15px;
    padding-bottom: 50px;
    background-position: center 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.catalog__promo .breadcrumbs {
    margin-bottom: 18px;
}

.catalog-filter {
    margin-bottom: 30px;
}

.catalog-filter__reset {
    width: 100%;
    margin-bottom: 15px;
    text-align: right;
}

.catalog-filter__reset-btn {
    position: relative;
    padding-right: 25px;
    font: 14px/36px 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #616161;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.catalog-filter__reset-btn span {
    display: block;
}

.catalog-filter__reset-btn:hover {
    color: #dfba8e;
}

.catalog-filter__reset-btn:hover svg {
    fill: #dfba8e;
}

.catalog-filter__reset-btn svg {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 9px;
    height: 9px;
    fill: #999;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.catalog-filter__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.catalog-filter__list .dropdown-filter {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 220px;
    margin-bottom: 2px;
}

.catalog-filter__chips {
    margin-bottom: 40px;
    padding: 20px 0;
}

.catalog-filter__sorting {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.catalog-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 6.66667%;
}

.catalog-list._mb0 {
    margin-bottom: 0;
}

.brands-page {
    margin-bottom: 4.16667%;
}

.brands-page__wrapper {
    padding-top: 30px;
}

.brands-page__promo {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 8.3333%;
}

.brands-page__promo-pict {
    display: block;
    max-width: 44%;
    height: auto;
    margin-right: 3.75%;
}

.brands-page__promo-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 50%;
}

.brands-page__title {
    margin-bottom: 20px;
}

.brands-page__desc {
    font: 14px/30px 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #000;
}

.brands-filter {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.brands-filter__btn {
    position: relative;
    display: block;
    padding-right: 30px;
    font: 16px/24px 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #616161;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.brands-filter__btn:not(:last-child) {
    margin-right: 40px;
}

.brands-filter__btn:hover,
.brands-filter__btn._active {
    color: #dfba8e;
}

.brands-filter__btn:hover svg, .brands-filter__btn._active svg {
    fill: #dfba8e;
}

.brands-filter__btn svg {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    max-width: 18px;
    height: 18px;
    fill: #000;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.brands-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.brands-list__item {
    position: relative;
    display: block;
    width: 22.3333%;
    margin-bottom: 3.5%;
    padding-bottom: 12.8%;
    overflow: hidden;
    border: 1px solid #e9e9e9;
}

.brands-list__item:not(:nth-child(4n+4)) {
    margin-right: 3.5%;
}

.brands-list__item:hover .brands-list__item-logo {
    -webkit-transform: translate(-50%, -50%) scale(.5, .5);
    transform: translate(-50%, -50%) scale(.5, .5);
}

.brands-list__item-pict {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

.brands-list__item-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(.84, .84);
    transform: translate(-50%, -50%) scale(.84, .84);
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(120% + 2px);
    height: calc(120% + 2px);
    background: white;
    border: 1px solid #e9e9e9;
    -webkit-transition: -webkit-transform 400ms ease-in-out;
    transition: -webkit-transform 400ms ease-in-out;
    /*transition: transform 400ms ease-in-out;*/
    transition: transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
    z-index: 2;
}

.brands-list__item-logo img {
    display: block;
    max-width: 80%;
    max-height: 50%;
}

.jobopening {
    margin-bottom: 5.20833%;
}

.jobopening__categories {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.jobopening__categories-link {
    display: block;
    padding: 0 25px;
    font: 14px/39px 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #616161;
    border: 1px solid #e9e9e9;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.jobopening__categories-link:hover {
    border-color: transparent;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .13);
    box-shadow: 0 3px 7px rgba(0, 0, 0, .13);
}

.jobopening__categories-link:active {
    color: #dfba8e;
}

.jobopening__categories-link:not(:last-child) {
    margin-right: 6px;
}

.jobopening__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8.33333%;
}

.jobopening__desc-pict {
    display: block;
    margin: 0 auto 50px;
}

.jobopening__desc-col {
    width: 33.3333%;
    padding: 0 4.6%;
}

.jobopening__list {
    list-style: none;
}

.jobopening__list-item {
    position: relative;
    padding-left: 24px;
    font: 14px/18px 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #000;
}

.jobopening__list-item:not(:last-child) {
    margin-bottom: 38px;
}

.jobopening__list-item::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    background: #000;
}

.respond__desc {
    max-width: 590px;
    margin: 0 auto;
    text-align: center;
}

.respond__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 60%;
    margin: 0 auto 5.41667%;
    padding-top: 50px;
    padding-bottom: 23.33333%;
    overflow: hidden;
    -webkit-transition: 600ms 0ms;
    transition: 600ms 0ms;
}

.respond__wrapper._sent {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-transition: 800ms 800ms;
    transition: 800ms 800ms;
}

.respond__wrapper._sent .respond__letter {
    -webkit-transform: translateY(100%) translate3d(0, -270px, 0);
    transform: translateY(100%) translate3d(0, -270px, 0);
    -webkit-transition: 600ms cubic-bezier(.27, -.4, .26, .26);
    transition: 600ms cubic-bezier(.27, -.4, .26, .26);
}

.respond__wrapper._sent .respond__envelope::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.respond__wrapper._sent .respond__envelope-lid {
    -webkit-transform: translateY(0) rotateX(0deg);
    transform: translateY(0) rotateX(0deg);
    z-index: 2;
}

.respond__wrapper._sent .respond__envelope-body::before {
    opacity: 0;
    visibility: hidden;
}

.respond__letter {
    position: relative;
    width: 87.4222%;
    margin: 0 auto -280px;
    padding: 50px 50px 200px;
    background: white;
    border: 1px solid #000;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    overflow: hidden;
    -webkit-transition: 400ms ease-in-out;
    transition: 400ms ease-in-out;
}

.respond__letter::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) skew(-60deg);
    transform: translateX(-50%) skew(-60deg);
    display: block;
    width: 110%;
    height: 18px;
    background-image: repeating-linear-gradient(to right, #dfba8e, #dfba8e 25%, white 25%, white 50%, #000 50%, #000 75%, white 75%, white 100%);
    background-size: 45%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.respond__envelope {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.respond__envelope::after {
    content: '';
    position: absolute;
    bottom: 10%;
    right: 6%;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
    display: block;
    width: 28%;
    height: 71%;
    background: url('../assets/img/sent-pict.png') center/contain no-repeat;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    -webkit-transition: 300ms 1600ms ease-in-out;
    transition: 300ms 1600ms ease-in-out;
}

.respond__envelope::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #000;
    z-index: -1;
}

.respond__envelope-lid {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(1px) rotateX(-180deg);
    transform: translateY(1px) rotateX(-180deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    width: 100%;
    padding-bottom: 226px;
    z-index: -1;
    -webkit-transition: z-index 400ms 600ms, -webkit-transform 400ms 800ms ease-in-out;
    /*transition: z-index 400ms 600ms, -webkit-transform 400ms 800ms ease-in-out;*/
    /*transition: transform 400ms 800ms ease-in-out, z-index 400ms 600ms;*/
    transition: transform 400ms 800ms ease-in-out, z-index 400ms 600ms, -webkit-transform 400ms 800ms ease-in-out;
}

.respond__envelope-lid svg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.respond__envelope-lid svg polygon {
    fill: white;
    stroke: #000;
    stroke-miterlimit: 10;
    stroke-width: 1px;
}

.respond__envelope-body {
    position: relative;
    padding-bottom: 280px;
}

.respond__envelope-body::before {
    content: '';
    position: absolute;
    bottom: 85px;
    right: 85px;
    display: block;
    width: 29%;
    height: 26px;
    background: url('../assets/img/main-logo.png') center/contain no-repeat;
    z-index: 2;
    -webkit-transition: 300ms 1200ms;
    transition: 300ms 1200ms;
}

.respond__envelope-body svg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.respond__envelope-body svg path,
.respond__envelope-body svg line {
    stroke: #000;
    stroke-miterlimit: 10;
    stroke-width: 1px;
}

.respond__envelope-body svg path {
    fill: white;
}

.respond__envelope-body svg line {
    fill: none;
}

.characteristic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f6f6f8;
    font-family: 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    padding: 60px;
    margin-bottom: 60px;
}

.characteristic__title {
    width: 100%;
    font-size: 25px;
    color: black;
    margin-bottom: 45px;
}

.characteristic__section {
    width: 48%;
    margin-bottom: 20px;
}

.characteristic__subtitle {
    font-size: 18px;
    color: black;
    margin-bottom: 20px;
}

.characteristic__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
}

.characteristic__name {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    color: #999;
}

.characteristic__name::after {
    content: '';
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 40px;
    height: 1px;
    margin-top: 11px;
    margin-left: 12px;
    background-color: #d3d3d3;
}

.characteristic__name::before {
    content: '';
    position: absolute;
    top: 9px;
    right: 0;
    width: 5px;
    height: 5px;
    background-color: #d3d3d3;
}

.characteristic__value {
    color: black;
    width: 50%;
    padding-left: 12px;
    padding-right: 20px;
}

.characteristic__more {
    width: 100%;
}

.characteristic__more button {
    position: relative;
    padding-right: 15px;
    font-size: 14px;
    color: #616161;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.characteristic__more button._active::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.characteristic__more button::after {
    content: '';
    position: absolute;
    top: 4px;
    right: 0;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #616161;
    border-right: 1px solid #616161;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-transform-origin: 70% 70%;
    transform-origin: 70% 70%;
}

.characteristic__more button:hover {
    color: #dfba8e;
}

.characteristic__more button:hover::after {
    border-color: #dfba8e;
}

.characteristic__hide-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.viewed {
    margin-bottom: 80px;
}

.viewed__title {
    font-family: 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 25px;
    color: black;
    text-align: center;
    margin-bottom: 60px;
}

.viewed__slider {
    padding: 0 100px;
}

.viewed__slide {
    padding: 2px;
}

.viewed__item {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-bottom: 100%;
    -webkit-transition: 300ms;
    transition: 300ms;
    border: 1px solid transparent;
}

.viewed__item img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 70%;
    max-height: 70%;
}

.viewed__item:hover {
    border-color: #616161;
}

.respond-form {
    position: relative;
    z-index: 2;
}

.respond-form__header {
    margin-bottom: 35px;
    font: 16px/24px 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #000;
}

.respond-form__header a {
    -webkit-transition: 300ms;
    transition: 300ms;
}

.respond-form__header a:hover,
.respond-form__header a:active {
    color: #dfba8e;
}

.respond-form__agreement {
    margin-bottom: 15px;
}

.privacy-policy__wrapper {
    max-width: 730px;
    margin: 0 auto 12.5%;
    /* stylelint-enable */
}

/* stylelint-disable selector-max-compound-selectors  */

.privacy-policy__wrapper .text-block p:last-of-type {
    margin-bottom: 15px;
}

.privacy-policy__wrapper .text-block ul {
    padding: 10px 0;
}

.privacy-policy__wrapper .text-block ol {
    counter-reset: num;
}

.privacy-policy__wrapper .text-block ol > li {
    margin-bottom: 75px;
}

.privacy-policy__wrapper .text-block ol > li:last-child {
    margin-bottom: 0;
}

.privacy-policy__wrapper .text-block ol > li::before {
    content: '';
    display: none;
}

.privacy-policy__wrapper .text-block ol > li > h2 {
    position: relative;
}

.privacy-policy__wrapper .text-block ol > li > h2::before {
    content: counter(num) '.';
    counter-increment: num;
    display: inline-block;
    margin-right: 5px;
    color: inherit;
}

.privacy-policy__wrapper .text-block ol > li > ol {
    counter-reset: num2;
}

.privacy-policy__wrapper .text-block ol > li > ol > li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 25px;
}

.privacy-policy__wrapper .text-block ol > li > ol > li::before {
    content: counter(num) '.' counter(num2);
    counter-increment: num2;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.privacy-policy__wrapper .text-block ol > li > ol > li > ol {
    list-style-type: lower-alpha;
    list-style-position: inside;
}

.privacy-policy__wrapper .text-block ol > li > ol > li > ol > li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 0;
}

.privacy-policy__wrapper .text-block ol > li > ol > li > ol > li::before {
    content: '';
    display: none;
}

.information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.information__image {
    position: relative;
    width: 45%;
    padding-bottom: 30%;
    overflow: hidden;
    margin-bottom: 60px;
}

.information__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
}

.information__desc {
    width: 55%;
    padding-left: 80px;
    padding-top: 20px;
    margin-bottom: 60px;
}

.information__desc._left {
    padding-left: 0;
    padding-right: 130px;
}

.information__title {
    font-size: 25px;
    font-family: 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: black;
    margin-bottom: 30px;
}

.information__subtitle {
    font-size: 18px;
    color: black;
    margin-bottom: 25px;
}

.information__text {
    font-size: 14px;
    color: black;
    line-height: 24px;
    margin-bottom: 22px;
}

.personal-data__wrapper {
    max-width: 730px;
    margin: 0 auto 6.66667%;
}

.personal-data__wrapper .text-block ul,
.personal-data__wrapper .text-block ol {
    padding: 25px 0;
}

.corporate-philosophy__wrapper {
    margin-bottom: 5.20833%;
    background-image: url('../assets/img/corporate-philosophy-bg.png');
    background-repeat: no-repeat;
    background-size: auto 680px;
    background-position: 50% 0;
}

.corporate-philosophy__wrapper .text-block {
    line-height: 24px;
    color: #616161;
}

.corporate-philosophy__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.corporate-philosophy__item:not(:last-child) {
    margin-bottom: 100px;
}

.corporate-philosophy__item:nth-child(even) .corporate-philosophy__item-pict {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.corporate-philosophy__item-pict {
    width: 38.33333%;
    text-align: center;
    font-size: 0;
}

.corporate-philosophy__item-pict img {
    display: inline-block;
    max-width: 330px;
    max-height: 335px;
}

.corporate-philosophy__item-desc {
    width: 57.08333%;
    padding-top: 50px;
}

.about {
    margin-bottom: 5.20833%;
}

.about-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px 6.66667%;
}

.about-categories__item {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
    margin: 0 5px 10px;
    padding-bottom: 27.5%;
}

.about-categories__item:nth-child(5n+1) {
    width: 59.9838%;
}

.about-categories__item:nth-child(5n+2),
.about-categories__item:nth-child(5n+3) {
    width: 32.6086%;
}

.about-categories__item:nth-child(5n+4) {
    width: 32.2061%;
}

.about-categories__item:nth-child(5n+5) {
    width: 23.752%;
}

.about-categories__item:hover .about-categories__item-title span::before {
    width: 70px;
}

.about-categories__item-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    /*filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');*/
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    overflow: hidden;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.about-categories__item-wrap:hover {
    /*filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');*/
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.about-categories__item-pict {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

.about-categories__item-title {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 45px;
    font: 25px/45px 'Montserrat-ExtraLight', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #000;
    background: white;
    z-index: 2;
}

.about-categories__item-title span {
    position: relative;
    display: inline-block;
}

.about-categories__item-title span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -35px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 0;
    height: 2px;
    background: #dfba8e;
    -webkit-transition: 300ms;
    transition: 300ms;
    z-index: -1;
}

.feedback {
    width: 60%;
    margin: 0 auto 8.33333%;
}

.extra {
    margin-bottom: 30px;
}

.extra__tabs {
    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;
    margin-bottom: 65px;
}

.extra__tabs button {
    position: relative;
    font-family: 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 25px;
    color: #616161;
    -webkit-transition: 300ms;
    transition: 300ms;
    padding: 0 20px;
}

.extra__tabs button._active {
    color: black;
}

.extra__tabs button._active:hover {
    color: black;
    cursor: default;
}

.extra__tabs button:first-of-type::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 14px;
    width: 1px;
    background-color: #616161;
}

.extra__tabs button:hover {
    color: #dfba8e;
}

.extra__list {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.extra__list._active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.feedback-slider {
    margin: 0 auto;
    padding: 95px 0 115px;
    background: url('../assets/img/feedback-slider-bg.svg') center/contain no-repeat;
}

.feedback-slider__dots {
    position: absolute;
    bottom: 55px;
    left: 180px;
}

.feedback-slider__item {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    height: 455px;
    padding: 0 100px;
    outline: none;
    text-align: center;
}

.feedback-slider__item-pict {
    position: relative;
    display: inline-block;
    width: 116px;
    height: 165px;
    margin-bottom: 35px;
    overflow: hidden;
}

.feedback-slider__item-pict img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    min-width: 100%;
    min-height: 100%;
}

.feedback-slider__item-name,
.feedback-slider__item-text {
    font: 20px/24px 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #000;
}

.feedback-slider__item-position {
    margin-bottom: 20px;
    font: 16px/36px 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #616161;
}

.feedback-slider__item-text {
    max-height: 125px;
    overflow: hidden;
    font-size: 14px;
}

.career__wrapper {
    margin-bottom: 5.20833%;
}

.career__info {
    width: 87.91667%;
    margin: 0 auto 9.47867%;
}

.career__info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.career__info-item:not(:last-child) {
    margin-bottom: 9.47867%;
}

.career__info-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.career__info-pict {
    display: block;
    width: 46.4455%;
    height: auto;
}

.career__info-desc {
    width: 46.4455%;
    padding-top: 18px;
}

.career__info-desc .text-block ul {
    padding: 20px 0;
}

.employee-stories {
    margin-bottom: 7.5%;
}

.employee-stories__slider {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 105px 55px;
}

.employee-stories__dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.employee-stories__track .slick-track {
    padding-top: 20px;
}

.employee-stories__item {
    height: 550px;
    padding: 0 65px 50px;
    outline: none;
    text-align: center;
    border: 1px solid #616161;
    border-radius: 30px;
}

.employee-stories__item-pict {
    position: relative;
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
    display: inline-block;
    margin-bottom: 25px;
}

.employee-stories__item-pict::before {
    content: '';
    position: absolute;
    top: -18px;
    left: 55px;
    display: block;
    width: 35px;
    height: 35px;
    background: url('../assets/icon/paper-clip-icon.svg') center/30px no-repeat;
    z-index: 2;
}

.employee-stories__item-photo {
    position: relative;
    width: 250px;
    height: 250px;
    overflow: hidden;
}

.employee-stories__item-photo img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    min-width: 100%;
    min-height: 100%;
}

.employee-stories__item-name,
.employee-stories__item-text {
    font: 20px/24px 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #000;
}

.employee-stories__item-position {
    margin-bottom: 20px;
    font: 16px/36px 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #999;
}

.employee-stories__item-text {
    max-height: 125px;
    overflow: hidden;
    font-size: 14px;
}

.vacancies {
    width: 71.66667%;
    margin: 0 auto 8.33333%;
}

.vacancies__filter {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 22px;
    border-bottom: 1px solid #e9e9e9;
}

.vacancies__filter-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;
    font: 14px/20px 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #000;
}

.vacancies__filter-item > span {
    display: block;
    margin-right: 25px;
}

.vacancies-list {
    margin-bottom: 8.33333%;
}

.vacancies-list__item {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px 0;
    border-bottom: 1px solid #e9e9e9;
}

.vacancies-list__item-position {
    margin-bottom: 10px;
    font: 16px/20px 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #000;
}

.vacancies-list__item-labels {
    display: inline-flex;
}

.vacancies-list__item-label {
    display: inline-block;
    padding: 0 18px 0 15px;
    font: 13px/24px 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #000;
}

.vacancies-list__item-label._city {
    margin-right: 15px;
    background: #e8ebfb;
}

.vacancies-list__item-label._area {
    background: #d8fbfd;
}

.dropdown-filter {
    position: relative;
}

.dropdown-filter._chips {
    max-width: 220px;
}

.dropdown-filter._js-active .dropdown-filter__btn-name {
    color: #000;
}

.dropdown-filter._js-active .dropdown-filter__btn-toggle::after {
    height: 0;
    opacity: 0;
}

.dropdown-filter._js-active .dropdown-filter__cont {
    opacity: 1;
    visibility: visible;
}

.catalog-filter .dropdown-filter:last-of-type .dropdown-filter__cont {
    left: auto;
    right: 0;
}

.dropdown-filter__btn {
    position: relative;
    width: 100%;
    padding: 0 65px 0 35px;
    font: 14px/52px 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #616161;
    background: #f6f6f8;
}

.dropdown-filter__btn:hover .dropdown-filter__btn-name {
    color: #000;
}

.dropdown-filter__btn:hover .dropdown-filter__btn-toggle::before,
.dropdown-filter__btn:hover .dropdown-filter__btn-toggle::after {
    background: #000;
}

._chips .dropdown-filter__btn {
    padding-right: 45px;
    padding-left: 25px;
}

.dropdown-filter__btn-name {
    position: relative;
    display: block;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 2;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}

.dropdown-filter__btn-name._fixedWidth {
    width: 180px;
}

._chips .dropdown-filter__btn-name._fixedWidth {
    width: 120px;
}

.dropdown-filter__btn-toggle {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 12px;
    height: 12px;
}

.dropdown-filter__btn-toggle::before,
.dropdown-filter__btn-toggle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    background: #999;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.dropdown-filter__btn-toggle::before {
    width: 100%;
    height: 1px;
}

.dropdown-filter__btn-toggle::after {
    width: 1px;
    height: 100%;
}

.dropdown-filter__cont {
    position: absolute;
    top: 100%;
    left: 0;
    width: 280px;
    padding: 15px 20px;
    background: white;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .13);
    box-shadow: 0 3px 7px rgba(0, 0, 0, .13);
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.dropdown-filter__cont .overview {
    width: 100%;
    padding-right: 10px;
}

.dropdown-filter__cont .input {
    font-size: 12px;
}

.dropdown-filter__cont .radio__text,
.dropdown-filter__cont .checkbox__text {
    padding-left: 35px;
}

.dropdown-filter__reset {
    display: inline-block;
    margin-bottom: 5px;
    font: 14px/20px 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #616161;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.dropdown-filter__reset:hover {
    color: #dfba8e;
}

.dropdown-filter__search {
    position: relative;
    margin-bottom: 20px;
}

.dropdown-filter__search-icon {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 21px;
    height: 21px;
}

.dropdown-filter__search-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.dropdown-filter__cont-body {
    max-height: 200px;
}

.dropdown-list {
    position: relative;
    list-style: none;
}

.dropdown-list._with-letter {
    padding-left: 30px;
}

.dropdown-list__letter {
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
    font: 14px/36px 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #616161;
}

.dropdown-list__item-pict {
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 60px;
    margin-right: 15px;
    text-align: center;
    font-size: 0;
}

.dropdown-list__item-pict img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.delivery__promo {
    margin-bottom: 10px;
    padding-bottom: 28px;
    background-color: #f6f6f8;
}

.payment__promo {
    margin-bottom: 10px;
    padding-bottom: 28px;
    background-color: #f6f6f8;
}

.service {
    margin-bottom: 65px;
}

.service__title {
    margin-bottom: 5px;
}

.service__subtitle {
    margin-bottom: 30px;
}

.service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 8.33333% 15px;
}

.service-list__item {
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 450px;
    color: #000;
}

.service-list__item-pict {
    display: inline-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 80px;
    margin-bottom: 15px;
    text-align: center;
}

.service-list__item-pict img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}

.service-list__item-title {
    margin-bottom: 25px;
    text-align: center;
    font: 25px/28px 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}

.service-list__item-desc {
    margin-bottom: 20px;
    text-align: center;
    font: 14px/22px 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}

.service-list__item-icons {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.service-list__item-icon {
    font-size: 0;
}

.service-list__item-icon:not(:last-child) {
    margin-right: 28px;
}

.accordion-list {
    width: 74.16667%;
    margin: 0 auto 8.33333%;
}

.accordion-list__item:not(:first-of-type) .accordion-list__item-dropdown {
    display: none;
}

.accordion-list__item-toggle {
    position: relative;
    padding: 20px 50px 20px 0;
    font: 18px/20px 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #000;
    border-bottom: 1px solid #f6f6f8;
    cursor: pointer;
    -webkit-transition: 400ms;
    transition: 400ms;
}

.accordion-list__item-toggle:hover .accordion-list__item-drop {
    background: #dfba8e;
    border-color: #dfba8e;
}

.accordion-list__item-toggle:hover .accordion-list__item-drop svg {
    stroke: white;
    stroke-width: 2px;
}

.accordion-list__item-toggle._js-open {
    border-color: transparent;
}

.accordion-list__item-toggle._js-open .accordion-list__item-drop {
    border-top-left-radius: 50%;
    border-bottom-right-radius: 0;
}

.accordion-list__item-drop {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 0 50% 50%;
    -webkit-transition: 400ms;
    transition: 400ms;
}

.accordion-list__item-drop svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    display: block;
    width: 18px;
    height: 11px;
    stroke-width: 1px;
    stroke: #000;
    -webkit-transition: 400ms;
    transition: 400ms;
}

.accordion-list__item-dropdown {
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .13);
    box-shadow: 0 2px 7px rgba(0, 0, 0, .13);
}

.accordion-list__item-content {
    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;
    padding: 22px 30px;
    font: 14px/30px 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #000;
}

.accordion-list__item-pict {
    display: block;
    max-width: 285px;
    height: auto;
    margin-right: 45px;
}

.accordion-list__item-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 55.05618%;
    line-height: 24px;
}

.figurines {
    position: relative;
    max-width: 420px;
    margin: 0 auto;
}

.figurines__image img {
    height: 220px;
    width: auto;
    margin: 0 auto 60px;
}

.figurines__desc {
    text-align: center;
    font-size: 14px;
}

.figurines__dots {
    position: absolute;
    top: 240px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
}

.certificate {
    position: relative;
}

.certificate__list {
    max-width: 880px;
    margin: 0 auto;
}

.certificate__image {
    position: relative;
    display: block;
    height: 290px;
}

.certificate__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.electronic {
    position: relative;
    padding: 0 60px;
    margin-bottom: 50px;
}

.electronic__image {
    position: relative;
    height: 80px;
    margin-bottom: 10px;
}

.electronic__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100%;
}

.electronic__title {
    font-family: 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.electronic__desc {
    font-family: 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 14px;
}

.article__wrapper {
    position: relative;
}

.article__content {
    max-width: 760px;
    padding: 0 30px 40px;
    margin: 0 auto;
    text-align: center;
}

.article__content h1 {
    margin-bottom: 30px;
}

.article__content > button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    padding: 0 24px;
    margin: 0 auto 45px;
    font-family: 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 16px;
    background-color: #fff4f4;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.article__content > button span {
    -webkit-transition: 300ms;
    transition: 300ms;
    color: #616161;
    margin-right: 20px;
}

.article__content > button svg {
    fill: black;
    height: 18px;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.article__content > button:hover {
    background-color: #dfba8e;
}

.article__content > button:hover span {
    color: white;
}

.article__content > button:hover svg {
    fill: white;
}

.article__content time {
    display: inline-block;
    margin-bottom: 20px;
    color: #dfba8e;
}

.article__content > p {
    text-align: left;
    font-family: 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #616161;
    margin-bottom: 60px;
    line-height: 22px;
}

.article__content > img {
    width: 100%;
    margin-bottom: 60px;
}

.article__slider {
    position: relative;
    padding-bottom: 45px;
    margin-bottom: 40px;
}

.article__image-list li {
    position: relative;
    height: 260px;
    width: 100%;
    overflow: hidden;
}

.article__image-list li img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
}

.article__dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 310px;
    left: calc(50% - 410px);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.aside__link {
    font-size: 0;
    margin: 7px 0;
}

.aside__link svg {
    height: 24px;
    fill: black;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.aside__link:hover svg {
    fill: #dfba8e;
}

.aside._sticky {
    position: fixed;
    top: 100px;
}

.aside._bottom {
    top: auto;
    bottom: 50px;
}

.additional__title {
    margin-bottom: 50px;
    font-family: 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 25px;
    text-align: center;
}

.shops__banner {
    width: 100%;
    height: 270px;
    margin: 0 auto 45px;
    background: url('../assets/img/shops-banner.jpg') center / cover no-repeat;
}

.shops__control {
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.shops .dropdown-filter {
    margin-right: auto;
}

.shops__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 348px;
    height: 43px;
    border: 1px solid black;
    background-color: white;
    color: black;
}

.shops__buttons button {
    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;
    width: 50%;
    font-family: 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.shops__buttons button._js-active {
    background-color: black;
    color: white;
}

.shops__content {
    padding-bottom: 90px;
}

.shops__content-item {
    display: none;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.shops__content-item._js-active {
    display: block;
    -webkit-animation: show 400ms;
    animation: show 400ms;
}

.shops__list-container {
    position: relative;
}

.shops__sum {
    font-size: 14px;
    color: #616161;
}

.shops__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 50px;
    margin-bottom: 50px;
}

.shops__map {
    height: 540px;
    padding-top: 50px;
}

.shops__popup {
    padding: 10px 0 10px 10px;
    color: black;
    font-family: 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}

.shops__popup-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.shops__popup-line svg {
    width: 20px;
    height: auto;
    margin-right: 8px;
}

.shops__popup-line a {
    font-family: 'Montserrat-Medium', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}

.shops__popup-name {
    font-size: 18px;
    margin-bottom: 15px;
}

.shop {
    width: 50%;
    max-width: 500px;
    padding: 35px 10px;
    margin: 0;
    border-top: 1px solid #e9e9e9;
}
.shop > p {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -5px;
    min-height: calc(100% + 10px);
}

.shop > p > span {
    margin: 0;
    position: relative;
    line-height: 20px;
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.shop > p > span > * {
    vertical-align: middle;
}

.shop > p > span:nth-child(even) {
    justify-content: flex-end;
    text-align: right;
    padding-right: 0;
    width: 40%;
}

.shop > p > span:nth-child(odd) {
    padding-left: 0;
    width: 60%;
}

.shop:first-child {
    border-top: 0;
}

@media (min-width: 1024px) {
    .shop:nth-child(2) {
        border-top: 0;
    }
}
@media (max-width: 1023px) {
    .shops__list {
        justify-content: center;
    }
    .shop {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .shop {
        max-width: none;
    }
}

@media (max-width: 639px) {
    .shop > p > span {
        width: 100% !important;
        justify-content: flex-start !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .shop__name {
        order: 1;
    }
    .shop__time {
        order: 3;
    }
    .shop__address {
        order: 2;
    }
    .shop__tel {
        order: 4;
    }
}

.shop  ._icon {
    min-width: 20px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.shop__name {
    font-size: 18px;
    color: black;
}

.shop__time {
    color: #616161;
    font-size: 14px;
}
.shop__time ._icon {
    background-image: url(../assets/icon/clock.svg);
}

.shop__address {
    color: #616161;
    font-size: 14px;
}

.shop__address ._icon {
    background-image: url('../assets/icon/mark.svg');
}

.shop__tel {
    position: relative;
    color: black;
    transition: 300ms;
}

.shop__tel ._icon {
    background-image: url('../assets/icon/phone.svg')
}

.shop__tel:hover {
    color: #dfba8e;
}

.bonus-program__list {
    max-width: 1070px;
    margin: 0 auto 50px;
}

.bonus-program__item {
    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;
}

.bonus-program__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.bonus-program__item:not(:last-child) {
    margin-bottom: 30px;
}

.bonus-program__item-title {
    margin-bottom: 25px;
}

.bonus-program__item-desc {
    width: 47%;
}

.bonus-program__item-text {
    font-size: 14px;
    line-height: 24px;
    color: #616161;
}

.bonus-program__item-text p:not(:last-child) {
    margin-bottom: 5px;
}

.bonus-program__item-pict {
    width: 47%;
    text-align: center;
}

.bonus-program__item-pict img {
    display: inline-block;
    max-width: 100%;
    max-height: 350px;
}

.cart__block {
    display: flex;
    padding-bottom: 60px;
}

.cart__content {
    flex-grow: 1;
}

.info__content {
    position: relative;
    min-width: 400px;
}



.cart__wrapper {
    position: relative;
}

.cart__list {
    margin-bottom: 60px;
}

.cart__discount {
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff5ea;
    color: black;
    font-family: 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 18px;
    padding: 27px 25px;
    margin-bottom: 80px;
}

.cart__discount ._question {
    position: relative;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid black;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.cart__discount ._question svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    fill: black;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.cart__discount ._question p {
    position: absolute;
    left: 100%;
    bottom: 100%;
    width: 210px;
    padding: 10px;
    font-size: 12px;
    color: #999;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .13);
    background-color: white;
    font-family: 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    line-height: 17px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.cart__discount ._question p._long {
    width: 260px;
    top: 100%;
    bottom: auto;
    z-index: 10;
}

.cart__discount ._question a {
    display: block;
    color: black;
    padding-top: 8px;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}

.cart__discount ._question a span {
    position: relative;
    margin-left: 4px;
}

.cart__discount ._question a span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 6px solid black;
    border-bottom: 4px solid transparent;
}

.cart__discount ._question:hover {
    background-color: black;
}

.cart__discount ._question:hover p {
    visibility: visible;
    opacity: 1;
}

.cart__discount ._question:hover svg {
    fill: white;
}

.cart__discount input {
    background-color: transparent;
    border-bottom: 1px solid #d3d3d3;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 5px;
    font-family: 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    min-width: auto;
    margin-right: 10px;
}

.cart__discount input::-webkit-input-placeholder {
    color: #d3d3d3;
}

.cart__discount input:-ms-input-placeholder {
    color: #d3d3d3;
}

.cart__discount input::-ms-input-placeholder {
    color: #d3d3d3;
}

.cart__discount input::placeholder {
    color: #d3d3d3;
}

.cart__discount-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cart__discount-line:first-of-type {
    margin-bottom: 20px;
}

.cart__discount-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 215px;
    padding-right: 15px;
}

.aside__discount {
    display: block;
    background-color: transparent;
    padding: 0;
    margin-bottom: 40px;
    font-family: inherit;
    min-width: auto;
    font-size: 14px;
}
.applied_coupon,
.__add_coupon {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    /* align-items: center; */
}
.cart__discount ._question{
    display: none;
} 
.__add_coupon .coupon__desc{
    margin-bottom: 20px;
    justify-content: space-between;
}
.coupon__add{
    justify-content: space-between;
}
.__add_coupon input{
    width: 200px!important;
    background-color: #F9f9f9;
    border-radius: 10px;
    border: 1px solid #F9f9f9!important;
}
.aside__discount .add-promo_code{
    color: #fff!important;
    background-color: #000;
    border-radius: 10px;
    border-color: #000!important;
    padding: 0 10px!important;
}
.__add_coupon .coupon__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.__add_coupon .coupon__desc label {
    margin-right: 4px;
}

.aside__discount .__coupon_list {
    margin-top: 20px;
}

.__add_coupon input {
    border: 1px solid #d3d3d3;
    line-height: 20px;
    padding: 5px;
    font-family: inherit;
    margin-right: 4px;
    width: 90px;
}

.__add_coupon input:not(:placeholder-shown),
.__add_coupon input:focus {
    border-color: #dfba8e;
}

.aside__discount .btn {
    position: relative;
    padding: 0 6px;
    text-transform: uppercase;
    font: 12px/30px 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #616161;
    border: 1px solid #000;
}

.aside__discount .btn:hover {
    color: #dfba8e;
    border-color: #dfba8e;
}

.aside__discount .btn:disabled {
    color: #777;
    border-color: #bbb;
    cursor: default;
}



.cart__aside {
    background-color: #fff;
    border: 1px solid black;
    width: 400px;
    padding: 30px;
}

.cart__aside._sticky {
    position: fixed;
}

.cart__aside._bottom {
    position: absolute;
    bottom: 0;
}

.goods__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    color: black;
}

.goods__item:not(:last-of-type) {
    border-bottom: 1px solid #d3d3d3;
}

.goods__image {
    position: relative;
    padding-right: 10px;
}

.goods__image img {
    position: relative;
    width: 100%;
    max-width: 200px;
    height: auto;
    max-height: 100%;
}

.goods__desc {
    padding-top: 15px;
    margin-right: auto;
}

.goods__name {
    display: block;
    font-size: 18px;
    margin-bottom: 13px;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}

.goods__name:hover {
    color: #dfba8e;
}

.goods__art {
    font-size: 14px;
    margin-bottom: 3px;
}

.goods__art span {
    color: #999;
    text-transform: uppercase;
}

.goods__size {
    position: relative;
    font-size: 14px;
}

.goods__size > span {
    color: #999;
    -webkit-transition: color 300ms;
    transition: color 300ms;
    cursor: pointer;
}

.goods__size > span:hover {
    color: #dfba8e;
}

.goods__price {
    padding-top: 15px;
    margin-right: 20px;
    text-align: right;
}

.goods__price > * {
    display: block;
}

.goods__price .goods__discount-price {
    color: #b00;
}

.goods__price .goods__full-price {
    color: #999;
    text-decoration: line-through;
}

.goods__remove {
    position: absolute;
    top: 9px;
    right: 2px;
    display: block;
    width: 9px;
    height: 9px;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.goods__remove svg {
    display: block;
    fill: #999;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.goods__remove svg:hover {
    fill: #dfba8e;
}

.goods__tuning {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.goods__color {
    min-width: 160px;
    padding-right: 20px;
}

.goods__color > p {
    margin-bottom: 10px;
    font-size: 14px;
}

.goods__color ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.goods__color li {
    margin-right: 10px;
}

.goods__color li._js-active span {
    width: 14px;
    height: 14px;
}

.goods__color li._js-active button:hover {
    cursor: default;
}

.goods__color button {
    position: relative;
    width: 14px;
    height: 14px;
}

.goods__color button span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.goods__shape > p {
    margin-bottom: 10px;
    font-size: 14px;
}

.goods__shape ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.goods__shape li {
    margin-right: 10px;
}

.goods__shape li._js-active svg {
    stroke: black;
    fill: black;
}

.goods__shape li._js-active button:hover {
    cursor: default;
}

.goods__shape button:hover svg {
    stroke: black;
}

.goods__shape svg {
    width: 18px;
    height: 18px;
    stroke: #d3d3d3;
    fill: transparent;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.goods__popup {
    position: absolute;
    bottom: 0;
    left: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 160px;
    padding: 9px 8px;
    background-color: white;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .13);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.goods__popup._js-open {
    visibility: visible;
    opacity: 1;
}

.goods__popup span {
    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: 25%;
    height: 36px;
    border-bottom: 1px solid #d3d3d3;
    color: black;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}

.goods__popup span:hover {
    color: #dfba8e;
    cursor: pointer;
}

.goods__popup span:not(:nth-child(4n + 1)) {
    border-left: 1px solid #d3d3d3;
}

.goods__popup span._border {
    width: 100%;
    -webkit-box-shadow: 0 -1px 0 2px white;
    box-shadow: 0 -1px 0 2px white;
    height: 1px;
    border: none;
}

.goods__popup span._border:hover {
    cursor: default;
}

.goods__popup span._disabled {
    color: #d3d3d3;
}

.goods__popup span._disabled:hover {
    color: #d3d3d3;
    cursor: default;
}

.goods__popup span._selected {
    color: #dfba8e;
}

.goods__popup span._selected:hover {
    cursor: default;
}

.info {
    color: black;
}

.info__title {
    font-family: 'Montserrat-Medium', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    padding-bottom: 40px;
}

.info__top {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d3d3d3;
}

.info__features {
    font-size: 12px;
    text-align: center;
    display: flex;
}

.info__features > div {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
}

.info__features > div:not(:first-child) {
    margin-left: 20px;
}

.info__features .img__wrapper {
    padding: 5px;
    border: 1px solid #000;
    margin-top: 10px;
}

.info__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
}

.info__block p span {
    display: block;
    font-size: 11px;
    color: #616161;
}

.info__block p span:first-of-type {
    padding-top: 5px;
}

.info__block p:first-of-type {
    color: #616161;
    margin-right: auto;
}

.info__block p:last-of-type {
    font-family: 'Montserrat-Medium', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}

.info__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
    color: #616161;
}

.info__line._bold {
    /*padding-top: 20px;*/
    /*margin-bottom: 11px;*/
    font-size: 18px;
    color: black;
}

.info__line._bold span:last-of-type {
    text-transform: uppercase;
}

.info__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 18px;
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #d3d3d3;
}

.info__total span:last-of-type {
    font-size: 24px;
    text-transform: uppercase;
}

.checkout {
    text-align: center;
    /*background-color: #f6f6f8;*/
    color: black;
    /*padding-top: 28px;*/
    /*padding-bottom: 40px;*/
    /*margin-bottom: 80px;*/
}

.checkout__title {
    font-size: 25px;
    font-family: 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    margin-bottom: 40px;
}

.checkout fieldset {
    border: none;
    text-align: left;
}

.checkout .block-contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.checkout .block-contacts .field-group {
    width: 100%;
}

@media (min-width: 1024px) {
    .checkout .block-contacts .field-group.field-group-phone,
    .checkout .block-contacts .field-group.field-group-email {
        width: calc(50% - 10px);
    }

    .checkout .block-contacts .field-group.field-group-last_name,
    .checkout .block-contacts .field-group.field-group-name,
    .checkout .block-contacts .field-group.field-group-second_name {
        width: calc(33% - 10px);
    }

    .checkout .block-contacts .field-group.field-group-last_name input[type='text'],
    .checkout .block-contacts .field-group.field-group-name input[type='text'],
    .checkout .block-contacts .field-group.field-group-second_name input[type='text'] {
        min-width: unset;
    }
}

.checkout fieldset {
    margin-bottom: 40px;
}

.checkout fieldset > p,
.checkout fieldset > div {
    font-size: 0;
}


.checkout .field-group {
    position: relative;
}

.checkout .field-group:not(:last-child) {
    margin-bottom: 30px;
}

.field-group-delivery_adress label,
.field-group-delivery_adress input {
    cursor: pointer !important;
}

.checkout legend {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
}

.checkout legend span {
    width: 20px;
    height: 20px;
    line-height: 18px;
    border: 1px solid #dfba8e;
    font-size: 12px;
    display: inline-block;
}

.checkout label {
    display: block;
    font-family: 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #777;
    padding: 5px 5px 0 5px;
    z-index: 1;
    position: relative;
}

.checkout label + .location,
.checkout label + input[type='text'],
.checkout label + input[type='phone'],
.checkout label + input[type='email'],
.checkout label + textarea {
    margin-top: -25px;
    z-index: 0;
    position: relative;
}

.checkout input[type='text'],
.checkout input[type='phone'],
.checkout input[type='email'] {
    font-family: 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 14px;
    line-height: 18px;
    /*border: 1px solid #d3d3d3;*/
    border: 1px solid #999;
    min-width: 200px;
    padding: 30px 5px 5px 5px;
    background-color: transparent;
    -webkit-transition: 300ms;
    transition: 300ms;
    color: black;
    width: 100%;
    /*margin-top: -25px;*/
}

.checkout input::-webkit-input-placeholder {
    color: #999;
}

.checkout input:-ms-input-placeholder {
    color: #999;
}

.checkout input::-ms-input-placeholder {
    color: #999;
}

.checkout input::placeholder {
    color: #999;
}

.checkout input:not(:placeholder-shown),
.checkout input:focus {
    border-color: #dfba8e;
}

.checkout input._big {
    /*min-width: 380px;*/
}

.checkout textarea {
    font-family: 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #999;
    min-width: 200px;
    padding: 30px 5px 5px 5px;
    background-color: transparent;
    -webkit-transition: 300ms;
    transition: 300ms;
    color: black;
    width: 100%;
    /*margin-top: -25px;*/
    resize: none;
}

.checkout textarea::-webkit-input-placeholder {
    color: #999;
}

.checkout textarea:-ms-input-placeholder {
    color: #999;
}

.checkout textarea::-ms-input-placeholder {
    color: #999;
}

.checkout textarea::placeholder {
    color: #999;
}

.checkout textarea:not(:placeholder-shown),
.checkout textarea:focus {
    border-color: #dfba8e;
}

.checkout .btn-clear_field {
    width: 10px;
    display: inline-block;
    position: absolute;
    right: 4px;
    top: 4px;
    opacity: .5;
    z-index: 100;
    transition-duration: .25s;
}
.checkout .btn-clear_field:hover {
    opacity: .75;
}
.checkout .btn-clear_field:active {
    opacity: 1;
}

.checkout .btn-clear_field svg {
    max-width: 100%;
    max-height: 100%;
}

.location.empty-location + .btn-clear_field,
.checkout input:placeholder-shown + .btn-clear_field,
.checkout textarea:placeholder-shown + .btn-clear_field {
    visibility: hidden;
    opacity: 0;
}



.radio-group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.radio-group .radio-button label {
    margin: 0 5px 10px 5px ;
}

.checkout input[type='radio'] + label {
    display: block;
    font-size: 14px;
    min-width: 176px;
    padding: 0 15px;
    height: 45px;
    border: 1px solid #999;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: 300ms;
    transition: 300ms;
    text-align: center;
}

.checkout input[type='radio']:checked + label {
    color: #000;
    border-color: #dfba8e;
}

.checkout input[value='courier']:checked ~ #courier {
    display: block;
}

.checkout input[value='pickup']:checked ~ #pickup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.checkout input[value='cash']:checked ~ #cash {
    display: block;
}

.checkout input[value='card']:checked ~ #card {
    display: block;
}

.checkout__radio > span {
    display: block;
}

.checkout__radio .label_subtitle {
    font-size: 12px;
}


.checkout__pay-list {
    display: inline-block;
}

.checkout__pay-list li {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.checkout__pay-list img {
    width: 50px;
}

.checkout__hide {
    display: none;
}

.checkout__hide > span {
    font-size: 16px;
}

.checkout__addresses {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -20px;
}

.checkout__addresses input {
    display: none;
}

.checkout__addresses input:checked ~ p {
    color: #dfba8e;
}

.checkout__addresses input:checked ~ svg {
    fill: #dfba8e;
}

.checkout__addresses label {
    position: relative;
    width: 46%;
    font-size: 14px;
    cursor: pointer;
    border-bottom: 1px solid #d3d3d3;
    padding-left: 15px;
    padding-bottom: 30px;
}

.checkout__addresses label:hover p {
    color: #dfba8e;
}

.checkout__addresses label:hover svg {
    fill: #dfba8e;
}

.checkout__addresses p {
    color: black;
    margin-bottom: 2px;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.checkout__addresses span {
    color: #999;
    margin-bottom: 2px;
}

.checkout__addresses svg {
    position: absolute;
    top: 0;
    left: -8px;
    width: 14px;
    height: 20px;
    fill: black;
    -webkit-transition: 300ms;
    transition: 300ms;
}





.checkbox-group {
    margin-bottom: 25px;
    cursor: pointer;
}
.checkbox-group label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    font-size: 12px;
    color: #616161;
}

.checkbox-group label ._box {
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 12px;
    border: 1px solid #616161;
    transition: 300ms;
    display: inline-block;
    box-sizing: content-box;
}

.checkbox-group label ._box::after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: transparent;
    transition: 300ms;
    display: block;
    margin: 4px;
    background-origin: border-box;
    border: none;
    box-sizing: border-box;
}

.checkbox-group input {
    display: none;
}

.checkbox-group input:checked + label ._box::after {
    background-color: #616161;
}

.checkbox-group label:hover ._box {
    border-color: #dfba8e;
}

.checkbox-group input:checked + label:hover ._box::after {
    background-color: #dfba8e;
}

/*input[type='text']:invalid,*/
/*input[type='phone']:invalid,*/
/*input[type='email']:invalid,*/
/*textarea:invalid {*/
/*    border: 1px solid #d00 !important;*/
/*}*/

.assurance__content {
    max-width: 675px;
    padding: 0 15px;
    margin: 0 auto;
    color: black;
}

.assurance__content > p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
}

.assurance__content > h2 {
    padding-top: 50px;
    text-align: center;
}

.assurance__image {
    position: relative;
    margin-bottom: 70px;
}

.assurance__image img {
    width: 100%;
    height: auto;
}

.assurance__image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 40%);
    transform: translate(-50%, 40%);
    width: 70px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.assurance__image._round::after {
    background-image: url('../assets/icon/assurance-round.svg');
}

.assurance__image._diamond::after {
    background-image: url('../assets/icon/assurance-diamond.svg');
}

.assurance .certificate {
    margin-bottom: 100px;
}

.not-found {
    color: black;
}

.not-found__wrapper {
    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;
    max-width: 800px;
    margin-bottom: 120px;
}

.not-found__image {
    width: 50%;
}

.not-found__image img {
    max-width: 100%;
}

.not-found__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 52px;
    font-family: 'Montserrat-Medium', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    width: 50%;
}

.not-found__title span {
    font-family: 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}

.not-found__desc {
    width: 100%;
    padding-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.range-slider {
    padding: 10px 5px 15px;
}

.range-slider__interval {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.range-slider__row {
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90px;
}

.range-slider__row::before {
    display: block;
    margin-right: 10px;
    font: 14px/36px 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}

.range-slider__row._from::before {
    content: 'от';
}

.range-slider__row._before::before {
    content: 'до';
}

.range-slider__line {
    margin-top: 25px;
}

.ui-slider-horizontal {
    height: 1px;
    background: #e9e9e9;
}

.ui-slider-horizontal .ui-slider-range {
    background: #999;
}

.ui-slider .ui-slider-handle {
    top: -.4em;
    width: 14px;
    height: 14px;
    background: transparent;
    border-radius: 0;
    border: 1px solid #999;
    cursor: pointer;
}

.ui-slider .ui-slider-handle:focus {
    outline: none;
}

.ui-slider .ui-slider-handle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background: #000;
}

.ui-widget.ui-widget-content {
    border: 0;
}

.faq__banner {
    width: 100%;
    height: 270px;
    margin: 0 auto 45px;
    background: url('../assets/img/faq-banner.jpg') center right / cover no-repeat;
}

.faq__wrapper {
    position: relative;
    padding-left: 320px;
}

.faq__aside {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.faq__tab {
    color: black;
    font-size: 16px;
    min-width: 280px;
    margin-bottom: 15px;
    line-height: 44px;
    border: 1px solid #d3d3d3;
    font-family: 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.faq__tab._js-active {
    background-color: #dfba8e;
    border-color: #dfba8e;
    color: white;
}

.faq__tab._js-active:hover {
    cursor: default;
}

.faq__tab span {
    position: relative;
}

.faq__tab span::after {
    /* content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2px;
    width: 0;
    background-color: #dfba8e;
    z-index: -1;
    -webkit-transition: 300ms;
    transition: 300ms; */
}

.faq__tab:hover span::after {
    width: calc(50% + 10px);
}

.faq__content {
    display: none;
    min-height: 500px;
}

.faq__content._js-active {
    display: block;
}

.faq .accordion-list {
    width: 100%;
    margin: 0 auto 5%;
}

.popup {
    position: relative;
    width: 495px;
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 35px;
    margin: 0 auto;
    background-color: white;
    color: black;
    font-family: 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}

.popup._hint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 850px;
    max-width: 100%;
    padding: 40px;
}

.popup._hint .popup__title {
    width: 100%;
}

.popup._big {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1200px;
    padding: 50px;
}

.popup._success {
    text-align: center;
}

.popup__half {
    width: 50%;
    max-width: 545px;
}

.popup__half._pale {
    background-color: #f6f6f8;
    padding: 35px 50px;
    margin-top: 30px;
    font-size: 14px;
    text-align: center;
}

.popup__number-list {
    margin-bottom: 35px;
}

.popup__number-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
}

.popup__number-list span {
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 18px;
    border: 1px solid #dfba8e;
    margin-right: 10px;
    margin-top: 3px;
}

.popup__image {
    text-align: center;
    margin-bottom: 60px;
}

.popup__image img {
    max-width: 100%;
}

.popup__title {
    text-align: center;
    font-size: 25px;
    margin-bottom: 40px;
}

._pale .popup__title {
    margin-bottom: 20px;
}

.popup__list-line li {
    position: relative;
    line-height: 23px;
    padding: 25px 0;
}

.popup__list-line li:not(:last-of-type)::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 21px;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #ba8950), to(#fdfbfa));
    background: linear-gradient(to right, #ba8950 1%, #fdfbfa 100%);
}

.popup__text {
    margin-bottom: 20px;
}

.popup__size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 40px;
}

.popup__size label {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #999;
    font-family: 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 20px;
}

.popup__size label::after {
    content: '';
    position: absolute;
    right: -30px;
    top: 50%;
    -webkit-transform: translate(-1px);
    transform: translate(-1px);
    width: 14px;
    height: 2px;
    background-color: #999;
}

.popup__size label::before {
    content: '';
    position: absolute;
    right: -30px;
    top: 50%;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(-45deg) translate(0, -50%);
    transform: rotate(-45deg) translate(0, -50%);
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
}

.popup__size input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 88px;
    height: 88px;
    text-align: center;
    font-size: 26px;
    font-family: 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    border: 1px solid #999;
    color: #999;
    margin-right: 12px;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.popup__size input:focus {
    border-color: #dfba8e;
}

.popup__size-title {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #999;
}

.popup__size-half {
    width: 160px;
    max-width: 50%;
}

.popup__size-result {
    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;
    width: 88px;
    height: 88px;
    border: 1px solid black;
    font-size: 26px;
}

.popup__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 40px;
}

.popup__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-bottom: 30px;
}

.popup__label-checkbox {
    cursor: pointer;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.popup__input {
    font-family: 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 14px;
    color: black;
    padding: 4px 0;
    border-bottom: 1px solid #d3d3d3;
}

.popup__input::-webkit-input-placeholder {
    color: #d3d3d3;
}

.popup__input:-ms-input-placeholder {
    color: #d3d3d3;
}

.popup__input::-ms-input-placeholder {
    color: #d3d3d3;
}

.popup__input::placeholder {
    color: #d3d3d3;
}

.popup__input:focus {
    border-color: #dfba8e;
}

.popup__input-hide {
    font-size: 0;
    height: 0;
    width: 0;
}

.popup__input-phone {
    padding-top: 8px;
}

.popup__textarea {
    height: 75px;
    font-family: 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 14px;
    color: black;
    padding: 14px 0 4px;
    border-bottom: 1px solid #d3d3d3;
}

.popup__textarea::-webkit-input-placeholder {
    color: #d3d3d3;
}

.popup__textarea:-ms-input-placeholder {
    color: #d3d3d3;
}

.popup__textarea::-ms-input-placeholder {
    color: #d3d3d3;
}

.popup__textarea::placeholder {
    color: #d3d3d3;
}

.popup__textarea:focus {
    border-color: #dfba8e;
}

.popup__checkbox {
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    border: 1px solid #d3d3d3;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.popup__checkbox::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: transparent;
    -webkit-transition: 300ms;
    transition: 300ms;
}
.password-eye {
  position: absolute;
  right: 0;
  bottom: 6px;
  cursor: pointer;
}
input:checked ~ .popup__checkbox {
    border-color: black;
}

input:checked ~ .popup__checkbox::after {
    background-color: black;
}

input:hover ~ .popup__checkbox,
input:focus ~ .popup__checkbox {
    border-color: #dfba8e;
}

.popup__checkbox-text {
    font-family: 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 12px;
    color: #999;
}

.popup__checkbox-text span {
    color: black;
}

.popup__required {
    padding-top: 10px;
    padding-bottom: 5px;
    font-family: 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 12px;
}

.popup__city-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 35px;
    margin-bottom: 30px;
}

.popup__city-item {
    width: 50%;
    font-family: 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    margin-bottom: 12px;
}

.popup__city-item a {
    -webkit-transition: 300ms;
    transition: 300ms;
}

.popup__city-item a:hover {
    color: #dfba8e;
}

.popup__city-search {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 35px;
}

.popup__city-search input {
    width: 250px;
    margin-right: auto;
}

.popup__city-result {
    display: none;
    position: absolute;
    top: 100%;
    left: 35px;
    width: 250px;
    padding: 25px 20px 10px;
    background-color: white;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .13);
}

.popup__city-result li {
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 15px;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.popup__city-result li:hover {
    color: #dfba8e;
}

.popup__city-result._active {
    display: block;
}

.popup .btn:focus {
    border-color: #dfba8e;
}

.popup .btn:focus::after {
    width: 58px;
}

.popup-thanks {
    position: relative;
    width: 495px;
    max-width: 100%;
    padding-top: 45px;
    padding-bottom: 55px;
    margin: 0 auto;
    background-color: white;
    color: black;
    font-family: 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}

.popup-thanks__title {
    text-align: center;
    font-size: 25px;
    margin-bottom: 15px;
}

.popup-thanks__text {
    text-align: center;
    font-size: 16px;
}

.casket {
    position: relative;
}

.casket__title {
    text-align: center;
}

.casket__form {
    position: relative;
    /*padding: 0 60px;*/
    /*margin-bottom: 100px;*/
}

.casket__form .steps {
    /*position: absolute;*/
    /*top: 100%;*/
    /*left: 0;*/
    /*width: 100%;*/
}

.casket__form .steps ul {
    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;
    height: 100px;
}

.casket__form .steps li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #dfba8e;
    font-size: 24px;
    font-family: 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}

.casket__form .steps li:not(:first-of-type)::before {
    content: '';
    width: 120px;
    height: 1px;
    background-color: #dfba8e;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.casket__form .steps li.current ~ li {
    color: #d3d3d3;
}

.casket__form .steps li.current ~ li::before {
    background-color: #999;
}

.casket__form .steps li a {
    margin: 0 15px;
}

.casket__form .content_wrapper {
    position: relative;
    padding: 0 60px;
}

.casket__form .content {
    position: relative;
    /*border: 1px solid lightcoral;*/
    /*margin-bottom: 50px;*/
    z-index: 1;
}

.casket__form .content .title {
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 300ms;
    transition: 300ms;
    font-family: 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 18px;
}

.casket__form .content .title.current {
    visibility: visible;
    opacity: 1;
}

.casket__form .content .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    min-height: 360px;
    position: relative;
}

.casket__form .actions {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*border: 1px solid lightseagreen;*/
    z-index: 0;
}

.casket__form .actions .disabled {
    opacity: 0;
    visibility: hidden;
}

.casket__form .actions ul {
    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;
    height: 100%;
}

.casket__form .actions a {
    font-size: 20px;
    -webkit-transition: 300ms;
    transition: 300ms;
    visibility: visible;
    opacity: 1;
}

.casket__form .actions a.next,
.casket__form .actions a.prev {
    position: relative;
}

.casket__form .actions a.next::after, .casket__form .actions a.prev::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 27px;
    height: 1px;
    background-color: black;
}

.casket__form .actions a.next {
    padding-left: 35px;
}

.casket__form .actions a.next::after {
    left: 0;
}

.casket__form .actions a.prev {
    padding-right: 35px;
}

.casket__form .actions a.prev::after {
    right: 0;
}

.casket .type-slide .casket__control {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.casket .type-slide._active-1 .casket__control {
    opacity: 1;
    visibility: visible;
}

.casket__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 160px;
    padding: 10px 10px 30px;
    margin: 15px 25px;
    cursor: pointer;
    -webkit-transition: 300ms, left 500ms, -webkit-transform 400ms;
    /*transition: 300ms, left 500ms, -webkit-transform 400ms;*/
    /*transition: 300ms, left 500ms, transform 400ms;*/
    transition: 300ms, left 500ms, transform 400ms, -webkit-transform 400ms;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 7px rgba(0, 0, 0, .05);
    background-color: white;
}

.casket__box:hover {
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .13);
    box-shadow: 0 2px 7px rgba(0, 0, 0, .13);
}

.casket__box._narrow {
    margin: 15px;
}

.casket__box._narrow span {
    min-height: 36px;
}

.casket__box input {
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
}

.casket__image svg {
    transition: 300ms;
}

.casket__box input:checked ~ .casket__image svg {
    fill: #dfba8e;
}

.casket__box input:checked ~ span {
    color: #dfba8e;
}

.casket__box input:checked ~ span::after {
    border-color: #dfba8e;
}

.casket__box span {
    position: relative;
    font-size: 14px;
    -webkit-transition: 300ms;
    transition: 300ms;
    text-align: center;
    min-height: 2em;
}

.casket__box span::after {
    content: '';
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    -webkit-transform: translate(-50%) rotate(-45deg);
    transform: translate(-50%) rotate(-45deg);
    width: 8px;
    height: 4px;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.type-slide .casket__box {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
    visibility: visible;
}

.type-slide .casket__box span {
    min-height: 36px;
}

.type-slide .casket__box._type-1 {
    -webkit-transform: translate(calc(-50% - 110px), -50%);
    transform: translate(calc(-50% - 110px), -50%);
}

.type-slide .casket__box._type-2 {
    -webkit-transform: translate(calc(-50% + 110px), -50%);
    transform: translate(calc(-50% + 110px), -50%);
}

.type-slide._active-1 .casket__box._type-1 {
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.type-slide._active-1 .casket__box._type-2 {
    visibility: hidden;
    opacity: 0;
}

.casket__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20%;
    padding-left: 20px;
    margin-bottom: 10px;
    cursor: pointer;
}

.casket__line input:checked ~ span {
    color: #dfba8e;
}

.casket__line input:checked ~ span::after {
    border-color: #dfba8e;
}

.casket__line span {
    position: relative;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.casket__line span::after {
    content: '';
    position: absolute;
    top: 7px;
    left: -15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 8px;
    height: 4px;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.casket__image {
    position: relative;
    width: 100%;
    /*padding-bottom: 78%;*/
}

.casket__image img {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*-webkit-transform: translate(-50%, -50%);*/
    /*transform: translate(-50%, -50%);*/
    max-width: 100%;
    max-height: 100%;
}

.casket__line .casket__image {
    width: 50px;
    padding-bottom: 35px;
    margin-right: 10px;
}

.casket__stones {
    position: absolute;
    top: 60px;
    right: 20px;
    height: calc(100% - 80px);
    width: calc(100% - 230px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 600ms;
    transition: 600ms;
}

._active-1 .casket__stones {
    opacity: 1;
    visibility: visible;
}

.casket__stones-tabs {
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.casket__stones-tabs button {
    color: #616161;
    font-size: 16px;
    font-family: 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.casket__stones-tabs button:hover {
    color: #dfba8e;
}

.casket__stones-tabs button._active {
    color: #dfba8e;
}

.casket__stones-tabs button._active:hover {
    cursor: default;
}

.casket__stones-tabs button:not(:last-of-type) {
    margin-right: 30px;
}

.casket__stones-content {
    padding-top: 20px;
}

.casket__stones-content > div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: none;
}

.casket__stones-content > div._active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.casket__size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 600px;
    margin-bottom: 30px;
}

.casket__size li {
    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: 10%;
    font-size: 14px;
    border-bottom: 1px solid #d3d3d3;
    line-height: 24px;
    cursor: pointer;
    transition-duration: 300ms;
}

.casket__size li:not(:nth-child(10n + 1)) {
    border-left: 1px solid #d3d3d3;
}

.casket__size li:hover {
    color: #dfba8e;
}

.casket__size li._border {
    width: 100%;
    -webkit-box-shadow: 0 -1px 0 2px white;
    box-shadow: 0 -1px 0 2px white;
    height: 1px;
    border: none;
    max-width: unset;
}

.casket__size li._border:hover {
    cursor: default;
}

.casket__size li._disabled {
    color: #d3d3d3;
}

.casket__size li._disabled:hover {
    color: #d3d3d3;
    cursor: default;
}

.casket__size li._disabled label {
    cursor: default;
}

.casket__size label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    cursor: pointer;
}

.casket__size input {
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
}

.casket__size input:checked + span {
    color: #dfba8e;
}

.casket .size-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.casket__submit span {
    font-size: 16px;
    color: #dfba8e;
}

.casket .size-slide-text {
    color: #616161;
    margin-bottom: 140px;
}

.casket .size-slide-text a {
    color: black;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.casket .size-slide-text a:hover {
    color: #dfba8e;
}

.casket__error {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.casket__error._active {
    visibility: visible;
    opacity: 1;
}

.casket__control {
    display: flex;
    justify-content: flex-end;
}

.casket__control button {
    font-family: 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #616161;
    font-size: 14px;
    -webkit-transition: 300ms;
    transition: 300ms;
    position: relative;
}

.casket__control button:hover {
    color: #dfba8e;
}

.casket__control button._choose {
    margin-right: 20px;
}

.casket__control button._reset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.casket__control button._reset svg {
    width: 15px;
    height: 15px;
    fill: #616161;
    padding-top: 1px;
    margin-left: 5px;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.casket__control button._reset:hover svg {
    fill: #dfba8e;
}

.casket__promo {
    background: url('../assets/img/casket.jpg') center right/ cover no-repeat;
}

.casket__promo .container {
    position: relative;
    padding: 110px 0 80px;
}

.casket__promo-title {
    font-size: 32px;
    font-family: 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    margin-bottom: 20px;
    text-align: center;
}

.casket__promo-subtitle {
    color: #616161;
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
}

.casket__back {
    position: absolute;
    top: 40px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #999;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.casket__back svg {
    width: 33px;
    height: 5px;
    fill: #999;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.casket__back:hover {
    color: #dfba8e;
}

.casket__back:hover svg {
    fill: #dfba8e;
}

.chips-category {
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font: 12px/40px 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}

.chips-category:not(:last-child) {
    margin-right: 30px;
}

.chips-category__name {
    margin-right: 10px;
    color: #000;
}

.chips-category__selected {
    position: relative;
    padding-right: 45px;
    padding-left: 25px;
    color: #616161;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.chips-category__selected:not(:last-child) {
    margin-right: 10px;
}

.chips-category__selected:hover {
    border-color: transparent;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .13);
    box-shadow: 0 3px 7px rgba(0, 0, 0, .13);
}

.chips-category__selected-reset {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 9px;
    height: 9px;
    padding: 10px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.chips-category__selected-reset:hover svg {
    fill: #dfba8e;
}

.chips-category__selected-reset svg {
    display: block;
    fill: #999;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.sorting-select {
    position: relative;
    font-family: 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    line-height: 36px;
    color: #616161;
}

.sorting-select__selected {
    position: relative;
    padding-right: 25px;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.sorting-select__selected:hover,
.sorting-select__selected._js-active {
    color: #dfba8e;
}

.sorting-select__selected:hover::before, .sorting-select__selected._js-active::before {
    border-color: #dfba8e;
}

.sorting-select__selected._js-active::before {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
    -webkit-transform-origin: 50% 75% 0;
    transform-origin: 50% 75% 0;
}

.sorting-select__selected::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
    display: block;
    width: 8px;
    height: 8px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #616161;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.sorting-select__list {
    position: absolute;
    top: 100%;
    right: 0;
    width: 155px;
    background: white;
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .13);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 300ms;
    transition: 300ms;
    z-index: 9;
}

.sorting-select__list._js-open {
    opacity: 1;
    visibility: visible;
}

.sorting-select__item {
    padding: 0 15px;
    font-size: 12px;
    line-height: 36px;
    cursor: pointer;
}

.sorting-select__item::before {
    left: -10px;
}

.product__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 70px;
}

.product__view {
    width: 50%;
    /*border: 2px solid tomato;*/
    position: relative;
}

.product__eyezon-block {
    position: absolute;
    z-index: 10;
    top: 20px;
}

.product__desc {
    width: 50%;
    /*border: 2px solid lightgreen;*/
}

.product__title {
    font-size: 25px;
    margin-bottom: 28px;
}

.product__slider-big {
    width: 100%;
    max-width: 500px;
}

/*border: 2px solid black;*/

.product__slider-big .product__slider-item {
    height: 500px;
}


.product__slider-big.slick-slider .slick-arrow {
    color: transparent;
    font-size: 0;
    position: absolute;
    top: 25%;
    bottom: 25%;
    width: 46px;
    z-index: 1;
}

.product__slider-big.slick-slider .slick-arrow {
    display: none;
}

.product__slider-big.slick-slider .slick-arrow.slick-prev {
    color: transparent;
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    transition-duration: 0.25s;
}

.product__slider-big.slick-slider .slick-arrow.slick-prev {
    left: 0;
}

.product__slider-big.slick-slider .slick-arrow.slick-next {
    right: 0;
}
.product__slider-big.slick-slider .slick-arrow:before {
    content: '';
    width: 30px;
    z-index: 1;
    height: 30px;
    display: inline-block;
    transform: rotateZ(45deg);
    border: 1px solid transparent;
    transition-duration: 0.25s;
}
.product__slider-big.slick-slider:hover .slick-arrow.slick-prev:before {
    border-left-color: #d3d3d3;
    border-bottom-color: #d3d3d3;
}
.product__slider-big.slick-slider:hover .slick-arrow.slick-next:before {
    border-right-color: #d3d3d3;
    border-top-color: #d3d3d3;
}


.product__slider-small {
    width: 100%;
}

/*border: 2px solid green;*/

.product__slider-small .product__slider-item {
    height: 70px;
}

.product__slider-small .product__slider-image {
    border: 1px solid transparent;
}

.product__slider-small .slick-current .product__slider-image {
    border: 1px solid #ddd;
}

.product__slider-item {
    position: relative;
}

.product__slider-image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.product__spec {
    color: #999;
    margin-bottom: 8px;
}

.product__spec span {
    color: black;
    text-transform: uppercase;
}

.product__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-top: 26px;
    margin-bottom: 34px;
}

.product__price-current {
    margin-right: 18px;
    font-size: 24px;
    text-transform: uppercase;
}

.product__price-old {
    position: relative;
    font-size: 18px;
    margin-right: 12px;
    text-transform: uppercase;
}

.product__price-old::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background-color: #dfba8e;
}

.product__price-sticker {
    font-size: 14px;
    color: white;
    line-height: 26px;
    padding-left: 8px;
    padding-right: 30px;
    background: url('../assets/icon/gift.svg') 93% 50% / 13px 17px no-repeat;
    background-color: #dfba8e;
}

.product__size {
    margin-bottom: 40px;
}

.product__size-title {
    margin-bottom: 18px;
}

.product__size-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 370px;
    margin-bottom: 10px;
}

.product__size-list li {
    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: 10%;
    font-size: 12px;
    border-bottom: 1px solid #d3d3d3;
    line-height: 22px;
    cursor: pointer;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.product__size-list li:not(:nth-child(10n + 1)) {
    border-left: 1px solid #d3d3d3;
}

.product__size-list li:hover {
    color: #dfba8e;
}

.product__size-list li._border {
    width: 100%;
    -webkit-box-shadow: 0 -1px 0 2px white;
    box-shadow: 0 -1px 0 2px white;
    height: 1px;
    border: none;
}

.product__size-list li._border:hover {
    cursor: default;
}

.product__size-list li._disabled {
    color: #d3d3d3;
}

.product__size-list li._disabled:hover {
    color: #d3d3d3;
    cursor: default;
}

.product__size-list li._selected {
    color: #dfba8e;
}

.product__size-list li._selected:hover {
    cursor: default;
}

.product__size-fit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #999;
    font-size: 14px;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.product__size-fit svg {
    width: 10px;
    fill: #999;
    margin-left: 10px;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.product__size-fit:hover {
    color: #dfba8e;
}

.product__size-fit:hover svg {
    fill: #dfba8e;
}

.product__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.product__control ._black {
    margin-right: 18px;
}

.product__control ._black:hover::after {
    width: 40px;
}

.product__to-favorites {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #616161;
    padding: 0 18px;
    margin-right: 18px;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.product__to-favorites svg {
    width: 12px;
    height: 12px;
    stroke: #616161;
    margin-left: 6px;
    fill: none;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.product__to-favorites:hover {
    color: #dfba8e;
}

.product__to-favorites:hover svg {
    stroke: #dfba8e;
}

.product__to-hint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #616161;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.product__to-hint svg {
    width: 11px;
    height: 11px;
    fill: #616161;
    margin-left: 6px;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.product__to-hint:hover {
    color: #dfba8e;
}

.product__to-hint:hover svg {
    stroke: #dfba8e;
}

.product__same {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 490px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d3d3d3;
}

.product__same-title {
    width: 100%;
    font-size: 14px;
}

.product__same-link {
    position: relative;
    width: 20%;
    padding-bottom: 20%;
}

.product__same-link::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
}

.product__same-link:not(:last-of-type)::after {
    background-color: #d3d3d3;
}

.product__same-link img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
}

.product__services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product__services p {
    padding: 10px 15px 10px 50px;
    background-position: left center;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    font-size: 12px;
    color: #616161;
    margin-right: 25px;
}

.product__services p._gift {
    background-image: url('../assets/icon/product-gift.svg');
}

.product__services p._delivery {
    background-image: url('../assets/icon/product-car.svg');
}

.product__services p._time {
    background-image: url('../assets/icon/product-time.svg');
}

.product__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product__list-title {
    width: 100%;
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
}

.product__about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.product__about-image {
    position: relative;
    width: 50%;
    padding-bottom: 35%;
}

.product__about-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 90%;
    max-width: 80%;
}

.product__about-desc {
    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;
    width: 50%;
    padding-left: 40px;
}

.product__about-title {
    font-family: 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 25px;
    color: black;
    margin-bottom: 18px;
}

.product__about-text {
    font-size: 14px;
    color: black;
    line-height: 24px;
}

.pagination {
    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;
    margin-bottom: 40px;
    padding: 50px 0 40px;
}

.pagination._center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination__prev,
.pagination__next {
    position: relative;
    display: block;
    width: 26px;
    height: 26px;
    border: 1px solid #dfba8e;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.pagination__prev:hover, .pagination__next:hover {
    background-color: #dfba8e;
}

.pagination__prev:hover::before, .pagination__next:hover::before {
    border-color: white;
}

.pagination__prev._inactive, .pagination__next._inactive {
    border-color: #e9e9e9;
}

.pagination__prev._inactive:hover, .pagination__next._inactive:hover {
    background-color: transparent;
}

.pagination__prev._inactive::before, .pagination__next._inactive::before {
    border-color: #999;
}

.pagination__prev::before, .pagination__next::before {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: #616161;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.pagination__prev::before {
    left: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-width: 0 0 1px 1px;
}

.pagination__next::before {
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-width: 1px 1px 0 0;
}

.pagination-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 20px;
    list-style: none;
    font: 18px/26px 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}

.pagination-list__item {
    text-align: center;
}

.pagination-list__link {
    display: block;
    padding: 0 15px;
    color: #999;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.pagination-list__link._active {
    color: #000;
}

.pagination-list__link:hover {
    color: #dfba8e;
}

.search-results__title {
    margin-bottom: 0;
}

.search-results__filter {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.search-results__nav {
    display: inline-block;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-width: 270px;
    column-width: 270px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}

.search-results__nav-item {
    max-width: 270px;
    padding: 12px 0;
    font: 16px/24px 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #000;
}

.search-results__nav-link {
    border-bottom: 1px solid #999;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.search-results__nav-link:hover {
    border-color: #dfba8e;
    color: #dfba8e;
}

.search-results__notfound {
    max-width: 1040px;
    margin: 0 auto 80px;
    padding-top: 50px;
}

.search-results__notfound-title {
    margin-bottom: 80px;
    text-align: center;
    font: 20px/30px 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #000;
}

.empty {
    padding: 80px 0;
    color: black;
}

.empty__title {
    font-family: 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 20px;
    text-align: center;
    margin-bottom: 100px;
}

.empty__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 540px;
    max-width: 100%;
}

.empty__item {
    width: 50%;
    margin-bottom: 30px;
}

.empty__link {
    display: inline-block;
    font-family: 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    border-bottom: 1px solid #616161;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.empty__link:hover {
    color: #dfba8e;
    border-color: #dfba8e;
}

.postcard {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.postcard__fill {
    width: 50%;
}

.postcard__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 35px;
    width: 100%;
    max-width: 310px;
}

.postcard__block input {
    font-family: 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 16px;
    line-height: 38px;
    color: black;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 8px;
}

.postcard__block input::-webkit-input-placeholder {
    color: #d3d3d3;
}

.postcard__block input:-ms-input-placeholder {
    color: #d3d3d3;
}

.postcard__block input::-ms-input-placeholder {
    color: #d3d3d3;
}

.postcard__block input::placeholder {
    color: #d3d3d3;
}

.postcard__title {
    font-family: 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: black;
    margin-bottom: 10px;
}

.postcard__index {
    width: 100%;
    max-width: 310px;
}

.postcard__index img {
    width: 100%;
}

.postcard__info {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.postcard__image {
    position: relative;
    width: 200px;
    padding-bottom: 200px;
    margin: 0 auto;
}

.postcard__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.postcard__desc {
    font-size: 14px;
    color: black;
    line-height: 22px;
    text-align: center;
    margin-bottom: 40px;
}

.postcard .btn._black {
    align-self: center;
}

.profile__title {
    text-align: center;
}

.profile__wrapper {
    position: relative;
    padding-left: 320px;
    min-height: 500px;
}

.profile__aside {
    position: absolute;
    top: 0;
    left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.profile__tab {
    color: black;
    font-size: 16px;
    min-width: 280px;
    margin-bottom: 15px;
    line-height: 44px;
    border: 1px solid #d3d3d3;
    font-family: 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.profile__tab._js-active {
    background-color: #dfba8e;
    border-color: #dfba8e;
    color: white;
}

.profile__tab._js-active:hover {
    cursor: default;
}

.profile__tab span {
    position: relative;
}

.profile__tab span::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2px;
    width: 0;
    background-color: #dfba8e;
    z-index: -1;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.profile__tab:hover span::after {
    width: calc(50% + 10px);
}

.profile__content {
    display: none;
    min-height: 500px;
}

.profile__content._js-active {
    display: block;
}

.profile__mail {
    padding-left: 40px;
}

.wish-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 40px;
}

.wish-list__control {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 40px;
}

.wish-list__control .btn._white {
    align-self: flex-start;
}

.wish-list__title {
    font-family: 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 24px;
    color: black;
    margin-bottom: 30px;
}

.wish-list__reset {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    font-family: 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #616161;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.wish-list__reset:hover {
    color: #dfba8e;
}

.wish-list .card {
    width: 33.333%;
}

.history {
    padding-left: 40px;
    margin-bottom: 100px;
}

.history__title {
    font-family: 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 24px;
    color: black;
    margin-bottom: 25px;
}

.history__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    font-size: 14px;
}

.history__item:not(:last-of-type) {
    border-bottom: 1px solid #d3d3d3;
}

.history__item._head {
    padding: 12px 0;
}

.history__number {
    width: 16%;
    min-width: 120px;
    flex-shrink: 0;
}

.history__number span {
    display: block;
    color: #999;
    padding-top: 5px;
}

.history__product {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 12px;
}

._head .history__product {
    font-size: 14px;
}

.history__delivery {
    width: 14.9%;
    min-width: 130px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #999;
}

._head .history__delivery {
    color: black;
}

.history__sum {
    width: 16.7%;
    min-width: 96px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #999;
}

._head .history__sum {
    color: black;
}

.history__status {
    width: 12.8%;
    min-width: 95px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 12px;
}

._head .history__status {
    font-size: 14px;
}

.history__status span {
    display: inline-block;
    padding: 0 9px;
    line-height: 24px;
}

.history__status span._in-processing {
    background-color: #e8ebfb;
}

.history__status span._in-delivery {
    background-color: #fad7e5;
}

.history__status span._filfilled {
    background-color: #b9f7fb;
}

.history__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 8.9%;
    min-width: 74px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.history__actions button {
    width: 16px;
    height: 16px;
}

.history__actions button._repeat {
    margin-left: auto;
}

.history__actions button._reset {
    margin-left: 10px;
}

.history__actions button svg {
    width: 100%;
    height: 100%;
    fill: #616161;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.history__actions button:hover svg {
    fill: #dfba8e;
}

.history__poduct-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.history__poduct-item span {
    padding-right: 20px;
}

.history__product-image {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-right: 10px;
}

.history__product-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}

.individual {
    position: relative;
    padding-left: 40px;
    margin-bottom: 80px;
}

.individual__title {
    font-family: 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 24px;
    color: black;
    margin-bottom: 40px;
}

.individual__block {
    padding-bottom: 10px;
}

.individual__block:not(:last-of-type) {
    border-bottom: 1px solid #999;
}

.individual__block ._editable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    max-width: 310px;
    color: black;
    font-family: 'Montserrat-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 16px;
    margin-bottom: 30px;
}

.individual__block ._editable span {
    display: block;
    width: 100%;
    margin-bottom: 6px;
}

.individual__block ._editable input {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 2px;
    color: black;
    background-color: transparent;
    border-bottom: 1px solid #d3d3d3;
    width: calc(100% - 20px);
}

.individual__block ._editable input:disabled {
    color: #999;
    /*border-bottom-color: transparent;*/
}

.individual__block ._editable input._big {
    min-width: 280px;
}

.individual__block .fake_input.disabled {
    border: none;
    outline: none;
    border-radius: 0;
    color: #999;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 2px;
    background-color: transparent;
    border-bottom: 1px solid #d3d3d3;
    display: block;
    width: calc(100% - 20px);
}


.individual__block ._editable button {
    font-size: 0;
    margin: 0;
    padding: 0;
}

.individual__block ._editable button svg {
    width: 13px;
    height: 13px;
    fill: #616161;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.individual__block ._editable button:hover svg {
    fill: #dfba8e;
}

.individual__block ._hidden button {
    position: relative;
    font-size: 0;
    margin: 0;
    padding: 0;
}

.individual__block ._hidden button svg {
    width: 16px;
    height: 11px;
    fill: none;
    -webkit-transition: 300ms;
    transition: 300ms;
    stroke: #616161;
}

.individual__block ._hidden button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110%;
    height: 1px;
    background-color: #616161;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.individual__block ._hidden button._show::after {
    background-color: transparent;
}

.individual__block ._hidden input {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 2px;
    color: #999;
    background-color: transparent;
    border-bottom: 1px solid #d3d3d3;
}

.individual__block ._hidden input[type='text'] {
    color: black;
}

.individual__block ._hidden span {
    display: block;
    margin-bottom: 6px;
}

.individual__block ._radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 16px;
}

.individual__block ._radio input {
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
}

.individual__block ._box {
    position: relative;
    width: 12px;
    height: 12px;
    border: 1px solid #616161;
    margin-right: 10px;
}

.individual__block ._box::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background-color: transparent;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.individual__block ._text {
    color: #616161;
}

.individual__social {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f6f6f8;
    width: 360px;
    padding: 36px 40px;
}

.individual__social p {
    padding-bottom: 23px;
}

.individual__social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.individual__social li {
    position: relative;
    margin-right: 24px;
}

.individual__social a {
    display: inline-block;
    font-size: 0;
}

.individual__social a svg {
    width: 24px;
    height: 24px;
    fill: #999;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.individual__social a svg:hover {
    fill: black;
}

.individual__social a._active svg {
    fill: #dfba8e;
}

.individual__social button {
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 0;
}

.individual__social button svg {
    width: 9px;
    height: 9px;
    fill: #616161;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.individual__social button svg:hover {
    fill: #dfba8e;
}

.individual__social span {
    display: inline-block;
    margin-bottom: 42px;
    color: #999;
    font-size: 14px;
}

.individual__bonus {
    padding: 36px 0;
}

.individual__bonus label {
    display: inline-block;
    width: 270px;
}

.individual__bonus label span {
    display: block;
    width: 100%;
    color: black;
    margin-bottom: 6px;
}

.individual__bonus label input {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 2px;
    color: black;
    background-color: transparent;
    border-bottom: 1px solid #d3d3d3;
}

.individual__bonus label input::-webkit-input-placeholder {
    color: #999;
}

.individual__bonus label input:-ms-input-placeholder {
    color: #999;
}

.individual__bonus label input::-ms-input-placeholder {
    color: #999;
}

.individual__bonus label input::placeholder {
    color: #999;
}

.individual__bonus-title {
    font-size: 18px;
    color: black;
    margin-bottom: 11px;
}

.individual__bonus-subtitle {
    color: #616161;
    font-size: 14px;
    margin-bottom: 38px;
}

.individual__notification {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 36px 0;
}

.individual__notification ._editable {
    padding-left: 24px;
}

.individual__notification-title {
    font-size: 18px;
    color: black;
    margin-bottom: 11px;
    width: 100%;
}

.individual__notification-subtitle {
    color: #616161;
    font-size: 14px;
    margin-bottom: 38px;
    width: 100%;
}

.individual__notification-block {
    width: 50%;
}

.individual input:checked + ._box::after {
    background-color: black;
}

.individual__password {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #f6f6f8;
    width: 510px;
    padding: 40px;
    margin: 40px 0;
}

.individual__password ._hidden {
    width: 45%;
}

.individual__password ._hidden:first-of-type {
    margin-right: auto;
}

.individual__password-title {
    width: 100%;
    margin-bottom: 26px;
    font-size: 24px;
    font-family: 'Montserrat-Light', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}

@media screen and (min-width: 1280px) {

    .checkout__addresses {
        margin: 0 -100px
    }

    .checkout__addresses label {
        width: 280px
    }
}

@media screen and (min-width: 1600px) {

    .header__contacts {
        margin-right: 40px
    }
}

@media (max-height: 800px) {

    .promo-slider__item {
        height: calc(100vh - 162px);
    }

    .promo-slider__item-date {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 24px
    }

    .promo-slider__item-title {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 30px
    }

    .promo-slider__item-desc {
        margin-bottom: 25px;
        font-size: 20px;
        line-height: 30px
    }

    .promo-slider__item-content {
        max-height: 350px;
        padding-top: 30px;
        padding-bottom: 30px
    }
}


@media (max-height: 320px) {
    .promo-slider__item {
        height: 100vh;
    }
}

/*msf*/
.information__text ul li {
    list-style-type: disc;
    list-style-position: inside;
}

.section_card {
    width: 100%;
}

a.disabled,
a[disabled] {
    pointer-events: none !important;
    cursor: default !important;
}

[hidden],
.show-more.empty,
.hidden {
    display: none !important;
}
.social-section .icon-circle {
  background: #333;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding: 0;
  text-align: center;
  margin: auto;
}
.social-section > a {
  padding: 0;
}
.social-section .icon-circle > i {
  line-height: 60px;
}
.alert-bottom-fixed {
  position: fixed;
  bottom: 0;
  background: #fff;
  padding: 1rem;
  text-align: center;
  width: 100%;
  z-index: 10000;
  box-shadow: 0 0 8px 0px rgba(0, 0, 0, .5);
  display: none;
}
.alert-bottom-fixed .alert-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
@media (max-width: 575px) {
  .footer {
    border-top: 1px solid #000;
  }
  .footer .subscribe {
    display: none;
  }
  .alert-bottom-fixed {
    padding: 1rem 3rem;
  }
}
.luf-present-btn{
    display: none;
}

.nfooter{
     overflow: hidden!important;
}
/* .main{
    padding-top: 1rem!important;
} */