@charset "UTF-8";
body {
  overflow-x: hidden;
  background-size: 100% auto;
  background-repeat: repeat-y;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0;
  font-family: Lato;
  color: #1b1b1b;
}

.main-content__wrapper {
  width: 1100px;
}

.main-content__wrapper .flex-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

h2 {
  margin-top: 0;
}

.normal-block {
  padding-bottom: 40px;
  position: relative;
}

.normal-block .block-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.normal-block .title {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 32px;
  font-weight: 800;
}

.normal-block .title h2 {
  margin-bottom: 0;
}

.normal-block .subtitle {
  margin: 0;
  font-size: 1.5rem;
  text-align: center;
}

.hidden {
  display: none;
}

.no-hidden {
  overflow: initial;
}

.box-shadow {
  -webkit-box-shadow: 0 4px 40px #DCDCDC;
          box-shadow: 0 4px 40px #DCDCDC;
  background: #FFFFFF;
  border-radius: 6px;
}

.right-decoration, .left-decoration {
  position: absolute;
  z-index: -1;
}

.btns__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.box-header {
  padding: 30px;
  color: white;
  text-align: center;
  background: transparent;
}

.logo__wrapper {
  width: 100%;
  padding-right: 1.125rem;
}

.logo__wrapper img {
  width: 100%;
}

.phone a, .email a {
  border-bottom: 1px solid transparent;
}

.phone a:hover, .email a:hover {
  border-bottom: 1px solid;
}

.social__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social__icons a ~ a {
  margin-left: 0.4rem;
}

.social__icons a:hover {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.mm-menu {
  --mm-color-text: white;
  --mm-color-text-dimmed: white;
  --mm-line-height: initial;
}

.mm-page {
  width: 100%;
}

.collapsed {
  display: none !important;
}

.col-exp {
  display: block;
  height: 3em;
  line-height: 3em;
  text-align: center;
}

.col-exp a {
  color: black;
  vertical-align: middle;
  text-decoration: none;
}

.col-exp a:hover {
  border-bottom: 1px solid black;
}

.input-checkbox:checked,
.input-checkbox:not(:checked) {
  position: absolute;
  display: none;
}

.input-checkbox:checked + label,
.input-checkbox:not(:checked) + label {
  display: inline-block;
  position: relative;
  padding-left: 29px;
  cursor: pointer;
}

.input-checkbox:checked + label:before,
.input-checkbox:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -2px;
  width: 22px;
  height: 22px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1px;
  mix-blend-mode: normal;
}

.input-checkbox:checked + label:after,
.input-checkbox:not(:checked) + label:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.input-checkbox:checked + label:after,
.input-checkbox:not(:checked) + label:after {
  left: 5px;
  top: 3px;
  width: 9px;
  height: 5px;
  border-radius: 1px;
  border-left: 3px solid white;
  border-bottom: 3px solid white;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.input-checkbox:not(:checked) + label:after {
  opacity: 0;
}

.input-checkbox:checked + label:after {
  opacity: 1;
}

.faq__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq__title {
  text-transform: uppercase;
  text-align: center;
  margin-top: 3.75rem;
  margin-bottom: 1.875rem;
}

.faq__list {
  width: 100%;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill;
  width: stretch;
  max-width: 47.5rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 250px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 250px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin-bottom: 3.75rem;
  padding: 1.875rem 2.5rem;
}

.faq__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.faq__list-item-img:hover {
  cursor: pointer;
  width: 1.6875rem;
}

.faq__list-item:not(:last-of-type) {
  border-bottom: 1px solid #C4C4C4;
}

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

.faq__list-item-title {
  text-transform: uppercase;
}

.faq__list-item-answer {
  display: none;
  margin-bottom: 1.25rem;
}

.faq__list-item-answer ul {
  list-style: disc;
}

.show {
  display: block;
}

.rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pill-navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 60px;
  -webkit-box-shadow: 0 5px 20px rgba(32, 65, 119, 0.5);
          box-shadow: 0 5px 20px rgba(32, 65, 119, 0.5);
  margin-right: 40px;
}

.pill-navs:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pill-navs .nav {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  width: 70px;
}

.pill-navs .nav::before {
  content: '';
  display: block;
  border-top: 2px solid white;
  border-right: 2px solid white;
  width: 21px;
  height: 21px;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.pill-navs .left-nav {
  border-radius: 60px 0 0 60px;
}

.pill-navs .left-nav::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: 7.5px;
}

.pill-navs .right-nav {
  border-radius: 0 60px 60px 0;
  border-left: 1px solid white;
}

.pill-navs .right-nav::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: -7.5px;
}

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

.circle-navs .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  cursor: pointer;
}

.circle-navs .nav::before {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  border-right: 2px solid white;
  border-top: 2px solid white;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.circle-navs .nav.disabled {
  background: #DCDCDC;
}

.circle-navs .nav.right-nav::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: -7.5px;
}

.circle-navs .nav.left-nav::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: 7.5px;
}

.paginator {
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.paginator li {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #DCDCDC;
  cursor: pointer;
}

.paginator li ~ li {
  margin-left: 23px;
}

.slick-dots {
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slick-dots li {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #DCDCDC;
  cursor: pointer;
}

.slick-dots li ~ li {
  margin-left: 23px;
}

.progressbar {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  counter-reset: pb-num;
}

.progressbar-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 2px solid black;
}

.progressbar-item::after {
  position: absolute;
  counter-increment: pb-num;
  content: counter(pb-num);
  display: block;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
}

.progressbar-item ~ .progressbar-item {
  margin-left: 60px;
}

.progressbar-item ~ .progressbar-item::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  border-top: 2px dotted black;
  margin-left: -45px;
}

.progressbar-item.done {
  background-color: black;
}

.progressbar-item.done::after {
  width: 14px;
  height: 11px;
  content: '';
  background-image: url("/assets/template/images/check.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.video-play__btn-wrapper {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 140px;
  height: 140px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 140px;
}

.video-play__btn-wrapper .video-play__btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  cursor: pointer;
}

.video-play__btn-wrapper .video-play__btn::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: '';
  display: block;
  background-image: url("/assets/template/images/vplay.svg");
  background-position: center center;
  background-repeat: no-repeat;
  width: 82px;
  height: 82px;
  border-radius: 82px;
  border: 1px solid #fff;
}

.mobile__navs {
  display: none;
}

.table-price__container {
  overflow-x: initial;
  -webkit-box-shadow: 0px 4px 30px #DCDCDC;
          box-shadow: 0px 4px 30px #DCDCDC;
}

.table-price, .table-striped {
  background: white;
  table-layout: fixed;
  min-width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
}

.table-price caption, .table-striped caption {
  background: white;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
}

.table-price tr, .table-striped tr {
  height: 50px;
  font-size: 14px;
  background: rgba(253, 253, 253, 0.51);
}

.table-price tr ~ tr:hover, .table-striped tr ~ tr:hover {
  color: white;
}

.table-price th, .table-price td, .table-striped th, .table-striped td {
  border: 1px solid #DCDCDC;
  padding: 0 1em;
  text-align: center;
}

.btn {
  font-family: Lato;
  width: 100%;
  border: 0;
  outline: none;
  border-radius: 600px;
  cursor: pointer;
  margin-top: 15px;
  font-weight: 800;
  white-space: normal;
  font-size: 18px;
  text-align: center;
  height: 60px;
  padding: 0 30px;
  text-transform: uppercase;
}

.btn-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#FCC810), to(#E99A42));
  background: linear-gradient(180deg, #FCC810 0%, #E99A42 100%);
  -webkit-box-shadow: 0px 10px 40px rgba(233, 154, 66, 0.6);
          box-shadow: 0px 10px 40px rgba(233, 154, 66, 0.6);
}

.btn-gradient:hover {
  background: #FCC810;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary {
  padding: 20px 40px;
  background: #FCC810;
}

.btn-delivery, .btn-showmore {
  background: #FFFFFF;
  border: 1px dashed #C4C4C4;
  line-height: 60px;
  width: auto;
  font-weight: normal;
  text-align: center;
  text-transform: none;
}

.btn-delivery.active, .btn-showmore {
  color: white;
  font-weight: bold;
  border: 0;
}

.btn-delivery ~ .btn-delivery {
  margin-left: 39px;
}

.btn__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3rem 0;
}

.phone, .email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.phone a, .email a {
  text-decoration: none;
  color: inherit;
  margin-left: 0.25em;
}

.phone a:hover, .email a:hover {
  border-bottom: 1px solid;
}

.callback-link {
  text-decoration: none;
  color: #FCC810;
  font-weight: 800;
  margin-left: 0.8em;
  padding: 0.2em 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #FCC810;
}

.link-as-btn__yellow-grad {
  display: block;
  text-decoration: none;
  color: black;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#FCC810), to(#E99A42));
  background: linear-gradient(180deg, #FCC810 0%, #E99A42 100%);
  border-radius: 600px;
  padding: 1em 1.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.select {
  background: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  margin: 0;
  height: 60px;
  width: 440px;
}

/* Селект, в который превращаются табы в блоке доставки на мобилках */
.d-select__container {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  border-radius: 10em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.875rem;
}

.d-select {
  outline: none;
  font-size: 0.875rem;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.5em 2.5em 0.5em 1em;
  border: 2px solid;
  border-color: black;
  border-radius: 10em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
}

.d-select__arrow {
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid transparent;
  border-bottom-color: black;
  border-right-color: black;
  right: 1em;
  z-index: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -0.25em;
}

/* ******************************************************* */
.input-text {
  outline: none;
  font-family: Lato;
  width: 100%;
  padding: 18px 15px;
  height: 60px;
  background: #FFFFFF;
  border: 2px solid #DCDCDC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-size: 18px;
}

.input-text.error {
  border: 2px solid;
}

.textarea {
  font-family: Lato;
  padding: 18px 15px;
  background: #FFFFFF;
  border: 2px solid #DCDCDC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  width: 100%;
  font-size: 18px;
}

.textarea.error {
  border: 2px solid;
}

.input-checkbox {
  width: 22px;
  height: 22px;
}

.conf_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.conf_wrapper label {
  padding-left: 5px;
  font-size: 14px;
}

span.error {
  display: block;
  margin: 0.5em 0;
}

.ajax_form .error {
  color: #FB3131 !important;
}

.text-xs {
  font-size: 12px;
}

.text-s {
  font-size: 14px;
}

.text-m {
  font-size: 18px;
}

.text-l {
  font-size: 1.5rem;
}

.text-xl {
  font-size: 36px;
}

.text-xxl {
  font-size: 48px;
}

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

.uppercase {
  text-transform: uppercase;
}

.bold {
  font-weight: 800;
}

.show-more {
  font-size: 0.875rem;
  border-bottom: 1px solid rgba(29, 98, 173, 0.4);
  cursor: pointer;
}

h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 43px;
}

.breadcrumb {
  list-style-type: none;
  margin: 0 0 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  color: #A9A9A9;
  line-height: 30px;
}

.breadcrumb a, .breadcrumb li {
  color: #A9A9A9;
  font-size: 12px;
  text-decoration: none;
}

.breadcrumb li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

.breadcrumb li:first-of-type:before {
  content: url(/assets/template/images/crumbs-home-icon.svg);
  margin-right: 10px;
}

.breadcrumb li ~ li {
  margin-left: 10px;
}

.mm__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  z-index: 1000;
  background-color: #204177;
  color: white;
  left: -100%;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}

.mm__wrapper.opened {
  left: 0;
}

.mm__inner {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
}

.mm__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.625rem;
  line-height: 120%;
  margin-bottom: 1rem;
}

.mm__header .title {
  width: 100%;
}

.mm__header .title p {
  font-size: 0.625rem;
  width: 50vw;
  margin-top: 0;
}

.mm__slider {
  position: relative;
  width: 100%;
  margin: 0 0 1rem 0;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  overflow: hidden;
}

.mm__slide {
  position: absolute;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: none;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #204177;
}

.mm__slide.active, .mm__slide.next {
  display: block;
}

.mm__slide.next {
  left: 100%;
}

.mm__slide.active {
  left: 0;
}

.inprogress {
  z-index: 999;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
}

.fade {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}

.mm__menu {
  list-style-type: none;
  margin: 0;
  padding: 0 0 1rem 0;
}

.mm__menu li {
  white-space: nowrap;
}

.mm__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mm__item a, .mm__item span {
  display: block;
  text-decoration: none;
  color: white;
  font-size: 1.125rem;
  overflow: auto;
  text-overflow: ellipsis;
}

.mm__item .mm__item-text {
  display: block;
  color: white;
}

.mm__item .mm__item-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1em;
  height: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mm__item .mm__item-arrow::before {
  display: block;
  content: '';
  width: 0.3em;
  height: 0.3em;
  margin-bottom: -0.2em;
  border: 2px solid transparent;
  border-bottom-color: white;
  border-right-color: white;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 0.3em;
  cursor: pointer;
}

.mm__backbtn-wrapper {
  display: none;
}

.mm__backbtn {
  color: #FCC810;
  font-size: 0.875rem;
  line-height: 120%;
}

.mm__backbtn img {
  height: 0.8em;
  margin-right: 0.3em;
}

.mm__divider {
  font-weight: 800;
  font-size: 1.5rem;
  color: white;
  text-transform: uppercase;
  border-bottom: 1px solid white;
  padding: 0.4em 0;
  margin-bottom: 1rem;
}

.mm__divider ~ .mm__divider {
  margin-top: 1rem;
}

.mm__footer p {
  margin: 0;
}

.mm__footer .contacts {
  font-size: 1.25rem;
}

.mm__footer .contacts .email {
  margin-top: 0.5rem;
}

.mm__footer .contacts .phone {
  font-weight: 800;
}

.mm__footer .contacts .email img, .mm__footer .contacts .phone img {
  height: 1em;
  margin-right: 0.3em;
}

.mm__footer .socials {
  margin-top: 1rem;
  font-size: 1.25rem;
}

.mm__footer .socials p {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}

.mm__footer .socials a ~ a {
  margin-left: 0.3rem;
}

.mm__footer .socials img {
  width: 2.5rem;
}

.mm__footer .copyright {
  border-top: 1px solid white;
  padding-top: 0.5rem;
  padding-left: 1rem;
  margin-left: -1rem;
  width: calc(100% + 2rem);
  font-size: 0.625rem;
  line-height: 140%;
}

.mm__footer .logo__wrapper {
  margin: 2rem 0 1rem 0;
}

.mm__footer .logo__wrapper img {
  width: 54.375vw;
}

.cards__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.cards__row .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 33%;
}

.cards__row .img__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 150px;
}

.cards__row .img__wrapper img {
  max-height: 100%;
}

.cards__row .title {
  font-weight: 800;
  font-size: 18px;
  text-align: center;
}

.warranties__wrapper {
  margin: 30px 0;
}

.warranties__wrapper .warranty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.warranties__wrapper .warranty ~ .warranty {
  margin-top: 2rem;
}

.warranties__wrapper .text__wrapper {
  margin-left: 1rem;
}

.warranties__wrapper .title {
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
}

.warranties__wrapper .text {
  width: 450px;
  font-size: 14px;
  margin-top: 0.5em;
}

.contacts__page {
  margin-bottom: 4rem;
}

.contacts__page-regions .contacts__wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contacts__page-regions .contacts__wrapper .map-container {
  width: 32rem;
  height: 19rem;
}

.contacts__page-regions .our-departments__content {
  max-width: 50rem;
}

.contacts__page .contacts__wrapper {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.contacts__page .contacts__wrapper .map {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25rem;
  height: 20.5rem;
  margin: 0;
}

.contacts__page .contacts__wrapper .contacts {
  max-width: 330px;
  padding-right: 40px;
}

.contacts__page .contacts__wrapper .contacts .tel {
  text-decoration: none;
  color: inherit;
  margin-left: 5px;
}

.contacts__page .contacts__wrapper .contacts, .contacts__page .contacts__wrapper .contacts p {
  font-size: 1.125rem;
  line-height: 140%;
}

.contacts__page .contacts__wrapper .contacts p {
  margin-top: 0;
}

.contacts__page .socials {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.5rem;
}

.contacts__page .socials .social__icons {
  margin-left: 45px;
}

.contacts__page .socials .arrow {
  position: absolute;
  left: 130px;
  top: -35px;
}

.contacts__page .socials .title {
  width: 150px;
  font-size: initial;
}

.contacts__page .btn {
  width: 20rem;
}

.contacts__page .btn__wrapper {
  margin-top: 2rem;
}

.tabs_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tabs_container-regions .tab_content {
  padding-left: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: inherit;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}

.tabs_container-regions .tab_content-hover {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.tabs_container-regions .tab_content:nth-of-type(1) {
  min-height: 482px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.tabs_container-regions .tab_content:nth-of-type(1) a {
  position: relative;
  margin-right: 1rem;
  width: 10rem;
}

.tabs_container-regions .tab_content:nth-of-type(1) a:hover .tab_content-hover {
  display: block;
}

.tabs_container-regions .tab_content:nth-of-type(1) img {
  width: inherit;
  height: inherit;
}

.tabs_container-regions .tab_content:nth-of-type(2) {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tabs_container-regions .tab_content:nth-of-type(2) a {
  -webkit-box-shadow: 0 0 7px #DCDCDC;
          box-shadow: 0 0 7px #DCDCDC;
  margin-right: 1rem;
  width: 10rem;
  height: 10rem;
  margin-bottom: 1rem;
}

.tabs_container-regions .tab_content:nth-of-type(2) img {
  width: inherit;
  height: inherit;
}

.hide, .tab_content {
  display: none;
}

.hide + label {
  border-radius: 200px;
  border: 1px dashed #C4C4C4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 220px;
  height: 50px;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-radius: 200px;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-bottom: 20px;
  text-align: center;
}

.hide + label:not(:last-of-type) {
  margin-right: 1.25rem;
}

.hide + label:first-of-type {
  margin-left: 0.625rem;
}

.hide + label:hover {
  border: 1px dashed #204177;
}

.hide:checked + label {
  background: -webkit-gradient(linear, left top, left bottom, from(#1D62AD), color-stop(154.1%, #204177));
  background: linear-gradient(180deg, #1D62AD 0%, #204177 154.1%);
  color: white;
  z-index: 1;
  border: none;
}

.tab_content {
  padding-left: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: inherit;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}

.tab_content-hover {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.tab_content:nth-of-type(1) .factories__info {
  margin-top: 0;
}

.tab_content:nth-of-type(1) .factories__info h2 {
  margin-top: 0;
}

.tab_content:nth-of-type(1) .map-container {
  width: 23rem;
  height: 20rem;
}

.tab_content:nth-of-type(1) .map {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  height: 20rem;
  min-height: auto !important;
}

.tab_content:nth-of-type(2) {
  min-height: 482px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.tab_content:nth-of-type(2) a {
  position: relative;
  margin-right: 1rem;
  width: 10rem;
  height: 14.125rem;
}

.tab_content:nth-of-type(2) a:hover .tab_content-hover {
  display: block;
}

.tab_content:nth-of-type(2) img {
  width: inherit;
  height: inherit;
}

.tab_content:nth-of-type(3) {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tab_content:nth-of-type(3) a {
  -webkit-box-shadow: 0 0 7px #DCDCDC;
          box-shadow: 0 0 7px #DCDCDC;
  margin-right: 1rem;
  width: 10rem;
  margin-bottom: 1rem;
}

.tab_content:nth-of-type(3) img {
  width: inherit;
  height: inherit;
}

.hide:checked + label + .tab_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.information > p {
  font-size: 1.125rem;
}

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

.our-departments__title {
  margin-top: 0 !important;
  text-align: center;
}

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

.our-departments__line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.our-departments__line-left {
  margin: 0.7rem 0;
  font-size: 1.125rem;
}

.our-departments__line-right {
  width: 100%;
  max-width: 24.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.our-departments__line-right a {
  text-decoration: none;
  font-size: 1.125rem;
  color: #1b1b1b;
}

.our-departments__line-right a:hover {
  text-decoration: underline;
}

.departments__wrapper {
  margin-bottom: 4rem;
}

.departments__wrapper .department {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

.departments__wrapper .department div {
  white-space: nowrap;
}

.departments__wrapper .sep {
  width: 100%;
  border-bottom: 1px dashed #DCDCDC;
}

.departments__wrapper .pm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.departments__wrapper .email {
  padding: 0 3rem;
}

.payment-options__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.payment-options__wrapper .payment-option {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 1.25rem;
}

.payment-options__wrapper .title {
  margin-left: 1rem;
  width: 200px;
  font-weight: 800;
  font-size: 18px;
  line-height: 130%;
  text-transform: uppercase;
}

.delivery-options .title {
  font-size: 18px;
  margin-bottom: 1rem;
}

.delivery-options .text {
  font-size: 14px;
  line-height: 120%;
}

.delivery-options .text ul li {
  margin-bottom: 0.5em;
}

.delivery-options .text a {
  text-decoration: none;
  color: #1D62AD;
  border-bottom: 1px solid #1D62AD;
}

.delivery-options .text a:hover {
  border-bottom: 0;
}

.fancybox-close-small {
  right: 10px !important;
}

.fancybox-close-small svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.fancybox-close-small svg:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.fancybox-button svg {
  height: auto !important;
  width: 35px !important;
}

.popup-callback__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 620px;
  background: white;
  border-radius: 6px;
}

.popup-callback__inner form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popup-callback__inner .title {
  text-align: center;
  font-size: 24px;
}

.popup-callback__inner .options {
  list-style-type: none;
  padding: 0;
  font-size: 14px;
  margin: 35px 0;
}

.popup-callback__inner .options li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup-callback__inner .options li ~ li {
  margin-top: 0.5rem;
}

.popup-callback__inner .options li::before {
  content: '';
  display: block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  height: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  margin-right: 1em;
}

.popup-callback__inner .options li:nth-of-type(1)::before {
  background-image: url("/assets/template/images/pop-opt1.png");
}

.popup-callback__inner .options li:nth-of-type(2)::before {
  background-image: url("/assets/template/images/pop-opt2.png");
}

.popup-callback__inner .options li:nth-of-type(3)::before {
  background-image: url("/assets/template/images/pop-opt3.png");
}

.popup-callback__inner .btn {
  width: 450px;
  margin: 15px 0;
}

.popup-callback__inner .input-text {
  width: 450px;
  margin-top: 5px;
}

.popup-callback__inner .btn-close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 30px;
  top: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.popup-callback__inner .btn-close::before, .popup-callback__inner .btn-close::after {
  content: '';
  display: block;
  position: absolute;
  width: 42.5px;
  height: 5px;
  border-radius: 5px;
  background: #A9A9A9;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.popup-callback__inner .btn-close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popup-callback__inner .btn-close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.about-product {
  padding: 40px 40px;
}

.about-product h2 {
  font-size: 36px;
  margin: 40px 0;
  text-align: center;
}

.about-product p {
  text-align: justify;
  font-size: 18px;
}

.about-product .controls {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-product .paginator__wrapper {
  width: 100%;
  margin-top: 0;
  padding-left: 190px;
}

.about-product .pill-navs {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 50px;
}

.about-product .payment-option {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
}

.about-product .payment-option .title {
  margin: 0;
  width: initial;
}

.about-product .payment-option .text {
  font-size: 14px;
  padding-right: 0.5em;
}

.about-product .payment-option .text__wrapper {
  margin-left: 0.5rem;
}

.about-product .delivery-options .title {
  padding: 0 20px;
}

.about-product .delivery-options .text {
  padding: 0 20px;
}

.about-product .slick-dots {
  margin: 0;
}

.interesting-zhbi .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.interesting-zhbi .row ~ .row {
  margin-top: 40px;
}

.interesting-zhbi .col {
  max-width: 25%;
}

.interesting-zhbi .col ~ .col {
  margin-left: 10px;
}

.interesting-zhbi .img__wrapper img {
  width: 100%;
}

.interesting-zhbi .title {
  text-align: center;
}

.interesting-zhbi .title a {
  font-size: 18px;
  text-decoration: none;
  color: #1D62AD;
  font-weight: initial;
}

.interesting-zhbi .title a:hover {
  border-bottom: 1px solid;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.prod-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.prod-desc .info {
  font-size: 14px;
  padding-left: 1em;
}

.prod-desc .info p:first-of-type {
  margin-top: 0;
}

.prod-desc .img__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.prod-desc .img__wrapper .article {
  position: absolute;
  font-size: 50px;
  font-weight: 800;
  color: rgba(32, 65, 119, 0.4);
}

.prod-revs__wrapper {
  margin-top: -50px;
}

.prod-revs__rev-container {
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.map {
  position: relative;
  margin: 0px auto;
}

.map-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  z-index: 2;
  font-size: 24px;
  color: white;
  -webkit-transition: .15s ease;
  transition: .15s ease;
  cursor: pointer;
  text-align: center;
}

.mobile-header {
  display: none;
}

.header {
  height: 10.375rem;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: -92px;
  z-index: 999;
  margin-bottom: 30px;
}

.header .topinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background: white;
}

.header .topinfo .topinfo__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1100px;
  height: 91px;
}

.header .topinfo .topinfo__inner .logo__wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}

.header .topinfo .topinfo__inner .logo__wrapper img {
  width: 70%;
}

.header .topinfo .topinfo__inner .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  line-height: 27px;
  padding: 0 20px;
}

.header .topinfo .topinfo__inner .contacts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header .topinfo .topinfo__inner .contacts__wrapper .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 70%;
  font-size: 18px;
}

.header .topinfo .topinfo__inner .contacts__wrapper .contacts a {
  color: #1b1b1b;
  text-decoration: none;
}

.header .topinfo .topinfo__inner .contacts__wrapper .contacts .phone, .header .topinfo .topinfo__inner .contacts__wrapper .contacts .email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .topinfo .topinfo__inner .contacts__wrapper .contacts .phone img, .header .topinfo .topinfo__inner .contacts__wrapper .contacts .email img {
  margin-right: 5px;
}

.header .topinfo .topinfo__inner .contacts__wrapper .contacts .phone a {
  font-weight: 800;
}

.header .topinfo .topinfo__inner .contacts__wrapper .contacts .email {
  margin-right: 13px;
  margin-top: 10px;
}

.header .topinfo .topinfo__inner .contacts__wrapper .social__icons {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .topinfo .topinfo__inner .contacts__wrapper .social__icons a img {
  width: 30px;
}

.header .topinfo .topinfo__inner .contacts__wrapper .social__icons a ~ a {
  margin-left: 10px;
}

.header .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 75px;
}

.header .navbar .navbar__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1100px;
}

.header .navbar .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
}

.header .navbar .search .search__input {
  width: 100%;
  outline: none;
  height: 44px;
  padding: 9px 20px;
  background: white;
  border: 2px solid #C4C4C4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-size: 14px;
}

.header .navbar .search .search__input:hover {
  border: 2px solid #FCC810;
}

.header .navbar .topmenu__wrapper {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  line-height: 17px;
  color: white;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 33.4375rem;
}

.header .navbar .topmenu__wrapper .topmenu {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
}

.header .navbar .topmenu__item {
  list-style-type: none;
  padding: 1em 0.7em;
  position: relative;
  line-height: 20px;
}

.header .navbar .topmenu__item.has-children a::after, .header .navbar .topmenu__item.has-children span::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  -webkit-transform: rotate(45deg) translateY(-3px);
          transform: rotate(45deg) translateY(-3px);
  margin-left: 5px;
}

.header .navbar .topmenu__item.has-children.active a::after, .header .navbar .topmenu__item.has-children.active span::after {
  border-color: #FCC810;
}

.header .navbar .topmenu__item:hover .submenu {
  visibility: visible;
}

.header .navbar .topmenu__item .submenu {
  padding: 0;
  top: 100%;
  visibility: hidden;
  position: absolute;
  min-width: 130px;
  -webkit-box-shadow: 0 16px 40px #DCDCDC;
          box-shadow: 0 16px 40px #DCDCDC;
  border-radius: 2px;
  background: white;
}

.header .navbar .topmenu__item .submenu .topmenu__item {
  white-space: nowrap;
  padding: 0;
}

.header .navbar .topmenu__item .submenu .topmenu__item a::after {
  content: none;
}

.header .navbar .topmenu__item .submenu .topmenu__item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: black;
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header .navbar .topmenu__item .submenu .topmenu__item ~ .topmenu__item {
  border-top: 1px solid #DCDCDC;
}

.header .navbar .topmenu__item .submenu .topmenu__item:hover a {
  color: white;
}

.header .navbar .topmenu__item.active a, .header .navbar .topmenu__item.active span {
  color: #FCC810;
}

.header .navbar .topmenu__item a, .header .navbar .topmenu__item span {
  color: white;
  text-decoration: none;
  font-size: 14px;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  vertical-align: middle;
}

.header .navbar .topmenu__item a:hover, .header .navbar .topmenu__item span:hover {
  color: #FCC810;
}

.header .navbar .topmenu__item a:hover::after, .header .navbar .topmenu__item span:hover::after {
  border-color: #FCC810;
}

.header .navbar .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  text-align: right;
}

.header .navbar .address p {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 12px;
  line-height: 20px;
  color: white;
  margin: 0;
}

.header .navbar.sticky {
  height: 50px;
  display: none;
}

.header .navbar.sticky .topmenu__wrapper {
  margin-left: 150px;
}

.header .navbar.sticky .navbar__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .navbar.sticky .logo__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0;
  width: initial;
}

.header .navbar.sticky .logo__wrapper img {
  height: 30px;
  width: initial;
}

.header .navbar.sticky .logo__wrapper .title {
  border-left: 1px solid white;
  margin-top: 7px;
  padding-left: 5px;
  margin-left: 5px;
  color: white;
  font-size: 10px;
  height: 24px;
  width: 157px;
}

.header .navbar.sticky .social__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .navbar.sticky .social__icons a {
  width: 30px;
  height: 30px;
}

.header .navbar.sticky .social__icons a ~ a {
  margin-left: 5px;
}

.header .navbar.sticky .btn {
  width: 150px;
  font-size: 11px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  margin: 0;
}

.header .navbar.sticky .phone {
  font-weight: 800;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  padding: 0 25px;
}

.header .navbar.sticky .btn-gradient {
  -webkit-box-shadow: 0px 5px 20px rgba(233, 154, 66, 0.6);
          box-shadow: 0px 5px 20px rgba(233, 154, 66, 0.6);
}

.header .navbar.sticky .btn-gradient:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.request__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-position: 258px -70px;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 600px;
}

.request__wrapper .request__form-wrapper {
  right: 0;
  top: 60px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 4px 40px #DCDCDC;
          box-shadow: 0px 4px 40px #DCDCDC;
}

.request__wrapper .heading {
  font-size: 40px;
  font-weight: 800;
  width: 590px;
}

.request__wrapper .advantages {
  margin-top: 40px;
}

.request__wrapper .advantages .benefit_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}

.request__wrapper .advantages .benefit_row .benefit_lbl {
  font-size: 18px;
  font-weight: bold;
  margin-left: 20px;
}

.request__wrapper .advantages .benefit_row .benefit_img {
  width: 42px;
}

.request__wrapper .arrow {
  position: absolute;
  top: 0;
  left: 586px;
}

.request__wrapper .discount {
  color: #1d62ad;
}

.request__form-wrapper {
  position: absolute;
  width: 400px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  overflow: hidden;
}

.request__form-wrapper .request__form-heading {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 20px 13px;
  font-size: 18px;
  text-align: center;
  color: white;
}

.request__form-wrapper .request__form-body {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
}

.request__form-wrapper .input-text ~ .input-text {
  margin-top: 5px;
}

.request__form-wrapper .input-checkbox {
  margin: 0;
}

.request__form-wrapper .conf_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.request__form-wrapper .policy_label {
  padding-left: 5px;
  font-size: 14px;
}

.form-success {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
}

.footer {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
}

.footer .footer__bucket {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 220px;
}

.footer .footer__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 32px;
  padding-bottom: 50px;
  width: 1100px;
}

.footer .footer__inner ul, .footer .footer__inner p {
  margin: 0;
  margin-bottom: 9px;
  padding: 0;
}

.footer .footer__inner .logo__wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}

.footer .footer__inner .refs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.footer .footer__inner .refs .refs__column {
  width: 150px;
}

.footer .footer__inner .refs .refs__column ul {
  list-style-type: none;
}

.footer .footer__inner .refs .refs__column li {
  margin-bottom: 8px;
}

.footer .footer__inner .refs .refs__column a {
  color: #FCC810;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #FCC810;
}

.footer .footer__inner .refs .refs__column a:hover {
  color: #FCC810;
  border-bottom: none;
}

.footer .footer__inner .refs .schedule {
  width: 150px;
}

.footer .footer__inner .refs .schedule p {
  width: 121px;
}

.footer .footer__inner .socials {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  padding-right: 20px;
}

.footer .footer__inner .socials .social__icons {
  margin-bottom: 10px;
}

.footer .footer__inner .socials .social__icons a {
  display: inline-block;
}

.footer .footer__inner .socials .social__icons a ~ a {
  margin-left: 5px;
}

.footer .footer__inner .address__mobile {
  display: none;
}

.footer .footer__inner .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.footer .footer__inner .contacts .phone a {
  text-decoration: none;
  color: white;
  font-size: 18px;
  font-weight: 800;
}

.footer .footer__inner .contacts .phone a:hover {
  color: #FCC810;
  border-bottom: 1px solid;
}

.footer .footer__inner .contacts .phone.yellow a {
  margin-top: 9px;
  color: #FCC810;
  border-bottom: 1px solid;
}

.footer .footer__inner .contacts .phone.yellow a:hover {
  border-color: transparent;
}

.footer .footer__inner .contacts .email {
  margin-top: 2rem;
}

.footer .footer__inner .contacts .email a {
  color: white;
  text-decoration: none;
  font-size: 18px;
}

.footer .footer__inner .contacts .email img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.footer .footer__inner .copyright {
  margin-top: 10px;
}

.leftmenu {
  width: 290px;
  margin-right: 40px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.right-content {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.page-content .information h1 {
  font-weight: 800;
  font-size: 36px;
  margin-top: 0;
}

.page-content .information h2 {
  font-size: 2rem;
  margin-top: 4rem;
}

.page-content .information .callback-btn__wrapper {
  text-align: center;
  margin-top: 30px;
}

.page-content .information .callback-btn__wrapper .btn-gradient {
  text-transform: uppercase;
  height: 60px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.weather {
  margin-bottom: 37px;
}

.products .heading {
  font-size: 1.5rem;
  color: #3C4245;
  height: 30px;
  margin-bottom: 10px;
}

.products .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.products .menu-item {
  margin-top: -1px;
  border: 1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
}

.products .menu-item a {
  display: block;
  height: 100%;
  width: 100%;
  line-height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  text-decoration: none;
  color: #1b1b1b;
  font-size: 18px;
}

.catalog__wrapper {
  background: #FFFFFF;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 37px;
}

.catalog__wrapper .heading {
  font-size: 1.5rem;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 9px;
  color: #1b1b1b;
}

.catalog__menu {
  padding: 0;
}

.catalog__menu ul {
  padding: 0;
}

.catalog__menu li {
  list-style-type: none;
}

.catalog__menu a {
  text-decoration: none;
}

.catalog__menu > .catalog__item > a, .catalog__menu > .catalog__item > span {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: white;
  padding: 1em 1.5em;
  background: #1C2B48;
  width: 100%;
  border-bottom: 1px solid #949494;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.catalog__item a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.catalog__subcategory {
  display: none;
}

.catalog__subcategory .catalog__item a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1.5em;
  display: block;
  color: #1b1b1b;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #eeeeee;
  font-size: 0.9rem;
}

.catalog__active-branch .catalog__subcategory {
  display: block;
}

.page-content .factories__info {
  margin-top: 50px;
}

.small .addresses__block {
  width: 400px;
}

.small .factories__info .map-container {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 370px;
}

.factories__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

.factories__info .map-container {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 35rem;
  margin: 0;
}

.factories__info h2 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.factories__info ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 0.9rem;
}

.factories__info ul li ~ li {
  margin-top: 0.5em;
}

.factories__info .addresses {
  width: 100%;
}

.factories__info .addresses__block ~ .addresses__block {
  margin-top: 20px;
}

.normal-block .questions .title {
  margin-bottom: 0.75em;
  text-align: center;
}

.questions {
  position: relative;
  height: 650px;
  background-image: url("/assets/template/images/questions-bg.png");
  background-repeat: no-repeat;
  background-position: center;
}

.questions .subtitle {
  width: 775px;
}

.questions .request__form-wrapper {
  position: absolute;
  right: 0;
  top: 135px;
}

.questions .request__form-wrapper .box-header {
  color: #1B1B1B;
  background: rgba(255, 255, 255, 0.9);
}

.questions .request__form-wrapper .box-header span {
  color: #3C4245;
}

.questions .request__form-wrapper .request__form-body {
  background: rgba(255, 255, 255, 0.9);
}

.questions .box-header {
  padding: 30px 55px 0 55px;
}

.questions .payments {
  position: absolute;
  left: 0;
  top: 135px;
}

.questions .payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 220px;
  border-radius: 6px;
  color: white;
  padding: 30px 15px;
}

.questions .payment .heading {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
}

.questions .payment .info {
  font-size: 18px;
  margin: 0;
  margin-top: 5px;
}

.questions .payment .text__wrapper {
  padding-left: 10px;
}

.questions .payment ~ .payment {
  margin-top: 15px;
}

.calculator__wrapper {
  height: 440px;
  background-image: url("/assets/template/images/calc-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 40px;
}

.calculator__wrapper .box-header {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.calculator__wrapper .body {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calculator__wrapper .btn {
  width: 300px;
}

.calculator__wrapper .calc__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.calculator__wrapper .calc__row ~ .calc__row {
  margin-top: 25px;
}

.calculator__wrapper .calc__label {
  margin-bottom: 10px;
}

.costs__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 30px;
  width: 1100px;
}

.costs__block .col__text {
  width: 100%;
  padding: 35px 50px 0 35px;
  font-size: 12px;
}

.costs__block .col__text h2 {
  font-size: 36px;
  line-height: 110%;
}

.costs__block .delimeter {
  display: block;
  width: 40px;
  height: 5px;
  margin-top: 18px;
  margin-bottom: 23px;
}

.costs__block .image__wrapper img {
  display: block;
}

.costs__block:nth-of-type(2n) {
  margin-left: 120px;
}

.costs__block:nth-of-type(2n) .image__wrapper {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.costs__block:nth-of-type(2n+1) {
  margin-left: -120px;
}

.lookatus {
  position: relative;
  height: 850px;
}

.lookatus .video__length {
  position: absolute;
  width: 120px;
  left: 87px;
  top: 33px;
}

.lookatus .curve {
  position: absolute;
  background: url("/assets/template/images/curve_1.png");
  width: 40px;
  height: 40px;
  top: 42px;
  left: 39px;
}

.lookatus .video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  border-radius: 6px;
  overflow: hidden;
  top: 105px;
  width: 831px;
  height: 456px;
  background: #00CC66;
}

.lookatus .man {
  position: absolute;
  left: 706px;
  top: 42px;
}

.lookatus .bg {
  position: absolute;
  z-index: -1;
}

.our-advantages__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
}

.our-advantages__col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 357px;
  width: 290px;
  border-radius: 6px;
  padding: 10px;
  border: 1px solid #DCDCDC;
}

.our-advantages__col .col__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  border: 1px solid #DCDCDC;
  padding: 0 0 35px 0;
}

.our-advantages__col .image__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 212px;
  padding: 1em;
}

.our-advantages__col .image__wrapper img {
  max-height: 100%;
}

.our-advantages__col .info {
  margin: 0;
}

.our-advantages__col ~ .our-advantages__col {
  margin-left: 11px;
}

.delivery__wrapper .title {
  padding: 0 100px;
}

.delivery__wrapper .btn-gradient {
  padding: 15px 40px;
  width: auto;
}

.page-content .delivery__body {
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.delivery-geopoints__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
}

.delivery-geopoints__ul li {
  width: 33%;
}

.delivery__body {
  padding-top: 20px;
  font-size: 18px;
}

.delivery__body ul {
  list-style-type: none;
}

.delivery__body a {
  text-decoration: none;
  color: #1b1b1b;
}

.delivery__body a:hover {
  border-bottom: 1px solid;
}

.delivery__spoiler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.delivery__spoiler .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
}

.delivery__spoiler .col ul {
  padding: 0;
}

.delivery__spoiler .col ~ .col {
  margin-left: 30px;
}

.delivery__box {
  padding: 35px 35px 70px 35px;
  margin-top: 45px;
  margin-bottom: 30px;
}

.hidden-tab {
  height: 0;
  overflow: hidden;
}

.gallery {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.gallery .nav__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  z-index: 2;
}

.gallery .nav__wrapper.left {
  left: 100px;
}

.gallery .nav__wrapper.right {
  right: 100px;
}

.gallery .caption {
  position: absolute;
  bottom: 30px;
  font-size: 1.5rem;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
}

.gallery-item {
  position: relative;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.gallery-item ~ .gallery-item {
  margin-left: 20px;
}

.gallery-item a {
  color: white;
  text-decoration: none;
  font-size: 24px;
}

.gallery-item span {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
  color: black;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 800;
  bottom: 0;
}

.zavod-img {
  position: absolute;
  position: absolute;
  top: -109px;
  right: -137px;
  width: 692px;
  z-index: -1;
}

.lcp__wrapper {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.lcp__wrapper img {
  cursor: pointer;
}

.lcp__wrapper .heading {
  position: relative;
  font-weight: 800;
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
}

.lcp__wrapper .lc__wrapper {
  width: 10px;
  margin-right: 50px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.lcp__wrapper .lc__wrapper .slider__container {
  width: 100%;
}

.lcp__wrapper .lc__wrapper .slider__container img {
  height: 330px;
}

.lcp__wrapper .lc__wrapper .slick-slide {
  margin: 0 20px;
}

.lcp__wrapper .p__wrapper {
  width: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.lcp__wrapper .p__wrapper .slide {
  width: 100%;
}

.lcp__wrapper .p__wrapper .slide img {
  width: 100%;
}

.lcp__wrapper .photo {
  width: 100%;
}

.lcp__wrapper .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 30px;
  padding-left: 10px;
}

.lcp__wrapper .paginator {
  margin-left: 40px;
}

.lcp__wrapper .history {
  margin-top: 50px;
  font-size: 14px;
}

.lcp__wrapper .certificates {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[2];
      grid-template-rows: repeat(2, 1fr);
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  height: 360px;
}

.lcp__wrapper .certificates .cert {
  background: black;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}

.lcp__wrapper .certificates .cert ~ .cert {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3/5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

.lcp__wrapper .certificates .cert ~ .cert ~ .cert {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  grid-column: initial;
}

.certificate {
  position: relative;
}

.certificate .slider__hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.certificate:hover .slider__hover {
  display: block;
}

.slick-slide {
  position: relative;
}

.slick-slide .slider__hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-slide:hover .slider__hover {
  display: block;
}

.reviews__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reviews__wrapper .no-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reviews__wrapper .no-reviews .box__inner {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.reviews__wrapper .col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.reviews__wrapper .reviews__box {
  border: 1px solid #DCDCDC;
  border-radius: 6px;
  padding: 10px;
}

.reviews__wrapper .review-form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(50% - 60px);
  padding-bottom: 50px;
}

.reviews__wrapper .review-form .box-shadow {
  padding: 10px;
  width: 400px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.reviews__wrapper .reviews {
  width: calc(50% - 60px);
  margin-top: -50px;
}

.reviews__wrapper .reviews .box-shadow {
  padding: 10px;
  width: 400px;
}

.reviews__wrapper .heading {
  padding: 0 33px;
  font-weight: 800;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: #3C4245;
  margin-bottom: 12px;
}

.reviews__wrapper .subheading {
  font-size: 14px;
  line-height: 110%;
  text-align: center;
  color: #1b1b1b;
  margin-bottom: 25px;
  margin-top: 0;
}

.reviews__wrapper .btn-gradient {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 60px;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #1B1B1B;
  width: 330px;
  margin: 0;
}

.reviews__wrapper .form-row ~ .form-row {
  margin-top: 5px;
}

.reviews__wrapper .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviews__wrapper .form-row.last {
  margin-top: 20px;
}

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

.reviews__wrapper .stars {
  margin-right: 10px;
}

.reviews__wrapper .nav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
}

.reviews__wrapper .slick-slide {
  margin: 0 200px;
}

.reviews__wrapper .slide {
  padding: 50px 0;
}

.paginator__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.review__card {
  padding: 10px;
}

.review__card .box__inner {
  border: 1px solid #DCDCDC;
  border-radius: 6px;
  padding: 40px 33px;
}

.review__card .person__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.review__card .person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.review__card .person__info {
  margin-left: 20px;
}

.review__card .review__title {
  background-image: url("/assets/template/images/review-quotes.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 82px 82px;
  font-style: italic;
  font-weight: bold;
  font-size: 1.2rem;
  padding-left: 30px;
  padding-top: 30px;
}

.review__card .review__text {
  font-size: 14px;
  margin-top: 25px;
}

.review__card .review__text p ~ p {
  margin-top: 10px;
}

.review__card .person__name {
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 150%;
}

.review__card .person__img img {
  width: 65px;
  height: 65px;
  border-radius: 65px;
}

.working__scheme {
  height: 400px;
  position: relative;
}

.working__scheme .calling {
  position: absolute;
  top: 16px;
}

.working__scheme .calling img {
  width: 161px;
}

.working__scheme .calling__label {
  position: absolute;
  width: 233px;
  left: 184px;
  top: 56px;
}

.working__scheme .confirming {
  position: absolute;
  left: 108px;
  top: 156px;
}

.working__scheme .confirming img {
  width: 346px;
}

.working__scheme .confirming__label {
  position: absolute;
  width: 260px;
  left: 308px;
  top: 130px;
}

.working__scheme .takeorder {
  position: absolute;
  left: 600px;
  top: -52px;
}

.working__scheme .takeorder img {
  width: 236px;
}

.working__scheme .takeorder__label {
  position: absolute;
  width: 245px;
  left: 20px;
  bottom: 0;
  text-align: center;
}

.working__scheme .paying {
  position: absolute;
  left: 800px;
  top: 120px;
}

.working__scheme .paying img {
  width: 301px;
}

.working__scheme .paying__label {
  position: absolute;
  width: 169px;
  left: 90px;
  bottom: 0;
  text-align: center;
}

.working__scheme .curve-2 {
  position: absolute;
  left: 0;
  top: 156px;
}

.working__scheme .curve-3 {
  position: absolute;
  left: 681px;
  top: 212px;
}

.working__scheme .curve-4 {
  position: absolute;
  left: 817px;
  top: 63px;
}

.trash__scheme .input-checkbox:checked + label:before,
.trash__scheme .input-checkbox:not(:checked) + label:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-72.41%, #475980), color-stop(140.91%, #1C2B48));
  background: linear-gradient(180deg, #475980 -72.41%, #1C2B48 140.91%);
}

.trash__scheme .navbar {
  background: url(/assets/template/images/footer-bg2.png), -webkit-gradient(linear, left top, left bottom, color-stop(-72.41%, #475980), color-stop(140.91%, #1C2B48));
  background: url(/assets/template/images/footer-bg2.png), linear-gradient(180deg, #475980 -72.41%, #1C2B48 140.91%);
}

.trash__scheme .footer {
  background: url(/assets/template/images/footer-bg2.png), #1C2B48;
}

.trash__scheme .request__wrapper {
  background-image: url("/assets/template/images/trash/request-background.png");
  background-position: 348px 130px;
}

.trash__scheme .input-checkbox:checked {
  background: -webkit-gradient(linear, left top, left bottom, from(#475980), color-stop(113.62%, #1C2B48));
  background: linear-gradient(180deg, #475980 0%, #1C2B48 113.62%);
}

.trash__scheme .products .menu-item {
  background: rgba(71, 89, 128, 0.1);
}

.trash__scheme .products .menu-item:hover {
  background: #1C2B48;
}

.trash__scheme .products .menu-item:hover a {
  color: white;
}

.trash__scheme .payment {
  background: rgba(28, 43, 72, 0.9);
}

.trash__scheme .colored {
  color: #475980;
}

.trash__scheme .box-header {
  background: #1C2B48;
}

.trash__scheme .delimeter {
  background: #1C2B48;
}

.trash__scheme .bg {
  left: -131px;
  top: 250px;
}

.trash__scheme .btn-delivery.active, .trash__scheme .btn-showmore {
  background: #475980;
}

.trash__scheme .btn-delivery:not(.active):hover {
  border-color: #475980;
  color: #475980;
}

.trash__scheme .hide-review {
  color: #475980;
}

.trash__scheme .hide-review:hover {
  border-bottom: 1px solid #475980;
  cursor: pointer;
}

.trash__scheme .paginator li.active {
  border: 5px solid #475980;
}

.trash__scheme .slick-dots li.slick-active {
  border: 5px solid #475980;
}

.trash__scheme .circle-navs .nav {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-19.17%, #1C2B48), color-stop(100%, #1D62AD), to(#475980));
  background: linear-gradient(180deg, #1C2B48 -19.17%, #1D62AD 100%, #475980 100%);
}

.trash__scheme .circle-navs .nav:hover {
  background: linear-gradient(173.22deg, #475980 -24.55%, #1C2B48 81.77%);
}

.trash__scheme .table-price tr:nth-of-type(2n + 1), .trash__scheme .table-striped tr:nth-of-type(2n + 1), .trash__scheme table tr:nth-of-type(2n + 1) {
  background: rgba(71, 89, 128, 0.1);
}

.trash__scheme .table-price tr ~ tr:hover, .trash__scheme .table-striped tr ~ tr:hover, .trash__scheme table tr ~ tr:hover {
  background: #475980;
}

.trash__scheme .pill-navs .nav {
  background: -webkit-gradient(linear, left top, left bottom, from(#475980), color-stop(134.17%, #1C2B48));
  background: linear-gradient(180deg, #475980 0%, #1C2B48 134.17%);
}

.trash__scheme .pill-navs .nav:hover {
  background: linear-gradient(173.22deg, #475980 -24.55%, #1C2B48 81.77%);
}

.trash__scheme .progressbar-item {
  border-color: #1C2B48;
  color: #1C2B48;
}

.trash__scheme .progressbar-item.done {
  background-color: #1C2B48;
}

.trash__scheme .progressbar-item ~ .progressbar-item::before {
  border-color: #1C2B48;
}

.trash__scheme .video-play__btn-wrapper .video-play__btn {
  background: rgba(28, 43, 72, 0.9);
}

.trash__scheme .show-more {
  color: #475980;
}

.trash__scheme .navbar.sticky {
  background: #1C2B48;
}

.trash__scheme .input-text:hover, .trash__scheme .textarea:hover {
  border-color: #1C2B48;
}

.trash__scheme .d-select {
  border-color: #475980;
  color: #475980;
}

.trash__scheme .d-select__arrow {
  border-right-color: #475980;
  border-bottom-color: #475980;
}

.trash__scheme .sisea-highlight {
  font-weight: bold;
  color: #475980;
}

.trash__scheme .submenu .topmenu__item:hover a {
  background: #1C2B48;
}

.trash__scheme .catalog__menu > .catalog__item.catalog__active-branch > a, .trash__scheme .catalog__menu > .catalog__item.catalog__active-branch > span {
  background: #1C2B48;
}

.trash__scheme .catalog__menu > .catalog__item > a, .trash__scheme .catalog__menu > .catalog__item > span {
  background: #1C2B48;
}

.trash__scheme .catalog__menu > .catalog__item > a:hover, .trash__scheme .catalog__menu > .catalog__item > span:hover {
  background: #1C2B48;
}

.trash__scheme .catalog__subcategory .catalog__item a:hover {
  color: #475980;
  text-decoration: underline;
}

.trash__scheme .catalog__subcategory .catalog__current-item a {
  color: #475980;
  text-decoration: underline;
}

.metal__scheme .input-checkbox:checked + label:before,
.metal__scheme .input-checkbox:not(:checked) + label:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-72.41%, #933A3B), color-stop(140.91%, #692735));
  background: linear-gradient(180deg, #933A3B -72.41%, #692735 140.91%);
}

.metal__scheme .navbar {
  background: url(/assets/template/images/footer-bg2.png), -webkit-gradient(linear, left top, left bottom, color-stop(-72.41%, #933A3B), color-stop(140.91%, #692735));
  background: url(/assets/template/images/footer-bg2.png), linear-gradient(180deg, #933A3B -72.41%, #692735 140.91%);
}

.metal__scheme .footer {
  background: url(/assets/template/images/footer-bg2.png), #692735;
}

.metal__scheme .request__wrapper {
  background-image: url("/assets/template/images/metal/request-background.png");
  background-position: 288px 140px;
}

.metal__scheme .input-checkbox:checked {
  background: -webkit-gradient(linear, left top, left bottom, from(#933A3B), color-stop(113.64%, #692735));
  background: linear-gradient(180deg, #933A3B 0%, #692735 113.64%);
}

.metal__scheme .products .menu-item {
  background: rgba(147, 58, 59, 0.1);
}

.metal__scheme .products .menu-item:hover {
  background: #933A3B;
}

.metal__scheme .products .menu-item:hover a {
  color: white;
}

.metal__scheme .payment {
  background: rgba(105, 39, 53, 0.9);
}

.metal__scheme .colored {
  color: #933A3B;
}

.metal__scheme .box-header {
  background: #692735;
}

.metal__scheme .delimeter {
  background: #692735;
}

.metal__scheme .bg {
  left: 0;
  top: 0;
}

.metal__scheme .btn-delivery.active, .metal__scheme .btn-showmore {
  background: #692735;
}

.metal__scheme .btn-delivery:not(.active):hover {
  border-color: #933A3B;
  color: #933A3B;
}

.metal__scheme .hide-review {
  color: #933A3B;
}

.metal__scheme .hide-review:hover {
  border-bottom: 1px solid #933A3B;
  cursor: pointer;
}

.metal__scheme .paginator li.active {
  border: 5px solid #933A3B;
}

.metal__scheme .slick-dots li.slick-active {
  border: 5px solid #933A3B;
}

.metal__scheme .circle-navs .nav {
  background: -webkit-gradient(linear, left top, left bottom, from(#933A3B), to(#692735));
  background: linear-gradient(180deg, #933A3B 0%, #692735 100%);
}

.metal__scheme .circle-navs .nav:hover {
  background: linear-gradient(173.22deg, #933A3B -24.55%, #692735 81.77%);
}

.metal__scheme .table-price tr:nth-of-type(2n + 1), .metal__scheme .table-striped tr:nth-of-type(2n + 1), .metal__scheme table tr:nth-of-type(2n + 1) {
  background: rgba(147, 58, 59, 0.1);
}

.metal__scheme .table-price tr ~ tr:hover, .metal__scheme .table-striped tr ~ tr:hover, .metal__scheme table tr ~ tr:hover {
  background: #933A3B;
}

.metal__scheme .pill-navs .nav {
  background: -webkit-gradient(linear, left top, left bottom, from(#933A3B), color-stop(134.17%, #692735));
  background: linear-gradient(180deg, #933A3B 0%, #692735 134.17%);
}

.metal__scheme .pill-navs .nav:hover {
  background: linear-gradient(173.22deg, #933A3B -24.55%, #692735 81.77%);
}

.metal__scheme .progressbar-item {
  border-color: #692735;
  color: #692735;
}

.metal__scheme .progressbar-item.done {
  background-color: #692735;
}

.metal__scheme .progressbar-item ~ .progressbar-item::before {
  border-color: #692735;
}

.metal__scheme .video-play__btn-wrapper .video-play__btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#933A3B), to(#692735));
  background: linear-gradient(180deg, #933A3B 0%, #692735 100%);
}

.metal__scheme .show-more {
  color: #933A3B;
}

.metal__scheme .navbar.sticky {
  background: #692735;
}

.metal__scheme .input-text:hover, .metal__scheme .textarea:hover {
  border-color: #933A3B;
}

.metal__scheme .d-select {
  border-color: #933A3B;
  color: #933A3B;
}

.metal__scheme .d-select__arrow {
  border-right-color: #933A3B;
  border-bottom-color: #933A3B;
}

.metal__scheme .sisea-highlight {
  font-weight: bold;
  color: #933A3B;
}

.metal__scheme .submenu .topmenu__item:hover a {
  background: #933A3B;
}

.metal__scheme .catalog__menu > .catalog__item.catalog__active-branch > a, .metal__scheme .catalog__menu > .catalog__item.catalog__active-branch > span {
  background: #933A3B;
}

.metal__scheme .catalog__menu > .catalog__item > a, .metal__scheme .catalog__menu > .catalog__item > span {
  background: #692735;
}

.metal__scheme .catalog__menu > .catalog__item > a:hover, .metal__scheme .catalog__menu > .catalog__item > span:hover {
  background: #933A3B;
}

.metal__scheme .catalog__subcategory .catalog__item a:hover {
  color: #933A3B;
  text-decoration: underline;
}

.metal__scheme .catalog__subcategory .catalog__current-item a {
  color: #933A3B;
  text-decoration: underline;
}

.zhbi__scheme .input-checkbox:checked + label:before,
.zhbi__scheme .input-checkbox:not(:checked) + label:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-72.41%, #33427A), color-stop(140.91%, #161C63));
  background: linear-gradient(180deg, #33427A -72.41%, #161C63 140.91%);
}

.zhbi__scheme .navbar {
  background: url(/assets/template/images/footer-bg2.png), -webkit-gradient(linear, left top, left bottom, color-stop(-72.41%, #33427A), color-stop(140.91%, #161C63));
  background: url(/assets/template/images/footer-bg2.png), linear-gradient(180deg, #33427A -72.41%, #161C63 140.91%);
}

.zhbi__scheme .footer {
  background: url(/assets/template/images/footer-bg2.png), #161C63;
}

.zhbi__scheme .request__wrapper {
  background-image: url("/assets/template/images/zhbi/request-background.png");
  background-position: 160px 100px;
}

.zhbi__scheme .input-checkbox:checked {
  background: -webkit-gradient(linear, left top, left bottom, from(#33427A), color-stop(113.64%, #161C63));
  background: linear-gradient(180deg, #33427A 0%, #161C63 113.64%);
}

.zhbi__scheme .products .menu-item {
  background: #F6FAFE;
}

.zhbi__scheme .products .menu-item:hover {
  background: #33427A;
}

.zhbi__scheme .products .menu-item:hover a {
  color: white;
}

.zhbi__scheme .payment {
  background: rgba(22, 28, 99, 0.9);
}

.zhbi__scheme .colored {
  color: #33427A;
}

.zhbi__scheme .box-header {
  background: #161C63;
}

.zhbi__scheme .delimeter {
  background: #161C63;
}

.zhbi__scheme .bg {
  left: -154px;
  top: 150px;
}

.zhbi__scheme .btn-delivery.active, .zhbi__scheme .btn-showmore {
  background: #161C63;
}

.zhbi__scheme .btn-delivery:not(.active):hover {
  border-color: #33427A;
  color: #33427A;
}

.zhbi__scheme .hide-review {
  color: #1D62AD;
}

.zhbi__scheme .hide-review:hover {
  border-bottom: 1px solid #1D62AD;
  cursor: pointer;
}

.zhbi__scheme .paginator li.active {
  border: 5px solid #33427A;
}

.zhbi__scheme .slick-dots li.slick-active {
  border: 5px solid #33427A;
}

.zhbi__scheme .circle-navs .nav {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-19.17%, #161C63), to(#33427A));
  background: linear-gradient(180deg, #161C63 -19.17%, #33427A 100%);
}

.zhbi__scheme .circle-navs .nav:hover {
  background: linear-gradient(173.22deg, #33427A -24.55%, #161C63 81.77%);
}

.zhbi__scheme .table-price tr:nth-of-type(2n + 1), .zhbi__scheme .table-striped tr:nth-of-type(2n + 1), .zhbi__scheme table tr:nth-of-type(2n + 1) {
  background: rgba(237, 244, 253, 0.51);
}

.zhbi__scheme .table-price tr ~ tr:hover, .zhbi__scheme .table-striped tr ~ tr:hover, .zhbi__scheme table tr ~ tr:hover {
  background: #33427A;
}

.zhbi__scheme .pill-navs .nav {
  background: -webkit-gradient(linear, left top, left bottom, from(#33427A), color-stop(134.17%, #161C63));
  background: linear-gradient(180deg, #33427A 0%, #161C63 134.17%);
}

.zhbi__scheme .pill-navs .nav:hover {
  background: linear-gradient(173.22deg, #33427A -24.55%, #161C63 81.77%);
}

.zhbi__scheme .progressbar-item {
  border-color: #161C63;
  color: #161C63;
}

.zhbi__scheme .progressbar-item.done {
  background-color: #161C63;
}

.zhbi__scheme .progressbar-item ~ .progressbar-item::before {
  border-color: #161C63;
}

.zhbi__scheme .video-play__btn-wrapper .video-play__btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#33427A), to(#161C63));
  background: linear-gradient(180deg, #33427A 0%, #161C63 100%);
}

.zhbi__scheme .show-more {
  color: #33427A;
}

.zhbi__scheme .navbar.sticky {
  background: #161C63;
}

.zhbi__scheme .input-text:hover, .zhbi__scheme .textarea:hover {
  border-color: #33427A;
}

.zhbi__scheme .d-select {
  border-color: #33427A;
  color: #33427A;
}

.zhbi__scheme .d-select__arrow {
  border-right-color: #33427A;
  border-bottom-color: #33427A;
}

.zhbi__scheme .sisea-highlight {
  font-weight: bold;
  color: #33427A;
}

.zhbi__scheme .right-decoration {
  right: 0;
  top: 400px;
}

.zhbi__scheme .left-decoration {
  left: 0;
  top: 2521px;
}

.zhbi__scheme .submenu .topmenu__item:hover a {
  background: #33427A;
}

.zhbi__scheme .catalog__menu > .catalog__item.catalog__active-branch > a, .zhbi__scheme .catalog__menu > .catalog__item.catalog__active-branch > span {
  background: #33427A;
}

.zhbi__scheme .catalog__menu > .catalog__item > a, .zhbi__scheme .catalog__menu > .catalog__item > span {
  background: #161C63;
}

.zhbi__scheme .catalog__menu > .catalog__item > a:hover, .zhbi__scheme .catalog__menu > .catalog__item > span:hover {
  background: #33427A;
}

.zhbi__scheme .catalog__subcategory .catalog__item a:hover {
  color: #33427A;
  text-decoration: underline;
}

.zhbi__scheme .catalog__subcategory .catalog__current-item a {
  color: #33427A;
  text-decoration: underline;
}

.ground__scheme .input-checkbox:checked + label:before,
.ground__scheme .input-checkbox:not(:checked) + label:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-70%, #616F39), color-stop(182%, #3E432E));
  background: linear-gradient(180deg, #616F39 -70%, #3E432E 182%);
}

.ground__scheme .navbar {
  background: url(/assets/template/images/footer-bg2.png), -webkit-gradient(linear, left top, left bottom, color-stop(-70%, #616F39), color-stop(182%, #3E432E));
  background: url(/assets/template/images/footer-bg2.png), linear-gradient(180deg, #616F39 -70%, #3E432E 182%);
}

.ground__scheme .footer {
  background: url(/assets/template/images/footer-bg2.png), #3E432E;
}

.ground__scheme .request__wrapper {
  background-image: url("/assets/template/images/ground/request-background.png");
  background-position: 358px 50px;
}

.ground__scheme .input-checkbox:checked {
  background: -webkit-gradient(linear, left top, left bottom, from(#8186D5), color-stop(0.01%, #616F39), color-stop(113.62%, #3E432E));
  background: linear-gradient(180deg, #8186D5 0%, #616F39 0.01%, #3E432E 113.62%);
}

.ground__scheme .products .menu-item {
  background: #DCDCDC;
}

.ground__scheme .products .menu-item:hover {
  background: #729D39;
}

.ground__scheme .products .menu-item:hover a {
  color: white;
}

.ground__scheme .payment {
  background: rgba(97, 111, 57, 0.9);
}

.ground__scheme .colored {
  color: #729D39;
}

.ground__scheme .box-header {
  background: #616F39;
}

.ground__scheme .delimeter {
  background: #616F39;
}

.ground__scheme .bg {
  left: -120px;
  top: 200px;
}

.ground__scheme .btn-delivery.active, .ground__scheme .btn-showmore {
  background: -webkit-gradient(linear, left top, left bottom, from(#A7D129), color-stop(0.02%, #616F39), color-stop(154.1%, #3E432E));
  background: linear-gradient(180deg, #A7D129 0%, #616F39 0.02%, #3E432E 154.1%);
}

.ground__scheme .btn-delivery:not(.active):hover {
  border-color: #729D39;
  color: #729D39;
}

.ground__scheme .hide-review {
  color: #729D39;
}

.ground__scheme .hide-review:hover {
  border-bottom: 1px solid #729D39;
  cursor: pointer;
}

.ground__scheme .paginator li.active {
  border: 5px solid #616F39;
}

.ground__scheme .slick-dots li.slick-active {
  border: 5px solid #616F39;
}

.ground__scheme .circle-navs .nav {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-19.17%, #3E432E), to(#616F39));
  background: linear-gradient(180deg, #3E432E -19.17%, #616F39 100%);
}

.ground__scheme .circle-navs .nav:hover {
  background: linear-gradient(173.22deg, #616F39 -24.55%, #3E432E 81.77%);
}

.ground__scheme .table-price tr:nth-of-type(2n + 1), .ground__scheme .table-striped tr:nth-of-type(2n + 1), .ground__scheme table tr:nth-of-type(2n + 1) {
  background: rgba(97, 111, 57, 0.1);
}

.ground__scheme .table-price tr ~ tr:hover, .ground__scheme .table-striped tr ~ tr:hover, .ground__scheme table tr ~ tr:hover {
  background: #729D39;
}

.ground__scheme .pill-navs .nav {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01%, #616F39), color-stop(134.17%, #3E432E));
  background: linear-gradient(180deg, #616F39 0.01%, #3E432E 134.17%);
}

.ground__scheme .pill-navs .nav:hover {
  background: linear-gradient(173.22deg, #616F39 -24.55%, #3E432E 81.77%);
}

.ground__scheme .progressbar-item {
  border-color: #616F39;
  color: #616F39;
}

.ground__scheme .progressbar-item.done {
  background-color: #616F39;
}

.ground__scheme .progressbar-item ~ .progressbar-item::before {
  border-color: #616F39;
}

.ground__scheme .video-play__btn-wrapper .video-play__btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#616F39), to(#3E432E));
  background: linear-gradient(180deg, #616F39 0%, #3E432E 100%);
}

.ground__scheme .show-more {
  color: #729D39;
}

.ground__scheme .navbar.sticky {
  background: #3E432E;
}

.ground__scheme .input-text:hover, .ground__scheme .textarea:hover {
  border-color: #729D39;
}

.ground__scheme .d-select {
  border-color: #729D39;
  color: #729D39;
}

.ground__scheme .d-select__arrow {
  border-right-color: #729D39;
  border-bottom-color: #729D39;
}

.ground__scheme .sisea-highlight {
  font-weight: bold;
  color: #729D39;
}

.ground__scheme .right-decoration {
  right: -400px;
  top: 300px;
}

.ground__scheme .left-decoration {
  left: -450px;
  top: 2521px;
}

.ground__scheme .submenu .topmenu__item:hover a {
  background: #729D39;
}

.ground__scheme .catalog__menu > .catalog__item.catalog__active-branch > a, .ground__scheme .catalog__menu > .catalog__item.catalog__active-branch > span {
  background: #729D39;
}

.ground__scheme .catalog__menu > .catalog__item > a, .ground__scheme .catalog__menu > .catalog__item > span {
  background: #616F39;
}

.ground__scheme .catalog__menu > .catalog__item > a:hover, .ground__scheme .catalog__menu > .catalog__item > span:hover {
  background: #729D39;
}

.ground__scheme .catalog__subcategory .catalog__item a:hover {
  color: #729D39;
  text-decoration: underline;
}

.ground__scheme .catalog__subcategory .catalog__current-item a {
  color: #729D39;
  text-decoration: underline;
}

.ground_removal__scheme .input-checkbox:checked + label:before,
.ground_removal__scheme .input-checkbox:not(:checked) + label:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-70%, #616F39), color-stop(182%, #3E432E));
  background: linear-gradient(180deg, #616F39 -70%, #3E432E 182%);
}

.ground_removal__scheme .navbar {
  background: url(/assets/template/images/footer-bg2.png), -webkit-gradient(linear, left top, left bottom, color-stop(-70%, #616F39), color-stop(182%, #3E432E));
  background: url(/assets/template/images/footer-bg2.png), linear-gradient(180deg, #616F39 -70%, #3E432E 182%);
}

.ground_removal__scheme .footer {
  background: url(/assets/template/images/footer-bg2.png), #3E432E;
}

.ground_removal__scheme .request__wrapper {
  background-image: url("/assets/template/images/ground_removal/request-background.png");
  background-position: 358px 50px;
}

.ground_removal__scheme .input-checkbox:checked {
  background: -webkit-gradient(linear, left top, left bottom, from(#8186D5), color-stop(0.01%, #616F39), color-stop(113.62%, #3E432E));
  background: linear-gradient(180deg, #8186D5 0%, #616F39 0.01%, #3E432E 113.62%);
}

.ground_removal__scheme .products .menu-item {
  background: #DCDCDC;
}

.ground_removal__scheme .products .menu-item:hover {
  background: #729D39;
}

.ground_removal__scheme .products .menu-item:hover a {
  color: white;
}

.ground_removal__scheme .payment {
  background: rgba(97, 111, 57, 0.9);
}

.ground_removal__scheme .colored {
  color: #729D39;
}

.ground_removal__scheme .box-header {
  background: #616F39;
}

.ground_removal__scheme .delimeter {
  background: #616F39;
}

.ground_removal__scheme .bg {
  left: -120px;
  top: 200px;
}

.ground_removal__scheme .btn-delivery.active, .ground_removal__scheme .btn-showmore {
  background: -webkit-gradient(linear, left top, left bottom, from(#A7D129), color-stop(0.02%, #616F39), color-stop(154.1%, #3E432E));
  background: linear-gradient(180deg, #A7D129 0%, #616F39 0.02%, #3E432E 154.1%);
}

.ground_removal__scheme .btn-delivery:not(.active):hover {
  border-color: #729D39;
  color: #729D39;
}

.ground_removal__scheme .hide-review {
  color: #729D39;
}

.ground_removal__scheme .hide-review:hover {
  border-bottom: 1px solid #729D39;
  cursor: pointer;
}

.ground_removal__scheme .paginator li.active {
  border: 5px solid #616F39;
}

.ground_removal__scheme .slick-dots li.slick-active {
  border: 5px solid #616F39;
}

.ground_removal__scheme .circle-navs .nav {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-19.17%, #3E432E), to(#616F39));
  background: linear-gradient(180deg, #3E432E -19.17%, #616F39 100%);
}

.ground_removal__scheme .circle-navs .nav:hover {
  background: linear-gradient(173.22deg, #616F39 -24.55%, #3E432E 81.77%);
}

.ground_removal__scheme .table-price tr:nth-of-type(2n + 1), .ground_removal__scheme .table-striped tr:nth-of-type(2n + 1), .ground_removal__scheme table tr:nth-of-type(2n + 1) {
  background: rgba(97, 111, 57, 0.1);
}

.ground_removal__scheme .table-price tr ~ tr:hover, .ground_removal__scheme .table-striped tr ~ tr:hover, .ground_removal__scheme table tr ~ tr:hover {
  background: #729D39;
}

.ground_removal__scheme .pill-navs .nav {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01%, #616F39), color-stop(134.17%, #3E432E));
  background: linear-gradient(180deg, #616F39 0.01%, #3E432E 134.17%);
}

.ground_removal__scheme .pill-navs .nav:hover {
  background: linear-gradient(173.22deg, #616F39 -24.55%, #3E432E 81.77%);
}

.ground_removal__scheme .progressbar-item {
  border-color: #616F39;
  color: #616F39;
}

.ground_removal__scheme .progressbar-item.done {
  background-color: #616F39;
}

.ground_removal__scheme .progressbar-item ~ .progressbar-item::before {
  border-color: #616F39;
}

.ground_removal__scheme .video-play__btn-wrapper .video-play__btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#616F39), to(#3E432E));
  background: linear-gradient(180deg, #616F39 0%, #3E432E 100%);
}

.ground_removal__scheme .show-more {
  color: #729D39;
}

.ground_removal__scheme .navbar.sticky {
  background: #3E432E;
}

.ground_removal__scheme .input-text:hover, .ground_removal__scheme .textarea:hover {
  border-color: #729D39;
}

.ground_removal__scheme .d-select {
  border-color: #729D39;
  color: #729D39;
}

.ground_removal__scheme .d-select__arrow {
  border-right-color: #729D39;
  border-bottom-color: #729D39;
}

.ground_removal__scheme .sisea-highlight {
  font-weight: bold;
  color: #729D39;
}

.ground_removal__scheme .right-decoration {
  right: -400px;
  top: 300px;
}

.ground_removal__scheme .left-decoration {
  left: -450px;
  top: 2521px;
}

.ground_removal__scheme .submenu .topmenu__item:hover a {
  background: #729D39;
}

.ground_removal__scheme .catalog__menu > .catalog__item.catalog__active-branch > a, .ground_removal__scheme .catalog__menu > .catalog__item.catalog__active-branch > span {
  background: #729D39;
}

.ground_removal__scheme .catalog__menu > .catalog__item > a, .ground_removal__scheme .catalog__menu > .catalog__item > span {
  background: #616F39;
}

.ground_removal__scheme .catalog__menu > .catalog__item > a:hover, .ground_removal__scheme .catalog__menu > .catalog__item > span:hover {
  background: #729D39;
}

.ground_removal__scheme .catalog__subcategory .catalog__item a:hover {
  color: #729D39;
  text-decoration: underline;
}

.ground_removal__scheme .catalog__subcategory .catalog__current-item a {
  color: #729D39;
  text-decoration: underline;
}

.snow__scheme .input-checkbox:checked + label:before,
.snow__scheme .input-checkbox:not(:checked) + label:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-70%, #8186D5), color-stop(106%, #494CA2));
  background: linear-gradient(180deg, #8186D5 -70%, #494CA2 106%);
}

.snow__scheme .navbar {
  background: url(/assets/template/images/footer-bg2.png), -webkit-gradient(linear, left top, left bottom, color-stop(-70%, #8186D5), color-stop(106%, #494CA2));
  background: url(/assets/template/images/footer-bg2.png), linear-gradient(180deg, #8186D5 -70%, #494CA2 106%);
}

.snow__scheme .footer {
  background: url(/assets/template/images/footer-bg2.png), #494CA2;
}

.snow__scheme .request__wrapper {
  background-image: url("/assets/template/images/snow/request-background.png");
  background-position: 258px 40px;
}

.snow__scheme .input-checkbox:checked {
  background: -webkit-gradient(linear, left top, left bottom, from(#8186D5), color-stop(113.64%, #494CA2));
  background: linear-gradient(180deg, #8186D5 0%, #494CA2 113.64%);
}

.snow__scheme .products .menu-item {
  background: rgba(73, 76, 162, 0.1);
}

.snow__scheme .products .menu-item:hover {
  background: #8186D5;
}

.snow__scheme .products .menu-item:hover a {
  color: white;
}

.snow__scheme .payment {
  background: rgba(73, 76, 162, 0.9);
}

.snow__scheme .colored {
  color: #8186D5;
}

.snow__scheme .box-header {
  background: #494CA2;
}

.snow__scheme .delimeter {
  background: #494CA2;
}

.snow__scheme .bg {
  left: -210px;
  top: -80px;
}

.snow__scheme .btn-delivery.active, .snow__scheme .btn-showmore {
  background: -webkit-gradient(linear, left top, left bottom, from(#5F818A), color-stop(0.02%, #8186D5), color-stop(154.1%, #494CA2));
  background: linear-gradient(180deg, #5F818A 0%, #8186D5 0.02%, #494CA2 154.1%);
}

.snow__scheme .btn-delivery:not(.active):hover {
  border-color: #8186D5;
  color: #8186D5;
}

.snow__scheme .hide-review {
  color: #8186D5;
}

.snow__scheme .hide-review:hover {
  border-bottom: 1px solid #8186D5;
  cursor: pointer;
}

.snow__scheme .paginator li.active {
  border: 5px solid #494CA2;
}

.snow__scheme .slick-dots li.slick-active {
  border: 5px solid #494CA2;
}

.snow__scheme .circle-navs .nav {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-19.17%, #494CA2), to(#8186D5));
  background: linear-gradient(180deg, #494CA2 -19.17%, #8186D5 100%);
}

.snow__scheme .circle-navs .nav:hover {
  background: linear-gradient(173.22deg, #8186D5 -24.55%, #494CA2 81.77%);
}

.snow__scheme .table-price tr:nth-of-type(2n + 1), .snow__scheme .table-striped tr:nth-of-type(2n + 1), .snow__scheme table tr:nth-of-type(2n + 1) {
  background: rgba(73, 76, 162, 0.1);
}

.snow__scheme .table-price tr ~ tr:hover, .snow__scheme .table-striped tr ~ tr:hover, .snow__scheme table tr ~ tr:hover {
  background: #8186D5;
}

.snow__scheme .pill-navs .nav {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01%, #8186D5), color-stop(134.17%, #494CA2));
  background: linear-gradient(180deg, #8186D5 0.01%, #494CA2 134.17%);
}

.snow__scheme .pill-navs .nav:hover {
  background: linear-gradient(173.22deg, #8186D5 -24.55%, #494CA2 81.77%);
}

.snow__scheme .progressbar-item {
  border-color: #494CA2;
  color: #494CA2;
}

.snow__scheme .progressbar-item.done {
  background-color: #494CA2;
}

.snow__scheme .progressbar-item ~ .progressbar-item::before {
  border-color: #494CA2;
}

.snow__scheme .video-play__btn-wrapper .video-play__btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#8186D5), to(#494CA2));
  background: linear-gradient(180deg, #8186D5 0%, #494CA2 100%);
}

.snow__scheme .show-more {
  color: #8186D5;
}

.snow__scheme .navbar.sticky {
  background: #494CA2;
}

.snow__scheme .input-text:hover, .snow__scheme .textarea:hover {
  border-color: #8186D5;
}

.snow__scheme .d-select {
  border-color: #8186D5;
  color: #8186D5;
}

.snow__scheme .d-select__arrow {
  border-right-color: #8186D5;
  border-bottom-color: #8186D5;
}

.snow__scheme .sisea-highlight {
  font-weight: bold;
  color: #8186D5;
}

.snow__scheme .submenu .topmenu__item:hover a {
  background: #8186D5;
}

.snow__scheme .catalog__menu > .catalog__item.catalog__active-branch > a, .snow__scheme .catalog__menu > .catalog__item.catalog__active-branch > span {
  background: #8186D5;
}

.snow__scheme .catalog__menu > .catalog__item > a, .snow__scheme .catalog__menu > .catalog__item > span {
  background: #494CA2;
}

.snow__scheme .catalog__menu > .catalog__item > a:hover, .snow__scheme .catalog__menu > .catalog__item > span:hover {
  background: #8186D5;
}

.snow__scheme .catalog__subcategory .catalog__item a:hover {
  color: #8186D5;
  text-decoration: underline;
}

.snow__scheme .catalog__subcategory .catalog__current-item a {
  color: #8186D5;
  text-decoration: underline;
}

.rock__scheme .input-checkbox:checked + label:before,
.rock__scheme .input-checkbox:not(:checked) + label:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-70%, #5F818A), color-stop(106%, #37595F));
  background: linear-gradient(180deg, #5F818A -70%, #37595F 106%);
}

.rock__scheme .navbar {
  background: url(/assets/template/images/footer-bg2.png), -webkit-gradient(linear, left top, left bottom, color-stop(-70%, #5F818A), color-stop(106%, #37595F));
  background: url(/assets/template/images/footer-bg2.png), linear-gradient(180deg, #5F818A -70%, #37595F 106%);
}

.rock__scheme .footer {
  background: url(/assets/template/images/footer-bg2.png), #345A61;
}

.rock__scheme .request__wrapper {
  background-image: url("/assets/template/images/rock/request-background.png");
  background-position: 100px -70px;
}

.rock__scheme .input-checkbox:checked {
  background: -webkit-gradient(linear, left top, left bottom, from(#5F818A), color-stop(113.64%, #36585E));
  background: linear-gradient(180deg, #5F818A 0%, #36585E 113.64%);
}

.rock__scheme .products .menu-item {
  background: rgba(55, 89, 95, 0.1);
}

.rock__scheme .products .menu-item:hover {
  background: #5F818A;
}

.rock__scheme .products .menu-item:hover a {
  color: white;
}

.rock__scheme .payment {
  background: rgba(55, 89, 95, 0.9);
}

.rock__scheme .colored {
  color: #5F818A;
}

.rock__scheme .box-header {
  background: #37595F;
}

.rock__scheme .delimeter {
  background: #37595F;
}

.rock__scheme .bg {
  left: -300px;
  top: 250px;
}

.rock__scheme .btn-delivery.active, .rock__scheme .btn-showmore {
  background: -webkit-gradient(linear, left top, left bottom, from(#5F818A), color-stop(154.1%, #345A61));
  background: linear-gradient(180deg, #5F818A 0%, #345A61 154.1%);
}

.rock__scheme .btn-delivery:not(.active):hover {
  border-color: #5F818A;
  color: #5F818A;
}

.rock__scheme .hide-review {
  color: #345A61;
}

.rock__scheme .hide-review:hover {
  border-bottom: 1px solid #345A61;
  cursor: pointer;
}

.rock__scheme .paginator li.active {
  border: 5px solid #345A61;
}

.rock__scheme .slick-dots li.slick-active {
  border: 5px solid #345A61;
}

.rock__scheme .circle-navs .nav {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-19.17%, #345A61), to(#5F818A));
  background: linear-gradient(180deg, #345A61 -19.17%, #5F818A 100%);
}

.rock__scheme .circle-navs .nav:hover {
  background: linear-gradient(173.22deg, #5F818A -24.55%, #32555C 81.77%);
}

.rock__scheme .table-price tr:nth-of-type(2n + 1), .rock__scheme .table-striped tr:nth-of-type(2n + 1), .rock__scheme table tr:nth-of-type(2n + 1) {
  background: rgba(55, 89, 95, 0.1);
}

.rock__scheme .table-price tr ~ tr:hover, .rock__scheme .table-striped tr ~ tr:hover, .rock__scheme table tr ~ tr:hover {
  background: #5F818A;
}

.rock__scheme .pill-navs .nav {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01%, #5F818A), color-stop(134.17%, #345A61));
  background: linear-gradient(180deg, #5F818A 0.01%, #345A61 134.17%);
}

.rock__scheme .pill-navs .nav:hover {
  background: linear-gradient(173.22deg, #5F818A -24.55%, #32555C 81.77%);
}

.rock__scheme .progressbar-item {
  border-color: #37595F;
  color: #37595F;
}

.rock__scheme .progressbar-item.done {
  background-color: #37595F;
}

.rock__scheme .progressbar-item ~ .progressbar-item::before {
  border-color: #37595F;
}

.rock__scheme .video-play__btn-wrapper .video-play__btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#5F818A), to(#345A61));
  background: linear-gradient(180deg, #5F818A 0%, #345A61 100%);
}

.rock__scheme .show-more {
  color: #5F818A;
}

.rock__scheme .navbar.sticky {
  background: #345A61;
}

.rock__scheme .input-text:hover, .rock__scheme .textarea:hover {
  border-color: #5F818A;
}

.rock__scheme .d-select {
  border-color: #5F818A;
  color: #5F818A;
}

.rock__scheme .d-select__arrow {
  border-right-color: #5F818A;
  border-bottom-color: #5F818A;
}

.rock__scheme .sisea-highlight {
  font-weight: bold;
  color: #5F818A;
}

.rock__scheme .right-decoration {
  right: 0;
  top: 400px;
}

.rock__scheme .left-decoration {
  left: 0;
  top: 2521px;
}

.rock__scheme .submenu .topmenu__item:hover a {
  background: #5F818A;
}

.rock__scheme .catalog__menu > .catalog__item.catalog__active-branch > a, .rock__scheme .catalog__menu > .catalog__item.catalog__active-branch > span {
  background: #5F818A;
}

.rock__scheme .catalog__menu > .catalog__item > a, .rock__scheme .catalog__menu > .catalog__item > span {
  background: #37595F;
}

.rock__scheme .catalog__menu > .catalog__item > a:hover, .rock__scheme .catalog__menu > .catalog__item > span:hover {
  background: #5F818A;
}

.rock__scheme .catalog__subcategory .catalog__item a:hover {
  color: #5F818A;
  text-decoration: underline;
}

.rock__scheme .catalog__subcategory .catalog__current-item a {
  color: #5F818A;
  text-decoration: underline;
}

.sand__scheme .input-checkbox:checked + label:before,
.sand__scheme .input-checkbox:not(:checked) + label:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-70%, #A79E8B), color-stop(106%, #827155));
  background: linear-gradient(180deg, #A79E8B -70%, #827155 106%);
}

.sand__scheme .navbar {
  background: url(/assets/template/images/footer-bg2.png), -webkit-gradient(linear, left top, left bottom, color-stop(-70%, #A79E8B), color-stop(106%, #827155));
  background: url(/assets/template/images/footer-bg2.png), linear-gradient(180deg, #A79E8B -70%, #827155 106%);
}

.sand__scheme .footer {
  background: url(/assets/template/images/footer-bg2.png), #827054;
}

.sand__scheme .request__wrapper {
  background-image: url("/assets/template/images/sand/request-background.png");
  background-position: 100px 0px;
}

.sand__scheme .input-checkbox:checked {
  background: -webkit-gradient(linear, left top, left bottom, from(#A89F8D), color-stop(113.64%, #827054));
  background: linear-gradient(180deg, #A89F8D 0%, #827054 113.64%);
}

.sand__scheme .products .menu-item {
  background: rgba(167, 158, 139, 0.1);
}

.sand__scheme .products .menu-item:hover {
  background: #A79E8B;
}

.sand__scheme .products .menu-item:hover a {
  color: white;
}

.sand__scheme .payment {
  background: rgba(130, 112, 84, 0.9);
}

.sand__scheme .colored {
  color: #827054;
}

.sand__scheme .box-header {
  background: #827054;
}

.sand__scheme .delimeter {
  background: #827054;
}

.sand__scheme .bg {
  left: -81px;
  top: 110px;
}

.sand__scheme .btn-delivery.active, .sand__scheme .btn-showmore {
  background: -webkit-gradient(linear, left top, left bottom, from(#A79E8B), color-stop(154.1%, #827054));
  background: linear-gradient(180deg, #A79E8B 0%, #827054 154.1%);
}

.sand__scheme .btn-delivery:not(.active):hover {
  border-color: #827054;
  color: #827054;
}

.sand__scheme .hide-review {
  color: #827054;
}

.sand__scheme .hide-review:hover {
  border-bottom: 1px solid #827054;
  cursor: pointer;
}

.sand__scheme .paginator li.active {
  border: 5px solid #827054;
}

.sand__scheme .slick-dots li.slick-active {
  border: 5px solid #827054;
}

.sand__scheme .circle-navs .nav {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-19.17%, #827054), to(#A79E8B));
  background: linear-gradient(180deg, #827054 -19.17%, #A79E8B 100%);
}

.sand__scheme .circle-navs .nav:hover {
  background: linear-gradient(173.22deg, #A79E8B -24.55%, #716047 81.77%);
}

.sand__scheme .table-price tr:nth-of-type(2n + 1), .sand__scheme .table-striped tr:nth-of-type(2n + 1), .sand__scheme table tr:nth-of-type(2n + 1) {
  background: rgba(167, 158, 139, 0.1);
}

.sand__scheme .table-price tr ~ tr:hover, .sand__scheme .table-striped tr ~ tr:hover, .sand__scheme table tr ~ tr:hover {
  background: #A79E8B;
}

.sand__scheme .pill-navs .nav {
  background: -webkit-gradient(linear, left top, left bottom, from(#1D62AD), color-stop(0.01%, #A79E8B), color-stop(134.17%, #827054));
  background: linear-gradient(180deg, #1D62AD 0%, #A79E8B 0.01%, #827054 134.17%);
}

.sand__scheme .pill-navs .nav:hover {
  background: linear-gradient(173.22deg, #A79E8B -24.55%, #716047 81.77%);
}

.sand__scheme .progressbar-item {
  border-color: #827054;
  color: #827054;
}

.sand__scheme .progressbar-item.done {
  background-color: #827054;
}

.sand__scheme .progressbar-item ~ .progressbar-item::before {
  border-color: #827054;
}

.sand__scheme .video-play__btn-wrapper .video-play__btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#A79E8B), to(#827054));
  background: linear-gradient(180deg, #A79E8B 0%, #827054 100%);
}

.sand__scheme .show-more {
  color: #827054;
}

.sand__scheme .navbar.sticky {
  background: #827054;
}

.sand__scheme .input-text:hover, .sand__scheme .textarea:hover {
  border-color: #A79E8B;
}

.sand__scheme .d-select {
  border-color: #827054;
  color: #827054;
}

.sand__scheme .d-select__arrow {
  border-right-color: #827054;
  border-bottom-color: #827054;
}

.sand__scheme .sisea-highlight {
  font-weight: bold;
  color: #827054;
}

.sand__scheme .right-decoration {
  right: -400px;
  top: 300px;
}

.sand__scheme .left-decoration {
  left: -450px;
  top: 2521px;
}

.sand__scheme .submenu .topmenu__item:hover a {
  background: #A79E8B;
}

.sand__scheme .catalog__menu > .catalog__item.catalog__active-branch > a, .sand__scheme .catalog__menu > .catalog__item.catalog__active-branch > span {
  background: #A79E8B;
}

.sand__scheme .catalog__menu > .catalog__item > a, .sand__scheme .catalog__menu > .catalog__item > span {
  background: #827054;
}

.sand__scheme .catalog__menu > .catalog__item > a:hover, .sand__scheme .catalog__menu > .catalog__item > span:hover {
  background: #A79E8B;
}

.sand__scheme .catalog__subcategory .catalog__item a:hover {
  color: #827054;
  text-decoration: underline;
}

.sand__scheme .catalog__subcategory .catalog__current-item a {
  color: #827054;
  text-decoration: underline;
}

.concrete__scheme .input-checkbox:checked + label:before,
.concrete__scheme .input-checkbox:not(:checked) + label:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-72.41%, #084E99), color-stop(140.91%, #204177));
  background: linear-gradient(180deg, #084E99 -72.41%, #204177 140.91%);
}

.concrete__scheme .navbar {
  background: url(/assets/template/images/footer-bg2.png), -webkit-gradient(linear, left top, left bottom, color-stop(-72.41%, #084E99), color-stop(140.91%, #204177));
  background: url(/assets/template/images/footer-bg2.png), linear-gradient(180deg, #084E99 -72.41%, #204177 140.91%);
}

.concrete__scheme .footer {
  background: url(/assets/template/images/footer-bg2.png), #204177;
}

.concrete__scheme .request__wrapper {
  background-image: url("/assets/template/images/concrete/request-background.png");
  background-position: 100px -70px;
}

.concrete__scheme .input-checkbox:checked {
  background: -webkit-gradient(linear, left top, left bottom, from(#3667A6), color-stop(113.64%, #204177));
  background: linear-gradient(180deg, #3667A6 0%, #204177 113.64%);
}

.concrete__scheme .products .menu-item {
  background: #F6FAFE;
}

.concrete__scheme .products .menu-item:hover {
  background: #1D62AD;
}

.concrete__scheme .products .menu-item:hover a {
  color: white;
}

.concrete__scheme .payment {
  background: rgba(32, 65, 119, 0.9);
}

.concrete__scheme .colored {
  color: #1D62AD;
}

.concrete__scheme .box-header {
  background: #204177;
}

.concrete__scheme .delimeter {
  background: #084E99;
}

.concrete__scheme .bg {
  left: -152px;
  top: 173px;
}

.concrete__scheme .btn-delivery.active, .concrete__scheme .btn-showmore {
  background: -webkit-gradient(linear, left top, left bottom, from(#1D62AD), color-stop(154.1%, #204177));
  background: linear-gradient(180deg, #1D62AD 0%, #204177 154.1%);
}

.concrete__scheme .btn-delivery:not(.active):hover {
  border-color: #1D62AD;
  color: #1D62AD;
}

.concrete__scheme .hide-review {
  color: #1D62AD;
}

.concrete__scheme .hide-review:hover {
  border-bottom: 1px solid #1D62AD;
  cursor: pointer;
}

.concrete__scheme .paginator li.active {
  border: 5px solid #084E99;
}

.concrete__scheme .slick-dots li.slick-active {
  border: 5px solid #084E99;
}

.concrete__scheme .circle-navs .nav {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-19.17%, #204177), to(#1D62AD));
  background: linear-gradient(180deg, #204177 -19.17%, #1D62AD 100%);
}

.concrete__scheme .circle-navs .nav:hover {
  background: linear-gradient(173.22deg, #1D62AD -24.55%, #204177 81.77%);
}

.concrete__scheme .table-price tr:nth-of-type(2n + 1), .concrete__scheme .table-striped tr:nth-of-type(2n + 1), .concrete__scheme table tr:nth-of-type(2n + 1) {
  background: rgba(237, 244, 253, 0.51);
}

.concrete__scheme .table-price tr ~ tr:hover, .concrete__scheme .table-striped tr ~ tr:hover, .concrete__scheme table tr ~ tr:hover {
  background: #1D62AD;
}

.concrete__scheme .pill-navs .nav {
  background: -webkit-gradient(linear, left top, left bottom, from(#1D62AD), color-stop(134.17%, #204177));
  background: linear-gradient(180deg, #1D62AD 0%, #204177 134.17%);
}

.concrete__scheme .pill-navs .nav:hover {
  background: linear-gradient(173.22deg, #1D62AD -24.55%, #204177 81.77%);
}

.concrete__scheme .progressbar-item {
  border-color: #084E99;
  color: #084E99;
}

.concrete__scheme .progressbar-item.done {
  background-color: #084E99;
}

.concrete__scheme .progressbar-item ~ .progressbar-item::before {
  border-color: #084E99;
}

.concrete__scheme .video-play__btn-wrapper .video-play__btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#1D62AD), to(#204177));
  background: linear-gradient(180deg, #1D62AD 0%, #204177 100%);
}

.concrete__scheme .show-more {
  color: #1D62AD;
}

.concrete__scheme .navbar.sticky {
  background: #204177;
}

.concrete__scheme .input-text:hover, .concrete__scheme .textarea:hover {
  border-color: #1D62AD;
}

.concrete__scheme .d-select {
  border-color: #1D62AD;
  color: #1D62AD;
}

.concrete__scheme .d-select__arrow {
  border-right-color: #1D62AD;
  border-bottom-color: #1D62AD;
}

.concrete__scheme .sisea-highlight {
  font-weight: bold;
  color: #1D62AD;
}

.concrete__scheme .right-decoration {
  right: 0;
  top: 400px;
}

.concrete__scheme .left-decoration {
  left: 0;
  top: 2521px;
}

.concrete__scheme .submenu .topmenu__item:hover a {
  background: #1D62AD;
}

.concrete__scheme .catalog__menu > .catalog__item.catalog__active-branch > a, .concrete__scheme .catalog__menu > .catalog__item.catalog__active-branch > span {
  background: #1D62AD;
}

.concrete__scheme .catalog__menu > .catalog__item > a, .concrete__scheme .catalog__menu > .catalog__item > span {
  background: #204177;
}

.concrete__scheme .catalog__menu > .catalog__item > a:hover, .concrete__scheme .catalog__menu > .catalog__item > span:hover {
  background: #1D62AD;
}

.concrete__scheme .catalog__subcategory .catalog__item a:hover {
  color: #1D62AD;
  text-decoration: underline;
}

.concrete__scheme .catalog__subcategory .catalog__current-item a {
  color: #1D62AD;
  text-decoration: underline;
}

.mortar__scheme .input-checkbox:checked + label:before,
.mortar__scheme .input-checkbox:not(:checked) + label:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-72.41%, #084E99), color-stop(140.91%, #204177));
  background: linear-gradient(180deg, #084E99 -72.41%, #204177 140.91%);
}

.mortar__scheme .navbar {
  background: url(/assets/template/images/footer-bg2.png), -webkit-gradient(linear, left top, left bottom, color-stop(-72.41%, #084E99), color-stop(140.91%, #204177));
  background: url(/assets/template/images/footer-bg2.png), linear-gradient(180deg, #084E99 -72.41%, #204177 140.91%);
}

.mortar__scheme .footer {
  background: url(/assets/template/images/footer-bg2.png), #204177;
}

.mortar__scheme .request__wrapper {
  background-image: url("/assets/template/images/mortar/request-background.png");
  background-position: 100px -70px;
}

.mortar__scheme .input-checkbox:checked {
  background: -webkit-gradient(linear, left top, left bottom, from(#3667A6), color-stop(113.64%, #204177));
  background: linear-gradient(180deg, #3667A6 0%, #204177 113.64%);
}

.mortar__scheme .products .menu-item {
  background: #F6FAFE;
}

.mortar__scheme .products .menu-item:hover {
  background: #1D62AD;
}

.mortar__scheme .products .menu-item:hover a {
  color: white;
}

.mortar__scheme .payment {
  background: rgba(32, 65, 119, 0.9);
}

.mortar__scheme .colored {
  color: #1D62AD;
}

.mortar__scheme .box-header {
  background: #204177;
}

.mortar__scheme .delimeter {
  background: #084E99;
}

.mortar__scheme .bg {
  left: -152px;
  top: 173px;
}

.mortar__scheme .btn-delivery.active, .mortar__scheme .btn-showmore {
  background: -webkit-gradient(linear, left top, left bottom, from(#1D62AD), color-stop(154.1%, #204177));
  background: linear-gradient(180deg, #1D62AD 0%, #204177 154.1%);
}

.mortar__scheme .btn-delivery:not(.active):hover {
  border-color: #1D62AD;
  color: #1D62AD;
}

.mortar__scheme .hide-review {
  color: #1D62AD;
}

.mortar__scheme .hide-review:hover {
  border-bottom: 1px solid #1D62AD;
  cursor: pointer;
}

.mortar__scheme .paginator li.active {
  border: 5px solid #084E99;
}

.mortar__scheme .slick-dots li.slick-active {
  border: 5px solid #084E99;
}

.mortar__scheme .circle-navs .nav {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-19.17%, #204177), to(#1D62AD));
  background: linear-gradient(180deg, #204177 -19.17%, #1D62AD 100%);
}

.mortar__scheme .circle-navs .nav:hover {
  background: linear-gradient(173.22deg, #1D62AD -24.55%, #204177 81.77%);
}

.mortar__scheme .table-price tr:nth-of-type(2n + 1), .mortar__scheme .table-striped tr:nth-of-type(2n + 1), .mortar__scheme table tr:nth-of-type(2n + 1) {
  background: rgba(237, 244, 253, 0.51);
}

.mortar__scheme .table-price tr ~ tr:hover, .mortar__scheme .table-striped tr ~ tr:hover, .mortar__scheme table tr ~ tr:hover {
  background: #1D62AD;
}

.mortar__scheme .pill-navs .nav {
  background: -webkit-gradient(linear, left top, left bottom, from(#1D62AD), color-stop(134.17%, #204177));
  background: linear-gradient(180deg, #1D62AD 0%, #204177 134.17%);
}

.mortar__scheme .pill-navs .nav:hover {
  background: linear-gradient(173.22deg, #1D62AD -24.55%, #204177 81.77%);
}

.mortar__scheme .progressbar-item {
  border-color: #084E99;
  color: #084E99;
}

.mortar__scheme .progressbar-item.done {
  background-color: #084E99;
}

.mortar__scheme .progressbar-item ~ .progressbar-item::before {
  border-color: #084E99;
}

.mortar__scheme .video-play__btn-wrapper .video-play__btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#1D62AD), to(#204177));
  background: linear-gradient(180deg, #1D62AD 0%, #204177 100%);
}

.mortar__scheme .show-more {
  color: #1D62AD;
}

.mortar__scheme .navbar.sticky {
  background: #204177;
}

.mortar__scheme .input-text:hover, .mortar__scheme .textarea:hover {
  border-color: #1D62AD;
}

.mortar__scheme .d-select {
  border-color: #1D62AD;
  color: #1D62AD;
}

.mortar__scheme .d-select__arrow {
  border-right-color: #1D62AD;
  border-bottom-color: #1D62AD;
}

.mortar__scheme .sisea-highlight {
  font-weight: bold;
  color: #1D62AD;
}

.mortar__scheme .right-decoration {
  right: 0;
  top: 400px;
}

.mortar__scheme .left-decoration {
  left: 0;
  top: 2521px;
}

.mortar__scheme .submenu .topmenu__item:hover a {
  background: #1D62AD;
}

.mortar__scheme .catalog__menu > .catalog__item.catalog__active-branch > a, .mortar__scheme .catalog__menu > .catalog__item.catalog__active-branch > span {
  background: #1D62AD;
}

.mortar__scheme .catalog__menu > .catalog__item > a, .mortar__scheme .catalog__menu > .catalog__item > span {
  background: #204177;
}

.mortar__scheme .catalog__menu > .catalog__item > a:hover, .mortar__scheme .catalog__menu > .catalog__item > span:hover {
  background: #1D62AD;
}

.mortar__scheme .catalog__subcategory .catalog__item a:hover {
  color: #1D62AD;
  text-decoration: underline;
}

.mortar__scheme .catalog__subcategory .catalog__current-item a {
  color: #1D62AD;
  text-decoration: underline;
}

.exp_clay__scheme .input-checkbox:checked + label:before,
.exp_clay__scheme .input-checkbox:not(:checked) + label:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-72.41%, #935F3A), color-stop(140.91%, #673226));
  background: linear-gradient(180deg, #935F3A -72.41%, #673226 140.91%);
}

.exp_clay__scheme .navbar {
  background: url(/assets/template/images/footer-bg2.png), -webkit-gradient(linear, left top, left bottom, color-stop(-72.41%, #935F3A), color-stop(140.91%, #673226));
  background: url(/assets/template/images/footer-bg2.png), linear-gradient(180deg, #935F3A -72.41%, #673226 140.91%);
}

.exp_clay__scheme .footer {
  background: url(/assets/template/images/footer-bg2.png), #673226;
}

.exp_clay__scheme .request__wrapper {
  background-image: url("/assets/template/images/exp_clay/request-background.png");
  background-position: 100px -70px;
}

.exp_clay__scheme .input-checkbox:checked {
  background: -webkit-gradient(linear, left top, left bottom, from(#935F3A), color-stop(113.64%, #673226));
  background: linear-gradient(180deg, #935F3A 0%, #673226 113.64%);
}

.exp_clay__scheme .products .menu-item {
  background: rgba(147, 95, 58, 0.1);
}

.exp_clay__scheme .products .menu-item:hover {
  background: #935F3A;
}

.exp_clay__scheme .products .menu-item:hover a {
  color: white;
}

.exp_clay__scheme .payment {
  background: rgba(103, 50, 38, 0.9);
}

.exp_clay__scheme .colored {
  color: #673226;
}

.exp_clay__scheme .box-header {
  background: #673226;
}

.exp_clay__scheme .delimeter {
  background: #935F3A;
}

.exp_clay__scheme .bg {
  left: -152px;
  top: 173px;
}

.exp_clay__scheme .btn-delivery.active, .exp_clay__scheme .btn-showmore {
  background: -webkit-gradient(linear, left top, left bottom, from(#935F3A), color-stop(160.2%, #673226));
  background: linear-gradient(180deg, #935F3A 0%, #673226 160.2%);
}

.exp_clay__scheme .btn-delivery:not(.active):hover {
  border-color: #673226;
  color: #673226;
}

.exp_clay__scheme .hide-review {
  color: #673226;
}

.exp_clay__scheme .hide-review:hover {
  border-bottom: 1px solid #673226;
  cursor: pointer;
}

.exp_clay__scheme .paginator li.active {
  border: 5px solid #935F3A;
}

.exp_clay__scheme .slick-dots li.slick-active {
  border: 5px solid #935F3A;
}

.exp_clay__scheme .circle-navs .nav {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-19.17%, #673226), to(#673226));
  background: linear-gradient(180deg, #673226 -19.17%, #673226 100%);
}

.exp_clay__scheme .circle-navs .nav:hover {
  background: linear-gradient(173.22deg, #935F3A -24.55%, #673226 81.77%);
}

.exp_clay__scheme .table-price tr:nth-of-type(2n + 1), .exp_clay__scheme .table-striped tr:nth-of-type(2n + 1), .exp_clay__scheme table tr:nth-of-type(2n + 1) {
  background: rgba(147, 95, 58, 0.1);
}

.exp_clay__scheme .table-price tr ~ tr:hover, .exp_clay__scheme .table-striped tr ~ tr:hover, .exp_clay__scheme table tr ~ tr:hover {
  background: #935F3A;
}

.exp_clay__scheme .pill-navs .nav {
  background: -webkit-gradient(linear, left top, left bottom, from(#673226), color-stop(134.17%, #673226));
  background: linear-gradient(180deg, #673226 0%, #673226 134.17%);
}

.exp_clay__scheme .pill-navs .nav:hover {
  background: linear-gradient(173.22deg, #935F3A -24.55%, #673226 81.77%);
}

.exp_clay__scheme .progressbar-item {
  border-color: #935F3A;
  color: #935F3A;
}

.exp_clay__scheme .progressbar-item.done {
  background-color: #935F3A;
}

.exp_clay__scheme .progressbar-item ~ .progressbar-item::before {
  border-color: #935F3A;
}

.exp_clay__scheme .video-play__btn-wrapper .video-play__btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#673226), to(#673226));
  background: linear-gradient(180deg, #673226 0%, #673226 100%);
}

.exp_clay__scheme .show-more {
  color: #673226;
}

.exp_clay__scheme .navbar.sticky {
  background: #673226;
}

.exp_clay__scheme .input-text:hover, .exp_clay__scheme .textarea:hover {
  border-color: #935F3A;
}

.exp_clay__scheme .d-select {
  border-color: #673226;
  color: #673226;
}

.exp_clay__scheme .d-select__arrow {
  border-right-color: #673226;
  border-bottom-color: #673226;
}

.exp_clay__scheme .sisea-highlight {
  font-weight: bold;
  color: #673226;
}

.exp_clay__scheme .right-decoration {
  right: 0;
  top: 400px;
}

.exp_clay__scheme .left-decoration {
  left: 0;
  top: 2521px;
}

.exp_clay__scheme .submenu .topmenu__item:hover a {
  background: #935F3A;
}

.exp_clay__scheme .catalog__menu > .catalog__item.catalog__active-branch > a, .exp_clay__scheme .catalog__menu > .catalog__item.catalog__active-branch > span {
  background: #935F3A;
}

.exp_clay__scheme .catalog__menu > .catalog__item > a, .exp_clay__scheme .catalog__menu > .catalog__item > span {
  background: #673226;
}

.exp_clay__scheme .catalog__menu > .catalog__item > a:hover, .exp_clay__scheme .catalog__menu > .catalog__item > span:hover {
  background: #935F3A;
}

.exp_clay__scheme .catalog__subcategory .catalog__item a:hover {
  color: #673226;
  text-decoration: underline;
}

.exp_clay__scheme .catalog__subcategory .catalog__current-item a {
  color: #673226;
  text-decoration: underline;
}

.cement__scheme .input-checkbox:checked + label:before,
.cement__scheme .input-checkbox:not(:checked) + label:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-72.41%, #084E99), color-stop(140.91%, #204177));
  background: linear-gradient(180deg, #084E99 -72.41%, #204177 140.91%);
}

.cement__scheme .navbar {
  background: url(/assets/template/images/footer-bg2.png), -webkit-gradient(linear, left top, left bottom, color-stop(-72.41%, #084E99), color-stop(140.91%, #204177));
  background: url(/assets/template/images/footer-bg2.png), linear-gradient(180deg, #084E99 -72.41%, #204177 140.91%);
}

.cement__scheme .footer {
  background: url(/assets/template/images/footer-bg2.png), #204177;
}

.cement__scheme .request__wrapper {
  background-image: url("/assets/template/images/cement/request-background.png");
  background-position: 100px -70px;
}

.cement__scheme .input-checkbox:checked {
  background: -webkit-gradient(linear, left top, left bottom, from(#3667A6), color-stop(113.64%, #204177));
  background: linear-gradient(180deg, #3667A6 0%, #204177 113.64%);
}

.cement__scheme .products .menu-item {
  background: #F6FAFE;
}

.cement__scheme .products .menu-item:hover {
  background: #1D62AD;
}

.cement__scheme .products .menu-item:hover a {
  color: white;
}

.cement__scheme .payment {
  background: rgba(32, 65, 119, 0.9);
}

.cement__scheme .colored {
  color: #1D62AD;
}

.cement__scheme .box-header {
  background: #204177;
}

.cement__scheme .delimeter {
  background: #084E99;
}

.cement__scheme .bg {
  left: -152px;
  top: 173px;
}

.cement__scheme .btn-delivery.active, .cement__scheme .btn-showmore {
  background: -webkit-gradient(linear, left top, left bottom, from(#1D62AD), color-stop(154.1%, #204177));
  background: linear-gradient(180deg, #1D62AD 0%, #204177 154.1%);
}

.cement__scheme .btn-delivery:not(.active):hover {
  border-color: #1D62AD;
  color: #1D62AD;
}

.cement__scheme .hide-review {
  color: #1D62AD;
}

.cement__scheme .hide-review:hover {
  border-bottom: 1px solid #1D62AD;
  cursor: pointer;
}

.cement__scheme .paginator li.active {
  border: 5px solid #084E99;
}

.cement__scheme .slick-dots li.slick-active {
  border: 5px solid #084E99;
}

.cement__scheme .circle-navs .nav {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-19.17%, #204177), to(#1D62AD));
  background: linear-gradient(180deg, #204177 -19.17%, #1D62AD 100%);
}

.cement__scheme .circle-navs .nav:hover {
  background: linear-gradient(173.22deg, #1D62AD -24.55%, #204177 81.77%);
}

.cement__scheme .table-price tr:nth-of-type(2n + 1), .cement__scheme .table-striped tr:nth-of-type(2n + 1), .cement__scheme table tr:nth-of-type(2n + 1) {
  background: rgba(237, 244, 253, 0.51);
}

.cement__scheme .table-price tr ~ tr:hover, .cement__scheme .table-striped tr ~ tr:hover, .cement__scheme table tr ~ tr:hover {
  background: #1D62AD;
}

.cement__scheme .pill-navs .nav {
  background: -webkit-gradient(linear, left top, left bottom, from(#1D62AD), color-stop(134.17%, #204177));
  background: linear-gradient(180deg, #1D62AD 0%, #204177 134.17%);
}

.cement__scheme .pill-navs .nav:hover {
  background: linear-gradient(173.22deg, #1D62AD -24.55%, #204177 81.77%);
}

.cement__scheme .progressbar-item {
  border-color: #084E99;
  color: #084E99;
}

.cement__scheme .progressbar-item.done {
  background-color: #084E99;
}

.cement__scheme .progressbar-item ~ .progressbar-item::before {
  border-color: #084E99;
}

.cement__scheme .video-play__btn-wrapper .video-play__btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#1D62AD), to(#204177));
  background: linear-gradient(180deg, #1D62AD 0%, #204177 100%);
}

.cement__scheme .show-more {
  color: #1D62AD;
}

.cement__scheme .navbar.sticky {
  background: #204177;
}

.cement__scheme .input-text:hover, .cement__scheme .textarea:hover {
  border-color: #1D62AD;
}

.cement__scheme .d-select {
  border-color: #1D62AD;
  color: #1D62AD;
}

.cement__scheme .d-select__arrow {
  border-right-color: #1D62AD;
  border-bottom-color: #1D62AD;
}

.cement__scheme .sisea-highlight {
  font-weight: bold;
  color: #1D62AD;
}

.cement__scheme .right-decoration {
  right: 0;
  top: 400px;
}

.cement__scheme .left-decoration {
  left: 0;
  top: 2521px;
}

.cement__scheme .submenu .topmenu__item:hover a {
  background: #1D62AD;
}

.cement__scheme .catalog__menu > .catalog__item.catalog__active-branch > a, .cement__scheme .catalog__menu > .catalog__item.catalog__active-branch > span {
  background: #1D62AD;
}

.cement__scheme .catalog__menu > .catalog__item > a, .cement__scheme .catalog__menu > .catalog__item > span {
  background: #204177;
}

.cement__scheme .catalog__menu > .catalog__item > a:hover, .cement__scheme .catalog__menu > .catalog__item > span:hover {
  background: #1D62AD;
}

.cement__scheme .catalog__subcategory .catalog__item a:hover {
  color: #1D62AD;
  text-decoration: underline;
}

.cement__scheme .catalog__subcategory .catalog__current-item a {
  color: #1D62AD;
  text-decoration: underline;
}

.exp_clay_concrete__scheme .input-checkbox:checked + label:before,
.exp_clay_concrete__scheme .input-checkbox:not(:checked) + label:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-72.41%, #084E99), color-stop(140.91%, #204177));
  background: linear-gradient(180deg, #084E99 -72.41%, #204177 140.91%);
}

.exp_clay_concrete__scheme .navbar {
  background: url(/assets/template/images/footer-bg2.png), -webkit-gradient(linear, left top, left bottom, color-stop(-72.41%, #084E99), color-stop(140.91%, #204177));
  background: url(/assets/template/images/footer-bg2.png), linear-gradient(180deg, #084E99 -72.41%, #204177 140.91%);
}

.exp_clay_concrete__scheme .footer {
  background: url(/assets/template/images/footer-bg2.png), #204177;
}

.exp_clay_concrete__scheme .request__wrapper {
  background-image: url("/assets/template/images/exp_clay_concrete/request-background.png");
  background-position: 100px -70px;
}

.exp_clay_concrete__scheme .input-checkbox:checked {
  background: -webkit-gradient(linear, left top, left bottom, from(#3667A6), color-stop(113.64%, #204177));
  background: linear-gradient(180deg, #3667A6 0%, #204177 113.64%);
}

.exp_clay_concrete__scheme .products .menu-item {
  background: #F6FAFE;
}

.exp_clay_concrete__scheme .products .menu-item:hover {
  background: #1D62AD;
}

.exp_clay_concrete__scheme .products .menu-item:hover a {
  color: white;
}

.exp_clay_concrete__scheme .payment {
  background: rgba(32, 65, 119, 0.9);
}

.exp_clay_concrete__scheme .colored {
  color: #1D62AD;
}

.exp_clay_concrete__scheme .box-header {
  background: #204177;
}

.exp_clay_concrete__scheme .delimeter {
  background: #084E99;
}

.exp_clay_concrete__scheme .bg {
  left: -152px;
  top: 173px;
}

.exp_clay_concrete__scheme .btn-delivery.active, .exp_clay_concrete__scheme .btn-showmore {
  background: -webkit-gradient(linear, left top, left bottom, from(#1D62AD), color-stop(154.1%, #204177));
  background: linear-gradient(180deg, #1D62AD 0%, #204177 154.1%);
}

.exp_clay_concrete__scheme .btn-delivery:not(.active):hover {
  border-color: #1D62AD;
  color: #1D62AD;
}

.exp_clay_concrete__scheme .hide-review {
  color: #1D62AD;
}

.exp_clay_concrete__scheme .hide-review:hover {
  border-bottom: 1px solid #1D62AD;
  cursor: pointer;
}

.exp_clay_concrete__scheme .paginator li.active {
  border: 5px solid #084E99;
}

.exp_clay_concrete__scheme .slick-dots li.slick-active {
  border: 5px solid #084E99;
}

.exp_clay_concrete__scheme .circle-navs .nav {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-19.17%, #204177), to(#1D62AD));
  background: linear-gradient(180deg, #204177 -19.17%, #1D62AD 100%);
}

.exp_clay_concrete__scheme .circle-navs .nav:hover {
  background: linear-gradient(173.22deg, #1D62AD -24.55%, #204177 81.77%);
}

.exp_clay_concrete__scheme .table-price tr:nth-of-type(2n + 1), .exp_clay_concrete__scheme .table-striped tr:nth-of-type(2n + 1), .exp_clay_concrete__scheme table tr:nth-of-type(2n + 1) {
  background: rgba(237, 244, 253, 0.51);
}

.exp_clay_concrete__scheme .table-price tr ~ tr:hover, .exp_clay_concrete__scheme .table-striped tr ~ tr:hover, .exp_clay_concrete__scheme table tr ~ tr:hover {
  background: #1D62AD;
}

.exp_clay_concrete__scheme .pill-navs .nav {
  background: -webkit-gradient(linear, left top, left bottom, from(#1D62AD), color-stop(134.17%, #204177));
  background: linear-gradient(180deg, #1D62AD 0%, #204177 134.17%);
}

.exp_clay_concrete__scheme .pill-navs .nav:hover {
  background: linear-gradient(173.22deg, #1D62AD -24.55%, #204177 81.77%);
}

.exp_clay_concrete__scheme .progressbar-item {
  border-color: #084E99;
  color: #084E99;
}

.exp_clay_concrete__scheme .progressbar-item.done {
  background-color: #084E99;
}

.exp_clay_concrete__scheme .progressbar-item ~ .progressbar-item::before {
  border-color: #084E99;
}

.exp_clay_concrete__scheme .video-play__btn-wrapper .video-play__btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#1D62AD), to(#204177));
  background: linear-gradient(180deg, #1D62AD 0%, #204177 100%);
}

.exp_clay_concrete__scheme .show-more {
  color: #1D62AD;
}

.exp_clay_concrete__scheme .navbar.sticky {
  background: #204177;
}

.exp_clay_concrete__scheme .input-text:hover, .exp_clay_concrete__scheme .textarea:hover {
  border-color: #1D62AD;
}

.exp_clay_concrete__scheme .d-select {
  border-color: #1D62AD;
  color: #1D62AD;
}

.exp_clay_concrete__scheme .d-select__arrow {
  border-right-color: #1D62AD;
  border-bottom-color: #1D62AD;
}

.exp_clay_concrete__scheme .sisea-highlight {
  font-weight: bold;
  color: #1D62AD;
}

.exp_clay_concrete__scheme .right-decoration {
  right: 0;
  top: 400px;
}

.exp_clay_concrete__scheme .left-decoration {
  left: 0;
  top: 2521px;
}

.exp_clay_concrete__scheme .submenu .topmenu__item:hover a {
  background: #1D62AD;
}

.exp_clay_concrete__scheme .catalog__menu > .catalog__item.catalog__active-branch > a, .exp_clay_concrete__scheme .catalog__menu > .catalog__item.catalog__active-branch > span {
  background: #1D62AD;
}

.exp_clay_concrete__scheme .catalog__menu > .catalog__item > a, .exp_clay_concrete__scheme .catalog__menu > .catalog__item > span {
  background: #204177;
}

.exp_clay_concrete__scheme .catalog__menu > .catalog__item > a:hover, .exp_clay_concrete__scheme .catalog__menu > .catalog__item > span:hover {
  background: #1D62AD;
}

.exp_clay_concrete__scheme .catalog__subcategory .catalog__item a:hover {
  color: #1D62AD;
  text-decoration: underline;
}

.exp_clay_concrete__scheme .catalog__subcategory .catalog__current-item a {
  color: #1D62AD;
  text-decoration: underline;
}

.aerated_concrete__scheme .input-checkbox:checked + label:before,
.aerated_concrete__scheme .input-checkbox:not(:checked) + label:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-72.41%, #084E99), color-stop(140.91%, #204177));
  background: linear-gradient(180deg, #084E99 -72.41%, #204177 140.91%);
}

.aerated_concrete__scheme .navbar {
  background: url(/assets/template/images/footer-bg2.png), -webkit-gradient(linear, left top, left bottom, color-stop(-72.41%, #084E99), color-stop(140.91%, #204177));
  background: url(/assets/template/images/footer-bg2.png), linear-gradient(180deg, #084E99 -72.41%, #204177 140.91%);
}

.aerated_concrete__scheme .footer {
  background: url(/assets/template/images/footer-bg2.png), #204177;
}

.aerated_concrete__scheme .request__wrapper {
  background-image: url("/assets/template/images/aerated_concrete/request-background.png");
  background-position: 100px -70px;
}

.aerated_concrete__scheme .input-checkbox:checked {
  background: -webkit-gradient(linear, left top, left bottom, from(#3667A6), color-stop(113.64%, #204177));
  background: linear-gradient(180deg, #3667A6 0%, #204177 113.64%);
}

.aerated_concrete__scheme .products .menu-item {
  background: #F6FAFE;
}

.aerated_concrete__scheme .products .menu-item:hover {
  background: #1D62AD;
}

.aerated_concrete__scheme .products .menu-item:hover a {
  color: white;
}

.aerated_concrete__scheme .payment {
  background: rgba(32, 65, 119, 0.9);
}

.aerated_concrete__scheme .colored {
  color: #1D62AD;
}

.aerated_concrete__scheme .box-header {
  background: #204177;
}

.aerated_concrete__scheme .delimeter {
  background: #084E99;
}

.aerated_concrete__scheme .bg {
  left: -152px;
  top: 173px;
}

.aerated_concrete__scheme .btn-delivery.active, .aerated_concrete__scheme .btn-showmore {
  background: -webkit-gradient(linear, left top, left bottom, from(#1D62AD), color-stop(154.1%, #204177));
  background: linear-gradient(180deg, #1D62AD 0%, #204177 154.1%);
}

.aerated_concrete__scheme .btn-delivery:not(.active):hover {
  border-color: #1D62AD;
  color: #1D62AD;
}

.aerated_concrete__scheme .hide-review {
  color: #1D62AD;
}

.aerated_concrete__scheme .hide-review:hover {
  border-bottom: 1px solid #1D62AD;
  cursor: pointer;
}

.aerated_concrete__scheme .paginator li.active {
  border: 5px solid #084E99;
}

.aerated_concrete__scheme .slick-dots li.slick-active {
  border: 5px solid #084E99;
}

.aerated_concrete__scheme .circle-navs .nav {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-19.17%, #204177), to(#1D62AD));
  background: linear-gradient(180deg, #204177 -19.17%, #1D62AD 100%);
}

.aerated_concrete__scheme .circle-navs .nav:hover {
  background: linear-gradient(173.22deg, #1D62AD -24.55%, #204177 81.77%);
}

.aerated_concrete__scheme .table-price tr:nth-of-type(2n + 1), .aerated_concrete__scheme .table-striped tr:nth-of-type(2n + 1), .aerated_concrete__scheme table tr:nth-of-type(2n + 1) {
  background: rgba(237, 244, 253, 0.51);
}

.aerated_concrete__scheme .table-price tr ~ tr:hover, .aerated_concrete__scheme .table-striped tr ~ tr:hover, .aerated_concrete__scheme table tr ~ tr:hover {
  background: #1D62AD;
}

.aerated_concrete__scheme .pill-navs .nav {
  background: -webkit-gradient(linear, left top, left bottom, from(#1D62AD), color-stop(134.17%, #204177));
  background: linear-gradient(180deg, #1D62AD 0%, #204177 134.17%);
}

.aerated_concrete__scheme .pill-navs .nav:hover {
  background: linear-gradient(173.22deg, #1D62AD -24.55%, #204177 81.77%);
}

.aerated_concrete__scheme .progressbar-item {
  border-color: #084E99;
  color: #084E99;
}

.aerated_concrete__scheme .progressbar-item.done {
  background-color: #084E99;
}

.aerated_concrete__scheme .progressbar-item ~ .progressbar-item::before {
  border-color: #084E99;
}

.aerated_concrete__scheme .video-play__btn-wrapper .video-play__btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#1D62AD), to(#204177));
  background: linear-gradient(180deg, #1D62AD 0%, #204177 100%);
}

.aerated_concrete__scheme .show-more {
  color: #1D62AD;
}

.aerated_concrete__scheme .navbar.sticky {
  background: #204177;
}

.aerated_concrete__scheme .input-text:hover, .aerated_concrete__scheme .textarea:hover {
  border-color: #1D62AD;
}

.aerated_concrete__scheme .d-select {
  border-color: #1D62AD;
  color: #1D62AD;
}

.aerated_concrete__scheme .d-select__arrow {
  border-right-color: #1D62AD;
  border-bottom-color: #1D62AD;
}

.aerated_concrete__scheme .sisea-highlight {
  font-weight: bold;
  color: #1D62AD;
}

.aerated_concrete__scheme .right-decoration {
  right: 0;
  top: 400px;
}

.aerated_concrete__scheme .left-decoration {
  left: 0;
  top: 2521px;
}

.aerated_concrete__scheme .submenu .topmenu__item:hover a {
  background: #1D62AD;
}

.aerated_concrete__scheme .catalog__menu > .catalog__item.catalog__active-branch > a, .aerated_concrete__scheme .catalog__menu > .catalog__item.catalog__active-branch > span {
  background: #1D62AD;
}

.aerated_concrete__scheme .catalog__menu > .catalog__item > a, .aerated_concrete__scheme .catalog__menu > .catalog__item > span {
  background: #204177;
}

.aerated_concrete__scheme .catalog__menu > .catalog__item > a:hover, .aerated_concrete__scheme .catalog__menu > .catalog__item > span:hover {
  background: #1D62AD;
}

.aerated_concrete__scheme .catalog__subcategory .catalog__item a:hover {
  color: #1D62AD;
  text-decoration: underline;
}

.aerated_concrete__scheme .catalog__subcategory .catalog__current-item a {
  color: #1D62AD;
  text-decoration: underline;
}

.rent__scheme .input-checkbox:checked + label:before,
.rent__scheme .input-checkbox:not(:checked) + label:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-72.41%, #084E99), color-stop(140.91%, #204177));
  background: linear-gradient(180deg, #084E99 -72.41%, #204177 140.91%);
}

.rent__scheme .navbar {
  background: url(/assets/template/images/footer-bg2.png), -webkit-gradient(linear, left top, left bottom, color-stop(-72.41%, #084E99), color-stop(140.91%, #204177));
  background: url(/assets/template/images/footer-bg2.png), linear-gradient(180deg, #084E99 -72.41%, #204177 140.91%);
}

.rent__scheme .footer {
  background: url(/assets/template/images/footer-bg2.png), #204177;
}

.rent__scheme .request__wrapper {
  background-image: url("/assets/template/images/rent/request-background.png");
  background-position: 100px -70px;
}

.rent__scheme .input-checkbox:checked {
  background: -webkit-gradient(linear, left top, left bottom, from(#3667A6), color-stop(113.64%, #204177));
  background: linear-gradient(180deg, #3667A6 0%, #204177 113.64%);
}

.rent__scheme .products .menu-item {
  background: #F6FAFE;
}

.rent__scheme .products .menu-item:hover {
  background: #1D62AD;
}

.rent__scheme .products .menu-item:hover a {
  color: white;
}

.rent__scheme .payment {
  background: rgba(32, 65, 119, 0.9);
}

.rent__scheme .colored {
  color: #1D62AD;
}

.rent__scheme .box-header {
  background: #204177;
}

.rent__scheme .delimeter {
  background: #084E99;
}

.rent__scheme .bg {
  left: -152px;
  top: 173px;
}

.rent__scheme .btn-delivery.active, .rent__scheme .btn-showmore {
  background: -webkit-gradient(linear, left top, left bottom, from(#1D62AD), color-stop(154.1%, #204177));
  background: linear-gradient(180deg, #1D62AD 0%, #204177 154.1%);
}

.rent__scheme .btn-delivery:not(.active):hover {
  border-color: #1D62AD;
  color: #1D62AD;
}

.rent__scheme .hide-review {
  color: #1D62AD;
}

.rent__scheme .hide-review:hover {
  border-bottom: 1px solid #1D62AD;
  cursor: pointer;
}

.rent__scheme .paginator li.active {
  border: 5px solid #084E99;
}

.rent__scheme .slick-dots li.slick-active {
  border: 5px solid #084E99;
}

.rent__scheme .circle-navs .nav {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-19.17%, #204177), to(#1D62AD));
  background: linear-gradient(180deg, #204177 -19.17%, #1D62AD 100%);
}

.rent__scheme .circle-navs .nav:hover {
  background: linear-gradient(173.22deg, #1D62AD -24.55%, #204177 81.77%);
}

.rent__scheme .table-price tr:nth-of-type(2n + 1), .rent__scheme .table-striped tr:nth-of-type(2n + 1), .rent__scheme table tr:nth-of-type(2n + 1) {
  background: rgba(237, 244, 253, 0.51);
}

.rent__scheme .table-price tr ~ tr:hover, .rent__scheme .table-striped tr ~ tr:hover, .rent__scheme table tr ~ tr:hover {
  background: #1D62AD;
}

.rent__scheme .pill-navs .nav {
  background: -webkit-gradient(linear, left top, left bottom, from(#1D62AD), color-stop(134.17%, #204177));
  background: linear-gradient(180deg, #1D62AD 0%, #204177 134.17%);
}

.rent__scheme .pill-navs .nav:hover {
  background: linear-gradient(173.22deg, #1D62AD -24.55%, #204177 81.77%);
}

.rent__scheme .progressbar-item {
  border-color: #084E99;
  color: #084E99;
}

.rent__scheme .progressbar-item.done {
  background-color: #084E99;
}

.rent__scheme .progressbar-item ~ .progressbar-item::before {
  border-color: #084E99;
}

.rent__scheme .video-play__btn-wrapper .video-play__btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#1D62AD), to(#204177));
  background: linear-gradient(180deg, #1D62AD 0%, #204177 100%);
}

.rent__scheme .show-more {
  color: #1D62AD;
}

.rent__scheme .navbar.sticky {
  background: #204177;
}

.rent__scheme .input-text:hover, .rent__scheme .textarea:hover {
  border-color: #1D62AD;
}

.rent__scheme .d-select {
  border-color: #1D62AD;
  color: #1D62AD;
}

.rent__scheme .d-select__arrow {
  border-right-color: #1D62AD;
  border-bottom-color: #1D62AD;
}

.rent__scheme .sisea-highlight {
  font-weight: bold;
  color: #1D62AD;
}

.rent__scheme .right-decoration {
  right: 0;
  top: 400px;
}

.rent__scheme .left-decoration {
  left: 0;
  top: 2521px;
}

.rent__scheme .submenu .topmenu__item:hover a {
  background: #1D62AD;
}

.rent__scheme .catalog__menu > .catalog__item.catalog__active-branch > a, .rent__scheme .catalog__menu > .catalog__item.catalog__active-branch > span {
  background: #1D62AD;
}

.rent__scheme .catalog__menu > .catalog__item > a, .rent__scheme .catalog__menu > .catalog__item > span {
  background: #204177;
}

.rent__scheme .catalog__menu > .catalog__item > a:hover, .rent__scheme .catalog__menu > .catalog__item > span:hover {
  background: #1D62AD;
}

.rent__scheme .catalog__subcategory .catalog__item a:hover {
  color: #1D62AD;
  text-decoration: underline;
}

.rent__scheme .catalog__subcategory .catalog__current-item a {
  color: #1D62AD;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .inner {
    overflow: hidden;
  }
  html {
    font-size: 5vw;
  }
  body {
    background: initial;
  }
  .header {
    top: calc(-12.5vw - 1px);
  }
  .main-content__wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .flex-block {
    width: 100%;
  }
  .normal-block {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 3rem;
    width: 100%;
    padding: 0 22px;
  }
  .normal-block .title {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .normal-block .title h2 {
    font-size: 1.25rem;
  }
  .normal-block .subtitle {
    font-size: 0.875rem;
    text-align: center;
    margin-bottom: 0;
  }
  .left-decoration {
    display: none;
  }
  .right-decoration {
    height: 232px;
  }
  .btn {
    font-size: 0.875rem;
  }
  .faq__list {
    padding: 1.5rem 1.5rem;
  }
  .faq__list-item-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
    height: 0.8rem;
    margin-top: .7rem;
  }
  .faq__list-item-title {
    font-size: 1rem;
    margin-top: 0.6rem;
  }
  .faq__list-item-answer {
    font-size: 1rem;
  }
  .text-m {
    font-size: 1.125rem;
  }
  .show-more {
    font-size: 0.625rem;
  }
  h1 {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.5em;
  }
  h2 {
    font-size: 1.25rem;
    line-height: 1.5em;
    text-align: center;
  }
  p {
    line-height: 130%;
    font-size: 0.875rem;
  }
  .circle-navs .nav {
    width: 11.875vw;
    height: 11.875vw;
  }
  .circle-navs .nav::before {
    content: '';
    display: block;
    width: 4.0625vw;
    height: 4.0625vw;
    border-right: 2px solid white;
    border-top: 2px solid white;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .paginator .paginator-item {
    width: 1.5625vw;
    height: 1.5625vw;
    border-radius: 100px;
  }
  .paginator .paginator-item ~ .paginator-item {
    margin-left: 3.125vw;
  }
  .paginator .paginator-item.active {
    border-width: 0.625vw;
  }
  .slick-dots {
    margin-left: 0;
  }
  .progressbar-item {
    width: 6.25vw;
    height: 6.25vw;
  }
  .progressbar-item::after {
    font-size: 0.75rem;
  }
  .progressbar-item ~ .progressbar-item {
    margin-left: 12.5vw;
  }
  .progressbar-item ~ .progressbar-item::before {
    width: 12.5vw;
    margin-left: -9.375vw;
  }
  .progressbar-item.done::after {
    width: 3.125vw;
    height: 2.5vw;
  }
  .video-play__btn-wrapper {
    width: 28.125vw;
    height: 28.125vw;
  }
  .video-play__btn-wrapper .video-play__btn {
    width: 18.75vw;
    height: 18.75vw;
  }
  .video-play__btn-wrapper .video-play__btn::after {
    width: 15.625vw;
    height: 15.625vw;
  }
  .mobile__navs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .table-price__container {
    overflow-x: auto;
    -webkit-box-shadow: 0px 4px 30px #DCDCDC;
            box-shadow: 0px 4px 30px #DCDCDC;
    margin-top: 2rem;
  }
  .table-price__container caption, .table-price__container th, .table-price__container td {
    font-size: 0.75rem;
    white-space: nowrap;
  }
  .table-price__container caption {
    text-align: left;
    padding-left: 2em;
  }
  .table-price {
    margin-top: 0;
  }
  .btn {
    height: initial;
    padding: 1em;
    margin: 0;
  }
  .btns__row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .btn-delivery {
    display: none;
  }
  .btn-showmore {
    line-height: initial;
    padding: 1em;
  }
  .btn__wrapper {
    margin: 2.4rem 0;
  }
  .input-text {
    height: initial;
    font-size: 0.875rem;
    padding: 1em;
  }
  .input-checkbox {
    width: 1rem;
    height: 1rem;
  }
  .select {
    height: initial;
    padding: 1em;
  }
  .conf_wrapper label {
    font-size: 0.625rem;
  }
  .d-select__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .breadcrumb li, .breadcrumb a {
    font-size: 0.75rem;
  }
  .cards__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cards__row .col {
    width: 100%;
    margin-top: 1.375rem;
  }
  .cards__row .img__wrapper {
    height: initial;
  }
  .cards__row .title {
    font-size: 1rem;
  }
  .cards__row .text {
    font-size: 0.875rem;
  }
  .warranties__wrapper .warranty {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .warranties__wrapper .text__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .warranties__wrapper .text__wrapper {
    margin-left: 0;
    margin-top: 0.5em;
  }
  .warranties__wrapper .text {
    text-align: center;
  }
  .contacts__page-regions .contacts__wrapper {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .contacts__page-regions .contacts__wrapper .map-container {
    width: 100%;
    height: 14rem;
  }
  .contacts__page .contacts__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts__page .contacts__wrapper .map {
    width: 100%;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    margin-left: 0;
    height: 13rem;
  }
  .contacts__page .contacts__wrapper .contacts {
    padding-right: 0;
    max-width: inherit;
  }
  .contacts__page .contacts__wrapper .contacts p {
    font-size: 1rem;
  }
  .contacts__page .contacts__wrapper .contacts p:first-of-type {
    font-size: 1rem;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .contacts__page .contacts__wrapper .socials {
    margin-bottom: 1.5rem;
  }
  .contacts__page .contacts__wrapper .socials .arrow {
    width: 15.625vw;
    top: -10.9375vw;
    left: 48%;
  }
  .contacts__page .contacts__wrapper .socials .title {
    width: 10rem;
    margin-bottom: 0;
  }
  .contacts__page .contacts__wrapper .social__icons a, .contacts__page .contacts__wrapper .social__icons img {
    width: 1.3rem;
    height: 1.3rem;
  }
  .contacts__page .btn__wrapper {
    margin: 1.5rem 0;
  }
  .contacts__page .btn {
    width: 100%;
  }
  .information > p {
    display: none;
  }
  .tabs_container-regions .tab_content {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tabs_container-regions .tab_content:nth-of-type(1) {
    min-height: auto;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .tabs_container-regions .tab_content:nth-of-type(1) a {
    margin-right: 0;
  }
  .tabs_container-regions .tab_content:nth-of-type(2) {
    padding-left: 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .tabs_container-regions .tab_content:nth-of-type(2) a {
    margin-right: 0;
    margin-left: 0;
    width: 8em;
    height: 8rem;
  }
  .hide + label {
    width: 5rem;
    height: 1.75rem;
    font-size: 0.575rem;
  }
  .hide + label:not(:last-of-type) {
    margin-right: 0.75rem;
  }
  .tab_content {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tab_content:nth-of-type(1) {
    padding-left: 0;
    width: 100%;
  }
  .tab_content:nth-of-type(1) .map-container {
    margin-top: 1rem;
    width: 100%;
    height: 14rem;
  }
  .tab_content:nth-of-type(1) .factories__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tab_content:nth-of-type(2) {
    min-height: auto;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .tab_content:nth-of-type(2) a {
    margin-right: 0;
  }
  .tab_content:nth-of-type(3) {
    padding-left: 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .tab_content:nth-of-type(3) a {
    margin-right: 0;
    margin-left: 0;
    width: 8rem;
  }
  .hide:checked + label + .tab_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .our-departments__line {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 1rem;
  }
  .our-departments__line-left {
    line-height: 100%;
    margin-top: 0;
    font-size: 0.9rem;
  }
  .our-departments__line-right {
    max-width: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .our-departments__line-right a {
    font-size: 0.8rem;
  }
  .departments__wrapper .department {
    font-size: 0.75rem;
    padding: 0 2em;
  }
  .departments__wrapper .pm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .departments__wrapper .email {
    margin-top: 1em;
    padding: 0;
  }
  .departments__wrapper .email::before {
    content: '';
  }
  .departments__wrapper .sep {
    height: 1em;
  }
  .payment-options__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .payment-options__wrapper .payment-option {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .payment-options__wrapper .payment-option ~ .payment-option {
    margin-top: 1rem;
  }
  .payment-options__wrapper .payment-option .title {
    font-size: 1rem;
    margin-top: 0.5rem;
    margin-left: 0;
    text-align: center;
    text-transform: none;
  }
  .popup-callback__inner {
    width: 100%;
  }
  .popup-callback__inner .title {
    font-size: 1.25rem;
  }
  .popup-callback__inner .options {
    font-size: 0.625rem;
    padding: 0;
    margin: 0.5rem 0;
  }
  .popup-callback__inner .options li::before {
    height: 2.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2.5rem;
            flex: 0 0 2.5rem;
  }
  .popup-callback__inner .input-text, .popup-callback__inner .btn {
    width: 100%;
  }
  .popup-callback__inner .conf_wrapper {
    margin: 0;
  }
  #callback_modal {
    padding: 2rem 1rem;
  }
  .about-product {
    padding: 2rem 0.875rem;
  }
  .about-product p {
    font-size: 0.875rem;
  }
  .about-product h2 {
    font-size: 1.25rem;
    margin: 1rem 0;
    text-align: center;
  }
  .about-product .pill-navs {
    display: none;
  }
  .about-product .reviews ~ .reviews {
    display: none;
  }
  .interesting-zhbi .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .interesting-zhbi .row ~ .row {
    display: none;
  }
  .interesting-zhbi .col {
    width: 100%;
  }
  .interesting-zhbi .col ~ .col {
    margin-left: 0;
    margin-top: 1rem;
  }
  .prod-desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .prod-desc .img__wrapper {
    width: 100%;
  }
  .prod-desc .img__wrapper img {
    width: 100%;
  }
  .prod-desc .info {
    padding-left: 0;
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
  .prod-revs__rev-container {
    padding: 0;
  }
  .prod-revs__wrapper {
    margin-top: 0;
  }
  .map {
    width: 100%;
    margin: 0 0 2rem 0;
  }
  .desktop-header {
    display: none;
  }
  .header {
    height: 37.5vw;
    margin-bottom: 1.5rem;
  }
  .header .logo__wrapper img {
    width: 6em;
  }
  .bottom-left {
    max-width: 8.5rem;
  }
  .bottom-left p {
    font-size: 0.5rem;
    color: white;
  }
  .bottom-left a {
    font-weight: 800;
    color: white;
    font-size: 0.8rem;
    position: relative;
    max-width: 0.4rem;
    margin-left: 1.2em;
  }
  .bottom-left a::before {
    content: '';
    background-image: url("/assets/template/images/phone-icon.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    display: inline-block;
    width: 1em;
    height: 1em;
    top: 0.2em;
    left: -1.2em;
  }
  .mobile-header {
    display: block;
  }
  .mobile-header .top, .mobile-header .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 22px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mobile-header .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 12.5vw;
  }
  .mobile-header .bottom {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 25vw;
  }
  .mobile-header .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 800;
    font-size: 1rem;
    width: 100%;
  }
  .mobile-header .burger__wrapper {
    width: 11.875vw;
  }
  .mobile-header .burger {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .mobile-header .burger::before {
    position: absolute;
    content: 'Открыть меню';
    font-size: 0.5em;
    text-align: center;
    width: 5em;
    height: 2.5em;
    left: -5em;
    color: #1B1B1B;
  }
  .mobile-header .burger li {
    display: block;
    height: 1.25vw;
    border-radius: 1.25vw;
  }
  .mobile-header .burger li ~ li {
    margin-top: 0.25em;
  }
  .mobile-header .logo__wrapper {
    padding-right: 1.125rem;
  }
  .mobile-header .info {
    max-width: 7.5rem;
    font-size: 0.5rem;
    color: white;
  }
  .mobile-header .info p {
    text-align: right;
    font-size: 0.5rem;
    margin: 0 0 0.5em 0;
  }
  .mobile-header .mobheader {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mobile-header .sticky a {
    font-weight: 800;
    text-decoration: none;
    color: white;
    position: relative;
    margin-left: 1.5em;
  }
  .mobile-header .sticky a::before {
    content: '';
    background-image: url("/assets/template/images/phone-icon.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    display: inline-block;
    width: 1em;
    height: 1em;
    top: 0.10em;
    left: -1.5em;
  }
  .mobile-header .sticky.sticky {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.6rem 20px;
    height: 15vw;
  }
  .mobile-header .sticky.sticky .logo__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .mobile-header .sticky.sticky .logo__wrapper img {
    width: 5rem;
  }
  .mobile-header .sticky.sticky .logo__wrapper .title {
    color: white;
    font-size: 0.625rem;
    margin-left: 0.5rem;
  }
  .mobile-header .sticky.sticky .burger li {
    background: #FCC810 !important;
  }
  .mobile-header .sticky.sticky .burger::before {
    color: #FCC810;
  }
  .request__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: initial;
    padding: 0 22px 60px 22px;
  }
  .request__wrapper .heading {
    width: 100%;
    text-align: center;
    font-size: 1.55rem;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .request__wrapper .request__form-wrapper {
    position: initial;
    left: initial;
    top: initial;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 22px;
  }
  .request__wrapper .request__form-wrapper .box-header {
    padding: 1.5em;
    font-size: 0.75rem;
  }
  .request__wrapper .request__form-wrapper .btn {
    margin-top: 1em;
    padding: 0.75em 1em;
  }
  .request__wrapper .request__form-body {
    padding: 1em 1em 1.5em 1em;
  }
  .request__wrapper .advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 15px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .request__wrapper .advantages .benefit_row {
    width: 50%;
    margin-top: 1rem;
  }
  .request__wrapper .advantages .benefit_row .benefit_lbl {
    margin-left: 5px;
    font-size: 0.875rem;
  }
  .request__wrapper .policy_label {
    font-size: 0.625rem;
  }
  .request__wrapper .arrow {
    display: none;
  }
  .leftmenu {
    display: none;
  }
  .page-content .information {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .page-content .information .callback-btn__wrapper {
    display: none;
  }
  .page-content .information h1 {
    font-size: 1.25rem;
    text-align: left;
    line-height: 1.3em;
  }
  .page-content .information h2 {
    font-size: 1.25rem;
  }
  .factories__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .factories__info .map-container {
    width: 100%;
    height: 15rem;
  }
  .factories__info .map {
    height: 400px;
  }
  .factories__info .addresses__block {
    padding-top: 15px;
  }
  .factories__info .addresses__block h2 {
    font-size: 1.25rem;
  }
  .factories__info .addresses__block ul {
    font-size: 0.875rem;
  }
  .factories__info img {
    width: 100%;
  }
  .questions {
    background: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: initial;
  }
  .questions .payments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: initial;
    margin-top: 30px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .questions .payments .payment {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    border: 0;
    padding: 0;
    margin-bottom: 15px;
    background: 0;
    color: #1b1b1b;
  }
  .questions .payments .payment .heading {
    text-transform: none;
    font-size: 0.875rem;
  }
  .questions .payments .payment .info {
    font-size: 0.625rem;
    margin-left: -50px;
  }
  .questions .payments .payment ~ .payment {
    margin: 0;
  }
  .questions .request__form-wrapper {
    position: initial;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .questions .request__form-wrapper .btn {
    margin-top: 4.6875vw;
  }
  .questions .title {
    margin-bottom: 10px;
  }
  .questions .subtitle {
    width: initial;
    margin-bottom: 25px;
  }
  .questions .box-header {
    padding: 25px 10px 0 10px;
    background-color: initial;
    font-size: 0.875rem;
    color: #3C4245;
  }
  .questions .policy_label {
    font-size: 0.625rem;
  }
  .questions .request__form-body {
    padding: 20px 20px 36px 20px;
  }
  .calculator__wrapper {
    margin-top: 25px;
    height: initial;
  }
  .calculator__wrapper .calc__row {
    width: 100%;
  }
  .calculator__wrapper .select {
    width: 100%;
  }
  .calculator__wrapper .box-header {
    padding: 1em 3em;
    font-size: 0.625rem;
    line-height: 120%;
  }
  .calculator__wrapper .body {
    padding: 20px;
  }
  .calculator__wrapper .btn-gradient {
    width: 100%;
    margin-top: 0;
  }
  .calculator__wrapper .calc__label {
    font-size: 0.75rem;
  }
  .costs__block {
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
  .costs__block .col__text {
    font-size: 0.75rem;
    padding: 0;
  }
  .costs__block .col__text h2 {
    font-size: 1.25rem;
    text-align: center;
  }
  .costs__block .col__text .title {
    font-size: 1rem;
  }
  .costs__block .delimeter {
    display: none;
  }
  .costs__block.box-shadow {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .costs__block:nth-of-type(2n) {
    margin-left: initial;
  }
  .costs__block:nth-of-type(2n+1) {
    margin-left: initial;
  }
  .costs__block ~ .costs__block {
    display: none;
  }
  .costs__block .image__wrapper {
    display: none;
  }
  .lookatus {
    height: initial;
  }
  .lookatus .man, .lookatus .bg, .lookatus .curve, .lookatus .video__length {
    display: none;
  }
  .lookatus .video {
    position: initial;
    width: 100%;
    height: initial;
    margin-top: 15px;
  }
  .our-advantages__row {
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
  }
  .our-advantages__row .box-shadow {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .our-advantages__col {
    height: initial;
    width: 50%;
    border: 0;
  }
  .our-advantages__col ~ .our-advantages__col {
    margin: 0;
  }
  .our-advantages__col .col__inner {
    border: 0;
    padding-bottom: 0;
  }
  .our-advantages__col .image__wrapper {
    height: 150px;
  }
  .our-advantages__col .image__wrapper img {
    max-width: 100%;
  }
  .our-advantages__col .text-l {
    font-size: 0.875rem;
  }
  .delivery__wrapper {
    padding: 0 0 40px 0;
    width: 100%;
  }
  .delivery__wrapper .title {
    padding: 0;
  }
  .delivery__wrapper .btns__row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .delivery__wrapper .btn-gradient {
    margin-top: 1.5rem;
  }
  .delivery__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
    margin-top: 25px;
  }
  .delivery__body .col {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
  .delivery__body .col ul {
    text-align: center;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .delivery__spoiler {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .delivery__box {
    padding: 30px 15px;
    margin-bottom: 15px;
    margin-top: 35px;
    text-align: center;
  }
  .delivery-geopoints__ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
  }
  .gallery .caption {
    font-size: 0.875rem;
  }
  .gallery .nav__wrapper.left {
    left: 10px;
  }
  .gallery .nav__wrapper.right {
    right: 10px;
  }
  .reviews__wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 2.5rem;
  }
  .reviews__wrapper .nav__wrapper {
    display: none;
  }
  .reviews__wrapper .heading {
    font-size: 0.875rem;
    padding: 0;
  }
  .reviews__wrapper .review-form {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-shadow: 0 4px 40px #DCDCDC;
            box-shadow: 0 4px 40px #DCDCDC;
    padding-bottom: 0;
  }
  .reviews__wrapper .review-form .box-shadow {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    width: 100%;
  }
  .reviews__wrapper .review-form .box__inner {
    border: 0;
    padding: 25px 15px;
  }
  .reviews__wrapper .slide {
    width: 100%;
    padding: 0;
  }
  .reviews__wrapper .slick-slide {
    margin: 0;
  }
  .reviews__wrapper .reviews {
    width: 100%;
    display: block;
    -webkit-box-shadow: 0 4px 40px #DCDCDC;
            box-shadow: 0 4px 40px #DCDCDC;
    margin: 0 0 2.5rem 0;
  }
  .reviews__wrapper .reviews .box-shadow {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .reviews__wrapper .reviews .box__inner {
    border: 0;
    padding: 7.8125vw 1.5625vw 7.8125vw 4.6875vw;
  }
  .paginator__wrapper {
    display: none;
  }
  .review__card.box-shadow {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .review__card .box__inner {
    border: 0;
    padding: 7.8125vw 1.5625vw 7.8125vw 4.6875vw;
  }
  .review__card .person__name {
    font-size: 0.875rem;
  }
  .review__card .review__title {
    font-size: 0.875rem;
  }
  .review__card .review__text {
    font-size: 0.75rem;
  }
  .zavod-img {
    display: none;
  }
  .lcp__wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lcp__wrapper .heading {
    font-size: 1.25rem;
  }
  .lcp__wrapper .lc__wrapper {
    width: 100%;
  }
  .lcp__wrapper .lc__wrapper .slider__container img {
    width: 100%;
    height: initial;
  }
  .lcp__wrapper .lc__wrapper .slick-slide {
    margin: 0;
  }
  .lcp__wrapper .p__wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin-left: 0;
    margin-top: 2.5rem;
  }
  .lcp__wrapper .p__wrapper .photo {
    position: relative;
  }
  .lcp__wrapper .p__wrapper .photo .nav__wrapper {
    position: absolute;
  }
  .lcp__wrapper .p__wrapper .photo .nav__wrapper.left {
    top: 0;
    left: 12px;
  }
  .lcp__wrapper .p__wrapper .photo .nav__wrapper.right {
    top: 0;
    right: 12px;
  }
  .lcp__wrapper .p__wrapper .photo img {
    width: 100%;
  }
  .lcp__wrapper .controls {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
  }
  .lcp__wrapper .paginator {
    margin-top: 0;
    margin-left: 0;
  }
  .lcp__wrapper .pill-navs {
    display: none;
  }
  .lcp__wrapper .history {
    display: none;
  }
  .lcp__wrapper .certificates {
    height: 250px;
    -ms-grid-columns: 12.5vw (1fr)[3] 12.5vw;
        grid-template-columns: 12.5vw repeat(3, 1fr) 12.5vw;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
  }
  .lcp__wrapper .certificates .nav__wrapper.left {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
  .lcp__wrapper .certificates .nav__wrapper.right {
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    grid-column: 5/6;
  }
  .lcp__wrapper .certificates .cert {
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    grid-column: 2/5;
  }
  .lcp__wrapper .certificates .cert ~ .cert {
    display: none;
  }
  .working__scheme {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: initial;
    padding-bottom: 50px;
    margin-top: 15px;
  }
  .working__scheme .calling, .working__scheme .calling__label, .working__scheme .confirming, .working__scheme .confirming__label, .working__scheme .takeorder, .working__scheme .takeorder__label, .working__scheme .paying, .working__scheme .paying__label {
    position: initial;
  }
  .working__scheme .calling__label, .working__scheme .confirming__label, .working__scheme .takeorder__label, .working__scheme .paying__label {
    width: 100%;
    font-size: 0.875rem;
    text-align: center;
  }
  .working__scheme .calling, .working__scheme .confirming, .working__scheme .takeorder, .working__scheme .paying {
    width: 50%;
  }
  .working__scheme .calling .image__wrapper, .working__scheme .confirming .image__wrapper, .working__scheme .takeorder .image__wrapper, .working__scheme .paying .image__wrapper {
    text-align: center;
    height: 100px;
  }
  .working__scheme .calling img, .working__scheme .confirming img, .working__scheme .takeorder img, .working__scheme .paying img {
    height: 100px;
    width: initial;
  }
  .working__scheme .curve-2, .working__scheme .curve-3, .working__scheme .curve-4 {
    display: none;
  }
  .footer {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.25rem 1.25rem 3rem 1.25rem;
  }
  .footer .footer__bucket {
    display: none;
  }
  .footer .footer__inner {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 0 2.5rem;
  }
  .footer .footer__inner p {
    margin-bottom: 0.5rem;
  }
  .footer .footer__inner .refs {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-bottom: 1rem;
  }
  .footer .footer__inner .refs .schedule {
    display: none;
  }
  .footer .footer__inner .refs .refs__column {
    width: initial;
  }
  .footer .footer__inner .contacts {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    font-size: 1rem;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .footer__inner .contacts .phone a, .footer .footer__inner .contacts .email a {
    font-size: 1.125em;
  }
  .footer .footer__inner .contacts .phone {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 7px;
  }
  .footer .footer__inner .contacts .phone a:nth-of-type(2) {
    display: none;
  }
  .footer .footer__inner .contacts .phone.yellow {
    display: none;
  }
  .footer .footer__inner .contacts .email {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
  }
  .footer .footer__inner .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-right: 0;
  }
  .footer .footer__inner .socials > p:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 0.75rem;
    line-height: 140%;
  }
  .footer .footer__inner .socials .social__icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer .footer__inner .socials .social__icons img {
    width: 2.5rem;
  }
  .footer .footer__inner .socials .address {
    display: none;
  }
  .footer .footer__inner .address__mobile {
    display: block;
    font-size: 0.875rem;
    padding: 1.5rem 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer .footer__inner .address__mobile p {
    margin: 0;
  }
  .footer .footer__inner .address__mobile p ~ p {
    margin-top: 1em;
  }
  .footer .footer__inner .logo__wrapper {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-top: 1.5rem;
  }
  .footer .footer__inner .copyright {
    font-size: 0.625rem;
    line-height: 140%;
  }
  .trash__scheme .btn-delivery.active {
    background: white;
    border-color: #475980;
    color: #475980;
  }
  .trash__scheme .btn-delivery.active::after {
    border-right: 2px solid #475980;
    border-bottom: 2px solid #475980;
  }
  .trash__scheme .request__wrapper {
    background-image: initial;
  }
  .trash__scheme .mobmenu__wrapper {
    background: #1C2B48;
  }
  .trash__scheme .mobile-header .bottom {
    background: #1C2B48;
  }
  .trash__scheme .mobile-header .burger li {
    background: #1C2B48;
  }
  .trash__scheme .mobheader.sticky {
    background: #1C2B48;
  }
  .trash__scheme .mm__wrapper, .trash__scheme .mm__slide {
    background: #1C2B48;
  }
  .metal__scheme .btn-delivery.active {
    background: white;
    border-color: #933A3B;
    color: #933A3B;
  }
  .metal__scheme .btn-delivery.active::after {
    border-right: 2px solid #933A3B;
    border-bottom: 2px solid #933A3B;
  }
  .metal__scheme .request__wrapper {
    background-image: initial;
  }
  .metal__scheme .mobmenu__wrapper {
    background: #692735;
  }
  .metal__scheme .mobile-header .bottom {
    background: #692735;
  }
  .metal__scheme .mobile-header .burger li {
    background: #692735;
  }
  .metal__scheme .mobheader.sticky {
    background: #692735;
  }
  .metal__scheme .mm__wrapper, .metal__scheme .mm__slide {
    background: #692735;
  }
  .zhbi__scheme .btn-delivery.active {
    background: white;
    border-color: #33427A;
    color: #33427A;
  }
  .zhbi__scheme .btn-delivery.active::after {
    border-right: 2px solid #33427A;
    border-bottom: 2px solid #33427A;
  }
  .zhbi__scheme .request__wrapper {
    background-image: initial;
  }
  .zhbi__scheme .mobmenu__wrapper {
    background: #161C63;
  }
  .zhbi__scheme .mobile-header .bottom {
    background: #161C63;
  }
  .zhbi__scheme .mobile-header .burger li {
    background: #161C63;
  }
  .zhbi__scheme .mobheader.sticky {
    background: #161C63;
  }
  .zhbi__scheme .mm__wrapper, .zhbi__scheme .mm__slide {
    background: #161C63;
  }
  .ground__scheme .btn-delivery.active {
    background: white;
    border-color: #729D39;
    color: #729D39;
  }
  .ground__scheme .btn-delivery.active::after {
    border-right: 2px solid #729D39;
    border-bottom: 2px solid #729D39;
  }
  .ground__scheme .request__wrapper {
    background-image: initial;
  }
  .ground__scheme .mobmenu__wrapper {
    background: #3E432E;
  }
  .ground__scheme .mobile-header .bottom {
    background: #3E432E;
  }
  .ground__scheme .mobile-header .burger li {
    background: #3E432E;
  }
  .ground__scheme .mobheader.sticky {
    background: #3E432E;
  }
  .ground__scheme .mm__wrapper, .ground__scheme .mm__slide {
    background: #3E432E;
  }
  .ground_removal__scheme .btn-delivery.active {
    background: white;
    border-color: #729D39;
    color: #729D39;
  }
  .ground_removal__scheme .btn-delivery.active::after {
    border-right: 2px solid #729D39;
    border-bottom: 2px solid #729D39;
  }
  .ground_removal__scheme .request__wrapper {
    background-image: initial;
  }
  .ground_removal__scheme .mobmenu__wrapper {
    background: #3E432E;
  }
  .ground_removal__scheme .mobile-header .bottom {
    background: #3E432E;
  }
  .ground_removal__scheme .mobile-header .burger li {
    background: #3E432E;
  }
  .ground_removal__scheme .mobheader.sticky {
    background: #3E432E;
  }
  .ground_removal__scheme .mm__wrapper, .ground_removal__scheme .mm__slide {
    background: #3E432E;
  }
  .snow__scheme .btn-delivery.active {
    background: white;
    border-color: #8186D5;
    color: #8186D5;
  }
  .snow__scheme .btn-delivery.active::after {
    border-right: 2px solid #8186D5;
    border-bottom: 2px solid #8186D5;
  }
  .snow__scheme .request__wrapper {
    background-image: initial;
  }
  .snow__scheme .mobmenu__wrapper {
    background: #494CA2;
  }
  .snow__scheme .mobile-header .bottom {
    background: #494CA2;
  }
  .snow__scheme .mobile-header .burger li {
    background: #494CA2;
  }
  .snow__scheme .mobheader.sticky {
    background: #494CA2;
  }
  .snow__scheme .mm__wrapper, .snow__scheme .mm__slide {
    background: #494CA2;
  }
  .rock__scheme .btn-delivery.active {
    background: white;
    border-color: #5F818A;
    color: #5F818A;
  }
  .rock__scheme .btn-delivery.active::after {
    border-right: 2px solid #5F818A;
    border-bottom: 2px solid #5F818A;
  }
  .rock__scheme .request__wrapper {
    background-image: initial;
  }
  .rock__scheme .mobmenu__wrapper {
    background: #345A61;
  }
  .rock__scheme .mobile-header .bottom {
    background: #345A61;
  }
  .rock__scheme .mobile-header .burger li {
    background: #345A61;
  }
  .rock__scheme .mobheader.sticky {
    background: #345A61;
  }
  .rock__scheme .mm__wrapper, .rock__scheme .mm__slide {
    background: #345A61;
  }
  .sand__scheme .btn-delivery.active {
    background: white;
    border-color: #827054;
    color: #827054;
  }
  .sand__scheme .btn-delivery.active::after {
    border-right: 2px solid #827054;
    border-bottom: 2px solid #827054;
  }
  .sand__scheme .request__wrapper {
    background-image: initial;
  }
  .sand__scheme .mobmenu__wrapper {
    background: #827054;
  }
  .sand__scheme .mobile-header .bottom {
    background: #827054;
  }
  .sand__scheme .mobile-header .burger li {
    background: #827054;
  }
  .sand__scheme .mobheader.sticky {
    background: #827054;
  }
  .sand__scheme .mm__wrapper, .sand__scheme .mm__slide {
    background: #827054;
  }
  .concrete__scheme .btn-delivery.active {
    background: white;
    border-color: #1D62AD;
    color: #1D62AD;
  }
  .concrete__scheme .btn-delivery.active::after {
    border-right: 2px solid #1D62AD;
    border-bottom: 2px solid #1D62AD;
  }
  .concrete__scheme .request__wrapper {
    background-image: initial;
  }
  .concrete__scheme .mobmenu__wrapper {
    background: #204177;
  }
  .concrete__scheme .mobile-header .bottom {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-72.41%, #084E99), color-stop(140.91%, #204177));
    background: linear-gradient(180deg, #084E99 -72.41%, #204177 140.91%);
  }
  .concrete__scheme .mobile-header .burger li {
    background: #1D62AD;
  }
  .concrete__scheme .mobheader.sticky {
    background: #204177;
  }
  .concrete__scheme .mm__wrapper, .concrete__scheme .mm__slide {
    background: #204177;
  }
  .mortar__scheme .btn-delivery.active {
    background: white;
    border-color: #1D62AD;
    color: #1D62AD;
  }
  .mortar__scheme .btn-delivery.active::after {
    border-right: 2px solid #1D62AD;
    border-bottom: 2px solid #1D62AD;
  }
  .mortar__scheme .request__wrapper {
    background-image: initial;
  }
  .mortar__scheme .mobmenu__wrapper {
    background: #204177;
  }
  .mortar__scheme .mobile-header .bottom {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-72.41%, #084E99), color-stop(140.91%, #204177));
    background: linear-gradient(180deg, #084E99 -72.41%, #204177 140.91%);
  }
  .mortar__scheme .mobile-header .burger li {
    background: #1D62AD;
  }
  .mortar__scheme .mobheader.sticky {
    background: #204177;
  }
  .mortar__scheme .mm__wrapper, .mortar__scheme .mm__slide {
    background: #204177;
  }
  .exp_clay__scheme .btn-delivery.active {
    background: white;
    border-color: #673226;
    color: #673226;
  }
  .exp_clay__scheme .btn-delivery.active::after {
    border-right: 2px solid #673226;
    border-bottom: 2px solid #673226;
  }
  .exp_clay__scheme .request__wrapper {
    background-image: initial;
  }
  .exp_clay__scheme .mobmenu__wrapper {
    background: #673226;
  }
  .exp_clay__scheme .mobile-header .bottom {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-72.41%, #935F3A), color-stop(140.91%, #673226));
    background: linear-gradient(180deg, #935F3A -72.41%, #673226 140.91%);
  }
  .exp_clay__scheme .mobile-header .burger li {
    background: #673226;
  }
  .exp_clay__scheme .mobheader.sticky {
    background: #673226;
  }
  .exp_clay__scheme .mm__wrapper, .exp_clay__scheme .mm__slide {
    background: #673226;
  }
  .cement__scheme .btn-delivery.active {
    background: white;
    border-color: #1D62AD;
    color: #1D62AD;
  }
  .cement__scheme .btn-delivery.active::after {
    border-right: 2px solid #1D62AD;
    border-bottom: 2px solid #1D62AD;
  }
  .cement__scheme .request__wrapper {
    background-image: initial;
  }
  .cement__scheme .mobmenu__wrapper {
    background: #204177;
  }
  .cement__scheme .mobile-header .bottom {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-72.41%, #084E99), color-stop(140.91%, #204177));
    background: linear-gradient(180deg, #084E99 -72.41%, #204177 140.91%);
  }
  .cement__scheme .mobile-header .burger li {
    background: #1D62AD;
  }
  .cement__scheme .mobheader.sticky {
    background: #204177;
  }
  .cement__scheme .mm__wrapper, .cement__scheme .mm__slide {
    background: #204177;
  }
  .exp_clay_concrete__scheme .btn-delivery.active {
    background: white;
    border-color: #1D62AD;
    color: #1D62AD;
  }
  .exp_clay_concrete__scheme .btn-delivery.active::after {
    border-right: 2px solid #1D62AD;
    border-bottom: 2px solid #1D62AD;
  }
  .exp_clay_concrete__scheme .request__wrapper {
    background-image: initial;
  }
  .exp_clay_concrete__scheme .mobmenu__wrapper {
    background: #204177;
  }
  .exp_clay_concrete__scheme .mobile-header .bottom {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-72.41%, #084E99), color-stop(140.91%, #204177));
    background: linear-gradient(180deg, #084E99 -72.41%, #204177 140.91%);
  }
  .exp_clay_concrete__scheme .mobile-header .burger li {
    background: #1D62AD;
  }
  .exp_clay_concrete__scheme .mobheader.sticky {
    background: #204177;
  }
  .exp_clay_concrete__scheme .mm__wrapper, .exp_clay_concrete__scheme .mm__slide {
    background: #204177;
  }
  .aerated_concrete__scheme .btn-delivery.active {
    background: white;
    border-color: #1D62AD;
    color: #1D62AD;
  }
  .aerated_concrete__scheme .btn-delivery.active::after {
    border-right: 2px solid #1D62AD;
    border-bottom: 2px solid #1D62AD;
  }
  .aerated_concrete__scheme .request__wrapper {
    background-image: initial;
  }
  .aerated_concrete__scheme .mobmenu__wrapper {
    background: #204177;
  }
  .aerated_concrete__scheme .mobile-header .bottom {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-72.41%, #084E99), color-stop(140.91%, #204177));
    background: linear-gradient(180deg, #084E99 -72.41%, #204177 140.91%);
  }
  .aerated_concrete__scheme .mobile-header .burger li {
    background: #1D62AD;
  }
  .aerated_concrete__scheme .mobheader.sticky {
    background: #204177;
  }
  .aerated_concrete__scheme .mm__wrapper, .aerated_concrete__scheme .mm__slide {
    background: #204177;
  }
  .rent__scheme .btn-delivery.active {
    background: white;
    border-color: #1D62AD;
    color: #1D62AD;
  }
  .rent__scheme .btn-delivery.active::after {
    border-right: 2px solid #1D62AD;
    border-bottom: 2px solid #1D62AD;
  }
  .rent__scheme .request__wrapper {
    background-image: initial;
  }
  .rent__scheme .mobmenu__wrapper {
    background: #204177;
  }
  .rent__scheme .mobile-header .bottom {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-72.41%, #084E99), color-stop(140.91%, #204177));
    background: linear-gradient(180deg, #084E99 -72.41%, #204177 140.91%);
  }
  .rent__scheme .mobile-header .burger li {
    background: #1D62AD;
  }
  .rent__scheme .mobheader.sticky {
    background: #204177;
  }
  .rent__scheme .mm__wrapper, .rent__scheme .mm__slide {
    background: #204177;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  body {
    width: 1100px;
  }
  .request__wrapper, .flex-block, .normal-block, .footer__inner, .navbar, .topinfo {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 22px;
    padding-right: 22px;
  }
  .costs__block:nth-of-type(n) {
    width: 1056px;
    margin-left: 0;
  }
}
/*# sourceMappingURL=style.css.map */