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;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

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 {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  -webkit-appearance: textfield;
  -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;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*!
 * Bootstrap Grid v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  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: -20px;
  margin-left: -20px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.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: none;
}

.col-1 {
  -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-2 {
  -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-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -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-5 {
  -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-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -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-8 {
  -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-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -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-11 {
  -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-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -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: none;
  }
  .col-sm-1 {
    -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-2 {
    -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-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -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-5 {
    -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-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -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-8 {
    -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-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -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-11 {
    -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-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -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: none;
  }
  .col-md-1 {
    -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-2 {
    -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-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -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-5 {
    -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-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -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-8 {
    -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-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -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-11 {
    -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-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -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: none;
  }
  .col-lg-1 {
    -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-2 {
    -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-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -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-5 {
    -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-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -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-8 {
    -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-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -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-11 {
    -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-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -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: none;
  }
  .col-xl-1 {
    -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-2 {
    -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-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -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-5 {
    -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-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -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-8 {
    -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-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -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-11 {
    -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-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

:-moz-any-link:focus {
  outline: 1px dotted invert;
}

:-moz-any-link:focus {
  outline: none;
}

textarea,
input {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  text-decoration: none;
}
a:not([class]) {
  color: #4055c3;
}
a:not([class]):hover {
  color: #056493;
}

body {
  margin: 0;
  height: 100%;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  font-family: 'PT Sans', sans-serif;
  color: #2c2c2c;
  overflow-x: hidden;
}
body.hidden {
  overflow: hidden;
}

textarea,
input {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

::-webkit-input-placeholder {
  color: #808080;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

::-moz-placeholder {
  color: #808080;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

:-moz-placeholder {
  color: #808080;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

:-ms-input-placeholder {
  color: #808080;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

.page-header {
  background: #0b0b0b;
  color: #fff;
  padding: 16px 0;
}

.logo {
  width: 132px;
  height: 27px;
  background: url(../img/content/logo.jpg);
  display: inline-block;
}

.top-menu {
  font-size: 14px;
}

.top-menu__link {
  color: rgba(255, 255, 255, 0.8);
  margin-right: 14px;
}
.top-menu__link:last-child {
  margin-right: 0;
}
.top-menu__link:hover {
  color: white;
}

.top-search {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 3px 0 0 27px;
  position: relative;
}
.top-search:before {
  content: '';
  width: 21px;
  height: 22px;
  background: url(../img/svg/search.svg) no-repeat;
  position: absolute;
  left: 10px;
  top: 8px;
}

.page-header__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-search__input {
  background: transparent;
  border: 2px solid #f8a303;
  width: 100%;
  padding: 5px 140px 5px 40px;
  border-radius: 3px;
}

.top-search__submit {
  position: absolute;
  right: 0;
  top: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #ffb324;
  color: #fff;
  font-size: 17px;
  padding: 7px 43px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.top-search__submit:hover {
  background: #d18800;
}

.top-select {
  background: #1b1b1b;
  /*   padding: 14px 0 12px;*/
  color: #fff;
  position: relative;
  z-index: 7;
}
.top-select.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.top-select-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-select-links .top-select-links__toggle {
  margin-left: 20px;
}
.top-select-links .top-select__arrow {
  top: -webkit-calc(100% + 6px);
  top: calc(100% + 6px);
}

.top-select-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 9;
}

.top-select-links__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 53px;
  padding-top: 4px;
}
.top-select-links__wrap .top-select__arrow {
  top: -webkit-calc(100% - 1px);
  top: calc(100% - 1px);
}

.top-select-links__item {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
.top-select-links__item:last-child {
  margin-right: 0;
}
.top-select-links__item img {
  display: block;
}

.top-select-links__link {
  display: inline-block;
  position: relative;
  z-index: 4;
}

.top-select-links__count {
  position: absolute;
  right: -7px;
  top: -5px;
  background: #f8a303;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18px;
  min-width: 18px;
  height: 18px;
}

.top-select-toggle__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  font-size: 14px;
  padding-right: 13px;
  z-index: 4;
  color: rgba(255, 255, 255, 0.8);
}
.top-select-toggle__link:hover {
  color: white;
}
.top-select-toggle__link:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3.5px 0 3.5px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  right: 0;
  margin-top: -1px;
  top: 50%;
}
.top-select-toggle__link:before {
  content: '';
  display: block;
  width: 100%;
  height: 15px;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
}

.top-select-links__toggle {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1px;
}

.top-select-toggle {
  margin-right: 21px;
  position: relative;
}
.top-select-toggle:last-child {
  margin-right: 0;
}
.top-select-toggle:last-child .top-select-toggle__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.top-select-toggle:hover .top-select-list {
  -webkit-transform: scaleY(1) translateX(-50%);
  -ms-transform: scaleY(1) translateX(-50%);
  transform: scaleY(1) translateX(-50%);
}
.top-select-toggle:hover .top-select__arrow {
  opacity: 1;
}
.top-select-toggle:before {
  content: '';
  display: block;
  width: 100%;
  height: 15px;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
}

.top-select-list {
  position: absolute;
  background: #fff;
  width: 225px;
  border: 1px solid #dddddd;
  left: 50%;
  z-index: 3;
  margin-top: 10px;
  -webkit-transform: scaleY(0) translateX(-50%);
  -ms-transform: scaleY(0) translateX(-50%);
  transform: scaleY(0) translateX(-50%);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform 0.26s ease;
  transition: -webkit-transform 0.26s ease;
  transition: transform 0.26s ease;
  transition: transform 0.26s ease, -webkit-transform 0.26s ease;
  max-height: 400px;
  overflow-y: auto;
}
.top-select-list:before {
  content: '';
  display: block;
  width: 100%;
  height: 20px;
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 0;
}

.top-select-item {
  display: block;
  border-bottom: 1px solid #eeeeee;
  padding: 6px 19px 6px 8px;
  color: #2c2c2c;
  font-size: 13px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.top-select-item .page-title__flag {
  top: 0;
  margin-right: 3px;
}
.top-select-item:hover {
  background: #eeeeee;
}
.top-select-item .checkbox-item {
  margin-bottom: 0;
}
.top-select-item input[type='checkbox']:not(:checked),
.top-select-item input[type='checkbox']:checked {
  position: absolute;
  left: -9999px;
}
.top-select-item input[type='checkbox']:not(:checked) + label {
  color: #808080;
}
.top-select-item input[type='checkbox']:not(:checked) + label,
.top-select-item input[type='checkbox']:checked + label {
  position: relative;
  cursor: pointer;
  padding-left: 24px;
  line-height: 17px;
  display: inline-block;
}
.top-select-item input[type='checkbox']:not(:checked) + label:before,
.top-select-item input[type='checkbox']:checked + label:before {
  content: '';
  position: absolute;
  left: -13px;
  top: 0px;
  height: 17px;
  width: 17px;
  border: 1px solid #dddddd;
  cursor: pointer;
  z-index: 5;
  background: #fff;
}
.top-select-item input[type='checkbox']:not(:checked) + label:after,
.top-select-item input[type='checkbox']:checked + label:after {
  content: '';
  background: url('../img/svg/check.svg') center no-repeat;
  width: 10px;
  height: 9px;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: -9px;
  z-index: 10;
}
.top-select-item input[type='checkbox']:not(:checked) + label:after {
  opacity: 0;
}
.top-select-item input[type='checkbox']:checked + label:after {
  opacity: 1;
}
.top-select-item input[type='radio']:not(:checked),
.top-select-item input[type='radio']:checked {
  position: absolute;
  left: -9999px;
}
.top-select-item input[type='radio']:not(:checked) + label {
  color: #808080;
}
.top-select-item input[type='radio']:not(:checked) + label,
.top-select-item input[type='radio']:checked + label {
  position: relative;
  cursor: pointer;
  padding-left: 28px;
  line-height: 21px;
  display: inline-block;
  font-size: 14px;
}
.top-select-item input[type='radio']:not(:checked) + label:before,
.top-select-item input[type='radio']:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  border: 1px solid #dddddd;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
}
.top-select-item input[type='radio']:checked + label:after {
  content: '';
  width: 9px;
  height: 9px;
  display: inline-block;
  /* border: 1px solid #00a6e4; */
  position: absolute;
  border-radius: 50%;
  top: 6px;
  left: 6px;
  z-index: 4;
}

.top-select-item--count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-select-item--check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding-left: 30px;
}
.top-select-item--check:before {
  content: '';
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 17px;
  width: 17px;
  border: 1px solid #808080;
  background: #fff;
  cursor: pointer;
  z-index: 5;
  opacity: 0.4;
}
.top-select-item--check.active:after {
  content: '';
  background: url('../img/svg/check.svg') center no-repeat;
  width: 10px;
  height: 9px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  z-index: 6;
}

.top-select-toggle-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.extended-search-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  padding-right: 12px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.extended-search-link:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(../img/svg/extended.svg) no-repeat;
  margin-top: 1px;
}
.extended-search-link:hover {
  color: white;
}
.extended-search-link:hover:after {
  background: url(../img/svg/extended-h.svg) no-repeat;
}

.top-select-toggle__collection a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding-right: 13px;
  color: rgba(255, 255, 255, 0.8);
}
.top-select-toggle__collection a:hover {
  color: white;
}

.top-select-toggle__collection:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3.5px 0 3.5px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  right: 0;
  margin-top: -1px;
  top: 50%;
}

.top-select-toggle__collection input[type='checkbox']:not(:checked),
.top-select-toggle__collection input[type='checkbox']:checked {
  position: absolute;
  left: -9999px;
}

.top-select-toggle__collection input[type='checkbox']:not(:checked) + label {
  color: #808080;
}

.top-select-toggle__collection input[type='checkbox']:not(:checked) + label,
.top-select-toggle__collection input[type='checkbox']:checked + label {
  position: relative;
  cursor: pointer;
  width: 18px;
  height: 18px;
  display: inline-block;
  font-size: 14px;
}

.top-select-toggle__collection
input[type='checkbox']:not(:checked)
+ label:before,
.top-select-toggle__collection input[type='checkbox']:checked + label:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  height: 17px;
  width: 17px;
  border: 1px solid #fff;
  cursor: pointer;
  z-index: 5;
  opacity: 0.4;
}

.top-select-toggle__collection
input[type='checkbox']:not(:checked)
+ label:after,
.top-select-toggle__collection input[type='checkbox']:checked + label:after {
  content: '';
  background: url('../img/svg/check.svg') center no-repeat;
  width: 10px;
  height: 9px;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 4px;
  z-index: 10;
}

.top-select-toggle__collection
input[type='checkbox']:not(:checked)
+ label:after {
  opacity: 0;
}

.top-select-toggle__collection input[type='checkbox']:checked + label:after {
  opacity: 1;
}

.top-select-toggle__collection .checkbox-item {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-top: -5px;
  position: relative;
}
.top-select-toggle__collection .checkbox-item:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  height: 17px;
  width: 17px;
  border: 1px solid #fff;
  cursor: pointer;
  z-index: 5;
  opacity: 0.4;
}
.top-select-toggle__collection .checkbox-item.active:after {
  content: '';
  background: url('../img/svg/check.svg') center no-repeat;
  width: 10px;
  height: 9px;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 4px;
  z-index: 6;
}

.top-select__arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  right: -1px;
  top: -webkit-calc(100% + 5px);
  top: calc(100% + 5px);
  z-index: 5;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  opacity: 0;
}

.menu-color {
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 3px;
  width: 5px;
  height: 17px;
}

.top-select-links__item--toggle:hover .top-select-list {
  -webkit-transform: scaleY(1) translateX(-50%);
  -ms-transform: scaleY(1) translateX(-50%);
  transform: scaleY(1) translateX(-50%);
}

.top-select-links__item--toggle:hover .top-select__arrow {
  opacity: 1;
}

.top-select-links__item--toggle .top-select-list {
  margin-top: 3px;
}

.top-select-links__item--cart .top-select-list {
  width: 343px;
  left: auto;
  right: -10px;
  -webkit-transform: scaleY(0) !important;
  -ms-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  padding: 20px;
}

.top-select-links__item--cart .top-select__arrow {
  right: 6px;
}

.top-select-links__item--cart:hover .top-select-list {
  -webkit-transform: scaleY(1) !important;
  -ms-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
}

.menu-cart-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-cart-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 45px 15px 0;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  color: #000;
}
.menu-cart-item:hover .menu-cart-close {
  opacity: 1;
  pointer-events: all;
}

.menu-cart-img {
  width: 66px;
  margin-right: 7px;
}

.menu-cart-title {
  font-size: 14px;
  color: #2c2c2c;
  display: inline-block;
  margin-bottom: 3px;
}
.menu-cart-title:hover {
  color: #4055c3;
}

.menu-cart-total {
  padding: 15px 0 10px;
  color: #000;
}
.menu-cart-total span {
  font-size: 20px;
  font-weight: 700;
}

.menu-cart-close {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../img/svg/fav-close.svg) no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  opacity: 0;
  pointer-events: none;
}
.menu-cart-close:hover {
  background: url(../img/svg/fav-close-h.svg) no-repeat;
}

.menu-cart-chars {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-cart-price {
  display: inline-block;
  font-size: 17px;
}

.menu-cart-area {
  color: #808080;
  display: inline-block;
  margin-right: 5px;
}

.menu-cart-info {
  line-height: 1;
}

.top-select-links__icon {
  display: inline-block;
}

.top-select-links__item--cart .top-select-links__icon {
  background: url(../img/svg/cart-icon.svg) center no-repeat;
  width: 26px;
  height: 23px;
}

.top-select-links__item--cart:hover .top-select-links__icon {
  background: url(../img/svg/cart-icon-h.svg) center no-repeat;
}

.top-select-links__item--favorite .top-select-links__icon {
  background: url(../img/svg/favorite-icon.svg) center no-repeat;
  width: 25px;
  height: 24px;
}

.top-select-links__item--favorite:hover .top-select-links__icon {
  background: url(../img/svg/favorite-icon-h.svg) center no-repeat;
}

.top-select-links__item--favorite .top-select-list {
  width: 343px;
  left: auto;
  right: -66px;
  -webkit-transform: scaleY(0) !important;
  -ms-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  padding: 20px 20px 0 20px;
}

.top-select-links__item--favorite .top-select__arrow {
  right: 6px;
}

.top-select-links__item--favorite:hover .top-select-list {
  -webkit-transform: scaleY(1) !important;
  -ms-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
}

.top-select-links__item--favorite .menu-cart-item {
  padding-right: 68px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-select-links__item--favorite .menu-cart-item:hover .menu-incart {
  opacity: 1;
  pointer-events: all;
}
.top-select-links__item--favorite .menu-cart-item:last-child {
  border-bottom: 0;
}

.top-select-links__item--favorite .menu-cart-close {
  right: 0px;
}

.top-select-list__title {
  font-weight: 700;
  padding-bottom: 12px;
  font-size: 17px;
  color: #000;
  border-bottom: 1px solid #eeeeee;
}
.top-select-list__title span {
  color: #808080;
  padding-left: 3px;
}

.menu-incart {
  display: inline-block;
  width: 39px;
  height: 36px;
  background: #dddddd url(../img/svg/cart.svg) center no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 22px;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.menu-incart:hover {
  background: #000 url(../img/svg/cart-h.svg) center no-repeat;
}

.top-select-links__item--history .top-select-links__icon {
  background: url(../img/svg/history-icon.svg) center no-repeat;
  width: 26px;
  height: 23px;
}

.top-select-links__item--history:hover .top-select-links__icon {
  background: url(../img/svg/history-icon-h.svg) center no-repeat;
}

.top-select-links__item--history .top-select-list {
  width: 385px;
  left: auto;
  right: -121px;
  -webkit-transform: scaleY(0) !important;
  -ms-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  padding: 20px 20px 0 20px;
}

.top-select-links__item--history .top-select__arrow {
  right: 6px;
}

.top-select-links__item--history:hover .top-select-list {
  -webkit-transform: scaleY(1) !important;
  -ms-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
}

.top-select-links__item--history .menu-cart-item {
  padding-right: 85px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-select-links__item--history .menu-cart-item:hover .menu-incart {
  opacity: 1;
  pointer-events: all;
}
.top-select-links__item--history .menu-cart-item:hover .menu-infav {
  opacity: 1;
  pointer-events: all;
}
.top-select-links__item--history .menu-cart-item:hover .history-time {
  opacity: 0;
  pointer-events: none;
}
.top-select-links__item--history .menu-cart-item:last-child {
  border-bottom: 0;
}

.top-select-links__item--history .menu-incart {
  background: url(../img/svg/cart-alt.svg) center no-repeat;
  right: 45px;
}
.top-select-links__item--history .menu-incart:hover {
  background: url(../img/svg/cart-alt-h.svg) center no-repeat;
}

.menu-infav {
  display: inline-block;
  width: 39px;
  height: 36px;
  background: url(../img/svg/fav-icon.svg) center no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.menu-infav:hover {
  background: url(../img/svg/fav-icon-h.svg) center no-repeat;
}

.history-time {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  color: #808080;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-select-links__item--msg .top-select-links__icon {
  background: url(../img/svg/message-icon.svg) center no-repeat;
  background-size: contain;
  width: 23px;
  height: 23px;
}

.top-select-links__item--msg:hover .top-select-links__icon {
  background: url(../img/svg/message-icon-h.svg) center no-repeat;
  background-size: contain;
}

.top-select-links__item--compare .top-select-links__icon {
  background: url(../img/svg/compare-icon.svg) center no-repeat;
  background-size: contain;
  width: 34px;
  height: 23px;
}

.top-select-links__item--compare:hover .top-select-links__icon {
  background: url(../img/svg/compare-icon-h.svg) center no-repeat;
  background-size: contain;
}

.mobile-menu {
  display: none;
  position: relative;
  margin-top: -6px;
}
.mobile-menu .top-select-toggle__collection,
.mobile-menu .top-select-toggle__link {
  display: inline-block;
  margin-bottom: 15px;
}
.mobile-menu .top-select-toggle__link:after {
  margin-top: -1px;
}
.mobile-menu .top-select-toggle__collection {
  position: relative;
  padding-right: 13px;
  text-decoration: none;
  color: #fff;
}

.js-mobile-toggle.active:after {
  margin-top: -2px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.menu-btn {
  margin-top: 3px;
  position: relative;
  z-index: 20;
}
.menu-btn.active {
  position: absolute;
  right: 0px;
  top: -80px;
}
.menu-btn.active .burger-icon {
  background-color: transparent;
}
.menu-btn.active .burger-icon:before {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.menu-btn.active .burger-icon:after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

.burger-icon {
  display: block;
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
  width: 30px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.burger-icon:before,
.burger-icon:after {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  content: '';
}
.burger-icon:before {
  top: -8px;
}
.burger-icon:after {
  top: 8px;
}

.menu-mobile__bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 15;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  display: none;
}

.menu-mobile-list.active {
  right: 0;
}

.menu-mobile-list {
  z-index: 7;
  background-color: #0b0b0b;
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  min-height: 100%;
  width: 400px;
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  padding-top: 66px;
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.mobile-nav {
  padding: 0 25px 25px;
}

.mobile-nav__item {
  display: block;
  margin-bottom: 15px;
  font-size: 17px;
  color: #fff;
}
.mobile-nav__item:last-child {
  margin-bottom: 0;
}

.mobile-highlighted {
  background: #1b1b1b;
}

.mobile-collection {
  padding: 20px;
  margin-bottom: 20px;
}

.mobile-add {
  font-size: 17px;
  padding: 0 20px;
}

.mobile-reg .top-select-toggle__link {
  color: #808080;
  margin-bottom: 0;
  font-size: 17px;
}

.mobile-submenu {
  display: none;
  padding: 15px 20px;
  background: #fff;
  margin-top: 7px;
  margin-bottom: 15px;
  max-height: 220px;
  text-align: left;
  overflow-y: auto;
}
.mobile-submenu a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2c2c2c;
  margin-bottom: 17px;
  font-size: 17px;
}
.mobile-submenu a:last-child {
  margin-bottom: 0;
}
.mobile-submenu .page-title__flag {
  margin: 0 0 0 7px;
  top: 0;
}

.mobile-submenu::-webkit-scrollbar {
  height: 8px;
  width: 5px;
}

.mobile-submenu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

.mobile-submenu::-webkit-scrollbar-thumb {
  background: #000;
}

.top-search-mobile__link {
  width: 21px;
  height: 22px;
  background: url(../img/svg/search.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.top-search-mobile {
  display: none;
}

.workarea {
  line-height: 1.3;
}
.workarea h1 {
  margin: 0;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 32px;
  line-height: 1.2;
}
.workarea h2 {
  margin: 0;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 28px;
  line-height: 1.2;
}
.workarea h3 {
  margin: 0;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.workarea h4 {
  margin: 0;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.workarea h5 {
  margin: 0;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
}
.workarea h6 {
  margin: 0;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}
.workarea p {
  margin: 0;
  margin-bottom: 15px;
}
.workarea ol {
  margin: 0;
  margin-bottom: 19px;
  padding: 0;
  counter-reset: myCounter;
}

.workarea ol ol {
  margin-left: 1em;
}

.workarea ol > li {
  list-style-type: none;
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.2;
}
.workarea ol > li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  position: absolute;
  left: 1px;
  top: -3px;
  border: 1px solid #838383;
  color: #838383;
  border-radius: 50%;
  font-size: 14px;
  padding: 2px 6px;
}
.workarea ul {
  margin: 0;
  margin-bottom: 19px;
  padding: 0;
}
.workarea ul li {
  list-style-type: none;
  padding-left: 30px;
  position: relative;
  margin-bottom: 18px;
  line-height: 1.2;
}
.workarea ul li:before {
  content: '';
  position: absolute;
  left: 4px;
  top: 9px;
  background-color: #808080;
  width: 10px;
  height: 2px;
}
.workarea video {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.workarea input[type='text'],
.workarea input[type='email'],
.workarea input[type='password'],
.workarea input[type='number'] {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  color: #2c2c2c;
  border: 2px solid #dddddd;
  padding: 5px 10px;
}
.workarea textarea {
  padding: 10px;
  color: #2c2c2c;
  border: 2px solid #dddddd;
  width: 100%;
  min-height: 116px;
  resize: vertical;
}
.workarea table {
  width: 100%;
  table-layout: fixed;
  font-size: 14px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  overflow: hidden;
  min-width: 600px;
}
.workarea th {
  text-align: left;
  font-weight: normal;
  padding: 13px 17px;
  background: #eeeeee;
}
.workarea td {
  border: 1px solid #eeeeee;
  border-top: 0;
  border-left: 0;
  padding: 16px 18px;
  vertical-align: top;
}
.workarea input[type='checkbox']:not(:checked),
.workarea input[type='checkbox']:checked {
  /*position: absolute;*/
  /*left: -9999px;*/
  height: 17px;
  width: 17px;
}
.workarea input[type='checkbox']:not(:checked) + label {
  color: #808080;
}
.workarea input[type='checkbox']:not(:checked) + label,
.workarea input[type='checkbox']:checked + label {
  position: relative;
  cursor: pointer;
  padding-left: 6px;
  line-height: 17px;
  display: inline-block;
  font-size: 14px;
}
.workarea input[type='checkbox']:not(:checked) + label:before,
.workarea input[type='checkbox']:checked + label:before {
  /*content: '';*/
  /*position: absolute;*/
  /*left: 0px;*/
  /*top: 0px;*/
  /*height: 17px;*/
  /*width: 17px;*/
  /*border: 1px solid #dddddd;*/
  /*cursor: pointer;*/
  /*z-index: 5;*/
}
.workarea input[type='checkbox']:not(:checked) + label:after,
.workarea input[type='checkbox']:checked + label:after {
  /*content: '';*/
  /*background: url('../img/svg/check.svg') center no-repeat;*/
  /*width: 10px;*/
  /*height: 9px;*/
  /*display: inline-block;*/
  /*position: absolute;*/
  /*top: 3px;*/
  /*left: 4px;*/
  /*z-index: 10;*/
}
.workarea input[type='checkbox']:not(:checked) + label:after {
  opacity: 0;
}
.workarea input[type='checkbox']:checked + label:after {
  opacity: 1;
}
.workarea input[type='radio']:not(:checked),
.workarea input[type='radio']:checked {
  position: absolute;
  left: -9999px;
}
.workarea input[type='radio']:not(:checked) + label {
  color: #808080;
}
.workarea input[type='radio']:not(:checked) + label,
.workarea input[type='radio']:checked + label {
  position: relative;
  cursor: pointer;
  padding-left: 28px;
  line-height: 21px;
  display: inline-block;
  font-size: 14px;
}
.workarea input[type='radio']:not(:checked) + label:before,
.workarea input[type='radio']:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  border: 1px solid #dddddd;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
}
.workarea input[type='radio']:checked + label:after {
  content: '';
  background-color: #f8a303;
  width: 9px;
  height: 9px;
  display: inline-block;
  /* border: 1px solid #00a6e4; */
  position: absolute;
  border-radius: 50%;
  top: 6px;
  left: 6px;
  z-index: 4;
}
.workarea blockquote {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.workarea blockquote > span {
  position: relative;
}
.workarea blockquote > span:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 11px;
  background: url(../img/content/bl-1.png);
  left: -20px;
  top: 5px;
}
.workarea blockquote > span:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 11px;
  background: url(../img/content/bl-2.png);
  right: -20px;
  bottom: 5px;
}

.btn {
  background: #323232;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  border: 0;
  padding: 7px 41px;
  border: 2px solid #323232;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover {
  color: #323232;
  background: #fff;
}

.layout {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.layout.fixed .page-header {
  margin-bottom: 55px;
}

.wrapper {
  display: table-row;
  height: 100%;
}

.container-fluid {
  max-width: 1660px;
  position: relative;
  width: 100%;
}

.page-content {
  display: table-cell;
  height: 100%;
}

.top-slider {
  display: none;
  padding: 10px 40px;
}
.top-slider.slick-initialized {
  display: block;
}
.top-slider .slick-arrow {
  position: absolute;
  padding: 0;
  border: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 13px;
  height: 21px;
  text-indent: -9999em;
}
.top-slider .slick-prev {
  left: 0;
  background: url(../img/svg/prev.svg) no-repeat;
}
.top-slider .slick-next {
  right: 0;
  background: url(../img/svg/next.svg) no-repeat;
}
.top-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-slider__item:hover .top-slider__img {
  opacity: 1;
}

.top-slider__img {
  padding: 0 5px;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.top-slider__img img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.page-top {
  background: #eeeeee;
  padding: 27px 0 19px;
}
.page-top + .container-fluid {
  padding-top: 30px;
  padding-bottom: 40px;
}

.breadcrumbs {
  font-size: 11px;
  color: #808080;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 9px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumbs__item {
  color: #808080;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumbs__item.breadcrumbs__item--home {
  width: 24px;
  height: 9px;
  margin-top: -1px;
  background: url(../img/svg/home.svg) no-repeat;
}
.breadcrumbs__item.breadcrumbs__item--home:after {
  display: none;
}
.breadcrumbs__item.breadcrumbs__item--home:hover {
  background: url(../img/svg/home-h.svg) no-repeat;
}

a.breadcrumbs__item:after {
  content: '/';
  margin: 0 7px;
  position: relative;
  top: 0px;
}

a.breadcrumbs__item:hover {
  color: #4055c3;
}

.page-title {
  padding-right: 35px;
}
.page-title h1 {
  margin-bottom: 0;
}

.sidebar {
  /*padding-top: 20px;*/
}

.sidebar__list {
  margin-bottom: 0;
}

.sidebar__toggle {
  font-size: 20px;
  display: block;
  background: #eeeeee;
  padding: 15px 55px 15px 19px;
  border-bottom: 1px solid #fff;
  color: #2c2c2c;
  font-weight: 700;
  position: relative;
}
.sidebar__toggle:after {
  content: '';
  width: 16px;
  height: 10px;
  background: url(../img/svg/toggle.svg) no-repeat;
  position: absolute;
  right: 18px;
  top: 23px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.sidebar__item.active .sidebar__toggle {
  background: #fff;
}
.sidebar__item.active .sidebar__toggle:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.sidebar-submenu {
  padding: 0px 10px 20px 40px;
  display: none;
}

.sidebar-submenu__link {
  position: relative;

  display: block;
  white-space: nowrap;

  font-size: 17px;
  line-height: 22px;
  color: #2D2E29;
}

.sidebar-submenu__link::after {
  position: absolute;

  width: 0;
  height: 0;

  opacity: 0;
  border-style: solid;

  content: '';
}

.sidebar-submenu__link.active {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
}

.sidebar-submenu__link.active::after {
  opacity: 1;
}

.table-wrap {
  overflow-x: auto;
  width: 100%;
  margin-bottom: 20px;
}
.table-wrap table {
  margin-bottom: 0;
}
.table-wrap .note-item {
  padding-top: 8px;
}

.table-wrap::-webkit-scrollbar {
  height: 8px;
}

.table-wrap::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

.table-wrap::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #f8a303;
}

.note {
  color: red;
}

.note-item {
  font-size: 14px;
  color: #808080;
}

.tooltip {
  padding: 0;
  width: 14px;
  height: 14px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  margin-top: -2px;
  font-size: 9px;
  color: #979797;
  border: 1px solid #979797;
  border-radius: 50%;
  cursor: pointer;
}
.new-tooltip {
  padding: unset;
  width: 14px;
  height: 14px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  margin-top: -2px;
  font-size: 9px;
  color: #979797;
  border: 1px solid #979797;
  border-radius: 50%;
  cursor: pointer;
}
.tooltip-content {
  padding: 0;
  width: 14px;
  height: 14px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  margin-top: -2px;
  font-size: 9px;
  color: #979797;
  border: 1px solid #979797;
  border-radius: 50%;
  cursor: pointer;
}

.tooltipster-sidetip .tooltipster-box {
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 1px;
  max-width: 195px;
}

.tooltipster-sidetip .tooltipster-content {
  font-size: 14px;
  color: #2c2c2c;
  padding: 7px 10px;
}

.photo-item {
  margin-bottom: 55px;
}
.photo-item:last-child {
  margin-right: 0;
}
.photo-item img {
  max-width: 100%;
}

.photo-wrap--multiple {
  margin-right: -18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.photo-wrap--multiple .photo-item {
  padding-right: 18px;
}

.caption {
  font-size: 14px;
  color: #808080;
  padding: 15px 0;
}

.txt-item {
  margin-bottom: 30px;
}

.input-wrap {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  position: relative;
}
.input-wrap .tooltip {
  position: absolute;
  left: 100%;
  top: 13px;
  margin-left: 10px;
}

.input-label {
  width: 185px;
  min-width: 185px;
  padding-top: 6px;
}

.page-form .input-wrap {
  max-width: 470px;
}

.phone-mask {
  width: 154px !important;
  letter-spacing: -1.1px;
}

.checkbox-item,
.radio-item {
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.jq-selectbox__select:hover {
  background: #fff;
}

.jq-selectbox__select {
  height: 36px;
  padding: 0 30px 0 10px;
  border: 2px solid #dddd;
  border-bottom-color: #dddddd;
  width: 100%;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  font: inherit;
  color: inherit;
  font-size: 14px;
  text-shadow: none;
}

.jq-selectbox__trigger {
  border-left: 0;
}

.jq-selectbox__trigger-arrow {
  border-top: 5px solid #000;
}

.jq-selectbox {
  width: 100%;
}

.jq-selectbox__select-text {
  height: 100%;
  padding-top: 6px;
}

.jq-selectbox__dropdown {
  margin: -1px 0 0;
  border: 1px solid #ddd;
  border-radius: 0;
  font: inherit;
  font-size: 14px;
  bottom: auto !important;
  top: 100% !important;
}
.jq-selectbox__dropdown ul {
  margin-bottom: 0;
}
.jq-selectbox__dropdown ul li {
  padding-left: 10px;
  background: #eeeeee;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
  padding: 12px 10px 12px;
}
.jq-selectbox__dropdown ul li:last-child {
  border-bottom: 0;
}
.jq-selectbox__dropdown ul li:before {
  display: none;
}

.jq-selectbox.focused .jq-selectbox__select {
  border: 2px solid #dddd;
}

.jq-selectbox li.selected {
  background-color: #fff;
  color: #2c2c2c;
}

.jq-selectbox li:hover {
  background-color: #fff;
  color: #2c2c2c;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #ddd;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff;
}

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 9px solid transparent;
  left: 0;
  top: 1px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff;
  left: -1px;
  top: -2px;
}

.page-form {
  margin-bottom: 30px;
}

.download {
  display: block;
  margin-bottom: 30px;
  position: relative;
  padding-left: 38px;
  color: #000;
  font-size: 17px;
}
.download:last-child {
  margin-bottom: 0;
}
.download span {
  color: #808080;
  margin-left: 3px;
}
.download:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 23px;
  background: url(../img/svg/el.svg) no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.download:hover:before {
  background: url(../img/svg/el-h.svg) no-repeat;
}
.download.download--doc:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 32px;
  background: url(../img/svg/doc.svg) no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.download.download--doc:hover:before {
  background: url(../img/svg/doc-h.svg) no-repeat;
}

.r-tabs .r-tabs-panel {
  padding: 50px 32px 38px;
  border: 1px solid #dddddd;
}

.r-tabs .r-tabs-tab {
  padding-left: 0;
  margin-right: -2px;
}
.r-tabs .r-tabs-tab:before {
  display: none;
}

.r-tabs .r-tabs-nav {
  margin-bottom: -1px;
}

.r-tabs-anchor {
  font-size: 17px;
  color: #000000;
  display: block;
  padding: 10px;
  border: 1px solid #dddddd;
}

.r-tabs-state-default .r-tabs-anchor {
  background: #eeeeee;
  border: 1px solid #eeeeee;
  border-bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.r-tabs-state-default:hover .r-tabs-anchor {
  background: #e0e0e0;
}

.r-tabs-state-active .r-tabs-anchor {
  font-weight: 700;
  background: #fff;
  border: 1px solid #dddddd;
  border-bottom: 0;
}

.r-tabs {
  margin-bottom: 30px;
}

.blockquote-person {
  padding-top: 45px;
  position: relative;
}
.blockquote-person span {
  font-size: 14px;
  color: #808080;
  display: block;
}
.blockquote-person:before {
  content: '';
  display: inline-block;
  width: 169px;
  height: 10px;
  background: url(../img/svg/blq.svg) no-repeat;
  position: absolute;
  top: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.t-center {
  text-align: center;
}

.img-item {
  margin-bottom: 30px;
}
.img-item:after {
  content: '';
  display: table;
  clear: both;
}
.img-item.img-item--left img {
  float: left;
  margin: 0 30px 30px 0;
}
.img-item.img-item--right {
  float: right;
}
.img-item.img-item--right img {
  float: right;
  margin: 0 0 30px 30px;
}
.img-item img {
  max-width: 100%;
}

.paging {
  text-align: center;
  color: #808080;
  margin-top: 40px;
}

.paging__item {
  color: #808080;
  border: 2px solid transparent;
  padding: 4px 11px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.paging__item:hover {
  border: 2px solid #dddddd;
}
.paging__item.paging__item--prev {
  border: 0 !important;
  padding: 0;
  padding-left: 19px;
  position: relative;
  margin-right: 22px;
}
.paging__item.paging__item--prev:before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/svg/p-prev.svg) no-repeat;
}
.paging__item.paging__item--prev:hover {
  color: #4055c3;
}
.paging__item.paging__item--next {
  border: 0 !important;
  padding: 0;
  padding-right: 19px;
  position: relative;
  margin-left: 22px;
}
.paging__item.paging__item--next:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/svg/p-next.svg) no-repeat;
}
.paging__item.paging__item--next:hover {
  color: #4055c3;
}
.paging__item.paging__item--more {
  border: 2px solid transparent;
}
.paging__item.active {
  border: 2px solid #f8a303;
  font-weight: 700;
  color: #000;
}

.news {
  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-bottom: 32px;
}

.news__item {
  width: 50%;
  padding-right: 10px;
  margin-bottom: 10px;
  color: #000;
}
.news__item:hover .news__inner {
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

.news__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dddddd;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-right: 40px;
  height: 100%;
}

.news__info {
  padding: 26px 0 26px 30px;
}

.news__img {
  width: 299px;
  min-width: 299px;
}
.news__img img {
  display: block;
  max-width: 100%;
}

.news__date {
  color: #808080;
  margin-bottom: 10px;
}

.news__title {
  margin-bottom: 10px;
  font-weight: 700;
}

.news__txt .clearboth {
  display: inline;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.search__item {
  width: 50%;
  margin-bottom: -1px;
  margin-right: -1px;
  color: #000;
}
.search__item:hover .search__inner {
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

.search__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dddddd;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 30px 23px 30px 0px;
  height: 100%;
}

.search__info {
  padding: 0 0 0 30px;
}

.search__img {
  width: 183px;
  min-width: 183px;
  padding-left: 30px;
}
.search__img img {
  display: block;
  max-width: 100%;
}

.search__date {
  color: #808080;
  margin-bottom: 10px;
}

.search__title {
  margin-bottom: 10px;
  font-weight: 700;
}

.truncate_more_link {
  color: #808080;
  font-size: 10pt;
  white-space: nowrap;
}

.search__txt .clearboth {
  display: inline;
}

.search-request {
  color: #808080;
}

.title-count {
  color: #808080;
}

.search-container {
  margin-bottom: 40px;
}
.search-container:last-child {
  margin-bottom: 0;
}

table.restables-clone {
  display: none;
}

.workarea .res-table {
  border: 0;
  overflow: visible;
  table-layout: auto;
  min-width: auto;
}

.res-table {
  border: 0;
  margin-bottom: 30px;
}
.res-table th {
  background: transparent;
  font-size: 17px;
}
.res-table td {
  border: 0;
  border-bottom: 1px solid #eeeeee;
}
.res-table tr:first-child td {
  border-top: 1px solid #eeeeee;
}
.res-table tr td:first-child {
  border-left: 1px solid #eeeeee;
}
.res-table tr td:last-child {
  border-right: 1px solid #eeeeee;
}

/*.search-product-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 181px;
  width: 181px;
  max-width: 181px; }
  .search-product-img img {
    max-width: 100%; }*/

.search-product-title {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  color: #4055c3;
  font-size: 17px;
}

.search-product-item {
  color: #808080;
  margin-bottom: 5px;
}
.search-product-item .collection-from {
  font-size: 14px;
}

.collection-title {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  color: #4055c3;
  font-size: 17px;
}
.collection-title span {
  font-size: 14px;
  color: #808080;
  display: inline-block;
  font-weight: normal;
}

.collection-from {
  font-weight: 700;
  color: #4055c3;
  font-size: 17px;
}

.search-product-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search-product-price__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  padding: 0 0px 0 13px;
  background: #eeeeee;
  color: #323232;
  white-space: nowrap;
}
.search-product-price__btn i {
  display: inline-block;
  width: 39px;
  height: 36px;
  background: #dddddd url(../img/svg/cart.svg) center no-repeat;
  margin-left: 13px;
}
.search-product-price__btn:hover {
  background: #000;
  color: #fff;
}
.search-product-price__btn:hover i {
  background: #000 url(../img/svg/cart-h.svg) center no-repeat;
}

.search-price {
  font-weight: 700;
  font-size: 20px;
}

.old-price {
  color: #808080;
  padding-left: 5px;
  font-size: 14px;
  font-weight: normal;
  text-decoration: line-through;
}

.search-price-td {
  max-width: 540px;
}

.highlighted {
  background: #fde3b3;
}

.layout--reg .page-header {
  text-align: center;
  position: relative;
  z-index: 3;
}

.layout--reg .page-content > .container-fluid {
  max-width: 100%;
  height: 100%;
  padding: 0;
}

.registration {
  height: 100%;
  position: relative;
}

.registration__bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 45%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.registration__info {
  width: 55%;
  height: 100%;
  background: #fff;
  right: 0;
  top: 0;
  position: absolute;
  text-align: center;
}

.registration__inner {
  display: inline-block;
  width: 410px;
  padding: 20px 0;
  text-align: left;
}
.registration__inner .link-back {
  margin-bottom: 20px;
}
.registration__inner .btn {
  display: block;
  width: 100%;
  margin-bottom: 14px;
}
.registration__inner .input-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.registration__inner .input-wrap:last-child {
  margin-bottom: 0;
}
.registration__inner .input-label {
  width: 100%;
  margin-bottom: 5px;
  padding-top: 0;
}

.link-back {
  display: block;
  color: #808080;
  padding-left: 19px;
  position: relative;
}
.link-back:before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/svg/p-prev.svg) no-repeat;
}
.link-back:hover {
  color: #4055c3;
}

.registration__form {
  border: 1px solid #dddddd;
}

.registration__top {
  padding: 35px 52px;
}

.input-wrap--password {
  position: relative;
}

.password-toggle {
  position: absolute;
  bottom: 6px;
  right: 13px;
  width: 26px;
  height: 22px;
  background: url(../img/svg/eye-closed.svg) center no-repeat;
}
.password-toggle.active {
  background: url(../img/svg/eye.svg) center no-repeat;
}

.registration__enter {
  display: block;
  color: #2c2c2c;
  font-size: 14px;
  background: #eeeeee;
  padding: 9px 5px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.registration__enter:hover {
  background: #323232;
  color: #fff;
}

.capcha {
  margin-bottom: 25px;
}
.capcha img {
  max-width: 100%;
}

.registration__profile {
  padding: 35px 52px;
  position: relative;
  border-top: 1px solid #dddddd;
}

.registration__title {
  position: absolute;
  font-size: 14px;
  color: #808080;
  display: inline-block;
  padding: 0 20px;
  background: #fff;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.fb-btn {
  color: #fff;
  display: block;
  background: #3569ac;
  margin-bottom: 20px;
  text-align: center;
  padding: 7px 5px;
  position: relative;
}
.fb-btn i {
  width: 20px;
  height: 20px;
  background: url(../img/content/fb-btn.jpg);
  display: inline-block;
  position: absolute;
  left: 8px;
}

.google-btn {
  border: 1px solid #dddddd;
  background: #fafafa;
  display: block;
  padding: 6px;
  color: #2c2c2c;
  text-align: center;
  position: relative;
}
.google-btn i {
  width: 19px;
  height: 19px;
  background: url(../img/content/google-btn.jpg);
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 7px;
}

.profile .page-form .input-wrap {
  max-width: 415px;
  margin: 0 auto 20px;
}
.profile .page-form .input-wrap:last-child {
  margin-bottom: 0;
}

.profile .input-label {
  width: 130px;
  min-width: 130px;
}

.data-info {
  font-size: 14px;
  color: #808080;
}

.profile-view {
  padding: 50px 32px 38px;
  border: 1px solid #dddddd;
}
.profile-view .main-profile-block-shown {
  padding-bottom: 20px;
}

ul.profile-tabs__list {
  margin-bottom: -1px;
}
ul.profile-tabs__list li {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding-left: 0;
  margin-right: -2px;
}
ul.profile-tabs__list li:before {
  display: none;
}
ul.profile-tabs__list li.active a {
  font-weight: 700;
  background: #fff;
  border: 1px solid #dddddd;
  border-bottom: 0;
}
ul.profile-tabs__list li a {
  font-size: 17px;
  color: #000000;
  display: block;
  padding: 10px 28px;
  background: #eeeeee;
  border: 1px solid #eeeeee;
  border-bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.profile-tabs__list li a:hover {
  background: #e0e0e0;
  color: #000;
}

.profile-orders__item {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  max-width: 920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.profile-orders__item:last-child {
  border-bottom: 0;
}
.profile-orders__item .btn {
  color: #323232;
  background: #eeeeee;
}
.profile-orders__item .btn:hover {
  background: #323232;
  color: #fff;
}

.profile-orders__order {
  font-size: 17px;
  margin-bottom: 5px;
}

.more {
  font-size: 17px;
  color: #808080;
}

.list-toggle {
  display: inline-block;
  position: relative;
}

.list-toggle__list {
  position: absolute;
  z-index: 2;
  background: #fff;
  border: 1px solid #dddddd;
  padding: 10px 10px 0 10px;
  min-width: 100%;
  right: -5px;
  margin-top: 4px;
  display: none;
}
.list-toggle__list:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #fff;
  top: -6px;
  right: 6px;
  display: inline-block;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

.list-toggle__item {
  display: block;
  font-size: 17px;
  color: #2c2c2c;
  margin-bottom: 10px;
  white-space: nowrap;
}
.list-toggle__item span {
  font-size: 14px;
  color: #808080;
  padding-left: 3px;
}

.profile-orders__top {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  max-width: 920px;
  margin: 0 auto;
}

.list-toggle__link {
  display: inline-block;
  color: #808080;
  position: relative;
  padding-right: 20px;
  line-height: 1;
}
.list-toggle__link.active:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.list-toggle__link:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/svg/arr-toggle.svg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.r-tabs--order .r-tabs-panel {
  padding: 0;
}

.notification {
  color: #808080;
  font-size: 14px;
  line-height: 1;
}
.notification sup {
  color: #c21111;
  font-size: 100%;
}

.order__item {
  padding: 20px 27px 30px;
  border-bottom: 1px solid #ddd;
}
.order__item:last-child {
  border-bottom: 0;
}
.order__item .input-wrap {
  padding-right: 238px;
}

.radio-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.order .notification {
  margin-bottom: 30px;
}

.order .radio-item {
  background: #eeeeee;
  padding: 10px;
  margin-bottom: 0;
  margin-right: 10px;
}
.order .radio-item:last-child {
  margin-right: 0;
}

.order__title {
  font-size: 22px;
  margin-bottom: 20px;
}

.order .input-label {
  width: 240px;
  min-width: 240px;
}

.order .list-toggle {
  padding-top: 5px;
}

.sidebar-profile {
  background: #eeeeee;
  padding: 16px 20px 25px;
  margin-top: 19px;
}

.sidebar-profile__title {
  font-size: 22px;
  margin-bottom: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar-profile__item {
  padding: 16px 0;
  border-bottom: 1px solid #e4e4e4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.sidebar-profile__item:first-child {
  padding-top: 5px;
}

.order-change {
  font-size: 17px;
  color: #808080;
  padding-left: 17px;
  position: relative;
}
.order-change:before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 14px;
  background: url(../img/svg/pencil.svg) no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sidebar-profile__sum {
  padding-right: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar-profile__count {
  color: #808080;
  font-size: 14px;
  margin-right: 30px;
}

.sidebar-profile__price {
  font-size: 17px;
  padding-right: 37px;
  white-space: nowrap;
  width: 70px;
}

.total {
  text-align: right;
  font-size: 17px;
  padding-top: 10px;
  padding-right: 17px;
}
.total span {
  font-size: 24px;
  font-weight: 700;
}

.sidebar-profile__name {
  max-width: 180px;
}

.necessary {
  color: #c21111;
}

.workarea input[type='text'].input-short,
.workarea input[type='email'].input-short,
.workarea input[type='password'].input-short {
  width: 71px;
}

.separator {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -3px 13px 0 13px;
  line-height: 1;
}

.input-wrap__caption {
  color: #808080;
  font-size: 14px;
  position: absolute;
  left: -webkit-calc(100% - 225px);
  left: calc(100% - 225px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.card-img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  margin-left: 3px;
}

.order-total {
  background: #eeeeee;
  padding: 27px;
}

.order-total__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 11px;
}
.order-total__item:last-child {
  margin-bottom: 0;
}

.order-total__label {
  width: 317px;
  font-size: 17px;
  margin-right: 18px;
  text-align: right;
}

.order-total__sum {
  font-size: 17px;
}

.order-total__full {
  font-size: 24px;
  font-weight: 700;
}

.order-total__submit {
  margin-top: 12px;
  position: relative;
}
.order-total__submit .btn {
  padding: 7px 57px;
}
.order-total__submit .input-wrap__caption {
  left: -webkit-calc(100% + 15px);
  left: calc(100% + 15px);
  width: 250px;
}

.top-404 {
  background: #0b0b0b;
  padding: 40px 0 36px;
}

.top-404__title {
  font-size: 55px;
  line-height: 1;
  color: #f8a303;
  margin-bottom: 13px;
}

.top-404__add {
  color: #808080;
  font-size: 17px;
}

.content-404 {
  padding: 22px 0;
  max-width: 740px;
}
.content-404 ul {
  margin-bottom: 30px;
}

.content-404__links a {
  color: #808080;
  margin-right: 20px;
  display: inline-block;
}
.content-404__links a:last-child {
  margin-right: 0;
}
.content-404__links a:hover {
  color: #4055c3;
}

.content-404__top {
  font-size: 22px;
  margin-bottom: 23px;
}

.page-title__collection {
  display: inline-block;
  font-size: 14px;
  padding-left: 5px;
}

.catalog-txt-preview {
  font-size: 17px;
  margin-bottom: 20px;
}
.catalog-txt-preview .clearboth {
  display: inline-block;
}

.catalog-sort-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 6;
}

.catalog-sort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.catalog-sort__select {
  margin-left: 20px;
  width: 183px;
  position: relative;
  z-index: 1;
}
.catalog-sort__select .jq-selectbox__select {
  font-size: 17px;
}
.catalog-sort__select .jq-selectbox__select-text {
  padding-top: 4px;
}
.catalog-sort__select .jq-selectbox__dropdown {
  font-size: 17px;
}

.catalog {
  overflow: hidden;
}

.catalog__labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog__label {
  margin-right: 15px;
  background: #eeeeee;
  font-size: 17px;
  color: #808080;
  /*    padding: 6px 13px;*/
  border-radius: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.catalog__label:last-child {
  margin-right: 0;
}

.back {
  color: #808080;
  padding-left: 17px;
  display: inline-block;
  position: relative;
  margin-left: 20px;
  margin-bottom: 20px;
}
.back:before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 8px;
  background: url(../img/svg/back.svg) no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.back:hover {
  color: #4055c3;
}

.catalog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.catalog__item {
  padding-right: 2px;
  margin-bottom: 2px;
  position: relative;
  min-height: 246px;
}
.catalog__item:after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: -webkit-calc(100% - 2px);
  left: calc(100% - 2px);
  top: 0;
  z-index: 5;
}
.catalog__item:hover {
  z-index: 9;
}
.catalog__item:hover .catalog-img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.catalog__item:hover .catalog-label--new i {
  background: #f8a303 url(../img/content/new-h.png) center no-repeat;
}
.catalog__item:hover .catalog-label--recommend i {
  background: #f8a303 url(../img/content/recommend-h.png) center no-repeat;
}
.catalog__item:hover .catalog-label span {
  opacity: 1;
  background: #f8a303;
  color: #fff;
  width: 100%;
  text-indent: inherit;
  padding: 0 8px;
}
.catalog__item:hover .catalog-descr {
  -webkit-transform: translateX(-webkit-calc(100% + 30px));
  -ms-transform: translateX(calc(100% + 30px));
  transform: translateX(calc(100% + 30px));
  z-index: 2;
  -webkit-transition: z-index 0s ease 0s, opacity 0s ease,
  -webkit-transform 0.3s ease 0.3s;
  transition: z-index 0s ease 0s, opacity 0s ease,
  -webkit-transform 0.3s ease 0.3s;
  transition: transform 0.3s ease 0.3s, z-index 0s ease 0s, opacity 0s ease;
  transition: transform 0.3s ease 0.3s, z-index 0s ease 0s, opacity 0s ease,
  -webkit-transform 0.3s ease 0.3s;
  opacity: 1;
}
.slider__item:hover .catalog-descr {
  -webkit-transform: translateX(-webkit-calc(100% + 30px));
  -ms-transform: translateX(calc(100% + 30px));
  transform: translateX(calc(100% + 30px));
  z-index: 4;
  -webkit-transition: z-index 0s ease 0s, opacity 0s ease,
  -webkit-transform 0.3s ease 0.3s;
  transition: z-index 0s ease 0s, opacity 0s ease,
  -webkit-transform 0.3s ease 0.3s;
  transition: transform 0.3s ease 0.3s, z-index 0s ease 0s, opacity 0s ease;
  transition: transform 0.3s ease 0.3s, z-index 0s ease 0s, opacity 0s ease,
  -webkit-transform 0.3s ease 0.3s;
  opacity: 1;
}
.catalog__item:hover .catalog-descr:before {
  -webkit-transition: opacity 0.1s linear 0.5s;
  transition: opacity 0.1s linear 0.5s;
  opacity: 1;
}
.slider__item:hover .catalog-descr:before {
  -webkit-transition: opacity 0.1s linear 0.5s;
  transition: opacity 0.1s linear 0.5s;
  opacity: 1;
}
.catalog__item:hover .catalog-descr.catalog-descr--left {
  -webkit-transform: translateX(-webkit-calc(-100% - 12px));
  -ms-transform: translateX(calc(-100% - 12px));
  transform: translateX(calc(-100% - 12px));
}
.slider__item:hover .catalog-descr.catalog-descr--left {
  -webkit-transform: translateX(-webkit-calc(-100% - 12px));
  -ms-transform: translateX(calc(-100% - 12px));
  transform: translateX(calc(-100% - 12px));
}
.slider__item {
  padding-right: 2px;
  margin-bottom: 2px;
  position: relative;
  min-height: 246px;
}
.slider__item:hover {
  z-index: 9;
}
.slider__item:hover .catalog-img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.slider__item:hover .catalog-label--new i {
  background: #f8a303 url(../img/content/new-h.png) center no-repeat;
}
.slider__item:hover .catalog-label--recommend i {
  background: #f8a303 url(../img/content/recommend-h.png) center no-repeat;
}
.slider__item:hover .catalog-label span {
  opacity: 1;
  background: #f8a303;
  color: #fff;
  width: 100%;
  text-indent: inherit;
  padding: 0 8px;
}

.catalog__item--md,
.slider__item--md {
  width: 25%;
}
.catalog__item--md .catalog-title,
.slider__item--md .catalog-title {
  font-size: 17px;
}

.catalog__item--lg,
.slider__item--lg {
  width: 33.333%;
}
.catalog__item--lg .catalog-title,
.slider__item--lg .catalog-title {
  font-size: 24px;
}

.catalog-inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 3;
  background: #fff;
}
.catalog-inner:after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: inset 0px -125px 72px -48px rgba(0, 0, 0, 0.45);
  box-shadow: inset 0px -125px 72px -48px rgba(0, 0, 0, 0.45);
  pointer-events: none;
}

.catalog-img {
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.catalog-info {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px 18px;
  z-index: 2;
}

.catalog-title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.catalog-price {
  font-size: 14px;
}
.catalog-price span {
  font-size: 24px;
  font-weight: 700;
}

.catalog-favorite-link {
  display: inline-block;
  width: 13px;
  min-width: 13px;
  height: 13px;
  background: url(../img/svg/heart.svg) center no-repeat;
  margin-left: 10px;
  margin-top: 8px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.catalog-favorite-link:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.catalog-favorite-link.active {
  background: url(../img/svg/heart-act.svg) no-repeat;
}

.catalog-labels {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.catalog-label {
  margin-right: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.catalog-label i {
  width: 27px;
  min-width: 27px;
  height: 27px;
  display: inline-block;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.catalog-label:last-child {
  margin-right: 0;
}
.catalog-label.catalog-label--new i {
  background: #fff url(../img/content/new.png) center no-repeat;
}
.catalog-label.catalog-label--recommend i {
  background: #fff url(../img/content/recommend.png) center no-repeat;
}
.catalog-label span {
  width: 0%;
  overflow: hidden;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  padding: 0;
  font-size: 14px;
  background: #fff;
  height: 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-indent: -9999em;
}

.catalog-descr {
  background: #fff;
  padding: 20px 40px;
  border: 1px solid #e2e2e2;
  position: absolute;
  top: 10px;
  z-index: -1;
  height: -webkit-calc(100% - 20px);
  height: calc(100% - 20px);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 0;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}
.catalog-descr:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  left: -13px;
  top: 50%;
  border-left: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  opacity: 0;
}
.catalog-descr.catalog-descr--left:before {
  content: '';
  left: auto;
  right: -2px;
  border-left: 0;
  border-bottom: 0;
  border-right: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
}

.catalog-descr__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.catalog-descr__manuf {
  font-size: 14px;
  color: #808080;
  margin-bottom: 7px;
}
.catalog-descr__manuf a {
  color: #4055c3;
}

.manuf-icon {
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.manuf-icon img {
  max-width: 100%;
  display: inline-block;
  max-height: 100%;
}

.catalog-descr__el {
  position: relative;
  font-size: 14px;
  color: #808080;
  margin-bottom: 10px;
}
.catalog-descr__el span {
  font-weight: 700;
  color: #000;
}

.catalog-descr__txt {
  padding-top: 10px;
}

.catalog-slider {
  height: 100%;
  z-index: 4;
  display: none;
}
.slider__item .catalog-descr {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.slider__item:hover .catalog-descr {
  z-index: 5;
}
.catalog-slider.slick-initialized {
  display: block;
}
.catalog-slider .slick-track,
.catalog-slider .slick-list {
  height: 100%;
}
.catalog-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  width: 14px;
  height: 23px;
  display: inline-block;
  text-indent: -9999em;
  border: 0;
  padding: 0;
  margin-top: 4px;
}
.catalog-slider .slick-arrow.slick-next {
  right: 20px;
  background: url(../img/content/next.png) no-repeat;
}
.catalog-slider .slick-arrow.slick-prev {
  left: 20px;
  background: url(../img/content/prev.png) no-repeat;
}
.catalog-slider .slick-list {
  overflow: hidden;
}

.catalog-slider__item {
  position: relative;
  height: 100%;
}
.catalog-slider__item:after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 5;
}
.catalog-slider__item.slick-active:hover {
  z-index: 3;
}
.catalog-slider__item.slick-active:hover > .catalog-descr {
  -webkit-transform: translateX(-webkit-calc(100% + 30px));
  -ms-transform: translateX(calc(100% + 30px));
  transform: translateX(calc(100% + 30px));
  z-index: 3;
  -webkit-transition: z-index 0s ease 0s, opacity 0s ease,
  -webkit-transform 0.3s ease 0.3s;
  transition: z-index 0s ease 0s, opacity 0s ease,
  -webkit-transform 0.3s ease 0.3s;
  transition: transform 0.3s ease 0.3s, z-index 0s ease 0s, opacity 0s ease;
  transition: transform 0.3s ease 0.3s, z-index 0s ease 0s, opacity 0s ease,
  -webkit-transform 0.3s ease 0.3s;
  opacity: 1;
}
.catalog-slider__item.slick-active:hover > .catalog-descr:before {
  -webkit-transition: opacity 0.1s linear 0.5s;
  transition: opacity 0.1s linear 0.5s;
  opacity: 1;
}
.catalog-slider__item.slick-active:hover > .catalog-descr.catalog-descr--left {
  -webkit-transform: translateX(-webkit-calc(-100% - 15px));
  -ms-transform: translateX(calc(-100% - 15px));
  transform: translateX(calc(-100% - 15px));
}

.history__item {
  border-bottom: 1px solid #eeeeee;
  padding: 25px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.history__item:last-child {
  border-bottom: 0;
}

.history__half {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.history__title {
  display: block;
  font-size: 17px;
  color: #4055c3;
  margin-bottom: 10px;
  font-weight: 700;
}

.history .res-table td {
  vertical-align: middle;
  border: 0 !important;
  border-bottom: 1px solid #eeeeee !important;
}

.history .search-product-price {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.history .search-price {
  margin: 5px 10px 0 0;
}

.history-page-time {
  color: #808080;
  font-size: 14px;
}

.addFavorite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 36px;
  background: #ddd;
  margin-left: 10px;
}
.addFavorite i {
  display: inline-block;
  width: 24px;
  height: 21px;
  background: url(../img/svg/favorite.svg) center no-repeat;
  background-size: contain;
}
.addFavorite:hover {
  background: #000;
}
.addFavorite:hover i {
  background: url(../img/svg/favorite-h.svg) center no-repeat;
  background-size: contain;
}

.favorite-clear {
  display: inline-block;
  color: #808080;
  font-size: 14px;
  margin-left: 15px;
}
.favorite-clear:hover {
  color: #4055c3;
}

.favorite-close {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../img/svg/fav-close.svg) no-repeat;
}
.favorite-close:hover {
  background: url(../img/svg/fav-close-h.svg) no-repeat;
}

.favorite .search-price-td,
.favorite .favorite-remove-td {
  vertical-align: middle;
}

.favorite .collection-title {
  font-size: 14px;
}

.favorite .r-tabs .r-tabs-panel {
  padding: 0;
}

.favorite table {
  margin-bottom: 0;
  border: 0;
}

.favorite .res-table tr:first-child td {
  border-top: 0;
  border-left: 0;
}

.favorite .res-table tr td:first-child {
  position: relative;
  padding-left: 78px;
}

.favorite .res-table tr:last-child td {
  border-bottom: 0;
}

.favorite .btn {
  padding: 7px 20px;
}

.favorite .res-table tr td:first-child {
  border-left: 0;
}

.favorite .search-product-price {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.favorite-send {
  background: #dddddd;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.favorite-reset {
  padding: 7px 20px;
  font-size: 14px;
  color: #2c2c2c;
  background: #eee;
  border: 0;
  display: inline-block;
  margin-left: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.favorite-reset:hover {
  background: #323232;
  color: #fff;
}

.favorite-check {
  height: 100%;
  width: 47px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 !important;
}
.favorite-check input[type='checkbox']:not(:checked) + label,
.favorite-check input[type='checkbox']:checked + label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0;
}
.favorite-check input[type='checkbox']:not(:checked) + label {
  background: #eeeeee;
}
.favorite-check input[type='checkbox']:checked + label {
  background: #fff;
}
.favorite-check input[type='checkbox']:not(:checked) + label:before,
.favorite-check input[type='checkbox']:checked + label:before {
  top: 50%;
  margin-top: -9px;
  left: 50%;
  margin-left: -9px;
  background: #fff;
}
.favorite-check input[type='checkbox']:not(:checked) + label:after,
.favorite-check input[type='checkbox']:checked + label:after {
  top: 50%;
  margin-top: -5px;
  left: 50%;
  margin-left: -5px;
}

.btn--watch {
  color: #323232;
  background: #eeeeee;
}
.btn--watch:hover {
  background: #323232;
  color: #fff;
}

.favorite-collection {
  padding: 0 !important;
}
.favorite-collection .search-product-img {
  min-width: 210px;
  width: 210px;
  max-width: 210px;
}

.feature-item {
  color: #808080;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.feature-item i {
  margin-right: 5px;
  width: 19px;
}
.feature-item i img {
  max-width: 100%;
  display: block;
}

.favorite-slider-wrap {
  overflow: hidden;
  width: 210px;
}

.favorite-slider {
  display: none;
}
.favorite-slider.slick-initialized {
  display: block;
}
.favorite-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  width: 14px;
  height: 23px;
  display: inline-block;
  text-indent: -9999em;
  border: 0;
  padding: 0;
  margin-top: 4px;
}
.favorite-slider .slick-arrow.slick-next {
  right: 20px;
  background: url(../img/content/next.png) no-repeat;
}
.favorite-slider .slick-arrow.slick-prev {
  left: 20px;
  background: url(../img/content/prev.png) no-repeat;
}

.benefits h2 {
  font-size: 32px;
  margin-bottom: 24px;
}

.benefits__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.benefits__item {
  padding-right: 2px;
  font-size: 17px;
  color: #fff;
  height: 270px;
  width: 16.666%;
  position: relative;
}
.benefits__item:hover {
  z-index: 2;
}
.benefits__item:hover .benefits__inner {
  overflow: visible;
}
.benefits__item:hover .benefits__img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.benefits__inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.benefits__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s linear;
  transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s linear;
  transition: transform 0.3s ease, filter 0.3s linear;
  transition: transform 0.3s ease, filter 0.3s linear,
  -webkit-transform 0.3s ease, -webkit-filter 0.3s linear;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0);
  -webkit-filter: blur(4px);
  filter: blur(4px);
}
.benefits__img:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}

.layout--index .page-content {
  padding: 30px 0;
}

.benefits__info {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.benefits__txt {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  padding: 0 15px;
}

.benefits__icon {
  margin-bottom: 15px;
}

.index-catalog__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.index-catalog__item {
  padding-right: 2px;
  margin-bottom: 2px;
  height: 260px;
}
.index-catalog__item.index-catalog__item--lg {
  width: 50%;
}
.index-catalog__item.index-catalog__item--md {
  width: 33.333%;
}
.index-catalog__item:hover .index-catalog__img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.index-catalog__inner {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 23px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
}
.index-catalog__inner:after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: inset 0px -125px 72px -48px rgba(0, 0, 0, 0.45);
  box-shadow: inset 0px -125px 72px -48px rgba(0, 0, 0, 0.45);
  pointer-events: none;
}

.index-catalog__title {
  color: #fff;
  font-size: 24px;
}

.index-catalog__img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-catalog__title {
  position: relative;
  z-index: 2;
  font-size: 24px;
  font-weight: 700;
}

.popular {
  margin-bottom: 35px;
}
.popular h2 {
  font-size: 32px;
  margin-bottom: 24px;
}

.catalog-date {
  font-size: 14px;
  margin-bottom: 10px;
}

.index-popular-slider {
  display: none;
  margin-right: -14px;
}
.index-popular-slider.slick-initialized {
  display: block;
}
.index-popular-slider .catalog-inner {
  position: absolute;
}
.index-popular-slider .catalog-slider .slick-track {
  min-width: 100%;
}
.index-popular-slider .slider__item {
  height: 314px;
  padding-right: 14px;
}
.index-popular-slider .catalog__item {
  height: 314px;
  padding-right: 14px;
}
.index-popular-slider .catalog-title {
  font-size: 24px;
}
.index-popular-slider .catalog-info {
  padding-bottom: 12px;
}
.index-popular-slider .catalog__item:after {
  width: 14px;
  left: -webkit-calc(100% - 14px);
  left: calc(100% - 14px);
}
.index-popular-slider .catalog-slider__item:after {
  width: 0;
  left: auto;
  right: 0;
}

.popular__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-popular-slider__right {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: 10px;
  background: url(../img/svg/popular-right.svg) no-repeat;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.index-popular-slider__right.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.index-popular-slider__right:hover {
  background: url(../img/svg/popular-right-h.svg) no-repeat;
}
.index-popular-slider__right:active {
  background: url(../img/svg/popular-right-a.svg) no-repeat;
}

.index-popular-slider__left {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../img/svg/popular-right.svg) no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.index-popular-slider__left.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.index-popular-slider__left:hover {
  background: url(../img/svg/popular-right-h.svg) no-repeat;
}
.index-popular-slider__left:active {
  background: url(../img/svg/popular-right-a.svg) no-repeat;
}

.index-reviews {
  margin-bottom: 35px;
}
.index-reviews h2 {
  font-size: 32px;
  margin-bottom: 24px;
}

.index-reviews__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.index-reviews__slider-wrap {
  position: relative;
}
.index-reviews-slider__right {
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
  background: #fff url(../img/svg/g-next.svg) center no-repeat;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  top: 50%;
  transform: translateY(-50%);
  right: -22px;
  position: absolute;
}
.index-reviews-slider__right.slick-disabled {
  display: none !important;
}

.index-reviews-slider__left {
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
  background: #fff url(../img/svg/g-next.svg) center no-repeat;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
  top: 50%;
  left: -22px;
  position: absolute;
}
.index-reviews-slider__left.slick-disabled {
  display: none !important;
}
.index-reviews__slider {
  display: none;
}
.index-reviews__slider.slick-initialized {
  display: block;
}
.index-reviews__slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.index-reviews__slider .index-reviews__item {
  height: auto;
}
.index-reviews__slider .slick-list {
  padding-top: 12px;
  margin: 0 -5px;
}

.index-reviews__item {
  padding: 0 5px;
}

.index-reviews__inner {
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #dddddd;
}

.index-reviews__img {
  overflow: hidden;
  height: 314px;
  position: absolute;
  right: 10px;
  top: -12px;
  width: 266px;
  z-index: 4;
}

.index-reviews__img__inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.index-reviews__info {
  background: #fff;
  padding: 22px 310px 33px 28px;
  position: relative;
  font-size: 17px;
  z-index: 3;
}
.index-reviews__img__inner:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 53px;
  height: 53px;
  background: #fff url(../img/svg/c-arr.svg) center no-repeat;
}

.index-reviews__person {
  font-size: 17px;
  font-weight: 700;
}

.index-reviews__txt {
  margin-bottom: 11px;
}
.index-reviews__txt p {
  margin-bottom: 20px;
}

.index-reviews__position {
  font-size: 14px;
}

.index-reviews__name {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 700;
}

.index-reviews__img__in {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.novelty {
  overflow: hidden;
  margin-bottom: 35px;
}
.novelty h2 {
  font-size: 32px;
  margin-bottom: 24px;
}

.novelty-slider {
  display: none;
}
.novelty-slider.slick-initialized {
  display: block;
}
.novelty-slider .catalog-inner {
  z-index: 5;
  position: absolute;
}
.novelty-slider .catalog-slider .slick-track {
  min-width: 100%;
}
.novelty-slider .slider__item {
  height: 246px;
  padding-right: 10px;
  overflow: inherit;
}
.novelty-slider .slider__item .catalog-slider {
  z-index: 6;
}
.novelty-slider .catalog__item {
  height: 246px;
  padding-right: 2px;
}
.novelty-slider .catalog-title {
  font-size: 20px;
  margin-bottom: 7px;
}
.novelty-slider .catalog-info {
  padding: 0 16px 9px;
}
.novelty-slider .catalog__item:after {
  width: 2px;
  left: -webkit-calc(100% - 2px);
  left: calc(100% - 2px);
}
.novelty-slider .catalog-slider__item:after {
  width: 0;
  left: auto;
  right: 0;
}
.novelty-slider .catalog-date {
  margin-bottom: 5px;
}

.novelty__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.novelty-slider-wrap {
  position: relative;
}
.novelty-slider__right {
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
  background: #fff url(../img/svg/g-next.svg) center no-repeat;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  top: 50%;
  transform: translateY(-50%);
  right: -22px;
  position: absolute;
  z-index: 4;
}
.novelty-slider__left {
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
  background: #fff url(../img/svg/g-next.svg) center no-repeat;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
  top: 50%;
  left: -22px;
  position: absolute;
  z-index: 4;
}
.novelty-slider__left.slick-disabled {
  display: none !important;
}
.novelty-slider__right.slick-disabled {
  display: none !important;
}

.index-news {
  margin-bottom: 30px;
}
.index-news h2 {
  font-size: 32px;
  margin-bottom: 24px;
}

.index-news-slider {
  display: none;
}
.index-news-slider.slick-initialized {
  display: block;
}
.index-news-slider .slick-list {
  padding-bottom: 10px;
  margin: 0 -5px;
}
.index-news__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-news-slider-wrap {
  position: relative;
}

.index-news-slider__right {
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
  background: #fff url(../img/svg/g-next.svg) center no-repeat;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  top: 50%;
  transform: translateY(-50%);
  right: -22px;
  position: absolute;
  z-index: 4;
}
.index-news-slider__right.slick-disabled {
  display: none !important;
}
.index-news-slider__left {
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
  background: #fff url(../img/svg/g-next.svg) center no-repeat;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
  top: 50%;
  left: -22px;
  position: absolute;
  z-index: 4;
}
.index-news-slider__left.slick-disabled {
  display: none !important;
}

.index-news-slider__item {
  padding: 0 5px;
  height: auto;
}
.index-news-slider__item:hover .index-news-slider__inner {
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
}
.index-news-slider__item:hover .index-news-btn {
  border: 2px solid #323232;
  background: transparent;
}
.index-news-slider__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border: 1px solid #dddddd;
}
.index-news-slider__img {
  width: 330px;
  min-width: 330px;
  max-width: 330px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.index-news-slider__img img {
  object-fit: cover;
  object-position: center;
}

.index-news .wrapper--main-page .index-news-slider__img picture img {
  position: relative;
}


@media only screen and (max-width: 1200px) and (min-width: 768px)  {

  .index-news-slider__img {
    width: 360px;
    min-width: 360px;
    max-width: 360px;
    min-height: 310px;
  }
}

@media (min-width: 600px)  {
  .wrapper--main-page .index-news-slider__img {
    margin-left: auto;
  }
}

.index-news-slider__info {
  padding: 25px 31px 38px 27px;
}

.index-news-slider__date {
  color: #808080;
  margin-bottom: 8px;
}

.index-news-slider__txt {
  margin-bottom: 24px;
}

.index-news-btn {
  display: inline-block;
  font-size: 17px;
  color: #323232;
  border: 2px solid transparent;
  padding: 10px 33px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #f8f8f8;
}
.index-news-btn:hover {
  color: #fff !important;
  border: 2px solid #323232;
  background: #323232 !important;
}

.index-news-slider__title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.index-news-slider__item:hover .index-news-slider__title {
  color: #4055c3;
}
.plitka .r-tabs .r-tabs-panel {
  padding: 20px 30px;
  border: 1px solid #dddddd;
}

.plitka .r-tabs-anchor {
  font-size: 15px;
}

.plitka .old-price {
  padding-left: 0;
  margin-bottom: 9px;
}

.plitka .tile-more {
  font-size: 13px;
  margin-bottom: 20px;
}

.plitka .r-tabs {
  margin-bottom: 12px;
}

.plitka .select__wrapper .tooltip-content {
  margin-top: -5px;
}

.tile-more__red {
  color: #f50000;
}

.tab-btn {
  display: inline-block;
  background: #eeeeee;
  width: 100%;
  text-align: center;
  padding: 9px 5px;
  font-size: 13px;
  color: #2c2c2c;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tab-btn:hover {
  background: #323232;
  color: #fff;
}

.tile-top {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 15px;
  padding-bottom: 7px;
}

.tile-item {
  margin-bottom: 7px;
  line-height: 1.3;
  font-size: 13px;
  font-weight: bold;
}
.tile-item span {
  color: #808080;
  padding-right: 3px;
  font-weight: normal;
}
.tile-item a {
  color: #4055c3;
  font-weight: bold;
}
.tile-item a:hover {
  color: #056493;
}
.tile-item span.flag {
  width: 16px;
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
  display: inline-block;
  padding: 0;
  margin-top: -1px;
}
.tile-add__txt {
  font-weight: bold;
}
.tile-add__txt span {
  font-weight: normal;
}

.tile-flag {
  padding-left: 5px;
}

.availability {
  position: relative;
  padding-left: 20px;
  color: #38b71b;
  font-size: 13px;
  margin-bottom: 8px;
}
.availability:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 13px;
  background: url(../img/svg/av.svg) no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.availability__unit,
.availability__count {
  color: #808080;
}

.tile-price {
  font-size: 33px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1px;
}

.tile-select {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.tile-add__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 7px;
  font-size: 13px;
  color: #000;
}
.tile-add__item:last-child {
  margin-bottom: 0;
}
.tile-add__item:hover {
  color: #056493;
}

.tile-add__icon {
  width: 33px;
  min-width: 33px;
  margin-right: 15px;
}

.tile-add__txt span {
  color: #808080;
}

.tile-photo__inner {
  width: 577px;
  height: 577px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin: 0 auto 30px;
}

.save-photo {
  position: absolute;
  z-index: 2;
  bottom: 5px;
  left: 5px;
  font-size: 14px;
  color: #808080;
  display: inline-block;
  padding-left: 11px;
}
.save-photo:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 10px;
  background: url(../img/svg/save.svg) no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tile-photo__wrap {
  border-bottom: 1px solid #dddddd;
  position: relative;
}

.tile-photo__wrap picture img {
  height: 477px;
}

.tile-photo__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tile-photo__item:hover {
  opacity: 0.7;
}

.tile-next {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 22px;
  height: 36px;
  background: url(../img/svg/t-next.svg) no-repeat;
  z-index: 2;
}
.tile-next:hover {
  opacity: 0.6;
}

.tile-prev {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  display: inline-block;
  width: 22px;
  height: 36px;
  background: url(../img/svg/t-next.svg) no-repeat;
  z-index: 2;
}

.tile-photo__img {
  display: flex;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-left: 20px;
}
.tile-photo__img img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.tile-photo__paging {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
}

.tile-photo__top {
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 15px;
  color: #000;
}

.tile-photo__price {
  font-size: 17px;
  font-weight: 700;
  color: #000;
}

.tile-photo__format {
  font-size: 13px;
  color: #808080;
  margin-bottom: 13px;
}

.tile-photo__left {
  display: block;
  margin-bottom: 7px;
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 700;
  color: #4055c3;
}

.tile-photo__right {
  display: block;
  margin-bottom: 7px;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  color: #4055c3;
  text-align: right;
}

.tile-photo__item--left .tile-photo__format,
.tile-photo__item--left .tile-photo__price {
  padding-left: 20px;
}

.tile-photo__item--right {
  padding-left: 10px;
  text-align: right;
}
.tile-photo__item--left {
  padding-right: 10px;
}
.tile-photo__item--right .tile-photo__format,
.tile-photo__item--right .tile-photo__price {
  padding-right: 20px;
}
.tile-photo__item--right .tile-photo__img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 0;
  margin-right: 20px;
}
.tile-photo__item--right .tile-photo__info {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.tile-favorite {
  display: inline-block;
  margin: 0 1px;
  width: 20px;
  height: 18px;
  background: url(../img/svg/t-favorite.svg) no-repeat;
}
.tile-favorite:hover {
  background: url(../img/svg/t-favorite-h.svg) no-repeat;
}

.tile-compare {
  display: inline-block;
  margin: 0 1px;
  width: 25px;
  height: 18px;
  background: url(../img/svg/t-compare.svg) no-repeat;
}
.tile-compare:hover {
  background: url(../img/svg/t-compare-h.svg) no-repeat;
}

.page-title__flag {
  display: inline-block;
  position: relative;
  top: -3px;
}

.tile-close {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  width: 29px;
  height: 29px;
  background: url(../img/svg/tile-close.svg) no-repeat;
  z-index: 3;
}

.cart .favorite-remove-td {
  text-align: center;
}

.cart .res-table {
  margin-bottom: 0;
}

.cart .search-price {
  font-size: 17px;
}

.cart .select__val {
  margin-top: -2px;
}

.cart .select input[type='text'],
.cart .select input[type='email'],
.cart .select input[type='password'],
.cart .select input[type='number'] {
  padding-top: 0;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  display: inline-block;
}

.cart-remove {
  text-align: center !important;
  width: 57px;
}

.cart-count {
  width: 139px;
}
.cart-count .select__toggle {
  right: 1px;
}
.cart-count .select input[type='text'],
.cart-count .select input[type='email'],
.cart-count .select input[type='password'],
.cart-count .select input[type='number'],
.cart-count .select__val {
  max-width: 46px;
}

.full-cost {
  font-weight: 700;
  font-size: 20px;
}

.full-cost__add {
  font-size: 14px;
  color: #808080;
  max-width: 260px;
}

.cart-collection {
  color: #808080;
  font-size: 17px;
}
.cart-collection:hover {
  color: #056493;
}

.cart-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cart-product-descr {
  padding-left: 20px;
}

.cart-send {
  background: #dddddd;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-title {
  border-bottom: 0 !important;
}
.cart-title h4 {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: normal;
}

.cart-total {
  padding-right: 50px;
  font-size: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-total-sum {
  font-size: 24px;
  font-weight: 700;
  padding-left: 20px;
}

.cart-input-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.cart-input-toggle input[type='text'] {
  width: 65px;
  padding: 5px 25px 5px 10px;
}
.cart-input-toggle .tooltip {
  width: 13px;
  height: 13px;
  border: 0;
  background: url(../img/content/recommend-tooltip.png) no-repeat;
  background-size: 13px 13px;
  position: absolute;
  left: 72px;
  top: 11px;
}

.cart-input-toggle__minus {
  display: inline-block;
  width: 18px;
  height: 4px;
  background: url(../img/svg/minus.svg) no-repeat;
  margin-right: 10px;
}

.cart-input-toggle__plus {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/svg/plus.svg) no-repeat;
  margin-left: 10px;
}

.page-title__who {
  color: #545454;
}

.similar {
  overflow: hidden;
  margin-bottom: 35px;
}
.similar:last-child {
  margin-bottom: 0;
}
.similar .title__desc {
  font-size: 22px;
  font-weight: normal;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1.2;
}

.slide-count-wrap {
  margin-left: 5px;
}

.similar-slider {
  display: none;
  margin-right: -10px;
}
.similar-slider .slick-track {
  min-width: 100%;
}
.similar-slider.slick-initialized {
  display: block;
}
.similar-slider .catalog-inner {
  position: absolute;
}
.similar-slider .catalog-slider .slick-track {
  min-width: 100%;
}
.similar-slider .slider__item {
  height: 246px;
  padding-right: 10px;
}
.similar-slider .catalog__item {
  height: 246px;
  padding-right: 2px;
}
.similar-slider .catalog-title {
  font-size: 17px;
  margin-bottom: 0;
}
.similar-slider .catalog-info {
  padding: 0 16px 9px;
}
.similar-slider .catalog__item:after {
  width: 2px;
  left: -webkit-calc(100% - 2px);
  left: calc(100% - 2px);
}
.similar-slider .catalog-slider__item:after {
  width: 0;
  left: auto;
  right: 0;
}
.similar-slider .catalog-date {
  margin-bottom: 5px;
}

.similar-slider__arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.similar__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.similar-slider__right {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: 10px;
  background: url(../img/svg/popular-right.svg) no-repeat;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.similar-slider__right.slick-disabled {
  opacity: 0.5;
}
.similar-slider__right:hover {
  opacity: 0.5;
}

.similar-slider__left {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../img/svg/popular-right.svg) no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.similar-slider__left.slick-disabled {
  opacity: 0.5;
}
.similar-slider__left:hover {
  opacity: 0.5;
}

.reviews {
  margin-bottom: 35px;
  overflow: hidden;
  padding-top: 10px;
}
.reviews h3 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: normal;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.reviews .slider__item:hover {
  z-index: inherit;
}
.reviews .btn-alt {
  font-size: 14px;
  margin-left: 15px;
  margin-top: -4px;
}
.reviews .truncate_more_link {
  display: inline-block;
  position: relative;
  padding-right: 21px;
  font-size: 15px;
  margin-top: 15px;
  z-index: 3;
}
.reviews .truncate_more_link:after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 8px;
  background: url(../img/svg/more.svg) no-repeat;
  position: absolute;
  right: 0;
  top: -webkit-calc(50% + 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.reviews-slider {
  display: none;
  margin-right: -45px;
}
.reviews-slider.slick-initialized {
  display: block;
}

.reviews-slider__arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.reviews__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 11px;
}

.reviews-slider__right {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: 10px;
  background: url(../img/svg/popular-right.svg) no-repeat;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.reviews-slider__right.slick-disabled {
  opacity: 0.5;
}
.reviews-slider__right:hover {
  opacity: 0.5;
}

.reviews-slider__left {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../img/svg/popular-right.svg) no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.reviews-slider__left.slick-disabled {
  opacity: 0.5;
}
.reviews-slider__left:hover {
  opacity: 0.5;
}

.btn-alt {
  display: inline-block;
  background: #fff;
  border: 2px solid #323232;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #323232;
  padding: 8px 22px;
}
.btn-alt:hover {
  background: #323232;
  color: #fff;
}

.reviews-person {
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 700;
}

.reviews-date {
  font-weight: normal;
  color: #808080;
}

.reviews-txt__hidden {
  display: none;
}

.reviews-slider__item {
  padding-right: 45px;
}

.reviews-txt {
  font-size: 16px;
  position: relative;
}
.reviews-txt:after {
  content: '';
  display: block;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(
          linear,
          left top,
          left bottom,
          from(rgba(255, 255, 255, 0)),
          to(white)
  );
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.reviews-txt.active:after {
  display: none;
}
.reviews-txt.active .truncate_more_link:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.product-labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.product-labels__item {
  display: inline-block;
  font-size: 13px;
  color: #808080;
}
.product-labels__item:after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #bfbfbf;
  margin: 0 7px;
  vertical-align: middle;
}
.product-labels__item:last-child:after {
  display: none;
}
.product-labels__item:hover {
  color: #056493;
}

.product-descr {
  margin-bottom: 16px;
  font-size: 14px;
}
.product-descr .clearboth {
  display: inline-block;
}

.product-chars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.product-chars__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #808080;
  margin-right: 15px;
  font-size: 15px;
}
.product-chars__item:last-child {
  margin-right: 0;
}
.product-chars__item:hover {
  color: #056493;
}

.product-chars__icon {
  margin-right: 3px;
  margin-top: 3px;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 32px;
  overflow: hidden;
}

.catalog__item--video .catalog-inner:before {
  content: '';
  display: inline-block;
  width: 58px;
  height: 58px;
  background: url(../img/svg/play.svg) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}

.product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-right: -6px;
}

.product-item {
  width: 14.2857%;
  margin-right: -1px;
  margin-bottom: -1px;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  position: relative;
}
.product-item .catalog-descr {
  height: -webkit-calc(100% - 5px);
  height: calc(100% - 5px);
  top: 5px;
  padding: 10px 10px;
}
.product-item .catalog-descr a {
  font-weight: 700;
}
.product-item .catalog-descr__top {
  margin-bottom: 15px;
}
.product-item .catalog-descr__el span {
  font-weight: 500;
}
.product-item:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  z-index: 5;
}
.product-item:hover .catalog-descr {
  -webkit-transform: translateX(-webkit-calc(100% + 31px));
  -ms-transform: translateX(calc(100% + 31px));
  transform: translateX(calc(100% + 31px));
  z-index: 3;
  -webkit-transition: z-index 0s ease 0s, opacity 0s ease,
  -webkit-transform 0.3s ease 0.3s;
  transition: z-index 0s ease 0s, opacity 0s ease,
  -webkit-transform 0.3s ease 0.3s;
  transition: transform 0.3s ease 0.3s, z-index 0s ease 0s, opacity 0s ease;
  transition: transform 0.3s ease 0.3s, z-index 0s ease 0s, opacity 0s ease,
  -webkit-transform 0.3s ease 0.3s;
  opacity: 1;
}
.product-item:hover .catalog-descr:before {
  opacity: 1;
  -webkit-transition: opacity 0.1s linear 0.5s;
  transition: opacity 0.1s linear 0.5s;
}
.product-item:hover .catalog-descr.catalog-descr--left {
  -webkit-transform: translateX(-webkit-calc(-100% - 8px));
  -ms-transform: translateX(calc(-100% - 8px));
  transform: translateX(calc(-100% - 8px));
}

.product-inner {
  width: 100%;
  height: 100%;
  padding-bottom: 25px;
  position: relative;
  z-index: 4;
  background: #fff;
  border: 1px solid #dddddd;
}

.product-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px;

  height: 250px;
}

.list-unit-dots {
  overflow: hidden;
}

.list-unit-dots:before {
  position: absolute;
  top: 0;
  left: -45%;
  z-index: 2;
  display: block;
  content: '';
  width: 25%;
  height: 100%;
  opacity: 0;
  background: -webkit-linear-gradient(
          left,
          rgba(255, 255, 255, 0) 0%,
          rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
          to right,
          rgba(255, 255, 255, 0) 0%,
          rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.shine .list-unit-dots:hover:before {
  -webkit-animation: shine 0.5s;
  animation: shine 0.5s;
  opacity: 1;
}
.product-img img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: inline-block;
  object-fit:contain;
}

.product-title {
  display: block;
  color: #4055c3;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}

.product-format {
  font-size: 13px;
  color: #808080;
  margin-bottom: 16px;
}

.product-price {
  font-weight: 700;
  font-size: 23px;
  margin-bottom: 10px;
  margin-top: auto !important;
}
.product-price .old-price {
  display: block;
}
.product-price .request-price {
  display: flex;
  /* text-align: center;
  width: 100%; */
  font-size: 20px;
  line-height: 30px;
}

.product-info {
  padding: 0 19px;
  padding-bottom: 10px;
}
.product-info .tile-more {
  margin-bottom: 0;
  font-size: 13px;
}
.product-info .tile-more__red {
  font-size: 14px;
}
.product-info .btn {
  display: block;
  margin: 10px 0 0;
}
.product-info .tile-select .select__wrapper .tooltip-content {
  margin-top: -6px;
  margin-left: 8px;
}

.compare {
  overflow: hidden;
}
.compare .select__val {
  margin-top: -2px;
}
.compare .product-info .tile-select .select__wrapper .tooltip-content {
  margin-top: -3px;
}

.compare-links__hide {
  display: block;
  font-size: 14px;
  color: #808080;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
.compare-links__hide:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 9px;
  background: url(../img/svg/hide.svg) no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.compare-links__clear {
  display: block;
  font-size: 14px;
  color: #808080;
  position: relative;
  padding-left: 20px;
}
.compare-links__clear:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url(../img/svg/clear.svg) no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.compareTable th {
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  vertical-align: top;
  z-index: 2;
}
.compareTable th:first-child {
  vertical-align: bottom;
}

.compareTable td {
  text-align: center;
}
.compareTable td:first-child {
  text-align: left;
}

.compareTable .product-inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 20px 11px 20px;
  border: 0;
  text-align: left;
}

.compareTable .product-info {
  padding: 0;
}

.compareTable .product-img {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 0 15px;
  height: 110px;
}

.compareTable .product-title {
  margin-bottom: 7px;
}

.compareTable .product-format {
  margin-bottom: 18px;
}

.compareTable .product-price {
  font-size: 17px;
  margin-bottom: 15px;
}

.compareTable .product-price .old-price {
  display: inline;
}

.compareTable .tile-select {
  margin-bottom: 10px;
}

.layout--compare .page-top + .container-fluid {
  padding-top: 0;
}

.compare-title {
  background: #fff !important;
  position: relative;
  z-index: 2;
}

.compareTable th {
  background: #fff !important;
}

.compareTable th.compare-title {
  background: #fff !important;
}

.fancybox-content {
  overflow: visible;
  margin-top: 45px;
  padding: 0;
}

.fancybox-slide--html .fancybox-close-small {
  padding: 0;
  right: 50%;
  margin-right: -16px;
  top: -40px;
  background: url(../img/svg/f-close.svg) no-repeat;
  width: 32px;
  height: 32px;
}
.fancybox-slide--html .fancybox-close-small svg {
  display: none;
}

.popup {
  max-width: 500px;
  padding-bottom: 20px;
}
.popup input[type='text'],
.popup input[type='email'],
.popup input[type='password'] {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  color: #2c2c2c;
  border: 2px solid #dddddd;
  padding: 5px 10px;
}
.popup textarea {
  padding: 10px;
  color: #2c2c2c;
  border: 2px solid #dddddd;
  width: 100%;
  min-height: 116px;
  resize: vertical;
}
.popup input[type='checkbox']:not(:checked),
.popup input[type='checkbox']:checked {
  /*position: absolute;*/
  /*left: -9999px;*/
  height: 17px;
  width: 17px;
}
.popup input[type='checkbox']:not(:checked) + label {
  color: #808080;
}
.popup input[type='checkbox']:not(:checked) + label,
.popup input[type='checkbox']:checked + label {
  position: relative;
  cursor: pointer;
  padding-left: 4px;
  line-height: 17px;
  display: inline-block;
  font-size: 14px;
}
.popup input[type='checkbox']:not(:checked) + label:before,
.popup input[type='checkbox']:checked + label:before {
  /*content: '';*/
  /*position: absolute;*/
  /*left: 0px;*/
  /*top: 0px;*/
  /*height: 17px;*/
  /*width: 17px;*/
  /*border: 1px solid #dddddd;*/
  /*cursor: pointer;*/
  /*z-index: 5;*/
}
.popup input[type='checkbox']:not(:checked) + label:after,
.popup input[type='checkbox']:checked + label:after {
  /*content: '';*/
  /*background: url('../img/svg/check.svg') center no-repeat;*/
  /*width: 10px;*/
  /*height: 9px;*/
  /*display: inline-block;*/
  /*position: absolute;*/
  /*top: 3px;*/
  /*left: 4px;*/
  /*z-index: 10;*/
}
.popup input[type='checkbox']:not(:checked) + label:after {
  opacity: 0;
}
.popup input[type='checkbox']:checked + label:after {
  opacity: 1;
}
.popup input[type='radio']:not(:checked),
.popup input[type='radio']:checked {
  position: absolute;
  left: -9999px;
}
.popup input[type='radio']:not(:checked) + label {
  color: #808080;
}
.popup input[type='radio']:not(:checked) + label,
.popup input[type='radio']:checked + label {
  position: relative;
  cursor: pointer;
  padding-left: 28px;
  line-height: 21px;
  display: inline-block;
  font-size: 14px;
}
.popup input[type='radio']:not(:checked) + label:before,
.popup input[type='radio']:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  border: 1px solid #dddddd;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
}
.popup input[type='radio']:checked + label:after {
  content: '';
  background-color: #f8a303;
  width: 9px;
  height: 9px;
  display: inline-block;
  /* border: 1px solid #00a6e4; */
  position: absolute;
  border-radius: 50%;
  top: 6px;
  left: 6px;
  z-index: 4;
}

.popup-title {
  font-size: 32px;
  background: #eeeeee;
  padding: 20px;
  text-align: center;
}

.popup-info {
  padding: 30px;
  background: #fff;
}

.dnone {
  display: none;
}

.popup-form {
  padding: 0 30px;
}
.popup-form .input-label {
  width: 90px;
  min-width: 90px;
}
.popup-form .checkbox-item {
  margin-bottom: 0;
}

.popup-form-wrapper .input-label {
  width: 120px;
  min-width: 120px;
}
.popup-form-wrapper .phone-mask {
  width: 100% !important;
}
.popup-form-wrapper .afbf_inputtext_bg {
  width: calc(100% - 120px);
}

.checkbox-item--auth {
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

.necessarily-msg {
  font-size: 14px;
  color: #808080;
  line-height: 1;
}

.necessarily {
  color: red;
  display: inline-block;
  padding: 0 3px;
  font-size: 15px;
  top: -0.2em;
}

.necessarily-msg-phone {
  font-size: 14px;
  color: #808080;
  padding-left: 90px;
  margin: -15px 0 20px;
  line-height: 1;
}

.fast-buy {
  padding: 0 60px 25px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fast-buy__img {
  width: 115px;
  margin-bottom: 15px;
  max-width: 100%;
  height: auto;
}
.fast-buy__img img {
  max-width: 100%;
}

.fast-buy__title {
  font-size: 17px;
  color: #2c2c2c;
  margin-bottom: 5px;
}

.fast-buy__format {
  font-size: 14px;
  color: #808080;
}

.translated {
  opacity: 0;
  -webkit-transform: translateY(30%);
  -ms-transform: translateY(30%);
  transform: translateY(30%);
  -webkit-transition: opacity 0.4s linear, -webkit-transform 0.3s ease;
  transition: opacity 0.4s linear, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.4s linear;
  transition: transform 0.3s ease, opacity 0.4s linear,
  -webkit-transform 0.3s ease;
}
.translated.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.translated:nth-child(1) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.translated:nth-child(2) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.translated:nth-child(3) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.translated:nth-child(4) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.translated:nth-child(5) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.translated:nth-child(5) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.translated:nth-child(6) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.layout--interior .page-top + .container-fluid {
  padding: 0;
  max-width: 100%;
}

.layout--interior .page-content {
  display: block;
  height: auto;
}

.interior {
  position: relative;
  overflow: hidden;
  height: -webkit-calc(100vh - 96px);
  height: calc(100vh - 96px);
}
.interior img {
  display: block;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
  max-height: 100%;
  height: 100%;
}
.interior .container-fluid {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 4;
}
.interior .tile-prev {
  pointer-events: all;
}
.interior .tile-next {
  pointer-events: all;
}
.interior .select__wrapper .tooltip-content {
  margin-top: -5px !important;
}

.interior__tile {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

.interior__base {
  position: relative;
  height: -webkit-calc(100vh - 96px);
  height: calc(100vh - 96px);
  z-index: 1;
}

.tile__link {
  display: inline-block;
  position: relative;
  z-index: 4;
}

.tile__link--top {
  width: 76px;
  height: 102px;
  background: url(../img/svg/tile-top.svg) no-repeat;
}
.tile__link--top + .interior-popup {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: -10px;
}

.tile__link--middle {
  width: 100px;
  height: 71px;
  background: url(../img/svg/tile-middle.svg) no-repeat;
}
.tile__link--middle + .interior-popup {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -10px;
  left: 100%;
}

.tile__link--bottom {
  width: 76px;
  height: 102px;
  background: url(../img/svg/tile-bottom.svg) no-repeat;
}
.tile__link--bottom + .interior-popup {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: -10px;
  bottom: 100%;
}

.interior-tile-item {
  position: absolute;
}

.scale-inner {
  background: #fff;
  padding: 30px 20px;
  width: 533px;
  border: 1px solid #dddddd;
}

.interior-popup {
  position: absolute;
  z-index: 4;
  display: none;
}
.interior-popup .product-format {
  font-size: 14px;
}
.interior-popup .tile-more {
  font-size: 15px;
}
.interior-popup .tile-flag {
  display: inline-block;
}

.interior-popup__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.interior-image {
  width: 50%;
}

.interior-info {
  width: 50%;
}

.interior-img {
  padding: 0 30px;
  display: block;
  margin-bottom: 25px;
  height: 200px;
}
.interior-img img {
  max-width: 100%;
  display: block;
  max-height: 100%;
}

.interior-title {
  display: block;
  color: #4055c3;
  margin-bottom: 15px;
  font-weight: 700;
}

.interior-popup__close {
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../img/svg/tile-close.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 10px;
}

.extended {
  position: relative;
  padding: 30px 0;
  display: none;
}

.extended__close {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/svg/close.svg) no-repeat;
  background-size: 100% 100%;
  opacity: 0.3;
  position: absolute;
  right: 20px;
  top: 20px;
}
.extended__close:hover {
  opacity: 0.4;
}

.top-select-toggle__link {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.top-select-toggle__link:hover {
  color: white;
}

.page-header__cabinet {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  margin-top: -3px;
  text-decoration: none !important;
}
.page-header__cabinet:hover {
  color: #fff;
}
.page-header__cabinet .top-select-toggle__link {
  padding-top: 3px;
  color: white;
}

.registration__profile .bx-authform-social {
  padding-top: 15px;
}

.bx-authform-social ul {
  margin-bottom: 0;
}
.bx-authform-social ul li {
  padding-left: 0;
  margin-bottom: 0;
}
.bx-authform-social ul li:before {
  display: none;
}

.alert-danger {
  color: red;
  padding: 0 0 20px 0;
  font-size: 16px;
}

.bx-authform-description-container {
  color: red;
  font-size: 16px;
  padding: 10px 0;
}

.bx-authform-description-container + .bx-authform-description-container {
  padding: 0;
}

.product-item-amount-field-container {
  position: relative;
}

.product-item-amount-description-container {
  position: absolute;
  top: 10px;
  left: 30px;
  z-index: 3;
  font-size: 14px;
}

.fancybox-container {
  z-index: 6;
}

.product-delete {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 14px;
  color: #808080;
  display: inline-block;
  padding-left: 20px;
}
.product-delete:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../img/svg/fav-close.svg) no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-delete:hover {
  color: #4055c3;
}
.product-delete:hover:before {
  background: url(../img/svg/fav-close-h.svg) no-repeat;
}

.select input[type='text'],
.select input[type='email'],
.select input[type='password'],
.select input[type='number'] {
  width: auto;
  display: inline;
  border: 0;
  padding: 0;
  position: absolute;
  background: transparent;
  white-space: nowrap;
  max-width: 100px;
  color: transparent;
  font-size: 13px;
  padding-top: 2px;
}
.select input[type='text']:focus,
.select input[type='email']:focus,
.select input[type='password']:focus,
.select input[type='number']:focus {
  color: #2c2c2c;
}
.select input[type='text']:focus + .select__val,
.select input[type='email']:focus + .select__val,
.select input[type='password']:focus + .select__val,
.select input[type='number']:focus + .select__val {
  color: transparent;
}

.select__wrapper {
  width: 100%;
  border: 2px solid #dddddd;
  position: relative;
  padding: 7px 50px 5px 13px;
  text-align: left;
  height: 36px;
}
.select__wrapper .tooltip-content {
  margin-top: -2px;
  position: relative;
  z-index: 3;
}

.select__submit {
  display: inline-block;
  width: 39px;
  height: 36px;
  position: absolute;
  right: -2px;
  top: -2px;
  background: #000 url(../img/svg/cart-h.svg) center no-repeat;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  border: 0;
  padding: 0;
}
.select__submit:hover {
  background: #dddddd url(../img/svg/cart.svg) center no-repeat;
}

.select__val {
  max-width: 100px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  margin-top: -6px;
  font-size: 13px;
}

.select__toggle {
  font-size: 14px;
  position: absolute;
  top: 1px;
  right: 38px;
  background: #eeeeee;
  border-radius: 2px;
  padding: 6px 16px;
}

.select__link {
  padding-right: 10px;
  display: inline-block;
  color: #2c2c2c !important;
  position: relative;
}
.select__link:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 2.5px 0 2.5px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
}

.select__item {
  display: block;
  padding: 6px 6px;
  margin: 0 4px;
  border-bottom: 1px solid #dddddd;
  text-align: right;
  color: #2c2c2c !important;
}
.select__item:hover {
  background: #dddddd;
}
.select__item:last-child {
  border-bottom: 0;
}

.select__item--active {
  height: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.select__list {
  position: absolute;
  font-size: 14px;
  background: #eeeeee;
  border: 1px solid #dddddd;
  border-bottom: 0;
  right: 1px;
  top: -webkit-calc(100% + 8px);
  top: calc(100% + 8px);
  display: none;
}

.product .select__val {
  margin-top: -5px;
}

.catalog-sort__select__link {
  display: inline-block;
  height: 36px;
  padding: 4px 30px 0 10px;
  border: 2px solid #dddd;
  position: relative;
  color: #000;
  width: 100%;
}
.catalog-sort__select__link:after {
  content: '';
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 0;
  border-top: 5px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.catalog-sort__select__list {
  margin: -1px 0 0;
  border: 1px solid #ddd;
  border-radius: 0;
  font: inherit;
  font-size: 14px;
  top: 100%;
  right: 0;
  position: absolute;
  min-width: 100%;
  display: none;
}

.catalog-sort__select__item {
  display: block;
  padding-left: 10px;
  background: #eeeeee;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
  padding: 12px 10px 12px;
  color: #000;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.catalog-sort__select__item:hover {
  background: #fff;
}

.tile-favorite.active {
  background: url(../img/svg/t-favorite-act.svg) no-repeat;
}

.page-footer-top {
  background: #fcfcfc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0;
}
.page-footer-top input[type='text'] {
  width: 308px;
  display: inline-block;
  vertical-align: middle;
  color: #2c2c2c;
  border: 2px solid #dddddd;
  padding: 7px 10px;
  margin-right: -2px;
  font-size: 14px;
}
.page-footer-top ::-webkit-input-placeholder {
  color: #808080;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-footer-top ::-moz-placeholder {
  color: #808080;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-footer-top :-moz-placeholder {
  color: #808080;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-footer-top :-ms-input-placeholder {
  color: #808080;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-footer-top :focus::-webkit-input-placeholder {
  color: transparent;
}
.page-footer-top :focus::-moz-placeholder {
  color: transparent;
}
.page-footer-top :focus:-moz-placeholder {
  color: transparent;
}
.page-footer-top :focus:-ms-input-placeholder {
  color: transparent;
}

.subscription__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.subscription__inner .btn {
  font-size: 14px;
  padding: 7px 34px;
}

.subscription__msg {
  color: #000000;
  font-size: 14px;
  margin-right: 20px;
}

.subscription__politics {
  font-size: 14px;
  color: #808080;
  padding-left: 30px;
}

.form-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.copyright {
  background: #e8e8e8;
  padding: 10px 0;
  font-size: 14px;
}

.page-footer-info {
  padding: 30px 0 25px;
  background: #f8f8f8;
}

.page-footer-info__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-footer-menu {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-footer-contacts {
  width: 50%;
}

.page-footer-menu__item {
  width: 33.333%;
}

.page-footer-menu__title {
  font-weight: 700;
  margin-bottom: 14px;
  display: block;
  color: #000;
}

.page-footer-menu__link {
  display: block;
  font-size: 14px;
  color: #808080;
  margin-bottom: 4px;
}
.page-footer-menu__link:last-child {
  margin-bottom: 0;
}
.page-footer-menu__link:hover {
  color: #4055c3;
}

.page-footer__address {
  padding-right: 25px;
  width: 371px;
}

.address-item {
  font-size: 14px;
  padding-left: 28px;
  position: relative;
  color: #808080;
  margin-bottom: 17px;
  display: block;
}
.address-item:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/svg/address-dark.svg) no-repeat;
}
.address-item__more {
  font-size: 16px;
  display: inline-block;
  color: #808080;
  padding-left: 28px;
}
.address-item__more span {
  border-bottom: 1px solid #d3d3d3;
}
.address-item:hover,
.address-item__more:hover {
  color: #4055c3;
}
.address-item__more:hover span {
  border-bottom: 1px solid transparent;
}
.phone-add {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  margin-bottom: 5px;
}
.phone-add:last-child {
  margin-bottom: 0;
}
.phone-add:first-child {
  margin-top: 12px;
}
.phone-add__top {
  color: #808080;
}
.page-footer__phone {
  padding-left: 120px;
  position: relative;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  margin-right: 40px;
}
.page-footer__phone span {
  color: #808080;
  font-size: 14px;
  display: block;
  font-weight: 400;
  padding-top: 10px;
  line-height: 1;
}
.page-footer__phone:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 32px;
  background: url(../img/svg/phones.svg) no-repeat;
  position: absolute;
  left: 82px;
  top: 0;
  background-position: right;
}

.page-footer-contacts__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.socials span {
  color: #808080;
  font-size: 14px;
  display: block;
  font-weight: 400;
  padding-top: 6px;
  line-height: 1;
}

.socials__item {
  width: 30px;
  height: 30px;
  margin-right: 4px;
}
.socials__item:last-child {
  margin-right: 0;
}
.socials__item.fb {
  background: url(../img/content/fb.png) 0 -72px no-repeat;
}
.socials__item.fb:hover {
  background: url(../img/content/fb.png) 0 -35px no-repeat;
}
.socials__item.fb:active {
  background: url(../img/content/fb.png) 0 0px no-repeat;
}
.socials__item.vk {
  background: url(../img/content/vk.png) 0 -72px no-repeat;
}
.socials__item.vk:hover {
  background: url(../img/content/vk.png) 0 -35px no-repeat;
}
.socials__item.vk:active {
  background: url(../img/content/vk.png) 0 0px no-repeat;
}
.socials__item.tw {
  background: url(../img/content/tw.png) 0 -72px no-repeat;
}
.socials__item.tw:hover {
  background: url(../img/content/tw.png) 0 -35px no-repeat;
}
.socials__item.tw:active {
  background: url(../img/content/tw.png) 0 0px no-repeat;
}
.socials__item.insta {
  background: url(../img/content/insta.png) 0 -72px no-repeat;
}
.socials__item.insta:hover {
  background: url(../img/content/insta.png) 0 -35px no-repeat;
}
.socials__item.insta:active {
  background: url(../img/content/insta.png) 0 0px no-repeat;
}

.socials__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.safety {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.safety span {
  color: #808080;
  font-size: 14px;
  display: block;
  font-weight: 400;
  padding-top: 3px;
  min-width: 100%;
  text-align: right;
  line-height: 1;
}

.safety__img {
  margin-top: -21px;
}
.safety__img img {
  max-width: 100%;
}

.page-footer-menu__toggle {
  width: 30px;
  height: 20px;
  background: url(../img/svg/toggle-arr.svg) center no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-footer-menu__toggle.active {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.page-footer-menu__top {
  position: relative;
}

.add-to-compare {
  display: inline-block;
  margin: 0 1px;
  width: 25px;
  height: 18px;
  background: url(/local/templates/technotile/html/docs/img/svg/t-compare.svg)
  no-repeat;
}
.add-to-compare.active {
  display: inline-block;
  margin: 0 1px;
  width: 25px;
  height: 18px;
  background: url(/local/templates/technotile/html/docs/img/svg/t-compare-h.svg)
  no-repeat;
}

.instruction__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 42px 0;
  border-bottom: 1px solid #dddddd;
}
.instruction__item:last-child {
  border-bottom: 0;
}
.instruction__l {
  width: 345px;
  min-width: 345px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  margin-top: -10px;
}
.instruction__title {
  font-size: 20px;
  font-weight: 700;
}
.instruction__num {
  color: #eeeeee;
  font-size: 70px;
  line-height: 57px;
  font-weight: 700;
  margin-right: 20px;
  margin-top: -10px;
}

.instruction__info {
  max-width: 560px;
}
.instruction-video {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 560px;
  height: 320px;
  position: relative;
}
.instruction-video__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.instruction-video__txt {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  padding-top: 110px;
}
.instruction-video__txt:before {
  content: '';
  display: inline-block;
  width: 98px;
  height: 98px;
  background: url(../img/svg/video.svg) no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.instruction-message {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 15px 15px 15px 80px;
  position: relative;
}

.instruction-message:before {
  content: '';
  display: inline-block;
  width: 31px;
  height: 28px;
  background: url(../img/svg/warning.svg) no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

.delivery {
}
.delivery__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.delivery__info {
  width: 50%;
  padding-right: 5px;
}
.delivery__info ol {
  padding-right: 50px;
}
.delivery .instruction-message {
  width: 50%;
}
.payment {
  margin-bottom: 30px;
}
.payment h2 {
  font-weight: 500;
  margin-bottom: 36px;
}
.payment__item {
  padding-right: 70px;
}
.payment__title {
  color: #2c2c2c;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}
.payment__info {
  margin-bottom: 20px;
}
.payment .safety__img {
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.safety__item {
  margin-right: 20px;
}
.delivery h2 {
  font-weight: 500;
  margin-bottom: 28px;
}
.delivery h4 {
  margin-bottom: 25px;
}
.safety__item:last-child {
  margin-right: 0;
}
.safety__item img {
  display: block;
}
.payment__icon {
  margin-bottom: 26px;
}
.payment__icon img {
  display: block;
  max-width: 100%;
}
.delivery .instruction-message:before {
  top: 25px;
  transform: none;
  left: 23px;
}

.contacts {
}
.contacts__item {
  padding: 30px 0;
  border-bottom: 1px solid #dddddd;
}
.contacts__item:last-child {
  border-bottom: 0;
}
.contacts__item h2 {
  margin-bottom: 26px;
}
.contacts__top {
  margin-bottom: 27px;
}
.contacts__line {
  margin-bottom: 22px;
}
.contacts__line:last-child {
  margin-bottom: 0;
}
.contacts-phone {
  color: #2c2c2c;
  font-size: 20px;
  display: block;
  font-weight: 700;
}
.contacts__col h3 {
  margin-bottom: 31px;
}
.contacts__line__top {
  margin-bottom: 4px;
}
.contacts-mail {
  font-size: 20px;
  color: #4055c3;
  font-weight: 700;
}
.days {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.days__item {
  width: 6px;
  height: 6px;
  background: #000;
  margin-right: 2px;
  margin-top: 5px;
}
.days__item:last-child {
  margin-right: 0;
}
.days__item.active {
  background: #f8a303;
}
.gallery-wrap {
  padding-top: 25px;
}

.map-wrap {
  position: relative;
  width: 100%;
  height: 425px;
  border: 1px solid #dddddd;
}
.page-map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
ymaps[class*='-copyright'] {
  display: none;
}

.tabs-wrap .tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -1px;
  padding: 0;
  z-index: 1;
  position: relative;
}
.tabs-wrap .tabs li:before {
  display: none;
}
.tabs-wrap .tabs li {
  cursor: pointer;
  padding: 10px 30px;
  margin-bottom: 0;
  margin-right: 1px;
  border: 1px solid transparent;
  background: #eeeeee;
}
.tabs-wrap .tabs li:hover {
  background: #fff;
  border: 1px solid #dddddd;
  border-bottom: 1px solid #fff;
}

.tabs-wrap .tabs li.current {
  background: #fff;
  border: 1px solid #dddddd;
  border-bottom: 1px solid #fff;
}

.tabs-wrap .tab-content.current {
  display: block;
  visibility: visible;
  pointer-events: all;
  opacity: 1;
  height: auto;
}

.tabs-wrap .tab-content {
  display: block;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  margin-bottom: 0;
  height: 0;
}

.contacts-gallery__list {
  margin-bottom: 20px;
}
.contacts-gallery-tour {
  background: #dddddd;
  padding: 15px 24px 15px 66px;
  font-size: 17px;
  color: #323232;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}
.contacts-gallery-tour:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 29px;
  background: url(../img/content/virtual.png) no-repeat;
  position: absolute;
  left: 21px;
  top: 50%;
  transform: translateY(-50%);
}
.contacts-gallery h3 {
  margin-bottom: 25px;
}
.contacts-gallery-tour:hover {
  background: #eeeeee;
}
.contacts-gallery-item {
  margin-bottom: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.contacts-gallery-icon {
  width: 20px;
  text-align: center;
  margin-right: 10px;
  height: 15px;
  vertical-align: middle;
  line-height: 15px;
}
.contacts-gallery-icon img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.contacts-gallery-info {
  font-size: 17px;
  color: #2c2c2c;
}
.contacts-gallery-add {
  font-size: 14px;
  color: #808080;
  margin-top: 10px;
}
.contacts-gallery-items {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.contacts-gallery__link {
  width: -webkit-calc(25% - 4px);
  width: -moz-calc(25% - 4px);
  width: calc(25% - 4px);
  margin-right: 2px;
  margin-bottom: 2px;
  position: relative;
  height: 73px;
}
.contacts-gallery__link:hover {
  z-index: 2;
}
.contacts-gallery__link:hover .contacts-gallery__in {
  transform: scale(1.07);
}
.contacts-gallery__in {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}
.fancybox-container {
  z-index: 20;
}
.fancybox-slide .fancybox-content {
  margin-top: 0;
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  /* display: none;*/
}
.fancybox-caption__body {
  font-size: 24px;
  font-weight: bold;
}
.fancybox-infobar {
  display: none;
}
.more-photo-hidden {
  display: none;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 0;
  right: 40px;
  width: 21px;
  height: 35px;
  background: url(../img/content/g-next.png) no-repeat;
}
.fancybox-navigation .fancybox-button--arrow_right svg {
  display: none;
}
.fancybox-navigation .fancybox-button--arrow_left {
  padding: 0;
  left: 40px;
  width: 21px;
  height: 35px;
  background: url(../img/content/g-prev.png) no-repeat;
}
.fancybox-navigation .fancybox-button--arrow_right svg {
  display: none;
}
.contacts-gallery__link--more .contacts-gallery__in:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}
.fancybox-navigation .fancybox-button {
  top: calc(50% - 10px);
}

.contacts-gallery__msg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  padding: 5px;
  font-size: 17px;
  font-weight: bold;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.contacts-gallery__msg span {
  display: inline-block;
  margin: 0 5px;
}
.page-map-content {
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.page-map-content div {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page-map-content iframe {
  width: 100% !important;
  height: 100% !important;
}
.extended-search-link {
  max-width: inherit !important;
}
.page-header__cabinet br {
  display: none;
}
.top-select-item input[type='checkbox']:not(:checked) + label:before,
.top-select-item input[type='checkbox']:checked + label:before {
  left: -2px !important;
}
.top-select-item input[type='checkbox']:not(:checked) + label:after,
.top-select-item input[type='checkbox']:checked + label:after {
  left: 1px !important;
}
.bx-filter.bx-filter-horizontal {
  position: relative;
  z-index: 1;
}
.advantages h2 {
  margin-bottom: 24px;
  font-size: 32px;
}

.search__close {
  display: none;
}
.page-footer__phone {
  padding-left: 70px;
}
.page-footer__phone .phone-big a, .phone-add_fotter {
  color: #2c2c2c;
  text-decoration: none;
}
.page-footer__phone .phone-big a:hover, .phone-add_fotter:hover {
  color: #4055c3;
  text-decoration: none;
}
.page-footer__phone::before {
  left: 32px;
}

@media screen and (max-width: 1600px) {
  .tile-close {
    right: 20px;
  }
}

@media screen and (max-width: 1450px) {
  .page-footer__phone {
    font-size: 22px;
    margin-right: 25px;
  }
  .page-footer__phone span {
    padding-top: 16px;
  }
  .top-select-toggle-l .top-select-toggle:first-child .top-select-list {
    left: 0;
    -webkit-transform: scaleY(0) translateX(0%);
    -ms-transform: scaleY(0) translateX(0%);
    transform: scaleY(0) translateX(0%);
  }
  .top-select-toggle-l .top-select-toggle:first-child:hover .top-select-list {
    left: 0;
    -webkit-transform: scaleY(1) translateX(0%);
    -ms-transform: scaleY(1) translateX(0%);
    transform: scaleY(1) translateX(0%);
  }
  .interior__base .tile-prev {
    left: 20px;
  }
  .interior__base .tile-next {
    right: 20px;
  }
  .product-item {
    width: 19.9857%;
  }
}

@media screen and (max-width: 1350px) {
  .page-footer-menu {
    width: 45%;
  }
  .page-footer-contacts {
    width: 55%;
  }
  .order-total__label {
    width: 215px;
  }
  .radio-items {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .order .radio-item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .order .radio-item:last-child {
    margin-bottom: 0;
  }
  .product-item {
    width: 20%;
  }
}

@media screen and (max-width: 1300px) {
  .catalog-descr {
    padding: 11px 13px;
  }
  .payment__item {
    padding-right: 20px;
  }
  .payment__title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .contacts-gallery__link {
    width: -webkit-calc(33.3% - 4px);
    width: -moz-calc(33.3% - 4px);
    width: calc(33.3% - 4px);
  }
}

@media screen and (max-width: 1250px) {
  .address-item {
    font-size: 14px;
  }
  .safety__img {
    margin-top: 0;
  }
  .page-footer__phone {
    padding-left: 45px;
  }
  .page-footer__phone:before {
    content: '';
    width: 20px;
    height: 21px;
    background: url(../img/svg/phones.svg) no-repeat;
    background-size: cover;
    background-position: right;
    left: 15px;
  }
  .page-footer__phone {
    font-size: 18px;
    margin-right: 15px;
  }
  .address-item:before {
    content: '';
    left: 10px;
  }
  .news__img {
    width: 250px;
    min-width: 250px;
  }
  .news__inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .top-select-links__item {
    margin-right: 15px;
  }
  .top-select-links__item:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 1200px) {
  .order-total__label {
    width: 135px;
  }
  .search-product-img {
    min-width: 120px;
    width: 120px;
    max-width: 120px;
  }
  .benefits__icon {
    width: 70px;
    height: 70px;
  }
  .benefits__icon img {
    max-width: 100%;
    height: auto;
  }
  .benefits__item {
    height: 245px;
  }
  .top-select-toggle {
    margin-right: 5px;
  }
  .top-select-toggle:last-child {
    margin-right: 0;
  }
  .top-select-links__wrap {
    margin-left: 10px;
  }
  .top-search {
    margin: 0px 0px 0 10px;
  }
  .top-search__submit {
    padding: 7px 15px;
  }
  .interior-tile-item:nth-child(1) .interior-popup {
    margin-left: -100px;
  }
}

@media screen and (max-width: 1100px) {
  .order__item .input-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .order .input-label {
    width: 100%;
    min-width: 100%;
    margin-bottom: 10px;
  }
  .input-wrap__caption {
    margin-top: 18px;
  }
  .order-total__submit .input-wrap__caption {
    margin-top: 0;
  }
  .order-total__item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .order-total__label {
    width: 100%;
    text-align: left;
    margin-right: 0;
    margin-bottom: 4px;
  }
  .catalog-descr__txt {
    font-size: 16px;
  }
  .benefits__txt {
    font-size: 14px;
  }
  .index-popular-slider .catalog-title {
    font-size: 20px;
  }
  .index-popular-slider .catalog__item,
  .index-popular-slider .slider__item {
    height: 246px;
  }
  .index-news-slider__info {
    padding: 17px 25px;
  }
  .index-news-slider__title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .top-select-links .top-select-list {
    left: auto !important;
    right: 0;
    -webkit-transform: scaleY(0) translateX(0);
    -ms-transform: scaleY(0) translateX(0);
    transform: scaleY(0) translateX(0);
  }
  .top-select-links .top-select-toggle:hover .top-select-list {
    -webkit-transform: scaleY(1) translateX(0);
    -ms-transform: scaleY(1) translateX(0);
    transform: scaleY(1) translateX(0);
  }
}

@media screen and (max-width: 1024px) {
  .page-footer-info__wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-footer-menu {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-footer-contacts {
    width: 100%;
  }
  .address-item:before {
    left: 0;
  }
  .address-item {
    padding-left: 24px;
  }
  .page-footer-contacts__top {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .safety {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 15px;
  }
  .safety span {
    text-align: left;
  }
  .page-footer-top input[type='text'] {
    width: 200px;
  }
  .catalog__item--md,
  .slider__item--md,
  .catalog__item--lg,
  .slider__item--lg {
    width: 50%;
  }
  .catalog__item:nth-child(odd):hover .catalog-descr,
  .slider__item:hover .catalog-descr,
  .catalog__item--md:nth-child(odd):hover .catalog-descr,
  .slider__item--md:nth-child(odd):hover .catalog-descr,
  .catalog__item--lg:nth-child(odd):hover .catalog-descr,
  .slider__item--lg:nth-child(odd):hover .catalog-descr {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .catalog__item--md:nth-child(odd):hover .catalog-descr:before,
  .catalog__item:nth-child(odd):hover .catalog-descr:before,
  .slider__item--md:nth-child(odd):hover .catalog-descr:before,
  .catalog__item--lg:nth-child(odd):hover .catalog-descr:before,
  .slider__item--lg:nth-child(odd):hover .catalog-descr:before {
    left: -23px;
    right: auto;
    border-left: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    border-right: 0;
    border-top: 0;
  }
  .catalog__item:nth-child(even):hover .catalog-descr,
  .catalog__item--md:nth-child(even):hover .catalog-descr,
  .slider__item--md:nth-child(even):hover .catalog-descr,
  .catalog__item--lg:nth-child(even):hover .catalog-descr,
  .slider__item--lg:nth-child(even):hover .catalog-descr {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .catalog__item--md:nth-child(even):hover .catalog-descr:before,
  .slider__item--md:nth-child(even):hover .catalog-descr:before,
  .catalog__item--lg:nth-child(even):hover .catalog-descr:before,
  .slider__item--lg:nth-child(even):hover .catalog-descr:before {
    right: -4px;
    left: auto;
    border-left: 0;
    border-bottom: 0;
    border-right: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
  }
  .benefits__item {
    width: 33.333%;
    margin-bottom: 2px;
  }
  .index-catalog__item {
    height: 210px;
  }
  .index-catalog__title {
    font-size: 18px;
  }
  .index-news-slider__txt {
    font-size: 14px;
  }
  .top-select-toggle-l {
    display: none;
  }
  .top-menu {
    display: none;
  }
  .top-select-links {
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .mobile-menu {
    display: inline-block;
  }
  .top-search {
    margin: 3px 0 0 40px;
  }
  .menu-btn {
    display: inline-block;
    vertical-align: middle;
  }
  .top-select-links__toggle .top-select-toggle:first-child .top-select-list {
    left: 0;
    -webkit-transform: scaleY(0) translateX(0%);
    -ms-transform: scaleY(0) translateX(0%);
    transform: scaleY(0) translateX(0%);
  }
  .top-select-links__toggle
  .top-select-toggle:first-child:hover
  .top-select-list {
    -webkit-transform: scaleY(1) translateX(0%);
    -ms-transform: scaleY(1) translateX(0%);
    transform: scaleY(1) translateX(0%);
  }
  .top-select-links__item--favorite .top-select-list {
    right: -39px;
  }
  .top-select-links__item--history .top-select-list {
    right: -79px;
  }
  .product-item:nth-child(5n + 5) .catalog-descr:before {
    content: '';
    left: auto;
    right: -4px;
    border-left: 0;
    border-bottom: 0;
    border-right: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
  }
  .product-item:nth-child(5n + 5):hover .catalog-descr {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .instruction-video {
    width: 100%;
    padding: 0 100px;
  }
  .contacts-gallery__link {
    width: -webkit-calc(50% - 4px);
    width: -moz-calc(50% - 4px);
    width: calc(50% - 4px);
  }
  .tabs-wrap .tabs li {
    padding: 5px 10px;
  }
  .product-item {
    width: 24.9857%;
  }
  .top-select {
    padding: 8px 0px;
  }
}

@media screen and (max-width: 992px) {
  .sidebar {
    margin-bottom: 20px;
  }
  .news__item {
    width: 100%;
    padding-right: 0;
  }
  .news {
    margin-right: 0;
  }
  table.restables-origin {
    display: none;
  }
  table.restables-clone {
    display: table;
  }
  .search-product-img {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .history table.restables-clone {
    display: none;
  }
  .history table.restables-origin {
    display: table;
  }
  .history .search-price {
    font-size: 16px;
    white-space: nowrap;
    margin-right: 13px;
    margin-top: 7px;
  }
  .history .search-product-img {
    min-width: 100px;
    width: 100px;
    max-width: 100px;
  }
  .history .search-product-price__btn {
    font-size: 14px;
  }
  .favorite-check {
    height: 45px;
    width: 100%;
    position: relative;
  }
  .favorite .res-table tr td:first-child {
    background: #eeeeee;
    padding-left: 15px;
  }
}

@media screen and (max-width: 900px) {
  .search__item {
    width: 100%;
  }
  .registration__inner {
    width: 100%;
  }
  .registration__info {
    padding-left: 20px;
    padding-right: 20px;
  }
  .catalog__labels {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tabs-wrap .tabs li {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .subscription__inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .subscription__inner form {
    width: 100%;
    margin-bottom: 10px;
  }
  .subscription__msg {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .subscription__politics {
    padding-left: 0;
    width: 100%;
  }
  .page-footer-top input[type='text'] {
    width: 100%;
  }
  .paging__item.paging__item--next,
  .paging__item.paging__item--prev {
    text-indent: -9999em;
    display: inline-block;
    width: 20px;
  }
  .paging__item.paging__item--next:after {
    content: '';
    width: 20px;
    height: 11px;
    background: url(../img/svg/p-next.svg) no-repeat;
    background-size: contain;
  }
  .paging__item.paging__item--prev:before {
    content: '';
    width: 20px;
    height: 11px;
    background: url(../img/svg/p-prev.svg) no-repeat;
    background-size: contain;
  }
  .r-tabs .r-tabs-accordion-title {
    display: block;
    background: #eeeeee;
    margin-bottom: 1px;
    position: relative;
  }
  .r-tabs .r-tabs-accordion-title:after {
    content: '';
    width: 16px;
    height: 10px;
    background: url(../img/svg/toggle.svg) no-repeat;
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .r-tabs .r-tabs-accordion-title.r-tabs-state-active:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
  }
  .r-tabs-state-default:hover .r-tabs-anchor {
    background: transparent;
  }
  .photo-wrap--multiple {
    margin-right: -5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .photo-wrap--multiple .photo-item {
    padding-right: 5px;
  }
  .photo-item {
    margin-bottom: 10px;
  }
  .r-tabs .r-tabs-panel {
    padding: 20px 15px 20px;
  }
  .registration__info {
    width: 100%;
    height: auto;
  }
  .registration__top {
    padding: 20px;
  }
  .registration {
    height: auto;
  }
  .registration__bg {
    width: 100%;
  }
  .order__item .input-wrap {
    padding-right: 0;
  }
  .input-wrap__caption {
    display: none;
  }
  .history table.restables-clone {
    display: table;
  }
  .history table.restables-origin {
    display: none;
  }
  .history .res-table tr td:first-child {
    display: none;
  }
  .index-catalog__inner {
    padding: 15px 10px;
  }
  .index-catalog__item.index-catalog__item--md {
    width: 50%;
  }

  .advantages h2 {
    font-size: 20px;
  }
  .popular__title,
  .index-reviews__title,
  .novelty__title,
  .index-news__title {
    margin-bottom: 20px;
  }
  .index-reviews__name {
    font-size: 18px;
    bottom: 45px;
    left: 15px;
  }
  .index-reviews__img:after {
    width: 39px;
    height: 18px;
    right: 0;
    bottom: -1px;
    background: url(../img/content/rev-bg.png) no-repeat;
    background-size: contain;
  }
  .index-reviews__img:before {
    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px);
    height: 18px;
  }
  .index-reviews__info:before {
    display: none;
  }
  .index-reviews__info {
    padding: 15px 310px 15px 15px;
    font-size: 14px;
  }
  .info-inner {
    margin-top: -6px;
  }

  .product-item {
    width: 25%;
  }
  .top-search__submit {
    font-size: 14px;
    padding: 9px;
  }
  .top-search {
    margin: 3px 20px 0 20px;
  }
  .top-search__input {
    padding: 5px 58px 5px 36px;
  }
  ul.profile-tabs__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ul.profile-tabs__list li {
    display: block;
    margin: 0;
    margin-right: 0;
    margin-bottom: 2px;
  }
  ul.profile-tabs__list li a:after {
    content: '';
    width: 16px;
    height: 10px;
    background: url(../img/svg/toggle.svg) no-repeat;
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  ul.profile-tabs__list li.active {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  ul.profile-tabs__list li.active a:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
  }
  .product-item:nth-child(4n + 4) .catalog-descr:before {
    content: '';
    left: auto;
    right: -4px;
    border-left: 0;
    border-bottom: 0;
    border-right: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
  }
  .product-item:nth-child(4n + 4):hover .catalog-descr {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .instruction__item {
    flex-wrap: wrap;
    padding: 30px 0;
  }
  .instruction__l {
    width: 100%;
    min-width: 100%;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .instruction__info {
    max-width: 100%;
    width: 100%;
  }
  .delivery__info {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .delivery .instruction-message {
    width: 100%;
  }
  .contacts__top {
    margin-bottom: 0;
  }
  .contacts__col {
    margin-bottom: 30px;
  }
  .contacts__col h3 {
    margin-bottom: 10px;
  }
  .contacts-gallery__link {
    width: -webkit-calc(33.333% - 4px);
    width: -moz-calc(33.33% - 4px);
    width: calc(33.33% - 4px);
  }
  .contacts-gallery {
    margin-bottom: 30px;
  }

  .slick-initialized .slick-slide.tile-photo-slider__item,
  .tile-photo__inner {
    height: 500px;
  }

  .tile-photo__wrap picture img {
    height: 400px;
  }
}

@media screen and (max-width: 600px) {
  .top {
    display: none;
  }
  .page-footer__address,
  .page-footer__phone:before {
    display: none;
  }
  .page-footer__phone {
    padding-left: 0;
  }
  .input-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .input-label {
    width: 100%;
    margin-bottom: 10px;
  }
  .input-wrap .tooltip {
    top: auto;
    bottom: 12px;
    margin-left: 4px;
    left: -webkit-calc(100% - 20px);
    left: calc(100% - 20px);
  }
  .input-wrap--tooltip {
    padding-right: 20px;
  }
  .page-footer-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-footer-menu__item {
    width: 100%;
  }
  .page-footer-menu__list {
    display: none;
    padding-bottom: 15px;
  }
  .page-footer-menu__toggle {
    display: inline-block;
  }
  .page-footer-menu {
    margin-bottom: 0;
  }
  .caption {
    padding: 5px 0 15px;
  }
  .news__inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
  }
  .news__img {
    width: auto;
    min-width: auto;
  }
  .news__info {
    padding-left: 0;
  }
  .search-product-price {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .search-product-price__btn {
    width: 100%;
    margin-top: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .search__img {
    width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
  }

  .search__close {
    position: absolute;
    top: 50%;
    right: 92px;

    display: block;
    margin: 0;
    padding: 0;
    width: 17px;
    height: 17px;

    color: #808080;

    background-color: transparent;
    border: none;

    transform: translateY(-50%) rotate(45deg);
  }

  .search__close::before,
  .search__close::after {
    position: absolute;

    background-color: currentColor;

    content: '';
  }

  .search__close::before {
    left: 0;
    top: 8px;

    width: 100%;
    height: 1px;
  }

  .search__close::after {
    top: 0;
    left: 8px;

    width: 1px;
    height: 100%;

    transform: translate(-50%, 0);
  }

  .search__inner {
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .search-product-img {
    min-width: 140px;
    width: 140px;
    max-width: 140px;
  }
  .paging__item {
    margin-bottom: 20px;
  }
  .res-table td {
    padding: 13px 10px;
  }
  .search-price {
    font-size: 17px;
  }
  .search-product-price__btn {
    width: auto;
    font-size: 13px;
    padding: 0 0px 0 9px;
    white-space: normal;
  }
  .search-product-price__btn i {
    width: 28px;
    height: 26px;
    margin-left: 5px;
  }
  .page-top + .container-fluid {
    padding-bottom: 30px;
  }
  .order__item {
    padding: 0;
    padding-top: 25px;
  }
  .sidebar-profile__name {
    padding-right: 20px;
  }
  .top-404__title {
    font-size: 40px;
  }
  .catalog__item--md,
  .slider__item--md,
  .catalog__item--lg,
  .slider__item--lg {
    width: 100%;
  }
  .favorite .btn {
    padding: 7px 10px;
    font-size: 14px;
  }
  .search-product-title {
    font-size: 15px;
  }
  .favorite .res-table tr td:first-child {
    background: #eeeeee;
    padding: 5px;
    font-size: 14px;
    vertical-align: middle;
  }
  .favorite-slider-wrap {
    width: 168px;
  }
  .favorite-collection .search-product-img {
    min-width: 167px;
    width: 167px;
    max-width: 167px;
  }
  .benefits__item {
    width: 50%;
    height: 205px;
  }
  .benefits__icon {
    width: 55px;
    height: 55px;
  }
  .index-catalog__item.index-catalog__item--md,
  .index-catalog__item.index-catalog__item--lg {
    width: 100%;
  }
  .slick-initialized .slick-slide.tile-photo-slider__item,
  .tile-photo__inner {
    height: 320px;
  }

  .tile-photo__wrap picture img {
    height: 220px;
  }

  .cart-product {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cart-product-descr {
    padding-left: 0;
    width: 100%;
    min-width: 100%;
    padding-top: 15px;
  }
  .cart-total {
    padding-right: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cart-total-sum {
    padding-left: 0;
    width: 100%;
    font-size: 17px;
  }
  .cart-send .btn {
    font-size: 16px;
    padding: 7px 10px;
  }
  .reviews .btn-alt {
    font-size: 12px;
    margin-left: 5px;
    margin-right: 10px;
    margin-top: 0px;
    padding: 5px 7px;
  }
  .slide-count-wrap {
    margin-left: 5px;
    font-size: 14px;
    margin-top: 7px;
  }
  .reviews__title {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-item {
    width: 50%;
  }
  .menu-btn.active {
    position: relative;
    top: 0;
    right: 0;
  }
  .menu-mobile-list {
    width: 100%;
  }
  .top-select-links__toggle {
    display: none;
  }
  .top-select-links__wrap {
    margin-left: 0;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-header__wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .top-search-mobile {
    display: inline-block;
    margin-left: auto;
    margin-right: 20px;
  }
  .top-search {
    display: none;
  }
  .top-select-list,
  .top-select__arrow {
    display: none;
  }
  .payment__item {
    margin-bottom: 20px;
  }
  .tabs-wrap .tabs {
    flex-wrap: wrap;
  }
  .tabs-wrap .tabs li {
    width: 100%;
  }
  .map-wrap {
    height: 340px;
  }
  .tile-photo__img {
    display: none;
  }
}

@media screen and (max-width: 414px) {
  .product-item {
    width: 100%;
  }
  .phone-mask {
    min-width: 100% !important;
    width: 100% !important;
    letter-spacing: 1.2px;
  }
  .necessarily-msg-phone {
    padding-left: 0;
  }
}

.add-to-compare {
  display: inline-block;
  margin: 0 1px;
  width: 25px;
  height: 18px;
  background: url(/local/templates/technotile/html/docs/img/svg/t-compare.svg)
  no-repeat;
}
.add-to-compare.active {
  display: inline-block;
  margin: 0 1px;
  width: 25px;
  height: 18px;
  background: url(/local/templates/technotile/html/docs/img/svg/t-compare-h.svg)
  no-repeat;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .product-item:nth-child(4n + 4):hover .catalog-descr {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    right: 31px;
  }
  .product-item:nth-child(4n + 4) .catalog-descr:before {
    content: ' ';
    left: auto;
    right: -2px;
    border-left: 0;
    border-bottom: 0;
    border-right: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1450px) {
  .product-item:nth-child(5n + 5):hover .catalog-descr {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    right: 31px;
  }
  .product-item:nth-child(5n + 5) .catalog-descr:before {
    content: ' ';
    left: auto;
    right: -2px;
    border-left: 0;
    border-bottom: 0;
    border-right: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
  }
}
@media screen and (min-width: 1451px) {
  .product-item:nth-child(7n + 7):hover .catalog-descr {
    right: 31px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .product-item:nth-child(7n + 7) .catalog-descr:before {
    content: ' ';
    left: auto;
    right: -2px;
    border-left: 0;
    border-bottom: 0;
    border-right: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.shine {
  position: relative;
  overflow: hidden;
}
.shine:hover:before {
  -webkit-animation: shine 0.5s;
  animation: shine 0.5s;
  opacity: 1;
}
.shine:before {
  position: absolute;
  top: 0;
  left: -45%;
  z-index: 2;
  display: block;
  content: '';
  width: 25%;
  height: 100%;
  opacity: 0;
  background: -webkit-linear-gradient(
          left,
          rgba(255, 255, 255, 0) 0%,
          rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
          to right,
          rgba(255, 255, 255, 0) 0%,
          rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.cookie-popup {
  position: fixed;
  bottom: 0;
  background: #0b0b0b;
  color: #fff;
  z-index: 50;
  padding: 20px 40px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  width: 60%;
  margin: 0 20%;
}
span.close {
  right: 11px;
  top: 4px;
  position: absolute;
  cursor: pointer;
}
span.close:before {
  content: 'x';
  color: #fff;
  font-weight: 300;
  font-size: 20px;
}

.header-mobile-search.active .top-search {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50px;
  z-index: 99;
  background: #000;
  margin: 0;
  padding: 3px 20px 0 20px;
}
.header-mobile-search.active input.top-search__submit {
  width: 75px;
}

.header-mobile-search.active .top-search:before {
  left: 28px;
  top: 11px;
}
.header-mobile-search.active .top-search__submit {
  right: 18px;
  top: 3px;
}

.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;

  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;

  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;

  visibility: visible !important;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

.top-select-list a:hover,
.top-select-list a:focus {
  text-decoration: none;
  color: #2c2c2c;
}

/**/
.search-product-img img {
  /*object-fit: contain;*/
  max-width: 117px;
  width: 100%;
}
.img_tr {
  max-width: 84px !important;
}
.search-product-img {
  align-items: flex-start;
}

.cart .cart-product-descr {
  max-width: 380px;
  width: 100%;
}

ul.profile-tabs__list {
  display: flex;
}

/* тикет 7853 */
.slider__item {
  z-index: 3;
}
.main-filter-container {
  margin-left: -5px;
}
/* тикет 7949 */
.main-filter-container::before {
  display: block;
}

.sidebar-profile__price,
.sidebar-profile__sum {
  padding-right: 0;
}

.sidebar-profile__price {
  width: auto;
}

.sidebar-profile__sum {
  flex-shrink: 0;
}

.total span {
  display: inline-block;
}

.sidebar-profile__item {
  flex-flow: wrap;
}

/* тикет 7950 */
@media screen and (max-width: 767px) {
  .sidebar-profile__item {
    flex-direction: column !important;
  }

  .sidebar-profile__name {
    padding-right: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .sidebar-profile__sum {
    width: 100%;
  }
}

/* Тикет 8048 */
.top-select-item--check:before {
  margin: auto;
}

.top-select-toggle-l .top-select-toggle .top-select-toggle__collection {
  display: flex;
}

.top-select-toggle-l .top-select-toggle .top-select-toggle__collection a {
  max-width: 150px;
}

.top-select-toggle-l
.top-select-toggle
.top-select-toggle__collection
.checkbox-item {
  margin-top: 0;
  padding: 0;
  margin-right: 5px;
  max-width: 100%;
}

.extended-search-link {
  max-width: 100px;
}

.top-select-links__toggle .top-select__arrow {
  right: 50%;
}

.top-select-links__toggle {
  align-items: center;
}

.menu-cart-info {
  max-width: 160px;
}

.search-product-price {
  flex-flow: wrap;
}

.search-price {
  flex-shrink: 0;
  margin-bottom: 10px;
}

.catalog-sort__select {
  min-width: 183px;
  width: auto;
}

.search-product-price .addFavorite.active {
  background: #000;
}

.search-product-price .addFavorite.active i {
  background: url(/local/templates/technotile/html/docs/css/../img/svg/favorite-h.svg)
  center no-repeat;
  background-size: contain;
}

.order .radio-items {
  flex-flow: wrap;
}

.order .radio-item {
  margin-bottom: 10px;
  white-space: normal;
}

.favorite .res-table td {
  vertical-align: middle;
}

.compareTable {
  table-layout: auto !important;
}

.compareTable th {
  min-width: 250px;
}

.menu-mobile-list {
  z-index: 18;
}

.top-select-links__item--cart .top-select-list .btn {
  margin-bottom: 40px;
}

.interior img {
  object-fit: inherit;
  width: auto;
  margin: 0 auto;
  height: auto;
}

.catalog-sort__select__link {
  border: 2px solid #ddd;
}

html {
  -ms-overflow-style: scrollbar !important;
}

.top-select-item--check {
  justify-content: flex-start;
}



.search-product-img {
  display: flex;
  justify-content: center;
}

.top-select-links__item img {
  max-width: 66px;
}

.favorite .res-table tr td:first-child {
  background: #eeeeee;
}

.favorite .res-table .favorite-check > div {
  position: relative;
}

.interior {
  overflow: visible;
}

@media screen and (max-width: 992px) {
  .search-product-img {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .popular.slick-arrow {
    margin-bottom: 0;
  }

  .registration__form .g-recaptcha > div,
  .registration__form .g-recaptcha iframe {
    width: 100% !important;
  }

  .registration__form .rc-anchor-light {
    width: 99% !important;
  }

  .profile .input-wrap .btn {
    margin-bottom: 10px;
  }

  .lds-css.ng-scope {
    margin: 0 auto;
  }

  .lds-spinner {
    margin: 0 auto;
  }

  .tile-photo__paging {
    padding-bottom: 15px;
  }

  .compare-title {
    position: static !important;
  }

  .compareTable th {
    min-width: 200px;
  }

  .catalog-txt-preview iframe {
    width: 100%;
    margin-top: 20px;
  }

  .paging__item {
    display: inline-block;
    margin-bottom: 0;
    padding: 4px 9px;
  }

  .paging__item.paging__item--prev,
  .paging__item.paging__item--next {
    position: relative;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 399px) {
  .paging {
    position: relative;
    padding-top: 30px;
  }

  .paging__item.paging__item--prev,
  .paging__item.paging__item--next {
    position: absolute;
    top: 0;
  }

  .paging__item.paging__item--prev {
    left: 0;
  }

  .paging__item.paging__item--next {
    right: 0;
  }
}

/* тикет 8047 */

.advantages__list {
  margin-left: -2px;
}

.advantages__item {
  margin-left: 2px;
  position: relative;
  padding: 20px;
  overflow: hidden;
}

.advantages__item-img {
  width: 100%;
  height: 97px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}

.advantages__item-text {
  font-family: 'PT Sans', sans-serif;
  font-size: 17px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin-top: 20px;
}

.advantages__item-text-link {
  margin-top: 15px;
  font-weight: normal;
}

.advantages__item-text-link a {
  text-decoration: none;
  color: #fff;
  font-weight: normal;
}

.default-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* position: relative; */
  padding-right: 50px;
}
.product-icons {
  position: absolute;
  right: 15px;
  top: 15px;
  transform: none;
  margin-top: 0;
}

.catalog-descr .style-img picture {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.product-icons-in_availability {
  position: absolute;
  transform: none;
  margin-top: 0;
  top: 205px;
  right: 15px;
}
.in_availability {
  display: inline-block;
  width: 24px;
  height: 16px;
  background: url(../img/svg/v_nalichii.svg) center no-repeat;
  background-size: 24px 16px;
  position: relative;
  z-index: 8;
}
.v_nalichii {
  position: absolute;
  transform: none;
  margin-top: 0;
  top: 218px;
  right: 15px;
}

.product-icons-viewed_product {
  position: absolute;
  top: 205px;
  transform: none;
  margin-top: 0;
}

.viewed_product {
  display: inline-block;
  width: 24px;
  height: 16px;
  background: url(../img/svg/viewed-product.svg) center no-repeat;
  background-size: 24px 16px;
  position: relative;
  z-index: 8;
}
.index-complex-slider__item  .product-icons-viewed_product {
  top: 219px;
  left: 15px;
}

.viewed_product:hover {
  background: url(../img/svg/viewed-product-hover.svg) center no-repeat;
}

.catalog-descr .style-item {
  padding: 2px;
}

.catalog-descr .style-img img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.product-img picture {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pr-compare {
  display: inline-block;
  width: 24px;
  height: 16px;
  background: url(../img/svg/c-comp-icon.svg) center no-repeat;
  background-size: 24px 16px;
  position: relative;
  z-index: 8;
}
.pr-compare.active {
  background: url(../img/svg/c-comp-icon-a.svg);
}
.pr-favorite {
  display: inline-block;
  width: 18px;
  height: 17px;
  background: url(../img/svg/c-fav-icon.svg);
}
.pr-favorite.active {
  background: url(../img/svg/c-fav-icon-a.svg);
}
.contacts-gallery-tour.m-gallery:before {
  width: 32px;
  height: 32px;
  background: url(../img/content/f-gallery-icon.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.product-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;

  min-height: -webkit-calc(100% - 250px);
  min-height: expression(100% - 250px);
  min-height: -moz-calc(100% - 250px);
  min-height: -o-calc(100% - 250px);
  min-height: calc(100% - 250px);
}

@media screen and (max-width: 1399px) {
  .advantages__list {
    justify-content: center;
  }

  .advantages__item {
    width: calc(33.3% - 2px);
    margin-bottom: 2px;
  }
}

@media screen and (max-width: 767px) {
  .advantages__item {
    width: calc(50% - 2px);
  }
}

@media screen and (max-width: 600px) {
  .advantages__item {
    width: 100%;
    margin-left: 0;
  }

  .advantages__list {
    margin-left: 0;
  }
}

/**/
.novelty-slider_inner .catalog__item {
  height: 315px;
}

.novelty-slider_inner .catalog-descr__txt {
  overflow: hidden;
  max-height: 120px;
}

.novelty-slider_inner .catalog-descr__title {
  max-height: 63px;
  overflow: hidden;
}

.novelty-slider_inner .catalog-date {
  margin-top: 5px;
}

.novelty-slider_inner .catalog-slider__item .catalog-descr {
  width: calc(100% - 10px);
}

@media screen and (max-width: 1199px) {
  .novelty-slider_inner .catalog-descr__txt {
    max-height: 115px;
  }

  .novelty-slider_inner .catalog-descr {
    padding: 11px 25px;
  }
}

@media screen and (max-width: 1024px) {
  .novelty-slider_inner .catalog-descr {
    width: calc(100% - 10px);
  }

  .novelty-slider_inner .catalog-slider__item .catalog-descr {
    width: 100%;
  }
}

/**/
.main-slider {
  display: none;
  position: relative;
  height: 750px;
  overflow: hidden;
}

.main-slider__item {
  height: 750px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 70px 85px 145px 85px;
  position: relative;
}

.main-slider__item::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.main-slider__item::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  display: block;
  background-image: linear-gradient(
          to top,
          rgba(23, 23, 23, 0.83),
          rgba(23, 23, 23, 0.73),
          rgba(23, 23, 23, 0.64),
          rgba(23, 23, 23, 0.55),
          rgba(23, 23, 23, 0.45),
          rgba(23, 23, 23, 0.36),
          rgba(23, 23, 23, 0.27),
          rgba(23, 23, 23, 0.18),
          rgba(23, 23, 23, 0.09),
          rgba(23, 23, 23, 0)
  );
}

.main-slider__item-title {
  font-size: 50px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 40px;
  max-height: 130px;
  overflow: hidden;
  line-height: normal;
  position: relative;
  z-index: 5;
}

.main-slider__item-other {
  display: flex;
  margin-left: -30px;
  align-items: flex-end;
  margin-bottom: 50px;
  max-height: 35px;
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.main-slider__item-btn {
  position: relative;
  z-index: 5;
}

.main-slider__item-other div {
  margin-left: 30px;
}

.main-slider__item-other img {
  display: block;
  max-width: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}

.main-slider__paginator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1230px;
  z-index: 5;
}

.main-slider__paginator-item {
  margin-left: 3px;
  margin-right: 3px;
  cursor: pointer;
  /*min-width: 240px;*/
}

.main-slider__paginator-item span {
  position: relative;
  z-index: 2;
}

.main-slider__paginator-wrap {
  padding-left: 3px;
  padding-right: 3px;
  border: 1px solid #e2e2e2;
  height: 80px;
  padding: 0 20px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  align-items: center;
  position: relative;
}

.main-slider__paginator-icon {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 110px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

.main-slider__paginator .slick-list {
  padding-top: 30px;
}

.main-slider__paginator-item.slick-current span,
.main-slider__paginator-item.slick-current .main-slider__paginator-icon {
  display: none;
}

.main-slider__paginator-item.slick-current .main-slider__paginator-wrap {
  border-color: transparent;
}

.main-slider__paginator-item.slick-current
.main-slider__paginator-wrap::before {
  left: 0;
}

.main-slider__paginator-item.slick-current .main-slider__paginator-wrap::after {
  right: 0;
}

.main-slider__paginator-item.slick-current .main-slider__paginator-wrap::before,
.main-slider__paginator-item.slick-current .main-slider__paginator-wrap::after {
  content: '';
  width: calc(50% - 11px);
  height: 2px;
  background: #fff;
  display: block;
  top: 0;
  position: absolute;
}

.main-slider__paginator-item .main-slider__paginator-triangle {
  display: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: -8px;
}

.main-slider__paginator-item.slick-current .main-slider__paginator-triangle {
  display: block;
}

.main-slider__item-btn .btn {
  padding: 14px 30px;
  background: #fff;
  color: #2c2c2c;
  border-color: transparent;
}

.main-slider__item-btn .btn:hover {
  background: #323232;
  color: #fff;
}

.main-slider__paginator .slick-arrow {
  width: 20px;
  height: 80px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  font-size: 0;
  text-indent: -99999;
  padding: 0;
  border: 0;
  background-color: transparent;
  opacity: 1;
}

.main-slider__paginator .slick-prev {
  left: -20px;
  background-image: url(/local/templates/technotile/images/arrow-left.png);
}

.main-slider__paginator .slick-next {
  right: -20px;
  background-image: url(/local/templates/technotile/images/arrow-right.png);
}

.main-slider__paginator .slick-disabled {
  opacity: 0;
}

.main-slider__paginator .slick-track {
  display: flex;
}

.main-slider__list .slick-arrow {
  position: absolute;
  bottom: 30px;
  z-index: 10;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  background-position: center center;
  font-size: 0;
  text-indent: -99999px;
  width: 30px;
  height: 80px;
  opacity: 1;
}

.main-slider__list .slick-prev {
  left: 5px;
  background-image: url(https://technotile.fortest.org/local/templates/technotile/html/docs/img/content/prev.png);
}

.main-slider__list .slick-next {
  right: 5px;
  background-image: url(https://technotile.fortest.org/local/templates/technotile/html/docs/img/content/next.png);
}

.main-slider__list .slick-disabled {
  opacity: 0;
}

.main-slider__list .video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1439px) {
  .main-slider__paginator {
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-slider__item {
    padding: 30px 30px 145px 30px;
  }

  .main-slider__paginator-item {
    min-width: 240px;
  }
}

@media screen and (max-width: 767px) {
  .main-slider {
    height: auto;
  }

  .main-slider__paginator .slick-list {
    padding-top: 0;
  }

  .main-slider__paginator-item {
    min-width: auto;

    background-size: 100% 100%;
    background-image: linear-gradient(
            to right,
            rgba(255, 255, 255, 0.5) 100%,
            transparent 100%
    );
    background-repeat: no-repeat;
  }

  .main-slider__paginator-wrap {
    height: 3px;
    border-color: transparent;
  }

  .main-slider__paginator-item.slick-current {
    background-color: rgba(255, 255, 255, 0.5);
    background-image: linear-gradient(to right, #ffffff 100%, transparent 100%);
  }

  .main-slider__paginator-triangle {
    display: none !important;
  }

  .main-slider__paginator-item.slick-current
  .main-slider__paginator-wrap::before,
  .main-slider__paginator-item.slick-current
  .main-slider__paginator-wrap::after {
    display: none !important;
  }

  .main-slider__paginator-item span {
    display: none;
  }

  .main-slider__paginator-icon {
    display: none;
  }

  .main-slider__paginator-item.slick-current {
    background-size: 0% 0%;
  }

  .main-slider__paginator-item.slick-current {
    -webkit-animation: right 3s ease-in-out forwards;
    -moz-animation: right 3s ease-in-out forwards;
    -o-animation: right 3s ease-in-out forwards;
    animation: right 3s ease-in-out forwards;
  }

  @keyframes right {
    0% {
      background-size: 0% 100%;
    }

    100% {
      background-size: 100% 100%;
    }
  }

  .main-slider__item {
    padding: 20px 20px 60px 20px;
    height: auto;
  }

  .main-slider__paginator {
    padding: 0 20px;
  }

  .main-slider__item-title {
    font-size: 31px;
    font-family: 'PT Sans';
    line-height: 1.2;
    max-height: 100%;
    overflow: visible;
  }

  .main-slider__item-other {
    max-height: 100%;
    overflow: visible;
    flex-flow: wrap;
  }

  .main-slider__item-other div {
    margin-bottom: 10px;
  }

  .main-slider__item-other img {
    max-width: 100px;
  }

  .main-slider__item-btn {
    text-align: center;
  }

  .main-slider__item-btn .btn {
    display: block;
    width: 100%;
    max-width: 320px;
    padding: 14px 10px;
    font-size: 16px;
    line-height: 1.2;
  }

  .main-slider__item video {
    display: none;
  }
}

/* тикет 8140 */
.catalog .slider__item,
.popular-slider .slider__item {
  overflow: visible;
}

.catalog .slider__item .catalog-descr,
.catalog .catalog__item .catalog-descr,
.popular-slider .slider__item .catalog-descr {
  transition: all 0.3s ease;
}

.catalog .slider__item .catalog-descr::before,
.popular-slider .slider__item .catalog-descr::before {
  transition: opacity 0.2s linear 0.2s !important;
}

.catalog__item:hover .catalog-descr,
.popular-slider .catalog__item:hover .catalog-descr {
  transition: transform 0.2s ease 0.2s, z-index 0s ease 0s, opacity 0s ease;
}

.popular-slider .slider__item:hover .catalog-descr.catalog-descr--left {
  transform: translateX(calc(-100% - 12px)) !important;
}

.popular-slider .slider__item:hover .catalog-descr::before,
.popular-slider .catalog__item:hover .catalog-descr::before,
.novelty-slider_inner .slider__item:hover .catalog-descr::before,
.novelty-slider_inner .catalog__item:hover .catalog-descr::before {
  transition: opacity 0.2s linear 0.2s !important;
}

.popular-slider .slider__item:hover .catalog-descr.catalog-descr--left::before {
  right: -2px !important;
  left: auto !important;
  border-left: 0 !important;
  border-bottom: 0 !important;
  border-right: 1px solid #e2e2e2 !important;
  border-top: 1px solid #e2e2e2 !important;
}

.popular-slider .slider__item:hover .catalog-descr.catalog-descr--left {
  transform: translateX(calc(-100% - 12px)) !important;
}

.popular-slider .slider__item:hover .catalog-descr::before,
.popular-slider .catalog__item:hover .catalog-descr::before,
.novelty-slider_inner .slider__item:hover .catalog-descr::before,
.novelty-slider_inner .catalog__item:hover .catalog-descr::before {
  transition: opacity 0.2s linear 0.2s !important;
}

.popular-slider .slider__item:hover .catalog-descr.catalog-descr--left::before {
  right: -2px !important;
  left: auto !important;
  border-left: 0 !important;
  border-bottom: 0 !important;
  border-right: 1px solid #e2e2e2 !important;
  border-top: 1px solid #e2e2e2 !important;
}

.catalog .slider__item:hover .catalog-descr::before,
.catalog .catalog__item:hover .catalog-descr::before {
  transition: opacity 0s linear 0s !important;
}

@media screen and (max-width: 1024px) {
  .slider__item--md:hover .catalog-descr.catalog-descr--left {
    transform: translateX(-100%);
  }

  .catalog__item--md:nth-child(2n):hover .catalog-descr {
    transform: translateX(-100%);
  }

  .slider__item--md:nth-child(2n + 1):hover .catalog-descr {
    transform: translateX(100%);
  }

  .slider__item--md:nth-child(2n + 1):hover .catalog-descr::before {
    left: -14px;
  }

  .slider__item--md:nth-child(2n):hover .catalog-descr {
    transform: translateX(-100%);
  }

  .catalog__item--md:hover .catalog-descr {
    transform: translateX(100%);
  }

  .catalog__item--md:nth-child(2n + 1):hover .catalog-descr {
    transform: translateX(100%);
  }

  .catalog__item--md:nth-child(2n + 1):hover .catalog-descr::before {
    left: -14px;
  }

  .slider__item--lg:nth-child(2n + 1):hover .catalog-descr {
    transform: translateX(100%);
  }

  .slider__item--lg:nth-child(2n + 1):hover .catalog-descr::before {
    left: -14px;
  }

  .slider__item--lg:nth-child(2n):hover .catalog-descr {
    transform: translateX(-100%);
  }

  .catalog__item--lg.large-container_init:hover .catalog-descr {
    transform: translateX(100%);
  }

  .catalog__item--lg.large-container_init:hover .catalog-descr::before {
    left: -14px;
  }

  .popular-slider .slider__item--md:nth-child(2n):hover .catalog-descr,
  .popular-slider .catalog__item--md:nth-child(2n):hover .catalog-descr {
    transform: translateX(100%);
  }

  .popular-slider .slider__item--md:nth-child(2n):hover .catalog-descr::before,
  .popular-slider
  .catalog__item--md:nth-child(2n):hover
  .catalog-descr::before {
    left: -14px;
    right: auto;
    border-left: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    border-right-color: transparent;
    border-top-color: transparent;
  }

  .popular-slider
  .slider__item--md:nth-child(2n):hover
  .catalog-descr.catalog-descr--left,
  .popular-slider
  .catalog__item--md:nth-child(2n):hover
  .catalog-descr.catalog-descr--left {
    transform: translateX(-100%) !important;
  }

  .popular-slider
  .catalog__item--md:nth-child(2n + 1):hover
  .catalog-descr.catalog-descr--left {
    transform: translateX(-100%) !important;
  }

  .popular-slider
  .slider__item:nth-child(2n):hover
  .catalog-descr.catalog-descr--left::before,
  .popular-slider
  .catalog__item:nth-child(2n):hover
  .catalog-descr.catalog-descr--left::before,
  .popular-slider
  .catalog__item--md:nth-child(2n + 1):hover
  .catalog-descr.catalog-descr--left::before {
    right: -2px !important;
    left: auto !important;
    border-left: 0 !important;
    border-bottom: 0 !important;
    border-right: 1px solid #e2e2e2 !important;
    border-top: 1px solid #e2e2e2 !important;
  }
}

@media screen and (max-width: 799px) {
  .popular-slider .slider__item--md:nth-child(2n):hover .catalog-descr,
  .popular-slider .catalog__item--md:nth-child(2n):hover .catalog-descr {
    transform: translateX(100%);
  }

  .popular-slider .slider__item--md:nth-child(2n):hover .catalog-descr::before,
  .popular-slider
  .catalog__item--md:nth-child(2n):hover
  .catalog-descr::before {
    left: -14px;
    right: auto;
    border-left: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    border-right-color: transparent;
    border-top-color: transparent;
  }

  .popular-slider
  .slider__item--md:nth-child(2n):hover
  .catalog-descr.catalog-descr--left,
  .popular-slider
  .catalog__item--md:nth-child(2n):hover
  .catalog-descr.catalog-descr--left {
    transform: translateX(-100%);
  }

  .popular-slider
  .slider__item:nth-child(2n):hover
  .catalog-descr.catalog-descr--left::before,
  .popular-slider
  .catalog__item:nth-child(2n):hover
  .catalog-descr.catalog-descr--left::before {
    right: -2px !important;
    left: auto !important;
    border-left: 0 !important;
    border-bottom: 0 !important;
    border-right: 1px solid #e2e2e2 !important;
    border-top: 1px solid #e2e2e2 !important;
  }
}

/* тикет 8166 */
.js-add-prod-basket_active {
  background: #dddddd
  url(/local/templates/technotile/html/docs/css/../img/svg/cart.svg) center
  no-repeat;
}

#sticker-order {
  right: 20px;
  width: 360px;
  z-index: 200;
  position: fixed;
}

.modal-order {
  position: fixed;
  right: 20px;
  width: 360px;
  background: #fff;
  color: #000;
  padding: 40px;
  transition: all 0.3s ease;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.13);
}

.modal-order__title {
  font-size: 24px !important;
  line-height: 1.2 !important;
  font-weight: bold !important;
  color: rgb(44, 44, 44);
  text-align: center;
  margin-bottom: 20px !important;
}

.modal-order_centered-ctn {
  text-align: center;
  display: none;
}

.modal-order .btn {
  width: 180px;
  height: 36px;
  font-size: 17px;
  padding: 0 10px;
  text-align: center;
  line-height: 34px;
}

.modal-order .btn_text-small {
  font-size: 14px;
}

.modal-order .btn_gray {
  background-color: rgb(221, 221, 221);
  color: #212121;
  border-color: rgb(221, 221, 221);
}

.modal-order .btn_gray:hover {
  border-color: #323232;
}

/* тикет 8155 */
#sticker {
  z-index: 100 !important;
}

/* тикет 8325 */
.novelty-slider_inner > .slick-list > .slick-track {
  margin-left: 0;
  margin-right: 0;
}

/* тикет 8329 */
.form-profile {
  max-width: 800px;
}

.form-profile .form-group {
  display: flex;
  margin-top: 20px;
}

.form-profile .form-group > label {
  max-width: 200px;
  width: 100%;
  margin-top: 8px;
  text-align: left;
  padding-left: 0;
}

.form-profile__col {
  width: 100%;
}

.form-profile__col_first {
  margin-top: 8px;
}

.form-profile .sale-personal-profile-btn-block {
  margin-left: 25%;
  padding-left: 0;
  padding-top: 30px;
}

.form-profile .sale-personal-profile-detail-form-title-row {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 850px) {
  .product-item {
    width: 33.333%;
  }
  .catalog-descr {
    width: 100%;
  }
  .product-item:hover .catalog-descr {
    -webkit-transform: translateX(100%) !important;
    -ms-transform: translateX(100%) !important;
    transform: translateX(100%) !important;
  }
  .product-item:hover .catalog-descr:before {
    display: none;
  }
  .product-list .product-item:hover .catalog-descr {
    left: 31px;
  }
  .product-item:nth-child(3n + 3):hover .catalog-descr {
    -webkit-transform: translateX(-100%) !important;
    -ms-transform: translateX(-100%) !important;
    transform: translateX(-100%) !important;
    right: 31px;
    left: auto;
  }
}
@media screen and (max-width: 767px) {
  .form-profile .form-group {
    flex-direction: column;
    margin-top: 15px;
  }

  .form-profile .sale-personal-profile-btn-block {
    margin-left: 0;
    padding-right: 0;
    max-width: 100%;
  }

  .form-profile .sale-personal-profile-btn-block .btn {
    margin-bottom: 10px;
  }

  .form-profile .form-group > label {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
  }

  .form-profile .sale-personal-profile-detail-form-title-row {
    padding-left: 0;
    padding-right: 0;
  }
  .product-item {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .product-item {
    width: 100%;
  }
}

.sale-order-detail .sale-order-detail-general-head {
  background-color: #eeeeee;
  color: #2c2c2c;
}

.sale-order-detail .sale-order-detail-general-item {
  color: #2c2c2c;
}

.sale-order-detail h3 {
  font-size: 22px;
  font-weight: normal;
  font-family: 'PT Sans';
  margin-top: 10px;
}

.sale-order-detail h4 {
  font-weight: normal;
  font-family: 'PT Sans';
}

.sale-order-detail
.sale-order-detail-about-order-inner-container-repeat-button {
  color: #323232;
  background: #eeeeee;
  display: block;
  height: auto;
  font-size: 14px;
  line-height: 1.3;
  padding: 7px 41px;
  text-decoration: none;
  border: 2px solid #323232;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'PT Sans';
  margin-bottom: 15px;
}

.sale-order-detail
.sale-order-detail-about-order-inner-container-repeat-button:hover {
  background: #323232;
  color: #fff;
}

.sale-order-detail .sale-order-detail-payment-options-methods-button-element {
  background: #323232;
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 1.3;
  padding: 7px 41px;
  text-decoration: none;
  border: 2px solid #323232;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'PT Sans';
  width: calc(100% - 4px);
}

.sale-order-detail
.sale-order-detail-payment-options-methods-button-element:hover {
  color: #323232;
  background: #eeeeee;
}

.sale-order-detail .sale-order-detail-order-section {
  width: 100%;
}

.sale-order-detail .sale-order-detail-total-payment-container ul li::before {
  display: none;
}

.sale-order-detail .sale-order-detail-total-payment-container ul li {
  padding-left: 0;
}

.sale-order-detail .sale-order-detail-total-payment-container ul {
  margin-bottom: 0;
}

.sale-order-detail
.sale-order-detail-about-order-inner-container-name-read-more,
.sale-order-detail
.sale-order-detail-about-order-inner-container-name-read-less,
.sale-order-detail .sale-order-list-cancel-payment {
  font-size: 14px;
}

.sale-order-detail .sale-order-detail-about-order-inner-container-details {
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
}

.sale-order-detail .sale-order-detail-payment-options-methods-container::before,
.sale-order-detail .sale-order-detail-payment-options-methods-container::after {
  display: none;
}

.sale-order-detail .payment-options-methods-row::before,
.sale-order-detail .payment-options-methods-row::after {
  display: none;
}

.sale-order-detail .payment-options-methods-row {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .sale-order-detail .sale-order-detail-order-item-td-title {
    padding: 0;
  }

  .sale-order-detail .sale-order-detail-order-item-td-title,
  .sale-order-detail .sale-order-detail-order-item-td-text {
    text-align: left !important;
  }
}

@media screen and (max-width: 767px) {
  .sale-order-detail {
    padding-left: 0;
    padding-right: 0;
  }

  .sale-order-detail .sale-order-detail-about-order-inner-container-repeat {
    margin-left: auto;
    margin-right: auto;
  }

  .sale-order-detail .sale-order-detail-about-order-inner-container-status {
    margin-top: 15px;
  }

  .sale-order-detail
  .sale-order-detail-about-order-inner-container-name-read-more,
  .sale-order-detail
  .sale-order-detail-about-order-inner-container-name-read-less {
    margin-top: 10px;
  }

  .sale-order-detail .sale-order-detail-payment-options-methods-info,
  .sale-order-detail .sale-order-detail-payment-options-info-container,
  .sale-order-detail .sale-order-detail-payment-options-methods-shipment-list {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .sale-order-detail .sale-order-detail-order-item-td {
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sale-order-detail .sale-order-detail-order-item-td-title {
    padding: 0;
    max-width: 100px;
    width: 100%;
    flex-shrink: 0;
    text-align: left !important;
  }

  .sale-order-detail .sale-order-detail-order-item-block {
    width: 100%;
    margin-bottom: 15px;
  }

  .sale-order-detail .sale-order-detail-order-item-color {
    margin-top: 10px;
    text-align: left;
  }

  .sale-order-detail
  .sale-order-detail-payment-options-shipment-composition-container {
    margin-bottom: 0;
  }

  .sale-order-detail-payment-options-methods-shipment-list {
    padding-bottom: 20px;
  }

  .sale-order-detail .sale-order-detail-payment-options-shipment {
    padding-bottom: 0;
  }

  .sale-order-detail .sale-order-detail-total-payment-list-left,
  .sale-order-detail .sale-order-detail-total-payment-list-right {
    width: 49.9%;
  }

  .sale-order-detail .sale-order-detail-order-item-title {
    line-height: normal;
  }

  .sale-order-detail .payment-options-methods-row:last-child::after {
    display: none;
  }

  .sale-order-detail .sale-order-detail-payment-options-shipment_flex {
    display: flex;
  }
}

/* доделки слайдера на главной где 4 картинки вряд */
.popular-slider .catalog-inner {
  position: absolute;
}

.popular-slider .catalog-slider__item {
  height: 246px;
}

.novelty-slider_inner
.catalog__item--md:hover
.catalog-slider__item
.catalog-descr {
  width: calc(100% - 20px);
  transform: translateX(calc(100% + 40px));
}

.novelty-slider_inner .catalog__item--md:hover .catalog-descr {
  width: calc(100% - 30px);
  transform: translateX(calc(100% + 40px));
}

.novelty-slider_inner
.catalog__item--md:hover
.catalog-slider__item
.catalog-descr--left {
  transform: translateX(calc(-100% - 20px));
  width: calc(100% - 20px);
}

.novelty-slider_inner .catalog__item--md:hover .catalog-descr--left {
  transform: translateX(calc(-100% - 20px));
  width: calc(100% - 30px);
}

@media screen and (max-width: 1024px) {
  .novelty-slider_inner .catalog__item:hover .catalog-descr.catalog-descr--left,
  .novelty-slider_inner
  .catalog-slider__item:hover
  .catalog-descr.catalog-descr--left {
    transform: translateX(calc(-100% - 20px));
  }

  .novelty-slider_inner .slider__item:hover .catalog-descr--left::before,
  .novelty-slider_inner
  .catalog__item--md:nth-child(2n + 1):hover
  .catalog-descr--left::before,
  .novelty-slider_inner .catalog__item:hover .catalog-descr--left::before {
    right: -2px !important;
    left: auto !important;
    border-left: 0 !important;
    border-bottom: 0 !important;
    border-right: 1px solid #e2e2e2 !important;
    border-top: 1px solid #e2e2e2 !important;
  }

  .novelty-slider_inner .catalog-slider__item .catalog-descr,
  .novelty-slider_inner .catalog__item .catalog-descr {
    width: calc(100% - 12px);
  }

  .novelty-slider_inner .slider__item:hover .catalog-descr::before,
  .novelty-slider_inner .catalog__item:hover .catalog-descr::before {
    left: -13px;
    border-left: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    border-right: 0;
    border-top: 0;
  }
}

.content_sert {
  display: block;
}
.fav-count {
  display: none;
}

/* выравнивание слайдера новинки по центру */
.popular-slider .slick-track {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* тикет 8402 */
.product-chars__item.tooltip {
  padding: 0;
  width: auto;
  height: auto;
  text-align: left;
  margin-top: 0;
  border: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #dddddd;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #ffffff;
  left: -1px;
  top: 2px;
}
.tooltip-default {
  padding: 0;
  text-align: left;
  margin-top: 0;
  border: 0;
}

/* тикет 8540 */
.main-slider__item {
  padding-left: 20px;
  padding-right: 20px;
}

.main-slider__item-wrap {
  max-width: 1620px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.main-slider__paginator {
  max-width: 1620px;
}

/* тикет 8619 */

.advantages-wrap {
  transition: all 0.5s ease;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.advantages__item:hover .advantages-wrap {
  transform: scale(1.2);
}

.advantages__item-img {
  position: relative;
  z-index: 2;
}

.advantages__item-text {
  position: relative;
  z-index: 2;
}
.tr_basket {
  height: 150px;
}
.right {
  text-align: right;
}

/* тикет 8771 */
.select__submit {
  background: #ddd url(../img/svg/cart.svg) center no-repeat;
}

.select__submit:hover {
  background: #000 url(../img/svg/cart-h.svg) center no-repeat;
}

.product-item__label {
  border-radius: 4px;
  background: #f50000;
  padding: 5px 7px 3px 7px;
  color: #fff;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}

.product-price_sale span,
.tile-price_sale span {
  display: inline-block;
}

.product-price_sale-new {
  font-size: 23px;
  font-weight: 700;
  color: #f50000;
}

.product-price_sale-old,
.tile-price_sale-old {
  position: relative;
}

.tile-price_sale-old {
  margin-right: 10px;
}

.product-price_sale-old::before,
.tile-price_sale-old::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #f50000;
  transform: rotate(-3deg);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}

.tile-price_sale-new {
  font-size: 33px;
  font-weight: 700;
  color: #f50000;
}

.tile-price__label {
  border-radius: 4px;
  background: #f50000;
  padding: 5px 7px 3px 7px;
  color: #fff;
}

/* тикет 8752 */
.tooltip-content,
.new-tooltip {
  background: url(../img/svg/warning-icon.svg) center no-repeat;
  background-size: 13px;
  border: 0;
  font-size: 0;
  width: 13px;
  height: 13px;
}

/*INDEX-SLIDER*/
.index-slider-wrap {
  position: relative;
  margin-bottom: 30px;
  min-height: 750px;
}

.index-slider {
  margin-top: -30px;
  display: none;
}
.index-slider.slick-initialized {
  display: block;
}
.index-slider-preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 9;
}
.index-slider.slick-initialized + .index-slider-preloader {
  display: none;
}

.sk-cube-grid {
  height: 84px;
  width: 84px;
}
.sk-cube {
  width: 33%;
  height: 33%;
  background-color: #004e8b;
  float: left;
  -webkit-animation: sk-cube-grid-scale-delay 1.3s ease-in-out infinite;
  animation: sk-cube-grid-scale-delay 1.3s ease-in-out infinite;
  background-color: #fff;
}
.sk-cube-1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.loader .sk-cube-2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.loader .sk-cube-3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.loader .sk-cube-4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.loader .sk-cube-5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.loader .sk-cube-6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.loader .sk-cube-7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.loader .sk-cube-8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.loader .sk-cube-9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes sk-cube-grid-scale-delay {
  0%,
  70%,
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cube-grid-scale-delay {
  0%,
  70%,
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

.index-slider__item {
  height: 750px;
  padding: 70px 0 145px 0;
  position: relative;
}
.index-slider__inner {
  position: relative;
  z-index: 2;
  margin-right: auto;
  margin-left: auto;
  max-width: 1660px;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.slide-media {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
  animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
  pointer-events: none;
}
.index-slider__title {
  font-size: 50px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 40px;
  overflow: hidden;
  line-height: normal;
  position: relative;
  z-index: 5;
}

.index-slider__pager {
  position: absolute;
  bottom: 20px;
  z-index: 5;
  width: 100%;
  text-align: left;
  color: #fff;
}

.index-slider-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/*.index-slider-in.slick-initialized{
    display: flex;
}*/
.index-slider__pager .index-slider-in {
  margin: 0;
  padding: 0;
  /*        display: none;*/
  width: 100%;
}
.index-slider__pager .index-slider-in.slick-initialized {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index-slider-in .slick-arrow {
  display: inline-block;
  border: 0;
  padding-right: 0;
  text-indent: -9999em;
  width: 14px;
  height: 23px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  margin-top: 15px;
}
.index-slider-in .slick-arrow.slick-disabled {
  display: none !important;
}
.index-slider-in .slick-prev {
  left: -10px;
  background: url(../img/content/prev.png);
}

.index-slider-in .slick-next {
  right: -10px;
  background: url(../img/content/next.png);
}

.index-slider__pager .index-slider-in .slick-list {
  min-width: 100%;
}
.index-slider__pager .index-slider-in .slick-track {
  padding-top: 35px;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* transform: none!important;*/
}
.index-slider__pager .index-slider-in__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #e2e2e2;
  height: 80px;
  padding: 0 20px;
  font-size: 20px;
  margin-left: 3px;
  margin-right: 3px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0 !important;
  cursor: pointer;
}
.index-slider__pager .index-slider-in__item:before {
  display: none;
}
.index-slider__pager .index-slider-in__item span {
  color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.index-slider__pager .index-slider-in__item span:hover {
  color: #fff;
}

.index-slider__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.index-slider__other div {
  margin-right: 30px;
  margin-bottom: 20px;
}
.index-slider__other div:last-child {
  margin-right: 0;
}

.index-slider__triangle {
  display: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: -8px;
}
.index-slider__bg {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 110px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

.index-slider__pager .index-slider-in__item.slick-current {
  border-color: transparent;
}
.index-slider__pager .index-slider-in__item.slick-current:before {
  content: '';
  width: calc(50% - 12px);
  height: 2px;
  background: #fff;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}
.index-slider__pager .index-slider-in__item.slick-current:after {
  content: '';
  width: calc(50% - 12px);
  height: 2px;
  background: #fff;
  display: block;
  top: 0;
  right: 0;
  position: absolute;
}
.index-slider__pager .index-slider-in__item.slick-current span {
  text-align: center;
}
.index-slider__pager .index-slider-in__item.slick-current .index-slider__bg {
  display: none;
}

.index-slider__pager
.index-slider-in__item.slick-current
.index-slider__triangle {
  display: block;
}

.top-select-toggle-l .top-select-list {
  height: auto !important;
  max-height: 480px !important;
}
.top-select-item {
  min-height: 33px;
}

.advantages__list {
  display: none;
}
.advantages__list.slick-initialized {
  position: relative;
  display: block;
}
.advantages__list.slick-initialized .slick-next {
  display: inline-block;
  width: 55px;
  height: 55px;
  background: #fff url(../img/svg/g-next.svg) center no-repeat;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
  border: 0;
  text-indent: -9999em;
  padding: 0;
  z-index: 4;
  border-radius: 50%;
}

.advantages__list.slick-initialized .slick-prev {
  display: inline-block;
  width: 55px;
  height: 55px;
  background: #fff url(../img/svg/g-next.svg) center no-repeat;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 22px;
  border: 0;
  text-indent: -9999em;
  padding: 0;
  z-index: 4;
  border-radius: 50%;
}
.advantages__list.slick-initialized .slick-prev:hover {
  background: #fff url(../img/svg/g-next.svg) center no-repeat;
}
.advantages__list.slick-initialized .slick-prev:active {
  background: #fff url(../img/svg/g-next.svg) center no-repeat;
}

.advantages__list.slick-initialized .slick-next.slick-disabled,
.advantages__list.slick-initialized .slick-prev.slick-disabled {
  display: none !important;
}

.slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.advantages__list.slick-initialized .advantages__item {
  height: auto;
}
.advantages {
  overflow: hidden;
}
.index-slider__pager .index-slider-in__item.slick-current {
  justify-content: center;
  border-color: transparent;
}
.default-price__count,
.old-price__count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.default-price__amount {
  color: #fff;
  background: #f50000;
  padding: 3px 3px 3px 0;
  margin-left: 12px;
  font-size: 14px;
  font-weight: normal;
  position: relative;
}
.default-price__amount:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 11px 12px 0;
  border-color: transparent #f50000 transparent transparent;
  position: absolute;
  top: 0;
  right: 100%;
}
.default-price__sum {
  position: relative;
  z-index: 1;
}
.list-unit-image {
  position: relative;
  background: #fff;
  height: 250px;
}
/*.list-unit-image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: calc(100% + 20px);
}
*/

.list-unit-image-unit-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  opacity: 0;
}
.list-unit-image-unit-wrap_active {
  opacity: 1;
}
.list-unit-link {
  display: block;
  padding-bottom: 30px;
}

.list-unit-image .list-unit-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding: 0 19px;
  width: 100%;
  z-index: 3;

  margin: 0 !important;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  will-change: opacity;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 100%;
  list-style-type: none;
  margin-bottom: 0;
}
.list-unit-image .list-unit-dots li {
  padding-left: 0;
  line-height: 1;
  margin: 0;
  margin-right: 3px;
  position: relative;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  flex-grow: 1;
}

.list-unit-image .list-unit-dots li:after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #dddddd;
  /*opacity: 0;*/
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  will-change: opacity;
}

.list-unit-image .list-unit-dots li.slick-active {
}
.list-unit-image .list-unit-dots li.slick-active:after {
  background: #808080;
}
.list-unit-image .list-unit-dots li:before {
  display: none;
}
.list-unit-image .list-unit-dots li:last-child {
  margin-right: 0;
}
.list-unit-image .list-unit-dots li button {
  display: none;
}

.tile-photo__wrap {
  overflow: hidden;
}
.tile-photo__inner {
  margin-bottom: 0;
}
.tile-photo-slider {
  display: none;
  margin-bottom: 10px;
}
.tile-photo-slider.slick-initialized {
  display: block;
}
.tile-photo-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 22px;
  height: 36px;
  text-indent: -9999em;
  z-index: 2;
  padding: 0;
  border: 0;
}
.tile-photo-slider .slick-arrow:hover {
  opacity: 0.6;
}
.tile-photo-slider .slick-arrow.slick-disabled {
  opacity: 0.6;
  pointer-events: none;
}
.tile-photo-slider .slick-arrow.slick-next {
  right: 0;
  background: url(../img/svg/t-next.svg) no-repeat;
}
.tile-photo-slider .slick-arrow.slick-prev {
  left: 0;
  background: url(../img/svg/t-next.svg) no-repeat;
  transform: translateY(-50%) rotate(180deg);
}
.slider-nav-thumbnails {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}
.slider-nav-thumbnails__item {
  width: 82px;
  height: 82px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 10px;
  border: 2px solid transparent;
  cursor: pointer;
  position: relative;
}
.slider-nav-thumbnails__item:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0);
}
.slick-current .slider-nav-thumbnails__item {
  border: 2px solid #f8a303;
}
.slider-nav-thumbnails__item:last-child {
  margin-right: 0;
}
.slider-nav-thumbnails__item img {
  display: block;
  max-width: 100%;
}
.tile-photo__item--left .tile-photo__img {
  order: 1;
  margin-left: 0;
}
.tile-photo__item--left .tile-photo__info {
  order: 2;
}

.tile-photo__item--right .tile-photo__img {
  order: 2;
  margin-left: 20px;
  margin-right: 0;
}
.tile-photo__item--right .tile-photo__info {
  order: 1;
}
.tile-photo__item--right .tile-photo__format,
.tile-photo__item--right .tile-photo__price {
  padding-right: 0;
}
.catalog-descr__el {
  display: block;
  margin-bottom: 5px;
}
.catalog-descr a {
  font-size: 14px;
  color: #2c2c2c;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.catalog-descr__st {
  position: relative;
  font-size: 14px;
  color: #808080;
  margin-bottom: 10px;
}
.catalog-descr__st span {
  font-weight: 700;
  color: #000;
}
.style-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.style-item {
  width: 20%;
  padding: 7px;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -1px;
  margin-bottom: -1px;
}
.style-img {
  width: 100%;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.style-img img {
  max-width: 80%;
  max-height: 80%;
  display: inline-block;
  vertical-align: middle;
}
.style-item--more {
  font-size: 14px;
  color: #2c2c2c;
}
.style-item--more .style-img span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.catalog__item--lg .style-item {
  width: 15%;
}

.catalog-txt-preview {
  margin: 40px 0;
}

.truncate_more_link {
  color: #808080;
  white-space: nowrap;
  font-size: 17px;
  padding-right: 20px;
  position: relative;
  line-height: 1;
}
.truncate_more_link:after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 8px;
  background: url(../img/svg/arr-toggle.svg);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 1px;
}
.catalog__labels {
  font-size: 14px;
}
.catalog__labels .back {
  margin-bottom: 0;
}
.catalog__label {
  margin-bottom: 0;
  font-size: 14px;
  margin-right: 7px;
  padding: 8px 10px;
  border: 1px solid #fff;
  border-radius: 2px;
  background: #eeeeee;
}

.catalog__label:last-child {
  margin-right: 0;
}
.page-back {
  display: inline-block;
  background: url(../img/svg/t-next.svg) no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  width: 13px;
  height: 23px;
  opacity: 0.7;
}
.catalog-sort {
  margin-bottom: 0;
  font-size: 14px;
}
.catalog-sort__select {
  min-width: auto;
}
.catalog-sort__select__link {
  border: 0;
  padding: 0;
  color: #808080;
  height: auto;
}
.catalog-sort__select__link:after {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.catalog__label__close {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../img/svg/l-close.svg) no-repeat;
  margin-left: 8px;
  opacity: 0.7;
}
.catalog__label__close:hover {
  opacity: 1;
}

.catalog-descr__count {
  font-weight: 700;
  color: #000;
}
.catalog-descr {
  padding: 15px 20px;
}
.product-item .catalog-descr {
  height: 100%;
  width: 100%;
  top: 0;
}

.download-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.download-link {
  font-size: 14px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
  color: #808080;
}
.download-link:last-child {
  margin-right: 0;
}
.download-format {
  color: #b8b8b8;
  margin-left: 4px;
}
.download-size {
  color: #b8b8b8;
  margin-left: 4px;
}
.download-icon {
  margin-right: 3px;
}
.download-icon img {
  display: block;
}
.catalog-sort {
  font-size: 14px;
}
.catalog-sort-line {
  padding-top: 12px;
}
.catalog-sort__select {
  margin-left: 10px;
  min-width: auto;
  width: auto;
}
.catalog-sort__select__link {
  border: 0;
  padding: 0;
  height: auto;
  color: #808080;
}
.catalog-sort__select__link:after {
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 4px;
}

/*RAL*/
.ral {
  margin-bottom: 40px;
}
.ral__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ral-view {
  width: 483px;
  min-width: 483px;
  border: 3px solid #fff;
  /*    border-right: 0;*/
  background: #1953a6 url(../img/content/ral-view-bg.jpg) repeat;
  -webkit-box-shadow: -2px 0px 5px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: -2px 0px 5px 0px rgba(50, 50, 50, 0.25);
  box-shadow: -2px 0px 5px 0px rgba(50, 50, 50, 0.25);
  color: #fff;
  padding: 63px 95px;
  text-align: center;
}
.ral-list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 70px;
}
.ral-view__top {
  font-size: 28px;
  margin-bottom: 55px;
}
.ral-view__top span {
  display: block;
  font-size: 55px;
  font-weight: 700;
}
.ral-view .tooltip-content {
  font-size: 14px;
  color: #fff;
  width: auto;
  height: auto;
  background: transparent;
  padding-left: 20px;
  position: relative;
}
.ral-view .tooltip-content:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/svg/info.svg) no-repeat;
}
.show-btn-wrap {
  margin-bottom: 15px;
}
.show-btn {
  font-size: 17px;
  color: #2c2c2c;
  background: #fff;
  display: inline-block;
  padding: 16px 90px;
}
.ral-useful h6 {
  margin: 0;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.ral-useful {
  width: 395px;
}
.ral-useful ol {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  counter-reset: myCounter;
}
.ral-useful ol li {
  list-style-type: none;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.2;
}
.ral-useful ol li:last-child {
  margin-bottom: 0;
}
.ral-useful ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  position: absolute;
  left: 1px;
  top: 1px;
  border: 1px solid #838383;
  color: #838383;
  border-radius: 50%;
  font-size: 11px;
  padding: 0px 4px;
}
.recommend {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.recommend:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 8px;
  transform: translateY(-50%);
  background: url(../img/svg/recommend.svg) no-repeat;
}
.tooltipster-sidetip .tooltipster-box {
  max-width: 420px;
}
.tooltipster-sidetip .tooltipster-content {
  padding: 10px;
}
.ral-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  padding: 3px;
  margin-bottom: 5px;
  border: 1px solid #f7f7f7;
  transition: all 0.3s ease;
}
.ral-item:hover {
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.43);
}
.ral-main {
  width: 186px;
  min-width: 186px;
  padding: 15px 10px;
}
.ral-colors {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ral-item__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: hidden;
  width: 100%;
}
.ral-count {
  color: #808080;
}

.ral .checkbox-item {
  margin-bottom: 0;
}
.ral-main input[type='checkbox']:not(:checked) + label,
.ral-main input[type='checkbox']:checked + label {
  font-size: 17px;
  font-weight: 700;
  color: #2c2c2c;
}

.ral-main input[type='checkbox']:not(:checked) + label:before {
  opacity: 0;
}
.ral-main:hover input[type='checkbox']:not(:checked) + label:before {
  opacity: 1;
}

.ral-colors__item {
  color: #fff;
  -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;
  min-height: 50px;
}
.ral-colors__item .checkbox-item {
  width: 100%;
  height: 100%;
}
.ral-colors__item input[type='checkbox']:not(:checked) + label,
.ral-colors__item input[type='checkbox']:checked + label {
  display: block;
  font-size: 14px;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: right;
  padding: 5px 10px;
}
.ral-colors__item input[type='checkbox']:not(:checked) + label:before,
.ral-colors__item input[type='checkbox']:checked + label:before {
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  transition: opacity 0.3s ease;
}
.ral-colors__item input[type='checkbox']:not(:checked) + label:before {
  opacity: 0;
}
.ral-colors__item:hover input[type='checkbox']:not(:checked) + label:before {
  opacity: 1;
}

.ral-colors__item input[type='checkbox']:not(:checked) + label:after,
.ral-colors__item input[type='checkbox']:checked + label:after {
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
}
.checkbox-title {
  transition: 0.3s ease;
  border-bottom: 1px dotted transparent;
}
.checkbox-title:hover {
  border-bottom: 1px dotted #2c2c2c;
}

.portfolio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -2px;
}
.portfolio__col {
  width: 50%;
  margin-bottom: 2px;
  padding-right: 2px;
}
.portfolio__col.m-lg .portfolio__item {
  height: 100%;
}
.portfolio__col.m-lg .portfolio-bottom__item {
  padding: 45px 10px;
}
.portfolio__item {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #fff;
  /* height: 100%;*/
  min-height: 320px;
}
.portfolio__item:last-child {
  border-bottom: 0;
}
.portfolio__item:hover .portfolio__img:before {
  opacity: 0;
}
.portfolio__item:hover .portfolio__img:after {
  opacity: 1;
}
.portfolio__item:hover .portfolio__txt {
  opacity: 1;
  transition: all 0.3s ease;
  transform: translateY(0);
}
.portfolio__item:hover .portfolio-bottom {
  opacity: 1;
}
.portfolio__link {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.portfolio__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.portfolio__img:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity 0.3s ease;
}

.portfolio__img:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: inset 0px 200px 120px 0px rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
  opacity: 0;
}
.portfolio__info {
  padding: 40px 35px;
  position: relative;
  z-index: 2;
}
.portfolio__title {
  font-size: 36px;
  margin-bottom: 25px;
}
.portfolio__txt {
  font-size: 17px;
  opacity: 0;
  transition: all 0.3s ease;
  transform: translateY(20px);
}
.portfolio-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  transition: all 0.3s ease;
}
.portfolio-bottom__list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.portfolio-bottom__view {
  background: #000;
  color: #fff;
  font-size: 17px;
  width: 170px;
  min-width: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.portfolio-bottom__item {
  padding: 15px 10px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.portfolio-bottom__count {
  font-size: 28px;
  color: #f8a303;
  margin-bottom: 1px;
  font-weight: bold;
  text-align: center;
}
.portfolio-bottom__txt {
  font-size: 14px;
  color: #2c2c2c;
  text-align: center;
}

.center__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.center__item {
  position: relative;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.center__item.m-sm {
  width: 50%;
  height: 380px;
}
.center__item.m-xs {
  width: 33.3333%;
  height: 315px;
}
.center__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.center__link:hover .center__title:before {
  opacity: 1;
}
/*.center__link:hover .center__title:after{
    opacity: 0;
}*/

.center__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.center__title {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 30px;

  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.center__title span {
  display: block;
  position: relative;
  z-index: 2;
}

.center__title:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: inset 0px -200px 120px 0px rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
  /*opacity: 0;*/
}
.center__title:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4) url(../img/svg/zoom.svg) center no-repeat;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.phpdevorg-filters__init .catalog__label {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.phpdevorg-filters__init .catalog__labels {
  width: 88%;
  float: right;
  flex-flow: row wrap;
}
.phpdevorg-filters__init .catalog__label:hover:not(.item-line-title),
.phpdevorg-filters__init .catalog__label.active {
  background: #ff8c00;
  color: #fff;
}

.catalog-descr__view {
  margin-left: 10px;
}

.gallery-hidden {
  display: none;
}

.workarea ol > li:before {
  top: -1px;
  min-width: 22px;
}
.magazine ol > li:before {
  top: 3px;
}
.magazine__indent {
  padding: 0 40px;
}

.magazine-section {
  margin-bottom: 40px;
}
.magazine-section:last-child {
  margin-bottom: 0;
}
.magazine-item ol li {
  padding-left: 38px;
  margin-bottom: 35px;
}
.magazine-item ol li:last-child {
  margin-bottom: 0;
}

.magazine-top {
  margin-bottom: 25px;
  position: relative;
}
.magazine-img {
  position: relative;
}
.magazine-img img {
  display: block;
  max-width: 100%;
}
.magazine-img:after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: inset 0px -125px 72px -48px rgba(0, 0, 0, 0.45);
  box-shadow: inset 0px -125px 72px -48px rgba(0, 0, 0, 0.45);
  pointer-events: none;
}
.magazine-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25px 40px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.magazine-title {
  font-size: 32px;
  line-height: 1.2;
  color: #fff;
}
.magazine-list {
  border: 1px solid #dddddd;
  margin-bottom: 0 !important;
  margin-right: 10px !important;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  padding-bottom: 17px !important;
}
.magazine-link {
  display: block;
  padding: 14px 55px 14px 0;
  color: #2c2c2c;
  position: relative;
}

ol.magazine-list li {
  padding-left: 40px;
  margin-left: -1px;
  margin-right: -1px;
  margin-bottom: 0;
  position: relative;
}
ol.magazine-list li:first-child {
  margin-top: -1px;
}
ol.magazine-list li.active {
  border: 2px solid #f8a303;
  border-right-color: #fff;
}

ol.magazine-list li.active .magazine-link {
  font-weight: bold;
  position: relative;
}
ol.magazine-list li.active .magazine-link:before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #f8a303;
  position: absolute;
  right: -2px;
  top: -2px;
}
ol.magazine-list li.active .magazine-link:after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #f8a303;
  position: absolute;
  right: -2px;
  bottom: -2px;
}
ol.magazine-list li.active .segmentTriangle {
  opacity: 1;
}
ol.magazine-list li.active:before {
  font-weight: bold;
}

ol.magazine-list li:before {
  top: 15px;
  left: 20px;
  border: 0;
  color: #2c2c2c;
  border-radius: 0;
  font-size: 17px;
  padding: 0;
  min-width: auto;
}
.segmentTriangle {
  position: absolute;
  left: calc(100% + 2px);
  top: -2px;
  height: calc(100% + 4px);
  width: 35px;
  overflow: hidden;
  background: #f8a303;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  opacity: 0;
}
.segmentTriangle:after {
  content: '';
  position: absolute;
  left: -2px;
  top: 0;
  height: 100%;
  width: 35px;
  overflow: hidden;
  background: #fff;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.magazine-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -40px;
  padding-top: 10px;
  margin-bottom: 13px;
}
.magazine-price__item {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 22px;
  color: #2c2c2c;
}
.magazine-price__item:hover .magazine-price__in {
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);
}
.magazine-price__in {
  width: 100%;
  height: 100%;
  border: 1px solid #dddddd;
  padding: 17px 18px;
  transition: all 0.3s ease;
}
.magazine-price__count {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.magazine-price__txt {
  font-size: 17px;
}
.magazine-special {
  border: 1px solid #dddddd;
  padding: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.magazine-special__top {
  margin-bottom: 15px;
}
.magazine-special__link {
  font-size: 14px;
  color: #a2a2a2;
}
.magazine-special__form {
  max-width: 440px;
  margin: 0 auto 13px;
}
.magazine-special__form input[type='text'],
.magazine-special__form input[type='email'],
.magazine-special__form input[type='password'],
.magazine-special__form input[type='number'] {
  padding: 7px 10px;
  font-size: 14px;
}
.magazine-special__form .btn {
  padding: 5px 41px;
  margin-left: -2px;
}
.section-link {
  display: inline-block;
  font-size: 17px;
  color: #4055c3;
  font-weight: bold;
}
.size-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.size__item {
  padding: 30px;
  text-align: center;
  margin-right: 30px;
  transition: all 0.3s ease;
  color: #2c2c2c;
}
.size__item:last-child {
  margin-right: 0;
}
.size__item:hover {
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);
}
.size__img {
  display: inline-block;
  margin-bottom: 15px;
  min-height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.size__title {
  font-weight: bold;
  font-size: 20px;
}
.texture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -85px;
}
.texture__item {
  width: 50%;
  padding-right: 85px;
  margin-bottom: 20px;
}
.texture__item:hover .texture__in {
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);
}
.texture__in {
  width: 100%;
  height: 100%;
  border: 1px solid #dddddd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #2c2c2c;
  transition: all 0.3s ease;
}
.texture__img {
  width: 114px;
  min-width: 114px;
  height: 114px;
  margin-right: 30px;
}
.texture__img.m-area {
  height: 150px;
}
.texture__img img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.texture__txt {
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 10px;
}
.texture__add {
  font-size: 14px;
  color: #2c2c2c;
  font-weight: normal;
  padding-top: 10px;
}
.top-select-toggle .texture {
  display: inline-block;
  margin-right: 0;
}

.pr-compare.active {
  display: inline-block;
  width: 24px;
  height: 16px;
}
.slider-nav-thumbnails__item.m-video:before {
  background: rgba(0, 0, 0, 0.1) url(../img/svg/play.svg) center no-repeat;
  background-size: 40px 40px;
}
.tile-photo__link {
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.tile-photo__link.m-video {
  background: url(../img/svg/play.svg) center no-repeat;
}
.tile-photo__inner iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 5;
}
/*MENU*/
.catalog-menu {
  display: inline-block;
  margin-right: 20px;
}
.catalog-menu__link {
  display: inline-block;
  background: #323232;
  color: #fff;
  padding: 18px 15px 18px 41px;
  font-size: 14px;
  position: relative;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.catalog-menu__link:hover {
  background: #f8a303;
}
.catalog-menu__link i {
  display: inline-block;
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.catalog-menu__link i:before,
.catalog-menu__link i:after {
  display: block;
  width: 16px;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s ease;
  position: absolute;
  content: '';
}
.catalog-menu__link i:before {
  top: -6px;
}
.catalog-menu__link i:after {
  top: 6px;
}
.catalog-menu__link.active {
  background: transparent;
  color: #f8a303;
}
.catalog-menu__link.active i {
  background-color: transparent;
}
.catalog-menu__link.active i:before {
  -webkit-transform: translateY(6px) rotate(45deg);
  -moz-transform: translateY(6px) rotate(45deg);
  -ms-transform: translateY(6px) rotate(45deg);
  -o-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
  background-color: #f8a303;
}
.catalog-menu__link.active i:after {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  -moz-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  -o-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
  background-color: #f8a303;
}
.catalog-menu__view {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 4;
  background: #ffffff;
  color: #2c2c2c;
  -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  display: none;
}
.catalog-menu__view .container-fluid {
  padding: 0;
}
.catalog-menu__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.catalog-menu-select {
  width: 260px;
  min-width: 260px;
  background: #eeeeee;
  padding-bottom: 30px;
  position: relative;
}

.catalog-menu__screen {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 30px;
}
.catalog-menu-select__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 5px 15px 20px;
  color: #2c2c2c;
  border-bottom: 1px solid #fff;
  transition: background 0.3s ease;
  position: relative;
  font-weight: 700;
}
.catalog-menu-select__link:before {
  content: '';
  display: block;
  height: 100%;
  width: 50vw;
  position: absolute;
  right: 100%;
  top: 0;

  transition: all 0.3s ease;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/*.catalog-menu-select__link:hover,*/
.catalog-menu-select__link.active {
  background: #fff;
}
.catalog-menu-select__link:hover:before,
.catalog-menu-select__link.active:before {
  background: #fff;
}
.catalog-menu-select__link:last-child {
  border-bottom: 0;
}
.catalog-menu-select__link:last-child:before {
  border-bottom: 0;
}
.catalog-menu-select__link i {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 32px;
  min-width: 32px;
  margin-right: 10px;
}
.catalog-menu-select__link i img {
  max-width: 100%;
}
.menu-screen {
  padding: 30px 0 10px 30px;
}
.menu-screen__title {
  font-size: 32px;
  margin-bottom: 26px;
}

.menu-screen__view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.menu-screen__item {
  width: 20%;
  padding-right: 40px;
}
.menu-screen__item:last-child {
  padding-right: 0;
}
.menu-screen__item.m-menu {
  width: 60%;
}
.menu-screen-coll__item {
  display: block;
  margin-bottom: 26px;
}
.menu-screen-coll__item:last-child {
  margin-bottom: 0;
}
.menu-screen-coll__item img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.m-collection-img {
  display: block;
}
.m-collection-img img {
  display: block;
  max-width: 100%;
}
.m-menu__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -40px;
}
.m-menu__item {
  width: 33.333%;
  margin-bottom: 20px;
  padding-right: 40px;
}
.m-menu__top {
  display: block;
  color: #2c2c2c;
  margin-bottom: 7px;
  font-weight: 700;
}
.m-menu__top:hover {
  color: #4055c3;
}
.m-menu__top.m-sale {
  color: #f50000;
  padding-left: 20px;
  position: relative;
}
.m-menu__top.m-sale:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/svg/sale.svg) center no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.m-menu__top.with-icon {
  padding-left: 20px;
  position: relative;
}
.m-menu__top.with-icon img {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.m-menu__link {
  display: block;
  color: #808080;
  margin-bottom: 9px;
}
.m-menu__link:hover {
  color: #4055c3;
}
.catalog-menu-mobile-link {
  display: block;
  color: #fff;
  background: #323232;
  font-size: 17px;
  padding: 16px 10px;
  margin: 20px -20px 20px;
  position: relative;
  text-decoration: none;
}
.catalog-menu-mobile-link:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 11px;
  background: url(../img/svg/m-toggle.svg) center no-repeat;
  margin: -2px 7px 0 0;
}
.mobile-catalog {
  background: #eeeeee;
  padding: 25px 0;
  margin-bottom: 15px;
  display: none;
}
.mobile-catalog__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 5px 14px 15px;
  color: #2c2c2c;
  border-bottom: 1px solid #fff;
  transition: background 0.3s ease;
  position: relative;
  font-weight: 700;
}

.mobile-catalog__item:last-child .mobile-catalog__link {
  border-bottom: 0;
}
.mobile-catalog__link i {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 32px;
  min-width: 32px;
  margin-right: 10px;
}
.mobile-catalog__link i img {
  max-width: 100%;
}
.mobile-catalog__back {
  font-size: 20px;
  display: block;
  padding: 0 10px 20px 37px;
  border-bottom: 1px solid #fff;
  color: #1b1b1b;
  position: relative;
}
.mobile-catalog__back:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 9px;
  background: url(../img/svg/m-back.svg) center no-repeat;
  position: absolute;
  left: 27px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -9px;
}

.mobile-catalog-second {
  background: #fff;
  position: absolute;
  top: 66px;
  width: 100%;
  left: 100%;
  transition: all 0.3s ease;
  z-index: 10;
  overflow: hidden;
  min-height: 100%;
}
.mobile-catalog-second.active {
  left: 0;
}

.mobile-catalog-second__back {
  font-size: 20px;
  display: block;
  padding: 20px 10px 12px 37px;
  color: #1b1b1b;
  position: relative;
  background: #eeeeee;
}
.mobile-catalog-second__back:before {
  content: '';
  display: block;
  width: 5px;
  height: 9px;
  background: url(../img/svg/m-back.svg) center no-repeat;
  position: absolute;
  left: 27px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 5px;
}
.mobile-catalog-second__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px;
}

.mobile-catalog-second__list .m-menu__item {
  width: 50%;
  margin-bottom: 20px;
  padding-right: 20px;
}

/*end MENU*/

.t-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -85px;
}
.t-price__item {
  width: 50%;
  padding-right: 85px;
  margin-bottom: 20px;
}
.t-price__item:hover .t-price__in {
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);
}
.t-price__in {
  width: 100%;
  height: 100%;
  border: 1px solid #dddddd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #2c2c2c;
  transition: all 0.3s ease;
}
.t-price__img {
  width: 114px;
  height: 114px;
  margin-right: 30px;
}
.t-price__img img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.t-price__txt {
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.magazine-price__count:last-child {
  margin-bottom: 0;
}
.size__add {
  font-size: 14px;
  text-align: center;
  color: #a2a2a2;
}
.magazine-price__item.m-sale .magazine-price__in {
  border: 1px solid #f8a812;
  padding-left: 65px;
  position: relative;
}
.magazine-price__item.m-sale .magazine-price__in:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 30px;
  background: url(../img/svg/m-sale.svg) center no-repeat;
}
.magazine__title {
  font-size: 32px;
  margin-bottom: 25px;
}

.range {
  padding-top: 20px;
}
.range h5 {
  margin-bottom: 20px;
}
.range__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -40px;
  margin-right: -40px;
}
.range__item {
  padding-right: 40px;
  margin-bottom: 40px;
}
.range__item:hover .range__in {
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);
}

.range__in {
  display: block;
  width: 395px;
  border: 1px solid #dddddd;
  color: #2c2c2c;
  transition: all 0.3s ease;
}
.range__img {
  height: 185px;
}
.range__img img {
  display: block;
  max-width: 100%;
}
.range__txt {
  padding: 20px 15px;
  font-size: 20px;
  font-weight: 700;
}

.fancybox-navigation .fancybox-button[disabled] {
  display: none;
}
.fancybox-navigation .fancybox-button svg {
  display: none;
}
.fancybox-slide--video .fancybox-content {
  pointer-events: none;
}

.menu-screen {
  width: 100%;
  min-height: 100%;
  transition: all 0.3s ease;
  opacity: 1;
}
.catalog-menu__item.dnone {
  display: none !important;
}
.catalog-menu__screen {
  box-sizing: content-box;
}

.b-toggle__link {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #808080;
  position: relative;
  margin-top: 5px;
  z-index: 3;
}
.b-toggle__link:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23B6B6B6' stroke-width='2'/%3E%3C/svg%3E%0A");
  margin-left: 5px;
}
.b-toggle__item {
  margin-bottom: 10px;
  overflow: hidden;
}
.b-toggle__item:last-child {
  margin-bottom: 0;
}
.b-toggle__item .contacts-gallery__link {
  width: -webkit-calc(33.333% - 4px);
  width: -moz-calc(33.333% - 4px);
  width: calc(33.333% - 4px);
}
.b-toggle {
  position: relative;
}
.b-toggle.m-txt {
  font-size: 14px;
  line-height: 20px;

  overflow: hidden;
}
.b-toggle.m-txt.m-hidden {
  max-height: 200px;
}

.b-toggle.m-photo.m-hidden {
  max-height: 120px;
}

.b-toggle.m-hidden:after {
  content: '';
  height: 127px;
  width: 100%;
  background: linear-gradient(
          180deg,
          rgba(255, 255, 255, 0) 0%,
          #ffffff 25.98%
  );
  position: absolute;
  left: 0;
  bottom: -95px;
  z-index: 2;
}
.b-toggle-center {
  text-align: center;
}

.cookies {
  position: fixed;
  bottom: 0;
  background: #f4f4f4;
  font-size: 17px;
  line-height: 22px;
  color: #808080;
  z-index: 50;
  padding: 12px 20px 15px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  width: 100%;
}
.cookies a:not([class]) {
  color: #808080;
  text-decoration: underline;
}
.cookies a:not([class]):hover {
  text-decoration: none;
}

.cookies__accept {
  display: inline-block;
  font-size: 17px;
  color: #000;
  background: #ffffff;
  padding: 7px 21px;
  margin-left: 16px;
}

.fancybox-slide--image .fancybox-image {
  transform: scale(1.4);
}

.top-submit-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  color: #ffb224;
  border: 2px solid #ffb224;
  margin: 0 20px 0 30px;
  padding: 5px 19px 5px 16px;
  border-radius: 2px;
}
.top-submit-btn:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 15px;
  background: url(../img/svg/t-s.svg) no-repeat;
  margin-right: 5px;
}

.top-submit-btn:hover {
  background: #ffb324;
  color: #fff;
}
.top-submit-btn:hover:before {
  background: url(../img/svg/t-s-h.svg) no-repeat;
}

.pr-compare.active {
  display: inline-block;
  width: 24px;
  height: 16px;
}
.lds-spinnerNew {
  width: 69px !important;
  height: 18px !important;
}
.index-history {
  margin-bottom: 30px;
}
.index-history h2 {
  font-size: 32px;
  margin-bottom: 24px;
}

.index-history-slider {
  /* display: none; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.index-history-slider.slick-initialized {
  /* display: block; */
}
.index-history-slider__item {
  width: 14.2857%;
  /* min-width: 14.2857%; */
}
.index-history-slider__item .product-img {
  overflow: hidden;
  position: relative;
  padding: 30px 10px 10px;
  height: 215px;
}
.index-history-slider__item .product-info {
  min-height: -webkit-calc(100% - 215px);
  min-height: expression(100% - 215px);
  min-height: -moz-calc(100% - 215px);
  min-height: -o-calc(100% - 215px);
  min-height: calc(100% - 215px);
  position: relative;
  padding-bottom: 30px;
}

.index-history-slider__item .product-price {
  margin-bottom: 0;
}
.index-history-slider__item .product-info__bottom {
  position: absolute;
  left: 0;
  bottom: 30px;
  padding: 0 20px;
}

.index-history-slider-wrap {
  position: relative;
}
.index-history-slider .slick-track {
  min-width: 100%;
}
.index-history-slider__right {
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
  background: #fff url(../img/svg/g-next.svg) center no-repeat;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  top: 50%;
  transform: translateY(-50%);
  right: -22px;
  position: absolute;
  z-index: 4;
}
.index-history-slider__left {
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
  background: #fff url(../img/svg/g-next.svg) center no-repeat;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
  top: 50%;
  left: -22px;
  position: absolute;
  z-index: 4;
}
.index-history-slider__left.slick-disabled {
  display: none !important;
}
.index-history-slider__right.slick-disabled {
  display: none !important;
}
.index-history-slider .slick-list {
  min-width: 100%;
}
.index-history-slider__item {
  height: auto;
  box-sizing: border-box;
  margin-right: -1px;
  width: 14.2857%;
  display: inline-block;
}
.index-history-slider__item .product-inner {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.index-history-slider {
  margin-right: -4.9px;
}
.index-history-slider .slick-list {
  padding-right: 7.99px;
  position: relative;
}

.index-history-slider .slick-list:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -4px;
  background: #fff;
  opacity: 0;
}
.index-complex {
  margin-bottom: 30px;
}
.index-complex h2 {
  font-size: 32px;
  margin-bottom: 24px;
}

.index-complex-slider .slick-track {
  min-width: 100%;
}
.index-complex-slider__item .product-img {
  overflow: hidden;
  position: relative;
  padding: 30px 10px 10px;
  height: 215px;
}
.index-complex-slider__item .product-info {
  min-height: -webkit-calc(100% - 215px);
  min-height: expression(100% - 215px);
  min-height: -moz-calc(100% - 215px);
  min-height: -o-calc(100% - 215px);
  min-height: calc(100% - 215px);
  position: relative;
  padding-bottom: 30px;
}

.index-complex-slider__item .product-price {
  margin-bottom: 0;
}
.index-complex-slider__item .product-info__bottom {
  position: absolute;
  left: 0;
  bottom: 30px;
  padding: 0 20px;
}

.index-complex-slider-wrap {
  position: relative;
  max-width: 100%;
  /*    overflow: hidden;*/
}
.index-complex-slider .slick-list {
  border-right: 1px solid #dddddd;
}
.index-complex-slider__right {
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
  background: #fff url(../img/svg/g-next.svg) center no-repeat;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  top: 50%;
  transform: translateY(-50%);
  right: -22px;
  position: absolute;
  z-index: 4;
}
.index-complex-slider__left {
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
  background: #fff url(../img/svg/g-next.svg) center no-repeat;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
  top: 50%;
  left: -22px;
  position: absolute;
  z-index: 4;
}
.index-complex-slider__left.slick-disabled {
  display: none !important;
}
.index-complex-slider__right.slick-disabled {
  display: none !important;
}
.index-complex-slider__item {
  height: auto;
  margin-right: -1px;
}
.index-complex-slider {
  display: none;
}
.index-complex-slider.slick-initialized {
  display: block;
}

.index-complex__view {
  width: 28.5714%;
  min-width: 28.5714%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.index-complex-full {
  padding-right: 28.5714%;
  position: relative;
}

.index-complex__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.index-complex__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.index-complex__bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.4;
}
.index-complex__info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.index-complex__txt {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 23px;
  max-width: 305px;
}
.index-complex__btn {
  display: inline-block;
  font-size: 17px;
  border: 2px solid #fff;
  padding: 10px 26px;
  color: #fff;
  transition: 0.3s ease;
}
.index-complex__btn:hover {
  color: #2c2c2c;
  background: #fff;
}
.index-complex__top {
  font-size: 17px;
}
.index-complex__count {
  font-size: 72px;
  line-height: 48px;
  margin-bottom: 8px;
}

.top-phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 9;
}
.top-phone .top-select-toggle {
  font-size: 14px;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
}
.top-phone .top-select-toggle__link {
  margin-left: 5px;
}
.top-phone__link {
  display: inline-block;
  color: #fff;
  font-size: 22px;
  margin-left: 15px;
}
.top-phone .top-select-list {
  margin-top: 27px;
}
.catalog-menu-mobile-wrap {
  padding: 0 20px;
  margin: 0 20px;
  text-align: center;
}
.extended-search-link-wrap {
  border-top: 1px solid #000;
  margin: 0 -20px 0 -20px;
  padding: 15px 20px 0 20px;
}

.top-select-toggle__ent {
  color: #fff;
  text-align: center;
  display: block;
}
.mobile-enter {
  text-align: center;
}
.catalog .slider__item .catalog-descr,
.catalog .catalog__item .catalog-descr,
.popular-slider .slider__item .catalog-descr {
  transition: all 0.3s ease;
}
.catalog-i {
  display: none;
  width: 24px;
  height: 24px;
  background: url(../img/svg/i.svg) no-repeat;
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 5;
}

.top-search form {
  position: relative;
  z-index: 17;
}
.title-search-result {
  background: #fff;
  z-index: 15;
  width: 100%;
  padding: 66px 15px 15px 20px;
}
.bx_searche_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.title-search__cat {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 15px;
}
.title-search__list {
  width: 365px;
  min-width: 365px;
}
.title-search__pre {
  font-size: 14px;
  line-height: 18px;
  color: #2d2e29;
  margin-bottom: 10px;
}
.bx_item_block {
  border: 1px solid #dcdcdc;
  padding: 17px 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
}
.bx_img_element {
  width: 64px;
  min-width: 64px;
  height: 64px;
  padding: 5px;
  margin-right: 12px;
}
.bx_img_element img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.bx_item_element a {
  display: inline-block;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  color: #4055c3;
  margin-bottom: 5px;
}
/*.top-search.active .top-search__input {
  color: #2d2e29;
}
.top-search.active:before {
  background: url(../img/svg/search-active.svg) no-repeat;
  z-index: 16;
  pointer-events: none;
}*/
.search-category__link {
  display: block;
  color: #808080;
  font-size: 17px;
  line-height: 22px;
  border-bottom: 1px solid #f7f7f7;
  padding: 10px 10px 10px 0;
}
.search-category__link span {
  color: #323232;
}
.search-category__item {
  padding: 0 0 0 20px;
  margin: 0 -15px 0 -20px;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
.search-category__item:hover {
  background: #f7f7f7;
}
.header-mobile-search.active .top-search__submit {
  right: 0px;
  top: 0px;
}

.top-search__close {
  position: absolute;
  right: 85px;
  top: 11px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../img/svg/t-s-close.svg) no-repeat;
}
.title-search__format {
  font-size: 13px;
  line-height: 17px;

  color: #808080;
  margin-bottom: 5px;
}
.title-search__price {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #2d2e29;
}
.title-search__price span {
  display: inline-block;
  margin-right: 5px;
}

.tile-photo__wrap--new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tile-photo__wrap--new .slider-nav-thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-self: center;
  width: 10%;
}

.tile-photo__wrap--new .tile-photo-slider {
  width: 90%;
  display: inline-block;
  margin-bottom: 35px;
}

.save-photo {
  left: 0;
  bottom: 2px;
  padding: 3px 6px 3px 20px;
}

.save-photo:before {
  left: 7px;
}

.index-slider-preloader-main.index-slider-preloader {
  position: fixed;
  z-index: 51;
  background-color: #dfdfdf;
  background-color: rgba(223, 223, 223, 0.8);
}

.index-slider-preloader-main .sk-cube {
  background-color: #ffb324;
}

.phpdevorg-filters__init {
  display: block;
}

.phpdevorg-filters__init .catalog__label.item-line-title {
  background: none;
  cursor: default;
  display: inline-block;
  margin-right: 5px;
  padding: 10px 0;
}
.phpdevorg-filter-container__init .catalog__label {
  font-size: 17px;
  padding: 6px 13px;
  border-radius: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 14px;
  position: relative;
}
.phpdevorg-filter-container__init .catalog__label.m-noselect {
  background: transparent !important;
  color: #000 !important;
  cursor: default;
  padding: 10px 0;
}
.phpdevorg-filter-container__init .catalog__label__close {
  display: none;
  pointer-events: none;
}
.phpdevorg-filter-container__init
.catalog__label.active
.catalog__label__close {
  display: inline-block;
}
.phpdevorg-filters__init .item-line {
  display: flex;
  margin-right: 38px;
}
.phpdevorg-filters__init .item-line:last-child {
  margin-right: 0;
}
.phpdevorg-filter-container__init .catalog__label [type='checkbox'] {
  position: absolute !important;
  left: 0 !important;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  /* visibility: hidden; */
}
.phpdevorg-filter-container__init
.catalog__label
[type='checkbox']:checked
+ .catalog__label__close {
  display: inline-block;
}
.phpdevorg-filters__init
.catalog__label:hover:not(.item-line-title)
.catalog__label__close,
.phpdevorg-filters__init .catalog__label.active .catalog__label__close {
  background: url(../img/svg/l-close-h.svg) no-repeat;
}

.product-list .product-item .catalog-descr {
  height: calc(100% - 10px);
  top: 5px;
  padding: 10px 18px;
  width: calc(100% - 20px);
}

.list-unit-image-wrap.slick-initialized {
  height: 100%;
}
.list-unit-image-wrap .slick-list,
.list-unit-image-wrap .slick-track {
  height: 100%;
}
.list-unit-image .list-unit-dots {
  display: none;
}
.list-unit-image-unit-wrap {
  position: static;
  opacity: 1;
}

.list-unit-image-wrap .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding: 0 19px;
  width: 100%;
  z-index: 3;
  margin: 0 !important;
  width: 100%;
  position: absolute;
  bottom: 5px;
}
.list-unit-image-wrap .slick-dots li {
  padding-left: 0;
  line-height: 1;
  margin: 0;
  margin-right: 3px;
  position: relative;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  flex-grow: 1;
  height: 30px;
  cursor: pointer;
}

.list-unit-image-wrap .slick-dots li:after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #dddddd;
  /*opacity: 0;*/
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  will-change: opacity;
}
.list-unit-image-wrap .slick-dots li:before {
  display: none;
}
.list-unit-image-wrap .slick-dots li button {
  display: none;
}

.list-unit-image-wrap .slick-dots li.slick-active:after {
  background: #808080;
}
.list-unit-image-wrap .slick-dots > li:only-child {
  display: none;
}

@media screen and (max-width: 1700px) {
  .index-reviews-slider__right,
  .index-news-slider__right {
    right: 0;
  }
  .index-reviews-slider__left,
  .index-news-slider__left {
    left: 0;
  }
  .novelty-slider__right {
    right: 0;
  }
  .novelty-slider__left {
    left: 0;
  }
  .index-history-slider__right {
    right: 0;
  }
  .index-history-slider__left {
    left: 0;
  }
  .index-complex-slider__right {
    right: 0;
  }
  .index-complex-slider__left {
    left: 0;
  }
  .index-history-slider .slick-list {
    padding-right: 12px;
  }
  .index-history-slider .slick-list:after {
    right: 0;
  }
}

@media screen and (max-width: 1400px) {
  .advantages__list.slick-initialized .slick-list {
    overflow: visible;
    padding-right: 50px;
  }
  .novelty-slider {
    padding-right: 130px;
  }
  .novelty-slider .slick-list {
    overflow: visible;
  }
}

@media screen and (max-width: 1350px) {
  .ral-list {
    padding-right: 25px;
  }
  .ral-view {
    width: 350px;
    min-width: 350px;
    padding: 45px;
  }
  .show-btn {
    padding: 13px 50px;
  }
  .range__item {
    width: 50%;
  }
  .range__in {
    width: 100%;
  }
  .range__img {
    height: auto;
  }
  .index-history-slider__item {
    width: 16.6666%;
  }
}
@media screen and (max-width: 1300px) {
  .index-slider__pager .index-slider-in__item {
    font-size: 16px;
  }
  .magazine-link {
    padding: 12px 20px 12px 0;
  }
  .size__item {
    margin-right: 20px;
  }
  .size__item:last-child {
    margin-right: 0;
  }
  .texture,
  .t-price {
    margin-right: -40px;
  }
  .top-select-toggle .texture {
    margin-right: 0;
  }
  .texture__item,
  .t-price__item {
    padding-right: 40px;
  }
  ol.magazine-list li:before {
    top: 12px;
  }
  .top-submit-btn {
    font-size: 14px;
    margin: 0 10px;
    padding: 7px;
  }
  .top-search {
    margin-top: 0;
  }
  .top-phone {
    margin-left: 5px;
  }
  .top-phone .top-select-toggle {
    font-size: 13px;
  }
  .top-phone__link {
    font-size: 18px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .portfolio-bottom__count {
    font-size: 18px;
  }
  .index-reviews__item {
    padding: 0;
  }
  .index-reviews__slider .slick-list {
    margin: 0;
  }
  .index-complex__view {
    width: 400px;
    min-width: 400px;
  }
  .index-complex-full {
    padding-right: 400px;
  }
  .index-history-slider__item {
    width: 20%;
  }
  .search-category__item {
    padding: 0 0 0 20px;
  }
  .title-search__list {
    width: 50%;
    min-width: 50%;
  }
}
@media screen and (max-width: 1150px) {
  .magazine-link {
    font-size: 15px;
  }
  ol.magazine-list li:before {
    top: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .ral-main input[type='checkbox']:not(:checked) + label,
  .ral-main input[type='checkbox']:checked + label {
    font-size: 14px;
  }
  .ral-main {
    width: 150px;
    min-width: 150px;
  }
  .title-search-result {
    width: -webkit-calc(100% + 89px);
    width: -moz-calc(100% + 89px);
    width: calc(100% + 370px);
  }
  .ral-view {
    width: 300px;
    min-width: 300px;
    padding: 20px;
  }
  .ral-view__top {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .ral-view__top span {
    font-size: 35px;
  }
  .magazine-link {
    font-size: 14px;
    padding: 10px 5px 10px 0;
  }
  ol.magazine-list li:before {
    top: 8px;
  }
  .title-search__list {
    width: 100%;
    min-width: 100%;
  }
  .bx_searche_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-search__cat {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .catalog-label span {
    opacity: 1;
    background: #f8a303;
    color: #fff;
    width: 100%;
    text-indent: inherit;
    padding: 0 8px;
  }
  .catalog-label.catalog-label--new i {
    background: #f8a303 url(../img/content/new-h.png) center no-repeat;
  }
  .novelty {
    overflow: visible;
  }
  .novelty-slider {
    padding-right: 0;
  }
  .novelty-slider .slick-list {
    overflow: hidden;
  }
  .index-history-slider {
    padding-right: 80px;
  }
  .index-history-slider .slick-list {
    overflow: visible;
  }
  .index-complex-slider-wrap {
    overflow: hidden;
  }
  .index-complex-slider.slick-initialized {
    padding-right: 75px;
  }
  .index-complex-slider.slick-initialized .slick-list {
    overflow: visible;
  }
  .collection-list {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .download-links {
    margin-bottom: 20px;
  }
  .portfolio-bottom {
    display: none;
  }
  .portfolio__txt {
    opacity: 0.6;

    transform: translateY(0);
    font-size: 14px;
  }
  .portfolio__title {
    font-size: 24px;
    margin-bottom: 15px;
    display: inline-block;
  }
  .portfolio__title:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 13px;
    background: url(../img/svg/p-arr.svg) no-repeat;
    margin-left: 5px;
  }
  .portfolio__info {
    padding: 25px 15px;
  }
  .portfolio__item {
    min-height: 166px;
  }
  .center__item.m-sm,
  .center__item.m-xs {
    height: 210px;
  }
  .center__title span {
    display: inline-block;
  }
  .center__title span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    width: 18px;
    height: 18px;
    margin-left: 10px;
    background: url(../img/svg/zoom.svg) center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .center__title:before {
    display: none;
  }
  .top-select-toggle:last-child .top-select-toggle__link {
    position: relative;
    top: 1px;
  }
  .top-submit-btn {
    display: none;
  }
  .top-phone .top-select-toggle {
    margin-left: 30px;
  }
  .top-select-toggle__pre {
    display: none;
  }
  .top-phone {
    margin-left: 0;
    margin-right: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .index-slider__pager .index-slider-in__item {
    padding: 0 10 !important;
  }
  .index-slider__bg {
    display: none;
  }
  .index-slider__item {
    height: 530px;
  }
  .index-slider__pager .index-slider-in__item {
    height: auto;
    padding: 10px !important;
  }
  .index-slider__pager .index-slider-in__item span {
    text-align: center;
  }
  .index-slider__title {
    font-size: 40px;
  }
  .index-slider-wrap {
    min-height: 530px;
  }
  .index-history-slider__item {
    width: 25%;
  }
}

@media screen and (max-width: 992px) {
  .magazine-link {
    font-size: 17px;
    padding: 14px 5px 14px 0;
  }
  .magazine-list {
    margin-right: 0 !important;
    margin-bottom: 30px !important;
  }
  .segmentTriangle,
  .segmentTriangle:after {
    width: 15px;
  }
  ol.magazine-list li:before {
    top: 14px;
  }
}

@media (max-width: 905px) {
  .tile-photo__wrap--new {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: initial;
  }

  .tile-photo__wrap--new .tile-photo-slider {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 90%;
  }

  .tile-photo__wrap--new .tile-photo-slider .slick-arrow.slick-next {
    right: -35px;
  }

  .tile-photo__wrap--new .tile-photo-slider .slick-arrow.slick-prev {
    left: -35px;
  }

  .tile-photo__wrap--new .slider-nav-thumbnails {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }
  .tile-photo__wrap--new .slider-nav-thumbnails .slick-list {
    flex-grow: 1;
  }
}

@media screen and (max-width: 900px) {
  .catalog__labels {
    margin-bottom: 10px;
  }
  .ral-list {
    padding-right: 0;
  }
  .ral-view {
    position: fixed;
    color: #2c2c2c;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 15;
    padding: 15px 10px;
  }
  .ral-view__top {
    font-size: 17px;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .ral-view__top span {
    font-size: 17px;
    font-weight: normal;
    display: inline;
  }
  .show-btn {
    padding: 9px 23px;
    font-size: 14px;
    color: #fff;
    background: #323232;
  }
  .show-btn-wrap {
    margin-bottom: 0;
  }
  .ral-view .tooltip-content {
    color: #2c2c2c;
    margin-left: 15px;
  }
  .ral-view .tooltip-content:before {
    background: url(../img/svg/info-black.svg) no-repeat;
  }
  .ral-colors__item input[type='checkbox']:not(:checked) + label:before,
  .ral-main input[type='checkbox']:not(:checked) + label:before {
    opacity: 1;
  }
  .ral-colors__item input[type='checkbox']:not(:checked) + label,
  .ral-colors__item input[type='checkbox']:checked + label {
    padding: 10px 5px 5px 5px;
  }
  .ral-colors__item input[type='checkbox']:not(:checked) + label,
  .ral-colors__item input[type='checkbox']:checked + label {
    font-size: 13px;
  }
  .center__title {
    padding: 15px;
  }
}

@media screen and (max-width: 850px) {
  .index-history-slider__item {
    width: 33.3333%;
  }
  .top-search,
  .top-phone .top-select-toggle {
    margin-left: 15px;
  }
  .index-history-slider {
    padding-right: 0;
  }
  .index-history-slider .slick-list {
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .catalog-descr.catalog-descr--left:before {
    border-right: 0;
    border-top: 0;
    left: auto;
    right: 8px;
  }
  .product-item:nth-child(5n + 5) .catalog-descr:before {
    content: '';
    left: auto;
    right: 8px;
    border-right: 0;
    border-top: 0;
    border-left: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
  }
  .index-slider__pager .index-slider-in {
    padding: 0 30px;
  }
  .center__item.m-sm,
  .center__item.m-xs {
    height: 160px;
    width: 100%;
    border-right: 0;
  }
  .magazine__indent {
    padding: 0;
  }
  .magazine {
    overflow: hidden;
  }
  .texture,
  .t-price {
    margin-right: -20px;
  }
  .top-select-toggle .texture {
    margin-right: 0;
  }
  .texture__item,
  .t-price__item {
    padding-right: 20px;
  }
  .texture__img {
    margin-right: 15px;
  }
  .texture__txt,
  .t-price__txt {
    font-size: 17px;
  }
  .index-news-slider__img {
    width: 270px;
    min-width: 270px;
    max-width: 270px;
  }
  .popular h2,
  .index-reviews h2,
  .novelty h2,
  .index-news h2,
  .index-history h2,
  .index-complex h2 {
    font-size: 20px;
    margin-bottom: 0;
    max-width: 50%;
  }
  .index-complex__view {
    width: 300px;
    min-width: 300px;
  }
  .index-complex-full {
    padding-right: 300px;
  }
  .novelty-slider .catalog__item {
    padding-right: 0;
    z-index: 3;
  }
  .novelty-slider .catalog-descr {
    display: none;
    opacity: 1 !important;
    z-index: 6 !important;
    transform: none !important;
    top: 50px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    width: auto;
    height: auto;
  }
  .novelty-slider .catalog-descr:before {
    display: none;
  }
  .novelty-slider .catalog__item:after {
    display: none;
  }
  .novelty-slider .slider__item {
    padding-right: 0;
  }
  .catalog-i {
    display: inline-block;
  }

  .index-history-slider__item {
    width: 50%;
  }
  .bx_item_block {
    padding: 10px;
  }
  .bx_img_element {
    width: 50px;
    min-width: 50px;
    height: 50px;
    padding: 1px;
    margin-right: 7px;
  }
  .bx_item_element a {
    font-size: 14px;
    line-height: 18px;
  }
  .top-phone__link {
    font-size: 14px;
  }
  .logo {
    width: 90px;
    height: 17px;
    background-size: cover;
  }
  .product-list .product-item .catalog-descr {
    height: auto;
    width: calc(100% - 20px);
    top: 50px;
    left: 10px;
    right: 10px;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 5 !important;
    opacity: 1;
    display: none;
  }
  .product-item:nth-child(4n + 4) .catalog-descr:before {
    content: '';
    left: auto;
    right: 10px;
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
    border-top: 0;
    border-left: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
  }
  .product-item .catalog-descr.active {
    display: block;
  }
  .product-item:hover .catalog-descr,
  .product-item:nth-child(3n + 3):hover .catalog-descr {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    left: 10px !important;
  }
  .product-list .catalog-i {
    background: url(../img/svg/i-black.svg) no-repeat;
  }
  .similar .catalog-i {
    background: url(../img/svg/i.svg) no-repeat;
  }
  .default-price {
    position: static;
  }
  .product-icons {
    position: absolute;
    right: 15px;
    top: 50px;
    transform: none;
    margin-top: 0;
  }

  .product-icons-in_availability {
    position: absolute;
    transform: none;
    margin-top: 0;
    top: 205px;
    right: 15px;
  }
  .v_nalichii {
    position: absolute;
    transform: none;
    margin-top: 0;
    top: 218px;
    right: 15px;
  }

  .viewed_product:hover {
    background: url(../img/svg/viewed-product-hover.svg) center no-repeat;
  }

  .catalog-favorite-link {
    width: 25px;
    min-width: 25px;
    height: 23px;
    background: url(../img/svg/heart-mobile.svg) center no-repeat;
    margin-top: 4px;
  }
  .catalog-favorite-link.active {
    background: url(../img/svg/heart-mobile-act.svg) no-repeat;
  }
  .catalog-descr,
  .catalog__item--md:nth-child(2n + 1):hover .catalog-descr,
  .catalog__item:nth-child(odd):hover .catalog-descr,
  .slider__item:hover .catalog-descr,
  .catalog__item--md:nth-child(odd):hover .catalog-descr,
  .slider__item--md:nth-child(odd):hover .catalog-descr,
  .catalog__item--lg:nth-child(odd):hover .catalog-descr,
  .slider__item--lg:nth-child(odd):hover .catalog-descr {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    transition: none;
    z-index: 9;
    opacity: 1;
    top: 50px;
    left: 10px;
    right: 10px;
    height: auto;
    width: calc(100% - 20px);
    border: 1px solid #e2e2e2;
    display: none;
  }
  .catalog-descr:before {
    -webkit-transform: rotate(135deg) translateY(0);
    -ms-transform: rotate(135deg) translateY(0);
    transform: rotate(135deg) translateY(0);
    left: auto;
    right: 8px;
    top: -8px;
    opacity: 1;
    display: inline-block !important;
  }
  .catalog__item--md:nth-child(2n + 1):hover .catalog-descr::before {
    left: auto;
    right: 8px;
  }
  .catalog__item--md:nth-child(odd):hover .catalog-descr:before,
  .catalog__item:nth-child(odd):hover .catalog-descr:before,
  .slider__item--md:nth-child(odd):hover .catalog-descr:before,
  .catalog__item--lg:nth-child(odd):hover .catalog-descr:before,
  .slider__item--lg:nth-child(odd):hover .catalog-descr:before {
    left: auto;
    right: 8px;
  }
  .catalog-slider__item.slick-active:hover > .catalog-descr,
  .catalog__item:hover .catalog-descr {
    z-index: 9;
  }
  .catalog__item--md:nth-child(even):hover .catalog-descr:before,
  .slider__item--md:nth-child(even):hover .catalog-descr:before,
  .catalog__item--lg:nth-child(even):hover .catalog-descr:before,
  .slider__item--lg:nth-child(even):hover .catalog-descr:before {
    right: 8px;
  }
  .catalog__item--md:nth-child(even):hover .catalog-descr:before,
  .slider__item--md:nth-child(even):hover .catalog-descr:before,
  .catalog__item--lg:nth-child(even):hover .catalog-descr:before,
  .slider__item--lg:nth-child(even):hover .catalog-descr:before {
    border-right: 0;
    border-top: 0;
  }
  .catalog .slider__item .catalog-descr,
  .catalog .catalog__item .catalog-descr,
  .popular-slider .slider__item .catalog-descr {
    transition: none;
  }
  .catalog-descr__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .catalog-descr__el {
    margin-bottom: 0;
  }
  .collection-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 650px) {
  .portfolio__txt {
    display: none;
  }
  .portfolio__title {
    font-size: 20px;
    margin-bottom: 0;
  }
  .portfolio__item {
    min-height: 155px;
  }
  .portfolio__col {
    width: 100%;
    padding-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .index-slider__item {
    padding-top: 25px;
  }
  .index-slider__other {
    margin-bottom: 20px;
  }
  .index-slider__title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .index-slider-wrap .btn {
    padding: 15px 23px;
  }
  .index-slider {
    margin-top: 0;
  }
  .index-slider__item {
    height: 460px;
    padding: 35px 0 80px;
  }
  .index-slider-wrap {
    min-height: 460px;
    overflow: hidden;
  }
  .layout--index .page-content {
    padding-top: 0;
  }

  .tile-photo__item--left .tile-photo__format,
  .tile-photo__item--left .tile-photo__price,
  .tile-photo__item--left .tile-photo__top,
  .tile-photo__item--left .tile-photo__left {
    padding-left: 0;
  }
  .ral-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ral-main {
    width: 100%;
    min-width: 100%;
  }
  .ral-colors__item {
    min-width: 80px;
  }
  .ral-item__col {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ral-view .tooltip-content,
  .ral-view .tooltip {
    display: inline-block;
    text-indent: -9999em;
  }
  .tooltip-content,
  .new-tooltip {
    background: url(../img/svg/warning-icon.svg) center no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    margin-top: -8px;
  }
  .product-info .tile-select .select__wrapper .tooltip-content {
    margin-top: -8px;
  }
  .ral-useful {
    width: 100%;
  }
  .magazine-price {
    margin-right: 0;
  }
  .magazine-price__item {
    width: 100%;
    padding-right: 0;
  }
  .size__img {
    min-height: auto;
  }
  .size__item {
    margin-right: 10px;
  }
  .texture,
  .t-price {
    margin-right: 0;
  }
  .texture__item,
  .t-price__item {
    padding-right: 0;
    width: 100%;
  }
  .magazine-title {
    font-size: 22px;
  }
  .magazine-info {
    padding: 20px;
  }
  .magazine-special__form .btn {
    margin-left: 0;
    width: 100%;
  }
  .texture__img {
    width: 90px;
    height: 90px;
  }
  .texture__txt,
  .t-price__txt {
    font-size: 15px;
  }
  .magazine-img {
    min-height: 120px;
  }
  .magazine-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mobile-catalog-second__list .m-menu__item {
    width: 100%;
    padding-right: 0;
  }
  .range__item {
    width: 100%;
    padding-right: 0;
  }
  .range__wrap {
    margin-right: 0;
  }
  .range__in {
    width: auto;
    display: inline-block;
  }
  .advantages__list.slick-initialized {
    padding-right: 0;
  }
  .advantages__item-img {
    height: 50px;
  }
  .advantages__list.slick-initialized {
    padding-top: 45px;
    position: relative;
    margin-top: -48px;
  }
  .advantages__list.slick-initialized .slick-prev {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../img/svg/popular-right.svg) no-repeat;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 45px;
    left: auto;
    border: 0;
    text-indent: -9999em;
    padding: 0;
  }
  .advantages__list.slick-initialized .slick-prev:hover {
    background: url(../img/svg/popular-right.svg) no-repeat;
  }
  .advantages__list.slick-initialized .slick-next {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-left: 10px;
    background: url(../img/svg/popular-right.svg) no-repeat;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    text-indent: -9999em;
    padding: 0;
    transform: none;
  }
  .advantages {
    padding-top: 5px;
  }

  .index-reviews__arrows,
  .index-news-slider__arrows {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .index-reviews__slider.slick-initialized,
  .index-news-slider.slick-initialized {
    padding-top: 45px;
    position: relative;
    margin-top: -48px;
  }
  .index-reviews-slider__left,
  .index-news-slider__left {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../img/svg/popular-right.svg) no-repeat;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 45px;
    left: auto;
    border: 0;
    text-indent: -9999em;
    padding: 0;
    box-shadow: none;
  }
  .index-reviews-slider__right,
  .index-news-slider__right {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-left: 10px;
    background: url(../img/svg/popular-right.svg) no-repeat;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    text-indent: -9999em;
    padding: 0;
    transform: none;
    box-shadow: none;
  }
  .index-reviews__item {
    padding-top: 210px;
  }
  .index-reviews__img {
    right: auto;
    top: -220px;
    left: 50%;
    transform: translateX(-50%);
  }
  .index-reviews__info {
    padding: 120px 15px 15px 15px;
  }
  .index-reviews__slider .slick-list {
    padding-bottom: 5px;
  }
  .index-reviews-slider__right.slick-disabled,
  .index-reviews-slider__left.slick-disabled,
  .index-news-slider__right.slick-disabled,
  .index-news-slider__left.slick-disabled {
    display: inline-block !important;
  }
  .advantages__list.slick-initialized .slick-list {
    padding-right: 0;
  }
  .index-news-slider__inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .index-news-slider__img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    /* min-width: 100%;
    max-width: 100%; */
    position: static;
    height: 270px;
    text-align: center;
    margin: 0 auto;
  }
  .index-news-slider__info {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 15px;
  }
  .index-news-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
  .novelty-slider__arrows {
    position: absolute;
    width: 100%;
  }

  .novelty-slider__right {
    display: inline-block !important;
    width: 28px;
    height: 28px;
    margin-left: 10px;
    background: url(../img/svg/popular-right.svg) no-repeat;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    text-indent: -9999em;
    padding: 0;
    transform: none;
    box-shadow: none;
  }
  .novelty-slider__left {
    display: inline-block !important;
    width: 28px;
    height: 28px;
    background: url(../img/svg/popular-right.svg) no-repeat;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 45px;
    left: auto;
    border: 0;
    text-indent: -9999em;
    padding: 0;
    box-shadow: none;
  }
  .novelty-slider.slick-initialized {
    padding-top: 45px;
    position: relative;
    margin-top: -48px;
  }

  .index-history-slider__arrows {
    position: absolute;
    top: 0;
    width: 100%;
  }

  .index-history-slider__right {
    display: inline-block !important;
    width: 28px;
    height: 28px;
    margin-left: 10px;
    background: url(../img/svg/popular-right.svg) no-repeat;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 0;
    right: 20px;
    border: 0;
    text-indent: -9999em;
    padding: 0;
    transform: none;
    box-shadow: none;
  }
  .index-history-slider__left {
    display: inline-block !important;
    width: 28px;
    height: 28px;
    background: url(../img/svg/popular-right.svg) no-repeat;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 65px;
    left: auto;
    border: 0;
    text-indent: -9999em;
    padding: 0;
    box-shadow: none;
  }
  .index-history-slider.slick-initialized {
    padding-top: 45px;
    position: relative;
    margin-top: -48px;
    padding-right: 100px;
  }
  .index-history-slider .slick-list {
    overflow: visible;
  }
  .index-history {
    padding-top: 5px;
    overflow: hidden;
    margin-right: -20px;
  }
  .index-history .popular__title {
    padding-right: 20px;
  }
  .index-history-slider .slick-list {
    border-right: 0;
  }
  .index-history-slider__item {
    margin-right: 0;
  }
  .index-history-slider__item:last-child .product-inner {
    border-right: 1px solid #dddddd;
  }

  .index-complex-slider.slick-initialized {
    padding-top: 45px;
    position: relative;
    margin-top: -48px;
    padding-right: 100px;
  }
  .index-complex-slider .slick-list {
    overflow: visible;
  }
  .index-complex {
    padding-top: 5px;
    overflow: hidden;
    margin-right: -20px;
  }
  .index-complex .popular__title {
    padding-right: 20px;
  }
  .index-complex-slider .slick-list {
    border-right: 0;
  }
  .index-complex-slider__item {
    margin-right: 0;
  }
  .index-complex-slider__item:last-child .product-inner {
    border-right: 1px solid #dddddd;
  }
  .index-complex-slider__arrows {
    position: absolute;
    top: 0;
    width: 100%;
  }

  .index-complex-slider__right {
    display: inline-block !important;
    width: 28px;
    height: 28px;
    margin-left: 10px;
    background: url(../img/svg/popular-right.svg) no-repeat;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 0;
    right: 20px;
    border: 0;
    text-indent: -9999em;
    padding: 0;
    transform: none;
    box-shadow: none;
  }
  .index-complex-slider__left {
    display: inline-block !important;
    width: 28px;
    height: 28px;
    background: url(../img/svg/popular-right.svg) no-repeat;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 65px;
    left: auto;
    border: 0;
    text-indent: -9999em;
    padding: 0;
    box-shadow: none;
  }
  .index-complex-slider.slick-initialized {
    padding-top: 45px;
    position: relative;
    margin-top: -48px;
  }
  .index-complex__view {
    width: 100%;
    min-width: 100%;
    position: static;
    height: 121px;
    padding-right: 20px;
    margin-top: 20px;
  }
  .index-complex-full {
    padding-right: 0;
  }
  .index-complex-slider__left.slick-disabled,
  .index-complex-slider__right.slick-disabled,
  .index-complex-slider__left.slick-disabled,
  .index-complex-slider__right.slick-disabled {
    display: inline-block !important;
  }
  .index-complex__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 15px;
  }
  .index-complex__btn {
    padding: 10px;
    min-width: 130px;
  }
  .top-phone {
    display: none;
  }
  .novelty-slider {
    margin-right: 0;
  }
  .index-history-slider .slick-list:after {
    display: none;
  }
  .index-history-slider__item {
    width: 100%;
  }
  .logo {
    width: 132px;
    height: 27px;
  }
  .top-search__input {
    padding: 5px 105px 5px 10px;
    background: #fff;
    color: #2d2e29;
  }
  .header-mobile-search.active .top-search {
    top: -8px;
  }
  .title-search-result {
    width: 100%;
    margin-left: 0;
    margin-top: -10px;
  }
  .search-category__item {
    padding: 0 0 0 40px;
  }
  .novelty-slider__left.slick-disabled,
  .novelty-slider__right.slick-disabled {
    display: inline !important;
  }
  .product-list {
    display: block;
  }
  .phpdevorg-filters__init {
    display: block;
  }
  .phpdevorg-filters__init .item-line {
    display: block;
    margin-right: 0;
  }
  .phpdevorg-filters__init .catalog__labels {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
  .phpdevorg-filters__init .catalog__label.item-line-title {
    display: block;
    margin-right: 0;
    margin-bottom: 4px;
    padding: 0;
  }
  .phpdevorg-filter-container__init .catalog__label.m-noselect {
    padding: 0;
  }
  .download-link {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .download-link:last-child {
    margin-bottom: 0;
  }
  .index-history-slider__right.slick-disabled,
  .index-history-slider__left.slick-disabled,
  .advantages__list.slick-initialized .slick-next.slick-disabled,
  .advantages__list.slick-initialized .slick-prev.slick-disabled,
  .index-slider-in .slick-arrow.slick-disabled {
    display: inline-block !important;
  }
  .index-history-slider__right.slick-disabled,
  .index-history-slider__left.slick-disabled,
  .index-complex-slider__left.slick-disabled,
  .index-complex-slider__right.slick-disabled,
  .index-news-slider__left.slick-disabled,
  .index-news-slider__right.slick-disabled,
  .novelty-slider__left.slick-disabled,
  .novelty-slider__right.slick-disabled,
  .index-reviews-slider__right.slick-disabled,
  .index-reviews-slider__left.slick-disabled,
  .advantages__list.slick-initialized .slick-next.slick-disabled,
  .advantages__list.slick-initialized .slick-prev.slick-disabled {
    opacity: 0.4;
  }
  .index-slider__pager {
    display: none;
  }
  .index-slider .slick-dots {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 37px;
    left: 0;
    width: 100%;
  }
  .index-slider .slick-dots li {
    padding: 0;
    margin: 0 3px 0 0;
    display: inline-block;
    background: #c4c4c4;
    width: 46px;
    height: 3px;
    border: 0;
  }
  .index-slider .slick-dots li button {
    display: none;
  }
  .index-slider .slick-dots li.slick-active {
    background: #fff;
  }
  .index-slider .slick-dots li:before {
    display: none;
  }
  .index-slider .slick-dots li:last-child {
    margin-right: 0;
  }
  .index-slider .slick-arrow {
    display: inline-block;
    border: 0;
    padding-right: 0;
    text-indent: -9999em;
    width: 14px;
    height: 23px;
    position: absolute;
    bottom: 28px;
    z-index: 2;
    padding: 0;
  }
  .index-slider .slick-next {
    right: 20px;
    background: url(../img/content/next.png);
  }
  .index-slider .slick-prev {
    left: 20px;
    background: url(../img/content/prev.png);
  }
  .index-slider__other {
    display: none;
  }
  .index-slider__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-footer__phone {
    padding-left: 0;
    margin: 0;
  }
  .page-footer-contacts {
    padding-top: 25px;
    border-top: 2px solid #fff;
  }
  .similar__title h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .product-list .product-item .catalog-descr {
    height: calc(100% - 60px);
    top: 50px;
  }
  .product-item:nth-child(4n + 4) .catalog-descr:before,
  .product-item:nth-child(5n + 5) .catalog-descr:before {
    left: auto;
    right: 8px;
    border-left: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    border-right: 0;
    border-top: 0;
  }
  .index-complex__txt {
    display: none;
  }
  .index-complex-slider-wrap {
    overflow: visible;
  }
  .socials {
    padding-top: 40px;
  }
  .style-item,
  .catalog__item--lg .style-item {
    width: 25%;
  }
}

@media screen and (max-width: 500px) {
  .index-slider__pager .index-slider-in__item.slick-current span {
    opacity: 1;
  }
  .index-slider__pager .index-slider-in__item.slick-current {
    border-color: #e2e2e2;
    border-top: 0;
  }
}

@media (max-width: 480px) {
  .tile-photo__wrap--new .tile-photo-slider .slick-arrow.slick-next {
    right: -30px;
  }

  .tile-photo__wrap--new .tile-photo-slider .slick-arrow.slick-prev {
    left: -30px;
  }
}
/*@media screen and (max-width: 1100px) {
  body .novelty-slider .slick-list {
    overflow: visible;
  }
}*/

@media screen and (max-width: 1024px) {

  .novelty-slider .slider__item--md:nth-child(2n + 1):hover .catalog-descr,
  .novelty-slider .catalog__item--md:nth-child(2n):hover .catalog-descr,
  .novelty-slider .slider__item--md:nth-child(2n):hover .catalog-descr {
    transform: translateX(calc(100% + 30px));
  }

  .novelty-slider .slider__item--md:nth-child(2n + 1):hover .catalog-descr.catalog-descr--left,
  .novelty-slider .slider__item--md:nth-child(2n):hover .catalog-descr.catalog-descr--left {
    transform: translateX(calc(-100% - 15px));
  }

  .novelty-slider .catalog__item--md:nth-child(even):hover .catalog-descr:before,
  .novelty-slider .slider__item--md:nth-child(even):hover .catalog-descr:before {
    right: auto;
    left: -14px;
    border-left: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    border-right: 0;
    border-top: 0;
  }

  .novelty-slider .catalog__item--md:nth-child(even):hover .catalog-descr.catalog-descr--left:before,
  .novelty-slider .slider__item--md:nth-child(even):hover .catalog-descr.catalog-descr--left:before,
  .novelty-slider .catalog__item--md:nth-child(odd):hover .catalog-descr.catalog-descr--left:before,
  .novelty-slider .catalog__item:nth-child(odd):hover .catalog-descr.catalog-descr--left:before,
  .novelty-slider .slider__item--md:nth-child(odd):hover .catalog-descr.catalog-descr--left:before,
  .novelty-slider .catalog__item--lg:nth-child(odd):hover .catalog-descr.catalog-descr--left:before,
  .novelty-slider .slider__item--lg:nth-child(odd):hover .catalog-descr.catalog-descr--left:before {
    right: -3px;
    left: auto;
    border-left: 0;
    border-bottom: 0;
    border-right: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
  }
}

@media screen and (max-width: 768px) {

  body .novelty-slider .catalog__item .catalog-descr,
  body .novelty-slider .slider__item .catalog-descr {
    transition: none;
  }
}

body .novelty-slider .slider__item {
  padding-right: 2px;
}
.advantages__item picture img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  width: 100%;
}

.advantages__item picture {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-header {
  padding: 0;
}

.send-project {
  margin-left: 20px;
  padding: 16px 20px;
  background-color: #323232;
  border-radius: 2px;
}

.send-project--mobile {
  display: none;
  margin-left: 0;
  background-color: transparent;
}


.send-project .send-project__title {
  position: relative;
  padding-left: 26px;
  font-size: 17px;
  color: #ffb224;
}

.send-project--mobile .send-project__title {
  display: block;
  margin-bottom: 15px;
}

.send-project .send-project__title::before {
  content: url(../img/svg/project-icon.svg);
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 16px;
}

.send-project .send-project__link {
  display: inline-block;
  margin-left: 9px;
  margin-right: 9px;
  padding: 5px 15px;
  color: #fff;
  border: 2px solid #FFB224;
  border-radius: 2px;
  transition: background-color 0.2s linear;
}

.send-project .send-project__link:hover {
  background-color: #ffb224
}

.regions-block {
  margin-right: 15px;
}

.regions-block__title {
  position: relative;
  padding-left: 11px;
  font-size: 14px;
  color: #B3B3B3;
}

.regions-block__title::before {
  content: url(/local/templates/vizavi/components/bitrix/catalog/main/bitrix/catalog.section/.default/template.php);
  position: absolute;
  top: 0;
  left: 0;
}

.regions-block__links {
  font-size: 17px;
  color: #FFFFFF;
}

.regions-block__links a {
  color: inherit;
}

.regions-block__links a:hover {
  color: orange;
}

@media screen and (max-width: 1500px) {
  .send-project {
    padding-left: 12px;
    padding-right: 12px;
  }
  .send-project .send-project__link {
    margin: 0 10px;
    padding: 7px;
    font-size: 14px;
  }

  .top-phone__link {
    font-size: 18px;
  }
}

@media screen and (max-width: 1200px) {
  .page-header {
    padding: 16px 0;
  }

  .send-project {
    display: none;
  }

  .send-project--mobile {
    display: block;
  }
}


@media screen and (max-width: 1024px) {
  .send-project .send-project__link {
    width: 145px;
    text-align: center;
  }

  .send-project__title {
    filter: grayscale(100%);
  }

  .send-project--mobile .send-project__link:first-of-type {
    margin-left: 0;
  }

  .send-project--mobile .send-project__link:last-of-type {
    margin-right: 0;
  }

  .regions-block {
    display: none;
  }
}


@media screen and (max-width: 600px) {
  .regions-block {
    margin-right: 0;
    padding-bottom: 18px;
    border-bottom: 1px solid #323232;
  }

  .regions-block__title {
    padding-left: 27px;
    font-size: 17px;
  }

  .regions-block__title::before {
    content: url(../img/svg/map-icon-white.svg);
  }

  .regions-block__links {
    font-size: 17px;
  }

  .top-select {
    z-index: 20;
  }
}
.shopPage .page-top {
  position: absolute;
  left: 0;
  z-index: 2;
  width: 100%;
  background-color: transparent;
}

.shopPage .page-top + .container-fluid {
  padding: 0;
}

.shopPage .breadcrumbs,
.shopPage .breadcrumbs__item,
.shopPage a.breadcrumbs__last-item {
  color: white;
}

.shopPage .breadcrumbs__item.breadcrumbs__item--home {
  height: 12px;
  margin-top: -2px;

  background-image: url(./img/home-white.svg);
  background-size: contain;
}

.shopPage .page-title {
  display: none;
}

.oneShop {
  position: relative;
}

.shop__top,
.oneShop__top {
  position: relative;
  z-index: 1;
  height: 447px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  color: white;
}

.shop__top--autoheight {
  height: auto;
}

.shop__top > .container-fluid {
  position: static;
}

.oneShop__top {
  height: 460px;
}

.shop__top img,
.oneShop__top img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;

  width: 100%;
  height: 100%;

  -o-object-fit: cover;

  object-fit: cover;
}

.shop__title {
  line-height: 1.29;
}

.shop__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop__row.shop__row-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.shop__row:last-of-type {
  margin-bottom: 0;
}

.oneShop__contacts {
  position: relative;

  background-color: #EEEEEE;
}

.oneShop__contacts::after {
  position: absolute;
  bottom: -32px;
  left: 88px;
  z-index: 1;

  width: 0;
  height: 0;

  border-style: solid;
  border-width: 32px 36px 0 0;
  border-color: #EEEEEE transparent transparent transparent;

  -webkit-transform: skewX(1deg);

  -ms-transform: skewX(1deg);

  transform: skewX(1deg);
  content: '';
}

.oneShop__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;

  color: black;
}

.oneShop__contact::before {
  display: block;
  width: 18px;
  height: 22px;
  margin-right: 14px;
  margin-top: 0.1em;

  background-repeat: no-repeat;
  background-size: contain;

  content: '';
}

.oneShop__contact-place::before {
  background-image: url("/about/contacts/img/place-icon.svg");
}

.oneShop__contact-phone::before {
  background-image: url("/about/contacts/img/phone-icon.svg");
}

.oneShop__contact-email::before {
  background-image: url("/about/contacts/img/email-icon.svg");
  transform: translate(1px, 6px);
}

.oneShop__contact-small {
  margin-left: 30px;

  font-size: 16px;
  line-height: 1.31;
  color: black;
}

.oneShop__contact-small .days:not(:last-child) {
  margin-bottom: 17px;
}

.oneShop__tour {
  position: relative;

  display: block;

  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #000000;
}

.oneShop__tour::after {
  position: absolute;

  background: url("/about/contacts/img/3d-tour.svg") no-repeat;
  background-size: contain;
  content: '';
}

.shop__top.oneShop {
  margin-bottom: 0;
}

.gallery {
  position: relative;
}

.gallery__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 20px;
}

.gallery__column:last-of-type {
  margin-right: 0;
}

.gallery__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.gallery__item:last-of-type {
  margin-bottom: 0;
}

.gallery__item img {
  display: block;

  -o-object-fit: cover;

  object-fit: cover;
}

.gallery .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;

  width: 55px;
  height: 55px;

  font-size: 0;
  line-height: 0;
  color: transparent;

  border-radius: 50%;
  border: 1px solid white;
  background: #fff url("/local/templates/technotile/html/docs/img/svg/g-next.svg") center no-repeat;
  -webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
}

.gallery .slick-arrow[aria-disabled="true"] {
  display: none !important;
}

.gallery .slick-prev {
  left: 0;

  -webkit-transform: translateY(-50%) scale(-1, 1);

  -ms-transform: translateY(-50%) scale(-1, 1);

  transform: translateY(-50%) scale(-1, 1);
}

.gallery .slick-next {
  right: 0;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);
}

.gallery .slick-arrow:hover {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}

.gallery .slick-arrow:focus {
  outline: none;
  border-color: #B3B3B3;
}

.gallery__item img {
  width: 253px;
  height: 265px;
}
.oneShop__bottom {
  position: relative;
  z-index: 1;
}

.shop__top--autoheight .shop__row {
  margin-bottom: 0;
}

@media all and (max-width: 1319.9px) {
  .shop__top {
    margin-bottom: 20px;
  }

  .shop__title br {
    display: none;
  }

  .oneShop__map {
    height: 348px;
  }

  .oneShop__place {
    max-width: 689px;
  }

  .oneShop__place {
    margin-bottom: 25px;
  }

  .gallery .slick-list {
    margin-right: -20px;
  }
}

@media all and (max-width: 767.9px) {
  .shopPage .breadcrumbs {
    display: none;
  }

  .shop__top {
    padding: 21px 20px 40px;
  }

  .shop__top--autoheight {
    padding-bottom: 120px;
  }

  .oneShop__top {
    padding: 29px;
  }

  .oneShop {
    margin-bottom: 40px;
  }

  .oneShop:last-of-type {
    margin-bottom: 58px;
  }

  .shop__title {
    margin-bottom: 0.5em;

    font-size: 34px;
  }

  .shop__top--autoheight .shop__title {
    margin-bottom: 0.3em;
  }

  .oneShop .oneShop__title {
    margin-bottom: 13px;

    font-size: 22px;
    line-height: 28px;
  }

  .shop__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 22px;

    font-size: 22px;
    line-height: 1.27;
  }

  .shop__row .big {
    font-size: 45px;
    line-height: 58px;
  }

  .row__item:not(:last-of-type) {
    margin-bottom: 5px;
  }

  .shop__row-address .row__item:not(:last-of-type) {
    margin-bottom: 19px;
  }

  .oneShop__top .shop__row {
    font-size: 17px;
    line-height: 22px;
  }

  .oneShop__top .shop__row .big {
    font-size: 30px;
    line-height: 39px;
  }

  .oneShop__bottom {
    margin-top: -91px;
  }

  .oneShop__contact {
    margin-bottom: 1em;

    font-size: 20px;
    line-height: 1.3;
  }

  .oneShop__contact-small {
    margin-top: 9px;
  }

  .oneShop__contacts {
    padding: 25px 11px 33px 22px;
  }

  .shopPage .workarea h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .oneShop__tour {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 200px;
    padding: 11px 16px 11px 65px;
    margin-top: 20px;

    background-color: #FFB224;
  }

  .oneShop__tour::after {
    left: 18px;
    top: 50%;

    width: 34px;
    height: 29px;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);
  }
}

@media all and (min-width: 768px) {
  .shop__top {
    text-align: center;
  }

  .shop__top.oneShop {
    text-align: left;
  }

  .shop__top.oneShop .shop__row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .shop__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -22px;
    margin-right: -22px;

    font-size: 24px;
    line-height: 1.29;
  }

  .shop__row-address {
    margin-left: -26px;
    margin-right: -26px;
  }

  .row__item {
    margin-left: 22px;
    margin-right: 22px;
  }

  .shop__row-address .row__item {
    margin-left: 26px;
    margin-right: 26px;
  }

  .oneShop__top .shop__row {
    font-size: 24px;
    line-height: 31px;
  }

  .oneShop__top .shop__row .big {
    font-size: 35px;
    line-height: 45px;
  }

  .shopPage .workarea h2 {
    margin-bottom: 22px;

    font-size: 32px;
    line-height: 41px;
  }

  .oneShop__contacts {
    padding: 35px 41px 42px 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .oneShop__contact {
    margin-bottom: 0.6em;

    font-size: 24px;
    line-height: 1.29;
  }

  .oneShop__contact-small {
    margin-top: 3px;
  }

  .oneShop__tour {
    padding-top: 68px;
    width: 115px;
    height: 115px;
  }

  .oneShop__tour::after {
    left: 50%;
    top: 17px;

    width: 59px;
    height: 51.15px;

    -webkit-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    transform: translateX(-50%);
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
  }

  .oneShop__tour::before {
    position: absolute;
    left: 50%;
    top: 0;

    width: 99px;
    height: 99px;

    border-radius: 50%;
    background-color: #FFB224;

    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .oneShop__tour > span {
    position: relative;
    z-index: 1;
  }

  .oneShop__tour:hover::after {
    -webkit-transform: translateX(-50%) rotateY(180deg);
    transform: translateX(-50%) rotateY(180deg);
  }
}

@media all and (min-width: 768px) and (max-width: 1319.9px) {
  .shop__top {
    padding: 92px 48px 66px;
  }

  .oneShop__top {
    padding: 39px 69px 68px;
    height: auto;
  }

  .oneShop {
    margin-bottom: 60px;
  }

  .oneShop:last-of-type {
    margin-bottom: 74px;
  }

  .shop__title {
    margin-bottom: 1em;

    font-size: 52px;
  }

  .oneShop .oneShop__title {
    margin-bottom: auto;

    font-size: 32px;
    line-height: 41px;
  }

  .shop__row {
    margin-bottom: 86px;
  }

  .shop__top--autoheight {
    padding-bottom: 80px;
  }

  .shop__top--autoheight .shop__title {
    margin-bottom: 0.2em;
  }

  .shop__row .big {
    font-size: 45px;
    line-height: 58px;
  }

  .oneShop__bottom {
    margin-top: -60px;
  }
}

@media all and (min-width: 1320px) {
  .shop__top {
    padding: 60px 60px 63px;
    margin-bottom: 60px;
  }

  .oneShop {
    margin-bottom: 80px;
  }

  .oneShop:last-of-type {
    margin-bottom: 116px;
  }

  .oneShop__top {
    padding: 39px 69px;
  }

  .shop__title {
    margin-bottom: 0.98em;

    font-size: 62px;
  }

  .oneShop .oneShop__title {
    margin-bottom: 1.11em;

    font-size: 45px;
    line-height: 1.29;
  }

  .shop__top--autoheight .shop__title {
    margin-bottom: 0.2em;
  }

  .shop__row {
    margin-bottom: 55px;
  }

  .shop__row .big {
    font-size: 75px;
    line-height: 97px;
  }

  .oneShop__map {
    height: 639px;
  }

  .oneShop__contacts {
    padding-right: 55px;
    height: 460px;
  }

  /* .shop__top.oneShop + .container-fluid .oneShop__contacts {
       height: 460px;
   }

   .shop__top.oneShop + .container-fluid .oneShop__bottom {
       margin-top: -460px;
   }*/

  .shop__top--autoheight {
    min-height: 440px;
  }

  .shop__top.oneShop .shop__row .big {
    font-size: 45px;
    line-height: 58px;
  }

  .shop__top.oneShop > .container-fluid,
  .oneShop__top {
    padding-right: 45%;
  }

  .oneShop__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: -460px;
    pointer-events: none;
  }

  .oneShop__gallery,
  .oneShop__place {
    pointer-events: auto;
  }

  .oneShop__gallery {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 52%;
    max-width: 801px;
  }

  .oneShop__gallery-row {
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-transform: translateY(calc(100% + 7em));
    -ms-transform: translateY(calc(100% + 7em));
    transform: translateY(calc(100% + 7em));
  }

  .oneShop__place {
    width: 42.7%;
    max-width: 703px;
    margin-left: 20px;
    position: relative;
    z-index: 2;
  }
}

@media all and (min-width: 1680px) {
  .gallery .slick-prev {
    left: -28px;
  }

  .gallery .slick-next {
    right: -28px;
  }
}


.text-image {
  font-weight: bold;
  line-height: 1;
  color: transparent;

  background: url(../img/content/technotile-image.jpg);
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-image-2015 {
  font-weight: bold;
  line-height: 1;
  color: transparent;

  background: url(../img/content/technotile-image-2015.jpg);
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sidebar__list {
  position: sticky;
  top: 67px;

  padding: 22px 30px;

  border: 1px solid #DCDCDC;
}

.big-text {
  text-align: center;
}

.historyRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.historyRow:not(:last-child) {
  margin-bottom: 30px;
}

.historyRow p {
  margin-bottom: 0;
}

.historyRow__item:last-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.historyRow__item:first-child {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 20px;
}

.historyRow__item.historyRow__item-big,
.historyRow__item-big + .historyRow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.historyRow__item.historyRow__item-big {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 3px;
  padding-right: 3px;
  margin-right: 12px;
}

.historySlider {
  position: relative;

  height: 208px;
  margin-bottom: 36px;
}

.historySlider-big {
  height: 361px;
}

.historySlider-medium {
  height: 270px;
  margin-bottom: 52px;
}

.historySlider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}

.historySlider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.historySlider .slick-list,
.historySlider .slick-track {
  height: 100%;
}

.historySlider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;

  width: 55px;
  height: 55px;

  font-size: 0;
  line-height: 0;
  color: transparent;

  border-radius: 50%;
  border: 1px solid white;
  background: #fff url("/local/templates/technotile/html/docs/img/svg/g-next.svg") center no-repeat;
  -webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
}

.historySlider .slick-arrow[aria-disabled="true"] {
  display: none !important;
}

.historySlider .slick-prev {
  left: 0;

  -webkit-transform: translateY(-50%) scale(-1, 1);
  -ms-transform: translateY(-50%) scale(-1, 1);
  transform: translateY(-50%) scale(-1, 1);
}

.historySlider .slick-next {
  right: 0;

  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.historySlider .slick-arrow:hover {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}

.historySlider .slick-arrow:focus {
  outline: none;
  border-color: #B3B3B3;
}

.title {
  margin-bottom: 0.7em;

  font-weight: bold;
  line-height: 1.3;
}

.features__item img {
  margin-bottom: 8px;
}

.deliveryMap__img {
  max-width: 100%;
}

.imageBg {
  position: relative;

  margin-top: 35px;
  margin-bottom: 10px;

  color: white;
}
.imageBg__img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;

  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.imageBg__text {
  position: relative;

  margin-bottom: 0;

  line-height: 1.29;
}

.imageBg__text::before {
  position: absolute;
  left: 0;
  top: 0;

  height: 100%;
  width: 3px;

  background-color: #FFB324;
  border-radius: 71px;
  content: '';
}

.rowBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}

.rowBlock__item {
  margin: 10px;
}

.infoAbout__item {
  background-color: #EFEFEF;
}

.infoAbout__img {
  height: auto;
}

.companyChar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.companyChar:not(:last-child) {
  margin-bottom: 9px;
}

.companyChar__title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 8.41em;
}

.companyChar__title::after {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: 1px dashed #E4E4E4;
  border-radius: 71px;
  content: '';
}

.companyChar__value {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;

  font-size: 20px;
  line-height: 26px;
}

.borderBlocks {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.borderBlocks__item {
  border: 1px solid #DCDCDC;
}

.borderBlocks__item p:last-child {
  margin-bottom: 0;
}

.yellowBlock {
  display: flex;

  background-color: #FFFDEA;
  border: 1px solid #DCDCDC;
}

.j-tab-body {
  display: none;
}

.workarea .yellowBlock__tabs > li {
  margin-bottom: 27px;
}

.workarea .yellowBlock__tabs > li,
.yellowBlock__body ol > li {
  position: static;

  padding-left: 0;
}

.yellowBlock__tabs > li {
  color: #4055C3;
}

.yellowBlock__tabs > li[aria-selected="true"] {
  color: #2D2E29;
  font-weight: bold;
}

.yellowBlock__tabs > li:hover {
  color: #2D2E29;
  cursor: pointer;
}

.workarea .yellowBlock__tabs > li:last-child,
.yellowBlock__body ol > li:last-child {
  margin-bottom: 0;
}

.yellowBlock__tabs > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.yellowBlock__tabs > li::before {
  margin-right: 0.3em;
  flex-shrink: 0;
}

.workarea .yellowBlock__tabs > li::before,
.yellowBlock__body ol > li::before {
  position: static;

  border-radius: 0;
  border: none;
  padding: 0;
  min-width: 0;

  font-size: inherit;
  color: inherit;

  content: counter(myCounter)'. ';
}

.yellowBlock__body .title {
  margin-left: 0.5em;
}

.j-toggle-button {
  position: relative;
  padding-right: 20px;
}
.j-toggle-button:after, .j-toggle-button:before {
  position: absolute;
  right: 0;
  top: 50%;
  width: 16px;
  height: 1px;
  background-color: #dcdcdc;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}

.j-toggle-button:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.j-toggle-button.active:after {
  transform: translateY(-50%) rotate(0deg);
}

@media all and (max-width: 1699.9px) {
  .text-image {
    margin-bottom: 30px;
    font-size: 19vw;
  }
}

@media all and (max-width: 1319.9px) {
  .sidebar__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    overflow-x: scroll;
    max-width: calc(100vw - 40px);
  }

  .sidebar-submenu__link:not(:last-child) {
    margin-right: 40px;
  }

  .sidebar-submenu__link::after {
    left: 50%;
    top: -22px;

    border-width: 15px 15px 0 15px;
    border-color: #FFB324 transparent transparent transparent;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .big-text {
    font-size: 30px;
    line-height: 38px;
  }

  .text-image-2015 {
    font-size: 11vw;
  }

  .title {
    font-size: 16px;
  }

  .features {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .section {
    margin-bottom: 30px;
  }

  .imageBg {
    padding: 30px 20px;
  }

  .imageBg__text {
    padding-left: 28px;

    font-size: 18px;
  }

  .imageBg h2 {
    margin-bottom: 1em;
  }

  .infoAbout__item {
    padding: 0 20px 20px;
  }

  .infoAbout__img {
    width: calc(100% + 40px);
    max-width: 576px;
    margin: 0 -20px 20px;
  }

  .borderBlocks__item {
    padding: 20px 30px;
  }

  .yellowBlock {
    border-bottom: none;
  }

  .yellowBlock .j-toggle-button {
    padding: 20px 50px 20px 30px;
    font-weight: bold;
  }
  .yellowBlock .j-toggle-button,
  .yellowBlock .j-toggle-body {
    border-bottom: 1px solid #dcdcdc;
  }

  .yellowBlock .j-toggle-button::before,
  .yellowBlock .j-toggle-button::after {
    right: 30px;
  }

  .yellowBlock .j-toggle-body {
    padding: 20px 30px;
  }

  .yellowBlock__tabs,
  .yellowBlock__body .title {
    display: none;
  }

  .yellowBlock__body {
    width: 100%;
  }
}

@media all and (max-width: 499px) {
  .companyChar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .companyChar:not(:last-child) {
    margin-bottom: 16px;
  }

  .companyChar__title::after {
    display: none;
  }
}

@media all and (min-width: 1320px) {
  .sidebar-submenu__link:not(:last-child) {
    margin-bottom: 20px;
  }

  .sidebar-submenu__link::after {
    left: -30px;
    top: -10px;

    border-width: 22px 0 22px 22px;
    border-color: transparent transparent transparent #FFB324;
  }

  .sidebar-submenu__link:not(.active):hover::after {
    opacity: 0.5;
  }

  .big-text {
    font-size: 44px;
    line-height: 57px;
  }

  .text-image-2015 {
    font-size: 13vw;
  }

  .title {
    font-size: 20px;
  }

  .features {
    margin-top: 47px;
    margin-bottom: -9px;
  }

  .section {
    margin-bottom: 52px;
  }

  .deliveryMap {
    position: relative;

    height: 17vw;
  }

  .deliveryMap__img {
    position: absolute;
    top: -30px;
    bottom: -70px;
    z-index: -1;
    left: 0;

    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .imageBg {
    padding: 55px 19% 104px 40px;
  }

  .imageBg__text {
    padding-left: 35px;

    font-size: 24px;
  }

  .imageBg h2 {
    margin-bottom: 2em;
  }

  .rowBlock__item {
    width: calc(50% - 20px);
    padding-right: 30px;
  }

  .infoAbout__item {
    position: relative;

    padding-top: 297px;
    padding-left: 30px;
    padding-bottom: 36px;

    background-color: #EFEFEF;
  }

  .infoAbout__img {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 273px;

    object-fit: cover;
  }

  .borderBlocks__item {
    padding-top: 25px;
    padding-left: 30px;
    padding-bottom: 40px;
  }

  .yellowBlock {
    padding: 19px 6px 27px 18px;
  }

  .yellowBlock__tabs,
  .yellowBlock__body {
    max-height: 47em;
    overflow-y: scroll;
    scrollbar-color: #DCDCDC #DCDCDC;
    scrollbar-width: thin;
  }

  .yellowBlock__body {
    padding-right: 39px;
    flex-grow: 1;
    margin-left: 19px;
  }

  .yellowBlock__tabs::-webkit-scrollbar,
  .yellowBlock__body::-webkit-scrollbar {
    width: 2px;
    background-color: transparent;
  }

  .yellowBlock__tabs::-webkit-scrollbar-thumb,
  .yellowBlock__body::-webkit-scrollbar-thumb {
    background-color: #DCDCDC;
  }

  .yellowBlock__tabs::-webkit-scrollbar-thumb:hover,
  .yellowBlock__body::-webkit-scrollbar-thumb:hover {
    background-color: #ACACAC;
  }

  .yellowBlock__tabs {
    width: 226px;
    flex-shrink: 0;
  }

  .yellowBlock .j-toggle-button {
    display: none;
  }
}

@media all and (min-width: 1440px) {
  .rowBlock__item {
    padding-right: 16.5%;
  }
}

@media all and (min-width: 1700px) {
  .text-image {
    margin-bottom: 44px;

    font-size: 365px;
  }

  .text-image-2015 {
    font-size: 186px;
  }
}

/*
.product-item[data-width="20"] .product-img img {
  width: 50%;
}

.product-item[data-width="30"] .product-img img {
  width: 60%;
}

.product-item[data-width="40"] .product-img img {
  width: 70%;
}

.product-item[data-width="45"] .product-img img {
  width: 75%;
}

.product-item[data-width="50"] .product-img img {
  width: 80%;
}

.product-item[data-width="60"] .product-img img {
  width: 85%;
}

.product-item[data-width="80"] .product-img img {
  width: 90%;
}

.product-item[data-width="90"] .product-img img {
  width: 95%;
}

.product-item[data-width="120"] .product-img img {
  width: 120%;
  max-width: 120%;
}
*/


.product-item[data-width="20"] .product-img img {
  height: 30%;
}

.product-item[data-width="30"] .product-img img {
  height: 45%;
}

.product-item[data-width="40"] .product-img img {
  height: 50%;
}

.product-item[data-width="45"] .product-img img {
  height: 55%;
}

.product-item[data-width="50"] .product-img img {
  height: 60%;
}

.product-item[data-width="60"] .product-img img {
  height: 70%;
}

.product-item[data-width="80"] .product-img img {
  height: 80%;
}

.product-item[data-width="90"] .product-img img {
  height: 90%;
}

.product-item[data-width="120"] .product-img img {
  height: 100%;
}

.product-item[data-height="20"] .product-img img {
  max-width: 70%;
}

.product-img img {
  width: auto;
  max-width: none;
}

.tile-photo__inner {
  position: relative;
  padding: 50px;
  width: fit-content !important;
}

.tile-photo__inner .size {
  position: absolute;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tile-photo__inner .size::before,
.tile-photo__inner .size::after {
  position: absolute;

  width: 12px;
  height: 9px;

  background: url("/local/templates/technotile/html/docs/img/svg/size-arrow.svg") no-repeat;
  background-size: contain;

  content: '';
}

.tile-photo__inner .size-width {
  left: 50px;
  top: 0;

  width: calc(100% - 100px);
  height: 50px;
  padding-left: 12px;

  background-image: -o-linear-gradient(top, transparent 0%, transparent 12px, #dddddd 12px, #dddddd 13px, transparent 13px, transparent 100%);
  background-image: linear-gradient(to bottom, transparent 0%, transparent 12px, #dddddd 12px, #dddddd 13px, transparent 13px, transparent 100%);
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.tile-photo__inner .size-width::before,
.tile-photo__inner .size-width::after {
  top: 8px;
}

.tile-photo__inner .size-width::before {
  left: 0;

  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.tile-photo__inner .size-width::after {
  right: 0;
}

.tile-photo__inner .size-height {
  top: 50px;
  left: 0;

  height: calc(100% - 100px);
  width: 50px;
  padding-top: 12px;

  background-image: -o-linear-gradient(left, transparent 0%, transparent 12px, #dddddd 12px, #dddddd 13px, transparent 13px, transparent 100%);

  background-image: linear-gradient(to right, transparent 0%, transparent 12px, #dddddd 12px, #dddddd 13px, transparent 13px, transparent 100%);
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.tile-photo__inner .size-height::before,
.tile-photo__inner .size-height::after {
  left: 6px;
}

.tile-photo__inner .size-height::before {
  top: 0;

  -webkit-transform: rotate(275deg);

  -ms-transform: rotate(275deg);

  transform: rotate(275deg);
}

.tile-photo__inner .size-height::after {
  bottom: 0;

  -webkit-transform: rotate(90deg);

  -ms-transform: rotate(90deg);

  transform: rotate(90deg);
}

.size__value {
  font-size: 12px;

  background-color: white;
}

.size-height .size__value {
  padding: 8px 0;
}

.size-width .size__value {
  padding: 0 8px;
}

.size__number {
  font-size: 18px;
}

.tile-photo__wrap picture img {
  margin: 0 !important;
}

div.tile-photo__inner {
  max-height: 100%;
  height: calc(100% - 50px);
  width: calc(100% - 50px);
  margin: auto;
}

.tile-photo__wrap picture img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

div.tile-photo-slider__item.slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

div.tile-photo-slider__item.slick-slide,
.tile-photo__wrap--new .slider-nav-thumbnails {
  height: 577px;
}

.slider-nav-thumbnails.slick-vertical .slick-track {
  flex-direction: column;
}
.slider-nav-thumbnails.slick-vertical .slick-list:first-child {
  display: flex;
  align-items: center;
}
.slider-nav-thumbnails .slick-slide {
  margin: 5px 0;
}

.slider-nav-thumbnails .slick-arrow {
  width: 22px;
  height: 36px;

  font-size: 0;
  line-height: 0;
  color: transparent;

  background: url(../img/svg/t-next.svg) no-repeat center;
  background-size: 70%;
  border: none;
}

.slider-nav-thumbnails .slick-arrow.slick-disabled {
  opacity: 0.6;
  pointer-events: none;
}

.slider-nav-thumbnails .slick-prev {
  margin-left: 31px;
  transform: rotate(-90deg);
}
.slider-nav-thumbnails .slick-next {
  margin-left: 31px;
  transform: rotate(90deg);
}
.size__number {
  white-space: nowrap;
}
@media (max-width: 905px) {
  .tile-photo__wrap--new .slider-nav-thumbnails {
    height: auto;
  }
  .slider-nav-thumbnails__item {
    width: 100%;
  }

  .slider-nav-thumbnails .slick-slide {
    margin: 0 5px;
  }

  .slider-nav-thumbnails .slick-arrow {
    flex-shrink: 0;
    align-self: center;

    background-size: 50%;
  }

  .slider-nav-thumbnails .slick-prev {
    margin-right: 10px;
    margin-left: 0;
    transform: rotate(180deg);
  }
  .slider-nav-thumbnails .slick-next {
    margin-left: 10px;
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  div.tile-photo__inner,
  div.tile-photo__wrap picture {
    width: auto;
  }

  .slick-initialized .slick-slide.tile-photo-slider__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 600px) {
  .slider-nav-thumbnails__item {
    height: 60px;
  }
}
@media screen and (max-width: 450px) {
  .slider-nav-thumbnails__item {
    height: 40px;
  }
}
.product-inner,
.res-table tbody tr{
  transform: translate(0, 0);
}

.availBlock {
  position: fixed;
  left: 10px;
  right: 10px;
  /* top: 100%;*/
  z-index: -1;

  font-size: 14px;
  font-weight: normal;

  padding: 18px 10px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  background-color: white;
  opacity: 0;
  pointer-events: none;
}

.product-list .availBlock {

}

.availBlock__title {
  display: block;
  margin-bottom: 1.5em;
  font-weight: bold;
}

.availBlock__list {
  font-size: 0.9em;
}

.workarea .availBlock__list {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  /* gap: 6px; */
}

.workarea .availBlock__list li {
  padding-left: 0;
  margin: 0;
}

.workarea .availBlock__list li:before {
  display: none;
}

.availBlock__list li {
  display: flex;
  align-items: baseline;
}

.availBlock__name {
  display: flex;
  align-items: baseline;
  flex-grow: 1;
}

.availBlock__name::after {
  display: block;
  flex-grow: 1;
  height: 100%;

  border-bottom: 1px dotted currentColor;
  content: '';
}

.availBlock__value {
  font-weight: bold;
}

.availBlock__value::after {
  display: inline-block;
  margin-left: 5px;
  width: 5px;
  height: 9px;
  border-right: 1px solid #62C340;
  border-bottom: 1px solid #62C340;
  transform: rotate(45deg);
  content: '';
}

.j-availability {
  padding-bottom: 20px;
  z-index: 10;
}

.in_availability {
  cursor: pointer;
}

.j-availability:hover .availBlock {
  z-index: 10;
  opacity: 1;
  pointer-events: auto;
}

.res-table .availBlock {
  right: auto;
  left: auto;
  bottom: 10px;
  width: 200px;

  transform: translateX(25px);
}

.res-table .j-availability {
  padding-right: 25px;
  padding-bottom: 0;
}

@media (max-width: 992px) {
  .res-table .search-icons .v_nalichii, .res-table .search-icons .out-of-production {
    top: 133px;
  }

  .res-table .search-product-img {
    margin-bottom: 20px;
  }
  .res-table .availBlock {
    right: 50px;
    left: auto;
  }

}


iframe {
  margin-top: -60px;
}

@media (min-width: 1600px) {
  /* .tile-photo__inner {
       width: 750px;
       height: 750px;
   }*/

  div.tile-photo-slider__item.slick-slide {
    height: 750px;
  }
}
/*стили для иконки пользователя*/
.page-header__cabinet {
  display: flex;
  align-items: center;
}
.page-header__cabinet .top-select-links__icon {
  background: url(../img/svg/user-icon.svg) center no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 6px;
}

.page-header__cabinet:hover .top-select-links__icon {
  background: url(../img/svg/user-icon-h.svg) center no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 6px;
}

.section--contacts {
  padding-top: 30px;
  padding-bottom: 40px;
}

.section--contacts h2,
.section--contacts .h2 {
  margin-bottom: 1.25em;

  font-weight: 700;
  font-size: 24px;
  line-height: 1.29;
}

.contactsTop__aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 32px;
  padding: 24px 20px;

  border: 1px solid #D6D6D6;
  border-radius: 3px;
}

.contactsTop__aside h3 {
  margin-bottom: 0.92em;

  font-weight: 400;
  font-size: 24px;
  line-height: 1.08;
  color: #F3A615;
}

.contact {
  position: relative;
  padding-left: 42px;
  margin-bottom: 10px;

  font-size: 16px;
  line-height: 24px;
  color: #292D32;
}

.contact::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;

  width: 22px;
  height: 22px;

  background-size: contain;
  background-repeat: no-repeat;
}

.contact---phone::before {
  background-image: url("/local/templates/technotile/html/docs/img/svg/phone-yellow.svg");
}
.contact---email::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='19' viewBox='0 0 20 19' fill='none' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.77679 8.00112C1.77679 5.50112 3.23394 4.42969 5.41965 4.42969H12.7054C14.8911 4.42969 16.3482 5.50112 16.3482 8.00112V13.0011C16.3482 15.5011 14.8911 16.5725 12.7054 16.5725H5.41965' stroke='%23ffb324' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round' style=' stroke: %23ffb324;%0A'%3E%3C/path%3E%3Cpath d='M13.1103 8.47656L10.5765 9.77596C9.06269 10.5004 9.06269 10.5004 7.54079 9.77596L5.01508 8.47656' stroke='%23ffb324' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round' style=' stroke: %23ffb324;%0A'%3E%3C/path%3E%3Cpath d='M0.966248 14.1445H5.01387' stroke='%23ffb324' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round' style=' stroke: %23ffb324;%0A'%3E%3C/path%3E%3Cpath d='M0.966248 10.9062H2.5853' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round' stroke='%23ffb324'%3E%3C/path%3E%3C/svg%3E");
}
.contact---point::before {
  background-image: url("/local/templates/technotile/html/docs/img/svg/point-yellow.svg");
}
.contact---time::before {
  background-image: url("/local/templates/technotile/html/docs/img/svg/clock-yellow.svg");
}

.contactsTop .days {
  margin-top: 18px;
}

.contactsTop .days__item  {
  width: 17px;
  height: 2px;
  margin: 0 7px 0 0;

  background-color: #D6D6D6;
}

.contactsTop .days__item.active {
  background-color: #000000;
}

.contactsTop__main h3 {
  margin-bottom: 12px;

  font-weight: 700;
  font-size: 18px;
  line-height: 1.28;
  color: #292D32;
}

.contactsTop__row {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 24px);
  margin-right: -24px;
}

.contactLined {
  display: flex;
  flex-direction: column;
  padding-left: 18px;

  font-size: 20px;
  line-height: 1.2;

  border-left: 2px solid #FFB324;
}

.contactsTop__row .contactLined {
  width: calc(33.33% - 24px);
  min-width: 230px;
  margin-right: 24px;
  margin-bottom: 24px;
}

.contactLined__title {
  margin-bottom: 4px;

  font-size: 16px;
  line-height: 1.5;
  color: #9D9D9D;
}

.contact a,
.contactLined a {
  color: inherit;
  text-decoration: none;
}

@media (hover: hover) {
  .contact a:hover,
  .contactLined a:hover {
    color: inherit;
    text-decoration: underline;
  }
}

@media (min-width: 1200px) {
  .contactsTop {
    display: flex;
    justify-content: space-between;
  }

  .contactsTop__aside {
    width: 23%;
    padding: 33px 21px 41px 39px;
    margin-bottom: 0;
  }

  .contactsTop__main {
    width: 73%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .contactsTop__row .contactLined {
    margin-bottom: 0;
  }
}

.tabs {
  display: flex;
}

.contactTabs {
  margin-bottom: 35px;
}

.contactTabs .tabs__button {
  position: relative;

  display: none;
  padding: 14px 50px;
  margin-right: 3px;
  min-width: 171px;
  height: 52px;

  font-size: 18px;
  line-height: 23px;
  color: #292D32;

  border: none;
  background-color: #F5F5F5;
  border-radius: 3px;

  cursor: pointer;
  transition: all 250ms ease;
}

.contactTabs .tabs__button[aria-selected="true"] {
  background-color: #FFB324;
  color: white;
}

@media (hover: hover) {
  .contactTabs .tabs__button:not([aria-selected="true"]):hover {
    background-color: #E5E5E5;
  }
}

.contactTabs .tabs__button::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;

  width: 0;
  height: 0;

  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #FFB324 transparent transparent transparent;
  opacity: 0;

  transform: translate(-50%, 100%);
  transition: opacity 250ms ease;
}

.contactTabs .tabs__button[aria-selected="true"]::after {
  opacity: 1;
}

.tabSelect {
  width: 100%;
  max-width: 320px;
  height: 52px;
  padding: 14px;

  font-size: 18px;
  line-height: 23px;
  color: #424242;

  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #FFB324;
  border-radius: 2px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='6' viewBox='0 0 9 6' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.39148 4.80515C3.39581 4.80964 3.40019 4.8141 3.40462 4.81853C3.79514 5.20905 4.42831 5.20905 4.81883 4.81853L7.92976 1.70759C8.32029 1.31707 8.32029 0.683906 7.92976 0.293381C7.53924 -0.0971428 6.90607 -0.0971428 6.51555 0.293381L4.11185 2.69709L1.70765 0.292893C1.31713 -0.0976311 0.683963 -0.0976311 0.293439 0.292893C-0.097085 0.683417 -0.097085 1.31658 0.293439 1.70711L3.39148 4.80515Z' fill='%23F3A615'/%3E%3C/svg%3E") no-repeat;
  background-position: calc(100% - 22px) 50%;
  background-size: 9px 6px;
}

.showMore__body {
  overflow: hidden;
  transition: height 250ms ease;
}

.showMore__btn {
  padding: 0 14px 0 0;

  font-size: 14px;
  line-height: 22px;
  color: #F3A615;
  font-family: inherit;

  background-color: transparent;
  border: none;
}

.showMore__btn svg {
  width: 10px;
  height: 6px;

  fill: #DEDEDE;

  transition: all 250ms ease;
}
.showMore__btn .text-active,
.showMore__footer.active .text-default {
  display: none;
}

.showMore__footer.active .text-active {
  display: inline;
}

.showMore__footer.active .showMore__btn svg {
  transform: rotate(180deg);
}

@media (hover: hover) {
  .showMore__btn:hover svg {
    fill: #F3A615;
  }
}

.contactShop {
  padding: 20px 0 35px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.contactShop__name {
  margin-bottom: 20px;

  font-size: 28px;
  line-height: 36px;
}

.contactShop .contact__link {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #F3A615;
}

.contactShop__desc {
  margin-top: 10px;
  margin-bottom: 20px;

  font-size: 14px;
  line-height: 20px;
  color: #9D9D9D;
}

.routeLink {
  display: flex;
  align-items: center;

  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #292D32;

  transition: color 250ms ease;
}

.routeLink::after {
  content: '';

  display: block;
  width: 28px;
  height: 15px;
  margin-left: 14px;

  background: url("data:image/svg+xml,%3Csvg width='28' height='15' viewBox='0 0 28 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.7071 8.20711C28.0976 7.81658 28.0976 7.18342 27.7071 6.79289L21.3431 0.428932C20.9526 0.0384079 20.3195 0.0384079 19.9289 0.428932C19.5384 0.819456 19.5384 1.45262 19.9289 1.84315L25.5858 7.5L19.9289 13.1569C19.5384 13.5474 19.5384 14.1805 19.9289 14.5711C20.3195 14.9616 20.9526 14.9616 21.3431 14.5711L27.7071 8.20711ZM0 8.5H27V6.5H0V8.5Z' fill='%23FFB324'/%3E%3C/svg%3E") no-repeat center / contain;

  transform: translateY(1px);
}

@media (hover: hover) {
  .routeLink:hover {
    color: #F3A615;
  }
}

.contactShop__text {
  margin-bottom: 30px;
}

.contactShop__3d {
  position: relative;
  max-width: 600px;
  display: block;
}

.contactShop__3d picture {
  display: flex;
  height: 100%;
}

.contactShop__3d img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.contactShop__3d::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;

  width: 52px;
  height: 52px;

  background: url("/local/templates/technotile/html/docs/img/svg/3d.svg") no-repeat center / contain;

  transform: translate(-50%, -50%);
}

.contactShop__slide {
  font-size: 0;
  line-height: 0;
}

.contactShop__slide img {
  display: block;
  width: 100%;
  max-height: 450px;
  object-fit: cover;
}

.contactShop__slider .slick-arrow {
  width: 42px;
  height: 42px;
  padding: 16px;

  border-radius: 50%;
  background-color: #F5F5F5;
  border: none;

  transition: background-color 250ms ease;
}

.contactShop__slider {
  position: relative;
  z-index: 1;
}

.contactShop__slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;

  transform: translateY(-50%);
}

.contactShop__slider .slick-arrow svg {
  width: 7px;
  height: 10px;
  fill: #D6D6D6;
  vertical-align: top;

  transition: fill 250ms ease;
}

@media (hover: hover) {
  .contactShop__slider .slick-arrow:hover {
    background-color: #FFB324;
  }
  .contactShop__slider .slick-arrow:hover svg {
    fill: white;
  }
}

.contactShop__slider .slick-prev {
  left: -21px;
}
.contactShop__slider .slick-prev svg {
  transform: scale(-1,1);
}

.contactShop__slider .slick-next {
  right: -21px;
}

@media (min-width: 992px) {
  .contactTabs .tabs__button {
    display: block;
  }

  .tabSelect, .contactShop .contact__link {
    display: none;
  }

  .contactTabs {
    margin-bottom: 52px;
  }

  .contactShop {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 68px;

    border: none;
  }

  .contactShop__text {
    width: 40.8%;
    margin-bottom: 0;
    padding-top: 20px;

    border-top: 1px solid #e6e6e6;
  }

  .contactShop__interactive {
    display: flex;
    width: 56.23%;
  }

  .contactShop__3d,
  .contactShop__slider {
    width: 33%;
    flex-shrink: 0;
  }

  .contactShop__map {
    display: flex;
    flex-grow: 1;
    min-height: 335px;
  }

  .contactShop__map .map {
    width: 100%;
  }

  .contactShop__slider .slick-slider,
  .contactShop__slider .slick-list,
  .contactShop__slider .slick-track,
  .contactShop__slide img {
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .contactShop__text {
    padding-top: 35px;
  }
}

.phone-big {
  white-space: nowrap;
}

.popup iframe {
  margin-top: 0px;
}

.phone-email {
  margin-bottom: 10px;
  margin-top: 5px;
}

.phone-email::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 32px;
  background: url(../img/svg/mail.svg) no-repeat;
  position: absolute;
  left: 32px;
  top: 35px;
  background-position: right;
}

@media screen and (max-width: 1400px) {
  .phone-email:before {
    left: 35px;
    top: 21px;
  }
}

@media screen and (max-width: 1024px) {
  .phone-email:before {
    width: 28px;
    height: 28px;
    left: 12px;
    top: 15px;
  }
}
@media screen and (max-width: 600px) {
  .phone-email:before {
    display: none;
  }
}
.phone-big.phone-email {
  position: relative;
  margin-bottom: 12px;
  margin-top: 10px;
}
.phone-big.phone-email a {
  font-size: 19px;
  color: #808080;
  text-decoration: underline;
}

.phone-big.phone-email::before {
  left: -35px;
  top: 0;
}

