@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

/* base reset */
*,
*:before,
*:after {
  box-sizing: border-box
}

body {
  -webkit-tap-highlight-color: transparent
}

html,
body {
  height: 100%;
  width: 100%
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td,
span,
applet,
object,
iframe,
strike,
kbd,
q,
sub,
sup,
tt,
var,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

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

[hidden],
template {
  display: none
}

img,
body,
html,
abbr,
acronym,
a img {
  border: 0
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal
}

ol,
ul,
dir,
menu {
  list-style: none
}

a {
  background-color: transparent
}

:focus,
a,
a:hover,
a:active {
  outline: none;
  border: 0
}

caption,
th {
  text-align: left
}

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

td {
  vertical-align: top
}

q:before,
q:after {
  content: ''
}

blockquote,
q {
  quotes: none
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

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

sup,
sub {
  line-height: 0
}

svg:not(:root) {
  overflow: hidden
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0
}

@-moz-viewport {
  width: device-width
}

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

@-webkit-viewport {
  width: device-width
}

@viewport {
  width: device-width
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  line-height: inherit
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer
}

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

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

input[type="checkbox"],
input[type="radio"] {
  padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto
}

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

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

textarea {
  overflow: auto
}

body {
  overflow: hidden;
  overflow-y: auto;
  min-width: 320px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff
}

select {
  word-wrap: normal
}

progress {
  vertical-align: baseline
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

svg {
  overflow: hidden;
  vertical-align: middle
}

template {
  display: none
}

/* grid (bootrtrap 4.3.1) */
.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  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:1300px) {
  .container {
    max-width: 1240px
  }
}

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

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px
}

.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-13,
.col-14,
.col-15,
.col-16,
.col-17,
.col-18,
.col-19,
.col-2,
.col-20,
.col-21,
.col-22,
.col-23,
.col-24,
.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-13,
.col-lg-14,
.col-lg-15,
.col-lg-16,
.col-lg-17,
.col-lg-18,
.col-lg-19,
.col-lg-2,
.col-lg-20,
.col-lg-21,
.col-lg-22,
.col-lg-23,
.col-lg-24,
.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-13,
.col-md-14,
.col-md-15,
.col-md-16,
.col-md-17,
.col-md-18,
.col-md-19,
.col-md-2,
.col-md-20,
.col-md-21,
.col-md-22,
.col-md-23,
.col-md-24,
.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-13,
.col-sm-14,
.col-sm-15,
.col-sm-16,
.col-sm-17,
.col-sm-18,
.col-sm-19,
.col-sm-2,
.col-sm-20,
.col-sm-21,
.col-sm-22,
.col-sm-23,
.col-sm-24,
.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-13,
.col-xl-14,
.col-xl-15,
.col-xl-16,
.col-xl-17,
.col-xl-18,
.col-xl-19,
.col-xl-2,
.col-xl-20,
.col-xl-21,
.col-xl-22,
.col-xl-23,
.col-xl-24,
.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%;
  padding-right: 10px;
  padding-left: 10px
}

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}

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

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

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12.5%;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%
}

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

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

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 29.16667%;
  -ms-flex: 0 0 29.16667%;
  flex: 0 0 29.16667%;
  max-width: 29.16667%
}

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

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 37.5%;
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  max-width: 37.5%
}

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

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

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.col-13 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 54.16667%;
  -ms-flex: 0 0 54.16667%;
  flex: 0 0 54.16667%;
  max-width: 54.16667%
}

.col-14 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%
}

.col-15 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 62.5%;
  -ms-flex: 0 0 62.5%;
  flex: 0 0 62.5%;
  max-width: 62.5%
}

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

.col-17 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70.83333%;
  -ms-flex: 0 0 70.83333%;
  flex: 0 0 70.83333%;
  max-width: 70.83333%
}

.col-18 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.col-19 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 79.16667%;
  -ms-flex: 0 0 79.16667%;
  flex: 0 0 79.16667%;
  max-width: 79.16667%
}

.col-20 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%
}

.col-21 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 87.5%;
  -ms-flex: 0 0 87.5%;
  flex: 0 0 87.5%;
  max-width: 87.5%
}

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

.col-23 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 95.83333%;
  -ms-flex: 0 0 95.83333%;
  flex: 0 0 95.83333%;
  max-width: 95.83333%
}

.col-24 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* placeholders */
*::-webkit-input-placeholder {
  color: #828282
}

*:-moz-placeholder {
  color: #828282
}

*::-moz-placeholder {
  color: #828282
}

*:-ms-input-placeholder {
  color: #828282
}

*[disabled]::-webkit-input-placeholder {
  color: #CCC
}

*[disabled]:-moz-placeholder {
  color: #CCC
}

*[disabled]::-moz-placeholder {
  color: #CCC
}

*[disabled]:-ms-input-placeholder {
  color: #CCC
}

.error::-webkit-input-placeholder {
  color: #3183d1
}

.error:-moz-placeholder {
  color: #F00
}

.error::-moz-placeholder {
  color: #F00
}

.error:-ms-input-placeholder {
  color: #F00
}

/* default */
.input,
.btn,
select,
.select .selected,
.m-modal .m-modal-button,
.m-modal .m-input-field {
  margin: 0px;
  vertical-align: top;
  transition: all 0.25s;
  font-size: 14px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

/* input,textarea */
input[type=text],
textarea,
.co-input-field,
.m-modal .m-input-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.input,
select,
.btn,
.select .selected,
.m-modal .m-input-field,
.m-modal .m-modal-button {
  background: #fff;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  border: 1px solid #C6C6C6;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0
}

.input:hover,
select:hover,
.select .selected:hover,
.co-input-field:hover,
.m-modal .m-input-field:hover {
  border-color: #b9b9b9;
  border-top: 1px solid #a0a0a0
}

.input:focus,
select:focus,
.co-input-field:focus,
.m-modal .m-input-field:focus {
  border: 1px solid #6D0907;
  box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.075);
  background: #fff
}

.input.error {
  border-color: #F00;
  color: #F00
}

.input[disabled],
.input[disabled]:hover,
.input[disabled]:focus {
  cursor: default;
  color: #CCC;
  border: 1px solid #CCC;
  box-shadow: none
}

textarea.input {
  resize: none;
  height: auto;
  padding: 15px;
  line-height: normal
}

/* buttons */
.btn,
.m-modal .m-modal-button {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  overflow: hidden;
  background: #ffe71f;
  position: relative;
  text-decoration: none;
  border: 0px;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  min-width: 30px;
  text-align: center;
  white-space: nowrap;
  font-size: 11px
}

.btn:hover,
.m-modal .m-modal-button:hover {
  text-decoration: none;
  background: #77384d;
  box-shadow: 0 6px 20px rgba(126, 125, 125, 0.3);
  color: #fff
}

.btn2 {
  color: #fff;
  background: #77384d
}

.btn2:hover {
  background: #333
}

.btn-lg,
.m-modal .m-modal-button {
  height: 46px;
  line-height: 46px
}

.btn.disabled,
.btn.disabled:hover,
.btn.disabled:active,
.btn.disabled:focus {
  cursor: not-allowed;
  box-shadow: none;
  background: none;
  color: #dfdfdf;
  background: none;
  border: 0px
}

.ns,
.ns:hover,
.ns:focus {
  text-shadow: none;
  min-width: auto;
  text-transform: none;
  border-radius: 0;
  height: auto;
  background: none;
  line-height: normal;
  padding: 0;
  border: 0;
  box-shadow: none
}

/* fonts */
@font-face {
  font-family: 'icons';
  src: url('icons.woff2?31152166') format('woff2'), url('icons.woff?31152166') format('woff');
  font-display: swap;
  font-weight: normal;
  font-style: normal
}

[class^="i-"]:before,
[class*=" i-"]:before,
.i:before,
.i:after {
  margin-right: 8px;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.i-plus:before {
  content: '\e800'
}

.i-minus:before {
  content: '\e801'
}

.i-check:before {
  content: '\e802'
}

.i-check-1:before {
  content: '\e803'
}

.i-check-outline:before {
  content: '\e804'
}

.i-zoom:before {
  content: '\e805'
}

.i-fav-added:before {
  content: '\e806'
}

.i-map:before {
  content: '\e807'
}

.i-loop:before {
  content: '\e808'
}

.i-right-small:before {
  content: '\e809'
}

.i-location:before {
  content: '\e80a'
}

.i-basket:before {
  content: '\e80b'
}

.i-retweet:before {
  content: '\e80c'
}

.i-fav-na:before {
  content: '\e80d'
}

.i-search:before {
  content: '\e80e'
}

.i-cancel-circled-outline:before {
  content: '\e80f'
}

.i-bars:before {
  content: '\e810'
}

.i-phone:before {
  content: '\e811'
}

.i-whatsapp:before {
  content: '\e812';
  color: #4BD641
}

.i-viber:before {
  content: '\e813';
  color: #7C42BC
}

.i-phone2:before {
  content: '\e814';
  color: #77384d
}

.i-right-open-mini:before {
  content: '\e815'
}

.i-angle2:before {
  content: '\e816'
}

.i-check-2:before {
  content: '\e817'
}

.i-ok:before {
  content: '\e818'
}

.i-star-empty:before {
  content: '\e901'
}

.i-star:before {
  content: '\e902'
}

.i-check-empty:before {
  content: '\f096'
}

.i-facebook:before {
  content: '\f09a'
}

.i-angle:before {
  content: '\f105'
}

.i-ok-squared:before {
  content: '\f14a'
}

.i-rouble:before {
  content: '\f158'
}

.i-instagram:before {
  content: '\f16d'
}

.i-compare:before {
  content: '\f24e'
}

.i-shopping-basket:before {
  content: '\f291'
}

/* selectbox styled */
.select-wrap {
  display: flex;
  align-items: center
}

.select-wrap label {
  margin-right: 10px
}

.select {
  margin-bottom: 10px;
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 9
}

.select .selected {
  z-index: 4;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 30px 0 20px
}

.select .selected:after {
  transition: all 0.2s;
  color: #000;
  content: '\e815';
  line-height: normal;
  position: absolute;
  right: 14px;
  top: 8px;
  font-family: 'icons';
  font-size: 24px
}

.select .selected .label {
  padding-right: 5px;
  color: #ABABAB
}

.select .selected .value {
  color: #000;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis
}

.select .selected .value .count {
  font-weight: 700;
  color: #000;
  display: inline-block;
  text-align: center
}

.select .dd {
  animation: fadeInDown 0.3s;
  display: none;
  z-index: 3;
  border: 1px solid #C6C6C6;
  border-top: 0;
  background: #fff;
  position: absolute;
  top: 20px;
  width: 100%;
  padding: 25px 20px 15px 20px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px
}

.select .dd .list {
  margin-bottom: 10px;
  max-height: 120px;
  overflow: hidden;
  overflow-y: auto
}

.select .dd .list ul {
  margin: 0
}

.select .dd .list ul li {
  color: #ABABAB;
  transition: all 0.3s;
  padding: 4px 0;
  position: relative
}

.select .dd .list ul li:hover {
  color: #000;
  cursor: pointer
}

.select .dd .list ul li.active {
  color: #000
}

.select.open {
  z-index: 10
}

.select.open .dd {
  display: block
}

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

.swiper-container-vertical>.swiper-wrapper {
  flex-direction: column
}

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

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

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

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

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

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

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

.swiper-button-lock {
  display: none
}

.swiper-pagination-lock {
  display: none
}

.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-pagination {
  z-index: 999;
  width: 100%;
  text-align: center;
  transition: all 0.3s;
  line-height: 0;
  font-size: 0
}

.swiper-pagination>span {
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  transition: all 0.3s;
  height: 12px;
  width: 12px;
  border-radius: 100%;
  margin: 0 6px;
  background: #D7D7D7;
  display: inline-block
}

.swiper-pagination>.swiper-pagination-bullet-active,
.swiper-pagination>span:hover {
  opacity: 1;
  background: #603141
}

.swiper-buttons {
  height: 0;
  top: 50%;
  margin-top: -21px;
  z-index: 99;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  right: 0
}

.swiper-buttons>div {
  opacity: 1;
  position: absolute;
  width: 40px;
  line-height: 40px;
  background: transparent;
  display: inline-block;
  transition: all 0.3s;
  cursor: pointer;
  left: 0px
}

.swiper-buttons>div:before {
  font-family: 'icons';
  line-height: 40px;
  content: '\E816';
  font-weight: 400;
  font-size: 42px;
  text-align: center;
  margin: 0;
  display: block;
  color: #333
}

.swiper-buttons>.prev:before {
  transform: rotate(-180deg)
}

.swiper-buttons>.next {
  right: 0px;
  left: auto
}

.swiper-buttons>div.swiper-button-disabled {
  visibility: hidden !important;
  opacity: 0 !important;
  cursor: auto !important;
  pointer-events: none !important
}

@media (min-width:1300px) {

  /*.swiper-buttons>div{opacity:0}*/
  .carousel:hover .swiper-buttons>div {
    opacity: 1
  }

  /*.carousel:hover .swiper-buttons>.prev{left:-40px}
  .carousel:hover .swiper-buttons>.next{right:-40px}*/
}

@media (max-width:1299px) {
  .swiper-buttons>.prev {
    left: -20px
  }

  .swiper-buttons>.next {
    right: -20px
  }

  .swiper-buttons>div {
    background: #77384d
  }

  .swiper-buttons>div:before {
    font-size: 26px;
    color: #fff
  }
}

/* misc */
.offer-link {
  text-align: center;
  padding-top: 10px;
  font-size: 12px;
  color: #999
}

.none {
  display: none
}

.nscript {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: transparent\9;
  background: rgba(0, 0, 0, 0.75);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf000000, endColorstr=#bf000000);
  zoom: 1;
  z-index: 9999
}

.nscript .c {
  background: #C00;
  padding: 10px 0;
  font-size: 13px;
  text-shadow: 1px 0 1px #970000;
  line-height: 15px;
  color: #FFF;
  text-align: center;
  box-shadow: 0 0 5px #000
}

.ns .c p {
  margin: 0px
}

.a-left {
  text-align: left !important
}

.a-right {
  text-align: right !important
}

.a-center {
  text-align: center !important;
  justify-content: center
}

.layer {
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  background: #fff
}

/* ui slider */
.ui-slider {
  background: #CBCBCB;
  height: 2px;
  width: 100%;
  position: relative
}

.ui-slider-range {
  position: absolute;
  top: 0px;
  height: 2px;
  background: #77384d
}

.ui-slider-handle {
  outline: none;
  display: block;
  position: absolute;
  border-radius: 100%;
  top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  background: #77384d;
  border: 1px solid #EDEDED
}

.ui-slider-handle:focus {
  outline: none
}

/* layout */
html,
body {
  height: 100%
}

body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  display: flex;
  flex-direction: column
}

.layout {
  flex: 1 0 auto
}

.content-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff
}

.mini-column {
  width: 70%;
  margin: 0 auto;
}

.cf:after {
  clear: both;
  content: ".";
  height: 0px;
  display: block;
  visibility: hidden;
  line-height: 0px;
  font-size: 0px
}

/* heading */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  text-transform: none;
  margin-bottom: 20px;
  line-height: normal
}

h1,
.h1,
h2,
.h2 {
  font-size: 24px
}

h2,
.h2 {
  font-size: 22px
}

h3,
.h3 {
  font-size: 20px
}

h4,
.h4 {
  font-size: 18px
}

h5,
h6,
.h5,
.h6 {
  font-size: 16px
}

/* links */
a {
  color: #77384d;
  background-color: transparent;
  outline: none !important
}

a:hover {
  text-decoration: none
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.false {
  transition: all 0.3s;
  text-decoration: none;
  cursor: pointer;
  color: #77384d;
  border-bottom: 1px dashed #77384d
}

.false:hover {
  border-color: #77384d;
  color: #77384d
}

/* base */
img {
  max-width: 100%;
  max-height: 100%
}

strong,
b,
.b {
  font-weight: 700
}

p {
  margin-bottom: 20px
}

u {
  text-decoration: underline
}

em,
dfn {
  font-style: italic
}

del {
  text-decoration: line-through
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none
}

big {
  font-size: 120%
}

small {
  font-size: 80%
}

abbr[title],
acronym {
  border-bottom: 1px dotted
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

figure {
  margin: 1em 40px
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: 700
}

q {
  quotes: none
}

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

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -0.5em
}

sub {
  bottom: -0.25em
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px dashed #ccc;
  margin-bottom: 15px;
  padding: 0
}

dl {
  margin: 0 0 15px 0
}

dl dt {
  font-weight: 700
}

dd {
  margin: 0 0 0 15px
}

table {
  border: 0px;
  margin-bottom: 15px;
  width: 100%
}

table tr td,
table tr th {
  transition: background 0.3s;
  border: 1px solid #CCC;
  padding: 8px 12px;
  vertical-align: middle
}

table tr th {
  background: #EEE;
  text-align: center
}

table tbody tr:nth-child(odd) td {
  background: #FBFBFB
}

table tbody tr:hover td {
  background: #ffe71f
}

table thead tr td {
  background: #fff
}

/* editor content */
.editor {
  line-height: 24px;
  font-size: 16px
}

.editor img {
  max-width: 100%;
  max-height: none;
  height: auto
}

.editor ul,
.editor ol {
  margin-bottom: 15px;
  padding-left: 0px
}

.editor ul li,
.editor ol li {
  margin-bottom: 10px;
  list-style: outside
}

.editor ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 36px;
  background: #77384d;
  width: 8px;
  height: 8px;
  border-radius: 100%
}

.editor ul li {
  list-style: none;
  padding-left: 20px;
  position: relative
}

.editor ol {
  margin-left: 18px
}

.editor ol li {
  list-style-type: decimal
}

.editor blockquote {
  padding-left: 35px;
  border-left: 2px solid #000
}

.editor p:last-child {
  margin-bottom: 0
}

.editor img,
.editor iframe {
  max-width: 100% !important;
  max-height: 100% !important
}

/* default stars */
.rating {
  font-size: 20px
}

.rating i {
  display: inline-block;
  font-style: normal;
  margin: 0 2px
}

.rating i:before {
  font-family: 'icons';
  display: inline-block;
  content: '\E901';
  color: #E0E0E0
}

.rating i.on:before {
  content: '\E902';
  color: #FFC300
}

/* location */
.location a {
  transition: all 0.3s;
  color: #77384d;
  text-decoration: none
}

.location a:before {
  font-size: 18px;
  color: #000
}

.location a:hover {
  color: #000
}

/* labels */
.badge {
  white-space: nowrap;
  position: absolute;
  font-size: 12px;
  left: 1px;
  top: 0px;
  display: block;
  text-decoration: none;
  z-index: 9
}

.badge [class*="l-"] {
  margin-bottom: 2px;
  display: inline-block;
  padding: 4px 10px 5px 10px;
  background: #f00;
  color: #fff;
  float: left;
  clear: left;
}

.badge .l-podarok {
  background-color: #ffe71f;
  color: #000;
}

.badge .l-hit-prodazh {
  background-color: #2992d9
}

.badge .l-besplatno-po-rossii {
  background-color: #6065a6
}

.badge .l-na {
  background-color: #777
}

.badge .l-avl {
  background-color: #2dc015
}

/* default prices */
.pr {
  display: inline-block;
  font-weight: 700
}

.pr:after {
  font-weight: 400;
  margin-top: -3px;
  margin-left: 2px;
  vertical-align: middle;
  font-family: 'icons';
  display: inline-block;
  content: '\F158';
  font-size: 90%
}

/* header */
.header {
  /*height:276px;*/
  position: relative;
  background: url(bg.jpg) no-repeat center top #fff;
  backface-visibility: hidden
}

.header .user-links {
  margin-bottom: 10px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end
}

.header .user-links .item .link {
  margin-left: 14px;
  display: flex;
  font-size: 0;
  text-decoration: none;
  transition: all 0.3s
}

.header .user-links .item .link:before {
  transition: all 0.3s;
  color: #585353;
  margin-right: 4px;
  font-size: 20px
}

.header .user-links .item .link .count {
  transition: all 0.3s;
  font-size: 11px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  background: #6D0907;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  display: inline-block
}

.header .user-links .item .link:hover:before {
  color: #000
}

.header .user-links .item .link:hover .count {
  background: #6D0907
}

.header .r1 {
  font-weight: 600;
  background: #E5E5E5;
  text-transform: uppercase
}

.header .r1 ul {
  font-size: 12px;
  color: #333333
}

.header .r1 ul li {
  display: inline-block;
  margin-left: 1px
}

.header .r1 ul li a {
  display: block;
  text-decoration: none;
  padding: 6px 10px;
  line-height: 20px;
  color: #333;
  transition: all 0.3s
}

.header .r1 ul li a:hover,
.header .r1 ul li.active {
  background: #d9d9d9
}

.header .r1 ul li a.action {
  font-weight: 700;
  color: #77384d
}

.header .r1 ul li:first-child {
  margin: 0
}

.header .r2 {
  padding-top: 20px;
  padding-bottom: 20px
}

.header .r2>.row {
  align-items: flex-end
}

.header .r2 .logo-col {
  padding-bottom: 15px;
  text-align: center
}

.header .r2 .logo {
  display: block;
  margin-bottom: 15px
}

.header .r2 .search-col .form {
  width: 80%;
  margin: 0 auto;
  position: relative;
  display: block
}

.header .r2 .search-col form {
  position: relative;
  display: block;
  margin-bottom: 10px
}

.header .r2 .search-col input[type=text] {
  width: 100%;
  padding: 0 16px;
  padding-right: 42px;
  color: #999999;
  height: 36px;
  border: 1px solid #666666
}

.header .r2 .search-col .btn {
  font-size: 18px;
  color: #000;
  top: 50%;
  margin-top: -14px;
  cursor: pointer;
  display: block;
  position: absolute;
  right: 12px
}

.header .r2 .search-col .btn:before {
  margin: 0
}

.header .phone,
.footer .phone {
  margin-bottom: 12px;
  top: auto;
  right: auto;
  position: relative;
  line-height: 27px;
  font-size: 25px;
  font-weight: 700
}

.header .phone span {
  padding-top: 3px;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  display: block
}

.header .links-wrap {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
}

.header .links-wrap .links a {
  margin-left: 10px;
  font-size: 30px;
  transition: all 0.3s;
  text-decoration: none
}

.header .links-wrap .links a:before {
  margin: 0
}

.header .links-wrap .links a:hover {
  opacity: 0.7
}

.header .links-wrap .links a.cb {
  margin-left: 7px
}

.header .links-wrap .offer-dd {
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  border: 1px solid #77384d;
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  background: #fff;
  width: 320px;
  top: 100%;
  right: 0;
  padding: 15px;
  position: absolute;
}

.header .links-wrap .offer-dd .close {
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  right: -5px;
  top: -15px;
  color: #f00;
}

.header .r3,
.header .r4 {
  display: none
}

.header .links-wrap .offer-dd.is-open {
  margin-top: 10px;
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

.header .r3,
.header .r4 {
  display: none
}

@media (min-width:1300px) {
  .header .r3 {
    background: #77384d;
    display: block
  }

  .header .r3 ul {
    text-transform: uppercase;
    line-height: 14px;
    font-size: 12px;
    width: 100%;
    font-weight: 600;
    justify-content: space-between;
    display: flex
  }

  .header .r3 ul>li {
    position: relative
  }

  .header .r3 ul>li .toggle {
    display: none
  }

  .header .r3 ul>li>a {
    display: flex;
    align-items: center;
    text-decoration: none;
    height: 100%;
    transition: all 0.3s;
    padding: 10px 10px;
    line-height: 18px;
    color: #fff
  }

  .header .r3 ul>li>a:hover,
  .header .r3 ul>li:hover>a,
  .header .r3 ul>li:hover>a.active {
    background: #e0e0e0;
    text-decoration: none;
    color: #505050
  }

  .header .r3 ul>li>a.active {
    background: #603141;
    color: #fff
  }

  .header .r3 ul>li>.sub {
    font-size: 11px;
    font-weight: 400;
    width: 550px;
    display: none;
    background: #e0e0e0;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 101
  }

  .header .r3 ul>li>.sub .c {
    display: flex
  }

  .header .r3 ul>li>.sub .col {
    padding: 20px;
    border-right: 1px solid #ccc
  }

  .header .r3 ul>li>.sub .col .t {
    font-weight: 700;
    color: #000;
    margin-bottom: 15px
  }

  .header .r3 ul>li>.sub .c2 {
    column-count: 2
  }

  .header .r3 ul>li>.sub ul {
    display: block;
    text-transform: none
  }

  .header .r3 ul>li>.sub ul>li {
    padding: 5px 0
  }

  .header .r3 ul>li>.sub ul>li>a,
  .header .r3 ul>li>.sub .brands-col ul li span {
    cursor: pointer;
    transition: all 0.2s;
    padding: 0;
    color: #505050;
    display: block
  }

  .header .r3 ul>li>.sub ul>li>a:hover,
  .header .r3 ul>li>.sub .brands-col ul li span:hover {
    text-decoration: underline
  }

  .header .r3 ul>li>.sub ul>li>*.active,
  .header .row-c>.inner>ul>li>ul>li>*:hover {
    text-decoration: underline;
    color: #6D0907;
    background: none
  }

  .header .r3 ul>li>.sub .brands-col ul li input {
    display: none
  }

  .header .r3 ul>li:hover>.sub {
    display: block
  }

  .header .r3 ul>li:nth-last-child(-n+4)>.sub {
    left: auto;
    right: 0
  }

  .js-fixed-header {
    padding-top: 276px
  }

  .js-fixed-header .header {
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    height: 136px;
    animation: fadeInDown 0.3s;
    position: fixed;
    width: 100%;
    z-index: 102;
  }

  .js-fixed-header .header .phone,
  .js-fixed-header .header .links-wrap,
  .js-fixed-header .header .location,
  .js-fixed-header .header .links,
  .js-fixed-header .header .r1 {
    display: none
  }

  .js-fixed-header .header .r2 {
    padding-top: 10px;
    padding-bottom: 10px
  }

  .js-fixed-header .header .r2 .logo {
    margin: 0
  }

  .js-fixed-header .header .r2 .logo img {
    max-height: 60px
  }

  .js-fixed-header .header .r2 .logo-col {
    padding-bottom: 0
  }

  .js-fixed-header .header .r2 .search-col form,
  .js-fixed-header .header .user-links {
    margin: 0
  }

  .js-fixed-header .header .r2>.row {
    align-items: center
  }

  .js-fixed-header .header .r3 ul>li>a {
    padding-top: 10px;
    padding-bottom: 10px
  }

  .js-show-minicart .layer {
    opacity: 0.9;
    visibility: visible
  }

  .js-show-minicart .user-links .item .dd.js-cart-dd {
    display: block
  }

  .user-links .item {
    position: relative
  }

  .user-links .item .dd {
    display: none;
    animation: fadeInDown 0.3s;
    border: 1px solid #b46a69;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    text-align: left;
    width: 300px;
    z-index: 99;
    background: #f4f4f4;
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 12px
  }

  .user-links .item .dd .c {
    position: relative;
    padding: 15px
  }

  .user-links .item .dd .c:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 10px 12px;
    border-color: transparent transparent #e0e0e0 transparent;
    content: '';
    position: absolute;
    right: 20px;
    top: -11px
  }

  .user-links .item .dd .empty {
    font-size: 12px;
    padding-bottom: 15px
  }

  .user-links .item .dd .h {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700
  }

  .user-links .item .dd .h .close {
    background: #e9e5e5;
    width: 24px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    margin-left: auto;
    font-size: 24px;
    color: #888;
    line-height: 24px;
    font-weight: 400
  }

  .user-links .item .dd .h .close:hover {
    color: #000
  }

  .user-links .item .dd .products-list {
    overflow: hidden;
    overflow-y: auto;
    max-height: 270px;
    margin: 0 -15px 15px -15px;
    background: #fff
  }

  .user-links .item .dd .products-list .product {
    position: relative;
    align-items: center;
    padding: 10px;
    border-top: 1px solid #e0e0e0;
    display: flex
  }

  .user-links .item .dd .products-list .product .del {
    text-align: center;
    margin-left: auto;
    display: inline-block;
    transition: all 0.3s;
    line-height: 18px;
    background: #fff;
    width: 18px;
    height: 18px;
    text-decoration: none;
    color: #888;
    font-size: 17px
  }

  .user-links .item .dd .products-list .product .del:hover {
    background: #f00;
    color: #fff
  }

  .user-links .item .dd .products-list .product .img {
    text-align: center;
    flex: 0 0 20%
  }

  .user-links .item .dd .products-list .product .img img {
    max-height: 60px
  }

  .user-links .item .dd .products-list .product .desc {
    font-size: 11px;
    flex: 0 0 80%;
    padding-left: 15px
  }

  .user-links .item .dd .products-list .product .desc .name {
    margin-bottom: 3px;
    text-transform: uppercase;
    font-weight: 600
  }

  .user-links .item .dd .products-list .product .desc .name a {
    color: #77384d;
    text-decoration: none
  }

  .user-links .item .dd .products-list .product .desc .name a:hover {
    text-decoration: underline
  }

  .user-links .item .dd .products-list .product .desc .prices {
    display: flex;
    align-items: center
  }

  .user-links .item .dd .products-list .product .desc .prices .price {
    font-size: 13px
  }

  .user-links .item .dd .products-list .product .desc .prices .price.pr:after {
    margin-top: 1px
  }

  .user-links .item .dd .products-list .product:first-child {
    border: 0
  }

  .user-links .item .dd .summary {
    margin-bottom: 15px;
    text-align: center;
    font-size: 15px
  }

  .user-links .item .dd .summary .price.pr:after {
    margin-top: 0
  }

  .user-links .item .dd .buttons .btn {
    width: 100%
  }

  .user-links .item .dd .buttons .btn+.btn {
    margin-top: 10px
  }
}

/* links */
.link-compare {
  display: inline-block;
  color: #000;
  transition: all 0.3s;
  text-decoration: none;
  font-size: 0
}

.link-compare:before {
  margin: 0;
  font-size: 18px
}

.link-compare:hover,
*.is-added {
  color: #77384d
}

.in-tools {
  z-index: 9;
  position: absolute;
  right: 0;
  top: 0
}

.in-tools>*+* {
  margin-left: 8px
}

/* pages */
.page {
  margin-bottom: 30px
}

/* default carousel */
.carousel-products {
  position: relative;
  padding-bottom: 40px
}

.carousel-products .h {
  margin-bottom: 20px;
  display: flex;
  align-items: center
}

.carousel-products .h .h2 {
  margin-bottom: 0
}

.carousel-products .h .more,
.breadcrumbs.hb .back {
  position: relative;
  margin-right: 15px;
  margin-left: auto;
  color: #77384d
}

.carousel-products .h .more:after,
.breadcrumbs.hb .back:after {
  font-family: 'icons';
  font-size: 20px;
  content: '\E815';
  position: absolute;
  right: -15px;
  top: -2px
}

.carousel {
  position: relative
}

.carousel .pagination-wrap {
  padding-top: 15px
}

/* products grid */
.products-grid .swiper-slide {
  height: auto
}

.products-grid .col-24 {
  margin-bottom: 20px
}

.products-grid .item {
  transition: all 0.3s;
  height: 100%;
  border: 1px solid #DFDFDF;
  padding: 20px
}

.products-grid .item .rating-wrap {
  margin-bottom: 10px;
  align-items: center;
  display: flex
}

.products-grid .item .rating-wrap .sku {
  margin-left: auto
}

.products-grid .item .rating-wrap .rating {
  font-size: 18px
}

.products-grid .item .c {
  position: relative;
  transition: all 0.3s;
  height: 100%
}

.products-grid .item .img {
  height: 220px;
  display: flex;
  align-items: Center;
  justify-content: center;
  margin-bottom: 8px
}

.products-grid .item .sku {
  margin-bottom: 4px;
  font-size: 11px;
  color: #888
}

.products-grid .item .t {
  min-height: 48px;
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  margin-bottom: 10px
}

.products-grid .item .t a {
  color: #77384d;
  text-decoration: none
}

.products-grid .item .t a:hover {
  text-decoration: underline
}

.products-grid .item .price-wrap {
  font-size: 18px
}

.products-grid .item .price-wrap del {
  display: block;
  padding-top: 2px;
  font-weight: 400;
  font-size: 16px;
  color: #ccc
}

.products-grid .item .price-wrap del:after {
  margin-top: -1
}

.products-grid .item .buy-wrap {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #DFDFDF;
  display: flex;
  align-items: center
}

.products-grid .item .buy-wrap .btns {
  margin-left: auto
}

.products-grid .item:hover,
.blog-grid .item:hover,
.brands-grid .item:hover,
.brands-list .item:hover {
  border-color: #b46a69;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1)
}

/* blog grid */
.blog-grid {
  position: relative
}

.blog-grid .swiper-slide,
.brands-grid .swiper-slide {
  height: auto
}

.blog-grid .item,
.brands-grid .item,
.brands-list .item {
  height: 100%;
  transition: all 0.3s;
  padding: 20px;
  border: 1px solid #d7d7d7
}

.blog-grid .item .c {
  height: 100%
}

.blog-grid .item .col-24 {
  margin: 0
}

.blog-grid .item .img-col {
  text-align: center
}

.blog-grid .item .t {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px
}

.blog-grid .item .t a {
  color: #77384d;
  text-decoration: none
}

.blog-grid .item .t a:hover {
  text-decoration: underline
}

.blog-grid .item .desc {
  color: #777;
  font-size: 13px;
  margin-bottom: 15px
}

/* brands grid */
.brands-grid .item,
.brands-list .item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 10px
}

.brands-grid .item img {
  max-height: 70px
}

/* blog */
.carousel-blogs {
  padding-bottom: 40px
}

.blog-items .item {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  height: 100%
}

.blog-items .item .c {
  height: 100%
}

.blog-items .item .date {
  font-size: 12px;
  color: #ccc;
  margin-bottom: 3px
}

.blog-items .item h2 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px
}

.blog-items .item h2 a {
  transition: all 0.3s
}

.blog-items .item h2 a:hover {
  text-decoration: underline
}

.blog-items .img img {
  max-width: 100%
}

.article .date {
  color: #ccc;
  margin-bottom: 15px
}

.article .editor {
  margin-bottom: 30px
}

/* brands block */
.brands-list {
  margin-bottom: 20px
}

.brands-list .item {
  height: 146px
}

.brands-list .col-24 {
  margin-bottom: 20px
}

/* sorter */
.c-sort {
  font-size: 13px;
  margin-bottom: 20px;
  align-items: center;
  display: flex
}

.c-sort .btns {
  margin-left: auto;
  display: flex
}

.c-sort .btns .btn+.btn {
  margin-left: 6px
}

.c-more {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #DFDFDF
}

.c-more .btn {
  width: 32%
}

.c-more .btn:before {
  font-size: 18px
}

.c-pager {
  padding-bottom: 20px;
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 20px
}

.c-pager>.row {
  align-items: center
}

.c-pager .r {
  margin-left: auto
}

.c-pager .count {
  color: #8e8e8e
}

.c-pager .count span {
  color: #000
}

.c-habs {
  margin-bottom: 25px
}

.c-habs .subcollections-wrapper>div {
  display: inline-block;
  margin: 0 8px 8px 0
}

.c-habs .subcollections-wrapper>div a {
  transition: all 0.3s;
  display: inline-block;
  border: 1px solid #DFDFDF;
  padding: 6px 10px;
  text-decoration: none
}

.c-habs .subcollections-wrapper>div a:hover {
  color: #77384d;
  border-color: #b46a69;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1)
}

.c-description {
  margin-bottom: 35px;
}

.c-description.last {
  padding-top: 20px;
}

.banners-carousel {
  margin-bottom: 25px;
  position: relative;
  text-align: left;
}

.banners-carousel .swiper-slide img {
  max-width: 100%;
}

.banners-carousel .swiper-pagination {
  position: absolute;
  z-index: 99;
  bottom: 20px;
  left: 0;
  text-align: center;
}


/* sidebar */
.sidebar .bl {
  margin-bottom: 20px
}

.sidebar .subcollections>ul li:first-child {
  border-top: 0
}

.sidebar .subcollections>ul li>a {
  padding-left: 30px
}

.sidebar .subcollections>ul li a sup {
  color: #ccc;
  top: 0;
  font-weight: 400;
  font-size: 13px
}

.sidebar .subcollections>ul li a:hover,
.sidebar .subcollections>ul li a.selected {
  background: #f7f7f7;
  color: #ED1B24
}

.sidebar .filter {
  background: #fff
}

.sidebar .filter>.t {
  background: #77384d;
  color: #fff;
  padding: 10px;
  font-weight: 700
}

.sidebar .filter>.c {
  border: 1px solid #DFDFDF
}

.sidebar .filter .group {
  border-top: 1px solid #f1ebeb
}

.sidebar .filter .group>.t {
  font-weight: 500;
  font-size: 13px;
  transition: all 0.3s;
  position: relative;
  font-size: 13px;
  cursor: pointer;
  padding: 15px 20px 15px 20px
}

.sidebar .filter .group>.t:hover {
  background: #fbfbfc;
  color: #77384d
}

.sidebar .filter .group>.t:after {
  font-size: 20px;
  transition: all 0.3s;
  color: #77384d;
  content: '\E815';
  font-family: 'icons';
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px
}

.sidebar .filter .group>.c {
  height: 0;
  overflow: hidden;
  padding: 0 20px 0 20px
}

.sidebar .filter .group ul {
  font-size: 12px;
  color: #0c1111
}

.sidebar .filter .group ul li {
  position: relative
}

.sidebar .filter .group ul li input {
  display: none
}

.sidebar .filter .group ul li span {
  transition: all 0.3s;
  cursor: pointer;
  padding: 6px 0 6px 24px;
  display: inline-block;
  position: relative
}

.sidebar .filter .group ul li sup {
  top: -3px;
  font-size: 12px;
  color: #ccc
}

.sidebar .filter .group ul li span:before {
  transition: all 0.3s;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  border: 1px solid #d7d7d7;
  background: #fff;
  border-radius: 3px;
  cursor: pointer
}

.sidebar .filter .group ul li span:after {
  color: #000;
  content: '\E818';
  font-family: 'icons';
  position: absolute;
  left: 4px;
  top: 0px;
  font-size: 18px;
  opacity: 0
}

.sidebar .filter .group ul li span:hover,
.sidebar .filter .group ul li.active span {
  color: #77384d
}

.sidebar .filter .group ul li span:hover:before,
.sidebar .filter .group ul li.active span:before {
  border-color: #bbbbbb
}

.sidebar .filter .group ul li.active span:after {
  opacity: 1
}

.sidebar .filter .group ul li.disabled span {
  cursor: not-allowed;
  opacity: 0.6
}

.sidebar .filter .group-price .val {
  margin-top: 20px;
  text-align: center
}

.sidebar .filter .group-price .val .price:after {
  margin-top: 0px
}

.sidebar .filter .group-price .slider {
  padding-top: 25px
}

.sidebar .filter .group.open {
  background: #fbfbfc;
  display: block
}

.sidebar .filter .group.open>.t {
  color: #77384d
}

.sidebar .filter .group.open>.t:after {
  transform: rotate(90deg)
}

.sidebar .filter .group.open .c {
  transition: all 0.3s;
  height: auto;
  padding-bottom: 20px;
  padding-top: 0px
}

.sidebar .reset .btn {
  width: 100%
}

.sidebar .sub-group {
  margin-bottom: 30px;
}

.sidebar .sub-group .sub-group--items {
  border: 1px solid #f1ebeb;
}

.sidebar .sub-group li {
  position: relative;
  border-top: 1px solid #f1ebeb;
}

.sidebar .sub-group li:first-child {
  border: none;
}

.sidebar .sub-group li a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  transition: all 0.3s;
  position: relative;
  padding: 10px 20px 10px 20px;
}

.sidebar .sub-group li a:after {
  font-size: 20px;
  transition: all 0.3s;
  color: #77384d;
  content: '\E815';
  font-family: 'icons';
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
}

.sidebar .sub-group li a:hover {
  background: #fbfbfc;
  color: #77384d;
}

.sidebar .sub-group li.selected a {
  background: #77384d;
  color: #fff;
}

.sidebar .sub-group li.selected a:after {
  color: #fff;
}

.sidebar .sub-group .sub-group--title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* loader */
.loader {
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  z-index: 9991;
  width: 188px;
  height: 188px;
  margin: -94px 0 0 -94px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: scale(0.33)
}

.loader>i {
  font-style: normal;
  display: block;
  top: 80px;
  left: 93px;
  width: 4px;
  height: 30px;
  background: #888;
  -webkit-animation: fadeOut 1s linear infinite;
  animation: fadeOut 1s linear infinite;
  border-radius: 10px;
  position: absolute
}

.loader>i:nth-of-type(1) {
  -webkit-transform: rotate(0deg) translate(0, -60px);
  transform: rotate(0deg) translate(0, -60px);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s
}

.loader>i:nth-of-type(2) {
  -webkit-transform: rotate(30deg) translate(0, -60px);
  transform: rotate(30deg) translate(0, -60px);
  -webkit-animation-delay: -0.4166666666666667s;
  animation-delay: -0.4166666666666667s
}

.loader>i:nth-of-type(3) {
  -webkit-transform: rotate(60deg) translate(0, -60px);
  transform: rotate(60deg) translate(0, -60px);
  -webkit-animation-delay: -0.33333333333333337s;
  animation-delay: -0.33333333333333337s
}

.loader>i:nth-of-type(4) {
  -webkit-transform: rotate(90deg) translate(0, -60px);
  transform: rotate(90deg) translate(0, -60px);
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s
}

.loader>i:nth-of-type(5) {
  -webkit-transform: rotate(120deg) translate(0, -60px);
  transform: rotate(120deg) translate(0, -60px);
  -webkit-animation-delay: -0.16666666666666669s;
  animation-delay: -0.16666666666666669s
}

.loader>i:nth-of-type(6) {
  -webkit-transform: rotate(150deg) translate(0, -60px);
  transform: rotate(150deg) translate(0, -60px);
  -webkit-animation-delay: -0.08333333333333331s;
  animation-delay: -0.08333333333333331s
}

.loader>i:nth-of-type(7) {
  -webkit-transform: rotate(180deg) translate(0, -60px);
  transform: rotate(180deg) translate(0, -60px);
  -webkit-animation-delay: 0s;
  animation-delay: 0s
}

.loader>i:nth-of-type(8) {
  -webkit-transform: rotate(210deg) translate(0, -60px);
  transform: rotate(210deg) translate(0, -60px);
  -webkit-animation-delay: 0.08333333333333337s;
  animation-delay: 0.08333333333333337s
}

.loader>i:nth-of-type(9) {
  -webkit-transform: rotate(240deg) translate(0, -60px);
  transform: rotate(240deg) translate(0, -60px);
  -webkit-animation-delay: 0.16666666666666663s;
  animation-delay: 0.16666666666666663s
}

.loader>i:nth-of-type(10) {
  -webkit-transform: rotate(270deg) translate(0, -60px);
  transform: rotate(270deg) translate(0, -60px);
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s
}

.loader>i:nth-of-type(11) {
  -webkit-transform: rotate(300deg) translate(0, -60px);
  transform: rotate(300deg) translate(0, -60px);
  -webkit-animation-delay: 0.33333333333333337s;
  animation-delay: 0.33333333333333337s
}

.loader>i:nth-of-type(12) {
  -webkit-transform: rotate(330deg) translate(0, -60px);
  transform: rotate(330deg) translate(0, -60px);
  -webkit-animation-delay: 0.41666666666666663s;
  animation-delay: 0.41666666666666663s
}

/* p404 */
.p404 {
  padding: 100px 0;
  color: #000;
  text-align: center
}

.p404 .t {
  margin-bottom: 25px;
  font-size: 140px;
  font-weight: 700
}

/* breadcrumbs */
.breadcrumbs {
  color: #a7a7a7;
  font-size: 13px;
  margin-bottom: 16px
}

.breadcrumbs li:first-child {
  color: #000
}

.breadcrumbs li {
  margin-bottom: 4px;
  display: inline-block;
  padding-right: 15px;
  margin-right: 10px;
  position: relative
}

.breadcrumbs li a {
  color: #a7a7a7;
  text-decoration: underline;
  transition: all 0.3s
}

.breadcrumbs li a:hover {
  color: #000
}

.breadcrumbs li:after {
  color: #a7a7a7;
  font-size: 15px;
  top: 50%;
  margin-top: -8px;
  position: absolute;
  right: 0px;
  content: '\E815';
  font-family: 'icons'
}

.breadcrumbs li:last-child {
  padding-right: 0
}

.breadcrumbs li:last-child:after {
  display: none;
  content: ''
}

.breadcrumbs.hb {
  display: flex;
  align-items: center
}

.breadcrumbs.hb .back {
  margin-left: auto;
  white-space: nowrap
}

/* compare */
.page-compare .compare_clear {
  margin-bottom: 20px
}

.page-compare .page-title {
  overflow: hidden
}

.page-compare .page-content {
  width: 100%;
  overflow: hidden
}

.page-compare #header {
  margin-bottom: 25px
}

.page-compare .page-title h1 {
  float: left
}

.page-compare .page-title .compare_clear {
  margin-top: 6px;
  font-size: 13px;
  text-transform: uppercase;
  float: right
}

.page-compare .page-title .compare_clear a {
  transition: all 0.3s;
  color: #7b7680;
  text-decoration: none;
  border-bottom: 1px dashed #7b7680
}

.page-compare .page-title .compare_clear a:hover {
  color: #333;
  border-color: #333
}

.page-compare #compare_div {
  overflow: hidden;
  overflow-x: auto
}

.page-compare .table-wrap {
  min-width: 960px
}

.page-compare #compare_table {
  font-size: 13px;
  color: #222124;
  table-layout: fixed
}

.page-compare #compare_table .compare_control {
  vertical-align: middle
}

.page-compare #compare_table .links {
  font-size: 13px
}

.page-compare #compare_table .links>span {
  cursor: pointer;
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
  display: block;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #efecec
}

.page-compare #compare_table .links>span.active {
  background: #77384d;
  color: #fff
}

.page-compare #compare_table .links>span:first-child {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px
}

.page-compare #compare_table .links>span:last-child {
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px
}

.compare-item {
  text-align: center;
  border: 1px solid #ddd;
  padding: 20px;
  position: relative
}

.compare-item .del {
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 20px
}

.compare-item .img {
  display: block;
  height: 140px;
  line-height: 140px;
  margin=bottom: 15px
}

.compare-item .img img {
  max-width: 100%;
  max-height: 100%
}

.compare-item .t {
  min-height: 28px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 500
}

.compare-item .t a {
  color: #333;
  text-decoration: none
}

.compare-item .t a:hover {
  color: #77384d
}

.compare-item .price {
  font-size: 18px;
  margin-bottom: 15px
}

/* js class */
.js-popup-show .popup.shown {
  z-index: 999;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible
}

.js-popup-show .popup.shown .c {
  transform: scale(1);
  margin-top: 0px;
  opacity: 1
}

.js-loader-show .loader {
  opacity: 1;
  visibility: visible
}

/* index */
.index-header {
  margin-bottom: 20px
}

.index-header .carousel-products {
  padding-bottom: 0;
  padding-top: 10px
}

.index-header .slider .swiper-pagination {
  position: absolute;
  bottom: 0;
  padding: 10px;
  box-sizing: border-box;
}

.index-header .swiper-container {
  box-sizing: border-box;
  padding-bottom: 32px;
}

.index-header .slider img {
  max-height: 490px;
  width: 100%
}

.index-text {
  margin-bottom: 30px;
}

.index-text .editor {
  position: relative;
  max-height: 300px;
  overflow: hidden;
}

.index-text .editor:after {
  z-index: 4;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 35%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.index-text.open .editor {
  max-height: none
}

.index-text.open .editor:after {
  display: none
}

/* product page */
.specs-wrap {
  margin-bottom: 35px
}

.specs-wrap .more-properties {
  padding-top: 10px
}

.specs-wrap .more-properties span {
  color: #77384d;
  border-bottom: 1px dashed #6D0907;
  cursor: pointer
}

.specs-wrap .more-properties span:hover {
  color: #000;
  border-color: #000
}

.p-specs {
  width: 100%;
  font-size: 13px
}

.p-specs li {
  padding: 5px 10px;
  margin-bottom: 2px;
  display: flex
}

.p-specs li span {
  flex: 0 0 60%;
  display: block
}

.p-specs li span:first-child {
  flex: 0 0 40%
}

.p-specs li:nth-child(odd) {
  background: #f5f5f5
}

.p-specs li.none {
  display: none
}

.p-info .rating u {
  cursor: pointer
}

.p-head {
  overflow: hidden;
  padding: 20px;
  border: 1px solid #CCC;
  margin-bottom: 20px
}

.p-head .photo-col {
  text-align: center
}

.p-head .desc-col {
  padding-left: 25px
}

.p-head .p-title {
  margin-bottom: 20px
}

.p-head .p-title h1 {
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
  margin: 0
}

.p-head .p-title .brand-wrap {
  padding-top: 8px;
  display: flex;
  color: #9e9e9e;
  font-size: 13px
}

.p-head .p-title .brand-wrap .brand {
  margin-right: 10px
}

.p-head .p-title .brand-wrap span,
.p-head .p-title .brand-wrap a {
  color: #77384d;
  font-weight: 600
}

.p-head .p-title .p-logo a {
  display: block;
  transition: all 0.3s
}

.p-head .p-title .p-logo a img {
  max-height: 60px
}

.p-head .p-title .p-logo a:hover {
  opacity: 0.6
}

.p-head .p-info {
  display: flex;
  align-items: center;
  margin-bottom: 25px
}

.p-head .p-info .avl {
  padding-right: 20px;
  color: #449802;
  padding-left: 25px;
  position: relative
}

.p-head .p-info .avl:before {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #449802;
  content: '';
  position: absolute;
  left: 0;
  top: 1px
}

.p-head .p-info .avl.na {
  color: #d4c712
}

.p-head .p-info .avl.na:before {
  background: #d4c712
}

.p-head .p-info .rating-wrap {
  cursor: pointer;
  display: flex;
  align-items: center
}

.p-head .p-info .rating-wrap .label {
  cursor: pointer
}

.p-head .p-info .rating-wrap .label:hover u {
  color: #77384d
}

.p-head .p-info .rating {
  font-size: 14px;
  margin-left: 8px
}

.p-head .p-info .rating i {
  font-size: 20px
}

.p-head .p-variants {
  display: flex;
  margin-bottom: 20px
}

.p-head .p-variants label {
  font-weight: 700;
  display: block;
  margin-bottom: 3px
}

.p-head .p-variants select {
  height: 24px;
  width: 100%
}

.p-head .p-variants .selector-wrapper {
  flex: 0 0 33%;
  padding-right: 20px;
  margin-bottom: 10px
}

.p-head .price-wrap {
  margin-bottom: 20px
}

.p-head .price-wrap .price {
  margin-right: 10px;
  font-size: 30px
}

.p-head .price-wrap del.price {
  font-size: 18px;
  color: #666666;
  font-weight: 400
}

.p-head .price-wrap .wl {
  display: flex;
  align-items: center
}

.p-head .price-wrap .wl .dd-wrap {
  display: inline-block;
  margin-left: 15px
}

.p-head .p-buttons {
  display: flex;
  align-items: center;
  margin-bottom: 20px
}

.p-head .p-buttons .btn {
  font-size: 16px;
  font-weight: 600
}

.p-head .p-buttons .btn+.btn {
  margin-left: 10px
}

.p-head .p-buttons .credit-links {
  margin-left: 20px;
}

.p-head .p-buttons .credit-links .separator {
  display: inline-block;
  padding: 0 6px;
}

.p-head .p-buttons .credit-links .link:hover {
  border-bottom-style: solid;
}

.p-head .p-compare-wrap .link-compare {
  font-size: 14px
}

.p-head .p-compare-wrap .link-compare:before {
  margin-right: 8px;
  font-size: 20px
}

.p-head .preview {
  margin-bottom: 15px
}

.p-head .preview .fav-wrap {
  width: 24px;
  height: 24px;
  z-index: 99;
  position: absolute;
  right: 20px;
  top: 5px
}

.p-head .preview .fav-wrap .fav-link .lh1:before {
  font-size: 24px
}

.p-head .preview a {
  display: block;
  margin-bottom: 7px;
  text-decoration: none
}

.p-head .preview a .zoom {
  display: block;
  padding-top: 10px
}

.p-head .preview a img {
  max-width: 100%;
  max-height: 100%
}

.p-head .preview .i-zoom {
  vertical-align: middle
}

.p-head .preview .i-zoom:before {
  font-size: 16px;
  vertical-align: middle
}

.p-head .thumbs {
  width: 420px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 15px
}

.p-head .thumbs img {
  max-width: 100%;
  max-height: 100%
}

.p-head .thumbs li .item {
  cursor: pointer;
  transition: all 0.3s;
  vertical-align: middle;
  display: block;
  height: 57px;
  font-size: 0;
  line-height: 57px;
  border: 1px solid #E5E5E5
}

.p-head .thumbs li .item img {
  vertical-align: middle;
  line-height: 57px
}

.p-head .thumbs li .item:hover,
.p-head .thumbs li.swiper-slide-thumb-active .item {
  border-color: #77384d
}

.p-head .thumbs .swiper-buttons>div {
  font-size: 18px;
  opacity: 1;
  visibility: visible
}

.p-head .thumbs .swiper-buttons>div.prev {
  left: -35px
}

.p-head .thumbs .swiper-buttons>div.next {
  right: -35px
}

.p-head .thumbs .swiper-buttons>div:before {
  font-size: 24px
}

.p-head .custom-btns {
  display: flex;
  justify-content: center;
}

.p-head .custom-btns .btn {
  margin: 0 5px;
  justify-content: center;
  white-space: normal;
  width: 150px;
  padding: 0 10px;
  display: flex;
  line-height: normal;
  align-items: center;
}

.p-bottom {
  margin-bottom: 25px
}

.p-bottom .tabs-links {
  border: 1px solid #ccc;
  border-bottom: 0;
  display: inline-flex;
  width: auto;
  margin-bottom: -1px
}

.p-bottom .tabs-links span {
  padding: 0 20px;
  background: #f2f2f2;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 14px;
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-left: 1px solid #808080;
  color: #727272;
  border-bottom: 1px solid #e0e0e0
}

.p-bottom .tabs-links span:first-child {
  margin-left: 0;
  border-left: 0
}

.p-bottom .tabs-links span:hover,
.p-bottom .tabs-links span.active {
  background: #603141;
  color: #fff
}

.p-bottom .tabs-content {
  border: 1px solid #ccc;
  padding: 20px
}

.p-triggers {
  padding: 30px;
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}

.p-triggers .img {
  height: 100px;
  margin-bottom: 15px;
}

.p-triggers .img img {
  max-width: 100%;
  max-height: 100%;
}

.p-triggers .t {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

.reviews-list {
  margin-bottom: 35px;
}

.reviews-list .list .rating {
  margin-bottom: 5px;
}

.reviews-list .list {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc
}

.reviews-list .list .author-wrap {
  margin-bottom: 10px;
}

.reviews-list .list .author-wrap .author {
  font-weight: 700;
}

.reviews-list .list .author-wrap .date {
  color: #ccc;
}

.review-form-wrap .tr {
  margin-bottom: 15px;
}

.review-form-wrap .tr .input {
  width: 60%;
}

.review-form-wrap .tr textarea.input {
  height: 80px;
}



/* pagination */
.pagination {
  vertical-align: middle;
  display: flex
}

.pagination a,
.pagination span {
  transition: all 0.3s;
  color: #333;
  text-decoration: none;
  line-height: 30px;
  margin-left: 4px;
  background: #fff;
  display: inline-block;
  height: 30px;
  padding: 0 10px
}

.pagination span {
  background: #77384d;
  color: #fff
}

.pagination a:hover {
  background: #f3f3f3
}

.pagination .i:after {
  content: '\E825';
  margin: 0;
  font-size: 16px
}

.pagination .i.prev {
  transform: rotate(-180deg)
}

/* qty */
.qty {
  width: 80px;
  position: relative
}

.qty .input {
  font-weight: 500;
  text-align: center;
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding-right: 30px;
  padding-left: 10px
}

.qty>div {
  cursor: pointer;
  text-align: center;
  line-height: 22px;
  padding-top: 4px;
  width: 30px;
  height: 22px;
  background: transparent;
  position: absolute;
  right: 1px;
  top: 1px
}

.qty>div:after {
  transition: all 0.3s;
  display: block;
  content: '\F105';
  transform: rotate(90deg);
  font-family: 'icons';
  font-size: 20px
}

.qty>div:hover {
  color: #E2232D
}

.qty>.plus:after {
  transform: rotate(-90deg)
}

.qty>.minus {
  padding-top: 0;
  padding-bottom: 4px;
  top: auto;
  bottom: 1px
}

/* cart table */
.cart-table {
  margin-bottom: 40px
}

.cart-table .thead {
  padding-top: 20px;
  padding-bottom: 20px
}

.cart-table .thead {
  font-weight: 700;
  color: #333
}

.cart-table .item {
  text-align: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ddd
}

.cart-table .item .name-col {
  text-align: left;
  align-items: center;
  display: flex
}

.cart-table .item .name-col .img {
  flex: 0 0 20%;
  text-align: center
}

.cart-table .item .name-col .img img {
  max-width: 100%;
  max-height: 100%
}

.cart-table .item .name-col .t {
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 700;
  flex: 0 0 70%;
  padding-left: 10px;
  color: #77384d;
  text-decoration: none
}

.cart-table .item .name-col .t:hover {
  color: #E2232D
}

.cart-table .item .price-col {}

.cart-table .item .price {
  font-size: 20px
}

.cart-table .item .del a {
  transition: all 0.3s;
  text-align: center;
  color: #333;
  font-size: 22px;
  text-decoration: none;
  font-family: arial;
  display: inline-block;
  width: 26px;
  height: 26px;
  background: #ddd
}

.cart-table .item .del a:hover {
  color: #fff;
  background: #E2232D
}

.cart-table .item .qty-col {
  justify-content: center;
  display: flex;
  align-items: center
}

.cart-table .item .qty-col .label {
  padding: 0 20px;
  font-size: 20px
}

.cart-table .coupon {
  width: 100%
}

.cart-table .coupon .inputs {
  display: flex
}

.cart-table .coupon .inputs .btn {
  flex: 0 0 28%;
  margin-left: 2%;
  width: auto;
  min-width: auto;
  padding: 0;
  text-align: center
}

.cart-table .coupon .inputs .input {
  flex: 0 0 70%;
  min-width: 1px
}

.cart-table .coupon .msg {
  padding-top: 10px;
  color: #f00
}

.cart-table .summary {
  padding-top: 20px;
  border-top: 1px solid #ddd
}

.cart-table .summary .total {
  display: flex;
  align-items: center;
  justify-content: flex-end
}

.cart-table .summary .total .prices {
  padding-right: 20px;
  text-align: right
}

.cart-table .summary .total .total-discount {
  font-size: 13px;
  color: #8e8e8e
}

.cart-table .summary .total .total-discount .price {
  font-size: 13px
}

.cart-table .summary .total .total-price {
  font-size: 18px
}

.cart-table .summary .total .total-price .price {
  font-size: 22px
}

.cart-table .summary .btn {
  width: 30%
}

.cart-table .create-order {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.cart-table .create-order .btn {
  margin-bottom: 10px;
  width: 280px;
}

/* payments list */
.payments-list {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #d7d7d7
}

.payments-list .container {
  align-items: center;
  display: flex
}

.payments-list img {
  max-height: 44px
}

.payments-list .ym-warap {
  margin-left: auto
}

/* footer */
.footer {
  flex-shrink: 0;
  background: #E5E5E5;
  padding: 34px 0 0 0
}

.footer .row-a {
  margin-bottom: 20px;
  display: flex
}

.footer .row-a .t {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 30px
}

.footer .row-a ul {
  font-size: 13px;
  font-weight: 400;
  column-count: 2;
  column-gap: 20px;
  break-inside: avoid-column
}

.footer .row-a ul li {
  margin-bottom: 10px
}

.footer .row-a ul li a {
  color: #000;
  text-decoration: none
}

.footer .row-a ul li a:hover {
  color: #77384d;
  text-decoration: underline
}

.footer .row-a .catalog-col ul li a {
  color: #77384d
}

.footer .row-a .contacts-col {
  padding-left: 80px
}

.footer .row-a .phone {
  font-weight: 600;
  line-height: 28px;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 5px
}

.footer .row-a .phone:before {
  text-shadow: 0 0 1px rgba(0, 0, 0, 1);
  position: absolute;
  left: -45px;
  top: 18px;
  content: '\E811';
  font-family: 'icons';
  font-size: 50px;
  color: #fff;
  transform: rotate(-40deg)
}

.footer .row-a .worktime {
  margin-bottom: 12px;
  font-size: 12px;
  color: #5b5b5b;
  overflow: hidden
}

.footer .row-a .worktime br:nth-child(2) {
  display: none
}

.footer .row-a .location {
  position: relative;
  margin-bottom: 20px;
  line-height: 14px;
  font-size: 12px;
  color: #000000
}

.footer .row-a .location:before {
  font-family: 'icons';
  font-size: 23px;
  content: '\e80a';
  position: absolute;
  left: -24px;
  top: 6px
}

.footer .row-a .location a {
  text-decoration: underline
}

.footer .row-a .location a:hover {
  text-decoration: none
}

.footer .row-b {
  align-items: center;
  color: #333;
  font-size: 12px;
  padding: 20px 0;
  border-top: 1px solid #999999
}

.footer .row-b .col:nth-child(3) a {
  margin-left: 10px;
  color: #333
}

.footer .row-b .logo-col img {
  max-height: 50px
}

.footer .social {
  display: flex;
  align-items: center;
  margin-bottom: 20px
}

.footer .social a {
  transition: all 0.3s;
  display: inline-block;
  margin-right: 8px;
  text-decoration: none;
  font-size: 0
}

.footer .social a:before {
  margin: 0;
  font-size: 32px
}

.footer .social a.i-facebook,
.footer .social a.i-instagram {
  width: 32px;
  height: 32px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #506EA8
}

.footer .social a.i-facebook:before,
.footer .social a.i-instagram:before {
  color: #fff;
  font-size: 18px
}

.footer .social a.i-instagram {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%)
}

.footer .social a:hover {
  opacity: 0.8
}

.footer .row-b .links-col {
  padding-top: 6px
}

/* alert */
.alert-success,
.alert-warning,
.alert-error,
.alert-empty {
  font-size: 14px;
  text-align: left;
  padding: 20px 25px;
  margin-bottom: 10px;
  border-left: 5px solid transparent;
  border-radius: 5px
}

.alert-success {
  background-color: #f1f9f7;
  border-color: #e0f1e9;
  color: #1d9d74
}

.alert-success a {
  color: #1d9d74
}

.alert-warning {
  background-color: #F9F2CB;
  border-color: #F5E79E;
  color: #C09853
}

.alert-warning a {
  color: #C09853
}

.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #B94A48
}

.alert-error a {
  color: #B94A48
}

.alert-empty {
  background-color: #fafafa;
  border-color: #e1e1e1;
  color: #7b7b7b
}

.alert.a-center {
  border-left: 0;
  text-align: center
}

/* dd */
.dd-wrap {
  position: relative
}

.dd-wrap .dd {
  font-size: 13px;
  animation: fadeInRight 0.3s;
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, .1);
  border-radius: 4px;
  left: 115%;
  padding: 14px;
  color: #666;
  top: 50%;
  margin-top: -35px;
  width: 350px;
  z-index: 3
}

.dd-wrap:hover .dd {
  display: block
}

/* popups */
.popup {
  box-sizing: border-box;
  transition: opacity 0.6s;
  visibility: hidden;
  z-index: 999;
  opacity: 0;
  position: absolute;
  right: 0;
  top: -9999px;
  left: 0;
  margin: 0 auto 0 auto;
  width: 320px
}

.popup * {
  box-sizing: border-box
}

.popup.sm {
  width: 380px
}

.popup.md {
  width: 450px
}

.popup.lg {
  width: 650px
}

.popup.xl {
  width: 1140px
}

.popup .l {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 998;
  background: #FFF;
  opacity: 0.9
}

.popup .c {
  transition: all 0.3s;
  transform: scale(1.1);
  opacity: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 72px rgba(0, 0, 0, 0.07);
  z-index: 999;
  border: 5px solid #f2f2f2;
  position: relative;
  background: #FFF;
  padding: 35px
}

.popup .c>.t,
.popup .c>div>.t,
.m-modal-heading {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  display: block;
  margin-bottom: 20px
}

.popup .close,
.m-modal-close {
  padding-left: 2px;
  cursor: pointer;
  display: block;
  text-align: center;
  position: absolute;
  transition: all 0.3s;
  right: 3px;
  top: 0px;
  color: #f1f1f1;
  font-size: 30px;
  width: 30px;
  line-height: 30px;
  height: 30px;
  font-weight: 400
}

.popup .close:hover,
.m-modal-close:hover {
  color: #f00
}

.popup .btn {
  width: 100%
}

.popup .state-b {
  color: green;
  display: none
}

.popup .input {
  width: 100%
}

.popup .tr {
  margin-bottom: 10px
}

.popup .tr label {
  display: block;
  margin-bottom: 5px
}

.popup .tr label span {
  color: #f00
}

.popup .tr:last-child {
  margin-bottom: 0
}

.popup-cart {
  text-align: center
}

.popup-cart .t {
  margin-bottom: 20px
}

.popup-cart .ico-wrap {
  color: #67BB00;
  font-size: 60px;
  margin-bottom: 10px
}

.popup-cart a {
  margin-bottom: 8px
}

.popup-cart .btn,
.popup-compare-add .btn,
.popup-compare-limit .btn {
  height: 46px;
  font-size: 16px;
  line-height: 48px;
  width: 100%;
  text-align: center;
  margin-bottom: 10px
}

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

.popup .close_popup {
  transition: all 0.3s;
  display: inline-block;
  cursor: pointer
}

.popup .close_popup:hover {
  color: #000;
  border-color: #000
}

.offer-checkbox {
  margin-top: 8px;
  padding-left: 25px;
  font-size: 12px;
  position: relative;
}

.offer-checkbox label,
.offer-checkbox input[type=checkbox] {
  cursor: pointer;
}

.offer-checkbox input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0px;
}

.offer-checkbox .caption {
  color: #ccc;
}

.offer-checkbox.error input[type=checkbox] {
  background: #f00;
  border: 1px solid #f00;
}

.offer-checkbox.error label {
  color: #f00;
}

.js-popup-show .popup.shown {
  z-index: 999;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible
}

.js-popup-show .popup.shown .c {
  transform: scale(1);
  margin-top: 0px;
  opacity: 1
}



.pagination-separator {
  margin-top: 10px;
  position: relative;
  margin-bottom: 10px;
  text-align: center
}

.pagination-separator span {
  padding: 5px 10px;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  background: #77384d;
  position: relative;
  z-index: 2
}

.pagination-separator:after {
  content: '';
  height: 1px;
  border-top: 2px dashed #ccc;
  width: 100%;
  position: absolute;
  left: 0;
  top: 8px;
  z-index: 1
}


/* effects */
.blur {
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: blur(6px);
  filter: blur(6px)
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(6px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

/* fav */
.fav-wrap .fav-link .lh1:before,
.fav-wrap .fav-link.animate .lh2::before,
.fav-wrap .fav-link.animate .lh2::after,
.fav-wrap .fav-link.animate .lh2 .ah>span:before {
  content: '\e806';
  font-family: 'icons';
  font-size: 18px
}

.fav-wrap .fav-link .lh1:before {
  content: '\e80d'
}

.fav-wrap .fav-link.animate .lh1:before,
.fav-wrap .fav-link.is-added .lh1:before {
  content: '\e806'
}

@keyframes heartBounce {
  0% {}

  25% {
    transform: scale(2, 2)
  }

  50% {
    transform: scale(1, 1)
  }
}

@keyframes heartFlutter1 {
  0% {
    opacity: 0.8
  }

  100% {
    bottom: 33px;
    margin-left: 5px;
    opacity: 0;
    transform: rotate(9deg)
  }
}

@keyframes heartFlutter2 {
  0% {
    opacity: 0.8
  }

  100% {
    bottom: 55px;
    margin-left: 5px;
    opacity: 0;
    transform: rotate(14deg)
  }
}

@keyframes heartFlutter3 {
  0% {
    opacity: 0.8
  }

  100% {
    bottom: 43px;
    margin-left: -8px;
    opacity: 0;
    transform: rotate(19deg)
  }
}

@keyframes tinyHeartFlutter1 {
  0% {
    opacity: .8
  }

  40% {
    opacity: .8
  }

  100% {
    bottom: 13px;
    margin-left: 5px;
    opacity: 0;
    transform: rotate(-6deg)
  }
}

@keyframes tinyHeartFlutter2 {
  0% {
    opacity: 1
  }

  40% {
    opacity: 1
  }

  100% {
    bottom: 19px;
    margin-left: 41px;
    opacity: 0;
    transform: rotate(28deg)
  }
}

@keyframes tinyHeartFlutter3 {
  0% {
    opacity: .8
  }

  40% {
    opacity: .8
  }

  100% {
    bottom: 21px;
    margin-left: 29px;
    opacity: 0;
    transform: rotate(-12deg)
  }
}

@keyframes tinyHeartFlutter4 {
  0% {
    opacity: 1
  }

  40% {
    opacity: 1
  }

  100% {
    bottom: -14px;
    margin-left: -32px;
    opacity: 0;
    transform: rotate(38deg)
  }
}

@keyframes tinyHeartFlutter5 {
  0% {
    opacity: .8
  }

  40% {
    opacity: .8
  }

  100% {
    bottom: -13px;
    margin-left: -12px;
    opacity: 0;
    transform: rotate(-20deg)
  }
}

@keyframes tinyHeartFlutter6 {
  0% {
    opacity: 1
  }

  40% {
    opacity: 1
  }

  100% {
    bottom: -13px;
    margin-left: -11px;
    opacity: 0;
    transform: rotate(28deg)
  }
}

.fav-wrap {
  cursor: pointer;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative
}

.fav-wrap .fav-link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative
}

.fav-wrap .fav-link .lh1,
.fav-wrap .fav-link .lh2 {
  margin: 0 auto;
  height: 16px;
  width: 18px;
  display: block;
  position: absolute;
  bottom: 50%;
  left: 50%;
  margin-left: -9px;
  z-index: 1;
  margin-bottom: -9px;
  content: " "
}

.fav-wrap .fav-link .lh2 .ah {
  display: block
}

.fav-wrap .fav-link.animate .lh1 {
  animation-name: heartBounce;
  animation-timing-function: ease-in-out;
  animation-duration: 2s
}

.fav-wrap .fav-link.animate .lh2 {
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-timing-function: ease-in-out;
  opacity: 0.8;
  height: 16px;
  width: 18px;
  background-repeat: no-repeat;
  animation-name: heartFlutter1
}

.fav-wrap .fav-link.animate .lh2.christmas {
  background-position: 0 0;
  opacity: 0;
  height: 30px;
  width: 30px
}

.fav-wrap .fav-link.animate .lh2::before {
  margin: 0 auto;
  height: 16px;
  width: 18px;
  display: block;
  position: absolute;
  bottom: 50%;
  left: 50%;
  margin-left: -9px;
  z-index: 1;
  margin-bottom: -9px;
  content: " ";
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-timing-function: ease-in-out;
  opacity: 0.8;
  height: 16px;
  width: 18px;
  background-repeat: no-repeat;
  animation-name: heartFlutter2
}

.fav-wrap .fav-link.animate .lh2::after {
  margin: 0 auto;
  height: 16px;
  width: 18px;
  display: block;
  position: absolute;
  bottom: 50%;
  left: 50%;
  margin-left: -9px;
  z-index: 1;
  margin-bottom: -9px;
  content: " ";
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-timing-function: ease-in-out;
  opacity: 0.8;
  height: 16px;
  width: 18px;
  background-repeat: no-repeat;
  animation-name: heartFlutter3
}

.fav-wrap .fav-link.animate .lh2 {
  animation-duration: 0s;
  animation-delay: 0s;
  animation-name: none
}

.fav-wrap .fav-link.animate .lh2::before,
.fav-wrap .fav-link.animate .lh2::after {
  content: none
}

.fav-wrap .fav-link.animate .lh2 .ah {
  display: block
}

.fav-wrap .fav-link.animate .lh2 .ah>span {
  display: inline-block;
  position: absolute;
  bottom: 0;
  opacity: 0
}

.fav-wrap .fav-link.animate .lh2 .ah>span {
  width: 16px;
  height: 16px
}

.fav-wrap .fav-link.animate .lh2 .ah>span:nth-child(1) {
  animation-name: tinyHeartFlutter1;
  animation-duration: 1s;
  animation-timing-function: ease-in-out
}

.fav-wrap .fav-link.animate .lh2 .ah>span:nth-child(2) {
  animation-name: tinyHeartFlutter2;
  animation-duration: 1s;
  animation-timing-function: ease-in-out
}

.fav-wrap .fav-link.animate .lh2 .ah>span:nth-child(3) {
  animation-name: tinyHeartFlutter3;
  animation-duration: 1s;
  animation-timing-function: ease-in-out
}

.fav-wrap .fav-link.animate .lh2 .ah>span:nth-child(4) {
  animation-name: tinyHeartFlutter4;
  animation-duration: 1s;
  animation-timing-function: ease-in-out
}

.fav-wrap .fav-link.animate .lh2 .ah>span:nth-child(5) {
  animation-name: tinyHeartFlutter5;
  animation-duration: 1s;
  animation-timing-function: ease-in-out
}

.fav-wrap .fav-link.animate .lh2 .ah>span:nth-child(6) {
  animation-name: tinyHeartFlutter6;
  animation-duration: 1s;
  animation-timing-function: ease-in-out
}

.fav-wrap .fav-link.animate .lh2 .ah>span:nth-child(7) {
  background-image: none;
  display: none
}

/* fancybox*/
.fancybox-active {
  height: auto
}

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

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

.fancybox-container * {
  box-sizing: border-box
}

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

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

.fancybox-bg {
  background: #fff;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
  opacity: .96;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: all .3s;
  visibility: hidden;
  z-index: 99997
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: all .3s;
  visibility: visible
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.fancybox-toolbar {
  right: 30px;
  top: 30px
}

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

.fancybox-is-open .fancybox-stage {
  overflow: hidden
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994
}

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

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

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0
}

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

.fancybox-slide--html {
  padding: 6px
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing
}

.fancybox-container [data-selectable='true'] {
  cursor: text
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%
}

.fancybox-spaceball {
  z-index: 1
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%
}

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

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

.fancybox-slide--iframe .fancybox-content {
  background: #fff
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0
}

.fancybox-button {
  background: #77384d;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  transition: all .3s
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #fff
}

.fancybox-button:hover {
  color: #fff;
  background: #77384d;
  transform: scale(1.2);
  box-shadow: 0 2px 5px #00000057;
}

.fancybox-button:focus {
  outline: 0
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #fff;
  cursor: default;
  outline: 0;
  display: none
}

.fancybox-button div {
  height: 100%
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0
}

.fancybox-button--close {
  border-radius: 50%;
  margin-left: 15px;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 70px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px
}

.fancybox-navigation .fancybox-button div {
  padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 10%;
  padding: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 10%;
  padding: 0;
}

.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996
}

@supports(padding:max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
  }
}

.fancybox-caption--separate {
  margin-top: -50px
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none
}

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

.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg)
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

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

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

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

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

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

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

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

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg)
}

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

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

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

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-height:576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px
  }

  .fancybox-slide--image {
    padding: 6px 0
  }

  .fancybox-close-small {
    right: -6px
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px
  }

  @supports(padding:max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right))
    }
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0
}

.fancybox-share p {
  margin: 0;
  padding: 0
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff
}

.fancybox-share__button:hover {
  text-decoration: none
}

.fancybox-share__button--fb {
  background: #3b5998
}

.fancybox-share__button--fb:hover {
  background: #344e86
}

.fancybox-share__button--pt {
  background: #bd081d
}

.fancybox-share__button--pt:hover {
  background: #aa0719
}

.fancybox-share__button--tw {
  background: #1da1f2
}

.fancybox-share__button--tw:hover {
  background: #0d95e8
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px
}

.fancybox-share__button svg path {
  fill: #fff
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden
}

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

.fancybox-show-thumbs .fancybox-inner {
  right: 212px
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1
}

@media all and (max-width:576px) {
  .fancybox-thumbs {
    width: 110px
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px)
  }
}

#feedback_form .tr {
  padding-right: 30px;
  margin-bottom: 20px;
}

#feedback_form .tr label {
  display: block
}

#feedback_form .tr .input {
  width: 100%;
}

#feedback_form .tr textarea.input {
  height: 170px;
}

.cookie-warn {
  text-align: center;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  position: fixed;
  bottom: -100px;
  left: 0;
  color: #000;
  width: 100%;
  box-shadow: -10px 0 20px rgba(0, 0, 0, .3);
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 0;
  z-index: 999
}

.cookie-warn a {
  color: #000;
}

.cookie-warn .cookie-warn--text {
  margin-bottom: 10px;
}

.cookie-warn .cookie-warn--btn {
  min-width: 200px;
}

.cookie-warn.is-shown {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.m-overlay {
  background: #FFF;
  opacity: 0.9;
  transition: all 0.3s;
}

.m-modal {
  border-radius: 4px;
  box-shadow: 0px 0px 72px rgba(0, 0, 0, 0.07);
  border: 5px solid #f2f2f2;
  position: relative;
  background: #FFF;
  padding: 35px;
}

.m-modal-heading {
  margin-top: 0;
  font-size: 14px;
  text-align: left;
}

.m-modal-wrapper {
  padding: 0;
}

.m-modal-close {
  background: none;
}

.m-modal-close:after {
  content: '×';
  display: block;
}

.share {
  padding-top: 20px;
}


/* Responsive  */
@media (max-width:1299px) {
  .editor {
    line-height: 20px;
    font-size: 14px
  }

  .editor p,
  .editor ul,
  .editor ol {
    margin-bottom: 15px
  }

  .editor ul li,
  .editor ol li {
    margin-bottom: 8px
  }

  .js-show-search .header .seach-col {
    display: block
  }

  .js-show-search .header .search {
    padding-right: 40px;
    display: flex
  }

  .js-show-search .header .search .input {
    flex: 0 0 79%
  }

  .js-show-search .header .search .btn {
    padding: 0;
    flex: 0 0 20%;
    margin-left: auto
  }

  .js-show-search .header .nav-col {
    display: none
  }

  .js-show-menu .layer,
  .js-show-search .layer {
    opacity: 0.4;
    visibility: visible
  }

  .header .r1 {
    display: none
  }

  .header .r2 .logo img {
    max-height: 80px
  }

  .header {
    height: auto
  }

  .header .r2 {
    position: relative
  }

  .header .r2 .logo-col {
    order: 1
  }

  .header .r2 .logo-col .location {
    margin-top: 10px;
  }

  .header .r2 .contacts-col {
    order: 2
  }

  .header .r2 .search-col {
    width: 100%;
    display: none;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
    padding: 0;
    background: #fff;
    order: 3;
    animation: fadeInUp 0.3s;
    z-index: 101;
    top: 100%;
    left: 0;
    right: 0;
    position: absolute;
  }

  .header .r2 .search-col .form {
    width: 100%;
    margin-bottom: 0
  }

  .header .r2 .search-col .btn {
    left: 12px;
    right: auto;
  }

  .header .r2 .search-col input[type=text] {
    height: 50px;
    padding: 5px 50px;
    border-color: #77384d;
  }

  .header .r2 .search-col .form form {
    margin: 0
  }

  .header .contacts-col .phone>.location {
    display: none
  }

  .header .r2 {
    padding-top: 10px;
    padding-bottom: 15px
  }

  .header .r2 .logo {
    margin-bottom: 0
  }

  .header .r2 .user-links {
    display: none
  }

  .header .r4 {
    display: block;
    background: #77384d;
    color: #fff
  }

  .header .r4 .user-links {
    margin-bottom: 0;
    justify-content: space-between;
    display: flex
  }

  .header .r4 .user-links .item {
    transition: all 0.3s;
  }

  .header .r4 .user-links .item .link {
    padding: 10px 15px 10px 18px;
    margin: 0
  }

  .header .r4 .user-links .r {
    margin-left: auto;
    display: flex;
    align-items: center
  }

  .header .r4 .user-links .item .link:before {
    color: #fff
  }

  .header .r4 .user-links .item .link.i-bars {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600
  }

  .header .r4 .user-links .item:hover,
  .js-show-menu .header .r4 .user-links .nav-item {
    background: #603141
  }

  .header .r2>.row {
    align-items: center
  }

  .header .r2 .logo-col {
    padding-bottom: 0
  }

  .header .contacts-col {
    padding-top: 15px;
    margin-bottom: 0;
    padding-left: 20%;
    align-items: center;
    margin-left: auto;
    display: flex
  }

  .header .contacts-col .phone {
    flex: 0 0 60%;
    margin: 0
  }

  .header .r3 ul>li>.sub {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 1s cubic-bezier(.25,.46,.45,.94), height .35s cubic-bezier(.25,.46,.45,.94);
    visibility: hidden;
  }
  
  .header .r3 ul>li.open>.sub {
    opacity: 1;
    visibility: visible;
  }

  .header .r3 ul>li>.sub .c {
    padding-top: 30px;
  }

  .header .r3 ul>li>.sub .col + .col {
    padding-top: 15px;
    margin-top: 15px;
    margin-right: 15px;
    color: #fff;
  }

  .header .r3 ul>li>.sub .brands-col span {
    cursor: pointer;
  }

  .header .r3 ul>li>.sub .brands-col span:hover {
    text-decoration: none;
  }

  .header .r3 ul>li {
    position: relative
  }

  .header .r3 .container {
    position: relative
  }

  .header .r3 .nav {
    width: 230px;
    animation: fadeInUp 0.3s
  }

  .header .r3 .nav {
    padding: 10px 0;
    font-size: 12px;
    position: absolute;
    left: 10px;
    top: 100%;
    z-index: 3;
    background: #603141;
    font-weight: 600;
    text-transform: uppercase
  }

  .header .r3 .nav>li>a {
    transition: all 0.3s;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    color: #fff
  }

  .header .r3 .nav>li>a:hover {
    background: none
  }

  .header .r3 .nav>li.hs>a {
    position: relative;
    z-index: 1;
    padding-right: 30px
  }

  .header .r3 ul>li.hs .toggle {
    cursor: pointer;
    color: #fff;
    line-height: 30px;
    top: 0;
    z-index: 3;
    position: absolute;
    right: 0;
    display: block;
    width: 30px;
    text-align: center;
    height: 30px;
    background: #521e30;
  }

  .header .r3 ul>li.hs .toggle:before {
    transition: all 0.3s;
    font-family: 'icons';
    content: '\E816';
    font-size: 12px
  }

  .header .r3 ul>li.hs.open .toggle:before {
    transform: rotate(90deg);
    display: inline-block
  }

  .header .r3 ul>li.hs.open>.sub {
    text-transform: none;
    padding-bottom: 0;
    padding-left: 0;
    display: block
  }

  .header .r3 ul>li.hs.open>.sub .col {
    padding-left: 0;
    padding-right: 0;
  }

  .header .r3 ul>li.hs.open>.sub ul li {
    padding: 7px 0
  }

  .header .r3 ul>li.hs.open>.sub ul li a {
    color: #fff
  }

  .header .links-wrap {
    display: block
  }

  .js-show-menu .header .r3 {
    display: block
  }

  .js-show-search .header .r2 .search-col {
    display: block
  }

  .sidebar .filter {
    display: none
  }

  .sidebar .filter-toggle {
    display: block;
    margin-bottom: 15px
  }

  .payments-list {
    padding-top: 10px;
    padding-bottom: 10px
  }

  .payments-list img {
    max-height: 30px
  }

  .footer .row-a .catalog-col {
    display: none
  }

  .footer .row-a .contacts-col {
    padding-left: 50px
  }

  .footer .row-a {
    margin-bottom: 0
  }

  .footer .row-b {
    text-align: center;
    padding: 15px 0
  }

  .footer .row-b .links-col {
    text-align: center
  }

  .c-sort .filter-btn {
    display: block
  }

  .page-collection .sidebar .page-title {
    display: block
  }

  .page-collection .content-side .page-title {
    display: none
  }

  .sidebar .filter {
    animation: fadeInDown 0.3s
  }

  .js-show-filter .sidebar #filter .filter {
    display: block
  }

  .p-head .thumbs {
    width: 320px
  }

  .p-head .p-buttons .btn {
    font-size: 14px
  }

  .dd-wrap .dd {
    display: none !important
  }

  .popup-getprice .msg {
    display: block;
    margin-bottom: 25px
  }

  .mini-column {
    width: 80%
  }

  .js-show-search.scroll-mobile-nav {
    position: fixed;
    left: 0;
    top: 10px;
    width: 100%;
  }

  .js-touchdevice.js-show-search {
    overflow-y: hidden;
  }
}

@media (max-width:991px) {
  .header .links-wrap .txt {
    display: none
  }

  .header .contacts-col {
    padding-left: 10%
  }

  #filter .btn {
    min-width: 200px;
    position: relative;
    text-align: left;
    width: 30%;
    display: block;
    margin-bottom: 10px
  }

  #filter .btn:after {
    font-family: 'icons';
    content: '\E80A';
    font-size: 20px;
    position: absolute;
    right: 15px;
    line-height: 40px
  }

  #filter .reset .btn:after {
    content: '\E815';
  }

  #filter .filter {
    animation: fadeInDown 0.3s;
    display: none
  }

  #filter.open .filter {
    display: block
  }

  .cart-table {
    padding: 0
  }

  .cart-table .thead {
    display: none
  }

  .box-products .products-grid {
    margin: 0;
    padding: 0
  }

  .cart-table .item,
  .cart-table .summary .total .prices {
    text-align: center
  }

  .cart-table .item .qty {
    margin: 0 auto
  }

  .cart-table .coupon {
    margin-bottom: 30px
  }

  .cart-table .summary .total {
    display: block
  }

  .cart-table .summary .total .prices {
    margin-bottom: 30px
  }

  .cart-table .summary .total .btn {
    width: 100%;
    height: 50px;
    line-height: 50px
  }

  .carousel .pagination-wrap {
    display: none
  }

  .p-head .preview .swiper-buttons {
    margin-top: -40px;
    display: block
  }

  .p-head .preview .swiper-buttons>div {
    opacity: 1;
    visibility: visible
  }

  .p-head .thumbs {
    display: none
  }

  .p-head .photo-col {
    margin-bottom: 25px
  }

  .p-head .desc-col {
    margin-bottom: 20px;
    padding-left: 10px
  }

  .p-bottom .tabs-links {
    display: block
  }

  .p-bottom .tabs-links span {
    border-left: 0
  }

  .mini-column {
    width: 100%
  }
}

@media (max-width:767px) {

  h1,
  .h1,
  h2,
  .h2 {
    font-size: 18px;
    margin-bottom: 15px
  }

  h3,
  .h3 {
    font-size: 16px
  }

  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    font-size: 14px;
    font-weight: 700
  }

  .header .r2 .contacts-col .links-wrap {
    display: none
  }

  .header .contacts-col {
    display: block
  }

  .header .contacts-col .phone {
    flex: 0 0 100%
  }

  .header .contacts-col .phone>div {
    font-size: 16px;
    line-height: 18px
  }

  .header .contacts-col .phone>span {
    display: block
  }

  .header .r3 .nav {
    width: auto;
    right: 25%;
    left: 10px
  }

  .popup.lg {
    width: auto;
    margin: 0 10px;
    left: 0;
    right: 0
  }

  .cart-table .summary {
    padding-top: 0;
    border: 0
  }

  .cart-table .item {
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #ddd;
    padding: 15px
  }

  .cart-table .item .del {
    display: block;
    flex: 0;
    width: auto;
    position: absolute;
    right: -10px;
    top: 0
  }

  .cart-table .item .qty-col .label:first-child {
    display: none
  }

  .products-grid .item .t {
    min-height: auto
  }

  .footer .links-col {
    margin-bottom: 20px
  }

  .footer .row-a .contacts-col {
    padding-left: 10px;
    margin-bottom: 20px;
    display: flex
  }

  .footer .row-a .phone:before {
    display: none
  }

  .footer .row-a .contacts-col .g {
    flex: 0 0 50%
  }

  .footer .copy-col {
    margin-bottom: 4px
  }

  .c-sort,
  .c-sort .select-wrap {
    display: block
  }

  .c-sort .select-wrap {
    margin-bottom: 20px
  }

  .c-sort .select-wrap label {
    display: block;
    margin-bottom: 4px
  }

  .c-sort .select-wrap select {
    width: 100%
  }

  .c-sort .compare-btn {
    display: none
  }

  .c-sort .btns .btn+.btn {
    margin: 0
  }

  .p-head .preview {
    padding: 0 15px;
    margin-bottom: 0
  }

  .p-head .preview .swiper-buttons>.next {
    right: -20px
  }

  .p-head .preview .swiper-buttons>.prev {
    left: -20px
  }

  .p-head .p-logo {
    padding-top: 10px
  }

  .blog-grid .item,
  .blog-grid .swiper-slide {
    height: auto
  }

  .index-text {
    display: none
  }

  .c-more .btn {
    width: 100%
  }
}

@media (max-width:575px) {
  .header .r3 ul>li.hs.open>.sub {
    font-size: 14px;
  }

  .btn,
  .m-modal .m-modal-button,
  .header .user-links .item .link .count {
    font-size: 12px;
  }

  .cookie-warn {
    font-size: 12px;
  }

  .header .contacts-col {
    padding-left: 10px;
    padding-top: 6px
  }

  .header .contacts-col .phone {
    text-align: center
  }

  .header .contacts-col .phone>div {
    padding: 0 10px;
    display: inline-block
  }

  .header .phone {
    display: flex;
    justify-content: center;
  }

  .popup.md,
  .popup.sm,
  .popup {
    width: auto;
    margin: 0 10px;
    left: 0;
    right: 0
  }

  .header .r2 .logo img {
    max-height: 60px
  }

  .header .r4 .user-links .r .item {
    border: 0
  }

  .header .r4 .user-links .item .link {
    padding: 15px 12px
  }

  .p-head {
    padding: 20px 10px
  }

  .p-head .p-buttons {
    display: block
  }

  .p-head .p-buttons .btn {
    width: 100%
  }

  .p-head .p-buttons .btn+.btn {
    margin: 10px 0 15px 0
  }

  .p-head .p-buttons .credit-links {
    margin-left: 0;
    text-align: center;
  }

  .p-head .p-buttons .credit-link {
    display: inline-block;
    margin-left: 0
  }

  .p-head .preview .swiper-buttons>.next {
    right: -10px
  }

  .p-head .preview .swiper-buttons>.prev {
    left: -10px
  }

  .swiper-buttons>.prev {
    left: 0
  }

  .swiper-buttons>.next {
    right: 0
  }
}

@media (max-width:460px) {
  .popup .c {
    padding: 30px 20px
  }

  .header .r4 .user-links .item .link.i-bars {
    padding: 15px
  }

  .header .r4 .user-links .item .link.i-bars span {
    display: none
  }

  .header .r4 .user-links .item .link.i-bars:before {
    margin: 0
  }

  .header .contacts-col .phone>div {
    font-size: 14px
  }

  .cart-table .item .name-col {
    display: block;
    margin-bottom: 20px
  }

  .cart-table .item .name-col .img {
    display: block;
    margin-bottom: 15px
  }

  .cart-table .item .col-8 {
    display: block;
    width: 100%;
    flex: auto;
    max-width: none
  }

  .cart-table .item .qty-col {
    margin-bottom: 15px
  }

  .cart-table .item .price-col {
    display: none
  }

  .cart-table .item .qty-col .label {
    display: none
  }

  .cart-table .item .name-col .t {
    display: block;
    text-align: center;
    padding: 0
  }

  .payments-list {
    display: none
  }

  .footer .row-a .contacts-col {
    display: block
  }

  .footer .row-a .contacts-col .g:first-child {
    display: none
  }

  .carousel-blogs {
    padding-bottom: 0
  }

  .p-head .p-info .avl {
    margin-bottom: 10px
  }

  .p-head .p-info {
    display: block
  }

  .p-triggers .col+.col+.col {
    padding-top: 20px;
  }

  .p-head .custom-btns .btn {
    font-size: 9px;
  }
}

.delivery-map__ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 340px;
  line-height: 120%;
  list-style-type: disc;
  margin-left: 18px;
}

.delivery-map {
  margin-bottom: 50px;
}

.delivery-map__ul li {
  max-width: 50%;
}

.relative {
  position: relative;
}

.delivery-map__onimage li {
  display: inline-block;
  position: absolute;
  font-weight: 700;
  background: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.delivery-map__onimage li.spb {
  top: 33%;
  left: 8%;
}

.delivery-map__onimage li.mo {
  top: 44%;
  left: 12%;
}

.delivery-map__onimage li.nn {
  top: 52%;
  left: 8%;
}

.delivery-map__onimage li.kzn {
  top: 60%;
  left: 15%;
}

.delivery-map__onimage li.ekb {
  top: 63%;
  left: 27%;
}

.delivery-map__onimage li.rnd {
  top: 67%;
  left: -4%;
}

.delivery-map__onimage li.smr {
  top: 71%;
  left: 18%;
}

.delivery-map__onimage li.chlb {
  top: 77%;
  left: 28%;
}

.delivery-map__onimage li.om {
  top: 82%;
  left: 43%;
}

.delivery-map__onimage li.nsb {
  top: 87%;
  left: 52%;
}

@media (max-width: 1300px) {
  .delivery-map__onimage li {
    font-size: 12px;
    padding: 3px 10px;
  }
}

@media (max-width: 600px) {
  .delivery-map__onimage li {
    font-size: 9px;
    padding: 2px 8px;
  }
}

.b_aksessuary {
  margin-bottom: 25px;
  display: block;
  background-color: #f9fafc;
}

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

.b_aksessuary_pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .b_aksessuary_pc {
    display: none;
  }
}

.b_aksessuary_mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .b_aksessuary_mobile {
    display: block;
  }
}
