@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* make sure to set some focus styles for accessibility */

:focus {
    outline: 0;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}


/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}


/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}


/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}


/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}


/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}


/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}


/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}


/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}


/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}


/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}


/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}


/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}


/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}


/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}


/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}


/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}


/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * Remove inner padding and border in Firefox 3+.
 */

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


/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}


/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

@font-face {
    font-family: 'Lato';
    src: local("Lato Regular"), local("Lato-Regular"), url("latoregular.woff2") format("woff2"), url("latoregular.woff") format("woff"), url("latoregular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: local("Lato Italic"), local("Lato-Italic"), url("latoitalic.woff2") format("woff2"), url("latoitalic.woff") format("woff"), url("latoitalic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: local("Lato Bold"), local("Lato-Bold"), url("latobold.woff2") format("woff2"), url("latobold.woff") format("woff"), url("latobold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

a:focus {
    outline: none;
}

a {
    outline: none;
}

* {
    outline: none;
}

body * {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

b {
    font-weight: bold !important;
}

button {
    background-color: transparent;
    border: none;
    padding: 0;
}

body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.title {
    font-weight: bold;
    font-size: 48px;
    text-align: center;
}

@media screen and (max-width: 1600px) {
    .title {
        font-size: 30px;
    }
}

@media screen and (max-width: 1150px) {
    .title {
        font-size: 24px;
    }
}

@media screen and (max-width: 715px) {
    .title {
        font-size: 22px;
    }
}

.subtitle {
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    color: #6C544D;
}

@media screen and (max-width: 720px) {
    .subtitle {
        font-size: 18px;
        line-height: 22px;
    }
}

.slick-track {
    padding: 0 0 5px;
}

.banner {
    padding: 95px 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner__title {
    text-align: center;
    color: #fff;
    font-size: 64px;
    text-shadow: 0px 3px 12px #000000;
}

.banner__about {
    background-image: url("../img/banner-about.jpg");
}

.banner__delivery {
    background-image: url("../img/delivery-bg.jpg");
}

.banner__art {
    background-image: url("../img/post-bg.jpg");
}

.banner__contacts {
    background-image: url("../img/contacts-bg.jpg");
}

.banner__contacts {
    background-image: url("../img/contacts-bg.jpg");
}

.banner__cart {
    background-image: url("../img/banner-cart.jpg");
}

.banner__lk {
    background-image: url("../img/banner-lk.jpg");
}

.banner__admin {
    background-image: url("../img/banner-admin.jpg");
}

@media screen and (max-width: 1400px) {
    .banner {
        padding: 45px 20px;
    }
    .banner__title {
        font-size: 40px;
        text-shadow: 0px 1.87344px 7.49375px #000000;
    }
}

@media screen and (max-width: 900px) {
    .banner {
        padding: 30px 20px;
    }
    .banner__title {
        font-size: 24px;
    }
}

.cd__item {
    width: -webkit-calc(25% - 54px);
    width: calc(25% - 54px);
    margin: 0 27px 45px;
    text-decoration: none;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
}

.cd__img {
    width: 100%;
    height: 295px;
    -o-object-fit: cover;
    object-fit: cover;
}

.cd__block {
    padding: 25px 23px 28px;
}

.cd__title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 10px;
    padding: 0 20px;
    text-align: center;
    color: #6C544D;
}

.cd__text {
    font-size: 14px;
    line-height: 17px;
    color: #6C544D;
}

@media screen and (max-width: 1500px) {
    .cd__item {
        width: -webkit-calc(25% - 20px);
        width: calc(25% - 20px);
        margin: 0 10px 25px;
    }
    .cd__block {
        padding: 13px 13px 16px;
    }
    .cd__img {
        height: 190px;
    }
    .cd__title {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 5px;
    }
    .cd__text {
        font-size: 12px;
        line-height: 14px;
        height: 57px;
        overflow: hidden;
    }
}

@media screen and (max-width: 1150px) {
    .cd__item {
        width: -webkit-calc(33.33% - 14px);
        width: calc(33.33% - 14px);
        margin: 0 7px 23px;
    }
    .cd__img {
        height: 155px;
    }
    .cd__title {
        font-size: 14px;
        line-height: 17px;
        padding: 0;
    }
    .cd__text {
        font-size: 12px;
        line-height: 14px;
        height: 44px;
        overflow: hidden;
    }
}

@media screen and (max-width: 650px) {
    .cd__item {
        width: 35%;
        min-width: 210px;
    }
    .cd__img {
        height: 155px;
    }
}

.breadcrumbs {
    padding: 15px 0 30px;
}

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

.breadcrumbs__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumbs__item:last-child .breadcrumbs__link {
    color: #B7988E;
}

.breadcrumbs__item:last-child:after {
    display: none;
}

.breadcrumbs__item:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 12px;
    background: url("../img/tri.svg") center/contain no-repeat;
}

.breadcrumbs__link {
    text-decoration: none;
    font-size: 13px;
    color: #6C544D;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.breadcrumbs__link:hover {
    color: #B7988E;
}

@media screen and (max-width: 950px) {
    .breadcrumbs {
        padding: 10px 0 15px;
    }
}

@media screen and (max-width: 500px) {
    .breadcrumbs {
        padding: 10px 0;
    }
}

.bs {
    position: relative;
}

.bs__slider {
    padding: 60px 20px 45px;
    background-repeat: no-repeat;
    background-size: cover;
}

.bs__title {
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 3px 12px #000000;
}

.bs__link {
    background: #88B888;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
    border-radius: 60px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FCFBF9;
    text-decoration: none;
    display: block;
    margin: 20px auto 0;
    max-width: 200px;
    padding: 9px 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.bs__link:hover {
    background: #549b54;
}

.bs .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 17px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.bs .slick-dots li {
    margin: 0 5px;
}

.bs .slick-dots button {
    font-size: 0;
    background-color: #fff;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.bs .slick-dots .slick-active button {
    background-color: #99CC99;
}

@media screen and (max-width: 1000px) {
    .bs__slider {
        padding: 10px 20px 20px;
    }
    .bs__title {
        font-size: 18px;
        line-height: 22px;
    }
    .bs__link {
        margin-top: 5px;
        font-size: 12px;
        max-width: 100px;
        line-height: 1;
        padding: 5px;
    }
    .bs .slick-dots {
        bottom: 10px;
    }
    .bs .slick-dots li {
        margin: 0 3px;
    }
    .bs .slick-dots button {
        width: 6px;
        height: 6px;
    }
}

#map {
    width: 1200px;
    height: 400px;
}

#map__open {
    display: none;
    text-align: center;
}

.map__end-btn {
    margin: 20px auto;
    padding: 15px 35px;
    display: inline-block;
    background: #88B888;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    color: #fff;
}

.map__end-btn:hover {
    background: #699769;
}

@media screen and (max-width: 1250px) {
    #map {
        width: 100%;
    }
}

.popular__linkto {
    text-decoration: none;
}

.lk {
    background: rgba(33, 15, 15, 0.86);
}

.lk__wrapper {
    width: 100%;
    max-width: 1185px;
    margin: 0 auto;
}

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

.lk__list-item {
    padding-right: 50px;
}

.lk__link {
    font-size: 16px;
    line-height: 19px;
    color: #C2B0A9;
    text-decoration: none;
    padding: 15px 0;
    display: inline-block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.lk__link-active {
    text-decoration: underline;
}

.lk__link:hover {
    text-decoration: underline;
}

.lk__link-img {
    display: none;
}

.lk__count {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 13px;
    color: #FFFFFF;
    background: #B7988E;
    padding: 5px;
    margin: 0 8px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.lk__count:hover {
    background: #FF6666;
}

@media screen and (max-width: 1250px) {
    .lk__wrapper {
        padding: 0 30px;
    }
}

@media screen and (max-width: 1060px) {
    .lk__list-item {
        padding-right: 17px;
    }
    .lk__list-item:last-child {
        padding: 0;
    }
    .lk__link {
        font-size: 12px;
        line-height: 14px;
    }
    .lk__count {
        font-size: 9px;
    }
}

@media screen and (max-width: 720px) {
    .lk__list {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .lk__link-text {
        display: none;
    }
    .lk__link-img {
        display: block;
    }
}

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

.header__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #6C544D;
    height: 40px;
    padding: 11px 50px;
}

.header__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.header__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

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

.header__item {
    margin: 0 23px;
}

.header__button {
    font-size: 16px;
    color: #C2B0A9;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.header__button:hover {
    color: white;
}

.header__search-btn {
    font-size: 0;
}

.header__search-btn path {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.header__search-btn:hover path {
    fill: white;
}

.header__logo {
    margin-right: 10px;
    position: relative;
}

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

.header__autho {
    margin: 0 25px 0 40px;
    max-width: 350px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #C2B0A9;
}

.header__autho-text {
    color: #C2B0A9;
    font-size: 16px;
    font-style: italic;
    vertical-align: middle;
    text-decoration: none;
}

.header__lk {
    color: #C2B0A9;
    font-size: 16px;
    text-decoration: none;
    margin: 0 42px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.header__lk:hover {
    color: #fff;
}

.header__mobile {
    display: none;
}

.header__cart {
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__cart:hover .header__cart-count {
    background: red;
}

.header__cart-count {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 13px;
    color: #FFFFFF;
    background: #FF6666;
    padding: 5px;
    margin: 0 8px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.header__cart-money {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
}

.header__bottom {
    padding: 24px 50px 20px 195px;
}

.header__bottom-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 60%;
}

.header__name {
    line-height: 19px;
    color: #403131;
}

.header__label {
    color: #403131;
    font-size: 18px;
    line-height: 22px;
    font-style: italic;
}

.header__social-link {
    display: inline-block;
    font-size: 0;
    margin: 0 10px;
}

.header__social-link:hover path {
    fill: #7a4e4e;
}

.header__social-link path {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.header__social--active {
    display: block !important;
    position: fixed;
    z-index: 11;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header__work {
    font-size: 13px;
    line-height: 16px;
    color: #403131;
}

.header__phone-link {
    display: block;
    font-size: 26px;
    margin-bottom: 5px;
    color: #403131;
    text-decoration: none;
}

.header__phone-second {
    font-size: 13px;
    color: #403131;
    text-decoration: none;
}

.header__burger {
    display: none;
}

.header__burger--active {
    display: block !important;
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 10;
}

.header__burger--active .open {
    display: block;
}

.header__burger--active .close {
    display: none;
}

.open {
    display: none;
}

.nav--active {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    background: #6C544D;
    z-index: 9;
}

.nav--active .header__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    padding: 40px 20%;
}

.nav--active .header__item {
    border-bottom: 1px solid #876C64;
    padding: 10px 0;
    font-size: 24px;
    width: 100%;
    text-align: center;
}

.nav--active .header__item:last-child {
    border: none;
}

.show__mobile {
    display: none;
}

@media screen and (max-width: 1650px) {
    .header__img {
        width: 80px;
        height: 80px;
    }
    .header__logo {
        margin: 0;
    }
    .header__button {
        font-size: 14px;
    }
    .header__autho-text {
        font-size: 14px;
    }
    .header__lk {
        font-size: 14px;
        margin: 0 20px;
    }
    .header__item {
        margin: 0 10px;
    }
    .header__cart-count {
        font-size: 9px;
    }
    .header__cart-money {
        font-size: 12px;
    }
    .header__autho {
        margin: 0 15px 0 20px;
        max-width: 200px;
    }
    .header__bottom {
        padding: 10px 45px 10px 140px;
    }
    .header__name {
        font-size: 12px;
        line-height: 14px;
    }
    .header__label {
        font-size: 16px;
        line-height: 19px;
    }
    .header__social-link {
        margin: 0 6px;
    }
    .header__phone {
        text-align: right;
    }
    .header__phone-link {
        font-size: 18px;
    }
    .header__phone-second {
        font-size: 12px;
        width: 108px;
        display: inline-block;
        line-height: 14px;
    }
}

@media screen and (max-width: 1180px) {
    .nav {
        display: none;
    }
    .header__label {
        display: none;
    }
    .header__burger {
        display: block;
        margin-left: 27px;
    }
    .header__name {
        margin: 0 0 7px 5px;
    }
    .header__bottom-block {
        width: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .header__social {
        font-size: 0;
    }
    .header__social-link {
        width: 18px;
        height: 18px;
        margin: 0 5px;
    }
    .header__social-link svg {
        width: 100%;
        height: 100%;
    }
    .show__mobile {
        display: block;
    }
}

@media screen and (max-width: 825px) {
    .header__work {
        display: none;
    }
    .header__autho {
        display: none;
    }
}

@media screen and (max-width: 630px) {
    .header__top {
        padding: 13px 20px 0 25px;
        height: 50px;
    }
    .header__social {
        display: none;
    }
    .header__lk {
        display: none;
    }
    .header__block {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .header__cart {
        margin-left: 20px;
    }
    .header__cart-count {
        display: none;
    }
    .header__cart-money {
        margin-left: 5px;
    }
    .header__cart-img {
        width: 20px;
    }
    .header__burger {
        margin-left: 10px;
    }
    .header__mobile {
        display: block;
        margin-right: 15px;
        height: 16px;
    }
    .header__search-btn {
        width: 16px;
        height: 16px;
    }
    .header__search-btn svg {
        width: 100%;
        height: 100%;
    }
    /*.header__phone {
        display: none;
    }*/
    .header__bottom {
        padding: 9px 0 9px 120px;
    }
}

.footer {
    background: #6C544D;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 60px 35px 85px;
    color: #fff;
}

.footer__name {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
    padding-top: 10px;
}

.footer__name-block {
    width: 285px;
}

.footer__aga {
    font-size: 18px;
}

.footer__aga-link {
    font-size: 18px;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.footer__aga-link:hover {
    color: #FF6666;
}

.footer__contact-block {
    width: 285px;
    padding-left: 80px;
    padding: 10px 0 0 0;
}

.footer__phone {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 10px;
    display: inline-block;
}

.footer__contact {
    font-size: 18px;
    line-height: 24px;
}

.footer__logo-link {
    display: inline-block;
}

@media screen and (max-width: 1400px) {
    .footer {
        padding: 8px 35px 23px 48px;
    }
    .footer__name {
        font-size: 12px;
        line-height: 14px;
    }
    .footer__name-block {
        width: 190px;
    }
    .footer__aga {
        font-size: 12px;
        line-height: 14px;
    }
    .footer__aga-link {
        font-size: 12px;
        list-style: 14px;
    }
    .footer__logo {
        width: 95px;
    }
    .footer__contact {
        font-size: 12px;
        line-height: 14px;
    }
    .footer__contact-block {
        width: 190px;
        padding-left: 45px;
    }
    .footer__phone {
        font-size: 15.0375px;
        line-height: 18px;
    }
}

@media screen and (max-width: 780px) {
    .footer {
        padding: 10px 23px;
    }
    .footer__phone {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .footer__name {
        margin-bottom: 15px;
    }
    .footer__contact-block {
        padding-left: 52px;
    }
}

@media screen and (max-width: 540px) {
    .footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 20px 40px;
        text-align: center;
    }
    .footer__logo {
        width: 83px;
    }
    .footer__logo-block {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px;
    }
    .footer__name {
        margin-bottom: 20px;
    }
    .footer__name-block {
        width: 160px;
        margin-bottom: 20px;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .footer__contact-block {
        width: auto;
        padding: 0;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 20px;
    }
    .footer__phone {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }
}

.hero {
    background-image: url("../img/hero.jpg");
    background-size: cover;
    background-position: center;
}

.hero__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-height: -webkit-calc(100vh - 90px);
    min-height: calc(100vh - 90px);
    text-align: center;
}

.hero__title {
    font-weight: bold;
    font-size: 64px;
    line-height: 77px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 3px 12px #000000;
    margin-bottom: 132px;
}

.hero__btn {
    font-size: 24px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 15px 0;
    text-align: center;
    width: 320px;
}

.hero__btn-red {
    background: #FF6666;
    -webkit-box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.6);
    border-radius: 60px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.hero__btn-red:hover {
    background: #da2c2c;
}

.hero__btn-green {
    background: #99CC99;
    -webkit-box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.6);
    border-radius: 60px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.hero__btn-green:hover {
    background: #599759;
}
.hero__btn-yellow {
    background: #f0d781;
    -webkit-box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.6);
    border-radius: 60px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.hero__btn-yellow:hover {
    background: #ceb86c;
}

.hero__btn-wrapper {
    width: 100%;
    max-width: 840px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
}

.hero__mobile {
    display: none;
}

@media screen and (max-width: 1300px) {
    .hero__title {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 65px;
    }
    .hero__btn {
        font-size: 15px;
        width: 213px;
    }
    .hero__btn-wrapper {
        max-width: 545px;
    }
}

@media screen and (max-width: 720px) {
    .hero__wrapper {
        min-height: auto;
        padding: 40px 20px 65px;
    }
    .hero__title {
        margin-bottom: 27px;
        font-size: 36px;
        line-height: 43px;
    }
    .hero__btn-wrapper {
        max-width: 480px;
    }
}

@media screen and (max-width: 500px) {
    .hero__wrapper {
        padding: 40px 0 35px;
        position: relative;
    }
    .hero__wrapper:before,
    .hero__wrapper:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -1px;
        width: 50%;
        height: 30px;
        background-color: #fff;
    }
    .hero__wrapper:before {
        left: 0;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
        clip-path: polygon(0 0, 0 100%, 100% 100%);
    }
    .hero__wrapper:after {
        right: 0;
        -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
        clip-path: polygon(100% 0, 0 100%, 100% 100%);
    }
    .hero__title {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 60px;
    }
    .hero__btn {
        margin-bottom: 27px;
    }
    .hero__btn-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 17px;
    }
    .hero__mobile {
        display: block;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        color: #E5E5E5;
        font-style: italic;
    }
}

.advantages {
    padding: 50px 20px 75px;
}

.advantages__title {
    color: #6C544D;
    margin-bottom: 30px;
}

.advantages__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.advantages__item {
    margin: 0 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.advantages__desc {
    text-align: center;
    font-size: 24px;
    line-height: 29px;
    color: #6C544D;
}

@media screen and (max-width: 1650px) {
    .advantages {
        padding: 35px 20px 45px;
    }
    .advantages__title {
        margin-bottom: 10px;
    }
    .advantages__item {
        margin: 0 30px;
    }
    .advantages__img {
        width: 200px;
    }
    .advantages__desc {
        font-size: 16px;
        line-height: 19px;
    }
}

@media screen and (max-width: 1000px) {
    .advantages__img {
        width: 131px;
    }
    .advantages__desc {
        font-size: 12px;
        line-height: 14px;
    }
}

@media screen and (max-width: 715px) {
    .advantages__wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .advantages__item {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 500px) {
    .advantages {
        padding: 20px 0px 20px;
    }
    .advantages__desc {
        font-size: 12px;
        line-height: 17px;
    }
    .advantages__item {
        margin: 0 15px 15px;
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px);
    }
    .advantages__img {
        width: 103px;
    }
}

.difficulties {
    background-color: #6C544D;
    background-image: url("../img/difficulties-bg.svg");
    background-repeat: no-repeat;
    background-position: 60px 40px;
    padding: 45px 20px 85px;
}

.difficulties__title {
    color: #FFFFFF;
    margin-bottom: 20px;
}

.difficulties__title-second {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 85px;
}

.difficulties__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
}

.difficulties__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 50px;
}

.difficulties__img {
    margin-right: 15px;
}

.difficulties__text {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}

.difficulties__bottom {
    border-top: 4px solid #876C64;
    width: 100%;
    max-width: 1090px;
    margin: auto;
    padding: 15px 50px;
}

.difficulties__bottom-text {
    font-size: 18px;
    line-height: 24px;
    color: #E9E4DA;
}

@media screen and (max-width: 1500px) {
    .difficulties {
        background-size: 20%;
        padding-bottom: 35px;
    }
    .difficulties__title-second {
        font-size: 18px;
        margin-bottom: 55px;
    }
    .difficulties__item {
        margin: 0 20px;
    }
    .difficulties__img {
        height: 96px;
    }
    .difficulties__text {
        font-size: 14px;
        line-height: 15px;
    }
    .difficulties__text-img {
        width: 130px;
    }
    .difficulties__bottom {
        max-width: 680px;
        padding: 15px 40px 0;
    }
    .difficulties__bottom-text {
        font-size: 14px;
        line-height: 19px;
    }
}

@media screen and (max-width: 800px) {
    .difficulties {
        background-image: none;
        padding: 25px 10px 30px;
    }
    .difficulties__title {
        margin-bottom: 10px;
    }
    .difficulties__title-second {
        margin-bottom: 20px;
    }
    .difficulties__item {
        margin: 0 15px;
    }
    .difficulties__wrapper {
        margin-bottom: 20px;
    }
    .difficulties__bottom {
        padding: 7px 10px;
    }
}

@media screen and (max-width: 700px) {
    .difficulties {
        padding: 22px 20px 25px;
        background-image: url("../img/difficulties-bg-mobile.svg");
        background-position: 90% 40%;
        background-size: auto;
    }
    .difficulties__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 20px 0 10px;
    }
    .difficulties__title-second {
        line-height: 24px;
    }
    .difficulties__item {
        margin: 0 0 20px;
    }
    .difficulties__img {
        margin-top: 15px;
        height: 60px;
    }
    .difficulties__text-img {
        display: none;
    }
    .difficulties__bottom-text {
        font-size: 12px;
        line-height: 18px;
    }
}

.popular {
    padding: 25px 50px 75px;
    color: #6C544D;
    background: #FEF9F7;
    margin-bottom: 10px;
}

.popular__wrapper {
    position: relative;
    width: 100%;
    max-width: 1720px;
    margin: 0 auto 55px;
}

.popular__title {
    margin-bottom: 30px;
}

.popular__item {
    position: relative;
    padding: 22px 26px 43px;
    margin: 0 15px;
    -webkit-box-shadow: 1.87931px 1.87931px 3.75862px rgba(0, 0, 0, 0.3);
    box-shadow: 1.87931px 1.87931px 3.75862px rgba(0, 0, 0, 0.3);
    border: 0.939655px solid #DED3CC;
    max-width: 20rem;
}

.popular__item:hover .popular__btn {
    opacity: 1;
    bottom: 28px;
}

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

.popular__img-wrapper {
    width: 100%;
    padding-top: 100%;
    position: relative;
    margin-bottom: 20px;
}

.popular__name {
    font-weight: bold;
    font-size: 22.5517px;
    line-height: 27px;
    text-align: center;
    color: #6C544D;
    margin-bottom: 12px;
    height: 54px;
    overflow: hidden;
}

.popular__desc {
    font-size: 15.0345px;
    line-height: 18px;
    text-align: center;
    color: #6C544D;
    margin-bottom: 22px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.popular__price {
    font-size: 28.1897px;
    text-align: center;
    color: #6C544D;
}

.popular__btn {
    display: block;
    position: absolute;
    bottom: 0;
    opacity: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 22.5517px;
    text-align: center;
    color: #FFFFFF;
    text-align: center;
    background: #FF6666;
    border-radius: 56.3793px;
    padding: 15px 10px;
    width: 91%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.popular__btn:hover {
    background: #EF4C4C;
    -webkit-box-shadow: 0px 4px 4px rgba(135, 108, 100, 0.6);
    box-shadow: 0px 4px 4px rgba(135, 108, 100, 0.6);
}

.popular__arr {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.popular__arr line {
    stroke: #6C544D;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.popular__arr-prev {
    left: -30px;
}

.popular__arr-next {
    right: -30px;
}

.popular__arr:hover line {
    stroke: #a58c85;
}

.popular__link {
    display: block;
    max-width: 400px;
    width: 100%;
    text-decoration: none;
    margin: auto;
    padding: 15px 10px;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
    background: #FF6666;
    border-radius: 60px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.popular__link:hover {
    background: #EF4C4C;
    -webkit-box-shadow: 0px 4px 4px rgba(135, 108, 100, 0.6);
    box-shadow: 0px 4px 4px rgba(135, 108, 100, 0.6);
}

@media screen and (max-width: 1400px) {
    .popular__wrapper {
        max-width: 1050px;
    }
    .popular__item {
        margin: 0 10px;
        padding: 13px 15px 25px;
    }
    .popular__name {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 5px;
        height: 60px;
    }
    .popular__desc {
        font-size: 11.2935px;
        line-height: 14px;
        margin-bottom: 10px;
    }
    .popular__price {
        font-size: 18px;
        line-height: 22px;
    }
    .popular__btn {
        font-size: 14px;
        padding: 6px;
        width: 76%;
    }
    .popular__link {
        font-size: 16px;
        line-height: 19px;
        padding: 10px;
        max-width: 250px;
    }
}

@media screen and (max-width: 950px) {
    .popular__wrapper {
        max-width: 617px;
        margin-bottom: 20px;
    }
    .popular__item {
        margin: 0 8px;
    }
    .popular__item:hover .popular__btn {
        bottom: 20px;
    }
    .popular__name {
        font-size: 14px;
        line-height: 16px;
        height: 65px;
    }
    .popular__desc {
        font-size: 11px;
        line-height: 13px;
    }
    .popular__btn {
        width: 90%;
    }
    .popular__link {
        max-width: 200px;
    }
}

@media screen and (max-width: 650px) {
    .popular {
        padding-bottom: 25px;
    }
}

.reviews {
    padding: 55px 162px 25px 162px;
}

.reviews__wrapper {
    max-width: 1440px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}

.reviews__photo {
    width: 100%;
}

.reviews__photo-slider {
    margin-right: 35px;
    width: 34.5%;
}

.reviews__photo-wrapper {
    position: relative;
}

.reviews__title {
    text-align: left;
    color: #6C544D;
    margin-bottom: 90px;
}

.reviews__name {
    font-size: 18px;
    color: #6C544D;
    padding: 0 0 10px;
    border-bottom: 1px solid #D8D3D1;
    margin-bottom: 20px;
}

.reviews__text {
    font-size: 18px;
    line-height: 30px;
    color: #6C544D;
    margin-bottom: 30px;
}

.reviews__btn {
    font-size: 14px;
    color: #6C544D;
    vertical-align: middle;
}

.reviews__btn:hover path {
    fill: #c9a79e;
}

.reviews__btn:hover .reviews__btn-text {
    color: #c9a79e;
}

.reviews__btn path {
    fill: #6C544D;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.reviews__btn svg {
    vertical-align: middle;
}

.reviews__btn-text {
    margin: 0 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.reviews__btn-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.reviews__block {
    width: 65%;
}

.reviews .slick-dots {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -24px;
}

.reviews .slick-dots li {
    font-size: 0;
    background: #E9EBEB;
    border: 1px solid #C2C5C5;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0 6px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.reviews .slick-dots li.slick-active {
    background: #D6C7C3;
}

@media screen and (max-width: 1400px) {
    .reviews {
        padding: 40px 100px 20px;
    }
    .reviews__title {
        margin-bottom: 50px;
    }
    .reviews__name {
        font-size: 12px;
    }
    .reviews__text {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 20px;
    }
    .reviews__btn {
        font-size: 12px;
    }
    .reviews__wrapper {
        max-width: 900px;
    }
    .reviews .slick-dots {
        bottom: -15px;
    }
    .reviews .slick-dots li {
        width: 9px;
        height: 9px;
        margin: 0 4px;
    }
    .reviews__photo-slider {
        margin-right: 22px;
    }
    .reviews__block {
        width: 63%;
    }
}

@media screen and (max-width: 970px) {
    .reviews {
        padding: 17px 30px 30px;
    }
    .reviews__wrapper {
        max-width: none;
    }
    .reviews__title {
        margin-bottom: 20px;
    }
    .reviews__name {
        margin-bottom: 15px;
    }
    .reviews__text {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 670px) {
    .reviews {
        padding: 65px 15px 60px;
    }
    .reviews__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }
    .reviews__photo-slider {
        width: auto;
        max-width: 150px;
    }
    .reviews__block {
        width: auto;
        max-width: 300px;
    }
    .reviews__title {
        position: absolute;
        top: -40px;
        left: 20px;
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        text-align: center;
    }
    .reviews__name {
        font-size: 14px;
        padding: 0 12px 10px;
    }
    .reviews__text {
        font-size: 12px;
        line-height: 18px;
        padding: 0 12px;
    }
    .reviews__btn {
        padding: 0 12px;
        text-align: left;
    }
    .reviews__btn svg {
        width: 14px;
    }
    .reviews__btn-text {
        display: inline-block;
        width: 80px;
        vertical-align: top;
    }
    .reviews__btn-next span {
        width: 67px;
    }
    .reviews .slick-dots {
        bottom: -50px;
    }
    .reviews .slick-dots li {
        width: 7px;
        height: 7px;
    }
}

.about__page {
    padding: 40px 0 25px;
    width: 100%;
    max-width: 1275px;
    margin: auto;
}

.about__page-wrapper {
    background: url("../img/about-bg.jpg") top/100% repeat-y;
}

.about__title {
    color: #6C544D;
    margin-bottom: 45px;
}

.about__img {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.about__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 82px;
}

.about__block-name {
    padding: 0 25% 10px 75px;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    color: #6C544D;
    border-bottom: 1px solid #D8D3D1;
}

.about__block-text {
    padding: 20px 60px 0 75px;
    font-size: 18px;
    line-height: 30px;
}

.about__block-inv .about__block-name {
    padding: 0 0 10px 0;
}

.about__block-inv .about__block-text {
    padding: 20px 70px 0 0;
}

@media screen and (max-width: 1600px) {
    .about__page {
        max-width: 780px;
    }
    .about__block {
        margin-bottom: 45px;
    }
    .about__block-name {
        font-size: 18px;
        line-height: 22px;
        padding: 0 25% 5px 45px;
    }
    .about__block-text {
        font-size: 12px;
        line-height: 19px;
        padding: 15px 0 0 45px;
    }
    .about__img {
        max-width: 160px;
    }
}

@media screen and (max-width: 1100px) {
    .about__page {
        max-width: none;
        padding: 40px 25px 25px;
    }
    .about__page-wrapper {
        background-size: 135%;
    }
    .about__img {
        width: 130px;
    }
    .about__block-name {
        padding: 0 10% 5px 35px;
    }
    .about__block-text {
        padding: 5px 0 0 35px;
    }
    .about__block-inv .about__block-name {
        padding-bottom: 5px;
    }
    .about__block-inv .about__block-text {
        padding-top: 5px;
    }
}

@media screen and (max-width: 500px) {
    .about__title {
        margin-bottom: 20px;
    }
    .about__page {
        padding: 30px 30px 0;
    }
    .about__page-wrapper {
        background-image: none;
    }
    .about__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .about__block-inv .about__img {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .about__block-inv .about__block-content {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .about__block-inv .about__block-name {
        padding: 12px 0 5px 0;
    }
    .about__block-inv .about__block-text {
        padding: 5px 0 0 0;
        font-size: 14px;
    }
    .about__block-name {
        padding: 12px 0 5px 0;
    }
    .about__block-text {
        padding: 5px 0 0 0;
        font-size: 14px;
    }
}

.delivery__top {
    background: url("../img/delivery-top.jpg") center/100%;
    padding: 44px 20px 105px;
}

.delivery__title {
    color: #6C544D;
    margin-bottom: 10px;
}

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

.delivery__item {
    margin: 0 17px;
    max-width: 340px;
    text-align: center;
}

.delivery__img {
    width: 100%;
    max-width: 280px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: relative;
    z-index: 2;
}

.delivery__desc {
    font-size: 24px;
    line-height: 29px;
    color: #6C544D;
    text-align: center;
    margin-bottom: 8px;
}

.delivery__info {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #6C544D;
}

.delivery__page {
    background: #FFFBF9;
}

.delivery__wrapper {
    width: 100%;
    max-width: 1290px;
    margin: auto;
    padding: 105px 0 98px;
}

.delivery__close {
    position: fixed;
    top: 15px;
    right: 15px;
    display: none;
    z-index: 33;
    font-size: 0;
}

.delivery__close--active {
    display: block;
}

.delivery__case {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 85px;
}

.delivery__case-inv .delivery__name {
    text-align: right;
}

.delivery__case-inv .delivery__name-second {
    text-align: right;
}

.delivery__case-inv .delivery__name:before {
    right: auto;
    left: 0;
}

.delivery__name {
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    color: #6C544D;
    margin-bottom: 25px;
    position: relative;
}

.delivery__name:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -14px;
    right: 0;
    width: -webkit-calc(100% + 100px);
    width: calc(100% + 100px);
    height: 2px;
    background: #D8D3D1;
    border-radius: 30px;
    z-index: 1;
}

.delivery__name-second {
    font-size: 18px;
    line-height: 22px;
    color: #6C544D;
    margin-bottom: 20px;
}

.delivery__text {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #6C544D;
    text-align: justify;
}

.delivery__text-bold {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #6C544D;
    margin-bottom: 15px;
}

.delivery__wrap {
    padding-left: 30px;
}

.delivery__subtitle {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    color: #6C544D;
}

@media screen and (max-width: 1400px) {
    .delivery__top {
        padding: 20px 20px 70px;
        background-size: cover;
    }
    .delivery__img {
        max-width: 175px;
    }
    .delivery__desc {
        font-size: 16px;
        line-height: 19px;
    }
    .delivery__info {
        font-size: 11.2667px;
        line-height: 14px;
    }
    .delivery__wrapper {
        padding: 34px 70px 10px;
    }
    .delivery__case {
        padding-left: 130px;
        margin-bottom: 70px;
        margin-bottom: 50px;
    }
    .delivery__case-inv {
        padding-left: 0;
        padding-right: 100px;
    }
    .delivery__wrap {
        padding-left: 10px;
    }
    .delivery__name {
        font-size: 18px;
        line-height: 22px;
        padding: 0;
        margin-bottom: 15px;
    }
    .delivery__name:before {
        bottom: -8px;
    }
    .delivery__name-second {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .delivery__text {
        font-size: 14px;
        line-height: 20px;
    }
    .delivery__subtitle {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (max-width: 970px) {
    .delivery__top {
        padding: 15px 20px;
    }
    .delivery__desc {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 5px;
    }
    .delivery__info {
        font-size: 12px;
        line-height: 14px;
    }
    .delivery__item {
        margin: 0 12px;
    }
    .delivery__wrapper {
        padding: 30px;
    }
    .delivery__case {
        padding: 0;
    }
    .delivery__img {
        max-width: 110px;
    }
    .delivery__text {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 600px) {
    .delivery__top {
        background-image: none;
        padding: 25px 20px 30px;
    }
    .delivery__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .delivery__item {
        margin-bottom: 20px;
    }
    .delivery__wrapper {
        padding: 25px 25px 40px;
    }
    .delivery__case {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }
    .delivery__case-inv .delivery__name {
        text-align: center;
    }
    .delivery__case-inv .delivery__name-second {
        text-align: center;
    }
    .delivery__case-wrapper {
        opacity: 0;
        z-index: -1;
        background-color: #E5E5E5;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        overflow: auto;
        padding: 30px 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    .delivery__case--active {
        opacity: 1;
        z-index: 2;
    }
    .delivery__img {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .delivery__wrapper {
        padding: 0;
    }
    .delivery__name {
        padding: 0 20px;
        text-align: center;
    }
    .delivery__name-second {
        text-align: center;
        padding: 0 20px;
    }
    .delivery__name:before {
        left: 0;
        width: 100%;
    }
    .delivery__wrap {
        padding: 0;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .delivery__text {
        padding: 0 25px;
    }
    .delivery__text-bold {
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        padding: 0 25px;
    }
    .delivery__subtitle {
        padding: 0 25px;
    }
}

.art__wrapper {
    padding: 65px 25px 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 1500px) {
    .art__wrapper {
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 650px) {
    .art__wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 25px 15px 50px;
    }
}

.post {
    background: #FFFBF9;
}

.post__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 75px 25px 75px 50px;
}

.post__img {
    width: 100%;
    height: 345px;
    -o-object-fit: cover;
    object-fit: cover;
}

.post__content p {
    font-size: 16px;
    line-height: 19px;
    color: #6C544D;
    margin-bottom: 15px;
}

.post__title {
    color: #6C544D;
    padding: 45px 20px 20px;
}

.post__block {
    line-height: 24px!important;
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.post__sidebar {
    margin: 0 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 415px;
}

.post__sidebar .cd__item {
    width: 100%;
    margin: 0 0 45px;
}

@media screen and (max-width: 1400px) {
    .post__wrapper {
        padding: 45px 12px 60px 50px;
    }
    .post__img {
        height: 320px;
    }
    .post__title {
        padding: 20px 20px 15px;
    }
    .post__content p {
        line-height: 24px;
    }
    .post__sidebar {
        margin: 0 38px;
    }
}

@media screen and (max-width: 1000px) {
    .post__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px;
    }
    .post__img {
        height: 265px;
    }
    .post__title {
        padding: 30px 0 20px;
    }
    .post__sidebar {
        margin: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: none;
    }
    .post__sidebar .cd__item {
        margin: 0 7px;
    }
}

@media screen and (max-width: 650px) {
    .post__wrapper {
        padding: 20px 0 0;
    }
    .post__img {
        height: 170px;
    }
    .post__title {
        padding: 20px 10px 10px;
    }
    .post__block {
        padding: 0 30px;
    }
    .post__content p {
        font-size: 14px;
    }
    .post__sidebar {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .post__sidebar .cd__item {
        max-width: 210px;
        margin: 0 10px 20px;
    }
}

.contacts__wrapper {
    padding: 60px 20px 100px;
    width: 100%;
    max-width: 1270px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contacts__info {
    width: 50%;
    padding-right: 45px;
}

.contacts__phone {
    font-size: 36px;
    line-height: 43px;
    color: #6C544D;
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.contacts__phone:hover {
    color: #b7988e;
}

.contacts__mail {
    font-size: 24px;
    line-height: 29px;
    color: #6C544D;
    text-decoration: none;
    margin-bottom: 25px;
    display: block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.contacts__mail:hover {
    color: #b7988e;
}

.contacts__text {
    font-size: 18px;
    line-height: 22px;
    color: #6C544D;
    margin-bottom: 15px;
}

.contacts__fos {
    width: 50%;
}

.contacts__fos-block {
    background-color: #6C544D;
    background-image: url("../img/fos-bg.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 95%;
    padding: 35px 55px 30px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.contacts__fos-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
}

.contacts__fos-second {
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 30px;
}

.contacts__fos-progress {
    background-image: url("../img/contacts-progress.svg");
    background-position: center;
}

.contacts__fos-mail {
    color: #fff;
    text-decoration: none;
}

.contacts__input {
    padding: 5px 0;
    color: #fff;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    display: block;
    width: 100%;
    margin-bottom: 27px;
    font-size: 14px;
}

.contacts__input::-webkit-input-placeholder {
    color: #fff;
}

.contacts__input::-moz-placeholder {
    color: #fff;
}

.contacts__input:-ms-input-placeholder {
    color: #fff;
}

.contacts__input::-ms-input-placeholder {
    color: #fff;
}

.contacts__input::placeholder {
    color: #fff;
}

.contacts__per {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.contacts__check {
    display: none;
}

.contacts__check:checked+.contacts__sq {
    background-color: #C8BFBC;
}

.contacts__sq {
    width: 12px;
    height: 12px;
    border: 1px solid #C8BFBC;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.contacts__label {
    font-size: 12px;
    line-height: 14px;
    text-align: justify;
    color: #FFFFFF;
    margin-left: 6px;
}

.contacts__submit {
    background: #99CC99;
    -webkit-box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.6);
    border-radius: 60px;
    border: none;
    font-size: 14px;
    line-height: 17px;
    color: #FCFBF9;
    padding: 10px 50px;
    margin: auto;
    display: block;
    max-width: 50%;
    text-align: center;
    cursor: pointer;
}

.contacts__success,
.contacts__error {
    display: none;
}

.contacts__success .contacts__fos-title,
.contacts__error .contacts__fos-title {
    margin-bottom: 30px;
}

@media screen and (max-width: 1400px) {
    .contacts__wrapper {
        padding: 28px 40px 60px 48px;
    }
    .contacts__info {
        padding: 40px 60px 0 0;
    }
}

@media screen and (max-width: 1000px) {
    .contacts__wrapper {
        padding: 20px 30px 40px;
    }
    .contacts__phone {
        font-size: 22.4px;
        line-height: 27px;
        margin-bottom: 8px;
    }
    .contacts__mail {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 14px;
    }
    .contacts__text {
        font-size: 12px;
        line-height: 14px;
    }
    .contacts__info {
        padding: 10px 25px 0 0;
    }
    .contacts__fos {
        min-width: 390px;
    }
    .contacts__fos-block {
        padding: 20px 35px 15px;
        background-image: none;
    }
    .contacts__fos-title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .contacts__fos-second {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 15px;
    }
    .contacts__input {
        margin-bottom: 25px;
        font-size: 12px;
    }
    .contacts__per {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 650px) {
    .contacts__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 0;
    }
    .contacts__info {
        width: 100%;
        padding: 0 30px;
    }
    .contacts__fos {
        width: 100%;
        min-width: auto;
    }
    .contacts__fos-block {
        padding: 20px 25px 30px;
    }
}

.search {
    background: #FFFBF9;
}

.search__wrapper {
    width: 100%;
    max-width: 1270px;
    margin: auto;
    min-height: -webkit-calc(100vh - 330px);
    min-height: calc(100vh - 330px);
    padding-bottom: 120px;
}

.search__title {
    font-weight: bold;
    text-align: left;
    color: #6C544D;
}

.search__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #000000;
    margin-bottom: 40px;
}

.search__input {
    padding: 10px 0;
    font-size: 24px;
    line-height: 29px;
    color: #6C544D;
    font-style: italic;
    background-color: transparent;
    border: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.search__button {
    font-size: 0;
    padding: 10px 0;
    -webkit-flex-basis: 24px;
    -ms-flex-preferred-size: 24px;
    flex-basis: 24px;
    margin-left: 10px;
}

.search__button path {
    fill: #6C544D;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.search__button:hover path {
    fill: #B7988E;
}

.search__button svg {
    width: 100%;
    height: 100%;
}

.search__block {
    margin-bottom: 25px;
}

.search__name {
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #6C544D;
    margin-bottom: 10px;
}

.search__text {
    font-size: 24px;
    line-height: 29px;
    color: #6C544D;
}

@media screen and (max-width: 1400px) {
    .search__wrapper {
        padding: 0 50px;
    }
    .search__text {
        font-size: 18px;
    }
}

@media screen and (max-width: 950px) {
    .search__wrapper {
        padding: 0 30px;
    }
    .search__title {
        margin-bottom: 20px;
    }
    .search__form {
        margin-bottom: 25px;
    }
    .search__input {
        font-size: 14px;
        padding: 5px 0;
    }
    .search__button {
        -webkit-flex-basis: 20px;
        -ms-flex-preferred-size: 20px;
        flex-basis: 20px;
        padding: 5px 0;
    }
    .search__block {
        margin-bottom: 20px;
    }
    .search__name {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .search__text {
        font-size: 14px;
        line-height: 17px;
    }
}

@media screen and (max-width: 500px) {
    .search__wrapper {
        padding-bottom: 40px;
    }
    .search__title {
        margin-bottom: 5px;
    }
    .search__form {
        margin-bottom: 10px;
    }
    .search__block {
        margin-bottom: 15px;
    }
    .search__input {
        line-height: 1;
        padding: 0;
    }
}

.category {
    background: #E5E5E5;
}

.category__wrapper {
    padding: 30px 55px 75px;
}

.category__title {
    margin-bottom: 25px;
}

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

.category__item {
    position: relative;
    width: -webkit-calc(20% - 20px);
    width: calc(20% - 20px);
    margin: 0 10px 25px;
    background: #D9F2D9;
    padding-top: 18.88%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.category__item:hover {
    background: #FFD0D0;
}

.category__inner {
    left: 20px;
    top: 20px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    height: -webkit-calc(100% - 40px);
    height: calc(100% - 40px);
    position: absolute;
    border: 7px solid #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 5px;
}

.category__name {
    font-weight: bold;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    color: #6C544D;
    word-break: break-word;
}

.category__img {
    max-width: 90%;
}

@media screen and (max-width: 370px) {
    .contacts__submit {
        padding: 5px 10px;
        max-width: 70%;
    }
}

@media screen and (max-width: 1890px) {
    .category__name {
        font-size: 20px;
        line-height: 22px;
    }
    .category__img {
        max-height: 72px;
    }
}

@media screen and (max-width: 1550px) {
    .category__item {
        margin: 0 6px 15px;
        padding-top: 18.1%;
    }
    .category__inner {
        top: 8px;
        left: 8px;
        width: -webkit-calc(100% - 16px);
        width: calc(100% - 16px);
        height: -webkit-calc(100% - 16px);
        height: calc(100% - 16px);
        border: 4px solid #fff;
        padding: 15px 5px;
    }
    .category__name {
        font-size: 16px;
        line-height: 19px;
    }
    .category__img {
        max-height: 65px;
    }
}

@media screen and (max-width: 1220px) {
    .category__wrapper {
        padding: 25px 24px;
    }
    .category__item {
        width: -webkit-calc(33.33% - 12px);
        width: calc(33.33% - 12px);
        margin: 0 6px 15px;
        padding-top: 31.5%;
    }
}

@media screen and (max-width: 715px) {
    .category__wrapper {
        padding: 25px 24px;
    }
    .category__item {
        width: 250px;
        height: 250px;
        margin: 0 auto 20px;
        padding: 15px;
        text-decoration: none;
    }
    .category__inner {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 3px solid #FFFFFF;
    }
    .category__img {
        min-height: 80px;
    }
}

.catalog__wrapper {
    padding: 20px 50px 70px;
}

.catalog__title {
    margin-bottom: 20px;
}

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

.catalog .popular__item {
    width: -webkit-calc(25% - 50px);
    width: calc(25% - 50px);
    margin: 0 25px 50px;
}

.catalog__filter {
    padding: 0 25px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog__filter-block {
    width: 50%;
    position: relative;
}

.catalog__filter-text {
    font-size: 18px;
    color: #6C544D;
    font-weight: 700;
    margin-right: 10px;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.catalog__filter-dash {
    margin: 0 30px;
    font-size: 20px;
}

.catalog__filter-horizontal {
    font-size: 20px;
    margin: 0 10px;
}

.catalog__filter-search {
    padding: 5px 30px 5px 0;
    font-style: italic;
    font-size: 18px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #6C544D;
    margin-right: 10px;
}

.catalog__search-btn {
    position: absolute;
    bottom: 5px;
    right: 0;
}

.catalog__search-btn path {
    fill: #6C544D;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.catalog__search-btn:hover path {
    fill: #a18b84;
}

.catalog__price {
    font-size: 18px;
    font-style: italic;
    padding: 3px 0;
    width: 100%;
    max-width: 25%;
    border: none;
    border-bottom: 1px solid #6C544D;
}

.catalog__submit {
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
    border-radius: 60px;
    border: none;
    color: #FCFBF9;
    text-align: center;
    font-size: 18px;
    padding: 5px 10px;
    width: 135px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.catalog__submit-green {
    background: #88B888;
}

.catalog__submit-green:hover {
    background: #649264;
}

.catalog__submit-red {
    background: #FF6666;
    margin: 0 0 0 15px;
}

.catalog__submit-red:hover {
    background: #d64949;
}

@media screen and (max-width: 1600px) {
    .catalog__price {
        width: 20%;
    }
}

@media screen and (max-width: 1400px) {
    .catalog .popular__item {
        margin: 0 10px 20px;
        width: -webkit-calc(25% - 20px);
        width: calc(25% - 20px);
    }
    .catalog__submit {
        max-width: 110px;
    }
}

@media screen and (max-width: 1160px) {
    .catalog__wrapper {
        padding: 6px 30px 10px;
    }
    .catalog__filter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0;
    }
    .catalog__filter-block {
        width: 100%;
        margin-bottom: 20px;
    }
    .catalog__filter-dash {
        display: none;
    }
    .catalog__filter-text {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .catalog__filter-search {
        font-size: 14px;
    }
    .catalog__price {
        font-size: 14px;
    }
    .catalog__submit {
        font-size: 14px;
    }
    .catalog__content {
        width: 640px;
        margin: auto;
    }
    .catalog .popular__item {
        width: -webkit-calc(33.33% - 18px);
        width: calc(33.33% - 18px);
        margin: 0 9px 20px;
    }
}

@media screen and (max-width: 715px) {
    .catalog__content {
        width: auto;
    }
    .catalog .popular__item {
        width: -webkit-calc(50% - 18px);
        width: calc(50% - 18px);
    }
}

@media screen and (max-width: 540px) {
    .catalog__filter-horizontal {
        margin: 0 5px;
    }
    .catalog__submit {
        max-width: 95px;
    }
    .catalog__content {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .catalog .popular__item {
        width: 210px;
    }
}

@media screen and (max-width: 500px) {
    .catalog__submit {
        width: auto;
    }
    .catalog__submit-red {
        margin-left: 5px;
    }
}

.product {
    padding: 20px 100px 85px;
    background: #FFFBF9;
}

.product__block {
    width: 1270px;
    margin: 0 auto 85px;
}

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

.product__left {
    -webkit-flex-basis: 450px;
    -ms-flex-preferred-size: 450px;
    flex-basis: 450px;
    max-width: 450px;
    margin-right: 35px;
}

.product__right {
    -webkit-flex-basis: -webkit-calc(100% - 450px);
    -ms-flex-preferred-size: calc(100% - 450px);
    flex-basis: calc(100% - 450px);
}

.product__photo {
    margin-bottom: 25px;
}

.product__photo-img {
    width: 100%;
    height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
}

.product__preview-wrapper {
    margin: 0 5px;
    position: relative;
    cursor: pointer;
}

.product__preview-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: -webkit-calc(100% - 4px);
    width: calc(100% - 4px);
    height: -webkit-calc(100% - 4px);
    height: calc(100% - 4px);
}

.product__preview-wrapper.slick-current:after {
    border: 2px solid #C2B0A9;
}

.product__preview-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product__arr {
    padding-top: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.product__arr-btn {
    background: #C2B0A9;
    width: 22px;
    height: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 6px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.product__arr-btn:hover {
    background-color: #99837a;
}

.product__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #6C544D;
    margin-bottom: 15px;
}

.product__title-second {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #6C544D;
    margin-bottom: 15px;
    text-align: center;
}

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

.product__info {
    -webkit-flex-basis: 450px;
    -ms-flex-preferred-size: 450px;
    flex-basis: 450px;
    margin-right: 35px;
}

.product__text {
    font-size: 16px;
    line-height: 19px;
    color: #6C544D;
    margin-bottom: 10px;
}

.product__subtitle {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #6C544D;
    padding: 10px 5px 5px 0;
}

.product__take {
    background-color: #fff;
    border: 1px solid #DECAC0;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 20px 25px 25px;
}

.product__price {
    font-size: 36px;
    line-height: 43px;
    color: #6C544D;
    padding-bottom: 13px;
    border-bottom: 1px solid #C2B0A9;
}

.product__line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 5px;
}

.product__line svg {
    margin-right: 5px;
}

.product__line-text {
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #6C544D;
}

.product__line-last {
    color: #B7988E;
    text-align: center;
    width: 100%;
}

.product__btn {
    margin: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.product__btn-sim {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #EFE6E1;
    border: 1px solid #FFFBF9;
    -webkit-box-shadow: 0px 1px 3px rgba(175, 150, 136, 0.6);
    box-shadow: 0px 1px 3px rgba(175, 150, 136, 0.6);
    width: 24px;
    height: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.product__btn-sim:hover {
    background: #E7D6CE;
}

.product__btn-minus {
    border-bottom-left-radius: 90px;
    border-top-left-radius: 90px;
}

.product__btn-plus {
    border-bottom-right-radius: 90px;
    border-top-right-radius: 90px;
}

.product__btn-text {
    width: 30px;
    height: 20px;
    text-align: center;
    background: #F0E5DF;
    border: 1px solid #DECAC0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0px 2px 3px rgba(175, 150, 136, 0.25);
    box-shadow: inset 0px 2px 3px rgba(175, 150, 136, 0.25);
    font-size: 14px;
    line-height: 17px;
    color: #6C544D;
}

.product__add {
    margin: 20px auto 10px;
    background: #88B888;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
    border-radius: 60px;
    width: 253px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FCFBF9;
    padding: 7px 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.product__add:hover {
    background: #6d9c6d;
}

.product__more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media screen and (max-width: 1500px) {
    .product {
        padding: 13px 50px 60px;
    }
    .product__left {
        -webkit-flex-basis: 335px;
        -ms-flex-preferred-size: 335px;
        flex-basis: 335px;
        width: 335px;
        margin-right: 20px;
    }
    .product__right {
        -webkit-flex-basis: -webkit-calc(100% - 335px);
        -ms-flex-preferred-size: calc(100% - 335px);
        flex-basis: calc(100% - 335px);
    }
    .product__photo-img {
        height: 334px;
    }
    .product__fl {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .product__take {
        padding: 15px 20px;
        width: 250px;
    }
    .product__price {
        font-size: 30px;
        line-height: 36px;
        padding-bottom: 10px;
    }
    .product__line svg {
        width: 20px;
    }
    .product__add {
        width: 205px;
    }
    .product__info {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

@media screen and (max-width: 1300px) {
    .product__block {
        width: auto;
    }
}

@media screen and (max-width: 1150px) {
    .product {
        padding: 8px 30px 45px;
    }
    .product__left {
        -webkit-flex-basis: 200px;
        -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
        margin-right: 10px;
    }
    .product__right {
        -webkit-flex-basis: -webkit-calc(100% - 200px);
        -ms-flex-preferred-size: calc(100% - 200px);
        flex-basis: calc(100% - 200px);
    }
    .product__photo {
        margin-bottom: 10px;
    }
    .product__photo-img {
        height: 200px;
    }
    .product__title {
        font-weight: bold;
        font-size: 18px;
        line-height: 22px;
    }
    .product__title-second {
        font-size: 18px;
        line-height: 22px;
    }
    .product__text {
        font-size: 12px;
        line-height: 14px;
    }
    .product__take {
        width: 150px;
        padding: 9px 12px;
    }
    .product__price {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 3px;
    }
    .product__line {
        padding: 5px 0;
    }
    .product__line-text {
        text-align: left;
        font-size: 11px;
        line-height: 13px;
    }
    .product__line-colmn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .product__line-text {
        text-align: center;
    }
    .product__btn {
        width: 100%;
        margin: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .product__add {
        width: 120px;
        font-size: 14px;
        line-height: 17px;
        margin: 5px 0;
        padding: 3px;
    }
    .product__subtitle {
        padding-top: 0;
        font-size: 12px;
        line-height: 14px;
    }
    .product__block {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 720px) {
    .product__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .product__left {
        width: 200px;
        -webkit-flex-basis: 200px;
        -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    }
    .product__preview,
    .product__arr {
        display: none !important;
    }
    .product__fl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .product__info {
        margin: 0;
    }
    .product__take {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        width: 262px;
    }
    .product__price {
        text-align: center;
    }
    .product__add {
        display: block;
        width: 60%;
        margin: 10px auto;
    }
    .product__more {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .product__more .popular__item {
        width: 200px;
        margin-bottom: 10px;
    }
}

.cart__wrapper {
    width: 100%;
    max-width: 1190px;
    margin: auto;
}

.cart__title {
    color: #6C544D;
    margin-bottom: 30px;
}

.cart__title-second {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #6C544D;
    margin-bottom: 45px;
    font-weight: bold;
}

.cart__part {
    margin-bottom: 70px;
}

.cart__part[data-show="false"] {
    display: none;
}

.cart__product {
    margin-bottom: 25px;
}

.cart__line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #D8D3D1;
}

.cart__item {
    padding: 15px 5px;
    width: 145px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 80px;
    -ms-flex: 1 1 80px;
    flex: 1 1 80px;
    text-align: center;
}

.cart__item-one {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 540px;
    -ms-flex: 1 1 540px;
    flex: 1 1 540px;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.cart__th {
    font-size: 14px;
    line-height: 17px;
    color: #B7988E;
}

.cart__img {
    margin-right: 27px;
    width: 100%;
    max-width: 153px;
    height: 114px;
    -o-object-fit: cover;
    object-fit: cover;
}

.cart__name {
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #6C544D;
    margin-bottom: 10px;
    text-decoration: none;
}

.cart__desc {
    font-size: 14px;
    line-height: 17px;
    color: #6C544D;
}

.cart__price {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #6C544D;
}

.cart__delete {
    cursor: pointer;
}

.cart__group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cart__btn {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FCFBF9;
    text-decoration: none;
    border-radius: 60px;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
    padding: 10px 25px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.cart__btn-green {
    background: #88B888;
}

.cart__btn-green:hover {
    background: #699769;
}

.cart__btn-red {
    background: #FF6666;
}

.cart__btn-red:hover {
    background: #d34949;
}

.cart__btn-wrapper {
    text-align: right;
}

.cart__btn-text {
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    color: #6C544D;
    margin-bottom: 35px;
}

.cart__btn-total {
    font-size: 24px;
    line-height: 29px;
    margin: 0 5px;
}

.cart__btn-map {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    background: #B09A8D;
    -webkit-box-shadow: 0px 2px 10px rgba(175, 150, 136, 0.6);
    box-shadow: 0px 2px 10px rgba(175, 150, 136, 0.6);
    border-radius: 60px;
    text-decoration: none;
    padding: 7px 27px;
    display: inline-block;
    margin-bottom: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.cart__btn-map:hover {
    background: #806b5f;
}

.cart__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart__form-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #6C544D;
    margin-bottom: 18px;
}

.cart__form-block {
    -webkit-flex-basis: 500px;
    -ms-flex-preferred-size: 500px;
    flex-basis: 500px;
    text-align: center;
}

.cart__form-line {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart__form-text {
    font-size: 18px;
    line-height: 22px;
    color: #A08880;
}

.cart__form-radio {
    margin: 0 5px;
}

.cart__form-sex {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.cart__input {
    width: 100%;
    background: #F0E5DF;
    border: 1px solid #DECAC0;
    border-radius: 60px;
    font-size: 18px;
    line-height: 22px;
    color: #A08880;
    padding: 10.5px 25px;
}

.cart__input-last {
    margin-right: 20px;
}

.cart__input-calendar {
    padding: 10.5px 40px 10.5px 25px;
    background-image: url("../img/calendar.png");
    background-repeat: no-repeat;
    background-position: -webkit-calc(100% - 15px) center;
    background-position: calc(100% - 15px) center;
}

.cart__label {
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    color: #6C544D;
    margin-bottom: 15px;
}

.cart__delivery-block {
    width: 130px;
    margin: 0 auto 35px;
}

.cart__delivery-label {
    font-size: 16px;
    line-height: 19px;
    color: #6C544D;
}

.cart__delivery-input {
    margin-right: 5px;
}

.cart__delivery-line {
    margin-bottom: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart__delivery-last {
    max-width: 255px;
    width: 100%;
    margin: auto;
    position: relative;
}

.cart__delivery-svg {
    position: absolute;
}

.cart__delivery-left {
    left: -8px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.cart__delivery-right {
    right: -8px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.cart__delivery-lk {
    padding-top: 30px;
}

.cart__delivery-lk .cart__title-second {
    margin-bottom: 20px;
}

.cart__submit {
    background: #88B888;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
    border-radius: 60px;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #FCFBF9;
    border: none;
    padding: 10px;
    width: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.cart__submit:hover {
    background: #699769;
}

.cart__submit[disabled] {
    background: #a6b8a6;
}

.cart__check {
    display: none;
}

.cart__check:checked+.cart__check-sq svg {
    opacity: 1;
}

.cart__check-sq {
    background: #F0E5DF;
    border: 1px solid #DECAC0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.cart__check-sq svg {
    opacity: 0;
}

.cart__check-brown {
    background: #745C54;
    border: 1px solid #D8D3D1;
}

.cart__check-wrapper {
    max-width: 485px;
    width: 100%;
    margin: 0 auto 45px;
}

.cart__check-text {
    font-size: 16px;
    line-height: 19px;
    color: #6C544D;
    cursor: pointer;
}

.cart__check-link {
    font-size: 16px;
    line-height: 19px;
    color: #6C544D;
}

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

.cart__info-block {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 15px 30px 40px 25px;
}

.cart__info-block:first-child {
    border-right: 1px solid #A3938E;
}

.cart__info-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #6C544D;
    margin-bottom: 15px;
}

.cart__info-text {
    font-size: 14px;
    line-height: 17px;
    color: #6C544D;
}

.cart__info-link {
    color: #729272;
}

@media screen and (max-width: 1250px) {
    .cart__wrapper {
        padding: 0px 30px;
    }
    .cart__title-second {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .cart__desc {
        display: none;
    }
    .cart__item {
        width: 226px;
        padding: 10px;
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .cart__item-one {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }
    .cart__img {
        margin-right: 0;
    }
    .cart__name {
        font-size: 14px;
    }
    .cart .product__btn {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .cart__form {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .cart__form-block {
        -webkit-flex-basis: 300px;
        -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    }
    .cart__form-title {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 15px;
    }
    .cart__form-line {
        margin-bottom: 15px;
    }
    .cart__form-text {
        font-size: 10.8107px;
        line-height: 13px;
    }
    .cart__form-radio {
        margin: 0;
    }
    .cart__input {
        font-size: 14px;
        line-height: 17px;
    }
    .cart__form {
        margin-bottom: 30px;
    }
    .cart__delivery-block {
        margin-bottom: 15px;
    }
    .cart__check-wrapper {
        max-width: 360px;
    }
    .cart__check-text {
        font-size: 12px;
    }
}

@media screen and (max-width: 800px) {
    .cart__product .cart__line:first-child {
        display: none;
    }
    .cart__line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }
    .cart__product {
        max-width: 290px;
        margin: 0 auto 30px;
    }
    .cart__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        max-width: 500px;
        margin: 0 auto 30px;
    }
    .cart__img {
        margin: 0 auto;
    }
}

@media screen and (max-width: 800px) {
    .cart__group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .cart__btn-text {
        margin-bottom: 20px;
    }
    .cart__btn-wrapper {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 660px) {
    .cart__info-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .cart__info-block {
        padding: 20px 0 0;
    }
    .cart__info-block:first-child {
        border: none;
    }
}

@media screen and (max-width: 600px) {
    .cart__delivery-svg {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .cart__btn-text {
        font-size: 14px;
        line-height: 17px;
    }
    .cart__btn-total {
        display: block;
    }
    .cart__item-two {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .cart__item-two:before {
        content: 'Цена ';
        font-size: 12px;
        line-height: 14px;
        color: #B7988E;
    }
    .cart__item-four {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .cart__item-four:before {
        content: 'Стоимость ';
        font-size: 12px;
        line-height: 14px;
        color: #B7988E;
    }
    .cart__btn {
        font-size: 14px;
        line-height: 17px;
        width: 170px;
        display: inline-block;
        padding: 10px;
    }
    .cart__form-two {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .cart__form-sex {
        padding: 10px;
    }
    .cart__info-title {
        margin-bottom: 5px;
    }
}

.modal {
    display: none;
    background: #6C544D !important;
}

.modal__title {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 20px;
}

.modal__subtitle {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 30px;
}

.modal__subtitle a {
    color: #81bb8a;
    transition: all .3s;
}

.modal__subtitle a:hover {
    color: #55915e;
}

.modal__wrapper {
    max-width: 500px;
}

.modal__line {
    margin-bottom: 25px;
}

.modal__line-last {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

.modal__input {
    background: #7E655E;
    border: 1px solid #A3938E;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 60px;
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    color: #D8D3D1;
    padding: 13px 25px;
}

.modal__input::-webkit-input-placeholder {
    color: #D8D3D1;
}

.modal__input::-moz-placeholder {
    color: #D8D3D1;
}

.modal__input:-ms-input-placeholder {
    color: #D8D3D1;
}

.modal__input::-ms-input-placeholder {
    color: #D8D3D1;
}

.modal__input::placeholder {
    color: #D8D3D1;
}

.modal__submit {
    background: #74A77C;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
    border-radius: 60px;
    border: none;
    color: #FCFBF9;
    padding: 8px 40px;
    font-size: 22px;
    line-height: 26px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.modal__submit:hover {
    background: #528359;
}

.modal .fancybox-button svg path {
    fill: #D8D3D1;
}

@media screen and (max-width: 600px) {
    .modal__line-last {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .modal__img {
        display: none;
    }
}

@media screen and (max-width: 420px) {
    .modal__title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .modal__subtitle {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 15px;
    }
    .modal__line {
        margin-bottom: 10px;
    }
    .modal__line-last {
        padding-top: 10px;
    }
    .modal__input {
        font-size: 16px;
        padding: 5px 15px;
    }
    .modal__submit {
        font-size: 16px;
        padding: 5px 20px;
    }
    .category__item {
    width: 150px;
    height: 150px;
	}
	.category__img {
    min-height: 40px;
	}
	.category__name {
    font-size: 12px;
    line-height: 12px;
	}
	.category__inner {
    padding-top: 5px;
	}
	.catalog .popular__item {
    width: 125px;
	}
	.product__more {
    flex-wrap: wrap;
    flex-direction: unset;
	}
	.product__more .popular__item {
    width: 135px;
	}
}

.info {
    background: #FFFBF9;
}

.info__wrapper {
    width: 100%;
    max-width: 1185px;
    margin: 0 auto;
    margin-bottom: 85px;
}

.info__cart-btn {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    background: #B09A8D;
    -webkit-box-shadow: 0px 2px 10px rgba(175, 150, 136, 0.6);
    box-shadow: 0px 2px 10px rgba(175, 150, 136, 0.6);
    border-radius: 60px;
    text-decoration: none;
    padding: 7px 27px;
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

a.cart__btn.cart__btn-red {
    display: none;
}

.info__cart-btn:hover {
    background: #806b5f;
}

.info__cart-label {
    text-align: left;
}

.info__cart-map {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.info__cart-check {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}

.info-password[disabled] {
    background-color: #d2cfce;
}

@media screen and (max-width: 1250px) {
    .cart__name {
        min-width: 145px;
    }
    .basket__delete {
        width: 20%;
        display: flex;
    }
    .info__wrapper {
        padding: 0 30px;
    }
}

.history {
    background: #FFFBF9;
}

.history__wrapper {
    width: 100%;
    max-width: 1190px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.history__title {
    color: #6C544D;
    margin-bottom: 23px;
}

.history__block {
    margin-bottom: 15px;
    border-bottom: 1px solid #D8D3D1;
}

.history__block:last-child {
    border: none;
}

.history__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 15px;
    cursor: pointer;
}

.history__header-btn {
    font-size: 0;
    cursor: pointer;
}

.history__header-btn--active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.history__info {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #6C544D;
}

.history__status {
    font-size: 14px;
    line-height: 17px;
    color: #6C544D;
    margin-right: 45px;
}

.history__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 45px;
}

.history__message {
    font-size: 14px;
    line-height: 17px;
    color: #6C544D;
}

.history__slide {
    display: none;
}

@media screen and (max-width: 1250px) {
    .history__wrapper {
        padding: 0 30px;
    }
}

@media screen and (max-width: 1030px) {
    .history__message {
        display: none;
    }
    .history__info {
        font-size: 16px;
        line-height: 19px;
    }
    .history__status {
        font-size: 12px;
        line-height: 14px;
        margin-right: 25px;
    }
}

@media screen and (max-width: 800px) {
    .history__footer {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 500px) {
    .history__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .history__header-left {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .history__info {
        width: 100%;
        padding-bottom: 8px;
        margin-bottom: 8px;
        border-bottom: 1px solid #D8D3D1;
    }
}

.selection__wrapper {
    width: 100%;
    max-width: 1190px;
    margin: 0 auto;
}

.selection__title {
    margin-bottom: 30px;
}

.selection__block {
    padding: 20px 10px 45px;
}

.selection__block-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #D8D3D1;
    padding-left: 0;
    padding-right: 0;
}

.selection .popular__item {
    width: -webkit-calc(33.33% - 30px);
    width: calc(33.33% - 30px);
    margin-bottom: 30px;
}

.selection__name {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #6C544D;
    margin-bottom: 15px;
}

.selection__text {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #B7988E;
}

.selection__text-regular {
    font-weight: normal;
}

@media screen and (max-width: 1200px) {
    .selection__wrapper {
        padding: 0 30px;
    }
}

@media screen and (max-width: 950px) {
    .selection .popular__item {
        width: -webkit-calc(33.33% - 16px);
        width: calc(33.33% - 16px);
    }
}

@media screen and (max-width: 500px) {
    .selection .popular__item {
        width: 75%;
    }
    .selection__block-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .selection__text {
        font-size: 14px;
    }
}

.request__wrapper {
    width: 100%;
    max-width: 1190px;
    margin: auto;
}

.request__title {
    margin-bottom: 35px;
}

.request__line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
}

.request__line-sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 500px;
    width: 100%;
    margin-bottom: 10px;
}

.request__line-select {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    height: 0;
    overflow: hidden;
}

.request__line-last {
    display: none;
}

.request__show {
    height: auto;
}

.request__name {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
    text-align: center;
    color: #6C544D;
}

.request__text {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #6C544D;
    margin-bottom: 20px;
}


/*.request__block {
  margin-bottom: 30px;
  display: none; }*/


/*.request__block:first-child {
  display: block; }*/

.request__add {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FCFBF9;
    background: #88B888;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
    border-radius: 60px;
    padding: 10px 20px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.request__add:hover {
    background: #699769;
}

.request__submit {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
    text-align: center;
    border: none;
    color: #FCFBF9;
    background: #FF6666;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
    border-radius: 60px;
    padding: 10px 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.request__submit:hover {
    background: #d34949;
}

.request__select {
    width: 100%;
    max-width: 500px;
}

.request .select2-container .select2-selection {
    background: #F0E5DF;
    border: 1px solid #DECAC0;
    border-radius: 60px;
    font-size: 18px;
    padding: 10px 20px;
    height: auto;
}

.request .select2-container span.select2-selection__rendered {
    font-size: 18px;
    line-height: 22px;
    font-style: italic;
    color: #A08880;
}

.request .select2-container span.select2-selection__arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}

.request .select2-container.select2-container--open span.select2-selection {
    border-radius: 60px;
}

.request span.select2-dropdown {
    border: 1px solid #aaa;
}

.request .select2-results__option--highlighted[aria-selected] {
    background-color: #6c544d;
}

.request__file {
    display: none;
}

.request__file-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #A08880;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.request__file-label:hover {
    background-color: #7c6057;
}

.request__file-img {
    width: 40px;
    height: 40px;
    padding: 10px;
    border-right: 1px solid #fff;
}

.request__file-img img {
    width: 100%;
}

.request__file-text {
    color: #fff;
    padding: 10px 20px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 160px;
}

.oem {
    display: none;
}

@media screen and (max-width: 720px) {
    .request__wrapper {
        padding: 0 30px 60px;
    }
    .request__name {
        font-size: 14px;
        line-height: 1.5;
    }
    .request__text {
        font-size: 14px;
        line-height: 1;
    }
    .request .select2-container span.select2-selection__rendered {
        font-size: 14px;
    }
    .request .select2-container .select2-selection {
        padding: 5px 10px;
    }
}

.adm {
    background-color: #FFFBF9;
}

.adm__type-btn {
    display: inline-block;
    text-decoration: none;
    background-color: #A08880;
    color: #fff;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 1;
    border-radius: 5px;
    border: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.adm__type-btn:hover {
    background-color: #7c6057;
}

.adm__type-btn--green {
    padding: 10px 20px;
    font-size: 18px;
    background-color: #99CC99;
}

.adm__type-btn--green:hover {
    background-color: #599759;
}

.adm__wrapper {
    width: 100%;
    max-width: 1190px;
    margin: 0 auto 50px;
}

.adm__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.adm__btn-link {
    margin-left: 10px;
}

.adm__title {
    margin-bottom: 20px;
}

.adm__filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.adm__filters-input {
    font-size: 14px;
    line-height: 1;
    padding: 6px 10px;
    border-radius: 5px;
    vertical-align: middle;
    border: 1px solid #aaa;
}

.adm__filters-submit {
    text-decoration: none;
    background: #99CC99;
    color: #fff;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 1;
    border-radius: 5px;
    border: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.adm__filters-submit:hover {
    background: #599759;
}

.adm__filters-reset {
    text-decoration: none;
    background: #FF6666;
    color: #fff;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 1;
    border-radius: 5px;
    border: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.adm__filters-reset:hover {
    background: #da2c2c;
}

.adm__filters-text {
    font-size: 14px;
    margin: 0 5px;
}

.adm .select2-container {
    max-width: 250px;
}

.adm .select2-container--default .select2-selection--single {
    height: auto;
    padding: 7px 10px;
}

.adm .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 1;
}

.adm .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

.adm__table {
    width: 100%;
}

.adm__table thead td {
    background-color: #eae5e3;
}

.adm__table-link {
    margin-bottom: 5px;
    font-size: 0;
    display: inline-block;
    cursor: pointer;
}

.adm__table-link svg {
    width: 19px;
    height: 19px;
}

.adm__table-td {
    padding: 5px 10px;
    border: 1px solid #aaa;
    font-size: 15px;
    vertical-align: middle;
}

.adm__table-edit {
    fill: #99CC99;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.adm__table-edit:hover {
    fill: #599759;
}

.adm__table-delete {
    fill: #A08880;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.adm__table-delete:hover {
    fill: #7c6057;
}

.adm__table-wrapper {
    margin-bottom: 30px;
}

.adm__table-img {
    width: 100%;
    max-width: 120px;
    max-height: 120px;
}

.adm__add-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

.adm__add-line .cart__input {
    max-width: 500px;
}

.adm__add-img {
    max-width: 130px;
    max-height: 130px;
}

.adm__add-btn {
    margin: 0 5px;
}

.adm .request__name {
    margin: 20px 0 10px 0;
}

.adm__pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
}

.adm__pagination-link {
    text-decoration: none;
    background-color: #A08880;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 0 5px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.adm__pagination-link:hover {
    background-color: #7c6057;
}

.adm__pagination-link--active {
    background-color: #7c6057;
}

.adm__edit-block {
    padding: 0;
    background-color: #FFFBF9;
    border: 1px solid #aaa;
    margin-bottom: 30px;
}

.adm__edit-line {
    border-top: 1px solid #aaa;
    padding: 10px 20px 0;
}

.adm__edit-text {
    margin-bottom: 10px;
    font-size: 16px;
}

.adm__edit-bold {
    font-weight: 600;
}

.adm__edit-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background-color: #6c544d;
    padding: 10px 20px;
}

.adm__edit-select {
    margin-bottom: 40px;
}

.adm__edit-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.adm__edit-label {
    margin-right: 20px;
}

.adm__more-wrapper {
    background-color: #fdf9f9;
    border: 1px solid #aaa;
    width: 100%;
    max-width: 600px;
    padding: 0 20px 0;
    margin: 0 auto 20px;
}

.adm__textarea {
    width: 100%;
    max-width: 500px;
    background: #F0E5DF;
    border: 1px solid #DECAC0;
    border-radius: 60px;
    font-size: 18px;
    line-height: 22px;
    color: #A08880;
    padding: 10.5px 25px;
    resize: vertical;
}

.adm.add .select2-container {
    width: 100% !important;
    max-width: 500px;
}

.adm.add .select2-container--default .select2-selection--single {
    background: #f0e5df;
    border: 1px solid #DECAC0;
    border-radius: 60px;
}

.adm.add .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 18px;
    line-height: 22px;
    color: #A08880;
}

.adm.add .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-radius: 60px;
}

.adm.add .select2-container--open .select2-dropdown--below {
    border: 1px solid #aaa;
}

.adm__login-link {
    font-size: 14px;
    color: #99CC99;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.adm__login-link:hover {
    color: #599759;
}

.adm__login-submit {
    background-color: #99CC99;
    font-size: 14px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.adm__login-submit:hover {
    background-color: #599759;
}

.adm__login-delivery {
    margin-bottom: 30px;
}

.adm__login-info {
    width: 100%;
    max-width: 500px;
}

.login .subtitle {
    margin-bottom: 30px;
}

@media screen and (max-width: 1250px) {
    .adm__wrapper {
        padding: 0 30px;
    }
    .adm__filters {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .adm__filters-block {
        margin: 0 10px 10px;
    }
    .adm__filters-link {
        margin: 0 10px 10px;
    }
    .adm__filters-input {
        margin-bottom: 10px;
    }
    .adm .select2-container {
        margin-bottom: 10px;
    }
    .adm__table {
        width: 1130px;
    }
    .adm__table-wrapper {
        overflow: scroll;
    }
}

@media screen and (max-width: 700px) {
    .adm__btn {
        margin-bottom: 10px;
    }
    .adm__btn-link {
        margin: 0 5px 5px;
    }
    .adm__filters-date {
        max-width: 100px;
    }
}

@media screen and (max-width: 500px) {
    .adm__filters-block {
        margin: 0 0 20px;
    }
    .adm .select2-container {
        max-width: 260px;
    }
}


/* Стили верссии с верстки */

.btn__added {
    display: block;
    width: fit-content;
    margin: 10px auto;
    color: #fff;
    background-color: #ff6666;
    padding: 10px 15px;
    border-radius: 25px;
    transition: all .3s;
}

.btn__added:hover {
    -webkit-box-shadow: 0px 4px 4px rgba(135, 108, 100, 0.6);
    box-shadow: 0px 4px 4px rgba(135, 108, 100, 0.6);
}

.sel__file[data-label] {
    margin: 20px 0 0;
}

.adm__textarea-articles {
    min-height: 400px;
}

.post__content {
    flex: 1;
}

.useful__pagination {
    justify-content: center;
}

.modal__textarea {
    border-radius: 25px;
}

img.large {
    width: 100%;
    height: auto;
}