.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.col-2-4 {
    width: 20%
}

.chooser-form-vertical .control-buttons {
    display: none;
    position: absolute;
    top: 120px;
    right: 0
}

.chooser-form-vertical .control-button {
    display: inline-block;
    margin-right: 1em
}

.chooser-form-vertical .control-buttons input {
    padding: 0;
    border-bottom: 0;
    box-shadow: none;
    width: 40px;
    height: 40px;
    background: url(../images/filter.png) left top no-repeat;
    cursor: pointer
}

.chooser-form-vertical .chooser-form {
    max-height: 1200px;
    overflow: hidden
}

.chooser-form-vertical .slick-list {
    height: auto !important
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

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,
:before,
:after {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box
}

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

body {
    line-height: 1
}

blockquote,
q {
    quotes: none
}

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

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

a {
    outline: none
}

a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important
}

input,
textarea,
button,
select,
option {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    font-family: inherit;
    font-weight: 400;
    box-sizing: border-box;
    box-shadow: none
}

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

body {
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden
}

.canvas {
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4)
}

.canvas--slide {
    -webkit-transform: translateX(260px);
    transform: translateX(260px)
}

.header {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.main {
    display: block;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.wrapper,
.header-bottom__wrapper {
    width: 100%;
    max-width: 1330px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto
}

.wrapper:after,
.header-bottom__wrapper:after {
    content: "";
    display: table;
    clear: both
}

.wrapper--30,
.header-bottom__wrapper--30 {
    max-width: 1350px;
    padding-left: 0;
    padding-right: 0
}

.wrapper-fluid {
    width: 100%;
    max-width: 100vw
}

.wrapper-fluid+.wrapper-fluid {
    margin-top: 60px
}

.wrapper-fluid--gray {
    background-color: #f2f1ed
}

.row {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.row:after {
    content: "";
    display: table;
    clear: both
}

.row .row {
    width: 100%;
    margin-left: -30px;
    margin-right: -30px
}

.row [class^="col-"] {
    padding-right: 30px;
    padding-left: 30px
}

.row--20 {
    max-width: 1330px
}

.row--20 [class^="col-"] {
    padding-right: 20px;
    padding-left: 20px
}

.collections-popup .row--20 [class^="col-"] {
    padding: 5px
}

.row--15 {
    max-width: 1320px
}

.row--15 [class^="col-"] {
    padding-right: 15px;
    padding-left: 15px
}

.row--0 {
    max-width: 1290px
}

.row--0 [class^="col-"] {
    padding-right: 0;
    padding-left: 0
}

.row--wide {
    max-width: 1530px
}

.row--wide [class^="col-"] {
    padding-right: 15px;
    padding-left: 15px
}

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

.col-1 {
    width: 8.3333333333333%
}

.col-2 {
    width: 16.666666666667%
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.333333333333%
}

.col-5 {
    width: 41.666666666667%
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.333333333333%
}

.col-8 {
    width: 66.666666666667%
}

.col-9 {
    width: 75%
}

.col-10 {
    width: 83.333333333333%
}

.col-11 {
    width: 91.666666666667%
}

.col-12 {
    width: 100%
}

body {
    color: #313131;
    font-family: "PTSerif", 'Segoe UI', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

h1,
.h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 42px;
    margin-bottom: 30px
}

h2,
.h2 {
    font-family: Gilroy;
    font-size: 28px;
    font-weight: 400;
    line-height: 33px;
    margin-top: 50px;
    margin-bottom: 30px
}

h3,
.h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 50px;
    margin-bottom: 30px
}

h3+.subtitle,
.h3+.subtitle {
    margin-top: 25px
}

h4,
.h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px
}

h5,
.h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px
}

p+p {
    margin-top: 15px
}

ul,
ol {
    padding-left: 45px;
    margin-top: 20px;
    margin-bottom: 20px
}

b,
strong {
    font-weight: 700
}

i,
em {
    font-style: italic
}

sup {
    font-size: 85%;
    line-height: 0;
    vertical-align: baseline;
    position: relative;
    top: -.45em
}

sub {
    font-size: 85%;
    line-height: 0;
    vertical-align: baseline;
    position: relative;
    top: .2em
}

a {
    color: #399;
    text-decoration: none;
    border-bottom: 1px solid rgba(51, 153, 153, 0.2)
}

.title-bordered {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.title-bordered+ol,
.title-bordered+ul {
    margin-top: 0
}

.subtitle {
    max-width: 375px;
    font-size: 14px;
    font-style: italic;
    line-height: 20px
}

.text-introduction {
    color: #999;
    font-size: 18px;
    font-style: italic;
    line-height: 28px
}

h3+.text-introduction {
    margin-top: -10px
}

.font-14 {
    font-size: 14px
}

.font-15 {
    font-size: 15px
}

.font-28 {
    font-size: 28px;
    line-height: 30px
}

.text-center {
    text-align: center
}

.text-italic {
    font-style: italic
}

.text-bold {
    font-weight: 700
}

.red-bold-text {
    color: #c03;
    font-weight: 700
}

.text-gray {
    color: #999
}

.text-pink {
    color: #c03
}

.text-right {
    text-align: right
}

.decorated-link {
    color: #6a9f9f;
    text-decoration: none;
    border-bottom: 1px solid rgba(106, 159, 159, 0.2);
    display: inline-block;
    display: inline
}

.decorated-link--gray {
    color: #a49c85;
    text-decoration: none;
    border-bottom: 1px solid rgba(164, 156, 133, 0.2);
    display: inline-block
}

.link-black {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
    display: inline
}

.black-italic-link {
    color: #313131;
    text-decoration: none;
    border-bottom: 1px solid rgba(49, 49, 49, 0.2);
    display: inline-block;
    line-height: 1.4;
    font-style: italic;
    display: inline
}

.about__img {
    background-clip: content-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.about__text {
    padding-top: 95px;
    padding-bottom: 95px
}

.accordion-radio+.accordion-radio {
    margin-top: 15px
}

.accordion-radio__content {
    height: 0;
    overflow: hidden;
    padding-left: 27px;
    visibility: hidden
}

.accordion-radio--open .accordion-radio__content {
    height: auto;
    visibility: visible;
    margin-top: 15px
}

.accordion__item--open .accordion__hide-open {
    display: none
}

.accordion__item--open .accordion__hide-close {
    display: block
}

.accordion__hide-close {
    display: none
}

.accordion__content {
    overflow: hidden
}

.accordion__caption {
    cursor: pointer
}

.add-cart {
    max-width: 630px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex
}

.add-cart__image {
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0;
    margin-right: 15px;
    position: relative
}

.add-cart__image:after {
    content: "";
    width: 71px;
    height: 71px;
    background: #099 url(../images/icon-done-thin.svg) 50% no-repeat;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.add-cart__content {
    width: 50%;
    text-align: center;
    padding: 50px 15px 0;
    font-family: Gilroy;
}

.add-cart__button {
    margin-top: 50px;
    margin-bottom: 30px
}

.add-cart-header {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    background: url(../images/icon-waves-popular.png) 50% 100% no-repeat;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.add-cart-header__caption {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px
}

.add-cart-price {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    text-align: center
}

.add-cart-price__cost {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    display: block
}

.article-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    margin-top: 30px
}

.article-small__image {
    width: 55px;
    height: 55px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 3px;
    margin-right: 15px;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block
}

.article-small__content {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

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

.banner__image-col {
    width: 66.66666%;
    min-height: 340px;
    background: #f2f1ed url(../images/banner.jpg) 50% 0 no-repeat;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.banner__image {
    width: 100%;
    max-width: 100%
}

.banner__col {
    width: 33.33333%;
    background-color: #f2f1ed;
    padding: 15px 40px 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.banner__caption {
    color: #080808;
    font-size: 24px;
    line-height: 5px;
    position: relative
}

.banner__discount {
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 18px;
    background-color: #ae0035;
    border-radius: 50%;
    position: relative;
    top: -6px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg)
}

.banner .banner__input {
    width: 100%;
    max-width: 290px;
    min-height: 40px;
    font-size: 14px;
    font-style: italic;
    line-height: 16px;
    background-color: #fff;
    border: 1px solid #e5e3dc;
    border-radius: 1px;
    padding: 0 10px;
    margin-bottom: 20px;
    display: block
}

.border-block {
    padding-top: 30px;
    margin-top: 15px;
    position: relative
}

.border-block:before {
    width: 100%;
    height: 1px;
    max-width: 1290px;
    content: "";
    background-color: #f3f3f3;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0
}

.border-block.row--30:before,
.border-block.wrapper--30:before {
    width: calc(100% - 60px)
}

.breadcrumbs {
    font-size: 10px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 15px;
    zoom: 1
}

.breadcrumbs:before,
.breadcrumbs:after {
    content: "";
    display: table
}

.breadcrumbs:after {
    clear: both
}

.breadcrumbs__item {
    color: inherit;
    border-bottom: none;
    color: #399;
    text-decoration: underline;
    float: left;
    display: inline-block
}

.breadcrumbs__item--span {
    color: #313131;
    text-decoration: none
}

.breadcrumbs__separator {
    padding: 0 5px;
    float: left
}

.breadcrumbs-more {
    float: left
}

.breadcrumbs-more__content {
    display: none
}

.breadcrumbs-more__caption {
    background-color: #e8e8e8;
    border-radius: 3px;
    padding: 0 5px;
    float: left
}

.breadcrumbs-more__hidden {
    display: none
}

.chooser-title .breadcrumbs {
    margin-top: 0
}

.button {
    color: inherit;
    border-bottom: none;
    color: #fff;
    font-size: 18px;
    line-height: 16px;
    font-style: italic;
    text-align: center;
    text-decoration: none;
    background: -webkit-linear-gradient(top, #67adad 0, #609999 100%);
    background: linear-gradient(to bottom, #67adad 0, #609999 100%);
    border: none;
    border-bottom: 2px solid #548686;
    border-radius: 3px;
    box-shadow: 0 -1px 0 0 #6ca2a2 inset, 0 5px 15px rgba(84, 134, 134, 0.5);
    padding: 10px 40px 13px;
    position: relative;
    display: inline-block;
    cursor: pointer
}

.button--more {
    color: #313131;
    font-size: 14px;
    background-color: #dadada;
    background-image: -webkit-linear-gradient(bottom, #dadada 0%, #ececec 100%);
    background-image: linear-gradient(to top, #dadada 0%, #ececec 100%);
    border: none;
    box-shadow: none;
    padding: 11px 20px
}

.button--more.button--no-shadow {
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1), 0 2px 0 #c3c3c3
}

.button--gold {
    background-color: #c98500;
    background-image: -webkit-linear-gradient(bottom, #c98500 0%, #c90 100%);
    background-image: linear-gradient(to top, #c98500 0%, #c90 100%);
    box-shadow: 0 -1px 0 0 #bf902d inset, 0 5px 15px rgba(192, 169, 121, 0.7);
    border-bottom: 2px solid #8c6618
}

.button--red {
    color: #fff;
    background-color: #c98500;
    background-image: -webkit-linear-gradient(bottom, #c03 0%, #e7003a 100%);
    background-image: linear-gradient(to top, #c03 0%, #e7003a 100%);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
    border-bottom: 2px solid #8d002c
}

.button--no-shadow {
    box-shadow: 0 -1px 0 0 #6ca2a2 inset
}

.button--wide {
    width: 100%
}

.button--heavy {
    min-heigth: 60px;
    font-size: 14px;
    font-style: italic;
    line-height: 14px;
    padding: 20px 30px
}

.button-callback {
    max-width: 108px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    background-color: #c98500;
    background-image: -webkit-linear-gradient(bottom, #c98500 0%, #c90 100%);
    background-image: linear-gradient(to top, #c98500 0%, #c90 100%);
    box-shadow: 0 -1px 0 0 #bf902d inset, 0 5px 15px rgba(192, 169, 121, 0.7);
    border-bottom: 2px solid #8c6618;
    padding: 5px 20px;
    margin: 0 20px 0 30px
}

.button-recall {
    padding: 9px 15px 11px;
    margin-bottom: 30px
}

.by-block {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.by-block__fast-by {
    color: #313131;
    text-decoration: none;
    border-bottom: 1px solid rgba(49, 49, 49, 0.2);
    display: inline-block;
    font-style: italic
}

.canvas {
    position: relative;
    right: 0;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform 0.3s, -webkit-transform .3s
}


/* .canvas:before {
  content: "";
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0
} */

.canvas--filter-slide {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px)
}

.canvas--filter-open {
    overflow: hidden;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
    right: 250px
}

.canvas--filter-open .filter-form {
    right: -10px
}

.canvas--filter-close {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
    right: 0
}

.canvas--filter-close .filter-form {
    right: -260px
}

.cart-inline {
    width: 58px;
    height: 40px;
    text-decoration: none;
    color: inherit;
    border: 1px solid rgba(51, 153, 153, 0.2);
    border-radius: 3px;
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer
}

.cart-inline__icon {
    fill: none;
    stroke: #399;
    stroke-width: 3
}

.cart-inline__icon .round {
    fill: #399;
    stroke-width: 1
}

.cart-inline__text {
    color: #399;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    position: absolute;
    right: 12px;
    top: 3px
}

.cart-inline__container {
    width: 300px;
    background-color: #fff;
    border: 1px solid #f2f1ed;
    box-shadow: 0 6px 8px rgba(229, 227, 220, 0.57), 0 8px 16px rgba(229, 227, 220, 0.26), 0 2px 0 #e5e3dc;
    padding: 15px 15px 0;
    position: absolute;
    top: 40px;
    right: -1px;
    z-index: 10;
    display: none;
    cursor: auto
}

.cart-inline__container:before {
    content: "";
    border-style: solid;
    border-width: 0 10px 9px;
    border-color: transparent transparent #f2f1ed;
    position: absolute;
    top: -9px;
    right: 15px
}

.cart-inline__container:after {
    content: "";
    border-style: solid;
    border-width: 0 7px 9px;
    border-color: transparent transparent #fff;
    position: absolute;
    top: -8px;
    right: 18px
}

.cart-inline--open .cart-inline__container {
    display: block
}

.nav-header-fixed .cart-inline {
    width: 30px;
    border: none
}

.nav-header-fixed .cart-inline__text {
    right: 0
}

.nav-header-fixed .cart-inline__container {
    right: -13px
}

.cart-inline-item+.cart-inline-item {
    border-top: 1px solid rgba(242, 241, 237, 0.5)
}

.cart-inline-item__container {
    padding: 12px 50px 15px 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex
}

.cart-inline-item__image {
    color: inherit;
    border-bottom: none;
    width: 70px;
    min-height: 70px;
    display: block;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-top: 3px;
    margin-right: 10px;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.cart-inline-item__content {
    padding-bottom: 20px;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.cart-inline-item__caption {
    color: #313131;
    text-decoration: none;
    border-bottom: 1px solid rgba(49, 49, 49, 0.2);
    display: inline-block;
    display: inline
}

.cart-inline-item__close {
    width: 29px;
    height: 28px;
    background: url(../images/icon-close.svg) 50% no-repeat;
    border: 1px solid rgba(45, 135, 135, 0.2);
    border-radius: 1px 2px 2px 1px;
    position: absolute;
    top: 15px;
    right: 0;
    display: block;
    cursor: pointer
}

.cart-inline-item__cost {
    position: absolute;
    left: 80px;
    right: 0;
    bottom: 12px
}

.cart-inline-item__amount {
    color: #e5e3dc;
    float: right
}

.cart-inline-item__old {
    color: #a49c85;
    font-size: 11px;
    font-weight: 400;
    left: 0;
    position: absolute;
    text-decoration: line-through;
    top: -14px
}

.cart-inline-more {
    border-top: 1px solid rgba(242, 241, 237, 0.5);
    padding: 20px 0 20px 80px
}

.cart-inline-more__text {
    color: #080808;
    font-weight: 700
}

.cart-inline-complect {
    font-size: 12px;
    list-style: none;
    padding-left: 0;
    margin-top: 0
}

.cart-inline-complect__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.cart-inline-complect__link {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: inline-block;
    display: inline
}

.cart-inline-complect__quantity {
    margin-left: 5px
}

.cart-inline-complect__cost {
    width: 80px;
    text-align: right;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.cart-inline-footer {
    text-align: center;
    background-color: #f9f8f7;
    padding: 20px;
    margin-left: -15px;
    margin-right: -15px
}

.cart-list {
    background-color: #f2f1ed;
    padding: 50px 30px 30px
}

.cart-list:after {
    content: "";
    display: table;
    clear: both
}

.cart-item {
    width: 100%;
    border-top: 1px solid #e5e3dc;
    padding: 10px 0;
    min-height: 93px;
    float: left
}

.cart-item:after {
    content: "";
    display: table;
    clear: both
}

.cart-item .cart-item {
    min-height: 75px;
    border-top: none;
    padding-left: 70px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 20px
}

.cart-item .cart-item .cart-item__image {
    width: 40px;
    height: 40px
}

.cart-item .cart-item .cart-item__total-price {
    margin-top: 10px
}

.cart-item .cart-item+.cart-item {
    margin-top: 0
}

.cart-item--delivery {
    min-height: 0;
}

.cart-item__left {
    width: calc(100% - 175px);
    padding-right: 20px;
    float: left
}

.cart-item__right {
    float: right;
    width: 175px
}

.cart-item__image {
    color: inherit;
    border-bottom: none;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-right: 20px;
    float: left
}

.cart-item__desc {
    min-height: 65px;
    display: table;
    position: relative
}

.cart-item__caption {
    color: #313131;
    text-decoration: none;
    border-bottom: 1px solid rgba(49, 49, 49, 0.2);
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    display: inline
}

.cart-item__price {
    color: #a49c85;
    margin-top: 10px
}

.cart-item__remove {
    width: 40px;
    height: 40px;
    text-indent: -999em;
    background: #fff url(../images/icon-search-close.svg) 50% no-repeat;
    background-size: 18px;
    border: 1px solid #e5e3dc;
    border-radius: 1px;
    float: right;
    display: block;
    cursor: pointer
}

.cart-item__quantity {
    width: 135px;
    padding-right: 20px;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.cart-item__quantity--complect {
    font-style: italic
}

.cart-item__total-price {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    font-style: normal;
    text-align: right;
    margin-top: 15px
}

.cart-item-delivery {
    font-weight: 700;
    padding: 0 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.cart-item-delivery__caption {
    font-size: 14px;
    line-height: 26px
}

.cart-item-delivery__price {
    font-size: 16px;
    line-height: 24px
}

.cart-item-total {
    text-align: center;
    padding-top: 50px
}

.cart-item-total__text {
    color: #313131;
    font-size: 14px
}

.cart-item-total__price {
    color: #5f9898;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px
}

.cart-item-coupon {
    background-color: #fff;
    border-radius: 1px;
    padding: 15px 20px;
    margin-top: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex
}

.cart-item-coupon__label {
    width: 100%;
    margin-right: 20px;
    margin-bottom: 0 !important
}

.cart-item-coupon__label input {
    margin-bottom: 0 !important
}

.cart-item-coupon__button {
    font-size: 16px
}

.cart-back {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 25px
}

.cart-back__link {
    color: inherit;
    border-bottom: none;
    color: #a49c85;
    font-size: 16px;
    font-weight: 400;
    line-height: 42px;
    text-decoration: none;
    background: url(../images/icon-cart-back.png) 0 50% no-repeat;
    padding-left: 35px;
    float: right
}

.cart-back__link--left {
    line-height: 24px;
    margin-top: 120px;
    float: left
}

.catalog-image-zoom {
    width: 100%;
    position: relative;
    z-index: 10
}

.catalog-image-zoom__container {
    max-width: 100%;
    visibility: hidden;
    opacity: 0;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-transition: opacity .3s ease-out, visibility .3s ease-out;
    transition: opacity .3s ease-out, visibility .3s ease-out
}

.catalog-image-zoom--open .catalog-image-zoom__container {
    visibility: visible;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none
}

.catalog-image-zoom__container img {
    max-width: 100%;
    vertical-align: middle;
    position: fixed;
    top: 0;
    left: 0
}

.catalog-info-list {
    background-color: #faf9ec;
    padding: 30px;
    margin-top: 40px
}

.price-block-total+.catalog-info-list {
    margin-top: 30px
}

.catalog-el-header {
    margin-bottom: 40px;
    position: relative
}

.catalog-el-header__caption {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.catalog-el-header__rating {
    float: left
}

.catalog-el-vendor {
    color: #999;
    font-size: 12px;
    line-height: 20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.catalog-el-vendor__code {
    color: #313131;
    padding-left: 5px
}

.catalog-el-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex
}

.catalog-el-image {
    width: 410px;
    margin-right: 30px;
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -o-box-flex: 0;
    -ms-box-flex: 0;
    box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.catalog-el-image__slider {
    width: 100%;
    height: 410px;
    overflow: hidden;
    border: 1px solid #f2f2f2
}

.goods-item .catalog-el-image__slider {
    height: 100%
}

.goods-individual .goods-item img {
    height: 238px;
    width: 312px
}

.catalog-el-image__nav {
    height: 78px;
    overflow: hidden;
    margin-top: 10px
}

.catalog-el-image__nav .catalog-el-image__slide {
    border: 1px solid #f2f2f2;
    margin: 0 5px;
    cursor: pointer
}

.catalog-el-image__nav .catalog-el-image__slide:before,
.catalog-el-image__nav .catalog-el-image__slide:after {
    content: "";
    background-color: transparent;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out
}

.catalog-el-image__nav .catalog-el-image__slide:hover,
.catalog-el-image__nav .catalog-el-image__slide.slick-current {
    position: relative
}

.catalog-el-image__nav .catalog-el-image__slide:hover:before,
.catalog-el-image__nav .catalog-el-image__slide.slick-current:before {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0;
    top: 0
}

.catalog-el-image__nav .catalog-el-image__slide:hover:after,
.catalog-el-image__nav .catalog-el-image__slide.slick-current:after {
    width: 30px;
    height: 30px;
    background-color: rgba(0, 153, 153, 0.5);
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0
}

.catalog-el-image__nav .catalog-el-video__slide:hover:after,
.catalog-el-image__nav .catalog-el-video__slide.slick-current:after {
    width: 0;
    height: 0;
    background-color: transparent;
    border-left: rgba(0, 153, 153, 0.5) solid 30px;
    border-right: none;
    border-top: transparent solid 15px;
    border-bottom: transparent solid 15px;
    border-radius: 0;
    margin: 0 auto;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0
}

.catalog-el-image__nav .catalog-el-image__slide:hover:before {
    background-color: transparent
}

.catalog-el-image__slide {
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    opacity: 0;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    visibility: hidden
}

.catalog-el-image__slide.slick-slide {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    visibility: visible
}

.catalog-el-image .slick-arrow,
.gallery-nav .slick-arrow,
.quickview-nav .slick-arrow,
.goods-item .slick-arrow {
    width: 20px;
    height: 100%;
    background: rgba(0, 0, 0, 0.1) url(../images/icon-chevron.svg) 50% no-repeat;
    top: 0;
    right: 0
}

.catalog-el-image .slick-arrow.slick-prev,
.gallery-nav .slick-arrow.slick-prev,
.quickview-nav .slick-arrow.slick-prev,
.goods-item .slick-arrow.slick-prev {
    right: auto;
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.catalog-el-image--complect {
    width: 100%;
    height: 570px;
    position: relative
}

.catalog-el-image--complect .catalog-el-image__slider {
    height: 100%
}

.catalog-el-image--complect .catalog-el-image__nav-wrapper {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px
}

.catalog-el-image--complect .catalog-el-image__nav-wrapper .catalog-el-image__slide {
    width: 80px
}

.catalog-el-desc {
    width: 100%;
    padding-top: 10px;
    position: relative
}

.catalog-el-desc:after:after {
    content: "";
    display: table;
    clear: both
}

.catalog-el-params {
    padding-top: 20px
}

.catalog-el-params:after {
    content: "";
    display: table;
    clear: both
}

.catalog-el-params--size {
    background: url(../images/size-scheme.png) left 270px top 0 no-repeat
}

.catalog-el-params__text {
    line-height: 24px;
    display: table;
    position: relative;
    top: -5px
}

.catalog-el-params__item a {
    color: #399
}

.catalog-el-params__item+.catalog-el-params__item {
    margin-top: 0
}

.catalog-el-params__item span {
    padding-right: 5px
}

.tabs .catalog-el-params {
    margin-top: -20px
}

.catalog-el-accordion .accordion__caption {
    color: #313131;
    text-decoration: none;
    border-bottom: 1px solid rgba(49, 49, 49, 0.2);
    display: inline-block;
    line-height: 18px;
    font-style: italic;
    margin-top: 15px
}

.catalog-el-chooser {
    width: 60px;
    margin-right: 50px;
    float: left
}

.catalog-el-chooser-form {
    width: 100%;
    overflow: hidden;
    border: 1px solid #dde7e7;
    border-radius: 3px;
    float: left
}

.catalog-el-chooser-form__item {
    width: 100%;
    height: 40px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.catalog-el-chooser-form__item+.catalog-el-chooser-form__item {
    border-top: 1px solid #dde7e7
}

.catalog-el-chooser-form__item path {
    fill: #5f9898
}

.catalog-el-chooser-form__item--active {
    background-color: #399
}

.catalog-el-chooser-form__item--active path {
    fill: #fff
}

.catalog-el-chooser-color {
    width: 100%;
    background: url(../images/wave2.png) 0 0 repeat-x;
    padding-top: 20px;
    margin-top: 20px;
    cursor: pointer;
    float: left
}

.catalog-el-chooser-color__selected {
    width: 100%;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-bottom: 10px
}

.catalog-el-chooser-color--open .catalog-el-chooser-color__selected {
    background: #5f9898 !important
}

.catalog-wave {
    position: relative
}

.catalog-wave:after {
    content: "";
    width: calc(100% - 470px);
    height: 6px;
    background: url(../images/wave2.png) 0 0 repeat-x;
    position: absolute;
    top: 0;
    left: 470px;
    right: 0
}

.chooser-popup {
    background-color: #fff;
    box-shadow: 0 6px 8px rgba(229, 227, 220, 0.57), 0 8px 16px rgba(229, 227, 220, 0.26), 0 2px 0 #e5e3dc;
    padding: 30px;
    position: absolute;
    top: 0;
    left: 100px;
    z-index: 100;
    display: none
}

.chooser-popup--open {
    display: block
}

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

.chooser-popup__caption {
    font-weight: 700;
    margin-bottom: 10px
}

.chooser-popup__variants {
    max-height: 235px;
    overflow-y: auto
}

.chooser-popup .button {
    margin-top: 20px
}

.chooser-wrapper {
    display: none;
    position: relative;
    width: 50%;
    float: left
}

.chooser {
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1)
}

.chooser-form-vertical .chooser {
    box-shadow: none
}

.chooser-form-vertical .filter-title {
    font-size: 1.4em;
    padding: 1em;
    font-weight: 700
}

.chooser__wrapper {
    width: 100%;
    height: 396px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    zoom: 1
}

.chooser__wrapper:before,
.chooser__wrapper:after {
    content: "";
    display: table
}

.chooser__wrapper:after {
    clear: both
}

.chooser-title {
    width: 100%
}

.chooser-title__content {
    width: 350px;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.chooser-title__caption {
    font-size: 36px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 20px
}

.chooser-title__dropdown {
    max-width: 150px
}

.chooser-form-vertical .chooser-title__dropdown {
    margin: 0 auto 1em
}

.chooser-title__filter {
    width: 100%;
    max-width: 250px;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-left: 20px
}

.chooser-block {
    width: calc(100% - 350px);
    height: 100%;
    margin-left: auto;
    position: relative;
    top: 0
}

.chooser-block .slick-arrow {
    width: 30px;
    height: 38px;
    background: url(../images/icon-chevron.svg) 50% no-repeat, -webkit-linear-gradient(bottom, #399 0%, #27afaf 100%);
    background: url(../images/icon-chevron.svg) 50% no-repeat, linear-gradient(to top, #399 0%, #27afaf 100%);
    border-radius: 1px;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
    border-bottom: 2px solid #2d8787;
    position: absolute;
    right: -30px;
    top: 80px;
    z-index: 100;
    cursor: pointer
}

.chooser-block .slick-arrow.slick-disabled {
    visibility: hidden;
    opacity: 0;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0)
}

.chooser-block .slick-next {
    right: -30px;
    left: auto
}

.chooser-block .slick-prev {
    background: url(../images/icon-chevron.svg) 50% no-repeat, -webkit-linear-gradient(top, #399 0%, #27afaf 100%);
    background: url(../images/icon-chevron.svg) 50% no-repeat, linear-gradient(to bottom, #399 0%, #27afaf 100%);
    border-top: 2px solid #2d8787;
    border-bottom: 0;
    right: auto;
    left: -30px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.chooser-block .slick-slide {
    height: auto
}

.chooser-block-item {
    width: 255px;
    min-height: 212px;
    background-color: #fff;
    padding: 20px 30px 10px 20px;
    position: relative;
    visibility: hidden;
    opacity: 0;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0)
}

.chooser-block-item.slick-slide {
    visibility: visible;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none
}

.chooser-block-item__caption {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px
}

.filter-item--sizes .chooser-block-item__caption {
    margin-bottom: 10px
}

.chooser-block-item__reset {
    width: 29px;
    height: 29px;
    background-image: url("../images/css/chooser-block-item__reset.png");
    background-repeat: no-repeat;
    background-position: 50%;
    border: 1px solid #dde7e7;
    border-radius: 1px;
    position: absolute;
    top: 5px;
    right: 30px;
    cursor: pointer
}

.chooser-type {
    overflow: auto;
    margin-left: -5px
}

.chooser-type__item {
    padding: 5px;
    float: left;
    display: block;
    cursor: pointer
}

.chooser-type__item input {
    display: none
}

.chooser-type__item input:checked+.chooser-type__fake-input:after {
    content: "";
    width: 18px;
    height: 18px;
    background-color: #399;
    background-image: url("../images/css/chooser-type__fake-input.png"), -webkit-linear-gradient(bottom, #399 0%, #27afaf 100%);
    background-image: url("../images/css/chooser-type__fake-input.png"), linear-gradient(to top, #399 0%, #27afaf 100%);
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 1px;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 10px;
    top: 10px
}

.chooser-type__fake-input {
    width: 38px;
    height: 38px;
    background-color: #fff;
    border-radius: 1px 2px 2px 1px;
    box-shadow: inset 0 2px 2px rgba(153, 153, 153, 0.5);
    position: relative;
    display: block
}

.chooser-accordion {
    background-color: #fff;
    margin: 0 -5px;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 20px
}

.chooser-accordion .accordion__content {
    min-height: 158px;
    max-height: 320px;
    overflow: hidden
}

.chooser-accordion .accordion__item {
    padding: 0 20px 10px;
    position: relative
}

.chooser-accordion .accordion__item:after {
    content: "";
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    box-shadow: inset 0 -40px 25px -20px #fff
}

.chooser-accordion .accordion__item--open:after {
    display: none
}

.chooser-accordion .accordion__item--open .accordion__content {
    overflow: auto
}

.chooser-accordion .accordion__item--open .accordion__hide-open {
    display: none
}

.chooser-accordion .accordion__item--open .accordion__hide-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.chooser-accordion .accordion__item--open .accordion__caption {
    margin-top: 10px
}

.chooser-accordion .accordion__caption {
    color: #2d8787
}

.chooser-accordion .accordion__hide-open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.chooser-accordion .accordion__hide-close {
    display: none
}

.chooser-accordion .ui-block {
    padding-right: 5px
}

.chooser-block-item__caption+.chooser-accordion {
    top: 50px
}

.chooser-block-item__caption+.chooser-accordion .accordion__content {
    max-height: 290px;
    min-height: 128px
}

.chooser-ui,
.chooser-checkbox {
    padding-left: 5px;
    padding-right: 30px
}

.chooser-checkbox {
    overflow: hidden
}

.chooser-checkbox__item {
    display: block;
    cursor: pointer
}

.chooser-checkbox__item.disabled {
    cursor: default;
    opacity: .5;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: alpha(opacity=50)
}

.chooser-checkbox__item+.chooser-checkbox__item {
    margin-top: 10px
}

.chooser-checkbox__item input {
    display: none
}

.chooser-checkbox__item input:checked+.chooser-checkbox__fake-input {
    background-image: url("../images/css/chooser-type__fake-input.png"), -webkit-linear-gradient(bottom, #399 0%, #27afaf 100%);
    background-image: url("../images/css/chooser-type__fake-input.png"), linear-gradient(to top, #399 0%, #27afaf 100%)
}

.chooser-checkbox__fake-input {
    width: 18px;
    height: 18px;
    background-color: #099;
    background-image: -webkit-linear-gradient(bottom, #ececec 0%, #dadada 100%);
    background-image: linear-gradient(to top, #ececec 0%, #dadada 100%);
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 1px;
    box-shadow: inset 0 2px 2px rgba(153, 153, 153, 0.5);
    margin-right: 10px;
    float: left;
    display: inline-block
}

.chooser-checkbox__text {
    color: #080808;
    font-size: 14px;
    line-height: 18px;
    display: table
}

.chooser-checkbox__amount {
    color: #999
}

.colors {
    margin-top: 20px;
    margin-left: -5px;
    margin-right: -5px
}

.colors+.colors {
    margin-top: 30px
}

.color-item {
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 10px;
    line-height: 26px;
    text-align: center;
    cursor: default;
    position: relative
}

.color-item__field {
    width: 48px;
    height: 12px;
    margin: auto;
    border: 1px solid #e7e5df;
    border-radius: 2px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.color-item:hover .color-item__field {
    position: relative;
    z-index: 1;
    -webkit-transform: scale(3, 3.5);
    transform: scale(3, 3.5)
}

.main {
    position: relative
}

.copyright {
    color: #fff
}

.made-by-col {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.made-by-col__author {
    color: #9cc
}

.made-by-col__link {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    line-height: 14px
}

.anchor-link {
    color: inherit;
    border-bottom: none;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    display: block
}

.map-block {
    background: url(../images/world-map.png) right top no-repeat
}

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

.video-design video {
    height: calc(100vh - 262px);
    width: 100%
}

.shadow {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: opacity 0.2s, visibility .2s;
    transition: opacity 0.2s, visibility .2s
}

.shadow.open {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    visibility: visible
}

.right {
    float: right
}

.left {
    float: left
}

.overflow {
    overflow: hidden
}

.hide {
    display: none
}

.m-0 {
    margin-top: 0;
    margin-bottom: 0
}

.m-60 {
    margin-top: 60px;
    margin-bottom: 60px
}

.m-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px !important
}

.mt-35 {
    margin-top: 35px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mt-50 {
    margin-top: 50px
}

.mt-60 {
    margin-top: 60px
}

.mt-70 {
    margin-top: 70px
}

.mb15 {
    margin-bottom: 15px
}

.mb-40 {
    margin-bottom: 40px
}

.complect-goods {
    margin: 20px -20px 0;
    padding-top: 30px;
    position: relative;
    zoom: 1
}

.complect-goods:before,
.complect-goods:after {
    content: "";
    display: table
}

.complect-goods:after {
    clear: both
}

.complect-goods:before {
    content: "";
    margin: 0 20px;
    border-top: 1px solid #f3f3f3;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.complect-goods--popup {
    padding-top: 0;
    margin-top: 0
}

.complect-goods--popup:before {
    display: none
}

.complect-goods-item {
    width: 197px;
    min-height: 455px;
    padding: 10px 20px;
    position: relative;
    float: left
}

.complect-goods-item--added .complect-goods-item__image:before {
    content: "В комплекте";
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    padding-bottom: 40px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-box;
    display: inline-flex;
    -webkit-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.complect-goods-item--added .complect-goods-item__image:after {
    content: "";
    width: 70px;
    height: 70px;
    background: rgba(0, 153, 153, 0.5) url(../images/icon-done.svg) 50% no-repeat;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 70px
}

.complect-goods-item--not-available .description:after {
    background-image: url(../images/description-arrow-black.svg)
}

.complect-goods-item--not-available .complect-goods-item____link {
    min-height: auto
}

.complect-goods-item--not-available .complect-goods-item__image:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0;
    top: 0
}

.complect-goods-item__link {
    color: inherit;
    border-bottom: none;
    color: inherit;
    text-decoration: none;
    position: relative;
    display: block
}

.complect-goods-item__image {
    color: inherit;
    border-bottom: none;
    height: 210px;
    color: inherit;
    text-decoration: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #f2f1ed;
    position: relative;
    display: block
}

.complect-goods-item__transform {
    background-color: #fff;
    border: 1px solid #f2f1ed;
    border-top: 0;
    position: relative
}

.complect-goods-item__text {
    padding: 15px
}

.complect-goods-item__caption {
    color: #313131;
    text-decoration: none;
    border-bottom: 1px solid rgba(49, 49, 49, 0.2);
    display: inline-block;
    display: inline
}

.complect-goods-item__info {
    margin-top: 20px;
    margin-bottom: 30px
}

.complect-goods-item__not-available {
    color: #999;
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
    line-height: 12px;
    margin-top: 40px
}

.complect-goods-add {
    margin-top: 10px
}

.complect-goods-add .input-quantity {
    width: 100%
}

.complect-goods-add__button {
    width: 100%;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px
}

.complect-goods-amount,
.complect-goods-refresh {
    width: 40px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    right: -1px;
    top: -1px
}

.complect-goods-amount:after,
.complect-goods-refresh:after {
    content: "";
    width: 75px;
    height: 70px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #e5e3dc;
    position: absolute;
    right: -40px;
    top: -40px;
    display: block
}

.complect-goods-amount__num,
.complect-goods-refresh__num {
    color: #999;
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
    line-height: 12px;
    display: inline-block;
    position: relative;
    z-index: 10;
    position: absolute;
    right: 1px;
    top: 1px
}

.complect-item-composition .complect-goods-item {
    width: 100px;
    min-height: 0;
    padding: 0 10px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -o-box-flex: 0;
    -ms-box-flex: 0;
    box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.complect-item-composition .complect-goods-item:hover .complect-goods-item__link {
    padding-bottom: 0
}

.complect-item-composition .complect-goods-item__image {
    height: 90px
}

.complect-item-composition .complect-goods-item__text {
    position: static;
    border: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0
}

.complect-item-composition .complect-goods-item__caption {
    font-size: 12px;
    line-height: 20px
}

.complect-item-composition .complect-goods-item__transform {
    min-height: 0
}

.complect-item-composition .price-block-single {
    color: #999;
    font-size: 12px;
    line-height: 24px;
    margin-top: 5px;
    position: relative
}

.complect-goods-refresh {
    top: auto;
    bottom: -1px
}

.complect-goods-refresh:after {
    top: auto;
    bottom: -40px;
    background-image: url(../images/icon-refresh.png);
    background-repeat: no-repeat;
    background-position: 13px 9px;
    background-size: 18px
}

.complect-banner {
    width: auto
}

.complect-banner-caption {
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    line-height: 30px;
    margin-bottom: 30px;
    margin-top: 100px;
    position: relative
}

.complect-banner-refresh {
    width: 50px;
    height: 50px;
    background: url(../images/icon-refresh.png) 50% no-repeat;
    border: 1px solid #dfeaea;
    border-radius: 1px;
    position: absolute;
    right: 0;
    top: 7px;
    cursor: pointer
}

.complect-banner-header {
    width: 100%;
    height: 270px;
    background-color: #fff;
    box-shadow: 0 8px 20px -5px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e3dc;
    border-radius: 1px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.complect-banner-header:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 9px 0 10px;
    border-color: #e5e3dc transparent transparent;
    position: absolute;
    bottom: -10px;
    left: 45px
}

.complect-banner-header:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0;
    border-color: #fff transparent transparent;
    position: absolute;
    bottom: -7px;
    left: 48px
}

.complect-banner-header__image {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat
}

.complect-banner-header__caption {
    color: #080808;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: underline;
    padding: 0 15px
}

.complect-banner-header__rating {
    padding: 0 15px 15px;
    margin-top: 10px
}

.complect-banner-header__rating .rating-stars {
    float: left
}

.complect-banner-header__rating .decorated-link {
    float: right
}

.complect-banner-composition {
    border: 1px dashed #e5e3dc;
    border-top: 0;
    border-radius: 1px;
    padding-top: 10px;
    margin: 0 10px
}

.complect-banner-composition__item {
    color: inherit;
    text-decoration: none;
    padding: 15px 0;
    margin: 0 20px;
    display: block
}

.complect-banner-composition__item+.complect-banner-composition__item {
    border-top: 1px solid #f1f0ed
}

.complect-banner-composition__image {
    width: 67px;
    height: 67px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-right: 15px;
    float: left
}

.complect-banner-composition__caption {
    color: #080808;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: underline
}

.complect-banner-composition__price {
    color: #a49c85;
    font-size: 13px;
    line-height: 24px;
    margin-top: 5px
}

.complect-banner-composition__quantity {
    color: #080808;
    float: right
}

.complect-banner-total {
    border-top: 1px solid #f1f0ed;
    padding: 30px 20px 15px
}

.complect-banner-total .price-block-single {
    font-size: 24px;
    line-height: 24px
}

.complect-banner-total .price-block-single__old {
    font-size: 13px;
    top: -22px
}

.complect-item-row+.complect-item-row {
    margin-top: 30px
}

.complect-item {
    -webkit-transition: box-shadow .3s ease-out;
    transition: box-shadow .3s ease-out
}

.complect-item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1)
}

.complect-item-image {
    color: inherit;
    border-bottom: none;
    width: 100%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
    display: block
}

.complect-item-image:after {
    content: "";
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.complect-item__bottom {
    padding: 20px 30px 20px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    overflow: hidden
}

.complect-item-info {
    color: inherit;
    border-bottom: none;
    width: 280px;
    color: inherit;
    text-decoration: none;
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.complect-item-info__caption {
    color: #313131;
    text-decoration: none;
    border-bottom: 1px solid rgba(49, 49, 49, 0.2);
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    display: inline
}

.complect-item-info__av {
    color: #999;
    font-size: 14px;
    font-style: italic;
    line-height: 20px;
    margin-top: 10px
}

.complect-item-info .price-block-single {
    position: absolute;
    bottom: 0
}

.complect-item-composition {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.complect-item-composition:after {
    content: "";
    width: 60px;
    height: 100%;
    background: -webkit-linear-gradient(left, #fff 0, #fff 25%, transparent 100%);
    background: linear-gradient(to right, #fff 0, #fff 25%, transparent 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.contacts__col {
    min-height: 110px;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.contacts__col--caption {
    border-right: 1px solid #f3f3f3;
    display: block
}

.contacts__caption {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 25px
}

.counter-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.counter-caption {
    width: 100%;
    font-size: 12px;
    padding-left: 45px
}

.counter {
    min-height: 65px;
    background: url(../images/icon-time.png) 0 50% no-repeat;
    padding-left: 45px;
    margin-right: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: baseline;
    -o-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.counter-item {
    color: #000;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    position: relative;
    display: inline-block;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.counter-item+.counter-item {
    color: #666
}

.counter-item+.counter-item:before {
    content: ':';
    color: #ccc;
    font-weight: 400;
    margin-right: 5px;
    margin-left: 5px;
    display: inline-block
}

.counter-item+.counter-item .counter-item__footer {
    padding-left: 23px
}

.counter-item:last-child {
    color: #989898;
    font-size: 28px
}

.counter-item__footer {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: left
}

.credit-block {
    border: 1px dashed #e5e3dc;
    border-radius: 1px;
    padding: 30px
}

.credit-block__caption {
    color: #080808;
    font-size: 16px;
    font-style: italic;
    line-height: 16px
}

.credit-block__button {
    width: 100%;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px
}

.credit-block__link {
    color: inherit;
    border-bottom: none;
    color: #000;
    text-decoration: underline
}

.catalog-info-list+.credit-block {
    margin-top: 35px
}

.credit-bar {
    margin-top: 15px;
    margin-bottom: 20px
}

.credit-bar__wrapper {
    width: 100%;
    height: 36px;
    overflow: hidden;
    font-size: 20px;
    line-height: 16px;
    background-color: #fff;
    background-image: -webkit-linear-gradient(bottom, #fff 0%, #faf9ec 100%);
    background-image: linear-gradient(to top, #fff 0%, #faf9ec 100%);
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(8, 8, 8, 0.08), inset 0 1px 2px rgba(8, 8, 8, 0.25)
}

.credit-bar__fill {
    width: 20%;
    height: 100%;
    color: #fff;
    font-weight: 700;
    background-color: #b7841f;
    float: left;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.credit-bar__remains {
    width: 80%;
    height: 100%;
    font-style: italic;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.credit-bar__remains .text-bold {
    padding-left: 5px
}

.credit-bar__desc {
    width: 100%;
    color: #080808;
    font-style: italic;
    line-height: 21px;
    padding-top: 20px;
    margin-left: 20%;
    position: relative
}

.credit-bar__desc:after {
    content: "";
    width: 0;
    height: 20px;
    border: 1px dashed #b7841f;
    position: absolute;
    top: 0;
    left: -2px
}

.credit-bar__init {
    height: 21px;
    color: #c98500;
    font-size: 24px;
    font-weight: 700;
    font-style: normal
}

.credit-container {
    display: none
}

.credit-container--shown {
    display: block
}

.credit {
    max-width: 680px;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    background-color: #fff;
    border: 1px solid #d8d4cb;
    border-radius: 3px;
    padding: 45px 0;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.credit:before,
.credit:after {
    content: "";
    width: 14px;
    position: absolute;
    top: 140px;
    bottom: 40px;
    z-index: 2
}

.credit:before {
    left: 0;
    box-shadow: -8px 0 10px -6px rgba(0, 0, 0, 0.35)
}

.credit:after {
    left: auto;
    right: 0;
    box-shadow: 8px 0 10px -6px rgba(0, 0, 0, 0.35)
}

.credit__wrapper {
    padding: 0 50px;
    position: relative
}

.credit__wrapper:after {
    content: "";
    display: table;
    clear: both
}

.credit__wrapper+.credit__wrapper {
    margin-top: 90px;
    padding-top: 110px
}

.credit__wrapper+.credit__wrapper:before {
    content: "";
    width: 100%;
    height: 20px;
    max-width: 270px;
    background: url(../images/icon-waves-3.png) 50% repeat-x;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.credit__wrapper--overflow {
    overflow: hidden
}

.credit__title {
    font-size: 48px
}

.credit__caption {
    font-size: 36px
}

.credit__caption--thin {
    padding-left: 50px;
    padding-right: 50px
}

.credit__content {
    margin-top: 50px;
    position: relative
}

.credit__content:after {
    content: "";
    display: table;
    clear: both
}

.credit__tile {
    width: 100%;
    height: 26px;
    background: url(../images/credit-corner.png) 50% no-repeat;
    position: absolute;
    left: 0;
    bottom: -26px;
    display: block
}

.credit__back {
    color: inherit;
    border-bottom: none;
    color: #a49c85;
    font-size: 18px;
    font-weight: 400;
    line-height: 42px;
    text-decoration: none;
    background: url(../images/icon-cart-back.png) 0 50% no-repeat;
    padding-left: 35px;
    position: absolute;
    top: 30px;
    left: -25px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.credit__back--static {
    position: static;
    -webkit-transform: none;
    transform: none;
    text-align: center;
    display: inline-block
}

.credit-firstpay {
    color: #c03;
    font-size: 24px;
    line-height: 1;
    border-bottom: 1px solid #e5e3dc;
    padding-bottom: 30px;
    margin-bottom: 25px;
    display: inline-block
}

.credit-firstpay__cost {
    font-size: 60px;
    font-weight: 700;
    margin-top: 20px;
    display: block
}

.credit-side {
    width: 300px;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    background-color: #f0edca;
    padding: 30px 20px 30px 0;
    position: absolute;
    left: 100%;
    top: 50px;
    bottom: 0
}

.credit-side:after {
    content: "";
    width: 100%;
    height: 3px;
    background: url(../images/icon-waves-yellow.png) left bottom repeat-x;
    position: absolute;
    bottom: -3px;
    left: 0
}

.credit-side__caption {
    font-style: italic;
    border-bottom: 1px solid #d8d3ae;
    padding-left: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.credit-label {
    width: 180px;
    border-radius: 0 3px 3px 0;
    padding: 6px 20px 10px 30px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    z-index: 10
}

.credit-label--selected,
.credit-label:hover {
    color: #fff;
    background-color: #c03
}

.credit-label--selected:before,
.credit-label:hover:before {
    content: "";
    width: 10px;
    background: url(../images/credit-label-corner.png) 50% no-repeat;
    position: absolute;
    left: -9px;
    top: 0;
    bottom: 0
}

.credit-label--selected .credit-label__text,
.credit-label:hover .credit-label__text {
    border-color: #fff
}

.credit-label__text {
    line-height: 20px;
    border-bottom: 1px dashed #000
}

.credit-docs {
    font-size: 36px;
    font-style: italic;
    padding-top: 250px;
    position: relative
}

.credit-docs__transform {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s
}

.credit-docs__item {
    width: 33.333%;
    height: 255px;
    max-width: 180px;
    font-family: serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 0 20px 20px 0;
    padding: 20px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.credit-docs__item--pass {
    background: #fff url(../images/img-emblem.png) 50% 30px no-repeat;
    padding-bottom: 30px;
    -webkit-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end
}

.credit-border {
    width: 100%;
    max-width: 465px;
    font-size: 20px;
    line-height: 24px;
    background-color: #fff;
    border: 1px dashed #c03;
    padding: 25px 50px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    opacity: 0;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0)
}

.credit-border:after {
    content: "";
    width: 148px;
    height: 19px;
    background: url(../images/credit-border-corner.png) 50% no-repeat;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: -19px;
    left: 0;
    right: 0
}

.credit-border--static {
    position: relative;
    bottom: 0
}

.credit-border--center-transparent {
    background-color: rgba(255, 255, 255, 0.92);
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10
}

.credit-browser {
    background-color: #f6f6f6;
    border-radius: 9px;
    padding-bottom: 100px;
    overflow: hidden
}

.credit-browser__header {
    width: 100%;
    height: 28px;
    overflow: auto;
    background-color: #e5e5ea;
    padding: 7px 10px;
    display: block;
    margin-bottom: 100px
}

.credit-browser__buttons {
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    float: right
}

.credit-browser__buttons:before,
.credit-browser__buttons:after {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0
}

.credit-browser__buttons:before {
    right: 18px
}

.credit-browser__buttons:after {
    right: 36px
}

.credit-browser__contract {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%
}

.credit-hand {
    position: absolute;
    top: -15px;
    left: -51px
}

.credit-hand__call {
    position: absolute;
    top: 90px;
    left: 157px;
    -webkit-animation: tada 1s infinite both;
    animation: tada 1s infinite both
}

.credit-hand__shake-left {
    position: absolute;
    top: 65px;
    left: 120px;
    -webkit-animation: fade-right 2s infinite both;
    animation: fade-right 2s infinite both
}

.credit-hand__shake-right {
    position: absolute;
    top: 105px;
    left: 245px;
    -webkit-animation: fade-left 2s infinite both;
    animation: fade-left 2s infinite both
}

.credit-dialogs {
    width: 50%;
    min-height: 280px;
    text-align: left;
    float: right
}

.credit-dialogs__item {
    background-color: #e5e5ea;
    border-radius: 30px;
    padding: 15px;
    position: relative;
    display: inline-block;
    opacity: 0;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 1s;
    transition-duration: 1s
}

.credit-dialogs__item:nth-child(2) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.credit-dialogs__item:nth-child(3) {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s
}

.credit-dialogs__item:before {
    content: "";
    width: 20px;
    height: 25px;
    background: url(../images/credit-dialog-corner.png) 50% no-repeat;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: -9px
}

.credit-dialogs__item+.credit-dialogs__item {
    margin-top: 15px
}

.credit-contract {
    position: relative
}

.credit-contract__document {
    padding-left: 50px;
    padding-right: 50px;
    position: relative
}

.credit-contract__hand {
    width: 155px;
    position: absolute;
    top: 25%
}

.credit-contract__hand--right {
    right: -1px
}

.credit-contract__hand--left {
    left: -1px
}

.credit-contract__sign-block {
    position: absolute;
    right: 25%;
    bottom: 12%;
    z-index: 1
}

.credit-contract__sign {
    float: left;
    position: relative;
    top: 66px;
    right: -2px;
    opacity: 0;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition-delay: 4s;
    transition-delay: 4s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 1s;
    transition-duration: 1s
}

.credit-contract__pen {
    float: left
}

.credit-good {
    width: 300px;
    border: 1px dashed #e5e3dc;
    padding: 25px 28px;
    position: absolute;
    left: -300px;
    top: 100px
}

.credit-good__caption {
    font-size: 12px;
    text-align: right
}

.credit-good__price {
    color: #c03;
    font-size: 18px;
    font-weight: 700;
    text-align: right
}

.credit-good__image {
    max-width: 100px;
    padding-top: 50px;
    padding-bottom: 30px
}

.credit-after {
    margin-top: 140px;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.credit-after__caption-wrapper {
    width: 33.333%;
    font-size: 36px;
    line-height: 1;
    text-align: right
}

.credit-after__caption {
    max-width: 260px;
    display: inline-block
}

.credit-after__button {
    width: 33.333%
}

.credit-after .button {
    font-size: 24px;
    line-height: 27px;
    font-style: normal;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.credit-after__image {
    width: 33.333%;
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.credit-after__image img {
    max-width: 290px
}

.fade-in-up,
.zoom-in,
.bounce-in,
.fade-in-bot-left {
    opacity: 0;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0)
}

.fade-in-up--delay,
.zoom-in--delay,
.bounce-in--delay,
.fade-in-bot-left--delay {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.shown .credit-contract__pen {
    -webkit-animation: 3s wobble 2s both;
    animation: 3s wobble 2s both
}

.shown .credit-contract__sign {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none
}

.shown .credit-dialogs__item {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none
}

.shown .fade-in-up {
    -webkit-animation: fade-in-up 1s both;
    animation: fade-in-up 1s both
}

.shown .zoom-in {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    -webkit-animation-name: zoom-in;
    animation-name: zoom-in;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.shown .bounce-in {
    -webkit-animation: bounce-in 1s both;
    animation: bounce-in 1s both
}

.shown .fade-in-bot-left {
    -webkit-animation: fade-in-bot-left 1s both;
    animation: fade-in-bot-left 1s both
}

.decorated-block {
    position: relative;
    z-index: 2
}

.decorated-block:after {
    content: "";
    width: 50px;
    height: 50px;
    background: url(../images/decorated-block.png) 0 0 no-repeat;
    position: absolute;
    top: -8px;
    left: -20px;
    z-index: -1
}

.decorated-block--orange:after {
    background-image: url(../images/decorated-block-orange.png)
}

.description {
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    position: absolute;
    right: 0;
    bottom: -17px
}

.description:after {
    content: '';
    width: 14px;
    height: 22px;
    background: url(../images/description-arrow.svg) 50% no-repeat;
    position: absolute;
    right: -18px;
    bottom: 6px;
    display: block
}

.description--no-arrow:after {
    display: none
}

.nav-header-fixed .description {
    position: static;
    text-align: right
}

.nav-header-fixed .description:after {
    display: none
}

.discount {
    text-align: left;
    border: 1px dashed #e5e3dc;
    border-bottom: 0;
    padding: 15px
}

.discount__caption {
    font-size: 18px;
    line-height: 16px
}

.discount-bar {
    height: 40px;
    background-color: #fff;
    background-image: -webkit-linear-gradient(bottom, #fff 0%, #f2f1ed 100%);
    background-image: linear-gradient(to top, #fff 0%, #f2f1ed 100%);
    border-radius: 1px 2px 2px 1px;
    box-shadow: inset 0 1px 2px rgba(8, 8, 8, 0.25), 0 1px 0 rgba(8, 8, 8, 0.08);
    padding: 0 10px;
    margin-top: 15px;
    margin-bottom: 10px;
    position: relative
}

.discount-bar:after {
    content: "";
    display: table;
    clear: both
}

.discount-bar__progress {
    height: 100%;
    background-color: red;
    background-color: #a09b85;
    position: absolute;
    left: 0;
    top: 0
}

.discount-bar__help {
    color: #000;
    font-size: 12px;
    font-style: italic;
    line-height: 12px;
    position: relative;
    padding: 8px 0;
    float: left;
    display: inline-block
}

.discount-bar__sum {
    color: #000;
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    position: relative;
    float: right;
    display: inline-block
}

.discount-item {
    width: 55px;
    height: 55px;
    overflow: hidden;
    position: absolute;
    z-index: 6;
    left: -1px;
    top: -1px
}

.discount-item:after {
    content: "";
    width: 95px;
    height: 95px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #e5e3dc;
    position: absolute;
    left: -45px;
    top: -45px;
    display: block
}

.discount-item__num {
    color: #ae0035;
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
    display: inline-block;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    position: relative;
    z-index: 10;
    position: absolute;
    right: 15px;
    bottom: 15px
}

.discount-image {
    color: inherit;
    border-bottom: none;
    width: 188px;
    height: 38px;
    background: url(../images/discount.png) 0 50% no-repeat;
    margin-top: 30px;
    display: block
}

.dropdown {
    position: relative;
    display: inline-block
}

.dropdown__select {
    display: none
}

.dropdown__selected {
    color: #f2f1ed;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    border-bottom: 1px dashed rgba(242, 241, 237, 0.2);
    cursor: pointer
}

.dropdown--open .dropdown-list {
    display: block
}

.dropdown--arrow .dropdown__selected {
    color: #313131;
    font-size: 14px;
    line-height: 14px;
    background-color: #fff;
    border: 1px solid #f2f1ed;
    border-radius: 8px;
    padding: 7px 35px 7px 10px
}

.dropdown--arrow .dropdown__selected:before {
    content: "";
    width: 29px;
    height: 29px;
    background: -webkit-linear-gradient(bottom, #399 0%, #27afaf 100%);
    background: linear-gradient(to top, #399 0%, #27afaf 100%);
    border-radius: 6px;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
    border-bottom: 2px solid #2d8787;
    position: absolute;
    right: -1px;
    top: 0;
    z-index: 1
}

.dropdown--arrow .dropdown__selected:after {
    content: "";
    width: 17px;
    height: 17px;
    background: url(../images/icon-chevron.svg) 50% no-repeat;
    background-size: 20px;
    margin: 0 auto;
    position: absolute;
    right: 5px;
    top: 6px;
    z-index: 2
}

.dropdown--arrow .dropdown-list {
    left: 1px;
    top: 30px
}

.dropdown--select {
    width: 100%
}

.dropdown--select .dropdown__selected {
    color: #000;
    font-size: inherit;
    background: url(../images/icon-select-arrow.svg) right 30px top 50% no-repeat;
    border: 1px solid #e5e3dc;
    padding: 10px
}

.dropdown--select .dropdown-list {
    color: #000;
    border: 1px solid #e5e3dc;
    border-top: 0;
    left: 0;
    top: 38px
}

.dropdown--required .dropdown__selected:after {
    content: "*";
    color: #b92250;
    font-size: 18px;
    position: absolute;
    right: 8px;
    top: 7px
}

.dropdown--arrow.dropdown--open .dropdown__selected:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.dropdown-list {
    width: 100%;
    max-height: 300px;
    min-width: 180px;
    overflow: auto;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 0 15px;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    left: -20px;
    top: 25px;
    z-index: 10;
    display: none
}

.dropdown-list__item {
    font-size: 14px;
    padding: 10px 0;
    cursor: pointer
}

.dropdown-list__item+.dropdown-list__item {
    border-top: 1px solid #f1f1f1
}

.header .dropdown-list {
    z-index: 20
}

.feature {
    color: inherit;
    border-bottom: none;
    color: inherit;
    text-decoration: none;
    display: block
}

.feature__icon {
    height: 61px;
    margin-bottom: 30px;
    display: block
}

.text-center .feature__icon {
    margin-left: auto;
    margin-right: auto
}

.feature__caption {
    color: #399;
    text-decoration: none;
    border-bottom: 1px solid rgba(51, 153, 153, 0.2);
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    display: inline;
    -webkit-transition: border-color .3s ease-out;
    transition: border-color .3s ease-out
}

.feature:hover .feature__caption {
    border-color: #399
}

.feature__text {
    font-size: 14px;
    margin-top: 25px;
    display: block
}

.feedback {
    max-width: 600px;
    padding-bottom: 50px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto
}

.feedback input {
    color: #313131;
    background-image: -webkit-linear-gradient(270deg, #dadada 0%, #ececec 100%);
    background-image: -webkit-linear-gradient(top, #dadada 0%, #ececec 100%);
    background-image: linear-gradient(180deg, #dadada 0%, #ececec 100%);
    border-radius: 3px;
    box-shadow: inset 0 2px 2px rgba(153, 153, 153, 0.5);
    margin-bottom: 20px
}

.feedback input::-webkit-input-placeholder {
    color: #313131
}

.feedback input:-moz-placeholder {
    color: #313131
}

.feedback input::-moz-placeholder {
    color: #313131
}

.feedback input:-ms-input-placeholder {
    color: #313131
}

.filter-close {
    color: #080808;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
    margin-left: 10px;
    cursor: pointer
}

.filter-close:before {
    content: "";
    width: 26px;
    height: 26px;
    background: url("../images/css/filter-close.png") 50% no-repeat;
    margin-right: 15px;
    float: left
}

.filter-slider {
    width: calc(100% - 350px);
    height: auto;
    padding-top: 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.filter-slider .chooser-ui {
    padding: 0
}

.filter-slider .slick-list {
    padding-bottom: 20px
}

.filter-slider.slick-slider {
    overflow: visible
}

.filter-slider .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.filter-slider .slick-arrow {
    width: 30px;
    height: 38px;
    background: url(../images/icon-chevron.svg) 50% no-repeat, -webkit-linear-gradient(bottom, #399 0%, #27afaf 100%);
    background: url(../images/icon-chevron.svg) 50% no-repeat, linear-gradient(to top, #399 0%, #27afaf 100%);
    border-radius: 1px;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
    border-bottom: 2px solid #2d8787;
    position: absolute;
    right: -30px;
    top: 80px;
    z-index: 100;
    cursor: pointer
}

.filter-slider .slick-arrow.slick-disabled {
    visibility: hidden;
    opacity: 0;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0)
}

.filter-slider .slick-next {
    right: -30px;
    left: auto
}

.filter-slider .slick-prev {
    background: url(../images/icon-chevron.svg) 50% no-repeat, -webkit-linear-gradient(top, #399 0%, #27afaf 100%);
    background: url(../images/icon-chevron.svg) 50% no-repeat, linear-gradient(to bottom, #399 0%, #27afaf 100%);
    border-top: 2px solid #2d8787;
    border-bottom: 0;
    right: auto;
    left: -30px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.filter-slider .slick-slide {
    height: auto
}

.filter-item {
    background-color: #fff;
    outline: none
}

.filter-item.slick-slide {
    visibility: visible;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none
}

.filter-item__caption {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -o-box-flex: 0;
    -ms-box-flex: 0;
    box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.filter-item__scroll-content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-right: 10px
}

.filter-accordion {
    height: 192px;
    padding: 0 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.chooser-form-vertical .filter-accordion {
    height: auto;
    padding: 10px 14px
}

.filter-item:first-child .filter-accordion {
    height: auto
}

.filter-item:first-child .filter-accordion .tse-scrollable .tse-scroll-content {
    min-height: 0
}

.filter-accordion .tse-scrollbar {
    visibility: hidden;
    opacity: 0;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0)
}

.filter-accordion--open {
    height: 385px;
    box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1
}

.filter-accordion--open .filter-item__scroll-content {
    height: auto;
    overflow: auto
}

.filter-accordion--open .tse-scroll-content {
    height: auto !important
}

.filter-accordion--open .tse-scrollbar {
    visibility: visible;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none
}

.filter-accordion--open .filter-accordion__hide-open {
    display: none
}

.filter-accordion__hide-close {
    display: none
}

.filter-accordion--open .filter-accordion__hide-close {
    display: block
}

.filter-accordion__content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex
}

.filter-accordion__caption {
    color: #399;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-top: auto;
    position: relative;
    cursor: pointer
}

.filter-accordion__caption:before {
    content: "";
    width: 11px;
    height: 30px;
    background: url(../images/icon-arrows-filter.svg) 50% no-repeat;
    display: inline-block;
    margin-right: 12px;
    float: left
}

.filter-accordion--open .filter-accordion__caption:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.filter-accordion__caption:after {
    content: "";
    width: 100%;
    height: 40px;
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
    box-shadow: inset 0 -40px 25px -20px #fff
}

.filter-accordion--open .filter-accordion__caption:after {
    display: none
}

.footer {
    width: 100%;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative
}

.footer-top {
    background-color: #f1f1ed;
    padding: 35px 0;
    margin-top: 130px
}

.footer-bottom {
    background-color: #5f9898;
    padding: 45px 0 70px
}

.footer-bottom__phone {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    position: relative;
    display: inline-block
}

.footer-bottom__phone a {
    color: inherit;
    text-decoration: none
}

.footer-bottom__email {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
    display: inline-block
}

.gallery-popup-bg {
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 1001
}

.gallery-popup-bg.popup--open {
    background-color: rgba(0, 0, 0, 0.3);
    display: block;
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out
}

.gallery-popup {
    max-width: 1290px
}

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

.gallery-popup__text {
    width: 430px;
    padding: 30px 20px 110px;
    position: relative;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.gallery-popup__caption {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    background: url(../images/wave2.png) left bottom repeat-x;
    padding-bottom: 20px;
    padding-right: 50px;
    margin-bottom: 35px
}

.gallery-popup__footer {
    background: url(../images/wave2.png) left top repeat-x;
    padding-top: 30px;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 15px
}

.gallery-popup__footer:after {
    zoom: 1
}

.gallery-popup__footer:after:before,
.gallery-popup__footer:after:after {
    content: "";
    display: table
}

.gallery-popup__footer:after:after {
    clear: both
}

.gallery-popup .price-block-single {
    width: auto
}

.gallery-slider {
    width: calc(100% - 430px)
}

.gallery-slider .slick-slide {
    height: 610px
}

.gallery-slider--small {
    /*width: 180px !important*/
    width: 750px !important
}

.gallery-slider--small .slick-slide {
    /*height: 180px !important*/
    height: 600px !important
}

.gallery-slider__slide {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-color: #f2f2f2
}

.gallery-nav .slick-slide {
    width: 80px;
    height: 80px
}

.gallery-nav__slide {
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    cursor: pointer
}

.gallery-nav__slide.slick-current:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0
}

.gallery-nav__slide.slick-current:after {
    content: '';
    width: 30px;
    height: 30px;
    opacity: .5;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: alpha(opacity=50);
    background-color: #099;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.gallery-nav__slide-video.slick-current:after {
    width: 0;
    height: 0;
    background-color: transparent;
    border-radius: 0;
    border-left: #099 solid 30px;
    border-top: transparent solid 15px;
    border-bottom: transparent solid 15px;
    border-right: none
}

.gallery-nav__slide:hover:after {
    content: '';
    width: 30px;
    height: 30px;
    opacity: .5;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: alpha(opacity=50);
    background-color: #099;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.gallery-nav__slide-video:hover:after {
    width: 0;
    height: 0;
    background-color: transparent;
    border-radius: 0;
    border-left: #099 solid 30px;
    border-top: transparent solid 15px;
    border-bottom: transparent solid 15px;
    border-right: none
}

.gallery-buttons__item {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: 50%;
    border: 1px solid rgba(51, 153, 153, 0.2);
    border-radius: 1px;
    display: inline-block;
    cursor: pointer
}

.gallery-buttons__item+.gallery-buttons__item {
    margin-left: 10px
}

.goods-item-slider {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.goods-item-slider:after {
    content: "";
    display: table;
    clear: both
}

.goods-item-slider__caption {
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px
}

.goods-item-slider__caption--small {
    margin-bottom: 40px;
    font-size: 24px;
    text-align: left
}

.goods-item-more {
    text-align: center;
    margin-top: 30px
}

.goods-item-row {
    position: relative
}


/*.goods-item-row .goods-item{width:25%;min-width:290px;padding-top:15px;padding-bottom:15px}*/

.goods-item-row .goods-item {
    width: 25%;
    min-width: 275px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.row .goods-item-slider {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.row .goods-item-slider .slick-list {
    width: auto;
    margin-left: -14px;
    margin-right: -14px
}

.goods-item {
    width: 255px;
    padding: 10px 15px;
    position: relative;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex
}

.goods-item__link {
    color: inherit;
    border-bottom: none;
    width: 100%;
    color: inherit;
    text-decoration: none;
    border-radius: 1px;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: box-shadow .3s ease-out;
    transition: box-shadow .3s ease-out
}

.goods-item__link:hover .goods-item__image--wide {
    background-position: 100% 50%
}

.goods-item__image,
.goods-item__image_ {
    height: 240px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto 100%;
    border: 1px solid #f2f1ed;
    border-bottom: 1px solid #f2f1ed;
    position: relative;
    -webkit-transition: box-shadow .3s ease-out;
    transition: box-shadow .3s ease-out
}

.goods-item__image:before,
.goods-item__image_:before {
    content: "";
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    /* z-index: 7 */
}

.goods-item__image.no-gradient:before {
    display: none
}

.goods-item__image img,
.goods-item__image_ img {
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%
}

.goods-item__image--wide img {
    left: 0;
    -webkit-transform: none;
    transform: none
}

.goods-item__text {
    border: 1px solid #f2f1ed;
    border-top: 0;
    padding: 20px 15px 15px;
    position: relative
}

.goods-item__caption-container {
    padding-right: 103px
}

.goods-item-price-is-stock,
.goods-item-price-on-request {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 15px;
}

.goods-item-price-is-stock::before {
    background-image: url("/local/components/future/subscribe.unisender/templates/main3/images/Frame 100.png");
    background-size: 100%;
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px;
}

.goods-item-price-on-request {
    color: #c03;
}

.goods-item-price-is-stock {
    color: rgb(44, 150, 143);
}

.row.on_catalog {
    margin-bottom: 50px;
}

.faq-list {
    font-family: 'Gilroy';
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 48%;
    max-width: 50%;
    margin-right: 20px;
}

.faq-list__item {
    margin-bottom: 10px;
    /* margin-right: 20px; */
    box-shadow: none;
    background-color: #F5F6F8;
    /* -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; */
}

.faq-list:nth-child(2) {
    margin-right: 0;
}

.faq-list__quastion {
    padding: 20px 50px 20px 70px;
    background: #F5F6F8;
    font-weight: bold;
    position: relative;
    color: #339999;
    font-size: 20px;
}

.faq-list__quastion:after {
    content: "";
    position: absolute;
    top: 27px;
    right: 18px;
    width: 15px;
    height: 7px;
    overflow: hidden;
    background: url(/local/templates/etagerka/etagerca/dist/images/icon-select-arrow-grey.svg) top center no-repeat;
    background-size: contain;
}

.faq-list__quastion.open:after {
    transform: rotate(180deg);
}

.faq-list__quastion:hover {
    cursor: pointer;
    color: #339999;
}

.faq-list__answer {
    border-top: 0;
    padding: 15px 0 15px 50px;
    line-height: 1.5;
    display: none;
}

.faq-list__answer.active {
    display: block;
}

@media (max-width: 650px) {
    .row .faq-list.row {
        margin: 0;
        width: 100%;
    }
    .faq-list {
        margin-right: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    ;
}

@media only screen and (max-width: 850px) {
    .goods-item__caption-container {
        padding-right: 0
    }
}

.goods-item__caption {
    color: #313131;
    text-decoration: none;
    border-bottom: 1px solid rgba(49, 49, 49, 0.2);
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: border-color .3s ease-out;
    transition: border-color .3s ease-out;
    display: inline
}

.goods-item__link:hover .goods-item__caption {
    border-color: #313131
}

.goods-item__hit {
    width: 35px;
    height: 35px;
    color: #ae0035;
    font-size: 10px;
    font-weight: 400;
    line-height: 38px;
    text-transform: uppercase;
    text-align: center;
    background: url(../images/hit.png) 50% no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 10px;
    left: 15px;
    z-index: 1
}

.goods-item__transform {
    width: 100%;
    padding: 20px 15px 15px;
    background: #fff;
    -webkit-transition: box-shadow .3s ease-out;
    transition: box-shadow .3s ease-out;
    position: static;
    z-index: 10;
    border: 1px solid #f2f1ed;
    border-top: 0
}

.goods-item .goods-item__link--hover {
    border: none;
    box-shadow: none
}

.goods-item .goods-item__link--hover .goods-item__image {
    border: 1px solid #f2f1ed;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1)
}

.goods-item .goods-item__link--hover .goods-item-info {
    display: block
}

.goods-item .goods-item__link--hover .goods-item__transform {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: absolute
}

.goods-item .goods-item__text {
    border: none;
    padding: 0
}

.goods-item-info {
    display: none;
    margin-top: 20px
}

.goods-item-fast-link {
    position: absolute;
    top: 20px;
    right: 20px
}

@media only screen and (max-width: 850px) {
    .goods-item-fast-link {
        display: none
    }
}

.goods-item-fast-link span {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    border: none;
    margin-left: 3px
}

.goods-item-fast-link .goods-item-fast-link__heart::before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background: url(../images/icon-heart.png)
}

.goods-item-fast-link .goods-item-fast-link__heart.active::before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background: url(../images/icon-heart-black.png)
}

.goods-item-fast-link .goods-item-fast-link__3d::before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background: url(../images/icon-3d-printer.png)
}

.goods-item-fast-link .goods-item-fast-link__video::before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background: url(../images/icon-video-camera.png)
}

.goods-item-fast-link .goods-item-fast-link__buy-form {
    display: inline-block
}

.goods-item-fast-link .goods-item-fast-link__buy-form button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    width: auto;
    height: auto
}

.goods-item-fast-link .goods-item-fast-link__basket::before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background: url(../images/icon-shopping-basket.png)
}

.goods-item-recall {
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 15px;
    z-index: 7
}

.goods-item-recall__text {
    color: #5f9898;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: underline
}

.goods-item-price__old {
    color: #999;
    font-size: 12px;
    line-height: 14px;
    text-decoration: line-through;
    margin-top: 31px
}

.goods-item-price__num {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 45px
}

.goods-item-price__old+.goods-item-price__num {
    color: #ae0035;
    margin-top: 0
}

.goods-item-price__av {
    font-size: 10px;
    font-style: italic;
    line-height: 14px
}

.header {
    width: 100%;
    margin-bottom: 40px;
    position: relative
}

.header-bottom {
    box-shadow: 0 30px 30px -30px rgba(0, 0, 0, 0.15)
}

.header-bottom__wrapper {
    min-height: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.icons-furniture__item {
    height: 21px;
    display: inline-block
}

.icons-furniture__item+.icons-furniture__item {
    margin-left: 30px
}

input,
textarea,
select {
    width: 100%;
    min-height: 40px;
    font-size: 14px;
    font-style: italic;
    line-height: 16px;
    background-color: #fff;
    border: 1px solid #e5e3dc;
    border-radius: 1px;
    padding: 0 10px;
    display: block
}

textarea {
    height: 110px;
    font-size: 16px;
    resize: none;
    padding-top: 13px;
    padding-bottom: 13px
}

select {
    font-style: normal;
    background: url(../images/icon-select-arrow.svg) right 30px top 50% no-repeat;
    padding: 10px
}

.label {
    margin-bottom: 20px;
    display: block;
    position: relative
}

.label--required:after {
    content: "*";
    color: #b92250;
    font-size: 18px;
    position: absolute;
    right: 8px;
    top: 7px
}

.label--error input,
.label--error textarea,
.label--error select {
    border-color: red;
    color: red
}

.input-radio {
    display: block;
    cursor: pointer
}

.input-radio:after {
    content: "";
    display: table;
    clear: both
}

.input-radio+.input-radio {
    margin-top: 15px
}

.input-radio input {
    display: none
}

.input-radio input:checked+.input-radio__text {
    color: #313131;
    border: none
}

.accordion-radio--open .input-radio__text {
    color: #6a9f9f !important;
    border: none
}

.input-radio input:checked+.input-radio__text:after,
.accordion-radio--open .input-radio__text:after {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #339999 !important;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: -22px
}

.input-radio--gray input:checked+.input-radio__text:after {
    width: 12px;
    height: 12px;
    background-color: #399;
    top: 3px;
    left: -28px
}

.input-radio__text {
    color: #6a9f9f;
    text-decoration: none;
    border-bottom: 1px solid rgba(106, 159, 159, 0.2);
    display: inline-block;
    font-size: 16px;
    line-height: 17px;
    position: relative;
    display: inline
}

.input-radio--gray .input-radio__text {
    border-bottom: none;
    color: inherit
}

.input-radio__text:before {
    content: "";
    width: 17px;
    height: 17px;
    border: 1px solid #e5e3dc;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    float: left;
    display: block
}

.input-radio--gray .input-radio__text:before {
    width: 24px;
    height: 24px;
    background-image: -webkit-linear-gradient(270deg, #dadada 0%, #ececec 100%);
    background-image: -webkit-linear-gradient(top, #dadada 0%, #ececec 100%);
    background-image: linear-gradient(180deg, #dadada 0%, #ececec 100%);
    box-shadow: inset 0 2px 2px rgba(153, 153, 153, 0.5)
}

.input-quantity {
    width: 115px;
    position: relative
}

.input-quantity--small {
    width: 75px
}

.input-quantity input {
    width: 100%;
    height: 40px;
    font-size: 16px;
    text-align: right;
    border: 1px solid #e5e3dc;
    border-radius: 1px;
    box-shadow: none;
    padding: 0 35px 0 10px
}

.input-quantity__plus,
.input-quantity__minus {
    color: inherit;
    border-bottom: none;
    width: 11px;
    height: 6px;
    background: url(../images/icon-arrow-up.png) 50% no-repeat;
    position: absolute;
    top: 8px;
    right: 15px;
    cursor: pointer
}

.input-quantity__minus {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: auto;
    bottom: 8px
}

.input-file {
    color: #313131;
    font-size: 14px;
    line-height: 30px;
    position: relative
}

.input-file input {
    display: none
}

.input-file__fake-input {
    min-height: 57px;
    font-style: italic;
    text-shadow: none;
    -webkit-text-fill-color: initial;
    background-image: -webkit-linear-gradient(270deg, #dadada 0%, #ececec 100%);
    background-image: -webkit-linear-gradient(top, #dadada 0%, #ececec 100%);
    background-image: linear-gradient(180deg, #dadada 0%, #ececec 100%);
    box-shadow: inset 0 2px 2px rgba(153, 153, 153, 0.5);
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.input-file--photo .input-file__fake-input {
    background: #fff url(../images/icon-photo.png) right 10px top 50% no-repeat;
    background-size: 25px auto
}

__remove {
    width: 24px;
    height: 24px;
    background-color: #8f9aa5;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 13px;
    display: none;
    cursor: pointer
}

__remove--loaded __remove {
    display: block
}

__remove:before,
__remove:after {
    content: '';
    width: 10px;
    height: 2px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    right: 7px;
    top: 11px;
    display: block
}

__remove:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

__remove:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.last-seen-slider {
    width: 100%;
    overflow: hidden;
    max-width: 1330px;
    margin: 0 auto
}

.last-seen-slider:after {
    content: "";
    display: table;
    clear: both
}

.last-seen-slider .slick-list {
    width: auto;
    margin-left: -20px;
    margin-right: -20px
}

.last-seen {
    color: inherit;
    border-bottom: none;
    color: #080808;
    text-decoration: none;
    font-size: 12px;
    padding: 0 20px;
    float: left;
    display: block
}

.last-seen__image {
    width: 100%;
    height: 120px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.last-seen__caption {
    line-height: 16px;
    text-decoration: underline;
    margin-top: 20px
}

.last-seen__price {
    line-height: 24px;
    font-weight: 700
}

.list-rounded {
    counter-reset: counter;
    list-style: none;
    padding-left: 30px;
    margin-top: 60px
}

.list-rounded>li {
    border-left: 1px solid #f2f1ed;
    padding-left: 60px;
    padding-bottom: 105px;
    position: relative
}

.list-rounded>li:last-child {
    border-left: 0;
    padding-bottom: 0
}

.list-rounded>li:before {
    content: counter(counter);
    counter-increment: counter;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #399;
    border-radius: 50%;
    box-shadow: 0 0 0 15px #fff, 0 0 0 16px #f2f1ed;
    counter-increment: counter;
    position: absolute;
    left: -15px;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 1
}

.list {
    list-style: none;
    padding-left: 0;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3
}

.list--2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

.list li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 20px
}

.list-like {
    list-style: none;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    padding-left: 0;
    margin-right: 30px;
    margin-bottom: 20px
}

.list-like li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px
}

.list-like li:after {
    content: "";
    width: 16px;
    height: 13px;
    background: url(../images/icon-list.png);
    background-size: contain;
    display: block;
    position: absolute;
    left: 0;
    top: 0
}

.list-disc {
    list-style: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    list-style: inherit;
    padding-left: 15px
}

.list-disc+.list-disc {
    margin-top: 25px
}

.list-disc__caption {
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    line-height: 30px;
    margin-left: -15px
}

.logo {
    color: inherit;
    border-bottom: none;
    width: 143px;
    height: 45px;
    background-size: 315px;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block
}

.logo__image {
    max-width: 100%
}

.nav-header-fixed .logo {
    background-image: url(../images/logo.svg)
}

.map {
    overflow: hidden;
    position: relative
}

.map__container {
    height: 320px
}

.map__button {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px
}

.mobile-more__hide {
    position: relative
}

.mobile-more-button {
    width: 100%;
    padding: 17px 40px;
    margin-top: 20px
}

.nav-main-item--catalog .nav-main-sub {
    border: none
}

.nav-main-item--catalog .nav-main-sub:after {
    top: -6px
}

.nav-main-item--catalog .nav-main-sub:before {
    top: -8px
}

.nav-main-sub {
    display: none;
    background-color: #fff;
    border: 1px solid #f2f1ed;
    box-shadow: 0 2px 0 #e4e2db, 0 5px 15px rgba(228, 226, 219, 0.7);
    padding: 10px 20px;
    position: absolute;
    left: 0;
    top: 58px;
    z-index: 100
}

.nav-main-sub:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 9px;
    border-color: transparent transparent #f2f1ed;
    position: absolute;
    top: -9px;
    left: 17px
}

.nav-main-sub:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px;
    border-color: transparent transparent #fff;
    position: absolute;
    top: -7px;
    left: 20px
}

.nav-main-sub__caption {
    min-width: 150px;
    color: #313131;
    font-size: 14px;
    line-height: 36px;
    text-decoration: none;
    display: inline
}

.nav-main-sub__caption:hover {
    color: #399
}

.nav-main-sub__content {
    list-style: none;
    padding: 0 20px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative
}

.nav-main-sub__content>li {
    border-bottom: 1px solid #f1f1f1
}

.nav-main-sub__content>li:last-child {
    border-bottom: 0
}

.nav-main-sub__content>li:hover .nav-main-sub__link-container {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: box !important;
    display: flex !important
}

.nav-main-sub__link-container {
    height: calc(100% + 22px);
    width: 500px;
    background-color: #fff;
    border: 1px solid #f2f1ed;
    border-left: 0;
    box-shadow: 0 2px 0 #e4e2db, 10px 10px 10px -5px rgba(228, 226, 219, 0.7);
    padding: 18px 30px;
    display: none;
    position: absolute;
    top: -11px;
    left: calc(100%);
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    -webkit-align-content: flex-start;
    align-content: flex-start
}

.nav-main-sub__link-container li {
    max-width: 138px;
    min-width: 0;
    border: none;
    margin: 0 25px 12px;
    display: block
}

.nav-main-sub__list {
    width: 200px;
    list-style: none;
    text-decoration: none;
    background-color: #fff;
    box-shadow: 0 2px 0 #e4e2db, 0 5px 15px rgba(228, 226, 219, 0.7);
    border: 1px solid #f2f1ed;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    display: inline;
    position: absolute;
    top: 0;
    left: 0
}

.nav-main-sub__list .nav-main-sub__list {
    background-color: #f9f8f7;
    box-shadow: 0 2px 0 #e4e2db, 3px 5px 5px rgba(228, 226, 219, 0.5);
    border-left: 0;
    left: 100%;
    top: -1px;
    display: none
}

.nav-main-sub__list .nav-main-sub__list .nav-main-sub__list {
    background-color: #f3f1ef
}

.nav-main-sub__list .nav-main-sub__list .nav-main-sub__list .nav-main-sub__list {
    background-color: #edebe7
}

.nav-main-sub__list li {
    display: block;
    position: relative
}

.nav-main-sub__list li+li:before {
    content: "";
    height: 1px;
    background-color: rgba(0, 0, 0, 0.05);
    margin-left: 20px;
    margin-right: 20px;
    display: block
}

.nav-main-sub__list li:hover>.nav-main-sub__list,
.nav-main-sub__list li.active>.nav-main-sub__list {
    display: block
}

.nav-main-sub__list li.active>a {
    color: red
}

.nav-main-sub__list--last {
    padding-top: 17px;
    padding-left: 20px;
    padding-right: 20px
}

.nav-main-sub__list--last li+li {
    margin-top: 10px
}

.nav-main-sub__list--last li+li:before {
    display: none
}

.nav-main-sub__link {
    color: #313131;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    padding: 7px 20px;
    display: block
}

.nav-main-sub__link:after {
    content: "";
    display: table;
    clear: both
}

.nav-main-sub__link:hover,
.nav-main-sub .active>.nav-main-sub__link {
    color: #399;
    background-color: rgba(0, 0, 0, 0.03)
}

.nav-main-sub__link--hassub {
    background: url(../images/icon-arrow-sidemenu.png) right 20px top 50% no-repeat;
    background-size: 5px
}

.nav-main-sub__link--hassub:hover {
    background-image: url(../images/icon-arrow-sidemenu-open-transform.png)
}

.nav-main-sub__list--last .nav-main-sub__link,
.nav-main-sub__list--last .active>.nav-main-sub__link {
    color: inherit;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background-color: transparent;
    padding: 0;
    display: inline
}

.nav-main-sub__list--last .nav-main-sub__link:hover,
.nav-main-sub__list--last .active>.nav-main-sub__link:hover {
    color: #399
}

.nav-main {
    margin-left: 80px;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.nav-main a {
    color: inherit;
    border-bottom: none
}

.nav-main-item {
    text-decoration: none;
    float: left;
    position: relative;
    margin-top: 30px;
    margin-right: 40px;
    padding-bottom: 30px
}

.nav-main-item:last-child {
    margin-right: 0
}

.nav-main-item:hover .nav-main-sub,
.nav-main-item.active .nav-main-sub {
    display: block
}

.nav-main-item__caption {
    color: #313131;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    text-decoration: none;
    position: relative;
    z-index: 11
}

.nav-main-item__caption:hover,
.active .nav-main-item__caption {
    color: #c03
}

.nav-main-item--catalog .nav-main-sub__content {
    width: 150px;
    padding: 0
}

.nav-main-item--fixed {
    margin: 10px 0 10px 50px
}

.nav-main-item--fixed .nav-main-sub {
    top: 40px
}

.nav-header-fixed .nav-main-item {
    margin-top: 10px;
    margin-right: 20px;
    padding-bottom: 10px
}

.nav-header-fixed .nav-main-item .nav-main-sub {
    top: 50px
}

.nav-sity {
    background: url(../images/icon-navmap.png) 0 50% no-repeat;
    background-image: -webkit-image-set(url(../images/icon-navmap.png) 1x, url(../images/icon-navmap@2x.png) 2x);
    padding-left: 21px;
    margin-right: 17px;
    display: inline-block
}

.nav-sity:after {
    content: '●';
    color: #fff;
    margin-left: 17px
}

.nav-header-top {
    color: inherit;
    border-bottom: none;
    background: #313131 url(../images/waves-header.png) bottom repeat-x;
    background-image: -webkit-image-set(url(../images/waves-header.png) 1x, url(../images/waves-header@2x.png) 2x);
    padding: 15px 0
}

.nav-header-top__left {
    padding: 5px 0;
    float: left
}

.nav-header-top__right {
    padding: 5px 0;
    margin-left: auto;
    float: right
}

.nav-header-top__item {
    color: #f2f1ed;
    text-decoration: none;
    border-bottom: 1px solid rgba(242, 241, 237, 0.2);
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

.nav-header-top__item--blog {
    background: url(../images/icon-blog.png) right 50% no-repeat;
    background-image: -webkit-image-set(url(../images/icon-blog.png) 1x, url(../images/icon-blog@2x.png) 2x);
    padding-right: 14px
}

.nav-header-top__item+.nav-header-top__item {
    margin-left: 10px
}

.nav-header-top__phone {
    color: inherit;
    border-bottom: none;
    color: #f2f1ed;
    font-size: 18px;
    font-weight: 400;
    line-height: 14px;
    text-decoration: none;
    position: relative;
    display: inline-block
}

.nav-header-top__phone+.nav-header-top__phone {
    margin-left: 20px
}

.nav-header-fixed {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 15px 25px -15px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(242, 241, 237, 0.5);
    padding: 15px 0;
    opacity: 0;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: opacity 0.2s, all .3s;
    transition: opacity 0.2s, all .3s
}

.nav-header-fixed--shown {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    visibility: visible;
    z-index: 1000
}

.nav-header-fixed--slide {
    -webkit-transform: translateX(260px);
    transform: translateX(260px)
}

.nav-header-fixed__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.nav-header-fixed__wrapper:after {
    display: none
}

.nav-header-fixed__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.nav-header-fixed__phone {
    color: inherit;
    border-bottom: none;
    color: #313131;
    font-size: 18px;
    font-weight: 400;
    line-height: 14px;
    text-decoration: none;
    border-right: 1px solid #e5e3dc;
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
    display: inline-block
}

.nav-header-bottom__right {
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.nav-footer__content {
    list-style: none;
    padding-left: 0;
    margin-top: 25px;
    margin-bottom: 0
}

.nav-footer__content li {
    display: block
}

.nav-footer__content li+li {
    margin-top: 15px
}

.nav-footer__caption {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
    display: inline
}

.nav-footer__item {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    display: inline
}

.order-text {
    background-color: #f2f2f2;
    padding: 50px 30px 20px;
    margin-bottom: 60px
}

.order-text:after {
    content: "";
    display: table;
    clear: both
}

.order-text__status {
    width: 70px;
    height: 70px;
    background: #399 url(../images/icon-done-thin.svg) 50% no-repeat;
    background-size: 44px;
    border-radius: 50%;
    margin-bottom: 15px;
    margin-left: 15px;
    float: right;
    display: inline-block
}

.order-text__caption {
    color: #399;
    font-size: 36px;
    line-height: 50px;
    font-style: italic
}

.order-text__sub-caption {
    color: #000;
    font-weight: 700;
    font-style: italic;
    margin-top: 0;
    margin-bottom: -10px
}

.order-form {
    max-width: 520px
}

.order-form__caption {
    margin-top: 70px;
    margin-bottom: 25px
}

.order-form__conditions {
    margin-top: 25px;
    font-size: 14px;
    font-style: italic;
    line-height: 16px
}

.order-form label {
    display: block
}

.order-side {
    padding-top: 20px;
    margin-top: 40px;
    position: relative
}

.order-side--left-border:after {
    content: "";
    border-left: 1px solid #f3f3f3;
    position: absolute;
    top: 0;
    left: -30px;
    bottom: 0
}

.order-side .order-side {
    margin-top: 30px;
    padding-top: 30px
}

.order-side .order-side:before {
    content: "";
    border-top: 1px solid #f3f3f3;
    position: absolute;
    left: -30px;
    right: -30px;
    top: 0
}

.order-side__caption {
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 0
}

.pagination {
    border-top: 1px solid #f2f2f2;
    padding-top: 20px;
    margin-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.pagination--center {
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.pagination--center .pagination__container {
    width: auto
}

.pagination__container {
    width: 100%;
    max-width: 1290px;
    text-align: center;
    margin: 0 auto;
    position: relative
}

.pagination__item {
    color: inherit;
    border-bottom: none;
    height: 38px;
    min-width: 41px;
    color: #000;
    text-decoration: none;
    background-color: #c98500;
    background-image: -webkit-linear-gradient(bottom, #dadada 0%, #ececec 100%);
    background-image: linear-gradient(to top, #dadada 0%, #ececec 100%);
    border-radius: 1px;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
    background-position: 50%;
    background-repeat: no-repeat;
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer
}

.pagination__item+.pagination__item {
    margin-left: 15px
}

.pagination__item--next {
    background-image: url(../images/icon-chevron-black.svg), -webkit-linear-gradient(bottom, #dadada 0%, #ececec 100%);
    background-image: url(../images/icon-chevron-black.svg), linear-gradient(to top, #dadada 0%, #ececec 100%)
}

.pagination__item--prev {
    background-image: url(../images/icon-chevron-black.svg), -webkit-linear-gradient(top, #dadada 0%, #ececec 100%);
    background-image: url(../images/icon-chevron-black.svg), linear-gradient(to bottom, #dadada 0%, #ececec 100%);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pagination__item.pagination__item--separate {
    cursor: initial;
    opacity: 0.5;
}

.pagination__item--active {
    color: #979797;
    background-image: -webkit-linear-gradient(bottom, #ececec 0%, #dadada 100%);
    background-image: linear-gradient(to top, #ececec 0%, #dadada 100%);
    box-shadow: inset 0 2px 2px rgba(153, 153, 153, 0.5)
}

.pagination__pages {
    height: 38px;
    padding: 0 8px;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.pagination__more {
    padding-right: 15px;
    padding-left: 15px;
    position: absolute;
    top: 0;
    right: 0
}

.path-blocks {
    margin-top: 30px;
    counter-reset: counter
}

.path-block {
    position: relative
}

.path-block__content {
    height: 380px;
    padding: 30px 100px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.path-block+.path-block .path-block__content:before {
    content: "";
    border-bottom: 1px solid #f2f1ed;
    position: absolute;
    left: 110px;
    right: 110px;
    top: 0
}

.path-block+.path-block .path-block__content:after {
    content: "";
    width: 175px;
    height: 100%;
    border: 1px solid #f2f1ed;
    position: absolute;
    top: 0;
    bottom: 0
}

.path-block:before {
    content: counter(counter);
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #399;
    border-radius: 50%;
    box-shadow: 0 0 0 15px #fff, 0 0 0 16px #f2f1ed;
    counter-increment: counter;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 1
}

.path-block:after {
    width: 50%;
    border-top: 1px solid #f2f1ed;
    position: absolute
}

.path-block:nth-child(even):before {
    right: -80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.path-block:nth-child(even):after {
    right: -80px
}

.path-block:nth-child(even) .path-block__content:after {
    border-left: 0;
    border-radius: 0 500px 500px 0;
    right: -64px
}

.path-block:nth-child(odd):before {
    left: -80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.path-block:nth-child(odd):after {
    left: -80px
}

.path-block:nth-child(odd) .path-block__content:after {
    border-radius: 500px 0 0 500px;
    border-right: 0;
    left: -64px
}

.path-block:first-child .path-block__content,
.path-block:last-child .path-block__content {
    height: auto
}

.path-block:first-child .path-block__content:after,
.path-block:last-child .path-block__content:after {
    display: none
}

.path-block:first-child:before {
    bottom: -15px;
    top: auto;
    -webkit-transform: none;
    transform: none
}

.path-block:first-child:after {
    content: "";
    bottom: -1px;
    left: -80px
}

.path-block:last-child:before {
    top: 0
}

.path-block:last-child:after {
    content: "";
    top: 0
}

.payment-list-icon {
    margin-left: 10px
}

.popular-caption {
    max-width: 240px;
    text-align: center;
    margin: 0 auto 20px
}

.popular-caption:after {
    content: "";
    width: 100%;
    height: 5px;
    background: url(../images/icon-waves-popular.png) 50% no-repeat;
    margin-top: 20px;
    display: block
}

.popular-item {
    color: inherit;
    border-bottom: none;
    width: 100%;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    border: 1px solid #f2f1ed;
    padding: 20px 0 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease
}

.collections-popup .popular-item {
    margin: 0;
    padding: 0
}

.popular-item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1)
}

.popular-item--small {
    max-width: 260px
}

.popular-item--large {
    max-width: 410px
}

.popular-item+.popular-item {
    margin-top: 30px
}

.popular-item__size {
    color: #999;
    font-size: 18px;
    font-weight: 400;
    line-height: 14px;
    position: absolute;
    top: 27px;
    right: 19px;
    z-index: 2
}

.popular-item__caption {
    color: #313131;
    text-decoration: none;
    border-bottom: 1px solid rgba(49, 49, 49, 0.2);
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 25px;
    margin-left: 15px;
    position: relative;
    z-index: 2;
    -webkit-transition: border-color .3s ease-out;
    transition: border-color .3s ease-out
}

.collections-popup .popular-item__caption {
    position: absolute;
    display: block;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-left: 0
}

.popular-item:hover .popular-item__caption {
    border-color: #313131
}

.popular-item__image {
    width: auto;
    height: 220px;
    max-width: 100%;
    background-size: 70%;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 3px solid transparent;
    display: block;
    margin: 0 auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.style_list .popular-item__image {
    height: auto
}

.collections-popup .popular-item__image {
    border: 0 none transparent
}

.popular-item--large .popular-item__image {
    height: 330px
}

.popular-item--small .popular-item__image {
    height: 180px
}

.popular-item:hover .popular-item__image {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.popular-col:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.popup-bg {
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: -1
}

.popup-bg--open {
    background-color: rgba(0, 0, 0, 0.3);
    display: block;
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    z-index: 1000
}

.popup {
    width: 100%;
    max-height: 100%;
    overflow: auto;
    background-color: #fff;
    padding: 25px 0;
    position: absolute;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    /*-webkit-transition:all .3s ease-out;transition:all .3s ease-out*/
}

.popup--open {
    visibility: visible;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    /*-webkit-animation:popup_appear .3s ease-out;animation:popup_appear .3s ease-out*/
}

.popup--custom {
    padding: 0;
    margin-right: auto;
    margin-left: auto
}

.popup__wrapper {
    position: relative
}

.popup__close,
.popup__close_cust {
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 1
}

.popup__close:before,
.popup__close:after,
.popup__close_cust:before,
.popup__close_cust:after {
    content: "";
    width: 36px;
    height: 2px;
    background-color: #a49c85;
    display: block
}

.popup__close:before,
.popup__close_cust:before {
    -webkit-transform: rotate(45deg) translate(8px, 12px);
    transform: rotate(45deg) translate(8px, 12px)
}

.popup__close:after,
.popup__close_cust:after {
    -webkit-transform: rotate(-45deg) translate(-11px, 7px);
    transform: rotate(-45deg) translate(-11px, 7px)
}

.popup__close--offset {
    top: 15px;
    right: 20px
}

.popup__content {
    margin: 0 auto;
    max-width: 410px
}

.popup--wide .popup__content {
    max-width: 1290px
}

.popup__content--big-data {
    margin: 0 auto
}

.popup__caption {
    font-size: 33px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.popup__button {
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
    display: block
}

.popup_n_error {
    color: red;
    padding-bottom: 10px
}

.preload-catalog {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: none;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.preload-catalog--shown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex
}

.preload-catalog__image {
    width: 64px;
    height: 64px;
    background: url(../images/preload-catalog.png) 50% no-repeat;
    -webkit-animation: preload .8s linear infinite;
    animation: preload .8s linear infinite
}

.preloader {
    height: 250px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.preloader__image {
    width: 64px;
    height: 64px;
    background: url(../images/preload-catalog.png) 50% no-repeat;
    -webkit-animation: preload .8s linear infinite;
    animation: preload .8s linear infinite
}

.preload-search,
.preload-button {
    width: 20px;
    height: 20px;
    background: url(../images/preload-search.png) 50% no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 11px;
    display: none;
    -webkit-animation: preload .8s linear infinite reverse;
    animation: preload .8s linear infinite reverse
}

.yes_webp .preload-search,
.yes_webp .preload-button {
    background: url(../images/preload-search.webp) 50% no-repeat;
}

.preload-search--fixed,
.preload-button--fixed {
    width: 15px;
    height: 15px;
    right: 53px;
    top: 12px
}

.preload-button {
    right: -35px;
    top: 11px
}

.preload-button--left {
    right: auto;
    left: -35px
}

.price-block {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.price-block__fast-by {
    color: #313131;
    text-decoration: none;
    border-bottom: 2px solid rgba(49, 49, 49, 0.2);
    display: inline-block;
    font-style: italic;
    cursor: pointer;
    float: right
}

.price-block-single {
    width: 100%;
    color: #000;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 15px;
    position: relative
}

.price-block-single__old {
    color: #a49c85;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    position: absolute;
    top: -25px;
    left: 0
}

.price-block-single__old+.price-block-single__new {
    color: #c03
}

.price-block-single__av {
    color: #313131;
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    line-height: 20px;
    position: absolute;
    bottom: -15px;
    left: 0
}

.price-block-single--complect-goods {
    color: #313131;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-top: auto
}

.price-block-single--complect-goods .price-block-single__old {
    font-size: 12px;
    top: -17px
}

.price-block-single--complect-goods .price-block-single__av {
    line-height: 12px;
    position: static
}

.price-block-quantity {
    padding: 0 25px;
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.price-block-quantity input {
    font-size: 20px;
    font-weight: 700
}

.price-block-total {
    background: url(../images/wave2.png) left bottom repeat-x;
    padding-bottom: 35px;
    margin-top: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    zoom: 1
}

.price-block-total:before,
.price-block-total:after {
    content: "";
    display: table
}

.price-block-total:after {
    clear: both
}

.price-block-total__wrapper {
    width: 50%;
    float: left
}

.price-block-total__num {
    width: 100%;
    color: #ae0035;
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    border: 1px solid #af0035;
    border-radius: 3px 3px 0 0;
    padding: 0 5px
}

.price-block-total .button {
    width: 100%
}

.price-block-total .price-block__fast-by {
    margin-left: auto
}

.gallery-popup .price-block-total__wrapper {
    width: 100%
}

.quick-view {
    width: 30px;
    height: 18px;
    background: url(../images/icon-eye.svg) 50% no-repeat;
    opacity: .3;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=30);
    filter: alpha(opacity=30);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    position: absolute;
    top: 25px;
    right: 30px;
    z-index: 7;
    cursor: pointer
}

.quick-view:after {
    content: "Быстрый просмотр";
    height: 25px;
    color: #313131;
    font-size: 10px;
    line-height: 1;
    font-style: italic;
    white-space: nowrap;
    background: url(../images/description-arrow-bottom.svg) right 0 top 3px no-repeat;
    padding-right: 20px;
    position: absolute;
    top: -25px;
    right: -3px;
    display: block;
    opacity: 0;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility .3s;
    transition: opacity 0.3s, visibility .3s
}

.goods-item:hover .quick-view {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none
}

.goods-item:hover .quick-view:after {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    visibility: visible
}

.quickview-popup {
    /*max-width: 720px;*/
    max-width: 1350px;
    padding: 20px
}

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

.quickview-popup__sliders {
    /*width: 180px;*/
    width: 750px;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 30px
}

.quickview-popup__text {
    /*width: 100%*/
    width: calc(100% - 780px);
    position: relative;
}

.quickview-popup__caption {
    /*width: 250px;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0*/
    width: 100%;
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 40px;
}

.quickview-popup__caption a {
    color: #000;
    font-weight: bold;
    border: none;
}

.quickview-popup__footer {
    /*margin-top: 20px*/
    margin-top: 40px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}

.quickview-popup__footer>form {
    width: 100%;
}

.quickview-popup__footer>form .button {
    background: #AE1C34;
}

.quickview-popup .discount-item {
    z-index: 1
}

.quickview-popup .price-block-single {
    width: auto;
    margin-bottom: 0;
}

.quickview-popup .price-block .price-block-single__old {
    left: 0;
}

.quickview-popup .price-block-single .price-block-single__new {
    color: #ae0035;
}

.quickview-popup .catalog-el-vendor,
.quickview-popup .rating,
.quickview-popup .input-quantity {
    display: none;
}

.quickview-popup .catalog-el-params {
    padding-top: 40px;
}

.quickview-nav {
    /*width: 180px*/
    width: 100%;
}

.quickview-nav .slick-slide {
    /*width: 50px;
  height: 50px;*/
    width: 100px;
    height: 100px;
    border: 1px solid #e6e5de
}

.quickview-nav .slick-arrow {
    overflow: hidden
}

.quickview-nav__slide {
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    cursor: pointer
}

.quickview-nav__slide.slick-current:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0
}

.quickview-nav__slide.slick-current:after {
    content: '';
    width: 30px;
    height: 30px;
    opacity: .5;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: alpha(opacity=50);
    background-color: #099;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.quickview-nav__slide:hover:after {
    content: '';
    width: 30px;
    height: 30px;
    opacity: .5;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: alpha(opacity=50);
    background-color: #099;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.quote {
    color: #666;
    font-style: italic;
    background: url(../images/wave2.png) 0 0 repeat-x, url(../images/wave2.png) 0 100% repeat-x;
    padding: 40px 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative
}

.quote:before {
    position: absolute;
    content: '\275B\275B';
    left: 0;
    top: 50px;
    display: block;
    font-size: 46px;
    color: #666
}

.quote:after {
    position: absolute;
    content: '\275C\275C';
    right: 12px;
    bottom: 30px;
    display: block;
    font-size: 46px;
    color: #666
}

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

.rating__amount,
.rating__done {
    line-height: 16px
}

.rating-stars+.rating__amount,
.rating-stars+.rating__done {
    margin-left: 15px
}

.rating-stars {
    display: inline-block;
    zoom: 1
}

.rating-stars:before,
.rating-stars:after {
    content: "";
    display: table
}

.rating-stars:after {
    clear: both
}

.rating-stars__star {
    width: 18px;
    height: 18px;
    background: url(../images/icon-star-gray.svg) 50% no-repeat;
    background-size: contain;
    float: left;
    display: block
}

.rating-stars__star--fill {
    background-image: url(../images/icon-star-gold.svg)
}

.rating-stars--green .rating-stars__star {
    background-image: url(../images/icon-star-gray.svg);
    background-size: 22px
}

.rating-stars--green .rating-stars__star--fill {
    background-image: url(../images/icon-star-green.svg);
    background-size: contain
}

.rating-stars--large .rating-stars__star {
    background-size: 24px
}

.recall-link {
    font-size: 17px;
    line-height: 16px;
    margin-left: 10px
}

.recall-star__icon {
    width: 15px;
    height: 15px;
    background: url(../images/icon-star.svg) 50% no-repeat;
    background-size: contain;
    float: left;
    display: block
}

.recall-star__icon--fill {
    background-image: url(../images/icon-star-green.svg)
}

.recall-item {
    position: relative
}

.recall-item+.recall-item {
    padding-top: 25px;
    margin-top: 25px
}

.recall-item+.recall-item:after {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #f2f2f2;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.recall-item__header {
    margin-bottom: 15px
}

.recall-item__caption {
    font-size: 18px
}

.recall-item__date {
    color: #999;
    font-size: 12px
}

.return-form {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    background-color: #f2f1ed;
    border-radius: 5px;
    padding: 40px
}

.return-form__header {
    border-bottom: 1px solid rgba(153, 153, 153, 0.3);
    padding: 0 40px 30px;
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: 40px
}

.return-form__inline-input {
    min-height: 20px;
    font-size: 16px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000;
    padding: 0;
    display: inline-block
}

.return-form__inline-input:invalid {
    color: #c03;
    border-bottom-color: #c03
}

.return-form__list {
    padding-left: 0;
    list-style-position: inside
}

.round-block {
    margin-top: 25px;
    margin-bottom: 25px
}

.round-block img {
    border-radius: 50%;
    margin-bottom: 20px;
    vertical-align: middle
}

.search-inline {
    width: 24px;
    height: 24px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: none;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    cursor: pointer;
    -webkit-transition: background-image .3s ease-out;
    transition: background-image .3s ease-out
}

.search-inline__icon {
    position: relative;
    z-index: 10
}

.search-inline__icon path {
    fill: none;
    stroke: #313131;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
    -webkit-transition: stroke .2s ease;
    transition: stroke .2s ease
}

.search-inline__close {
    width: 24px;
    height: 24px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.search-inline--open {
    background-image: url(../images/icon-search-close.svg)
}

.search-inline--open .nav-main-sub {
    display: block
}

.search-inline--open path {
    stroke: transparent
}

.search-inline .nav-main-sub {
    width: 100vw;
    max-width: 1290px;
    margin: 0 auto;
    top: auto;
    bottom: -62px;
    left: 0;
    right: 0;
    z-index: 10
}

.search-inline .nav-main-sub:before {
    left: auto;
    right: 215px
}

.search-inline .nav-main-sub:after {
    left: auto;
    right: 218px
}

.search-inline__form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.search-inline__label {
    width: 100%;
    max-width: calc(100% - 150px);
    position: relative;
    display: block;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.search-inline__input {
    width: 100%;
    border: none;
    color: #999;
    font-size: 20px;
    font-style: italic;
    line-height: 16px;
    padding: 0 20px
}

.nav-header-fixed .search-inline .search-form {
    width: 100%;
    height: auto
}

.nav-header-fixed .search-inline path {
    stroke: #399
}

.search-page-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex
}

.search-page-form__button {
    max-width: 200px;
    margin-left: 10px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.search-form {
    width: 0;
    height: 0;
    max-width: 500px;
    border: 1px solid #e3e1db;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: width .3s ease-out;
    transition: width .3s ease-out
}

.search-form__label {
    width: 100%;
    display: block;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.search-form__input {
    width: 100%;
    height: 40px;
    font-size: 16px;
    border: none;
    padding: 0 20px;
    margin-bottom: 0
}

.search-form__button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    margin-right: 20px
}

.search-form__button path {
    fill: none;
    stroke: #399;
    stroke-width: 4
}

.search-form .search-result {
    top: 41px
}

.search-result {
    width: 100%;
    list-style: none;
    background-color: #fff;
    border: 1px solid #f2f1ed;
    box-shadow: 0 2px 0 #e4e2db, 0 5px 15px rgba(228, 226, 219, 0.7);
    padding: 0 40px;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 62px;
    left: 0;
    display: none;
    cursor: default;
    overflow: auto;
    max-height: 500px;
    height: auto;
}

.search-result__item {
    padding: 7px 0
}

.search-result__item+.search-result__item {
    border-top: 1px solid #f1f1f1
}

.search-result__link {
    color: #6a9f9f;
    text-decoration: none;
    cursor: pointer
}

.side-menu {
    width: 260px;
    height: 100%;
    overflow: auto;
    list-style: none;
    background-color: #fff;
    padding-left: 15px;
    margin-top: 0;
    margin-bottom: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: 3s opacity 0s, 3s visibility 0 ease;
    transition: 3s opacity 0s, 3s visibility 0 ease
}

.side-menu a {
    color: inherit;
    border-bottom: none
}

.side-menu--open {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transition: opacity 0s, visibility 0 ease;
    transition: opacity 0s, visibility 0 ease
}

.side-menu li {
    position: relative;
    display: block
}

.side-menu__link {
    width: 100%;
    color: inherit;
    font-size: 18px;
    font-weight: 400;
    line-height: 54px;
    text-decoration: none;
    display: block;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.side-menu__caption {
    color: #313131;
    border-bottom: 1px solid #f1f1f1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex
}

.side-menu__toggle {
    width: 50px;
    background: url(../images/icon-arrow-sidemenu.png) 50% no-repeat;
    z-index: 1;
    cursor: pointer;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.side-menu__accordion {
    overflow: hidden
}

.side-menu__accordion--open>.side-menu__caption {
    color: #399
}

.side-menu__accordion--open>.side-menu__caption .side-menu__toggle {
    background-image: url(../images/icon-arrow-sidemenu-open.png)
}

.side-menu__content {
    height: 0;
    list-style: none;
    padding-left: 15px;
    margin-top: 0;
    margin-bottom: 0
}

.side-menu__accordion--open>.side-menu__content {
    height: auto !important
}

.side-menu-button {
    width: 32px;
    height: 21px;
    background-color: transparent;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    margin-right: 30px;
    position: relative;
    z-index: 10;
    float: left
}

.side-menu-button:before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: relative;
    top: 6px;
    z-index: 1;
    display: block
}

@media (min-width: 561px) and (max-width: 1111px) {
    .side-menu {
        display: none;
        visibility: inherit;
        opacity: 1;
        z-index: 10;
        padding-top: 35px;
        top: 62px;
    }
    .nav-header-top {
        position: relative;
        z-index: 99;
    }
}

.slide-block {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    background-clip: content-box;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-top: 15px;
    margin-bottom: 15px
}

.slide-block__transform {
    height: 410px;
    opacity: 0;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    visibility: hidden;
    background-color: rgba(51, 153, 153, 0.8);
    padding: 20px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: opacity 0.3s, visibility .3s;
    transition: opacity 0.3s, visibility .3s
}

.slide-block:hover .slide-block__transform {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    visibility: visible
}

.slide-block__caption {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 60px;
    position: relative
}

.slide-block__caption:after {
    content: "";
    width: 100%;
    height: 5px;
    background: url(../images/icon-waves-slider.png) 50% no-repeat;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    display: block
}

.slide-block__link {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
    font-style: italic;
    line-height: 18px
}

.slide-block__link:before {
    content: '';
    margin-top: 40px;
    display: block
}

.slider-main__container {
    height: 500px;
    margin-top: -40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: stretch;
    -o-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch
}

.slider-main__item-list {
    width: 50%;
    height: 100%;
    padding-left: 8px
}

.slider-main__horisontal {
    width: 100%;
    height: 50%;
    padding-bottom: 8px
}

.slider-main__couple {
    width: 100%;
    height: 50%;
    padding-top: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: stretch;
    -o-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch
}

.slider-main__couple .slider-main-item__caption {
    font-size: 18px
}

.slider-main__couple .slider-main-price__num {
    font-size: 18px;
    line-height: 20px
}

.slider-main__couple .slider-main-price__av {
    font-size: 10px
}

.slider-main__single {
    width: 50%;
    height: 100%;
    min-height: 240px;
    padding-right: 8px
}

.slider-main__single+.slider-main__single {
    padding-right: 0;
    padding-left: 8px
}

.slider-main__single--first .slider-main-item__content {
    text-align: center;
    margin-bottom: 100px
}

.slider-main__single--first .slider-main-item__caption {
    font-size: 24px;
    margin-bottom: 25px
}

.slider-main__single--first .slider-main-item__caption:after {
    content: "";
    width: 100%;
    height: 5px;
    background: url(../images/icon-waves-slider.png) 50% no-repeat;
    background-size: contain;
    margin-top: 25px;
    display: block
}

.slider-main__single--first .slider-main-price {
    margin-top: 20px
}

.slider-main-item {
    color: inherit;
    border-bottom: none;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.slider-main-item__fill {
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out
}

.slider-main-item:hover .slider-main-item__fill {
    background-color: rgba(95, 152, 152, 0.6)
}

.slider-main-item__content {
    width: 100%;
    color: #fff;
    padding: 20px 20px 25px;
    opacity: 0;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    visibility: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.slider-main-item:hover .slider-main-item__content {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    visibility: visible
}

.slider-main-item__caption {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    position: relative;
    display: inline
}

.slider-main-price {
    margin-top: 25px
}

.slider-main-price__num {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    position: relative
}

.slider-main-price__old {
    color: #e5e3dc;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: line-through;
    position: absolute;
    top: -15px;
    left: 0
}

.slider-main-price__av {
    font-size: 12px;
    font-style: italic
}

.slider-wide {
    margin-top: 50px
}

.slider-wide.slider-main {
    display: block;
    overflow: hidden;
}

.slider-wide__slide.slick-slide {
    height: 730px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.slider-wide .slick-arrow {
    width: 56px;
    height: 56px;
    background: url("/local/templates/etagerka/etagerca/dist/images/Frame216.png") center center no-repeat;
    top: 337px
}

.slider-wide .slick-next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    /*  right: calc((100vw - 1320px) / 2)*/
}

.slider-wide .slick-prev {
    /*  left: calc((100vw - 1320px) / 2)*/
}

.slick-arrow {
    width: 45px;
    height: 100px;
    background: url("/local/templates/etagerka/etagerca/dist/images/Frame216.png") no-repeat;
    /*  transform: rotate(180deg);*/
    border: none;
    text-indent: -999em;
    position: absolute;
    top: 148px;
    left: 21px;
    z-index: 1;
    cursor: pointer
}

.slick-next {
    right: 20px;
    left: auto;
    top: 148px;
    transform: rotate(180deg);
    top: 87px;
}

.slick-slide {
    color: inherit;
    border-bottom: none;
    outline: none;
    height: auto
}

.catalog-el-image__slider .slick-slide,
.catalog-el-image__slider .slick-list,
.catalog-el-image__slider .slick-track {
    height: 100%
}

.catalog-el-image__nav .slick-slide,
.catalog-el-image__nav .slick-list,
.catalog-el-image__nav .slick-track {
    height: 100%
}

.social-text {
    max-width: 580px;
    color: #999;
    font-size: 18px;
    font-style: italic;
    line-height: 20px;
    text-align: center;
    margin: 0 auto 35px
}

.social__link {
    color: inherit;
    border-bottom: none;
    color: inherit;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex
}

.social__link:after {
    content: "";
    display: table;
    clear: both
}

.social__link+.social__link {
    margin-top: 20px
}

.social__icon {
    color: inherit;
    border-bottom: none;
    min-width: 50px;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-right: 15px;
    display: inline-block;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.social__icon--vk {
    width: 25px;
    height: 31px;
    background-image: url(../images/icon-vkontakte.png)
}

.social__icon--fb {
    width: 17px;
    height: 31px;
    background-image: url(../images/icon-facebook.png)
}

.social__icon--tw {
    width: 40px;
    height: 31px;
    background-image: url(../images/icon-twitter.png)
}

.social__icon--ig {
    width: 32px;
    height: 32px;
    background-image: url(../images/icon-instagram.png)
}

.social__text {
    line-height: 20px;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.social__caption {
    color: #399;
    text-decoration: none;
    border-bottom: 1px solid rgba(51, 153, 153, 0.2);
    display: inline-block;
    font-size: 14px;
    display: inline
}

.social__followers {
    color: #313131;
    font-style: italic;
    display: block
}

.social-icons {
    text-align: center;
    margin-top: 20px
}

.tabs__toggles {
    border-bottom: 1px solid #f2f2f2;
    zoom: 1
}

.tabs__toggles:before,
.tabs__toggles:after {
    content: "";
    display: table
}

.tabs__toggles:after {
    clear: both
}

.tabs__toggle {
    color: #b8b8b8;
    font-size: 24px;
    line-height: 32px;
    border: 1px solid #f2f2f2;
    border-bottom: 0;
    padding: 20px 30px;
    cursor: pointer;
    position: relative;
    top: 1px;
    float: left
}

.tabs__toggle+.tabs__toggle {
    margin-left: 10px
}

.tabs__toggle_active {
    color: #313131;
    border-bottom: 1px solid #fff
}

.tabs__tab {
    border-bottom: 1px solid #f2f2f2;
    padding: 30px 0
}

.tabs__tab--no-border-bottom {
    border-bottom: 0
}

.tabs-vertical {
    width: 100%
}

.tabs-vertical__toggles {
    width: 100%
}

.tabs-vertical__toggle {
    cursor: pointer;
    margin-top: 10px
}

.tabs-vertical__toggle:first-child {
    margin-top: 0;
    border-top: 0
}

.tabs-vertical__caption {
    color: #313131;
    text-decoration: none;
    border-bottom: 1px solid rgba(49, 49, 49, 0.2);
    display: inline-block;
    display: inline
}

.tabs-vertical__toggles-wrapper {
    width: 100%;
    background-color: #faf9ec;
    padding: 10px 25px;
    position: relative
}

.tabs-vertical__tab {
    display: none
}

.tabs-selection {
    width: 100%;
    height: 44px;
    color: #313131;
    font-size: 16px;
    line-height: 24px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #5f9898;
    border-radius: 4px;
    padding: 10px 20px;
    position: relative
}

.tabs-selection--open {
    height: auto
}

.tags {
    min-height: 100px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative
}

.tags__caption {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px
}

.chooser-form-vertical .tags__caption {
    padding: 0 14px
}

.tags__transform {
    width: 100%;
    -webkit-columns: 150px;
    -moz-columns: 150px;
    columns: 150px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    padding-bottom: 30px;
    position: absolute;
    top: 0;
    left: 0
}

.tags__container {
    width: 100%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 10px 0;
    margin-bottom: 1px;
    float: left
}

.tags__container--fix {
    width: 200px;
    float: none;
    display: inline-block
}

.tags__container--ie {
    float: none
}

.tags.open .tags-more {
    min-height: 27px
}

.tags.open .tags-more:after {
    display: none
}

.tags.open .tags-more__button {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.tags-more {
    width: 100%;
    min-height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    cursor: pointer
}

.tags-more:after {
    content: "";
    width: 100%;
    box-shadow: 0 0 45px 25px #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1
}

.tags-more__button {
    width: 27px;
    height: 27px;
    background-color: #fff;
    border: 1px dashed #c6c6c6;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-transition: border .3s;
    transition: border .3s
}

.tags-more:hover .tags-more__button {
    border-color: #5f9898
}

.tags-more:hover .tags-more__button path {
    fill: #5f9898
}

.tags-more__button path {
    -webkit-transition: fill .3s;
    transition: fill .3s
}

.tag {
    width: 100%;
    -webkit-backface-visibility: hidden;
    display: block
}

.tag+.tag {
    margin-top: 5px
}

.tag input {
    display: none
}

.tag input:checked+.tag__content {
    color: #fff;
    background-color: #5f9898;
    border-color: #5f9898
}

.tag input:checked+.tag__content:before {
    background-color: #5f9898;
    border: none
}

.tag__content {
    color: #313131;
    font-size: 10px;
    line-height: 14px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #f2f1ed;
    border-radius: 1px 0 0 1px;
    border-right: 0;
    padding: 2px 12px 2px 10px;
    margin-right: 12px;
    position: relative;
    display: inline-block;
    cursor: pointer
}

.tag__content:before {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-top: 1px solid #f2f1ed;
    border-right: 1px solid #f2f1ed;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg)
}

.tag__content:hover {
    color: #fff;
    background-color: #5f9898;
    border-color: #5f9898
}

.tag__content:hover:before {
    background-color: #5f9898;
    border: none
}

.tag.disabled .tag__content {
    cursor: default;
    border-color: #f2f1ed;
    color: #f2f1ed
}

.tag.disabled .tag__content:hover {
    color: #f2f1ed;
    background-color: #fff
}

.tag.disabled .tag__content:hover:before {
    background-color: #fff;
    border-top: 1px solid #f2f1ed;
    border-right: 1px solid #f2f1ed
}

.tse-scrollable {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden
}

.tse-scrollable .tse-scroll-content {
    width: 100% !important;
    min-height: 180px;
    overflow: hidden;
    padding-right: 10px
}

.chooser-form-vertical .tse-scrollable .tse-scroll-content {
    min-height: auto;
    padding-right: 0
}

.tse-scrollable .tse-scroll-content::-webkit-scrollbar {
    width: 0;
    height: 0
}

.tse-scrollbar {
    background-color: #eee;
    z-index: 99;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 10px
}

.tse-scrollbar .drag-handle {
    position: absolute;
    right: 0;
    border-radius: 0;
    min-height: 10px;
    width: 10px;
    opacity: .8;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    background: #343434;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding
}

.tse-scrollbar:hover .drag-handle {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    -webkit-transition: opacity 0 linear;
    transition: opacity 0 linear
}

.tse-scrollbar .drag-handle.visible {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none
}

.scrollbar-width-tester::-webkit-scrollbar {
    width: 0;
    height: 0
}

.tse-scrollable.horizontal .tse-scroll-content {
    overflow-x: scroll;
    overflow-y: hidden
}

.tse-scrollable.horizontal .tse-scroll-content::-webkit-scrollbar,
.tse-scrollable.horizontal .tse-scroll-content::scrollbar {
    width: auto;
    height: 0
}

.tse-scrollable.horizontal .tse-scrollbar {
    top: auto;
    left: 0;
    width: auto;
    height: 11px
}

.tse-scrollable.horizontal .tse-scrollbar .drag-handle {
    right: auto;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}

.ui-autocomplete {
    max-height: 300px;
    overflow: auto;
    list-style: none;
    font-size: 14px;
    font-style: italic;
    background-color: #fff;
    border: 1px solid #e5e3dc;
    border-radius: 1px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    padding: 0;
    margin: 0;
    position: absolute !important;
    z-index: 10
}

.ui-autocomplete .ui-menu-item {
    padding: 5px 10px;
    display: block;
    cursor: pointer
}

.ui-autocomplete .ui-menu-item.ui-state-focus {
    background-color: #eee
}

.datepicker input {
    background: url(../images/icon-date.png) right 20px top 50% no-repeat
}

.ui-datepicker {
    width: auto;
    min-width: 200px;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #e5e3dc;
    border-radius: 1px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    padding: 5px;
    z-index: 10 !important
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    color: inherit;
    border-bottom: none;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background-image: url(../images/icon-arrow-sidemenu-open-transform.png);
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: 50%;
    position: absolute;
    top: 4px;
    right: 7px;
    left: auto;
    display: block;
    cursor: pointer
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    text-indent: -999em
}

.ui-datepicker .ui-datepicker-prev {
    right: auto;
    left: 7px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ui-datepicker .ui-widget-header {
    background: #fff;
    border: none;
    font-weight: 400;
    padding-bottom: 5px;
    position: relative
}

.ui-datepicker .ui-datepicker-prev span {
    border: none
}

.ui-datepicker .ui-datepicker-prev.ui-state-hover.ui-datepicker-prev-hover span {
    border: none
}

.ui-datepicker .ui-datepicker-next span {
    border: none;
    display: block;
    text-indent: -999em
}

.ui-datepicker .ui-datepicker-next.ui-state-hover.ui-datepicker-next-hover span {
    border: none
}

.ui-datepicker .ui-datepicker-title {
    color: #080808;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    padding-right: 25px;
    padding-left: 25px
}

.ui-datepicker .ui-datepicker-calendar {
    width: 100%
}

.ui-datepicker .ui-datepicker-calendar thead {
    position: relative;
    border-bottom: 10px solid transparent
}

.ui-datepicker .ui-datepicker-calendar thead:before {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    right: 10px;
    left: 10px;
    background: #e5e3dc
}

.ui-datepicker .ui-datepicker-calendar thead:after {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    right: 10px;
    left: 10px;
    background: #e5e3dc
}

.ui-datepicker .ui-datepicker-calendar thead th {
    padding-top: 3px;
    padding-bottom: 3px
}

.ui-datepicker .ui-datepicker-calendar thead th span {
    font-size: 11px;
    color: #a49c85;
    font-weight: 400;
    text-transform: uppercase
}

.ui-datepicker .ui-datepicker-calendar td {
    text-align: center
}

.ui-datepicker .ui-datepicker-calendar td span,
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 2px 10px;
    text-align: center;
    text-decoration: none;
    text-decoration: none
}

.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default {
    background: #fff;
    border: none;
    font-size: 12px;
    line-height: 24px;
    color: #a49c85;
    font-weight: 400;
    color: #099
}

.ui-datepicker .ui-state-disabled span.ui-state-default {
    color: #a49c85
}

.ui-datepicker .ui-datepicker-today .ui-state-highlight,
.ui-datepicker .ui-widget-content .ui-datepicker-today .ui-state-highlight,
.ui-datepicker .ui-widget-header .ui-datepicker-today .ui-state-highlight {
    background: transparent;
    border: none;
    color: #099;
    border-radius: 3px
}

.ui-datepicker,
.ui-datepicker tbody .ui-state-disabled {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none
}

.ui-slider-wrapper {
    background-color: #e2e2e2;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    background-image: -webkit-linear-gradient(bottom, #ececec 0%, #dadada 100%);
    background-image: linear-gradient(to top, #ececec 0%, #dadada 100%);
    border-radius: 1px 2px 2px 1px;
    box-shadow: inset 0 2px 2px rgba(153, 153, 153, 0.5);
    padding: 0 15px 0 13px;
    margin: 7px 0
}

.ui-slider {
    height: 6px;
    width: 100%;
    background-color: #e2e2e2;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    background-image: -webkit-linear-gradient(bottom, #ececec 0%, #dadada 100%);
    background-image: linear-gradient(to top, #ececec 0%, #dadada 100%);
    border-radius: 1px 2px 2px 1px;
    box-shadow: inset 0 2px 2px rgba(153, 153, 153, 0.5);
    position: relative;
    cursor: pointer
}

.ui-slider-handle {
    width: 28px;
    height: 19px;
    background-color: #099;
    background: url(../images/icon-ui-slider.png) 50% no-repeat, -webkit-linear-gradient(bottom, #609a9a 0%, #67adad 100%);
    background: url(../images/icon-ui-slider.png) 50% no-repeat, linear-gradient(to top, #609a9a 0%, #67adad 100%);
    border-bottom: 2px solid #548686;
    border-radius: 2px;
    box-shadow: inset 0 -1px 0 #6ca2a3;
    margin-left: -13px;
    position: absolute;
    display: block;
    top: -7px;
    outline: none;
    cursor: pointer
}

.ui-slider-range {
    height: 5px;
    border-radius: 3px
}

.ui-values {
    color: #080808;
    font-family: "PT Serif";
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.waves-block {
    padding: 50px 0;
    position: relative
}

.waves-block:before,
.waves-block:after {
    width: 100%;
    height: 5px;
    max-width: 1290px;
    content: "";
    background-image: url(../images/wave2.png);
    background-repeat: repeat-x;
    margin: -10px auto;
    position: absolute;
    left: 0;
    right: 0
}

.waves-block:before {
    top: 0
}

.waves-block:after {
    bottom: 0
}

.waves-block--top:after {
    display: none
}

.waves-block--side-small {
    padding-bottom: 30px;
    margin: 30px 0
}

.left {
    float: left
}

.right {
    float: right
}

.hidden {
    display: none
}

.mt-0 {
    margin-top: 0
}

.mb-20 {
    margin-bottom: 20px
}

.mb-120 {
    margin-bottom: 120px
}

.ml-20 {
    margin-left: 20px
}

.mr-20 {
    margin-right: 20px
}

.goods-item__image-galery {
    display: flex;
    width: 100%;
    height: 100%
}

.goods-item__image-galery .g-image {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1
}

.goods-item__image-galery .g-indicator {
    flex: 1 1 0;
    border-bottom: 4px solid #399;
    margin: 0 1px;
    z-index: 3;
    position: relative;
    opacity: .4
}

.goods-item__image-galery .g-indicator:hover {
    opacity: 1
}

.goods-item__image-galery .g-indicator:hover+.g-image {
    display: block
}

.shop_category .row {
    margin: 0 -48px;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    width: calc(100% + 96px);
    max-width: none
}

.shop_category .sc_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 225px;
    flex: 0 0 225px;
    max-width: 225px;
    padding: 0 48px;
    text-align: center
}

.shop_category .sc_item .sc_item_tpl {
    border: 1px solid #F2F1ED;
    margin-bottom: 35px;
    padding-bottom: 26px
}

.sc_item_img {
    padding: 30px 0 20px
}

.sc_item_img a {
    border-bottom: 0 solid
}

.sc_item_title {
    text-align: center;
    font-family: "PT Serif";
    line-height: 35px;
    font-size: 24px
}

.sc_item_title a {
    color: #313131;
    text-decoration: none;
    border-bottom: 1px solid #D5D5D5
}

.form_in_card .button--gold,
.form_in_card .button--red {
    padding: 6px 12px
}

@media only screen and (min-width: 651px) {
    .hide-desc {
        display: none
    }
    .map__button {
        display: none
    }
    .mobile-more-button {
        display: none
    }
}

@media only screen and (min-width: 700px) {
    .gallery-nav .slick-track {
        width: 100% !important;
        -webkit-transform: none !important;
        transform: none !important
    }
}

@media only screen and (min-width: 1111px) {
    .banner__image {
        display: none
    }
    .chooser-title__filter {
        display: none
    }
    .hide-notablet {
        display: none !important
    }
    .filter-item {
        visibility: hidden;
        opacity: 0;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0)
    }
    .nav-footer__content {
        height: auto !important
    }
    .nav-header-fixed .search-inline {
        width: 100%;
        height: auto;
        background: none;
        margin-left: auto;
        margin-right: 30px
    }
    .nav-header-fixed .search-inline .search-inline__icon {
        display: none
    }
    .side-menu {
        display: none
    }
    .side-menu-button {
        display: none
    }
    .slider-main {
        display: none
    }
    .social-icons {
        display: none
    }
}

@media only screen and (min-width: 1367px) {
    .hide-large {
        display: none
    }
    .popular.row [class^="col-"] {
        width: 10%;
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        padding-left: 10px;
        padding-right: 10px
    }
    .popular-item {
        max-width: none;
        border: none;
        box-shadow: none;
        padding-top: 15px;
        margin-top: 0;
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
    .collections-popup .popular-item {
        padding-top: 0
    }
    .popular-item:hover {
        box-shadow: none
    }
    .popular-item__size {
        top: 0;
        right: 5px
    }
    .popular-item__caption {
        width: 100%;
        font-size: 16px;
        line-height: 24px;
        margin-left: 0;
        margin-top: 10px;
        text-align: center;
        border: none
    }
    .popular-item__image {
        height: auto
    }
}

@media only screen and (max-width: 1580px) {
    .filter-slider {
        width: calc(100% - 370px);
        right: 20px
    }
}

@media only screen and (max-width: 1525px) {
    .goods-item-row .goods-item {
        width: 33.333%
    }
}

@media only screen and (max-width: 1450px) {
    .complect-item-info .price-block-single {
        position: relative;
        margin-top: 30px
    }
    .complect-item-composition {
        display: none
    }
}

@media only screen and (max-width: 1380px) {
    .col--pd0 {
        padding-left: 30px !important;
        padding-right: 30px !important
    }
    .catalog-image-zoom {
        margin-right: 0
    }
    .catalog-wave:after {
        width: calc(100% - 500px)
    }
    .price-block {
        -webkit-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .price-block-quantity {
        width: 50%;
        min-width: 0;
        padding: 0;
        padding-right: 5px;
        margin-left: 0;
        margin-top: 10px;
        float: left
    }
    .price-block-quantity .input-quantity {
        width: 100%
    }
    .price-block-total {
        max-width: 300px;
        -webkit-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -o-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start
    }
    .price-block-total__wrapper {
        width: 100%
    }
    .price-block-total .price-block__fast-by {
        margin-top: 10px
    }
}

@media only screen and (max-width: 1366px) {
    .col-l-1 {
        width: 8.3333333333333%
    }
    .col-l-2 {
        width: 16.666666666667%
    }
    .col-l-3 {
        width: 25%
    }
    .col-l-4 {
        width: 33.333333333333%
    }
    .col-l-5 {
        width: 41.666666666667%
    }
    .col-l-6 {
        width: 50%
    }
    .col-l-7 {
        width: 58.333333333333%
    }
    .col-l-8 {
        width: 66.666666666667%
    }
    .col-l-9 {
        width: 75%
    }
    .col-l-10 {
        width: 83.333333333333%
    }
    .col-l-11 {
        width: 91.666666666667%
    }
    .col-l-12 {
        width: 100%
    }
    .by-block {
        -webkit-box-pack: start;
        -o-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }
    .by-block__fast-by {
        margin-left: 15px
    }
    .hide-nolarge {
        display: none
    }
    .path-block__content {
        padding-left: 50px;
        padding-right: 50px;
        margin-left: 70px;
        margin-right: 70px
    }
    .path-block:nth-child(even):before {
        right: -8px
    }
    .path-block:nth-child(even):after {
        right: -8px
    }
    .path-block:nth-child(odd):before {
        left: -8px
    }
    .path-block:nth-child(odd):after {
        left: -8px
    }
    .slider-wide .slick-next {
        right: 20px
    }
    .slider-wide .slick-prev {
        left: 20px
    }
}

@media only screen and (max-width: 1350px) {
    .price-block__fast-by {
        float: none
    }
    .search-inline .nav-main-sub {
        width: calc(100vw - 56px);
        margin: 0 20px
    }
    .quickview-popup {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 1330px) {
    .wrapper,
    .header-bottom__wrapper {
        max-width: 100vw;
        margin-left: 0;
        margin-right: 0
    }
    .row {
        max-width: 100vw;
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (max-width: 1110px) {
    .wrapper-fluid+.wrapper-fluid {
        margin-top: 80px
    }
    .row--md-reverse {
        -webkit-box-direction: reverse;
        -o-box-direction: reverse;
        -webkit-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .col-md-1 {
        width: 8.3333333333333%
    }
    .col-md-2 {
        width: 16.666666666667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.333333333333%
    }
    .col-md-5 {
        width: 41.666666666667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.333333333333%
    }
    .col-md-8 {
        width: 66.666666666667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.333333333333%
    }
    .col-md-11 {
        width: 91.666666666667%
    }
    .col-md-12 {
        width: 100%
    }
    .about__img {
        height: 250px
    }
    .about__text {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .banner {
        -webkit-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .banner__image-col {
        min-height: 0;
        background-image: none;
        width: 100%
    }
    .banner__col {
        width: 100%;
        text-align: center;
        padding: 30px 20px
    }
    .banner__caption {
        margin-bottom: 40px
    }
    .banner .banner__input {
        margin: 0 auto 20px
    }
    .nav-header-fixed .cart-inline {
        width: 46px;
        border: 1px solid rgba(232, 232, 232, 0.5)
    }
    .nav-header-fixed .cart-inline__icon {
        stroke: #fff;
        stroke-width: 4
    }
    .nav-header-fixed .cart-inline__icon .round {
        fill: #fff
    }
    .nav-header-fixed .cart-inline__text {
        color: #ddd;
        right: 8px
    }
    .catalog-image-zoom {
        display: none
    }
    .catalog-info-list {
        background-color: transparent;
        padding: 0;
        margin-top: 30px
    }
    .catalog-el-main {
        padding-bottom: 20px;
        position: relative
    }
    .catalog-el-main:after {
        content: "";
        width: calc(100% - 60px);
        height: 6px;
        position: absolute;
        left: 30px;
        bottom: 0;
        background: url(../images/wave2.png) left bottom repeat-x
    }
    .catalog-el-params {
        max-width: 100%
    }
    .chooser {
        max-width: 100%;
        margin-left: 15px;
        margin-right: 15px;
        box-shadow: none
    }
    .chooser__wrapper {
        width: 260px;
        height: 100%;
        overflow-y: auto;
        position: fixed;
        left: auto;
        right: 0;
        top: 0;
        z-index: 0
    }
    .chooser__wrapper--open {
        z-index: 2
    }
    .chooser-title {
        width: 100%;
        min-height: 0;
        padding: 0
    }
    .chooser-title__content {
        width: 100%;
        min-height: 0;
        display: block
    }
    .chooser-block {
        width: 100%;
        height: auto;
        background-color: #fff;
        padding: 35px 25px;
        -webkit-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        left: 0
    }
    .chooser-block-item {
        width: 100%;
        min-height: 0;
        padding: 0;
        visibility: visible;
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none
    }
    .chooser-block-item+.chooser-block-item {
        margin-top: 35px
    }
    .chooser-block-item__reset {
        top: -3px;
        right: -15px
    }
    .chooser-accordion {
        position: static
    }
    .chooser-accordion .accordion__item {
        padding: 0
    }
    .chooser-accordion .accordion__item:after {
        bottom: 24px
    }
    .hide-tablet {
        display: none
    }
    .complect-goods {
        padding-top: 0;
        margin: 10px -5px 0
    }
    .complect-goods:before {
        display: none
    }
    .complect-goods-item {
        padding-right: 5px;
        padding-left: 5px
    }
    .complect-banner-caption {
        margin-top: 50px
    }
    .complect-banner-header {
        box-shadow: none
    }
    .complect-banner-header:before {
        display: none
    }
    .complect-banner-header:after {
        display: none
    }
    .complect-banner-composition {
        border: none;
        padding: 0;
        margin: 0
    }
    .complect-banner-composition__item {
        display: none
    }
    .complect-banner-total {
        border: none
    }
    .complect-item-image {
        height: 300px
    }
    .counter-container {
        display: block
    }
    .counter {
        margin-right: 0;
        margin-bottom: 30px
    }
    .credit-block {
        max-width: 500px;
        margin: 0 auto
    }
    .decorated-block {
        margin-top: 20px
    }
    .dropdown--arrow {
        width: 100%;
        max-width: 250px
    }
    .chooser-form-vertical .control-buttons {
        display: block
    }
    .chooser-wrapper {
        display: block
    }
    .dropdown--arrow .dropdown__selected {
        font-size: 16px;
        padding-top: 14px;
        padding-bottom: 14px
    }
    .dropdown--arrow .dropdown__selected:before {
        width: 44px;
        height: 43px;
        background: transparent;
        border-bottom: 0;
        box-shadow: none
    }
    .dropdown--arrow .dropdown__selected:after {
        background-size: auto;
        background: url(../images/arr_down.png) 50% no-repeat;
        right: 12px;
        top: 15px
    }
    .chooser-form-vertical .control-buttons {
        margin-top: -40px
    }
    .dropdown--arrow .dropdown-list {
        top: 44px
    }
    .feature {
        margin: 25px 0
    }
    .feature__icon {
        margin-bottom: 15px;
        margin-right: 20px;
        float: left
    }
    .feature__text {
        margin-top: 20px
    }
    .filter-form {
        width: 260px;
        height: 100vh;
        overflow-y: auto;
        background-color: #fff;
        box-shadow: inset 5px 0 6px -5px rgba(0, 0, 0, 0.5);
        padding: 15px 5px 50px;
        position: fixed;
        left: auto;
        right: -260px;
        top: 0;
        z-index: 1;
        -webkit-transform: translateZ(1px);
        transform: translateZ(1px)
    }
    .filter-form.open {
        overflow-y: scroll !important
    }
    .filter-form .chooser-ui,
    .filter-form .chooser-checkbox,
    .filter-form .filter-item__scroll-content {
        padding-right: 0
    }
    .filter-slider {
        width: 100%;
        height: 100%;
        position: static
    }
    .filter-item+.filter-item {
        margin-top: 35px
    }
    .filter-accordion {
        height: auto;
        max-height: 192px;
        padding: 0 10px
    }
    .filter-accordion--open {
        height: auto !important;
        max-height: none !important
    }
    .footer-top {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 80px
    }
    .footer-bottom {
        padding: 20px 0
    }
    .footer-bottom__phone {
        line-height: 31px;
        margin-top: 20px
    }
    .footer-bottom__email {
        font-size: 20px;
        line-height: 26px;
        margin-top: 40px;
        margin-bottom: 35px
    }
    .gallery-popup__text {
        width: 370px;
        padding-bottom: 90px
    }
    .gallery-popup__caption {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px
    }
    .gallery-popup__footer {
        padding-top: 20px;
        bottom: 0
    }
    .gallery-slider {
        width: calc(100% - 370px)
    }
    .goods-item-row .goods-item {
        width: 33.333%
    }
    .goods-item__image {
        height: 280px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex;
        -webkit-box-align: center;
        -o-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center
    }
    .goods-item__image img {
        height: 100%;
        width: auto;
        -webkit-transform: none;
        transform: none;
        left: 0
    }
    .goods-item__image--wide img {
        width: auto;
        height: 100%
    }
    .label input,
    .label textarea,
    .label select {
        margin: 0 auto 20px
    }
    .list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
    .list-like {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
    .map {
        margin-top: 25px
    }
    .nav-main {
        display: none
    }
    .nav-main-item--fixed {
        margin-left: 20px
    }
    .nav-sity:after {
        content: "";
        display: none
    }
    .nav-header-top__wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex;
        -webkit-box-align: center;
        -o-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center
    }
    .nav-header-top__item {
        display: none
    }
    .nav-header-fixed {
        background-color: #313131;
        border: none;
        padding: 8px 0
    }
    .nav-header-fixed:after {
        content: "";
        width: 100%;
        height: 10px;
        background: url(../images/waves-fixedmenu.svg) repeat-x;
        background-size: 13px;
        position: absolute;
        bottom: -5px;
        left: 0
    }
    .nav-header-fixed__right {
        margin-left: auto
    }
    .nav-footer {
        margin-bottom: 10px;
        position: relative
    }
    .nav-footer--open {
        margin-bottom: 30px
    }
    .nav-footer__toggle {
        width: 54px;
        height: 54px;
        background: -webkit-linear-gradient(bottom, #399 0%, #27afaf 100%);
        background: linear-gradient(to top, #399 0%, #27afaf 100%);
        border-radius: 6px;
        box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
        border-bottom: 2px solid #2d8787;
        position: absolute;
        right: -1px;
        top: -1px;
        z-index: 100
    }
    .nav-footer__toggle:after {
        content: "";
        width: 17px;
        height: 17px;
        background: url(../images/icon-chevron.svg) 50% no-repeat;
        margin: 0 auto;
        position: absolute;
        right: 18px;
        top: 18px;
        z-index: 101
    }
    .nav-footer--open .nav-footer__toggle:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    .nav-footer__content {
        overflow: hidden;
        padding: 0 20px;
        margin-top: 15px
    }
    .nav-footer__caption {
        width: calc(100% - 48px);
        overflow: hidden;
        color: #313131;
        font-size: 16px;
        line-height: 24px;
        background-color: rgba(255, 255, 255, 0.1);
        border: 1px solid #5f9898;
        border-radius: 4px;
        padding: 14px 20px;
        position: relative;
        display: block
    }
    .nav-footer__item {
        color: #313131
    }
    .order-form {
        max-width: 100%
    }
    .pagination {
        border-top: 0;
        padding-top: 0
    }
    .pagination--center .pagination__container {
        width: 100%
    }
    .pagination__item {
        border-radius: 2px
    }
    .path-block__content {
        height: auto;
        padding-left: 20px;
        padding-right: 20px
    }
    .popular-item__image {
        background-size: contain;
        -webkit-transform: none;
        transform: none
    }
    .popular-item--large .popular-item__image {
        height: 130px
    }
    .popular-item--small .popular-item__image {
        height: 130px
    }
    .popular-item:hover .popular-item__image {
        -webkit-transform: none;
        transform: none
    }
    .preload-search--fixed,
    .preload-button--fixed {
        right: 36px
    }
    .preload-button {
        right: -25px
    }
    .preload-button--left {
        left: -25px
    }
    .price-block {
        background: url(../images/wave2.png) left bottom repeat-x;
        padding-bottom: 40px
    }
    .price-block__fast-by {
        margin-top: 10px
    }
    .price-block-quantity {
        width: 100%;
        max-width: 300px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex
    }
    .price-block-quantity .input-quantity {
        margin-right: 10px
    }
    .search-inline {
        width: 53px;
        height: 40px;
        background-size: 24px;
        border: 1px solid #e8e8e8;
        border-radius: 3px;
        margin-right: 10px;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-box;
        display: inline-flex;
        -webkit-box-align: center;
        -o-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -o-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
    .search-inline--open .search-inline__bg {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        position: fixed;
        left: 0;
        top: 0;
        display: block
    }
    .search-inline .nav-main-sub {
        width: calc(100vw - 30px);
        border: 1px solid #399;
        border-radius: 6px;
        box-shadow: none;
        margin: 0 15px;
        bottom: -45px
    }
    .search-inline .nav-main-sub:before {
        right: 98px
    }
    .search-inline .nav-main-sub:after {
        right: 101px
    }
    .search-inline__input {
        height: 50px;
        font-size: 16px;
        line-height: 25px
    }
    .search-inline__button {
        height: 50px;
        box-shadow: none;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0
    }
    .nav-header-fixed .search-inline {
        width: 46px;
        border: 1px solid rgba(232, 232, 232, 0.5);
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-box;
        display: inline-flex;
        -webkit-box-align: center;
        -o-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -o-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
    .nav-header-fixed .search-inline .search-form {
        margin-left: 20px
    }
    .nav-header-fixed .search-inline path {
        stroke: #fff
    }
    .nav-header-fixed .search-inline--open {
        background-image: url(../images/icon-close-white.svg)
    }
    .nav-header-fixed .search-inline--open path {
        stroke: transparent
    }
    .nav-header-fixed .search-inline .nav-main-sub {
        bottom: -70px
    }
    .search-form__button {
        margin-right: 5px
    }
    .slider-main__container {
        display: none
    }
    .slider-main-item {
        opacity: 0;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0);
        visibility: hidden;
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-box !important;
        display: inline-flex !important;
        min-height: 265px
    }
    .slider-main-item.slick-slide {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
        visibility: visible
    }
    .slider-main-item__fill {
        display: none
    }
    .slider-main-item__content {
        padding: 20px 35px 10px;
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
        visibility: visible;
        display: none
    }
    .slider-wide__slide.slick-slide {
        height: 500px
    }
    .slider-wide .slick-arrow {
        top: 225px
    }
    .social-text {
        margin: 0 auto
    }
    .social__icon {
        float: none
    }
    .tabs__toggle {
        font-size: 20px;
        line-height: 1;
        padding: 15px 20px
    }
    .tags {
        height: auto;
        margin: 0 15px
    }
    .tags__transform {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        position: relative
    }
    .tags__container {
        float: none
    }
    .tags-more {
        display: none
    }
    .tse-scrollable .tse-scroll-content {
        min-height: 0
    }
    .quickview-popup__sliders {
        width: 550px;
    }
    .gallery-slider--small {
        width: 550px !important;
    }
    .gallery-slider--small .slick-slide {
        height: 500px !important;
    }
    .quickview-popup__text {
        width: calc(100% - 580px);
    }
    .quickview-popup__footer {
        position: relative;
        padding: 0px;
        margin: 20px 0 0 0;
        bottom: unset;
        left: unset;
        right: unset;
    }
}

@media only screen and (max-width: 1000px) {
    .nav-main-item--catalog .nav-main-sub {
        display: none !important
    }
}

@media only screen and (max-width: 880px) {
    .nav-main-item--fixed {
        display: none
    }
    .shop_category .row {
        margin: 0 -15px;
        width: calc(100% + 30px);
        max-width: none
    }
    .shop_category .sc_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 159px;
        flex: 0 0 159px;
        max-width: 159px;
        padding: 0 15px
    }
    .quickview-popup__sliders {
        width: 300px;
    }
    .gallery-slider--small {
        width: 300px !important;
    }
    .gallery-slider--small .slick-slide {
        height: 300px !important;
    }
    .quickview-popup__text {
        width: calc(100% - 340px);
    }
}

@media only screen and (max-width: 860px) {
    .goods-item-row .goods-item {
        width: 50%
    }
}

@media only screen and (max-width: 830px) {
    .catalog-el-main {
        display: block
    }
    .catalog-el-image {
        width: 100%
    }
    .catalog-el-desc {
        background: url(../images/wave2.png) 0 0 repeat-x;
        margin-top: 40px
    }
    .catalog-wave:after {
        display: none
    }
}

@media only screen and (max-width: 800px) {
    .nav-header-fixed .search-inline .search-form {
        width: 180px
    }
    .search-form .search-result {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media only screen and (max-width: 700px) {
    .gallery-popup__content {
        display: block
    }
    .gallery-popup__text {
        width: 100%
    }
    .gallery-popup .price-block-single {
        font-size: 22px
    }
    .gallery-slider {
        width: 100%
    }
    .gallery-slider .slick-slide {
        height: 200px
    }
    .gallery-nav {
        overflow: hidden;
        height: 60px
    }
    .gallery-nav .slick-slide {
        height: 60px
    }
    .gallery-nav__slide {
        margin-bottom: 0
    }
    .gallery-buttons__item {
        width: 40px;
        height: 40px;
        margin-top: 10px
    }
    .quickview-nav__slide {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 650px) {
    .wrapper,
    .header-bottom__wrapper {
        max-width: 1320px;
        padding-right: 15px;
        padding-left: 15px
    }
    .wrapper-fluid+.wrapper-fluid {
        margin-top: 21px
    }
    .row {
        max-width: 1320px
    }
    .row .row {
        margin-left: -15px;
        margin-right: -15px
    }
    .row [class^="col-"] {
        padding-right: 15px;
        padding-left: 15px
    }
    .row--mobile-reverse {
        -webkit-box-direction: reverse;
        -o-box-direction: reverse;
        -webkit-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .col--pd0 {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
    .col-1 {
        width: 100%
    }
    .col-2 {
        width: 100%
    }
    .col-3 {
        width: 100%
    }
    .col-4 {
        width: 100%
    }
    .col-5 {
        width: 100%
    }
    .col-6 {
        width: 100%
    }
    .col-7 {
        width: 100%
    }
    .col-8 {
        width: 100%
    }
    .col-9 {
        width: 100%
    }
    .col-10 {
        width: 100%
    }
    .col-11 {
        width: 100%
    }
    .col-12 {
        width: 100%
    }
    .col-sm-1 {
        width: 8.3333333333333%
    }
    .col-sm-2 {
        width: 16.666666666667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.333333333333%
    }
    .col-sm-5 {
        width: 41.666666666667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.333333333333%
    }
    .col-sm-8 {
        width: 66.666666666667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.333333333333%
    }
    .col-sm-11 {
        width: 91.666666666667%
    }
    .col-sm-12 {
        width: 100%
    }
    body {
        font-size: 14px;
        font-weight: 400;
        line-height: 21px
    }
    h1,
    .h1 {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 20px
    }
    h2,
    .h2 {
        font-family: Gilroy;
        font-size: 22px;
        line-height: 30px;
        margin-top: 30px;
        margin-bottom: 20px
    }
    h3,
    .h3 {
        font-size: 22px;
        /*    line-height: 24px;*/
        margin-top: 30px;
        margin-bottom: 20px
    }
    h3+.subtitle,
    .h3+.subtitle {
        margin-top: 20px
    }
    .subtitle {
        font-size: 16px;
        line-height: 21px
    }
    .text-introduction {
        font-style: 16px;
        line-height: 24px
    }
    .about__img {
        height: 150px
    }
    .add-cart {
        max-width: calc(100% - 30px);
        display: block
    }
    .add-cart__image {
        width: 100%;
        height: 200px;
        margin-right: 0;
        background-position: 50%;
        background-size: contain
    }
    .add-cart__content {
        width: 100%;
        padding: 20px 15px 0
    }
    .add-cart__button {
        margin-top: 20px;
        width: 100%
    }
    .add-cart-header__caption {
        margin-bottom: -15px
    }
    .border-block {
        margin-top: 0;
        padding-top: 0
    }
    .border-block:before {
        display: none
    }
    .breadcrumbs {
        font-size: 14px
    }
    .button {
        font-size: 16px;
        border-radius: 2px
    }
    .button-callback {
        display: none
    }
    .cart-inline__container {
        width: 290px;
        font-size: 13px
    }
    .cart-list {
        background-color: transparent;
        padding: 0
    }
    .cart-item {
        border-top: 0;
        border-bottom: 1px solid #f9f8f6;
        padding: 15px 0;
        float: none
    }
    .cart-item--delivery {
        border-bottom: 0;
        padding-bottom: 0
    }
    .cart-item--total {
        padding-bottom: 0
    }
    .cart-item__left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px
    }
    .cart-item__right {
        width: 100%;
        float: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex;
        -webkit-box-align: center;
        -o-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -o-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }
    .cart-item__image {
        width: 70px;
        height: 70px
    }
    .cart-item__caption {
        color: #099;
        text-decoration: none;
        border-bottom: 1px solid rgba(0, 153, 153, 0.2);
        display: inline-block;
        display: inline
    }
    .cart-item__price {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        margin-top: 10px
    }
    .cart-item__remove {
        width: auto;
        height: auto;
        text-indent: 0;
        color: #ccc;
        font-size: 16px;
        font-style: italic;
        line-height: 16px;
        text-decoration: underline;
        background: none;
        border: none
    }
    .cart-item__remove:before {
        content: "";
        width: 12px;
        height: 18px;
        background: url(../images/icon-search-close-gray.svg) 50% no-repeat;
        margin-right: 10px;
        float: left;
        display: block
    }
    .cart-item__quantity .input-quantity {
        width: 100%
    }
    .cart-item__total-price {
        display: none
    }
    .cart-item-delivery {
        font-size: 18px;
        line-height: 32px;
        font-weight: 400;
        padding: 0;
        display: block
    }
    .cart-item-total {
        display: none
    }
    .cart-item-coupon {
        padding: 0;
        margin-top: 0;
        display: block
    }
    .cart-item-coupon__button {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px
    }
    .cart-back {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 20px
    }
    .cart-back__link {
        display: none
    }
    .cart-back__link--left {
        margin-top: 40px;
        display: block
    }
    .catalog-el-header {
        background-color: #f9f8f7;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid #f2f1ed;
        padding: 20px 15px;
        position: static
    }
    .catalog-el-header__caption {
        display: block
    }
    .catalog-el-main:after {
        width: calc(100% - 30px);
        left: 15px;
        right: 15px
    }
    .catalog-el-image--complect {
        height: auto
    }
    .catalog-el-image--complect .catalog-el-image__slider {
        height: 320px
    }
    .catalog-el-image--complect .catalog-el-image__nav-wrapper {
        position: static
    }
    .catalog-el-params--size {
        background: none
    }
    .chooser-title__dropdown {
        margin-top: 0
    }
    .chooser-title__filter {
        max-width: 100%;
        padding-top: 17px;
        padding-bottom: 17px;
        margin-top: 10px;
        margin-left: 0
    }
    .chooser-block-item__caption {
        margin-bottom: 10px
    }
    .made-by-col {
        font-size: 14px
    }
    .made-by-col__author {
        margin-top: 10px
    }
    .map-block {
        background: none
    }
    .hide-mobile {
        display: none
    }
    .m-60 {
        margin-top: 30px;
        margin-bottom: 30px
    }
    .mt-40 {
        margin-top: 20px !important
    }
    .mt-60 {
        margin-top: 30px
    }
    .complect-banner-caption {
        margin-top: 20px;
        margin-bottom: 10px
    }
    .complect-item-row+.complect-item-row {
        margin-top: 15px
    }
    .complect-item-col+.complect-item-col {
        margin-top: 15px
    }
    .complect-item-image {
        height: 200px
    }
    .contacts__col {
        min-height: 0;
        margin-top: 15px
    }
    .decorated-block:after {
        top: -5px;
        left: -5px
    }
    .description {
        font-size: 14px;
        right: 8px
    }
    .description:after {
        width: 21px;
        height: 32px;
        background-image: url(../images/icon-descarrow-mobile.png);
        right: -30px
    }
    .discount__caption {
        margin-bottom: 30px
    }
    .dropdown--arrow {
        max-width: 100%
    }
    .footer-top {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 40px
    }
    .goods-item-slider {
        padding: 0 10px
    }
    .row .goods-item-row {
        margin: 0 auto !important;
        padding: 0;
    }
    .goods-item-row .goods-item {
        width: 50%;
        min-width: 0;
        padding-top: 5px;
        padding-bottom: 5px
    }
    .row .goods-item-slider .slick-list {
        margin-left: 0;
        margin-right: 0
    }
    .goods-item {
        padding: 0 5px
    }
    .header-bottom {
        box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.1)
    }
    .input-radio {
        min-height: 30px
    }
    .input-radio input:checked+.input-radio__text:after {
        width: 10px;
        height: 10px;
        left: 10px
    }
    .input-radio__text {
        color: #313131;
        line-height: 20px;
        border-bottom: 0;
        padding-left: 40px;
        display: block
    }
    .input-radio__text:before {
        width: 30px;
        height: 30px;
        position: absolute;
        left: 0;
        top: -4px
    }
    .last-seen-slider {
        padding: 0 10px
    }
    .list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
    .list li {
        margin-bottom: 0;
        margin-top: 25px
    }
    .list-like {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        margin-right: 0;
        margin-bottom: 0
    }
    .list-like li {
        margin-bottom: 0;
        margin-top: 25px
    }
    .map__container {
        display: none
    }
    .map__container.mobile-more__hide--open {
        display: block
    }
    .mobile-more__hide {
        max-height: 500px;
        overflow: hidden
    }
    .mobile-more__hide--open {
        max-height: 100%
    }
    .mobile-more__hide--open:after {
        display: none
    }
    .mobile-more__hide:after {
        content: "";
        width: 100%;
        height: 200px;
        background-image: -webkit-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
        background-image: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
        position: absolute;
        bottom: 0;
        left: 0
    }
    .nav-main-sub {
        padding: 0
    }
    .nav-main-sub:before {
        display: none
    }
    .nav-main-sub:after {
        display: none
    }
    .nav-sity {
        margin-right: 0
    }
    .nav-header-top__phone {
        font-size: 14px
    }
    .order-text__status {
        display: none
    }
    .order-text__caption {
        font-size: 24px;
        line-height: 36px
    }
    .order-form__caption {
        margin-top: 30px;
        margin-bottom: 25px
    }
    .order-side .order-side:before {
        left: -15px;
        right: -15px
    }
    .order-side__caption {
        margin-top: 0;
        margin-bottom: 0
    }
    .pagination__container {
        text-align: left
    }
    .pagination__more {
        float: right;
        position: static
    }
    .pagination-mobile-ajax-update {
        float: left
    }
    .path-block__content {
        padding: 0 15px 0 65px;
        margin-left: 0;
        margin-right: 0
    }
    .path-block+.path-block {
        margin-top: 30px
    }
    .path-block+.path-block .path-block__content:before {
        display: none
    }
    .path-block+.path-block .path-block__content:after {
        display: none
    }
    .path-block:before {
        box-shadow: 0 0 0 10px #fff, 0 0 0 11px #f2f1ed;
        top: -5px !important;
        left: 10px !important;
        -webkit-transform: none !important;
        transform: none !important
    }
    .path-block:after {
        display: none
    }
    .popular.row [class^="col-"] {
        padding-left: 3px;
        padding-right: 3px
    }
    .popular-caption {
        max-width: 100%;
        text-align: left;
        margin-bottom: 20px;
        -webkit-box-ordinal-group: -2;
        -o-box-ordinal-group: -2;
        -ms-flex-order: -2;
        -webkit-order: -2;
        order: -2
    }
    .popular-caption:after {
        display: none
    }
    .popular-item {
        width: 100%;
        max-width: 100%;
        padding: 20px 15px;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        margin-bottom: 10px
    }
    .popular-item+.popular-item {
        margin-top: 0
    }
    .popular-item__wrapper {
        width: 50%;
        padding: 5px
    }
    .popular-item__wrapper--large {
        -webkit-box-ordinal-group: -1;
        -o-box-ordinal-group: -1;
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1
    }
    .popular-item__size {
        font-size: 16px;
        top: 3px;
        right: 3px
    }
    .popular-item__caption {
        font-size: 16px;
        line-height: 20px;
        margin-left: 0
    }
    .popular-item-img {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 220px
    }
    .popular-item-img .popular-item__image {
        height: auto
    }
    .popular-col {
        padding: 0 !important
    }
    .popular-col:first-child {
        padding-right: 5px
    }
    .popular-col:nth-child(2) {
        width: 100%;
        padding-bottom: 10px;
        -webkit-box-ordinal-group: -1;
        -o-box-ordinal-group: -1;
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1
    }
    .popular-col:nth-child(3) {
        padding-left: 5px
    }
    .preload-search,
    .preload-button {
        right: -9px;
        top: 16px
    }
    .preload-button {
        right: -25px;
        top: 11px
    }
    .preload-button--left {
        left: -25px
    }
    .price-block-quantity {
        max-width: 100%;
        display: block
    }
    .price-block-quantity .button {
        width: 50%;
        margin-top: 10px
    }
    .quick-view {
        top: 15px;
        right: 15px
    }
    .quick-view:after {
        display: none
    }
    .quickview-popup__content {
        display: block
    }
    .quickview-popup__sliders {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px
    }
    .quickview-popup__caption {
        /*width: 100%*/
        width: 94%;
    }
    .search-page-form__button {
        max-width: 140px
    }
    .search-result {
        top: 51px
    }
    .slide-block__transform {
        height: 290px
    }
    .slider-main-item__content {
        text-align: center
    }
    .slider-main-item__caption {
        font-size: 18px
    }
    .slider-main-item__caption:after {
        content: "";
        width: 100%;
        height: 5px;
        background: url(../images/icon-waves-slider.png) 50% no-repeat;
        background-size: contain;
        margin-top: 25px;
        display: block
    }
    .slider-main-price__num {
        font-size: 18px;
        line-height: 18px
    }
    .slider-main-price__old {
        right: 0
    }
    .slider-wide__slide.slick-slide {
        height: 250px
    }
    .slider-wide .slick-arrow {
        top: 100px
    }
    .tabs__toggle {
        font-size: 12px;
        text-align: center;
        padding: 15px 10px;
        display: inline-block
    }
    .tabs__toggle+.tabs__toggle {
        border-left: 0;
        margin-left: 0
    }
    .tabs__tab {
        border-bottom: 0
    }
    .tabs-vertical__toggles {
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 100
    }
    .tabs-vertical__toggle {
        padding: 10px 15px;
        margin-top: 0;
        display: none
    }
    .tabs-vertical__toggle_active {
        display: block
    }
    .tabs-vertical__caption {
        font-size: 16px;
        border-bottom: 0
    }
    .tabs-vertical__toggles-wrapper {
        height: 44px;
        background-color: transparent;
        border: 1px solid #f2f1ed;
        margin-bottom: 30px
    }
    .tabs-vertical__toggles-wrapper:before {
        content: "";
        width: 44px;
        height: 44px;
        background: -webkit-linear-gradient(bottom, #399 0%, #27afaf 100%);
        background: linear-gradient(to top, #399 0%, #27afaf 100%);
        border-radius: 6px;
        box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
        border-bottom: 2px solid #2d8787;
        position: absolute;
        right: -1px;
        top: -1px;
        z-index: 101;
        cursor: pointer
    }
    .tabs-vertical__toggles-wrapper:after {
        content: "";
        width: 17px;
        height: 17px;
        background: url(../images/icon-chevron.svg) 50% no-repeat;
        margin: 0 auto;
        position: absolute;
        right: 12px;
        top: 13px;
        z-index: 102;
        cursor: pointer
    }
    .tabs-vertical__toggles-wrapper--open {
        overflow: visible;
        border: 0
    }
    .tabs-vertical__toggles-wrapper--open:after,
    .tabs-vertical__toggles-wrapper--open:before {
        display: none
    }
    .tabs-vertical__toggles-wrapper--open .tabs-vertical__toggles {
        border: 1px solid #f2f1ed
    }
    .tabs-vertical__toggles-wrapper--open .tabs-vertical__toggle {
        display: block;
        border-top: 1px solid #f3f3f3
    }
    .waves-block {
        padding: 25px 0
    }
    .quickview-popup__text {
        width: 100%;
    }
}

@media only screen and (max-width: 425px) {
    .cart__item--img {
        width: 100%;
        height: auto;
    }
    .cart-item--delivery {
        padding-left: 15px;
        padding-right: 15px;
    }
    .cart__item--name,
    button.new__order__submit {
        width: 100%;
        margin-left: 0;
    }
    .cart__item {
        padding: 20px;
    }
    .nav-header-top__wrapper {
        -webkit-box-pack: justify;
        -o-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }
    .nav-header-top__left {
        margin-left: auto
    }
    .nav-header-top__phone {
        margin-left: auto
    }
    .side-menu-button {
        margin-right: 0
    }
    .goods-item-row .goods-item {
        /*width: 100%*/
    }
    .row .row.goods-item-row {
        width: 110%;
    }
    .goods-item__image img {
        height: auto;
    }
    .quickview-popup .price-block .price-block-single__old {
        position: absolute;
    }
}

@media print {
    div,
    ul,
    ol,
    nav,
    footer {
        display: none !important
    }
    .show-for-print,
    .canvas,
    .header-bottom,
    .header-bottom__wrapper,
    .logo__image,
    .hide-no-print {
        display: block !important
    }
    *,
     :before,
     :after {
        min-height: 0 !important;
        color: #000 !important;
        font-size: .4cm !important;
        background: none !important;
        box-shadow: none !important;
        border: none !important;
        padding: 0 !important;
        margin: 0 !important
    }
    .catalog-el-params__item .text-gray:after {
        content: ":"
    }
    .header-bottom__wrapper {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }
}

@media not print {
    .hide-no-print {
        display: none
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes fade-left {
    0% {
        opacity: 0;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(-100%, 0, 0) scale(-1, -1);
        transform: translate3d(-100%, 0, 0) scale(-1, -1)
    }
    40%,
    100% {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
        -webkit-transform: scale(-1, -1);
        transform: scale(-1, -1)
    }
}

@keyframes fade-left {
    0% {
        opacity: 0;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(-100%, 0, 0) scale(-1, -1);
        transform: translate3d(-100%, 0, 0) scale(-1, -1)
    }
    40%,
    100% {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
        -webkit-transform: scale(-1, -1);
        transform: scale(-1, -1)
    }
}

@-webkit-keyframes fade-right {
    0% {
        opacity: 0;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    40%,
    100% {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fade-right {
    0% {
        opacity: 0;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    40%,
    100% {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fade-in-up {
    0% {
        opacity: 0;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fade-in-bot-left {
    0% {
        opacity: 0;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }
    100% {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fade-in-bot-left {
    0% {
        opacity: 0;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }
    100% {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes bounce-in {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0);
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }
    100% {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounce-in {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0);
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }
    100% {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes zoom-in {
    0% {
        opacity: 0;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0);
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none
    }
}

@keyframes zoom-in {
    0% {
        opacity: 0;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0);
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none
    }
}

@-webkit-keyframes popup_appear {
    0% {
        opacity: 0;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0)
    }
    100% {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none
    }
}

@keyframes popup_appear {
    0% {
        opacity: 0;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0)
    }
    100% {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none
    }
}

@-webkit-keyframes preload {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes preload {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@media only screen and (min-width: 1111px) {
    .youtube_icon {
        width: 43px;
        margin-bottom: 15px
    }
}

@media (max-width: 1110px) {
    .youtube_icon {
        display: none
    }
    .youtube_text {
        display: none
    }
}

.today .slick-arrow {
    width: 25px;
    height: 23px;
    top: 100px
}

.today .slick-arrow.slick-next {
    background: url(../images/todayarrow_next.png) left top no-repeat
}

.today .slick-arrow.slick-prev {
    background: url(../images/todayarrow_prev.png) left top no-repeat
}

.row .goods-item-slider .slick-list {
    margin-left: 30px;
    margin-right: 30px
}

.wrapper-fluid .row .goods-item-slider .slick-list {
    margin-left: 0;
    margin-right: 0
}

.collections-popup .popular-item:hover .popular-item__image {
    -webkit-transform: none;
    transform: none
}

.collections-popup .popular-item__caption {
    position: relative;
    display: block;
    color: #313131;
    background-color: transparent;
    text-transform: none;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-left: 0
}

.collections-popup .popular-item__caption:hover {
    color: #c03
}

.collections-popup .popup__caption {
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    line-height: 15px
}

.collections-popup .popup__close {
    display: none
}

.seo_container {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.seo_container>div {
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 32%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 850px) {
    .seo_container>div {
        width: 100%;
    }
}

.mainpage-slider {
    margin-top: 20px;
    margin-bottom: 50px
}

.mainpage-text {
    margin-bottom: 30px
}

.mainpage-text h2 {
    margin-bottom: 5px
}

.mainpage-text h3 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 22px
}

.goods-item {
    width: 270px
}

.goods-item-more .button--more {
    background: linear-gradient(180deg, #2BABAB 0%, #359C9C 100%);
    box-shadow: 0 4px 10px rgba(51, 153, 153, 0.25);
    border-radius: 2px;
    color: #fff;
    font-weight: 700;
    font-size: 18px
}

.text-justify {
    text-align: justify
}

.tags-block {
    text-align: center
}

.contacts-image {
    max-width: 100%
}

.slick-initialized .slick-slide {
    position: relative
}

.slick-initialized .slick-slide .text {
    position: absolute;
    top: 50px;
    width: calc(40% - 50px);
    height: calc(100% - 50px);
    vertical-align: middle;
    display: table-cell;
    left: 50px
}

.slick-initialized .slick-slide .text p {
    margin-bottom: 15px;
    font-size: 24px;
    color: #313131
}

.slick-initialized .slick-slide .text h1 {
    margin-bottom: 30px;
    color: #2EA9A9;
    font-size: 42px;
    font-weight: 700
}

.slick-initialized .slick-slide .text .small {
    font-size: 20px;
    color: #313131
}

.slick-initialized .slick-slide .text .goods-item-more {
    display: inline-block;
    text-align: left;
    margin-bottom: 50px
}

@media only screen and (max-width: 650px) {
    .mainpage-text h3,
    h3,
    .h3 {
        font-size: 18px
    }
}

.mob-phone,
.mob-sections,
.phone__mobile,
.mob_collection_carusel.owl-carousel.owl-loaded {
    display: none;
}

#before-load {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1001;
}

#before-load img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 320px;
    margin: -160px 0 0 -160px;
}

.mini_table {
    width: 100%;
    margin-bottom: 15px;
}

.mini_table td {
    padding: 5px;
    border: 1px solid #339999;
    text-align: center
}

.nav-header-top__wrapper {
    display: flex;
    justify-content: space-between;
}

.nav-header-top__left--expand.nav-header-top__left-first {
    padding: 15px 0;
}

.nav-header-top__left--expand.nav-header-top__left-first .nav-sity {
    width: auto;
}

.nav-header-top__left--expand.nav-header-top__left-two {
    margin: 0 auto;
    padding-left: 165px;
}

.nav-header-top__wrapper .nav-header-top__right--expand {
    margin-left: 0;
}

@media screen and (max-width: 1280px) {
    .nav-header-top__left--expand.nav-header-top__left-two {
        padding: 15px 0;
    }
}

body .pagination__more {
    top: 55px;
}

.base_price {
    display: inline-block;
    text-decoration: line-through;
    color: #ae1c34;
}

#checkBox {
    background-color: initial;
    cursor: default;
    -webkit-appearance: checkbox;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
    width: auto;
    margin: 0;
    display: initial;
    vertical-align: middle;
    margin-right: 5px;
}

.checkBox_order {
    margin-left: 30px;
}

.link {
    color: #399;
    text-decoration: none;
    border-bottom: 1px solid rgba(51, 153, 153, 0.2);
    display: inline-block;
    cursor: pointer;
}

.seo-text.mt-20 .tags_block a,
.seo-text.mt-20 .tags_block_new a {
    display: inline-block;
    border: 1px solid #339999;
    border-radius: 10px;
    padding: 0px 15px;
    margin-right: 5px;
    margin-bottom: 5px;
    transition: 0.2s;
}

.seo-text.mt-20 .tags_block a:hover,
.seo-text.mt-20 .tags_block_new a:hover {
    color: white;
    background: #339999;
}


/*issue #138920*/

.new_element_sk .dots-place {
    display: none;
}

@media screen and (max-width: 450px) {
    .breadcrumbs.hide-desc .breadcrumbs__item.breadcrumbs__item--span:last-child {
        display: none;
    }
    .new_element_sk .row.catalog-header {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .new_element_sk .product_main_info {
        padding: 10px;
    }
    .new_element_sk .catalog-el-image__nav {
        display: none;
    }
    .new_element_sk .dots-place {
        display: block;
        height: 20px;
    }
    .new_element_sk .product_main_info>div:first-child {
        padding-right: 0px;
        padding-left: 0px;
    }
    .new_element_sk .product_main_info .catalog-el-main .hide-notablet.mobile-show {
        margin-top: 10px;
    }
    .new_element_sk .product_main_info .catalog-el-main .hide-notablet.mobile-show form {
        display: flex;
        flex-direction: row;
    }
    .new_element_sk .product_main_info .catalog-el-main .hide-notablet.mobile-show form .price-block {
        padding: 40px 0px 0px 0px;
        border-bottom-width: 0px;
        text-align: left;
        width: 100%;
    }
    .new_element_sk .product_main_info .catalog-el-main .hide-notablet.mobile-show form .price-block-total {
        display: flex;
        padding: 40px 0px 0px 0px;
        width: 100%;
    }
    .new_element_sk .product_main_info .catalog-el-main .hide-notablet.mobile-show form .sale_marker {
        top: -53px;
    }
    .new_element_sk .row .price-block .price-block-single__old {
        text-decoration: line-through;
    }
}


/*end issue #138920*/

.dop_sections_items {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 1200px) {
    .mebel-cat-item2,
    .mebel-cat-item {
        border-bottom: none;
    }
    .mebel-cat .mebel-cat-item {
        width: 19%;
        background-size: cover;
    }
    .mebel-cat .mebel-cat-item2 {
        width: 15%;
        background-size: cover;
    }
    .blockStyleCat .dflexS {
        justify-content: flex-start;
        flex-direction: column;
    }
    .maincatstyle {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    .disblockitems .button {
        margin-bottom: 10px;
    }
    .disitems .goods-item .goods-item__text .goods-item__transform {
        padding-bottom: 130px;
    }
    .disitems .form_in_card .button--gold {
        padding: 6px 18px;
    }
    .disitems.goods-item-row .goods-item {
        width: 25%;
    }
    .mebel-cat-item,
    .mebel-cat-item2 {
        height: 182px;
    }
}

.disitems-item-__caption {
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    color: #313131;
    margin-bottom: 40px;
}

.showpagedis {
    text-align: center;
}

.showpagedis a {
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    background: linear-gradient(180deg, #2DAAAA 0%, #359C9C 100%);
    border-radius: 2px;
    width: 260px;
    padding: 10px 0;
    display: inline-block;
}

.textmebel {
    padding-left: 15px;
    padding-right: 15px;
}

.textmebel_bl1 {
    font-weight: normal;
    font-size: 16px;
    color: #313131;
    background: url("/images/mebel/Group 110.png") center 0 no-repeat, url("/images/mebel/Group 110.png") center 100% no-repeat;
    padding: 30px 0px;
    margin-bottom: 30px;
}

.textmebel_bl2 {
    font-weight: normal;
    font-size: 16px;
    color: #313131;
}

.text__caption {
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    color: #313131;
    margin-bottom: 30px;
}

.footer-top {
    margin-top: 60px;
}

@media (max-width: 900px) {
    .mebel-cat-item,
    .mebel-cat-item2 {
        height: 160px;
    }
}

@media (max-width: 800px) {
    .disblockitems .button,
    .price-block__fast-by {
        width: 100%;
        display: block;
    }
    .disitems .form_in_card .button--gold {
        padding: 6px 10px;
    }
}

@media (max-width: 768px) {
    .mebel-cat .mebel-cat-item {
        width: calc(33% - 5px);
        margin-bottom: 10px;
        margin-right: 5px;
    }
    .wrap_block_result .goods-item .goods-item__text .goods-item__transform {
        padding-bottom: 20px;
    }
    .wrap_block_result .wrap_sale .goods-item {
        flex: 0 0 33% !important;
        max-width: 33% !important;
    }
    .mebel-cat-item,
    .mebel-cat-item2 {
        height: 231px;
    }
    .mebel-cat .dflex {
        justify-content: center;
    }
    .mebel-cat .mebel-cat-item2 {
        width: 25%;
        margin: 5px;
    }
    .waves-block2 .waves-block2_in {
        width: calc(100% - 10px) !important;
        margin-bottom: 30px !important;
    }
    .waves-block2 {
        margin-bottom: 0px !important;
    }
}

@media (max-width: 600px) {
    .disitems.goods-item-row .goods-item {
        width: 33%;
    }
    .disitems .goods-item .goods-item__text .goods-item__transform {
        padding-bottom: 150px;
    }
    .maincatstyle .blockStyleCat-block_img img {
        width: 100%;
    }
    .mebel-cat-item,
    .mebel-cat-item2 {
        height: 177px;
    }
}

.carousel-wrapper_slick .goods-item .goods-item__text .goods-item__transform {
    padding-bottom: 40px;
}

@media (max-width: 500px) {
    .wrap_block_result .wrap_sale .goods-item {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .goods-item.slick-slide .goods-item__image {
        height: 180px !important;
    }
    .goods-item.slick-slide .goods-item__image img {
        object-fit: cover;
    }
    .collection-items .collection-item .slide-block__transform {
        height: 200px;
    }
    .categories-list .category-item__image {
        height: 200px;
        object-fit: cover;
    }
    .row-fotovideo-block iframe {
        width: 100% !important;
    }
    .row.row-fotovideo-block,
    .row.popblock {
        margin-left: 0;
    }
    .titlefotovideo,
    .titlepop {
        text-align: center;
        padding: 0 20px;
    }
    .section-slider .section-slider_image {
        object-fit: cover !important;
    }
    .mebel-cat .mebel-cat-item {
        width: 48%;
        background-size: cover;
        height: 220px;
    }
    .disitems .goods-item .goods-item__text button,
    .disitems .goods-item .goods-item__text .form_in_card .button--gold {
        padding: 6px 0px;
    }
    .mebel-cat .mebel-cat-item2 {
        width: 48%;
        background-size: cover;
        margin: 0px;
        margin-bottom: 10px;
        margin-right: 5px;
        height: 220px;
    }
    .disitems.goods-item-row .goods-item {
        width: 50%;
    }
    .secondcatstyle .blockStyleCat-block_img img {
        width: 100%;
    }
    .dop_sections_items {
        flex-direction: column !important;
        text-align: center;
    }
    .disitems .goods-item .goods-item__image .goods-item__main-photo {
        object-fit: contain;
        height: 100%;
    }
}

@media (max-width: 400px) {
    .faq-list__quastion {
        padding: 20px 30px;
    }
    .mebel-cat .mebel-cat-item,
    .mebel-cat .mebel-cat-item2 {
        height: 170px;
    }
    .wrap_block_result .wrap_sale .goods-item {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 320px) {
    .disitems.goods-item-row .goods-item {
        width: 100%;
    }
}

#kantri img {
    height: 250px;
}

.top--phone-numbers {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.top--phone-numbers a {
    margin-bottom: 10px;
}

.nav-header-top__right--expand--custom {
    display: flex;
}

.popup.js-callback_project.popup--open {
    z-index: 9999;
}

#popup1.b-popup,
#popup2.b-popup {
    display: none;
}

@media screen and (max-width: 800px) {
    .goods-item .goods-item__link .form_in_card button.button {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 425px) {
    .goods-item .goods-item__link .goods-item__image {
        height: 250px;
    }
    .main-catalog {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .goods-item .goods-item__link .goods-item__transform>p {
        min-height: 40px;
    }
    .goods-item-slider .slick-list .goods-item .block_prod_bottom {
        position: relative;
        left: 20px;
        top: 0px;
        bottom: 0px;
    }
    .goods-item-slider .slick-list .goods-item .goods-item-price__num {
        margin-top: 0px;
    }
    .goods-item-slider.js-car-product .price-block__fast-by {
        margin-left: 0px !important;
    }
}

.success-modal .image-container {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.success-modal__title {
    text-align: center;
    font-weight: bold;
    font-size: 23px;
}

.success-modal__description {
    text-align: center;
}

.success-modal.modal {
    border-radius: 0;
}

.success-modal.modal a.close-modal {
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    background-image: unset;
    border-bottom: unset;
}

.success-modal.modal a.close-modal::before {
    content: " ";
    width: 36px;
    height: 2px;
    background-color: #a49c85;
    display: block;
    transform: rotate(45deg) translate(8px, 12px);
}

.success-modal.modal a.close-modal::after {
    content: " ";
    width: 36px;
    height: 2px;
    background-color: #a49c85;
    display: block;
    transform: rotate(-45deg) translate(-11px, 7px);
}

.jquery-modal.blocker.current {
    z-index: 10000;
}


/***************************************/

.closesort,
.bx-filter-block.mobifli,
.blockfilt:not(.blockfilt_moble) {
    display: none;
}

.sortNNblock,
.sortNNblockSale {
    position: fixed;
    z-index: 9999999;
    width: 100%;
    transition: 0.3s;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    right: 0;
}

@media (max-width: 650px) {
    .sorthidxs {
        display: none;
    }
    .mobifilter .control-buttons {
        display: none;
    }
    .blockfilt {
        display: flex;
        justify-content: space-between;
    }
    .blockfilt .catalog_sorting.select {
        margin-bottom: 10px;
    }
    .blockfilt.blockfilt_fixed {
        position: fixed;
        top: 83px;
        width: 100%;
        left: 0px;
        margin: 0px;
        z-index: 10;
        background: #fff;
        justify-content: normal;
    }
    .blockfilt.blockfilt_fixed .blockfilt_in,
    .blockfilt.blockfilt_fixed .blockfilt_in_sale {
        width: 50%;
    }
    .blockfilt_in,
    .blockfilt_in_sale {
        width: calc(50% - 10px);
        text-align: center;
        border-radius: 2px;
        padding: 14px 0px;
        font-size: 13px;
        line-height: 17px;
        letter-spacing: 0.03em;
        position: relative;
        padding-left: 20px;
    }
    .blockfilt_in.filtremob {
        background: #339999;
        color: #fff;
    }
    .blockfilt_in.sortmob:before,
    .blockfilt_in_sale.sortmob:before {
        content: url("/img/fs/Group 117.png");
        position: absolute;
        margin-left: -29px;
    }
    .blockfilt_in.filtremob:before {
        content: url("/img/fs/Group 110.png");
        position: absolute;
        margin-left: -29px;
    }
    .blockfilt_in.sortmob,
    .blockfilt_in_sale.sortmob {
        border: 1px solid #828282;
        box-sizing: border-box;
        color: #828282;
    }
    .sortNNblock>div,
    .sortNNblockSale>div {
        position: absolute;
        display: inline-block;
        vertical-align: middle;
        background: #fff;
        width: 100%;
        bottom: 0;
    }
    .sortNNblock.activef,
    .sortNNblockSale.activef {
        /* transform: translate(0px, 0px); */
        visibility: visible;
    }
    .sortNNblock a,
    .sortNNblockSale a {
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 0.03em;
        display: block;
        color: #313131;
        border: none;
        padding: 14px 0px;
        padding-left: 40px;
    }
    .sorthead {
        padding: 14px 0px;
        padding-left: 40px;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0.03em;
        color: #313131;
    }
    .sortNNblock a.activesort,
    .sortNNblockSale a.activesort {
        background: #F7F7F7;
        position: relative;
    }
    .sortNNblockSale a.activesort {
        color: #339999;
    }
    .sortNNblock a.activesort:after {
        content: url("/img/fs/Vector 6.png");
        position: absolute;
        right: 36px;
    }
    .sorthead {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0.03em;
        color: #313131;
    }
    .sortNNblock li,
    .sortNNblockSale li {
        list-style-type: none;
    }
    .sortNNblock ul,
    .sortNNblockSale ul {
        margin-left: 0px;
        padding-left: 0px;
        margin-top: 0;
    }
    .closesort {
        float: right;
        margin-right: 30px;
        margin-top: 15px;
        cursor: pointer;
    }
    x-shelf {
        z-index: 999999 !important;
    }
    /* 
.mobifilter .chooser-form-vertical .control-buttons{
display: none;
} */
    .mobifilter.showfilter .filter-form {
        width: 100%;
        right: 0px;
        z-index: 9999999;
    }
    .mobifilter.row--wide [class^="col-"] {
        padding-left: 0px;
        padding-right: 0px;
    }
    .mobifilter .filter-title {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0.03em;
        color: #313131;
    }
    .mobifilter .filter-item.slick-slide {
        width: 100% !important;
        padding-left: 10px;
    }
    .mobifilter .chooser-block-item__caption {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0.03em;
        color: #313131;
    }
    .mobifilter .smartfilter.filter-form {
        overflow-y: scroll !important;
    }
    .mobifilter .filter-accordion {
        /* max-height: 252px; */
        max-height: unset;
    }
    .mobifilter .chooser-block-item__caption {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .mobifilter .shhiico {
        margin-right: 18px;
        transform: rotate(0deg);
        transition: 0.3s;
    }
    .mobifilter .shhiico.razvoo {
        margin-right: 18px;
    }
    .mobifilter .chooser-block-item__caption.razvoo .shhiico {
        transform: rotate(180deg);
    }
    .mobifilter .chooser-block-item__caption.razvoo+.ui-block,
    .mobifilter .chooser-block-item__caption.razvoo+.chooser-type,
    .mobifilter .chooser-block-item__caption.razvoo+.chooser-checkbox {
        display: none;
    }
    .closesort {
        display: block;
    }
    .mobifilter .tse-scroll-content {
        padding-left: 5px;
    }
    .mobifilter .filter-item+.filter-item {
        margin-top: 0px;
        border-bottom: 1px solid #EDECEC;
    }
    .mobifilter .tse-scroll-content {
        height: auto !important;
    }
    .mobifilter .bx-filter-block.mobifli {
        display: block;
        position: sticky;
        bottom: 0;
    }
    .chooser-checkbox__item input:checked+.chooser-checkbox__fake-input2 {
        border: 2px solid #339999;
        box-sizing: border-box;
    }
    .chooser-checkbox__fake-input2 {
        background: #F7F7F7;
        border-radius: 2px;
        padding: 8px;
        border: 2px solid #F7F7F7;
        display: inline-block;
    }
    .mobifilter .disinline {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .mobifilter .disinline>label {
        margin-bottom: 15px;
        margin-right: 15px;
    }
    .mobifilter .disinline .chooser-checkbox__item+.chooser-checkbox__item {
        margin-top: 0px;
    }
    .mobifilter .chooser {
        margin-left: 0px;
        margin-right: 0px;
    }
    .mobifilter #set_filter2 {
        background: #339999;
        border-radius: 2px;
        color: #fff;
        font-style: normal;
        width: 97%;
        margin: 0 auto;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        color: #FFFFFF;
    }
    .row .row.goods-item-row,
    .row.row-fotovideo-block {
        width: 100% !important;
    }
}


/***************************************/

.main_categories_block .main_categories_block__item {
    width: 24%;
    margin-right: 17px;
    margin-bottom: 17px;
    position: relative;
}

.main_categories_block .main_categories_block__item:nth-child(4n) {
    margin-right: 0px;
}

.main_categories_block .main_categories_block__item a {
    padding: 0px;
    margin: 0px;
    width: 100%;
    border: none;
}

.main_categories_block .main_categories_block__item a img {
    border: none;
    margin: 0px;
    width: 100%;
    height: auto;
}

.main_categories_block .main_categories_block__item .popular-item__caption {
    position: absolute;
    top: 50%;
    left: auto;
    right: auto;
    margin: 0px;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 96%;
    text-align: center;
    color: #FFFFFF;
    border-bottom: none;
    display: block;
    width: 100%;
    text-align: center;
}

.main_categories_block .popular-item:hover .popular-item__image {
    -webkit-transform: none;
    transform: none;
}

@media (max-width: 1270px) {
    .main_categories_block .main_categories_block__item {
        margin-right: 13px;
        margin-bottom: 13px;
    }
}

@media (max-width: 990px) {
    .main_categories_block .main_categories_block__item {
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 800px) {
    .main_categories_block .main_categories_block__item {
        width: 49%;
    }
    .main_categories_block .main_categories_block__item:nth-child(2n) {
        margin-right: 0px;
    }
    .main_categories_block,
    .row.row--20.popular {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 450px) {
    .main_categories_block .main_categories_block__item {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .main_categories_block .main_categories_block__item .popular-item-img {
        height: auto;
    }
}

.colorsItem {
    z-index: 999999;
    position: absolute;
    top: 60%;
    right: 30px;
}

.colorItems img {
    width: 38px;
    height: 38px;
    padding: 5px;
}

.colorItems a {
    border-bottom: none;
}

@media (max-width: 1024px) {
    .colorsItem {
        top: 67%;
    }
}

@media (max-width: 768px) {
    .colorsItem {
        top: 62%;
    }
}

@media (max-width: 600px) {
    .colorsItemHead {
        display: none;
    }
    .colorsItem {
        top: 64%;
    }
}

@media (max-width: 375px) {
    .colorsItem {
        top: 46%;
        right: 4px;
    }
}

.arr_ul li {
    list-style: none;
}

.arr_ul li::before {
    content: "\27A2";
    margin-right: 5px;
}

.seo_container.four_in_row>div {
    width: 24%;
}

@media screen and (max-width: 992px) {
    .seo_container.four_in_row>div {
        width: 100%;
    }
}

.why_we_tbl {
    margin: 20px 0;
}

.why_we_tbl td {
    vertical-align: middle;
    padding: 10px 5px;
}


/***************************/

.goods-item__caption a {
    color: #313131;
    text-decoration: none;
    border-bottom: 1px solid rgba(49, 49, 49, 0.2);
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: border-color .3s ease-out;
    transition: border-color .3s ease-out;
    display: inline;
}


/***************************/

.berber-types {
    display: flex;
    justify-content: space-between;
}

.berber-type__name {
    text-align: center;
    color: #181818;
    font-weight: bold;
}

.berber-type {
    border-bottom: unset;
    transition: transform 0.3s;
}

.berber-type:hover {
    transform: translateY(-5px);
}

@media screen and (max-width: 1110px) {
    .berber-types {
        display: none;
    }
}

.berber-sorting {
    margin-top: 50px;
}


/* новая страница Каталог */

.catalog-page__h1 h1 {
    margin: 10px 0 30px;
    font-family: Gilroy;
    font-weight: 800;
    font-size: 28px;
    line-height: 32px;
    color: #181818;
}

.catalog-page__sections-list {
    margin-bottom: 60px;
}

.catalog-page__sections-list-wrap {
    display: flex;
    flex-wrap: wrap;
}

.main_categories_block.catalog-page__sections-list .main_categories_block__item {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 49%;
}

.main_categories_block.catalog-page__sections-list .main_categories_block__item:nth-child(2n) {
    margin-right: 0;
}

.main_categories_block.catalog-page__sections-list .main_categories_block__item .popular-item__caption {
    font-family: Gilroy;
    font-weight: 800;
    font-size: 40px;
    line-height: 36px;
    color: #FFFFFF;
    bottom: 24px;
    left: 32px;
    top: unset;
    right: 32px;
    text-align: left;
    width: auto;
}

.catalog-page__title {
    font-family: Gilroy;
    font-weight: 800;
    font-size: 28px;
    line-height: 32px;
    color: #181818;
    margin-bottom: 30px;
}

.catalog-page__dop-sections-item {
    display: flex;
}

.catalog-page__dop-sections-item .catalog-page__dop-sections-icon {
    margin-right: 25px;
}

.catalog-page__dop-sections-item .catalog-page__dop-sections-icon img {
    max-width: 78px;
}

.catalog-page__dop-sections-item .catalog-page__dop-sections-content {
    padding-top: 0px;
}

.catalog-page__dop-sections-item .catalog-page__dop-sections-content .tags__caption {
    font-family: Gilroy;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    color: #339999;
    margin-bottom: 12px;
}

.catalog-page__dop-sections-item .catalog-page__dop-sections-content .tag {
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 7px;
    padding: 7px 15px;
    width: auto;
    display: inline-block;
}

.catalog-page__dop-sections-item .catalog-page__dop-sections-content .tag+.tag {
    margin-top: 12px;
}

.catalog-page__dop-sections-item .catalog-page__dop-sections-content .tag a.tag__content {
    font-family: Gilroy;
    font-size: 15px;
    line-height: 17px;
    color: #181818;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    background-color: #fff;
}

.catalog-page__dop-sections-item .catalog-page__dop-sections-content .tag a.tag__content:before {
    content: unset;
}

.waves-block.catalog-page__preim-block {
    padding: 80px 0;
}

.catalog-page__preim-block:before,
.catalog-page__preim-block:after {
    content: unset;
}

.catalog-page__preim-block .feature {
    position: relative;
}

.catalog-page__preim-block .feature:before {
    content: '';
    display: block;
    width: 134px;
    height: 134px;
    background: url('/img/ellipse.png') no-repeat;
    position: absolute;
    top: 9px;
    left: 36%;
    z-index: 0;
}

.catalog-page__preim-block>div:nth-child(2n) .feature:before {
    left: 23%;
}

.catalog-page__preim-block .feature .feature__icon {
    margin: 0 auto 20px;
    height: auto;
    z-index: 10;
    position: relative;
}

.catalog-page__preim-block .feature .feature__caption {
    font-family: Gilroy;
    font-weight: 800;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    color: #339999;
    margin-bottom: 10px;
    border-bottom: none;
    display: block;
    z-index: 10;
    position: relative;
}

.catalog-page__preim-block .feature .feature__text {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #181818;
    margin: 0;
    z-index: 10;
    position: relative;
}

.waves-block.catalog-page__preim-block>div:first-child {
    padding-right: 10px;
    padding-left: 30px;
}

.waves-block.catalog-page__preim-block>div:last-child {
    padding-left: 10px;
    padding-right: 30px;
}

.waves-block.catalog-page__preim-block>div {
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (max-width: 1050px) {
    .main_categories_block.catalog-page__sections-list .main_categories_block__item {
        margin-right: 15px;
    }
    .catalog-page__dop-sections-item .catalog-page__dop-sections-content .tags__caption {
        border: none;
        padding: 0;
    }
    .catalog-page__dop-sections-item .catalog-page__dop-sections-content .tags__caption:after {
        content: unset;
    }
    .catalog-page__preim-block .feature .feature__icon {
        float: none;
    }
}

@media screen and (max-width: 800px) {
    .main_categories_block.catalog-page__sections-list .main_categories_block__item {
        margin-right: 0;
        width: 100%;
    }
    .catalog-page__dop-sections-item {
        margin-bottom: 30px;
    }
    .catalog-page__dop-sections-item:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 650px) {
    .catalog-page__preim-block .feature:before {
        left: 43%;
    }
    .catalog-page__preim-block>div:nth-child(2n) .feature:before {
        left: 36%;
    }
    .waves-block.catalog-page__preim-block>div {
        padding-left: 15px;
        padding-right: 15px;
    }
    .waves-block.catalog-page__preim-block>div:first-child {
        padding-right: 15px;
        padding-left: 15px;
    }
    .waves-block.catalog-page__preim-block>div:last-child {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 575px) {
    .main_categories_block.catalog-page__sections-list .main_categories_block__item .popular-item__caption {
        font-size: 32px;
    }
    .catalog-page__dop-sections-item .catalog-page__dop-sections-content {
        text-align: left;
    }
    .catalog-page__preim-block .feature:before {
        content: unset;
    }
    .mebel-page .goods-item .block_prod_bottom {
        bottom: -35px!important;
    }
}

.text-bottom_element {
    margin-bottom: 80px;
}

.text-bottom_element p {
    font-family: Gilroy;
    font-size: 16px;
    line-height: 25px;
    color: #313131;
    margin-top: 5px;
    box-sizing: border-box;
    padding: 0;
}

.ajax-update-cart-mini-new-wrap {
    display: flex;
    border: none;
    align-items: center;
}

.ajax-update-cart-mini-new-wrap a {
    border: none;
}

.ajax-update-cart-mini-new-wrap .roller {
    margin-left: 20px;
}