@charset "UTF-8";

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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

table {
  border-collapse: separate;
  border-spacing: 5px;
}

@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.container {
  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: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.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,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.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.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.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.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.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.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.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.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.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-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.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@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.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .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.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .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.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .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.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .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-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.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@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.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .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.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .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.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .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.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .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-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.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@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.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .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.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .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.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .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.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .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-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.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .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.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .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.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .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.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .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-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.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.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 {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

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

.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-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 {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-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 {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-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 {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/Montserrat-Regular/Montserrat-Regular.eot);
  src: url(../fonts/Montserrat-Regular/Montserrat-Regular.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/Montserrat-Regular/Montserrat-Regular.woff) format("woff"),
    url(../fonts/Montserrat-Regular/Montserrat-Regular.ttf) format("truetype");
}

@font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: italic;
  src: url(../fonts/Montserrat-Italic/Montserrat-Italic.eot);
  src: url(../fonts/Montserrat-Italic/Montserrat-Italic.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/Montserrat-Italic/Montserrat-Italic.woff) format("woff"),
    url(../fonts/Montserrat-Italic/Montserrat-Italic.ttf) format("truetype");
}

@font-face {
  font-family: Montserrat;
  font-weight: 300;
  font-style: normal;
  src: url(../fonts/Montserrat-Light/Montserrat-Light.eot);
  src: url(../fonts/Montserrat-Light/Montserrat-Light.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/Montserrat-Light/Montserrat-Light.woff) format("woff"),
    url(../fonts/Montserrat-Light/Montserrat-Light.ttf) format("truetype");
}

@font-face {
  font-family: Montserrat;
  font-weight: 500;
  font-style: normal;
  src: url(../fonts/Montserrat-Medium/Montserrat-Medium.eot);
  src: url(../fonts/Montserrat-Medium/Montserrat-Medium.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/Montserrat-Medium/Montserrat-Medium.woff) format("woff"),
    url(../fonts/Montserrat-Medium/Montserrat-Medium.ttf) format("truetype");
}

@font-face {
  font-family: Montserrat;
  font-weight: 600;
  font-style: normal;
  src: url(../fonts/Montserrat-SemiBold/Montserrat-SemiBold.eot);
  src: url(../fonts/Montserrat-SemiBold/Montserrat-SemiBold.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/Montserrat-SemiBold/Montserrat-SemiBold.woff) format("woff"),
    url(../fonts/Montserrat-SemiBold/Montserrat-SemiBold.ttf) format("truetype");
}

@font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  src: url(../fonts/Montserrat-Bold/Montserrat-Bold.eot);
  src: url(../fonts/Montserrat-Bold/Montserrat-Bold.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/Montserrat-Bold/Montserrat-Bold.woff) format("woff"),
    url(../fonts/Montserrat-Bold/Montserrat-Bold.ttf) format("truetype");
}

@font-face {
  font-family: Montserrat;
  font-weight: 800;
  font-style: normal;
  src: url(../fonts/Montserrat-ExtraBold/Montserrat-ExtraBold.eot);
  src: url(../fonts/Montserrat-ExtraBold/Montserrat-ExtraBold.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/Montserrat-ExtraBold/Montserrat-ExtraBold.woff) format("woff"),
    url(../fonts/Montserrat-ExtraBold/Montserrat-ExtraBold.ttf)
      format("truetype");
}

@font-face {
  font-family: Montserrat;
  font-weight: 900;
  font-style: normal;
  src: url(../fonts/Montserrat-Black/Montserrat-Black.eot);
  src: url(../fonts/Montserrat-Black/Montserrat-Black.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/Montserrat-Black/Montserrat-Black.woff) format("woff"),
    url(../fonts/Montserrat-Black/Montserrat-Black.ttf) format("truetype");
}

@font-face {
  font-family: ALSRubl;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/ALSRubl/ALSRubl.eot);
  src: url(../fonts/ALSRubl/ALSRubl.eot?#iefix) format("embedded-opentype"),
    url(../fonts/ALSRubl/ALSRubl.woff) format("woff"),
    url(../fonts/ALSRubl/ALSRubl.ttf) format("truetype");
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
  -o-transition: opacity 0.25s, visibility 0s linear 0.25s;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.25s, visibility 0s;
  -o-transition: opacity 0.25s, visibility 0s;
  transition: opacity 0.25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0);
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: 0;
  white-space: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: 0 0;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}

.fancybox-error,
.fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: 0 0;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: 0 0;
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: -o-linear-gradient(
    top,
    transparent 0,
    rgba(0, 0, 0, 0.1) 20%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.6) 80%,
    rgba(0, 0, 0, 0.8)
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, transparent),
    color-stop(20%, rgba(0, 0, 0, 0.1)),
    color-stop(40%, rgba(0, 0, 0, 0.2)),
    color-stop(80%, rgba(0, 0, 0, 0.6)),
    to(rgba(0, 0, 0, 0.8))
  );
  background: linear-gradient(
    180deg,
    transparent 0,
    rgba(0, 0, 0, 0.1) 20%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.6) 80%,
    rgba(0, 0, 0, 0.8)
  );
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: 0 0;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: 0;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-button,
.fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button:after,
.fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]:after,
.fancybox-button[disabled]:before {
  opacity: 0.3;
}

.fancybox-button--left:after,
.fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: 0 0;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close:after,
.fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.fancybox-arrow:after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px;
}

.fancybox-arrow--right {
  right: 0;
}

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fancybox-arrow--left:after,
.fancybox-arrow--right:after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}

.fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

@media (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }

  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}

.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: 0 0;
}

.fancybox-button--pause:before,
.fancybox-button--play:before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: 0 0;
}

.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
}

.fancybox-button--thumbs,
.fancybox-thumbs {
  display: none;
}

@media (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }

  .fancybox-button--thumbs span {
    font-size: 23px;
  }

  .fancybox-button--thumbs:before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px,
      -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0,
      4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }

  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99995;
  }

  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }

  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }

  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: 0;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }

  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper {
  --swiper-navigation-color: #1f9b9f !important; /* Цвет стрелок */
}

/* Next (правая стрелка) */
.prod-gallery__slider .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27,22L5,44l-2.1-2.1L22.8,22L2.9,2.1L5,0L27,22z' fill='%231f9b9f'/%3E%3C/svg%3E");
  right: 10px; /* Позиционирование */
}

/* Prev (левая стрелка) */
.prod-gallery__slider .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22z' fill='%231f9b9f'/%3E%3C/svg%3E");
  left: 10px; /* Позиционирование */
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  color: #1f9b9f !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -webkit-transition: 0.2s transform, 0.2s top;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  -webkit-transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -webkit-transition: 0.2s transform, 0.2s left;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  -webkit-transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -webkit-transition: 0.2s transform, 0.2s right;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  -webkit-transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}

html {
  font-size: 22px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 18px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  html {
    font-size: 14px;
  }
}

body {
  position: relative;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #212121;
  padding: 0;
  margin: 0;
}

.btn {
  display: inline-block;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none !important;
  text-transform: uppercase;
  padding: 12px 20px;
  color: #1f9b9f;
  width: 100%;
  text-align: center;
  border: 1px solid #1f9b9f;
  border-radius: 5px;
  border-width: 0 0 4px 0;
  border-style: solid;
  -webkit-transition: background-color 0.5s, color 0.5s;
  -o-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
  cursor: pointer;
}

@media (max-width: 575px) {
  .btn {
    padding: 20px 15px;
    font-size: 12px;
  }
}

.btn.-blue {
  color: #fff;
  background-color: #ea1515;
  border-color: #c71212;
}

.btn.-blue:hover {
  background-color: #c71212;
}

.btn.-blue-trans {
  border-width: 2px;
  border-color: #01c1c2;
  color: #01c1c2;
}

.btn.-blue-trans:hover {
  color: #fff;
  background-color: #01c1c2;
}

.btn.-red {
  color: #fff;
  background-color: #01c1c2;
  border-color: #01a4a5;
}

.btn.-red:hover {
  background-color: #01a4a5;
}

.btn.-red:disabled,
.btn.-red:disabled:hover {
  background-color: #ccc;
  border-color: #aaa;
  cursor: default;
}

.btn.-red1 {
  color: #fff;
  background-color: #de0046;
  border-color: #990030;
}

.btn.-red1:hover {
  background-color: #cc0040;
}

.btn.-cart span {
  position: relative;
  padding-left: 28px;
}

.btn.-cart span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 19px;
  height: 16px;
  margin-top: -8px;
  background: url(../img/card_icons.png) no-repeat -62px 0;
}

.btn.-order span {
  position: relative;
  padding-left: 39px;
}

.btn.-order span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 22px;
  height: 16px;
  margin-top: -8px;
  background: url(../img/cart_icons.png) no-repeat -42px 0;
}

.page-title {
  margin-bottom: 1.81818rem;
}

.page-title h1,
.page-title h2,
.page-title h3,
.page-title > span {
  font-size: 1.81818rem;
  line-height: 1.3;
  font-weight: 800;
  color: #212121;
  padding: 0;
  margin: 0;
}

@media (max-width: 575px) {
  .page-title h1,
  .page-title h2,
  .page-title h3,
  .page-title > span {
    font-size: 22px;
  }
}

.page-title h1 span,
.page-title h2 span,
.page-title h3 span,
.page-title > span span {
  color: #01c1c2;
}

.row.gutters-20 {
  margin: 0 -10px;
}

.row.gutters-20 > div {
  padding: 0 10px;
}

.row.gutters-10 {
  margin: 0 -5px;
}

.row.gutters-10 > div {
  padding: 0 5px;
}

.breadcrumb {
  padding: 20px 0;
  background-color: #f7f9fc;
}

@media (max-width: 575px) {
  .breadcrumb {
    padding: 12px 0;
  }
}

.breadcrumb ul li {
  display: inline;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  position: relative;
}

.breadcrumb ul li:not(:last-child):after {
  content: "/";
  display: inline-block;
  margin: 0 5px;
}

.breadcrumb ul li a {
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.breadcrumb ul li a:hover {
  color: #01c1c2;
}

.breadcrumb ul li > span {
  color: #01c1c2;
}

/* .header {
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 30px rgba(33,33,33,.05);
	box-shadow: 0 3px 30px rgba(33,33,33,.05);
	z-index: 101;
}

@media (min-width:768px) {
	.header {
		padding-bottom: 5px;
	}
}

.header__top {
	padding: 15px 0;
	border-bottom: 1px solid #dbdbdb;
}

@media (max-width:575px) {
	.header__top {
		padding: 10px 0;
	}
}

@media (max-width:575px) {
	.header__topright {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.header__bottom {
	position: relative;
	padding: 15px 0 1px 0;
}

.header__botleft {
	position: static;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header__botright {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (min-width:576px) and (max-width:991px) {
	.header-nav {
		margin-bottom: 10px;
	}
}

@media (max-width:575px) {
	.header-nav nav {
		height: 0;
		overflow: hidden;
		-webkit-transition: height .5s;
		-o-transition: height .5s;
		transition: height .5s;
	}
}

@media (min-width:576px) {
	.header-nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media (min-width:1200px) {
	.header-nav ul {
		margin: 0 -40px;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.header-nav ul {
		margin: 0 -30px;
	}
}

@media (min-width:576px) and (max-width:991px) {
	.header-nav ul {
		margin: 0 -10px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media (max-width:575px) {
	.header-nav ul {
		padding: 5px 0;
	}
}

@media (min-width:1200px) {
	.header-nav ul li {
		padding: 0 40px;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.header-nav ul li {
		padding: 0 30px;
	}
}

@media (min-width:576px) and (max-width:991px) {
	.header-nav ul li {
		padding: 0 10px;
	}
}

@media (max-width:575px) {
	.header-nav ul li {
		text-align: center;
		padding: 7px 0;
	}

	.header-nav ul li:not(:last-child) {
		border-bottom: 1px solid #eee;
	}
}

.header-nav ul li a {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 400;
	color: #212121;
	text-decoration: none;
	-webkit-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
}

.header-nav ul li a:hover {
	color: #01c1c2;
}

.header-sign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	padding-left: 28px;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 500;
	color: #212121;
}

@media (max-width:575px) {
	.header-sign {
		font-size: 13px;
	}
}

.header-sign:before {
	content: "";
	width: 18px;
	height: 18px;
	background: url(../img/header-in_icons.png) no-repeat 0 0;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
}

.header-sign a {
	color: #212121;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
	max-width: 120px;
	overflow: hidden;
	white-space: nowrap;
}

.header-sign a:hover {
	color: #01c1c2;
}

.header-sign span {
	margin: 0 7px;
}

.header-logo {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: -17px auto 0 auto;
}

.header-logo a img {
	display: block;
	max-width: 100%;
	width: 236px;
}

.header-catalog {
	position: static;
	width: 100%;
	position: relative;
	color: #01c1c2;
	background-color: #fff;
	border: 2px solid #01c1c2;
	border-radius: 25px;
	-webkit-transition: background-color .5s, color .5s, -webkit-border-radius .5s;
	-webkit-transition: background-color .5s,border-radius .5s;
	-o-transition: background-color .5s, color .5s, border-radius .5s;
	transition: background-color .5s, color .5s, border-radius .5s;
}

@media (max-width:767px) {
	.header-catalog {
		margin-bottom: 15px;
	}
}

.header-catalog.-active,.header-catalog:hover {
	color: #fff;
	background-color: #01c1c2;
}

.header-catalog.-active {
	border-radius: 25px 25px 0 0;
}

.header-catalog__title {
	position: relative;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: .1em;
	color: inherit;
	text-transform: uppercase;
	padding: 14px 40px 14px 56px;
	cursor: pointer;
}

.header-catalog__title:after,.header-catalog__title:before {
	content: "";
	position: absolute;
	top: 50%;
	background-image: url(../img/header-in_icons.png);
	background-repeat: no-repeat;
}

.header-catalog__title:before {
	width: 20px;
	height: 14px;
	left: 20px;
	margin-top: -7px;
	background-position: -90px 0;
}

.header-catalog__title:after {
	width: 12px;
	height: 8px;
	right: 21px;
	margin-top: -4px;
	background-position: -90px -14px;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	transition: transform .5s,-webkit-transform .5s;
}

.header-catalog.-active .header-catalog__title:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.header-catalog__dropdown {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	opacity: 0;
	height: 0;
	overflow: hidden;
	z-index: 2;
	-webkit-transition: opacity .5s,height .5s,-webkit-transform .5s;
	transition: opacity .5s,height .5s,-webkit-transform .5s;
	-o-transition: transform .5s,opacity .5s,height .5s;
	transition: transform .5s,opacity .5s,height .5s;
	transition: transform .5s,opacity .5s,height .5s,-webkit-transform .5s;
}

.header-catalog__dropdown ul {
	padding: 10px 0;
	background-color: #01a8a9;
	border-radius: 0 0 15px 15px;
}

.header-catalog__dropdown ul li {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 400;
	color: #fff;
}

.header-catalog__dropdown ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	background-color: #01a8a9;
	padding: 7px 15px;
	-webkit-transition: background-color .5s;
	-o-transition: background-color .5s;
	transition: background-color .5s;
}

.header-catalog__dropdown ul li a:hover {
	background-color: #01c1c2;
}

.header-catalog:not(.-active) .header-catalog__dropdown {
	height: 0!important;
}

.header-catalog.-active .header-catalog__dropdown {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

body.-menu-opened .header-catalog__title:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.header-bar {
	width: 100%;
	margin-bottom: 7px;
}

@media (max-width:767px) {
	.header-bar {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.header-bar__contact {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media (max-width:575px) {
	.header-bar__contact {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.header-bar__city {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 400;
	color: #212121;
	margin-bottom: 5px;
}

@media (min-width:992px) and (max-width:1199px) {
	.header-bar__city {
		margin-right: 10px;
		margin-bottom: 0;
	}
}

@media (max-width:575px) {
	.header-bar__city {
		margin-right: 5px;
		margin-bottom: 0;
		font-size: 13px;
	}
}

.header-bar__phone {
	padding: 5px 0;
}

@media (min-width:992px) and (max-width:1199px) {
	.header-bar__phone {
		padding: 0;
	}
}

.header-bar__phone a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 500;
	color: #212121;
	text-decoration: none;
	white-space: nowrap;
	padding-left: 28px;
	-webkit-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
}

@media (max-width:575px) {
	.header-bar__phone a {
		font-size: 16px;
		padding-left: 25px;
	}
}

.header-bar__phone a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 19px;
	height: 20px;
	margin-top: -10px;
	background: url(../img/header-in_icons.png) no-repeat -18px 0;
}

.header-bar__phone a:hover {
	color: #01c1c2;
}

.header-bar__schedule {
	padding: 5px 0;
	text-align: right;
}

@media (max-width:575px) {
	.header-bar__schedule {
		text-align: center;
	}
}

.header-bar__schedule span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 14px;
	line-height: 1.3;
	color: #212121;
	padding-left: 30px;
}

.header-bar__schedule span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background: url(../img/header-in_icons.png) no-repeat 0 -18px;
}

.header-bar__tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 -10px;
}

@media (max-width:575px) {
	.header-bar__tabs {
		margin: 0 -15px;
	}
}

.header-bar__tabs a {
	position: relative;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 400;
	color: #212121;
	text-decoration: none;
	padding-left: 28px;
	margin: 0 10px;
	-webkit-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
}

@media (max-width:575px) {
	.header-bar__tabs a {
		margin: 0 15px;
	}
}

.header-bar__tabs a:hover {
	color: #01c1c2;
}

.header-bar__tabs a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	background-image: url(../img/header-in_icons.png);
	background-repeat: no-repeat;
}

.header-bar__tabs a.-compare:before {
	width: 18px;
	height: 18px;
	margin-top: -8px;
	background-position: -37px 0;
}

.header-bar__tabs a.-favorite:before {
	width: 18px;
	height: 16px;
	margin-top: -8px;
	background-position: -37px -18px;
}

.header-bar__tabs a span.-amount {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #01c1c2;
	font-size: 10px;
	font-weight: 500;
	color: #fff;
	position: absolute;
	left: 10px;
	top: -12px;
}

@media (max-width:575px) {
	.header-bar__tabs a span.-label {
		display: none;
	}
}

.header-bar__tab {
	padding: 17px 0 5px 0;
}

.header-bar__cart {
	padding: 22px 0 5px 0;
}

.header-bar__cart a {
	position: relative;
	vertical-align: top;
	text-decoration: none;
	padding-left: 44px;
}

.header-bar__cart a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../img/header-in_icons.png) no-repeat -55px 0;
	width: 35px;
	height: 33px;
}

.header-bar__cart a span.-cost {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 400;
	color: #212121;
	white-space: nowrap;
	-webkit-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
}

@media (max-width:575px) {
	.header-bar__cart a span.-cost {
		display: none;
	}
}

.header-bar__cart a span.-amount {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #01c1c2;
	font-size: 10px;
	font-weight: 500;
	color: #fff;
	position: absolute;
	left: 26px;
	top: -17px;
}

.header-bar__cart a:hover span.-cost {
	color: #01c1c2;
}

.header-search {
	width: 100%;
}

@media (max-width:767px) {
	.header-search {
		margin-bottom: 15px;
	}
}

.header-search form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.header-search form input {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 14px;
	line-height: 1.3;
	color: #212121;
	padding: 15px 65px 15px 18px;
	border: 1px solid #e1e3e6;
	border-radius: 100px;
	background-color: #f7f9fc;
	-webkit-transition: background-color .5s;
	-o-transition: background-color .5s;
	transition: background-color .5s;
}

.header-search form input:focus {
	background-color: #fff;
}

.header-search form button {
	position: relative;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 600;
	letter-spacing: .1em;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	border: 0 none;
	border-radius: 100px;
	padding: 14px 30px;
	margin-left: -50px;
	color: #01c1c2;
	background-color: #fff;
	border: 2px solid #01c1c2;
	-webkit-transition: background-color .5s, color .5s;
	-o-transition: background-color .5s, color .5s;
	transition: background-color .5s, color .5s;
	z-index: 1;
	cursor: pointer;
}

@media (max-width:575px) {
	.header-search form button {
		padding: 16px 20px;
	}
}

.header-search form button:hover {
	background-color: #01c1c2;
	color: #fff;
} */

/* 2021-03-31 start*/

.hidden {
  display: none !important;
}

.header {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 30px rgba(33, 33, 33, 0.05);
  box-shadow: 0 3px 30px rgba(33, 33, 33, 0.05);
  z-index: 101;
}

@media (min-width: 768px) {
  .header {
    padding-bottom: 5px;
  }
}

.header__top {
  padding: 15px 0;
  border-bottom: 1px solid #dbdbdb;
}

@media (max-width: 767px) {
  .header__top {
    padding: 10px 0;
  }
}
@media (min-width: 451px) and (max-width: 575px) {
  .header__top {
    display: none;
  }
}

@media (max-width: 575px) {
  .header__topright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.header__bottom {
  position: relative;
  padding: 15px 0 0 0;
}

@media (min-width: 451px) and (max-width: 767px) {
  .header__bottom {
    padding: 0;
  }
}

.header__botleft {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__botright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-nav {
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .header-nav nav {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
  }
}

@media (min-width: 576px) {
  .header-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (min-width: 1200px) {
  .header-nav ul {
    margin: 0 -40px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-nav ul {
    margin: 0 -30px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .header-nav ul {
    margin: 0 -10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 575px) {
  .header-nav ul {
    padding: 5px 0;
  }
}

@media (min-width: 1200px) {
  .header-nav ul li {
    padding: 0 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-nav ul li {
    padding: 0 30px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .header-nav ul li {
    padding: 0 10px;
  }
}

@media (max-width: 575px) {
  .header-nav ul li {
    text-align: center;
    padding: 7px 0;
  }

  .header-nav ul li:not(:last-child) {
    border-bottom: 1px solid #eee;
  }
}

.header-nav ul li a {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #212121;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.header-nav ul li a:hover {
  color: #01c1c2;
}

.header-sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  color: #212121;
  padding-top: 6px;
}

@media (min-width: 1200px) {
  .header-sign {
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-sign {
    margin-top: 6px;
  }
}

@media (max-width: 767px) {
  .header-sign {
    padding: 10px 0;
  }
}

.header-sign i svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: #00bbc1;
  margin-right: 6px;
}

.header-sign a {
  color: #212121;
  text-decoration: none;
  /* text-transform: uppercase; */
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  max-width: 120px;
  overflow: hidden;
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .header-sign a {
    max-width: 78px;
  }
}

.header-sign a:hover {
  color: #01c1c2;
}

.header-sign span {
  margin: 0 7px;
}

.header-logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (min-width: 451px) and (max-width: 767px) {
  .header-logo {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.header-logo a img {
  display: block;
  max-width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-logo {
    position: absolute;
    left: 50%;
    top: -56px;
    margin-left: -100px;
  }
  .header-logo a img {
    width: 200px;
  }
}

.header-catalog {
  position: static;
  /* width: 100%; */
  position: relative;
  color: #01c1c2;
  background-color: #fff;
  border: 2px solid #01c1c2;
  border-radius: 25px;
  -webkit-transition: background-color 0.5s, -webkit-border-radius 0.5s,
    color 0.5s, border-color 0.5s;
  -webkit-transition: background-color 0.5s, color 0.5s, border-color 0.5s;
  -o-transition: background-color 0.5s, color 0.5s, border-color 0.5s;
  transition: background-color 0.5s, color 0.5s, border-color 0.5s;
}

@media (max-width: 767px) {
  .header-catalog {
    margin-bottom: 15px;
  }
}

@media (min-width: 451px) and (max-width: 767px) {
  .header-catalog {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.header-catalog.-active,
.header-catalog:hover {
  background-color: #01c1c2;
  color: #fff;
}

.header-catalog.-active {
  border-radius: 25px 25px 0 0;
}

.header-catalog__title {
  position: relative;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 14px 40px 14px 56px;
  cursor: pointer;
  background-color: #1f9b9f;
  border-radius: 6px;
  color: #fff;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.header-catalog__title:hover {
  background-color: #01c1c2;
}

.header-catalog__title:after,
.header-catalog__title:before {
  content: "";
  position: absolute;
  top: 50%;
  background-image: url(../img/header-in_icons.png);
  background-repeat: no-repeat;
}

.header-catalog__title:before {
  width: 20px;
  height: 14px;
  left: 20px;
  margin-top: -7px;
  background-position: -90px 0;
}

@media (min-width: 451px) and (max-width: 1199px) {
  .header-catalog__title {
    letter-spacing: 0;
    padding: 14px 20px 14px 40px;
  }
  .header-catalog__title:before {
    left: 10px;
  }
}

.header-catalog__dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  height: 0;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: opacity 0.5s, height 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, height 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s, height 0.5s;
  transition: transform 0.5s, opacity 0.5s, height 0.5s;
  transition: transform 0.5s, opacity 0.5s, height 0.5s, -webkit-transform 0.5s;
}

.header-catalog__dropdown ul {
  padding: 10px 0;
  background-color: #01a8a9;
  border-radius: 0 0 15px 15px;
}

.header-catalog__dropdown ul li {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #fff;
}

.header-catalog__dropdown ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  background-color: #01a8a9;
  padding: 7px 15px;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.header-catalog__dropdown ul li a:hover {
  background-color: #01c1c2;
}

.header-catalog:not(.-active) .header-catalog__dropdown {
  height: 0 !important;
}

.header-catalog.-active .header-catalog__dropdown {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

body.-menu-opened .header-catalog__title:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 451px) and (max-width: 767px) {
  .header-bar {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header-bar {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 451px) and (max-width: 767px) {
  .header-bar {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 451px) and (max-width: 575px) {
  .header-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-bar__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 575px) {
  .header-bar__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.header-bar__city {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #212121;
  margin-bottom: 5px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-bar__city {
    /* margin-right: 10px; */
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .header-bar__city {
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 13px;
  }
}

.header-bar__phone {
  padding: 5px 0;
}

.header-bar__phone a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  color: #212121;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

@media (max-width: 575px) {
  .header-bar__phone a {
    font-size: 16px;
    padding-left: 25px;
  }
}

.header-bar__phone a:hover {
  color: #01c1c2;
}

.header-bar__schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 6px;
}

.header-bar__schedule i {
  margin-right: 6px;
}

.header-bar__schedule i svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: #00bbc1;
}

@media (max-width: 575px) {
  .header-bar__schedule {
    text-align: center;
  }
}

.header-bar__schedule span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 14px;
  line-height: 1.3;
  color: #212121;
  padding: 5px 0 5px 30px;
}

.header-bar__schedule ul {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
}

@media (min-width: 1200px) {
  .header-bar__schedule ul {
    font-size: 13px;
  }
}

@media (min-width: 992px), (max-width: 767px) {
  .header-bar__schedule ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -6px;
  }

  .header-bar__schedule ul li {
    margin: 0 6px;
    white-space: nowrap;
  }
}

@media (max-width: 1199px) {
  .header-bar__schedule span br {
    display: none;
  }
}

.header-bar__schedule span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url(../img/header-in_icons.png) no-repeat 0 -18px;
}

.header-bar__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: center;
}

.header-bar__tabs a {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  color: #212121;
  text-decoration: none;
  text-align: center;
  padding: 4px 0 0;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.header-bar__tabs a i {
  display: block;
  width: 28px;
  height: 24px;
  margin: 0 auto 5px;
}

.header-bar__tabs a i svg {
  width: 100%;
  height: 100%;
  fill: #000;
  -webkit-transition: fill 0.5s;
  -o-transition: fill 0.5s;
  transition: fill 0.5s;
}

.header-bar__tabs a:hover i svg {
  fill: #01c1c2;
}

@media (max-width: 575px) {
  .header-bar__tabs a {
    margin: 0 10px;
  }
}

.header-bar__tabs a:hover {
  color: #01c1c2;
}

.header-bar__tabs a.-compare:before {
  width: 18px;
  height: 18px;
  margin-top: -8px;
  background-position: -37px 0;
}

.header-bar__tabs a.-favorite:before {
  width: 18px;
  height: 16px;
  margin-top: -8px;
  background-position: -37px -18px;
}

.header-bar__tabs a span.-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(0, 187, 193, 0.9);
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: 10px;
}

@media (max-width: 575px) {
  .header-bar__tabs a span.-label {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header-bar__tab:not(:last-child) {
    margin-right: 50px;
  }
}
@media (max-width: 1199px) {
  .header-bar__tab:not(:last-child) {
    margin-right: 30px;
  }
}

.header-bar__cart {
  padding: 22px 0 5px 0;
}

.header-bar__cart a {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  padding-left: 44px;
}

.header-bar__cart a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/header-in_icons.png) no-repeat -55px 0;
  width: 35px;
  height: 33px;
}

.header-bar__cart a span.-cost {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #212121;
  white-space: nowrap;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

@media (max-width: 575px) {
  .header-bar__cart a span.-cost {
    display: none;
  }
}

.header-bar__cart a span.-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(0, 187, 193, 0.9);
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  left: 23px;
  top: -10px;
}
@media (max-width: 450px) {
  .header-bar__cart a span.-amount {
    top: -4px;
    left: 21px;
    width: 22px;
    height: 22px;
  }
}
.header-bar__cart a:hover span.-cost {
  color: #01c1c2;
}
@media (min-width: 768px) {
  .header-search {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .header-search {
    margin-bottom: 15px;
  }
}
@media (max-width: 450px) {
  .header-search {
    margin-bottom: 10px;
  }
}

@media (min-width: 451px) and (max-width: 767px) {
  .header-search {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.header-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header-search form input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 1.3;
  color: #212121;
  padding: 15px 65px 15px 18px;
  border: 1px solid #e1e3e6;
  border-radius: 100px;
  background-color: #f7f9fc;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.header-search form input:focus {
  background-color: #fff;
}

.header-search form button {
  position: relative;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
  border: 0 none;
  border-radius: 100px;
  padding: 16px 30px;
  margin-left: -50px;
  color: #01c1c2;
  background-color: #fff;
  border: 2px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.5s, color 0.5s, border-color 0.5s;
  -o-transition: background-color 0.5s, color 0.5s, border-color 0.5s;
  transition: background-color 0.5s, color 0.5s, border-color 0.5s;
  z-index: 1;
  cursor: pointer;
}

@media (max-width: 575px) {
  .header-search form button {
    padding: 16px 20px;
  }
}

.header-search form button:hover {
  background-color: #01c1c2;
  color: #fff;
  border-color: #01c1c2;
}

.hamburger {
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
}

@media (min-width: 576px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.hamburger-box {
  width: 28px;
  height: 22px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.hamburger-inner {
  display: block;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
  -o-transition-duration: 0.13s;
  transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
  -o-transition-delay: 0.13s;
  transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  width: 28px;
  height: 2px;
  background-color: #1f9b9f;
  position: absolute;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.hamburger-inner:after,
.hamburger-inner:before {
  content: "";
  display: block;
}

.hamburger-inner:before {
  top: -10px;
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner:after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    opacity 0.1s linear;
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    opacity 0.1s linear;
}

.hamburger.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
  -o-transition-delay: 0.22s;
  transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger.is-active .hamburger-inner:after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s 0.22s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s 0.22s linear;
}

.hamburger.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nav-catalog {
  height: 0;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media (min-width: 768px) {
  .nav-catalog {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 101;
  }
}

@media (min-width: 1200px) {
  .nav-catalog {
    margin-top: -75px;
  }
}

@media (max-width: 767px) {
  .nav-catalog {
    margin: 0 -15px;
  }
}

.nav-catalog nav {
  width: 100%;
}

.nav-catalog nav > ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.nav-catalog nav > ul > li {
  background-color: #f7f9fc;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

@media (min-width: 768px) {
  .nav-catalog nav > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .nav-catalog nav > ul > li {
    width: 100%;
  }
}

.nav-catalog nav > ul > li:not(:last-child) {
  border-bottom: 1px solid #e1e3e6;
}

@media (min-width: 768px) {
  .nav-catalog nav > ul > li.isActive {
    background-color: #fff;
  }
}

@media (min-width: 768px) {
  .nav-catalog nav > ul > li.isActive .nav-catalog__submenu {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: opacity 0s;
    -o-transition: opacity 0s;
    transition: opacity 0s;
  }
}

.nav-catalog nav > ul > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  padding: 10px 15px;
}

@media (min-width: 768px) {
  .nav-catalog nav > ul > li > a {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .nav-catalog nav > ul > li > a {
    width: 100%;
  }
}

.nav-catalog nav > ul > li > a > span.-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  margin-right: 7px;
}

.nav-catalog nav > ul > li > a > span.-ico img {
  max-width: 100%;
}

.nav-catalog nav > ul > li > a > span.-title {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
  color: #212121;
}

.nav-catalog nav > ul > li > a > span.-title.-bold {
  font-weight: 700;
}

.nav-catalog__submenu {
  background-color: #fff;
}

@media (min-width: 768px) {
  .nav-catalog__submenu {
    position: absolute;
    left: 300px;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 25px;
    height: auto !important;
    background-color: #fff;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: opacity 0s, -webkit-transform 0s;
    transition: opacity 0s, -webkit-transform 0s;
    -o-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s, -webkit-transform 0s;
  }
}

@media (max-width: 767px) {
  .nav-catalog__submenu {
    height: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
  }
}

@media (max-width: 767px) {
  .nav-catalog__submenu > ul {
    padding: 15px;
  }
}

.nav-catalog__submenu > ul > li {
  margin-bottom: 10px;
}

.nav-catalog__submenu > ul > li > a {
  display: inline-block;
  font-size: 14px;
  line-height: 1.6;
  color: #212121;
  text-decoration: none;
}

@media (max-width: 767px) {
  .nav-catalog__submenu > ul > li > a {
    font-size: 14px;
  }
}

.nav-catalog__submenu > ul > li > a:hover {
  text-decoration: underline;
}

.nav-catalog__subtitle {
  display: block;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  color: #212121;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .nav-catalog__subtitle {
    display: none;
  }
}

@media (min-width: 768px) {
  body.-menu-opened:after {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 100;
  }
}

body.-menu-opened .nav-catalog {
  height: auto;
  opacity: 1;
}

@media (min-width: 451px) and (max-width: 767px) {
  .nav-catalog {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 0;
  }
}

li.has_podmenu_2 > a {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  color: #212121;
  margin-bottom: 10px;
}

.nav-catalog__submenu2 > ul > li {
  margin-bottom: 10px;
}

.nav-catalog__submenu2 > ul > li > a {
  display: inline-block;
  font-size: 14px;
  line-height: 1.6;
  color: #212121;
  text-decoration: none;
}

.nav-catalog__submenu2 > ul > li > a:hover {
  text-decoration: underline;
}

.popup-order form button {
  width: 100%;
}

.popup-cart {
  background-color: #f8f9fd;
}

.popup-cart__head {
  font-size: 28px;
  line-height: 1.3;
  color: #212121;
  font-weight: 700;
  text-align: center;
  margin-bottom: 45px;
}

@media (max-width: 575px) {
  .popup-cart__head {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.popup-cart__img {
  width: 260px;
  margin-right: 45px;
  margin-bottom: 40px;
}

@media (min-width: 576px) and (max-width: 767px) {
  .popup-cart__img {
    margin-right: 20px;
  }
}

@media (max-width: 575px) {
  .popup-cart__img {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}

.popup-cart__img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #c7c7c7;
}

@media (min-width: 576px) {
  .popup-cart__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.popup-cart__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .popup-cart__info {
    margin-bottom: 25px;
  }
}

.popup-cart__title {
  font-size: 21px;
  line-height: 1.6;
  font-weight: 700;
  color: #212121;
  margin-bottom: 35px;
}

@media (max-width: 575px) {
  .popup-cart__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.popup-cart__cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.popup-cart__label {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  color: #818284;
  margin-top: 6px;
  margin-right: 45px;
}

.popup-cart__price {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.popup-cart__price span.-old {
  position: relative;
  display: inline-block;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 400;
  color: #828483;
  padding: 0 5px;
  margin-bottom: 22px;
}

.popup-cart__price span.-old:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background-color: #ee1412;
}

.popup-cart__price span.-current {
  display: block;
  font-size: 34px;
  line-height: 1.3;
  font-weight: 400;
  color: #1e1f21;
}

.popup-cart__foot {
  text-align: center;
}

.popup-cart__foot span {
  display: inline-block;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  color: #161719;
  margin: 0 10px;
}

@media (max-width: 767px) {
  .popup-cart__foot span {
    display: none;
  }
}

.popup-cart__foot a {
  margin: 5px 0;
}

@media (max-width: 767px) {
  .popup-cart__foot a {
    width: 100%;
    max-width: 320px;
  }
}

.popup-oneclick {
  max-width: 510px;
  background-color: transparent;
  padding: 0;
}

.header-catalog__title:after,
.header-catalog__title:before {
  -webkit-transition: opacity 500ms, -webkit-transform 500ms;
  transition: opacity 500ms, -webkit-transform 500ms;
  -o-transition: opacity 500ms, transform 500ms;
  transition: opacity 500ms, transform 500ms;
  transition: opacity 500ms, transform 500ms, -webkit-transform 500ms;
}

.header-catalog:before {
  content: "";
  position: absolute;
  top: 50%;
  background-image: url(../img/header-in_icons.png);
  background-repeat: no-repeat;
  opacity: 0;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  pointer-events: none;
  width: 20px;
  height: 14px;
  left: 20px;
  margin-top: -7px;
  background-position: -90px 0;
}

.header-catalog:after {
  width: 12px;
  height: 8px;
  right: 21px;
  margin-top: -4px;
  background-position: -90px -14px;
  -webkit-transition: -webkit-transform 0.5s, opacity 500ms;
  transition: -webkit-transform 0.5s, opacity 500ms;
  -webkit-transition: opacity 500ms, -webkit-transform 0.5s;
  transition: opacity 500ms, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 500ms;
  transition: transform 0.5s, opacity 500ms;
  transition: transform 0.5s, opacity 500ms, -webkit-transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, opacity 500ms;
}

.header-catalog.-active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* 
.header-catalog:hover:after,
.header-catalog:hover:before {
	opacity: 1;
}

.header-catalog:hover .header-catalog__title:after,
.header-catalog:hover .header-catalog__title:before {
	opacity: 0;
} */

.ui-product__sticker {
  cursor: default;
}

.ui-product__sticker li.-black-friday {
  color: #dfca42;
  background-color: #1f1916;
  font-size: 14px;
}
.header-bar__schedule {
  padding-right: 38px;
}

@media (max-width: 1199px) {
  .header-bar__schedule {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-bar__schedule {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .header-bar__schedule {
    text-align: center;
    padding: 10px 0;
  }
}

@media (min-width: 1200px) {
  .header-bar__contacts {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .header-bar__contacts {
    margin-bottom: 10px;
    margin-top: 6px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-bar__contact {
    display: block;
  }
}

@media (max-width: 767px) {
  .header-bar__contact {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .header-bar__phone {
    width: 50%;
    padding-left: 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.header-bar__phone a {
  font-weight: 600;
}

@media (min-width: 992px) {
  .header-bar__phone a {
    font-size: 16px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .header-bar__phone a {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .header-bar__phone a {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .header-bar__contact:not(:first-child) .header-bar__phone a {
    padding-left: 0;
  }

  .header-bar__contact:not(:first-child) .header-bar__phone a:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-bar__city {
    width: 50%;
    text-align: right;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .header-bar__city {
    font-size: 14px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .nav-catalog nav > ul > li > a {
    border-right: 1px solid #e1e3e6;
    -webkit-transition: color 0.5s, border-color 0s;
    -o-transition: color 0.5s, border-color 0s;
    transition: color 0.5s, border-color 0s;
  }

  .nav-catalog nav > ul > li.isActive > a {
    border-right-color: #fff;
  }

  .nav-catalog nav > ul > li > a:hover > span.-title {
    color: #01c1c2;
  }
}

.header__main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #dbdbdb;
  padding: 20px 0;
}

@media (min-width: 451px) and (max-width: 991px) {
  .header__main {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0 10px;
  }
}

.header-search__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 4px;
  transition: box-shadow .15s ease;
}

.header-search__btn:hover,
.header-search__btn:focus {
  box-shadow: 0 0 16px rgba(1, 193, 194, 0.25);
  outline: none;
}

.header-search__btn img {
  transition: transform .15s ease, filter .15s ease;
}

.header-search__btn:hover img,
.header-search__btn:focus img {
  transform: scale(1.06);
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.18));
}

@media (min-width: 768px) {
  .header-bottom-nav {
    margin-top: 0 !important;
    padding: 19px 0;
  }
}
.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-logo a img {
  display: block;
  width: 236px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-logo a img {
    width: 200px;
  }
}
/* 2021-03-31 end*/

.hamburger {
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
}

@media (min-width: 576px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.hamburger-box {
  width: 28px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.hamburger-inner {
  display: block;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
  -o-transition-duration: 0.13s;
  transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
  -o-transition-delay: 0.13s;
  transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  width: 28px;
  height: 4px;
  background-color: #01c1c2;
  position: absolute;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.hamburger-inner:after,
.hamburger-inner:before {
  content: "";
  display: block;
}

.hamburger-inner:before {
  top: -8px;
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner:after {
  top: -16px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    opacity 0.1s linear;
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    opacity 0.1s linear;
}

.hamburger.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
  -o-transition-delay: 0.22s;
  transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger.is-active .hamburger-inner:after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s 0.22s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s 0.22s linear;
}

.hamburger.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nav-catalog {
  height: 0;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media (min-width: 768px) {
  .nav-catalog {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 101;
    padding-top: 5px;
  }
}

@media (max-width: 767px) {
  .nav-catalog {
    margin: 0 -15px;
  }
}

.nav-catalog nav {
  width: 100%;
}

.nav-catalog nav > ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .nav-catalog nav > ul {
    margin-bottom: 20px;
  }
}

.nav-catalog nav > ul > li {
  background-color: #f7f9fc;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

@media (min-width: 768px) {
  .nav-catalog nav > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .nav-catalog nav > ul > li {
    width: 100%;
  }
}

.nav-catalog nav > ul > li:not(:last-child) {
  border-bottom: 1px solid #e1e3e6;
}

.nav-catalog nav > ul > li:hover {
  background-color: #fff;
}

@media (min-width: 768px) {
  .nav-catalog nav > ul > li:hover .nav-catalog__submenu {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}

.nav-catalog nav > ul > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  padding: 10px 15px;
}

@media (min-width: 768px) {
  .nav-catalog nav > ul > li > a {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .nav-catalog nav > ul > li > a {
    width: 100%;
  }
}

.nav-catalog nav > ul > li > a > span.-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  margin-right: 7px;
}

.nav-catalog nav > ul > li > a > span.-ico img {
  max-width: 100%;
}

.nav-catalog nav > ul > li > a > span.-title {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
  color: #212121;
}

.nav-catalog nav > ul > li > a > span.-title.-bold {
  font-weight: 700;
}

.nav-catalog__submenu {
  background-color: #fff;
}

@media (min-width: 768px) {
  .nav-catalog__submenu {
    position: absolute;
    left: 300px;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 25px;
    height: auto !important;
    background-color: #fff;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0s 0.5s;
    transition: opacity 0.5s, -webkit-transform 0s 0.5s;
    -o-transition: transform 0s 0.5s, opacity 0.5s;
    transition: transform 0s 0.5s, opacity 0.5s;
    transition: transform 0s 0.5s, opacity 0.5s, -webkit-transform 0s 0.5s;
  }
}

@media (max-width: 767px) {
  .nav-catalog__submenu {
    height: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
  }
}

@media (max-width: 767px) {
  .nav-catalog__submenu > ul {
    padding: 15px;
  }
}

.nav-catalog__submenu > ul > li {
  margin-bottom: 10px;
}

.nav-catalog__submenu > ul > li > a {
  display: inline-block;
  font-size: 14px;
  line-height: 1.6;
  color: #212121;
  text-decoration: none;
}

@media (max-width: 767px) {
  .nav-catalog__submenu > ul > li > a {
    font-size: 14px;
  }
}

.nav-catalog__submenu > ul > li > a:hover {
  text-decoration: underline;
}

.nav-catalog__subtitle {
  display: block;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  color: #212121;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .nav-catalog__subtitle {
    display: none;
  }
}

@media (min-width: 768px) {
  body.-menu-opened:after {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 100;
  }
}

body.-menu-opened .nav-catalog {
  height: auto;
  opacity: 1;
}

.footer {
  background-color: #ecf0f7;
}

@media (min-width: 768px) {
  .footer {
    padding: 2.27273rem 0 1.36364rem 0;
  }
}

.footer__link a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-left: 25px;
}

.footer__link a:before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url(../img/footer_icons.png);
  background-repeat: no-repeat;
}

.footer__link a span {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  color: #01c1c2;
  padding: 1px 0;
  text-decoration: underline;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.footer__link a:hover span {
  color: #019e9e;
}

.footer__link.-partner a:before {
  width: 16px;
  height: 16px;
  top: 5px;
  background-position: 0 0;
}

.footer__link.-email a:before {
  width: 15px;
  height: 12px;
  top: 8px;
  background-position: -17px 0;
}

.footer__end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .footer__schedule {
    margin-bottom: 10px;
  }
}

.footer__schedule span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 1.6;
  color: #212121;
  padding-left: 25px;
}

.footer__schedule span:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 1px;
  background: url(../img/footer_icons.png) -32px 0;
}

@media (min-width: 768px) {
  .footer-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .footer-item {
    border-bottom: 1px solid #dbdbdb;
    margin: 0 -15px;
  }
}

.footer-item__body {
  overflow: hidden;
}

@media (min-width: 768px) {
  .footer-item__body {
    height: auto !important;
  }
}

@media (max-width: 767px) {
  .footer-item__body {
    height: 0;
    background-color: #eef1f4;
    -webkit-transition: height 0.8s;
    -o-transition: height 0.8s;
    transition: height 0.8s;
  }
}

@media (max-width: 767px) {
  .footer-item__in {
    padding: 15px 10px 9px 15px;
  }
}

.footer-item__head {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
  color: #212121;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .footer-item__head {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .footer-item__head {
    position: relative;
    padding: 14px 30px 14px 10px;
    background-color: #fff;
    cursor: pointer;
  }

  .footer-item__head:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    right: 10px;
    top: 50%;
    margin-top: -4px;
    background: url(../img/footer_head_arrow.png) no-repeat 0 0;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
}

@media (max-width: 575px) {
  .footer-item__head {
    font-size: 12px;
  }
}

.-active .footer-item__head:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.footer-item nav ul li {
  margin-bottom: 6px;
}

.footer-item nav ul li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.footer-item nav ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #01c1c2;
  -webkit-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s;
}

.footer-item nav ul li a:hover {
  color: #01c1c2;
}

.footer-item nav ul li a:hover:after {
  width: 100%;
}

.footer-pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -3px 25px -3px;
}

@media (max-width: 767px) {
  .footer-pay {
    margin-bottom: 0;
  }
}

.footer-pay__item {
  width: 25%;
  padding: 3px;
}

.footer-pay__item span {
  position: relative;
  display: block;
  width: 100%;
  height: 35px;
  background-color: #fff;
}

.footer-pay__item span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../img/pay_icons.png);
  background-repeat: no-repeat;
}

.footer-pay__item.-visa span:after {
  width: 46px;
  height: 26px;
  background-position: 0 0;
}

.footer-pay__item.-mc span:after {
  width: 41px;
  height: 26px;
  background-position: -46px 0;
}

.footer-pay__item.-mir span:after {
  width: 47px;
  height: 13px;
  background-position: -87px 0;
}

.footer-pay__item.-yandex span:after {
  width: 21px;
  height: 21px;
  background-position: -134px 0;
}

.footer-pay__item.-qiwi span:after {
  width: 25px;
  height: 26px;
  background-position: -155px 0;
}

.footer-pay__item.-jcb span:after {
  width: 26px;
  height: 26px;
  background-position: -180px 0;
}

.footer-pay__item.-bank span:after {
  width: 26px;
  height: 26px;
  background-position: -205px 0;
}

.footer-pay__item.-wm span:after {
  width: 26px;
  height: 26px;
  background-position: -231px 0;
}

.footer-contact {
  display: table;
}

.footer-contact__tr {
  display: table-row;
}

.footer-contact__td {
  display: table-cell;
  vertical-align: middle;
  padding: 4px 0;
}

.footer-contact__td:nth-child(2) {
  padding-left: 50px;
}

.footer-contact__label {
  font-size: 14px;
  line-height: 1.6;
  color: #212121;
}

.footer-contact__phone {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  color: #212121;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.footer-contact__phone:hover {
  color: #01c1c2;
}

.gray-page {
  background-color: #f7f9fc;
}

.gray-page + footer {
  /* background-color:#fff */
}

.card {
  padding: 35px 0;
  background-color: #f7f9fc;
}

@media (max-width: 575px) {
  .card {
    padding: 30px 0;
  }
}

.card__left,
.card__right {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .card__left,
  .card__right {
    margin-bottom: 25px;
  }
}

.card__title {
  margin-bottom: 20px;
}

.card__title h1,
.card__title h2,
.card__title h3,
.card__title > span {
  font-size: 1.81818rem;
  line-height: 1.35;
  font-weight: 800;
  color: #212121;
}

@media (max-width: 575px) {
  .card__title h1,
  .card__title h2,
  .card__title h3,
  .card__title > span {
    font-size: 24px;
  }
}

.card__info {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding: 15px 0;
  margin-bottom: 22px;
}

.card__brand {
  padding: 5px 0;
}

@media (max-width: 575px) {
  .card__brand {
    max-width: 135px;
  }
}

.card__brand img {
  display: block;
  max-width: 100%;
}

.card__availability,
.card__code {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #212121;
}

.card__cod-av {
  padding: 5px 0;
}

.card__code {
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .card__code {
    margin-bottom: 7px;
  }
}

.card__availability.-yes {
  position: relative;
  padding-left: 28px;
  color: #01c1c2;
}

.card__availability.-yes:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 17px;
  margin-top: -8px;
  background: url(../img/card_icons.png) no-repeat 0 0;
}

.card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px 22px -5px;
}

.card__price span {
  padding: 3px 5px;
  white-space: nowrap;
}

.card__price span.-label {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #868786;
}

@media (max-width: 575px) {
  .card__price span.-label {
    font-size: 14px;
  }
}

.card__price span.-old {
  position: relative;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  color: #868786;
}

@media (max-width: 575px) {
  .card__price span.-old {
    font-size: 20px;
  }
}

.card__price span.-old:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background-color: #cc0036;
}

.card__price span.-current {
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  color: #212121;
}

@media (max-width: 575px) {
  .card__price span.-current {
    font-size: 24px;
  }
}

.card__btn {
  margin-bottom: 10px;
}

.card__btn a {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.card__credit {
  margin-bottom: 20px;
}

.card__credit a {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #01c1c2;
  text-decoration: underline;
  text-transform: uppercase;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.card__credit a:hover {
  color: #018f8f;
}

.card__bonus {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #212121;
  margin-bottom: 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .card__bonus {
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .card__bonus {
    font-size: 13px;
  }
}

.card__add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -12px 20px -12px;
}

.card__add a {
  position: relative;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #212121;
  text-decoration: none !important;
  padding-left: 30px;
  margin: 3px 12px;
}

.card__add a:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  left: 0;
  top: 50%;
  margin-top: -11px;
  background-image: url(../img/card_icons.png);
  background-repeat: no-repeat;
}

.card__add a.-compare:before {
  background-position: -18px 0;
}

.card__add a.-compare:hover:before {
  background-position: -18px -22px;
}

.card__add a.-favorite:before {
  background-position: -40px 0;
}

.card__add a.-favorite:hover:before {
  background-position: -40px -22px;
}

.card__add a.-added:before {
  background-position: -61px -16px;
}

.card__add a span {
  border-bottom: 1px dotted transparent;
}

.card__add a:hover {
  color: #01c1c2;
}

.card__add a:hover span {
  border-color: #01c1c2;
}

.card__promo {
  position: relative;
  padding-top: 45px;
  margin-bottom: 25px;
  background: url(../img/card_arrow.png) no-repeat right top;
}

.card__promo a {
  min-height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 10px;
  padding: 9px 10px;
  font-weight: 500;
  text-align: center;
  border-bottom: 0 none;
}

.card-img__body {
  position: relative;
  width: 100%;
  padding: 50% 0;
  background-color: #fff;
  margin-bottom: 1.81818rem;
  border-radius: 8px;
}

.card-img__main:not(.-active) {
  display: none;
}

.card-img__main img {
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.card-img__label {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  z-index: 2;
}

.card-img__wrapper {
  position: relative;
}

@media (min-width: 576px) {
  .card-img__wrapper {
    padding: 0 65px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .card-img__wrapper {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .card-img__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
  }
}

@media (max-width: 575px) {
  .card-img__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
  }
}

.card-img__nav > span {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

@media (min-width: 768px) and (max-width: 991px) {
  .card-img__nav > span {
    position: relative;
    margin: 0 7px;
  }
}

@media (max-width: 575px) {
  .card-img__nav > span {
    position: relative;
    margin: 0 7px;
  }
}

@media (min-width: 576px) {
  .card-img__nav > span.-prev {
    left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .card-img__nav > span.-prev {
    left: inherit;
  }
}

.card-img__nav > span.-next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 576px) {
  .card-img__nav > span.-next {
    right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .card-img__nav > span.-next {
    right: inherit;
  }
}

.card-img__nav > span span {
  position: relative;
  display: block;
  width: 8px;
  height: 12px;
  margin-left: -4px;
}

.card-img__nav > span span:after,
.card-img__nav > span span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../img/card-img_arrow.png);
}

.card-img__nav > span span:before {
  z-index: 1;
  background-position: 0 0;
}

.card-img__nav > span span:after {
  z-index: 1;
  background-position: 0 -12px;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
}

.card-img__nav > span:hover {
  background-color: #01c1c2;
}

.card-img__nav > span:hover span:after {
  opacity: 0;
}

.card-img__thumb {
  position: relative;
  display: block;
  cursor: pointer;
}

.card-img__thumb:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px solid #01c1c2;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.card-img__thumb.-active:after,
.card-img__thumb:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.card-img__thumb img {
  display: block;
  width: 100%;
}

.card-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1px -1px 14px -1px;
}

.card-labels__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 1px;
  margin-bottom: 4px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .card-labels__item {
    width: 50%;
  }
}

.card-labels__in {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border-radius: 6px;
}

.card-labels__in:hover {
  background-color: #fefefe;
}

.card-labels__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  margin-right: 15px;
}

.card-labels__ico img {
  display: block;
  max-width: 100%;
}

.card-labels__name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  color: #212121;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.card-labels__in:hover .card-labels__name {
  color: #01c1c2;
}

.card-desc {
  padding: 0 25px;
  background-color: #fff;
  border-radius: 12px;
}

@media (max-width: 575px) {
  .card-desc {
    padding: 0 15px;
  }
}

.card-desc__tabs {
  border-bottom: 1px solid #dbdbdb;
}

.card-desc__tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -20px;
}

@media (max-width: 991px) {
  .card-desc__tabs ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.card-desc__tabs ul li {
  position: relative;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
  color: #212121;
  text-align: center;
  padding: 25px 0;
  margin: 0 20px;
  -webkit-transition: color 0.5s, font-weight 0.5s;
  -o-transition: color 0.5s, font-weight 0.5s;
  transition: color 0.5s, font-weight 0.5s;
  cursor: pointer;
}

@media (min-width: 576px) and (max-width: 991px) {
  .card-desc__tabs ul li {
    padding: 15px 0;
  }
}

@media (max-width: 575px) {
  .card-desc__tabs ul li {
    padding: 10px 0;
    font-size: 14px;
  }
}

.card-desc__tabs ul li:hover {
  color: #01c1c2;
}

.card-desc__tabs ul li.-active {
  font-weight: 700;
}

.card-desc__tabs ul li:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0;
  height: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #01c1c2;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}

.card-desc__tabs ul li.-active:after,
.card-desc__tabs ul li:hover:after {
  width: 100%;
}

.card-desc__item {
  padding: 1.81818rem 0;
}

@media (max-width: 575px) {
  .card-desc__item {
    padding: 20px 0;
  }
}

.card-desc__item p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #000;
}

@media (max-width: 575px) {
  .card-desc__item p {
    font-size: 14px;
  }
  .card-desc__item ul li {
    font-size: 14px !important;
  }
}

.card-desc__item p:not(:last-child) {
  margin-bottom: 1.6em;
}

.ui-product {
  padding: 40px 0;
  background-color: #f7f9fc;
}

.ui-product__title {
  margin-bottom: 1.59091rem;
}

.ui-product__title h1,
.ui-product__title h2,
.ui-product__title h3,
.ui-product__title > span {
  font-size: 21px;
  line-height: 1.25;
  font-weight: 500;
  color: #212121;
}

.ui-product__wrapper {
  position: relative;
}

@media (min-width: 576px) {
  .ui-product.-type2 .ui-product__wrapper {
    padding: 0 35px;
  }
}

@media (max-width: 575px) {
  .ui-product__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
  }
}

.ui-product__nav > * {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: background-color 0.5s, opacity 0.5s;
  -o-transition: background-color 0.5s, opacity 0.5s;
  transition: background-color 0.5s, opacity 0.5s;
  z-index: 1;
}

@media (max-width: 575px) {
  .ui-product__nav > * {
    position: relative;
    margin: 0 7px;
  }
}

@media (min-width: 576px) {
  .ui-product__nav > *.-prev {
    left: -15px;
  }
}

.ui-product__nav > *.-next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 576px) {
  .ui-product__nav > *.-next {
    right: -15px;
  }
}

.ui-product__nav > * * {
  position: relative;
  display: block;
  width: 8px;
  height: 12px;
  margin-left: -4px;
}

.ui-product__nav > * *:after,
.ui-product__nav > * *:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../img/card-img_arrow.png);
}

.ui-product__nav > * *:before {
  z-index: 1;
  background-position: 0 0;
}

.ui-product__nav > * *:after {
  z-index: 1;
  background-position: 0 -12px;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
}

.ui-product__nav > *:hover {
  opacity: 1;
  background-color: #01c1c2;
}

.ui-product__nav > *:hover span:after {
  opacity: 0;
}

.ui-product__slider .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.ui-product__item {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 8px;
}

.ui-product__img {
  position: relative;
  width: 100%;
}

@media (min-width: 576px) {
  .ui-product__img {
    height: 0;
    padding: 43% 0;
  }
}

@media (max-width: 575px) {
  .ui-product__img {
    height: 220px;
  }
}

.ui-product__img a img:not(.-label) {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 90%;
  max-height: 90%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ui-product__img a img.-label {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.ui-product__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.ui-product__subtitle {
  margin-bottom: 7px;
}

.ui-product__subtitle a {
  text-decoration: none !important;
}

.ui-product__subtitle a h1,
.ui-product__subtitle a h2,
.ui-product__subtitle a h3,
.ui-product__subtitle a h4,
.ui-product__subtitle a > span {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  color: #212121;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.ui-product__subtitle a:hover h1,
.ui-product__subtitle a:hover h2,
.ui-product__subtitle a:hover h3,
.ui-product__subtitle a:hover h4,
.ui-product__subtitle a:hover > span {
  color: #01c1c2;
}

.ui-product__brand {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #212121;
  margin-bottom: 12px;
}

.ui-product__price {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px 15px -5px;
}

.ui-product__price span {
  margin: 0 5px;
  padding: 5px 0;
  white-space: nowrap;
}

.ui-product__price span.-old {
  position: relative;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
  color: #868786;
}

.ui-product__price span.-old:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background-color: #cc0036;
}

.ui-product__price span.-current {
  font-size: 21px;
  line-height: 1.3;
  font-weight: 500;
  color: #212121;
}

.ui-product.-type2 .ui-product__price {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ui-product__bottom {
  width: 100%;
}

.ui-product__add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ui-product__add .card__add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 15px;
}

.ui-product__add .card__add a {
  margin-bottom: 8px;
}

.ui-product__btn a {
  width: 100%;
  text-align: center;
  border: 0 none;
  padding: 16px 20px;
  background-color: #cc0036;
  color: #fff !important;
}

.ui-product__btn a:hover {
  background-color: #f0003f;
}

.sidebar {
  padding: 30px 0;
}

.sidebar__title {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #fff;
}

.sidebar__title h1,
.sidebar__title h2,
.sidebar__title h3,
.sidebar__title h4,
.sidebar__title > a,
.sidebar__title > span {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  color: #212121;
  text-transform: uppercase;
  text-decoration: none;
}

.sidebar-banner {
  margin-bottom: 2.27273rem;
  /*background-color:#fff*/
}

.sidebar-banner a img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.sidebar-news__title {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  color: #212121;
  margin-bottom: 17px;
}

.sidebar-news__title a {
  color: #212121;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.sidebar-news__title a:hover {
  color: #01c1c2;
}

.sidebar-news__item {
  margin-bottom: 17px;
}

.sidebar-news__date {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #212121;
  padding-left: 24px;
  margin-bottom: 10px;
  background: url(../img/sidebar_news_date.png) no-repeat left center;
}

.sidebar-news__link a {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
  color: #212121;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.sidebar-news__link a:hover {
  color: #01c1c2;
}

.sidebar-news__more a {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  color: #01c1c2;
  text-decoration: underline;
  text-transform: uppercase;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.sidebar-news__more a:hover {
  color: #019e9e;
}

.catalog {
  background-color: #f7f9fc;
}

.catalog__title {
  margin-top: -15px;
  margin-bottom: 2.72727rem;
}

.catalog__title h1,
.catalog__title h2,
.catalog__title h3,
.catalog__title > span {
  font-size: 1.44rem;
  line-height: 1.5;
  font-weight: 800;
  color: #212121;
}

@media (max-width: 575px) {
  .catalog__title h1,
  .catalog__title h2,
  .catalog__title h3,
  .catalog__title > span {
    font-size: 22px;
  }
}

.catalog-item {
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  margin-top: -1px;
}

.catalog-item__wrapper {
  border-left: 1px solid #dbdbdb;
  /* border-top:1px solid #dbdbdb; */
  margin-bottom: 3.63636rem;
}

.catalog-item a {
  position: relative;
  display: block;
  vertical-align: top;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
  background-color: #fff;
}

.catalog-item a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #01c1c2;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 2;
}

.catalog-item a img {
  position: relative;
  display: block;
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  z-index: 1;
  margin: 0 auto;
}

.catalog-item a span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 25px 20px;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 600;
  color: #212121;
  text-transform: uppercase;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  z-index: 3;
}

@media (max-width: 575px) {
  .catalog-item a span {
    text-align: center;
  }
}

.catalog-item a:hover:before {
  opacity: 0.8;
}

.catalog-item a:hover img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.catalog-item a:hover span {
  color: #fff;
}

.catalog-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -5px 2.04545rem -5px;
}

.catalog-tabs a {
  font-size: 21px;
  line-height: 1.3;
  font-weight: 500;
  margin: 0 5px;
  padding: 15px 20px;
  color: #212121;
  text-decoration: none;
  -webkit-transition: color 0.5s, background-color 0.5s;
  -o-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
}

@media (max-width: 575px) {
  .catalog-tabs a {
    font-size: 18px;
    padding: 15px 5px;
  }
}

.catalog-tabs a.-style1 {
  border: 2px solid #01c1c2;
  color: #01c1c2;
  -webkit-transition: prop time;
  -o-transition: prop time;
  transition: prop time;
}

.catalog-tabs a.-style1:hover {
  color: #fff;
  background-color: #01c1c2;
}

.catalog-tabs a.-style2:hover {
  color: #01c1c2;
}

.catalog-items {
  margin-bottom: 40px;
}

.catalog-items .ui-product__item {
  margin-bottom: 30px;
}

.catalog-items__more {
  text-align: center;
  margin-top: 15px;
}

.cart {
  padding: 30px 0;
  background-color: #f7f9fc;
}

.cart-title {
  margin-bottom: 35px;
}

.cart-title h1,
.cart-title h2,
.cart-title h3,
.cart-title > span {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
  color: #212121;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .cart-title h1,
  .cart-title h2,
  .cart-title h3,
  .cart-title > span {
    font-size: 24px;
  }
}

.cart-table {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .cart-table {
    margin-bottom: 30px;
  }
}

.cart-table table {
  width: 100%;
}

@media (max-width: 991px) {
  .cart-table table thead {
    display: none;
  }
}

.cart-table table thead tr th {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  color: #212121;
  padding: 15px 0;
  text-align: left;
}

.cart-table table tbody {
  background-color: #fff;
}

@media (max-width: 991px) {
  .cart-table table tbody tr:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cart-table table tbody tr:nth-child(1) td:nth-child(1) {
    width: 25%;
  }

  .cart-table table tbody tr:nth-child(1) td:nth-child(2) {
    width: 50%;
  }

  .cart-table table tbody tr:nth-child(1) td:nth-child(3) {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .cart-table table tbody tr:nth-child(1) td:nth-child(1),
  .cart-table table tbody tr:nth-child(1) td:nth-child(2),
  .cart-table table tbody tr:nth-child(1) td:nth-child(3) {
    width: 100%;
  }

  .cart-table table tbody tr:nth-child(1) td:nth-child(4),
  .cart-table table tbody tr:nth-child(1) td:nth-child(5),
  .cart-table table tbody tr:nth-child(1) td:nth-child(6),
  .cart-table table tbody tr:nth-child(1) td:nth-child(7) {
    width: 50%;
  }

  .cart-table table tbody tr:nth-child(1) td:nth-child(5) {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .cart-table table tbody tr {
    display: block;
  }
}

.cart-table table tbody tr td {
  padding: 15px;
}

@media (max-width: 767px) {
  .cart-table table tbody tr td {
    padding: 10px 15px;
  }
}

.cart-table table tbody tr td:not(:first-child) {
  vertical-align: middle;
}

@media (max-width: 767px) {
  .cart-table table tbody tr td {
    display: block;
  }
}

.cart-table table tbody tr td img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.cart-table__title,
.cart-table__title a {
  text-decoration: none;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  color: #212121;
}

.cart-table__params {
  padding: 0;
  margin: 0;
}

.cart-table__params li {
  list-style: none;
  font-size: 14px;
  line-height: 1.4;
  color: #9c9d9c;
}

.cart-table__params li:not(:last-child) {
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .cart-table__params li {
    white-space: nowrap;
  }
}

.cart-table__price {
  width: 95px;
}

.cart-table__price span {
  white-space: nowrap;
}

.cart-table__price span.-label {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  color: #212121;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .cart-table__price span.-label {
    display: none;
  }
}

.cart-table__price span.-current {
  display: block;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 500;
  color: #212121;
  margin-bottom: 7px;
}

.cart-table__price span.-old {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
  color: #868786;
}

.cart-table__price span.-old:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background-color: #cc0036;
}

.cart-table__amount {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 11px;
}

.cart-table__amount span {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.cart-table__amount span:after {
  content: "";
  position: absolute;
  top: 50%;
  background-image: url(../img/cart_icons.png);
  background-repeat: no-repeat;
}

.cart-table__amount span.-minus {
  left: 0;
  background-color: #90a4ae;
}

.cart-table__amount span.-minus:hover {
  background-color: #8898a0;
}

.cart-table__amount span.-minus:after {
  width: 14px;
  height: 2px;
  background-position: 0 -6px;
  margin-top: -1px;
  left: 5px;
}

.cart-table__amount span.-plus {
  right: 0;
  background-color: #01c1c2;
}

.cart-table__amount span.-plus:hover {
  background-color: #019e9e;
}

.cart-table__amount span.-plus:after {
  width: 14px;
  height: 14px;
  background-position: 0 0;
  margin-top: -7px;
  right: 5px;
}

.cart-table__amount input {
  width: 70px;
  padding: 5px 15px;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 500;
  color: #212121;
  text-align: center;
  background-color: #f7f9fc;
  border: 1px solid #e1e3e6;
}

.cart-table__del {
  display: block;
  width: 16px;
  height: 22px;
  margin: 0 auto;
  background: url(../img/cart_icons.png) no-repeat -26px 0;
  cursor: pointer;
}

.cart-table table tbody tr .cart-table__border {
  padding: 10px 25px;
  background: #f7f9fc;
}

.cart-table table tbody tr .cart-table__border span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dbdbdb;
}

.cart-table table tbody:last-child tr .cart-table__border span {
  background-color: transparent;
}

.cart-table table tbody tr td.cart-details {
  padding: 0;
}

.cart-details__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cart-details__item {
  padding: 15px;
}

@media (max-width: 767px) {
  .cart-details__item {
    padding: 10px 15px;
  }
}

.cart-details__label {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  color: #01c1c2;
}

.cart-details__info a {
  font-size: 13px;
  line-height: 1.3;
  color: #01c1c2;
  text-decoration: underline;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.cart-details__info a:hover {
  color: #019e9e;
}

.cart-details__checkbox,
.cart-details__radio {
  display: inline-block;
  margin: 7px 25px 7px 0;
}

.cart-details__checkbox input,
.cart-details__radio input {
  display: none;
}

.cart-details__checkbox label,
.cart-details__radio label {
  position: relative;
  font-size: 14px;
  line-height: 1.3;
  color: #212121;
  cursor: pointer;
  padding-left: 24px;
}

.cart-details__checkbox label:before,
.cart-details__radio label:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #e1e3e6;
  background-color: #f7f9fc;
  position: absolute;
  left: 0;
  top: 0;
}

.cart-details__checkbox label span,
.cart-details__radio label span {
  white-space: nowrap;
}

.cart-details__checkbox input:checked + label:after {
  content: "";
  width: 12px;
  height: 10px;
  position: absolute;
  left: 2px;
  top: 3px;
  background: url(../img/cart_icons.png) no-repeat -14px 0;
}

.cart-details__radio label:before {
  border-radius: 50%;
}

.cart-details__radio input:checked + label:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 50%;
  background-color: #01c1c2;
}

@media (max-width: 991px) {
  .cart-total__promo {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .cart-total__promo {
    margin-bottom: 15px;
  }
}

.cart-total__promo label {
  display: inline-block;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  color: #212121;
  margin-bottom: 20px;
}

.cart-total__promo-inp input {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 300;
  color: #212121;
  padding: 15px 60px 15px 20px;
  background-color: #fff;
  border: 1px solid #e1e3e6;
  border-radius: 100px;
  width: 230px;
}

.cart-total__promo-inp button {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 15px 25px;
  margin-left: -50px;
  background-color: #01c1c2;
  border: 0 none;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.cart-total__promo-inp button:hover {
  background-color: #019e9e;
}

.cart-total__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 -15px 25px -15px;
}

@media (max-width: 991px) {
  .cart-total__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .cart-total__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}

.cart-total__price {
  padding: 0 15px;
}

@media (max-width: 575px) {
  .cart-total__price {
    margin: 5px 0;
  }
}

.cart-total__price span.-label {
  display: inline-block;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  color: #212121;
  margin-bottom: 10px;
}

.cart-total__price span.-current {
  display: block;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 500;
  color: #212121;
  margin-bottom: 5px;
}

.cart-total__price span.-old {
  position: relative;
  display: inline-block;
  font-size: 25px;
  font-weight: 300;
  color: #868786;
}

.cart-total__price span.-old:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background-color: #cc0036;
}

.cart-total__info {
  padding: 0 15px;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 300;
  color: #868786;
  text-align: right;
}

@media (max-width: 575px) {
  .cart-total__info {
    margin: 5px 0;
    text-align: center;
  }
}

.cart-total__btn {
  padding: 0 15px;
}

.order {
  padding: 30px 0;
  background-color: #f7f9fc;
}

@media (min-width: 576px) {
  .order__step {
    padding-left: 65px;
    margin-bottom: 45px;
  }
}

@media (max-width: 575px) {
  .order__step {
    margin-bottom: 20px;
  }
}

.order__step.-step2,
.order__step.-step3 {
  display: none;
}

.order__subtitle {
  position: relative;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 400;
  color: #212121;
  margin-bottom: 25px;
}

@media (max-width: 575px) {
  .order__subtitle {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.order__subtitle span {
  width: 50px;
  height: 50px;
  border: 5px solid #01c1c2;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
}

@media (min-width: 576px) {
  .order__subtitle span {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    margin-left: -65px;
  }
}

@media (max-width: 575px) {
  .order__subtitle span {
    width: 44px;
    height: 44px;
    margin-bottom: 3px;
  }
}

@media (min-width: 768px) {
  .order__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.order__data {
  width: 40%;
  margin-right: 15px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .order__data {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .order__data {
    width: 100%;
  }
}

.order__step.-step1 .order__data {
  width: 50%;
}

@media (max-width: 767px) {
  .order__step.-step1 .order__data {
    width: 100%;
  }
}

.order__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.order__hint {
  display: none;
}

@media (min-width: 768px) {
  .order__hint {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }

  .order__step.-step1 .order__hint {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.order__hint-in {
  position: relative;
  padding: 25px;
  background-color: #fff;
  border-radius: 5px;
  font-size: 13px;
  line-height: 1.5;
  color: #868786;
  text-align: center;
}

.order__hint-in:before {
  content: "";
  width: 8px;
  height: 18px;
  background: url(../img/order_icons.png) no-repeat 0 0;
  position: absolute;
  left: 10px;
  top: 10px;
}

.order__hint-in .-size {
  font-size: 1.4em;
  color: #212121;
  margin: 0 10px;
}

.order__hint-in .-color {
  color: #01c1c2;
  font-weight: 600;
}

.order-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 15px;
}

.order-switch__btn {
  position: relative;
  width: 45px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #e1e3e6;
  border-radius: 100px;
  margin: 0 15px;
  cursor: pointer;
}

@media (max-width: 575px) {
  .order-switch__btn {
    width: 33px;
    height: 18px;
    margin: 0 10px;
  }
}

.order-switch__btn:before {
  content: "";
  position: absolute;
  left: 17px;
  top: 2px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #01c1c2;
  -webkit-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
}

@media (max-width: 575px) {
  .order-switch__btn:before {
    width: 12px;
    height: 12px;
  }
}

input:checked + label + .order-switch__btn:before {
  left: 2px;
}

.order-switch input {
  display: none;
}

.order-switch label {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  color: #212121;
  cursor: pointer;
  margin: 10px 0;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

@media (min-width: 576px) and (max-width: 767px) {
  .order-switch label {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .order-switch label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    text-align: center;
  }
}

.order-switch input:checked + label {
  color: #01c1c2;
}

.order-inp {
  position: relative;
  /* background-color:#fff; */ /* border:1px solid #e1e3e6; */
  border-radius: 100px;
  margin-bottom: 10px;
}

.order-inp.-ico:before {
  content: "";
  position: absolute;
  left: 18px;
  top: 14px;
  width: 22px;
  height: 22px;
  /* margin-top:-11px; */
  background-image: url(../img/input_icons.png);
  background-repeat: no-repeat;
  z-index: 2;
}

.order-inp.-name:before {
  background-position: 0 0;
}

.order-inp.-phone:before {
  background-position: -22px 0;
}

.order-inp.-email:before {
  background-position: -44px 0;
}

.order-inp.-pass:before {
  background-position: -66px 0;
}

.order-inp.-error input {
  border-color: #ea1515;
}

.order-inp input {
  position: relative;
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: #212121;
  padding: 15px 20px 15px 58px;
  background-color: #fff;
  border: 1px solid #e1e3e6;
  border-radius: 100px;
  z-index: 1;
}

.order-inp__hint {
  display: block;
  font-size: 12px;
  line-height: 1.1;
  text-align: center;
  color: #bdbdbd;
  margin-top: 4px;
}

.order-check {
  margin-bottom: 10px;
}

.order-check input {
  display: none;
}

.order-check label {
  display: inline-block;
  position: relative;
  padding-left: 38px;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
  color: #212121;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  cursor: pointer;
}

.order-check label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #e2e4e7;
  border-radius: 50%;
}

.order-check label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 10px;
  height: 10px;
  background-color: #01c1c2;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.order-check input:checked + label {
  color: #01c1c2;
}

.order-check input:not(:checked) + label:after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.order-total {
  padding: 40px 30px 30px 30px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 15px 25px rgba(1, 193, 194, 0.1);
  box-shadow: 0 15px 25px rgba(1, 193, 194, 0.1);
}

@media (max-width: 575px) {
  .order-total {
    padding: 30px 15px;
  }
}

.order-total__head {
  border-bottom: 1px solid #e1e3e6;
}

.order-total__title {
  font-size: 30px;
  line-height: 1.3;
  color: #212121;
  margin-bottom: 15px;
}

.order-total__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 0;
}

.order-total__name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 13px;
  line-height: 1.3;
  color: #212121;
}

.order-total__item.-ico .order-total__name {
  position: relative;
  padding-left: 28px;
}

.order-total__item.-ico .order-total__name:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background-image: url(../img/order_icons.png);
  background-repeat: no-repeat;
}

.order-total__item.-install .order-total__name:before {
  width: 18px;
  height: 17px;
  background-position: -8px 0;
  margin-top: -8px;
}

.order-total__item.-delivery .order-total__name:before {
  width: 18px;
  height: 14px;
  background-position: -26px 0;
  margin-top: -7px;
}

.order-total__val {
  font-size: 21px;
  line-height: 1.3;
  font-weight: 500;
  color: #212121;
  white-space: nowrap;
}

@media (max-width: 575px) {
  .order-total__val {
    font-size: 18px;
  }
}

.order-total__val.-big {
  font-size: 30px;
}

.order-total__btn {
  margin-top: 7px;
  margin-bottom: 15px;
  text-align: center;
}

.order-total__agree {
  font-size: 13px;
  line-height: 1.35;
  color: #868786;
  text-align: center;
}

.order-total__agree a {
  text-decoration: underline;
  color: #01c1c2;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.order-total__agree a:hover {
  color: #019e9e;
}

.order-bonus {
  display: none;
  position: relative;
  background: #fff;
  padding: 0 38px 20px 38px;
  margin: 20px -40px;
  border: 2px solid #01c1c2;
}

@media (max-width: 575px) {
  .order-bonus {
    padding: 0 15px 20px 15px;
    margin: 20px -25px;
  }
}

.order-bonus:after,
.order-bonus:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 100%;
  margin-top: 1px;
  background: url(../img/order_icons.png) no-repeat -78px 0;
}

.order-bonus:before {
  left: -2px;
}

.order-bonus:after {
  right: -2px;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.order-bonus__title {
  position: relative;
  display: table;
  width: auto;
  padding: 0 10px;
  background-color: #fff;
  font-size: 30px;
  line-height: 1.3;
  color: #212121;
  margin: -22px 0 7px 0;
  z-index: 2;
}

.order-bonus__head {
  font-size: 13px;
  line-height: 1.3;
  color: #868786;
  padding-right: 30px;
  margin-bottom: 10px;
}

.order-bonus__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.order-bonus__body input[type="checkbox"] {
  display: none;
}

.order-bonus__body input[type="text"] {
  font-size: 21px;
  line-height: 1.3;
  color: #212121;
  text-align: center;
  width: 80px;
  padding: 4px 10px;
  margin-right: 12px;
  background-color: #f7f9fc;
  border: 2px solid #01c1c2;
  border-radius: 100px;
}

@media (max-width: 575px) {
  .order-bonus__body input[type="text"] {
    margin-right: 7px;
  }
}

.order-bonus__body label {
  position: relative;
  padding-left: 30px;
  font-size: 13px;
  line-height: 1.4;
  color: #212121;
  cursor: pointer;
  margin-right: 20px;
}

@media (max-width: 575px) {
  .order-bonus__body label {
    margin-right: 10px;
  }
}

.order-bonus__body label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background-color: #f7f9fc;
  border: 1px solid #e1e3e6;
  border-radius: 1px;
}

.order-bonus__body input:checked + label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 4px;
  width: 14px;
  height: 11px;
  background: url(../img/order_icons.png) no-repeat -64px 0;
}

.order-bonus__body span {
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  color: #01c1c2;
}

.order-bonus__more {
  position: absolute;
  display: inline-block;
  right: 8px;
  top: 8px;
  cursor: pointer;
  z-index: 2;
}

.order-bonus__more span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid #f4f4f4;
  background-color: #f4f4f4;
  border-radius: 50%;
  -webkit-transition: background-color 0.5s, border-color 0.5s;
  -o-transition: background-color 0.5s, border-color 0.5s;
  transition: background-color 0.5s, border-color 0.5s;
}

.order-bonus__more span:before {
  content: "";
  width: 10px;
  height: 14px;
  background: url(../img/order_icons.png) no-repeat -44px 0;
}

.order-bonus__more span:hover {
  background-color: #fff;
  border-color: #e1e1e1;
}

.order-bonus__more span:hover:before {
  background-position: -54px 0;
}

.order-bonus__info {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
  padding: 30px 20px 20px 20px;
  background-color: #fff;
  font-size: 13px;
  line-height: 1.5;
  color: #868786;
  z-index: 1;
}

.order-bonus__more:hover + .order-bonus__info {
  display: block;
}

.order + footer {
  background-color: #fff;
}

.popup {
  width: 100%;
  max-width: 1200px;
}

.popup__title {
  font-size: 24px;
  line-height: 1.3;
  color: #212121;
  text-align: center;
  margin-bottom: 1em;
}

@media (max-width: 575px) {
  .popup__title {
    font-size: 21px;
  }
}

.popup__body p {
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}

.popup__body p:not(:last-child) {
  margin-bottom: 1em;
}

.popup-type1 {
  max-width: 730px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 80px rgba(1, 193, 194, 0.4);
  box-shadow: 0 0 80px rgba(1, 193, 194, 0.4);
}

@media (min-width: 768px) {
  .popup-type1 {
    padding: 35px;
  }
}

@media (max-width: 767px) {
  .popup-type1 {
    padding: 30px 15px 35px 15px;
  }
}

.popup-type1 .fancybox-close-small {
  width: 24px;
  height: 24px;
  top: 20px;
  right: 20px;
  background: url(../img/close.png) no-repeat 0 0;
}

.popup-type1 .fancybox-close-small:after {
  display: none;
}

.popup-order__title {
  position: relative;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid #d1d2d6;
}

@media (max-width: 575px) {
  .popup-order__title {
    font-size: 24px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.popup-order__title:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 94px;
  height: 2px;
  background-color: #fff;
  margin-left: -47px;
}

.popup-order__title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 18px;
  height: 18px;
  background-color: #01c1c2;
  border-radius: 3px;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.popup-order__info {
  max-width: 410px;
  margin: 0 auto 30px auto;
  font-size: 18px;
  line-height: 1.55;
  color: #1b1c1e;
  text-align: center;
}

@media (max-width: 575px) {
  .popup-order__info {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.popup-order form {
  display: block;
  max-width: 320px;
  margin: 0 auto;
}

.popup-order form .order-inp {
  margin-bottom: 35px;
}

@media (max-width: 575px) {
  .popup-order form .order-inp {
    margin-bottom: 20px;
  }
}

.popup-order form button {
  width: 100%;
}

.popup-cart {
  background-color: #f8f9fd;
}

.popup-cart__head {
  font-size: 28px;
  line-height: 1.3;
  color: #212121;
  font-weight: 700;
  text-align: center;
  margin-bottom: 45px;
}

@media (max-width: 575px) {
  .popup-cart__head {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.popup-cart__img {
  width: 260px;
  margin-right: 45px;
  margin-bottom: 40px;
}

@media (min-width: 576px) and (max-width: 767px) {
  .popup-cart__img {
    margin-right: 20px;
  }
}

@media (max-width: 575px) {
  .popup-cart__img {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}

.popup-cart__img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #c7c7c7;
}

@media (min-width: 576px) {
  .popup-cart__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.popup-cart__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .popup-cart__info {
    margin-bottom: 25px;
  }
}

.popup-cart__title {
  font-size: 21px;
  line-height: 1.6;
  font-weight: 700;
  color: #212121;
  margin-bottom: 35px;
}

@media (max-width: 575px) {
  .popup-cart__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.popup-cart__cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.popup-cart__label {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  color: #818284;
  margin-top: 6px;
  margin-right: 45px;
}

.popup-cart__price {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.popup-cart__price span.-old {
  position: relative;
  display: inline-block;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 400;
  color: #828483;
  padding: 0 5px;
  margin-bottom: 22px;
}

.popup-cart__price span.-old:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background-color: #ee1412;
}

.popup-cart__price span.-current {
  display: block;
  font-size: 34px;
  line-height: 1.3;
  font-weight: 400;
  color: #1e1f21;
}

.popup-cart__foot {
  text-align: center;
}

.popup-cart__foot span {
  display: inline-block;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  color: #161719;
  margin: 0 10px;
}

@media (max-width: 767px) {
  .popup-cart__foot span {
    display: none;
  }
}

.popup-cart__foot a {
  margin: 5px 0;
}

@media (max-width: 767px) {
  .popup-cart__foot a {
    width: 100%;
    max-width: 320px;
  }
}

.popup-oneclick {
  max-width: 510px;
  background-color: transparent;
  padding: 0;
}

.popup-oneclick .fancybox-close-small {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #212121 url(../img/close1.png) no-repeat center center;
  opacity: 0.9;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.popup-oneclick .fancybox-close-small:hover {
  opacity: 1;
}

.popup-oneclick .fancybox-close-small:after {
  display: none;
}

.popup-oneclick__inner {
  background-color: #fff;
  border-radius: 50px;
  padding: 30px;
  overflow: inherit;
}

@media (max-width: 575px) {
  .popup-oneclick__inner {
    padding: 40px 15px 30px 15px;
    border-radius: 30px;
  }
}

.popup-oneclick__title {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 800;
  color: #000;
  text-align: center;
  padding: 29px 15px;
  margin-bottom: 35px;
}

@media (max-width: 575px) {
  .popup-oneclick__title {
    font-size: 22px;
    padding: 15px;
    margin-bottom: 25px;
  }
}

.popup-oneclick__info {
  font-size: 16px;
  line-height: 1.55;
  font-weight: 700;
  color: #212121;
  text-align: center;
  max-width: 370px;
  margin: 0 auto 30px auto;
}

@media (max-width: 575px) {
  .popup-oneclick__info {
    margin-bottom: 25px;
    font-size: 15px;
  }
}

.popup-oneclick form {
  display: block;
  max-width: 360px;
  margin: 0 auto;
}

.popup-oneclick__phone {
  position: relative;
  margin-bottom: 27px;
}

@media (max-width: 575px) {
  .popup-oneclick__phone {
    margin-bottom: 22px;
  }
}

.popup-oneclick__phone label {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  border-radius: 50%;
  background: #01c1c2 url(../img/popup_oneclick_phone.png) no-repeat center
    center;
}

@media (max-width: 575px) {
  .popup-oneclick__phone label {
    width: 56px;
    height: 56px;
  }
}

.popup-oneclick__phone input {
  width: 100%;
  font-size: 30px;
  line-height: 38px;
  font-weight: 300;
  border: 1px solid #e1e3e6;
  border-radius: 100px;
  padding: 10px 15px 10px 75px;
}

@media (max-width: 575px) {
  .popup-oneclick__phone input {
    font-size: 24px;
    padding: 8px 15px 8px 64px;
  }
}

.popup-oneclick__btn {
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .popup-oneclick__btn {
    margin-bottom: 25px;
  }
}

.popup-oneclick__btn button {
  width: 100%;
}

.popup-oneclick__agree {
  font-size: 13px;
  line-height: 1.35;
  color: #868786;
  text-align: center;
}

.popup-oneclick__agree a {
  color: #01c1c2;
  text-decoration: underline;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.popup-oneclick__agree a:hover {
  color: #019e9e;
}

.news {
  padding: 30px 0;
}

.news-item {
  padding-bottom: 50px;
}

@media (max-width: 575px) {
  .news-item {
    padding-bottom: 30px;
  }
}

.news-item:not(:last-child) {
  border-bottom: 1px solid #bcbdbf;
  margin-bottom: 50px;
}

@media (max-width: 575px) {
  .news-item:not(:last-child) {
    margin-bottom: 30px;
  }
}

.news-item__title {
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 35px;
}

@media (max-width: 575px) {
  .news-item__title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.news-item__title:before {
  content: "";
  position: absolute;
  left: -47px;
  bottom: 0;
  width: 141px;
  height: 2px;
  background-color: #01c1c2;
}

.news-item__title h1,
.news-item__title h2,
.news-item__title h3,
.news-item__title > span {
  font-size: 30px;
  line-height: 1.25;
  font-weight: 600;
  color: #212121;
  padding: 0;
  margin: 0;
}

@media (max-width: 575px) {
  .news-item__title h1,
  .news-item__title h2,
  .news-item__title h3,
  .news-item__title > span {
    font-size: 20px;
  }
}

.news-item__title h1 a,
.news-item__title h2 a,
.news-item__title h3 a,
.news-item__title > span a {
  color: #212121;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.news-item__title h1 a:hover,
.news-item__title h2 a:hover,
.news-item__title h3 a:hover,
.news-item__title > span a:hover {
  color: #01c1c2;
}

.news-item__abstract {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
  color: #212121;
  margin-bottom: 12px;
}

@media (max-width: 575px) {
  .news-item__abstract {
    font-size: 15px;
  }
}

.news-item__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-item__date {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  color: grey;
}

@media (max-width: 575px) {
  .news-item__date {
    font-size: 15px;
  }
}

.news-item__btn a {
  padding: 17px 65px;
}

@media (max-width: 575px) {
  .news-item__btn a {
    padding: 15px 35px;
  }
}

@media (max-width: 991px) {
  .news-item__img {
    margin-bottom: 20px;
  }
}

.news-item__img img {
  display: block;
  max-width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 24px rgba(1, 193, 194, 0.33);
  box-shadow: 0 0 24px rgba(1, 193, 194, 0.33);
  margin: 0 auto;
}

.article {
  padding: 30px 0;
}

.article__head {
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 35px;
}

.article__head:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 570px;
  height: 1px;
  background-color: #01c1c2;
}

.article__head .page-title {
  margin-bottom: 10px;
}

.article__date {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  color: #242424;
  padding-left: 30px;
  background: url(../img/date_ico.png) no-repeat left center;
}

@media (max-width: 575px) {
  .article__date {
    font-size: 14px;
  }
}

.article__body {
  font-size: 16px;
  line-height: 1.85;
  font-weight: 400;
  color: #212121;
}

@media (max-width: 575px) {
  .article__body {
    font-size: 14px;
  }
}

.article__body h2 {
  font-size: 1.25em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.2em;
}

.article__body img:not(:last-child),
.article__body ol:not(:last-child),
.article__body p:not(:last-child),
.article__body ul:not(:last-child) {
  margin-bottom: 1.85em;
}

.article__body img .-big,
.article__body img.-big,
.article__body ol .-big,
.article__body ol.-big,
.article__body p .-big,
.article__body p.-big,
.article__body ul .-big,
.article__body ul.-big {
  font-size: 1.125em;
  font-weight: 500;
}

.article__body a {
  text-decoration: underline;
  color: #01c1c2;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.article__body a:hover {
  color: #019e9e;
}

.article__body img {
  display: block;
  max-width: 100%;
}

.article__body img.-border {
  border-radius: 18px;
  -webkit-box-shadow: 0 0 20px rgba(1, 193, 194, 0.65);
  box-shadow: 0 0 20px rgba(1, 193, 194, 0.65);
}

.article__body ol > li,
.article__body ul:not(.ui-product__sticker) > li {
  position: relative;
  list-style: none;
  padding: 10px 0 10px 57px;
}

@media (max-width: 575px) {
  .article__body ol > li,
  .article__body ul > li {
    padding-left: 48px;
  }
}

.article__body ol {
  counter-reset: myCounter;
}

.article__body ol > li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 10px;
  width: 37px;
  height: 37px;
  border: 3px solid #01c1c2;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #212121;
}

@media (max-width: 575px) {
  global {
    top: 4px;
  }
}

.article__body ul > li:after,
.article__body ul > li:before {
  content: "";
  position: absolute;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.article__body ul:not(.ui-product__sticker) > li:before {
  width: 28px;
  height: 28px;
  border: 2px solid #01c1c2;
  border-radius: 4px;
  left: 0;
  top: 10px;
}

@media (max-width: 575px) {
  .article__body ul > li:before {
    top: 8px;
  }
}

.article__body ul:not(.ui-product__sticker) > li:after {
  width: 16px;
  height: 16px;
  background-color: #01c1c2;
  border-radius: 2px;
  left: 6px;
  top: 16px;
}

@media (max-width: 575px) {
  .article__body ul > li:after {
    top: 14px;
  }
}

.sales {
  padding: 30px 0;
}

.sales-banner {
  background: #01c1c2 url(../img/sales_banner_bg.jpg) no-repeat center
    center/cover;
  overflow: hidden;
}

@media (min-width: 768px) {
  .sales-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.sales-banner__info {
  background-color: #ffef41;
  text-align: center;
}

@media (min-width: 768px) {
  .sales-banner__info {
    padding: 120px 30px 30px 120px;
    border-radius: 30px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translate(-110px, -10px) rotate(-45deg);
    -ms-transform: translate(-110px, -10px) rotate(-45deg);
    transform: translate(-110px, -10px) rotate(-45deg);
  }
}

@media (max-width: 767px) {
  .sales-banner__info {
    padding: 15px;
  }
}

.sales-banner__label1 {
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  color: #1d1d1d;
  letter-spacing: 0.1em;
}

.sales-banner__label2 {
  font-size: 90px;
  line-height: 1;
  font-weight: 900;
  color: #0097f6;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .sales-banner__body {
    padding: 50px 30px 30px 0;
  }
}

@media (max-width: 767px) {
  .sales-banner__body {
    padding: 20px 15px;
    text-align: center;
  }
}

.sales-banner__title {
  font-size: 30px;
  line-height: 1.6;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .sales-banner__title {
    font-size: 22px;
  }
}

.sales-banner__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sales-banner__foot a {
  margin: 0 10px;
}

.sales-banner__foot a.-catalog {
  padding: 6px 0 6px 30px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  color: #fff;
  text-align: left;
  text-decoration: underline;
  background: url(../img/sales_banner_ico.png) no-repeat left center;
}

.sales-banner__foot a.-catalog:hover {
  text-decoration: none;
}

.sales-item {
  padding: 50px 0;
}

.sales-item:not(:last-child) {
  border-bottom: 1px solid #383838;
}

@media (max-width: 767px) {
  .sales-item__img {
    margin-bottom: 20px;
  }
}

.sales-item__img span {
  position: relative;
  display: block;
  padding: 0 0 30px 20px;
}

.sales-item__img span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 35px;
  top: 65px;
  bottom: 0;
  border: 5px solid #01c1c2;
  border-radius: 12px;
}

.sales-item__img img {
  position: relative;
  display: block;
  max-width: 100%;
  border-radius: 16px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 38px rgba(1, 193, 194, 0.54);
  box-shadow: 0 0 38px rgba(1, 193, 194, 0.54);
  z-index: 1;
}

.sales-item__title {
  font-size: 30px;
  line-height: 1.25;
  font-weight: 800;
  color: #1b1b1b;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .sales-item__title {
    font-size: 24px;
  }
}

.sales-item__title a {
  color: #1b1b1b;
  text-decoration: underline;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.sales-item__title a:hover {
  color: #01c1c2;
}

.sales-item__date {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 800;
  color: #222;
  padding-left: 65px;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: url(../img/sales_date.png) no-repeat left center;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .sales-item__date {
    font-size: 18px;
  }
}

.sales-item__info {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
  color: #1b1b1b;
  margin-bottom: 38px;
}

@media (max-width: 575px) {
  .sales-item__btn {
    text-align: center;
  }
}

.sales-item__btn a {
  min-width: 270px;
  text-align: center;
}

.signup {
  padding: 30px 0;
}

.signup__captcha {
  margin: 20px 0 30px 0;
}

@media (max-width: 575px) {
  .signup__captcha {
    margin: 20px 0;
  }
}

.signup__captcha > img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.signup-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 35px 0;
}

@media (max-width: 575px) {
  .signup-item {
    padding: 25px 0;
  }
}

.signup-item:not(:last-child) {
  border-bottom: 1px solid #898989;
}

.signup-item__ico {
  position: relative;
  width: 112px;
  height: 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 45px;
}

@media (max-width: 575px) {
  .signup-item__ico {
    width: 80px;
    height: 80px;
    margin-right: 15px;
  }
}

.signup-item__ico:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/signup_ico_bg.png) no-repeat center center/cover;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.signup-item__ico img {
  display: block;
}

.signup-item:hover .signup-item__ico:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.signup-item__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  color: #212121;
}

@media (max-width: 575px) {
  .signup-item__info {
    font-size: 18px;
  }
}

.signup-item__info span {
  font-weight: 700;
}

.signup-form {
  padding: 40px 30px 30px 30px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 15px 25px rgba(1, 193, 194, 0.1);
  box-shadow: 0 15px 25px rgba(1, 193, 194, 0.1);
}

@media (max-width: 575px) {
  .signup-form {
    padding: 30px 15px 20px 15px;
  }
}

.signup-form__title {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 25px;
}

@media (max-width: 575px) {
  .signup-form__title {
    font-size: 21px;
    margin-bottom: 20px;
  }
}

.signup-form__btn {
  text-align: center;
  margin-bottom: 18px;
}

.signup-form__agree {
  font-size: 13px;
  line-height: 1.35;
  color: #868786;
  text-align: center;
}

.signup-form__agree a {
  color: #01c1c2;
  text-decoration: underline;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.signup-form__agree a:hover {
  color: #019e9e;
}

.signin {
  padding: 30px 0;
}

.signin .order-inp {
  margin: 6px 0;
}

.signin__form {
  margin-bottom: 50px;
  background-color: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 15px 25px rgba(1, 193, 194, 0.1);
  box-shadow: 0 15px 25px rgba(1, 193, 194, 0.1);
}

@media (min-width: 1200px) {
  .signin__form {
    padding: 60px 60px 20px 60px;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .signin__form {
    padding: 50px 30px 20px 30px;
  }
}

@media (max-width: 575px) {
  .signin__form {
    padding: 30px 15px 20px 15px;
  }
}

.signin__btn {
  text-align: center;
}

@media (max-width: 991px) {
  .signin__btn {
    margin-top: 10px;
  }
}

.signin__btn button {
  min-width: 250px;
}

@media (min-width: 992px) {
  .signin__btn button {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .signin__btn button {
    width: 100%;
  }
}

.signin__forget {
  margin-top: 17px;
  text-align: center;
}

.signin__forget a {
  font-size: 13px;
  line-height: 1.3;
  color: #01c1c2;
  text-decoration: underline;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.signin__forget a:hover {
  color: #019e9e;
}

.lk {
  padding: 30px 0 90px 0;
  background-color: #f7f9fc;
}

@media (max-width: 991px) {
  .lk {
    padding: 30px 0;
  }
}

.lk-sidebar__item {
  padding-top: 22px;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .lk-sidebar__item {
    padding: 20px 15px 0 15px;
    margin: 0 -15px 30px -15px;
  }
}

.lk-nav__title {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #212121;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.lk-nav ul li a,
.lk-nav ul li span {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 300;
  padding: 12px 25px;
}

.lk-nav ul li:last-child a {
  border-bottom: 1px solid #e1e3e6;
}

.lk-nav ul li a {
  color: #212121;
  text-decoration: none;
  border-top: 1px solid #e1e3e6;
  -webkit-transition: background-color 0.5s, color 0.5s, border-color 0.5s;
  -o-transition: background-color 0.5s, color 0.5s, border-color 0.5s;
  transition: background-color 0.5s, color 0.5s, border-color 0.5s;
}

.lk-nav ul li span,
.lk-nav ul li.-active a,
.lk-nav ul li:hover a {
  background-color: #01c1c2;
  border-color: #01c1c2;
  color: #fff;
}

.lk-nav ul li.-active + li > a,
.lk-nav ul li:hover + li > a {
  border-top-color: #01c1c2;
}

.lk-promo__title {
  display: none;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  color: #212121;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.lk-promo img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.lk-order__title {
  margin-bottom: 60px;
}

@media (max-width: 575px) {
  .lk-order__title {
    margin-bottom: 40px;
  }
}

.lk-order__title h1,
.lk-order__title h2,
.lk-order__title h3,
.lk-order__title > span {
  font-size: 40px;
  line-height: 1.35;
  font-weight: 800;
  color: #212112;
}

@media (max-width: 575px) {
  .lk-order__title h1,
  .lk-order__title h2,
  .lk-order__title h3,
  .lk-order__title > span {
    font-size: 36px;
  }
}

.lk-order__types {
  margin-bottom: 50px;
}

@media (max-width: 575px) {
  .lk-order__types {
    margin-bottom: 40px;
  }
}

.lk-order__types ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.lk-order__types ul li {
  margin-bottom: 5px;
  padding: 0 5px;
}

.lk-order__types ul li a,
.lk-order__types ul li span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  padding: 12px 15px 12px 45px;
}

.lk-order__types ul li a:after,
.lk-order__types ul li a:before,
.lk-order__types ul li span:after,
.lk-order__types ul li span:before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  background-image: url(../img/lk_order_icons.png);
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.lk-order__types ul li a:before,
.lk-order__types ul li span:before {
  opacity: 1;
}

.lk-order__types ul li a:after,
.lk-order__types ul li span:after {
  opacity: 0;
}

.lk-order__types ul li a:hover:before,
.lk-order__types ul li span:hover:before {
  opacity: 0;
}

.lk-order__types ul li a:hover:after,
.lk-order__types ul li span:hover:after {
  opacity: 1;
}

.lk-order__types ul li a {
  color: #212121;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.lk-order__types ul li a:hover {
  color: #01c1c2;
}

.lk-order__types ul li span {
  border: 2px solid #01c1c2;
  color: #01c1c2;
}

.lk-order__types ul li.-current a:after,
.lk-order__types ul li.-current a:before,
.lk-order__types ul li.-current span:after,
.lk-order__types ul li.-current span:before {
  width: 22px;
  height: 16px;
  margin-top: -8px;
}

.lk-order__types ul li.-current a:before {
  background-position: 0 0;
}

.lk-order__types ul li.-current a:after,
.lk-order__types ul li.-current span:after,
.lk-order__types ul li.-current span:before {
  background-position: 0 -16px;
}

.lk-order__types ul li.-history a:after,
.lk-order__types ul li.-history a:before,
.lk-order__types ul li.-history span:after,
.lk-order__types ul li.-history span:before {
  width: 16px;
  height: 15px;
  margin-top: -7px;
}

.lk-order__types ul li.-history a:before {
  background-position: -22px 0;
}

.lk-order__types ul li.-history a:after,
.lk-order__types ul li.-history span:after,
.lk-order__types ul li.-history span:before {
  background-position: -22px -15px;
}

.lk-table {
  margin-bottom: 30px;
  background-color: #fff;
}

@media (max-width: 575px) {
  .lk-table {
    margin: 0 -15px 20px -15px;
  }
}

.lk-table:hover {
  -webkit-box-shadow: 0 15px 30px rgba(1, 193, 194, 0.15);
  box-shadow: 0 15px 30px rgba(1, 193, 194, 0.15);
}

.lk-table__in {
  position: relative;
  padding: 20px 65px 20px 20px;
  margin: 0 -10px;
  cursor: pointer;
}

@media (min-width: 576px) and (max-width: 767px) {
  .lk-table__in {
    padding: 20px 50px 20px 15px;
  }
}

@media (max-width: 575px) {
  .lk-table__in {
    padding: 10px 35px 10px 15px;
    text-align: center;
  }
}

.lk-table__in:after {
  content: "";
  width: 12px;
  height: 8px;
  position: absolute;
  right: 26px;
  top: 50%;
  margin-top: -4px;
  background: url(../img/lk_order_icons.png) no-repeat -38px 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

@media (max-width: 575px) {
  .lk-table__in:after {
    right: 15px;
  }
}

.lk-table__in:hover:after {
  background-position: -38px -8px;
}

.lk-table__in .row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.lk-table.-products .lk-table__in:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.lk-table.-opened__in:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.lk-table__item {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  height: 1.7;
  font-weight: 300;
  color: #212121;
}

.lk-table__item.-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 575px) {
  .lk-table__item.-details {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.lk-table__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 575px) {
  .lk-table__img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.lk-table.-completed .lk-table__status {
  color: #01c1c2;
}

.lk-table.-canceled .lk-table__img {
  opacity: 0.3;
}

.lk-table__showdetails {
  position: relative;
  padding-right: 18px;
}

.lk-table__showdetails:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  width: 9px;
  height: 6px;
  background: url(../img/lk_order_icons.png) no-repeat -38px -16px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.lk-table__showdetails span {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #01c1c2;
  border-bottom: 1px dotted #01c1c2;
  -webkit-transition: color 0.5s, border-color 0.5s;
  -o-transition: color 0.5s, border-color 0.5s;
  transition: color 0.5s, border-color 0.5s;
}

.lk-table__showdetails:hover span {
  color: #01a8a9;
  border-color: #01a8a9;
}

.lk-table.-details .lk-table__showdetails:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.lk-details__spoiler {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.8s;
  -o-transition: height 0.8s;
  transition: height 0.8s;
}

.lk-details table {
  width: 100%;
}

.lk-details table tr td {
  font-size: 14px;
  line-height: 1.4;
  padding: 14px 28px;
  color: #212121;
  border: 1px solid #d3e6e6;
}

@media (max-width: 575px) {
  .lk-details table tr td {
    padding: 14px 10px;
  }
}

.lk-details table tr td:nth-child(1) {
  background-color: #e5f9f9;
  font-weight: 700;
}

.lk-details table tr td:nth-child(2) {
  background-color: #effbfb;
}

.lk-details table tr:hover td {
  background-color: #d9f6f6;
}

.lk-details table tr a {
  color: #212121;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.lk-details table tr a:hover {
  color: #018f8f;
}

.lk-product {
  padding: 30px 15px;
  border-bottom: 1px solid #e1e3e6;
  font-size: 14px;
  line-height: 1.4;
  color: #212121;
}

@media (max-width: 575px) {
  .lk-product {
    text-align: center;
  }
}

.lk-product__spoiler {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.8s;
  -o-transition: height 0.8s;
  transition: height 0.8s;
}

.lk-product__img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.lk-product__title {
  font-weight: 700;
  margin-bottom: 20px;
}

.lk-product__title a {
  color: #212121;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.lk-product__title a:hover {
  color: #01c1c2;
}

.lk-product__label {
  font-weight: 300;
  opacity: 0.6;
  margin-bottom: 5px;
}

.lk-product__val {
  font-weight: 500;
  margin-bottom: 10px;
}

.lk-product__foot {
  padding: 25px 30px;
  text-align: right;
}

.lk-product__cost {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: #212121;
  margin-bottom: 12px;
}

.lk-product__cost span {
  font-size: 1.5em;
  font-weight: 500;
  margin-left: 5px;
}

.lk-product__cancel a,
.lk-product__cancel > span {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  color: #212121;
}

.lk-product__cancel a:before,
.lk-product__cancel > span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background: url(../img/lk_order_icons.png) no-repeat -50px 0;
}

.lk-product__cancel a:hover:before,
.lk-product__cancel > span:hover:before {
  background-position: -50px -12px;
}

.lk-product__cancel a span,
.lk-product__cancel > span span {
  text-decoration: underline;
}

.lk-favourite-bar {
  padding: 10px 30px;
  background-color: #fff;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .lk-favourite-bar {
    text-align: center;
  }
}

.lk-favourite-bar__item {
  padding: 10px 0;
}

.lk-favourite-bar__label {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 300;
  color: #212121;
  margin-bottom: 12px;
}

.lk-favourite-bar__cost {
  font-size: 21px;
  line-height: 1.3;
  font-weight: 500;
  color: #212121;
}

.lk-favourite-bar__clear a {
  display: inline-block;
  padding-left: 26px;
  background: url(../img/lk_favourite_clear.png) no-repeat left center;
  text-decoration: none;
}

.lk-favourite-bar__clear a span {
  display: inline-block;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  color: #212112;
  border-bottom: 1px dotted #212121;
  -webkit-transition: color 0.5s, border-color 0.5s;
  -o-transition: color 0.5s, border-color 0.5s;
  transition: color 0.5s, border-color 0.5s;
}

.lk-favourite-bar__clear a:hover span {
  color: #cc0036;
  border-color: #cc0036;
}

.lk-favourite-bar__buy .btn {
  padding: 15px 30px;
}

.lk-favourite-items {
  margin-bottom: 10px;
}

.lk-favourite-items .ui-product__item {
  margin-bottom: 30px;
}

.lk-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lk-pagination ul li {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  color: #212112;
  width: 42px;
  text-align: center;
}

.lk-pagination ul li a,
.lk-pagination ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
}

.lk-pagination ul li a {
  color: #212121;
  text-decoration: none;
  border-color: rgba(1, 193, 194, 0);
  -webkit-transition: color 0.5s, border-color 0.5s;
  -o-transition: color 0.5s, border-color 0.5s;
  transition: color 0.5s, border-color 0.5s;
}

.lk-pagination ul li a:hover {
  color: #01c1c2;
  border-color: #01c1c2;
}

.lk-pagination ul li span {
  color: #fff;
  border-color: #01c1c2;
  background-color: #01c1c2;
}

.lk-personal {
  padding: 35px 30px;
  background-color: #fff;
}

@media (max-width: 575px) {
  .lk-personal {
    padding: 30px 15px;
    margin: 0 -15px;
  }
}

.lk-personal__item {
  margin-bottom: 40px;
}

.lk-personal__item.-addr + .lk-personal__item.-addr {
  padding-top: 30px;
  border-top: 1px dashed #e1e3e6;
}

@media (min-width: 576px) and (max-width: 1199px) {
  .lk-personal__item .lk-details table tr td {
    padding: 14px;
  }
}

.lk-personal__item.-edit {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e1e3e6;
}

.lk-personal__title {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  color: #212121;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.lk-personal__nav {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .lk-personal__nav {
    margin-top: 45px;
  }
}

@media (min-width: 1200px) {
  .lk-personal__nav {
    position: relative;
    padding-left: 30px;
  }

  .lk-personal__nav:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #e1e3e6;
  }
}

.lk-personal__nav ul li {
  margin-bottom: 12px;
}

.lk-personal__nav ul li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  text-decoration: none;
  padding-left: 25px;
}

.lk-personal__nav ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background-image: url(../img/lk_personal_icons.png);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  margin-top: -9px;
}

.lk-personal__nav ul li a span {
  color: #212121;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  border-bottom: 1px dashed #212121;
  -webkit-transition: color 0.5s, border-color 0.5s;
  -o-transition: color 0.5s, border-color 0.5s;
  transition: color 0.5s, border-color 0.5s;
}

.lk-personal__nav ul li a:hover span {
  color: #01c1c2;
  border-color: #01c1c2;
}

.lk-personal__nav ul li.-edit a:before {
  background-position: 0 0;
}

.lk-personal__nav ul li.-pass a:before {
  background-position: -18px 0;
}

.lk-personal__nav ul li.-exit a:before {
  background-position: -36px 0;
}

.lk-personal__edit {
  margin-bottom: 25px;
}

.lk-personal__edit label {
  display: inline-block;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  color: #212121;
}

.lk-personal__edit label span {
  color: #01c1c2;
}

@media (min-width: 576px) {
  .lk-personal__edit label {
    padding: 16px 0;
  }
}

@media (max-width: 575px) {
  .lk-personal__edit label {
    margin-bottom: 10px;
  }
}

.lk-personal__edit input,
.lk-personal__edit input[type="file"] + span,
.lk-personal__edit textarea {
  display: inline-block;
  width: 100%;
  max-width: 310px;
  font-size: 14px;
  line-height: 1.3;
  color: #868786;
  background-color: #f7f9fc;
  border: 1px solid #e1e3e6;
  border-radius: 25px;
  padding: 15px;
  -webkit-transition: color 0.5s, background-color 0.5s, border-color 0.5s;
  -o-transition: color 0.5s, background-color 0.5s, border-color 0.5s;
  transition: color 0.5s, background-color 0.5s, border-color 0.5s;
}

.lk-personal__edit input:focus,
.lk-personal__edit input[type="file"] + span:focus,
.lk-personal__edit textarea:focus {
  color: #212121;
  border-color: #01c1c2;
  background-color: #fff;
}

.lk-personal__edit input::-webkit-input-placeholder,
.lk-personal__edit input[type="file"] + span::-webkit-input-placeholder,
.lk-personal__edit textarea::-webkit-input-placeholder {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.lk-personal__edit input:-ms-input-placeholder,
.lk-personal__edit input[type="file"] + span:-ms-input-placeholder,
.lk-personal__edit textarea:-ms-input-placeholder {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.lk-personal__edit input::-ms-input-placeholder,
.lk-personal__edit input[type="file"] + span::-ms-input-placeholder,
.lk-personal__edit textarea::-ms-input-placeholder {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.lk-personal__edit input::-webkit-input-placeholder,
.lk-personal__edit input[type="file"] + span::-webkit-input-placeholder,
.lk-personal__edit textarea::-webkit-input-placeholder {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.lk-personal__edit input::-moz-placeholder,
.lk-personal__edit input[type="file"] + span::-moz-placeholder,
.lk-personal__edit textarea::-moz-placeholder {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.lk-personal__edit input:-ms-input-placeholder,
.lk-personal__edit input[type="file"] + span:-ms-input-placeholder,
.lk-personal__edit textarea:-ms-input-placeholder {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.lk-personal__edit input::placeholder,
.lk-personal__edit input[type="file"] + span::placeholder,
.lk-personal__edit textarea::placeholder {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.lk-personal__edit textarea {
  resize: none;
  height: 230px;
}

.lk-personal__file {
  position: relative;
}

.lk-personal__file input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

.lk-personal__file input[type="file"] + span {
  padding-left: 40px;
  background-image: url(../img/lk_personal_attach.png);
  background-repeat: no-repeat;
  background-position: 15px center;
}

.lk-editbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 30px 0;
}

.lk-editbar + .lk-editbar {
  border-top: 1px dashed #e1e3e6;
}

.lk-editbar__link:not(:last-child) {
  position: relative;
  padding-right: 24px;
  margin-right: 24px;
}

.lk-editbar__link:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  background-color: #dbdbdb;
}

.lk-editbar__link a {
  display: inline-block;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 300;
  color: #01c1c2;
  text-decoration: none;
  border-bottom: 1px dotted #01c1c2;
  -webkit-transition: color 0.5s, border-color 0.5s;
  -o-transition: color 0.5s, border-color 0.5s;
  transition: color 0.5s, border-color 0.5s;
}

.lk-editbar__link a:hover {
  color: #019e9e;
  border-color: #019e9e;
}

.lk-editbar__link.-add a {
  font-weight: 500;
}

.lk-editbtns {
  padding-top: 30px;
  border-top: 1px solid #e1e3e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -8px;
}

.lk-editbtns a {
  margin: 0 8px;
  padding: 15px 30px;
}

@media (max-width: 575px) {
  .lk-editbtns a {
    padding: 15px 25px;
  }
}

.lk-bonus-info {
  padding: 30px;
  margin-bottom: 30px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .lk-bonus-info {
    padding: 25px 15px;
    margin: 0 -15px 30px -15px;
  }
}

.lk-bonus-info__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lk-bonus-info__item {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 300;
  color: #212121;
  margin-bottom: 15px;
}

.lk-bonus-info__item:not(:last-child) {
  position: relative;
  padding-right: 24px;
  margin-right: 24px;
}

.lk-bonus-info__item:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  background-color: #dbdbdb;
}

.lk-bonus-info__item span {
  font-size: 1.5em;
  font-weight: 500;
  margin-left: 7px;
}

@media (max-width: 767px) {
  .lk-bonus-info__item span {
    font-size: 1.3em;
  }
}

.lk-bonus-info__more {
  margin-top: 10px;
}

.lk-bonus-info__more a {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 300;
  color: #01c1c2;
  text-decoration: underline;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.lk-bonus-info__more a:hover {
  color: #019e9e;
}

.lk-bonus-table {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .lk-bonus-table {
    margin: 0 -15px 30px -15px;
  }
}

.lk-bonus-table table {
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .lk-bonus-table table tr {
    display: block;
    background-color: #fff;
    padding: 20px 15px;
  }

  .lk-bonus-table table tr:not(:last-child) {
    border-bottom: 1px solid #e1e3e6;
  }
}

.lk-bonus-table table tr td,
.lk-bonus-table table tr th {
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.3;
  padding: 15px 25px;
  text-align: left;
}

@media (min-width: 768px) {
  .lk-bonus-table table tr td,
  .lk-bonus-table table tr th {
    border: 1px solid #e1e3e6;
  }
}

@media (max-width: 767px) {
  .lk-bonus-table table tr td,
  .lk-bonus-table table tr th {
    display: block;
    width: 100%;
    padding: 5px 0;
  }
}

@media (max-width: 767px) {
  .lk-bonus-table table thead {
    display: none;
  }
}

.lk-bonus-table table thead tr th {
  font-weight: 700;
  color: #fff;
  background-color: #01c1c2;
}

@media (min-width: 768px) {
  .lk-bonus-table table tbody tr:nth-child(odd) td {
    background-color: #fff;
  }

  .lk-bonus-table table tbody tr:nth-child(even) td {
    background-color: #fcfdfe;
  }

  .lk-bonus-table table tbody tr:hover td {
    background-color: #f1f5fa;
  }
}

.lk-bonus-table table tbody tr td {
  font-weight: 300;
  color: #212121;
}

.lk-bonus-table table tbody tr td:nth-child(5) {
  white-space: nowrap;
  font-weight: 500;
}

@media (min-width: 768px) {
  .lk-bonus-table table tbody tr td .-xs-info {
    display: none;
  }
}

.lk-bonus-table table tbody tr.-minus td:nth-child(2),
.lk-bonus-table table tbody tr.-minus td:nth-child(5) {
  color: #cc0036;
}

.lk-bonus-table__info {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 300;
  font-style: italic;
  color: #212121;
  padding-left: 30px;
}

.lk-compare {
  padding: 30px 0;
  background-color: #fff;
}

@media (max-width: 767px) {
  .lk-compare {
    margin: 0 -15px;
  }
}

.lk-compare__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 15px 0;
}

.lk-compare__items {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lk-compare__item {
  position: relative;
}

.lk-compare__item:not(:last-child) {
  border-right: 1px solid #e1e3e6;
}

.lk-compare__item.-params {
  width: 34%;
  border-right: 1px solid #e1e3e6;
}

@media (max-width: 575px) {
  .lk-compare__item.-params {
    width: 45%;
  }
}

.lk-compare__item.-params li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.lk-compare__item ul li {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 300;
  color: #212121;
  text-align: center;
  padding: 15px 25px;
  border-bottom: 1px solid #e1e3e6;
  background-color: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .lk-compare__item ul li {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .lk-compare__item ul li {
    font-size: 13px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .lk-compare__item ul li {
    padding: 10px 15px;
  }
}

@media (max-width: 575px) {
  .lk-compare__item ul li {
    padding: 7px;
  }
}

.lk-compare__item ul li:nth-child(2n + 3) {
  background-color: #fcfdfe;
}

.lk-compare__item ul li.-bold {
  font-weight: 700;
}

.lk-compare__item ul li.-regular {
  font-weight: 400;
}

.lk-compare__item ul li.-title {
  position: relative;
  z-index: 1;
}

.lk-compare__item ul li.-no,
.lk-compare__item ul li.-yes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lk-compare__item ul li.-no span,
.lk-compare__item ul li.-yes span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lk-compare__item ul li.-yes span {
  background-color: #01c1c2;
}

.lk-compare__item ul li.-no span {
  background-color: #cc0036;
}

.lk-compare__scrollbar {
  position: relative;
  width: 100%;
  height: 3px;
  background-color: #f0f2f5;
  z-index: 2;
}

.lk-compare__scrollbar .swiper-scrollbar-drag {
  background: #01c1c2;
  border-radius: 0;
}

.lk-contact {
  padding: 30px;
  background-color: #fff;
}

@media (max-width: 575px) {
  .lk-contact {
    margin: 0 -15px;
    padding: 20px 15px;
  }
}

.lk-contact__info {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 300;
  color: #212121;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e1e3e6;
}

.lk-contact__btn {
  max-width: 310px;
  text-align: center;
}

@media (max-width: 575px) {
  .lk-contact__btn .btn {
    padding: 20px 30px;
  }
}

.lk-sidebar__item.lk-promo {
  padding: 0;
}

.lk-promo__banner a:not(:last-child) {
  margin-bottom: 15px;
}

.lk-promo__banner a {
  display: inline-block;
  vertical-align: top;
  border-radius: 16px;
  overflow: hidden;
}

.lk-compare__scrollbar .ui-product__nav {
  display: block;
  position: fixed;
  right: -25px;
  top: -10px;
  z-index: 2;
}

.lk-compare__scrollbar .ui-product__nav > * {
  position: relative;
  left: inherit;
  right: inherit;
  margin: 10px 0;
}

.lk-compare__scrollbar-in {
  width: 100%;
  height: 3px;
  background-color: #f0f2f5;
}

.noblock {
  display: none !important;
}

.lk-compare .swiper-button-disabled {
  display: block !important;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.lk {
  overflow: hidden;
}

.ui-product__close {
  position: absolute;
  width: 26px;
  height: 26px;
  background: #bcbcbc url(../img/product_close.png) no-repeat center center;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  z-index: 5;
  cursor: pointer;
}

#catf_left {
  margin-bottom: 30px;
  background: #ecf0f7;
  border-radius: 4px;
}

#js_catalog_block {
  padding-bottom: 20px;
}

#catf_left_toggle {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #212121;
  text-align: center;
  text-transform: uppercase;
  padding: 20px;
  background: #fff;
  /* margin-bottom: 2px; */
  border-radius: 4px;
}

.catf_left_block {
  border-bottom: 1px solid #ddd;
  font-size: 12px;
  padding: 5px;
}

.catf_left_block_head {
  position: relative;
  padding: 22px 15px 22px 0;
  cursor: pointer;
}

.catf_left_block.isOpened .catf_left_block_head {
  padding-bottom: 3px;
}

.catf_left_block_head:after {
  content: "";
  width: 8px;
  height: 12px;
  position: absolute;
  right: 1px;
  top: 26px;
  background: url("../img/filter_arrow_dark.svg") no-repeat center center /
    contain;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.catf_left_block.isOpened .catf_left_block_head:after {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.catf_left_block_head span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #212121;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.catf_left_block_head:hover span {
  color: #01c1c2;
}

.catf_left_block_params {
  padding: 26px 0;
  overflow: hidden;
}

.catf_left_block:not(.isOpened) .catf_left_block_params {
  display: none;
}

.catf_left_block_params input[type="checkbox"],
.catf_left_block_params input[type="radio"] {
  display: none;
}

.catf_left_block_params input[type="checkbox"] + label,
.catf_left_block_params input[type="radio"] + label {
  position: relative;
  display: inline-block;
  float: left;
  clear: left;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: #212121;
  padding-left: 29px;
  cursor: pointer;
}

.catf_left_block_params input[type="checkbox"] + label:not(:last-child),
.catf_left_block_params input[type="radio"] + label:not(:last-child) {
  margin-bottom: 13px;
}

.catf_left_block_params input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background: #fff url("../img/filter_sign_disable.svg") no-repeat center center /
    12px;
  border: 1px solid #e1e3e6;
  -webkit-transition: border-color 0.5s;
  -o-transition: border-color 0.5s;
  transition: border-color 0.5s;
}

.catf_left_block_params input[type="checkbox"] + label:hover:before {
  border-color: #afb0b3;
}

.catf_left_block_params input[type="checkbox"]:checked + label:before {
  background-image: url("../img/filter_sign_active.svg");
  border-color: #afb0b3;
}

.catf_left_block_params input[type="radio"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e1e3e6;
  -webkit-transition: border-color 0.5s;
  -o-transition: border-color 0.5s;
  transition: border-color 0.5s;
}

.catf_left_block_params input[type="radio"] + label:hover:before {
  border-color: #afb0b3;
}

.catf_left_block_params input[type="radio"]:checked + label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 10px;
  height: 10px;
  background-color: #01c1c2;
  border-radius: 50%;
}

.catf_left_refresh {
  padding: 23px 0;
}

.catf_left_refresh a,
.catf_left_refresh span,
.catf_left_refresh button {
  display: inline-block;
  vertical-align: top;
  border: 0 none;
  background: transparent url("../img/filter_refresh.svg") no-repeat left center /
    14px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #9e9e9e;
  padding-left: 30px;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  cursor: pointer;
}

.catf_left_refresh a:hover,
.catf_left_refresh span:hover,
.catf_left_refresh button:hover {
  color: #01c1c2;
}

.catf_left_block_price {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 10px 13px;
  background-color: #fff;
  border-radius: 100px;
  margin-bottom: 20px;
}

.catf_left_block_price span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #212121;
  white-space: nowrap;
}

.catf_left_block_price input {
  width: 65px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #888;
  border: 0 none;
  background: transparent;
  padding: 0 7px;
}

.slider-wrap {
  padding: 0 12px;
}

.slider-wrap .ui-widget-content {
  background: #eee;
}

.slider-wrap .ui-corner-all,
.slider-wrap .ui-corner-bottom,
.slider-wrap .ui-corner-right,
.slider-wrap .ui-corner-br {
  border-radius: 0;
}

.slider-wrap .ui-slider-horizontal {
  height: 5px;
}

.slider-wrap .ui-widget.ui-widget-content {
  border: 0 none;
}

.slider-wrap .ui-slider .ui-slider-handle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #e2e4e7;
  background: #fff;
}

.slider-wrap .ui-slider .ui-slider-handle:after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #01c1c2;
  position: absolute;
  left: 2px;
  top: 2px;
}

.slider-wrap .ui-slider-horizontal .ui-slider-handle {
  top: 50%;
  margin-top: -12px;
  margin-left: -12px;
}

.catalog-head {
  position: relative;
  margin-bottom: 20px;
  z-index: 3;
}

@media (min-width: 576px) {
  .catalog-head {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.catalog-head__label {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #9e9e9e;
  margin-right: 15px;
}

@media (min-width: 1200px) {
  .catalog-sort {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .sort-links {
    margin-top: 5px;
  }
}

@media (min-width: 768px) {
  .sort-links {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }

  .sort-links span {
    margin: 0 10px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #212121;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
    cursor: pointer;
  }

  .sort-links span:hover {
    color: #01c1c2;
  }

  .sort-links span.active {
    color: #01c1c2;
    font-weight: 700;
  }

  .sort-links a {
    margin: 0 10px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #212121;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
    cursor: pointer;
    text-decoration: none;
  }

  .sort-links a:hover {
    color: #01c1c2;
  }

  .sort-links a.active {
    color: #01c1c2;
    font-weight: 700;
  }
}

@media (max-width: 767px) {
  .catalog-sort {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .catalog-sort__wrap {
    height: 35px;
    overflow: hidden;
    border-radius: 20px;
  }

  .catalog-sort__wrap.isOpened {
    overflow: inherit;
  }

  .catalog-sort .sort-links {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #fff;
    border-radius: 12px;
    z-index: 1;
  }

  .catalog-sort .sort-links:after {
    content: "";
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #01c1c2 url("../img/filter_arrow_light.svg") no-repeat center
      center / 7px;
    position: absolute;
    right: 4px;
    top: 4px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  .catalog-sort__wrap.isOpened .sort-links:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .catalog-sort .sort-links span {
    position: relative;
    z-index: 2;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .catalog-sort .sort-links span.active {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .catalog-sort .sort-links span {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 8px 50px 8px 18px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    color: #212121;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }

  .catalog-sort .sort-links span:hover {
    color: #01c1c2;
  }

  .catalog-sort .sort-links span.active {
    color: #01c1c2;
  }

  .catalog-sort .sort-links a {
    position: relative;
    z-index: 2;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .catalog-sort .sort-links a.active {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .catalog-sort .sort-links a {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 8px 50px 8px 18px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    color: #212121;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }

  .catalog-sort .sort-links a:hover {
    color: #01c1c2;
  }

  .catalog-sort .sort-links a.active {
    color: #01c1c2;
  }
}

@media (max-width: 575px) {
  .catalog-sort {
    margin-bottom: 15px;
  }
}

.catalog-view {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.catalog-view ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -7px;
}

.catalog-view ul li {
  margin: 0 7px;
  cursor: pointer;
}

.catalog-view ul li input {
  display: none;
}

.catalog-view ul li label {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.catalog-view ul li label img {
  display: block;
}

.catalog-view ul li input:not(:checked) + label {
  opacity: 0.7;
}

.hidden {
  display: none !important;
}

.is_chil {
  display: none !important;
}

.inpError {
  border-color: red !important;
}

#one_click_phone.inpError,
#pushcart_form input.inpError {
  background-color: rgba(255, 0, 0, 0.2) !important;
}

.js_children {
  display: none !important;
}

.n-product-spec {
  margin: 0;
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
}

.n-product-spec:nth-child(even) {
  background-color: #ffffff;
}

.n-product-spec:nth-child(odd) {
  background-color: #f5f5f5;
}

.n-product-spec:hover {
  background-color: #ebebeb;
}

@media (min-width: 240px) and (max-width: 767px) {
  .n-product-spec {
  }

  .n-product-spec__name {
    font-size: 16px;
    font-weight: 700;
  }

  .n-product-spec__value {
    margin: 0;
    line-height: 1.5em;
    padding-top: 0.2em;
  }
}

@media (min-width: 768px) {
  .n-product-spec {
  }

  .n-product-spec__name {
    font-weight: 700;
    padding: 5px 10px 5px 0;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    width: 500px;
    float: left;
  }

  .n-product-spec__value {
    padding-top: 0.2em;
    padding: 5px 10px 5px 0;
    text-align: left;
    vertical-align: top;
  }
}

.card-desc__item h1,
.card-desc__item h2,
.card-desc__item h3 {
  font-size: 20px;
  margin-bottom: 1em;
  font-weight: 500;
}

.card-desc__item h4 {
  font-size: 18px;
  margin-bottom: 1em;
  font-weight: 500;
}

.card-desc__item p strong {
  font-size: 1.2em;
  font-weight: 500;
}

.card-desc__item ul {
  padding: 0;
  margin: 0 0 20px 0;
}

.card-desc__item ul li {
  list-style: disc inside;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 8px;
  color: #000;
}

.ui-product__price {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/*.ui-product__price span {
    flex: 1;
    text-align: center;
}*/

body.-menu-opened .nav-catalog {
  overflow: inherit;
}

@media (min-width: 768px) {
  .nav-catalog__submenu {
    min-height: 100%;
    bottom: inherit;
  }
}

#catalog_items > div,
.js_category_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#catalog_items .ui-product__item,
.js_category_item .ui-product__item {
  width: 100%;
}

.error {
  border: 1px solid red !important;
}

@media (max-width: 767px) {
  .nav-catalog {
    width: 100%;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .n-product-spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .n-product-spec__name,
  .n-product-spec__value {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (min-width: 768px) {
  .nav-catalog__submenu ul.-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}

.popup-cart__img img {
  max-height: 300px;
}

@media (max-width: 575px) {
  .popup-cart__img img {
    max-height: 150px;
  }
}

.ui-product__item {
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

.ui-product__item:hover {
  -webkit-box-shadow: 0 10px 30px rgba(1, 193, 194, 0.15);
  box-shadow: 0 10px 30px rgba(1, 193, 194, 0.15);
}

.article__body table {
  width: 100%;
}

.article__body table td {
  /*border: 1px solid #01c1c2;
	padding: 20px;*/
  vertical-align: middle;
}

.article__body li + ul:not(:last-child) {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .article__body li + ul {
    padding-left: 57px;
  }
}

@media (max-width: 767px) {
  .article__body li + ul {
    margin-top: 10px;
  }
}

.swiper-button-disabled {
  display: none !important;
}

@media (min-width: 1200px) {
  .col-xl-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.cat_block_item {
  min-height: 60px;
  padding: 10px 15px;
  margin: 0 0 10px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none;
}

.cat_block_item:hover {
  -webkit-box-shadow: 0 0 7px rgba(60, 60, 60, 0.2);
  box-shadow: 0 0 7px rgba(60, 60, 60, 0.2);
}

.cat_block_item_ico {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.cat_block_item_info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 18px;
  color: #00aea5;
}

.cat_block_item:hover .cat_block_item_info {
  color: #1c1c1c;
}

.cat_block_item_br {
  width: 100%;
  margin-bottom: 45px;
}

#mp_bottom_slider_head,
#mp_bottom_slider1_head {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  margin-top: 30px;
}

.mp_bottom_slider_wrap {
  position: relative;
  padding-top: 30px;
}

.cat_block_title h2 {
  display: block;
  font-size: 1.5em;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
}

.mp_bottom_slide {
  text-align: center;
}

.mp_bottom_slide a {
  text-decoration: none;
}

.mp_bottom_slide a span {
  display: inline-block;
  vertical-align: top;
}

.mp_bottom_slide img {
  display: block;
  max-width: 100%;
}

.mp_bottom_slide_title {
  font-size: 14px;
  line-height: 20px;
  color: #00aea5;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  margin: 20px 0;
}

.mp_bottom_slide a:hover .mp_bottom_slide_title {
  color: #1c1c1c;
}

.table_type1 {
  margin-bottom: 50px;
}

.table_type1 tr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-width: 1px 0;
  border-style: solid;
  border-color: #aaa;
  margin-top: -1px;
}

.table_type1 tr td {
  border: 0 none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 20px 10px;
}

.table_type1 tr td:nth-child(1) {
  text-align: center;
}

.table_type1 tr td:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.table_type1 tr td img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 575px) {
  .table_type1 tr,
  .table_type1 tr td {
    display: block;
  }
}

.brand {
  padding: 20px 0;
  background-color: #f7f9fc;
}

.brand-info {
  padding: 30px 0;
}

@media (min-width: 992px) {
  .brand-info__headwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.brand-info__head {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .brand-info__head {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.brand-info__title {
  margin-bottom: 25px;
}

.brand-info__title h1,
.brand-info__title h2,
.brand-info__title h3,
.brand-info__title > span {
  font-size: 40px;
  line-height: 1.35;
  font-weight: 800;
  color: #212121;
}

@media (max-width: 575px) {
  .brand-info__title h1,
  .brand-info__title h2,
  .brand-info__title h3,
  .brand-info__title > span {
    font-size: 24px;
  }
}

.brand-info__desc {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  color: #212121;
}

.brand-info__logo {
  display: inline-block;
  vertical-align: top;
  padding: 30px 20px;
  margin-bottom: 30px;
  border-radius: 8px;
  background-color: #fff;
}

.brand-info__logo img {
  display: block;
  max-width: 100%;
}

@media (min-width: 992px) {
  .brand-info__logo {
    margin-left: 20px;
  }
}

.brand-info__wrapper {
  position: relative;
}

.brand-info__item {
  text-align: center;
  padding-top: 20px;
}

.brand-info__img {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 20px;
}

.brand-info__img:after {
  content: "";
  position: absolute;
  left: 60px;
  right: 60px;
  top: 0;
  bottom: 20px;
  -webkit-box-shadow: 0 10px 20px rgba(30, 30, 30, 0.3);
  box-shadow: 0 10px 20px rgba(30, 30, 30, 0.3);
}

.brand-info__img img {
  position: relative;
  display: block;
  max-width: 100%;
  z-index: 1;
}

.brand-cat {
  padding: 30px 0;
}

.brand-cat__title {
  font-size: 21px;
  line-height: 1.3;
  font-weight: 500;
  color: #212121;
  margin-bottom: 25px;
}

.brand-cat__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brand-cat__wrap {
  padding: 0 3px;
  margin-bottom: 3px;
}

@media (min-width: 1200px) {
  .brand-cat__wrap {
    width: 20%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .brand-cat__wrap {
    width: 33.333%;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .brand-cat__wrap {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .brand-cat__wrap {
    width: 100%;
  }
}

.brand-cat__item {
  position: relative;
  width: 100%;
  height: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #f3f3f3;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
  cursor: pointer;
}

.brand-cat__item:hover {
  -webkit-box-shadow: 0 5px 20px rgba(1, 193, 194, 0.2);
  box-shadow: 0 5px 20px rgba(1, 193, 194, 0.2);
}

.brand-cat__item > img {
  max-width: 100%;
  border-radius: 10px;
}

.brand-cat__nav {
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 20px 12px;
  z-index: 1;
  -webkit-transition: border-color 0.5s, background-color 0.5s;
  -o-transition: border-color 0.5s, background-color 0.5s;
  transition: border-color 0.5s, background-color 0.5s;
}

.brand-cat__item.isActive .brand-cat__nav {
  border-color: #f3f3f3;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 2;
}

.brand-cat__head {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #212121;
  text-transform: uppercase;
  margin-bottom: 12px;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.brand-cat__item:hover .brand-cat__head {
  color: #01c1c2;
}

.brand-cat__body {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}

.brand-cat__body ul li:not(:last-child) {
  margin-bottom: 10px;
}

.brand-cat__body ul li a {
  font-size: 13px;
  line-height: 18px;
  color: #212121;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.brand-cat__body ul li a:hover {
  color: #01c1c2;
  text-decoration: underline;
}

.brand-about__text {
  margin-bottom: 30px;
}

.brand-about__textin {
  overflow: hidden;
  margin-bottom: 20px;
}

.brand-about__textin p {
  font-size: 14px;
  line-height: 26px;
}

.brand-about__textin p:not(:last-child) {
  margin-bottom: 10px;
}

.brand-about__readmore {
  display: inline-block;
  vertical-align: top;
  padding-right: 25px;
  background: url("../img/brand-about_readmore.png") no-repeat right center;
}

.brand-about__readmore span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #01c1c2;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.5s;
  -o-transition: border-color 0.5s;
  transition: border-color 0.5s;
}

.brand-about__readmore span:hover {
  border-color: #01c1c2;
}

.brand-info__readmore {
  display: inline-block;
  vertical-align: top;
  padding-right: 25px;
  background: url("../img/brand-about_readmore.png") no-repeat right center;
  height: 19px;
}

.brand-info__readmore span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #01c1c2;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.5s;
  -o-transition: border-color 0.5s;
  transition: border-color 0.5s;
}

.brand-info__readmore span:hover {
  border-color: #01c1c2;
}

.brand-about__text:not(.isSpoiler) .brand-about__readmore {
  display: none;
}

.brand-about__text.isSpoiler .brand-about__textin {
  position: relative;
  max-height: 270px;
}

.brand-about__text.isSpoiler .brand-about__textin:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  background: -o-linear-gradient(
    top,
    rgba(247, 249, 252, 0),
    rgba(247, 249, 252, 0.9)
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(247, 249, 252, 0)),
    to(rgba(247, 249, 252, 0.9))
  );
  background: linear-gradient(
    to bottom,
    rgba(247, 249, 252, 0),
    rgba(247, 249, 252, 0.9)
  );
}

.brand-about__videowrap {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.brand-about__videowrap:after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  top: 0;
  bottom: 20px;
  -webkit-box-shadow: 0 10px 20px rgba(30, 30, 30, 0.3);
  box-shadow: 0 10px 20px rgba(30, 30, 30, 0.3);
}

.brand-about__video {
  position: relative;
  width: 100%;
  height: 0;
  padding: 28.125% 0;
  border-radius: 8px;
  overflow: hidden;
  background-color: #212121;
  z-index: 1;
}

.brand-about__video > img,
.brand-about__video > iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.brand-about__video > img {
  opacity: 0.2;
  z-index: 1;
}

.brand-about__video > iframe {
  z-index: 3;
}

.brand-about__video:not(.isActive) > iframe {
  display: none;
}

.brand-about__play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  z-index: 2;
}

.brand-about__play .-btn {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background-color: rgba(1, 193, 194, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.brand-about__play .-label {
  font-size: 13px;
  line-height: 1.3;
  color: #fff;
}

.brand-about__play:hover .-btn {
  background-color: #01c1c2;
}

.site-footer {
  padding-top: 120px;
}

@media (max-width: 575px) {
  .site-footer {
    padding-top: 30px;
  }
}

.footer-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: -10px 0px 25px -4px;
}

@media (max-width: 767px) {
  .footer-soc {
    margin-top: 10px;
    margin-bottom: 0;
  }
}

.footer-soc a {
  margin: 0 4px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #aaa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.footer-soc a:hover {
  background-color: #01c1c2;
}

.article__body a.cat_block_item {
  text-decoration: none;
}

.brand {
  padding: 20px 0;
  background-color: #f7f9fc;
}

.brand-info {
  padding: 30px 0;
}

@media (min-width: 992px) {
  .brand-info__headwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.brand-info__head {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .brand-info__head {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.brand-info__title {
  margin-bottom: 25px;
}

.brand-info__title h1,
.brand-info__title h2,
.brand-info__title h3,
.brand-info__title > span {
  font-size: 40px;
  line-height: 1.35;
  font-weight: 800;
  color: #212121;
}

@media (max-width: 575px) {
  .brand-info__title h1,
  .brand-info__title h2,
  .brand-info__title h3,
  .brand-info__title > span {
    font-size: 24px;
  }
}

.brand-info__desc {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  color: #212121;
}

.brand-info__logo {
  display: inline-block;
  vertical-align: top;
  padding: 30px 20px;
  margin-bottom: 30px;
  border-radius: 8px;
  background-color: #fff;
}

@media (min-width: 992px) {
  .brand-info__logo {
    margin-left: 20px;
  }
}

.brand-info__wrapper {
  position: relative;
}

.brand-info__item {
  text-align: center;
  padding-top: 20px;
}

.brand-info__img {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 20px;
}

.brand-info__img:after {
  content: "";
  position: absolute;
  left: 60px;
  right: 60px;
  top: 0;
  bottom: 20px;
  -webkit-box-shadow: 0 10px 20px rgba(30, 30, 30, 0.3);
  box-shadow: 0 10px 20px rgba(30, 30, 30, 0.3);
}

.brand-info__img img {
  position: relative;
  display: block;
  max-width: 100%;
  z-index: 1;
  border-radius: 10px;
}

.brand-cat {
  padding: 30px 0;
}

.brand-cat__title {
  font-size: 21px;
  line-height: 1.3;
  font-weight: 500;
  color: #212121;
  margin-bottom: 25px;
}

.brand-cat__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brand-cat__wrap {
  padding: 0 3px;
  margin-bottom: 3px;
}

@media (min-width: 1200px) {
  .brand-cat__wrap {
    width: 20%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .brand-cat__wrap {
    width: 33.333%;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .brand-cat__wrap {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .brand-cat__wrap {
    width: 100%;
  }
}

.brand-cat__item {
  position: relative;
  width: 100%;
  height: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #f3f3f3;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
  cursor: pointer;
}

.brand-cat__item:hover {
  -webkit-box-shadow: 0 5px 20px rgba(1, 193, 194, 0.2);
  box-shadow: 0 5px 20px rgba(1, 193, 194, 0.2);
}

.brand-cat__item > img {
  max-width: 100%;
  border-radius: 10px;
  max-height: 100%;
}

.brand-cat__nav {
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 20px 12px;
  z-index: 1;
  -webkit-transition: border-color 0.5s, background-color 0.5s;
  -o-transition: border-color 0.5s, background-color 0.5s;
  transition: border-color 0.5s, background-color 0.5s;
}

.brand-cat__item.isActive .brand-cat__nav {
  border-color: #f3f3f3;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 2;
}

.brand-cat__head {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #212121;
  text-transform: uppercase;
  margin-bottom: 12px;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.brand-cat__item:hover .brand-cat__head {
  color: #01c1c2;
}

.brand-cat__body {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}

.brand-cat__body ul li:not(:last-child) {
  margin-bottom: 10px;
}

.brand-cat__body ul li a {
  font-size: 13px;
  line-height: 18px;
  color: #212121;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.brand-cat__body ul li a:hover {
  color: #01c1c2;
  text-decoration: underline;
}

.brand-about__text {
  margin-bottom: 30px;
}

.brand-about__textin {
  overflow: hidden;
  margin-bottom: 20px;
}

.brand-about__textin p {
  font-size: 14px;
  line-height: 26px;
}

.brand-about__textin p:not(:last-child) {
  margin-bottom: 10px;
}

.brand-about__readmore {
  display: inline-block;
  vertical-align: top;
  padding-right: 25px;
  background: url("../img/brand-about_readmore.png") no-repeat right center;
}

.brand-about__readmore span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #01c1c2;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.5s;
  -o-transition: border-color 0.5s;
  transition: border-color 0.5s;
}

.brand-about__readmore span:hover {
  border-color: #01c1c2;
}

.brand-about__text:not(.isSpoiler) .brand-about__readmore {
  display: none;
}

.brand-about__text.isSpoiler .brand-about__textin {
  position: relative;
  max-height: 270px;
}

.brand-about__text.isSpoiler .brand-about__textin:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  background: -o-linear-gradient(
    top,
    rgba(247, 249, 252, 0),
    rgba(247, 249, 252, 0.9)
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(247, 249, 252, 0)),
    to(rgba(247, 249, 252, 0.9))
  );
  background: linear-gradient(
    to bottom,
    rgba(247, 249, 252, 0),
    rgba(247, 249, 252, 0.9)
  );
}

.brand-about__videowrap {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.brand-about__videowrap:after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  top: 0;
  bottom: 20px;
  -webkit-box-shadow: 0 10px 20px rgba(30, 30, 30, 0.3);
  box-shadow: 0 10px 20px rgba(30, 30, 30, 0.3);
}

.brand-about__video {
  position: relative;
  width: 100%;
  height: 0;
  padding: 28.125% 0;
  border-radius: 8px;
  overflow: hidden;
  background-color: #212121;
  z-index: 1;
}

.brand-about__video > img,
.brand-about__video > iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.brand-about__video > img {
  opacity: 0.2;
  z-index: 1;
}

.brand-about__video > iframe {
  z-index: 3;
}

.brand-about__video:not(.isActive) > iframe {
  display: none;
}

.brand-about__play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  z-index: 2;
}

.brand-about__play .-btn {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background-color: rgba(1, 193, 194, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.brand-about__play .-label {
  font-size: 13px;
  line-height: 1.3;
  color: #fff;
}

.brand-about__play:hover .-btn {
  background-color: #01c1c2;
}

.footer-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: -10px 0px 25px -4px;
}

@media (max-width: 767px) {
  .footer-soc {
    margin-top: 10px;
    margin-bottom: 0;
  }
}

.footer-soc a {
  margin: 10px 4px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #aaa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.footer-soc a:hover {
  background-color: #01c1c2;
}

@media (max-width: 575px) {
  .popup.popup-cart.popup-type1 {
    padding-bottom: 15px;
  }

  .popup-cart__price span.-old {
    font-size: 22px;
    margin-bottom: 5px;
  }

  .popup-cart__price span.-current {
    font-size: 26px;
  }

  .popup-cart__info {
    margin-bottom: 5px;
  }

  .popup-cart__foot .btn {
    padding: 15px;
  }
}

.ui-product__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.ui-product__top {
  width: 100%;
}

.sales-banner {
  border-radius: 16px;
}

.catalog-item__wrapper {
  border: 0 none;
}

.catalog-item__wrapper .row {
  margin: 0 -6px;
}

.catalog-item__wrapper .row > [class*="col-"] {
  padding-right: 6px;
  padding-left: 6px;
}

.catalog-item__wrapper .catalog-item {
  margin: 0 0 12px 0;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  overflow: hidden;
}

.sidebar-banner a {
  display: inline-block;
  vertical-align: top;
  border-radius: 16px;
  overflow: hidden;
}

.sidebar-banner a:not(:last-child) {
  margin-bottom: 15px;
}

.footer-pay {
  margin-bottom: 0;
}

#catf_left_inner {
  padding: 0 10px 30px 10px;
}

.brand-about__textin em {
  font-style: italic;
}

.brand-about__textin strong {
  font-weight: 700;
}

.brand-about__textin a {
  color: #01c1c2;
  text-decoration: none;
}

.brand-about__textin a:hover {
  text-decoration: underline;
}

.brand-about__textin h1 {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 0.7em;
}

.brand-about__textin h2 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 0.7em;
}

.brand-about__textin h3 {
  font-size: 21px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 0.7em;
}

.brand-about__textin h4 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 0.7em;
}

.brand-about__textin ul,
.brand-about__textin ol {
  margin-bottom: 15px;
}

.brand-about__textin li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}

.brand-about__textin ul li {
  position: relative;
  padding-left: 14px;
}

.brand-about__textin ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  background-color: #01c1c2;
  border-radius: 50%;
}

.brand-about__textin ol {
  list-style-type: decimal;
  list-style-position: inside;
}

@media (max-width: 575px) {
  .brand-about__textin h1 {
    font-size: 28px;
  }

  .brand-about__textin h2 {
    font-size: 22px;
  }

  .brand-about__textin h3 {
    font-size: 18px;
  }

  .brand-about__textin h4 {
    font-size: 16px;
  }
}

.ui-product__btn.-green a,
.ui-product__btn a.-green {
  background-color: #01c1c2;
}

.ui-product__btn.-green a:hover,
.ui-product__btn a.-green:hover {
  background-color: #00adae;
}

.catalog-item a span {
  text-align: center;
}

.popup p {
  font-size: 16px;
  line-height: 1.85;
}

.popup p:not(:last-child) {
  margin-bottom: 15px;
}

.popup h1 {
  font-size: 40px;
  line-height: 1.35;
  font-weight: 800;
  color: #212121;
  text-align: center;
  margin-bottom: 20px;
}

.popup h2 {
  font-size: 32px;
  line-height: 1.35;
  font-weight: 700;
  color: #212121;
  text-align: center;
  margin-bottom: 20px;
}

.popup h3 {
  font-size: 24px;
  line-height: 1.35;
  font-weight: 500;
  color: #212121;
  text-align: center;
  margin-bottom: 15px;
}

.popup h4 {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 500;
  color: #212121;
  text-align: center;
  margin-bottom: 10px;
}

.popup strong {
  font-weight: 700;
}

.popup em {
  font-style: italic;
}

@media (max-width: 767px) {
  .popup h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .popup h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .popup h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .popup h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .popup p {
    font-size: 14px;
  }

  .popup p:not(:last-child) {
    margin-bottom: 10px;
  }
}

.card-labels__in {
  min-height: 66px;
}

.popup-cheaper {
  background-color: transparent;
  width: 100%;
  max-width: 600px;
  padding: 30px;
}

.popup-cheaper__body {
  position: relative;
  border-radius: 36px;
  background-color: #fff;
  padding: 50px 35px 35px 35px;
  -webkit-box-shadow: 0 20px 40px rgba(1, 193, 194, 0.2);
  box-shadow: 0 15px 30px rgba(1, 193, 194, 0.2);
}

.popup-cheaper__title {
  font-size: 30px;
  line-height: 1.33;
  font-weight: 900;
  color: #01c1c2;
  margin-bottom: 25px;
  text-align: center;
}

.popup-cheaper__info {
  font-size: 13px;
  line-height: 25px;
  color: #212121;
  text-align: center;
  margin-bottom: 25px;
}

.popup-cheaper__form {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
}

.popup-cheaper__form input,
.popup-cheaper__form textarea {
  font-family: Montserrat, sans-serif;
  width: 100%;
  background-color: #fff;
  border: 1px solid #e1e3e6;
  border-radius: 22px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 21px;
  color: #212121;
  padding: 11px 18px;
}

.popup-cheaper__form textarea {
  resize: none;
  height: 120px;
}

.popup-cheaper__form input.popup-cheaper__link {
  padding-right: 45px;
  background: #fff url("../img/cheaper_link.png") no-repeat right 15px center;
}

.popup-cheaper__form input.popup-cheaper__phone {
  padding-right: 45px;
  background: #fff url("../img/cheaper_phone.png") no-repeat right 15px center;
}

.popup-cheaper__form input.popup-cheaper__email {
  padding-right: 45px;
  background: #fff url("../img/cheaper_mail.png") no-repeat right 15px center;
}

.popup-cheaper__form button {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px;
}

.popup-cheaper__agree {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  font-size: 13px;
  line-height: 20px;
  color: #868786;
  text-align: center;
}

.popup-cheaper__agree a {
  color: #01c1c2;
  text-decoration: underline;
}

.popup-cheaper .fancybox-close-small {
  display: none;
}

.popup-cheaper__close {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #000 url("../img/cheaper_close.png") no-repeat center center;
  cursor: pointer;
  opacity: 0.8;
  z-index: 1;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.popup-cheaper__close:hover {
  opacity: 1;
}

@media (max-width: 575px) {
  .popup-cheaper {
    padding: 30px 0;
  }

  .popup-cheaper__body {
    padding: 30px 20px;
  }

  .popup-cheaper__title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .popup-cheaper__info {
    line-height: 20px;
    margin-bottom: 15px;
  }

  .popup-cheaper__agree {
    font-size: 12px;
    line-height: 16px;
  }

  .popup-cheaper__form button {
    margin-top: 0px;
    margin-bottom: 10px;
  }
}

.ui-product__head {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  padding: 15px 20px 0;
}

.ui-product__foot {
  width: 100%;
  padding: 0 20px 15px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ui-product__tr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.ui-product__td {
  font-size: 12px;
  line-height: 14px;
  color: #7e8793;
  padding: 2px 0;
  margin: 0 5px;
}

.ui-product__td:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 16px;
  background: url("../img/spec_dot.png") repeat-x left bottom;
}

.ui-product__td:nth-child(3) {
  text-align: right;
}

@media (min-width: 768px) {
  #catalog_items.-list .js_category_item,
  .js_category_block.-list .js_category_item {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  #catalog_items.-list .ui-product__item,
  .js_category_block.-list .ui-product__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #catalog_items.-list .ui-product__subtitle a h1,
  #catalog_items.-list .ui-product__subtitle a h2,
  #catalog_items.-list .ui-product__subtitle a h3,
  #catalog_items.-list .ui-product__subtitle a h4,
  #catalog_items.-list .ui-product__subtitle a > span,
  .js_category_block.-list .ui-product__subtitle a h1,
  .js_category_block.-list .ui-product__subtitle a h2,
  .js_category_block.-list .ui-product__subtitle a h3,
  .js_category_block.-list .ui-product__subtitle a h4,
  .js_category_block.-list .ui-product__subtitle a > span {
    text-align: left;
  }

  #catalog_items.-list .ui-product__img,
  .js_category_block.-list .ui-product__img {
    /* width: 20%;
		height: auto;
		padding: 15px 20px; */
  }

  #catalog_items.-list .ui-product__img a,
  .js_category_block.-list .ui-product__img a {
    position: relative;
    width: 100%;
  }

  #catalog_items.-list .ui-product__img img:not(.-label),
  .js_category_block.-list .ui-product__img img:not(.-label) {
    /* 		position: relative;
		left: inherit;
		top: inherit;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none; */
    max-width: 100%;
    max-height: 100%;
  }

  #catalog_items.-list .ui-product__head,
  .js_category_block.-list .ui-product__head {
    padding: 15px 20px;
    border-right: 1px solid #dde2e8;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  #catalog_items.-list .ui-product__foot,
  .js_category_block.-list .ui-product__foot {
    padding: 15px 20px;
    width: auto;
  }

  #catalog_items.-list .ui-product__bottom,
  .js_category_block.-list .ui-product__bottom {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #catalog_items.-list .ui-product__btn,
  .js_category_block.-list .ui-product__btn {
    width: 100%;
  }

  #catalog_items.-list .ui-product__add,
  .js_category_block.-list .ui-product__add {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border-top: 1px solid #dde2e8;
    padding-top: 5px;
    margin-bottom: 0;
    margin-top: 25px;
  }

  #catalog_items.-list .ui-product__add .card__add,
  .js_category_block.-list .ui-product__add .card__add {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #catalog_items:not(.-list) .ui-product__spec {
    display: none;
  }
}

@media (max-width: 767px) {
  .ui-product__spec {
    display: none;
  }
}

@media (max-width: 1199px) {
  #catalog_items.-list .ui-product__add .card__add,
  .js_category_block.-list .ui-product__add .card__add {
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.brand-action {
  padding: 30px 0;
}

.brand-action__item {
  padding: 25px;
  background-color: #fff;
}

.brand-action__item:not(:last-child) {
  margin-bottom: 10px;
}

.brand-action__img img {
  display: block;
  max-width: 100%;
  border-radius: 18px;
  -webkit-box-shadow: 0 10px 20px rgba(1, 193, 194, 0.25);
  box-shadow: 0 10px 20px rgba(1, 193, 194, 0.25);
}

.brand-action__title {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 900;
  color: #212121;
  margin-bottom: 20px;
}

.brand-action__title a {
  color: #212121;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.brand-action__title a:hover {
  color: #01c1c2;
}

.brand-action__text {
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  color: #212121;
  margin-bottom: 25px;
}

.brand-action__date > span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #01c1c2;
  text-align: left;
  padding-left: 46px;
}

.brand-action__date > span span {
  white-space: nowrap;
}

.brand-action__date > span:before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16px;
  background: url("../img/brand_action_date.png") no-repeat 0 0 / contain;
}

.brand-action__btn a {
  min-width: 220px;
  text-align: center;
}

@media (min-width: 1200px) {
  .brand-action__img {
    margin-right: 45px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .brand-action__img {
    margin-right: 30px;
  }

  .brand-action__btn a {
    min-width: 200px;
  }
}

@media (min-width: 992px) {
  .brand-action__item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .brand-action__img {
    max-width: 30%;
  }

  .brand-action__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (max-width: 991px) {
  .brand-action__img {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .brand-action__item {
    border-radius: 16px;
  }

  .brand-action__foot {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .brand-action__item {
    margin: 0 -15px;
    padding: 25px 15px;
  }

  .brand-action__item:not(:last-child) {
    margin-bottom: 10px;
  }

  .brand-action__img img {
    margin: 0 auto;
  }

  .brand-action__title {
    font-size: 24px;
    text-align: center;
  }

  .brand-action__date {
    text-align: center;
    margin-bottom: 20px;
  }

  .brand-action__date > span {
    font-size: 14px;
    padding-left: 32px;
  }

  .brand-action__date > span:before {
    width: 24px;
    height: 24px;
    margin-top: -12px;
  }

  .brand-action__btn {
    text-align: center;
  }
}

strong {
  font-weight: 700;
}

#order_authorization_form {
  padding: 30px 0;
}

#order_authorization_form button {
  width: 100%;
}

.sidebar-banner {
  text-align: center;
}

#catf_left_toggle {
  text-align: left;
  padding-right: 80px;
  background: #fff url("../img/filter_ico.png") no-repeat right 20px center /
    20px;
}

@media (max-width: 991px) {
  #catf_left_inner:not(.isActive) {
    display: none;
  }
}

@media (max-width: 991px) {
  .hidden-down-md {
    display: none;
  }
}

.forget-pass {
  text-decoration: underline;
  color: #01c1c2;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.forget-pass:hover {
  color: #019e9e;
}

.sales-banner__img {
  text-align: center;
}

.sales-banner__img a {
  display: inline-block;
  vertical-align: top;
}

.sales-banner__img img {
  display: block;
  max-width: 100%;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 38px rgba(1, 193, 194, 0.54);
  box-shadow: 0 0 38px rgba(1, 193, 194, 0.54);
}

/* Каталог списком */
.ui-product__head {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  padding: 15px 20px 0;
}

.ui-product__foot {
  width: 100%;
  padding: 0 20px 15px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ui-product__tr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.ui-product__td {
  font-size: 12px;
  line-height: 14px;
  color: #7e8793;
  padding: 2px 0;
  margin: 0 5px;
}

.ui-product__td:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 16px;
  background: url("../img/spec_dot.png") repeat-x left bottom;
}

.ui-product__td:nth-child(3) {
  text-align: right;
}

@media (min-width: 768px) {
  #catalog_items.-list .js_category_item,
  .js_category_block.-list .js_category_item {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  #catalog_items.-list .ui-product__item,
  .js_category_block.-list .ui-product__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #catalog_items.-list .ui-product__subtitle a h1,
  #catalog_items.-list .ui-product__subtitle a h2,
  #catalog_items.-list .ui-product__subtitle a h3,
  #catalog_items.-list .ui-product__subtitle a h4,
  #catalog_items.-list .ui-product__subtitle a > span,
  .js_category_block.-list .ui-product__subtitle a h1,
  .js_category_block.-list .ui-product__subtitle a h2,
  .js_category_block.-list .ui-product__subtitle a h3,
  .js_category_block.-list .ui-product__subtitle a h4,
  .js_category_block.-list .ui-product__subtitle a > span {
    text-align: left;
  }

  #catalog_items.-list .ui-product__img,
  .js_category_block.-list .ui-product__img {
    /* 		width: 20%;
		height: auto;
		padding: 15px 20px;
		-ms-flex-negative: 0;
		    flex-shrink: 0;		 */
    width: 165px;
    height: auto;
    min-height: 165px;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #catalog_items.-list .ui-product__img a,
  .js_category_block.-list .ui-product__img a {
    /* 		display: inline-block;
		vertical-align: top; */
  }

  #catalog_items.-list .ui-product__img img:not(.-label),
  .js_category_block.-list .ui-product__img img:not(.-label) {
    /* 		position: relative;
		left: inherit;
		top: inherit;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;	
		max-width: 100%; */
  }

  #catalog_items.-list .ui-product__head,
  .js_category_block.-list .ui-product__head {
    padding: 15px 20px;
    border-right: 1px solid #dde2e8;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  #catalog_items.-list .ui-product__foot,
  .js_category_block.-list .ui-product__foot {
    padding: 15px 20px;
    width: auto;
    /*-webkit-box-flex: 0;
		-ms-flex: 0;
		 flex: 0; */
  }

  #catalog_items.-list .ui-product__bottom,
  .js_category_block.-list .ui-product__bottom {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #catalog_items.-list .ui-product__btn,
  .js_category_block.-list .ui-product__btn {
    width: 100%;
  }

  #catalog_items.-list .ui-product__add,
  .js_category_block.-list .ui-product__add {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border-top: 1px solid #dde2e8;
    padding-top: 5px;
    margin-bottom: 0;
    margin-top: 25px;
  }

  #catalog_items.-list .ui-product__add .card__add,
  .js_category_block.-list .ui-product__add .card__add {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #catalog_items:not(.-list) .ui-product__spec {
    display: none;
  }
}

@media (max-width: 767px) {
  .ui-product__spec {
    display: none;
  }

  .catalog-view {
    display: none;
  }
}

@media (max-width: 1199px) {
  #catalog_items.-list .ui-product__add .card__add,
  .js_category_block.-list .ui-product__add .card__add {
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.js_category_block:not(.-list) .ui-product__spec,
.lk-favourite .ui-product__spec {
  display: none;
}

.card__bonus span {
  color: #01c1c2;
  font-weight: 600;
}

@media (max-width: 575px) {
  #js_popup_action_text p {
    font-size: 13px;
  }

  .popup-cheaper__info p {
    font-size: 12px;
    line-height: 16px;
  }

  .popup-cheaper__form textarea {
    height: 80px;
  }
}

.col-12 > .breadcrumb {
  margin: 0 -15px;
}

@media (max-width: 991px) {
  .filter-wrapper {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .filter-wrapper .sidebar-banner,
  .filter-wrapper .sidebar-news {
    display: none;
  }

  .filter-wrapper #catf_left {
    margin-bottom: 0;
  }
}

li.has_podmenu_2 > a {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  color: #212121;
  margin-bottom: 10px;
}

.nav-catalog__submenu2 > ul > li {
  margin-bottom: 10px;
}

.nav-catalog__submenu2 > ul > li > a {
  display: inline-block;
  font-size: 14px;
  line-height: 1.6;
  color: #212121;
  text-decoration: none;
}

.nav-catalog__submenu2 > ul > li > a:hover {
  text-decoration: underline;
}

.bonus-link-in-card {
  color: #01c1c2;
  font-weight: 600;
}

.mp_about_text {
  font-size: 1.8rem;
  line-height: 1.35;
  font-weight: 800;
  color: #212121;
  text-align: center;
  width: 100%;
  padding: 100px 0;
}

#popup-action_gift .action-content {
  margin-bottom: 15px;
}

.popup-oneclick__phone label {
  top: 0;
  margin-top: 0;
}

.popup-oneclick__phone label.error {
  display: block;
  position: relative;
  left: inherit;
  top: inherit;
  width: 100%;
  height: auto;
  border: 0 none !important;
  border-radius: 0;
  background: none;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  color: #bdbdbd;
  margin-top: 10px;
  margin-bottom: -5px;
}

.popup-promo {
  position: relative;
  width: 100%;
  max-width: 730px;
  border-radius: 24px;
  background-color: #fff;
  padding: 35px;
  -webkit-box-shadow: 0 0 38px rgba(1, 193, 194, 0.5);
  box-shadow: 0 0 38px rgba(1, 193, 194, 0.5);
}

.popup-promo__head {
  font-size: 28px;
  line-height: 1.25;
  font-weight: 800;
  color: #eb2214;
  text-align: center;
  margin-bottom: 30px;
}

.popup-promo__body {
  max-width: 540px;
  margin: 0 auto 15px;
}

.popup-promo__item {
  padding: 20px 0;
  border-top: 1px dashed #aebcc6;
}

.popup-promo__item:last-child {
  border-bottom: 1px dashed #aebcc6;
}

.popup-promo__title {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  color: #212121;
  margin-bottom: 12px;
}

.popup-promo__date {
  position: relative;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  /*color: #01c1c2; */
  padding-left: 32px;
  margin-bottom: 30px;
}

.popup-promo__date:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -12px;
  background: url("../img/popup_promo_sprite.png") no-repeat 0 0;
}

.popup-promo__more {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #212121;
  text-align: center;
  padding: 20px 0;
}

.popup-promo__more a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #01c1c2;
  text-decoration: none;
  padding: 0 20px;
  margin-top: 4px;
}

.popup-promo__more a:before,
.popup-promo__more a:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: url("../img/popup_promo_sprite.png") no-repeat -44px 0;
  -webkit-transition: margin-left 0.4s, margin-right 0.4s;
  -o-transition: margin-left 0.4s, margin-right 0.4s;
  transition: margin-left 0.4s, margin-right 0.4s;
}

.popup-promo__more a:hover:before {
  margin-left: 4px;
}

.popup-promo__more a:hover:after {
  margin-right: 4px;
}

.popup-promo__more a:before {
  left: 0;
}

.popup-promo__more a:after {
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.popup-promo__more a span {
  display: inline-block;
  vertical-align: top;
  text-decoration: underline;
}

.popup-promo__callback {
  margin: 0 -35px 30px;
  padding: 15px 0;
  background-color: #eef2f7;
  text-align: center;
}

.popup-promo__callin {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 75px;
  font-size: 16px;
  line-height: 1.5;
  color: #212121;
}

.popup-promo__callin:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 62px;
  height: 62px;
  margin-top: -31px;
  background: url("../img/popup_promo_sprite.png") no-repeat 0 -25px;
}

.popup-promo__callin a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  color: #212121;
  text-decoration: none;
  padding-left: 30px;
  margin-left: 4px;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  white-space: nowrap;
}

.popup-promo__callin a:hover {
  color: #01c1c2;
}

.popup-promo__callin a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 19px;
  height: 20px;
  margin-top: -10px;
  background: url("../img/popup_promo_sprite.png") no-repeat -25px 0;
}

.popup-promo__next {
  text-align: center;
}

.popup-promo .fancybox-close-small {
  display: none;
}

.popup-promo__close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  background: url("../img/popup_promo_sprite.png") no-repeat -54px 0;
  -webkit-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  cursor: pointer;
}

.popup-promo__close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.btn.-small {
  font-size: 12px;
  padding: 13px 30px;
}

@media (min-width: 576px) {
  .popup-promo__item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .popup-promo__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 30px;
  }
}

@media (max-width: 575px) {
  .popup-promo {
    padding: 45px 20px 30px;
  }

  .popup-promo__head {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .popup-promo__body {
    margin-bottom: 10px;
  }

  .popup-promo__item {
    padding: 15px 0;
  }

  .popup-promo__info {
    margin-bottom: 10px;
  }

  .popup-promo__title {
    font-size: 18px;
  }

  .popup-promo__more {
    font-size: 14px;
  }

  .popup-promo__more a {
    font-size: 16px;
  }

  .popup-promo__callback {
    margin: 0 -20px 20px;
  }

  .popup-promo__callin {
    font-size: 14px;
    padding: 0 0 0 70px;
  }
}
/* Стикеры */
.ui-product__item {
  position: relative;
}

.ui-product__sticker {
  list-style: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 2;
}

.ui-product__sticker li {
  margin: 0 8px 4px;
  font-size: 11px;
  line-height: 14px;
  font-weight: 600;
  color: #fff !important;
  /*text-transform: uppercase;*/
  text-align: center;
  padding: 8px 10px;
  min-width: 60px;
  border-radius: 100px;
  background-color: #03c1c2;
}

.ui-product__sticker li.-hit {
  background-color: #ff9d10;
}

.ui-product__sticker li.-promo {
  background-color: #eb2214;
}

.ui-product__sticker li.-discount {
  background-color: #1ab101;
  font-size: 14px;
}

#catalog_items.-list .ui-product__item .ui-product__sticker,
.js_category_block.-list .ui-product__item .ui-product__sticker {
  position: relative;
  left: inherit;
  right: inherit;
  margin: 0 -8px 12px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.card-img {
  position: relative;
}

.card-labels__item.-redborder {
  border: 2px solid #c71212;
  border-radius: 5px;
}

.card-labels__item.-greenborder {
  border: 2px solid #01c1c2;
  border-radius: 5px;
}

.-nowrap {
  white-space: nowrap;
}

.btn1 {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 700;
  text-decoration: none;
  color: #02c1c2;
  padding: 0.6em 1.6em;
  background-color: #fff;
  border: 2px solid #02c1c2;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: border-color 0.4s, color 0.4s, opacity 0.4s;
  -o-transition: border-color 0.4s, color 0.4s, opacity 0.4s;
  transition: border-color 0.4s, color 0.4s, opacity 0.4s;
}

.btn1:hover {
  color: #019e9e;
  border-color: #019e9e;
}

.btn1.-red {
  color: #bf3820;
  border-color: #bf3820;
}
.btn.-grey {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
}
.btn.-grey:hover {
  color: #fff;
  border-color: #808080;
}
.btn1.-red:hover {
  /*	color: #e26852;*/
  /*border-color: #e26852;*/
  opacity: 0.75;
}

.btn1.-gray {
  color: #9ea9b9;
  border-color: #9ea9b9;
}

.btn1.-gray:hover {
  color: #64748b;
  border-color: #64748b;
}

.lk-order__title + .lk-favourite {
  margin-top: -20px;
}

.lk-favourite-btns {
  margin-bottom: 27px;
}

.lk-favourite-btns__item {
  text-align: center;
  margin-bottom: 15px;
}

.lk-favourite-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 30px;
}

.lk-favourite-total__wrap {
  background-color: #fff;
  padding: 8px 25px;
  border-radius: 10px;
  -webkit-box-shadow: 0 19px 46px rgba(158, 206, 206, 0.35);
  box-shadow: 0 19px 46px rgba(158, 206, 206, 0.35);
}

.lk-favourite-total__table {
}

.lk-favourite-total__row {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  color: #21210d;
}

.lk-favourite-total__row:not(:last-child) {
  border-bottom: 1px dashed #9ea9b9;
}

.lk-favourite-total__cell {
  padding: 10px;
}

.lk-favourite-total__cell.-title {
  font-size: 1.3em;
}

.lk-favourite-total__cell.-val {
  font-size: 1.5em;
}

@media (min-width: 576px) {
  .btn1.-print {
    position: relative;
    padding-left: 58px;
    background-image: url("../img/fav_btn_print.png");
    background-repeat: no-repeat;
    background-position: left 22px center;
  }
}

@media (max-width: 575px) {
  .hidden-xs {
    display: none;
  }

  .lk-favourite-btns {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lk-favourite-btns__item {
    margin-left: -10px;
    margin-right: -10px;
  }

  .lk-favourite-total__wrap {
    padding: 5px 10px;
  }

  .lk-favourite-total__row {
    font-size: 16px;
  }

  .lk-favourite-total__cell {
    vertical-align: middle;
  }
}

#js_catalog_block {
  position: relative;
}

#js_catalog_block.loading_process:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75) url(../img/preloader.svg) no-repeat
    center top 130px / 64px;
  z-index: 1000;
}

.ui-product__close:hover {
  background-color: #01c1c2;
}

@media print {
  .breadcrumb,
  .lk-order__title,
  .lk-favourite-btns,
  .header__top,
  .header-catalog,
  .header-search,
  .header-bar__tabs,
  .header-bar__cart,
  .ui-product__bottom,
  .sidebar-news,
  .lk-sidebar,
  .footer-item:not(.-contacts),
  .footer__end,
  .lk > .container > .row > .col-xl-3,
  .header-bar__contact,
  .header-bar__schedule,
  .ui-product__close,
  .footer-item__head:after {
    display: none;
  }

  .lk > .container > .row > .col-xl-9,
  .js_category_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .footer-item.-contacts .footer-item__body {
    height: auto !important;
  }

  .footer__schedule span {
    padding-left: 0;
    margin-top: 5px;
    font-weight: 500;
  }

  .footer__schedule span:before {
    display: none;
  }

  .ui-product__spec {
    display: block;
  }

  .ui-product__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }

  .ui-product__img {
    width: 30%;
    height: auto;
    padding: 0;
  }

  .ui-product__img a img:not(.-label) {
    position: relative;
    left: inherit;
    top: inherit;
    margin: 20px auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .ui-product__head {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .ui-product__foot {
    width: 70%;
    margin-left: 30%;
  }

  .ui-product__price {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
  }
}

#catalog_show_add.loading_process {
  background: #f7f9fc url("../img/preloader.svg") no-repeat center center / 36px !important;
  color: transparent;
}

.ui-product__sticker li.-v_rassrochku {
  background: url("../img/logo-pokupay.svg") no-repeat;
}

.yznat_ceny_info {
  color: red;
  margin-top: 10px;
}

.yznat_ceny_info + .card__add {
  margin-top: 10px;
}

/*.header-catalog__title:after,
.header-catalog__title:before {
	transition: opacity 500ms, transform 500ms;
}

.header-catalog__title:before {
	background-position: -110px 0;
}

.header-catalog__title:after {
	background-position: -110px -14px;
}


.header-catalog:hover .header-catalog__title:before{background-position:-90px 0;}
.header-catalog:hover .header-catalog__title:after{background-position:-90px -14px;}

.header-catalog:after,
.header-catalog:before {
	position: absolute;
	top: 50%;
	background-image: url(../img/header-in_icons.png);
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 500ms;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	pointer-events: none;
	content: '';
}

.header-catalog:before {
	width: 20px;
	height: 14px;
	left: 20px;
	margin-top: -7px;
	background-position: -90px 0;
}

.header-catalog:after {
	width: 12px;
	height: 8px;
	right: 21px;
	margin-top: -4px;
	background-position: -90px -14px;
	-webkit-transition: -webkit-transform .5s, opacity 500ms;
	transition: -webkit-transform .5s, opacity 500ms;
	transition: transform .5s, opacity 500ms;
	transition: transform .5s, -webkit-transform .5s, opacity 500ms;
}

.header-catalog.-active:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.header-catalog:hover:after,
.header-catalog:hover:before {
	opacity: 1;
}

.header-catalog:hover .header-catalog__title:after,
.header-catalog:hover .header-catalog__title:before {
	opacity: 0;
}
*/
.ui-product__sticker {
  cursor: default;
}

.ui-product__sticker li.-black-friday {
  color: #dfca42 !important;
  background-color: #1f1916;
  font-size: 14px;
}

@media (min-width: 768px) {
  #catalog_items.-list .ui-product__img,
  .js_category_block.-list .ui-product__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.lk-compare__item .ui-product__sticker li {
  height: auto !important;
  padding: 8px 10px !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}

.brendybrendy a img {
  display: inline-block !important;
}

.compare-categories {
  margin-bottom: 30px;
}

.compare-categories p:not(:last-child) {
  margin-bottom: 15px;
}

.compare-categories a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 32px;
  font-size: 16px;
  line-height: 20px;
  color: #01c1c2;
  text-decoration: underline;
  -webkit-transition: color 0.6s;
  -o-transition: color 0.6s;
  transition: color 0.6s;
}

.compare-categories a:hover {
  color: #019e9e;
}

.compare-categories a:before,
.compare-categories a:after {
  content: "";
  position: absolute;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.compare-categories a:before {
  width: 20px;
  height: 20px;
  border: 2px solid #01c1c2;
  border-radius: 4px;
  left: 0;
  top: 0;
}

.compare-categories a:after {
  width: 10px;
  height: 10px;
  background-color: #01c1c2;
  border-radius: 2px;
  left: 5px;
  top: 5px;
}

@media (min-width: 576px) {
  .lk-order__title + .compare-categories {
    margin-top: -35px;
  }
}

@media (min-width: 768px) {
  .compare-categories + .col-12 {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.compare-mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px -10px 10px;
}

@media (max-width: 575px) {
  .compare-mode {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.compare-mode a {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #212121;
  text-decoration: none;
  -webkit-transition: color 0.6s;
  -o-transition: color 0.6s;
  transition: color 0.6s;
  margin: 5px 10px;
}

.compare-mode a:hover,
.compare-mode a.active {
  color: #01c1c2;
}

.payment-block-inlk {
  margin: 35px 0 0 40px;
}

@media (min-width: 1200px) {
  .header-bar__schedule {
    margin-bottom: 5px;
    padding-right: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-bar__schedule {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .header-bar__schedule {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .header-bar__contacts {
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .header-bar__contacts {
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-bar__contact {
    display: block;
  }
}

@media (max-width: 767px) {
  .header-bar__contact {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .header-bar__phone {
    width: 50%;
    padding-left: 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.header-bar__phone:not(:last-child) {
  /*margin-bottom: 5px;*/
}

.header-bar__phone a {
  font-weight: 600;
}

@media (min-width: 992px) {
  .header-bar__phone a {
    font-size: 16px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .header-bar__phone a {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .header-bar__phone a {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .header-bar__contact:not(:first-child) .header-bar__phone a {
    padding-left: 0;
  }

  .header-bar__contact:not(:first-child) .header-bar__phone a:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-bar__city {
    width: 50%;
    text-align: right;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .header-bar__city {
    font-size: 14px;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  #catalog_items .js_category_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
    border-bottom: 1px solid #ebebeb;
  }

  #catalog_items .js_category_item:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }

  #catalog_items .js_category_item:nth-child(1),
  #catalog_items .js_category_item:nth-child(2) {
    border-top: 1px solid #ebebeb;
  }

  #catalog_items .js_category_item .ui-product__item {
    margin: 0;
    border-radius: 0;
  }
}

@media (max-width: 575px) {
  #catalog_items .js_category_item .ui-product__item .ui-product__img {
    height: 180px;
  }

  #catalog_items .js_category_item .ui-product__item .ui-product__head {
    padding: 10px;
  }

  #catalog_items
    .js_category_item
    .ui-product__item
    .ui-product__subtitle
    a
    h3 {
    font-size: 14px;
    font-weight: 500;
  }

  #catalog_items .js_category_item .ui-product__item .ui-product__foot {
    padding: 0 10px 10px 10px;
  }
}

/*.brands-table__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.brands-table__item a {
	display: inline-block;
	vertical-align: top;
}

.brands-table__item img {
	display: block;
	max-width: 100%;
	maxrgin: 0 auto;
}

@media (min-width: 576px) {
	.brands-table__item {
		width: 20%;
	}

	.brands-table__item:nth-child(5n+1),
	.brands-table__item:nth-child(5n+2) {
		margin-right: 20%;
	}

	.brands-table__item:nth-child(5n+4),
	.brands-table__item:nth-child(5n) {
		margin-left: 20%;
	}
}

@media (max-width: 575px) {
 
	.brands-table {
		margin: 0 -15px;
	}

	.brands-table__item {
		width: 50%;
		text-align: center;
		background: #fff;
		border-bottom: 1px solid #ebebeb;
	}

	.brands-table__item:nth-child(odd) {
		border-right: 1px solid #ebebeb;
	}

	.brands-table__ite:nth-child(1),
	.brands-table__ite:nth-child(2) {
		border-top: 1px solid #ebebeb;
	}

	.brands-table__item a {
		padding: 10px;
	}
}*/

.header-search form input {
  min-width: 0;
}

.order-bonus__more.active span {
  background-color: #fff;
  border-color: #e1e1e1;
}

.order-bonus__more.active span:before {
  background-position: -54px 0;
}

.card-img__thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100px;
  padding: 10px;
}

.card-img__thumb img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.catalog-tools {
  margin-top: 30px;
}

@media (min-width: 576px) {
  .catalog-tools {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }
}

@media (min-width: 576px) {
  .catalog-tools__in {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 100px;
  }
}

.catalog-tools__pagination {
}

.catalog-tools__pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}

.catalog-tools__pagination ul li {
  margin-left: -1px;
}

.catalog-tools__pagination li a,
.catalog-tools__pagination li span {
  position: relative;
  color: #212121;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  -webkit-transition: color 0.4s, background-color 0.4s, border-color 0.4s;
  -o-transition: color 0.4s, background-color 0.4s, border-color 0.4s;
  transition: color 0.4s, background-color 0.4s, border-color 0.4s;
}

.catalog-tools__pagination li:not(.isActive) a:hover {
  color: #01c1c2;
  border-color: #01c1c2;
  z-index: 2;
}

.catalog-tools__pagination li.isActive a,
.catalog-tools__pagination li.isActive span {
  background-color: #01c1c2;
  border-color: #01c1c2;
  color: #fff;
}

.catalog-tools__pagination li a {
  border: 1px solid #ddd;
}

@media (min-width: 576px) {
  .catalog-tools__nav.ui-product__nav > *.-prev {
    left: 0;
  }

  .catalog-tools__nav.ui-product__nav > *.-next {
    right: 0;
  }
}

@media (max-width: 575px) {
  .catalog-tools__nav {
    margin: 30px -10px 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .catalog-tools__nav.ui-product__nav > * {
    margin: 0 10px;
  }
}

.catalog-description {
  margin-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 576px) {
  .catalog-description {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .catalog-description {
    font-size: 14px;
  }
}

.catalog-description__head {
  font-size: 2em;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .catalog-description__head {
    font-size: 2em;
  }
}

@media (max-width: 767px) {
  .catalog-description__head {
    font-size: 1.5em;
  }
}

.catalog-description__title {
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 767px) {
  .catalog-description__title {
    position: relative;
    color: #01c1c2;
    padding-right: 25px;
  }

  .catalog-description__title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 12px;
    height: 8px;
    margin-top: -4px;
    background: url("https://www.simona-bt.ru/templates/simona_redisign2018/img/brand-about_readmore.png")
      no-repeat center center;
    -webkit-transition: transform 0.6s;
    -o-transition: transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }

  .catalog-description__head.isActive .catalog-description__title:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.catalog-description__body {
  line-height: 1.5;
  font-weight: 400;
}

.catalog-description__body h1 {
  font-size: 1.6em;
  font-weight: 700;
}

.catalog-description__body h2 {
  font-size: 1.4em;
  font-weight: 700;
}

.catalog-description__body h3 {
  font-size: 1.2em;
  font-weight: 700;
}

.catalog-description__body h4 {
  font-size: 1em;
  font-weight: 700;
}

.catalog-description__body p:not(:last-child) {
  margin-bottom: 1em;
}

.catalog-description__body h1:not(:last-child),
.catalog-description__body h2:not(:last-child),
.catalog-description__body h3:not(:last-child),
.catalog-description__body h4:not(:last-child),
.catalog-description__body p:not(:last-child),
.catalog-description__body ol:not(:last-child),
.catalog-description__body ul:not(:last-child) {
  margin-bottom: 1em;
}

.catalog-description__body li:not(:last-child) {
  margin-bottom: 0.5em;
}

.catalog-description__body ol {
  list-style: decimal inside;
}

.catalog-description__body ul {
  list-style: disc inside;
}

@media (max-width: 768px) {
  .catalog-description__head:not(.isActive) + .catalog-description__body {
    display: none;
  }
}

@media (max-width: 767px) {
  .catalog-tools__pagination {
    margin-left: -15px;
    margin-right: -15px;
  }

  .catalog-tools__pagination ul {
    font-size: 16px;
  }

  .catalog-tools__pagination li a {
    width: 1.9em;
    height: 1.9em;
  }

  .catalog-tools__pagination li span {
    width: 1.4em;
    height: 1.9em;
  }
}

.catalog-view {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.card-contact {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
  color: #040404;
  margin: 35px 0 30px;
  border-top: 1px solid #dad9de;
  border-bottom: 1px solid #dad9de;
}

@media (min-width: 1200px) {
  .card-contact {
    padding: 12px 29px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .card-contact {
    padding: 12px 0;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .card-contact {
    padding: 12px 29px;
  }
}

@media (max-width: 575px) {
  .card-contact {
    padding: 12px 0;
  }
}

.card-contact__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.card-contact__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 1.1em;
}

.card-contact__title:before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url("../img/ico_phone.svg") no-repeat left center / contain;
  margin-right: 0.7em;
}

.card-contact__phone {
  font-size: 1.2em;
  font-weight: 500;
}

.card-contact__phone a,
.card-contact__info a {
  color: #01c1c2;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.card-contact__phone a:hover {
  color: #01c1c2;
}

.card-contact__info a.-viber:hover {
  color: #59267c;
}

.card-contact__info a.-whatsapp:hover {
  color: #25d366;
}

.card-contact__info a.-telegram:hover {
  color: #0088cc;
}

.header-logout {
  padding-left: 22px;
}
.header-logout a {
  display: inline-block;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
  color: #212121;
  text-decoration: underline;
  transition: color 0.5s;
  cursor: pointer;
}
.header-logout a:hover {
  color: #01c1c2;
}

.article__schema {
  display: none;
}
.button1.in_cart {
  background-color: #fff;
  color: #1f9b9f;
}

@media (max-width: 450px) {
  header .container-mobile {
    display: none !important;
  }
}
.fancybox-caption-wrap {
  display: none !important;
}

.gray {
  border-color: #868786 !important;
}

.grecaptcha-badge {
  visibility: initial !important;
}

.brands-table__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: -3px 0 0 -3px; /* compensate for item padding */
}

.brands-table__item {
  box-sizing: border-box;
  padding: 0 3px 3px 3px;
  width: 100%;
  position: relative;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #f3f3f3;
  transition: box-shadow 0.5s;
  cursor: pointer;
  outline: none;
  margin-bottom: 0;
  z-index: 1
}

.brands-table__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: box-shadow 0.5s;
  outline: none;
}

.brands-table__item:hover,
.brands-table__item:focus-within {
  z-index: 10;
	box-shadow: 0 0 32px 0 rgba(1, 193, 194, 0.35);
}

.brands-table__item:focus-within {
  box-shadow: 0 0 0 20px #01c1c2;
}

.brands-table__item img {
  max-width: 90%;
  max-height: 80%;
  object-fit: contain;
  border-radius: 10px;
  transition: transform 0.3s;
  background: #fff;
}

.brands-table__item:hover img,
.brands-table__item:focus-within img {
  transform: scale(1.04);
}

@media (min-width: 1200px) {
  .brands-table__item {
    width: 20%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .brands-table__item {
    width: 33.333%;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .brands-table__item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .brands-table__item {
    width: 100%;
  }
}

/* Optional: Remove link outline, but keep accessibility */
.brands-table__item a:focus {
  outline: none;
}
