/***************reset***************/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@font-face {
  font-family: 'ChareInk';
  src: url('../fonts/ChareInk-Regular.eot');
  src: url('../fonts/ChareInk-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ChareInk';
  src: url('../fonts/ChareInk.svg#ChareInk') format('svg'),
       url('../fonts/ChareInk.ttf') format('truetype'),
       url('../fonts/ChareInk.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
small {
  font-size: 80%;
}
mark {
  background: #ffff00;
  color: #000000;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
label {
  display: block;
}
label[for] {
  cursor: pointer;
}
button {
  outline: none;
  box-sizing: border-box;
  border: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}
select {
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
  color: inherit;
  text-overflow: ellipsis;
}
input {
  outline: none;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
  text-overflow: ellipsis;
  color: inherit;
}
textarea {
  overflow: auto;
  resize: none;
  outline: none;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
  color: inherit;
}
hr {
  border: none;
}
img {
  border: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.container {
  box-sizing: border-box;
  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: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  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: 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: 1280px) {
  .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%;
  }
}
.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: 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: 1280px) {
  .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;
  }
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.show .modal-dialog,
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-content {
  position: relative;
  width: 100%;
  pointer-events: auto;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show,
.modal-backdrop.in {
  opacity: 0.5;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.fade {
  opacity: 0;
}
.fade.in {
  opacity: 1;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
/*==========GENERAL STYLES==========*/
html {
  min-height: 100%;
}
body {
  overflow-x: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100vh;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'ChareInk', sans-serif;
  color: #151515;
  background: #F9F9F9;
  -webkit-font-smoothing: antialiased;
}
body.noscroll {
  overflow-y: hidden;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
  background-color: rgba(21, 21, 21, 0.3);
}
/*=LINKS&FORMS=*/
a,
button {
  color: currentColor;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
a:focus,
button:focus,
a:active,
button:active,
a:hover,
button:hover {
  outline: none;
}
a {
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 182px;
  height: 50px;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  background-color: #B8141A;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:hover,
.btn:active {
  background-color: #C20C0B;
}
.btn-border-light {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  width: 126px;
  height: 40px;
  text-align: center;
  color: #ffffff;
  background-color: transparent;
}
.btn-border-light:hover,
.btn-border-light:active {
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.btn-border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid rgba(21, 21, 21, 0.2);
  width: 126px;
  height: 40px;
  text-align: center;
  background-color: transparent;
  color: #151515;
}
.btn-border:hover,
.btn-border:active {
  border: 2px solid rgba(21, 21, 21, 0.4);
}
.btn-section {
  margin-top: 40px;
}
.btn-block {
  width: 100%;
}
/*soc-link*/
.soc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.soc-link {
  margin-right: 20px;
}
.soc-link:last-child {
  margin-right: 0;
}
.soc-link svg {
  display: block;
}
.soc-link path {
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.soc-link:hover path,
.soc-link:active path {
}
/*=HEADER=*/
.header-bottom {
  left: 0;
  right: 0;
  z-index: 105;
  background: #040404;
  box-shadow: 0px 4px 12px rgb(0 0 0 / 25%);
}
.header-bottom.fixed {
  position: fixed;
  top: 0px;
  border-bottom: 1px solid rgba(53, 53, 53, 0.2);
}
.header > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.header-inner > .container {
  position: relative;
}
.header-inner > .container::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 15px;
  right: 15px;
  height: 1px;
  background-color: rgba(53, 53, 53, 0.2);
}
.header-inner.fixed > .container::after {
  opacity: 0;
}
.header-inner.fixed .header-menu-wrapper .container::before {
  opacity: 1;
}
.header-inner .header-menu-wrapper .container::before {
  opacity: 0;
}
.header-top > .container {
  padding-top: 6px;
  padding-bottom: 6px;
}
.header-middle > .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
.header-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-align: start !important;
  -ms-flex-align: flex-start !important;
  align-items: flex-start !important;
}
.header-logo {
  margin-right: 35px;
}
.header-logo img {
  display: block;
}
.logo-name {
  font-family: 'ChareInk';
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 46px;
  color: #B8141A;
}
.header-site-name {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  margin-top: 6px;
}
.choose-city-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.choose-city-wrapper .choose-city-text,
.choose-city-wrapper .choose-city-city {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}
.choose-city-wrapper .choose-city-text span {margin-right: 10px;}
.choose-city-wrapper .choose-city-city select {border: none;background: none;}
.header-menu-btn {
  position: relative;
  display: none;
  width: 25px;
  height: 18px;
  cursor: pointer;
}
.header-menu-btn span {
  position: absolute;
  left: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 25px;
  height: 3px;
  background-color: #B8141A;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.header-menu-btn span:first-child {
  top: 0;
}
.header-menu-btn span:nth-child(2) {
  top: 7px;
}
.header-menu-btn span:nth-child(3) {
  top: 14px;
}
.header-menu-btn.open span {
  top: 7px;
}
.header-menu-btn.open span:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-menu-btn.open span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-menu-btn.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-menu-btn:hover span {
  background-color: #C20C0B;
}
.header-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin-left: 35px;
}
.header-menu li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 28px;
  padding: 15px 0;
}
.header-menu li.active a,
.header-menu li:hover a {
  color: #B8141A;
}

.header-menu a {
    position: relative;
    display: block;
    padding: 0px 30px;
    cursor: pointer;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
}
.header-menu a img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  margin-right: 10px;
}
.header-menu a:hover,
.header-menu a:active,
.header-menu a:focus,
.header-menu a.active {
  color: #FFF;
}
.header-menu li:hover {
  background: linear-gradient(358.52deg, rgba(184, 20, 26, 0.6) 1.99%, rgba(184, 20, 26, 0) 99.48%);
}
.header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.header-search {
  position: relative;
  margin-right: 20px;
}
.header-search-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 35px;
  height: 35px;
  background-color: #EBEBEB;
}
.header-search-btn img {
  display: block;
  margin: auto;
}
.header-search-btn:hover,
.header-search-btn:active {
  background-color: #E0DFDF;
}
.header-search-form {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom: 1px solid #B8141A;
  width: 0;
  background-color: #EBEBEB;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.header-search-form input {
  border: none;
  padding-left: 16px;
  width: calc(100% - 43px);
  background-color: transparent;
}
.header-search-form input::-webkit-input-placeholder {
  color: rgba(21, 21, 21, 0.5);
}
.header-search-form input::-moz-placeholder {
  color: rgba(21, 21, 21, 0.5);
}
.header-search-form input:-moz-placeholder {
  color: rgba(21, 21, 21, 0.5);
}
.header-search-form input:-ms-input-placeholder {
  color: rgba(21, 21, 21, 0.5);
}
.header-search-form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 43px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/ico-search.svg");
  background-size: 15px auto;
}
.header-search-form button:hover,
.header-search-form button:active {
  background-image: url("../img/ico-search-black.svg");
}
.header-search-form.open {
  width: 645px;
}
.header-search-form.open button {
  background-image: url("../img/ico-close.svg");
}
.header-cart {
  margin-right: 25px;
  padding-left: 25px;
  font-weight: 700;
  font-size: 14px;
  color: #B8141A;
  background-image: url("../img/ico-cart.svg");
  background-repeat: no-repeat;
  background-position: 0 center;
}
.header-cart:hover {
  color: #C20C0B;
  background-image: url("../img/ico-cart-hover.svg");
}
.header-contacts {
  padding-left: 25px;
}
.header-contacts a {
    display: flex;
    align-items: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 16px;
}
.header-contacts a img {
  width: 28px;
  height: 18.23px;
  margin-right: 10px;
}
.header-contacts a:hover,
.header-contacts a:active {
  color: #B8141A;
}
.mobile-contact a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    align-items: center;
}
.mobile-contact a img {margin-right: 5px;}
.header-button {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 12px 32px;
  gap: 10px;
  background: #B8141A;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  color: #FFFFFF;
    width: auto;
    height: auto;
}
.mobile-contact {display: none;}
.header-2 .header-menu-btn {
  display: none;
}
.header-2 .header-search-form.open {
  width: 665px;
}
/*=MENU=*/
.header-menu-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  z-index: 20;
  display: none;
  border-bottom: 1px solid rgba(53, 53, 53, 0.2);
  background-color: #ffffff;
}
.header-menu-wrapper .container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
  padding-top: 1px;
}
.header-menu-wrapper .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  z-index: 1;
  height: 1px;
  background-color: rgba(53, 53, 53, 0.2);
}
.header-menu-wrapper .header-menu {
  display: none;
}

#js-menu-wrapper ul.header-menu li a {
  color: #222;
}
.header-menu-contacts {
  border-left: 1px solid rgba(53, 53, 53, 0.2);
  padding: 60px 25px 0 45px;
  min-width: 270px;
}
.header-menu-contacts .header-menu-tel {
  display: block;
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
.header-menu-contacts .header-menu-tel:hover,
.header-menu-contacts .header-menu-tel:active {
  color: #B8141A;
}
.header-menu-contacts .header-menu-email {
  display: none;
}
.header-menu-contacts .soc {
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-menu-contacts .soc-link path {

}
.header-menu-contacts .soc-link:hover path,
.header-menu-contacts .soc-link:active path {
  fill: #B8141A;
}
.header-menu-contacts .btn {
  margin: 0 auto;
  width: 188px;
}
.header-menu-catalog {
  border-right: 1px solid rgba(53, 53, 53, 0.2);
  min-width: 270px;
}
.header-menu-search {
  border-bottom: 1px solid rgba(53, 53, 53, 0.2);
}
.header-menu-search input {
  display: block;
  border: none;
  padding: 15px 5px 15px 45px;
  width: 100%;
  background-image: url("../img/ico-search.svg");
  background-repeat: no-repeat;
  background-position: 10px center;
}
.header-menu-search input::-webkit-input-placeholder {
  color: rgba(21, 21, 21, 0.5);
}
.header-menu-search input::-moz-placeholder {
  color: rgba(21, 21, 21, 0.5);
}
.header-menu-search input:-moz-placeholder {
  color: rgba(21, 21, 21, 0.5);
}
.header-menu-search input:-ms-input-placeholder {
  color: rgba(21, 21, 21, 0.5);
}
.header-menu-catalog-list {
  padding-top: 35px;
  padding-bottom: 55px;
}
.header-menu-catalog-list p {
  margin-bottom: 25px;
  padding-top: 1px;
  padding-left: 35px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  background-image: url("../img/ico-catalog.svg");
  background-repeat: no-repeat;
  background-position: left center;
}
.header-menu-catalog-list li {
  margin-bottom: 20px;
}
.header-menu-catalog-list li:last-child {
  margin-bottom: 0;
}
.header-menu-catalog-list a {
  display: block;
  font-weight: bold;
}
.header-menu-catalog-list a:hover,
.header-menu-catalog-list a:active {
  color: #B8141A;
}
.header-menu-nav {
  display: none;
}
.header-menu-close-btn {
  display: none;
}
.soc-link-list {
      display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.soc-link-list .soc-link-item {
  margin-left: 5px;
}
.soc-link-list .soc-link-item svg {
  width: 28px;
  height: 28px;
}
/*=TEXT=*/
.heading-title {
  margin-bottom: 20px;
}
strong {
  font-weight: bold;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
.welcome-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #333333;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}
.welcome-text p {margin-top: 15px;}
.advantiges {
  padding: 30px 0;
}
.advantiges .advantiges-item .advantiges-item-inner {
  background: #FFFFFF;
  box-shadow: 4px 4px 32px rgba(80, 80, 80, 0.1);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  min-width: 260px;
  margin: 20px;
  height: 290px;
}
.advantiges .advantiges-item .advantiges-item-heading {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #333333;
  margin-top: 30px;
  margin-bottom: 14px;
}
.advantiges .advantiges-item .advantiges-item-text {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  text-align: center;
  color: #333333;
}
.section-title {
  margin-bottom: 30px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  color: #333333;
}
.article-title {
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
}
.section.preim {
  background: url('../img/preim-bg.jpg');
  background-size: cover;
  padding: 60px 0;
  color: #fff;
}
.section.preim .heading-title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.preim-item {
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
}
.preim-item:after {
    /*display: block;
    content: '';
    width: 2px;
    height: 20px;
    background: #B8141A;
    position: absolute;
    top: 100%;
    left: 32px;
    top: 80%;*/
}
.preim-item:last-child:after {
  display: none;
}
.preim-item .preim-item-icon {
  width: 56px;
  display: block;
  float: left;
  margin-right: 15px;
}
.preim-item .preim-item-icon span {
  width: 32px;
    height: 32px;
    background: #B8141A;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
}
.preim-item .preim-item-right {
  display: flex;
  flex-direction: column;width: 100%;
}
.preim-item .preim-item-right .preim-item-heading {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
}
.preim-item .preim-item-right .preim-item-text {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}
.section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
  margin-bottom: 50px;
}
.section-header .section-title {
  margin-bottom: 0;
  line-height: 1;
}
.section-header .more-link {
  margin-left: 20px;
}
.more-link {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(21, 21, 21, 0.5);
}
.more-link:hover,
.more-link:active {
  color: #151515;
}
.more-link img {
  position: relative;
  top: -1px;
  vertical-align: middle;
  margin-left: 8px;
}
.more-link-mobile {
  display: none;
}
.back-link {
  display: block;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #B8141A;
}
.back-link:hover,
.back-link:active {
  color: #C20C0B;
}
.back-link img {
  position: relative;
  top: -1px;
  vertical-align: middle;
  margin-right: 8px;
}
.section-more-link {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #151515;
}
.section-more-link:hover,
.section-more-link:active {
  color: #B8141A;
}
.arrow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  border: 2px solid rgba(21, 21, 21, 0.2);
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.arrow-link img {
  display: block;
}
.arrow-link:hover {
  border: 2px solid rgba(21, 21, 21, 0.4);
}
.date {
  padding-left: 25px;
  padding-top: 1px;
  line-height: 1;
  color: rgba(21, 21, 21, 0.5);
  background-image: url("../img/ico-clock.svg");
  background-repeat: no-repeat;
  background-position: left center;
}
.date + .section-title {
  margin-top: 10px;
}
.load-more-btn {
  width: 100%;
  height: 50px;
}
/*=CONTENT=*/
.page-wrapper {
  overflow-y: visible;
  overflow-x: hidden;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 80px;
}
.section-inner .row {
  position: relative;
}
.page-wrapper.catalog, .page-wrapper.text-page {
  padding-top: 0px;
  position: relative;
}
.section {
  padding-top: 75px;
}
.section:last-child {
  padding-bottom: 75px;
}
.section-inner {
  padding-top: 65px;
  padding-bottom: 90px;
}
.section-inner section {
  padding-top: 70px;
}
.nav.flex-column a {
  display: flex;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #333333;
  padding: 16px 10px;
}
.nav.flex-column a.active {
  color: #FFFFFF;
  background: linear-gradient(89.99deg, #B8141A 0.01%, rgba(184, 20, 26, 0) 99.11%);
}
.text-section p,
.text-section ul,
.text-section ol {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.text-section p:last-child,
.text-section ul:last-child,
.text-section ol:last-child {
  margin-bottom: 0;
}
.text-section h2 {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}
.text-section * + h2 {
  margin-top: 35px;
}
.text-section h3 {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
}
.text-section * + h3 {
  margin-top: 35px;
}
.text-section h4 {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}
.text-section * + h4 {
  margin-top: 25px;
}
.text-section li + li {
  margin-top: 10px;
}
.text-section ul li {
  position: relative;
  padding-left: 35px;
}
.text-section ul li::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: #B8141A;
}
.text-section ol {
  counter-reset: li;
}
.text-section ol li {
  position: relative;
  padding-left: 35px;
}
.text-section ol li:before {
  content: counter(li) ".";
  counter-increment: li;
  position: absolute;
  left: 10px;
  top: 4px;
  font-weight: 700;
  line-height: 1;
  color: #151515;
}
.text-section img {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 100%;
}
.text-section img:last-child {
  margin-bottom: 0;
}
.text-section img:first-child {
  margin-top: 0;
}
.text-section h1 + img[style*="float: left"],
.text-section h1 + img[style*="float: right"] {
  margin-top: 0;
}
.text-section img[style*="float: left"] {
  margin-right: 40px;
}
.text-section img[style*="float: right"] {
  margin-left: 40px;
}
.text-section a:not(.btn) {
  color: #B8141A;
  text-decoration: underline;
}
.text-section a:not(.btn):hover,
.text-section a:not(.btn):active,
.text-section a:not(.btn):focus {
  text-decoration: none;
}
.text-section iframe,
.text-section video {
  margin-bottom: 30px;
}
.text-section iframe:last-child,
.text-section video:last-child {
  margin-bottom: 0;
}
.text-section + .back-link {
  margin-top: 35px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
table:last-child {
  margin-bottom: 0;
}
table th,
table td {
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(21, 21, 21, 0.2);
  padding: 10px 15px;
  text-align: left;
}
table th.text-center,
table td.text-center {
  text-align: center;
}
table th img,
table td img {
  display: block;
  max-width: 100%;
}
table td strong {
  font-weight: bold;
}
table th {
  border-bottom: none;
  font-weight: 700;
  color: #B8141A;
}
table thead tr:last-child th {
  border-bottom: none;
}
h1 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  color: #333333;
}
.table-wrapper {
  overflow: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
.table-wrapper:last-child {
  margin-bottom: 0;
}
.table-wrapper:first-child {
  margin-top: 0;
}
.table-wrapper table {
  margin-top: 0;
  margin-bottom: 0;
  min-width: 460px;
}
.contact-info {
    display: block;
    position: absolute;
    top: 30%;
    left: 40%;
    background: #FFFFFF;
    box-shadow: 4px 4px 32px rgb(80 80 80 / 6%);
    border-radius: 12px;
    padding: 40px;
    font-family: 'Roboto';
    font-style: normal;
}
.contact-info h1 {
  font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 36px;
line-height: 42px;
margin-bottom: 30px;
}
.contact-info h1 span {
  color: #B8141A;
}
.contact-info .contact-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #333333;
  margin-bottom: 10px;
  font-weight: bold;
}
.contact-info .contact-text {
  font-weight: 400;
font-size: 16px;
line-height: 160%;
}
.contact-info .contact-text img {
  width: 10px;
  margin-right: 10px;
}
.content {
  padding-right: 50px;
}
.content.order-lg-2 {
  padding-right: 15px;
  padding-left: 50px;
}
.sidebar {
  position: relative;
  padding-left: 50px;
}
.sidebar::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 1px;
  background-color: rgba(53, 53, 53, 0.2);
}
.sidebar.order-lg-1 {
  padding-left: 15px;
  padding-right: 20px;
}
.sidebar.order-lg-1::before {
  left: auto;
  right: 0;
}
.sidebar.order-lg-1 .more-link {
  text-align: left;
}
.sidebar-block {
  margin-bottom: 50px;
}
.sidebar-block:last-child {
  margin-bottom: 0;
}
.sidebar-block h3 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.1;
  text-transform: uppercase;
  color: rgba(21, 21, 21, 0.5);
}
.sidebar-block .article-card {
  margin-bottom: 40px;
}
.sidebar-block .article-card-sm {
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(53, 53, 53, 0.2);
  padding-bottom: 30px;
  padding-right: 10px;
}
.sidebar-block .article-card-sm-more {
  white-space: nowrap;
  color: #B8141A;
}
.sidebar-block .article-card-sm:hover .article-card-sm-more {
  color: #C20C0B;
}
.sidebar .more-link {
  display: block;
  margin-top: -20px;
  text-align: right;
}
.default-tabs {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.default-tabs::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 1px;
  background-color: rgba(53, 53, 53, 0.2);
}
.default-tabs li.active a {
  border-color: rgba(53, 53, 53, 0.2);
  border-bottom-color: #ffffff;
  color: #151515;
}
.default-tabs a {
  position: relative;
  z-index: 2;
  display: block;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  border: 1px solid transparent;
  padding: 15px 30px;
  height: 100%;
  font-weight: 700;
  color: rgba(21, 21, 21, 0.5);
}
.default-tab-content {
  padding-top: 35px;
}
/*Slider*/
.slider-wrapper {
  position: relative;
}
.slider-wrapper .swiper-button {
  top: -64px;
}
.slider-wrapper .swiper-button-prev {
  left: auto;
  right: 64px;
}
.slider-wrapper .swiper-button-next {
  right: 0;
}
.swiper-wrapper {
  -webkit-filter: blur(0);
  filter: blur(0);
  perspective: 1200px;
}
.swiper-slide {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
  height: auto;
}
.swiper-button {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid rgba(21, 21, 21, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  cursor: pointer;
  pointer-events: all;
}
.swiper-button img {
  display: block;
}
.swiper-button::after {
  display: none;
}
.swiper-button:hover,
.swiper-button:active {
  outline: none;
  border: 2px solid rgba(21, 21, 21, 0.4);
}
/*Gallery*/
.fancybox-bg {
  background-color: #252A2D;
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.75;
}
.fancybox-toolbar {
  visibility: visible;
  opacity: 1;
}
.fancybox-show-nav .fancybox-arrow {
  opacity: 1;
}
.fancybox-arrow {
  margin: -27px 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 54px;
  height: 54px;
  background-color: rgba(37, 42, 45, 0.7);
  background-repeat: no-repeat;
  background-image: url("../img/ico-arrow-right-white.svg");
  background-position: center center;
  opacity: 1;
}
.fancybox-arrow:after {
  display: none;
}
.fancybox-arrow:hover,
.fancybox-arrow:active {
  outline: none;
  background-color: #252A2D;
}
.fancybox-arrow--left {
  left: 50px;
}
.fancybox-arrow--right {
  right: 50px;
}
.fancybox-toolbar {
  top: 0;
  right: 0;
}
.fancybox-button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: transparent;
}
.fancybox-button::after,
.fancybox-button::before {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}
.fancybox-button:hover {
  background-color: #252A2D;
}
.fancybox-button:hover::after,
.fancybox-button:hover::before {
  color: #ffffff;
}
.fancybox-button:hover:not([disabled]) {
  background-color: #252A2D;
}
.fancybox-button:hover:not([disabled])::after,
.fancybox-button:hover:not([disabled])::before {
  color: #ffffff;
}
.fancybox-infobar {
  visibility: visible;
  top: 0;
  left: 0;
  margin-left: 0;
  opacity: 1;
}
.fancybox-infobar button {
  display: none;
}
.fancybox-infobar__body {
  font-size: 18px;
  font-family: 'ChareInk', sans-serif;
  color: #ffffff;
  background-color: transparent;
}
.fancybox-inner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
  height: 44px;
  background-color: rgba(37, 42, 45, 0.7);
}
/*Video*/
.iframe-wrapper {
  overflow: hidden;
  position: relative;
  padding: 0 0 56.25% 0;
  height: 0;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
iframe,
video {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
/***breadcrumbs***/
.breadcrumbs {
  padding-top: 20px;
  line-height: 1.1;
}
.breadcrumbs li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-right: 25px;
  font-size: 12px;
  color: #151515;
}
.breadcrumbs li::after {
  content: '';
  position: absolute;
  right: 10px;
  bottom: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  background-color: #B8141A;
}
.breadcrumbs li a {
  display: inline-block;
  color: #151515;
}
.breadcrumbs li a:focus,
.breadcrumbs li a:hover,
.breadcrumbs li a:active {
  color: #B8141A;
}
.breadcrumbs li:last-child {
  padding-right: 0;
}
.breadcrumbs li:last-child:after {
  display: none;
}
/***pagination***/
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  border-top: 1px solid rgba(53, 53, 53, 0.2);
  padding-top: 35px;
}
.pagination a,
.pagination span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  padding: 5px;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #151515;
}
.pagination a:first-child,
.pagination span:first-child,
.pagination a:last-child,
.pagination span:last-child {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid rgba(21, 21, 21, 0.2);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center 11px;
}
.pagination a:first-child,
.pagination span:first-child {
  background-image: url("../img/ico-arrow-left-grey.svg");
}
.pagination a:last-child,
.pagination span:last-child {
  margin-right: 0;
  background-image: url("../img/ico-arrow-right-black.svg");
}
.pagination a.active,
.pagination a:hover,
.pagination a:active {
  color: #B8141A;
}
.pagination a.active:first-child,
.pagination a:hover:first-child,
.pagination a:active:first-child,
.pagination a.active:last-child,
.pagination a:hover:last-child,
.pagination a:active:last-child {
  border: 2px solid rgba(21, 21, 21, 0.4);
}
/*forms*/
.form-group {
  margin-bottom: 25px;
}
.form-control {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(21, 21, 21, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  height: 50px;
  font-size: 16px;
  line-height: 1;
  color: #151515;
  background-color: #fff;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.form-control::-webkit-input-placeholder {
  color: rgba(21, 21, 21, 0.8);
}
.form-control::-moz-placeholder {
  color: rgba(21, 21, 21, 0.8);
}
.form-control:-moz-placeholder {
  color: rgba(21, 21, 21, 0.8);
}
.form-control:-ms-input-placeholder {
  color: rgba(21, 21, 21, 0.8);
}
.form-control:focus::-webkit-input-placeholder {
  opacity: 0.3;
}
.form-control:focus::-moz-placeholder {
  opacity: 0.3;
}
.form-control:focus:-moz-placeholder {
  opacity: 0.3;
}
.form-control:focus:-ms-input-placeholder {
  opacity: 0.3;
}
textarea.form-control {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.form-disclaimer {
  font-size: 14px;
  line-height: 1.3;
  color: rgba(21, 21, 21, 0.5);
}
.form-disclaimer a {
  text-decoration: underline;
}
.form-disclaimer a:hover,
.form-disclaimer a:active,
.form-disclaimer a:focus {
  text-decoration: none;
}
input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.checkbox-label {
  position: relative;
  padding-left: 35px;
}
.checkbox-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid rgba(51, 51, 51, 0.4);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 1px center;
}
input[type="checkbox"]:checked + .checkbox-label::before {
  background-image: url("../img/ico-tick.svg");
}
.radio-label {
  position: relative;
  padding-left: 35px;
}
.radio-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(51, 51, 51, 0.3);
  padding: 5px;
  width: 24px;
  height: 24px;
  background-clip: content-box;
}
input[type="radio"]:checked + .radio-label::before {
  border-color: #B8141A;
  background-color: #B8141A;
}
input::-webkit-search-cancel-button {
  display: none;
}
input::-ms-clear {
  display: none;
}
/*=HOME=*/
.welcome .col-lg-8 {
  padding-right: 8px;
}
.welcome .col-lg-4 {
  padding-left: 8px;
}
.welcome-slider .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 50px 95px;
  height: 472px;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.welcome-slider .welcome-subtitle {
  margin-bottom: 5px;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.welcome-slider h1 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.15;
}
.welcome-slider h1 + p {
  margin-top: -15px;
  margin-bottom: 25px;
}
.welcome-slider .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  bottom: 32px;
  left: 50px;
  right: 50px;
}
.welcome-slider .swiper-pagination button {
  margin: 0 15px 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2.5px solid transparent;
  width: 10px;
  height: 10px;
  background-clip: padding-box;
  background-color: #ffffff;
  opacity: 1;
}
.welcome-slider .swiper-pagination button.swiper-pagination-bullet-active {
  border-color: #B8141A;
  background-clip: border-box;
  background-color: #B8141A;
}
.welcome-slider .swiper-pagination button:last-child {
  margin-right: 0;
}
.promotion-card-wrapper {
  margin-top: 16px;
}
.promotion-card-wrapper:first-child {
  margin-top: 0;
}
.promotion-card {
  display: block;
  border: 1px solid #cfcfcf;
  padding: 25px;
  min-height: 228px;
  background-repeat: no-repeat;
  background-position: right 16px bottom 8px;
}
.promotion-card-title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}
.promotion-card-title span {
  display: block;
  font-size: 32px;
  color: #B8141A;
}
.promotion-card-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid rgba(37, 42, 45, 0.2);
  width: 126px;
  height: 40px;
  text-align: center;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.promotion-card:hover .promotion-card-more {
  border-color: rgba(37, 42, 45, 0.4);
}
.promotion-card-dark {
  border-color: transparent;
  color: #ffffff;
  background-color: #252A2D;
}
.promotion-card-dark .promotion-card-more {
  border-color: rgba(255, 255, 255, 0.4);
}
.promotion-card-dark:hover .promotion-card-more {
  border-color: rgba(255, 255, 255, 0.8);
}
.welcome-2 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.welcome-2 .header-menu-catalog {
  position: relative;
  padding-right: 25px;
  min-width: 0;
  width: 230px;
  padding-bottom: 60px;
}
.welcome-2 .header-menu-catalog .soc {
  position: absolute;
  left: 0;
  bottom: 25px;
}
.welcome-2 .header-menu-catalog .soc-link path {
  fill: #adadad;
}
.welcome-2 .header-menu-catalog .soc-link:hover path,
.welcome-2 .header-menu-catalog .soc-link:active path {
  fill: #B8141A;
}
.welcome-2 .header-menu-catalog-list {
  padding-bottom: 0;
}
.welcome-2 .welcome-slider {
  width: 940px;
}
.welcome-2 .btn-border-light {
  position: relative;
  padding-left: 15px;
  padding-right: 35px;
  width: 200px;
}
.welcome-2 .btn-border-light::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent;
  border-left-color: #B8141A;
}
.brand-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: -85px;
  margin-bottom: 30px;
}
.brand-tabs a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 120px;
  height: 40px;
  text-align: center;
  color: #151515;
}
.brand-tabs a:hover,
.brand-tabs a:active {
  border-color: #B8141A;
  color: #ffffff;
  background-color: #B8141A;
}
.brand-tabs li:first-child a {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  border: 2px solid rgba(21, 21, 21, 0.2);
  border-right: none;
}
.brand-tabs li:last-child a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  border: 2px solid rgba(21, 21, 21, 0.2);
  border-left: none;
}
.brand-tabs li.active a {
  border-color: #B8141A;
  color: #ffffff;
  background-color: #B8141A;
}
.brand-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}
.brand-row a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: 1px solid #cfcfcf;
  border-left: none;
  padding: 12px 10px;
  width: 11.1%;
  height: 112px;
}
.brand-row a:first-child {
  border-left: 1px solid #cfcfcf;
}
.brand-row a img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.5;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.brand-row a:hover,
.brand-row a:active {
  border-color: transparent;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.brand-row a:hover img,
.brand-row a:active img {
  opacity: 1;
}
.brand-list {
  column-count: 6;
}
.brand-list a {
  display: block;
  padding-top: 20px;
  padding-left: 35px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.1;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.brand-list a:hover,
.brand-list a:active {
  color: #B8141A;
}
.home-catalog div[class*="col"]:first-child {
  padding-right: 20px;
}
.home-catalog div[class*="col"]:last-child {
  padding-left: 20px;
}
.catalog-card {
  display: block;
  padding: 25px 30px;
  height: 233px;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.catalog-card-title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.15;
}
.catalog-card p {
  max-width: 250px;
}
.catalog-card .arrow-link {
  margin-top: 15px;
}
.catalog-card:hover .arrow-link {
  border: 2px solid rgba(21, 21, 21, 0.4);
}
.catalog-card-1 {
  height: 506px;
  color: #ffffff;
  background-color: #252A2D;
}
.catalog-card-1 p {
  max-width: 320px;
}
.catalog-card-1 .arrow-link {
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.catalog-card-1:hover .arrow-link {
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.catalog-card-2 {
  margin-bottom: 40px;
  color: #ffffff;
  background-color: #B8141A;
}
.catalog-card-2 p {
  max-width: 405px;
}
.catalog-card-2 .arrow-link {
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.catalog-card-2:hover .arrow-link {
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.catalog-card-3 {
  border: 1px solid #cfcfcf;
}
.catalog-card-4 {
  background-color: #EBEBEB;
  background-blend-mode: multiply;
}
.about div[class*="col"]:first-child {
  padding-right: 30px;
}
.about div[class*="col"]:last-child {
  padding-left: 30px;
}
.about img {
  display: block;
  max-width: 100%;
}
.about .section-title-mobile {
  display: none;
}
.about .section-title-desktop {
  margin-bottom: 20px;
}
.about .section-more-link {
  margin-top: 25px;
}
.about ul {
  max-width: 380px;
}
.article-card {
  position: relative;
  display: block;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 4px 4px 32px rgb(80 80 80 / 10%);
  border-radius: 12px;
  padding: 9px 20px;
}
.product-card .article-card {
  padding: 20px 12px;
  opacity: 1;
  height: 160px;
}
.review.article-card {
  padding: 20px;
}
.review.article-card .review-img {
  display: flex;
  flex-direction: row;
}
.review.article-card .review-img img {
  max-width: 86px;
  max-height: 86px;
}
.review.article-card .review-img .review-img-right {
    padding-left: 12px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
}
.review.article-card .review-img .article-card-title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #333333;
  margin-bottom: 5px;
}
.review.article-card .review-img .review-under-text {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #333333;
  opacity: 0.3;
}
.article-card-date {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #B8141A;
}
.article-card p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
    opacity: 0.7;
}
.review.article-card .review-desc {
  font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #333333;
}
.review.article-card:hover p, .review.article-card:hover .review-img .review-under-text,
.review.article-card:hover .review-img .article-card-title {
  color: #fff;
}
.article-card p.article-card-title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #333333;
  margin-bottom: 15px;
}
.product-card .article-card p.article-card-title {
  font-weight: bold;
  opacity: 1;
}
.article-card p.article-card-bottom {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 15px;
}
.article-card p.article-card-bottom span {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 15px;
color: #B8141A;
}
.product-card .article-card p.article-card-bottom {
    position: absolute;
    bottom: 20px;
    text-align: right;
    right: 20px;
    font-weight: bold;
    opacity: 1;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #333333;
}
.product-card .article-card p.article-card-bottom span {
  color: #000;
  font-family: 'Roboto';
}
h3.tab_accordion {
  display: none;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  border-bottom: 1px solid #333333;
}
h3.tab_accordion svg {
}
h3.tab_accordion.active {
  background: linear-gradient(89.99deg, #B8141A 0.01%, rgba(184, 20, 26, 0) 117.46%);
  color: #fff;
  border-bottom: 1px solid #fff;
}
h3.tab_accordion.active svg path {
  stroke: #fff;
}
.article-card p.article-card-bottom svg {
display: block;
float: right;
margin-left: 5px;
}
.article-card-img-wrapper {
  margin-bottom: 15px;
  height: 208px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.article-card:hover {
  color: #fff;
  background: #B8141A;
}
.article-card:hover p, .article-card:hover p.article-card-bottom span {
  color: #fff;
}
.article-card:hover p.article-card-bottom svg path {
  fill: #fff;
}
.section.medialibrary {
  background: #333333;
  padding: 30px 0;
}
.section.medialibrary .heading-title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.page-text {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #333333;
}
.page-text  p {
  margin-bottom: 15px;
}
.page-text h3 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #333333;
  margin-bottom: 15px;
  margin-top: 30px;
}
.page-text h2 {
  margin-top: 60px;
}
.table-responsive {
  margin-top: 40px;
}
table.un-borderred th, table.un-borderred td {
  border: none;
}
table.un-borderred td.table-colspan {
  padding: 20px;
  font-weight: bold;
}
table.un-borderred td {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #333333;
}
thead.thead-dark th {
  background: #333333;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  padding: 15px 20px;
}
table.un-borderred tr:not(.table-row):nth-of-type(even) {
  background-color: #EFF4FB;
}
table.un-borderred tr:not(.table-row):nth-of-type(odd) {
  background-color: #fff;
}
.payment-list {
  justify-content: space-between;
}
.payment-list .payment-item-wrapper {
  margin-bottom: 20px;
}
.payment-list .payment-item {
  background: #FFFFFF;
  box-shadow: 4px 4px 32px rgba(80, 80, 80, 0.06);
  border-radius: 12px;
  padding: 18px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.payment-list .payment-item .payment-item-img {

}
.payment-list .payment-item .payment-item-title {
padding-left: 12px;
}
.delivery-img img {
  z-index: 1;
  margin-top: 37px;
  margin-left: 37px;
  object-fit: contain;
  display: block;
}
.delivery-img-underback {
  position: absolute;
  background-color: #B8141A;
  z-index: -1;
  width: 100%;
  height: 100%;
  max-width: 350px;
  max-height: 350px;
}
.delivery-text h4 {
  font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
    margin-bottom: 15px;
}
.delivery-text p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #333333;
}
.delivery-text table {
  margin-top: 40px;
}
/*=ABOUT=*/
.contacts-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contacts-row > div {
  margin-bottom: 30px;
  padding-right: 40px;
}
.contacts-row > div:first-child a {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}
.contacts-row > div:last-child {
  padding-right: 0;
}
.contacts-row p {
  margin-bottom: 5px;
}
.contacts-row p:first-child {
  color: rgba(21, 21, 21, 0.5);
}
.contacts-row p:last-child {
  margin-bottom: 0;
}
.contacts-row a {
  display: block;
  white-space: nowrap;
}
.contacts-row a:hover,
.contacts-row a:active {
  color: #B8141A;
}
.map-wrapper {
  height: 355px;
  filter: grayscale(1);
}
.certificates-slider .swiper-slide:first-child > div {
  border-left: 1px solid #cfcfcf;
}
.certificates-slider .swiper-slide > div {
  border: 1px solid #cfcfcf;
  border-left: none;
  padding: 40px 30px 30px;
  height: 100%;
}
.certificates-slider .swiper-slide > div img {
  display: block;
  margin: 0 auto 15px;
  max-width: 100%;
}
.certificates-slider .swiper-slide > div p {
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: 0 5px;
  background-image: url("../img/ico-download.svg");
}
.certificates-slider .swiper-slide > div p a:hover,
.certificates-slider .swiper-slide > div p a:active {
  color: #B8141A;
}
.certificates-slider .swiper-slide.swiper-slide-active > div {
  border-left: 1px solid #cfcfcf;
}
.about-numbers {
  margin-bottom: 75px;
  padding: 75px 30px;
  color: #ffffff;
  background-color: #252A2D;
}
.about-numbers > div {
  margin-bottom: 50px;
}
.about-numbers > div:last-child {
  margin-bottom: 0;
}
.about-numbers > div p:first-child {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 45px;
  line-height: 0.8;
}
.about-numbers > div p:first-child sup {
  position: relative;
  top: -3px;
  font-size: 20px;
  color: #B8141A;
}
.about-numbers > div p:last-child {
  padding-left: 15px;
}
/*=WHOLESALE=*/
.wholesale .section-title {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(53, 53, 53, 0.2);
  padding-bottom: 25px;
}
.wholesale .col-lg-5 {
  padding-left: 45px;
}
.wholesale .text-section {
  padding-top: 15px;
}
.wholesale-form {
    padding: 30px 30px 30px;
    background: rgba(51, 51, 51, 0.7);
    backdrop-filter: blur(6px);
    border-radius: 4px;
}
.wholesale-form h2 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.28;
}
.wholesale-form button {
  margin-top: 20px;
  width: 100%;
}
/*=SALE-POINTS=*/
.points-map-wrapper {
  position: relative;
  height: 594px;
}
.points-list {
  position: absolute;
  right: 70px;
  top: 50px;
  bottom: 50px;
  z-index: 10;
  width: 300px;
  font-size: 14px;
  background-color: #ffffff;
}
.points-list-in {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100% - 52px);
}
.points-list-in::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(53, 53, 53, 0.1);
}
.points-list-in::-webkit-scrollbar-thumb {
  margin: 0 auto;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: 6px;
  background-color: #B2B2B3;
}
.points-list-search {
  position: sticky;
  left: 0;
  top: 0;
  right: 0;
}
.points-list-search input {
  border: none;
  border-bottom: 1px solid rgba(53, 53, 53, 0.2);
  padding-right: 10px;
  padding-left: 30px;
  width: 100%;
  height: 52px;
  background-color: #EBEBEB;
  background-repeat: no-repeat;
  background-position: 8px center;
  background-image: url("../img/ico-search.svg");
}
.points-list-search input::-webkit-input-placeholder {
  color: rgba(21, 21, 21, 0.5);
}
.points-list-search input::-moz-placeholder {
  color: rgba(21, 21, 21, 0.5);
}
.points-list-search input:-moz-placeholder {
  color: rgba(21, 21, 21, 0.5);
}
.points-list-search input:-ms-input-placeholder {
  color: rgba(21, 21, 21, 0.5);
}
.points-city-btn {
  display: block;
  border-bottom: 1px solid rgba(53, 53, 53, 0.2);
  padding: 15px 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.points-city-btn img {
  vertical-align: middle;
  margin-left: 8px;
}
.points-city:last-child .point:last-child {
  border-bottom: none;
}
.point {
  border-bottom: 1px solid rgba(53, 53, 53, 0.2);
  padding: 15px 30px;
  cursor: pointer;
}
.point-tel {
  display: block;
  margin: 10px 0;
  line-height: 1;
  color: rgba(21, 21, 21, 0.5);
}
.point-tel:hover {
  color: #B8141A;
}
.point-time {
  padding-left: 22px;
  background-image: url("../img/ico-clock.svg");
  background-repeat: no-repeat;
  background-position: left 4px;
}
.point.active {
  background-color: rgba(53, 53, 53, 0.04);
}
/*=BRANDS=*/
.all-brands-tabs {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.all-brands-tabs li.active a {
  border: 1px solid #B8141A;
  border-bottom: none;
  color: #ffffff;
  background-color: #B8141A;
}
.all-brands-tabs a {
  display: block;
  border: 1px solid transparent;
  border-bottom-color: rgba(53, 53, 53, 0.2);
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  padding: 10px 25px;
  font-weight: 700;
  text-align: center;
  color: #151515;
  background-color: #ffffff;
}
.all-brands-tab-content {
  margin-top: -1px;
  border: 1px solid rgba(53, 53, 53, 0.2);
  padding: 55px 30px 45px;
}
.all-brands-tab-content .tab-pane {
  column-count: 5;
  column-gap: 20px;
}
.all-brands-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}
.all-brands-item > p {
  padding-top: 8px;
  width: 30px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  color: #B8141A;
}
.all-brands-item li {
  margin-bottom: 15px;
}
.all-brands-item li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.all-brands-item li a:hover p,
.all-brands-item li a:active p {
  color: #B8141A;
}
.all-brands-item li a:hover img,
.all-brands-item li a:active img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.all-brands-item li div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin-right: 10px;
  width: 48px;
  height: 30px;
}
.all-brands-item li div img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
/*=BLOG=*/
.horizontal-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 65px;
  border-top: 1px solid rgba(53, 53, 53, 0.2);
  padding-top: 20px;
}
.horizontal-card-date {
  position: absolute;
  right: 0;
  top: -30px;
  padding-left: 30px;
  font-weight: 700;
  background-image: url("../img/ico-clock.svg");
  background-repeat: no-repeat;
  background-position: left center;
}
.horizontal-card-img {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  margin-right: 45px;
  width: 330px;
}
.horizontal-card-img img {
  display: block;
  width: 100%;
}
.horizontal-card-content {
  display: block;
}
.horizontal-card-content:hover .horizontal-card-title {
  color: #B8141A;
}
.horizontal-card-content:hover .more-link {
  color: #C20C0B;
}
.horizontal-card-title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.horizontal-card-text {
  margin-bottom: 35px;
  max-width: 690px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 72px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.horizontal-card .more-link {
  color: #B8141A;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
a.horizontal-card-img {
  position: relative;
}
a.horizontal-card-img::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -27px;
  margin-left: -27px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 54px;
  height: 54px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #B8141A;
  background-size: 19px auto;
  background-image: url("../img/ico-search-white.svg");
  opacity: 0;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
a.horizontal-card-img:hover::before,
a.horizontal-card-img:active::before {
  opacity: 1;
}
/*=REVIEWS=*/
.review-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 40px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(53, 53, 53, 0.2);
}
.review-header-img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 15px;
  width: 140px;
  height: 115px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.review-header h1 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
}
.review-header p {
  font-size: 14px;
  line-height: 1;
  color: rgba(21, 21, 21, 0.5);
}
.review-subheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin-bottom: 20px;
}
.review-subheader h2 {
  font-weight: 700;
  font-size: 24px;
}
.review-subheader .date {
  font-weight: 700;
  color: #151515;
}
.product-card-sm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(53, 53, 53, 0.2);
  padding: 30px 0;
}
.product-card-sm-img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 10px;
  width: 70px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.product-card-sm-price {
  margin-top: 10px;
  font-weight: 700;
  font-size: 18px;
}
.review-page-slider-wrapper {
  position: relative;
  margin: 40px 0;
}
.review-page-slider-big {
  position: relative;
  margin-bottom: 20px;
}
.review-page-slider-big .swiper-slide {
  overflow: hidden;
  display: block;
  max-width: 100%;
  height: 445px;
}
.review-page-slider-big .swiper-slide img {
  display: block;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-page-slider-big .swiper-button {
  top: 50%;
  margin-top: -21px;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding-top: 2px;
  width: 42px;
  height: 42px;
  background-color: #ffffff;
}
.review-page-slider-big .swiper-button path {
  fill: #151515;
}
.review-page-slider-big .swiper-button:hover {
  background-color: #B8141A;
}
.review-page-slider-big .swiper-button:hover path {
  fill: #ffffff;
}
.review-page-slider-big .swiper-button-prev {
  left: 30px;
}
.review-page-slider-big .swiper-button-next {
  right: 30px;
}
.review-page-slider-small .swiper-slide {
  overflow: hidden;
  height: 90px;
  cursor: pointer;
}
.review-page-slider-small .swiper-slide img {
  display: block;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 1px solid rgba(53, 53, 53, 0.2);
  padding-top: 30px;
  padding-bottom: 30px;
}
.review-card-img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 30px;
  width: 144px;
  height: 110px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.review-card-name {
  margin-bottom: 5px;
  font-weight: 700;
}
.review-card-date {
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1;
  background-image: url("../img/ico-clock-grey.svg");
  background-repeat: no-repeat;
  background-position: left center;
}
.review-card-more {
  white-space: nowrap;
  color: #B8141A;
}
.review-card:hover .review-card-name {
  color: #B8141A;
}
.review-card:hover .review-card-more {
  color: #C20C0B;
}
/*=CATALOG=*/
.catalog .section-title {
  padding-bottom: 20px;
}
.catalog .section-title a {
  float: right;
    display: block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    text-decoration-line: underline;
    color: #B8141A;
}
.catalog .section-title a img {
  width: 33.53px;
    height: 40px;
    margin-right: 12px;
    margin-bottom: -5px;
}
.catalog .article-title {
  margin-bottom: 20px;
}
.catalog-menu-mobile {
  display: none;
}
.series {
  padding-bottom: 60px;
}
.series p {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
}
.series a {
  display: block;
  margin-bottom: 10px;
}
.series a:last-child {
  margin-bottom: 0;
}
.series a:hover,
.series a:active {
  color: #B8141A;
}
.sidebar-catalog-menu {
  border-bottom: 1px solid rgba(53, 53, 53, 0.2);
  padding-bottom: 30px;
}
.sidebar-catalog-menu h3 {
  margin-bottom: 15px;
}
.sidebar-catalog-menu a {
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 18px;
}
.sidebar-catalog-menu a:last-child {
  margin-bottom: 0;
}
.sidebar-catalog-menu a:active,
.sidebar-catalog-menu a:hover {
  color: #B8141A;
}
.catalog-category .pagination {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 0;
  padding-top: 5px;
}
.catalog-category .sidebar::before {
  display: none;
}
.catalog-category .sidebar-catalog-menu {
  border-top: 1px solid rgba(53, 53, 53, 0.2);
  padding-top: 25px;
}
.catalog-category-card-wrapper {
  margin-bottom: 30px;
}
.catalog-category-card {
  display: block;
  padding: 0;
  background-color: #EBEBEB;
  background-repeat: no-repeat;
  background-position: right 30px;
  background-blend-mode: darken;
}
.catalog-category-card > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 25px;
  min-height: 255px;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.catalog-category-card > div > div:first-child {
  margin-bottom: 15px;
}
.catalog-category-card-code {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.2;
  color: rgba(21, 21, 21, 0.5);
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.catalog-category-card-name {
  max-width: 215px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.catalog-category-card-price {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.catalog-category-card-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 42px;
  font-size: 14px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.catalog-category-card:hover > div {
  background-color: rgba(21, 21, 21, 0.6);
}
.catalog-category-card:hover .catalog-category-card-code,
.catalog-category-card:hover .catalog-category-card-name,
.catalog-category-card:hover .catalog-category-card-price,
.catalog-category-card:hover .catalog-category-card-text {
  color: #ffffff;
}
.catalog-category-card:hover .catalog-category-card-text {
  -webkit-line-clamp: 4;
  max-height: 84px;
}
/*=PRODUCT-PAGE=*/
.count {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.count-input {
  border: none;
  padding: 0 5px;
  width: 45px;
  height: 32px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #151515;
  background-color: transparent;
}
.count-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid rgba(21, 21, 21, 0.2);
  width: 32px;
  height: 32px;
}
.count-btn svg {
  display: block;
  margin: auto;
}
.count-btn rect {
  fill: #151515;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.count-btn:hover,
.count-btn:active {
  border-color: rgba(21, 21, 21, 0.4);
}
.product-page-slider-wrapper {
  position: relative;
}
.product-page-slider-wrapper .swiper-button {
  margin-top: 0;
  top: 178px;
  background-color: #ffffff;
}
.product-page-slider-wrapper .swiper-button path {
  fill: #151515;
}
.product-page-slider-wrapper .swiper-button:hover {
  border-color: #B8141A;
  background-color: #B8141A;
}
.product-page-slider-wrapper .swiper-button:hover path {
  fill: #ffffff;
}
.product-page-slider-wrapper .swiper-button-prev {
  left: 0;
}
.product-page-slider-wrapper .swiper-button-next {
  right: 0;
}
.product-page-slider-big {
  margin-bottom: 10px;
}
.product-page-slider-big .swiper-slide {
  overflow: hidden;
  height: 400px;
}
.product-page-slider-big .swiper-slide img {
  display: block;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.product-page-slider-small .swiper-slide {
  overflow: hidden;
  height: 86px;
  cursor: pointer;
}
.product-page-slider-small .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.product-code {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1;
  color: rgba(21, 21, 21, 0.5);
}
.product-title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
}
.product-price {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 26px;
}
.product-characteristics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
}
.product-characteristics ul {
  padding-right: 30px;
}
.product-characteristics ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 35px;
}
.product-characteristics ul li:last-child {
  margin-bottom: 0;
}
.product-characteristics ul li::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: #B8141A;
}
.product-characteristics-btns {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.product-characteristics-btns .btn-border {
  margin-bottom: 15px;
  width: 150px;
  height: 40px;
}
.product-characteristics-btns .btn-border.active {
  border-color: #B8141A;
  color: #ffffff;
  background-color: #B8141A;
}
.product-characteristics-btns .btn-border:last-child {
  margin-bottom: 0;
}
.product-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.product-page-form .btn {
  margin-left: 50px;
  width: 125px;
  height: 40px;
}
.recommended-slider .swiper-slide:first-child > div {
  border-left: 1px solid #cfcfcf;
}
.recommended-slider .swiper-slide > div {
  border: 1px solid #cfcfcf;
  border-left: none;
  height: 100%;
}
.recommended-slider .swiper-slide.swiper-slide-active > div {
  border-left: 1px solid #cfcfcf;
}
.product-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding:20px;
}
.product-card-header {
  display: block;
  margin-bottom: auto;
}
.product-card-header:hover .product-card-name {
  color: #B8141A;
}
.product-card-code {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1;
  color: rgba(21, 21, 21, 0.5);
}
.product-card-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 48px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-card img {
  display: block;
  margin: 20px auto;
  max-width: 200px;
}
.product-card-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.product-card-footer p {
  padding-right: 10px;
}
.product-card-footer p strong {
  display: block;
  font-size: 20px;
  line-height: 1;
}
.product-card-footer p span {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: rgba(21, 21, 21, 0.5);
}
.product-card-footer .btn {
  width: 125px;
  height: 40px;
}
.zoomContainer {
  z-index: 2;
}
.zoomLens {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.zoomWindowContainer > div {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.reviews-slider-wrapper {
  position: relative;
  margin-top: -30px;
  padding-bottom: 65px;
}
.reviews-slider-wrapper .swiper-button {
  top: auto;
  bottom: 0;
  width: 40px;
  height: 40px;
}
.reviews-slider-wrapper .swiper-button-prev {
  left: auto;
  right: 55px;
}
.reviews-slider-wrapper .swiper-button-next {
  right: 0;
}
.reviews-slider-wrapper .review-card {
  border-top: none;
  border-bottom: 1px solid rgba(53, 53, 53, 0.2);
  height: 100%;
}
.reviews-slider-wrapper .review-card > div:last-child {
  padding-right: 10px;
}
/*=CART=*/
.cart-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cart-form .content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  position: relative;
  padding-right: 40px;
}
.cart-form .sidebar {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 70px;
  padding-left: 40px;
  width: 340px;
}
.cart-form .sidebar .btn {
  width: 130px;
  height: 40px;
}
.cart-remove-btn {
  position: absolute;
  top: 17px;
  right: 40px;
  display: block;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(21, 21, 21, 0.5);
}
.cart-remove-btn:hover,
.cart-remove-btn:active {
  color: #151515;
}
.cart-remove-btn img {
  position: relative;
  top: -2px;
  vertical-align: middle;
  margin-right: 8px;
}
.cart .section-title span {
  font-size: 30px;
  color: rgba(21, 21, 21, 0.5);
}
.cart .article-title {
  margin-bottom: 20px;
}
.cart .back-link {
  color: rgba(21, 21, 21, 0.5);
}
.cart .back-link:hover,
.cart .back-link:active {
  color: #151515;
}
.cart textarea {
  height: 198px;
}
.cart-table {
  margin-bottom: 20px;
}
.cart-table-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  border-top: 1px solid #d7d7d7;
  padding: 20px 45px 20px 0;
}
.cart-table-row img {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  display: block;
  width: 70px;
}
.cart-table-row:first-child {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top: 0;
  padding-left: 70px;
  padding-top: 0;
  padding-bottom: 15px;
  font-size: 14px;
  color: rgba(21, 21, 21, 0.5);
}
.cart-table-row:first-child .cart-table-count {
  display: block;
  text-align: center;
}
.cart-table-row:last-child {
  border-bottom: 1px solid #d7d7d7;
}
.cart-table-name {
  padding-left: 20px;
  padding-right: 20px;
  width: 290px;
}
.cart-table-name-code {
  margin-bottom: 3px;
  font-size: 14px;
  color: rgba(21, 21, 21, 0.5);
}
.cart-table-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 20px;
  width: 135px;
}
.cart-table-units {
  width: 140px;
}
.cart-table-sum {
  width: 100px;
}
.cart-table-delete-btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 15px;
}
.cart-table-delete-btn svg {
  display: block;
}
.cart-table-delete-btn path {
  fill: #30284F;
  fill-opacity: 0.4;
}
.cart-table-delete-btn:hover path {
  fill: #151515;
}
.cart-delivery-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.cart-delivery-info > * {
  margin-right: 40px;
}
.cart-delivery-info > *:last-child {
  margin-right: 0;
}
.cart-payment-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.cart-payment-type label {
  margin-right: 30px;
  min-width: 140px;
}
.cart-payment-type label:last-child {
  margin-right: 0;
}
.cart-total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin-top: 15px;
  border-top: 1px solid rgba(53, 53, 53, 0.2);
  padding-top: 25px;
}
.cart-total p {
  margin-right: 35px;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.1;
}
.cart-total p span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.1;
  color: rgba(21, 21, 21, 0.5);
}
.cart-total .btn {
  margin-right: 35px;
  width: 125px;
  height: 40px;
}
.cart-total .form-group {
  margin-bottom: 0;
  max-width: 240px;
}
.cart-promocode-info {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(53, 53, 53, 0.2);
  padding-bottom: 25px;
}
.cart-promocode-info p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin-top: 10px;
}
.cart-promocode-info p:first-child {
  margin-top: 0;
}
.cart-promocode-info p:last-child {
  margin-top: 20px;
  font-weight: bold;
}
.cart-promocode-info p:last-child span:last-child {
  font-size: 26px;
}
/*=SEARCH-RESULTS=*/
.results-search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 380px) {
  .results-search-form {
    display: block;
  }
  .results-search-form .btn {
    width: 100%;
  }
}
/*=404=*/
.error-page-wrapper {
  overflow: visible;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.error-wrapper {
  padding: 40px 0;
}
.error-title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 322px;
  line-height: 1;
  color: #B8141A;
}
.error-info-wrapper {
  border-left: 1px solid rgba(37, 42, 45, 0.2);
  padding-top: 20px;
}
.error-info {
  padding-left: 25px;
}
.error-info-title {
  margin-bottom: 60px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  color: #B8141A;
}
.error-info p {
  font-size: 26px;
}
.error-info p + p {
  margin-top: 50px;
}
.error-info-link {
  font-weight: 700;
  text-decoration: underline;
  color: #B8141A;
}
.error-info-link:hover,
.error-info-link:focus,
.error-info-link:active {
  text-decoration: none;
}
/*=FOOTER=*/
.footer {
  background-color: #252A2D;
}
.footer-top {
  padding: 55px 0;
  color: rgba(255, 255, 255, 0.8);
}
.footer-top h3 {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
}
.footer-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.footer-menu li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 28px;
    padding: 15px 0;
}
.footer-menu li:last-child {
  margin-bottom: 0;
}
.footer-menu a {
  color: rgba(255, 255, 255, 0.8);
}
.footer-menu a:hover,
.footer-menu a:active {
  color: #ffffff;
}
.footer-contacts p {
  margin-bottom: 5px;
}

.footer-contacts a {
  display: block;
  margin-bottom: 15px;
  color: #ffffff;
  font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
}
.footer-contacts a:last-child {
}
.footer-contacts a:hover,
.footer-contacts a:active {
  color: #B8141A;
}
.footer-contacts a img {margin-right: 8px;}
.footer-tel {
  font-size: 20px;
}
.footer-bottom {
  border-top: 1px solid rgba(196, 196, 196, 0.15);
  padding: 20px 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}
.footer-bottom .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.footer-copyright a {
  margin-left: 15px;
  text-decoration: underline;
}
.footer-copyright a:hover,
.footer-copyright a:active {
  color: #ffffff;
}
.footer-wsp-copyright a:hover,
.footer-wsp-copyright a:active {
  color: #ffffff;
}
/*=MODALS=*/
.modal-backdrop {
  background-color: #151515;
}
.modal-backdrop.in {
  opacity: 0.3;
}
.modal-dialog {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 50px auto;
  width: 98%;
  max-width: 400px;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal-content {
  display: block;
  padding: 30px 30px 45px;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
button.modal-close {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 25px;
  height: 18px;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
button.modal-close:hover,
button.modal-close:active,
button.modal-close:focus {
  opacity: 1;
}
button.modal-close span {
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 25px;
  height: 3px;
  background-color: #B8141A;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
button.modal-close span:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
button.modal-close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.request-form .form-group {
  margin: 0 auto 30px;
}
.request-form .btn {
  margin: 30px auto 0;
}
/*==========RESPONSIVE==========*/
@media (max-width: 1199px) {
  /*=HEADER=*/
  .footer-logo {text-align: left;}
  .footer-menu {columns: 2;display: block;text-align: left;}
  .header-menu-btn, .mobile-contact {display: block;}
  .header-top  .header-left {float: left; width: 20%;}
  .header-top  .header-right {float: right; width: 80%;}
  .header-menu,  .header-bottom, .choose-city-wrapper, .header-button-wrapper,
  .header-top  .soc-link-wrapper  {
    display: none;
  }
  .header-search-form.open {
    width: 400px;
  }
  .header-2 .header-menu-btn {
    display: block;
  }
  .header-2 .header-search-form.open {
    width: 400px;
  }
  /*=MENU=*/
  .header-menu-wrapper .header-menu {
    display: block;
    margin-left: 0;
    padding-top: 60px;
    text-align: center;
  }
  .header-menu-wrapper .header-menu li {
    margin-right: 0;
  }
  /*=CONTENT=*/

  h3.tab_accordion {display: flex;}
  .tab-content.catalog > .tab-pane {
      display: block;
  }
  #v-pills-tab-catalog {display: none;}
  .section.medialibrary .heading-title {padding-left: 15px;}
  .catalog .section-title a {display: none;}
  .contact-info {left: 25px;right: 25px;}
  .contact-info .contact-label {margin-top: 15px;}
  .content {
    padding-right: 30px;
  }
  .content.order-lg-2 {
    padding-left: 30px;
  }
  .sidebar {
    padding-left: 30px;
  }
  .sidebar-block .article-card-sm {
    padding-right: 0;
  }
  /*Gallery*/
  .fancybox-arrow--left {
    left: 0;
  }
  .fancybox-arrow--right {
    right: 0;
  }
  /*=HOME=*/
  .welcome-2 .container {
    display: block;
  }
  .welcome-2 .header-menu-catalog {
    display: none;
  }
  .welcome-2 .welcome-slider {
    width: 100%;
  }
  .brand-row a {
    height: 104px;
  }
  .brand-list a {
    padding-left: 0;
    font-size: 18px;
  }
  .catalog div[class*="col"]:first-child {
    padding-right: 15px;
  }
  .catalog div[class*="col"]:last-child {
    padding-left: 15px;
  }
  .catalog-card {
    padding: 20px 15px;
    height: 238px;
  }
  .catalog-card-1 {
    height: 506px;
  }
  .catalog-card-2 {
    margin-bottom: 30px;
  }
  .about div[class*="col"]:first-child {
    padding-right: 15px;
  }
  .about div[class*="col"]:last-child {
    padding-left: 15px;
  }
  /*=ABOUT=*/
  .about-numbers {
    padding: 45px 15px;
  }
  /*=WHOLESALE=*/
  .wholesale .col-lg-5 {
    padding-left: 15px;
  }
  /*=BRANDS=*/
  .all-brands-tab-content .tab-pane {
    column-count: 4;
  }
  /*=PRODUCT-PAGE=*/
  .product-card-footer p strong {
    font-size: 16px;
  }
  /*=CART=*/
  .cart-form .content {
    padding-right: 30px;
  }
  .cart-form .sidebar {
    padding-left: 30px;
    width: 280px;
  }
  .cart-table-row {
    padding: 20px 35px 20px 0;
  }
  .cart-table-name {
    padding-left: 15px;
    padding-right: 15px;
    width: 180px;
  }
  .cart-table-count {
    padding-right: 15px;
  }
  .cart-table-units {
    width: 110px;
  }
  .cart-table-sum {
    width: 90px;
  }
  .cart-table-delete-btn {
    padding: 15px 10px;
  }
  .cart-promocode-info p:last-child span:last-child {
    font-size: 20px;
  }
  /*=404=*/
  .error-title {
    font-size: 252px;
  }
  .error-info-title {
    margin-bottom: 40px;
  }
  .error-info p {
    font-size: 20px;
  }
  .error-info p + p {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  /*=HEADER=*/
  .header {
    padding: 10px 0;
  }
  .header-search-form.open {
    width: 160px;
  }
  .header-2 .header-search-form.open {
    width: 160px;
  }
  /*=MENU=*/
  .header-menu-catalog {
    min-width: 200px;
  }
  .header-menu-search input {
    padding: 15px 5px 15px 20px;
    background-position: 0 center;
  }
  .header-menu-contacts {
    padding: 60px 15px 0 15px;
    min-width: 200px;
  }
  .header-menu-contacts .header-menu-tel {
    font-size: 20px;
  }
  .header-menu-contacts .btn {
    width: 100%;
    max-width: 182px;
  }
  /*=TEXT=*/
  .section-title {
    font-size: 34px;
  }
  .article-title {
    font-size: 30px;
  }
  /*=CONTENT=*/
  .page-wrapper {
    padding-top: 72px;
  }
  .section-inner {
    padding-top: 45px;
    padding-bottom: 65px;
  }
  .section-inner section h2 {
    font-size: 30px;
  }
  .text-section h1 + img[style*="float: left"],
  .text-section h1 + img[style*="float: right"] {
    margin-top: 30px;
  }
  .text-section img[style*="float: left"] {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: auto !important;
    max-width: 100%;
    height: auto !important;
  }
  .text-section img[style*="float: right"] {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: auto !important;
    max-width: 100%;
    height: auto !important;
  }
  .content {
    padding-right: 15px;
    padding-bottom: 50px;
  }
  .content.order-lg-2 {
    padding-left: 15px;
  }
  .sidebar {
    padding-left: 15px;
  }
  .sidebar::before {
    display: none;
  }
  .sidebar.order-lg-1 {
    padding-right: 15px;
  }
  .sidebar.order-lg-1 .more-link {
    text-align: right;
  }
  .sidebar-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .sidebar-block + .sidebar-block {
    border-top: 1px solid rgba(53, 53, 53, 0.2);
    padding-top: 30px;
  }
  .sidebar-block:first-child {
    border-top: 1px solid rgba(53, 53, 53, 0.2);
    padding-top: 30px;
  }
  .sidebar-block:last-child {
    border-bottom: 0;
  }
  .sidebar-block h3 {
    margin-bottom: 20px;
    width: 100%;
  }
  .sidebar-block .article-card {
    width: 48%;
  }
  .sidebar-block .article-card-sm {
    border-bottom: none;
    padding-bottom: 0;
  }
  /*=HOME=*/
  .welcome .col-lg-8 {
    padding-right: 15px;
  }
  .welcome .col-lg-4 {
    padding-left: 15px;
  }
  .welcome .col-lg-4 .col-md-6:first-child {
    padding-right: 8px;
  }
  .welcome .col-lg-4 .col-md-6:last-child {
    padding-left: 8px;
  }
  .welcome-slider h1 {
    font-size: 36px;
  }
  .promotion-card-wrapper {
    margin-top: 16px;
  }
  .promotion-card-wrapper:first-child {
    margin-top: 16px;
  }
  .brand-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .brand-row a {
    width: 25%;
  }
  .brand-row a:nth-child(5) {
    border-left: 1px solid #cfcfcf;
  }
  .brand-row a:nth-child(5),
  .brand-row a:nth-child(6),
  .brand-row a:nth-child(7),
  .brand-row a:nth-child(8),
  .brand-row a:nth-child(9) {
    border-top: none;
  }
  .brand-row a:nth-child(9) {
    display: none;
  }
  .brand-list {
    column-count: 5;
  }
  .brand-list a {
    font-size: 16px;
  }
  .catalog-card {
    height: auto;
  }
  .catalog-card-1 {
    margin-bottom: 30px;
  }
  .about img {
    margin: 0 auto 30px;
  }
  .about .section-title-mobile {
    display: block;
  }
  .about .section-title-desktop {
    display: none;
  }
  /*=ABOUT=*/
  .about-numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .about-numbers > div {
    margin-bottom: 0;
    min-width: 25%;
  }
  /*=WHOLESALE=*/
  .wholesale .section-title {
    margin-bottom: 30px;
  }
  .wholesale .text-section {
    margin-bottom: 50px;
    padding-top: 0;
  }
  /*=SALE-POINTS=*/
  .points-list {
    right: 10px;
    width: 180px;
    font-size: 12px;
  }
  .points-city-btn {
    padding: 15px 10px;
  }
  .points-city-btn img {
    vertical-align: middle;
    margin-left: 3px;
  }
  .point {
    padding: 15px 10px;
  }
  /*=BRANDS=*/
  .all-brands-tab-content {
    padding: 30px 15px;
  }
  .all-brands-tab-content .tab-pane {
    column-count: 3;
    column-gap: 15px;
  }
  /*=BLOG=*/
  .horizontal-card {
    display: block;
    margin-bottom: 45px;
  }
  .horizontal-card-img {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    max-width: 330px;
  }
  .horizontal-card-title {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .horizontal-card-text {
    margin-bottom: 20px;
  }
  /*=REVIEWS=*/
  .product-card-sm {
    width: 100%;
  }
  /*=CATALOG=*/
  .catalog-menu-mobile {
    display: block;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(53, 53, 53, 0.2);
    padding-bottom: 20px;
  }
  .catalog-menu-mobile h3 {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    color: rgba(21, 21, 21, 0.5);
  }
  .catalog-menu-mobile a {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
  }
  .catalog-menu-mobile a:last-child {
    margin-bottom: 0;
  }
  .catalog-menu-mobile a:active,
  .catalog-menu-mobile a:hover {
    color: #B8141A;
  }
  .sidebar-catalog-menu {
    display: none;
  }
  /*=PRODUCT-PAGE=*/
  .product-page-slider-wrapper {
    margin-bottom: 50px;
  }
  /*=CART=*/
  .cart-form {
    display: block;
  }
  .cart-form .content {
    padding-right: 0;
    padding-bottom: 0;
  }
  .cart-form .sidebar {
    padding-left: 0;
    width: 100%;
  }
  .cart-table-name {
    width: 225px;
  }
  .cart-table-sum {
    width: 110px;
  }
  .cart-form {
    position: relative;
    padding-bottom: 120px;
  }
  .cart-form .content {
    position: static;
  }
  .cart-form .sidebar {
    padding-top: 45px;
  }
  .cart-total {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin-top: 0;
  }
  /*=404=*/
  .error-title {
    margin-bottom: 20px;
    font-size: 300px;
    line-height: 1;
    text-align: center;
  }
  .error-info-wrapper {
    border-left: none;
    border-top: 1px solid rgba(37, 42, 45, 0.2);
    padding-top: 0;
  }
  .error-info {
    padding-top: 40px;
    padding-left: 0;
    text-align: center;
  }
  .error-info-title {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
  }
  .error-info p {
    font-size: 20px;
  }
  .error-info p + p {
    margin-top: 30px;
  }
  /*=FOOTER=*/
  .footer-top {
    padding: 40px 0;
  }
  .footer-top div[class*="col"]:nth-child(1),
  .footer-top div[class*="col"]:nth-child(2) {
    margin-bottom: 30px;
  }
  .footer-bottom .container {
    display: block;
    text-align: center;
  }
  .footer-copyright {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  /*=HEADER=*/
  .header-top.row {margin: 0;}
  .header-left-inner{text-align: center;}
  .header-contacts  {
    display: none;
  }
  .header-cart {
    margin-right: 0;
  }
  .header-search-form.open {
    width: 205px;
  }
  .header-2 .header-search-form.open {
    width: 205px;
  }
  /*=MENU=*/
  .header-menu-wrapper .container {
    position: relative;
    overflow: hidden;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header-menu-wrapper .header-menu {
    padding: 0;
    text-align: left;
  }
  .header-menu-catalog {
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-right: none;
    padding: 0 15px;
    width: 100%;
    background-color: #ffffff;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }
  .header-menu-catalog.open {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .header-menu-catalog .header-menu-close-btn {
    top: 74px;
    right: 15px;
  }
  .header-menu-catalog-list {
    padding-top: 20px;
    padding-bottom: 0;
    overflow-y: scroll;
    height: 300px;
  }
  .header-menu-catalog-list p {
    margin-bottom: 15px;
  }
  .header-menu-catalog-list li {
    margin-bottom: 10px;
  }
  .header-menu-contacts {
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-left: none;
    padding: 30px 15px 0;
    width: 100%;
    background-color: #ffffff;
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }
  .header-menu-contacts.open {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .header-menu-contacts .header-menu-email {
    display: block;
    margin-bottom: 25px;
    text-align: center;
  }
  .header-menu-contacts .soc {
    margin-bottom: 30px;
  }
  .header-menu-contacts .header-menu-close-btn {
    top: 37px;
    right: 15px;
  }
  .header-menu-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-top: 20px;
    border-top: 1px solid rgba(53, 53, 53, 0.2);
    padding-top: 20px;
  }
  .header-menu-nav button {
    background-repeat: no-repeat;
  }
  .header-menu-nav button:first-child {
    padding-left: 25px;
    padding-bottom: 1px;
    background-position: left center;
    background-image: url("../img/ico-arrow-left-black.svg");
  }
  .header-menu-nav button:first-child:hover,
  .header-menu-nav button:first-child:active {
    background-image: url("../img/ico-arrow-left-red.svg");
  }
  .header-menu-nav button:last-child {
    padding-right: 25px;
    padding-bottom: 1px;
    background-position: right center;
    background-image: url("../img/ico-arrow-right-black.svg");
  }
  .header-menu-nav button:last-child:hover,
  .header-menu-nav button:last-child:active {
    background-image: url("../img/ico-arrow-right-red.svg");
  }
  .header-menu-nav button:hover,
  .header-menu-nav button:active {
    color: #B8141A;
  }
  .header-menu-close-btn {
    position: absolute;
    display: block;
    width: 25px;
    height: 18px;
  }
  .header-menu-close-btn span {
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 25px;
    height: 3px;
    background-color: #B8141A;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }
  .header-menu-close-btn span:first-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header-menu-close-btn span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /*=CONTENT=*/
  table.price-list th:nth-child(3), table.price-list th:nth-child(4),
  table.price-list td:nth-child(3), table.price-list td:nth-child(4) {
    display: none;
  }
  .page-wrapper {
    padding-top: 64px;
  }
  .section {
    padding-top: 60px;
  }
  .text-section h2 {
    font-size: 28px;
  }
  .text-section h3 {
    font-size: 28px;
  }
  .text-section h4 {
    font-size: 22px;
  }
  /*=HOME=*/
  .welcome .col-lg-4 {
    display: none;
  }
  .welcome-slider .swiper-slide {
    padding: 40px 20px 60px;
    height: 370px;
  }
  .welcome-slider h1 {
    font-size: 30px;
  }
  .welcome-slider .swiper-pagination {
    left: 20px;
    right: 20px;
    bottom: 15px;
  }
  .brand-tabs {
    margin-top: 0;
  }
  .brand-tabs a {
    width: 100%;
  }
  .brand-tabs li {
    width: 50%;
  }
  .brand-list {
    column-count: 4;
  }
  .catalog-card {
    height: auto;
  }
  .catalog-card-3 {
    margin-bottom: 30px;
  }
  /*=ABOUT=*/
  .contacts-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .contacts-row > div {
    padding-right: 0;
  }
  .contacts-row > div:last-child {
    width: 100%;
  }
  .about-numbers {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .about-numbers > div {
    margin-bottom: 30px;
  }
  .about-numbers > div:last-child {
    margin-bottom: 0;
    width: 100%;
  }
  /*=BRANDS=*/
  .all-brands-tab-content .tab-pane {
    column-count: 2;
  }
  /*=REVIEWS=*/
  .review-header-img {
    width: 100px;
  }
  .review-header h1 {
    font-size: 26px;
  }
  .review-subheader h2 {
    font-size: 20px;
  }
  .review-card-img {
    margin-right: 15px;
  }
  /*=CATALOG=*/
  .series {
    padding-bottom: 30px;
  }
  /*=PRODUCT-PAGE=*/
  .product-page .default-tabs a {
    max-width: 170px;
  }
  .product-title {
    font-size: 26px;
  }
  /*=CART=*/
  .cart-remove-btn {
    position: static;
    margin-bottom: 30px;
  }
  .cart-table-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cart-table-row img {
    margin-bottom: 20px;
  }
  .cart-table-row:first-child {
    display: none;
  }
  .cart-table-name {
    margin-bottom: 20px;
    margin-right: 0;
    width: calc(100% - 70px);
    max-width: none;
  }
  .cart-table-count {
    width: 130px;
  }
  .cart-table-units {
    width: calc(50% - 70px);
  }
  .cart-table-sum {
    width: calc(50% - 70px);
    max-width: none;
  }
  .cart-table-delete-btn {
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .cart-total {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .cart-total p {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .cart-form {
    padding-bottom: 190px;
  }
  /*=404=*/
  .error-title {
    font-size: 228px;
  }
  .error-info-title {
    margin-bottom: 30px;
  }
  .error-info p {
    font-size: 18px;
  }
  .error-info p + p {
    margin-top: 20px;
  }
}
@media (max-width: 767px) and (max-height: 350px) {
  .header-menu-wrapper .container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header-menu-wrapper .header-menu a {
    padding: 7px 0;
  }
  .header-menu-nav {
    margin-top: 15px;
    padding-top: 15px;
  }
  .header-menu-catalog .header-menu-close-btn {
    top: 58px;
  }
  .header-menu-search input {
    padding: 10px 5px 10px 20px;
  }
  .header-menu-catalog-list {
    padding-top: 15px;
  }
  .header-menu-contacts {
    padding-top: 15px;
  }
  .header-menu-contacts .header-menu-tel {
    margin-bottom: 15px;
  }
  .header-menu-contacts .header-menu-email {
    margin-bottom: 15px;
  }
  .header-menu-contacts .soc {
    margin-bottom: 20px;
  }
  .header-menu-contacts .header-menu-close-btn {
    top: 22px;
  }
}
@media (max-width: 575px) {
  /*=HEADER=*/
  .header > .container {
    position: relative;
  }
  .header-search {
    position: static;
  }
  .header-search-form {
    right: 15px;
  }
  .header-search-form.open {
    width: calc(100% - 30px);
  }
  .header-2 .header-search-form.open {
    width: calc(100% - 30px);
  }
  /*=CONTENT=*/
  .default-tabs a {
    padding: 15px;
  }
  .delivery-img img {width: 100%;}
  .delivery-text {padding: 20px 15px;}
  /*=HOME=*/
  .welcome-slider h1 {
    font-size: 26px;
  }
  .article-card-date {
    font-size: 18px;
  }
  .article-card-title {
    font-size: 16px;
  }
  /*=ABOUT=*/
  .certificates-slider .swiper-slide div {
    padding: 40px 15px 30px;
  }
  /*=CART=*/
  .cart-delivery-info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .cart-delivery-info > * {
    margin-right: 25px;
  }
  .cart-delivery-info span:first-child {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  /*=FOOTER=*/
  .footer-copyright a {
    display: block;
    margin-top: 10px;
  }
}
@media (max-width: 520px) {
  /*=HOME=*/
  .brand-row a {
    width: 25%;
    height: 94px;
  }
  .brand-row a:nth-child(5) {
    border-top: none;
    border-left: 1px solid #cfcfcf;
  }
  .brand-row a:nth-child(6) {
    border-left: none;
  }
  .brand-row a:nth-child(9) {
    display: none;
  }
  .brand-list {
    column-count: 3;
  }
  /*=ABOUT=*/
  .about-numbers {
    display: block;
  }
  /*=REVIEWS=*/
  .review-subheader {
    display: block;
  }
  .review-subheader h2 {
    margin-bottom: 15px;
  }
  /*=PRODUCT-PAGE=*/
  .product-characteristics {
    display: block;
    margin-bottom: 20px;
  }
  .product-characteristics ul {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .product-characteristics-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .product-characteristics-btns .btn-border {
    width: 48%;
  }
  .product-characteristics-btns .btn-border:last-child {
    margin-bottom: 15px;
  }
  /*=404=*/
  .error-title {
    font-size: 200px;
  }
  .error-info-title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  /*=TEXT=*/
  .section-header {
    margin-bottom: 30px;
  }
  .section-header .more-link {
    display: none;
  }
  .section-title {
    font-size: 30px;
  }
  .article-title {
    font-size: 28px;
  }
  .more-link {
    margin-top: 40px;
    text-align: center;
  }
  .more-link-mobile {
    display: block;
  }
  .section-more-link {
    text-align: center;
  }
  /*=CONTENT=*/
  .section {
    padding-top: 55px;
  }
  .section:last-child {
    padding-bottom: 65px;
  }
  .section-inner {
    padding-top: 55px;
  }
  .section-inner section {
    padding-top: 55px;
  }
  .section-inner section h2 {
    font-size: 28px;
  }
  .text-section ul li {
    padding-left: 15px;
  }
  .text-section ul li::before {
    left: 0;
  }
  .text-section ol li {
    padding-left: 15px;
  }
  .text-section ol li::before {
    left: 0;
  }
  .default-tabs a {
    padding: 10px;
    font-size: 14px;
  }
  /*Slider*/
  .slider-wrapper {
    padding-bottom: 74px;
  }
  .slider-wrapper .swiper-button {
    top: auto;
    bottom: 0;
  }
  .slider-wrapper .swiper-button-prev {
    left: 50%;
    right: auto;
    margin-left: -54px;
  }
  .slider-wrapper .swiper-button-next {
    right: 50%;
    margin-right: -54px;
  }
  /***pagination***/
  .pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pagination a,
  .pagination span {
    margin-right: 5px;
  }
  /*=HOME=*/
  .home-brands {
    padding-top: 45px;
  }
  /*=WHOLESALE=*/
  .wholesale-form {
    padding: 30px 20px 40px;
  }
  .wholesale-form h2 {
    font-size: 24px;
  }
  .wholesale-form .btn {
  }
  /*=BRANDS=*/
  .all-brands-item > p {
    padding-top: 4px;
    width: 20px;
    font-size: 16px;
  }
  .all-brands-item li {
    margin-bottom: 10px;
  }
  .all-brands-item li div {
    margin-right: 5px;
    width: 40px;
    height: 25px;
  }
  .all-brands-item li p {
    font-size: 14px;
  }
  /*=BLOG=*/
  .horizontal-card-img {
    margin-left: auto;
    margin-right: auto;
  }
  /*=PRODUCT-PAGE=*/
  .product-page .default-tabs a {
    max-width: 120px;
  }
  /*=404=*/
  .error-title {
    font-size: 150px;
  }
  .error-info-title {
    font-size: 26px;
  }
  /*=FOOTER=*/
  .footer-contacts a {
    font-size: 14px;
  }
  .footer-tel {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  /*=SALE-POINTS=*/
  .points-list {
    top: auto;
    height: 300px;
  }
  /*=REVIEWS=*/
  .review-header h1 {
    font-size: 22px;
  }
  .review-card {
    display: block;
  }
  .review-card-img {
    margin-right: 0;
    margin-bottom: 20px;
  }
  /*=PRODUCT-PAGE=*/
  .product-title {
    font-size: 22px;
  }
  /*=CART=*/
  .cart-total {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cart-total p {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: auto;
    text-align: center;
  }
  .cart-total .form-group {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 30px;
  }
  .cart-total .btn {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-right: 0;
  }
  .cart-form {
    padding-bottom: 255px;
  }
  .cart-form .sidebar .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 400px) {
  /*=REVIEWS=*/
  .review-page-slider-big .swiper-slide {
    height: 300px;
  }
  .review-page-slider-big .swiper-button-prev {
    left: 10px;
  }
  .review-page-slider-big .swiper-button-next {
    right: 10px;
  }
  /*=CART=*/
  .cart-payment-type label {
    min-width: 0;
  }
  /*=FOOTER=*/
  .footer-top div[class*="col"] {
    flex-basis: 100%;
    max-width: none;
    text-align: left;
  }
  .footer-top div[class*="col"]:nth-child(3),
  .footer-top div[class*="col"]:nth-child(4) {
    display: none;
  }
  .footer-top div[class*="col"]:nth-child(2) {
    margin-bottom: 0;
    justify-content: flex-start;
  }
  .footer-top .soc {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-contacts a {
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  /*=HEADER=*/
  .header-logo {
    margin-right: 25px;
  }
  /*=CONTENT=*/
  .sidebar.order-lg-1 .more-link {
    text-align: center;
  }
  .sidebar-block {
    display: block;
  }
  .sidebar-block:last-child .article-card:last-child {
    margin-bottom: 0;
  }
  .sidebar-block .article-card {
    width: 100%;
  }
  .sidebar .more-link {
    margin-top: 0;
    text-align: center;
  }
  /*=ABOUT=*/
  .contacts-row {
    display: block;
  }
  .contacts-row > div {
    margin-bottom: 20px;
  }
  .cart-delivery-info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .cart-delivery-info > * {
    margin-right: 15px;
  }
  .cart-delivery-info img {
    max-width: 90px;
  }
  /*=REVIEWS=*/
  .review-header-img {
    width: 70px;
  }
  .review-header h1 {
    font-size: 18px;
  }
  /*=CART=*/
  .cart-table-count {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
    padding-right: 0;
    width: 100%;
  }
  .cart-table-name {
    font-size: 14px;
  }
  .cart-table-units {
    width: 50%;
  }
  .cart-table-sum {
    width: 50%;
  }
}
@media (max-width: 360px) {
  /*=HEADER=*/
  .header-logo img {
    width: 125px;
  }
  .header-search {
    margin-right: 15px;
  }
  /*=CONTENT=*/
  .page-wrapper {
    padding-top: 56px;
  }
  /*=HOME=*/
  .brand-row a {
    width: 33%;
  }
  .brand-row a:nth-child(4) {
    border-top: none;
    border-left: 1px solid #cfcfcf;
  }
  .brand-row a:nth-child(5),
  .brand-row a:nth-child(9) {
    border-left: none;
  }
  .brand-row a:nth-child(7) {
    border-left: 1px solid #cfcfcf;
  }
  .brand-row a:nth-child(9) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .brand-list {
    column-count: 2;
  }
  .brand-list a {
    padding-left: 15px;
  }
  /*=BRANDS=*/
  .all-brands-tabs a {
    padding: 10px 15px;
  }
  .all-brands-tab-content .tab-pane {
    column-count: 1;
  }
  /*=CATALOG=*/
  .series a {
    font-size: 14px;
  }
  .series a:first-child {
    font-size: 16px;
  }
  .catalog-category-card {
    background-position: right center;
  }
  /*=CART=*/
  .cart-payment-type {
    display: block;
  }
  .cart-payment-type label {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .cart-payment-type label:last-child {
    margin-bottom: 0;
  }
  /*=404=*/
  .error-title {
    font-size: 120px;
  }
  .error-info-title {
    font-size: 22px;
  }
  .error-info p {
    font-size: 16px;
  }
  /*=MODALS=*/
  .modal-content {
    padding: 30px 20px 45px;
  }
}
@media (max-width: 330px) {
  /*=TEXT=*/
  .section-title {
    font-size: 26px;
  }
  .article-title {
    font-size: 24px;
  }
  /*=CART=*/
  .cart .section-title span {
    font-size: 24px;
  }
}
