* {
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --header-bg-color: #c72222; /*#af2323;*/ /*#205489;*/
  --main-bg-color: #d52222; /*#1561af;*/
  --main-hover-color: #ff1f1f;
}

body, html {
  height: 100%;
  margin: 0;
  padding: 0;
}

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

body {
  font: 16px/23px 'PT Sans', Arial, sans-serif;
  height: 100%;
  color: #282828;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

.layout {
  position: relative;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1240px;
}

.layout-fluid {
  position: relative;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.layout__table {
  display: table;
  margin: 0;
  padding: 0;
  min-width: 100%;
}

.row:after, .clr:after, .layout:after, .layout-fluid:after, .section:after, nav:after {
  display: block;
  clear: both;
  content: '';
}

.body-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: #0b0b0b;
  opacity: .8;
}

.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}

/* Style */
a, .link {
  color: var(--header-bg-color);
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a:hover, .link:hover, a:hover h2 {
  color: var(--main-hover-color);
}

.cursor-pointer {
  cursor: pointer;
}

.dashed {
  border-bottom: 1px dashed;
}

hr {
  margin: 0;
  border: 1px solid #ececec;
  border-width: 1px 0 0;
}

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

.ul-style li, .ol-style li {
  position: relative;
  text-align: left;
  margin-bottom: 14px;
  margin-left: 18px;
}

.ul-style li:last-child, .ol-style li:last-child {
  margin-bottom: 0;
}

.ul-style_default {
  list-style-type: disc;
}

.ol-style_default {
  list-style-type: decimal;
}

.ul-style_check li {
  margin-left: 25px;
}

.ul-style_check li:before {
  content: "\f00c";
  position: absolute;
  font-size: 16px;
  top: -1px;
  left: -25px;
  color: #da2118;
  text-shadow: 2px 1px 0 rgba(255, 255, 255, 0.54), 4px 2px 0 rgba(72, 99, 74, 0.15);
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
}

.ul-style_red li::marker {
  color: #ce0e0e;
}

.ol-style_custom {
  counter-reset: list;
}

.ol-style_custom li {
  padding-left: 37px;
  margin-bottom: 20px !important;
}

.ol-style_custom li:before {
  content: counter(list)".";
  counter-increment: list;
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 22px;
  font-weight: bold;
  color: #2ca23a;
}

.ol-style_custom-compact {
  counter-reset: list;
}

.ol-style_custom-compact li {
  padding-left: 26px;
  margin-left: 0;
  margin-bottom: 12px !important;
}

.ol-style_custom-compact li:before {
  content: counter(list)".";
  counter-increment: list;
  position: absolute;
  left: 0;
  font-size: 18px;
  font-weight: bold;
  color: #2ca23a;
}

.ol-style_orange li:before {
  color: #ff683b;
}

.ol-style_red li:before {
  color: #ce0e0e;
}

.ul-style_2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.list-icon li {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin-bottom: 14px;
}

.list-icon_middle li {
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.list-icon__icon {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  margin-right: 15px;
}

.list-icon li:last-child {
  margin-bottom: 0;
}

.item-check {
  position: relative;
  padding-left: 60px;
}

.item-check:before {
  content: '';
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  background: url('../img/icon-check.png') no-repeat;
  background-size: cover;
}

.wide {
  width: 100%;
}

img {
  font: 0/0 a;
  border: 0;
}

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

.img-popup:hover {
  cursor: pointer;
  opacity: .7;
  border-color: #decaca;
}

.img-border {
  padding: 10px;
  background: #fff;
  border: 1px solid #ececec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.img-left {
  float: left;
  margin: 0 20px 20px 0;
}

.img-right {
  float: right;
  margin: 0 0 20px 20px;
}

.img-desc {
  width: 190px;
  padding: 4px;
  background: #fff;
  border: 1px solid #dfe1e7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.img-desc_left {
  float: left;
  margin: 0 20px 20px 0;
}

.img-desc_right {
  float: right;
  margin: 0 0 20px 20px;
}

.banner-responsive img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

iframe {
  border: 0;
}

.image-link {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  height: 270px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.image-link.is-darken-hover:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.08);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 0;
  z-index: 2;
}

.image-link.is-darken-hover:hover:after {
  opacity: 1;
}

.image-link.is-rounded-xl {
  border-radius: 20px;
  overflow: hidden;
}

.image-link__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-link__cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.image-link__cover img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-link__image {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
}

.image-link__image img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.image-link__image .button {
  opacity: 0;
  z-index: 5;
}

.image-link:hover .image-link__image .button {
  opacity: 1;
}

.image-link__content {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  width: 100%;
  padding: 30px;
}

.image-link__content .is-darken {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(29, 29, 33, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(29, 29, 33, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(29, 29, 33, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1d1d21a6', GradientType=0);
}

.image-link_title .image-link__content {
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  padding: 0 0;
}

.image-link_title .image-link__text {
  width: 100%;
  background: #333333;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  padding: 10px;
}

.image-cover, .image-contain {
  position: relative;
  height: 200px;
}

.image-cover_small, .image-contain_small {
  height: 120px;
}

.image-cover_large {
  height: 260px;
}

.image-cover img, .image-contain img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-contain img {
  -o-object-fit: contain;
  object-fit: contain;
}

.image-title {
  font-weight: bold;
  margin: 10px 0 25px!important;
}

.image-more {
  position: relative;
  display: block;
}

.image-more__link {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(29, 29, 33, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(29, 29, 33, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(29, 29, 33, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1d1d21a6', GradientType=0);
}

.documents-list {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0 -1%;
}

.document-card {
  display: inline-block;
  vertical-align: top;
  width: 32.33333%;
  margin: 0 1% 35px 0;
}

.document-card__cover {
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
  padding: 10px;
  background: #fff;
  border: 1px solid #ececec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.document-card__cover img {
  display: block;
  height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.document-card__content {
  padding: 10px 10px 0;
}

.document-card__title {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  color: #282828;
}

.document-card__desc {
  font-size: 13px;
  color: #7e818a;
}

.document-card:hover {
  cursor: pointer;
}

.document-card:hover .document-card__cover img {
  opacity: .7;
  border-color: #decaca;
}

.document-card:hover .document-card__title {
  color: var(--main-hover-color);
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.overflow-hidden {
  overflow: hidden;
}

/* Background  */
.bg-red {
  background-color: #d52626!important;
}

.bg-grey {
  background-color: #f5f5f5!important;
}

/* Text */
p:first-child {
  margin-top: 0 !important;
}

.text-danger {
  color: #d41d1d!important;
}

.text-red {
  color: #cc1313!important;
}

.text-blue {
  color: #1363c2!important;
}

.text-green {
  color: #389443!important;
}

.text-orange {
  color: #ff683b!important;
}

.text-white {
  color: #fff!important;
}

.text-black {
  color: #282828!important;
}

.text-pink {
  color: #cf1a70!important;
}

.text-strong {
  font-weight: bold;
}

.text-normal {
  font-weight: normal;
}

.text-italic {
  font-style: italic;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-nowrap {
  white-space: nowrap;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

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

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

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

.justify-content-center {
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}

.text-small {
  font-size: 15px;
  line-height: 20px;
}

.text-big {
  font-size: 17px;
  line-height: 26px;
}

.text-xl {
  font-size: 22px;
  line-height: 26px;
}

.text-value {
  font-size: 46px;
  font-weight: bold;
}

.text-border {
  overflow: hidden;
  margin: 5px 0;
  font-size: 14px;
}

.text-border:before, .text-border:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  height: 1px;
  background: #D9D9D9;
  margin: 0 10px;
}

.text-border:before {
  margin-left: -100%;
}

.text-border:after {
  margin-right: -100%;
}

.text-border_center {
  text-align: center;
}

.text-border_right {
  text-align: right;
}

.text-block-border {
  font-size: 24px;
  line-height: 29px;
  color: #d31f24;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  border: 4px solid #d31f24;
}

.text-block-border2 {
  padding: 10px;
  border: 3px solid #4753be;
}

.text-info-border {
  padding: 20px;
  border: 3px solid #f52e37;
}

.text-info-border_blue {
  border-color: #4753be;
}

.text-info {
  position: relative;
  padding: 20px;
  overflow: hidden;
  background: #f1ece2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 1;
}

.text-info:before {
  content: '\f071';
  position: absolute;
  font-size: 50px;
  line-height: 1;
  bottom: 10px;
  right: 10px;
  color: #d6d1c5;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  transition: all .2s;
  font-weight: 900;
  z-index: -1;
}

.text-info_default:before {
  content: none;
}

.text-block {
  position: relative;
  padding: 20px;
  overflow: hidden;
  background: #ececec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 1;
}

.text-block a {
  color: #282828;
}

.text-block_red {
  background: #fef6f9;
}

.text-block_blue {
  background: #e6edfb;
}

.text-block_orange {
  background: #ffe8c5; /*#fbede6;*/
}

/* text promo */
.text-promo__title, .text-promo__subtitle {
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
  text-transform: uppercase;
}

.text-promo__title span {
  color: #1e8246;
}

.text-promo__subtitle {
  font-weight: normal;
}

.text-promo__desc {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}

@media (max-width: 767px) {
  .text-promo__title, .text-promo__subtitle, .text-promo__desc, .text-promo__button {
    text-align: center;
  }
  .text-promo__button .button {
    width: 100%;
  }
}

/* block counter */
.block-counter {
  counter-reset: heading;
}

.block-counter-h2 {
  counter-reset: heading2;
}

.block-counter-h4 {
  counter-reset: heading4;
}

.block-counter-h2 h2, .block-counter-h4 h4 {
  color: #b12a2f;
}

.block-counter h3:before {
  content: counter(heading)".";
  counter-increment: heading;
  margin-right: 10px;
  font-size: 24px;
}

.block-counter-h2 h2:before {
  content: counter(heading2)".";
  counter-increment: heading2;
  margin-right: 10px;
  font-size: 24px;
  color: #b12a2f;
}

.block-counter-h4 h4:before {
  content: counter(heading4)".";
  counter-increment: heading4;
  margin-right: 10px;
  font-size: 20px;
}

/* Icon */
.icon {
  display: inline-block;
  vertical-align: top;
}

.fa-caret-down, .fa-caret-up {
  font-size: 13px;
}

.sticker {
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #eee;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.sticker img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  padding: 4px;
}

.sticker__notice {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 5px;
  font-size: 12px;
  line-height: 25px;
  white-space: nowrap;
  text-align: center;
  background: rgba(46, 51, 71, 0.7607843137254902);
  color: #fff;
  padding: 0 8px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  z-index: 7;
}

.sticker__notice:before {
  content: '';
  position: absolute;
  left: 14px;
  top: -12px;
  border: 6px solid transparent;
  border-bottom: 6px solid rgba(46, 51, 71, 0.7607843137254902);
}

.sticker:hover .sticker__notice {
  display: block;
}

/* Form */
button, input, optgroup, select, textarea {
  position: relative;
  color: inherit;
  font: inherit;
  margin: 0;
  border: 0;
  outline: none;
}

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

label {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  font-size: 14px;
  color: #434343;
}

.input, .textarea, .select {
  display: block;
  width: 100%;
  font-size: 16px;
  background: #edeef1;
  border-bottom: 1px solid #dadde6;
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.input, .select {
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
}

.input_without-border {
  border-color: transparent;
}

.input_radius {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.textarea {
  padding: 5px 10px;
  resize: none;
  min-height: 70px;
}

.select {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #b7b8b9;
}

::-moz-placeholder {
  color: #b7b8b9;
}

:-moz-placeholder {
  color: #b7b8b9;
}

:-ms-input-placeholder {
  color: #b7b8b9;
}

.input.error {
  background: #ff9b9b;
}

.input.error::-webkit-input-placeholder, .form-block__cell_error .input::-webkit-input-placeholder {
  color: #ff7d7d;
}

.input.error::-moz-placeholder, .form-block__cell_error .input::-moz-placeholder {
  color: #ff7d7d;
}

.input.error:-moz-placeholder, .form-block__cell_error .input:-moz-placeholder {
  color: #ff7d7d;
}

.input.error:-ms-input-placeholder, .form-block__cell_error .input:-ms-input-placeholder {
  color: #ff7d7d;
}

.form__success, .form__notice {
  display: none;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.form__success {
  background: #2fa762;
}

.form__notice {
  /*padding: 5px 15px;*/
  margin-top: 5px;
  background: #de6a6a;
}

.form__title {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c9cbd6;
}

.form-block {
  display: block;
}

.form-block .label {
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 5px;
}

.form-block .hint {
  display: inline-block;
  margin-top: 5px;
  font-size: 13px;
  line-height: 16px;
  color: #777777;
}

.form-block__row {
  margin-bottom: 20px;
}

.form-block__row:last-child {
  margin-bottom: 0;
}

.form-block__row_inline {
  font-size: 0;
  margin-left: -15px;
  margin-right: -15px;
}

.form-block__cell {
  position: relative;
  margin-top: 15px;
}

.form-block__cell.hide {
  display: none;
}

.form-block__cell:first-child {
  margin-top: 0;
}

.form-block__cell_center {
  text-align: center;
}

.form-block__row_inline .form-block__cell {
  display: inline-block;
  vertical-align: bottom;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.form-block .row {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
}

/* .form-block .row .form-block__cell {
  margin-top: 0;
} */
.form-block__cell_inline .input {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.form-block__cell_inline .input+.label {
  vertical-align: middle;
  margin: 0 0 0 10px;
}

.form-block_white .input, .form-block_white .input-text, .form-block_white .textarea, .form-block_white .select {
  background: #fff;
}

.form-block_white .input.error {
  -webkit-box-shadow: inset 0 0 0 1px rgb(255 155 155);
  -moz-box-shadow: inset 0 0 0 1px rgb(255 155 155);
  box-shadow: inset 0 0 0 1px rgb(255 155 155);
  border-bottom-color: transparent;
}

.form-block_white .input[disabled] {
  background: #f3f3f3;
}

.form-block__cell_error label {
  color: #db3737;
}

.form-block__cell_error input {
  border-color: #ff7e7e !important;
  background: #ffebeb !important;
}

.form-block__cell_hidden {
  display: none !important;
}

.block-agreement {
  margin-top: 10px;
  font-size: 13px;
  line-height: 16px;
  color: #999;
}

.block-agreement_center {
  text-align: center;
}

.registration-form {
  max-width: 450px;
  padding: 20px 25px;
  background: #edf0f3;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.forgot-password-link {
  float: right;
  font-size: 14px;
}

/* Change count */
.change-count {
  position: relative;
}

.change-count input {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  padding: 0 20px 0 5px;
  height: 41px;
  line-height: 41px;
  background: #dfe1e7;
}

.change-count__button {
  position: absolute;
  right: 7px;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
}

.change-count__button i {
  font-size: 18px;
  color: #a0a3ad;
}

.change-count__button:hover i {
  color: #c32131;
}

.change-count__button_minus {
  bottom: 2px;
}

.change-count__button_plus {
  top: 2px;
}

/* Checkbox */
.checkbox {
  position: relative;
}

.checkbox__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.checkbox__custom {
  position: relative;
  float: left;
  cursor: pointer;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #BABABA;
  background: #fff;
}

.checkbox__label {
  position: relative;
  display: block;
  line-height: 18px;
  padding-left: 25px;
  cursor: pointer;
}

.checkbox__input:checked+.checkbox__custom:before {
  content: '\f00c';
  position: absolute;
  font-size: 12px;
  line-height: 1;
  top: 50%;
  left: 2px;
  color: #fff;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  transition: all .2s;
  font-weight: 900;
}

.checkbox__input:checked+.checkbox__custom {
  background: var(--main-bg-color);
  border-color: transparent;
}

.checkbox_radio .checkbox__custom, .checkbox_radio .checkbox__input:checked+.checkbox__custom:before {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.checkbox-disabled {
  opacity: .5;
}

.checkbox-list .checkbox {
  margin-right: 15px;
}

/* Table */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table th [class*="col-"], table td [class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table {
  width: 100%;
  border: 1px solid #e8e8e8;
}

.table-bordered th {
  border: 1px solid #3a44a0;
}

.table-bordered td {
  border: 1px solid #dadada;
}

.table-bordered .td-blue {
  border-color: #a9aedc;
}

.table-bordered .td-green {
  border-color: #9dcaae;
}

.table-margin {
  margin-bottom: 45px;
}

.table td, .table th {
  padding: 10px 20px;
  background: #fff;
  vertical-align: top;
  float: none!important;
}

.table th {
  padding: 10px 20px;
  color: #fff;
  background: #4753be;
  text-align: left;
}

.table-heading th {
  font-weight: bold;
}

.table tr:nth-child(2n+1) td {
  background: #f5f5f7;
}

.table_nostriped tr:nth-child(2n+1) td {
  background: transparent;
}

.td-yellow {
  background: #f9f4aa !important;
}

.th-yellow {
  background: #ece794 !important;
}

.td-red, .th-red {
  background: #ff7a71 !important;
}

.td-green, .th-green {
  background: #aee6c3 !important;
}

.td-blue {
  background: #cad0ff !important;
}

.table tr:nth-child(2n) .td-blue {
  background: #d7dcff !important;
}

.td-grey {
  background: #eee !important;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

/* .table-responsive>.table>tbody>tr>td,
.table-responsive>.table>tbody>tr>th,
.table-responsive>.table>tfoot>tr>td,
.table-responsive>.table>tfoot>tr>th,
.table-responsive>.table>thead>tr>td,
.table-responsive>.table>thead>tr>th {
  white-space: nowrap;
} */


/* Button */
.button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  background: transparent;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  border: 2px solid transparent;
  padding: 6px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.button_border {
  padding: 4px 15px;
  border: 2px solid #e5e5e5;
}

.button_border:hover {
  border-color: transparent;
  background: #e5e5e5;
  color: #848484;
}

.button_border-white {
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.8);
}

.button_border-white:hover {
  border-color: transparent;
  background: #cc1313;
  color: #fff;
}

.button_border-red {
  color: #cc1313;
  background: #fff;
  border: 2px solid #cc1313;
}

.button_border-red:hover {
  border-color: transparent;
  background: #cc1313;
  color: #fff;
}

.button_radius {
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
}

.button_default {
  background: #464646;
  color: #fff;
}

.button_default:hover {
  background: #c10b0b;
  color: #fff;
}

.button_gray {
  background: #9f9d9d;
  color: #fff;
}

.button_gray:hover {
  background: #4c4a4a;
  color: #fff;
}

.button_black {
  background: #282828;
  color: #fff;
}

.button_black:hover {
  background: #394352;
  color: #fff;
}

.button_white {
  background: #ffffff;
  color: #353535;
}

.button_white:hover {
  color: var(--header-bg-color);
}

.button_red {
  background: #ce0e0e;
  color: #fff;
}

.button_red:hover {
  background: #af2514;
  color: #fff;
}

.button_pink {
  background: #ad4985;
  color: #fff;
}

.button_pink:hover {
  background: #a9357a;
  color: #fff;
}

.button_buy {
  background: #323232;
  color: #fff;
}

.button_buy:hover {
  background: #4a4343;
}

.button_orange {
  color: #fff;
  background: #ff683b;
}

.button_orange:hover {
  background: #ff683b;
}

.button_whatsapp {
  color: #fff;
  background: #3ec252;
}

.button_whatsapp:hover {
  color: #fff;
  background: #2fb543;
}

.button_added {
  background: #59964b !important;
  color: #fff !important;
  opacity: 1 !important;
}

.button_small {
  padding: 1px 10px;
  font-size: 14px;
}

.button_large {
  padding: 10px 25px;
  font-size: 18px;
}

.button_xl {
  font-size: 24px;
  padding: 15px 60px;
}

.button[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=45);
  opacity: .45;
}

/* File Upload */
.file-upload input[type=file] {
  display: none;
}

.file-upload__name {
  display: inline-block;
  margin-left: 10px;
  padding-top: 5px;
  font-size: 14px;
  color: #999;
  border-bottom: 1px dotted;
}

/* File block */
.file-block {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  padding: 20px;
  background: #dfecf7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.file-block__link {
  position: relative;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  max-width: 200px;
  padding-right: 20px;
}

.file-block__link a {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  font-weight: bold;
  line-height: 1.4;
}

.file-block__link i {
  font-size: 50px;
  margin-right: 15px;
}

.file-block__text {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  padding-left: 20px;
  border-left: 1px solid #8da9c1;
}

/* files list */
.file-item {
  display: inline-block;
  vertical-align: top;
  max-width: 250px;
  margin: 0 25px 20px 0;
}

.file-item:last-child {
  margin-right: 0;
}

.file-item__link {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  line-height: 1.2;
  color: #282828;
}

.file-item__link:before {
  content: "\f15c";
  margin-top: 2px;
  font-size: 42px;
  line-height: 1;
  margin-right: 10px;
  color: #3060b7;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
}

/* Modal */
.open-popup {
  cursor: pointer;
}

.modal-block {
  position: relative;
  width: 500px;
  margin: 30px auto;
  padding: 40px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.modal-block_large {
  width: 800px;
}

.modal-block__title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}

.modal-block__title_center, .modal-block__text_center {
  text-align: center;
}

.modal-block__text {
  font-size: 14px;
  line-height: 19px;
  background: #e9f0f3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 20px;
}

.mfp-figure:after {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #fff;
}

img.mfp-img {
  padding: 20px;
  /* max-height: 100% !important; */
}

.mfp-bottom-bar {
  margin: 0;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  right: 0;
  color: #fff;
  background: var(--main-bg-color);
  opacity: 1;
}

/* Slider */
.slides-arrows {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  font-size: 27px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  transition: .2s linear;
  opacity: 0.4;
}

.slides-arrows:hover {
  opacity: 1;
}

.slides-arrows i {
  height: 42px;
  width: 42px;
  line-height: 40px;
  text-align: center;
  background: var(--header-bg-color);
  border: 1px solid #c32d2d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.slides-arrows_prev {
  left: 10px;
}

.slides-arrows_next {
  right: 10px;
}

.slides-arrows_prev i:before {
  position: relative;
  left: -2px;
}

.slides-arrows_next i:before {
  position: relative;
  right: -2px;
}

.slides-arrows_next-down, .slides-arrows_prev-up {
  position: absolute;
  top: inherit;
  margin-top: inherit;
  bottom: -10px;
  font-size: 18px;
}

.slides-arrows_next-down {
  right: 50%;
  margin-right: -32px;
}

.slides-arrows_prev-up {
  left: 50%;
  margin-left: -32px;
}

.slides-arrows_next-down i, .slides-arrows_prev-up i {
  height: 28px;
  width: 28px;
  line-height: 26px;
}

.slides-arrows_next-down i:before, .slides-arrows_prev-up i:before {
  right: inherit;
  left: inherit;
}

.slides-arrows:hover {
  text-shadow: none !important;
}

.slides-arrows.slick-disabled {
  cursor: not-allowed;
  filter: alpha(opacity=45);
  opacity: .45;
}

.slick-dots li.slick-active button {
  border-color: var(--main-hover-color);
  background: var(--main-hover-color);
}

.banner-slider {
  opacity: 0;
  transition: 0.5s ease;
}

.banner-slider__item {
  position: relative;
  display: none;
}

.banner-slider__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.banner-slider__content .layout {
  height: 100%;
}

.banner-slider__content-inner {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
  padding: 0 0 50px 60px;
  color: #fff;
}

.banner-slider__title {
  font-size: 32px;
  line-height: 54px;
  font-weight: bold;
  text-transform: uppercase;
}

.banner-slider__body {
  margin-top: 25px;
  font-size: 20px;
}

.banner-slider_responsive {
  margin: 0 !important;
}

.banner-slider_responsive img {
  margin: 0 auto;
}

.banner-slider_responsive .slick-dots {
  left: 50%;
  bottom: 20px;
  width: auto;
  padding: 5px 2px;
  background: rgba(19, 19, 19, 0.54);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.banner-slider_responsive .slides-arrows {
  color: #fff;
}

.banner-slider_responsive .slides-arrows:before {
  background: #2e2e2e;
}

/*.banner-slider-main {
  max-height: 504px;
}*/

@media screen and (min-width: 1480px) {
  .banner-slider-main .slides-arrows_prev {
    left: 10%;
  }

  .banner-slider-main .slides-arrows_next {
    right: 10%;
  }
}

.slick-initialized {
  opacity: 1 !important;
}

/* Gallery */
.gallery {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.gallery__item {
  margin: 0 10px 10px 0;
}

.gallery__item.slick-slide {
  margin-bottom: 0;
}

.gallery__item img {
  display: block;
  max-height: 250px !important;
  width: auto !important;
  padding: 10px;
  border: 2px solid #ececec;
  cursor: pointer;
}

.gallery__item:hover img {
  opacity: 0.8;
}

/* Tabs */
.tab-item-block {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin: 20px 0;
  padding: 15px 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}

.tab-item-block:not(.is-not-content):hover, .tab-item-block:not(.is-not-content):hover:before {
  color: #da2118 !important;
}

.tab-item-block.active {
  background-color: #ecf3ff;
  color: #4450bb;
}

.tab-item-block:before {
  content: "\f107";
  margin-right: 15px;
  font-size: 20px;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
}

.tab-item-block.active:before {
  content: "\f106";
  color: #4450bb;
}

.tab-item-block.is-not-content {
  cursor: default;
}

.tab-item-block.is-not-content:before {
  opacity: 0;
}

.tab-item-block h2, .tab-item-block h3, .tab-item-block h4 {
  margin: 0 !important;
}

.tab-item-block.active h2, .tab-item-block.active h3, .tab-item-block.active h4 {
  color: #4450bb;
}

.tab-item-block:not(.is-not-content):hover h2, .tab-item-block:not(.is-not-content):hover h3, .tab-item-block:not(.is-not-content):hover h4 {
  color: #da2118;
}

.tab-item-block + .tab-content {
  margin-bottom: 40px;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* Notice */
.notice {
  position: relative;
  margin: 10px 0;
  background: #ededed;
  padding: 15px 15px 15px 45px;
  line-height: 17px;
  font-size: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.notice::before {
  position: absolute;
  font-size: 22px;
  top: 50%;
  left: 10px;
  color: #bbbbbb;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.notice_inline {
  display: inline-block;
}

.notice_top {
  margin: 0 0 10px;
}

.notice_info {
  background: #e6f0f5;
}

.notice_info::before {
  content: "\f05a";
  color: #9cb7c5;
}

.notice_error, .notice_warning {
  background: #ffdcdc; /*#ffc6c6;*/
}

.notice_error::before, .notice_warning::before {
  content: "\f057";
  color: #fba0a5; /*#f59196;*/
}

.notice_success {
  background: #e0f7dd;
}

.notice_success::before {
  content: "\f058";
  color: #87c37f;
}

.maintenance-page {
  background: #fb4e4e;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

.main-notify {
  padding: 6px 15px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #ce2525;
}

.main-notify a {
  color: #000000;
}

.main-notify i {
  position: relative;
  top: 1px;
  margin-right: 5px;
}

/* ----------- Header ----------- */
.header {
  position: relative;
  z-index: 17;
}

.header__top {
  padding: 12px 0;
  background: var(--header-bg-color);
}

.header__top a:hover {
  color: #e9b5b5;
}

.header__bottom {
  border-bottom: 1px solid #eee;
  background-color: #fff;
}

.header__bottom.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.13);
  z-index: 18;
}

.header__bottom.fixed.no-shadow {
  box-shadow: none;
}

.header__top-inner {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}

.header__logo {
  white-space: nowrap;
}

.logo-icon, .logo-name {
  display: inline-block;
  vertical-align: middle;
}

.logo-icon {
  width: auto;
  height: 22px;
}

.logo-name {
  max-width: 180px;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #bf4949;
  font-size: 13px;
  line-height: 20px;
  /*text-transform: uppercase;*/
  color: #eeeef1;
  white-space: normal;
}

.header-icon {
  width: 27px;
  height: 27px;
  /*background: var(--header-bg-color);*/
  color: #ffffff;
  border: 2px solid #ffffff;
  text-align: center;
  font-size: 12px;
  line-height: 24px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.header__city {
  padding-left: 2%;
  max-width: 180px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}

.header__city i {
  position: relative;
  top: -1px;
  margin-right: 4px;
  font-size: 13px;
  color: #bac8da;
}

.header__contact {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 4%;
}

.header__contact-phone {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  padding-left: 40px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}

.header__contact-phone-main {
  font-size: 16px;
  color: #fff;
}

.header__contact-phone-sub {
  margin-top: 5px;
  font-size: 14px;
  color: #dababa;
}

.header__contact-phone i {
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%) rotate(100deg);
  -ms-transform: translateY(-50%) rotate(100deg);
  -webkit-transform: translateY(-50%) rotate(100deg);
  -o-transform: translateY(-50%) rotate(100deg);
  transform: translateY(-50%) rotate(100deg);
}

.header__contact-callback .button:hover {
  background: #ffffff;
  color: var(--main-bg-color);
}

.header__contact-email {
  color: #fff;
  font-weight: bold;
}

.header__contact-email a:not(:hover) {
  color: #ffffff;
}

.header__contact-email span {
  display: block;
  font-size: 12px;
  line-height: 1;
  color: #dababa;
}

.header__contact-messengers {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.button-whatsapp, .m-button-whatsapp {
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  background: #0c9f43;
  color: #fff;
  font-weight: bold;
  padding: 0 14px 0 3px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
}

.m-button-whatsapp {
  padding: 0;
  margin-right: 10px;
}

.m-button-whatsapp svg {
  margin: 7px 8px 9px 8px;
}

.button-whatsapp:hover, .m-button-whatsapp:hover {
  background: #11b850;
  color: #fff !important;
}

.button-whatsapp svg {
  margin: 7px 7px 8px 8px;
}

/* Basket Compare */
.basket-head, .compare-head {
  position: absolute;
  left: 30px;
  bottom: 0;
  display: inline-block;
  padding: 15px 15px 15px 28px;
  background: #222222;
  color: #fff;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transform: translate(0, 105%);
  transition: 0.3s ease;
}

.basket-head.active+.compare-head {
  margin-left: 270px;
}

.basket-head i, .compare-head i {
  position: absolute;
  left: -17px;
  top: 15px;
  width: 35px;
  height: 35px;
  background: #363636;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 35px !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.basket-head.active, .compare-head.active {
  transform: translate(0, 0);
}

.basket-head__inner, .compare-head__inner {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.basket-head__count, .compare-head__count {
  padding: 8px 14px;
  margin-right: 10px;
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: var(--header-bg-color);
  font-weight: 600;
}

/* Navbar */
.navbar {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  margin-bottom: -1px;
}

.navbar__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.navbar__link {
  display: block;
  padding: 11px 0 8px;
  color: #282828;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}

.navbar__item:hover .navbar__link, .navbar__item_current .navbar__link {
  border-color: var(--main-bg-color);
  color: var(--main-bg-color);
}

.navbar__item:hover .navbar__link i, .navbar__item.active .navbar__link i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: .2s ease -webkit-transform;
  transition: .2s ease transform;
}

.navbar__sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 5px;
  min-width: 100%;
  white-space: nowrap;
  z-index: 20;
}

@media screen and (min-width: 995px) {
  .navbar__item:hover .navbar__sub-menu {
    display: block;
    z-index: 20;
  }
}

.navbar__item.active .navbar__sub-menu {
  display: block;
}

.navbar__sub-inner {
  padding: 0 15px;
  background: #ffffff; /*var(--main-bg-color);*/
}

.navbar__sub-link {
  position: relative;
  display: block;
  color: #282828;
  border-bottom: 1px solid #d1d1d1;
  padding: 6px 0;
  font-size: 14px;
  font-weight: bold;
}

.navbar__sub-link:last-child {
  border-bottom: 0;
}

.navbar__sub-link:hover {
  color: var(--main-bg-color);
}

.navbar__sub-link_current {
  color: var(--main-bg-color);
}

/* search */
.filter-panel .search {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 10%;
}

.search {
  position: relative;
}

.search__input {
  overflow: hidden;
}

.search__input .input {
  font-size: 14px;
  color: #808080;
  background: #f9f9f9;
  padding-left: 15px;
  padding-right: 40px;
  height: 36px;
  line-height: 36px;
  border: 2px solid #d5c2c2;
  text-overflow: ellipsis;
}

.search__input ::-webkit-input-placeholder {
  color: #808080;
}

.search__input ::-moz-placeholder {
  color: #808080;
}

.search__input :-moz-placeholder {
  color: #808080;
}

.search__input :-ms-input-placeholder {
  color: #808080;
}

.search__button {
  position: absolute;
  right: 0;
  z-index: 10;
}

.search__button .button {
  font-size: 18px;
  color: var(--header-bg-color);
  height: 36px;
  width: 40px;
  padding: 0;
  background: transparent
}

.search__button .button:hover {
  color: var(--main-hover-color);
}

.search__button .spinner {
  display: none;
  padding: 6px 0 3px;
  width: 40px;
  text-align: center;
  font-size: 18px;
  color: var(--header-bg-color);
  background: transparent
}

.search__button.loading .button {
  display: none;
}

.search__button.loading .spinner {
  display: block;
}

.search__result {
  position: absolute;
  display: none;
  font-size: 14px;
  background: #fff;
  padding: 5px;
  width: 100%;
  top: 100%;
  right: 0;
  z-index: 19;
  -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, .175);
  box-shadow: 0 1px 9px rgba(0, 0, 0, .175);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.search__result_show {
  display: block;
}

.search__result-content {
  margin-bottom: 5px;
}

.search__result-item {
  position: relative;
  display: block;
  padding: 2px 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search__result-item:nth-child(2n) {
  background: #f9f9f9;
}

.search__result-item:hover {
  background: #F3F3F3;
}

.search__result .button {
  padding: 0 10px;
  font-weight: normal;
  font-size: 14px;
}

/* ----------- Header catalog ----------- */
.header__megamenu-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 15px 0;
  background: #fff;
  box-shadow: 0 2px 5px -1px rgba(148, 148, 148, 0.4);
}

.header__megamenu-dropdown.active {
  display: block;
}

.header__megamenu-dropdown.fixed {
  position: fixed;
  top: 0;
  z-index: 17;
}

.megamenu__head {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-bottom: 15px;
}

.megamenu__title {
  font-size: 22px;
  font-weight: bold;
}

.megamenu__close {
  margin-left: 30px;
  padding: 0 10px;
  font-size: 13px;
  color: #989898;
  background: #ececec;
}

.megamenu__close:hover {
  opacity: .8;
}

.megamenu__nav {
  position: relative;
  width: 280px;
}

.megamenu__item {
  display: block;
}

@media screen and (min-width: 901px) {
  .megamenu__item:hover .megamenu__sub, .megamenu__sub-item:hover .megamenu__sub-list {
    display: block;
  }
}

.megamenu__link, .megamenu__sub-link {
  position: relative;
  display: block;
  padding: 6px 15px;
  font-size: 15px;
  color: #282828;
  text-overflow: ellipsis;
  overflow: hidden;
}

.megamenu__link {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  padding: 6px 0;
}

.megamenu__item:last-child .megamenu__link {
  border: 0;
}

.megamenu__item_down .megamenu__link:before, .megamenu__sub-item_down>.megamenu__sub-link:before {
  content: "\f0da";
  position: absolute;
  font-size: 13px;
  line-height: 1;
  top: 50%;
  right: 10px;
  color: #e6e6e6;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.megamenu__sub, .megamenu__sub-list {
  position: absolute;
  display: none;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 320px;
  box-shadow: -1px 0 0 #f1f0f0;
  z-index: 3;
}

span.megamenu__link, span.megamenu__sub-link, div.megamenu__link, div.megamenu__sub-link {
  font-weight: bold;
}

/* ----------- Content ----------- */
.content {
  position: relative;
  padding: 0 0 271px;
  width: 100%;
}

.content__wrapper {
  padding: 30px 0;
}

.content-side {
  position: relative;
  float: left;
  width: 240px;
  margin-right: -240px;
  z-index: 10;
}

.content-main {
  display: block;
  float: left;
  position: relative;
  padding-left: 280px;
  width: 100%;
}

/* Breadcrumbs */
.breadcrumbs {
  padding: 10px 0;
  font-size: 0;
  background: #f5f5f5;
}

.breadcrumbs__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 0 14px;
}

.breadcrumbs__item:first-child {
  padding-left: 0;
}

.breadcrumbs__item:last-child {
  padding-right: 0;
}

.breadcrumbs__item:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 0;
  height: 4px;
  width: 4px;
  background: #9a9da4;
}

.breadcrumbs__item:first-child:before {
  content: none;
}

.breadcrumbs__link {
  display: block;
  font-size: 14px;
  color: #66686b;
}

/* Link list */
.link-list {
  margin-top: 15px;
  padding-top: 10px;
  font-size: 0;
}

.link-list.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.13);
  z-index: 13;
}

.link-list_page {
  padding: 25px 0 15px;
}

.link-list__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 7px 7px 0;
  padding: 3px 11px;
  font-size: 14px;
  font-weight: 600;
  color: #1c1c1c;
  background: #e9e9e9;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.link-list__item:last-child {
  margin-right: 0;
}

.link-list__item.active {
  background: #e31e24;
  color: #fff;
  cursor: default;
}

.link-list__item:hover {
  background-color: var(--header-bg-color);
  color: #ffffff;
}

/* Link nav */
.link-nav__item {
  position: relative;
  display: block;
  margin-bottom: -1px;
  padding: 10px 25px 10px 15px;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #282828;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}

.link-nav__item:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

.link-nav__item:last-child {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.link-nav__item:after {
  content: "\f0da";
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 10px;
  color: #e5e5e5;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
}

.link-nav__item:hover {
  background: #cc1313;
  color: #fff;
  border-color: transparent;
  z-index: 1;
}

.link-nav__item:hover:after {
  color: #fff;
}

/* Link page */
.page-nav {
  padding: 10px 15px;
  margin-bottom: 10px;
  border: 2px solid #ececec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.page-nav__item {
  margin-bottom: 15px;
}

.page-nav__item:last-child {
  margin-bottom: 0;
}

.page-nav__link {
  position: relative;
  display: block;
  font-weight: bold;
  color: #282828;
}

.page-nav__link:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: -15px;
  height: 4px;
  width: 5px;
  background: #ececec;
}

.page-nav__sub-menu {
  margin-top: 5px;
}

.page-nav__sub-link {
  display: block;
  padding: 7px 0;
  font-size: 14px;
  line-height: 16px;
  color: #282828;
  border-bottom: 1px solid #eef0f4;
}

.page-nav__sub-link:last-child {
  border-bottom: 0;
}

.page-nav__sub-link_current, .page-nav__item_current .page-nav__link {
  color: var(--main-hover-color);
  font-weight: bold;
}

/* Post nav */
.post-nav {
  margin: 30px 0;
  padding: 20px;
  background: #f5f5f5;
  font-size: 20px;
  line-height: 28px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.post-nav:first-child {
  margin-top: 0;
}

.post-nav li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 14px;
}

.post-nav li:before {
  content: "\f105";
  position: absolute;
  font-size: 20px;
  top: 0;
  left: 0;
  color: #da2118;
  text-shadow: 2px 1px 0 rgba(255, 255, 255, 0.54), 4px 2px 0 rgba(72, 99, 74, 0.15);
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
}

.post-nav li:last-child {
  margin-bottom: 0;
}

.post-nav li a, .post-nav li span {
  position: relative;
  color: #da2118;
  font-weight: bold;
  border-bottom: 1px dashed;
  cursor: pointer;
}

.post-nav li a:hover, .post-nav li span:hover {
  color: #4450bb;
}

/* Title block */
.title-block {
  padding-top: 20px;
}

.breadcrumbs+.title-block {
  margin-top: 10px;
}

.content-main .title-block {
  padding: 0;
}

.title-block__name {
  font-size: 35px;
  line-height: 50px;
  font-weight: normal;
  margin: 0;
}

.title-block__tag {
  margin-top: -4px;
  color: #66686b;
}

.title-block__tag:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 4px;
  width: 4px;
  background: #9a9da4;
}

.title-block__desc {
  font-size: 14px;
  margin-top: 20px;
}

.title-block_objects .switch-link, .title-block_clients .switch-link {
  margin: 8px 0 0 25px;
}

.title-block_objects .title-block__name, .title-block_clients .title-block__name {
  display: inline-block;
}

.switch-link {
  display: inline-block;
  vertical-align: top;
  background: #f5f5f5;
  padding: 3px;
  line-height: 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.switch-link__item {
  display: inline-block;
  vertical-align: top;
  padding: 3px 10px;
  font-size: 14px;
  line-height: 23px;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

span.switch-link__item {
  background: #b91d1d;
  color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
}

.search-block {
  margin: 10px 0 0;
}

/* Content block */
.content-block {
  padding: 30px 0;
}

/* Content typography */
.content-typography img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}

.content-typography p {
  margin: 20px 0;
}

.content-typography p:first-child {
  margin-top: 0;
}

.content-typography p:last-child {
  margin-bottom: 0;
}

.content-typography .ul-style, .content-typography .ol-style {
  margin: 10px 0 20px;
}

.content-typography .ul-style:first-child, .content-typography .ol-style:first-child {
  margin-top: 0;
}
.content-typography .ul-style:last-child, .content-typography .ol-style:last-child {
  margin-bottom: 0;
}

.content-typography .ul-style li, .content-typography .ol-style li {
  margin-bottom: 14px;
}

.content-typography .ul-style li:last-child, .content-typography .ol-style li:last-child {
  margin-bottom: 0;
}

.ul-style .ul-style, .ol-style .ol-style, .ul-style .ol-style, .ol-style .ul-style {
  margin-left: 10px;
}

.h1, .h2, .h3, .h4 {
  font-weight: bold;
}

.h1 {
  font-size: 32px;
  line-height: 40px;
}

.h2 {
  font-size: 28px;
  line-height: 34px;
}

.h3 {
  font-size: 22px;
  line-height: 30px;
}

.h4 {
  font-size: 20px;
  line-height: 28px;
}

.content-typography h2 {
  margin: 50px 0 25px;
  font-size: 28px;
  line-height: 32px;
  color: #484848;
}

.content-typography h2:first-child {
  margin: 0 0 25px;
}

.content-typography h3, .content-typography h4 {
  margin: 40px 0 20px;
  font-size: 22px;
  line-height: 26px;
  color: #505050;
}

.content-typography h4 {
  font-size: 20px;
  line-height: 24px;
}

.content-typography h3:first-child, .content-typography h4:first-child {
  margin: 0 0 20px;
}

.content-typography h2+h3, .content-typography h3+h4  {
  margin-top: 0;
}

.content-typography .products-slider, .content-typography .products-slider-infinite, .content-typography .products-section, .content-typography .articles-section {
  margin-bottom: 50px;
}

.heading-block_h2 {
  margin: 50px 0 25px;
}

.heading-block_h3 {
  margin: 40px 0 20px;
}

.heading-block h2, .heading-block h3 {
  display: inline-block;
  vertical-align: middle;
  margin: 0 !important;
}

.heading-block .button {
  margin-left: 10px;
  vertical-align: middle;
}

.heading-red {
  color: #cc1313!important;
}

.heading-blue {
  color: #1363c2!important;
}

.heading-bg {
  color: #fff!important;
  background: #cc1313;
  padding: 10px 15px;
}

.heading-bg_blue {
  background: #373a56;
}

.heading-bg_green {
  background: #309a51;
}

.heading-bg_orange {
  background: #ea7b1c;
}

.heading-bg_gray {
  background: #696969;
}

.text-img-transform {
  position: relative;
  max-width: 700px;
  padding: 50px 80px;
  z-index: 1;
}

.text-img-transform:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(55, 58, 86, 0.9);
  -webkit-transform: skew(-20deg, 0);
  -moz-transform: skew(-20deg, 0);
  -ms-transform: skew(-20deg, 0);
  -o-transform: skew(-20deg, 0);
  transform: skew(-20deg, 0);
  z-index: -1;
}

.text-img-transform.is-green:before {
  background: rgba(23, 141, 63, 0.9);
}

.text-img-transform.is-orange:before {
  background: rgb(255, 131, 24, 0.9);
}

.text-img-transform.is-right {
  float: right;
  text-align: right;
}

.text-img-transform.is-right:before {
  -webkit-transform: skew(20deg, 0);
  -moz-transform: skew(20deg, 0);
  -ms-transform: skew(20deg, 0);
  -o-transform: skew(20deg, 0);
  transform: skew(20deg, 0);
}


.border-left {
  border-left: 1px solid #dadada;
}


.skew-inline {
  display: inline-block;
  position: relative;
  padding: 10px 25px;
  z-index: 1;
}

.skew-inline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333333;
  -webkit-transform: skew(-20deg, 0);
  -moz-transform: skew(-20deg, 0);
  -ms-transform: skew(-20deg, 0);
  -o-transform: skew(-20deg, 0);
  transform: skew(-20deg, 0);
  z-index: -1;
}

.skew-inline.is-red:before {
  background: #c72222;
}

.skew-inline.is-round:before {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.line {
  width: 100%;
  height: 2px;
  background-color: #bd0000;
}

.promo-text-underline-side {
  margin-top: 40px;
}

.promo-text-underline-side:first-child {
  margin-top: 0;
}

.promo-text-underline-side__title span {
  position: relative;
  margin-left: -3px;
  font-family: 'Arial';
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 1em;
  font-weight: 900;
  color: #cc0000;
  font-style: italic;
}

.promo-text-underline-side__title span:after {
  content: '';
  position: absolute;
  width: 999px;
  height: 3px;
  background-color: #cc0000;
  bottom: 11px;
  left: 100%;
  transform: translateX(-2px);
}

.promo-text-underline-side__title.is-shift-line span:after {
  transform: translateX(-7px);
}

.promo-text-underline-side__subtitle {
  margin-top: 10px;
}


.block-icon-text {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  overflow: hidden;
}

.block-icon-text__icon {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  padding: 25px;
  width: 140px;
  min-height: 140px;
  flex: 0 0 140px;
  background-color: #dadada;
}

.block-icon-text__icon img {
  margin: auto;
  max-height: 50px;
}

.block-icon-text__text {
  padding: 30px;
  width: 100%;
  background-color: #f4f4f4;
}

.block-icon-text__title {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
}

.block-icon-text__desc {
  font-size: 16px;
  line-height: 1.3em;
}

@media screen and (max-width: 767px) {
  .block-icon-text__icon {
    width: 100px;
    min-height: 100px;
    flex: 0 0 100px;
  }
}



/* Color Stickers 
.product-card__stickers-item.is-v-nalichii,
.product-stickers__item.is-v-nalichii {
  color: #ffffff;
  background-color: #ff6a13;
}

.product-card__stickers-item.is-akciya,
.product-stickers__item.is-akciya {
  color: #ffffff;
  background-color: #f34ab0;
}

.product-card__stickers-item.is-proizvodim-sami,
.product-stickers__item.is-proizvodim-sami {
  color: #ffffff;
  background-color: #19c3bb;
}

/* Section */
.section {
  position: relative;
  padding: 45px 0;
}

.section__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.section__img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
}

.section__img.is-notdimming:before {
  content: none;
}

.section__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: 50% 0%;
  background-repeat: repeat;
  z-index: -1;
}

.section__head .button {
  margin-left: 10px;
  vertical-align: middle;
}

.section__head_center {
  text-align: center;
}

.section__head-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  line-height: 34px;
  font-weight: bold;
  margin: 0;
}

.section__desc {
  max-width: 750px;
  margin-top: 20px;
  font-size: 17px;
  line-height: 24px;
  color: #5f5f5f;
}

.section__desc_fluid {
  max-width: 100%;
}

.section__desc_center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section__body {
  margin-top: 30px;
}

.section-main-banners {
  padding: 0;
}

.section-desc {
  font-size: 13px;
}

.section-desc .ul-style li {
  margin-bottom: 5px;
}

.section.is-hidden {
  overflow: hidden;
}

/* ----------- Brands ----------- */
.title-block_brand .title-block__name {
  display: inline-block;
  vertical-align: middle;
}

.brand-logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.brand-logo img {
  display: block;
  padding: 10px;
  height: 60px;
  width: auto;
  border: 1px solid #ececec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.brands-sort {
  margin-top: 10px;
}

.brands-sort_wr {
  padding: 7px;
  background: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.brands-sort__block {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #dcdcdc;
}

.brands-sort__header {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  padding: 5px 0px;
}

.brands-sort__search {
  position: relative;
  margin-left: 10px;
}

.brands-sort__search:after {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 8px;
  top: 3px;
  color: #a1a1a1;
}

.brands-sort__search input {
  padding: 0 32px 0 12px;
  height: 28px;
  width: 200px;
  background-color: #ffffff;
  border: none;
  box-shadow: 0 0 0 1px #ad1919;
}

.brands-sort__char {
  display: inline-block;
  vertical-align: top;
  padding: 0 7px;
  color: #636363;
  font-weight: bold;
  line-height: 22px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.brands-sort__char_all {
  padding: 3px 12px;
  font-weight: normal;
}

.brands-sort__char:hover {
  color: var(--main-hover-color);
}

.brands-sort__char_active, .brands-sort__char_active:hover {
  background: #797979;
  color: #fff;
}

.brands {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0 -1%;
}

.brands__item {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  width: 23%;
  margin: 0 1% 30px;
  padding: 0 12px;
}

.brands__item a {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  width: 100%;
  text-align: center;
}

.brands__image {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin: 0 0 10px 0;
  padding: 10px 25px;
  width: 100%;
  height: 130px;
  border: 1px solid #dedede;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

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

.brands__name {
  font-weight: 600;
}

.brands__country {
  display: block;
  font-size: 13px;
  line-height: 15px;
  color: #a5a5a5;
}

/* ----------- Products ----------- */
.products_grid {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0 -1%;
}

.products_grid .product-card {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  width: 48%;
  margin: 1%;
  border: 1px solid #eee;
}

.products_grid-3 .product-card {
  width: 31.3333%;
}

.products_grid .product-card:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}

/* ----------- Product card ----------- */
.product-card {
  position: relative;
  padding: 15px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: flex !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  height: auto;
}

.product-card__body {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.product-card__body:after {
  display: block;
  clear: both;
  content: '';
}

.product-card__sticker {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}

.product-card__sticker .sticker {
  margin-bottom: 5px;
}

.product-card__compare {
  position: absolute;
  top: 5px;
  left: 5px;
}

.button-compare {
  line-height: 21px;
  cursor: pointer;
}

.button-compare i {
  vertical-align: top;
  font-size: 21px;
  color: #d4d4d4;
}

.button-compare:hover i, .button-compare_active i {
  color: #2e2e2e;
}

.product-card__cover {
  float: left;
  width: 35%;
  display: block;
  /* height: 205px;
  line-height: 205px;
  text-align: center; */
}

.product-card__cover img {
  display: inline-block !important;
  /* vertical-align: middle; */
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.product-card__stickers {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 15px;
}

.product-card__stickers-item {
  display: inline-block;
  margin: 0 4px 4px 0;
  padding: 1px 6px;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #303030;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.product-card__content {
  float: right;
  width: 65%;
  padding-left: 15px;
}

.product-card__name {
  position: relative;
  display: block;
  color: #282828;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}

/* .product-card__name:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 20px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
} */
.product-card__info {
  margin-top: 5px;
}

.product-card__properties li {
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 16px;
}

.product-card__properties li:last-child {
  margin-bottom: 0;
}

.product-card__properties li span {
  margin-right: 3px;
  font-weight: bold;
  color: #66686b;
}

.properties-strong {
  font-weight: bold;
  color: #c32130;
}

.product-card__buy {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #f5f5f5;
}

.product-card__buy:before, .product-card__buy:after {
  content: '';
  display: table;
  height: 0;
}

.product-card__buy:after {
  clear: both;
}

.product-card__price {
  position: relative;
  display: block;
  width: 100%;
  min-height: 43px;
  line-height: 22px;
}

.product-card__price-current, .product-card__price-new {
  display: block;
  font-size: 22px;
  font-weight: bold;
}

.product-card__price-current {
  line-height: 33px;
}

.product-card__price-old {
  text-decoration: line-through;
  font-size: 13px;
  color: #9da6b0;
}

.product-card__price-new {
  color: #ff0009;
  line-height: 33px;
  margin-bottom: -5px;
}

.product-card__price-text {
  font-size: 13px;
}

.product-card__buttons {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  margin-top: 15px;
}

.product-card__buttons-item {
  width: 48%;
}

.product-card__buttons-item.wide {
  width: 100%;
}

.product-card__buttons .button {
  padding: 2px 15px;
  font-size: 14px;
  text-transform: uppercase;
}

.product-card__buttons .button_added {
  border-color: transparent;
}

.products_item .product-card__cover {
  padding: 10px 0;
  height: auto;
  line-height: normal;
}

/* Product compare */
.product-card_compare {
  width: 240px;
}

.product-card_compare .product-card__cover {
  width: 100%;
  height: 120px;
  line-height: 120px;
}

.product-card_compare .product-card__content {
  width: 100%;
}

.product-card_compare .product-card__price-current, .product-card_compare .product-card__price-new {
  font-size: 16px;
}

/* Product slider */
.products-same .product-card {
  width: 400px;
  margin-right: 10px;
}

.products-slider .product-card, .products-slider-infinite .product-card {
  width: 400px;
  margin-right: 10px;
  border: 1px solid #ececec;
}

.products-slider .slick-track, .products-slider-infinite .slick-track {
  display: flex !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
}

.products-section, .images-section, .articles-section {
  position: relative;
}

.products-section__items, .images-section__items, .articles-section__items {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  overflow: hidden;
}

.products-section__items .product-card {
  width: 400px;
  margin-right: 10px;
  border: 1px solid #ececec;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
}

.articles-section__items .articles-list__item {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
}

.products-section__link, .images-section__link, .articles-section__link {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0 10px 0 40px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  z-index: 5;
  transition: .2s linear;
}

.products-section__link i, .images-section__link i, .articles-section__link i {
  font-size: 27px;
  color: #fff;
  height: 42px;
  width: 42px;
  line-height: 40px;
  text-align: center;
  background: rgb(56, 58, 87);
  border: 1px solid #9495bb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.products-section__link i:before, .images-section__link i:before, .articles-section__link i:before {
  position: relative;
  right: -2px;
}

.products-section__link span, .images-section__link span, .articles-section__link span {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

.images-section__items img {
  margin-right: 10px;
  margin-bottom: 0;
  max-height: 200px;
}

.images-section_large .images-section__items img {
  max-height: 280px;
}

.images-section_small .images-section__items img {
  max-height: 160px;
}

.images-section_inline .images-section__items {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  overflow: auto;
}

.images-section_inline .images-section__items img {
  margin-bottom: 10px;
}

.images-section_margin {
  margin-bottom: 45px;
}

/* Product accessories */
.product-accessories {
  margin-bottom: 40px;
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .product-accessories .slides-arrows {
    font-size: 26px;
    bottom: -35px;
  }
}

.product-accessories__title {
  font-size: 20px;
  margin-bottom: 20px;
}

.products-accessories__list .slick-list {
  height: auto !important;
}

.product-accessory {
  margin-bottom: 13px;
  border: 1px solid #e5e5e5 !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.product-accessory__cover {
  display: block;
  float: left;
  width: 35%;
  height: 100px;
  line-height: 100px;
  text-align: center;
}

.product-accessory__cover img {
  display: inline-block !important;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 85%;
  max-height: 85%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.product-accessory__content {
  float: right;
  width: 65%;
  padding: 15px 10px;
}

.product-accessory__name {
  display: block;
  color: #282828;
  font-size: 16px;
  line-height: 20px;
}

.product-accessory__price {
  margin-top: 10px;
}

.product-accessory__price-current, .product-accessory__price-new {
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}

.product-accessory__price-old {
  text-decoration: line-through;
  font-size: 13px;
  line-height: 15px;
  color: #9da6b0;
}

.product-accessory__price-new {
  color: #ff0009;
}

.product-item {
  text-align: center;
  line-height: 19px;
  color: #282828;
  margin-bottom: 15px;
}

.product-item h3 {
  font-size: 18px;
  margin: 10px 0 4px;
}

.product-item h4 {
  margin: 10px 0 4px;
}

/* ----------- Category page ----------- */
.category-nav {
  margin-bottom: 25px;
  background: #fbfbfb;
  border: 2px solid #e4e4e4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.category-nav__link {
  position: relative;
  display: block;
  color: #282828;
  font-weight: bold;
  padding: 10px 25px 10px 15px;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #e4e4e4;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.category-nav__link:after {
  content: "\f0da";
  position: absolute;
  font-size: 13px;
  top: 50%;
  margin-top: -7px;
  right: 15px;
  color: #7d7e92;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
}

.category-nav__item:last-child .category-nav__link {
  border: 0;
}

span.category-nav__link, .category-nav__link:hover {
  color: var(--main-hover-color);
  background: #f7f7f7;
}

.category-nav__sub {
  display: none;
  padding: 4px 15px;
  background: #fff;
}

.category-nav__sub-link {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  line-height: 16px;
  color: #282828;
  border-bottom: 1px solid #e4e4e4;
}

span.category-nav__sub-link {
  font-weight: bold;
}

.category-nav__sub-link:last-child {
  border: 0;
}

.category-nav__item.active .category-nav__sub {
  display: block;
}

.category-nav__item.active .category-nav__link {
  border: 0;
}

.category-nav__item.active .category-nav__link:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* Category list */
.category-list {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*text-align: center;*/
  margin: 0 -1%;
}

.category-list__item {
  /*display: inline-block;
  vertical-align: top;*/
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  /*width: 23%;*/
  width: 31.3333%;
  padding: 0 0 20px;
  margin: 1%;
}

.category-list__cover {
  /*margin: 0 auto 15px;
  height: 240px;*/
  margin: 0 15px 0 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  height: 80px;
  width: 80px;
  /*border: 1px solid #dedede;*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.category-list__name {
  /*font-size: 18px;*/
  font-size: 20px;
  color: #38393c;
}

.category-list__name:hover {
  color: var(--main-hover-color);
}

.category-list__childrens {
  margin-top: 15px;
  font-size: 14px;
}

.category-list__childrens li {
  margin-bottom: 8px;
  line-height: 1.2em;
}

/*.category-list-cat .category-list__cover {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
}

.category-list-cat .category-list__name {
  font-size: 16px;
}*/

.category-list-cat .category-list__item {
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

/* category main */
.categories-main {
  display: flex;
}

.categories-main__item {
  display: flex;
  flex-direction: column;
  margin: 0 15px;
  width: 140px;
}

.categories-main__image {
  height: 70px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.categories-main__title {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
}

.categories-main .slides-arrows:not(:hover) {
  opacity: 0.15;
}


/* brands main */
.brands-tile {
  display: flex;
  flex-wrap: wrap;
  margin: 35px -1% 0;
}

.brands-tile__item {
  display: flex;
  width: 8%;
  margin: 0 1% 35px;
}

.brands-tile__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
}

.brands-tile__image {
  margin: 0 0 10px 0;
  padding: 10px;
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  border: 1px solid #f6f6f6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brands-tile__item:hover .brands-tile__image img {
  opacity: 1;
  filter: grayscale(0);
}

.brands-tile__image img {
  max-width: 100%;
  max-height: 100%;
  opacity: 0.7;
  filter: grayscale(1);
  transition: 0.4s ease;
}

.brands-tile__name {
  /*white-space: nowrap;*/
}

@media screen and (max-width: 900px) {
  .brands-tile__item {
    width: 14.666%;
  }
  .brands-tile__image {
    height: 50px;
  }
}

@media screen and (max-width: 599px) {
  .brands-tile__item {
    width: 23%;
  }
  .brands-tile__image {
    height: 60px;
  }
}

@media screen and (max-width: 399px) {
  .brands-tile__item {
    width: 31.3333%;
  }
}

/* ----------- Filter ----------- */
.filter-search {
  padding: 7px;
  margin-top: 15px;
  margin-bottom: 30px;
  text-align: center;
  background: #ececec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.filter-search.is-hide {
  display: none;
}

.filter-search__text {
  padding: 2px 0 7px;
  font-weight: bold;
  color: #646877;
  font-size: 14px;
}

.filter-search__buttons {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}

.filter-search__buttons .button {
  font-weight: normal;
}

.filter-search__buttons .button:first-child {
  margin-right: 5px;
}

.filter-block {
  position: relative;
  /*margin-bottom: 30px;*/
  padding: 0 15px;
  border: 2px solid #dcdcdc;
  /*overflow: hidden;*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.filter-block__show {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  padding: 10px 20px;
  font-size: 15px;
  background-color: #c72222;
  color: #ffffff;
  border-left: 2px solid #f76060;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-topright: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  white-space: nowrap;
  cursor: pointer;
}

.filter-block__show.is-show {
  display: block;
}

.filter {
  padding: 12px 0;
  border-bottom: 1px solid #dcdcdc;
}

.filter:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.filter .checkbox {
  display: block;
  margin-bottom: 4px;
}

.filter .checkbox:last-child {
  margin-bottom: 0;
}

.filter__name {
  position: relative;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #636363;
  cursor: pointer;
}

.filter__content {
  margin-top: 10px;
  max-height: 150px;
  overflow: auto;
}

.filter__content_column {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.filter-range_inputs {
  font-size: 0;
  margin-bottom: -10px;
}

.filter-range_inputs .input {
  display: inline-block;
  vertical-align: middle;
  width: 46%;
  margin-right: 2%;
  background: #fff;
  border: 1px solid #dedede;
}

.filter-range_inputs .input:last-child {
  margin-right: 0;
}

.filter-range_inputs i {
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  width: 4%;
  margin-right: 2%;
  background: #ababab;
}

.filter-range .irs-bar {
  background: var(--main-bg-color); /*#fbbb45*/
}

.filter-range .irs-slider {
  width: 18px;
  height: 18px;
  top: 19px;
  background: #fbfbfb;
  border: 1px solid #bdbdbd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: col-resize;
}

.filter-range .irs-slider:hover {
  background-position: inherit;
}

.filter-range .irs {
  height: 40px;
}

/*  Filter panel */
.filter-panel {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  margin: 15px 0;
  padding: 5px 0;
  border: 1px solid #ececec;
  border-width: 1px 0;
}

.control-sort {
  font-size: 0;
}

.control-sort__link {
  display: inline-block;
  vertical-align: middle;
  margin: 0 25px 0 0;
  font-size: 14px;
  color: #282828;
  font-weight: bold;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.control-sort__link:last-child {
  margin-right: 0;
}

.control-sort__link:hover {
  color: #4a4a4a;
}

.control-sort__link_active {
  color: var(--main-hover-color);
}

.control-sort__link_active i {
  margin-left: 4px;
}

.control-sort__link_down i {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.control-sort__link_active.control-sort__link_sale:after, .control-sort__link_active.control-sort__link_new:after {
  content: "\f057";
  position: relative;
  right: 0;
  margin-left: 4px;
  font-size: 13px;
  color: var(--main-hover-color);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
}

.control-sort__link_filter {
  background: #303439;
  padding: 3px 10px;
  color: #fff;
}

.control-sort__link_filter:hover {
  color: #fff;
}

/* Category sort */
.category-sort {
  padding: 3px 15px;
  margin-bottom: 10px;
  border: 2px solid #ececec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.category-sort__link {
  display: block;
  padding: 7px 0;
  font-size: 14px;
  line-height: 16px;
  color: #282828;
  border-bottom: 1px solid #ececec;
}

.category-sort__link:last-child {
  border: 0;
}

.category-sort__link.active, .category-sort__link.active:hover {
  font-weight: bold;
  color: var(--main-hover-color);
}

/* Preloader */
.preloader {
  display: none;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.content-main .preloader {
  left: 280px;
}

/* Paginator */
.paginator {
  padding: 20px 0;
  margin-top: 20px;
  text-align: center;
}

.paginator__link, .paginator__current {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
  padding: 2px 10px;
  font-size: 16px;
  line-height: 24px;
  color: #372727;
  border: 1px solid #ececec;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.paginator__current {
  color: #fff;
  background: #232323;
  border-color: transparent;
}

/* ----------- Main ----------- */
.section-main_bg {
  background: #f6f6f6; /*#f5f5f5;*/
}

/* section obogrev */
.section-main-obogrev {
  margin: -90px 0 15px;
}

.obogrev-links {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}

.obogrev-links__item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.obogrev-links__cover {
  display: block;
  margin: 0 auto 10px;
  max-width: 90%;
  max-height: 90%;
}

.obogrev-links__title {
  display: inline-block;
  vertical-align: top;
  max-width: 120px;
  font-size: 18px;
  line-height: 24px;
  color: #282828;
}

.obogrev-links__item:hover .obogrev-links__title {
  color: #ec3232;
}

/* section services */
.section-main-services {
  background: #f6f6f6;
}

.services {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: -1%;
}

.service-card {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 31.3333%;
  margin: 1%;
  min-height: 250px;
}

.service-card__cover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-card__content {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  height: 100%;
  max-width: 220px;
  padding: 30px;
  background: rgba(0, 0, 0, 0.6);
}

.service-card__title {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

/* section advantages */
.advantages {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.advantages__list {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  width: 100%;
}

.advantages__video {
  width: 100%;
}

.advantage {
  display: inline-block;
  vertical-align: top;
  border-bottom: 0px solid #e2e7ef;
  width: 24%;
  padding: 15px 0;
}

.advantage i {
  margin-right: 10px;
  width: 35px;
  font-size: 28px;
  color: #e56c25;
  text-align: center;
}

.advantage__value {
  position: relative;
  font-size: 30px;
  line-height: 34px;
  font-weight: bold;
}

.advantage__text {
  margin-top: 5px;
  margin-left: 4px;
  line-height: 20px;
  color: #999;
}

.video-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 20px 30px -20px rgb(49, 55, 60);
  -webkit-box-shadow: 0 20px 30px -20px rgb(49, 55, 60);
}

.video-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}

.video-link__button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 10px 20px 10px 10px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: rgba(19, 19, 19, 0.6);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.video-link__button i {
  vertical-align: middle;
  width: 48px;
  height: 48px;
  background: #da2118;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 48px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 44, 44, 0.8);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 44, 44, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 44, 44, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 44, 44, 0.8);
    box-shadow: 0 0 0 0 rgba(204, 44, 44, 0.8);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 44, 44, 0);
    box-shadow: 0 0 0 10px rgba(204, 44, 44, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 44, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 44, 44, 0);
  }
}

.video-link__button-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  max-width: 90px;
  font-weight: bold;
  color: #fff;
  line-height: 18px;
}

.video-link:hover .video-link__button {
  background: rgba(210, 36, 3, 0.6);
}

/* ----------- Section about ----------- */
.about {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}

.about__cover {
  width: 39%;
}

.about__cover-img {
  height: 100%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about__content {
  width: 60%;
  padding: 30px;
  background: #f5f5f5;
}

.brands-logo-list {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  margin: -1%;
}

.brands-logo-list a {
  display: block;
}

.brands-logo-list img {
  display: block;
  margin: 10px 15px;
}

/* ----------- Section certificates ----------- */
.section-main-certificates__list {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}

.section-main-certificates__item {
  display: inline-block;
  vertical-align: top;
  width: 45%;
}

.section-main-certificates__item .button {
  margin-top: 15px;
}

/* ----------- Section clients ----------- */
/*.section-main-clients {
  background: #f6f6f6;
}*/

.clients-slider__item, .brands-slider__item {
  margin-right: 10px;
}

.clients-slider__item img, .brands-slider__item img {
  height: 140px;
}

.clients-slider__item:hover img, .brands-slider__item:hover img {
  opacity: .8;
}

/* ----------- Product page ----------- */
.section-product-same {
  background: #f6f6f6;
}

.section-product-content {
  padding: 20px 0;
}

.product-head {
  margin-bottom: 10px;
}

.title-block_product {
  padding: 0;
}

.product-breadcrumbs {
  margin-bottom: 15px;
}

.product-compare {
  position: relative;
  float: right;
  margin-top: 5px;
  font-size: 15px;
  z-index: 4;
}

.product-compare i {
  margin-right: 3px;
}

.product-store {
  position: relative;
  margin-top: 25px;
  border-top: 1px solid #ececec;
  padding: 10px 15px;
  background: #e7eaf6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  z-index: 2;
}

.product-store:before {
  content: "\f3c5";
  position: absolute;
  font-size: 90px;
  top: 20px;
  right: 15px;
  color: #d4dce6;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  z-index: -1;
}

.product-store__address {
  color: #646877;
}

.product-store__address span {
  font-weight: bold;
}

.product-colors {
  text-align: center;
  margin-top: 10px;
}

.product-colors__text {
  color: #66686b;
  font-size: 14px;
  font-weight: bold;
}

.switch-colors {
  display: inline-block;
  padding: 10px 6px;
  font-size: 0;
  line-height: 1;
  text-align: center;
  border: 2px solid #eee;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.switch-colors__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  width: 13px;
  height: 13px;
  background: #dfe1e7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}

.switch-colors__item:hover {
  opacity: .7;
}

.switch-colors__item.active {
  -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #dfe1e7;
  -moz-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #dfe1e7;
  box-shadow: 0 0 0 3px #fff, 0 0 0 4px #dfe1e7;
}

.product-gallery {
  position: relative;
  overflow: hidden;
}

.product-photo {
  position: relative;
  text-align: center;
  cursor: pointer;
  z-index: 1;
}

/* .product-photo__item {
  height: 470px;
  line-height: 470px;
} */

.product-photo__item:before {
  content: '\f00e';
  position: absolute;
  top: 6px;
  right: 6px;
  padding: 4px;
  font-size: 24px;
  line-height: 1;
  color: rgba(46, 51, 71, 0.56);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  z-index: 2;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-left-radius: 7px;
  font-weight: 900;
}

.product-photo__item:hover:before {
  color: var(--main-hover-color);
}

.product-photo img {
  display: inline-block !important;
  vertical-align: middle;
  max-height: 400px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.product-photo img:hover {
  opacity: .7;
}

.product-thumb {
  position: relative;
  margin-right: 10px;
  width: 81px;
  float: left;
  z-index: 5;
}

.product-thumb .slick-track {
  margin: 0;
}

.product-thumb .slides-arrows {
  bottom: -25px;
}

.product-thumb__item {
  margin-bottom: 7px;
}

.product-thumb__item-inner {
  position: relative;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  border: 2px solid #ececec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.product-thumb__item-inner:hover {
  border-color: #dadde2;
}

.product-thumb .slick-current .product-thumb__item-inner {
  border-color: #a0a3a7;
}

.product-thumb img {
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-height: 60px;
  max-width: 60px;
}

.product-thumb img:hover {
  opacity: .7;
}

.product-sticker {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
}

.product-sticker .sticker {
  margin-bottom: 5px;
}

.product-stickers {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 15px;
  z-index: 3;
}

.product-stickers__item {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 2px 6px;
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
  background-color: #303030;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.product-top {
  margin: 40px 0;
}

.product-top__gallery, .product-top__content, .product-desc__content {
  float: left;
}

.product-top__gallery {
  position: relative;
  width: 50%;
  /*width: 40%;*/
}

.product-top__content {
  /*width: 55%;*/
  width: 50%;
  padding-left: 5%;
}

.product-desc__content {
  /*width: 65%;*/
  width: 100%;
  padding-right: 15px;
}

.product-desc__side {
  display: none;
  float: right;
  width: 35%;
  padding-left: 15px;
}

.product-nav {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  z-index: 15;
}

.product-nav__link {
  position: relative;
  display: table-cell;
  vertical-align: top;
  padding: 16px 25px 14px;
  border-bottom: 2px solid transparent;
  font-size: 15px;
  line-height: 16px;
  text-align: center;
  background: #2a2c2f;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

.product-nav__link:hover {
  color: #fff;
  background: #b91d1d;
}

.product-nav__link.active {
  color: #fff;
  background: #b91d1d;
  border-color: #9999ea;
}

.product-nav__link .amount {
  color: #ccdfff;
}

.product-variations {
  margin-bottom: 15px;
}

.product-variations .selectize-input {
  max-width: max-content;
  padding: 4px 20px 4px 0;
  border-width: 0 0 1px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.product-variations .selectize-input:after {
  right: 8px !important;
}

.product-variations .selectize-input.input-active {
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.product-variations .selectize-input.dropdown-active::before {
  content: none;
}

.product-variations .selectize-control .selectize-input {
  padding: 5px 24px 5px 8px;
  background-color: #f5f5f5;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.product-variations .selectize-control .selectize-input.input-active {
  border-color: #e5e5e5;
}

.product-variations .selectize-dropdown {
  margin: 0;
}

.product-variations .selectize-dropdown .option {
  cursor: pointer;
}

.product-order {
  position: relative;
  margin-top: 20px;
}

.product-price {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.product-price__items {
  overflow: hidden;
}

.product-price__new, .product-price__current {
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
}

.product-price__old {
  text-decoration: line-through;
  font-size: 14px;
  color: #8e8e8e;
}

.product-price__text {
  font-size: 14px;
}

.product-price__best {
  margin-top: 10px;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  color: #B00000;
}

.product-order .change-count {
  float: left;
  max-width: 50px;
  margin-right: 5px;
}

.product-order .product-buy {
  overflow: hidden;
}

.product-order__action {
  font-size: 0;
}

.product-order__action-item {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  margin-right: 10px;
}

.product-order__action-item:last-child {
  margin-right: 0;
}

.product-order__action-item .button {
  font-size: 16px;
  font-weight: bold;
  padding: 9px 22px;
}

.product-order__action-item:not(.product-order__action-item_whatsapp) .button {
  text-transform: uppercase;
}

.product-content__main {
  display: block;
  float: left;
  position: relative;
  padding-right: 320px;
  width: 100%;
}

.product-content__side {
  position: relative;
  float: right;
  width: 280px;
  margin-left: -280px;
  padding-top: 35px;
  z-index: 10;
}

.product-sublink {
  margin-bottom: 20px;
}

.product-banner {
  margin-bottom: 20px;
  padding: 20px;
  border: 3px solid #eee;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.product-banner img {
  display: block;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.whatsapp-block {
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.whatsapp-block__icon {
  background-color: #3ec252;
  border-radius: 50%;
  overflow: hidden;
}

.whatsapp-block__icon svg {
  padding: 10px;
  fill: #ffffff;
}

.whatsapp-block__img {
  display: block;
  width: 45px;
  height: 45px;
  margin-left: -5px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.whatsapp-block__text {
  margin-left: 5px;
  font-size: 16px;
  line-height: 1.1;
  font-weight: bold;
  color: #2fa040;
  text-decoration: underline;
}

.product-order__action-item_whatsapp {
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  gap: 10px;
}

.product-order__action-item_whatsapp:hover .whatsapp-block__text {
  color: #B00000;
}

/* Product properties */
.product-properties {
  margin: 15px 0;
  font-size: 0;
  line-height: 1;
}

.product-properties_vendorcode .product-properties__value {
  display: inline-block;
  width: auto !important;
  padding: 4px 8px !important;
  margin: -4px 5px;
  background: #000000;
  color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.product-properties__name, .product-properties__value {
  display: inline-block;
  vertical-align: bottom;
  margin: 0;
  width: 70%;
  font-size: 16px;
  line-height: 16px;
}

.product-properties__value {
  width: 30%;
  padding-left: 10px;
  font-weight: bold;
}

.product-properties__name {
  position: relative;
}

.product-properties__name span {
  position: relative;
  z-index: 7;
  background: #fff;
  padding-right: 10px;
}

.product-properties__name:after {
  position: absolute;
  content: "";
  border-bottom: 1px dotted #D9D9D9;
  width: 100%;
  bottom: 3px;
  left: 0;
}

.product-properties-all {
  font-size: 14px;
}

.product-properties-head .product-properties {
  margin: 10px 0;
}

.product-properties-head .product-properties__name, .product-properties-head .product-properties__value {
  font-size: 15px;
  width: 60%;
}

.product-properties-head .product-properties__name {
  width: 40%;
}

.product-properties-head .product-properties__value {
  padding-left: 5px;
}

.product-properties-head .product-properties__name span:after {
  content: ':';
}

/* Product reviews */
.product-review {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ececec;
}

.product-review:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.product-review__head {
  margin-bottom: 15px;
}

.product-review__head-meta {
  display: inline-block;
  padding: 4px 10px;
  background: #ececec;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.product-review__rating {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.product-review__rating i {
  position: relative;
  font-size: 21px;
  color: #40c4e0;
  margin-left: 3px;
  top: 1px;
}

.product-review__rating span {
  font-weight: bold;
  font-size: 22px;
  vertical-align: middle;
}

.product-review__body {
  padding: 0 10px;
}

.product-review__name {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  color: #646877;
}

.product-review__date {
  display: inline-block;
  vertical-align: middle;
  color: #272727;
}

.product-review__title {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 7px;
}

.product-review__answer {
  margin: 15px 20px 0;
  padding: 5px 0 5px 10px;
  border-left: 2px solid #a8c5bc;
}

.product-review__expert {
  display: inline-block;
  padding: 2px 10px;
  background: #3D806D;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.product-review__content {
  margin-top: 10px;
}

.product-comment-form {
  display: none;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 3px solid #eee;
}

.product-comment-form.active {
  display: block;
}

.product-comment-form form {
  max-width: 600px;
}

.rating-list {
  height: 35px;
  padding-top: 4px;
}

.rating-list__star i {
  cursor: pointer;
  font-size: 24px;
  color: #bcc3d4;
}

.rating-list__star.active i {
  color: var(--main-bg-color);
}

/* ----------- Video Slider ----------- */
.videos-slider {
  margin-top: 30px;
}

.videos-slider__item {
  margin-right: 20px;
}

/* ----------- Reviews Slider ----------- */
.reviews-slider-infinite .article-card ,
.reviews-slider .article-card {
  margin: 0 10px;
}

/* ----------- Contact Block ----------- */
.contact-block {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.contact-block__side {
  width: 35%;
  padding: 25px;
  background: #f5f5f5;
}

.contact-block__map {
  width: 65%;
}

.contact-block__title {
  position: relative;
  margin-bottom: 0px !important;
  line-height: 32px;
  font-weight: normal;
  text-transform: uppercase;
}

.contact-block__title:after {
  content: "\f3c5";
  position: absolute;
  top: -2px;
  left: -40px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  width: 32px;
  height: 32px;
  background: #908586;
  color: #fff;
  font-weight: 900;
  text-align: center;
  font-size: 16px;
  line-height: 32px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.contact-block__title span {
  color: var(--main-hover-color);
}

.contact-block__title-info {
  margin-top: 5px;
  font-size: 14px;
  color: #66686b;
}

.contact-block__info {
  margin-top: 25px;
}

.contact-block__info-item {
  margin-bottom: 10px;
  font-size: 16px;
}

.contact-block__info-item:last-child {
  margin-bottom: 0;
}

.contact-block__info-item-title {
  display: block;
  font-size: 14px;
  color: #66686b;
}

.contact-block__button {
  margin-top: 20px;
}

.section-contacts-clients {
  background: #f6f6f6;
}

/* ----------- Cart ----------- */
.checkout-steps {
  font-size: 0;
  margin-bottom: 40px;
  counter-reset: section;
}

.checkout-steps__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #af7a7a;
  padding: 10px;
  background: #ececec;
  overflow: hidden;
}

.checkout-steps__item:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: counters(section, '.');
  counter-increment: section;
  font-size: 70px;
  color: #d3d5de;
}

.checkout-steps__item i {
  vertical-align: middle;
  font-size: 22px;
  margin-right: 7px;
}

.checkout-steps__item_current {
  background: var(--header-bg-color);
  background: -webkit-linear-gradient(top right, #422626, #3a3a3a);
  background: -o-linear-gradient(top right, #422626, #3a3a3a);
  background: -moz-linear-gradient(top right, #422626, #3a3a3a);
  background: linear-gradient(top right, #422626, #3a3a3a);
  color: #fff;
}

.checkout-steps__item_current i {
  color: #fff;
}

.checkout-steps__item_current:before {
  color: #cfcfcf;
}

.checkout-block__main {
  position: relative;
  display: block;
  float: left;
  padding-right: 400px;
  width: 100%;
}

.checkout-block__side {
  position: relative;
  float: right;
  width: 370px;
  margin-left: -370px;
  z-index: 10;
}

.checkout-subtotal {
  padding: 15px;
  margin-bottom: 10px;
  background: #2e2e2e;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.checkout-info-text {
  margin-top: 4px;
  font-size: 13px;
  color: #9ac5fb;
}

.checkout-promo {
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.checkout-promo .input {
  background: #1a1e23;
  color: #fff;
}

.checkout-value {
  color: #fff;
}

.checkout-value_total {
  margin-bottom: 15px;
  color: #282828;
}

.checkout-value__item {
  margin: 0 0 10px;
}

.checkout-value__item:last-child {
  margin: 0;
}

.checkout-value__value {
  float: right;
  margin: 0;
  padding-left: 10px;
  font-size: 18px;
  font-weight: bold;
}

.checkout-value__name {
  position: relative;
  font-size: 16px;
  overflow: hidden;
  margin: 0;
}

.checkout-value__name span {
  position: relative;
  background: #2e2e2e;
  padding-right: 10px;
  z-index: 7;
}

.checkout-value__name:after {
  position: absolute;
  content: "";
  border-bottom: 1px dotted #929292;
  width: 100%;
  bottom: 6px;
  left: 0;
}

.checkout-value_total .checkout-value__name span {
  background: #edf0f3;
}

.checkout-info {
  margin-top: 25px;
}

.checkout-info__content {
  padding: 10px 15px;
  background: #edf0f3;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.checkout-info .block-agreement {
  text-align: center;
}

.basket-list .basket-card {
  margin-bottom: 15px;
}

.basket-list .basket-card:last-child {
  margin: 0;
}

.basket-card {
  position: relative;
  padding: 15px 50px 15px 15px;
  background: #fff;
  border: 1px solid #ececec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.basket-card__delete {
  position: absolute;
  top: 20px;
  right: 15px;
  line-height: 19px;
}

.basket-card__delete i {
  vertical-align: top;
  font-size: 19px;
  color: #9a9da4;
  cursor: pointer;
}

.basket-card__delete i:hover {
  color: #666;
}

.basket-card__cover {
  float: left;
  width: 100%;
  max-width: 70px;
  height: 70px;
  line-height: 68px;
  text-align: center;
  border: 1px solid #ececec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.basket-card__cover img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 68px;
  max-height: 60px;
}

.basket-card__content {
  margin-left: 90px;
  font-size: 0;
}

.basket-card__info, .basket-card__count-price, .basket-card__count, .basket-card__price {
  display: inline-block;
  vertical-align: top;
}

.basket-card__info {
  width: 45%;
  padding-top: 5px;
}

.basket-card__count-price {
  width: 55%;
  padding-left: 7.5%;
}

.basket-card__count {
  width: 80px;
  padding-right: 20px;
}

.basket-card__price-current, .basket-card__price-new {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #80828a;
}

.basket-card__price-old {
  text-decoration: line-through;
  font-size: 13px;
  color: #9da6b0;
  line-height: 1;
}

.basket-card__price-total {
  font-size: 18px;
  font-weight: bold;
  padding: 2px 0 5px;
}

.basket-card__price-total span {
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  color: #80828a;
}

.basket-card__price-total i {
  font-style: normal;
}

.basket-card__name {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
}

.basket-card__desc {
  font-size: 14px;
}

.basket-card__data {
  font-size: 0;
  margin: 0 0 10px;
}

.basket-card__data-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 14px;
  line-height: 19px;
}

.basket-card__data-item:last-child {
  margin-right: 0;
}

.basket-card__data-item_brand {
  background: #4d5162;
  color: #fff;
  padding: 0 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.checkout-shipping, .checkout-payment {
  padding: 15px;
  background: #edf0f3;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.checkout-payment {
  margin-top: 25px;
}

.checkout-shipping .checkbox, .checkout-payment .checkbox {
  display: block;
  margin: 5px 0;
}

/* ----------- compare ----------- */
.products-compare .slick-track {
  margin: 0;
}

.products-compare .slides-arrows {
  top: 80px;
  z-index: 11;
}

.compare__options {
  float: left;
  width: 240px;
  margin-right: -240px;
  border-right: 1px solid #ececec;
  z-index: 10;
}

.compare__products {
  float: left;
  padding-left: 240px;
  width: 100%;
}

.compare__head {
  position: relative;
  height: 345px;
  border-bottom: 1px solid #ececec;
}

.compare-product {
  max-width: 270px;
  border-right: 1px solid #ececec;
}

.compare-delete {
  position: absolute;
  top: 0;
  left: 10px;
  padding: 0 10px;
  font-size: 14px;
  background: #ececec;
  color: #585858;
  cursor: pointer;
  z-index: 7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.compare-delete:hover {
  background: #FFDEDB;
  color: #CE2323;
}

.compare__options .checkbox {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.compare__item_options {
  font-weight: bold;
  color: #646877;
}

.compare__item {
  padding: 0 15px;
  font-size: 14px;
  line-height: 18px;
}

.compare__item:before, .compare__item:after {
  content: '';
  display: block;
  height: 10px;
}

.compare__item:hover, .compare__item.hover {
  background: #f7f9fd;
}

/* ----------- block articles ----------- */
.section-main-articles .section__body {
  margin-top: 35px;
}

.articles-list {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: -1%;
}

.articles-list__item {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  width: 23%;
  margin: 1%;
}

.articles-list__item img {
  max-height: 218px;
}

.articles-list__cover {
  margin-bottom: 15px;
  position: relative;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 120px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.articles-list__cover:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(29, 29, 33, 0.45) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(29, 29, 33, 0.45) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(29, 29, 33, 0.45) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1d1d21a6', GradientType=0);
}

.articles-list__cover button {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.articles-list__date {
  padding: 0 5px 3px;
  font-size: 13px;
  color: #7e818a;
}

.articles-list__name {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 5px 0; /*15px 10px 0 10px;*/
}

.articles-list_article .articles-list__item {
  width: 31.3333%;
  margin-bottom: 30px;
}

.articles-list_article .articles-list__name {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}

.articles-list_article .articles-list__cover {
  height: 160px;
}

.schemes-slider {
  margin: 0;
}

.schemes-slider .articles-list__item {
  width: 300px;
  margin: 0 10px 0 0;
}

/* ----------- block news ----------- */
/*.section-main-news {
  background: #f6f6f6;
}*/

.section-main-news .section__body {
  margin-top: 35px;
}

.section-main-news .article-card__cover {
  /* height: 160px; */
}

.section-main-news .article-card__content {
  padding: 10px 2px;
}

.section-main-news .article-card__name {
  font-size: 16px;
  line-height: 22px;
}

.news-list {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0 -1%;
}

.news-list__item {
  display: inline-block;
  vertical-align: top;
  width: 31.33333%;
  margin: 0 1%;
}

.news-list__date {
  font-size: 13px;
  color: #7e818a;
}

.news-list__name {
  font-size: 16px;
  line-height: 18px;
}

/* faq card */
.faq-card-list .faq-card, .calculators-card-list .calculators-card {
  margin-bottom: 30px;
  padding-bottom: 35px;
  border-bottom: 1px solid #e2e7ef;
}

.faq-card-list .faq-card:last-child, .calculators-card-list .calculators-card:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

.faq-card__name, .calculators-card__name {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  color: #282828;
}

.faq-card__summary {
  margin: 10px 0 7px;
  color: #5f5f5f;
}

.calculators-card__summary {
  margin-top: 10px;
  color: #5f5f5f;
}

.calculators-card__more {
  margin-top: 7px;
}

/* calculator-form */
.calculator-form {
  max-width: 600px;
  padding: 30px;
  background: #efefef;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* ----------- articles ----------- */
.articles {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0 -1%;
}

.article-card {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 31.3333%;
  margin: 0 1% 30px;
}

.article-card__label {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 2px 10px;
  z-index: 1;
}

.article-card__label, .actions-label {
  font-weight: bold;
  color: #fff;
  background: #ce0e0e;
  border-radius: 4px;
}

.actions-label {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 15px;
}

.article-card__cover {
  position: relative;
  display: block;
  padding-top: 47%;
  width: 100%;
  /* height: 180px; */
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.article-card__content {
  padding: 10px;
}

.article-card__info {
  margin: 5px 0;
  font-size: 13px;
  line-height: 1;
}

.article-card__date, .article-card__category, .article-card__author {
  display: inline-block;
  vertical-align: top;
  color: #7e818a;
}

.article-card__name {
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
}

.article-card__summary {
  margin-top: 12px;
  font-size: 14px;
  line-height: 18px;
}

.article-card__summary p {
  margin: 0;
}

/* ----------- actions slider ----------- */
/*.section-main-actions {
  background: #f5f5f5;
}*/

.actions-slider {
  margin: 0 -5px;
}

.actions-slider__item {
  position: relative;
  margin: 0 5px;
}

.actions-slider__item img {
  display: block;
  max-width: 100%;
  height: auto;
}

.actions-slider__item button {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.actions-slider__item:hover:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}

.actions-slider__item:hover button {
  display: block;
}

/* ----------- block products ----------- */
.section-main-products_bg {
  background: #f6f6f6;
}

/* ----------- block objects ----------- */
/*.section-main-objects {
  background: #f6f6f6;
}*/

.objects {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0 -1%;
}

.object-card {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin: 0 1% 30px;
  min-height: 300px;
}

.object-card__cover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.object-card__content {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  height: 100%;
  max-width: 300px;
  padding: 30px;
  background: rgba(23, 24, 45, 0.91);
  color: rgba(255, 255, 255, 0.65);
}

.object-card__title {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.object-card__date {
  font-size: 13px;
}

.section-object-client {
  background: #f6f6f6;
}

.object-meta {
  font-size: 0;
}

.object-meta li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 5px 15px;
  font-size: 16px;
  color: #999;
}

.object-meta li:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: -2px;
  height: 4px;
  width: 4px;
  background: #9a9da4;
}

.object-meta li:first-child:before {
  content: none;
}

.object-meta li:first-child {
  padding-left: 0;
}

.object-meta li:last-child {
  padding-right: 0;
}

.section-object-gallery {
  margin: 20px 0;
  padding: 10px 0;
  background: #efefef;
}

.gallery-objects .gallery__item img {
  padding: 0;
  border: 0;
}

@media screen and (min-width: 1480px) {
  .gallery-objects .slides-arrows_prev {
    left: 10%;
  }

  .gallery-objects .slides-arrows_next {
    right: 10%;
  }
}

.form-object-order, .form-obogrev-order {
  padding: 30px;
  background: #efefef;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.title-block-object {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.title-block-object__main {
  flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  max-width: 100%;
}

.title-block-object__cover {
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  max-width: 200px;
  text-align: right;
}

.title-block-object__cover img {
  display: inline-block;
  vertical-align: top;
  max-width: 180px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* ----------- block clients ----------- */
.clients {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0 -1%;
}

.client-card {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  margin: 0 1% 30px;
}

.client-card__logo {
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.client-card__logo img {
  display: block;
  margin: 0 auto;
  height: 100px;
  max-width: 100%;
}

.client-card__name {
  padding: 5px 5px 0;
  text-align: center;
}

.title-block_client .title-block__name {
  display: inline-block;
  vertical-align: middle;
}

.client-logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.client-logo img, .client-block__logo img {
  display: block;
  padding: 5px;
  height: 75px;
  width: auto;
  background: #fff;
  border: 1px solid #ececec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.client-block__logo img {
  height: 120px;
}

.client-block {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}

.client-block__text {
  padding: 0 30px;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.section-client-about, .section-client-review, .section-client-objects {
  padding: 20px 0;
}

.client-about {
  position: relative;
  padding: 20px;
  background: #f5f5f5;
}

.client-about:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 20px;
  border: 10px solid transparent;
  border-bottom: 10px solid #f5f5f5;
}

.client-about p:last-child {
  margin-bottom: 0;
}

.client-review__text {
  position: relative;
  overflow: hidden;
  max-height: 110px;
}

.client-review__text:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.client-review.active .client-review__text {
  max-height: inherit;
}

.client-review.active .client-review__text:before {
  content: none;
}

.review-partner {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.review-partner:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}


.title-block-review {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.title-block-review__main {
  flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  max-width: 100%;
}

.title-block-review__cover {
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  max-width: 130px;
  text-align: right;
}

.title-block-review__cover img {
  display: inline-block;
  vertical-align: top;
  max-width: 130px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.review-meta {
  font-size: 0;
}

.review-meta li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 5px 15px;
  font-size: 16px;
  color: #999;
}

.review-meta li:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: -2px;
  height: 4px;
  width: 4px;
  background: #9a9da4;
}

.review-meta li:first-child:before {
  content: none;
}

.review-meta li:first-child {
  padding-left: 0;
}

.review-meta li:last-child {
  padding-right: 0;
}

.review-description {
  position: relative;
  padding: 20px;
  background: #f2f4f7;
}

.review-description:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 20px;
  border: 10px solid transparent;
  border-bottom: 10px solid #f5f5f5;
}

.review-description p:last-child {
  margin-bottom: 0;
}

/* ----------- block scheme ----------- */
.section-scheme-gallery {
  margin: 20px 0;
  padding: 10px 0;
  background: #efefef;
}

/* ----------- block obogrev ----------- */
.section-obogrev-banner, .section-page-banners {
  padding: 0 0 20px;
}

.obogrev-banner {
  position: relative;
}

.obogrev-banner img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.obogrev-banner__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.obogrev-banner__content .layout {
  height: 100%;
}

.obogrev-banner__content-inner {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
  color: #fff;
}

.obogrev-banner__title {
  font-size: 36px;
  line-height: 54px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.obogrev-banner__body {
  margin-top: 25px;
  font-size: 20px;
}

.obogrev-nav .col-xs-6 {
  margin-bottom: 15px;
}

.obogrev-nav {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.obogrev-nav__link {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 10px 0;
  padding: 15px;
  width: 200px;
  text-align: center;
  border: 2px solid #eee;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.obogrev-nav__cover {
  display: block;
  margin: 0 auto 10px;
  max-height: 50px;
}

.obogrev-nav__title {
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
  color: #ce0e0e;
}
.obogrev-nav__link:hover {
  border-color: #cecece;
}
.obogrev-nav__link:hover .obogrev-nav__title {
  color: #1354a5;
}

.obogrev-type {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin-bottom: 50px;
}

.obogrev-type h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 15px !important;
}

.obogrev-type__buttons {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  width: 150px;
  padding-left: 15px;
  border-left: 1px solid #eee;
}

.obogrev-type__buttons-item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.obogrev-type__buttons-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.obogrev-button-list, .obogrev-button-calc {
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  cursor: pointer;
}

.obogrev-button-list {
  max-width: 120px;
}

.obogrev-button-list i {
  display: block;
  margin-bottom: 7px;
  font-size: 42px;
  color: #000;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.obogrev-button-list:hover i {
  color: #4e3f3f;
}

.obogrev-type__cover {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  width: 300px;
}

.obogrev-type__cover-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.obogrev-type__cover-content {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  width: 100%;
  padding: 30px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(29, 29, 33, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(29, 29, 33, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(29, 29, 33, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1d1d21a6', GradientType=0);
}

.obogrev-type__content {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 30px;
}

.section-obogrev-headform {
  padding: 13px 0;
  background: #f5f5f5;
}

.section-obogrev-headform.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.25);
  z-index: 16;
}

.obogrev-headform {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  margin: 0 -5px;
}

.obogrev-headform__cell {
  padding: 0 5px;
}

.obogrev-headform__cell_r1, .obogrev-headform__cell_k1, .obogrev-headform__cell_p1, .obogrev-headform__cell_t2 {
  width: 130px;
}

.obogrev-headform__cell_r2, .obogrev-headform__cell_k2, .obogrev-headform__cell_p2, .obogrev-headform__cell_t4 {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.obogrev-headform__cell_r3, .obogrev-headform__cell_r4 {
  width: 150px;
}

.obogrev-headform__cell_p3 {
  width: 25%;
}

.form-obogrev-head .input {
  border: 2px solid #da6f6d;
}

.button-oproslist {
  position: fixed;
  bottom: 50%;
  margin-bottom: -24px;
  right: 20px;
  z-index: 15;
}

.button-oproslist img {
  width: 130px;
  height: auto;
}

.oproslist-link {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  color: #da2118;
  border-bottom: 2px dashed #da2118;
}

.oproslist-link:hover {
  border-color: #B00000;
}

/* ----------- Engineer help ----------- */
.engineer-help {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin: 60px 0;
}

.engineer-help__cover {
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
  max-width: 240px;
}

.engineer-help__cover img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  padding: 20px;
  border: 3px solid #eee;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.engineer-help__content {
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 50px;
}

.engineer-help__title {
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}

.engineer-help__title span {
  color: #ce0e0e;
}

.engineer-help__desc {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-top: 15px;
}

/* .engineer-help__desc-icon i {
  width: 76px;
  height: 76px;
  background: #f1f1f1;
  color: #d44045;
  text-align: center;
  font-size: 46px;
  line-height: 76px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 20px 30px -20px rgb(74, 61, 14);
  -webkit-box-shadow: 0 20px 30px -20px rgb(74, 61, 14);
} */
.engineer-help__desc-icon i {
  color: #d44045;
  font-size: 76px;
}

.engineer-help__desc-info {
  font-size: 17px;
  line-height: 24px;
  padding-left: 30px;
}

.engineer-help__desc-info .ul-style li {
  margin-bottom: 7px;
}

.form-engineer-help {
  margin-top: 20px;
  padding: 8px 15px;
  background: #3a3a3a;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.form-engineer-help .row {
  margin-left: -5px;
  margin-right: -5px;
}

.form-engineer-help [class^=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.form-engineer-help .form-block__cell {
  margin-top: 10px;
}

.form-engineer-help .input, .form-engineer-help .textarea {
  border-color: transparent;
}

.form-engineer-help .textarea {
  min-height: 80px !important;
}

.form-engineer-help .button {
  height: 80px;
}

.form-engineer-help .block-agreement a {
  color: #fff;
}

.engineer-help__notice {
  margin-top: 5px;
  text-align: center;
  color: #ce0e0e;
}

/* Form Basic  */
.form-basic .input, .form-basic .input-text, .form-basic .textarea, .form-basic .select {
  padding: 24px 30px;
  background: #fbfbfb;
  border: 1px solid #a10000;
  border-radius: 10px;
}

.form-basic__fields.row > .col-xs-12 {
  margin-bottom: 0;
}

.form-basic .form-block__cell, .form-basic .textarea {
  margin-top: 20px;
}

.form-basic .textarea {
  min-height: 120px;
}

.form-basic .block-agreement {
  margin-top: 0;
}

/* block request */
.block-request {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin: 40px 0;
  padding: 20px;
  background: #f5f5f7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.block-request:before {
  content: '';
  background: url('/uploads/images/services/pr-icon5.png') no-repeat;
  background-size: cover;
  width: 100px;
  height: 99px;
  margin-right: 40px;
}

.block-request__text {
  padding-left: 30px;
  font-weight: bold;
}

/* ----------- Lp head ----------- */
.lp-head {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lp-head__content {
  width: 40%;
  padding: 30px;
}

.lp-head__nav {
  width: 60%;
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
}

.lp-head__nav-title {
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.lp-head__nav-list {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 30px -1% 0;
}

.lp-head__nav-list-item {
  display: inline-block;
  vertical-align: top;
  width: 31.3333%;
  margin: 20px 1%;
  text-align: center;
}

.lp-head__nav-list-item img {
  margin: 0 auto 15px;
  max-width: 90%;
  max-height: 90%;
}

.lp-head__nav-list-item span {
  display: block;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  text-transform: uppercase;
  color: #282828;
}

.lp-head__title {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.lp-head__title-1 {
  font-size: 50px;
  line-height: 60px;
}

.lp-head__title-2 {
  font-size: 34px;
  line-height: 38px;
}

/* proektirovanie */
.pr-objects {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: -1%;
}

.pr-objects__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 23%;
  margin: 1%;
}

.pr-objects__cover {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  justify-content: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  padding: 20px;
  height: 200px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pr-objects__cover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(29, 29, 33, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(29, 29, 33, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(29, 29, 33, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1d1d21a6', GradientType=0);
}

.pr-objects__cover-info {
  text-align: center;
}

.pr-objects__text {
  padding-top: 10px;
  text-align: center;
}

.pr-objects__text b {
  color: #a51115;
}

.pr-advantages {
  margin: 40px 0 30px;
  padding: 40px 10px;
  background-image: url('/uploads/images/services/pr-advantages.png');
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pr-advantages__items {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: -1%;
}

.pr-advantages__item {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  width: 48%;
  margin: 1%;
  padding: 5px 40px;
}

.pr-advantages__icon {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  width: 50px;
}

.pr-advantages__text {
  flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  font-weight: bold;
  color: #fff;
  padding-left: 25px;
}

.pr-advantages__text span {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}

.pr-advantages_about {
  background: none;
  padding: 0;
}

.pr-advantages_about .pr-advantages__item {
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  width: 31%;
}

.pr-advantages_about .pr-advantages__text {
  color: #282828;
}

.pr-advantages_center .pr-advantages__item {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.pr-advantages_center .pr-advantages__text {
  padding: 10px 0 0;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

.pr-advantages_center .pr-advantages__icon {
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  width: 60px;
  height: 60px;
}

.pr-advantages_3 .pr-advantages__item {
  width: 31.3333%;
}

/* lp product */
.lp-product {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  padding: 20px;
  border: 1px solid #eee;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.lp-product__side {
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  max-width: 200px;
  margin-right: 35px;
}

.lp-product__side, .lp-product__main {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.lp-product__side-inner, .lp-product__main-inner {
  flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  margin-bottom: 35px;
}

.lp-product__main {
  flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
}

.lp-product__model {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: bold;
}

.lp-product__model img {
  display: inline-block;
  vertical-align: baseline;
  height: 20px;
  margin-left: 10px;
}

.lp-product__cover img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.lp-product__name {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.lp-product__desc {
  line-height: 20px;
  font-weight: bold;
  color: #ce0e0e;
}

.lp-product__properties {
  margin-top: 20px;
}

.lp-product__properties li {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-bottom: 15px;
}

.lp-product__properties li:last-child {
  margin-bottom: 0;
}

.lp-product__properties-icon {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  margin-right: 15px;
  height: 30px;
  width: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

.lp-product__properties-desc {
  font-size: 15px;
  line-height: 18px;
}

.lp-product__file {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  max-width: 240px;
  font-size: 14px;
  line-height: 1.2;
  color: #282828;
}

.lp-product__file:before {
  content: "\f1c2";
  font-size: 35px;
  line-height: 1;
  margin-right: 10px;
  color: #3060b7;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
}

/* lp block cover */
.lp-block-cover {
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.lp-block-cover__content {
  padding: 30px;
  background: rgb(255 255 255 / 60%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* ----------- Benefits list ----------- */
.benefits-list {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: -1%;
}

.benefits-list__item {
  width: 23%;
  margin: 1%;
  padding: 20px 15px;
  text-align: center;
  border: 2px solid #d52626;
  font-weight: bold;
}

.benefits-list__value {
  color: #d52626;
  font-size: 30px;
}

.benefits-list__desc {
  margin-top: 20px;
  color: #585353;
}

.benefits-list__icon {
  max-height: 40px !important;
}

/* ----------- Benefits chess ----------- */
.benefits-chess {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: -1%;
}

.benefits-chess__item {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  width: 18%;
  margin: 1%;
  padding: 20px 15px;
  text-align: center;
  font-weight: bold;
}

.benefits-chess__item.is-bg {
  color: #fff;
  background: #d52626;
}

.benefits-chess__item.is-border {
  color: #d52626;
  border: 2px solid #d52626;
}

.benefits-chess__item.is-icon {
  padding: 0;
}

.benefits-chess__item.is-icon img {
  max-width: 30%;
}

/* ----------- Footer ----------- */
.footer {
  margin: -271px auto 0;
  width: 100%;
  background: #2e2e2e;
}

.footer a:hover {
  color: #fd7373;
}

.footer__content {
  position: relative;
  display: block;
  float: right;
  padding-top: 20px;
  padding-left: 280px;
  width: 100%;
}

.footer__side {
  position: relative;
  float: left;
  width: 240px;
  margin-right: -240px;
  padding: 20px 25px 15px;
  background: #282828;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  z-index: 10;
}

.contact-foot__item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #4d5156;
}

.contact-foot__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.contact-foot__item_messengers .contact-foot__title {
  font-size: 16px;
  color: #4d5156;
}

.contact-foot__title {
  font-size: 17px;
  font-weight: bold;
  color: #e4e4e4;
}

.contact-foot__info {
  font-size: 12px;
  line-height: 1;
  color: #afafaf;
}

.footer__col {
  float: left;
  width: 24%;
  margin-right: 1%;
}

.footer__col:last-child {
  margin: 0;
}

.footer__title {
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
}

.footer__nav-item {
  margin-bottom: 5px;
}

.footer__nav-item:last-child {
  margin-bottom: 0;
}

.footer__nav-link {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  /*font-weight: bold;*/
  color: #a6a7b3;
}

.social-list {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.social-list__link {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}

.social-list__link:last-child {
  margin-right: 0;
}

.social-list__link i {
  width: 28px;
  height: 28px;
  background: #36393e;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 28px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.footer__bottom {
  margin-top: 36px;
  padding: 15px 0;
  font-size: 12px;
  color: #fff;
  background: #282828;
}

.footer__copyright {
  padding: 0 25px;
  font-weight: bold;
  text-transform: uppercase;
}

.dev a {
  color: #bb8989;
}

.panel-info {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

/* staff card */
.staff-card-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.staff-card-list .staff-card {
  margin: 0 40px 40px 0;
}

.staff-card {
  max-width: 230px;
}

.staff-card__photo {
  position: relative;
}

.staff-card__photo img {
  width: 240px;
  height: 267px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: opacity 0.4s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.staff-card__photo img:last-child {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.staff-card__photo:hover img:last-child {
  opacity: 1;
}

.staff-card__name {
  font-size: 18px;
  font-weight: bold;
}

.staff-card__position {
  margin-top: 4px;
  line-height: 1;
  color: #757575;
}

/* author card */
.author-card {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  padding: 10px 15px;
  background: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.author-card__photo {
  margin-right: 15px;
}

.author-card__photo img {
  display: block;
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
  object-fit: cover;
}

.author-card__position {
  margin-top: 4px;
  line-height: 1;
  color: #757575;
}

/* opacity */
.opacity-0 {
  opacity: 0;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-35 {
  opacity: 0.35;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-45 {
  opacity: 0.45;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-55 {
  opacity: 0.55;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-65 {
  opacity: 0.65;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-85 {
  opacity: 0.85;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-95 {
  opacity: 0.95;
}

.opacity-100 {
  opacity: 1;
}


/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row_margin {
  margin-bottom: 45px;
}

.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

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

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

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

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

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

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .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 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .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 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .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 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.col-margin {
  margin-bottom: 25px;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}

/* ----------- adaptive ----------- */
.m-header, .m-side__head, .m-filters__head, .m-button-filter, .m-button-side {
  display: none;
}

.m-header {
  height: 60px;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0 2px 5px rgba(69, 72, 78, 0.33);
}

.m-header__inner {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}

.m-header .header-icon {
  width: 36px;
  height: 36px;
  font-size: 16px;
  line-height: 36px !important;
  background: var(--main-bg-color);
  color: #fff;
  border: 0;
}

.m-header__buttons .active .header-icon {
  background: #da2118;
}

.m-header__logo {
  white-space: nowrap;
}

.m-header__logo .logo-icon {
  padding-right: 15px;
  height: auto;
  max-height: 22px;
  min-width: 100px;
  max-width: 100%;
}

.m-header__logo .logo-name {
  border-color: #d6d6d6;
  color: #848484;
}

.m-header__buttons {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.m-header__compare, .m-header__basket, .m-header__phone {
  margin-right: 20px;
}

.m-compare-head, .m-basket-head {
  position: relative;
  display: block;
}

.m-compare-head__count, .m-basket-head__count {
  position: absolute;
  top: -3px;
  right: -6px;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  padding: 0 4px;
  background: #e3e7f1;
  color: #808080;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.m-basket-head__icon i {
  background: #da2118 !important;
}

.m-basket-head__icon i:before {
  position: relative;
  left: -1px;
}

.m-header__city {
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 180px;
  padding-left: 2%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.m-header__city i {
  position: relative;
  top: -1px;
  margin-right: 4px;
  font-size: 13px;
  color: #bac8da;
}

.m-button-bars {
  cursor: pointer;
}

.m-button-bars .m-button-bars__close, .m-button-bars.active .m-button-bars__open {
  display: none;
}

.m-button-bars.active .m-button-bars__close {
  display: block;
}

.m-button-side {
  margin-bottom: 10px;
}

.m-button-side i {
  margin-right: 5px;
}

.m-filters__head, .m-side__head {
  margin-bottom: 15px;
}

.m-filters__head-close, .m-side__head-close {
  float: right;
  width: 40px;
  height: 40px;
  padding: 0;
  font-family: Arial;
  font-size: 28px;
  line-height: 40px;
}

.m-filters__head-title, .m-side__head-title {
  font-size: 24px;
  line-height: 40px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.body-gutter {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
}


/* ui margin */
.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-05 {
  margin: 5px !important;
}

.m-05 {
  margin: 5px !important;
}

.mt-05,
.my-05 {
  margin-top: 5px !important;
}

.mr-05,
.mx-05 {
  margin-right: 5px !important;
}

.mb-05,
.my-05 {
  margin-bottom: 5px !important;
}

.ml-05,
.mx-05 {
  margin-left: 5px !important;
}

.m-1 {
  margin: 10px !important;
}

.m-1 {
  margin: 10px !important;
}

.mt-1,
.my-1 {
  margin-top: 10px !important;
}

.mr-1,
.mx-1 {
  margin-right: 10px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 10px !important;
}

.ml-1,
.mx-1 {
  margin-left: 10px !important;
}

.m-2 {
  margin: 20px !important;
}

.mt-2,
.my-2 {
  margin-top: 20px !important;
}

.mr-2,
.mx-2 {
  margin-right: 20px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 20px !important;
}

.ml-2,
.mx-2 {
  margin-left: 20px !important;
}

.m-3 {
  margin: 30px !important;
}

.mt-3,
.my-3 {
  margin-top: 30px !important;
}

.mr-3,
.mx-3 {
  margin-right: 30px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 30px !important;
}

.ml-3,
.mx-3 {
  margin-left: 30px !important;
}

.m-4 {
  margin: 40px !important;
}

.mt-4,
.my-4 {
  margin-top: 40px !important;
}

.mr-4,
.mx-4 {
  margin-right: 40px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 40px !important;
}

.ml-4,
.mx-4 {
  margin-left: 40px !important;
}

.m-5 {
  margin: 50px !important;
}

.mt-5,
.my-5 {
  margin-top: 50px !important;
}

.mr-5,
.mx-5 {
  margin-right: 50px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 50px !important;
}

.ml-5,
.mx-5 {
  margin-left: 50px !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: 5px !important;
}

.pt-1,
.py-1 {
  padding-top: 5px !important;
}

.pr-1,
.px-1 {
  padding-right: 5px !important;
}

.pb-1,
.py-1 {
  padding-bottom: 5px !important;
}

.pl-1,
.px-1 {
  padding-left: 5px !important;
}

.p-2 {
  padding: 10px !important;
}

.pt-2,
.py-2 {
  padding-top: 10px !important;
}

.pr-2,
.px-2 {
  padding-right: 10px !important;
}

.pb-2,
.py-2 {
  padding-bottom: 10px !important;
}

.pl-2,
.px-2 {
  padding-left: 10px !important;
}

.p-3 {
  padding: 15px !important;
}

.pt-3,
.py-3 {
  padding-top: 15px !important;
}

.pr-3,
.px-3 {
  padding-right: 15px !important;
}

.pb-3,
.py-3 {
  padding-bottom: 15px !important;
}

.pl-3,
.px-3 {
  padding-left: 15px !important;
}

.p-4 {
  padding: 20px !important;
}

.pt-4,
.py-4 {
  padding-top: 20px !important;
}

.pr-4,
.px-4 {
  padding-right: 20px !important;
}

.pb-4,
.py-4 {
  padding-bottom: 20px !important;
}

.pl-4,
.px-4 {
  padding-left: 20px !important;
}

.p-5 {
  padding: 25px !important;
}

.pt-5,
.py-5 {
  padding-top: 25px !important;
}

.pr-5,
.px-5 {
  padding-right: 25px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 25px !important;
}

.pl-5,
.px-5 {
  padding-left: 25px !important;
}

@media (min-width: 600px) {
  .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: 10px !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 10px !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 10px !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 10px !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 10px !important;
  }
  .m-sm-2 {
    margin: 20px !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 20px !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 20px !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 20px !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 20px !important;
  }
  .m-sm-3 {
    margin: 30px !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 30px !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 30px !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 30px !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 30px !important;
  }
  .m-sm-4 {
    margin: 40px !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 40px !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 40px !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 40px !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 40px !important;
  }
  .m-sm-5 {
    margin: 50px !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 50px !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 50px !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 50px !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 50px !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: 5px !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 5px !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 5px !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 5px !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 5px !important;
  }
  .p-sm-2 {
    padding: 10px !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 10px !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 10px !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 10px !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 10px !important;
  }
  .p-sm-3 {
    padding: 15px !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 15px !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 15px !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 15px !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 15px !important;
  }
  .p-sm-4 {
    padding: 20px !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 20px !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 20px !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 20px !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 20px !important;
  }
  .p-sm-5 {
    padding: 25px !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 25px !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 25px !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 25px !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 25px !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: 10px !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 10px !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 10px !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 10px !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 10px !important;
  }
  .m-md-2 {
    margin: 20px !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 20px !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 20px !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 20px !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 20px !important;
  }
  .m-md-3 {
    margin: 30px !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 30px !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 30px !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 30px !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 30px !important;
  }
  .m-md-4 {
    margin: 40px !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 40px !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 40px !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 40px !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 40px !important;
  }
  .m-md-5 {
    margin: 50px !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 50px !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 50px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 50px !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 50px !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: 5px !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 5px !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 5px !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 5px !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 5px !important;
  }
  .p-md-2 {
    padding: 10px !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 10px !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 10px !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 10px !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 10px !important;
  }
  .p-md-3 {
    padding: 15px !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 15px !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 15px !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 15px !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 15px !important;
  }
  .p-md-4 {
    padding: 20px !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 20px !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 20px !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 20px !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 20px !important;
  }
  .p-md-5 {
    padding: 25px !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 25px !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 25px !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 25px !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 25px !important;
  }
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.rounded-xl {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.rounded-lg {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}


/* Adaptive variable for width */

.var-width {
  width: var(--width, 100%) !important;
}

@media (min-width: 768px) {
  .var-width-sm {
    width: var(--width-sm, var(--width, 100%)) !important;
  }
}

@media (min-width: 992px) {
  .var-width-md {
    width: var(--width-md, var(--width, 100%)) !important;
  }
}

@media (min-width: 1200px) {
  .var-width-lg {
    width: var(--width-lg, var(--width, 100%)) !important;
  }
}

/* Adaptive variable for height */

.var-height {
  height: var(--height, 100%) !important;
}

@media (min-width: 768px) {
  .var-height-sm {
    height: var(--height-sm, var(--height, 100%)) !important;
  }
}

@media (min-width: 992px) {
  .var-height-md {
    height: var(--height-md, var(--height, 100%)) !important;
  }
}

@media (min-width: 1200px) {
  .var-height-lg {
    height: var(--height-lg, var(--height, 100%)) !important;
  }
}
