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

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 {
  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: 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: #3433b5;
  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: #B00000;
}

.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 6 Free";
}

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

.ol-style_counter {
  counter-reset: counter;
}

.ol-style_counter {
  counter-reset: counter;
}

.ol-style_counter > li {
  counter-increment: counter;
  margin-left: var(--margin-left, 28px);
}

.ol-style_counter > li::marker {
  content: var(--counter-prefix, "") counter(counter) ". ";
}

.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: 250px;
}

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

.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;
  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 20px;
}

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


/* Video  */

.video-adaptive {
  position: relative;
  padding-top: 56.21%;
  width: 100%
}

.video-adaptive .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.lp-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;
}

.lp-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;
}

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

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

.lp-image-link.is-rounded {
  border-radius: 15px;
  overflow: hidden;
}

.lp-image-link.is-rounded-sm {
  border-radius: 10px;
  overflow: hidden;
}

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

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

.lp-image-link__image.is-cover img {
  object-fit: cover;
}

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

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

.lp-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: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  width: 100%;
}

.lp-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);
}

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

.lp-image-link__subtitle {
  font-weight: 400;
  color: #bbbfeb;
  text-transform: none;
}

.lp-image-link.is-blue .lp-image-link__text {
  background: #2a64c3;
  background: linear-gradient(90deg, #277ee0, #2c4aa7);
}

.lp-image-link.is-blue .lp-image-link__subtitle {
  color: #c7d7ff;
}



.lp-offer-partner {
  padding: 60px 0;
}

.lp-offer-partner__header {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}

.lp-offer-partner__title {
  margin: 0 20px 0 0 !important;
  font-size: 40px !important;
  line-height: 1.1em !important;
  white-space: nowrap;
}

.lp-offer-partner__logo {
  margin-bottom: 7px;
  display: flex;
  flex: 1 1 100%;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 3px solid #57b3f2;
}

.lp-offer-partner__logo img {
  max-width: 300px !important;
}

.lp-offer-partner__items {
  margin: -12px;
  display: flex;
  flex-wrap: wrap;
}

.lp-offer-partner-item {
  --column: 3;
  position: relative;
  margin: 15px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  flex: 0 0 calc((100% / var(--column, 3)) - 30px);
  background-color: #f4f4f4;
  border-radius: 15px;
  overflow: hidden;
  z-index: 1;
}

.lp-offer-partner-item__icon {
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: #db4b42;
  border-radius: 50%;
}

.lp-offer-partner-item__icon img {
  width: 100%;
  height: 100%;
}

.lp-offer-partner-item__title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #2872d3;
}

.lp-offer-partner-item__desc {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.3rem;
}

.lp-offer-partner-item__bottom {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}

.lp-offer-partner-item__icon-bg {
  position: absolute;
  bottom: -70px;
  left: -20px;
  z-index: -1;
}

.lp-offer-partner-item__icon-bg img {
  width: 200px;
  height: 200px;
  filter: brightness(0.91);
}

@media (max-width: 991px) {
  .lp-offer-partner__header {
    flex-direction: column;
  }

  .lp-offer-partner__title {
    order: 1;
  }

  .lp-offer-partner__logo {
    justify-content: flex-start;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}

@media (max-width: 1059px) {
  .lp-offer-partner-item {
    --column: 2;
  }
}

@media (max-width: 767px) {
  .lp-offer-partner-item {
    --column: 1;
  }
}



.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: #B00000;
}

.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: #f2f4f7!important;
}

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

.text-muted {
  color: #8d8d8d !important;
}

.text-dark {
  color: #333333 !important;
}

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

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

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

.text-light-blue {
  color: #57b3f2 !important;
}

.text-dark-blue {
  color: #073468 !important;
}

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

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

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

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

.text-whatsapp {
  color: #079d19;
}

.text-telegram {
  color: #2977d3;
}

.text-viber {
  color: #9533e3;
}

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

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

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

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

.text-underline {
  text-decoration: underline;
}

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


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

.justify-content-center {
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
}

.justify-content-space-between {
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
}


.flex { display: flex; }

.flex-row { flex-direction: row;  }
.flex-row-reverse { flex-direction: row-reverse; }
.flex-col { flex-direction: column; }
.flex-col-reverse { flex-direction: column-reverse; }

.flex-wrap { flex-wrap: wrap; }
.flex-wrap-reverse { flex-wrap: wrap-reverse; }
.flex-nowrap { flex-wrap: nowrap; }

.justify-normal { justify-content: normal; }
.justify-start { justify-content: flex-start; }
.justify-end { justify-content: flex-end; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-around { justify-content: space-around; }
.justify-evenly { justify-content: space-evenly; }
.justify-stretch { justify-content: stretch; }

.justify-items-start { justify-items: start; }
.justify-items-end { justify-items: end; }
.justify-items-center { justify-items: center; }
.justify-items-stretch { justify-items: stretch; }

.align-content-normal { align-content: normal; }
.align-content-center { align-content: center; }
.align-content-start { align-content: flex-start; }
.align-content-end { align-content: flex-end; }
.align-content-between { align-content: space-between; }
.align-content-around { align-content: space-around; }
.align-content-evenly { align-content: space-evenly; }
.align-content-baseline { align-content: baseline; }
.align-content-stretch { align-content: stretch; }

.align-items-start { align-items: flex-start; }
.align-items-end { align-items: flex-end; }
.align-items-center { align-items: center; }
.align-items-baseline { align-items: baseline; }
.align-items-stretch { align-items: stretch; }

.grow { flex-grow: 1; }
.grow-0 { flex-grow: 0; }

.shrink { flex-shrink: 1; }
.shrink-0 { flex-shrink: 0; }


.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-uppercase {
  text-transform: uppercase !important;
}

.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 #db343b;
}

.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 6 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_quote:before {
  content: "\f10e";
  position: absolute;
  font-size: 50px;
  line-height: 1;
  top: 10px;
  right: 10px;
  color: #ececec;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Free";
  transition: all .2s;
  font-weight: 900;
  z-index: -1;
}


.text-block_red {
  background: #fef6f9;
}
.text-block_red.text-block_quote:before {
  color: #efdfe5;
}

.text-block_blue {
  background: #e6edfb;
}
.text-block_blue.text-block_quote:before {
  color: #cbd7f1;
}

.text-block_orange {
  background: #fbede6;
}
.text-block_orange.text-block_quote:before {
  color: #f1d8cc;
}


/* text-block-title */

.text-block-title {
  margin: 15px 0;
}

.text-block-title__head {
  padding: 12px 15px;
  text-transform: uppercase;
  background-color: #3d4064; /*#3c4078; #41489d;*/
}

.text-block-title__title {
  font-size: 18px;
  color: #ffffff;
}

.text-block-title__body {
  padding: 12px 15px;
  background-color: #f5f5f5;
}


/* 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;
}

.text-promo-line {
  padding: 20px 0 !important;
  font-size: 24px;
  text-align: center;
  color: #fff;
  background-color: #373a56;
}

.text-promo-line.is-black {
  background-color: #222;
}

.text-promo-line.is-blue {
  background: #2a64c3;
  background: linear-gradient(90deg, #277ee0, #2c4aa7);
}

.text-promo-line h2 {
  font-size: 26px !important;
}

.text-promo-line p {
  margin: 0;
}


/* block icon text */
.block-icon-text {
  margin: 0 auto;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  background-color: #dee9fd;
  border-radius: 4px;
  cursor: pointer;
}

.block-icon-text.is-center {
  justify-content: center;
}

.block-icon-text__image {
  flex: 0 0 40px;
  margin-right: 20px;
}

.block-icon-text__title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}

.block-icon-text__title i {
  margin-left: 10px;
  font-size: 18px;
}


/* 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;
}

.select.error {
  color: #ff7d7d;
  border-bottom-color: transparent;
  box-shadow: inset 0 0 0 1px rgb(255 155 155);
}

.select.error option {
  color: initial;
}


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

.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 .hint a:not(:hover) {
  color: #6c6ca9;
}

.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: #efbfbf !important;
  background: #ffe4e4 !important;
}

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

.form-block__field-text {
  padding: 10px;
  font-size: 14px;
  line-height: 19px;
  background: #f1f6f9;
  border-radius: 4px;
}

.form-block__field-text.is-yellow {
  background: #fff3c9;
}

.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: #eceef7;
  -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 6 Free";
  transition: all .2s;
  font-weight: 900;
}

.checkbox__input:checked+.checkbox__custom {
  background: #495dcc;
  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-heading-light th {
  background: #fff;
  color: #282828;
}

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

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

.table_sm th, .table_sm td {
  padding: 7px 12px;
  font-size: 13px;
}

.table_lg th, .table_lg td {
  padding-top: 12px;
  padding-bottom: 12px;
}

.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;
} */

.table-colors th {
  font-weight: bold;
  color: #282828;
}

.table-colors th, .table-colors td {
  padding: 20px;
  border-bottom: 1px solid #e8e8e8;
}

.table-colors tr:last-child td {
  border-bottom: none;
}

.table-colors_light .td-green {
  background-color: #e6f3dd !important;
  border-color: #b5cba5 !important;
}

.table-colors_light .td-yellow {
  background-color: #ffffe4 !important;
  border-color: #d3d384 !important;
}

.table-colors_light .td-red {
  background-color: #ffebeb !important;
  border-color: #e1b8b8 !important;
}

.table-colors__first-letter-icon {
  margin-right: 5px;
}



/* 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_border-default {
  color: #495dcc;
  background: #fff;
  border: 2px solid #495dcc;
}

.button_border-default:hover {
  border-color: transparent;
  background: #4151ad;
  color: #fff;
}

.button_border-telegram {
  color: #2977d3;
  background: #fff;
  border: 2px solid #2977d3;
}

.button_border-telegram:hover {
  border-color: transparent;
  background: #2977d3;
  color: #fff;
}

.button_border-telegram.is-bg-transparent {
  background: transparent;
}

.button_border-telegram.is-bg-transparent:hover {
  background: #2977d3;
}

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

.button_default {
  background: #495dcc;
  color: #fff;
}

.button_default:hover {
  background: #4151ad;
  color: #fff;
}

.button_gray {
  background: #97a2b1;
  color: #fff;
}

.button_gray:hover {
  background: #78818e;
  color: #fff;
}

.button_black {
  background: #2a2c2f;
  color: #fff;
}

.button_black:hover {
  background: #3a3d42;
  color: #fff;
}

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

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

.button_blue {
  background: #2872d3;
  color: #fff;
}

.button_blue:hover {
  background: #1a5fb9;
  color: #fff;
}

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

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

.button_buy {
  background: #cc1313;
  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_telegram {
  color: #fff;
  background: #2977d3;
}

.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 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

.file-upload input[type=file] {
  display: none;
}

.file-upload__button {
  margin-right: 5px;
}

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

.file-upload.wide .file-upload__button {
  margin-right: 0;
}

/* 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: #4450bd;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 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: #495dcc;
  opacity: 1;
}

.banner-popup {
  cursor: pointer;
}

.mfp-banner-popup .mfp-close {
  top: 20px;
  right: 20px;
  height: 50px;
  width: 50px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 10px;
}

.mfp-banner-popup .mfp-img {
  border-radius: 50px;
  cursor: pointer;
}

.mfp-banner-popup .mfp-figure:after {
  background: transparent;
  box-shadow: none;
}


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

.slides-arrows i {
  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%;
}

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

.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: #35393e;
}

/*.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: #f2f4f7;
  -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 6 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: #e0e0e0;
  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: #bfbcaf;
  -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 6 Free";
  font-weight: 900;
}

.notice_inline {
  display: inline-block;
}

.notice_top {
  margin: 0 0 10px;
}

.notice_info {
  background: #eae8df;
}

.notice_info::before {
  content: "\f05a";
}

.notice_warning {
  background: #ffe6c7;
}

.notice_warning::before {
  content: "\f057";
  color: #ddb17c;
}

.notice_warning .button {
  padding: 4px 10px;
  font-size: 14px;
  color: #fff;
  background: #e99050;
}

.notice_warning .button:hover {
  color: #fff;
  background: #e37a2f;
}

.notice_error {
  background: #ffc6c6;
}

.notice_error::before {
  content: "\f057";
  color: #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 {
  position: relative;
  padding: 6px 15px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-wrap: balance;
  color: #fff;
  background: #ce2525;
  z-index: 12;
}

.main-notify a {
  color: #fbe7e7;
  border-bottom: 1px dotted;
}

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

.main-notify-d, .main-notify-m {
  display: none;
}

@media screen and (min-width: 630px) {
  .main-notify-d {
    display: block;
  }
}

@media screen and (max-width: 629px) {
  .main-notify-m {
    display: block;
  }
}

@media screen and (max-width: 430px) {
  .main-notify-m {
    font-size: 12px;
  }
}

@media screen and (max-width: 370px) {
  .main-notify-m {
    font-size: 11px;
  }
}


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

.header__top {
  padding: 12px 0;
  background: #373a56;
}

.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: 48px;
}

.logo-name {
  max-width: 160px;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #56597d;
  font-size: 14px;
  line-height: 20px;
  color: #eeeef1;
  font-weight: bold;
  white-space: normal;
}

.header .logo-name {
  margin-left: 10px;
  padding: 5px 0 5px 15px;
  max-width: 260px;
  text-transform: uppercase;
}

.header-icon {
  width: 27px;
  height: 27px;
  background: #383a57;
  color: #babcda;
  border: 2px solid #babcda;
  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: #babcda;
}

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

.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: #babcda;
}

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

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

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

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

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

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

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

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


/* Header Sidear */

.header-sidebar {
  display: none;
  position: relative;
  flex-direction: column;
  padding: 20px 30px;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.header-sidebar__phones {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 17px;
  border-bottom: 1px solid #4f5489;
}

.header-sidebar__phone {
  display: flex;
  align-items: center;
  flex-direction: row;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
}

.header-sidebar__phone-icon {
  margin-right: 8px;
  display: flex;
  align-items: center;
}

.header-sidebar__phone-icon i {
  font-size: 12px;
  line-height: 1em;
  color: #babcda;
}

.header-sidebar__phone-icon i:before, .header-sidebar__phone-value {
  transition: all .2s ease-in-out;
}

.header-sidebar__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.header-sidebar__email {
  display: flex;
  flex-direction: column;
  color: #ffffff;
}

.header-sidebar__email a {
  color: #ffffff;
  font-weight: bold;
}

.header-sidebar__email span {
  display: block;
  font-size: 12px;
  line-height: 1;
  color: #babcda;
}

.header-sidebar__phone:hover .header-sidebar__phone-icon i, .header-sidebar__phone:hover .header-sidebar__phone-value, .header-sidebar__email a:hover {
  color: #ffafaf;
}

@media screen and (max-width: 900px) {
  .header__contact {
    display: none;
  }
  .header-sidebar {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .header-sidebar__phones {
    justify-content: flex-start;
    flex-direction: row;
    gap: 20px;
  }
  .header-sidebar__row {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 599px) {
  .header-sidebar {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 429px) {
  .header-sidebar__phones {
    gap: 10px;
    justify-content: space-between;
  }
}

@media screen and (max-width: 399px) {
  .header-sidebar__phone {
    font-size: 16px;
  }
}

@media screen and (max-width: 339px) {
  .header-sidebar__phones {
    justify-content: flex-start;
    flex-direction: column;
    gap: 15px;
  }
  .header-sidebar__row {
    flex-direction: column;
    gap: 15px;
  }
}


/* Basket Compare */

.basket-head, .compare-head {
  position: absolute;
  left: 30px;
  bottom: 0;
  display: inline-block;
  padding: 15px 15px 15px 28px;
  background: #505cd0;
  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: #1a2b7a;
  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: 6px 12px;
  margin-right: 10px;
  background: #3c40af;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* 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: #505cd0;
  color: #505cd0;
}

.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: #505cd0;
}

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

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

.navbar__sub-link:hover {
  color: #cdcfff;
}

/* 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;
  font-weight: bold;
  color: #808080;
  background: #f9f9f9;
  padding-left: 15px;
  padding-right: 40px;
  height: 36px;
  line-height: 36px;
  border: 2px solid #c32132;
  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: #383a57;
  height: 36px;
  width: 40px;
  padding: 0;
  background: transparent
}

.search__button .button:hover {
  color: #c32132;
}

.search__button .spinner {
  display: none;
  padding: 6px 0 3px;
  width: 40px;
  text-align: center;
  font-size: 18px;
  color: #383a57;
  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;
}

.navbar__item:hover .navbar__link.header__megamenu-button i {
  transform: rotate(0);
}

.navbar__item .navbar__link.header__megamenu-button.active i {
  transform: rotate(-180deg);
}

.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;
  cursor: pointer;
}

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

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

.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 6 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; */
}

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

  .header__megamenu-dropdown.is-style-2.fixed {
    position: absolute;
  }

  .header__megamenu-dropdown.is-style-2 .megamenu__nav {
    display: grid;
    margin: 25px 0;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    width: 100%;
  }

  .header__megamenu-dropdown.is-style-2 .megamenu__link {
    margin-bottom: 10px;
    font-size: 19px;
    color: #445093;
  }

  .header__megamenu-dropdown.is-style-2 .megamenu__link:before {
    content: none;
  }

  .header__megamenu-dropdown.is-style-2 div.megamenu__link, .header__megamenu-dropdown.is-style-2 span.megamenu__link {
    font-weight: bold;
    cursor: default;
  }

  .header__megamenu-dropdown.is-style-2 .megamenu__sub {
    display: block;
    position: relative;
    width: 100%;
    left: auto;
    box-shadow: none;
  }

  .header__megamenu-dropdown.is-style-2 .megamenu__sub-link {
    padding: 6px 0;
  }
}

/* ----------- Content ----------- */
.content {
  position: relative;
  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: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__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: #4e517a;
  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 6 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: #B00000;
  font-weight: bold;
}

/* Post nav */
.post-nav {
  margin: 30px 0;
  padding: 20px;
  background: #f2f4f7;
  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 6 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: #f2f4f7;
  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: #565bd4;
  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,
.content-typography .h2 {
  margin: 50px 0 25px;
  font-size: 28px;
  line-height: 32px;
  color: #545454;
}

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

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

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

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

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

.content-typography .products-slider, .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);
}


.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: #373a56;
  -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;
}


.skew-inline-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.skew-inline-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  z-index: 1;
}

.skew-inline-label:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f4f4f4;
  -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-label.is-round:before {
  border-radius: 5px;
}

.skew-inline-label__icon {
  position: relative;
  padding: 8px 16px;
  color: #fff;
  font-family: 'Arial';
  font-size: 24px;
}

.skew-inline-label__icon:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #373a56;
  -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-label.is-round .skew-inline-label__icon:before {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.skew-inline-label__icon.is-light-blue {
  color: #fff;
}

.skew-inline-label__icon.is-light-blue:before {
  background: #57b3f2;
}

.skew-inline-label__text {
  padding: 0 25px;
  /*margin: 0 auto;*/
}


.advantages-icons-list {
  display: flex;
  flex-wrap: wrap;
}

.advantages-icons-item {
  margin-bottom: 10px;
  display: flex;
  flex: 1 1 100%;
}

.advantages-icons-item__icon {
  margin: 3px 6px 0 0;
  width: 18px;
  height: 18px;
}

.advantages-icons-item__text {
}


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

.line.is-red {
  background-color: #bd0000;
}

.line.is-light-blue {
  background-color: #57b3f2;
}

/* 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;
  /*min-height: 240px;
  max-height: 550px;*/
  background-color: #e2e5e9;
  aspect-ratio: 1920/524 auto;
}

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

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

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


/* Section Delivery */

.section-delivery {
  position: relative;
  padding: 0;
  z-index: 1;
}

.section-delivery .layout {
  position: initial;
  display: flex;
}

.section-delivery-info {
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  flex: 1 1 50%;
}

.section-delivery-info__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.section-delivery-info__title, .section-delivery-info__subtitle {
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
  text-transform: uppercase;
}

.section-delivery-info__title {
  padding: 10px 20px;
  color: #ffffff;
  background-color: #3b3b3d;
}

.section-delivery-info__subtitle {
  margin: 10px 20px;
  color: #abedef;
}

.section-delivery-info__description {
  margin: 10px 20px 20px;
  padding: 15px 0;
  max-width: 70%;
  color: #ffffff;
  border-top: 2px solid #eeeeee;
}

.section-delivery-info__button {
  padding-left: 15px;
}

.section-delivery-info__button .button {
  width: 230px;
  background: #db4b42;
  color: #ffffff;
  box-shadow: 0 0 15px 0 #c54038;
}

.section-delivery-info__button .button:hover {
  background: #c54038;
  color: #fff;
}

.section-delivery-info__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 47%;
  bottom: 0;
  background-color: #dadada;
  z-index: -1;
  background-image: url('/uploads/images/pages/background-delivery-blue.jpg');
  background-position: 50% 50%;
  background-size: cover;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
}

.section-delivery-image {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex: 1 1 50%;
}

.section-delivery-image__object {
  margin-bottom: 25px;
  width: 80%;
  height: 80%;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-delivery-image__bg {
  position: absolute;
  top: 0;
  left: 40%;
  right: 0;
  bottom: 0;
  background-color: #f4f4f4;
  z-index: -2;
  background-image: url('/uploads/images/pages/background-delivery-grey.jpg');
  background-position: 0% 100%;
  background-size: cover;
}

@media (max-width: 991px) {
  .section-delivery .layout {
    padding: 0;
    flex-direction: column;
  }

  .section-delivery-info, .section-delivery-image {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-delivery-info__text {
    align-items: center;
  }

  .section-delivery-info__description {
    text-align: center;
  }

  .section-delivery-info__button {
    padding: 0;
    text-align: center;
  }

  .section-delivery-info__bg {
    right: 0;
    border-radius: 0;
  }

  .section-delivery-image__bg {
    left: 0;
  }

  .section-delivery-image {
    flex: auto;
    justify-content: center;
    height: 300px;
    width: 100%;
  }

  .section-delivery-image__object {
    background-position-x: 50%;
  }
}


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

.brand-logo {
  /*display: inline-block;*/
  display: inline-flex;
  vertical-align: middle;
  margin-right: 15px;
  padding: 5px 10px;
  height: 50px;
  border: 1px solid #ececec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.brand-logo img {
  display: block;
  margin: auto;
  max-height: 100%;
  width: auto;
  /*display: block;
  padding: 5px;
  height: 60px;
  width: auto;
  border: 1px solid #ececec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;*/
}

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

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

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

.alphabet-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;
}

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

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

.alphabet-sort__search input {
  padding: 0 32px 0 12px;
  height: 28px;
  width: 200px;
  background-color: #ffffff;
  border: none;
  box-shadow: 0 0 0 2px #5860a3;
}

.alphabet-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;
}

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

.alphabet-sort__char:hover {
  color: #B00000;
}

.alphabet-sort__char_active, .alphabet__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);
}

.products_grid.products_variant-2 {
  display: grid;
  margin: 0;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 15px;
}

.products_grid.products_variant-2 .product-card {
  width: 100% !important;
  margin: 0;
}

.products-slider.products_variant-2 .product-card,
.products_variant-2 .products-section__items .product-card {
  width: 280px;
}

.products_grid.products_variant-2 .product-card__content,
.products-slider.products_variant-2 .product-card__content,
.products_variant-2 .products-section__items .product-card__content {
  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%;
}

.products_grid.products_variant-2 .product-card__name,
.products-slider.products_variant-2 .product-card__name,
.products_variant-2 .products-section__items .product-card__name {
  font-size: 15px;
}

.products_grid.products_variant-2 .product-card__info,
.products-slider.products_variant-2 .product-card__info,
.products_variant-2 .products-section__items .product-card__info {
  display: none;
}


.products_grid.products_variant-2 .product-card__price-new,
.products_grid.products_variant-2 .product-card__price-current,
.products-slider.products_variant-2 .product-card__price-new,
.products-slider.products_variant-2 .product-card__price-current,
.products_variant-2 .products-section__items .product-card__price-new,
.products_variant-2 .products-section__items .product-card__price-current {
  font-size: 19px;
  line-height: 30px;
}

.products_grid.products_variant-2 .product-card__buttons,
.products-slider.products_variant-2 .product-card__buttons,
.products_variant-2 .products-section__items .product-card__buttons {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.products_grid.products_variant-2 .product-card__buttons-item,
.products-slider.products_variant-2 .product-card__buttons-item,
.products_variant-2 .products-section__items .product-card__buttons-item {
  margin-top: 10px;
  width: 100%;
}

.products_grid.products_variant-2 .product-card__buttons-item:first-child,
.products-slider.products_variant-2 .product-card__buttons-item:first-child,
.products_variant-2 .products-section__items .product-card__buttons-item:first-child {
  margin-top: 0;
}

/* ----------- 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: #35393e;
}

.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: #51567e;
  -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 {
  width: 400px;
  margin-right: 18px;
  border: 1px solid #ececec;
}

.products-slider .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: #f5f5f5;
  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 6 Free";
}

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

span.category-nav__link, .category-nav__link:hover {
  color: #c32132;
  background: #e4e4e4;
}

.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__item {
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

/*.category-list__item:hover .category-list__name {
  color: #B00000;
}

.category-list-cat .category-list__cover {
  height: 160px;
}

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

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

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

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

.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: 250px;
  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-slider {
  width: 18px;
  height: 18px;
  top: 19px;
  background: #797979;
  -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 i {
  margin-left: 4px;
}

.control-sort__link_active {
  color: #c32132;
}

.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: #c32132;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 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: #B00000;
}

/* 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 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: flex;
  flex-direction: column;
  align-items: center;
  /*display: inline-block;
  vertical-align: top;*/
  text-align: center;
}

.obogrev-links__cover {
  display: block;
  margin: 0 auto 10px;
  max-width: 108px; /* 90% */
  max-height: 108px; /* 90% */
  min-width: 100px;
  min-height: 100px;
  background-color: #e8ebf5;
  border-radius: 100px;
}

.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: #f2f4f7;
}

.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: #da2118;
  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: #f2f4f7;
}

.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: #f2f4f7;
}*/

.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: #f2f4f7;
}

.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 6 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 6 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: #c32132;
}

.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: #51567e;
  -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: 40%;
}

.product-top__content {
  width: 60%;
  padding-left: 3%;
}

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

.product-desc__side {
  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: #565bd4;
}

.product-nav__link.active {
  color: #fff;
  background: #565bd4;
  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: 10px;*/
  /*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: #199768;
  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: #495dcc;
}


.videos-slider {
  margin-top: 30px;
  max-height: 180px;
}

.videos-slider__item {
  margin-right: 20px;
}

.videos-slider__item-poster {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  width: 320px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 5px;
  cursor: pointer;
}

.videos-slider__item-poster:after {
  content: "\f04b";
  display: block;
  height: 60px;
  width: 57px;
  padding-left: 3px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 26px;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  background: rgb(72 80 203);
  border-radius: 100px;
  transition: 0.2s ease;
  opacity: 0.8;
}

.videos-slider__item-poster:hover:after {
  transform: scale(1.1111);
  opacity: 1;
}


/* ----------- 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: #f2f4f7;
}

.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 6 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: #c32132;
}

.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: #f2f4f7;
}

/* ----------- 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: #646877;
  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: #383a57;
  background: -webkit-linear-gradient(top right, #383a57, #46445d);
  background: -o-linear-gradient(top right, #383a57, #46445d);
  background: -moz-linear-gradient(top right, #383a57, #46445d);
  background: linear-gradient(top right, #383a57, #46445d);
  color: #fff;
}

.checkout-steps__item_current i {
  color: #fff;
}

.checkout-steps__item_current:before {
  color: #4b4a65;
}

.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: #35393e;
  -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: #35393e;
  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: #eceef7;
}

.checkout-info {
  margin-top: 25px;
}

.checkout-info__content {
  padding: 10px 15px;
  background: #eceef7;
  -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: #eceef7;
  -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 {
  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__name {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 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: #f2f4f7;*/
}

.section-main-news .section__body {
  margin: 35px 0 -30px;
}

.section-main-news .article-card {
  width: 23%;
}

.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 {
  margin-bottom: 30px;
  padding-bottom: 35px;
  border-bottom: 1px solid #e2e7ef;
}

.faq-card-list .faq-card:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

.faq-card__name {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  color: #282828;
}

.faq-card__summary {
  margin: 10px 0 7px;
  color: #5f5f5f;
}


/* Calculators Card */

.calculators-card-list .calculators-card {
  margin-bottom: 30px;
  padding-bottom: 35px;
  border-bottom: 1px solid #e2e7ef;
}

.calculators-card-list .calculators-card:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

.calculators-card__name {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  color: #282828;
}

.calculators-card__summary {
  margin-top: 10px;
  color: #5f5f5f;
}

.calculators-card__more {
  margin-top: 7px;
}


/* Calculator Cards */

.calculator-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 40px;
  margin: 40px 2px;
}

.calculator-cards__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
}

.calculator-cards__item:before {
  content: '';
  position: absolute;
  width: 1px;
  left: -1px;
  top: -19px;
  bottom: -19px;
  border-left: 1px dashed #bf5553;
}

.calculator-cards__icon {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 10px 0;
  flex: 0 0 85px;
  background-color: #222653;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.calculator-cards__icon:before {
  content: '';
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 18px;
  height: 22px;
  background-color: #cf2623;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.calculator-cards__item:hover .calculator-cards__icon {
  background-color: #781515;
}

.calculator-cards__icon img {
  display: block;
  margin-right: 12px;
  width: 36px;
  height: 100%;
}

.calculator-cards__name {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.calculator-cards + h2 {
  margin-top: 70px;
}

@media (max-width: 400px) {
  .calculator-cards {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
}


/* Calculator Form */

.calculator-form {
  max-width: 600px;
}

.calculator-form.is-wide {
  max-width: 100%;
}

.calculator-form .input.is-result {
  box-shadow: 0 0 0 1px #eb6666; /*#b0c7db;*/
  margin-top: 5px;
  font-weight: 600;
  color: #ef3131;
}

.calculator-form .input.is-result[disabled] {
  box-shadow: 0 0 0 2px #dbdbdb;
}

.calculator-form {
  --pulse-color: rgba(217, 44, 44, 0.6);
}

.calculator-form__block {
  padding: 30px;
  background: #efefef;
  border-radius: 10px;
}

.calculator-form__block .input.error::-webkit-input-placeholder {
  color: #c73939;
}
.calculator-form__block .input.error::-moz-placeholder {
  color: #c73939;
}
.calculator-form__block .input.error:-moz-placeholder {
  color: #c73939;
}
.calculator-form__block .input.error:-ms-input-placeholder {
  color: #c73939;
}

.calculator-form__block .select.error {
  color: #c73939;/* #c96767 */
}

.calculator-form__title-separator {
  margin: 25px 4px;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  color: #eb2b2b;
  overflow: hidden;
}

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

.calculator-form__title-separator:before {
  margin-left: -100%;
}

.calculator-form__title-separator:after {
  margin-right: -100%;
}

.calculator-messages {
  display: none;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
  padding: 25px 30px;
  color: #cc1313;
  background-color: #fef6f9;
  border: 1px solid #ffe1e1;
  border-radius: 10px;
}

.calculator-messages.is-show {
  display: flex;
}

.calculator-message {
  position: relative;
  padding-left: 40px;
  line-height: 1.4em;
}

.calculator-message:before {
  content: "\21";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px;
  width: 15px;
  height: 15px;
  text-align: center;
  font-size: 15px;
  line-height: 1rem;
  font-family: "Font Awesome 6 Free";
  color: #ff7878;
  border: 1px solid #ffb1b1;
  border-radius: 20px;
}

.calculator-form__engineer .calculator-engineer {
  margin: 40px 0 20px;
}

.calculator-result {
  padding: 4px !important;
}

.calculator-result > div {
  width: 100%;
  height: 100%;
  padding: 6px 16px;
  font-weight: 600;
  border-radius: 20px;
  color: #ef3131;
}

.calculator-result > div.is-ring {
  box-shadow: inset 0 0 0px 1px #e9bebe;
}

.calculator-result > div.is-ring.is-disabled {
  box-shadow: inset 0 0 0px 1px #dbdbdb;
}

.calculator-result > div > a {
  padding-bottom: 1px;
  color: #ef3131;
  border-bottom: 1px dashed;
}

.calculator-fade.is-fade {
  opacity: 0.5;
}

.calculator-hide.is-hide {
  display: none;
}


/* Calculator Engineer */

.calculator-engineer {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 30px 50px;
  background: #ffffff;
  border: 3px solid #ff8585;
  border-radius: 10px;
}

.calculator-engineer__staff {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 20px;
}

.calculator-engineer__staff-image {
  flex: 0 0 120px;
  max-width: 120px;
}

.calculator-engineer__staff-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.calculator-engineer__staff-whatsapp .button {
  padding: 8px 20px;
  font-size: 18px;
  color: #fff;
  background-color: #12bb51;
  border-radius: 8px;
}

.calculator-engineer__staff-whatsapp .button:hover {
  color: #fff;
  background-color: #159745;
}

.calculator-engineer__staff-quote {
  font-style: italic;
}

.calculator-engineer__content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 30px;
}

.calculator-engineer__title {
  font-size: 28px;
  line-height: 1.4em;
  /*font-weight: 600;*/
  text-align: right;
  text-transform: uppercase;
  text-wrap-style: balance;
  color: #e93535;
}

.calculator-engineer__button .button {
  padding: 8px 40px;
  font-size: 16px;
  border-radius: 50px;
}

@media (max-width: 991px)
{
  .calculator-engineer {
    flex-direction: column-reverse;
    align-items: center;
    gap: 50px;
  }

  .calculator-engineer__content {
    flex-direction: column-reverse;
    align-items: center;
  }

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

  .calculator-engineer__button {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .calculator-engineer__button .button {
    padding: 12px 40px;
    max-width: 300px;
    width: 100%;
    font-size: 18px;
  }
}

@media (max-width: 600px)
{
  .calculator-engineer {
    gap: 45px;
  }

  .calculator-engineer__staff {
    flex-direction: column;
  }

  .calculator-engineer__staff-info {
    flex-direction: column;
    align-items: center;
  }

  .calculator-engineer__staff-quote {
    text-align: center;
  }

  .calculator-engineer__title {
    font-size: 24px;
  }
}


/* ----------- 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;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 180px;
  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 {
  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: #f2f4f7;
}*/

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

/* ----------- news slider ----------- */
/*.section-main-actions {
  background: #f2f4f7;
}*/

.news-slider {
  margin: 0 -5px;
}

.news-slider__item {
  position: relative;
  margin: 0 5px;
}

.news-slider__item img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.news-slider__item:hover:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}

.news-slider__item:hover button {
  display: block;
}

/* ----------- block products ----------- */
.section-main-products_bg {
  background: #f2f4f7;
}

/* ----------- block objects ----------- */
/*.section-main-objects {
  background: #f2f4f7;
}*/

.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: #f2f4f7;
}

.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 {
  margin-bottom: 30px;
}

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

.section-client-about {
  margin-top: -30px;
}

.client-about {
  position: relative;
  padding: 20px;
  background: #f2f4f7;
}

.client-about:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 20px;
  border: 10px solid transparent;
  border-bottom: 10px solid #f2f4f7;
}

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

/* ----------- 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: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  /*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;
  width: 200px;*/
  padding: 15px;
  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: #3433b5;
}

.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;
  background-color: #ffffff;
  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;
  white-space: nowrap;
}

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

.form-engineer-help .form-block__cell,
.form-engineer-help .textarea, 
.form-engineer-help .button {
  margin-top: 10px;
}

.engineer-help__notice {
  margin-top: 5px;
  text-align: center;
  color: #ce0e0e;
}


/* Engineer Advice */

.engineer-advice {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 40px 0;
  padding: 40px;
  background-color: #e7e7e7;
  border-radius: 12px;
}

.engineer-advice__image {
  flex: 0 0 200px;
  max-width: 200px;
}

.engineer-advice__title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.engineer-advice__body {
  font-style: italic;
}

@media (max-width: 767px) {
  .engineer-advice {
    flex-direction: column;
  }
  .engineer-advice__title {
    text-align: center;
  }
}


/* 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: #4450bd;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 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: auto 0 0;
  width: 100%;
  background: #35393e;
}

.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: #2a2c2f;
  -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: #2a2c2f;
}

.footer__copyright {
  padding: 0 25px;
  font-weight: bold;
  text-transform: uppercase;
}

.dev a {
  color: #af9191;
}

.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;
  flex-shrink: 0;
}

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

.author-card.is-advice {
  position: relative;
  padding: 20px;
  z-index: 1;
}

.author-card.is-advice:before {
  content: "\f10e";
  position: absolute;
  font-size: 50px;
  line-height: 1;
  top: 10px;
  right: 10px;
  color: #d5d5d5;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Free";
  transition: all .2s;
  font-weight: 900;
  z-index: -1;
}

.author-card.is-advice .author-card__name {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

.author-card.is-advice .author-card__photo {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .author-card.is-advice {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .author-card.is-advice .author-card__photo {
    margin: 0 0 15px;
  }
}


/* Icon Blocks */

.icon-blocks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  margin: 50px 0;
  gap: 60px;
}

.icon-block {
  display: flex;
  flex-direction: column;
}

.icon-block__header {
  display: flex;
  align-items: center;
  gap: 25px;
}

.icon-block__icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
}

.icon-block__title {
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 600;
  text-wrap: balance;
}

.icon-block__body {
  margin-top: 20px;
}


/* Blocks Text */

.blocks-text {
  display: flex;
  flex-direction: column;
}

.block-text {
  margin-bottom: 25px;
  padding: 35px 45px;
  background-color: #e7e7e7; /*#e0e0e0;*/
  border-radius: 12px;
}

.block-text__title {
  position: relative;
  margin: 0 0 25px !important;
  font-size: 22px !important;
  font-weight: 600;
  color: #333333 !important;
}

.block-text__description {
  color: #525252;
}

.block-text.is-label .block-text__title:before {
  content: '';
  position: absolute;
  left: -45px;
  top: 1px;
  bottom: 1px;
  width: 25px;
  background-color: #cf2623;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.block-text.is-line-between .block-text__title {
  margin-bottom: 25px !important;
  padding-bottom: 25px;
  border-bottom: 1px solid #cf2623;
}

.blocks-text.is-col-2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 35px;
}

.blocks-text.is-col-2 .block-text {
  margin-bottom: 0;
}

@media (max-width: 400px) {
  .blocks-text.is-col-2 {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
}


/* Gallery Pattern */

.gallery-pattern {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  margin: 50px 0;
}

.gallery-pattern__item {
  height: 100%;
  width: 100%;
}

.gallery-pattern__item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 15px;
}

.gallery-pattern.is-six { grid-template-rows: repeat(6, 80px); grid-template-columns: repeat(12, 1fr); }
.gallery-pattern.is-six .gallery-pattern__item:nth-child(1) { grid-row: 1 / 4; grid-column: 1 / 6; }
.gallery-pattern.is-six .gallery-pattern__item:nth-child(2) { grid-row: 4 / 7; grid-column: 1 / 6; }
.gallery-pattern.is-six .gallery-pattern__item:nth-child(3) { grid-row: 1 / 5; grid-column: 6 / 9; }
.gallery-pattern.is-six .gallery-pattern__item:nth-child(4) { grid-row: 5 / 7; grid-column: 6 / 9; }
.gallery-pattern.is-six .gallery-pattern__item:nth-child(5) { grid-row: 1 / 3; grid-column: 9 / 13; }
.gallery-pattern.is-six .gallery-pattern__item:nth-child(6) { grid-row: 3 / 7; grid-column: 9 / 13; }

.gallery-pattern.is-three { grid-template-rows: repeat(3, 160px); grid-template-columns: repeat(4, 1fr); }
.gallery-pattern.is-three .gallery-pattern__item:nth-child(1) { grid-row: 1 / 4; grid-column: 1 / 4;  }
.gallery-pattern.is-three .gallery-pattern__item:nth-child(2) { grid-row: 1 / 2; grid-column: 4 / 5; }
.gallery-pattern.is-three .gallery-pattern__item:nth-child(3) { grid-row: 2 / 4; grid-column: 4 / 5; }


/* Block Alert */

.block-alert {
  margin: 50px 0;
  background-color: #dadada;
}

.block-alert__inner {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px 5px;
}

.block-alert__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  border: 1px solid;
  border-radius: 50px;
}

.block-alert.is-red {
  color: #ffffff;
  background-color: #cf2623;
}

.block-alert.is-red .block-alert__text h2, .block-alert.is-red .block-alert__text .h2,
.block-alert.is-red .block-alert__text h3, .block-alert.is-red .block-alert__text .h3,
.block-alert.is-red .block-alert__text h4, .block-alert.is-red .block-alert__text .h4 {
  color: #ffffff;
}

.block-alert.is-padding-x {
  padding-left: 15px;
  padding-right: 15px;
}


/* Ul Line Labels */

ul.ul-line-labels {
  margin-left: 3px;
  padding: 15px 0 15px 40px;
  border-left: 1px dashed #a36d6c;
}

ul.ul-line-labels > li {
  position: relative;
  margin-top: 25px;
}

ul.ul-line-labels > li:first-child {
  margin-top: 0;
}

ul.ul-line-labels > li:before {
  content: '';
  position: absolute;
  left: -41px;
  top: 4px;
  height: 15px;
  width: 20px;
  background-color: #cf2623;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}


/* Advantages Between Lines */

.advantages-between-lines {
  display: flex;
  flex-direction: column;
  margin: 60px 0;
}

.advantages-between-lines__item {
  display: flex;
  align-items: center;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 2px solid #f1f1f1;
}

.advantages-between-lines__item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.advantages-between-lines__title {
  margin: 0 !important;
  min-width: 200px;
  font-size: 18px !important;
  font-weight: 600;
  text-transform: uppercase;
}

.advantages-between-lines__text {
  margin: 0 !important;
}

@media (max-width: 767px)
{
  .advantages-between-lines__item {
    flex-direction: column;
    align-items: normal;
  }
  .advantages-between-lines__title {
    margin-bottom: 20px !important;
  }
}


/* Grid Table */

.grid-table {
  margin: 25px 0;
  width: 100%;
  background-color: #f9f9f9;
  border-bottom: 1px solid #e1e1e1;
}

.grid-table__tr {
  display: flex;
  width: 100%;
}

.grid-table__tr .layout {
  display: flex;
  width: 100%;
}

.grid-table__td {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 30px;
  width: 100%;
}

.grid-table__td:first-child {
  padding-left: 0;
}

.grid-table__td:last-child {
  padding-right: 0;
}

.grid-table__td > p {
  margin: 20px 0 0 0;
  line-height: 1.6em;
}

.grid-table__td > p:first-child {
  margin: 0;
}

.grid-table__td .ul-style {
  margin: 5px 0 0;
}

.grid-table__td .ul-style > li {
  margin-bottom: 8px;
}

.grid-table__td:nth-child(1) { width: var(--col-1-width, var(--col-width, 100%)); min-width: var(--col-1-min-width, var(--col-min-width, 300px)); }
.grid-table__td:nth-child(2) { width: var(--col-2-width, var(--col-width, 100%)); min-width: var(--col-2-min-width, var(--col-min-width, 300px)); }
.grid-table__td:nth-child(3) { width: var(--col-3-width, var(--col-width, 100%)); min-width: var(--col-3-min-width, var(--col-min-width, 300px)); }
.grid-table__td:nth-child(4) { width: var(--col-4-width, var(--col-width, 100%)); min-width: var(--col-4-min-width, var(--col-min-width, 300px)); }
.grid-table__td:nth-child(5) { width: var(--col-5-width, var(--col-width, 100%)); min-width: var(--col-5-min-width, var(--col-min-width, 300px)); }
.grid-table__td:nth-child(6) { width: var(--col-6-width, var(--col-width, 100%)); min-width: var(--col-6-min-width, var(--col-min-width, 300px)); }
.grid-table__td:nth-child(7) { width: var(--col-7-width, var(--col-width, 100%)); min-width: var(--col-7-min-width, var(--col-min-width, 300px)); }
.grid-table__td:nth-child(8) { width: var(--col-8-width, var(--col-width, 100%)); min-width: var(--col-8-min-width, var(--col-min-width, 300px)); }
.grid-table__td:nth-child(9) { width: var(--col-9-width, var(--col-width, 100%)); min-width: var(--col-9-min-width, var(--col-min-width, 300px)); }

@media screen and (max-width: 992px)
{
  .grid-table-responsive-md {
    margin: 25px 0;
    min-height: .01%;
    overflow-x: auto;
  }

  .grid-table-responsive-md .grid-table {
    display: table;
    margin: 0 !important;
  }

  .grid-table-responsive-md .grid-table__td:nth-child(1) { width: var(--col-md-1-width, var(--col-md-width, 100%)); min-width: var(--col-md-1-min-width, var(--col-md-min-width, 300px)); }
  .grid-table-responsive-md .grid-table__td:nth-child(2) { width: var(--col-md-2-width, var(--col-md-width, 100%)); min-width: var(--col-md-2-min-width, var(--col-md-min-width, 300px)); }
  .grid-table-responsive-md .grid-table__td:nth-child(3) { width: var(--col-md-3-width, var(--col-md-width, 100%)); min-width: var(--col-md-3-min-width, var(--col-md-min-width, 300px)); }
  .grid-table-responsive-md .grid-table__td:nth-child(4) { width: var(--col-md-4-width, var(--col-md-width, 100%)); min-width: var(--col-md-4-min-width, var(--col-md-min-width, 300px)); }
  .grid-table-responsive-md .grid-table__td:nth-child(5) { width: var(--col-md-5-width, var(--col-md-width, 100%)); min-width: var(--col-md-5-min-width, var(--col-md-min-width, 300px)); }
  .grid-table-responsive-md .grid-table__td:nth-child(6) { width: var(--col-md-6-width, var(--col-md-width, 100%)); min-width: var(--col-md-6-min-width, var(--col-md-min-width, 300px)); }
  .grid-table-responsive-md .grid-table__td:nth-child(7) { width: var(--col-md-7-width, var(--col-md-width, 100%)); min-width: var(--col-md-7-min-width, var(--col-md-min-width, 300px)); }
  .grid-table-responsive-md .grid-table__td:nth-child(8) { width: var(--col-md-8-width, var(--col-md-width, 100%)); min-width: var(--col-md-8-min-width, var(--col-md-min-width, 300px)); }
  .grid-table-responsive-md .grid-table__td:nth-child(9) { width: var(--col-md-9-width, var(--col-md-width, 100%)); min-width: var(--col-md-9-min-width, var(--col-md-min-width, 300px)); }
}


/* Grid Table - Style 1 */

.grid-table.is-style-1 .grid-table__tr {
  border-top: 1px dashed #9999af;
}

.grid-table.is-style-1 .grid-table__td {
  border-left: 1px dashed #9999af;
}

.grid-table.is-style-1 .grid-table__td:first-child {
  justify-content: center;
  border-left: none;
}

.grid-table.is-style-1 .grid-table__tr.is-header {
  border-top: 1px solid #ed908d;
  border-bottom: 1px solid #ed908d;
}

.grid-table.is-style-1 .grid-table__tr.is-header + .grid-table__tr {
  border-top: none;
}

.grid-table.is-style-1 .grid-table__tr.is-header .grid-table__td {
  justify-content: center;
  border-left: 1px solid #ed908d;
}

.grid-table.is-style-1 .grid-table__tr.is-header .grid-table__td:first-child {
  border-left: none;
}

.grid-table.is-style-1 .grid-table__tr.is-header, .grid-table.is-style-1 .grid-table__td:first-child {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 600;
}



/* Grid Table - Style 2 */

.grid-table.is-style-2 .grid-table__tr:nth-child(2n+1) {
  background: #f3f3f3;
}

.grid-table.is-style-2 .grid-table__tr.is-header {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 600;
}

.grid-table.is-style-2 .grid-table__tr:not(.is-header) .grid-table__td:first-child {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 600;
}

.grid-table.is-style-2 .grid-table__td:first-child > p.is-title {
  position: relative;
  padding-left: 25px;
}

.grid-table.is-style-2 .grid-table__td:first-child > p.is-title:before {
  content: ' ';
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #cf2623;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.grid-table.is-style-2 .grid-table__td:first-child > p.is-image {
  max-width: 80px;
}


/* Grid Table - Style 3 */

.grid-table.is-style-3 {
  background-color: transparent;
  border: 0;
}

.grid-table.is-style-3 .grid-table__tr {
  background-color: #e7e7e7;
  border-radius: 12px;
  margin-top: 25px;
}

.grid-table.is-style-3 .grid-table__td {
  justify-content: center;
  border-left: 1px solid #f5f5f5;
}

.grid-table.is-style-3 .grid-table__td:first-child {
  padding-left: 40px;
  border-left: none;
}

.grid-table.is-style-3 .grid-table__td .is-label {
  position: relative;
}

.grid-table.is-style-3 .grid-table__td .is-label:before {
  content: '';
  position: absolute;
  left: -40px;
  top: 2px;
  height: 22px;
  width: 22px;
  background-color: #cf2623;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.grid-table.is-style-3 .grid-table__td .is-title {
  font-size: 18px;
  line-height: 1.7rem;
}

.grid-table.is-style-3 .grid-table__tr.is-header {
  margin-top: 0;
  background-color: #c93828;
  color: #ffffff;
  border: none;
  border-radius: 0;
  overflow: hidden;
}

.grid-table.is-style-3 .grid-table__tr.is-header .grid-table__td {
  position: relative;
  padding: 10px 30px;
  text-align: center;
  border-left: 1px solid #e16f6f;
}

.grid-table.is-style-3 .grid-table__tr.is-header .grid-table__td:first-child {
  padding-left: 40px;
  text-align: left;
  border: none;
}

/*.grid-table.is-style-3 .grid-table__tr.is-header .grid-table__td:after {
  content: " ";
  position: absolute;
  right: -5px;
  top: 0px;
  height: 45px;
  width: 45px;
  border-right: 4px solid #ffffff;
  border-top: 4px solid #ffffff;
  transform: rotate(45deg);
}*/

.grid-table.is-style-3 .grid-table__tr.is-header .grid-table__td:last-child:after {
  content: none;
}

.grid-table.is-style-3 .grid-table__tr.is-header, .grid-table.is-style-3 .grid-table__td:nth-child(2) {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 600;
}


/* Grid Section Mixed */

.grid-section-mixed {
  margin: 60px 0;
  padding: 60px 0;
  background-color: #313246;
  background-position: center center;
  background-size: cover;
}

.grid-section-mixed__header {
  display: flex;
  margin: 20px 0 50px;
}

.grid-section-mixed__title {
  flex-shrink: 0;
  width: 450px;
  font-size: 40px;
  line-height: 2.8rem;
  font-weight: bold;
  color: #ffffff;
}

.grid-section-mixed__line {
  position: relative;
  margin-right: -90px;
  left: -90px;
  top: 25px;
  width: 100%;
  height: 3px;
  background-color: #ab312b;
}

.grid-section-mixed__items {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(12, 1fr);
}

.grid-section-mixed__item {
  grid-column: 1 / 13;
  position: relative;
  padding: 30px;
  background-color: #f7f7f7;
  border-radius: 12px;
}

.grid-section-mixed__item-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.grid-section-mixed__item-icon {
  max-width: 60px;
  max-height: 60px;
}

.grid-section-mixed__item-icon img {
  max-height: inherit;
  max-width: inherit;
}

.grid-section-mixed__item-title {
  padding: 0px 10px 10px 10px;
  font-size: 24px;
  line-height: 1.7rem;
  color: #cc1313;
  border-bottom: 2px solid #113b6c;
}

.grid-section-mixed__item-body {
  color: #113b6c;
}

@media screen and (max-width: 549px)
{
  .grid-section-mixed__title {
    flex-shrink: 1;
    width: auto;
    font-size: 30px;
    line-height: 2rem;
    text-align: center;
    text-wrap: balance;
  }
  .grid-section-mixed__line {
    display: none;
  }
  .grid-section-mixed__item-icon {
    max-width: 50px;
    max-height: 50px;
  }
  .grid-section-mixed__item-title {
    padding: 0px 10px 5px 10px;
    font-size: 22px;
    line-height: 1.7rem;
  }
}

@media screen and (min-width: 1024px)
{
  .grid-section-mixed__items {
    margin-top: -60px;
  }
  .grid-section-mixed__item:first-child {
    margin-top: 60px;
  }
  .grid-section-mixed__item:nth-child(2) .grid-section-mixed__item-header {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .grid-section-mixed__item:nth-child(2) .grid-section-mixed__item-icon {
    max-width: 120px;
  }
  .grid-section-mixed__item:nth-child(3n+3) .grid-section-mixed__item-header {
    justify-content: center;
  }
  .grid-section-mixed__item:last-child {
    margin-bottom: 60px;
  }

  .grid-section-mixed__item:nth-child(6n+1) { grid-column: 1 / 8;  }
  .grid-section-mixed__item:nth-child(6n+2) { grid-column: 8 / 13; }
  .grid-section-mixed__item:nth-child(3n+3) { grid-column: 1 / 13; }
  .grid-section-mixed__item:nth-child(6n+4) { grid-column: 1 / 6;  }
  .grid-section-mixed__item:nth-child(6n+5) { grid-column: 6 / 13; }
}


/* Block Requirements */

.block-requirements {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  counter-reset: number;
}

.block-requirements__item-title {
  display: flex;
  gap: 12px;
  align-items: flex-end;
  margin-bottom: 20px;
  counter-increment: number;
}

.block-requirements__item-title::before {
  font-size: 35px;
  line-height: 1em;
  font-weight: bold;
  content: counter(number);
}

.block-requirements__item-title h3 {
  margin: 0 !important;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: bold;
  text-transform: uppercase;
}

.block-requirements__item-text {
  margin-left: 3px;
  padding: 15px 0 15px 35px;
  border-left: 1px dashed #a36d6c;
}

.block-requirements__item-text p {
  position: relative;
}

.block-requirements__item-text p:before {
  content: '';
  position: absolute;
  left: -36px;
  top: 4px;
  height: 15px;
  width: 20px;
  background-color: #cd2623;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media screen and (max-width: 991px)
{
  .block-requirements {
    grid-template-columns: 1fr;
    gap: 30px
  }
  .block-requirements__item-title:before {
    font-size: 30px;
  }
  .block-requirements__item-title h3 {
    font-size: 20px;
  }
}


/* Block Important Label */

.block-important-label {
  display: flex;
  align-items: stretch;
  background-color: #f7f7f7;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.block-important-label__title {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 20px 20px 25px;
  font-size: 20px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #ffffff;
  background-color: #222653;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.block-important-label__title:before {
  content: '';
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 15px;
  height: 20px;
  background-color: #cf2623;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.block-important-label__title a {
  font-weight: 600;
  color: #ffffff;
}

.block-important-label__text {
  display: flex;
  align-items: center;
  padding: 15px 15px 15px 30px;
}


/* Section List Titles Arrow */

.section-list-titles-arrow {
  display: flex;
  flex-direction: column;
  margin: 30px 0;
  gap: 25px;
}

.section-list-titles-arrow__item {
  display: flex;
  align-items: stretch;
  background-color: #f7f7f7;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.section-list-titles-arrow__header {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 240px;
  padding: 40px 20px 40px 45px;
  font-size: 20px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #ffffff;
  background-color: #222653;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.section-list-titles-arrow__header:before {
  content: '';
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 25px;
  height: 30px;
  background-color: #cf2623;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.section-list-titles-arrow__header a {
  color: #fff;
}

.section-list-titles-arrow__header a:hover {
  color: #ff9997;
}

.section-list-titles-arrow__list {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  column-gap: 25px;
  row-gap: 15px;
  padding: 15px 15px 15px 30px;
}

.section-list-titles-arrow__link {
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.section-list-titles-arrow__title {
  font-size: 20px;
}

.section-list-titles-arrow__icon {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 10px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #cf2623;
}

.section-list-titles-arrow__icon:before {
  position: absolute;
  content: '';
  border-left: 1px dotted #cf2623;
  left: -11px;
  height: 16px;
}

@media (max-width: 767px)
{
  .section-list-titles-arrow__item {
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
  }

  .section-list-titles-arrow__header {
    flex: 0;
    white-space: normal;
  }

  .section-list-titles-arrow__list {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}


/* Question-Answer */

.question-answer__wrap {
  margin: 50px 0 70px;
}

.question-answer__wrap .block-alert__inner {
  padding: 20px 5px;
}

.question-answer {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.question-answer__block {
  display: flex;
  gap: 30px;
}

.question-answer__block.is-question {
  margin-right: 90px;
  flex-direction: row;
}

.question-answer__block.is-answer {
  margin-left: 90px;
  flex-direction: row-reverse;
}

.question-answer__avatar {
  flex: 0 0 60px;
  max-width: 60px;
}

.question-answer__avatar img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}

.question-answer__message {
  position: relative;
  padding: 20px 25px;
  border-width: 2px;
  border-style: solid;
}

.question-answer__block.is-question .question-answer__message {
  background-color: #fff;
  border-color: #ffd4d2;
}

.question-answer__block.is-answer .question-answer__message {
  background-color: #ffe9e8;
  border-color: #ffe9e8;
}

.question-answer__message:after,
.question-answer__message:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  pointer-events: none;
}

.question-answer__block.is-question .question-answer__message:before {
  left: -21px;
  top: 21px;
  border-left: 10px solid transparent;
  border-right: 10px solid #ffd4d2;
  border-top: 10px solid #ffd4d2;
  border-bottom: 10px solid transparent;
}

.question-answer__block.is-question .question-answer__message:after {
  left: -16px;
  top: 23px;
  border-left: 9px solid transparent;
  border-right: 9px solid #fff;
  border-top: 9px solid #fff;
  border-bottom: 9px solid transparent;
}

.question-answer__block.is-answer .question-answer__message:before {
  right: -21px;
  top: 21px;
  border-left: 10px solid #ffe9e8;
  border-right: 10px solid transparent;
  border-top: 10px solid #ffe9e8;
  border-bottom: 10px solid transparent;
}

.question-answer__block.is-answer .question-answer__message:after {
  right: -16px;
  top: 23px;
  border-left: 9px solid #ffe9e8;
  border-right: 9px solid transparent;
  border-top: 9px solid #ffe9e8;
  border-bottom: 9px solid transparent;
}

@media (max-width: 767px)
{
  .question-answer__block.is-question {
    margin-right: 0;
  }
  .question-answer__block.is-answer {
    margin-left: 0;
  }
}



/* 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, .m-filters-result {
  display: none;
}

.m-header-contacts {
  display: none;
  padding: 12px 0;
  background: #373a56;
}

.m-header-contacts__items {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 30px;
}

.m-header-contacts__item {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

.m-header-contacts__item.is-callback {
  margin-left: auto;
  display: flex;
}

a.m-header-contacts__item-value:not(:hover) {
  color: #fff;
}

.m-header-contacts__item-sub {
  display: block;
  font-size: 12px;
  line-height: 1;
  color: #babcda;
}

.m-header-contacts__item-icon {
  margin-right: 8px;
}

.m-header-contacts__item-icon i {
  padding: 6px;
  font-size: 10px;
  line-height: 1em;
  color: #babcda;
  border: 1px solid;
  border-radius: 50px;
  transition: all .2s ease-in-out;
}

.m-header-contacts__item:hover,
.m-header-contacts__item:hover .m-header-contacts__item-icon i,
a.m-header-contacts__item-value:hover {
  color: #ffafaf;
}

.body-bars .m-header-contacts {
  display: none;
}

@media screen and (max-width: 679px) {
  .m-header-contacts {
    display: block;
  }
  .m-header-contacts__items {
    gap: 10px;
  }
  .m-header-contacts__item.is-callback {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .m-header-contacts__item {
    font-size: 14px;
  }
  .m-header-contacts__item-icon i {
    padding: 0;
    border: none;
    font-size: 10px;
  }
}

.m-header-main {
  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: #364285;
  color: #fff;
  border: 0;
}


.m-header-phones {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.m-header-phones__item {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  color: #222;
}

a.m-header-phones__item-value:not(:hover) {
  color: #fff;
}

.m-header-phones__item-icon {
  margin-right: 8px;
}

.m-header-phones__item-icon i {
  font-size: 14px;
  color: #babcda;
  transition: all .2s ease-in-out;
}

.m-header-phones__item:hover,
.m-header-phones__item:hover .m-header-phones__item-icon i,
a.m-header-phones__item-value:hover {
  color: #b00000;
}

.body-bars .m-header-phones {
  display: none;
}

@media screen and (max-width: 679px) {
  .m-header-phones {
    display: none;
  }
}


.m-header__buttons .active .header-icon {
  background: #da2118;
}

.m-header__logo {
  white-space: nowrap;
}

.m-header__logo .logo-icon {
  height: 40px;
}

.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, .m-button-whatsapp {
  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: #babcda;
}

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

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

.rounded {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.rounded-md {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.rounded-sm {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}


/* Animations  */

.animation-pulse {
  animation: animation-pulse 0.7s;
}

.animation-horizontal-shaking {
  animation: animation-horizontal-shaking 0.35s;
}

@keyframes animation-pulse {
  0% {
    outline: 5px var(--pulse-color, rgba(100, 100, 100, .3)) solid;
    outline-offset: 2px;
  }
  100% {
    outline: 0px rgba(255, 255, 255, 0) solid;
    outline-offset: 30px;
  }
}

@keyframes animation-horizontal-shaking {
  0%   { transform: translateX(0)    }
  25%  { transform: translateX(5px)  }
  50%  { transform: translateX(-5px) }
  75%  { transform: translateX(5px)  }
  100% { transform: translateX(0)    }
}


/* Adaptive Flex */

.var-flex {
  flex: var(--flex, 'auto') !important;
}

@media (min-width: 768px) {
  .var-flex-sm {
    flex: var(--flex-sm, var(--flex, 'auto')) !important;
  }
}

@media (min-width: 992px) {
  .var-flex-md {
    flex: var(--flex-md, var(--flex, 'auto')) !important;
  }
}

@media (min-width: 1200px) {
  .var-flex-lg {
    flex: var(--flex-lg, var(--flex, 'auto')) !important;
  }
}


/* Adaptive Order */

.var-order {
  order: var(--order, 1) !important;
}

@media (min-width: 768px) {
  .var-order-sm {
    order: var(--order-sm, var(--order, 1)) !important;
  }
}

@media (min-width: 992px) {
  .var-order-md {
    order: var(--order-md, var(--order, 1)) !important;
  }
}

@media (min-width: 1200px) {
  .var-order-lg {
    order: var(--order-lg, var(--order, 1)) !important;
  }
}


/* 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;
  }
}
