/* Common */
/* Functions */
/* Variables */
/* Colors */
/* Media set */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
html,
body {
  overflow-x: hidden 1im;
  overflow-y: auto;
  overflow-scrolling: touch;
}
body {
  overflow-x: hidden !important;
}
html {
  -webkit-text-size-adjust: none;
}
html.is-hidden {
  overflow: hidden;
}
body {
  color: #777;
  padding-top: 168px;
  font: 400 16px/1.8 "Montserrat", Arial, sans-serif;
}
body._footer-padding {
  padding-bottom: 100px !important;
}
body._no-padding {
  padding-top: 0 !important;
}
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 {
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: "";
  content: none;
}
b,
strong {
  font-weight: 600;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  outline: 0;
}
input,
textarea,
button,
select {
  font-family: inherit;
  resize: none;
  border: none;
  background-color: transparent;
  outline: none;
  padding: 0;
}
label,
select,
button {
  cursor: pointer;
}
img {
  border: 0;
  vertical-align: top;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
img.lazyload {
  opacity: 0;
}
img.lazyloaded {
  opacity: 1;
}
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1240px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1560px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.row_sm {
  margin-left: -10px;
  margin-right: -10px;
}
.row_sm [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.row_xs {
  margin-left: -5px;
  margin-right: -5px;
}
.row_xs [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
[class*="col-"],
.col,
.col-xs,
.col-sm,
.col-md,
.col-lg,
.col-xl,
.col-xxl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.333333%;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.666667%;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 476px) {
  .col-xs {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xs-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xs-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xs-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xs-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xs-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xs-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xs-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xs-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xs-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xs-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xs-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xs-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xs-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xs-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xs-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xs-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xs-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xs-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xs-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xs-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xs-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.333333%;
  }
  .offset-xs-2 {
    margin-left: 16.666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.333333%;
  }
  .offset-xs-5 {
    margin-left: 41.666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.333333%;
  }
  .offset-xs-8 {
    margin-left: 66.666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.333333%;
  }
  .offset-xs-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 476px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}
@media (min-width: 476px) {
  .flex-xs-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xs-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xs-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xs-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xs-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xs-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xs-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xs-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xs-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xs-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xs-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xs-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xs-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xs-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xs-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xs-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xs-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xs-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xs-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xs-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xs-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xs-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xs-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@font-face {
  font-family: "Montserrat";
  src: url("../../../static/fonts/Montserrat-Bold.woff2") format("woff2"), url("../../../static/fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../../static/fonts/Montserrat-Medium.woff2") format("woff2"), url("../../../static/fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../../static/fonts/Montserrat-Regular.woff2") format("woff2"), url("../../../static/fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Base */
.user-select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.arrow {
  width: 24.5px;
  height: 17.5px;
}
/* Positions */
.pos-rel {
  position: relative;
}
.pos-abs {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pos-abs-y {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.pos-abs-x {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.modal {
  display: none;
}
/* Image */
.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
/* Cursor */
.js-open,
.js-close,
.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default !important;
}
/* Srcoll */
.scroll-x {
  overflow-y: hidden;
  overflow-x: auto;
  overflow-scrolling: touch;
}
.scroll-y {
  overflow-x: hidden 1im;
  overflow-y: auto;
  overflow-scrolling: touch;
}
/* Z-index */
.z--1 {
  z-index: -1;
}
.z-1 {
  z-index: 1;
}
/*text*/
.text__uppercase {
  text-transform: uppercase;
}
.layout {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
}
/* UI */
.btn {
  cursor: pointer;
  padding: 11px 28px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.44px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn_color-white {
  color: #fff;
}
.btn_color-brown {
  color: #c2a68e;
}
.btn_color-gray {
  color: #777;
}
.btn_fill-brown {
  background: #c2a68e;
}
.btn_fill-gray {
  background: #f6f5f4;
}
.btn_fill-white {
  background: #fff;
}
.btn_size-xl {
  font-size: 13px;
  padding: 16px 48px;
}
.tabs-wrap .tabs__switcher {
  cursor: pointer;
}
.tabs-wrap .tabs__tab {
  display: none;
}
.tabs-wrap .tabs__tab._visible {
  display: block;
}
.form .form__label {
  margin-bottom: 35px;
  padding-left: 20px;
  font-size: 12px;
  font-weight: 500;
  display: block;
}
.form .form__label .form__input {
  margin-left: -20px;
  width: calc(100% + 20px);
}
.form .form__label._no-padding {
  padding-left: 0 !important;
}
.form .form__label._no-padding .form__input {
  margin: 0 !important;
  width: 100% !important;
}
.form .form__label._no-input .form__input {
  margin-top: 0 !important;
}
.form .form__label._no-margin {
  margin: 0 !important;
}
.form .form__input {
  margin-top: 10px;
  border: 1px solid #e8e8e8;
  font-size: 14px;
  font-weight: 500;
  padding: 13px 20px;
  color: #777;
}
.form .form__input[type="password"] {
  letter-spacing: 10px;
}
.form .form__input._select {
  background: url("./static/imgs/icons/select-arrow-black.svg") no-repeat;
  background-size: 9px auto;
  background-position: calc(100% - 10px) 50%;
}
.form .form__label-checkbox {
  padding-left: 28px !important;
}
.form .form__label-checkbox input {
  left: 0;
  width: 17px;
  height: 17px;
  border: solid 1px #e8e8e8;
}
.form .form__label-checkbox input:checked {
  border-color: #777;
  background: #777 url("./static/imgs/icons/checked.svg") 50% no-repeat;
  background-size: contain;
}
.form .birth-date select:nth-child(1) {
  width: 25%;
}
.form .birth-date select:nth-child(2) {
  width: 45%;
}
.form .birth-date select:nth-child(3) {
  width: 30%;
}
.form .switchers {
  width: calc(100% + 20px);
  margin-left: -20px !important;
  margin-top: 10px;
}
.form .switchers .switcher {
  font-size: 14px;
  font-weight: 500;
  padding: 9.5px 15px 9.5px 46px !important;
  position: relative;
  border: solid 1px #e8e8e8;
}
.form .switchers .switcher:before {
  content: "";
  left: 15px;
  width: 16px;
  height: 16px;
  border: solid 1px #e8e8e8;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.form .switchers .switcher._active {
  color: #fff;
  background: #777;
  border-color: #777;
}
.form .switchers .switcher._active:before {
  border-color: #fff;
  background: #fff;
}
.form .switchers .switcher._active:after {
  content: "";
  width: 8px;
  height: 8px;
  left: 20px;
  background: #777777;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.form .form__agree .checkbox {
  margin-right: 10px;
}
/* Checkbox */
.checkbox {
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  cursor: pointer;
  background: #fff;
}
.checkbox:checked {
  background: #fff url("./static/imgs/icons/form-check.svg") 50% 50% no-repeat / 12px auto;
}
.h3,
h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
}
.page-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 80px;
  text-transform: uppercase;
}
.page-title .back-btn {
  color: #c2a68e;
  font-size: 12px;
  font-weight: 700;
  padding-left: 45px;
  left: 15px;
}
.page-title .back-btn img {
  width: 20px;
  left: 0;
}
.page-title .prods-count {
  color: #c2a68e;
  font-size: 12px;
  font-weight: 700;
}
.page-title__2 {
  font-size: 80px;
  font-weight: bold;
  line-height: 1.09;
  color: #c2a68e;
  margin-bottom: 100px;
  text-transform: uppercase;
  text-align: center;
}
.page-title__gray {
  color: #777;
}
.page-title__light-gray {
  color: #999;
}
/* Weight */
.font-700 {
  font-weight: 700 !important;
}
.font-500 {
  font-weight: 500 !important;
}
.font-400 {
  font-weight: 400 !important;
}
/* Case */
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
/* Alignment */
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/* Header */
#header {
  position: fixed;
  top: 0;
  padding: 66px 0;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#header .container {
  width: calc(100% - 30px);
  max-width: 1560px;
}
#header .header__left .burger {
  cursor: pointer;
  margin-right: 45px;
  width: 36px;
}
#header .header__left .burger path {
  fill: #fff;
}
#header .header__left a {
  margin-right: 45px;
  opacity: 0.5;
}
#header .header__left a:hover {
  opacity: 1;
}
#header .header__left a._active {
  opacity: 1;
  position: relative;
}
#header .header__left a._active:before {
  content: "";
  position: absolute;
  top: -5px;
  height: 1px;
  left: 0;
  right: 0;
  background: #fff;
}
#header .header__left a:last-child {
  margin-right: 0 !important;
}
#header .logo {
  width: 179px;
  z-index: 10;
}
#header .logo img {
  width: 100%;
}
#header .logo img:nth-child(1) {
  display: block;
}
#header .logo img:nth-child(2) {
  display: none;
}
#header .header__right .menu-link {
  margin-left: 45px;
}
#header .header__right .menu-link.icon {
  margin-left: 25px;
  width: 22px;
  height: 22px;
  position: relative;
}
#header .header__right .menu-link.icon._first {
  margin-left: 45px;
}
#header .header__right .menu-link.icon svg {
  width: 100%;
  height: 100%;
}
#header .header__right .menu-link.icon svg path {
  fill: #fff;
}
#header .header__right .menu-link.icon .num {
  width: 18px;
  height: 18px;
  background: #777;
  border-radius: 100%;
  color: #fff;
  font-size: 11px;
  bottom: -9px;
}
#header .header__right .list {
  opacity: 0;
  visibility: hidden;
  color: #777;
  min-width: 200px;
  position: absolute;
  top: -20px;
  left: -25px;
  right: -25px;
  background: #fff;
  z-index: -1;
  -webkit-box-shadow: 14.849px 14.849px 59px 0px rgba(109, 109, 109, 0.27);
          box-shadow: 14.849px 14.849px 59px 0px rgba(109, 109, 109, 0.27);
  padding: 54px 25px 25px;
}
#header .header__right .list__close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 20px;
  right: 25px;
  cursor: pointer;
}
#header .header__right .list__close path {
  fill: #919191;
}
#header .header__right .list .list-item {
  border-top: 2px solid #eaeaea;
  padding-top: 10px;
  text-transform: uppercase;
}
#header .header__right .list .list-item__title {
  font-size: 12px;
  letter-spacing: 0.4px;
  font-weight: 500;
}
#header .header__right .list .list-item__link {
  margin-top: 15px;
  position: relative;
  color: rgba(119, 119, 119, 0.6);
  padding-left: 28px;
  cursor: pointer;
}
#header .header__right .list .list-item__link:before,
#header .header__right .list .list-item__link:after {
  content: "";
  border-radius: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#header .header__right .list .list-item__link:before {
  width: 16px;
  height: 16px;
  left: 0;
  -webkit-box-shadow: inset 0 0 0 2px #e8e8e8;
          box-shadow: inset 0 0 0 2px #e8e8e8;
}
#header .header__right .list .list-item__link._active {
  color: #c2a68e;
}
#header .header__right .list .list-item__link._active:after {
  width: 8px;
  height: 8px;
  background: #c2a68e;
  left: 4px;
}
#header .header__right .list .list-item:last-child {
  margin-top: 25px;
}
#header .header__right .with-thumb-list {
  cursor: pointer;
  z-index: 2;
}
#header .header__right .with-thumb-list.list-visible .title {
  color: #777;
}
#header .header__right .with-thumb-list.list-visible .list {
  opacity: 1;
  visibility: visible;
}
#header._sticky {
  background: rgba(255, 255, 255, 0.7);
  padding: 20px 0;
  color: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
#header._sticky .header__left .burger path {
  fill: rgba(0, 0, 0, 0.6);
}
#header._sticky .header__left a:before {
  background: rgba(0, 0, 0, 0.6);
}
#header._sticky .logo {
  width: 120px;
}
#header._sticky .logo img:nth-child(1) {
  display: none;
}
#header._sticky .logo img:nth-child(2) {
  display: block;
}
#header._sticky .header__right a.icon svg path {
  fill: rgba(0, 0, 0, 0.6);
}
#header._color-gray {
  color: #777;
}
#header._color-gray .header__left .burger path {
  fill: rgba(0, 0, 0, 0.6);
}
#header._color-gray .header__left a:before {
  background: rgba(0, 0, 0, 0.6);
}
#header._color-gray .logo img:nth-child(1) {
  display: none;
}
#header._color-gray .logo img:nth-child(2) {
  display: block;
}
#header._color-gray .header__right a.icon svg path {
  fill: rgba(0, 0, 0, 0.6);
}
#header._bg-white {
  color: #fff;
}
#main-menu {
  position: fixed;
  width: 550px;
  background-color: #fff;
  z-index: 102;
  top: 0;
  left: -550px;
  bottom: 0;
  padding: 60px 0 60px 225px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#main-menu .burger {
  width: 22px;
  height: 22px;
  cursor: pointer;
}
#main-menu .burger path {
  fill: #777;
}
#main-menu .menu {
  margin-top: 58px;
}
#main-menu .menu > li {
  margin-bottom: 30px;
}
#main-menu .menu > li .header {
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.2);
}
#main-menu .menu > li ul {
  display: none;
  margin-top: 30px;
}
#main-menu .menu > li ul li {
  margin-top: 20px;
}
#main-menu .menu > li ul li a {
  color: rgba(0, 0, 0, 0.3);
}
#main-menu .menu > li ul li a._active {
  position: relative;
  color: #777;
}
#main-menu .menu > li ul li a._active:before {
  content: "";
  height: 1px;
  background: #777;
  right: -500%;
  left: calc(100% + 12px);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#main-menu .menu > li._is-open .header {
  position: relative;
  color: #777;
}
#main-menu .menu > li._is-open .header:before {
  content: "";
  height: 1px;
  background: #777;
  left: -100%;
  right: calc(100% + 12px);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#main-menu .menu > li._is-open ul {
  display: block;
}
#main-menu .sub-menu {
  margin-top: 80px;
}
#main-menu .sub-menu a {
  display: block;
  margin-top: 20px;
}
#main-menu .sub-menu a._gray {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.3);
}
#main-menu .social {
  margin-top: 72px;
}
#main-menu .social a {
  width: 20px;
  height: 20px;
  margin-right: 30px;
}
#main-menu .social a.yt {
  width: 22px;
}
#main-menu .social a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#main-menu .social a path {
  fill: #777;
}
#main-menu._is-visible {
  left: 0;
}
/* Components */
.cmp-profile-order {
  border: solid 2px #c2a68e;
  margin-bottom: 30px;
  padding: 35px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cmp-profile-order .info {
  padding-right: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
.cmp-profile-order .info .thumb {
  font-size: 13px;
  font-weight: 500;
  opacity: 0.5;
  margin-top: 6px;
  text-transform: unset;
}
.cmp-profile-order .info .thumb * {
  margin-top: 5px;
}
.cmp-profile-order .info .thumb .price,
.cmp-profile-order .info .thumb .delivery-date {
  margin-right: 30px;
}
.cmp-profile-order .btns .btn {
  margin: 5px 0;
  cursor: default;
}
.cmp-profile-order .btns .btn:not(:last-child) {
  margin-right: 15px;
}
.cmp-profile-order._delivered {
  border: none;
  background: #f6f5f4;
}
.cmp-blog-item {
  font-weight: 700;
  margin-bottom: 80px;
}
.cmp-blog-item .img {
  height: 290px !important;
  margin-bottom: 21px;
}
.cmp-blog-item .tag {
  color: #c2a68e;
  font-size: 12px;
  line-height: 1.25;
  margin-bottom: 21px;
}
.cmp-blog-item .title {
  font-size: 32px;
  color: #777777;
  line-height: 1;
  margin-bottom: 20px;
}
.cmp-blog-item .thumb .thumb-item {
  margin-right: 20px;
  position: relative;
  font-size: 10px;
  color: rgba(119, 119, 119, 0.6);
  padding-left: 21px;
}
.cmp-blog-item .thumb .thumb-item img {
  left: 0;
  width: 15px;
  height: 15px;
}
.cmp-pagination {
  margin: 100px 0;
}
.cmp-pagination .load-more {
  text-transform: uppercase;
  display: block;
  padding: 29.5px 20px 29.5px 96px;
  background: #f6f5f4;
  font-size: 13px;
  color: #c2a68e;
  font-weight: 700;
}
.cmp-pagination .load-more img {
  left: 41px;
  width: 18px;
}
.cmp-pagination .pages .page {
  font-size: 13px;
  font-weight: 500;
  color: rgba(119, 119, 119, 0.6);
  padding: 0 17px;
  height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cmp-pagination .pages .page._active {
  color: #c2a68e;
  border: solid 1px #c2a68e;
}
.cmp-footer-basket {
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 100px;
  background-color: #f6f5f4;
  bottom: 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.cmp-footer-basket .container {
  height: 100%;
}
.cmp-footer-basket .price {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.cmp-footer-basket .nds {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(119, 119, 119, 0.7);
}
.cmp-footer-basket .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 16px 29px;
}
.cmp-footer-basket .btn._prev {
  left: 15px;
}
.cmp-footer-basket .btn._next {
  right: 15px;
  padding-right: 18px;
}
.cmp-footer-basket .btn img {
  width: 24px;
  margin-left: 30px;
}
.cmp-cities-switchers {
  margin: 80px 0;
  font-size: 12px;
  font-weight: 700;
}
.cmp-cities-switchers a {
  text-transform: uppercase;
  color: rgba(119, 119, 119, 0.6);
  margin: 5px 17px;
}
.cmp-cities-switchers a._active {
  color: #c2a68e;
  position: relative;
}
.cmp-cities-switchers a._active:before {
  content: "";
  height: 2px;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  background: #c2a68e;
}
.cmp-prod {
  font-size: 12px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.cmp-prod .remove-from-fav {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 24px;
  height: 24px;
  z-index: 1;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.cmp-prod .remove-from-fav svg {
  width: 10px;
  height: 10px;
}
.cmp-prod .remove-from-fav path {
  fill: #fff;
}
.cmp-prod img.img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cmp-prod .img-wrap {
  overflow: hidden;
}
.cmp-prod .img {
  height: 540px;
  width: 100%;
  position: relative;
}
.cmp-prod .img .video-controllers {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
}
.cmp-prod .img .video-controllers .button {
  background-size: contain;
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin-left: 20px;
}
.cmp-prod .img .video-controllers .play-btn {
  background: url("/static/imgs/icons/play.svg") 50% no-repeat;
}
.cmp-prod .img .video-controllers .play-btn._play {
  background-image: url("/static/imgs/icons/pause.svg");
}
.cmp-prod .img .video-controllers .sound-btn {
  background: url("/static/imgs/icons/volume.svg") 50% no-repeat;
}
.cmp-prod .img .video-controllers .sound-btn._mute {
  background-image: url("/static/imgs/icons/mute.svg");
}
.cmp-prod .prod__info {
  padding-right: 50px;
  margin-top: 15px;
}
.cmp-prod .prod__info .title {
  color: #c2a68e;
  text-transform: uppercase;
}
.cmp-prod .prod__info .price .price__sum {
  margin-top: 5px;
}
.cmp-prod .prod__info .price .price__sum .not-in-stock {
  font-weight: 500;
  color: #bcbcbc;
  text-transform: uppercase;
}
.cmp-prod .prod__info .price .price__sum._sale {
  color: #ea4a4a;
}
.cmp-prod .prod__info .price .price__sum._sale span {
  font-weight: 500;
  color: #777;
  text-decoration: line-through;
}
.cmp-prod .prod__info .tag {
  text-transform: uppercase;
  line-height: 1;
  font-size: 11px;
  padding: 3.5px 7px;
  margin: 10px 12px 0 0;
  color: #fff;
}
.cmp-prod .prod__info .tag._new {
  background: #c2a68e;
}
.cmp-prod .prod__info .tag._limited {
  background: #777;
}
.cmp-prod .prod__info .tag._sale {
  background: #ea4a4a;
}
.cmp-prod .prod__info .thumb-info {
  margin-top: 5px;
}
.cmp-prod .prod__info .thumb-info .tag,
.cmp-prod .prod__info .thumb-info .count-switcher {
  margin-top: 5px !important;
}
.cmp-prod .prod__info .count-switcher .switcher {
  height: 24px;
  width: 24px;
  position: relative;
  background: #f6f5f4;
}
.cmp-prod .prod__info .count-switcher .switcher img {
  width: 11px;
  height: 11px;
  -o-object-fit: contain;
     object-fit: contain;
}
.cmp-prod .prod__info .count-switcher .count {
  text-align: center;
  margin: 0 5px;
  width: 24px;
  height: 24px;
  font-size: 14px;
  font-weight: bold;
}
.cmp-prod .prod__info .remove-btn {
  width: 20px;
  height: 20px;
  opacity: 0.4;
  margin-top: 2px;
  margin-left: 15px;
}
.cmp-prod .prod__info .like-btn {
  width: 23px;
  height: 23px;
  right: 20px;
  background-image: url("/static/imgs/icons/like-empty.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
.cmp-prod .prod__info .like-btn path {
  fill: #bfbfbf;
}
.cmp-prod .prod__info .like-btn._active {
  background-image: url("/static/imgs/icons/like-fill.svg");
}
.cmp-prod._no-like .prod__info {
  padding-right: 0 !important;
}
.cmp-prod._line .line {
  background: #f6f5f4;
}
.cmp-prod._line .line._l2 {
  margin-top: 20px;
  height: 10px;
  width: 65%;
}
.cmp-prod._line .line._l3 {
  margin-top: 20px;
  height: 10px;
  width: 30%;
}
.cmp-prod._empty {
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cmp-prod:hover img.img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cmp-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  font-weight: 700;
  opacity: 0.6;
  text-transform: uppercase;
  margin-bottom: 125px;
}
.cmp-breadcrumbs a {
  margin: 3px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.44px;
}
.cmp-breadcrumbs a:not(:first-child):before {
  content: "";
  display: inline-block;
  margin: 0 24px;
  width: 8px;
  height: 12px;
  background: url("/static/imgs/icons/breadcrumb-arrow.svg") 50% no-repeat;
  background-size: auto;
}
.cmp-vacancy {
  margin-bottom: 30px;
  background: #f4f4f4;
  padding: 32px 30px 56px;
  text-align: center;
}
.cmp-vacancy .city {
  color: rgba(40, 40, 44, 0.5);
  margin-bottom: 57px;
  margin-bottom: 20px;
  text-transform: uppercase;
  margin-bottom: 55px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.44px;
}
.cmp-vacancy .icon {
  width: 40px;
  height: 40px;
  margin-bottom: 55px;
}
.cmp-vacancy .price {
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 10px;
}
.cmp-vacancy .job-title {
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.cmp-vacancy ul {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 44px;
}
.cmp-vacancy ul li {
  margin-top: 10px;
  line-height: 1.38;
}
.cmp-vacancy._empty {
  min-height: 568px;
}
.cmp-vacancy._empty svg {
  width: 100%;
  max-width: 250px;
}
.cmp-faq {
  margin-bottom: 10px;
}
.cmp-faq .faq__header {
  background: #f6f5f4;
  font-size: 15px;
  font-weight: bold;
  color: #c2a68e;
  position: relative;
  padding: 20px 55px 20px 30px;
  text-transform: uppercase;
  cursor: pointer;
}
.cmp-faq .faq__header img {
  right: 25px;
  width: 15px;
}
.cmp-faq .faq__header img:nth-child(2) {
  display: none;
}
.cmp-faq .faq__content {
  display: none;
  padding: 0 30px 15px;
}
.cmp-faq .faq__content p {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 15px;
}
.cmp-faq._active .faq__header {
  background: transparent;
  color: #777;
}
.cmp-faq._active .faq__header img:nth-child(1) {
  display: none;
}
.cmp-faq._active .faq__header img:nth-child(2) {
  display: block;
}
.cmp-faq._active .faq__content {
  display: block;
}
.cmp-faq._left-header .faq__header {
  padding: 20px 30px 20px 55px;
}
.cmp-faq._left-header .faq__header img {
  left: 25px;
  right: auto;
}
.cmp-contacts-title {
  border-bottom: 1px solid #e9e9e9;
  color: #c2a68e;
  text-align: center;
  padding: 60px 0;
}
.cmp-contacts-title .button {
  font-size: 14px;
}
.cmp-contacts-title .button img {
  width: 20px;
}
.cmp-contacts-title .button._prev {
  padding-left: 30px;
}
.cmp-contacts-title .button._prev img {
  left: 0;
}
.cmp-contacts-title .button._next {
  padding-right: 30px;
}
.cmp-contacts-title .button._next img {
  right: 0;
}
.cmp-contacts-title .title {
  line-height: 1;
  font-size: 80px;
}
.cmp-contacts-title._no-border {
  border-bottom: none;
}
.cmp-share-btns {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
  background: rgba(0, 0, 0, 0.8);
}
.cmp-share-btns .close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.cmp-share-btns .socail-btn {
  width: 80px;
  height: 40px;
  margin: 10px;
  position: relative;
  border-radius: 6px;
}
.cmp-share-btns .socail-btn svg {
  width: 24px;
  height: 24px;
}
.cmp-share-btns .socail-btn svg path {
  fill: #fff;
}
.cmp-share-btns .socail-btn._vk {
  background: #45668e;
  -webkit-box-shadow: 0 4px 0 #243549;
          box-shadow: 0 4px 0 #243549;
}
.cmp-share-btns .socail-btn._tw {
  background: #1da1f2;
  -webkit-box-shadow: 0 4px 0 #0967a0;
          box-shadow: 0 4px 0 #0967a0;
}
.cmp-share-btns .socail-btn._fb {
  background: #3b5998;
  -webkit-box-shadow: 0 4px 0 #1f2f54;
          box-shadow: 0 4px 0 #1f2f54;
}
.cmp-share-btns._visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* Blocks */
/* Sections */
.section-fp {
  min-height: 100vh;
  padding: 150px 0;
  position: relative;
  z-index: 1;
}
.section-bg {
  background: #f6f5f4;
  padding: 30px 0 90px;
}
.section-bg .h3 {
  margin: 60px 0 20px;
}
.section-bg p {
  font-size: 13px;
  line-height: 1.38;
}
.section-bg p b {
  font-weight: 700;
}
.section-bg p a {
  text-decoration: underline;
}
.section-content-center {
  position: relative;
  z-index: 1;
  text-align: center;
}
.section-content-center .bg-text {
  font-size: 400px;
  font-weight: 700;
  color: rgba(202, 160, 141, 0.4);
  text-align: center;
  z-index: -1;
  text-transform: uppercase;
}
.section-content-center .bg-text._red {
  color: rgba(251, 28, 28, 0.5);
}
.section-content-center .title {
  text-transform: uppercase;
  font-size: 80px;
  font-weight: bold;
  color: #fff;
  line-height: 1.09;
  margin-top: 200px;
  margin-bottom: 20px;
}
.section-content-center .description {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.section-content-center .button {
  margin-top: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 13px;
  font-weight: 700;
  border: solid 1px #ffffff;
  text-transform: uppercase;
  color: #fff;
}
.section-content-center .button .button__text {
  padding: 16px 41px;
}
.section-content-center .button .button__arrow {
  width: 55px;
  background: #fff;
  position: relative;
}
.section-content-center .button .button__arrow svg {
  width: 24px;
  height: 24px;
}
.section-grid {
  padding: 0 !important;
}
.section-grid .wrap {
  width: 50%;
  position: relative;
  z-index: 1;
}
.section-grid .wrap__video .video-controllers {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
}
.section-grid .wrap__video .video-controllers .button {
  background-size: contain;
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin-left: 20px;
}
.section-grid .wrap__video .video-controllers .play-btn {
  background: url("/static/imgs/icons/play.svg") 50% no-repeat;
}
.section-grid .wrap__video .video-controllers .play-btn._play {
  background-image: url("/static/imgs/icons/pause.svg");
}
.section-grid .wrap__video .video-controllers .sound-btn {
  background: url("/static/imgs/icons/volume.svg") 50% no-repeat;
}
.section-grid .wrap__video .video-controllers .sound-btn._mute {
  background-image: url("/static/imgs/icons/mute.svg");
}
.section-grid .wrap-content {
  padding: 150px 30px;
}
.section-grid .wrap-content:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: #f6f5f4;
  z-index: -1;
  width: 230px;
}
.section-grid .wrap-content__right {
  padding-left: 88px;
}
.section-grid .wrap-content__right:before {
  left: 0;
}
.section-grid .wrap-content__left {
  padding-right: 88px;
  text-align: right;
}
.section-grid .wrap-content__left:before {
  right: 0;
}
.section-grid .wrap-content__left {
  padding: 150px 30px 150px 88px;
}
.section-grid .wrap-content__left:before {
  right: 0;
}
.section-grid .title {
  font-size: 80px;
  font-weight: 700;
  line-height: 1.09;
  margin-bottom: 90px;
  text-transform: uppercase;
}
.section-grid p {
  margin-bottom: 74px;
  font-weight: 500;
}
.section-grid .arrow {
  position: relative;
  display: block;
  width: 55px;
  height: 55px;
  border: 1px solid #c2a68e;
}
.section-grid .arrow svg {
  width: 24px;
  height: 24px;
}
.section-grid .arrow svg path {
  fill: #c2a68e;
}
.section-dark-bg {
  background: #777;
}
#section-catalog .title {
  margin-top: 130px;
  margin-bottom: 40px;
}
#section-catalog .description {
  margin-bottom: 0;
}
.section-padding {
  min-height: 660px;
  padding: 180px 0 145px;
  position: relative;
  z-index: 1;
}
#section-footer .button .button__arrow svg {
  top: 50% !important;
}
/* Pages */
.page-vacancies .cmp-breadcrumbs {
  margin-top: 100px;
}
.page-vacancy-in {
  margin-top: 60px;
}
.page-vacancy-in .page-title {
  margin-bottom: 50px;
}
.page-vacancy-in .page-title .city {
  font-size: 12px;
  font-weight: bold;
  color: #c2a68e;
  margin-top: 10px;
}
.page-vacancy-in .share-btn {
  height: 55px;
  border: 1px solid rgba(40, 40, 44, 0.15);
}
.page-vacancy-in .share-btn svg {
  width: 24px;
  height: 24px;
  opacity: 0.4;
}
.page-vacancy-in .share-btn svg path {
  fill: #252732;
}
.page-vacancy-in .left-side .buttons {
  margin-bottom: 40px;
}
.page-vacancy-in .left-side .buttons .btn {
  padding: 18px 30px;
  width: calc(100% - 120px);
}
.page-vacancy-in .left-side .buttons .share-btn {
  width: 105px;
}
.page-vacancy-in .left-side .requires {
  margin-bottom: 40px;
  padding: 15px 30px;
  border: 1px solid rgba(40, 40, 44, 0.15);
}
.page-vacancy-in .left-side .requires .item {
  position: relative;
  padding: 15px 0 15px 35px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.15;
}
.page-vacancy-in .left-side .requires .item img {
  width: 21px;
  left: 0;
}
.page-vacancy-in .left-side .requires .item span {
  font-size: 12px;
  text-transform: initial;
  display: block;
  font-weight: 400;
  margin-bottom: 8px;
  color: rgba(119, 119, 119, 0.6);
}
.page-vacancy-in .left-side .skills .title {
  color: rgba(119, 119, 119, 0.6);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}
.page-vacancy-in .left-side .skills .tags .tag {
  margin: 0 13px 13px 0;
  background-color: #f2f2f2;
  font-size: 10px;
  font-weight: 700;
  padding: 7px 23px 5px;
}
.page-vacancy-in .left-side .date {
  margin-top: 30px;
  padding-top: 40px;
  font-size: 12px;
  font-weight: 500;
  border-top: 2px solid #eef0f0;
  color: rgba(119, 119, 119, 0.6);
}
.page-vacancy-in .right-side .main-img {
  width: 100%;
}
.page-vacancy-in .right-side .block {
  margin-top: 60px;
}
.page-vacancy-in .right-side .block .title {
  text-transform: uppercase;
  border-bottom: 2px solid #eef0f0;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.page-vacancy-in .right-side .block ul li {
  margin-top: 10px;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
}
.page-vacancy-in .right-side .block ul li:before {
  content: "";
  left: 0;
  width: 8px;
  height: 8px;
  background: #c2a68e;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.page-vacancy-in .right-side .block .buttons {
  margin-top: 54px;
}
.page-vacancy-in .right-side .block .map {
  margin: 25px 0 0;
  height: 160px;
  background: #eef0f0;
}
.page-vacancy-in .right-side .block .share-btn {
  width: 55px;
  height: 55px;
  margin-left: 15px;
}
.page-vacancy-in .cmp-breadcrumbs {
  margin-top: 120px;
}
.page-search {
  margin-top: 80px;
}
.page-search form {
  margin-bottom: 70px;
}
.page-search form input {
  width: calc(100% - 72px);
  border-bottom: 2px solid #777;
  font-size: 32px;
  font-weight: bold;
  color: #777;
  padding: 10px 0;
  line-height: 1;
  text-transform: uppercase;
}
.page-search form button {
  width: 40px;
  height: 40px;
}
.page-search .cmp-breadcrumbs {
  margin-top: 100px;
}
.page-catalog .filters-wrap {
  margin: 75px 0;
}
.page-catalog .filters-wrap .prod-types {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: rgba(119, 119, 119, 0.6);
  margin-top: 15px;
}
.page-catalog .filters-wrap .prod-types .prod-type {
  margin: 5px 30px 0 0;
}
.page-catalog .filters-wrap .prod-types .prod-type._active {
  color: #c2a68e;
  position: relative;
}
.page-catalog .filters-wrap .prod-types .prod-type._active:before {
  content: "";
  background: #c2a68e;
  top: -10px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
}
.page-catalog .filters-wrap .filters {
  margin-top: 15px;
}
.page-catalog .filters-wrap .filters .open-filters {
  font-size: 12px;
  font-weight: bold;
  color: #c2a68e;
  padding-left: 23px;
}
.page-catalog .filters-wrap .filters .open-filters img {
  left: 0;
  width: 9px;
}
.page-catalog .filters-wrap .filters .view-type {
  margin-left: 38px;
  font-size: 11px;
  font-weight: 500;
  color: rgba(119, 119, 119, 0.6);
  text-transform: uppercase;
}
.page-catalog .filters-wrap .filters .view-type span {
  margin-right: 15px;
  letter-spacing: 0.44px;
}
.page-catalog .filters-wrap .filters .view-type .type {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-catalog .filters-wrap .filters .view-type .type._active {
  color: #fff;
  background: #c2a68e;
}
.page-catalog .cmp-prod {
  margin-bottom: 70px;
}
.page-catalog .cmp-pagination {
  margin: 30px 0 80px;
}
#catalog-filters-wrap {
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 550px;
  background: #fff;
  padding: 60px 50px;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#catalog-filters-wrap #cat-filter-close {
  cursor: pointer;
  width: 22px;
  height: 22px;
  margin-bottom: 50px;
}
#catalog-filters-wrap #cat-filter-close svg {
  fill: #7a7a7a;
  width: 100%;
  height: 100%;
}
#catalog-filters-wrap .title {
  color: #c2a68e;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
#catalog-filters-wrap .f-item {
  margin-bottom: 50px;
}
#catalog-filters-wrap .f-item__title {
  color: #777;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e9e9e9;
}
#catalog-filters-wrap .f-item ul {
  font-size: 12px;
  color: #777;
}
#catalog-filters-wrap .f-item ul li {
  cursor: pointer;
  margin-bottom: 15px;
}
#catalog-filters-wrap .f-item ul li._active {
  font-weight: 700;
  position: relative;
}
#catalog-filters-wrap .f-item ul li._active:before {
  content: "";
  width: 12px;
  height: 12px;
  left: -20px;
  background: url("/static/imgs/icons/checked-brown.svg") 50% no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#catalog-filters-wrap .f-item .show-more {
  font-size: 12px;
  color: #c2a68e;
  padding-left: 26px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}
#catalog-filters-wrap .f-item .show-more svg {
  left: 0;
  width: 15px;
  height: 15px;
  fill: #c2a68e;
}
#catalog-filters-wrap .btns .btn {
  margin: 3px 0;
}
#catalog-filters-wrap._visible {
  right: 0;
}
@media (max-width: 1599.98px) {
  #catalog-filters-wrap {
    width: 320px;
    padding: 30px 15px 30px 40px;
  }
  #catalog-filters-wrap #cat-filter-close {
    margin-bottom: 30px;
  }
  #catalog-filters-wrap .f-item {
    margin-bottom: 40px;
  }
  #catalog-filters-wrap .f-item-title {
    padding-bottom: 4px;
    margin-bottom: 10px;
  }
  #catalog-filters-wrap .f-item ul li {
    margin-bottom: 8px;
  }
}
.page-return .return__des {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 15px;
  margin-bottom: 30px;
}
.page-return .wrap {
  border: solid 1px #e5e3e3;
  padding: 40px;
  margin-bottom: 100px;
}
.page-return .payment__item {
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
  font-size: 16px;
  font-weight: 500;
  color: #777777;
}
.page-return .payment__item .payment__item-title {
  padding: 20px 0;
  font-weight: bold;
  color: #c2a68e;
}
.page-return .payment__type {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  color: #777777;
}
.page-about .section-switchers {
  margin: 80px 0;
}
.page-about .section-switchers a {
  color: rgba(119, 119, 119, 0.6);
  font-size: 12px;
  font-weight: 700;
  margin: 7px 19px;
  position: relative;
  text-transform: uppercase;
}
.page-about .section-switchers a._active {
  color: #777;
}
.page-about .section-switchers a._active:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  height: 2px;
  background: #777;
}
.page-about .section-about .video-wrap {
  height: 397px;
}
.page-about .section-about .video-wrap .play-btn {
  z-index: 2;
  width: 180px;
  cursor: pointer;
}
.page-about .section-about .img-wrap {
  height: 495px;
}
.page-about .section-about .img-wrap._small {
  margin-top: 72px;
  width: 300px;
  height: 300px;
}
.page-about .section-about .img-wrap._tall {
  height: 780px;
}
.page-about .section-about .h3 {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 1.4;
}
.page-about .section-about p {
  font-size: 20px;
}
.page-about .section-about .list li {
  margin-top: 40px;
  padding-right: 74px;
  position: relative;
}
.page-about .section-about .list li .num {
  width: 40px;
  height: 40px;
  background: #f6f5f4;
  font-size: 16px;
  font-weight: bold;
  top: 8px;
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-about .section-about .content-block {
  margin-bottom: 100px;
}
.page-about .section-about .left-side {
  text-align: right;
  padding-right: 60px;
}
.page-about .section-about .right-side {
  padding-left: 60px;
}
.page-about .section-about .card-wrapper {
  padding-bottom: 90px;
  padding-left: 135px;
  z-index: 1;
}
.page-about .section-about .card-wrapper:before {
  content: "";
  left: 0;
  right: -100%;
  bottom: 0;
  position: absolute;
  z-index: -1;
  top: 100px;
  background-color: #f6f5f4;
}
.page-about .section-about .card-wrapper .card {
  max-width: 495px;
  height: 274px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#c2a68e), to(#9b7f66)), -webkit-gradient(linear, left top, left bottom, from(#c2a68e), to(#c2a68e));
  background-image: linear-gradient(to top, #c2a68e, #9b7f66), linear-gradient(to bottom, #c2a68e, #c2a68e);
}
.page-about .section-about .card-wrapper .card img {
  width: 204px;
}
.page-about .section-about .card-wrapper .card p {
  font-size: 20px;
  color: #d4c5b9;
  margin-top: 30px;
}
.page-about .section-about .card-wrapper .h3 {
  margin: 60px 0 55px;
}
.page-about .section-about .card-wrapper .money {
  max-width: 495px;
  background: #fff;
  padding: 28px 100px 28px 28px;
}
.page-about .section-about .card-wrapper .money .money__title {
  font-size: 14px;
  font-weight: 500;
  color: #c2a68e;
}
.page-about .section-about .card-wrapper .money .sum {
  font-size: 30px;
  font-weight: 700;
}
.page-about .section-about .card-wrapper .money .icon {
  right: 30px;
  width: 38px;
  height: 38px;
}
.page-about .section-about .card-wrapper .money .slider {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
}
.page-about .section-about .card-wrapper .btn {
  margin-top: 66px;
  padding: 19px 29px;
}
.page-about .section-slider .page-title {
  margin-bottom: 40px;
}
.page-about .section-slider .about-slider {
  border: 25px solid #f6f5f4;
}
.page-about .section-slider .about-slider .item {
  text-align: center;
  padding: 50px 120px;
}
.page-about .section-slider .about-slider .item .title {
  text-transform: uppercase;
  margin-bottom: 35px;
  color: #c2a68e;
}
.page-about .section-slider .about-slider .item blockquote {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.43;
  font-style: italic;
}
.page-about .section-slider .about-slider .owl-nav {
  left: 70px;
  right: 70px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.page-about .section-slider .about-slider .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.page-about .section-slider .about-slider .owl-nav button svg {
  width: 37px;
}
.page-about .section-slider .about-slider .owl-nav .owl-prev {
  left: 0;
}
.page-about .section-slider .about-slider .owl-nav .owl-next {
  right: 0;
}
.page-about .section-buttons {
  margin: 100px 0 130px;
}
.page-about .section-buttons .button {
  color: #c2a68e;
  display: block;
  padding: 37px 100px 37px 50px;
  background: #f6f5f4;
  position: relative;
  text-transform: uppercase;
}
.page-about .section-buttons .button svg {
  opacity: 0.5;
  right: 35px;
  width: 40px;
  height: 40px;
}
.good__card img {
  max-width: 100%;
}
.good-wrapper {
  padding-top: 30px;
  padding-bottom: 130px;
}
.good-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #e9e9e9;
}
.good_card-description {
  margin-left: auto;
}
.articul {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.64;
  letter-spacing: 0.44px;
  color: rgba(40, 40, 44, 0.3);
  margin-bottom: 23px;
}
.card-price__tag {
  font-size: 27px;
  font-weight: 500;
  text-transform: uppercase;
}
.price__tag {
  background-color: #c2a68e;
  color: #ffffff;
  text-align: center;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}
.card-name__good {
  font-size: 27px;
  font-weight: bold;
  text-transform: uppercase;
}
.card_tag:not(:first-child) {
  margin-left: 15px;
}
.choice-color-wrapper {
  width: 100%;
  margin: 60px 0 20px;
}
.choice-color {
  cursor: pointer;
  margin: 10px 10px 0 0;
  width: 58px;
  height: 16px;
  position: relative;
}
.choice-color:before {
  content: "";
  width: 50px;
  height: 8px;
  background: inherit;
  -webkit-box-shadow: 0 0 0 3px #fff;
          box-shadow: 0 0 0 3px #fff;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.choice-color._active:before {
  display: block;
}
.choice-color_name {
  font-size: 11px;
  font-weight: 500;
  color: rgba(119, 119, 119, 0.5);
  text-transform: uppercase;
  margin: 9px 0 0 10px;
}
.color {
  cursor: pointer;
  margin-right: 11px;
}
.description-good-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.88;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 60px;
}
.select-arrow {
  cursor: pointer;
  position: absolute;
  right: 15px;
  z-index: 2;
  top: 10px;
}
.size-table {
  opacity: 0.5;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.64;
  text-transform: uppercase;
  letter-spacing: 0.44px;
  color: rgba(40, 40, 44, 0.5);
  margin-left: 30px;
}
.select-styled {
  margin-right: 30px;
}
.select-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 15px;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.select-trigger img {
  width: 9px;
  height: 6px;
}
.select-size {
  padding-bottom: 40px;
}
.num-counter {
  margin-right: 20px;
}
.delivery-info {
  margin-bottom: 26px;
  text-transform: uppercase;
  opacity: 0.7;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.48px;
  color: rgba(119, 119, 119, 0.7);
}
.delivery-info-img {
  margin-right: 21px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.delivery-info-price {
  margin-right: 22px;
}
.delivery-info-price::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  right: -16px;
  background-color: rgba(119, 119, 119, 0.7);
  top: 35%;
}
.card-form {
  margin-bottom: 90px;
}
.faq__symbol {
  color: #c2a68e;
  font-size: 20px;
  height: 20px;
  line-height: 1;
  margin-right: 21px;
}
.faq__minus {
  width: 15px;
  height: 1.5px;
  background-color: #777;
  margin-right: 21px;
}
.hide-acord {
  display: none;
}
.good-carusel-title {
  text-transform: uppercase;
  font-size: 80px;
  font-weight: bold;
  line-height: 1.09;
  color: #999;
  padding-top: 108px;
  padding-bottom: 98px;
}
.good-carusel-title .more {
  font-size: 13px;
  padding-right: 40px;
  color: #c2a68e;
}
.good-carusel-title .more img {
  width: 24px;
  right: 0;
}
.owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}
.list-wrapp {
  padding-bottom: 126px;
}
.prev-but,
.owl-prev button {
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 40px;
  height: 40px;
  position: absolute;
  left: -77px;
  top: 30%;
  border-top: 4px solid #c2a68e;
  border-left: 4px solid #c2a68e;
}
.next-but,
.owl-next button {
  display: block;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 40px;
  height: 40px;
  position: absolute;
  right: -77px;
  top: 30%;
  border-top: 4px solid #c2a68e;
  border-left: 4px solid #c2a68e;
}
.add-wish-btn img {
  max-width: 100%;
}
.new-price-sale {
  color: #ea4a4a;
  font-size: 27px;
  font-weight: 500;
  line-height: 0.85;
  margin-left: 30px;
  position: relative;
}
.new-price-sale::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: -25px;
  background: #777777;
}
.sale__tag {
  background-color: #ea4a4a;
  color: #ffffff;
  text-align: center;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}
.size-ava-img {
  width: 100%;
  max-width: 15px;
  height: 15px;
  margin-right: 15px;
}
.size-ava-img img {
  max-width: 100%;
}
.availability-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.82;
  letter-spacing: 0.44px;
  color: #28282c;
  text-transform: uppercase;
}
.order-ava {
  font-weight: bold;
  color: #c2a68e;
  text-decoration: underline;
}
.not-available__tag {
  background-color: #777;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.82;
  letter-spacing: 0.44px;
  color: #ffffff;
  padding: 5px 9px;
}
.not-available-img {
  width: 100%;
  max-width: 40px;
  height: 40px;
  background-color: #777;
  margin-right: 25px;
}
.not-available-img-icon {
  width: 24px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.not-available-img-icon img {
  max-width: 100%;
}
.not-available-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
}
.not-available-text_bold {
  font-weight: 500;
}
.not-available-good {
  margin-bottom: 41px;
}
.not-available-description {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.88;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 41px;
}
/* Исправить Камилю */
.prod-counter-wrap {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #e9e9e9;
}
.prod-counter-wrap .add-cart-btn {
  padding: 19px 25px;
  margin-right: 25px;
}
.prod-counter-wrap .count-switcher {
  margin: 0 15px 0 0;
}
.prod-counter-wrap .count-switcher .switcher {
  cursor: pointer;
  height: 54px;
  width: 24px;
  position: relative;
  background: #f6f5f4;
}
.prod-counter-wrap .count-switcher .switcher img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 11px;
  height: 11px;
}
.prod-counter-wrap .count-switcher .count {
  text-align: center;
  margin: 0 1px;
  width: 30px;
  line-height: 54px;
  height: 54px;
  font-size: 16px;
  font-weight: bold;
  background: #f6f5f4;
}
.prod-counter-wrap .add-wish {
  height: 54px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.prod-counter-wrap .add-wish-btn {
  width: 23px;
  height: 20px;
  margin-right: 13px;
}
.prod-counter-wrap .add-wish-description {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: 0.44px;
  color: rgba(40, 40, 44, 0.5);
  text-transform: uppercase;
}
.page-blog-in {
  margin-top: 60px;
}
.page-blog-in .page-title__2 {
  color: #999;
  margin-bottom: 70px;
}
.page-blog-in .content-wrap {
  max-width: 830px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.8;
}
.page-blog-in .content-wrap p {
  margin-top: 50px;
}
.page-blog-in .content-wrap p .h3 {
  text-transform: uppercase;
  margin-bottom: 40px;
  display: block;
}
.page-blog-in .main-img {
  margin-bottom: 76px;
}
.page-blog-in .main-img img {
  width: 100%;
  margin-bottom: 10px;
}
.page-blog-in .post-thumb-data .date {
  background: #f9f8f7;
  font-size: 10px;
  font-weight: 700;
  padding: 6px 20px;
  letter-spacing: 0.4px;
}
.page-blog-in .post-thumb-data .thumb-data .thumb-item {
  cursor: pointer;
  position: relative;
  font-size: 13px;
  opacity: 0.6;
  padding-left: 28px;
  margin-left: 30px;
}
.page-blog-in .post-thumb-data .thumb-data .thumb-item img {
  left: 0;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-blog-in .post-thumb-data .share-btn {
  background: #c2a68e;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  padding: 10px 25px 8px;
  letter-spacing: 0.4px;
  line-height: 1;
  margin: 15px 0;
}
.page-blog-in .post-thumb-data._footer {
  margin-top: 60px;
}
.page-blog-in .slider {
  margin-top: 70px;
}
.page-blog-in .slider .owl-item {
  height: 400px;
}
.page-blog-in .slider .owl-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-blog-in .slider .owl-nav button {
  position: relative;
  width: 60px;
  height: 60px;
  background: #777;
}
.page-blog-in .slider .owl-nav button svg {
  width: 20px;
  height: 20px;
}
.page-blog-in .slider .owl-nav button path {
  fill: #fff;
}
.page-blog-in .slider .owl-nav button.owl-prev {
  background: #999;
}
.page-blog-in .slider .download {
  left: 20px;
  bottom: 20px;
  font-size: 10px;
  font-weight: 700;
  padding: 10px 20px;
  line-height: 1;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  color: #fff;
}
.page-blog-in blockquote {
  position: relative;
  margin-top: 70px;
  border: solid 15px #f6f5f4;
  padding: 50px 30px 30px;
}
.page-blog-in blockquote .quote {
  position: absolute;
  left: 46px;
  top: -28px;
  width: 59px;
}
.page-blog-in blockquote .text {
  margin: 0 0 30px;
  font-size: 20px;
  font-style: italic;
  line-height: 1.8;
}
.page-blog-in blockquote .author {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.page-blog-in .prod-wrap {
  margin-top: 70px;
  width: calc(100% + 250px);
  margin-left: -125px;
}
.page-blog-in ul,
.page-blog-in ol {
  margin-top: 60px;
}
.page-blog-in ul li,
.page-blog-in ol li {
  padding: 25px 20px 25px 40px;
  background-color: #f6f5f4;
  font-size: 17px;
  font-weight: bold;
  position: relative;
}
.page-blog-in ul li:before,
.page-blog-in ol li:before {
  content: "";
  left: -10px;
  color: #c2a68e;
  font-size: 26px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.page-blog-in ul li {
  margin-top: 10px;
}
.page-blog-in ul li:before {
  width: 22px;
  height: 9px;
  background: #c2a68e;
}
.page-blog-in ol {
  counter-reset: count-item;
}
.page-blog-in ol li {
  margin-top: 10px;
  counter-increment: count-item;
}
.page-blog-in ol li:before {
  content: counter(count-item, decimal-leading-zero);
}
.page-blog-in .other-news {
  margin-top: 120px;
  padding-top: 120px;
  border-top: 1px solid #e9e9e9;
}
.page-blog-in .comments {
  margin-top: 150px;
}
.page-blog-in .comments .title {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 40px;
}
.page-blog-in .comments .comment {
  border-top: 1px solid #e2e2e2;
  padding: 40px 0;
  position: relative;
  padding-left: 58px !important;
}
.page-blog-in .comments .comment__user {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 40px;
  left: 0;
}
.page-blog-in .comments .comment__user path {
  fill: #c2a68e;
}
.page-blog-in .comments .comment__header .name {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.page-blog-in .comments .comment__header .date {
  font-size: 12px;
  font-weight: 500;
  opacity: 0.4;
}
.page-blog-in .comments .comment p {
  margin-top: 15px;
  font-size: 14px;
}
.page-blog-in .comments .load-more {
  background: #f9f8f7;
  font-weight: 700;
  color: #c2a68e;
  font-size: 12px;
  padding: 20px 28px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  display: block;
}
.page-blog-in .comments .footer {
  margin-top: 40px;
}
.page-blog-in .comments .footer .btn {
  margin-right: 30px;
}
.page-blog-in .comments .footer p {
  margin: 0 !important;
  font-size: 15px;
  color: #868686;
}
.page-blog {
  padding-top: 60px;
}
.page-blog .page-title__2 {
  color: #999;
}
.page-blog .cmp-pagination {
  margin: 50px 0 80px;
}
.page-basketpay {
  padding-top: 50px;
}
.page-basketpay .row {
  margin-left: -10px;
  margin-right: -10px;
}
.page-basketpay .row [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.page-basketpay .basketpay-wrap {
  margin-bottom: 140px;
}
.page-basketpay .item {
  display: block;
  background-color: #f6f5f4;
  padding: 20px;
  margin-top: 30px;
}
.page-basketpay .item .title {
  text-transform: uppercase;
}
.page-basketpay .item .des {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #777777;
  text-transform: uppercase;
}
.page-basketpay .item .img {
  height: 38px;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.page-basketpay .item .img img {
  max-height: 100%;
  max-width: 100%;
}
.page-basketpay .item._active {
  background: #ffffff !important;
  -webkit-box-shadow: inset 0 0 0 2px #c2a68e;
          box-shadow: inset 0 0 0 2px #c2a68e;
}
.page-delivery .wrap {
  border: solid 1px #e5e3e3;
  padding: 40px;
  margin-top: 40px;
}
.page-delivery .wrap-item {
  margin-top: 30px;
  line-height: 1.5;
  font-size: 16px;
}
.page-delivery .wrap-item .h3 {
  font-weight: bold;
  color: #c2a68e;
  text-transform: uppercase;
}
.page-delivery .wrap-item p {
  margin-top: 15px;
}
.page-delivery .wrap-item:first-child {
  margin-top: 0;
}
.page-delivery .cmp-breadcrumbs {
  margin-top: 100px;
}
.page-basket {
  padding-top: 40px;
  padding-bottom: 120px;
}
.page-basket .page-title {
  margin-bottom: 60px;
}
.page-basket .page-title .prods-count {
  color: #c2a68e;
  font-size: 12px;
  font-weight: 700;
}
.page-basket-1 .cmp-prod {
  width: 18%;
}
.page-basket-1 .cmp-prod .prod__info {
  padding-right: 0 !important;
}
.page-basket-1 .cmp-prod .img {
  height: 410px;
}
.page-basket-2 .block-item {
  padding: 50px;
  border: 25px solid transparent;
}
.page-basket-2 .block-item .page-title {
  text-align: left;
  margin-bottom: 40px;
  line-height: 1.3;
}
.page-basket-2 .block-item .form__label {
  margin-bottom: 25px;
}
.page-basket-2 .block-item .forgot-pass {
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
  margin-bottom: 25px;
  color: rgba(119, 119, 119, 0.6);
}
.page-basket-2 .block-item p {
  font-weight: 500;
  margin: 20px 0 80px;
}
.page-basket-2 .block-item._right {
  padding-left: 30px;
  padding-right: 30px;
}
.page-basket-2 .block-item._border {
  border-color: #f6f5f4;
}
.page-basket-2 .no-account {
  margin-top: 50px;
  font-size: 14px;
  text-align: center;
  color: rgba(119, 119, 119, 0.5);
}
.page-basket-2 .no-account a {
  color: #777;
  text-decoration: underline;
}
.page-basket-4 .tabs-wrap .type-item {
  margin-bottom: 15px;
  padding: 25px 30px;
  background: #f6f5f4;
}
.page-basket-4 .tabs-wrap .type-item .title {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.page-basket-4 .tabs-wrap .type-item .des {
  color: rgba(119, 119, 119, 0.6);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}
.page-basket-4 .tabs-wrap .type-item .price {
  color: #c2a68e;
  font-size: 15px;
  font-weight: 700;
}
.page-basket-4 .tabs-wrap .type-item._active {
  background: transparent;
  -webkit-box-shadow: inset 0 0 0 2px #c2a68e;
          box-shadow: inset 0 0 0 2px #c2a68e;
}
.page-basket-4 .left-switcher {
  cursor: pointer;
  margin-bottom: 16px;
  background: #f6f5f4;
  padding: 20px 20px 20px 62px;
  font-weight: 500;
  position: relative;
}
.page-basket-4 .left-switcher .chbx {
  left: 23px;
  width: 16px;
  height: 16px;
  border: solid 1px #d1d1d1;
  background: #ffffff;
}
.page-basket-4 .left-switcher .title {
  font-size: 14px;
  margin-bottom: 5px;
}
.page-basket-4 .left-switcher .thumb {
  opacity: 0.6;
  font-size: 12px;
}
.page-basket-4 .left-switcher._active {
  background-color: #c2a68e;
  color: #fff;
}
.page-basket-4 .left-switcher._active .chbx:before {
  content: "";
  width: 9px;
  height: 9px;
  background: #c2a68e;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-basket-4 .search-form {
  margin-bottom: 16px;
}
.page-basket-4 .search-form button {
  width: 20px;
  height: 20px;
  left: 13px;
}
.page-basket-4 .search-form button img {
  width: 100%;
}
.page-basket-4 .search-form .form__input {
  padding-left: 46px;
  margin-top: 0;
  width: 100%;
}
.page-basket-4 .map-wrapper {
  min-height: 240px;
  height: calc(100% - 15px);
}
.page-basket-6 .pay-method-img {
  margin: 10px 0 60px;
  max-height: 30px;
}
.page-basket-6 .what-is-cvv {
  color: rgba(119, 119, 119, 0.7);
  font-size: 12px;
  font-weight: 500;
  margin: 22px 0 0 15px;
  text-decoration: underline;
  display: inline-block;
}
.page-basket-6 .form__label .row {
  margin-left: -20px !important;
  width: calc(100% + 20px) !important;
}
.page-basket-6 .form__label .row .form__input {
  margin-left: 0;
  width: 100%;
}
.page-basket-7 .issued-good-item {
  max-width: 30%;
}
.page-basket-7 .empty-good-item {
  width: 30%;
  max-width: unset;
}
.page-basket-7 .empty-issued-card {
  width: 100%;
  height: auto;
  padding: 218px 0;
}
.page-basket-7 .delivery-order-num {
  background-color: #f6f5f4;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  color: #c2a68e;
  padding: 20px 30px;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.page-basket-7 .delivery-issued-item {
  color: #777777;
}
.page-basket-7 .delivery-issued-item .issued-item-title {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.page-basket-7 .delivery-issued-item .issued-item-description {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
}
.page-basket-7 .delivery-issued-item .order-info-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.36;
  margin-bottom: 30px;
}
.page-basket-7 .cmp-prod .img {
  height: 410px;
}
.page-basket-7 .prod-info .item {
  margin-top: 20px;
}
.page-basket-7 .prod-info ul {
  margin-top: 15px;
}
.page-basket-7 .prod-info ul li {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
}
.page-basket-7 .prod-info ul li img {
  max-width: 100%;
}
.page-payment .wrap {
  border: solid 1px #e5e3e3;
  padding: 40px;
}
.page-payment .wrap-item {
  margin-top: 30px;
  line-height: 1.5;
  font-size: 16px;
}
.page-payment .wrap-item .h3 {
  font-weight: bold;
  color: #c2a68e;
  text-transform: uppercase;
}
.page-payment .wrap-item p {
  margin-top: 15px;
}
.page-payment .wrap-item p:first-child {
  margin-top: 0;
}
.page-payment .wrap-item:first-child {
  margin-top: 0;
}
.page-payment .payment-types {
  margin-top: 24px;
}
.page-payment .payment-types .type {
  text-transform: uppercase;
  margin-bottom: 8px;
  background: #f6f5f4;
  padding: 11px 20px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.52px;
  line-height: 1.4;
}
.page-payment .cmp-breadcrumbs {
  margin-top: 80px;
}
.page-card .good__card {
  padding-left: 140px;
}
.page-card #product-slider {
  margin-bottom: 30px;
}
.page-card #product-slider img {
  width: 100%;
}
.page-card #product-slider .owl-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.page-card #product-slider .owl-nav button {
  height: 36px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.5);
}
.page-card #product-slider .owl-nav button div {
  position: relative;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
}
.page-card .sidebar {
  position: absolute !important;
  left: 0;
  top: 0;
}
.page-card .thumb-imgs .item {
  width: 100px;
  height: 160px;
  margin-bottom: 25px;
  cursor: pointer;
}
.page-card .thumb-imgs .item._active {
  -webkit-box-shadow: inset 0 0 0 1px #c2a68e;
          box-shadow: inset 0 0 0 1px #c2a68e;
}
.page-card .thumb-imgs .item._active img {
  width: calc(100% - 36px);
  height: calc(100% - 36px);
}
.page-card .thumb-imgs .item:last-child {
  margin-bottom: 0 !important;
}
.page-card .main-imgs {
  padding-right: 20px;
}
.page-card .main-imgs img {
  width: 100%;
  margin-bottom: 7px;
}
.page-card .main-imgs img:last-child {
  margin-bottom: 0 !important;
}
.page-card .size-table {
  text-decoration: underline;
}
.page-card .cmp-breadcrumbs {
  margin: 80px 0;
}
.page-user {
  padding-top: 50px;
  padding-bottom: 100px;
}
.page-user .menu {
  margin-top: 15px;
}
.page-user .menu a {
  display: block;
  margin-bottom: 40px;
  letter-spacing: 0.72px;
}
.page-user .menu a._active {
  color: #c2a68e;
}
.page-user .block-order-in .block-title {
  margin-bottom: 40px;
}
.page-user .block-order-in .block-title .thumb {
  margin-top: 15px;
  font-size: 14px;
  text-transform: initial;
}
.page-user .block-order-in .cmp-prod .img {
  height: 380px;
}
.page-user .block-order-in ul {
  margin-top: 28px;
  font-size: 13px;
}
.page-user .block-order-in ul li {
  margin-top: 5px;
}
.page-user .block-order-in ul img {
  max-width: 100%;
}
.page-user .block-order-in .line {
  margin: 45px 0;
  height: 1px;
  background: #e0e0e0;
}
.page-user .block-order-in .order-info {
  padding-left: 90px;
}
.page-user .block-settings .item {
  font-size: 14px;
  font-weight: 500;
  padding-right: 240px;
  margin: 60px 0;
}
.page-user .block-settings .item .h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.page-user .block-settings .item .switchers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
  width: 222px;
  height: 40px;
  background-color: #f5f5f5;
}
.page-user .block-settings .item .switchers .switcher {
  cursor: pointer;
  width: calc(50% - 6px);
  height: 28px;
  font-size: 10px;
  color: rgba(63, 65, 66, 0.5);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
}
.page-user .block-settings .item .switchers .switcher._active {
  background: #c2a68e;
  color: #fff;
}
.page-user .block-settings .item:first-child {
  margin-top: 0;
}
.page-user .block-settings .item:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #f3f3f3;
}
.page-user .block-edit-profile .btn {
  margin-top: 20px;
}
.page-user .block-favorite-prods .cmp-prod .img {
  height: 400px;
}
.page-faq {
  padding: 50px 0;
}
.page-contacts .delivery__address {
  margin-top: 75px;
}
.page-contacts .delivery__address .item {
  margin-left: 20px;
  opacity: 0.6;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.25;
  color: rgba(119, 119, 119, 0.6);
}
.page-contacts .delivery__address .item._active {
  color: #c2a68e;
  opacity: 1;
  position: relative;
}
.page-contacts .delivery__address .item._active:before {
  content: "";
  position: absolute;
  top: -10px;
  height: 2px;
  left: 0;
  right: 0;
  color: #c2a68e;
}
.page-contacts .cmp-cities-switchers {
  color: rgba(119, 119, 119, 0.6);
  letter-spacing: 0.4px;
  margin-bottom: 60px;
}
.page-contacts .shop__info .shop__image {
  width: 100%;
}
.page-contacts .shop__info .shop__map {
  height: 310px;
  margin-top: 10px;
  background: rgba(187, 174, 163, 0.4);
}
.page-contacts .shop__info .shop__map iframe {
  position: absolute;
  top: 0;
  left: 0;
}
.page-contacts .delivery-item {
  margin-bottom: 15px;
  padding: 25px 30px;
  background: #f6f5f4;
  cursor: pointer;
}
.page-contacts .delivery-item .title {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.page-contacts .delivery-item .des {
  color: rgba(119, 119, 119, 0.6);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}
.page-contacts .delivery-item .phone {
  color: #c2a68e;
  font-size: 15px;
  font-weight: 700;
}
.page-contacts .delivery-item._active {
  background: transparent;
  -webkit-box-shadow: inset 0 0 0 2px #c2a68e;
          box-shadow: inset 0 0 0 2px #c2a68e;
}
.page-contacts .cmp-breadcrumbs {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}
.page-contacts-2 .delivery-item {
  margin-bottom: 30px;
  padding: 20px 35px 32px;
  border: 1px solid #e5e3e3;
  background: transparent;
}
.page-contacts-2 .delivery-item .title {
  color: #c2a68e;
  font-size: 24px;
  letter-spacing: 0.4px;
  font-weight: 700;
  margin-bottom: 10px;
}
.page-contacts-2 .delivery-item .des {
  font-size: 13px;
  font-weight: 400;
}
.page-contacts-2 .delivery-item .line {
  height: 2px;
  background: #f6f5f4;
  margin: 10px 0 30px;
}
.page-contacts-2 .delivery-item .phone {
  font-size: 23px;
  font-weight: 700;
  color: #777;
  margin-top: -20px;
}
.page-contacts-2 .delivery-item .phone-des {
  margin-bottom: -8px !important;
}
.page-contacts-2 .delivery-item .footer__triggers {
  margin-top: 28px;
  padding: 0 !important;
}
.page-contacts-2 .delivery-item .footer__triggers a {
  height: 180px;
  position: relative;
  width: 24%;
  background: #f6f5f4;
}
.page-contacts-2 .delivery-item .footer__triggers a img {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-reviews {
  padding-bottom: 70px;
}
.page-reviews .reviews {
  margin-top: 70px;
}
.page-reviews .item {
  margin-top: 40px;
  border: solid 1px #e5e3e3;
  padding: 30px;
}
.page-reviews .item .rating {
  height: 50px;
  background-color: #777777;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 50px;
  width: 100%;
  max-width: 50px;
}
.page-reviews .item .user-wrap {
  margin-left: 20px;
  font-size: 12px;
  font-weight: 500;
}
.page-reviews .item .user-wrap .date {
  color: rgba(119, 119, 119, 0.5);
}
.page-reviews .item .user-wrap .user {
  margin-top: 5px;
  text-transform: uppercase;
}
.page-reviews .item .comment {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.67;
}
.page-reviews .item .stars {
  margin-top: 25px;
  padding-top: 15px;
  border-top: solid 1px #e5e3e3;
}
.page-reviews .item .stars .star {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.page-guide {
  margin-top: 50px;
}
.page-guide .page-title__2 {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
  padding-bottom: 70px;
}
.page-guide .cmp-cities-switchers {
  margin: 80px 0 0;
}
.page-guide .guide-list .item {
  margin-top: 120px;
}
.page-guide .guide-list .item .img {
  height: 628px;
}
.page-guide .guide-list .item .img .owl-stage-outer,
.page-guide .guide-list .item .img .owl-stage,
.page-guide .guide-list .item .img .owl-item {
  height: 100%;
}
.page-guide .guide-list .item .img .owl-nav {
  left: 25px;
  right: 25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.page-guide .guide-list .item .img .owl-nav button {
  width: 24px;
  position: relative;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.page-guide .guide-list .item .img .owl-nav button svg {
  width: 100%;
}
.page-guide .guide-list .item .img .owl-nav button path {
  fill: #fff;
}
.page-guide .guide-list .item .img .owl-nav .owl-prev {
  left: 0;
}
.page-guide .guide-list .item .img .owl-nav .owl-next {
  right: 0;
}
.page-guide .guide-list .item .info {
  margin-top: 20px;
}
.page-guide .guide-list .item .info .name {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.3;
}
.page-guide .guide-list .item .info .price {
  font-size: 14px;
  margin: 10px 0;
}
.page-guide .guide-list .item .info .sizes {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.page-guide .guide-list .item .info .sizes .size {
  margin: 5px 9px 5px 0;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  cursor: pointer;
  font-size: 10px;
  padding: 0 10px;
  -webkit-box-shadow: inset 0 0 0 1px #dedddd;
          box-shadow: inset 0 0 0 1px #dedddd;
}
.page-guide .guide-list .item .info .sizes .size._active {
  color: #fff;
  background: #c2a68e;
  -webkit-box-shadow: inset 0 0 0 1px #c2a68e;
          box-shadow: inset 0 0 0 1px #c2a68e;
}
.page-guide .guide-list .item .info .sizes .text {
  text-decoration: underline;
  margin-left: 7px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(40, 40, 44, 0.4);
}
.page-guide .guide-list .item .footer .btn {
  padding: 13px 27px;
  font-size: 11px;
}
.page-guide .guide-list .item .footer .count-switcher {
  margin-left: 9px;
  width: 84px;
  background: #f6f5f4;
}
.page-guide .guide-list .item .footer .count-switcher .switcher {
  height: 100%;
  width: 24px;
  position: relative;
  cursor: pointer;
}
.page-guide .guide-list .item .footer .count-switcher .switcher img {
  width: 11px;
  height: 11px;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-guide .guide-list .item .footer .count-switcher .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 13px;
  font-weight: bold;
  color: #28282c;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.page-guide .guide-list .item:nth-child(1),
.page-guide .guide-list .item:nth-child(2),
.page-guide .guide-list .item:nth-child(3) {
  margin-top: 80px;
}
.page-guide .cmp-breadcrumbs {
  margin-top: 140px;
}
.page-prod-return {
  padding: 40px 0 150px;
}
.page-prod-return .page-title__des {
  font-size: 18px;
  line-height: 1.28;
  letter-spacing: 0.72px;
  color: #c2a68e;
  margin-top: 20px;
}
.page-prod-return .return-prod {
  cursor: pointer;
  padding: 15px;
  background: #f6f5f4;
  margin-bottom: 20px;
}
.page-prod-return .return-prod .img {
  width: 139px;
  height: 139px;
}
.page-prod-return .return-prod .info {
  position: relative;
  width: calc(100% - 169px);
  font-size: 12px;
  font-weight: 700;
  padding-right: 40px;
}
.page-prod-return .return-prod .info .title {
  margin-top: 25px;
  margin-bottom: 10px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #c2a68e;
}
.page-prod-return .return-prod .info .price {
  margin-bottom: 20px;
}
.page-prod-return .return-prod .info .size {
  color: #fff;
  padding: 3px 13px;
  background-color: #c2a68e;
}
.page-prod-return .return-prod .info .checkbox {
  right: 10px;
  width: 24px;
  height: 24px;
  border: solid 1px #dadad9;
}
.page-prod-return .return-prod._active {
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 2px #c2a68e;
          box-shadow: inset 0 0 0 2px #c2a68e;
}
.page-prod-return .return-prod._active .checkbox {
  background: #fff url("./static/imgs/icons/form-check-brown.svg") 50% no-repeat;
  background-size: 18px auto;
}
.page-prod-return .return-step {
  margin-bottom: 15px;
  padding: 30px 28px;
  border: 2px solid #e9e9e9;
}
.page-prod-return .return-step .top {
  color: #c2a68e;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1;
  text-transform: uppercase;
}
.page-prod-return .return-step .top .num {
  font-size: 36px;
  margin-right: 25px;
}
.page-prod-return .return-step p {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
}
.page-prod-return .return-reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 96px;
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: bold;
  padding: 26px 70px 26px 28px;
  line-height: 1.53;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  -webkit-box-shadow: inset 0 0 0 2px #e9e9e9;
          box-shadow: inset 0 0 0 2px #e9e9e9;
  cursor: pointer;
}
.page-prod-return .return-reason .checkbox {
  right: 25px;
  width: 24px;
  height: 24px;
  border: solid 1px #dadad9;
}
.page-prod-return .return-reason._active {
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 2px #c2a68e;
          box-shadow: inset 0 0 0 2px #c2a68e;
}
.page-prod-return .return-reason._active .checkbox {
  background: #fff url("./static/imgs/icons/form-check-brown.svg") 50% no-repeat;
  background-size: 18px auto;
}
.page-prod-return .return-place {
  padding: 25px 70px 25px 30px;
  margin-bottom: 30px;
  -webkit-box-shadow: inset 0 0 0 2px #e9e9e9;
          box-shadow: inset 0 0 0 2px #e9e9e9;
  cursor: pointer;
}
.page-prod-return .return-place .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.72px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.page-prod-return .return-place ul li {
  opacity: 0.7;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}
.page-prod-return .return-place .checkbox {
  right: 25px;
  width: 24px;
  height: 24px;
  border: solid 1px #dadad9;
}
.page-prod-return .return-place._active {
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 2px #c2a68e;
          box-shadow: inset 0 0 0 2px #c2a68e;
}
.page-prod-return .return-place._active .checkbox {
  background: #fff url("./static/imgs/icons/form-check-brown.svg") 50% no-repeat;
  background-size: 18px auto;
}
.page-prod-return .return-money-method {
  padding: 25px 70px 25px 30px;
  margin-bottom: 30px;
  -webkit-box-shadow: inset 0 0 0 2px #e9e9e9;
          box-shadow: inset 0 0 0 2px #e9e9e9;
  cursor: pointer;
}
.page-prod-return .return-money-method .img {
  height: 26px;
  margin-bottom: 30px;
}
.page-prod-return .return-money-method .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
.page-prod-return .return-money-method .checkbox {
  right: 25px;
  width: 24px;
  height: 24px;
  border: solid 1px #dadad9;
}
.page-prod-return .return-money-method._active {
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 2px #c2a68e;
          box-shadow: inset 0 0 0 2px #c2a68e;
}
.page-prod-return .return-money-method._active .checkbox {
  background: #fff url("./static/imgs/icons/form-check-brown.svg") 50% no-repeat;
  background-size: 18px auto;
}
.page-prod-return-6 {
  text-align: center;
}
.page-prod-return-6 .page-title {
  margin-bottom: 80px !important;
}
.page-prod-return-6 .wrap {
  border: 2px solid #e9e9e9;
  padding: 65px 30px 30px;
}
.page-prod-return-6 .wrap img {
  width: 72px;
  height: 72px;
  top: -36px;
}
.page-prod-return-6 .wrap .title {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.page-prod-return-6 .wrap ul li {
  margin-top: 20px;
  line-height: 1.29;
  opacity: 0.7;
  font-size: 14px;
  font-weight: 500;
}
.page-prod-return-6 p {
  margin: 34px 0 44px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.page-size-table .t-wrap {
  margin: 25px 0 40px;
  width: calc(100% + 30px);
  margin-left: -15px;
}
.page-size-table .t-wrap table {
  width: 100%;
}
.page-size-table .t-wrap table .th {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  padding: 14px 10px;
  border: 1px solid rgba(147, 147, 147, 0.3);
  text-align: center;
  color: #777;
  width: 20%;
}
.page-size-table .t-wrap table .th:not(:last-child) {
  border-right: none;
}
.page-size-table .t-wrap table .th:not(:first-child) {
  border-left: none;
}
.page-size-table .t-wrap > table {
  min-width: 770px;
  border-spacing: 15px 0px;
  border-collapse: separate;
}
.page-size-table .t-wrap > table th {
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  color: #777;
  font-weight: 500;
  padding: 13px 20px;
  background: #f6f5f4;
  letter-spacing: 1.2px;
}
.page-size-table .t-wrap > table th._l {
  width: 60%;
}
.page-size-table .t-wrap > table th._r {
  width: 40%;
}
.page-size-table .t-wrap > table .td {
  font-size: 14px;
  padding: 12px 15px;
  text-align: center;
  color: #777;
}
.page-size-table .t-wrap > table .tr:nth-child(even) .td {
  background: #f6f5f4;
}
.page-size-table .t-wrap .line {
  width: 1px;
  background: #dedede;
  position: absolute;
  bottom: 15px;
  top: 65px;
  left: calc(19% + 5px);
}
.page-size-table .t-wrap .line:nth-child(2) {
  left: calc(41% + 1px);
}
.page-size-table .t-wrap .line:nth-child(3) {
  left: calc(60% - 1px);
}
.page-size-table .t-wrap .line:nth-child(4) {
  left: calc(79% + 13px);
}
@media (max-width: 767.98px) {
  .page-size-table .t-wrap > table {
    min-width: 440px;
  }
  .page-size-table .t-wrap > table th {
    padding: 10px;
  }
  .page-size-table .t-wrap > table th._l {
    width: 50%;
  }
  .page-size-table .t-wrap > table th._r {
    width: 50%;
  }
  .page-size-table .t-wrap > table .th {
    padding: 10px 5px;
  }
  .page-size-table .t-wrap > table .td {
    padding: 6px 5px;
  }
  .page-size-table .t-wrap .line {
    left: calc(16% + 5px);
  }
  .page-size-table .t-wrap .line:nth-child(2) {
    left: calc(35% + 5px);
  }
  .page-size-table .t-wrap .line:nth-child(3) {
    left: calc(51% + 2px);
  }
  .page-size-table .t-wrap .line:nth-child(4) {
    left: calc(75% + 2px);
  }
}
.page-size-table .play-btn {
  background: #f6f5f4;
  padding: 20px 32px 20px 75px;
  text-transform: uppercase;
  color: #c2a68e;
  font-weight: 700;
  font-size: 13px;
}
.page-size-table .play-btn img {
  width: 24px;
  height: 24px;
  left: 27px;
}
.page-size-table .video-wrap {
  margin-top: 30px;
}
.page-size-table .cmp-breadcrumbs {
  margin-top: 60px;
}
/* Footer */
.footer__title {
  font-size: 40px;
  font-weight: bold;
  line-height: 0.38;
  text-align: center;
  color: #c6c6c6;
  padding-top: 107px;
  padding-bottom: 104px;
}
.footer__title::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100vw;
  background: #e9e9e9;
  bottom: 0;
  left: 50%;
  right: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.footer__triggers {
  margin: 0;
  padding-top: 115px;
  padding-bottom: 104px;
}
.footer__triggers-item {
  background-color: #f6f5f4;
  width: 18%;
  height: 105px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__triggers-item img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__triggers-item:hover {
  background: #dad8d5;
}
.footer__triggers-item-mailing {
  width: 18%;
}
.footer__triggers-item-mailing-form-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 0.94;
  margin-bottom: 10px;
}
.footer__triggers-item-mailing-form-description {
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.07;
  color: rgba(119, 119, 119, 0.6);
}
.footer__triggers-item-mailing .mailing__input {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 19px;
  border: solid 1px rgba(40, 40, 44, 0.15);
  background-color: #ffffff;
  font-size: 14px;
}
.mailing__btn {
  background-color: #f6f5f4;
  padding: 9.5px 8.5px 10px 8.5px;
  width: 35px;
  height: 35px;
  right: 6px;
}
.mailing__btn img {
  width: 18px;
  height: 15px;
}
.footer__sections {
  padding-bottom: 72px;
}
.footer__sections__item {
  width: 18%;
}
.footer__sections__item-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__sections__item-links {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.36;
  text-transform: uppercase;
}
.footer__sections__item-links a {
  margin-bottom: 36px;
}
.footer__sections__item-links a:last-child {
  margin-bottom: 0;
}
.footer__sections__item-links a:hover {
  color: #c2a68e;
}
.footer__sections__item._empty {
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  border: 0 !important;
}
.footer_two-wrapp {
  width: 33.33%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.policy {
  margin: 0 0 30px;
}
.policy__item {
  margin-right: 33px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(119, 119, 119, 0.5);
}
.policy__item:last-child {
  margin-right: 0;
}
/* Modals */
.modal {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(24, 29, 36, 0.8);
  z-index: 100;
  padding: 50px 0 30px;
}
.modal .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal .wrapper {
  width: 94%;
  max-width: 410px;
  z-index: 1;
  background: #fff;
  position: relative;
  padding: 30px;
}
.modal .icon-close {
  position: absolute;
  top: -37px;
  right: 0;
  width: 24px;
  height: 24px;
}
.modal .video-wrapper {
  height: 550px;
}
.modal .video-wrapper iframe {
  width: 100%;
  height: 100%;
}
.modal.is-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#modal-video .wrapper {
  max-width: 1000px;
  padding: 5px !important;
}
#modal-size-table .wrapper {
  max-width: 800px;
}
#modal-size-table .title {
  font-weight: 700;
  font-size: 27px;
  text-transform: uppercase;
  line-height: 1.2;
}
#modal-size-table .t-wrap {
  margin: 25px 0 40px;
  width: calc(100% + 30px);
  margin-left: -15px;
}
#modal-size-table .t-wrap table {
  width: 100%;
}
#modal-size-table .t-wrap table .th {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  padding: 14px 10px;
  border: 1px solid rgba(147, 147, 147, 0.3);
  text-align: center;
  color: #777;
  width: 20%;
}
#modal-size-table .t-wrap table .th:not(:last-child) {
  border-right: none;
}
#modal-size-table .t-wrap table .th:not(:first-child) {
  border-left: none;
}
#modal-size-table .t-wrap > table {
  min-width: 770px;
  border-spacing: 15px 0px;
  border-collapse: separate;
}
#modal-size-table .t-wrap > table th {
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  color: #777;
  font-weight: 500;
  padding: 13px 20px;
  background: #f6f5f4;
  letter-spacing: 1.2px;
}
#modal-size-table .t-wrap > table th._l {
  width: 60%;
}
#modal-size-table .t-wrap > table th._r {
  width: 40%;
}
#modal-size-table .t-wrap > table .td {
  font-size: 14px;
  padding: 12px 15px;
  text-align: center;
  color: #777;
}
#modal-size-table .t-wrap > table .tr:nth-child(even) .td {
  background: #f6f5f4;
}
#modal-size-table .t-wrap .line {
  width: 1px;
  background: #dedede;
  position: absolute;
  bottom: 15px;
  top: 65px;
  left: calc(19% + 5px);
}
#modal-size-table .t-wrap .line:nth-child(2) {
  left: calc(41% + 1px);
}
#modal-size-table .t-wrap .line:nth-child(3) {
  left: calc(60% - 1px);
}
#modal-size-table .t-wrap .line:nth-child(4) {
  left: calc(79% + 4px);
}
#modal-size-table .play-btn {
  background: #f6f5f4;
  padding: 20px 32px 20px 75px;
  text-transform: uppercase;
  color: #c2a68e;
  font-weight: 700;
  font-size: 13px;
}
#modal-size-table .play-btn img {
  width: 24px;
  height: 24px;
  left: 27px;
}
#modal-basket-add .wrapper {
  max-width: 810px;
  padding: 70px;
  -webkit-box-shadow: inset 0 0 0 25px #f6f5f4;
          box-shadow: inset 0 0 0 25px #f6f5f4;
  font-size: 13px;
}
#modal-basket-add .modal-title {
  line-height: 1.3;
}
#modal-basket-add .modal-title {
  text-transform: uppercase;
  color: #777;
  margin-bottom: 45px;
  font-size: 27px;
}
#modal-basket-add .prod-img {
  height: 125px;
}
#modal-basket-add .prod-name {
  color: #c2a68e;
  letter-spacing: 0.4px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#modal-basket-add .tag {
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 8px;
  background: #777;
  color: #fff;
}
#modal-basket-add .price {
  color: #777;
  margin-left: 10px;
}
#modal-basket-add .line {
  height: 1px;
  background: #e9e7e5;
  margin: 18px 0;
}
#modal-basket-add .size {
  padding: 9px 22px;
}
#modal-basket-add .right-btn {
  padding: 11px 20px;
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  #modal-basket-add .wrapper {
    padding: 25px;
    -webkit-box-shadow: inset 0 0 0 10px #f6f5f4;
            box-shadow: inset 0 0 0 10px #f6f5f4;
  }
  #modal-basket-add .modal-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  #modal-basket-add .btns-wrap {
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  #modal-size-table .t-wrap > table {
    min-width: 440px;
  }
  #modal-size-table .t-wrap > table th {
    padding: 10px;
  }
  #modal-size-table .t-wrap > table th._l {
    width: 50%;
  }
  #modal-size-table .t-wrap > table th._r {
    width: 50%;
  }
  #modal-size-table .t-wrap > table .th {
    padding: 10px 5px;
  }
  #modal-size-table .t-wrap > table .td {
    padding: 6px 5px;
  }
  #modal-size-table .t-wrap .line {
    left: calc(16% + 5px);
  }
  #modal-size-table .t-wrap .line:nth-child(2) {
    left: calc(35% + 5px);
  }
  #modal-size-table .t-wrap .line:nth-child(3) {
    left: calc(51% + 2px);
  }
  #modal-size-table .t-wrap .line:nth-child(4) {
    left: calc(75% + 2px);
  }
}
@media (max-width: 575.98px) {
  #modal-basket-add .line {
    margin: 10px 0;
  }
  #modal-basket-add .prod-img {
    height: 101px;
  }
}
@media (max-width: 375.98px) {
  #modal-basket-add .prod-img {
    height: 100px;
  }
}
/* Plugins */
/**
Ion.RangeSlider, 2.3.1
© Denis Ineshin, 2010 - 2019, IonDen.com
Build date: 2019-12-19 16:51:02
*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-handle {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  z-index: 1;
}
.irs-handle.type_last {
  z-index: 2;
}
.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs--flat {
  height: 40px;
}
.irs--flat.irs-with-grid {
  height: 60px;
}
.irs--flat .irs-line {
  top: 25px;
  height: 6px;
  background-color: #e0e0e0;
}
.irs--flat .irs-bar {
  top: 25px;
  height: 6px;
  background-color: #c2a68e;
}
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}
.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: -6px;
  left: 50%;
  margin-left: -1px;
  width: 10px;
  height: 24px;
  background-color: #777777;
}
.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}
.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}
.irs--flat .irs-grid-text {
  color: #999;
}
.irs--big {
  height: 55px;
}
.irs--big.irs-with-grid {
  height: 70px;
}
.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-50%, #ddd), color-stop(150%, white));
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}
.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #428bca), to(#b9d4ec));
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}
.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}
.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}
.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #b4b9be), to(white));
  background: linear-gradient(to bottom, white 0%, #b4b9be 30%, white 100%);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #919ba5), to(white));
  background: linear-gradient(to bottom, white 0%, #919ba5 30%, white 100%);
}
.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}
.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}
.irs--big .irs-grid-pol {
  background-color: #428bca;
}
.irs--big .irs-grid-text {
  color: #428bca;
}
.irs--modern {
  height: 55px;
}
.irs--modern.irs-with-grid {
  height: 55px;
}
.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e4ea), to(#d1d6e0));
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}
.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: -webkit-gradient(linear, left top, left bottom, from(#20b426), to(#18891d));
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}
.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}
.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}
.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e9e6e6));
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #919ba5), to(#ffffff));
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}
.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}
.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}
.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}
.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}
.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}
.irs--modern .irs-grid {
  height: 25px;
}
.irs--modern .irs-grid-pol {
  background-color: #dedede;
}
.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}
.irs--sharp.irs-with-grid {
  height: 57px;
}
.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}
.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}
.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}
.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}
.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}
.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}
.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}
.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}
.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-grid {
  height: 25px;
}
.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}
.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--round {
  height: 50px;
}
.irs--round.irs-with-grid {
  height: 65px;
}
.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}
.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}
.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}
.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}
.irs--round .irs-grid {
  height: 25px;
}
.irs--round .irs-grid-pol {
  background-color: #dedede;
}
.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--square {
  height: 50px;
}
.irs--square.irs-with-grid {
  height: 60px;
}
.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}
.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}
.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}
.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}
.irs--square .irs-grid {
  height: 25px;
}
.irs--square .irs-grid-pol {
  background-color: #dedede;
}
.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}
.owl-carousel {
  display: none;
  position: relative;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.owl-carousel .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  position: relative;
  min-height: 1px;
  float: left;
  touch-callout: none;
}
.owl-carousel .owl-nav,
.owl-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav button,
.owl-carousel .owl-dots button {
  cursor: pointer;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
}
.owl-carousel .owl-nav button.disabled,
.owl-carousel .owl-dots button.disabled {
  display: none;
}
.owl-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-grab * {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* Media */
@media (max-width: 1599.98px) {
  /* Common */
  body {
    padding-top: 116px;
  }
  /* UI */
  .page-title {
    margin-bottom: 40px;
  }
  .h3,
  h3 {
    font-size: 16px;
  }
  .page-title__2 {
    font-size: 70px;
    margin-bottom: 60px;
  }
  .form .form__label {
    margin-bottom: 20px;
  }
  .form .form__label .form__input {
    padding: 10px 20px;
  }
  /* Header */
  #main-menu {
    width: 320px;
    left: -320px;
    padding: 40px 0 30px 40px;
  }
  #main-menu .menu {
    margin-top: 40px;
  }
  #main-menu .menu > li {
    margin-bottom: 25px;
  }
  #main-menu .menu > li .header {
    font-size: 24px;
  }
  #main-menu .menu > li ul {
    margin-top: 15px;
  }
  #main-menu .menu > li ul li {
    margin-top: 10px;
  }
  #main-menu .sub-menu {
    margin-top: 60px;
  }
  #main-menu .social {
    margin-top: 60px;
  }
  #header {
    padding: 40px 0;
    font-size: 11px;
  }
  #header .logo {
    width: 140px;
  }
  /* Components */
  .cmp-contacts-title .title {
    font-size: 66px;
  }
  .cmp-profile-order {
    padding: 20px 20px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cmp-profile-order .info {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .cmp-profile-order .thumb {
    font-size: 11px;
  }
  .cmp-profile-order .btns .btn {
    padding: 8px 20px;
  }
  .cmp-blog-item {
    margin-bottom: 40px;
  }
  .cmp-blog-item .img {
    height: 220px !important;
    margin-bottom: 15px;
  }
  .cmp-blog-item .tag {
    margin-bottom: 10px;
  }
  .cmp-blog-item .title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .cmp-prod .img {
    height: 430px;
  }
  .cmp-prod .prod__info {
    padding-right: 30px;
  }
  .cmp-prod .prod__info .tag {
    margin: 10px 10px 0 0;
  }
  .cmp-prod .prod__info .like-btn {
    right: 0;
  }
  .cmp-vacancy {
    padding: 30px;
  }
  .cmp-vacancy .city {
    margin-bottom: 30px;
  }
  .cmp-vacancy .icon {
    margin-bottom: 30px;
  }
  .cmp-vacancy._empty {
    min-height: 541px;
  }
  /* Blocks */
  .empty-cart-goods-img {
    width: 230px;
  }
  /* Sections */
  .section-content-center .bg-text {
    font-size: 360px;
  }
  .section-content-center .title {
    font-size: 70px;
    margin-top: 140px;
  }
  .section-padding {
    padding: 100px 0 50px;
  }
  .section-grid .title {
    font-size: 70px;
    margin-bottom: 40px;
  }
  .section-grid p {
    margin-bottom: 60px;
  }
  .section-grid .wrap-content {
    padding: 100px 30px;
  }
  .section-grid .wrap-content__right {
    padding-left: 60px;
  }
  .section-grid .wrap-content__left {
    padding-right: 60px;
  }
  .section-padding {
    padding: 110px 0 60px;
  }
  /* Pages */
  .page-user .page-title {
    margin-bottom: 60px;
  }
  .page-user .menu {
    font-size: 14px;
  }
  .page-user .menu a {
    margin-bottom: 25px;
  }
  .page-user .block-order-in .cmp-prod .img {
    height: 290px;
  }
  .page-user .block-order-in .order-info {
    padding-left: 40px;
  }
  .page-user .block-order-in ul {
    margin-top: 20px;
  }
  .page-user .block-order-in ul li {
    margin-top: 5px;
  }
  .page-user .block-order-in .line {
    margin: 30px 0;
  }
  .page-user .block-edit-profile .btn {
    margin-top: 0;
  }
  .page-user .block-favorite-prods .cmp-prod .img {
    height: 290px;
  }
  .page-prod-return .return-reason {
    padding: 15px 55px 15px 15px;
    font-size: 14px;
  }
  .page-prod-return .return-reason .checkbox {
    right: 15px;
    width: 22px;
    height: 22px;
    background-size: 14px auto;
  }
  .page-prod-return .return-money-method {
    padding: 20px 45px 20px 20px;
  }
  .page-prod-return .return-money-method .checkbox {
    right: 15px;
    width: 22px;
    height: 22px;
    background-size: 14px auto;
  }
  .page-prod-return .return-money-method .title {
    font-size: 16px;
  }
  .page-prod-return .return-step {
    padding: 30px 68px 30px 28px;
  }
  .page-guide .guide-list .item {
    margin-top: 70px;
  }
  .page-guide .guide-list .item .img {
    height: 460px;
  }
  .page-guide .guide-list .item .img .owl-nav {
    left: 15px;
    right: 15px;
  }
  .page-guide .guide-list .item .img .owl-nav button {
    width: 14px;
  }
  .page-guide .guide-list .item .info {
    margin-top: 15px;
  }
  .page-guide .guide-list .item .info .name {
    font-size: 26px;
  }
  .page-guide .guide-list .item .info .price {
    margin: 3px 0 5px;
  }
  .page-guide .guide-list .item .info .sizes {
    padding-bottom: 15px;
  }
  .page-guide .guide-list .item .info .sizes .size {
    height: 26px;
  }
  .page-guide .guide-list .item .footer .btn {
    padding: 9px 20px;
  }
  .page-guide .guide-list .item:nth-child(1),
  .page-guide .guide-list .item:nth-child(2),
  .page-guide .guide-list .item:nth-child(3) {
    margin-top: 40px;
  }
  .page-guide .cmp-breadcrumbs {
    margin: 90px 0;
  }
  .page-contacts .delivery-item {
    padding: 15px;
  }
  .page-contacts .delivery-item .title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .page-contacts .delivery-item .des {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .page-contacts .shop__info .shop__map {
    height: 240px;
  }
  .page-contacts-2 .delivery-item .phone {
    margin-top: -18px;
  }
  .page-contacts-2 .delivery-item .footer__triggers {
    margin-top: 20px;
  }
  .page-contacts-2 .delivery-item .footer__triggers a {
    height: 149px;
  }
  .page-reviews .reviews {
    margin-top: 40px;
  }
  .page-reviews .item {
    padding: 20px;
    margin-top: 20px;
  }
  .page-reviews .item .rating {
    line-height: 40px;
    max-width: 40px;
    height: 40px;
    font-size: 26px;
  }
  .page-reviews .item .comment {
    font-size: 14px;
  }
  .page-reviews .item .stars {
    margin-top: 20px;
  }
  .page-reviews .item .stars .star {
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }
  .page-basket {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .page-card .good__card {
    padding-left: 100px;
  }
  .page-card .thumb-imgs .item {
    width: 70px;
    height: 110px;
    margin-bottom: 15px;
  }
  .page-card .thumb-imgs .item._active img {
    width: calc(100% - 20%);
    height: calc(100% - 20%);
  }
  .page-card .main-imgs {
    padding-right: 20px;
  }
  .page-card .choice-color-wrapper {
    margin: 40px 0 20px;
  }
  .page-card .description-good-title {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .page-card .not-available-description {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .page-card .not-available-good {
    margin-bottom: 30px;
  }
  .page-card .not-available-text {
    font-size: 16px;
  }
  .page-card .availability-text {
    font-size: 11px;
  }
  .page-card .select-size {
    padding-bottom: 30px;
  }
  .page-card .card-form {
    margin-bottom: 60px;
  }
  .page-blog-in .content-wrap {
    font-size: 16px;
  }
  .page-blog-in .content-wrap p {
    margin-top: 30px;
  }
  .page-blog-in .content-wrap p .h3 {
    margin-bottom: 20px;
  }
  .page-blog-in ol li,
  .page-blog-in ul li {
    padding: 20px 20px 20px 40px;
    font-size: 16px;
  }
  .page-blog-in .slider {
    margin-top: 50px;
  }
  .page-blog-in .other-news {
    margin-top: 80px;
    padding-top: 80px;
  }
  .page-blog-in .cmp-breadcrumbs {
    margin: 40px 0 80px;
  }
  .page-blog-in .comments {
    margin-top: 90px;
  }
  .page-blog-in .comments .title {
    margin-bottom: 20px;
  }
  .page-blog-in .comments .comment {
    padding: 30px 0;
  }
  .page-blog-in .comments .comment__user {
    top: 30px;
  }
  .page-blog-in .comments .load-more {
    padding: 15px 20px;
  }
  .page-catalog .filters-wrap {
    margin: 60px 0 50px;
  }
  .page-catalog .prod-wrap {
    margin-top: 30px;
  }
  .page-catalog .pagination {
    margin: 60px 0 80px;
  }
  .page-basket .cmp-cities-switchers {
    margin: 60px 0 40px;
  }
  .page-basket .cmp-prod .img {
    height: 300px;
  }
  .page-basket-2 .block-item {
    border-width: 15px;
    padding: 30px;
  }
  .page-basket-2 .block-item .page-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .page-basket-2 .block-item p {
    margin: 40px 0 80px;
    font-size: 14px;
  }
  .page-basket-2 .block-item._right {
    padding-left: 0;
    padding-right: 0;
  }
  .page-basket-4 .tabs-wrap .type-item {
    padding: 15px 20px;
  }
  .page-basket-4 .tabs-wrap .type-item .title {
    font-size: 16px;
  }
  .page-basket-7 .delivery-order-num {
    margin-bottom: 30px;
  }
  .page-basket-7 .delivery-issued-item .issued-item-title {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .page-basket-7 .delivery-issued-item .issued-item-description {
    margin-bottom: 0;
  }
  .page-basket-7 .prod-info .item {
    margin-top: 40px;
  }
  .page-basket-7 .prod-info ul li {
    margin-top: 5px;
  }
  .page-basketpay .basketpay-wrap {
    margin-bottom: 120px;
  }
  .page-basketpay .item {
    padding: 20px;
  }
  .page-basketpay .item .img {
    margin-bottom: 20px;
  }
  .page-basketpay .item .des {
    font-size: 16px;
  }
  .page-search .cmp-breadcrumbs {
    margin-top: 60px;
  }
  .page-vacancy-in .left-side .buttons {
    margin-bottom: 30px;
  }
  .page-vacancy-in .left-side .buttons .btn {
    padding: 8px 15px;
  }
  .page-vacancy-in .left-side .buttons .share-btn {
    height: 45px;
  }
  .page-vacancy-in .left-side .requires {
    margin-bottom: 30px;
    padding: 10px 20px;
  }
  .page-vacancy-in .left-side .requires .item {
    padding: 12px 0 12px 35px;
    font-size: 12px;
  }
  .page-vacancy-in .left-side .date {
    margin-top: 25px;
    padding-top: 30px;
  }
  .page-vacancy-in .right-side .block {
    margin-top: 30px;
  }
  .page-vacancy-in .right-side .block .title {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .page-vacancy-in .right-side .block ul li {
    margin-top: 5px;
    font-size: 14px;
  }
  .page-vacancy-in .cmp-breadcrumbs {
    margin: 90px 0;
  }
  .page-about .section-about .left-side {
    padding-right: 30px;
  }
  .page-about .section-about .right-side {
    padding-left: 30px;
  }
  .page-about .section-about .video-wrap {
    height: 300px;
  }
  .page-about .section-about p {
    font-size: 14px;
  }
  .page-about .section-about .content-block {
    margin-bottom: 60px;
  }
  .page-about .section-about .img-wrap {
    height: 320px;
  }
  .page-about .section-about .img-wrap._small {
    margin-top: 70px;
    width: 270px;
    height: 270px;
  }
  .page-about .section-about .card-wrapper {
    padding-left: 80px;
    padding-bottom: 80px;
  }
  .page-about .section-about .card-wrapper .card {
    height: 250px;
  }
  .page-about .section-about .card-wrapper .h3 {
    margin: 40px 0 20px;
  }
  .page-about .section-about .card-wrapper .btn {
    margin-top: 50px;
    padding: 16px 28px;
  }
  .page-about .section-slider .about-slider {
    border-width: 15px;
  }
  .page-about .section-slider .about-slider .item {
    padding: 40px 60px;
  }
  .page-about .section-slider .about-slider .item blockquote {
    font-size: 26px;
  }
  .page-about .section-slider .about-slider .owl-nav {
    left: 30px;
    right: 30px;
  }
  .page-about .section-slider .about-slider .owl-nav button svg {
    width: 28px;
  }
  .page-about .section-buttons .button {
    padding: 28px 100px 26px 30px;
  }
  /* Footer */
  .footer__triggers-item {
    width: 15%;
  }
  .footer__triggers-item-mailing {
    width: 30%;
  }
  /* Modals */
  /* Исправить Камилю */
  .good-carusel-title {
    font-size: 60px;
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1239.98px) {
  /* Common */
  body {
    padding-top: 86px;
  }
  /* UI */
  .page-title {
    margin-bottom: 30px;
    font-size: 34px;
  }
  .page-title__2 {
    font-size: 48px;
    margin-bottom: 40px;
  }
  .footer__title {
    font-size: 30px;
  }
  /* Header */
  #main-menu .sub-menu {
    margin-top: 70px;
  }
  #main-menu .sub-menu a {
    margin-top: 10px;
  }
  #main-menu .social {
    margin-top: 60px;
  }
  #header {
    padding: 25px 0;
  }
  #header .logo {
    width: 130px !important;
  }
  #header .header__left .burger {
    margin-right: 25px;
  }
  #header .header__left a {
    margin-right: 25px;
  }
  #header .header__right .menu-link.icon {
    margin-left: 20px;
  }
  #header .header__right .menu-link.icon._first {
    margin-left: 20px;
  }
  #header .header__right .with-thumb-list {
    margin-left: 0;
  }
  #header._sticky {
    padding: 15px 0;
  }
  /* Components */
  .cmp-profile-order {
    padding: 20px;
  }
  .cmp-profile-order .info .thumb {
    font-size: 12px;
  }
  .cmp-profile-order .btns {
    margin-top: 15px;
  }
  .cmp-pagination {
    margin: 60px 0;
  }
  .cmp-blog-item {
    margin-bottom: 30px;
  }
  .cmp-blog-item .img {
    height: 180px !important;
  }
  .cmp-blog-item .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .cmp-footer-basket {
    height: 80px;
  }
  .cmp-footer-basket .nds {
    margin-top: 0;
  }
  .cmp-footer-basket .btn {
    padding: 10px 20px;
  }
  .cmp-footer-basket .btn img {
    margin-left: 20px;
  }
  .cmp-footer-basket._return {
    height: 70px !important;
  }
  .cmp-breadcrumbs {
    margin-bottom: 80px;
  }
  .cmp-vacancy .price,
  .cmp-vacancy .job-title {
    font-size: 22px;
  }
  .cmp-vacancy._empty {
    min-height: 507px;
  }
  § .cmp-prod .img {
    height: 300px;
  }
  .cmp-cities-switchers {
    margin: 60px 0 30px;
  }
  /* Blocks */
  /* Sections */
  .section-fp {
    padding: 90px 0;
  }
  .section-grid .wrap {
    padding: 80px 30px;
  }
  .section-grid .title {
    font-size: 60px;
    margin-bottom: 60px;
  }
  .section-grid p {
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 1.5;
  }
  .section-grid .wrap-content__right {
    padding-left: 30px;
  }
  .section-grid .wrap-content__left {
    padding-right: 30px;
  }
  .section-padding {
    padding: 150px 0 50px;
    min-height: 550px;
  }
  .section-content-center .bg-text {
    font-size: 260px;
    top: 45%;
  }
  .section-content-center .title {
    font-size: 70px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  #section-footer {
    min-height: auto;
  }
  #section-footer .pos-abs {
    top: 34%;
  }
  #section-footer .button {
    margin-top: 70px;
  }
  #section-index-1 {
    padding: 200px 0 90px;
  }
  #section-index-3 .bg-text {
    top: 42%;
  }
  #section-catalog .title {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  /* Pages */
  .page-prod-return {
    padding: 40px 0 100px;
  }
  .page-prod-return .return-step {
    padding: 15px 40px 15px 15px;
  }
  .page-prod-return .return-step .top {
    margin-bottom: 15px;
  }
  .page-prod-return .return-step p {
    font-size: 14px;
  }
  .page-prod-return .return-place {
    padding: 15px 55px 15px 15px;
  }
  .page-prod-return .return-place .title {
    margin-bottom: 15px;
  }
  .page-prod-return .return-place ul li {
    font-size: 13px;
  }
  .page-prod-return .return-place .checkbox {
    right: 15px;
    width: 22px;
    height: 22px;
    background-size: 14px auto;
  }
  .page-prod-return .return-money-method .title {
    font-size: 14px;
  }
  .page-guide .page-title__2 {
    padding-bottom: 50px;
  }
  .page-guide .guide-list .item .img {
    height: 410px;
  }
  .page-guide .guide-list .item .info .name {
    font-size: 26px;
  }
  .page-guide .guide-list .item .info .price {
    margin: 5px 0;
  }
  .page-guide .guide-list .item .info .sizes {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .page-guide .guide-list .item .footer .btn {
    padding: 13px 15px;
  }
  .page-contacts .delivery-item .line {
    margin: 15px 0 20px;
  }
  .page-contacts .delivery-item .phone {
    font-size: 18px;
    margin-top: -9px;
  }
  .page-contacts .delivery-item .footer__triggers a {
    height: 163px;
  }
  .page-card .cmp-faq .faq__header {
    padding: 12px 12px 12px 44px;
  }
  .page-card .cmp-faq .faq__header img {
    left: 15px;
  }
  .page-card .cmp-faq .faq__content {
    padding: 0 15px 15px;
  }
  .page-blog .cmp-cities-switchers {
    margin: 70px 0 40px;
  }
  .page-blog-in .prod-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }
  .page-blog-in ul,
  .page-blog-in ol {
    margin-top: 40px;
  }
  .page-blog-in .cmp-prod .img {
    height: 390px;
  }
  .page-basketpay .basketpay-wrap {
    margin-bottom: 100px;
  }
  .page-basketpay .item {
    padding: 15px;
  }
  .page-basketpay .item .img {
    margin-bottom: 10px;
  }
  .page-basketpay .item .des {
    font-size: 16px;
  }
  .page-reviews .reviews {
    margin-top: 0;
  }
  .page-reviews .item .rating {
    max-width: 40px;
    line-height: 40px;
    height: 40px;
    font-size: 22px;
  }
  .page-reviews .item .stars {
    margin-top: 20px;
    padding-top: 20px;
  }
  .page-reviews .item .stars .star {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .page-reviews .item .comment {
    font-size: 14px;
  }
  .page-catalog .filters-wrap {
    margin: 50px 0 40px;
  }
  .page-catalog .cmp-prod {
    margin-bottom: 30px;
  }
  .page-catalog .pagination {
    margin: 50px 0 60px;
  }
  .page-delivery-issued .prod-info ul li {
    margin-top: 2px;
  }
  .page-user .block-favorite-prods .cmp-prod .img {
    height: 230px;
  }
  .page-user .block-order-in .cmp-prod .img {
    height: 230px;
  }
  .page-basket {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .page-basket-1 .cmp-prod {
    width: 23%;
  }
  .page-basket-1 .cmp-prod .img {
    height: 300px;
  }
  .page-basket-2 .block-item {
    padding: 30px 30px 29px;
    border-width: 15px;
  }
  .page-basket-2 .block-item .page-title {
    font-size: 30px;
  }
  .page-basket-2 .block-item p {
    font-size: 14px;
  }
  .page-basket-4 .tabs-wrap .type-item .title {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .page-basket-4 .tabs-wrap .type-item .des {
    font-size: 13px;
    margin-bottom: 3px;
  }
  .page-basket-4 .left-switcher {
    padding: 15px 15px 15px 46px;
  }
  .page-basket-4 .left-switcher .chbx {
    left: 15px;
  }
  .page-basket-7 .cmp-prod .img {
    height: 360px;
  }
  .page-about .section-switchers {
    margin: 50px 0;
  }
  .page-about .section-about .h3 {
    font-size: 34px;
    margin-bottom: 10px;
  }
  .page-about .section-about .content-block {
    margin-bottom: 30px;
  }
  .page-about .section-about .left-side {
    padding-right: 15px;
    text-align: left;
    margin-bottom: 30px;
  }
  .page-about .section-about .right-side {
    padding-left: 15px;
  }
  .page-about .section-about .list li {
    padding-left: 60px;
    padding-right: 0;
    margin-top: 20px;
  }
  .page-about .section-about .list li br {
    display: none;
  }
  .page-about .section-about .list li .num {
    left: 0;
    right: auto;
  }
  .page-about .section-about .card-wrapper {
    margin-bottom: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
  }
  .page-about .section-about .card-wrapper .card {
    width: 390px;
    height: 220px;
  }
  .page-about .section-about .card-wrapper .h3 {
    margin: 40px 0 10px;
  }
  .page-about .section-slider .about-slider .item .h3 {
    font-size: 16px;
  }
  .page-about .section-slider .about-slider .item blockquote {
    font-size: 24px;
  }
  .page-about .section-buttons {
    margin: 80px 0 100px;
  }
  .page-about .section-buttons .button {
    padding: 22px 60px 20px 20px;
    font-size: 16px;
  }
  .page-about .section-buttons .button svg {
    right: 20px;
    width: 30px;
    height: 30px;
  }
  .page-vacancy-in .left-side .skills .tags .tag {
    margin: 0 10px 10px 0;
    padding: 4px 13px 2px;
  }
  .page-vacancy-in .left-side .date {
    margin-top: 20px;
    padding-top: 20px;
  }
  .page-vacancy-in .right-side .main-img {
    margin-top: 40px;
  }
  .pabe-about .section-switchers {
    margin: 50px 0;
  }
  .pabe-about .section-about .h3 {
    font-size: 34px;
    margin-bottom: 10px;
  }
  .pabe-about .section-about .content-block {
    margin-bottom: 30px;
  }
  .pabe-about .section-about .left-side {
    text-align: left;
  }
  .pabe-about .section-slider .about-slider .item .h3 {
    font-size: 16px;
  }
  .pabe-about .section-slider .about-slider .item blockquote {
    font-size: 24px;
  }
  .pabe-about .section-buttons {
    margin: 80px 0 100px;
  }
  .pabe-about .section-buttons .button {
    padding: 22px 60px 20px 20px;
    font-size: 16px;
  }
  .pabe-about .section-buttons .button svg {
    right: 20px;
    width: 30px;
    height: 30px;
  }
  /* Footer */
  .footer__triggers {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .footer__triggers-item {
    height: 50px;
    width: 23%;
  }
  .footer__triggers-item-mailing {
    width: 100%;
    margin-top: 50px;
  }
  .footer__title {
    padding: 50px 0;
  }
  /* Modals */
  /* Исправить Камилю */
}
@media (max-width: 991.98px) {
  /* Common */
  .page-title {
    font-size: 28px;
    line-height: 1.3;
  }
  /* UI */
  .form .form__input {
    font-size: 13px;
    padding: 12px 15px;
    margin-top: 6px;
  }
  .form .switchers {
    margin-top: 6px;
  }
  .form .switchers .switcher {
    font-size: 13px;
    padding: 8px 15px 8px 40px !important;
  }
  .form .switchers .switcher:before {
    left: 10px;
  }
  .form .switchers .switcher._active:after {
    left: 15px;
  }
  /* Header */
  #header .logo {
    width: 110px !important;
  }
  #header .header__right .list {
    top: -10px;
    left: -15px;
    right: -15px;
    padding: 45px 15px 15px;
  }
  #header .header__right .list__close {
    top: 10px;
    right: 15px;
  }
  /* Components */
  .cmp-pagination .pages {
    margin-top: 30px;
  }
  .cmp-pagination .pages .page {
    height: 50px;
  }
  .cmp-pagination .load-more {
    padding: 18px 15px 18px 66px;
  }
  .cmp-pagination .load-more img {
    left: 25px;
  }
  .cmp-contacts-title {
    padding: 0 0 30px;
  }
  .cmp-contacts-title .title {
    font-size: 50px;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0 !important;
  }
  .cmp-contacts-title .button {
    display: none;
    font-size: 12px;
  }
  .cmp-cities-switchers a {
    margin: 5px 8px;
  }
  .cmp-profile-order {
    padding: 15px;
  }
  .cmp-profile-order .btns {
    margin-top: 10px;
  }
  .cmp-prod .img {
    height: 320px;
  }
  .cmp-breadcrumbs {
    margin: 50px 0 !important;
  }
  .cmp-vacancy {
    padding: 15px;
  }
  .cmp-vacancy .city,
  .cmp-vacancy .icon {
    margin-bottom: 20px;
  }
  .cmp-vacancy .price,
  .cmp-vacancy .job-title {
    font-size: 20px;
  }
  .cmp-vacancy._empty {
    min-height: 490px;
  }
  .cmp-vacancy._empty svg {
    max-width: 210px;
  }
  /* Blocks */
  /* Sections */
  .section-fp {
    padding: 60px 0;
  }
  .section-content-center .bg-text {
    font-size: 220px;
  }
  .section-content-center .title {
    font-size: 60px;
  }
  .section-content-center .button {
    margin-top: 80px;
  }
  .section-grid .title {
    font-size: 50px;
    margin-bottom: 30px;
  }
  .section-bg {
    padding: 50px 0;
  }
  .section-bg .h3 {
    margin: 50px 0 20px;
  }
  .section-bg .h3:first-child {
    margin-top: 0;
  }
  #section-footer {
    padding: 90px 0;
  }
  /* Pages */
  .page-prod-return {
    padding: 30px 0 80px;
  }
  .page-prod-return .page-title__des {
    font-size: 14px;
  }
  .page-prod-return .return-step {
    padding: 15px;
  }
  .page-prod-return .return-prod .img {
    width: 90px;
    height: 90px;
  }
  .page-prod-return .return-prod .info {
    padding-right: 30px;
    width: calc(100% - 110px);
  }
  .page-prod-return .return-prod .info .title {
    margin: 0 0 5px;
  }
  .page-prod-return .return-prod .info .price {
    margin-bottom: 10px;
  }
  .page-prod-return .return-prod .info .size {
    padding: 1px 8px;
  }
  .page-prod-return .return-prod .info .checkbox {
    right: 0;
    width: 20px;
    height: 20px;
    background-size: 14px auto;
  }
  .page-prod-return-6 .page-title {
    margin-bottom: 50px !important;
  }
  .page-prod-return-6 .wrap {
    padding: 50px 15px 15px;
  }
  .page-prod-return-6 .wrap img {
    width: 56px;
    height: 56px;
    top: -28px;
  }
  .page-prod-return-6 .wrap ul li {
    font-size: 13px;
  }
  .page-prod-return-6 p {
    margin: 30px 0;
    font-size: 14px;
  }
  .page-card .card-price__tag,
  .page-card .new-price-sale {
    font-size: 20px;
  }
  .page-card #content-sidebar {
    position: relative !important;
  }
  .page-basket .page-title {
    margin-bottom: 30px;
  }
  .page-basket-1 .cmp-prod {
    width: 30%;
  }
  .page-basket-2 .block-item p {
    margin: 20px 0 40px;
  }
  .page-basket-2 .block-item._right {
    margin-top: 50px;
    padding: 0 30px !important;
  }
  .page-basket-2 .block-item._right br {
    display: none;
  }
  .page-basket-4 .map-wrapper {
    margin-top: 15px;
  }
  .page-basket-6 .pay-method-img {
    margin: 40px 0;
  }
  .page-basket-7 {
    padding-bottom: 40px;
  }
  .page-basket-7 .delivery-order-num {
    padding: 10px 20px;
  }
  .page-basket-7 .prods-wrap {
    margin-top: 30px;
  }
  .page-basket-7 .cmp-prod .img {
    height: 300px;
  }
  .page-basket-7 .prod-info ul {
    margin-top: 10px;
  }
  .page-basket-7 .prod-info ul li {
    font-size: 12px;
  }
  .page-delivery {
    padding: 30px 0 50px;
  }
  .page-delivery .wrap {
    margin-top: 20px;
    padding: 15px;
  }
  .page-delivery .h3 {
    font-size: 14px;
  }
  .page-delivery .wrap-item {
    font-size: 13px;
  }
  .page-payment {
    padding: 30px 0 50px;
  }
  .page-payment .wrap {
    padding: 15px;
  }
  .page-payment .h3 {
    font-size: 14px;
  }
  .page-payment .wrap-item {
    font-size: 13px;
  }
  .page-catalog .filters-wrap {
    margin: 40px 0 30px;
  }
  .page-catalog .filters-wrap .prod-types .prod-type {
    margin-right: 20px;
  }
  .page-catalog .filters-wrap .filters {
    margin-top: 30px;
  }
  .page-catalog .pagination .load-more {
    padding: 20.5px 20px 20.5px 60px;
    margin-bottom: 15px;
  }
  .page-catalog .pagination .load-more img {
    left: 20px;
    width: 18px;
  }
  .page-catalog .pagination .pages .page {
    padding: 0;
    width: 36px;
    height: 36px;
  }
  .page-delivery-issued .delivery-order-num {
    margin-bottom: 30px;
  }
  .page-delivery-issued .delivery-issued-item .issued-item-title {
    margin-bottom: 10px;
  }
  .page-delivery-issued .prods-wrap {
    margin-top: 30px;
  }
  .page-delivery-issued .cmp-prod .img {
    height: 280px;
  }
  .page-user {
    padding-bottom: 30px;
  }
  .page-user .col-lg-3 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .page-user .menu {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
  }
  .page-user .menu a {
    margin-bottom: 10px;
    width: 48%;
  }
  .page-user .block-settings .item {
    margin: 40px 0;
    padding-right: 0;
  }
  .page-user .block-settings .item .h3 {
    margin-bottom: 5px;
  }
  .page-user .block-settings .item .switchers {
    position: relative;
    top: 0;
    margin-top: 15px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .page-user .block-settings .item:not(:last-child):after {
    bottom: -20px;
  }
  .page-user .block-order-in .cmp-prod .img {
    height: 320px;
  }
  .page-user .block-order-in .order-info {
    padding-left: 15px;
  }
  .page-user .block-edit-profile .btn {
    margin-top: 30px;
  }
  .page-user .block-favorite-prods .cmp-prod .img {
    height: 320px;
  }
  .page-user .cmp-profile-order:last-child {
    margin-bottom: 0 !important;
  }
  .page-search {
    margin-top: 40px;
  }
  .page-search form input {
    padding: 7px 0;
    font-size: 22px;
    width: calc(100% - 50px);
  }
  .page-search form button {
    width: 30px;
    height: 30px;
  }
  .page-search .cmp-cities-switchers {
    margin: 40px 0 30px;
  }
  .page-vacancies .cmp-cities-switchers {
    margin: 60px 0;
  }
  .page-vacancies .cmp-breadcrumbs {
    margin-top: 30px;
  }
  .page-contacts {
    margin-top: 30px;
  }
  .page-contacts .cmp-breadcrumbs {
    margin-top: 30px;
  }
  .good_card-description {
    margin-left: 0;
  }
  .good-carusel-title {
    font-size: 40px;
  }
  .good-carusel-title a {
    margin-top: 15px;
  }
  #largeImg {
    min-width: 100%;
  }
  .good__card {
    margin-bottom: 35px;
  }
  .good {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card-video {
    display: none;
  }
  .good_card-description {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-delivery-issued {
    margin: 0;
  }
  .page-reviews .item {
    padding: 15px;
    margin-top: 15px;
  }
  .page-reviews .item .stars {
    margin-top: 15px;
    padding-top: 15px;
    margin-bottom: 20px;
  }
  .page-contacts {
    margin-top: 40px;
  }
  .page-contacts .delivery__form-select {
    margin-top: 10px;
    margin-left: 0;
    padding: 10px 15px 5px 10px;
    width: 100%;
  }
  .page-contacts .delivery__form-input {
    margin-top: 10px;
    margin-left: 0;
    padding: 10px 15px 5px 10px;
    width: 100%;
  }
  .page-contacts .sdek-choise {
    margin-bottom: 35px;
  }
  .page-contacts .blog-news-item:nth-child(1) {
    margin-bottom: 95px;
  }
  .page-about .section-about .left-side {
    padding-right: 15px;
  }
  .page-about .section-about .right-side {
    padding-left: 15px;
  }
  .page-about .section-about .img-wrap._tall {
    height: 620px;
  }
  .page-about .section-about .card-wrapper {
    margin-top: 30px;
  }
  .page-about .section-about .card-wrapper .card {
    width: 290px;
    height: 160px;
  }
  .page-about .section-about .card-wrapper .card img {
    width: 160px;
  }
  .page-about .section-about .card-wrapper .card p {
    margin-top: 20px;
    font-size: 16px;
  }
  .page-about .section-about .card-wrapper .btn {
    margin-top: 40px;
  }
  .page-about .section-about .list li {
    font-size: 14px;
    line-height: 1.4;
  }
  .section-buttons {
    margin: 70px 0;
  }
  .page-guide .page-title__2 {
    padding-bottom: 30px;
  }
  .page-guide .cmp-cities-switchers {
    margin: 60px 0 0;
  }
  .page-guide .guide-list .item {
    margin-top: 40px !important;
  }
  .page-blog-in .main-img {
    margin-bottom: 60px;
  }
  .page-blog-in .main-img img {
    margin-bottom: 15px;
  }
  .page-blog-in .content-wrap {
    font-size: 14px;
  }
  .page-blog-in .post-thumb-data .share-btns {
    margin-top: 5px;
  }
  .page-blog-in .post-thumb-data .share-btns .share-btn {
    margin-top: 5px;
  }
  .page-blog-in .slider .owl-item {
    height: 350px;
  }
  .page-blog-in .other-news {
    margin-top: 60px;
    padding-top: 60px;
  }
  .page-blog-in blockquote .text {
    font-size: 18px;
    line-height: 1.6;
  }
  .page-blog-in .cmp-prod .img {
    height: 490px;
  }
  .page-blog-in .comments {
    margin-top: 60px;
  }
  .page-blog-in .comments .comment p {
    font-size: 13px;
    margin-top: 10px;
    line-height: 1.6;
  }
  .page-blog-in .comments .footer {
    margin-top: 30px;
  }
  .page-blog-in .comments .footer .btn {
    padding: 10px 30px;
  }
  .page-blog-in .comments .footer p {
    width: 100%;
    margin-top: 15px !important;
    font-size: 13px;
  }
  /* Footer */
  .footertriggers-item {
    width: 23%;
  }
  .footer__title {
    font-size: 26px;
  }
  .footer__sections {
    padding-bottom: 0;
  }
  .footer__sections__item {
    width: 30%;
    margin-bottom: 30px;
  }
  .footer__sections__item-links a {
    margin-bottom: 15px;
  }
  .footer__sections__item-title {
    font-size: 15px;
    margin-bottom: 20px;
  }
  /* Modals */
  /* Исправить Камилю */
  .faq__title {
    height: 50px;
  }
  .description-good-title {
    margin-bottom: 50px;
  }
  .card-form {
    margin-bottom: 60px;
  }
  .good-wrapper {
    padding: 40px 0 80px;
  }
  .select-size {
    padding-bottom: 30px;
  }
  .not-available-description {
    line-height: 1.5;
  }
  .lst-wrapp {
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  /* Common */
  body {
    line-height: 1.6;
    padding-top: 66px;
  }
  /* UI */
  .page-title__2 {
    font-size: 46px;
    margin-bottom: 40px;
  }
  .form .form__label {
    margin-bottom: 20px;
    padding-left: 15px;
  }
  .form .form__label .form__input {
    margin-left: -15px;
    width: calc(100% + 15px);
  }
  .form .form__label .form__input._select {
    padding-right: 20px;
  }
  .form .form__label .row {
    margin-left: -15px !important;
    width: calc(100% + 15px);
  }
  .form .form__input {
    padding: 10px 15px;
  }
  .form .switchers {
    margin-left: -15px;
    width: calc(100% + 15px);
  }
  /* Header */
  #header {
    padding: 20px 0;
  }
  #header .container {
    width: 100%;
  }
  #header .header__left .burger {
    width: 26px;
  }
  #header .logo {
    width: 80px !important;
    -webkit-transform: translate(0, -46%);
            transform: translate(0, -46%);
    left: 55px;
  }
  /* Components */
  .cmp-contacts-title .title {
    font-size: 40px;
  }
  .cmp-blog-item .img {
    height: 150px !important;
  }
  .cmp-faq .faq__header {
    padding: 15px 45px 15px 15px;
  }
  .cmp-faq .faq__header img {
    right: 15px;
  }
  .cmp-faq .faq__content {
    padding: 0 15px;
  }
  .cmp-faq .faq__content p {
    font-size: 13px;
    line-height: 1.7;
  }
  .cmp-faq._left-header .faq__header {
    padding: 15px 15px 15px 45px;
  }
  .cmp-faq._left-header .faq__header img {
    left: 15px;
    right: auto;
  }
  .cmp-footer-basket .finish-price {
    text-align: center;
    width: 100%;
  }
  .cmp-footer-basket .price {
    font-size: 18px;
  }
  .cmp-footer-basket .nds {
    font-size: 11px;
  }
  .cmp-footer-basket .btn {
    width: 30px;
    height: 40px;
    padding: 0 !important;
  }
  .cmp-footer-basket .btn img {
    width: 18px;
    margin: 0 !important;
  }
  .cmp-footer-basket._return {
    height: 50px !important;
  }
  .cmp-breadcrumbs {
    font-size: 10px;
    margin-bottom: 60px;
  }
  .cmp-breadcrumbs a:not(:first-child):before {
    margin: 0 10px;
    height: 11px;
  }
  .cmp-prod .img {
    height: 370px;
  }
  .cmp-prod .prod__info {
    margin-top: 10px;
  }
  .cmp-prod .prod__info .title {
    line-height: 1.2;
  }
  .cmp-prod .prod__info .tag {
    margin: 5px 5px 0 0;
  }
  /* Blocks */
  .first__main__watch-title {
    font-size: 45px;
  }
  .first__main__text {
    font-size: 190px;
  }
  .second__text-title {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .second__text-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 40px;
  }
  .second__text-description__fourth br {
    display: none;
  }
  /* Sections */
  .section-fp {
    padding: 40px 0;
  }
  .login-title {
    font-size: 25px;
  }
  #section-footer {
    padding: 100px 0 60px;
  }
  #section-footer .bg-text {
    font-size: 200px;
    top: 36%;
  }
  .section-content-center br {
    display: none;
  }
  .section-content-center .bg-text {
    font-size: 160px;
  }
  .section-padding {
    padding: 110px 0 50px;
  }
  .section-grid {
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-grid br {
    display: none;
  }
  .section-grid .wrap {
    padding: 50px 15px;
  }
  .section-grid .title {
    font-size: 40px;
  }
  .section-grid p {
    margin-bottom: 30px;
  }
  .section-grid .wrap {
    width: 100%;
  }
  .section-grid .wrap-content__left:before {
    right: auto;
    left: 0;
  }
  .section-grid .wrap__video {
    height: 400px;
  }
  .section-grid .wrap-content__left {
    text-align: left;
  }
  .section-grid .arrow {
    width: 45px;
    height: 45px;
  }
  .section-content-center br {
    display: none;
  }
  #section-catalog {
    padding: 50px 0;
  }
  /* Pages */
  .page-prod-return {
    padding-bottom: 50px;
  }
  .page-prod-return .return-prod {
    margin-bottom: 15px;
  }
  .page-prod-return .return-reason {
    margin-bottom: 15px;
    min-height: auto;
  }
  .page-prod-return .return-place {
    margin-bottom: 15px;
  }
  .page-prod-return .return-money-method {
    margin-bottom: 15px;
  }
  .page-contacts .delivery-item .title {
    font-size: 14px;
  }
  .page-contacts .shop__info .shop__map {
    height: 200px;
  }
  .page-contacts-2 .contacts__items {
    margin-top: 40px;
  }
  .page-contacts-2 .delivery-item {
    margin-bottom: 30px;
  }
  .page-contacts-2 .delivery-item .title {
    font-size: 18px;
  }
  .page-contacts-2 .delivery-item .footer__triggers a {
    height: 40px;
  }
  .page-contacts-2 .delivery-item .footer__triggers a img {
    width: 20px;
    height: 20px;
  }
  .page-card .good-wrapper {
    padding: 30px 0 50px;
  }
  .page-card .good__card {
    padding-left: 65px;
  }
  .page-card .main-imgs {
    padding-right: 0;
  }
  .page-card .card-form {
    margin-bottom: 40px;
  }
  .page-card .thumb-imgs .item {
    width: 50px;
    height: 80px;
  }
  .page-card .thumb-imgs .item._active img {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .page-card .description-good-title,
  .page-card .not-available-description,
  .page-card .not-available-text {
    font-size: 13px;
  }
  .page-card .availability-text br,
  .page-card .not-available-text br {
    display: none;
  }
  .page-delivery {
    padding: 0 0 60px;
  }
  .page-delivery .cmp-cities-switchers {
    margin: 50px 0 30px;
  }
  .page-delivery-issued .delivery-order-num {
    padding: 15px;
    font-size: 16px;
  }
  .page-basket-1 .cmp-prod {
    width: 47%;
  }
  .page-basket-1 .cmp-prod .img {
    height: 340px;
  }
  .page-basket-2 .block-item {
    border: none;
    padding: 0 !important;
  }
  .page-basket-2 .block-item .page-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .page-basket-2 .block-item br {
    display: none;
  }
  .page-basket-2 .block-item p {
    margin-bottom: 30px;
  }
  .page-basket-2 .block-item._right {
    padding: 0 !important;
  }
  .page-basket-7 .cmp-prod .img {
    height: 350px;
  }
  .page-blog {
    margin: 0 0 60px;
  }
  .page-blog-in {
    margin-top: 30px;
  }
  .page-blog-in .page-title__2 {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .page-blog-in .post-thumb-data .thumb-data .thumb-item {
    margin-left: 20px;
  }
  .page-blog-in .post-thumb-data .share-btns .share-btn {
    padding: 6px 10px 6px 35px;
  }
  .page-blog-in .post-thumb-data .share-btns .share-btn img {
    left: 10px;
  }
  .page-blog-in .main-img {
    margin-bottom: 40px;
  }
  .page-blog-in blockquote {
    border: solid 10px #f6f5f4;
    padding: 35px 15px 15px;
  }
  .page-blog-in blockquote .quote {
    left: 15px;
    top: -20px;
    width: 50px;
  }
  .page-blog-in blockquote .quote .text {
    margin: 0 0 20px;
  }
  .page-blog-in ul,
  .page-blog-in ol {
    margin-top: 30px;
  }
  .page-blog-in ul li,
  .page-blog-in ol li {
    font-size: 14px;
    padding: 15px 15px 15px 30px;
    line-height: 1.5;
  }
  .page-blog-in .content-wrap p {
    margin-top: 15px;
  }
  .page-blog-in .slider .owl-item {
    height: 260px;
  }
  .page-blog-in .slider .owl-nav button {
    width: 50px;
    height: 50px;
  }
  .page-blog-in .slider .download {
    left: 15px;
    bottom: 15px;
  }
  .page-blog-in blockquote .text {
    font-size: 14px;
    line-height: 1.6;
  }
  .page-blog-in blockquote .author {
    font-size: 12px;
  }
  .page-blog-in .prod-wrap {
    margin-top: 30px;
  }
  .page-blog-in .other-news {
    margin-top: 40px;
    padding-top: 40px;
  }
  .page-blog-in .cmp-prod .img {
    height: 370px;
  }
  .page-about .section-slider .about-slider .item {
    padding: 15px;
  }
  .page-about .section-slider .about-slider .item .title {
    font-size: 14px;
  }
  .page-about .section-slider .about-slider .item blockquote {
    font-size: 16px;
  }
  .goods-2nd-view {
    padding-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .good__2nd {
    margin-right: 0;
  }
  .good__2nd:first-child {
    margin-bottom: 40px;
  }
  .load__more {
    padding-bottom: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .load__more-btn {
    margin-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 0;
    margin-bottom: 35px;
  }
  .load__more-numbers {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .good__card {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-user .block-order-in .cmp-prod .img {
    height: 370px;
  }
  .page-user .block-order-in .order-info {
    padding-left: 10px;
  }
  .page-user .block-favorite-prods .row {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  .page-user .block-favorite-prods .row [class*="col-"] {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .page-user .block-favorite-prods .cmp-prod {
    margin-bottom: 5px;
  }
  .page-user .block-favorite-prods .cmp-prod .img {
    height: 166px;
  }
  .page-return .return__des {
    margin-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }
  .page-return .payment__item {
    margin-top: 30px;
    font-size: 13px;
  }
  .page-return .payment__item .payment__item-title {
    padding: 5px 0;
  }
  .page-return .cmp-breadcrumbs {
    margin-top: 20px;
  }
  .page-reviews .reviews__num {
    margin-top: 0;
    margin-bottom: 0;
  }
  .page-reviews .reviews__stars {
    margin-top: 10px !important;
  }
  .page-reviews .reviews__comment {
    font-size: 14px;
    margin-top: 10px;
  }
  .page-reviews .add-cart {
    width: 90%;
  }
  .page-faq .faq__page-content,
  .page-return .faq__page-content {
    margin-top: 20px;
  }
  .page-faq .faq__page-content .faq__symbol,
  .page-return .faq__page-content .faq__symbol,
  .page-faq .faq__page-content .faq__minus,
  .page-return .faq__page-content .faq__minus {
    margin-right: 0;
  }
  .page-faq .faq__page-content .faq__text,
  .page-return .faq__page-content .faq__text {
    font-size: 12px;
  }
  .page-faq .faq__page-content .faq__content,
  .page-return .faq__page-content .faq__content {
    font-size: 12px;
    padding: 0 15px;
  }
  .page-faq .faq__page-content .faq__title,
  .page-return .faq__page-content .faq__title {
    padding: 13px 10px 15px 13px;
  }
  .page-about .section-about {
    margin-top: 50px;
  }
  .page-about .section-about .left-side {
    padding-right: 15px;
  }
  .page-about .section-about .right-side {
    padding-left: 15px;
  }
  .page-about .section-about .img-wrap,
  .page-about .section-about .video-wrap {
    height: 260px;
  }
  .page-about .section-about .img-wrap._tall {
    height: 500px;
  }
  .page-about .section-about .h3 {
    line-height: 1.3;
    font-size: 28px;
  }
  .page-about .section-about p {
    font-size: 14px;
  }
  .page-about .section-about .card-wrapper {
    padding-bottom: 30px;
    padding-left: 30px;
  }
  .page-about .section-about .card-wrapper:before {
    top: 70px;
  }
  .page-about .section-about .card-wrapper .card {
    width: 250px;
    height: 140px;
  }
  .page-about .section-about .card-wrapper .card img {
    width: 120px;
  }
  .page-about .section-about .card-wrapper .card p {
    margin-top: 10px;
  }
  .page-about .section-about .card-wrapper .money {
    padding: 18px 80px 18px 18px;
  }
  .page-about .section-about .card-wrapper .money .icon {
    right: 20px;
  }
  .page-about .section-slider .about-slider {
    border-width: 10px;
  }
  .page-about .section-slider .about-slider .item {
    padding: 20px;
  }
  .page-about .section-slider .about-slider .item .title {
    margin-bottom: 20px;
  }
  .page-about .section-slider .about-slider .item br {
    display: none;
  }
  .page-about .section-slider .about-slider .item blockquote {
    font-size: 20px;
  }
  .page-about .section-slider .owl-nav {
    display: none;
  }
  .page-about .section-buttons {
    margin: 40px 0 70px;
  }
  .page-about .section-buttons .button {
    margin-top: 15px;
  }
  .page-guide .guide-list .item .img {
    height: 650px;
  }
  .page-basketpay .item {
    margin-top: 20px;
  }
  /* Footer */
  .footer__title {
    font-size: 21px;
  }
  .footer_two-wrapp {
    width: 100%;
  }
  .footer__sections__item:last-child {
    margin-bottom: 0;
  }
  /* Modals */
  #modal-size-table .title {
    font-size: 22px;
  }
  #modal-size-table .play-btn {
    padding: 16px 24px 16px 50px;
  }
  #modal-size-table .play-btn img {
    width: 22px;
    height: 22px;
    left: 15px;
  }
  /* Исправить Камилю */
  .not-available-description {
    font-size: 14px;
  }
  .not-available-img {
    margin-right: 15px;
  }
  .not-available-text {
    font-size: 16px;
    line-height: 1.5;
  }
  .good-carusel-title {
    font-size: 30px;
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .cmp-breadcrumbs {
    margin: 30px 0 !important;
  }
  .description-good-title {
    font-size: 14px;
    line-height: 1.6;
  }
  .size-table {
    color: #777;
  }
}
@media (max-width: 575.98px) {
  /* Common */
  /* UI */
  .page-title__2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  /* Header */
  /* Components */
  .cmp-blog-item {
    margin-bottom: 30px;
  }
  .cmp-blog-item .img {
    height: 150px !important;
  }
  /* Blocks */
  /* Sections */
  .section-grid .wrap__video {
    height: 320px;
  }
  .section-padding {
    min-height: 350px;
  }
  .section-content-center .title {
    font-size: 36px;
  }
  .section-content-center .description {
    font-size: 14px;
    line-height: 1.4;
  }
  .section-content-center .bg-text {
    font-size: 120px;
  }
  .section-content-center .button .button__text {
    padding: 10px 30px;
  }
  .section-content-center .button .button__arrow {
    width: 40px;
  }
  #section-footer .bg-text {
    font-size: 140px;
  }
  /* Pages */
  .page-basketpay .item {
    margin-top: 15px;
  }
  .page-basketpay .basketpay-wrap {
    margin-bottom: 60px;
  }
  .page-blog-in .news-in-views {
    margin-right: 15px;
  }
  .page-blog-in .comment-text {
    font-size: 12px;
  }
  .page-blog-in .blogin-comments .comment:not(:last-child) {
    margin-bottom: 40px;
  }
  .page-blog-in .blogin-comments .blogin-autorize {
    margin-bottom: 100px;
  }
  .page-blog-in .blogin-comments .blogin-autorize::after {
    bottom: -50px;
  }
  .page-blog-in .comments .comment {
    padding: 20px 0;
    padding-left: 43px !important;
  }
  .page-blog-in .comments .comment__user {
    width: 28px;
    height: 28px;
  }
  .page-blog-in .comments .load-more {
    margin-top: 20px;
  }
  .blog-news-wrap {
    margin-bottom: 0;
  }
  .blogin-card-download {
    margin-bottom: 50px;
  }
  .blogin-card-download .blogin-download-btn {
    left: 10px;
    bottom: 10px;
  }
  .blogin-card-download .download-trig {
    padding: 25px;
  }
  .blogin-thin-text,
  .blogin-bold-text {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .blogin-card {
    margin-bottom: 40px;
  }
  .blogin-card .blogin-card-date {
    margin-right: 10px;
    padding: 10px;
    line-height: normal;
    text-align: center;
  }
  .blogin-card .blogin-card-triggers {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-blog1 .blog-news-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-blog1 .blog-news-wrap .blogin-quote {
    padding: 10px 10px 10px 20px;
    margin-bottom: 30px;
  }
  .page-blog1 .blog-news-wrap .blogin-quote .blogin-quote-text {
    font-size: 17px;
    line-height: normal;
    margin-bottom: 15px;
  }
  .page-blog1 .blog-news-wrap .blogin-quote .blogin-quote-mark {
    top: -22px;
  }
  .page-blog1 .blog-news-wrap .blogin-quote .blogin-quote-mark img {
    width: 49px;
    height: 29px;
  }
  .page-blog1 .blog-news-wrap .blogin-width-text {
    padding: 0;
  }
  .page-blog1 .blog-news-wrap .blogin-frame-wrap .bloggin-text-frame,
  .page-blog1 .blog-news-wrap .blogin-frame-wrap .blogin-frame-num {
    padding: 20px 0 20px 30px;
    font-size: 15px;
  }
  .page-blog1 .blog-news-wrap .blogin-goods {
    margin-bottom: 40px;
  }
  .page-blog1 .blog-news-wrap .blogin-frame-wrap {
    margin-bottom: 35px;
  }
  .page-blog1 .blog-news-wrap .blogin-title {
    margin-bottom: 32px;
    font-size: 18px;
  }
  .tabs__caption li {
    margin-right: 15px;
  }
  .goods {
    padding-bottom: 80px;
  }
  .load__more-item {
    width: 35px;
  }
  .good__video {
    padding-bottom: 45px;
  }
  .goods-2nd-view {
    padding-bottom: 40px;
  }
  .load__more {
    padding-bottom: 60px;
  }
  .page-contacts .delivery__address {
    margin-top: 25px;
    overflow-y: hidden;
    overflow-x: auto;
    overflow-scrolling: touch;
    border-radius: 30px;
    background: #f7f8fb;
  }
  .page-contacts .delivery__address .item {
    font-size: 12px;
  }
  .page-contacts .shop__info {
    margin-top: 15px;
  }
  .page-contacts .shop__info .shop__image,
  .page-contacts .shop__info .shop__map {
    margin-top: 20px;
  }
  .page-reviews .reviews__num {
    margin-top: 4px;
    margin-bottom: 8px;
  }
  .page-about .section-switchers {
    margin: 30px 0;
  }
  .page-about .section-switchers a:before {
    display: none;
  }
  .page-about .section-about .video-wrap {
    height: 200px;
  }
  .page-about .section-about .img-wrap {
    height: 200px;
  }
  .page-about .section-about .img-wrap._tall {
    height: 400px;
  }
  .page-about .section-about .card-wrapper {
    padding-bottom: 15px;
    padding-left: 15px;
  }
  .page-about .section-about .card-wrapper .h3 {
    margin: 30px 0 20px;
  }
  .page-about .section-about .card-wrapper .btn {
    margin-top: 30px;
  }
  .page-about .section-buttons {
    margin: 10px 0 50px;
  }
  .page-about .section-buttons .button {
    padding: 18px 60px 17px 15px;
    font-size: 14px;
  }
  .page-about .section-buttons .button svg {
    right: 15px;
    width: 26px;
    height: 26px;
  }
  /* Footer */
  .footer__triggers {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__title {
    font-size: 18px;
    padding: 40px 0;
  }
  .footer__sections__item {
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .footer__sections__item-title {
    padding: 10px 0;
    margin-bottom: 0 !important;
  }
  .footer__sections__item-title img {
    width: 14px;
    height: 14px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .footer__sections__item-links {
    margin: 15px 0 30px !important;
    display: none;
  }
  .footer__sections__item._opened .footer__sections__item-title img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .footer__sections__item._opened .footer__sections__item-links {
    display: block;
  }
  .footer .policy {
    margin-top: 30px;
  }
  /* Modals */
  .burger__modal {
    text-transform: uppercase;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    min-height: 100%;
    padding: 61px 140px 0 85px;
    background: #fff;
    z-index: 4;
  }
  .modal__item__othline::after {
    content: "";
    width: 235px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: -84%;
    background: #777;
  }
  .modal__btn {
    margin-bottom: 25px;
  }
  .modal__item:nth-child(1) {
    margin-bottom: 20px;
  }
  .modal__item:nth-child(2) {
    margin-bottom: 19px;
  }
  .modal__item:nth-child(3) {
    margin-bottom: 19px;
  }
  .modal__item:nth-child(4) {
    margin-bottom: 19px;
  }
  .modal__item:nth-child(5) {
    margin-bottom: 25px;
  }
  .modal__item-fat {
    font-size: 20px;
    font-weight: bold;
  }
  .modal__item:nth-child(9) {
    margin-bottom: 19px;
  }
  .modal__item:nth-child(10) {
    margin-bottom: 10px;
  }
  .modal__item:nth-child(11) {
    margin-bottom: 10px;
  }
  .modal__item:nth-child(12) {
    margin-bottom: 20px;
  }
}
@media (max-width: 475.98px) {
  /* Common */
  /* UI */
  .page-title {
    font-size: 24px;
  }
  /* Header */
  /* Components */
  .cmp-pagination {
    margin: 30px 0 60px;
  }
  .cmp-pagination .pages .page {
    width: 34px;
    height: 34px;
  }
  .cmp-blog-item .img {
    height: 200px !important;
  }
  .cmp-footer-basket .btn img {
    margin-left: 0;
  }
  .cmp-prod {
    font-size: 11px;
  }
  .cmp-prod .img {
    height: 310px;
  }
  .cmp-prod .prod__info .remove-btn {
    width: 18px;
    height: 18px;
    margin-top: 4px;
  }
  .cmp-prod._v2 {
    margin-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cmp-prod._v2 .img {
    width: 90px;
    height: 140px !important;
  }
  .cmp-prod._v2 .prod__info {
    margin-top: 0;
    width: calc(100% - 105px);
  }
  .cmp-prod._v2 .prod__info .price .price__sum {
    width: 100%;
  }
  /* Blocks */
  /* Sections */
  .section-padding {
    min-height: auto;
  }
  .section-content-center .bg-text {
    font-size: 90px;
  }
  #section-footer .bg-text {
    font-size: 120px;
  }
  #section-footer .title {
    font-size: 32px;
  }
  #section-index-3 .bg-text {
    top: 42%;
    font-size: 130px;
  }
  /* Pages */
  .page-search form input {
    width: calc(100% - 36px);
  }
  .page-search form button {
    width: 20px;
    height: 20px;
  }
  .page-faq .cmp-faq {
    margin-bottom: 25px;
  }
  .page-card .card-price__tag,
  .page-card .new-price-sale {
    font-size: 16px;
  }
  .page-card .main-imgs img {
    margin-bottom: 0;
  }
  .page-card .description-good-title {
    margin-bottom: 30px;
  }
  .page-card .not-available-text {
    font-size: 14px;
  }
  .page-card .choice-color-wrapper {
    margin: 10px 0;
  }
  .page-card .card-form {
    margin-bottom: 30px;
  }
  .page-card .select-size .form__label {
    width: 100%;
  }
  .page-card .select-size .size-table {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .page-card .good__card {
    padding-left: 0;
  }
  .page-basketpay .item .img {
    height: 26px;
  }
  .page-basketpay .item .des {
    font-size: 12px;
  }
  .page-basket .cmp-prod .img {
    height: 290px;
  }
  .page-basket-1 .cmp-prod {
    width: 100%;
  }
  .page-basket-1 .cmp-prod .img {
    height: 290px;
  }
  .page-basket-4 .tabs-wrap .type-item {
    margin-bottom: 15px;
  }
  .page-basket-7 .delivery-order-num {
    margin-bottom: 50px;
  }
  .page-basket-7 .delivery-issued-item .issued-item-title {
    font-size: 13px;
  }
  .page-basket-7 .cmp-prod .img {
    height: 300px;
  }
  .page-basket-7 .cmp-prod .prod__info .like-btn {
    top: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    position: relative;
    margin-top: 15px;
    width: 20px;
    height: 20px;
  }
  .page-blog-in .page-title__2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .page-blog-in .slider {
    margin-top: 40px;
  }
  .page-blog-in .slider .owl-item {
    height: 220px;
  }
  .page-blog-in .cmp-prod .img {
    height: 280px;
  }
  .page-user .block-order-in .block-title,
  .page-user .block-order-in .h3 {
    font-size: 14px;
  }
  .page-user .block-order-in .block-title {
    margin-bottom: 20px;
  }
  .page-user .block-order-in .block-title .thumb {
    font-size: 13px;
  }
  .page-user .block-order-in .cmp-prod .img {
    height: 280px;
  }
  .page-user .block-favorite-prods .cmp-prod .img {
    height: 140px;
  }
  .page-delivery-issued .issued-good-item {
    max-width: 44%;
  }
  .page-delivery-issued .empty-issued-card {
    padding: 104px 0;
  }
  .page-delivery-issued .delivery-issued-item {
    margin-bottom: 30px;
  }
  .page-delivery-issued .delivery-issued-item .issued-item-description {
    margin-bottom: 30px;
  }
  .page-delivery-issued .delivery-order-num {
    font-size: 15px;
    padding: 10px 15px;
    margin-bottom: 15px;
  }
  .page-contacts .shop__info .shop__map {
    height: 180px;
  }
  .page-contacts .shop__info .shop__image {
    margin-top: 40px;
  }
  .page-contacts .cmp-cities-switchers {
    margin-bottom: 30px;
  }
  .page-guide .guide-list .item .img {
    height: 500px;
  }
  .page-catalog .filters-wrap .prod-types {
    font-size: 10px;
  }
  .tabs__caption {
    padding-bottom: 15px;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    overflow-scrolling: touch;
    background: #f7f8fb;
  }
  .tabs__caption li {
    font-size: 15px;
  }
  .goods {
    padding-top: 40px;
  }
  .num-counter {
    height: 54px;
  }
  .add-cart {
    margin-right: 0;
    padding: 0;
    width: 100%;
  }
  .select-size {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .size-table {
    margin: 0 0 10px;
  }
  .size-table br {
    display: none;
  }
  .select-size::after {
    bottom: calc(100% - 105px);
  }
  .good-wrapper {
    padding-top: 83px;
    padding-bottom: 40px;
  }
  .good-carusel-title {
    padding: 30px 0 20px 0;
    font-size: 28px;
  }
  .description-good-title {
    margin-bottom: 50px;
  }
  .card_tag {
    margin-bottom: 30px;
  }
  .delivery-info {
    text-transform: lowercase;
  }
  .delivery-info-price {
    margin-right: 15px;
  }
  .delivery-info-img {
    margin-right: 15px;
  }
  .list-wrapp {
    padding-bottom: 0;
  }
  /* Footer */
  .footer__triggers-item {
    height: 40px;
    width: 22%;
  }
  .footer__triggers-item img {
    width: 20px;
    height: 20px;
  }
  /* Modals */
  .card-name__good {
    font-size: 24px;
  }
  .price__tag,
  .sale__tag,
  .not-available__tag {
    padding: 4px 7px;
  }
}
@media (max-width: 375.98px) {
  /* Common */
  /* UI */
  /* Header */
  /* Components */
  .cmp-prod .img {
    height: 250px;
  }
  .cmp-contacts-title .title {
    font-size: 34px;
  }
  .cmp-blog-item .img {
    height: 180px !important;
  }
  .cmp-cities-switchers a {
    margin: 3px 8px;
  }
  /* Blocks */
  /* Sections */
  .section-grid .wrap__video {
    height: 280px;
  }
  #section-footer .container {
    padding: 0 30px;
  }
  #section-footer .bg-text {
    top: 34%;
  }
  #section-footer .button {
    margin-top: 40px;
  }
  /* Pages */
  .page-blog-in .cmp-prod .img {
    height: 250px;
  }
  .page-user .block-order-in .cmp-prod .img {
    height: 250px;
  }
  .page-user .block-favorite-prods .cmp-prod .img {
    height: 110px;
  }
  .page-guide .guide-list .item .img {
    height: 440px;
  }
  .page-blog .cmp-cities-switchers {
    margin: 60px 0 20px;
  }
  .page-basket .cmp-prod .img {
    height: 240px;
  }
  .page-delivery-issued .delivery-issued-item .issued-item-title {
    font-size: 14px;
  }
  .page-deliveryfree .form-free-delivery {
    margin-top: 37px;
  }
  .goods__item {
    margin-right: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .goods__item:nth-child(3) {
    margin-bottom: 30px;
  }
  .load__more-btn {
    padding: 15px 0;
  }
  .choice-color {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .choice-color_name {
    margin-bottom: 20px;
  }
  .delivery-info {
    text-transform: lowercase;
  }
  .delivery-info-price {
    margin-right: 10px;
  }
  .delivery-info-img {
    margin-right: 10px;
  }
  .good-carusel-title {
    font-size: 30px;
  }
  .page-about .section-about .img-wrap._tall {
    height: 330px;
  }
  /* Footer */
  .footer__title {
    padding: 25px 0;
    line-height: 1;
  }
  .footer__triggers {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer__sections__item-title {
    font-size: 13px;
  }
  .footer__title {
    font-size: 16px;
  }
  /* Modals */
}
@media (max-width: 320.98px) {
  /* Common */
  /* UI */
  /* Header */
  #header .header__right .menu-link.icon {
    margin-left: 10px;
  }
  /* Components */
  .cmp-prod .img {
    height: 210px;
  }
  /* Blocks */
  /* Sections */
  .section-grid .wrap__video {
    height: 240px;
  }
  #section-footer .bg-text {
    font-size: 100px;
    top: 36%;
  }
  /* Pages */
  .page-guide .guide-list .item .img {
    height: 370px;
  }
  .page-basket .cmp-prod .img {
    height: 200px;
  }
  .page-basketpay .item .des {
    font-size: 11px;
  }
  .page-about .section-about .img-wrap._tall {
    height: 290px;
  }
  .page-blog-in .slider .owl-item {
    height: 180px;
  }
  .page-blog-in .cmp-prod .img {
    height: 210px;
  }
  .page-contacts .shop__info .shop__map {
    height: 160px;
  }
  .page-user .block-order-in .cmp-prod .img {
    height: 210px;
  }
  .page-user .block-favorite-prods .cmp-prod .img {
    height: 90px;
  }
  /* Footer */
  /* Modals */
  /* Доделать Камиль */
  .prod-counter-wrap .add-cart-btn {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
}
