h2 {
  margin-bottom: 0;
}

body {
  font-size: 14px;
  color: #232323;
  font-family: "HelveticaNeueCyr", "Rubik", "Arial", sans-serif;
  font-weight: normal;
}

.wrap {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.wrap__breadcrumb {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: rgba(0, 0, 0);
  color: #fff;
}

.scroll-top:hover {
  background: #000 url("/local/templates/moszabor/css/img/scroll-top.svg")
    no-repeat center center;
  border: 2px solid #fff;
}

.main-crumbs .bread-crumbs {
  justify-content: flex-start;
}

.bread-crumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-crumbs .bread-crumbs .bread-crumbs__link {
  font-size: 13px;
  line-height: 11px;
}

.main-crumbs .bread-crumbs a {
  text-decoration: none;
  color: #7b2019;
}

.bread-crumbs__link {
  position: relative;
  text-decoration: none;
  font-size: 24px;
  margin-right: 30px;
  margin-bottom: 10px;
}

.main-crumbs .bread-crumbs .bread-crumbs__link:before {
  top: 0;
}

.bread-crumbs__link:before {
  display: block;
  position: absolute;
  content: ">";
  width: 0;
  height: 0;
  top: 6px;
  right: -10px;
  font-size: 16px;
}

.bx-breadcrumb i {
  display: none;
}

.page-header__block {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/page-title_img.jpg") 50% 65% no-repeat;
  background-size: cover;
  height: 200px;
  margin-bottom: 40px;
}

.page-header__block-title {
  text-align: center;
  font-size: 48px;
  color: #fff;
  text-transform: uppercase;
  line-height: 50px;
}

.page-back__link:hover {
  background-color: #333;
}

.page-back__link span::before {
  content: url("img/arrow-btn.svg");
  width: 14px;
  height: 14px;
  position: absolute;
  display: block;
  transform: rotate(180deg);
  left: -25px;
  top: 11%;
}

.page-back__link span {
  position: relative;
  margin-left: 20%;
  margin-bottom: 50px;
}

.button__green {
  display: block;
  color: #fff;
  background-color: #7b2019;
  cursor: pointer;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 3px;
  line-height: 40px;
}

.page-back__link {
  text-decoration: none;
  font-size: 15px;
  border-radius: 3px;
  line-height: 40px;
  width: 130px;
  height: 40px;
  margin-bottom: 40px;
}

.page-product {
  margin-bottom: 40px;
}

.page-product__block {
  display: flex;
  width: 100%;
}

.slider__preview {
  min-width: 0;
  width: 550px;
}

.page-product__el {
  display: flex;
}

.product-left {
  flex: 0 1 60%;
  margin-right: 40px;
}

.product-right {
  flex: 0 1 40%;
}

.slider__preview .slider__item {
  padding: 0;
  min-width: 550px;
}

.slider__nav .slider__item {
  padding: 0;
  min-width: 270px;
}

.slider__preview .slick-track {
  width: auto;
  min-width: 0;
}

.preview__img {
  width: 100%;
}

.slider__nav .nav__img {
  margin: 0;
  width: 67.1%;
  opacity: 0.4;
}

.slider__nav .slick-center img {
  opacity: 1;
}

.slider__preview .slider__item.slick-slide {
  padding: 0 5px 0 0;
}

.slider__nav .slider__item.slick-slide {
  padding: 0;
}

.slider__nav {
  position: relative;
  min-width: 0;
  margin: 0 auto;
  width: 25%;
  height: 50%;
}

.slider__nav .slick-list.draggable {
  min-width: 0;
  width: 200px;
  padding: 0;
}

.slider__nav .slick-prev:before {
  position: absolute;
  top: 7px;
  left: -17px;
}

.slider__nav .slick-next:before {
  position: absolute;
  bottom: -12px;
  right: 190px;
}

.product-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product__el_top {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
}

.el__wrap {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}

.el__wrap:not(:last-child) {
  margin-bottom: 20px;
}

.el__title {
  font-weight: 700;
  width: 160px;
}

.el__description {
  font-weight: 300;
  color: #000;
}

.green {
  color: #7b2019;
  font-weight: 700;
}

.product__el_middle {
  display: flex;
  justify-content: space-between;
}

.el__block {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.el__icn {
  display: block;
  width: 60px;
  height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.el__icon1 {
  background-image: url(../img/middle_icon1.png);
}

.el__icon2 {
  background-image: url(../img/middle_icon2.png);
}

.el__icon3 {
  background-image: url(../img/middle_icon3.png);
}

.product__el_bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.el__link {
  padding-top: 5px;
}

.el__btn,
.el__link {
  text-decoration: none;
  width: 200px;
  height: 50px;
  position: relative;
}

.el__btn:hover,
.el__link:hover {
  background-color: #333;
}

.el__btn {
  margin-bottom: auto;
}

.el__btn_icon {
  margin-left: 30px;
}

.el__btn_icon::before {
  position: absolute;
}

.el__icon4::before {
  content: url("../img/bottom_icn1.png");
  top: 10px;
  left: 13px;
}

.el__icon5::before {
  content: url("../img/bottom_icn2.png");
  top: 8px;
  left: 20px;
}

.politika {
  color: #fff;
}

.politika-konf {
  text-decoration: underline;
  color: #b41616;
}

.konf__section {
  margin-top: 50px;
}

.konf-lvl2__list {
  list-style-type: none;
  margin-bottom: 20px;
}

.konf-lvl2__list li {
  margin-bottom: 10px;
}

.cart_href svg,
.cart_href svg path {
  fill: #7b2019;
}

.contacts-page__wrap {
  display: flex;
  justify-content: space-between;
}

.contacts-page__left {
  width: 50%;
}

.contacts-page__right {
  margin-top: 20px;
  width: 43%;
  display: flex;
  flex-direction: column;
}

.contacts-page__item:not(:last-child) {
  margin-bottom: 10px;
}

.contacts-page__link {
  color: #7b2019;
}

.contacts-page__form-block {
  margin: 20px 0;
}

.contacts-page__form-block textarea {
  margin: 30px 0;
  border: 1px solid #d8d8d8;
}

.contacts-page__form-block_title {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.contacts-page__form-block_text {
  font-size: 15px;
  color: #767676;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 30px;
}

.about-page__wrap {
  padding: 30px 0 0 0;
}

.about-page__title,
.delivery-page__title,
.payment-page__title {
  font-size: 48px;
  text-transform: uppercase;
}

.about-page__wrap p {
  line-height: 25px;
}

.about-page__wrap ul, .delivery-page__wrap ul {
  list-style-type: none;
}

.about-page__wrap li::before, .delivery-page__wrap li::before {
content: "";
width: 15px;
height: 15px;
margin-right: 10px;
    background-repeat: no-repeat;
    display: inline-block;
background-image: url("img/tick-green.svg");
}

.about-page__wrap li:not(:last-child) {
  margin-bottom: 15px;
}

.delivery-page__wrap,
.payment-page__wrap {
  padding-left: 0;
  padding-right: 0;
}

.delivery-page__wrap p {
  margin-bottom: 10px;
}

.delivery-page__wrap ul {
  list-style: none;
}

.delivery-page__wrap li:not(:last-child) {
  margin-bottom: 10px;
}

.payment-page__wrap {
  margin-bottom: 30px;
}

.payment-page__wrap p {
  margin-bottom: 10px;
}

.payment-page__list {
  list-style: none;
}

.payment-page__item {
  display: flex;
  align-items: center;
}

.payment-page__item p {
  margin-bottom: 0;
}

.payment-page__el {
  display: inline-block;
}

.price_catalog {
  border-collapse: collapse;
  text-align: center;
  border-spacing: 2px;
  width: 100%;
  margin-bottom: 60px;
}

.price_catalog caption {
  font-size: 20px;
  color: #993300;
  margin-bottom: 8px;
  font-weight: bold;
  text-align: center;
}

.price_catalog tr:nth-child(odd) {
  background: #e4e4e4;
}

.price_catalog td,
.price_catalog th {
  padding: 13px 0;
}

.price_catalog td {
  text-transform: uppercase;
  background: #7b2019;
  color: #fff;
  border: 1px solid white;
}

.price_catalog .item-white {
  background: white;
  color: #000;
  border: 1px solid;
}

.form-calc__section {
  padding: 20px 0;
  background-color: #d3d3d3;
  margin-bottom: 0;
}

.form-calc {
  display: flex;
  align-items: center;
}

.fieldset-calc {
  border: none;
  width: 100%;
}

.form-calc__block {
  display: flex;
  justify-content: space-between;
}

.form-calc__title {
  font-size: 2em;
  color: #000;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 10px;
  font-weight: 700;
}

.form-calc__text {
  font-size: 24px;
  background: #7b2019;
  color: #fff;
  margin: 20px 0;
  text-align: center;
  padding: 10px 10px;
}

.form-calc__input {
  width: 36%;
  padding: 12px 0 12px 10px;
  border: none;
  border-radius: 30px;
}

.form-calc__danger {
  margin: 20px 0;
  text-align: center;
  color: #ffffff;
  background: #7b2019;
}

.form-calc__btn {
  width: 20%;
  text-align: center;
  padding-left: 15px;
  color: #000;
  font-size: 20px;
  text-decoration: none;
  background: #fff;
  border-radius: 30px;
}

.form-calc__btn:hover {
  background-color: #7b2019;
  color: #fff;
}

.cooperator__desc {
  color: #666;
  display: block;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

.cooperator__slider .cooperator-slide {
  margin-right: 20px;
}

.cooperator__slider .cooperator__img {
  margin-bottom: 25px;
  width: 100%;
  border-radius: 50%;
}

.cooperator__slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cooperator__slider .slick-dots li {
  list-style: none;
  margin: 0 10px;
}

.cooperator__slider .slick-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #666;
  font-size: 0;
}

.cooperator__slider .slick-dots li.slick-active button {
  background-color: #7b2019;
}

.cooperator__name {
  text-align: center;
  color: #666;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cooperator__block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cooperator__el:not(:last-child) {
  margin-bottom: 10px;
}

.work {
  margin-bottom: 40px;
}

.work__img {
  width: 100%;
  height: 275px;
}

.work__slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.work__slider .work-slide {
  margin: 0px 1px;
}

.work__slider .slick-dots li {
  list-style: none;
  margin: 0 10px;
}

.work__slider .slick-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #666;
  font-size: 0;
}

.work__slider .slick-dots li.slick-active button {
  background-color: #7b2019;
}

.recall {
  margin-bottom: 60px;
}

.recall__list {
  display: flex;
  justify-content: space-between;
}

.recall__item {
  width: 33%;
  display: flex;
  flex-direction: column;
}

.recall__block {
  padding: 20px;
  background-color: #7b2019;
  color: #fff;
  min-height: 170px;
}

.recall__title {
  font-weight: 700;
  font-size: 18px;
}

.recall__desc {
  line-height: 27px;
}

.videorecall__block {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.videorecall {
  width: 30%;
  height: 300px;
  margin-bottom: 20px;
  cursor: pointer;
}

.videorecall > div {
  margin: 0 auto;
}

.product-item {
  padding: 0 !important;
}

.product-item-image-wrapper {
  padding-top: 81% !important;
}

.product-item-title {
  margin-bottom: 0 !important;
}

.product-item-container {
  margin-bottom: 0 !important;
}

.custom__breadcrumb {
  height: 50px;
  margin: 0 !important;
}

.custom__breadcrumb::before {
  content: "";
  display: block;
  height: 263px;
}

.treed__subtitle {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.treed__block {
  padding: 15px;
  background-color: #f5f5f5;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.treed__text {
  text-align: center;
  line-height: 28px;
  width: 40%;
}

.construc__title {
  display: block;
  font-size: 23px;
  margin-bottom: 15px;
}

.construct__row {
  display: flex;
  justify-content: space-between;
}

.construct__col {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.construct__col .icon-title {
  width: 50%;
  text-align: center;
}

.header__nav {
  width: 54%;
}

.header-middle__list {
  width: 100%;
  display: flex;
  list-style: none;
}

.header-middle__item {
  color: #7b2019;
  text-decoration: underline;
}

.header-middle__item:not(:last-child) {
  margin-right: 6%;
}

.header-middle.header-content.header-middle_position_fixed .header-info {
  order: 3;
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 100%;
  margin: 0 -15px -30px;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33.333333%;
}

.col-4 {
  width: 25%;
}

.col-5 {
  width: 20%;
}

.col-6 {
  width: 16.666666%;
}

.col-2,
.col-3,
.col-4,
.col-5,
.col-6 {
  padding: 0 15px;
  margin-bottom: 30px;
}

body .btn {
  display: inline-block;
  vertical-align: top;
  line-height: 46px !important;
  padding: 0 20px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 30px;
  cursor: pointer;
  user-select: none;
  background: #7b2019;
}

body .btn:hover {
  color: #fff;
  background: #da4d00;
}

body .btn span {
  padding-right: 25px;
  background: url("/local/templates/moszabor/css/img/arrow-btn.svg") no-repeat
    right center;
}

body .btn--black:hover {
  color: #fff;
  background: #232323;
}

body .btn--black:hover span {
  background: url("/local/templates/moszabor/css/img/arrow-btn.svg") no-repeat
    right center;
}

body .btn--dark {
  color: #fff;
  background: #232323;
}

body .btn--dark:hover {
  color: #fff;
  background: #7b2019;
}

body .btn--dark:hover span {
  background: url("/local/templates/moszabor/css/img/arrow-btn.svg") no-repeat
    right center;
}

body .btn--fw {
  width: 100%;
}

.dots {
  z-index: 2;
}

.dots ul {
  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;
  list-style: none;
}

.dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
}

.dots li:last-child {
  margin-right: 0;
}

.dots .slick-active button {
  width: 12px;
  border-radius: 4px;
  background: #7b2019;
}

.dots button {
  width: 6px;
  height: 6px;
  padding: 0;
  font-size: 0;
  color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  border: 0;
  background: rgba(123, 32, 25, 0.25);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.construction__block {
  background-color: #f5f5f5;
  padding: 20px;
}

.construction__item::before {
  display: none !important;
}

.construction__item:not(:last-child) {
  margin-bottom: 5px;
}

.construction__img {
  margin-right: 40px;
  margin-left: 15px;
  float: left;
}

.construction__last-img {
  margin: 0 auto;
  text-align: center;
  float: none;
  width: 100%;
}

.h1,
h2.h1 {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 15px;
}

body .h3-title,
h2,
h3,
h1.h3-title.hnew {
  position: relative;
  font-size: 26px !important;
  line-height: 1.3;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: left;
}

body h1.h3-title {
  position: relative;
  font-size: 30px !important;
  line-height: 1.3;
  margin-bottom: 60px;
}

.question-text .h3-title {
  position: relative;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 35px;
}

body h1.h3-title:after,
h2.h3-title:after,
h3.h3-title:after,
h2:after,
h3:after,
.h3-title:after {
  display: block;
  position: absolute;
  content: "";
  width: 45px;
  height: 3px;
  bottom: -10px;
  left: 0;
 /* background: #7b2019;*/
}

body h1.h3-title-articles:after,
h2.h3-title-articles:after,
h3.h3-title-articles:after {
  display: none;
}

body h1.h3-title:before,
h2.h3-title:before,
h3.h3-title:before,
.h3-title:before {
  display: block;
  position: absolute;
  content: attr(data-title);
  top: -25px;
  left: 5px;
  font-size: 0px;
  color: rgb(118 118 118 / 0%);
}

.h4 {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 20px;
}

.link {
  font-size: inherit;
  color: #7b2019;
  text-decoration: underline;
}

.link:hover {
  text-decoration: none;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tooltip {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  line-height: 14px !important;
  text-align: center;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  background: #7b2019;
  margin-left: 5px;
  cursor: help;
}

.last-section {
  margin-bottom: -100px;
}

.gray {
  color: #ccc;
}

.text {
  line-height: 1.5;
  margin-bottom: 30px;
}

.text:last-child {
  margin-bottom: 0;
}

.header-top {
  padding: 10px 0;
  background: rgba(118, 118, 118, 0.15);
}

.header-top .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top__link {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}

.header-top__link.active {
  text-decoration: underline;
  color: #7b2019;
}

.header-middle .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hamburger {
  display: none;
  width: 24px;
  height: 18px;
  cursor: pointer;
  background: url("/local/templates/moszabor/css/img/hamburger.svg") no-repeat
    center center/contain;
}

.hamburger.active {
  background: url("/local/templates/moszabor/css/img/close.svg") no-repeat
    center center/contain;
}

.header-logo {
  width: auto;
}

.header-logo img {
  width: auto;
}

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

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

.header-middle__content-item {
  position: relative;
}

.header-middle__content-arrow {
  width: 12px;
  height: 6px;
  background: url("/local/templates/moszabor/css/img/arrow-down.svg") no-repeat
    center center/contain;
  margin-left: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header-middle__content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-middle__content-ico {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.header-middle__content-ico img {
  width: 100%;
}

.header-middle__content-title {
  height: 100%;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}

.header-middle__content-title .work_time {
  display: block;
  font-weight: 400;
  font-size: 10px;
  margin-top: 5px;
}

.header-middle__content-hidden {
  display: none;
  position: absolute;
  left: 0;
  top: 69px;
  width: 240px;
  border: 1px solid #d8d8d8;
  background: #fff;
  z-index: 2;
}

.header-middle__content-hidden__item {
  list-style: none;
}

.header-middle__content-link {
  display: block;
  line-height: 30px;
  padding-left: 20px;
  color: #767676;
  font-size: 15px;
  text-decoration: none;
}

.header-middle__content-link:hover {
  background: #fafafa;
}

.header-middle__content-item__separator {
  width: 1px;
  height: 45px;
  background: #d8d8d8;
  margin: 0 30px;
}

.calling-specialist {
  height: 46px;
  line-height: 46px;
  padding: 0 20px 0 54px;
  color: #fff;
  font-weight: 500;
  border-radius: 30px;
  background: #7b2019 no-repeat 20px center;
  margin-left: 80px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.calling-specialist:hover {
  color: #fff;
  background: #232323 no-repeat 20px center;
}

.calling-specialist:first-child {
  margin-bottom: 5px;
}

.calling-specialist_callback {
  background: #7b2019 url(/local/templates/moszabor/css/img/callback.png) 12%
    center / 25px no-repeat;
}

.calling-specialist_callback:hover {
  background: #232323 url(/local/templates/moszabor/css/img/callback.png) 12%
    center / 25px no-repeat;
}

body .header-middle_position_fixed {
  padding: 15px 0 10px;
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
}

.header-middle_position_fixed .calling-specialist_callback {
  display: none;
}

.header-middle_position_fixed .calling-specialist:first-child {
  margin-bottom: 0;
}

.header-middle__content-buttons {
  margin-left: 80px;
}

.header-bottom {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #d8d8d8;
}

.header-menu__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header-menu__link.active {
  color: #7b2019;
  box-shadow: 0 -5px 0 0 #7b2019 inset;
}

.header-menu__item:hover .header-menu__link {
  color: #7b2019;
  -webkit-box-shadow: 0 -5px 0 0 #7b2019 inset;
  box-shadow: 0 -5px 0 0 #7b2019 inset;
}

.header-menu__item:hover .header-menu__dd {
  display: block;
}

.header-menu__link {
  display: block;
  height: 68px;
  line-height: 68px;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  color: #7b2019 !important;
}

.header-menu__dd {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 50px 0;
  border-top: 1px solid #d8d8d8;
  background: #fff;
  z-index: 3;
}

.header-menu__dd .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-menu__dd ul {
  list-style: none;
}

.header-menu__dd-item:nth-child(1) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 30px;
}

.header-menu__dd-item:nth-child(2) {
  width: 270px;
}

.header-menu__dd-title {
  padding-bottom: 10px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  color: #767676;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 30px;
}

.header-menu__dd-list {
  margin-bottom: 40px;
}

.header-menu__dd-list:last-child {
  margin-bottom: 0;
}

.header-menu__dd-list .header-menu__dd-list__item {
  margin-bottom: 20px;
  text-align: center;
}

.header-menu__dd-list .header-menu__dd-list__item:last-child {
  margin-bottom: 0;
}

.header-menu__dd-list .header-menu__dd-list__item a {
  font-weight: 600;
  text-decoration: none;
}

.header-menu__dd-list .header-menu__dd-list__item a:hover {
  color: #7b2019;
}

.header-menu__dd-list .header-menu__dd-list__inner li {
  padding-left: 20px;
  margin-top: 15px;
}

.header-menu__dd-list .header-menu__dd-list__inner a {
  font-weight: 400;
  font-size: 14px;
  color: #4a4a4a;
}

.header-menu__dd-list--column {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 74px;
  left: 0;
  width: 100%;
  height: calc(100vh - 74px);
  padding-bottom: 100px;
  background: #fff;
  overflow-y: auto;
  z-index: 750;
}

.mobile-menu__nav {
  padding: 15px 0;
  -webkit-box-shadow: 2px 1px 8px 0 rgba(0, 0, 0, 0.1) inset,
    2px -1px 8px 0 rgba(0, 0, 0, 0.1) inset;
  box-shadow: 2px 1px 8px 0 rgba(0, 0, 0, 0.1) inset,
    2px -1px 8px 0 rgba(0, 0, 0, 0.1) inset;
  background: rgba(118, 118, 118, 0.15);
}

.mobile-menu__nav-link {
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
}

.mobile-menu__inner {
  margin-bottom: 30px;
}

.mobile-menu__dd-item,
.mobile-menu__dd-link {
  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;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
}

.mobile-menu__dd-item img,
.mobile-menu__dd-link img {
  margin-right: 15px;
}

.mobile-menu__dd-open {
  width: 40px;
  height: 40px;
  background: url("/local/templates/moszabor/css/img/arrow-down.svg") no-repeat
    center center/13px;
}

.mobile-menu__dd-hidden {
  display: none;
  margin-top: 10px;
}

.mobile-menu__dd-hidden-link {
  display: block;
  line-height: 30px;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
}

.mobile-calling-specialist {
  width: 216px;
  height: 46px;
  line-height: 46px;
  padding-left: 50px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  border-radius: 30px;
  background: #7b2019 no-repeat 15px center;
  margin: 0 auto 40px;
}

.mobile-menu__item {
  margin-bottom: 20px;
}

.mobile-menu__item-title {
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-weight: 500;
  color: #000;
  background: #fafafa;
  border-bottom: 1px solid #d8d8d8;
}

.mobile-menu__item-title.active {
  color: #fff;
  background: #7b2019;
  border-color: #7b2019;
}

.mobile-menu__item-title.active:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background: url("/local/templates/moszabor/css/img/arrow-down--white.svg")
    no-repeat center center/14px;
}

.mobile-menu__item-title:before {
  display: block;
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  background: url("/local/templates/moszabor/css/img/arrow-down.svg") no-repeat
    center center/14px;
}

.mobile-menu__item-hidden {
  display: block;
  padding: 40px 20px;
}

.mobile-menu__item-hidden li {
  list-style: none;
}

.footer {
  color: #fff;
  background: dimgray;
}

.footer .btn {
  margin-top: 24px;
}

.footer img {
  display: block;
  max-width: 100%;
  margin-bottom: 10px;
}

.footer-logo {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 24px;
}

.footer-logo img {
  width: 100%;
}

.footer-top {
  padding: 25px 0;
  border-bottom: 1px solid rgba(118, 118, 118, 1);
}

.footer-top .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-top__link {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 30px;
  line-height: 30px;
  color: #d8d8d8;
  text-decoration: none;
  text-align: center;
  border-right: 1px solid rgba(118, 118, 118, 0.25);
}

.footer-top__link:last-child {
  border: 0;
}

.footer-bottom {
  padding: 25px 0;
  background: #808080;
}

.footer-bottom .wrap {
  position: relative;
}

.footer-copy {
  max-width: 970px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 auto;
}

.scroll-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 46px;
  height: 46px;
  border-radius: 10%;
  background: #7b2019 url("/local/templates/moszabor/css/img/scroll-top.svg")
    no-repeat center center;
  margin-top: -23px;
  cursor: pointer;
}

.footer-middle {
  margin: 0;
}

.footer-middle div.wrap {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-link {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.active_footer,
.footer-link:hover,
.footer-top__link:hover {
  text-decoration: underline;
  text-decoration-color: #fff;
}

.footer-ico-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 10px;
}

.footer-ico-item__ico {
  min-width: 40px;
}

.footer-ico-item__ico img {
  max-width: 100%;
}

.footer-ico-item:last-child {
  display: flex;
  flex-wrap: wrap;
}

.footer-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-top: 12px;
  margin-bottom: 30px;
}

.sitemap {
  color: #fff;
}

.sitemap:hover {
  text-decoration: unset;
}

.footer-list {
  list-style: none;
}

.footer-list__item {
  margin-bottom: 25px;
}

.footer-list__item:last-child {
  margin-bottom: 0;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  z-index: 1010;
  overflow-y: auto;
}

.modal textarea {
  margin: 30px 0;
  border: 1px solid #d8d8d8;
}

.modal .btn {
  width: 100%;
}

.modal-block {
  position: relative;
  top: 10%;
  left: 50%;
  width: 570px;
  padding: 60px 30px 50px;
  background: #fff;
  margin-left: -285px;
}

.modal-close {
  position: absolute;
  cursor: pointer;
  top: 30px;
  right: 30px;
  width: 18px;
  height: 18px;
  background: url("/local/templates/moszabor/css/img/close.svg") no-repeat
    center center/contain;
}

.modal-title {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.modal-text {
  font-size: 15px;
  color: #767676;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 30px;
}

.wrap-slider {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.wrap-slider .slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap-slider .wrap {
  position: relative;
}

.wrap-slider .dots {
  position: absolute;
  top: 0;
  right: 50px;
  height: 365px;
}

.wrap-slider .dots ul {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrap-slider .dots li {
  margin-right: 0;
  margin-bottom: 15px;
}

.wrap-slider .dots li:last-child {
  margin-bottom: 0;
}

.wrap-slider .dots .slick-active button {
  background: #7b2019;
}

.wrap-slider .dots button {
  background: rgba(255, 255, 255, 0.6);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 130px;
  right: 0;
  z-index: 2;
}

.slider-arrows .prev,
.slider-arrows .next {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: url("/local/templates/moszabor/css/img/arrow-slider.svg")
    no-repeat center center;
  margin-right: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slider-arrows .prev:hover,
.slider-arrows .next:hover {
  border-color: #7b2019;
  background: #7b2019 url("/local/templates/moszabor/css/img/arrow-slider.svg")
    no-repeat center center;
}

.slider-arrows .prev:last-child,
.slider-arrows .next:last-child {
  margin-right: 0;
}

.slider-arrows .next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider-section {
  height: 365px;
  position: relative;
  overflow: hidden;
}

.slider {
  height: 365px;
  overflow: hidden;
}

.slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 365px;
  color: #fff;
  background-size: cover;
  background-position: center;
}

.slide:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

.slider-price {
  font-size: 36px;
  color: #d8d8d8;
  margin-bottom: 25px;
  text-shadow: 2px 2px 0 #000;
}

.slider-title {
  max-width: 520px;
  font-size: 50px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

.slider-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-btns__item {
  list-style: none;
  margin-right: 30px;
}

.slider-btns__item:last-child {
  margin-right: 0;
}

.tab-block__item {
  display: none;
}

.tab-block__item *:not(.btn) {
  line-height: 1.6;
}

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

.wrap-tabs--green .tab-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 0 1px #d8d8d8 inset;
  box-shadow: 0 0 0 1px #d8d8d8 inset;
  margin-bottom: 50px;
}

.wrap-tabs--green .tab-link__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-weight: 500;
  border-radius: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.color-palette .wrap-tabs--green .tab-link__item {
  line-height: 35px !important;
}

.wrap-tabs--green .tab-link__item.active {
  color: #fff;
  background: #7b2019;
}

.select {
  position: relative;
}

.selected {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 46px;
  padding: 0 35px 0 20px;
  border-radius: 30px;
  border: 1px solid #d8d8d8;
  background: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selected:before {
  display: block;
  position: absolute;
  right: 20px;
  content: "";
  width: 12px;
  height: 12px;
  background: url("/local/templates/moszabor/css/img/arrow-down.svg") no-repeat
    center center/contain;
}

.selected.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.selected.active:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.selected-text {
  position: relative;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.select-options {
  display: none;
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  max-width: inherit;
  min-width: 170px;
  border: 1px solid #d8d8d8;
  background: #fff;
  z-index: 3;
}

.select-option {
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select-option:hover {
  background: #fafafa;
}

.select-option input {
  display: none;
}

.calculator-section {
  padding: 50px 0 50px;
  background: #fafafa;
}

.wrap-calculator {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.calculator,
.calculator-bottom {
  float: left;
  width: 570px;
}

.calculator-bottom {
  padding-top: 25px;
  border-top: 1px solid #d8d8d8;
}

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

.calculator-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 25px;
}

.calculator-col {
  width: calc(50% - 15px);
}

.calculator-col.calc-show-more {
  display: flex;
  align-items: flex-end;
}

.calculator-col.calc-show-more > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  height: 46px;
  border-radius: 30px;
  border: 1px solid #7b2019;
  overflow: hidden;
  color: #7b2019;
  align-items: center;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.calculator-col.calc-show-more > span:hover {
  border: 1px solid #000;
  color: #fff;
  background-color: #000;
}

.hide {
  display: none !important;
}

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

.calculator-tip {
  width: 14px;
  height: 14px;
  line-height: 15px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  border-radius: 50%;
  background: #7b2019;
  margin-left: 5px;
  cursor: help;
}

.calculator__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 46px;
  border-radius: 30px;
  border: 1px solid #d8d8d8;
  overflow: hidden;
  background: #fff;
}

.calculator__input input {
  max-width: 120px;
  height: 46px;
  line-height: 46px;
  padding-left: 20px;
  padding: 0 20px;
  font-size: 15px;
}

.input,
textarea {
  display: block;
  width: 100%;
  height: 46px;
  line-height: 44px;
  padding: 0 20px;
  font-size: 15px;
  border-radius: 30px;
  border: 1px solid #d8d8d8;
}

textarea {
  height: 150px;
  padding: 20px;
  border-radius: 20px;
  line-height: 1.2;
}

.calculator__input-title {
  height: 46px;
  line-height: 44px !important;
  padding: 0 25px;
  font-size: 15px;
  color: #767676;
  border-left: 1px solid #d8d8d8;
  background: rgba(216, 216, 216, 0.3);
}

.calculator-radio {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}

.calculator-radio:last-child {
  margin-right: 0;
}

.calculator-radio input {
  display: none;
}

.calculator-radio label {
  display: block;
  width: 46px;
  height: 46px;
  line-height: 44px !important;
  text-align: center;
  color: #d8d8d8;
  font-size: 15px;
  font-weight: 500;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
  background: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.calculator-radio input[type="radio"]:checked + label {
  color: #fff;
  border-color: #7b2019;
  background: #7b2019;
}

.wrap-checkbox {
  margin-bottom: 15px;
}

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

.wrap-checkbox input {
  display: none;
}

.wrap-checkbox label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  font-size: 15px;
  line-height: 1.2;
  color: #767676;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wrap-checkbox label:before {
  display: block;
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  border: 1px solid #d8d8d8;
  background: #fff;
}

.wrap-checkbox input[type="checkbox"]:checked + label:before {
  border-color: #7b2019;
  background: #7b2019 url("/local/templates/moszabor/css/img/tick.svg")
    no-repeat center center/10px;
}

.fw {
  width: 100%;
}

.calculator-total {
  float: right;
  width: calc(100% - 600px);
  padding: 45px 40px 30px;
  -webkit-box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
  box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
  background: #fff;
  height: 100%;
  margin-bottom: 25px;
}

.calculator-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.calculator-bottom__left {
  width: 570px;
}

.calculator-bottom__right {
  width: calc(100% - 600px);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 25px;
}

.calculator-bottom__right .buttons {
  width: 100%;
  max-width: 230px;
}

.calculator-bottom__right .privacy__block {
  font-size: 14px;
  color: #8d8d8d;
  padding-top: 0;
  text-align: left;
}

.calculator-bottom__right .privacy__block a {
  color: #7b2019;
  text-decoration: none;
}

.calculator-bottom__right .privacy__block a:hover {
  text-decoration: underline;
}

.calculator-total__wrap-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 35px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 35px;
}

.calculator-total__price-title {
  font-size: 18px;
  color: #4a4a4a;
  margin-bottom: 10px;
}

.calculator-total__price-total {
  font-size: 24px;
  font-weight: 700;
}

.calculator-total__print {
  display: inline-block;
  vertical-align: top;
  line-height: 22px;
  color: #7b2019;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.calculator-total__print-btn {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  background: url("/local/templates/moszabor/css/img/print.svg") no-repeat left
    center/contain;
}

.calculator-total__print-btn span {
  text-decoration: underline;
}

.calculator-total__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 35px;
}

.calculator-total__numbers-item {
  margin-bottom: 35px;
  margin-right: 110px;
}

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

.calculator-total__numbers-title {
  font-size: 18px;
  line-height: 1.4;
  color: #4a4a4a;
  margin-bottom: 5px;
}

.calculator-total__numbers-price {
  font-size: 24px;
  color: #7b2019;
}

.calculator-total__table {
  width: 100%;
}

.calculator-total__table td {
  padding-bottom: 20px;
}

.calculator-total__table td:nth-child(1) {
  padding-right: 50px;
  line-height: 1.2;
}

.calculator-total__table td:nth-child(2) {
  width: 160px;
  color: #232323;
  font-weight: 500;
}

.advantages-section {
  position: relative;
  max-width: 1440px;
  padding: 90px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.advantages-section:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

.wrap-advantages-slider {
  position: relative;
}

.wrap-advantages-slider .prev,
.wrap-advantages-slider .next {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  border: 1px solid #767676;
  border-radius: 50%;
  margin-top: -18px;
  background: url("/local/templates/moszabor/css/img/arrow-slider.svg")
    no-repeat center center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2;
}

.wrap-advantages-slider .prev:hover,
.wrap-advantages-slider .next:hover {
  border-color: #7b2019;
  background: #7b2019 url("/local/templates/moszabor/css/img/arrow-slider.svg")
    no-repeat center center;
}

.wrap-advantages-slider .prev {
  left: 50px;
}
.wrap-advantages-slider .next {
  right: 50px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.advantages-slider {
  position: relative;
  color: #fff;
  text-align: center;
  z-index: 1;
}

.advantages-ico {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto 20px;
}

.advantages-title {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.advantages-text {
  font-size: 15px;
  font-weight: 500;
  color: #9b9b9b;
  text-transform: uppercase;
}

.news-section {
  padding: 50px 0 50px;
  background: #fafafa;
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

.section-title .h3-title,
.section-title .btn {
  margin-bottom: 15px;
}

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

.wrap-tabs--news .tab-links {
  max-width: 370px;
  margin-right: 20px;
}

.wrap-tabs--news .tab-link__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #d8d8d8;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wrap-tabs--news .tab-link__item:last-child {
  border: 0;
}

.wrap-tabs--news .tab-link__item.active {
  background: #fff;
}

.wrap-tabs--news .tab-blocks {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 670px;
}

.wrap-tabs--news .tab-block__item {
  width: 100%;
  padding: 40px;
  -webkit-box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
  box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
  background: #fff;
}

.news-dates__item-date {
  width: 70px;
  text-align: center;
}

.news-dates__item-day {
  font-size: 48px;
  font-weight: 500;
  color: #cacaca;
}

.news-dates__item-mounth {
  color: #7b2019;
  font-size: 15px;
  font-weight: 500;
}

.news-dates__item-title {
  padding-left: 20px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.news-slide__date {
  color: #9b9b9b;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

.news-slide__title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 10px;
}

.news-slide__text {
  font-size: 14px;
  line-height: 1.5;
}

.project {
  margin-bottom: 50px;
}

.projects-section {
  padding-top: 50px;
}

.projects-section--mb {
  margin-bottom: 80px;
}

.wrap-tabs--projects .tab-links {
  position: relative;
  -webkit-box-shadow: 0 -1px 0 0 #d8d8d8 inset;
  box-shadow: 0 -1px 0 0 #d8d8d8 inset;
  margin-bottom: 50px;
}

.wrap-tabs--projects .tab-links .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap-tabs--projects .tab-links .tab-link__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  padding-bottom: 15px;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}

.wrap-tabs--projects .tab-links .tab-link__item223 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  padding-bottom: 15px;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}

.wrap-tabs--projects .tab-links .tab-link__item.active {
  color: #7b2019;
  -webkit-box-shadow: 0 -3px 0 0 #000 inset;
  box-shadow: 0 -3px 0 0 #000 inset;
}

.wrap-tabs--projects .tab-links .tab-link__item223.active {
  color: #7b2019;
  -webkit-box-shadow: 0 -3px 0 0 #000 inset;
  box-shadow: 0 -3px 0 0 #000 inset;
}

.tab-link__item:hover,
.tab-link__item223:hover {
  color: #7b2019;
  -webkit-box-shadow: 0 -3px 0 0 #000 inset;
  box-shadow: 0 -3px 0 0 #000 inset;
}

.wrap-tabs--projects .tab-blocks {
  max-width: 1170px;
  margin: 0 auto;
}

.projects-slide__date-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 22px;
}

.projects-slide__date {
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 500;
}

.wrap-projects-slider {
  position: relative;
  margin-bottom: 0;
}

.wrap-projects-slider + div {
  margin-top: 50px;
  margin-bottom: 0;
}

.wrap-projects-slider .prev,
.wrap-projects-slider .next {
  position: absolute;
  top: 46%;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #7b2019 url("/local/templates/moszabor/css/img/arrow-slider.svg")
    no-repeat center center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2;
}

.wrap-projects-slider .prev:hover,
.wrap-projects-slider .next:hover {
  background: #000 url("/local/templates/moszabor/css/img/arrow-slider.svg")
    no-repeat center center;
}

.wrap-projects-slider .prev {
  left: 50px;
}

.wrap-projects-slider .next {
  right: 50px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.projects-slide {
  text-decoration: none;
}

.projects-slide:hover .projects-slide__img:before,
.projects-slide:hover .projects-slide__img:after {
  display: block;
}

.projects-slide:hover .projects-slide__title {
  color: #7b2019;
}

.projects-slide__img {
  position: relative;
  height: 245px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.projects-slide__img:before {
  display: none;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(123, 32, 25, 0.8);
}

.projects-slide__img:after {
  display: none;
  position: absolute;
  content: "";
  width: 46px;
  height: 46px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background: #fff url("/local/templates/moszabor/css/img/arrow-green.svg")
    no-repeat center center;
  margin-top: -23px;
  margin-left: -23px;
}

.projects-slide__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.slide--discount {
  position: relative;
}

.slide--discount .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.slide--discount .slider-title {
  max-width: 750px;
  margin-bottom: 30px;
}

.slider-sub-title {
  font-size: 36px;
  color: #d8d8d8;
  margin-bottom: 50px;
}

.slider-provided {
  position: absolute;
  bottom: 40px;
  left: 15px;
  font-size: 18px;
  line-height: 1.2;
  margin-top: 150px;
}

.share-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  overflow: hidden;
  z-index: 3;
}

.share-label:before {
  display: block;
  position: absolute;
  content: attr(title);
  width: 250px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  top: -60px;
  left: -135px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: #7b2019;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.discount {
  margin-top: 80px;
}

.discount-item {
  position: relative;
  padding-top: 100%;
}

.discount-item:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.45);
}

.discount-item__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 100px 35px 10px;
  color: #fff;
  z-index: 2;
}

.discount-item__title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.discount-item__sub-title {
  color: #d8d8d8;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
}

.discount-item-provided {
  margin-top: 40px;
}

.paginator {
  text-align: center;
  margin-top: 80px;
}

.paginator-link,
.paginator-separator,
.paginator-last {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  line-height: 30px;
  color: #d8d8d8;
  font-size: 15px;
  font-weight: 500;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
  text-decoration: none;
  margin-right: 10px;
}

.paginator-link span {
  line-height: 30px;
}

.paginator-link:last-child,
.paginator-separator:last-child,
.paginator-last:last-child {
  margin-right: 0;
}

.paginator-link.active,
.paginator-separator.active,
.paginator-last.active {
  color: #fff;
  background: #7b2019;
  border-color: #7b2019;
}

.paginator-link:hover {
  color: #fff;
  background: #7b2019;
  border-color: #7b2019;
}

.paginator-last {
  font-size: 12px;
  color: #fff;
  background: #7b2019;
  border-color: #7b2019;
}

.page-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1440px;
  min-height: 110px;
  padding: 10px 0;
  color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto 40px;
}

.page-header:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.page-header .wrap {
  position: relative;
  text-align: center;
  z-index: 2;
}

.news-header {
  margin-bottom: 90px;
}

.news-header__date {
  font-size: 15px;
  font-weight: 500;
  color: #9b9b9b;
  margin-bottom: 10px;
}

.news-header__title {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 30px;
}

body div.news-header__sub-title {
  font-size: 16px;
  line-height: 20px;
  color: #000;
}

body div.news-header__sub-title p {
  font-size: 16px;
  line-height: 20px;
  color: #000;
}

body div.news-header__sub-title a {
  font-weight: 500;
  margin-left: 5px;
}

.news-item {
  height: 100%;
  padding: 40px;
  -webkit-box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
  box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
  background: #fff;
}

.news-item__date {
  font-size: 15px;
  font-weight: 500;
  color: #9b9b9b;
  margin-bottom: 15px;
}

.news-item__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

body div.news-item__text {
  font-size: 16px;
  line-height: 20px;
  color: #000;
}

body div.news-item__text p {
  font-size: 16px;
  line-height: 20px;
  color: #000;
}

.news-item__text a {
  font-weight: 500;
}

.news-acrticle__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.news-acrticle__header a {
  color: #fff !important;
}

.news-acrticle__header-inner .h3-title {
  margin-bottom: 30px;
}

.news-acrticle__header-text {
  color: #7b2019;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}

.news-acrticle__date {
  font-size: 15px;
  font-weight: 500;
  color: #9b9b9b;
  margin-bottom: 30px;
}

.news-acrticle__body p,
.news-acrticle__body ul,
.news-acrticle__body li {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin: 0;
  padding: 0;
}

.news-acrticle__body p {
  padding-top: 10px;
  padding-bottom: 10px;
}

.news-acrticle__body ul {
  list-style: none;
}

.news-acrticle__body li {
  position: relative;
  padding-left: 22px;
}

.news-acrticle__body li:before {
  display: block;
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 50%;
  left: 0;
  background: url("/local/templates/moszabor/css/img/tick-green.svg") no-repeat
    center center/contain;
  margin-top: -9px;
}

.wrap-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts-slider {
  margin-bottom: 40px;
}

.wrap-contacts-slider,
.contacts-map {
  width: calc(50% - 15px);
}

.contacts-map {
  position: relative;
  height: 570px;
}

.contacts-map iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
  border: 0;
}

.contacts-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-bottom: 50px;
  flex-direction: column;
}

.contacts-city {
  padding-right: 15px;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.contacts-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.contacts-arrows .prev,
.contacts-arrows .next {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
  cursor: pointer;
  background: url("/local/templates/moszabor/css/img/arrow-gray.svg") no-repeat
    center center;
}

.contacts-arrows .next {
  margin-left: 15px;
}

.contacts-slide__item {
  margin-bottom: 0;
}

.contacts-slide__item-header {
  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;
  margin-bottom: 15px;
}

.contacts-slide__item-header .link {
  font-weight: 500;
}

.contacts-slide__item-title {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
}

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

.contacts-slide__item-discription {
  max-width: 400px;
  padding-left: 35px;
  color: #767676;
  margin-bottom: 20px;
}

.contacts-slide__item-discription:last-child {
  margin-bottom: 0;
}

.contacts-slide__item-discription a {
  font-weight: 500;
  line-height: 1.6;
}

.contacts-slide__item-discription p {
  font-size: 14px;
  line-height: 1.6;
}

/* .contacts-slide__item-discription--adress {
  background: url("/local/templates/moszabor/css/img/marker.svg") no-repeat left
    center;
}
.contacts-slide__item-discription--phone {
  background: url("/local/templates/moszabor/css/img/phone.svg") no-repeat left
    center;
}
.contacts-slide__item-discription--time {
  background: url("/local/templates/moszabor/css/img/clock.svg") no-repeat left
    center;
} */

.question {
  padding: 80px 0;
  background: rgba(216, 216, 216, 0.15);
  margin-top: 80px;
}

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

.question .btn {
  margin-top: 30px;
}

.question--green {
  color: #fff;
  background: -webkit-linear-gradient(
    180deg,
    rgb(125, 32, 25),
    rgb(161, 79, 72) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    rgb(125, 32, 25),
    rgb(161, 79, 72) 100%
  );
  background: linear-gradient(180deg, rgb(125, 32, 25), rgb(161, 79, 72) 100%);
  margin-top: 0;
}

.question--green .h3-title:before {
  color: rgba(255, 255, 255, 0.2);
}

.question--green .h3-title:after {
  display: block;
  position: absolute;
  content: "";
  width: 45px;
  height: 3px;
  bottom: -10px;
  left: 0;
  background: #fff;
}

.question--green .h3-title:after {
  display: block;
  position: absolute;
  content: "";
  width: 45px;
  height: 3px;
  bottom: -10px;
  left: 0;
  background: #fff0;
}

.question-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 15px;
}

.question-form {
  width: 570px;
}

.photos-item {
  position: relative;
  height: 350px;
  padding: 40px;
  text-decoration: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}

.photos-item:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.photos-item__inner {
  position: relative;
  height: 100%;
  color: #fff;
  z-index: 2;
}

.photos-item__date {
  font-weight: 500;
  color: #d8d8d8;
  margin-bottom: 50px;
}

.photos-item__wrap-title {
  position: relative;
  padding-right: 50px;
}

.photos-item__title {
  padding-left: 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2 !important;
  background: url("/local/templates/moszabor/css/img/marker.svg") no-repeat left
    center;
  margin-bottom: 15px;
}

.photos-item__discription {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #d8d8d8;
  padding-left: 30px;
}

.photos-item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.photos-item__bottom-item {
  width: 33.333333%;
  padding: 5px 0 5px 30px;
  border-right: 1px solid rgba(250, 250, 250, 0.4);
}

.photos-item__bottom-title {
  color: #d8d8d8;
  margin-bottom: 5px;
}

.photos-item__bottom-info {
  font-size: 15px;
  font-weight: 500;
}

.project-slider__main {
  margin-bottom: 30px;
}

.project-slider__main-slide {
  position: relative;
  height: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.project-slider__comment {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 245px;
  padding: 25px 20px;
  -webkit-box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
  box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
  background: #fff;
}

.project-slider__comment-title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 5px;
}

.project-slider__comment-stars {
  color: #7b2019;
  font-size: 16px;
  margin-bottom: 20px;
}

.project-slider__comment-text {
  color: #767676;
  font-size: 14px;
  line-height: 1.5;
}

.project-slider__comment-text a {
  font-weight: 500;
}

.project-slider__comment-name {
  padding-top: 20px;
  font-size: 14px;
  font-weight: 700;
  border-top: 1px solid #d8d8d8;
  margin-top: 20px;
}

.wrap-project-slider {
  position: relative;
}

.wrap-project-slider__thumbs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap-project-slider__thumbs .prev,
.wrap-project-slider__thumbs .next {
  position: static;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #7b2019 url("/local/templates/moszabor/css/img/arrow-slider.svg")
    no-repeat center center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2;
}

.wrap-project-slider__thumbs .prev:hover,
.wrap-project-slider__thumbs .next:hover {
  background: #000 url("/local/templates/moszabor/css/img/arrow-slider.svg")
    no-repeat center center;
}

.main_project .wrap-project-slider__thumbs {
  position: static;
}

.wrap-project-slider {
  position: relative;
}

.main_project .wrap-project-slider__thumbs .next {
  background-image: url("/local/templates/moszabor/css/img/arrow-slider-right.svg");
}

.main_project .wrap-project-slider__thumbs .next:before {
  right: 20px;
  left: auto;
  background-image: url("/local/templates/moszabor/css/img/arrow-slider-right.svg");
}

.main_project .wrap-project-slider__thumbs .next {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.project-slider__thumbs {
  display: none;
}

.project-slider__thumbs.slick-initialized {
  display: block;
}

.project-slider__thumbs {
  position: static;
}

.wrap-project-slider__thumbs .next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.project-slider__thumbs {
  width: calc(100% - 70px);
}

.project-slider__thumb-slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 15px;
  cursor: pointer;
}

.project-discription {
  margin-bottom: 80px;
}

.project-discription__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px;
}

.project-discription__inner:last-child {
  padding: 0;
  margin: 0;
  border: 0;
}

.project-discription__item {
  width: 33.333333%;
}

.project-discription__title {
  color: #767676;
  line-height: 1.2;
}

.project-discription__info {
  padding-right: 30px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
}

.another-projects {
  padding: 70px 0;
  background: rgba(216, 216, 216, 0.2);
}

.another-projects .wrap-projects-slider:before,
.another-projects .wrap-projects-slider:after {
  display: none;
}

.comparison {
  margin-bottom: 80px;
}

.comparison__title {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 30px;
}

.comparative-table {
  -webkit-box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
  box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
}

.comparative-table thead {
  color: #fff;
  background: #232323;
}

.comparative-table thead td {
  font-weight: 500;
  text-align: center;
  color: #fff;
  opacity: 0.8;
}

.comparative-table td {
  height: 65px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 1.2;
  color: #767676;
  border: 1px solid #d8d8d8;
}

.comparative-table td:nth-child(1) {
  width: 15%;
}

.checked-td {
  position: relative;
}

.checked-td:before {
  display: block;
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  background: url("/local/templates/moszabor/css/img/checked-td.svg") no-repeat
    center center/contain;
  margin-top: -12px;
  margin-left: -12px;
}

.product__item {
  margin-bottom: 30px;
}

.product__item:last-child {
  margin-bottom: 0;
}

.product__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
  box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
}

.product__header-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product__header-img {
  width: 170px;
  height: 170px;
  background-size: cover;
  background-position: center center;
}

.product__header-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 30px;
}

.product__header-price {
  color: #7b2019;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}

.product__header-title {
  font-size: 36px;
  line-height: 1.2 !important;
  font-weight: 700;
  margin-bottom: 15px;
}

.product__header-discription {
  color: #767676;
  font-size: 14px;
  line-height: 1.5;
  padding-right: 10px;
  padding-bottom: 10px;
}

.product__header-actions {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 270px;
  border-left: 1px solid #d8d8d8;
}

.product__open {
  position: relative;
  padding-right: 25px;
  font-weight: 500;
  color: #7b2019;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 20px;
}

.product__open:before {
  display: block;
  position: absolute;
  content: "";
  width: 12px;
  height: 6px;
  top: 3px;
  right: 0;
  background: url("/local/templates/moszabor/css/img/arrow-down-green.svg")
    no-repeat center center/contain;
}

.product__open.active {
  color: #767676;
}

.product__open.active:before {
  background: url("/local/templates/moszabor/css/img/arrow-down.svg") no-repeat
    center center/contain;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product__open.active span {
  border-bottom: 1px solid #767676;
}

.product__open span {
  border-bottom: 1px solid #7b2019;
}

.product__hidden {
  display: none;
  padding: 50px 0;
}

.product__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
}

.product__btns .btn {
  margin-right: 20px;
  margin-bottom: 20px;
}

.product__btns .btn:last-child {
  margin-right: 0;
}

.wrap-product-slider {
  position: relative;
}

.wrap-product-slider .prev,
.wrap-product-slider .next {
  position: absolute;
  top: 50%;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #7b2019 url("/local/templates/moszabor/css/img/arrow-slider.svg")
    no-repeat center center;
  margin-right: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: -16px;
  z-index: 1;
}

.wrap-product-slider .prev {
  left: 30px;
}

.wrap-product-slider .next {
  right: 30px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product-slide {
  height: 380px;
  background-size: cover;
  background-position: center center;
}

.all-product {
  margin-bottom: 80px;
}

.all-product ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.all-product ul li {
  margin-bottom: 20px;
}

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

.object-discription {
  margin-bottom: 50px;
}

.object-discription__item {
  margin-bottom: 30px;
}

.object-discription__item:last-child {
  margin-bottom: 0;
}

.object-discription__item-title {
  position: relative;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.object-discription__item-title:before {
  display: block;
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 0;
  right: 0;
  background: url("/local/templates/moszabor/css/img/arrow-down.svg") no-repeat
    center center/contain;
}

.object-discription__item-title.active {
  color: #7b2019;
}

.object-discription__item-title.active:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.object-discription__item-hidden {
  display: none;
  font-size: 15px;
  padding-top: 15px;
  padding-right: 20px;
}

.wrap-price-table {
  padding-bottom: 50px;
}

.price-table__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.price-table__header .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.price-table__header .prev,
.price-table__header .next {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #7b2019 url("/local/templates/moszabor/css/img/arrow-slider.svg")
    no-repeat center center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}

.price-table__header .prev:hover,
.price-table__header .next:hover {
  background: #000 url("/local/templates/moszabor/css/img/arrow-slider.svg")
    no-repeat center center;
  border: 2px solid #fff;
}

.price-table__header .next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 15px;
}

.price-table {
  width: 100%;
  font-size: 14px;
}

.price-table tr {
  border-bottom: 1px solid #d8d8d8;
}

.price-table tr:hover {
  background: #fafafa;
}

.price-table td {
  padding: 15px;
}

.price-table thead tr:hover {
  background: 0;
}

.price-table thead td {
  padding-top: 0;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.wrap-tabs--object .tab-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.wrap-tabs--object .tab-links .tab-link__item {
  width: auto;
}

.color-palette {
  padding: 40px;
  -webkit-box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
  box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
  background: #fff;
}

.color-palette__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 150px;
}

.color-palette__item {
  width: calc(33.333333% - 15px);
  height: 30px;
  line-height: 30px !important;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  border-radius: 30px;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  margin-bottom: 10px;
  margin-right: 10px;
  text-shadow: #666 1px 1px 0, #666 -1px -1px 0, #666 -1px 1px 0,
    #666 1px -1px 0;
}

.wrapper-items__price-page {
  position: relative;
  overflow: hidden;
}

.wrapper-items__price-page .cart-item-wrap {
  margin-right: 0;
}

.cart-item-wrap {
  margin-right: -20px;
}

.cart-item-wrap ul {
  list-style: disc inside;
}

.cart-item-wrap * {
  font-size: 16px;
  line-height: 1.6;
}

.cart-item-wrap .cart-item {
  width: calc(33.33333% - 20px);
  float: left;
  box-sizing: border-box;
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 30px;
  overflow: hidden;
  max-width: 350px;
  min-width: 340px;
}

.cart-item-wrap .cart-item .title {
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  display: table;
  background: #7b2019;
  width: 100%;
  text-decoration: none;
}

.cart-item-wrap .cart-item .title .title__aligner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  height: 60px;
}

.cart-item-wrap .cart-item .ici-01 a {
  height: 250px;
  background-size: cover;
  display: block;
}

.cart-item-wrap .cart-item .ici-02 .price {
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  display: block;
  background: #7b2019;
  text-decoration: none;
  padding: 20px;
  clear: both;
}

.cart-item-wrap .cart-item .ici-02 .cartItem__button_desktop {
  float: right;
  height: 46px;
  line-height: 46px;
  padding: 0 20px 0 20px;
  color: #fff;
  font-weight: 500;
  border-radius: 30px;
  background: #7b2019;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}

.cart-item-wrap .cart-item .ici-02 .cartItem__button_mobile {
  float: left;
  height: 46px;
  line-height: 46px;
  padding: 0 20px 0 54px;
  color: #fff;
  font-weight: 500;
  border-radius: 30px;
  background: #7b2019 no-repeat 20px center;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
}

.fixed_call {
  position: fixed;
  right: -255px;
  top: 50%;
  margin-top: -35px;
  width: 250px;
  box-sizing: border-box;
  padding: 10px 15px 10px 78px;
  background-size: 35px auto;
  border-radius: 8px;
  z-index: 100;
  color: #fff;
  cursor: pointer;
  transition: 0.3s right;
  -webkit-box-shadow: -1px 1px 4px 0 rgba(50, 50, 50, 0.59);
  -moz-box-shadow: -1px 1px 4px 0 rgba(50, 50, 50, 0.59);
  box-shadow: -1px 1px 4px 0 rgba(50, 50, 50, 0.59);
}

.fixed_call.active {
  right: 0;
}

.fixed_call:before {
  content: "";
  position: absolute;
  left: 63px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #018130;
}

.fixed_call .ah1 {
  display: block;
  margin-bottom: 0;
}

.fixed_call .ah2 b {
  font-size: 20px;
  font-weight: 500;
}

.hide_temp {
  display: none;
}

.question.question--green.last-section {
  margin-top: 50px;
  margin-bottom: 0;
}

.cart-item-wrap {
  padding-top: 20px;
}

.cart-item-wrap p {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cart-item-wrap h3 {
  margin-top: 20px;
}

.object-discription {
  padding-top: 20px;
}

.object-discription p {
  padding-top: 10px;
  padding-bottom: 10px;
}

.object-discription h3 {
  margin-top: 20px;
}

.video-center {
  overflow: hidden;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.video-center iframe {
  width: 100%;
  max-width: 560px;
  height: 315px;
  border-radius: 10px;
  border: 5px #7b2019 solid;
}

.yandex-informer {
  overflow: hidden;
  float: right;
  width: 88px;
  height: 31px;
  margin-top: 5px;
}

.mobile-telephone {
  display: none;
  width: 100%;
  padding-bottom: 10px;
  background: #fff;
}

.mobile-telephone-wrap {
  overflow: hidden;
  display: inline-block;
  padding-top: 18px;
}

.header-logo-mobile {
  display: none;
  margin-right: 10px;
}

.header-logo-mobile img {
  max-height: 35px;
}

.tab-block__item ul {
  padding-top: 5px;
  padding-bottom: 5px;
}

.tab-block__item ul li {
  position: relative;
  padding-left: 22px;
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

.tab-block__item ul li:before {
  display: block;
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 0;
  background: url("/local/templates/moszabor/css/img/tick-green.svg") no-repeat
    center center/contain;
  margin-top: 6px;
}

.object-discription ul {
  padding-top: 5px;
  padding-bottom: 5px;
}

.object-discription ul li,
.news-acrticle__body ul li {
  position: relative;
  padding-left: 22px;
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

.object-discription ul li:before,
.news-acrticle__body ul li:before {
  display: block;
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 0;
  background: url("/local/templates/moszabor/css/img/tick-green.svg") no-repeat
    center center/contain;
  margin-top: 6px;
}

.news-acrticle__body h3 {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
}

body div.news-acrticle__body p {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

body div.news-acrticle__body ul {
  margin: 0;
  padding: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.news-acrticle__body ul li {
  position: relative;
  padding-left: 22px;
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0;
  color: #000;
}

.news-acrticle__body ul li:before {
  display: block;
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 0;
  background: url("/local/templates/moszabor/css/img/tick-green.svg") no-repeat
    center center/contain;
  margin-top: -8px;
}

.wrap.text__page h2 {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
}

.wrap.text__page h3 {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
}

.wrap.text__page p {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.wrap.text__page ul {
  margin: 0;
  padding: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.wrap.text__page ul li {
  position: relative;
  padding-left: 22px;
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0;
  color: #000;
}

.wrap.text__page ul li:before {
  display: block;
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 0;
  background: url("/local/templates/moszabor/css/img/tick-green.svg") no-repeat
    center center/contain;
  margin-top: -8px;
}

.img-center-single {
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.img-center-single a {
  display: inline-block;
}

.img-center-single a img {
  width: 100%;
  max-width: 800px;
}

.mobile-menu-single {
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-weight: 500;
  color: #000;
  background: #fafafa;
  border-bottom: 1px solid #d8d8d8;
}

.mobile-menu-single a {
  display: block;
  text-decoration: none;
  height: 60px;
  line-height: 60px;
}

.mobile-menu-single a:hover {
  background: #7b2019;
  color: #fff;
}

.left-img-li {
  overflow: hidden;
  display: inline-block;
  float: left;
  margin-right: 20px;
  width: 100%;
  max-width: 360px;
  border: 5px #eee solid;
  border-radius: 10px;
}

.left-img-li img {
  width: 100%;
  height: auto;
}

.wrap-li-images {
  overflow: hidden;
  padding-top: 20px;
}

.wrap-li-images ul li {
  overflow: hidden;
}

.block_273 {
  min-height: 105px;
}

.mz_1 {
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.mz_1 a {
  display: inline-block;
  margin: 10px;
  width: 300px;
  height: 200px;
  overflow: hidden;
  border: 5px #eee solid;
  border-radius: 10px;
  position: relative;
}

.mz_1 a:hover {
  border: 5px #7b2019 solid;
}

.mz_1 a img {
  width: 300px;
  height: auto;
  min-height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
}

.mz_2 {
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.mz_3 {
  display: inline-block;
  margin: 4px;
  width: 275px;
  overflow: hidden;
  vertical-align: top;
}

.mz_4 {
  width: 280px;
  height: 370px;
  overflow: hidden;
}

.mz_4 a {
  display: inline-block;
  width: 280px;
  height: 370px;
  border: 5px #eee solid;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.mz_4 a img {
  width: 270px;
  height: auto;
  min-height: 370px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
}

.mz_4 a picture {
  width: 270px;
  height: auto;
  min-height: 370px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
}

.mz_4 a:hover {
  border: 5px #7b2019 solid;
}

.mz_5 {
  overflow: hidden;
  padding-top: 10px;
  font-size: 17px;
  line-height: 20px;
  min-height: 40px;
}

.mz_6 {
  overflow: hidden;
  padding: 20px;
  background: url("../../../../../../local/templates/main/images/mz_1.png") 20px
      center no-repeat,
    #eaeaea;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 100px;
  border-radius: 10px;
}

.mz_7 {
  overflow: hidden;
  text-align: center;
  padding: 10px;
}

.mz_7 a {
  display: inline-block;
  width: 300px;
  height: 400px;
  border: 5px #eee solid;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin: 10px;
}

.mz_7 a img {
  width: 290px;
  height: auto;
  min-height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
}

.mz_8 {
  overflow: hidden;
  width: 30px;
  height: 0;
  padding-top: 30px;
  background: url("../../../../../../local/templates/main/images/mz_2.png")
    center no-repeat;
  background-size: contain;
  text-indent: -9999px;
  display: inline-block;
  margin: 5px;
}

.mz_9 {
  overflow: hidden;
  width: 30px;
  height: 0;
  padding-top: 30px;
  background: url("../../../../../../local/templates/main/images/mz_3.png")
    center no-repeat;
  background-size: contain;
  text-indent: -9999px;
  display: inline-block;
  margin: 5px;
}

.mz_10 {
  padding-bottom: 0 !important;
}

.mz_11 {
  overflow: hidden;
  text-align: center;
  padding: 10px;
}

.mz_11 a {
  display: inline-block;
  width: 300px;
  height: 200px;
  border: 5px #eee solid;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin: 10px;
}

.mz_11 a img {
  width: 290px;
  height: auto;
  min-height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
}

.mz_12 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mz_12 tr th {
  padding-top: 0;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px;
}

.mz_12 tr th:nth-child(2) {
  white-space: nowrap;
}

.mz_12 tr th:nth-child(3) {
  white-space: nowrap;
}

.mz_12 tr th:nth-child(4) {
  white-space: nowrap;
}

.mz_12 tr td:nth-child(2) {
  text-align: center;
}

.mz_12 tr td:nth-child(3) {
  text-align: center;
}

.mz_12 tr td:nth-child(4) {
  text-align: center;
}

.mz_12 tr:nth-last-child(1) td {
  font-weight: 700;
}

.mz_12 tr td span.red {
  color: red;
}

.mz_12 tr td {
  line-height: 1.5;
}

.mz_13 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.mz_14 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mz_14 tr th {
  margin: 0;
  padding: 15px;
  border-top: 1px #d8d8d8 solid;
  background: #e4f2e9;
}

.mz_15 {
  display: block;
}

.mz_16 {
  padding-top: 20px;
}

.mz_18 {
  float: right;
  display: inline-block;
  border: 5px #eee solid;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.mz_18:hover {
  border: 5px #7b2019 solid;
}

.mz_19 {
  overflow: hidden;
  padding: 20px;
  border: 1px #7b2019 solid;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #eaeaea;
  border-radius: 10px;
}

.mz_20 {
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.mz_21 {
  display: inline-block;
  margin: 2px;
  width: 270px;
  overflow: hidden;
  vertical-align: top;
}

.mz_22 {
  width: 270px;
  height: 115px;
  overflow: hidden;
}

.mz_22 a {
  display: inline-block;
  width: 270px;
  height: 115px;
  border: 5px #fff solid;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.mz_22 a img {
  width: 260px;
  height: auto;
  min-height: 105px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
}

.mz_22 a:hover {
  border: 5px #7b2019 solid;
}

.mz_23 {
  overflow: hidden;
  padding-top: 10px;
  font-size: 17px;
  line-height: 20px;
  min-height: 40px;
}

.mz_24 {
  overflow: hidden;
  background: url("../../../../../../local/templates/main/images/mz_1.png") left
    center no-repeat;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 70px;
}

.mz_25 {
  overflow: hidden;
  padding-bottom: 10px;
}

.mz_26 {
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.mz_27 {
  display: inline-block;
  margin: 4px;
  width: 280px;
  overflow: hidden;
  vertical-align: top;
}

.mz_28 {
  width: 280px;
  height: 190px;
  overflow: hidden;
}

.mz_28 a {
  display: inline-block;
  width: 280px;
  height: 190px;
  border: 5px #eee solid;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.mz_28 a img {
  width: 270px;
  height: auto;
  min-height: 190px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
}

.mz_28 a:hover {
  border: 5px #7b2019 solid;
}

.mz_29 {
  overflow: hidden;
  padding-top: 10px;
  font-size: 17px;
  line-height: 20px;
  min-height: 40px;
}

.mz_30 div.slick-arrow {
  top: 168px;
}

.mz_31 {
  background-image: url("../../../../../../images/main-page/6.webp");
}

.no-webp .mz_31 {
  background-image: url("../../../../../../images/main-page/6.jpg");
}

.mz_32 {
  width: 275px;
  height: 370px;
  overflow: hidden;
}

.mz_32 a {
  display: inline-block;
  width: 275px;
  height: 370px;
  border: 5px #eee solid;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.mz_32 a img {
  width: auto;
  height: auto;
  min-height: 370px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
}

.mz_32 a:hover {
  border: 5px #7b2019 solid;
}

.mz_35 {
  overflow: hidden;
  padding-bottom: 20px;
}

.mz_35 div.mobile-calling-specialist {
  margin: 0 auto;
}

.mz_36 {
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}

.mz_36 p {
  text-align: justify;
}

.mz_36 h2:after {
  bottom: 0;
}

.mz_36 h3:after {
  bottom: 0;
}

.mz_37 {
  float: right;
  margin-left: 20px;
  margin-top: 10px;
}

.mz_38 p {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: justify;
}

.mz_39 div.slider-provided {
  margin-top: 0;
  bottom: 70px;
}

.mz_40 {
  overflow: hidden;
  font-size: 18px;
  line-height: 1.6;
  text-align: justify;
}

.mz_40 p {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 1.6;
  text-align: justify;
}

.mz_40 a {
  font-size: 18px;
  line-height: 1.6;
  color: #7b2019;
  text-decoration: underline;
}

.mz_40 a:hover {
  text-decoration: none;
}

.mz_41 {
  overflow: hidden;
}

.mz_42 {
  overflow: hidden;
  padding-bottom: 20px;
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-column-gap: 20px;
  align-items: center;
}

.mz_44 {
  line-height: 1.5;
}

.mz_44 span {
  font-weight: 700;
}

.advantages-2-section {
  padding: 60px 0 100px;
}

.advantages-2-section .advantage_grid {
  margin-top: 30px;
}

.advantages-2-section .advantage_grid .advantage_item {
  text-align: center;
  position: relative;
  box-sizing: border-box;
  padding: 19px 0;
}

.advantages-2-section .advantage_grid .advantage_item .image-block {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 61px;
  margin-bottom: 15px;
}

.advantages-2-section .advantage_grid .advantage_item .text {
  font-size: 15px;
  font-weight: 500;
  display: block;
  box-sizing: border-box;
  padding: 0 42px;
}

.advantages-2-section .advantage_grid .advantage_item::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #d8d8d8;
  position: absolute;
  top: 0;
  left: -15px;
}

.advantages-2-section .advantage_grid .advantage_item:nth-child(3n + 1)::after,
.advantages-2-section .advantage_grid .advantage_item:nth-child(1)::after {
  display: none;
}

.advantages-2-section .advantage_grid .advantage_item:nth-child(n + 4)::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d8d8d8;
  position: absolute;
  top: -15px;
  left: 0;
}

.total_skidk_prof_sum,
.total_skidk_shtak_sum,
.total_skidk_setka_sum {
  color: red;
}

#total_skidk_prof,
#total_skidk_shtak,
#total_skidk_setka {
  display: none;
}

.photos .more-items a:hover {
  background: #232323;
  color: #fff;
}

.social-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 180px;
}

.social-footer div.item {
  width: 33.333%;
}

.product__hidden div.wrap-product-slider div.product-slider div.product-slide {
  height: 280px;
}

.h2 {
  font-size: 26px !important;
  font-weight: bold !important;
  margin-bottom: 10px;
}

.price-table td:nth-last-child(1) {
  white-space: nowrap;
}

.price-table thead td:nth-last-child(1) {
  white-space: normal;
}

.price-table td:nth-last-child(2) {
  white-space: nowrap;
}

.price-table thead td:nth-last-child(2) {
  white-space: normal;
}

.zabory-v-moskovskoy-oblasti h2:after {
  bottom: 0;
}

.zabory-v-moskovskoy-oblasti-1 div.product__header-title a {
  color: #000;
  font-size: 26px;
  line-height: 30px;
  text-decoration: none;
}

.zabory-v-moskovskoy-oblasti-1 div.product__header-title a:hover {
  color: #7b2019;
}

.zabory-v-moskovskoy-oblasti-1 .product__item a {
  text-decoration: none;
}

.zabory-v-moskovskoy-oblasti-1 .product__item a:hover div.btn.btn--black {
  background: #232323;
}

.product__header-img:hover:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 170px;
  background: rgba(0, 0, 0, 0.4);
}

.bx-basket-fixed {
  width: 250px;
  height: 68px;
  border-radius: 8px;
  box-shadow: -1px 1px 4px 0 rgba(50, 50, 50, 0.59);
  position: fixed;
  right: 0;
  top: 250px;
  background: #fff;
  z-index: 1000;
}

.bx-basket-fixed {
  width: 68px;
  right: 10px;
}

.bx-hdr-profile.my-basket {
  display: grid;
  grid-template-columns: 68px 1fr;
  grid-template-rows: 68px;
  align-items: center;
}

.bx-hdr-profile.my-basket {
  grid-template-columns: 68px;
}

.my-basket-logo {
  justify-self: center;
}

.my-basket-logo a {
  display: block;
  width: 50px;
  height: 55px;
  font-size: 12px;
  line-height: 12px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  color: #7b2019;
}

.my-basket-info {
  border-left: 1px #e2dfdf solid;
  height: 68px;
  display: grid;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  grid-template-columns: 1fr;
  align-items: center;
  display: none;
}

.bx-basket-item-list {
  display: none;
}

h2.no-line:after {
  display: none;
}

div.with-line:after {
  display: block;
  position: absolute;
  content: "";
  width: 45px;
  height: 3px;
  bottom: -10px;
  left: 0;
  background: #7b2019;
}

h2.padding-top-20 {
  padding-top: 20px;
}

.bx_catalog_tile_content {
  box-shadow: #aaa 0 0 5px;
}

.bx_catalog_tile_content a {
  padding-top: 150px;
  height: 190px !important;
  background-position: center top !important;
  background-size: contain !important;
  text-decoration: none;
  border-radius: 4px;
  overflow: hidden;
}

.bx_catalog_tile_content a:hover {
  color: #000;
}

.bx_catalog_tile_content a:hover:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 190px;
  background: rgba(123, 32, 25, 0.2);
  margin-top: -190px;
  border-radius: 4px;
  overflow: hidden;
}

.bx_catalog_tile_content a h2 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 18px !important;
  line-height: 20px !important;
  height: 40px !important;
}

#map_footer + * {
  margin-top: 0;
  margin-bottom: -50px;
}

.balloon {
  padding: 20px;
  font-family: "HelveticaNeueCyr", "Rubik", "Arial", sans-serif;
}

.balloon-title {
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 30px;
}

.balloon-subtitle {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.balloon-text {
  font-size: 15px;
}

.block_268 ul li {
  min-height: 194px;
}

.magazine-category-list {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 auto;
  max-width: 744px;
}

.magazine-category-item {
  display: inline-block;
  width: 228px;
  height: 228px;
  margin: 10px;
}

.magazine-category-item a {
  display: block;
  width: 228px;
  height: 228px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: #d8d8d8 0 0 10px;
  border: 1px #d8d8d8 solid;
  padding: 10px;
  text-decoration: none;
}

.magazine-category-item a:hover:before {
  display: block;
  content: "";
  width: 228px;
  height: 228px;
  background: rgba(0, 112, 38, 0.3);
  position: absolute;
  margin-left: -11px;
  margin-top: -11px;
  border-radius: 10px;
}

.magazine-category-item a:hover {
  color: #000;
  text-decoration: none;
}

.magazine-category-item-img {
  width: 206px;
  height: 150px;
  overflow: hidden;
  display: grid;
  align-items: center;
  justify-items: center;
}

.magazine-category-item-img img {
  display: block;
  width: auto;
  max-width: 206px;
  height: auto;
}

.magazine-category-item-title {
  padding-top: 10px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.photos-wrap {
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.gallery_photo_wrap {
  width: 24%;
}

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

.catalog-section {
  position: relative;
}

.advantages-subsection-wrap {
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: space-between;
}

.advantage-item {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  width: calc((100% - 60px) / 4);
  box-sizing: border-box;
}

.advantage-item:not(:last-child)::after {
  position: absolute;
  content: "";
  height: 90%;
  width: 1px;
  top: 5%;
  right: -10px;
  background-color: #d8d8d8;
}

.cart-item-wrap {
  padding-left: 10px;
  padding-right: 10px;
}

.cart-item-wrap .cart-item .ici-02 .article-button {
  transition: background-color 0.19s ease-in-out;
}

.cart-item-wrap .cart-item .ici-02 .article-button:hover {
  background-color: #000;
}

.cart-item-wrap .cart-item {
  max-width: 350px;
}

.cart-item-wrap .cart-item:hover {
  box-shadow: 0 0 8px 3px rgba(50, 50, 50, 0.75);
}

.object-discription .wrap {
  margin-bottom: 20px;
}

section.project {
  margin-bottom: 20px;
}

.wrap.complete {
  position: relative;
  line-height: 1.6;
  font-size: 16px;
}

.wrap.complete img {
  object-fit: cover;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.wrapper-items__price-page .cart-item-wrap {
  margin-right: -20px;
  text-align: center;
}

.wrapper-items__price-page .cart-item-wrap.fix-cart-item-wrap {
  margin-right: 0;
}

.wrapper-items__price-page .cart-item-wrap.fix-cart-item-wrap ul li {
  text-align: left;
}

.wrapper-items__price-page .cart-item-wrap.fix-cart-item-wrap p {
  text-align: left;
}

.wrapper-items__price-page .cart-item-wrap .cart-item {
  float: none;
  display: inline-block;
}

.wrapper-items__price-page .cart-item-wrap .cart-item .inner-container {
  display: flex;
  flex-direction: column;
  max-width: 350px;
}

section,
section.project {
  margin-bottom: 20px;
}

.project .wrap-tabs.wrap-tabs--projects {
  font-size: 16px;
}

.wrap .grid {
  margin: 0 -15px;
}

.catalog-section .section-goods-container {
  position: relative;
  margin-right: -10px;
}

.catalog-section .section-goods-container .good-item-wrap {
  display: block;
  position: relative;
  text-decoration: none;
  box-sizing: border-box;
  border: 5px solid #eee;
  transition: all 0.1s;
  margin-bottom: 10px;
  padding: 10px;
  margin-right: 10px;
  height: 552px;
}

.cart-item-wrap div.cart-item {
  width: calc(33.33333% - 25px);
}

.catalog-section .section-goods-container .good-item-wrap:hover {
  border: 5px solid #7b2019;
  color: #000;
}

.good-item-wrap .good-info {
  margin-top: 5px;
  margin-bottom: 5px;
}

.catalog-section .section-goods-container .good-item-wrap .good-name {
  min-height: 128px;
  max-height: 128px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 1.6;
  overflow: hidden;
}

.catalog-section .section-goods-container .good-item-wrap:hover .good-name {
  color: #7b2019;
}

.catalog-section .section-goods-container .good-item-wrap .good-img-wrap {
  position: relative;
  width: 100%;
  line-height: 1.6;
  height: 245px;
  overflow: hidden;
}

.catalog-section .section-goods-container .good-item-wrap .good-img-wrap img {
  object-fit: cover;
  max-width: 100%;
  min-width: 100%;
  max-height: 100%;
  min-height: 100%;
}

.catalog-section
  .section-goods-container
  .good-item-wrap
  .good-img-wrap::before {
  position: absolute;
  display: block;
  opacity: 0;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(123, 32, 25, 0.8);
  transition: opacity 0.1s;
}

.catalog-section
  .section-goods-container
  .good-item-wrap:hover
  .good-img-wrap::before {
  opacity: 1;
}

.catalog-section
  .section-goods-container
  .good-item-wrap
  .good-img-wrap::after {
  opacity: 0;
  position: absolute;
  display: block;
  content: "";
  width: 46px;
  height: 46px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background: #fff url(https://www.moskovskie-zabory.ru/images/arrow-green.svg)
    no-repeat center center;
  margin-top: -23px;
  margin-left: -23px;
  transition: opacity 0.1s;
}

.catalog-section
  .section-goods-container
  .good-item-wrap:hover
  .good-img-wrap::after {
  opacity: 1;
}

.catalog-section .section-goods-container .good-item-wrap .good-date,
.catalog-section .section-goods-container .good-item-wrap .good-price {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: 1.6;
  margin-bottom: 12px;
  align-items: flex-end;
}

.catalog-section .section-goods-container .good-item-wrap .good-price {
  min-height: 25px;
}

.catalog-section .section-goods-container .good-item-wrap .good-date .info,
.catalog-section .section-goods-container .good-item-wrap .good-price .info {
  color: #9b9b9b;
}

.catalog-section .section-goods-container .good-item-wrap .good-date {
  height: 32px;
}

.catalog-section .section-goods-container .good-item-wrap .good-date .date {
  color: #9b9b9b;
  font-weight: 500;
}

.catalog-section .section-goods-container .good-item-wrap .good-price .price {
  font-size: 20px;
  font-weight: bold;
  color: #232323;
}

.tab-block__item {
  line-height: 1.6;
}

.grid .col-2 {
  margin-bottom: 10px;
}

section.project section {
  margin-bottom: 40px;
}

.project .wrap.video-wrapper {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}

.project .wrap.video-wrapper > iframe {
  box-sizing: border-box;
  border: 5px solid #7b2019;
  border-radius: 10px;
  width: 48%;
  max-width: 560px;
  margin-bottom: 20px;
}

section.project a {
  text-decoration: none;
  display: inline-block;
  color: #7b2019;
}

section.project a.btn {
  color: #fff;
}

section.project .catalog-section.goods a.projects-slide {
  color: #232323;
  margin-bottom: 6px;
}

section.project .catalog-section.goods a.projects-slide:hover {
  color: #232323;
}

section.project .catalog-section.goods .projects-slide__date-wrap {
  height: 44px;
}

.catalog-section.goods .wrap-projects-slider::after {
  right: -10px;
}

.install_steps_wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.install_steps_wrap .install_step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% / 3 - 48px);
  margin-bottom: 24px;
  overflow: hidden;
}

.install_steps_wrap .install_step .install_step-img {
  overflow: hidden;
  border: 5px #eee solid;
  border-radius: 10px;
  width: 90%;
}

.install_steps_wrap .install_step .install_step-img:hover {
  border: 5px #7b2019 solid;
}

.install_steps_wrap .install_step .install_step-img img {
  object-fit: contain;
}

.install_steps_wrap .install_step .install_step-text {
  line-height: 1.6;
  padding-top: 10px;
  width: 90%;
  text-align: center;
}

.install_steps_wrap .install_step .install_step-text:first-letter {
  color: #7b2019;
  font-weight: 800;
  font-size: 17px;
}

.project ul {
  margin: 0;
  padding: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 20px;
}

.project ul li {
  position: relative;
  padding-left: 22px;
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

.project ul li:before {
  display: block;
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 0;
  background: url(/local/templates/moszabor/css/img/tick-green.svg) no-repeat
    center center/contain;
  margin-top: 6px;
}

.price_column {
  font-weight: 500;
}

.price-table tr td {
  text-align: center;
}

.price-table tr td:nth-child(1) {
  text-align: left;
}

section.calculator-section {
  padding: 0;
}

.p-justify {
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
}

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

.p-justify ul li {
  text-align: left;
}

.p-justify h2 {
  text-align: left;
}

.ya-share2__item_service_vkontakte a.ya-share2__link {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url("../img/social_sprites.png") -75px -75px;
}

.ya-share2__item_service_vkontakte a.ya-share2__link span {
  display: none;
}

.ya-share2__item_service_vkontakte a.ya-share2__link:hover {
  background-position: -140px -10px;
}

.ya-share2__item_service_facebook a.ya-share2__link {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url("../img/social_sprites.png") -10px -140px;
}

.ya-share2__item_service_facebook a.ya-share2__link span {
  display: none;
}

.ya-share2__item_service_facebook a.ya-share2__link:hover {
  background-position: -75px -140px;
}

.ya-share2__item_service_odnoklassniki a.ya-share2__link {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url("../img/social_sprites.png") -75px -10px;
}

.ya-share2__item_service_odnoklassniki a.ya-share2__link span {
  display: none;
}

.ya-share2__item_service_odnoklassniki a.ya-share2__link:hover {
  background-position: -10px -75px;
}

.ya-share2__item_service_twitter a.ya-share2__link {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url("/local/templates/moszabor/css/img/twitter-icon.webp") center
      no-repeat,
    #009229;
  border-radius: 100%;
}

.no-webp .ya-share2__item_service_twitter a.ya-share2__link {
  background: url("/local/templates/moszabor/css/img/twitter-icon.png") center
      no-repeat,
    #009229;
}

.ya-share2__item_service_twitter a.ya-share2__link:hover {
  background: url("/local/templates/moszabor/css/img/twitter-icon.webp") center
      no-repeat,
    #1da1f2;
}

.no-webp .ya-share2__item_service_twitter a.ya-share2__link:hover {
  background: url("/local/templates/moszabor/css/img/twitter-icon.png") center
      no-repeat,
    #1da1f2;
}

.ya-share2__item_service_twitter a.ya-share2__link span {
  display: none;
}

body .ya-share2__list_direction_horizontal > .ya-share2__item {
  margin-bottom: 5px;
  margin-right: 0;
}

.gray-shadow {
  display: inline-block;
  box-shadow: 0 0 10px rgba(0, 1, 0, 0.23);
}

.wrap div.catalog-articles-wrap div.catalog-article-wrapper {
  width: calc((100% - 24px) / 2);
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  max-height: 220px;
  height: 220px;
  overflow: hidden;
  margin-bottom: 24px;
  padding: 10px;
  box-sizing: border-box;
  color: black;
  box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
}

.order-block-2 {
  background-image: url("../../../../../../images/zabory-v-moskovskoy-oblasti/4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}

.order-block-2 h2.h3-title {
  color: #fff;
  font-size: 28px !important;
}

.order-block-2 h2.h3-title:after {
  background: #fff;
}

.order-block__items-2 {
  display: flex;
  flex-wrap: wrap;
  padding: 0 70px;
}

.order-block__item-2 {
  position: relative;
  padding: 15px 65px;
  width: 33.3333%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.order-block__item-2 .order-block__icon-2 img {
  margin: 0 auto;
}

.order-block__item-2:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  width: 17px;
  height: 31px;
  top: 60px;
  background-image: url("../../../../../../images/zabory-v-moskovskoy-oblasti/5.png");
}

.order-block__text-2 {
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
  line-height: 17px;
  text-align: center;
}

.order-block__text-2 a {
  text-decoration: underline;
}

.service__detailPage p {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cart_href:hover .cls-1 {
  fill: #000;
  fill-rule: evenodd;
}

.cart_href:hover {
  color: #000 !important;
}

.col-2:hover .photos-item:before {
  background-color: rgba(123, 32, 25, 0.65);
}

body a.btn.btn--black.basket-button {
  background: url(/local/templates/moszabor/css/img/order-button.png) 10px
      center no-repeat,
    #7b2019;
  padding-left: 45px;
  width: 199px !important;
}

body a.btn.btn--black.basket-button:hover {
  background: url(/local/templates/moszabor/css/img/order-button.png) 10px
      center no-repeat,
    #333;
}

body a.btn.btn--black.kalkulyator-button {
  background: url(/local/templates/moszabor/css/img/calculator-button.png) 12px
      center no-repeat,
    #7b2019;
  padding-left: 45px;
  width: 199px !important;
}

body a.btn.btn--black.kalkulyator-button:hover {
  background: url(/local/templates/moszabor/css/img/calculator-button.png) 12px
      center no-repeat,
    #333;
}

body .btn.btn-left span {
  padding-left: 25px;
  padding-right: 0px;
  background: url(/local/templates/moszabor/css/img/arrow-btn-left.png)
    no-repeat left center;
}

body .btn.btn-left:hover {
  background: #333;
}

body .btn.btn-left:hover span {
  padding-left: 25px;
  padding-right: 0px;
  color: #fff;
}

body .action-table tr th,
body .action-table tr td {
  text-align: center;
}

body .action-table tr th:nth-child(1),
body .action-table tr td:nth-child(1) {
  text-align: center;
}

.block_46 a {
  color: #049621;
}

.block_46 a:hover {
  text-decoration: none;
}

section.advantage-about .advantage-about-list {
  width: 100%;
  max-width: 1226px;
  padding-left: 11px;
  padding-right: 11px;
  margin: 0 auto;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  padding-top: 40px;
  padding-bottom: 20px;
}

section.advantage-about .advantage-about-number {
  height: 115px;
  overflow: hidden;
}

section.advantage-about .advantage-about-number-text {
  height: 115px;
  overflow: hidden;
  font-size: 150px;
  line-height: 110px;
  color: #eef1ea;
}

section.advantage-about .advantage-about-number-icon {
  width: 80px;
  height: 80px;
  background: #049621;
  background-size: cover;
  display: grid;
  align-items: center;
  justify-items: center;
  margin: 0 auto;
  margin-top: -80px;
  position: relative;
  border-radius: 100%;
}

section.advantage-about .advantage-about-number-icon img {
  display: block;
  max-width: 48px;
  max-height: 48px;
}

section.advantage-about .advantage-about-item-title {
  font-size: 18px;
  color: #049621;
  text-transform: uppercase;
  padding-top: 20px;
}

section.advantage-about .advantage-about-item-text {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  padding-top: 30px;
}

section.advantage-about .advantage-about-item-text a {
  color: #049621;
  text-decoration: underline;
  text-transform: uppercase;
}

section.advantage-about .advantage-about-item-text a:hover {
  text-decoration: none;
}

section.advantage-about .advantage-about-item-text span {
  font-size: 24px;
  line-height: 24px;
  color: #049621;
}

.bg-twitter_color {
  width: 45px;
  height: 45px;
  background: #1da1f2;
  border-radius: 100%;
  display: grid;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.bg-twitter_color svg {
  width: 20px;
  height: 20px;
  color: #fff;
}

.bg-twitter_color svg path {
  fill: currentcolor;
}

.menuNewDK.header .header-menu {
  order: 3;
  width: 100%;
  position: relative;
  height: 75px;
  justify-content: center;
  border-top: 1px solid #d9d9d9;
}

.menuNewDK.header .header-content > .wrap {
  flex-wrap: wrap;
}

.menuNewDK.header .header-info:after {
}

.header.menuNewDK .header-menu ul.main-menu {
  width: 100%;
  justify-content: space-between;
}

.newButtonheader {
  margin: 0 auto;
}

.newButtonheader + .header__social {
  flex-grow: 1;
  margin: 0 auto 0 0;
}

.newButtonheader a {
  border-radius: 5px;
  padding: 4px 10px 4px 7px;
  display: flex;
  font-size: 15px;
  align-items: center;
  justify-content: flex-start;
  transition: 0.15s;
  text-decoration: none;
}

.newButtonheader a:not(:first-of-type) {
  margin-left: 45px;
}

.newButtonheader svg,
.newButtonheader img {
  height: 25px;
  width: auto;
  margin-right: 10px;
}

.header__social {
  margin-left: 45px;
  max-width: 160px;
}

.header__social .social-footer {
  max-width: unset;
}

.header__social .social-footer div.item {
  width: 33%;
  margin-bottom: 5px;
}

.header__social .social-footer div.item a {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.header__social .bg-vk_color {
  background-position: -147px -17px;
}

.header__social .bg-yt_color {
  background-position: -147px -83px;
}

.header__social .bg-ok_color {
  background-position: -17px -82px;
}

.header__social .bg-insta_color {
  background-position: -147px -146px;
}

.header__social .bg-fb_color {
  background-position: -81px -147px;
}

.header__social .social-footer div.item a svg {
  margin-right: 0;
}

.newButtonheader {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header_calc {
  border: 1px solid #7b2019;
}

.header_calc:hover {
  color: white;
  background: #7b2019;
}

.header_calc svg,
.header_calc svg path {
  fill: #7b2019;
  transition: 0.15s;
}

.header_calc:hover svg,
.header_calc:hover svg path {
  fill: #fff;
}

.header__call {
  border: 1px solid #da4d00;
  background: #da4d00;
  color: white;
  margin-bottom: 10px;
}

.header__call-text {
  color: #fff;
  display: block;
  position: relative;
  padding: 9px 20px 9px 25px;
}

.header__call-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 6px;
  width: 19px;
  height: 25px;
 /* background-image: url("../img/uconcoll.png");*/
}

.header__call:hover {
  border: 1px solid #7b2019;
  background: #7b2019;
}

.menuNewDK.header .header-middle_position_fixed .header-menu {
  width: auto;
  height: 86px;
  border: 0;
}

.menuNewDK.header .header-middle_position_fixed.header-content > .wrap {
  flex-wrap: nowrap;
}

.menuNewDK.header .header-middle_position_fixed .header-menu__link {
  font-size: 11px;
}

h2.h1 {
  font-size: 48px !important;
  text-align: center;
  margin-top: 0;
}

h2.h1::after {
  display: none;
}

.menuNewDK .header-content {
  box-shadow: 0 2px 11px #f0f0f0;
}

.newSliderTop .wrap-slider.new-wrap-slider .slider {
  height: auto;
}

.newSliderTop .wrap-slider .wrap {
  position: absolute;
  height: 100%;
  max-width: 100%;
}

.newSliderTop .wrap-slider.new-wrap-slider .slick-slide {
  min-height: 1px;
  height: inherit;
}

.newSliderTop .wrap-slider.new-wrap-slider .slider .slide-img {
  position: static;
}

.newSliderTop .wrap-slider.new-wrap-slider .slide:before {
  background: rgba(0, 0, 0, 0.1);
}

.newSliderTop .wrap-slider .slide .wrap {
  position: absolute;
  left: 40px;
  bottom: 40px;
  height: auto;
}

.newSliderTop .wrap-slider.new-wrap-slider .slider-arrows {
  top: auto;
  bottom: 40px;
}

.newSliderTop .slick-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.newSliderTop .slick-initialized .slick-slide {
  padding: 0;
}

.newSliderTop .wrap-slider.new-wrap-slider .slider-price {
  display: none;
}

.newSliderTop .wrap-slider.new-wrap-slider .slider-title {
  display: none;
}

.newSliderTop .wrap-slider.new-wrap-slider .slider .btn {
  margin-bottom: 0;
  margin-right: 5px;
}

.newSliderTop .wrap-slider.new-wrap-slider .dots {
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}

.newSliderTop .wrap-slider .slick-initialized .slick-slide {
  padding: 0;
}

.newSliderTop .slick-slide img {
  margin: 0;
}

.page-header .page-header {
  display: none;
}

/* End */

/* Start:/local/templates/main_copy/css/jquery.fancybox.min.css?159665051713831*/

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: #7b2019;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

/* End */

/* Start:/local/templates/main_copy/css/libs.min.css?159665051727927*/

*,
.slick-list:focus {
  outline: 0;
}

.slick-slide.dragging img,
.tooltipster-base {
  pointer-events: none;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}

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

@-o-viewport {
  width: device-width;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
}

a,
button,
input,
select,
textarea {
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
}

button,
input,
textarea {
  border: 0;
  box-shadow: none;
}

img {
  display: block;
  -ms-interpolation-mode: bicubic;
}

input {
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0;
  text-shadow: none;
  text-align: start;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}

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

textarea {
  resize: none;
  overflow: auto;
  vertical-align: top;
}

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

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element,
.scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-arrow,
.scroll-element .scroll-bar {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #ccc;
  border-top-color: #999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: 0;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_size,
.scrollbar-inner
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_size,
.scrollbar-inner
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element .scroll-bar,
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-bar,
.scrollbar-inner > .scroll-element .scroll-element_track {
  -ms-filter: "alpha(opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar,
.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #fff;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eee;
}

.scrollbar-outer > .scroll-element .scroll-bar,
.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_size,
.scrollbar-outer
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_size,
.scrollbar-outer
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: 0;
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  display: block;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0;
  height: 0;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 0;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

.scrollbar-macosx
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_size {
  top: -11px;
}

.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light > .scroll-element {
  background-color: #fff;
}

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #dbdbdb 0, #e8e8e8 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #dbdbdb),
    color-stop(100%, #e8e8e8)
  );
  background: -webkit-linear-gradient(left, #dbdbdb 0, #e8e8e8 100%);
  background: -o-linear-gradient(left, #dbdbdb 0, #e8e8e8 100%);
  background: -ms-linear-gradient(left, #dbdbdb 0, #e8e8e8 100%);
  background: linear-gradient(to right, #dbdbdb 0, #e8e8e8 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #fefefe 0, #f5f5f5 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #fefefe),
    color-stop(100%, #f5f5f5)
  );
  background: -webkit-linear-gradient(left, #fefefe 0, #f5f5f5 100%);
  background: -o-linear-gradient(left, #fefefe 0, #f5f5f5 100%);
  background: -ms-linear-gradient(left, #fefefe 0, #f5f5f5 100%);
  background: linear-gradient(to right, #fefefe 0, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_size,
.scrollbar-light
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_track {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

.scrollbar-light
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_size,
.scrollbar-light
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_track {
  top: -19px;
}

.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail > .scroll-element {
  background-color: #fff;
}

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail
  > .scroll-element
  .scroll-element_outer:hover
  .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

.scrollbar-rail
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_size,
.scrollbar-rail
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_track {
  left: -25px;
}

.scrollbar-rail
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_size,
.scrollbar-rail
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_track {
  top: -25px;
}

.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: 0;
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #ccc;
  opacity: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

.scrollbar-dynamic
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_size {
  top: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer,
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-dynamic
  > .scroll-element.scroll-draggable
  .scroll-element_outer
  .scroll-element_size,
.scrollbar-dynamic
  > .scroll-element:hover
  .scroll-element_outer
  .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic
  > .scroll-element.scroll-draggable
  .scroll-element_outer
  .scroll-bar,
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic
  > .scroll-element.scroll-x.scroll-draggable
  .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic
  > .scroll-element.scroll-y.scroll-draggable
  .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome > .scroll-element {
  background-color: #fff;
}

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_size,
.scrollbar-chrome
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

.scrollbar-chrome
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_size,
.scrollbar-chrome
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_track {
  top: -19px;
}

.tooltipster-fall,
.tooltipster-grow.tooltipster-show {
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-base {
  display: flex;
  position: absolute;
}

.tooltipster-box {
  flex: 1 1 auto;
}

.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.tooltipster-update-fade {
  animation: tooltipster-fading 0.4s;
}

@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}

.tooltipster-update-rotate {
  animation: tooltipster-rotating 0.6s;
}

@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.tooltipster-update-scale {
  animation: tooltipster-scaling 0.6s;
}

.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid #000;
  border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 6px 14px;
}

.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}

.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px;
}

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #000;
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
  border: 0;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box {
  margin-top: 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box {
  margin-right: 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box {
  margin-left: 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box {
  margin-bottom: 6px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
  color: #8d8d8d;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow {
  height: 6px;
  margin-left: -6px;
  width: 12px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow {
  height: 12px;
  margin-left: 0;
  margin-top: -6px;
  width: 6px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background {
  display: none;
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border {
  border: 6px solid transparent;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom
  .tooltipster-arrow-border {
  border-bottom-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left
  .tooltipster-arrow-border {
  border-left-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right
  .tooltipster-arrow-border {
  border-right-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top
  .tooltipster-arrow-border {
  border-top-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom
  .tooltipster-arrow-uncropped {
  top: -6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right
  .tooltipster-arrow-uncropped {
  left: -6px;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* End */

/* Start:/local/templates/main_copy/vendor/select/select2.min.css?159665051714966*/

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
}

.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: grey;
}

.select2-container--classic
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* End */

/* Start:/local/templates/main_copy/css/custom.min.css?160743385530686*/

.header-top {
  padding: 0;
}

.header-menu__link:hover {
  text-decoration: none;
}

.menu-horizontal {
  list-style: none;
}

.menu-horizontal li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  border-right: 1px solid #d8d8d8;
  position: relative;
  height: 50px;
  line-height: 50px;
}

.menu-horizontal li:last-child {
  border: 0;
}

.menu-horizontal .header-top__link:hover {
  color: #7b2019;
}

.menu-horizontal li.important .header-top__link {
  color: #7b2019;
}

.menu-horizontal li.important .header-top__link:hover {
  color: inherit;
}

.menu-horizontal li ul {
  list-style: none;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  background: #fff;
  padding: 10px;
  z-index: 10;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.13);
}

.menu-horizontal li:hover ul {
  display: block;
}

.menu-horizontal li ul li {
  border-right: 0;
  display: block;
  flex: none;
  height: auto;
  line-height: 1.4;
  padding: 5px 0;
}

.menu-horizontal li ul li a {
  text-decoration: none;
}

.menu-horizontal li ul li a:hover {
  color: #7b2019;
}

.double_form .input-file {
  margin: 20px 0;
  width: 100%;
}

.double_form textarea {
  height: 60px;
}

.form-control {
  margin: 20px 0 0 0;
}

.col-wide {
  width: 100%;
}

.double_form .border_block {
  min-height: 415px;
}

.double_form .right_block .border_block .flex_col textarea {
  margin-top: 20px;
}

.paginator-link,
.paginator-separator,
.paginator-last {
  text-align: center;
}

.calculator-bottom {
  width: 100%;
}

.calculator-inner.text-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.calculator-total.flex {
  display: flex;
  align-items: center;
}

.calculator-total__wrap-price {
  border-bottom: 0;
  margin-bottom: 0;
}

.wrap-calculator {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form {
  margin-top: 30px;
  background: #eaeaea;
  padding: 30px;
  border-radius: 10px;
}

.form label {
  display: inline-block;
  margin-bottom: 15px;
}

.form-group {
  margin-bottom: 30px;
}

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

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

.calculator-total__skidk-total {
  margin-top: 10px;
}

.total_skidk_prof_sum,
.total_skidk_setka_sum,
.total_skidk_shtak_sum {
  font-weight: 700;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.list_block {
  margin-top: 30px;
}

.header-middle__content-title a {
  text-decoration: none;
  color: #7b2019;
}

.header-middle__content-title a:hover {
  text-decoration: underline;
}

.video-index-wrap {
  margin-bottom: 40px;
}

.video-slider {
  display: flex;
  justify-content: space-between;
}

.video-slider .projects-slide__img:after {
  display: none !important;
}

.video-slider .projects-slide__img:before {
  display: none !important;
}

.videowrapper {
  position: relative;
  padding-top: 25px;
  height: 100%;
}

.videowrapper__size-xl .elementor-video {
  width: 95%;
}

.videowrapper__size-m .elementor-video {
  width: 90%;
}

.videowrapper__size-xl {
  width: auto;
}

.videowrapper__size-m {
  width: auto;
}

.contacts-slide__item {
  padding: 5px;
  border: 2px solid transparent;
  border-radius: 6px;
}

.contacts-slide__item.active {
  border: 2px solid #7b2019;
}

.object-discription .preview-picture {
  float: right;
  margin-left: 10px;
  max-width: 50%;
}

.object-discription .preview-picture img {
  max-width: 100%;
  height: auto;
}

.bx-filter
  .bx-filter-param-btn-inline
  .bx-filter-param-label.bx-active
  .bx-filter-param-btn.bx-color-sl {
  border: 1px solid #7b2019;
}

.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue
  .product-item-scu-item-text-container.selected
  .product-item-scu-item-text-block,
.bx-blue
  .product-item-scu-item-color-container.selected
  .product-item-scu-item-color-block {
  border: 1px solid #7b2019;
}

.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue
  .product-item-scu-item-text-container.selected
  .product-item-scu-item-text-block,
.bx-blue
  .product-item-scu-item-color-container.selected
  .product-item-scu-item-color-block {
  outline-color: #7b2019;
}

.bx-filter .bx-filter-param-btn {
  padding: 4px 3px 2px 3px;
}

.product-item-scu-item-list .product-item-scu-item-color-container.notallowed {
  display: none !important;
}

.bx-soa-section-title:after {
  display: none;
}

.bx-soa .bx-soa-customer-label,
.bx-soa .bx-soa-custom-label,
.bx-soa .form-group label {
  margin-top: 20px;
}

#bx-soa-paysystem .bx-soa-section-content img {
  margin-bottom: 10px;
}

.label-error {
  margin-top: 5px;
  color: #f42c2c;
}

.hidden-all {
  display: none !important;
}

.btn span {
  line-height: inherit !important;
}

.slick-slide {
  height: auto;
}

.wrap-slider .slick-slide {
  height: 100%;
  min-height: 365px;
}

.social-footer .item {
  margin-bottom: 10px;
}

.social-footer .item a {
  text-decoration: none;
}

.social-footer .item a span {
  border-bottom: 1px solid;
}

.social-footer .item a:hover {
  text-decoration: none;
}

.social-footer .item a:hover span {
  border-bottom: 1px transparent;
}

.social-footer .item a img {
  max-height: 30px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  max-width: 30px;
}

.footer-logo {
  max-width: 280px;
}

main.container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.product-item-image-slider-slide-container.slide {
  position: absolute;
  display: block;
  height: 100%;
}

.product-item-scu-item-text-container.selected {
  display: inline-block;
  box-sizing: border-box;
  padding: 5px 3px;
  max-width: 38px;
  border: 0;
  height: auto;
}

.product-item-scu-item-text-container.selected:before,
.basket-item-scu-item.selected:before {
  display: none;
}

.product-item-scu-item-color-container {
  max-width: 28px;
  height: auto;
}

.product-item-scu-item-color-container.selected {
  display: inline-block;
  box-sizing: border-box;
  padding: 5px 3px;
  max-width: 28px;
  width: 25%;
  border: 0;
  height: auto;
}

.product-item-scu-item-color-container.selected:before {
  display: none;
}

.basket-item-scu-item {
  height: 34px;
  width: 34px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.basket-item-scu-item.selected {
  border: 1px solid #006cc0;
  border-radius: 0;
  height: 34px;
  width: 34px;
  padding: 0;
}

.calling-specialist {
  margin-left: 20px;
}

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

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

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

.flex-v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
  background: #fff;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
  background: #fff;
}

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
  height: 42px;
  border-radius: 0;
  background-color: #fff;
}

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover {
  background-color: #fff;
}

.product-item-amount-description-container {
  display: none;
}

.product-item-amount-field {
  height: 42px;
  font-weight: 400;
  font-size: 13px;
  line-height: 42px;
  background: #f7f7f7 !important;
}

.product-item-amount-field-container {
  border: 1px solid #eaeaea;
  margin-right: 31px;
}

.bx-blue .btn.btn-default {
  background-color: #7b2019 !important;
  border-color: #7b2019 !important;
  border-radius: 6px !important;
}

.bx-blue .btn.btn-default:hover {
  background-color: #232323 !important;
  border-color: #232323 !important;
}

.prodict-sidebar {
  max-width: 250px;
  margin-top: 93px;
}

.prodict-sidebar .item {
  border: 1px solid #7b2019;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 15px 10px;
}

.prodict-sidebar .image {
  margin-right: 20px;
}

.prodict-sidebar .text {
  font-size: 16px;
  color: #555;
  line-height: 1.4;
}

.prop-grid {
  -webkit-columns: 200px 2;
  -moz-columns: 200px 2;
  columns: 200px 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.prop-grid .item {
  width: 100%;
  float: left;
  page-break-inside: avoid;
  break-inside: avoid;
}

.prop-grid .item:nth-child(odd) {
  background: #f7f7f7;
}

.prop-grid .item:nth-child(even) {
  background: #fdfdfd;
}

.prop-grid .item dt {
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  width: 40%;
  padding: 6px;
  border-right: 3px solid #fff;
}

.prop-grid .item dd {
  font-weight: 400;
  font-size: 14px;
  color: #333;
  padding: 6px;
  width: 60%;
  padding: 6px;
}

h1.h3-title {
  font-weight: 600;
}

.fake {
  position: absolute;
  left: 0;
  top: -6px;
  width: 22px;
  height: 22px;
  border: 1.5px solid #d8d8d8;
  border-radius: 4px;
}

.fake:before {
  content: url(imgn-5.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

input[type="checkbox"]:checked + .fake:before {
  opacity: 1;
}

.product-item {
  border: 1px solid #d8d8d8;
}

.product-item-big-card
  .product-item-label-text.product-item-label-small
  span.saleleader,
.product-item-label-text.product-item-label-small span.saleleader,
.product-item-label-big span.saleleader {
  font-size: 11px;
  text-transform: uppercase;
  background: transparent url(imgn-3.png) left center no-repeat;
  padding: 5px 6px;
  min-width: 100px;
  text-align: left;
}

.product-item-big-card
  .product-item-label-text.product-item-label-small
  span.specialoffer,
.product-item-label-text.product-item-label-small span.specialoffer,
.product-item-label-big span.specialoffer {
  font-size: 11px;
  text-transform: uppercase;
  background: transparent url(imgn-6.svg) left center no-repeat;
  min-width: 85px;
  padding: 5px 6px;
  text-align: left;
  color: #2a281f;
}

.product-item-big-card
  .product-item-label-text.product-item-label-small
  span.newproduct,
.product-item-label-text.product-item-label-small span.newproduct,
.product-item-label-big span.newproduct {
  font-size: 11px;
  text-transform: uppercase;
  background: transparent url(imgn-7.svg) left center no-repeat;
  min-width: 85px;
  padding: 5px 6px;
  text-align: left;
}

.product-item-label-text.product-item-label-small span {
  line-height: 21px;
}

.product-item-label-text-line {
  left: -15px;
}

.product-item-title {
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-align: center;
  margin-bottom: 0;
}

.product-item-line-card .product-item-title {
  font-weight: 700;
  font-size: 17px;
  text-align: left;
  line-height: 23px;
  border-bottom: 1px solid #dadada;
  padding-bottom: 9px;
  margin-bottom: 13px;
  height: auto;
  display: block;
}

.product-item-container {
  margin-bottom: 30px;
}

.bx-touch .product-item-title,
.product-item-container.hover .product-item-title {
  overflow: hidden;
  height: auto;
  display: block;
}

.product-item-container .product-item-amount {
  display: none;
}

.product-item-big-card .product-item-title a {
  color: #232323;
  font-size: 17px;
  line-height: 23px;
}

.product-item-big-card .product-item-price-current {
  text-align: center;
  color: #7b2019;
  font-size: 23px;
  font-weight: 500;
  display: block;
}

.product-item-big-card .product-item-price-current span {
  font-size: 17px;
  color: #7c7c7c;
}

.button-hidden-hover {
  padding-left: 10px;
  padding-right: 10px;
}

.popup-window-content img {
  display: inline-block;
}

.custom-select {
  border: 0;
  cursor: pointer;
  color: #7b2019;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}

.custom-select option {
  cursor: pointer;
  color: #232323;
  font-size: 15px;
}

.catalog-type .value a {
  display: inline-block;
  height: 14px;
  background-position: center top;
  background-repeat: no-repeat;
}

.catalog-type .value a:hover,
.catalog-type .value a.active {
  background-position: center -14px;
}

.catalog-type .catalog-type-card {
  width: 14px;
  background-image: url(imgn-8.png);
}

.catalog-type .catalog-type-list {
  width: 18px;
  background-image: url(imgn-9.png);
}

.sort {
  margin-bottom: 17px;
  font-size: 15px;
}

.sort .title {
  margin-right: 11px;
}

.sort-number a {
  color: #232323;
  text-decoration: none;
  border-bottom: 1px solid;
  margin-right: 10px;
}

.sort-number a:hover {
  border-bottom: 1px solid transparent;
}

.sort-number span:last-child a {
  margin-right: 0;
}

.sort-number span.active {
  color: #7b2019;
  margin-right: 10px;
}

.sort-number span.active a {
  border-bottom: 1px solid transparent;
  color: inherit;
  font-weight: 500;
}

.modern-page-navigation {
  text-align: center;
}

.modern-page-navigation .modern-page-title {
  display: none;
}

.modern-page-navigation .modern-page-next {
  display: none;
}

.modern-page-navigation .modern-page-previous {
  display: none;
}

.modern-page-navigation .modern-page-all {
  display: none;
}

div.modern-page-navigation a,
span.modern-page-current,
span.modern-page-dots {
  border: 1px solid #d8d8d8;
}

div.modern-page-navigation a.modern-page-first,
div.modern-page-navigation span.modern-page-first {
  border: 1px solid #d8d8d8;
  padding: 11px 0;
}

div.modern-page-navigation a,
div.modern-page-navigation span {
  font-size: 18px;
  font-weight: 600;
  padding: 11px 0;
  display: inline-block;
  width: 41px;
  height: auto;
  text-align: center;
  margin-right: 6px;
}

div.modern-page-navigation a:hover {
  color: #fff;
  background: #7b2019;
}

div.modern-page-navigation span.modern-page-current {
  color: #fff;
  background: #7b2019;
}

.header-menu__dd {
  z-index: 100;
}

.bx-soa-tooltip {
  width: auto;
  height: auto;
  background: transparent;
}

.bx-filter-parameters-box-container .btn:hover,
.bx-filter-parameters-box-container .btn:focus {
  color: #fff;
  background: #232323;
  text-decoration: none;
}

.bx-basket-block {
  padding-left: 0;
}

.header-city .header-middle__content-title {
  max-width: 60px;
}

.bx-basket-block a {
  color: #7b2019;
  font-size: 13px;
  text-decoration: underline;
}

.bx-basket-block a:hover {
  text-decoration: none;
}

.top-basket-bottom {
  display: block;
  margin-top: 5px;
}

.cart-top {
  max-width: 140px;
}

.calling-specialist {
  margin-left: 25px;
}

.header-middle__content-item__separator {
  margin: 0 25px;
}

.header {
  z-index: 100;
}

.header-middle {
  z-index: 100;
}

.catalog-switcher {
  display: none;
}

.catalog-menu {
  display: none;
}

.select2-dropdown {
  border-radius: 0;
}

.select2-results__option {
  font-size: 12px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 4px;
  font-size: 14px;
  color: #7b2019;
}

.select2-container--default .select2-selection--single {
  border-color: transparent;
  border-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-color: #aaa;
}

.select2-container {
  max-width: 180px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #7b2019 transparent transparent transparent;
}

.catalog-menu-mobile {
  display: none;
  height: 0;
}

.catalog-menu-mobile.active {
  display: block;
  height: auto;
}

.slider-container__item .slider-nav {
  max-height: 412px;
  overflow: hidden;
}

.innercont-item picture,
.innercont-item img {
  width: 100%;
  max-height: 245px;
  height: 100%;
}

.basket-item-info-name:after {
  display: none;
}

.basket-item-property-custom {
  display: none;
}

.basket-item-scu-color .basket-item-scu-item-inner,
.basket-item-property-scu-image .basket-item-scu-item-inner {
  margin-left: 1px;
}

.product-item-big-card .product-item-price-current {
  margin-bottom: 20px;
}

.bx-no-touch .product-item-container.hover .button-hidden-hover {
  display: none;
}

.product-item-image-wrapper {
  padding-top: 100%;
}

.product-item-line-card .product-item-title a {
  font-size: 17px;
  line-height: 23px;
}

.product-item-line-card .product-item-info-container.text-left {
  text-align: left;
}

.product-item-line-card .product-item-properties dt {
  color: #7c7c7c;
  font-size: 13px;
  line-height: 23px;
}

.product-item-line-card .product-item-properties dd {
  float: left;
  color: #232323;
  font-size: 13px;
  line-height: 23px;
}

.product-item-line-card .product-item-price-current {
  font-size: 23px;
  color: #7b2019;
  font-weight: 500;
  text-align: right;
  display: block;
}

.product-item-line-card .product-item-price-current span {
  font-size: 17px;
  color: #7c7c7c;
}

.product-item-line-card .btn {
  font-size: 19px;
  text-transform: none;
  width: 100%;
  margin-top: 140px;
}

.product-item-line-card .product-item-image-wrapper {
  padding-top: 87%;
}

.product-item-line-card .product-item-scu-container {
  color: #7c7c7c;
  font-size: 13px;
  line-height: 23px;
}

.product-item-line-card:hover .product-item {
  border-color: #7b2019;
}

.bx-catalog-element h1 {
  font-size: 28px;
  line-height: normal;
}

.bx-catalog-element .product-item-detail-pay-block.current-price {
  border-left: 1px solid #dadada;
  padding-top: 10px;
  padding-bottom: 10px;
}

.bx-catalog-element
  .product-item-detail-pay-block.current-price
  .product-item-detail-info-container {
  margin-bottom: 0;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close {
  right: 140px;
}

.btn.product-item-detail-buy-button span {
  text-transform: none;
}

.grecaptcha-badge {
  opacity: 0;
  visibility: hidden;
}

.btn-square {
  font-size: 12px;
  font-weight: 500;
  padding: 11px 20px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid rgba(154, 153, 153, 0.46);
  cursor: pointer;
}

.btn-square.btn-square--lg {
  padding: 20px 45px;
}

.btn-square.btn-square--lg.btn-black {
  background: #000;
  color: #fff;
}

.btn-square.btn-square--lg.btn-black:hover {
  background: #7b2019;
}

.btn-square.btn--arrow-right {
  padding-right: 35px;
  color: #000;
}

.btn-square.btn--arrow-right:hover {
  background: #7b2019 url(/local/templates/moszabor/css/img/arrow-btn.svg)
    no-repeat calc(100% - 13px) center;
  color: #fff;
}

.btn-square.btn-square--lg.btn--arrow-right {
  padding-right: 55px;
  color: #000;
}

.btn-square.btn-square--lg.btn--arrow-right:hover {
  background: #7b2019 url(/local/templates/moszabor/css/img/arrow-btn.svg)
    no-repeat calc(100% - 30px) center;
  color: #fff;
}

.btn-square.btn--calc {
  padding: 15px 13px 15px 50px;
  color: #fff;
}

.btn-square.btn--calc:hover {
  background-color: #000;
}

.btn-square.btn--calc.btn-square--lg {
  padding: 20px 30px 20px 50px;
  color: #fff;
}

.btn-square.btn--calc.btn-square--lg:hover {
  background-color: #7b2019;
}

.bg-fb {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url("../img/social_sprites.png") -10px -140px;
}

.bg-fb:hover {
  background-position: -75px -140px;
}

.bg-fb_color {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url("../img/social_sprites.png") -75px -140px;
}

.bg-insta {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url("../img/social_sprites.png") -10px -10px;
}

.bg-insta:hover {
  background-position: -140px -140px;
}

.bg-insta_color {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url("../img/social_sprites.png") -140px -140px;
}

.bg-ok {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url("../img/social_sprites.png") -75px -10px;
}

.bg-ok:hover {
  background-position: -10px -75px;
}

.bg-ok_color {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url("../img/social_sprites.png") -10px -75px;
}

.bg-vk {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url("../img/social_sprites.png") -75px -75px;
}

.bg-vk:hover {
  background-position: -140px -10px;
}

.bg-vk_color {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url("../img/social_sprites.png") -140px -10px;
}

.bg-yt {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url("../img/social_sprites.png") -205px -10px;
}

.bg-yt:hover {
  background-position: -140px -75px;
}

.bg-yt_color {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url("../img/social_sprites.png") -140px -75px;
}

.fixed-blocks {
  display: none;
}

.fixed-social {
  position: fixed;
  display: flex;
  flex-direction: column;
  width: 45px;
  top: 100px;
  left: 2%;
  z-index: 5;
}

.fixed-social > a {
  display: block;
  margin-bottom: 5px;
}

.fixed-buttons {
  position: fixed;
  top: 282px;
  right: -171px;
  transform: rotate(-90deg);
  z-index: 5;
  display: flex;
}

.fixed-buttons > *.btn-square {
  border: 1px solid rgba(172, 216, 188, 0.54);
  display: block;
  background-color: #7b2019;
  font-size: 14px;
  padding: 22px 13px 22px 50px;
}

.fixed-buttons > *.btn-square.calc-icon {
  background: #7b2019 url(/local/templates/moszabor/css/img/calculator.png)
    no-repeat 15px center;
  padding: 22px 13px 22px 60px;
}

.fixed-buttons > *.btn-square.calc-icon:hover {
  background: #000 url(/local/templates/moszabor/css/img/calculator.png)
    no-repeat 15px center;
}

.wrap-projects-slider.mobile .prev {
  left: 0;
}

.wrap-projects-slider.mobile .next {
  right: 0;
}

.wrap-advantages-slider.mobile .prev {
  left: 0;
  border-color: #fff;
}

.wrap-advantages-slider.mobile .next {
  right: 0;
  border-color: #fff;
}

/* End */

/* Start:/local/templates/main_copy/fonts/HelveticaNeueCyr/stylesheet.min.css?16007954085700*/

@font-face {
  font-display: swap;
  font-family: "HelveticaNeueCyr";
  src: url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-Medium.eot");
  src: local("HelveticaNeueCyr-Medium"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-Medium.eot@")
      format("embedded-opentype"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-Medium.woff")
      format("woff"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-Medium.ttf")
      format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: "HelveticaNeueCyr";
  src: url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-Heavy.eot");
  src: local("HelveticaNeueCyr-Heavy"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-Heavy.eot@")
      format("embedded-opentype"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-Heavy.woff")
      format("woff"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-Heavy.ttf")
      format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: "HelveticaNeueCyr";
  src: url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-HeavyItalic.eot");
  src: local("HelveticaNeueCyr-HeavyItalic"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-HeavyItalic.eot@")
      format("embedded-opentype"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-HeavyItalic.woff")
      format("woff"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-HeavyItalic.ttf")
      format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-display: swap;
  font-family: "HelveticaNeueCyr";
  src: url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-Black.eot");
  src: local("HelveticaNeueCyr-Black"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-Black.eot@")
      format("embedded-opentype"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-Black.woff")
      format("woff"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-Black.ttf")
      format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: "HelveticaNeueCyr";
  src: url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-UltraLightItalic.eot");
  src: local("HelveticaNeueCyr-UltraLightItalic"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-UltraLightItalic.eot@")
      format("embedded-opentype"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-UltraLightItalic.woff")
      format("woff"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-UltraLightItalic.ttf")
      format("truetype");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-display: swap;
  font-family: "HelveticaNeueCyr";
  src: url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-BlackItalic.eot");
  src: local("HelveticaNeueCyr-BlackItalic"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-BlackItalic.eot@")
      format("embedded-opentype"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-BlackItalic.woff")
      format("woff"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-BlackItalic.ttf")
      format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-display: swap;
  font-family: "HelveticaNeueCyr";
  src: url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-ThinItalic.eot");
  src: local("HelveticaNeueCyr-ThinItalic"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-ThinItalic.eot@")
      format("embedded-opentype"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-ThinItalic.woff")
      format("woff"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-ThinItalic.ttf")
      format("truetype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-display: swap;
  font-family: "HelveticaNeueCyr";
  src: url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-MediumItalic.eot");
  src: local("HelveticaNeueCyr-MediumItalic"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-MediumItalic.eot@")
      format("embedded-opentype"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-MediumItalic.woff")
      format("woff"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-MediumItalic.ttf")
      format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-display: swap;
  font-family: "HelveticaNeueCyr";
  src: url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-LightItalic.eot");
  src: local("HelveticaNeueCyr-LightItalic"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-LightItalic.eot@")
      format("embedded-opentype"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-LightItalic.woff")
      format("woff"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-LightItalic.ttf")
      format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-display: swap;
  font-family: "HelveticaNeueCyr";
  src: url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-UltraLight.eot");
  src: local("HelveticaNeueCyr-UltraLight"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-UltraLight.eot@")
      format("embedded-opentype"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-UltraLight.woff")
      format("woff"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-UltraLight.ttf")
      format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: "HelveticaNeueCyr";
  src: url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-BoldItalic.eot");
  src: local("HelveticaNeueCyr-BoldItalic"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-BoldItalic.eot@")
      format("embedded-opentype"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-BoldItalic.woff")
      format("woff"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-BoldItalic.ttf")
      format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-display: swap;
  font-family: "HelveticaNeueCyr";
  src: url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-Italic.eot");
  src: local("HelveticaNeueCyr-Italic"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-Italic.eot@")
      format("embedded-opentype"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-Italic.woff")
      format("woff"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-Italic.ttf")
      format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-display: swap;
  font-family: "HelveticaNeueCyr";
  src: url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-Roman.eot");
  src: local("HelveticaNeueCyr-Roman"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-Roman.eot@")
      format("embedded-opentype"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-Roman.woff")
      format("woff"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-Roman.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: "HelveticaNeueCyr";
  src: url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-Bold.eot");
  src: local("HelveticaNeueCyr-Bold"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-Bold.eot@")
      format("embedded-opentype"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-Bold.woff")
      format("woff"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-Bold.ttf")
      format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: "HelveticaNeueCyr";
  src: url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-Light.eot");
  src: local("HelveticaNeueCyr-Light"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-Light.eot@")
      format("embedded-opentype"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-Light.woff")
      format("woff"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-Light.ttf")
      format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: "HelveticaNeueCyr";
  src: url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-Thin.eot");
  src: local("HelveticaNeueCyr-Thin"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-Thin.eot@")
      format("embedded-opentype"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-Thin.woff")
      format("woff"),
    url("/local/templates/moszabor/css/fonts/HelveticaNeueCyr-Thin.ttf")
      format("truetype");
  font-weight: 100;
  font-style: normal;
}

/* End */

/* Start:/local/templates/main_copy/js/slick-1.8.1/slick/slick.css?15966505171776*/

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* End */

/* Start:/local/templates/main_copy/css/header.min.css?160743523913813*/

.header-content.header-middle_position_fixed {
  height: 86px;
}

.header-content.header-middle_position_fixed .header__social {
  display: none;
}

.header-content.header-middle_position_fixed .newButtonheader .header_calc {
  display: none;
}

.header-content.header-middle_position_fixed .newButtonheader .header__call {
  display: none;
}

.header-content {
  position: relative;
  padding: 0;
  display: flex;
}

.header-separator-last {
  display: none;
  margin-right: 0px;
}

.header-content.header-middle_position_fixed {
  padding: 0;
}

.header-content .phone-block {
  display: flex;
  align-items: center;
}

.header-content .phone-block a {
  color: #232323;
  font-weight: bold;
  font-size: 14px;
}

.header-content .phone-block svg {
  width: 14px;
  height: 15px;
  margin-right: 4px;
}

.header-content .phone-block .work_time {
  font-weight: 400;
  color: #8c8c8c;
}

.header-content .header-middle__content-head.gates svg {
  width: 12px;
  height: 16px;
  margin-right: 8px;
}

.header-content .header-middle__content-head.gates a {
  font-size: 14px;
  color: #8c8c8c;
  font-weight: 500;
}

.header-info:after {
  content: "";
  /*background: #f9f9f9;*/
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 23%;
}

.header-info:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  right: 23%;
  width: 0;
  border: 36px solid transparent;
  /*border-right: 23px solid #fff;
  border-bottom: 50px solid #fff;*/
  height: 0;
}

.header-info .header-middle__content-head.cart > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  color: #7b2019;
  margin-right: 15px;
}

.header .header-menu {
  height: 100%;
  border: none;
}

.header .header-menu ul.main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  height: 100%;
}

.header .header-menu__item {
  -webkit-box-flex: unset;
  -ms-flex-positive: unset;
  flex-grow: unset;
  height: 100%;
}

.header .header-menu__item > ul {
  display: none;
}

.header .header-menu__item:hover .header-menu__link {
  box-shadow: none;
}

.header .header-menu__item:hover .header-menu__link:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 2px;
  background-color: #232323;
  bottom: 15px;
}

.header
  .header-middle_position_fixed
  .header-menu__item:hover
  .header-menu__link:after {
  bottom: 25px;
}

.header .header-menu__item:hover > .header-menu__hidden {
  display: block;
}

.header .header-menu__link {
  display: flex;
  align-items: center;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 15px;
  position: relative;
  height: 100%;
  line-height: 14px;
}

.header .header-menu__link:hover {
  box-shadow: none;
}

.header .header-menu__link:hover:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 2px;
  background-color: #232323;
  bottom: 25px;
}

.header .header-menu__link.active {
  text-decoration: none;
  box-shadow: none;
}

.header .header-menu__link.active:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 2px;
  background-color: #232323;
  bottom: 15px;
}

.header .header-middle_position_fixed .header-menu__link.active:after {
  bottom: 25px;
}

.header .header-menu__hidden {
  display: none;
  position: absolute;
  top: 100%;
  border-top: 1px solid #d8d8d8;
  border-radius: 12px;
  z-index: 100;
  background-color: rgba(123, 32, 25, 0.9);
  color: #fff;
}

.catalog__menu {
  width: 22%;
  padding: 1em 0;
  left: 0 !important;
}

.about__menu {
  width: 14%;
  padding: 1em 0;
}

.img-hover:not(:last-child) {
  margin-bottom: 20px;
}

.sub-menu__inner li a {
  color: #fff !important;
}

.sub-menu__inner li:not(:last-child) {
  margin-bottom: 20px;
}

.header .header-menu__hidden .wrap {
  max-width: 1220px;
}

.header .header-menu__hidden .sub-menu {
  margin: 0;
  padding: 0 1em;
  display: flex;
  flex-direction: column;
  visibility: visible;
  opacity: 1;
}

.header .header-menu__hidden .sub-menu > li:hover > a,
.header .header-menu__hidden .sub-menu > li.active > a {
  color: #fff;
  background-color: #7b2019;
}

.header .header-menu__hidden .sub-menu > li:hover .sub-menu__hidden,
.header .header-menu__hidden .sub-menu > li.active .sub-menu__hidden {
  visibility: visible;
  opacity: 1;
}

.header .header-menu__hidden .sub-menu > li > a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: underline;
}

.header .header-menu__hidden .sub-menu > li > a > img {
  display: block;
  margin-bottom: 10px;
}

.header .header-menu__hidden .sub-menu .sub-menu__hidden {
  background: rgba(123, 32, 25, 0.9);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-top: 1px solid #d8d8d8;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition-delay: 0.4s;
}

.header .header-menu__hidden .sub-menu .sub-menu__hidden ul {
  margin: 0;
  padding: 30px 0;
  column-count: 3;
  width: 100%;
}

.header .header-menu__hidden .sub-menu .sub-menu__hidden ul > li:hover a {
  color: #232323;
}

.header .header-menu__hidden .sub-menu .sub-menu__hidden ul a {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
}

body .btn {
  border-radius: 3px;
}

.header-content .newButtonheader a span.mob-ver {
  display: none;
}

.header-middle {
  padding: 25px 0 20px;
  background: #fff;
}

.header-middle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  height: 161px;
}

.wrap-projects-slider .prev,
.wrap-projects-slider .next {
  display: none !important;
}

.ready-gate__item {
  line-height: 20px !important;
}

.header-content.header-middle_position_fixed .newButtonheader {
  display: none;
}

/*# sourceMappingURL=header.min.css.map */

/* End */

/* Start:/local/templates/main_copy/styles.css?159837182327573*/

.zabor__page .main_image {
  overflow: hidden;
  position: relative;
}

.zabor__page .main_image img {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: 0;
}

.zabor__page .main_image a.town-10:before,
.zabor__page .main_image a.town-12:before,
.zabor__page .main_image a.town-14:before,
.zabor__page .main_image a.town-20:before,
.zabor__page .main_image a.town-21:before,
.zabor__page .main_image a.town-23:before,
.zabor__page .main_image a.town-25:before,
.zabor__page .main_image a.town-26:before,
.zabor__page .main_image a.town-27:before,
.zabor__page .main_image a.town-28:before,
.zabor__page .main_image a.town-29:before,
.zabor__page .main_image a.town-2:before,
.zabor__page .main_image a.town-30:before,
.zabor__page .main_image a.town-31:before,
.zabor__page .main_image a.town-32:before,
.zabor__page .main_image a.town-33:before,
.zabor__page .main_image a.town-34:before,
.zabor__page .main_image a.town-35:before,
.zabor__page .main_image a.town-36:before,
.zabor__page .main_image a.town-37:before,
.zabor__page .main_image a.town-38:before,
.zabor__page .main_image a.town-39:before,
.zabor__page .main_image a.town-40:before,
.zabor__page .main_image a.town-42:before,
.zabor__page .main_image a.town-43:before,
.zabor__page .main_image a.town-45:before,
.zabor__page .main_image a.town-47:before,
.zabor__page .main_image a.town-48:before,
.zabor__page .main_image a.town-49:before,
.zabor__page .main_image a.town-50:before,
.zabor__page .main_image a.town-51:before,
.zabor__page .main_image a.town-53:before,
.zabor__page .main_image a.town-54:before,
.zabor__page .main_image a.town-55:before,
.zabor__page .main_image a.town-57:before,
.zabor__page .main_image a.town-58:before,
.zabor__page .main_image a.town-59:before,
.zabor__page .main_image a.town-60:before,
.zabor__page .main_image a.town-61:before,
.zabor__page .main_image a.town-62:before,
.zabor__page .main_image a.town-63:before,
.zabor__page .main_image a.town-64:before,
.zabor__page .main_image a.town-66:before,
.zabor__page .main_image a.town-67:before,
.zabor__page .main_image a.town-68:before,
.zabor__page .main_image a.town-69:before,
.zabor__page .main_image a.town-70:before,
.zabor__page .main_image a.town-71:before,
.zabor__page .main_image a.town-72:before,
.zabor__page .main_image a.town-73:before {
  margin-right: 5px;
}

.zabor__page .main_image a {
  display: none;
  position: absolute;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  text-shadow: #2e3192 1px 1px 0, #2e3192 -1px -1px 0, #2e3192 1px -1px 0,
    #2e3192 -1px 1px 0;
}

.zabor__page .main_image a.active,
.zabor__page .main_image a:hover {
  color: #2e3192;
  text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff 1px -1px 0,
    #fff -1px 1px 0;
}

.zabor__page .main_image a:before {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  overflow: hidden;
  background: #2e3192;
  border: 1px solid #fff;
}

.zabor__page .main_image a.active:before,
.zabor__page .main_image a:hover:before {
  border: 1px solid #2e3192;
  background: #fff;
}

.zabor__page .main_image a span {
  display: block;
}

.zabor__page .main_image a.town-1 {
  display: inline-block;
  margin-left: 285px;
  margin-top: 432px;
}

.zabor__page .main_image a.town-2 {
  display: inline-block;
  margin-left: 480px;
  margin-top: 342px;
}

.zabor__page .main_image a.town-3 {
  display: inline-block;
  margin-left: 513px;
  margin-top: 467px;
}

.zabor__page .main_image a.town-4 {
  display: inline-block;
  margin-left: 160px;
  margin-top: 508px;
}

.zabor__page .main_image a.town-5 {
  display: inline-block;
  margin-left: 421px;
  margin-top: 434px;
}

.zabor__page .main_image a.town-6 {
  display: inline-block;
  margin-left: 90px;
  margin-top: 283px;
}

.zabor__page .main_image a.town-7 {
  display: inline-block;
  margin-left: 570px;
  margin-top: 500px;
}

.zabor__page .main_image a.town-8 {
  display: inline-block;
  margin-left: 225px;
  margin-top: 205px;
}

.zabor__page .main_image a.town-9 {
  display: inline-block;
  margin-left: 300px;
  margin-top: 400px;
}

.zabor__page .main_image a.town-10 {
  display: inline-block;
  margin-left: 330px;
  margin-top: 340px;
}

.zabor__page .main_image a.town-11 {
  display: inline-block;
  margin-left: 435px;
  margin-top: 400px;
}

.zabor__page .main_image a.town-12 {
  display: inline-block;
  margin-left: 410px;
  margin-top: 185px;
}

.zabor__page .main_image a.town-13 {
  display: inline-block;
  margin-left: 320px;
  margin-top: 310px;
}

.zabor__page .main_image a.town-13 span {
  float: left;
}

.zabor__page .main_image a.town-13:before {
  margin-left: 5px;
}

.zabor__page .main_image a.town-14 {
  display: inline-block;
  margin-left: 440px;
  margin-top: 465px;
}

.zabor__page .main_image a.town-14 span {
  float: right;
}

.zabor__page .main_image a.town-15 span,
.zabor__page .main_image a.town-19 span {
  float: left;
}

.zabor__page .main_image a.town-15 {
  display: inline-block;
  margin-left: 580px;
  margin-top: 400px;
}

.zabor__page .main_image a.town-15:before {
  margin-left: 5px;
}

.zabor__page .main_image a.town-16 {
  display: inline-block;
  margin-left: 335px;
  margin-top: 97px;
}

.zabor__page .main_image a.town-17 {
  display: inline-block;
  margin-left: 470px;
  margin-top: 425px;
}

.zabor__page .main_image a.town-18 {
  display: inline-block;
  margin-left: 260px;
  margin-top: 350px;
}

.zabor__page .main_image a.town-19 {
  display: inline-block;
  margin-left: 385px;
  margin-top: 395px;
}

.zabor__page .main_image a.town-20 span,
.zabor__page .main_image a.town-21 span,
.zabor__page .main_image a.town-23 span {
  float: right;
}

.zabor__page .main_image a.town-19:before {
  margin-left: 5px;
}

.zabor__page .main_image a.town-20 {
  display: inline-block;
  margin-left: 530px;
  margin-top: 170px;
}

.zabor__page .main_image a.town-21 {
  display: inline-block;
  margin-left: 435px;
  margin-top: 310px;
}

.zabor__page .main_image a.town-22 {
  display: inline-block;
  margin-left: 240px;
  margin-top: 480px;
}

.zabor__page .main_image a.town-23 {
  display: inline-block;
  margin-left: 565px;
  margin-top: 315px;
}

.zabor__page .main_image a.town-24 {
  display: inline-block;
  margin-left: 290px;
  margin-top: 385px;
}

.zabor__page .main_image a.town-24 span {
  float: left;
}

.zabor__page .main_image a.town-25 span,
.zabor__page .main_image a.town-26 span,
.zabor__page .main_image a.town-27 span,
.zabor__page .main_image a.town-28 span,
.zabor__page .main_image a.town-29 span,
.zabor__page .main_image a.town-30 span,
.zabor__page .main_image a.town-31 span,
.zabor__page .main_image a.town-33 span,
.zabor__page .main_image a.town-34 span,
.zabor__page .main_image a.town-35 span,
.zabor__page .main_image a.town-36 span,
.zabor__page .main_image a.town-37 span,
.zabor__page .main_image a.town-38 span,
.zabor__page .main_image a.town-39 span,
.zabor__page .main_image a.town-40 span {
  float: right;
}

.zabor__page .main_image a.town-24:before {
  margin-left: 5px;
}

.zabor__page .main_image a.town-25 {
  display: inline-block;
  margin-left: 650px;
  margin-top: 370px;
}

.zabor__page .main_image a.town-26 {
  display: inline-block;
  margin-left: 610px;
  margin-top: 340px;
}

.zabor__page .main_image a.town-27 {
  display: inline-block;
  margin-left: 515px;
  margin-top: 210px;
}

.zabor__page .main_image a.town-28 {
  display: inline-block;
  margin-left: 380px;
  margin-top: 620px;
}

.zabor__page .main_image a.town-29 {
  display: inline-block;
  margin-left: 320px;
  margin-top: 245px;
}

.zabor__page .main_image a.town-30 {
  display: inline-block;
  margin-left: 385px;
  margin-top: 555px;
}

.zabor__page .main_image a.town-31 {
  display: inline-block;
  margin-left: 430px;
  margin-top: 295px;
}

.zabor__page .main_image a.town-32 {
  display: inline-block;
  margin-left: 630px;
  margin-top: 320px;
}

.zabor__page .main_image a.town-32 span {
  float: right;
}

.zabor__page .main_image a.town-33 {
  display: inline-block;
  margin-left: 545px;
  margin-top: 385px;
}

.zabor__page .main_image a.town-34 {
  display: inline-block;
  margin-left: 530px;
  margin-top: 370px;
}

.zabor__page .main_image a.town-35 {
  display: inline-block;
  margin-left: 405px;
  margin-top: 200px;
}

.zabor__page .main_image a.town-36 {
  display: inline-block;
  margin-left: 580px;
  margin-top: 640px;
}

.zabor__page .main_image a.town-37 {
  display: inline-block;
  margin-left: 540px;
  margin-top: 330px;
}

.zabor__page .main_image a.town-38 {
  display: inline-block;
  margin-left: 490px;
  margin-top: 620px;
}

.zabor__page .main_image a.town-39 {
  display: inline-block;
  margin-left: 405px;
  margin-top: 65px;
}

.zabor__page .main_image a.town-40 {
  display: inline-block;
  margin-left: 505px;
  margin-top: 305px;
}

.zabor__page .main_image a.town-41 {
  display: inline-block;
  margin-left: 330px;
  margin-top: 325px;
}

.zabor__page .main_image a.town-41 span {
  float: left;
}

.zabor__page .main_image a.town-42 span,
.zabor__page .main_image a.town-43 span,
.zabor__page .main_image a.town-44 span,
.zabor__page .main_image a.town-45 span {
  float: right;
}

.zabor__page .main_image a.town-41:before {
  margin-left: 5px;
}

.zabor__page .main_image a.town-42 {
  display: inline-block;
  margin-left: 505px;
  margin-top: 225px;
}

.zabor__page .main_image a.town-43 {
  display: inline-block;
  margin-left: 520px;
  margin-top: 270px;
}

.zabor__page .main_image a.town-44 {
  display: inline-block;
  margin-left: 750px;
  margin-top: 420px;
}

.zabor__page .main_image a.town-44:before {
  margin-right: 5px;
}

.zabor__page .main_image a.town-45 {
  display: inline-block;
  margin-left: 505px;
  margin-top: 650px;
}

.zabor__page .main_image a.town-46 {
  display: inline-block;
  margin-left: 250px;
  margin-top: 330px;
}

.zabor__page .main_image a.town-46 span {
  float: left;
}

.zabor__page .main_image a.town-47 span,
.zabor__page .main_image a.town-48 span,
.zabor__page .main_image a.town-49 span,
.zabor__page .main_image a.town-50 span,
.zabor__page .main_image a.town-51 span {
  float: right;
}

.zabor__page .main_image a.town-46:before {
  margin-left: 5px;
}

.zabor__page .main_image a.town-47 {
  display: inline-block;
  margin-left: 490px;
  margin-top: 285px;
}

.zabor__page .main_image a.town-48 {
  display: inline-block;
  margin-left: 665px;
  margin-top: 475px;
}

.zabor__page .main_image a.town-49 {
  display: inline-block;
  margin-left: 240px;
  margin-top: 430px;
}

.zabor__page .main_image a.town-50 {
  display: inline-block;
  margin-left: 305px;
  margin-top: 465px;
}

.zabor__page .main_image a.town-51 {
  display: inline-block;
  margin-left: 365px;
  margin-top: 355px;
}

.zabor__page .main_image a.town-52 {
  display: inline-block;
  margin-left: 405px;
  margin-top: 270px;
}

.zabor__page .main_image a.town-52 span {
  float: left;
}

.zabor__page .main_image a.town-53 span,
.zabor__page .main_image a.town-54 span,
.zabor__page .main_image a.town-55 span {
  float: right;
}

.zabor__page .main_image a.town-52:before {
  margin-left: 5px;
}

.zabor__page .main_image a.town-53 {
  display: inline-block;
  margin-left: 455px;
  margin-top: 330px;
}

.zabor__page .main_image a.town-54 {
  display: inline-block;
  margin-left: 650px;
  margin-top: 670px;
}

.zabor__page .main_image a.town-55 {
  display: inline-block;
  margin-left: 650px;
  margin-top: 385px;
}

.zabor__page .main_image a.town-56 {
  display: inline-block;
  margin-left: 360px;
  margin-top: 290px;
}

.zabor__page .main_image a.town-56 span {
  float: left;
}

.zabor__page .main_image a.town-57 span,
.zabor__page .main_image a.town-58 span,
.zabor__page .main_image a.town-59 span,
.zabor__page .main_image a.town-60 span,
.zabor__page .main_image a.town-61 span,
.zabor__page .main_image a.town-62 span,
.zabor__page .main_image a.town-63 span,
.zabor__page .main_image a.town-64 span {
  float: right;
}

.zabor__page .main_image a.town-56:before {
  margin-left: 5px;
}

.zabor__page .main_image a.town-57 {
  display: inline-block;
  margin-left: 525px;
  margin-top: 355px;
}

.zabor__page .main_image a.town-58 {
  display: inline-block;
  margin-left: 675px;
  margin-top: 605px;
}

.zabor__page .main_image a.town-59 {
  display: inline-block;
  margin-left: 265px;
  margin-top: 200px;
}

.zabor__page .main_image a.town-60 {
  display: inline-block;
  margin-left: 615px;
  margin-top: 570px;
}

.zabor__page .main_image a.town-61 {
  display: inline-block;
  margin-left: 650px;
  margin-top: 415px;
}

.zabor__page .main_image a.town-62 {
  display: inline-block;
  margin-left: 465px;
  margin-top: 385px;
}

.zabor__page .main_image a.town-63 {
  display: inline-block;
  margin-left: 140px;
  margin-top: 450px;
}

.zabor__page .main_image a.town-64 {
  display: inline-block;
  margin-left: 485px;
  margin-top: 405px;
}

.zabor__page .main_image a.town-65 {
  display: inline-block;
  margin-left: 415px;
  margin-top: 285px;
}

.zabor__page .main_image a.town-65 span {
  float: left;
}

.zabor__page .main_image a.town-66 span,
.zabor__page .main_image a.town-67 span,
.zabor__page .main_image a.town-68 span,
.zabor__page .main_image a.town-69 span,
.zabor__page .main_image a.town-70 span,
.zabor__page .main_image a.town-71 span,
.zabor__page .main_image a.town-72 span,
.zabor__page .main_image a.town-73 span {
  float: right;
}

.zabor__page .main_image a.town-65:before {
  margin-left: 5px;
}

.zabor__page .main_image a.town-66 {
  display: inline-block;
  margin-left: 425px;
  margin-top: 655px;
}

.zabor__page .main_image a.town-67 {
  display: inline-block;
  margin-left: 540px;
  margin-top: 430px;
}

.zabor__page .main_image a.town-68 {
  display: inline-block;
  margin-left: 470px;
  margin-top: 370px;
}

.zabor__page .main_image a.town-69 {
  display: inline-block;
  margin-left: 810px;
  margin-top: 390px;
}

.zabor__page .main_image a.town-70 {
  display: inline-block;
  margin-left: 180px;
  margin-top: 395px;
}

.zabor__page .main_image a.town-71 {
  display: inline-block;
  margin-left: 530px;
  margin-top: 195px;
}

.zabor__page .main_image a.town-72 {
  display: inline-block;
  margin-left: 415px;
  margin-top: 480px;
}

.zabor__page .main_image a.town-73 {
  display: inline-block;
  margin-left: 350px;
  margin-top: 605px;
}

.zabor__page .main_image a:before {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  overflow: hidden;
  background: #2e3192;
  border: 1px solid #fff;
  content: "";
}

.zabor__page .main_image a {
  background: 0;
  text-decoration: none;
}

.alphabet {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  margin: 80px -9.5px 35px;
}

.alphabet span a {
  padding: 9.5px;
  display: inline-block;
}

.alphabet span.active a {
  color: #7b2019;
  border-radius: 3px;
  background: #ececec;
  text-decoration: none;
}

.alphabet span:hover a {
  color: #7b2019;
  text-decoration: none;
}

.alphabet a {
  font-size: 14px;
  font-weight: bold;
}

.h3-title {
  font-weight: bold;
}

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

.mango-callback
  .widget-wrapper.selected-dynamic.mng-wgt.common-window
  .button-widget-open {
  bottom: 17px !important;
  right: -97px !important;
}

.slick-prev:before,
.slick-next:before {
  color: transparent !important;
  font-size: 36px !important;
  opacity: 1 !important;
}

.slick-prev:before {
  border-radius: 50%;
  background: #7b2019 url(/local/templates/moszabor/css/img/arrow-slider.svg)
    no-repeat center center !important;
}

.slick-next:before {
  border-radius: 50%;
  background: #7b2019 url(/local/templates/moszabor/css/img/arrow-slider.svg)
    no-repeat center center !important;
}

.slider-for *,
.slider-for *:before,
.slider-for *:after {
  margin: 0;
  padding: 0 !important;
}

.slider-container {
  width: 52%;
  margin-left: 31px;
}

.price-table td:nth-last-child(1) {
  white-space: normal !important;
}

.slider-container__item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}

.slider-container__item .slider-for {
  width: 89.7%;
  border-bottom: solid 2px white;
  padding-bottom: 1px !important;
  height: 420px;
}

.slider-container__item .slider-nav {
  flex: 0 0 30%;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.slick-prev {
  left: 20px !important;
  left: -25px;
  top: 20px !important;
  left: 50% !important;
  z-index: 5 !important;
  transform: rotate(90deg) !important;
}

.slick-next {
  left: -40px !important;
  top: 89% !important;
  left: 40% !important;
  z-index: 5 !important;
  transform: rotate(-90deg) !important;
  cursor: pointer;
}

.count-pic-items-1 .slider-nav:before,
.count-pic-items-1 .slider-nav:after,
.count-pic-items-2 .slider-nav:before,
.count-pic-items-2 .slider-nav:after,
.count-pic-items-3 .slider-nav:before,
.count-pic-items-3 .slider-nav:after {
  display: none;
}

.slick-initialized .slick-slide {
  display: block;
  padding: 10px;
}

.slick-slide img {
  margin: 1px 2px;
}

.slick-slider {
  padding: 0;
}

.slider-for {
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.slide__item {
  border-bottom: solid 2px white;
  padding-bottom: 1px !important;
}

.slider-nav .item {
  padding: 0 1.5px;
}

.main_project__slider-slide * {
  margin: 0;
  padding: 0;
  border: none !important;
}

.project-slider__thumb-slide {
  margin: 0;
  padding: 0;
}

.main_project-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  padding: 0 50px;
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.main_project-price__item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  align-items: center;
  padding: 10px 10px;
}

.main_project-price__item .btn_measurer {
  font-size: 18px;
  height: 46px;
  line-height: 46px;
  padding: 0 20px 0 54px;
  color: #fff;
  font-weight: 500;
  border-radius: 30px;
  background: #7b2019 60px/ 32px 32px url(/local/templates/moszabor/css/img/order.png)
    no-repeat;
  cursor: pointer;
  text-transform: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn_measurer_main_wrap {
  text-align: center;
}

.projects-slider-main .price_wrap {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.projects-slider-main .price_wrap .price {
  font-size: 20px;
  font-weight: bold;
}

.projects-slider-main .projects-slide__title {
  min-height: 128px;
}

.projects-slider-main .price_wrap {
  min-height: 32px;
}

.projects-slider-main .slick-slide {
  border: 5px #eee solid;
  margin-right: 5px;
}

.projects-slider-main .slick-slide:hover {
  border: 5px #7b2019 solid;
}

.main_project-price__item .btn_measurer:hover {
  color: #fff;
  background: #232323 60px/ 32px 32px url(/local/templates/moszabor/css/img/order.png)
    no-repeat;
}

.main_project-price__item .btn_kalkulyator {
  font-size: 18px;
  height: 46px;
  line-height: 46px;
  padding: 0 20px 0 54px;
  color: #fff;
  font-weight: 500;
  border-radius: 30px;
  background: #7b2019 60px/ 32px 32px url(/local/templates/moszabor/css/img/calculator.png)
    no-repeat;
  -webkit-user-select: none;
  cursor: pointer;
  text-transform: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.main_project-price__item .btn_kalkulyator:hover {
  color: #fff;
  background: #232323 60px/ 32px 32px url(/local/templates/moszabor/css/img/calculator.png)
    no-repeat;
}

.main_project-price__item.main_project-price_wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
}

.main_project-price {
  margin-left: 100px;
  margin-top: 0;
  flex: 0 0 35%;
}

.main_project-price {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.main_project-price_text2-wrap {
  padding-top: 10px;
}

p.main_project-price_text1,
p.main_project-price_text-price {
  font-size: 18px;
  font-weight: bold;
}

p.main_project-price_text-price {
  font-weight: normal;
}

p.main_project-price_text-price {
  color: #7b2019;
  font-weight: bold;
}

p.main_project-price_text2 {
  font-size: 16px;
  padding: 0 5px;
  text-align: center;
}

.ui-tabs .ui-tabs-panel {
  padding: 0 !important;
}

.main_project-price__img-wrap {
  display: flex;
  justify-content: center;
  height: 55px;
  overflow: hidden;
}

.main_project-price__img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.main_project-price__item .btn {
  width: -webkit-fill-available !important;
}

.main_project-price__item .btn__back {
  margin-top: -20px;
}

.btn__back {
  height: 46px;
  line-height: 46px;
  padding: 0 30px;
  color: #fff;
  font-weight: 500;
  border-radius: 30px;
  background: #7b2019;
  margin-left: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}

.btn__back:hover {
  color: #fff;
  background: #232323;
  text-decoration: none;
}

.main_project-price__item-wrap.picters_project-price {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.mango-callback
  .widget-wrapper.selected-dynamic.mng-wgt.common-window
  .button-widget-open {
  bottom: 17px !important;
  right: -97px !important;
}

.project-discription_info .wrap info__list *,
.project-discription_info .wrap info__list *:before,
.project-discription_info .wrap info__list *:after {
  margin: 0 !important;
  padding: 0 !important;
}

.ui-tabs .ui-tabs-nav li.ui-state-default {
  border-bottom: 2px #ccc solid !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  border-bottom: none !important;
}

.project-discription_info .ui-widget.ui-widget-content {
  border: 0;
}

.project-discription_info .ui-widget-header {
  border: 0;
  background: transparent;
}

.project-discription_info .ui-tabs .ui-tabs-nav li {
  border: 0;
}

.info__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.info__item {
  flex: 1;
  font-family: "Rubik", "Arial", sans-serif;
  list-style-type: none;
}

.info__link {
  display: flex;
  width: 100%;
  min-height: 40px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.info__text {
  text-align: justify;
  text-indent: 30px;
}

.project-discription_info .wrap {
  padding-top: 15px !important;
  padding: 0 2px;
}

.info__item {
  background: white !important;
}

.ui-state-hover,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  color: #7b2019 !important;
  box-shadow: 0 -3px 0 0 #000 inset !important;
  background: none !important;
}

.ui-state-default {
  background: white;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #7b2019 !important;
}

.ui-tabs-anchor:hover {
  color: #7b2019 !important;
}

.project-discription_info .wrap .info__link {
  padding: 0 10px !important;
}

.projects-section {
  padding-top: 0;
}

.project-discription__info {
  font-weight: normal;
}

.info__palitra {
  width: 100%;
}

.info__palitra #bx_incl_area_4_1_2_1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.info__palitra .color-palette {
  padding: 20px;
}

.info__palitra .tab-links {
  margin-bottom: 25px;
}

.info__palitra .scroll-wrapper.color-palette__inner.scrollbar-inner {
  height: 280px;
}

.wrap-palitra {
  width: 100%;
  max-width: 1200px;
  padding: 0 19px;
  margin: 0 auto;
}

.footer-mygrid {
  display: grid;
  grid-template-columns: 29% 22% 19% 20%;
  grid-column-gap: 20px;
  margin: 0 !important;
}

.footer-mygrid .grid .col-2 {
  width: 100%;
}

.footer-mygrid > .col-3,
.footer-mygrid > .col-4 {
  margin: 0px;
  width: 100%;
  padding: 0;
}

/* End */

/* Start:/local/templates/main_copy/template_styles.css?159837182322611*/

.service__detailPage h2:not(.h3-title) {
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 25px;
}

.service__detailPage h4 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 20px;
}

.service__detailPage h3:not(.h3-title) {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 20px;
}

.cart-item-wrap h4 {
  font-size: 20px;
}

.project-slider__comment-stars.stars__ {
  display: none;
}

.project-slider__comment-stars {
  color: #232323;
}

.project-slider__comment-stars.stars__star1 span:nth-child(-n + 1) {
  color: #7b2019;
}

.project-slider__comment-stars.stars__star2 span:nth-child(-n + 2) {
  color: #7b2019;
}

.project-slider__comment-stars.stars__star3 span:nth-child(-n + 3) {
  color: #7b2019;
}

.project-slider__comment-stars.stars__star4 span:nth-child(-n + 4) {
  color: #7b2019;
}

.project-slider__comment-stars.stars__star5 span:nth-child(-n + 5) {
  color: #7b2019;
}

.scroll-wrapper > .scroll-content {
  min-width: 100%;
}

.product__header-img {
  position: relative;
}

.product__header-img a {
  position: relative;
  display: block;
  height: 100%;
}

.question--green .input {
  color: #232323;
}

.contacts .contacts-arrows .next {
  transform: rotate(180deg);
}

.news__list .news__list .more-items {
  display: none;
}

.news__list .photos {
  margin-top: 15px;
}

.news__list .news__list {
  margin-top: 30px;
}

.more-items {
  position: relative;
  overflow: hidden;
  clear: both;
  padding-top: 30px;
}

.text__page {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  line-height: 1.6;
}

.text__page h1 {
  margin-bottom: 30px;
}

.text__page h2 {
  margin-bottom: 30px;
}

.text__page p,
.text__page ul,
.text__page li {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  margin-bottom: 30px;
}

.product__hidden .col-2 {
  line-height: 1.6;
}

.main__but {
  position: absolute;
  z-index: 700;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
}

.slider-arrows {
  z-index: 720;
}

.projects-slide__img {
  background-position: left bottom;
  overflow: hidden;
}

.projects-slide__img img {
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.object-discription .grid > div,
.object-discription .wrap {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 50px;
}

.object-discription .wrap p,
.object-discription .wrap div,
.object-discription .wrap li {
  line-height: 1.6;
}

.text__page p:last-child,
.text__page ul:last-child,
.text__page li:last-child {
  margin-bottom: 0;
}

.text__page ul {
  list-style: none;
}

.text__page li {
  position: relative;
  padding-left: 22px;
}

.text__page li:before {
  display: block;
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 50%;
  left: 0;
  background: url("/local/templates/moszabor/css/img/tick-green.svg") no-repeat
    center center/contain;
  margin-top: -9px;
}

.text__page a {
  text-decoration: underline;
  color: #7b2019;
}

.text__page a:hover {
  text-decoration: none;
}

.object-discription a {
  text-decoration: underline;
  color: #7b2019;
}

.object-discription a:hover {
  text-decoration: none;
}

.page-header {
  max-width: 100% !important;
  height: auto;
}

.section__block .wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 40px;
}

.section__block .image {
  width: 63px;
  height: 63px;
  margin-right: 30px;
}

.section__block .image img {
  width: 63px;
  height: 63px;
  position: relative;
  display: block;
}

.section__block .name {
  font-size: 35px;
  line-height: 63px;
}

.reviews__block .item_flexed {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.reviews__block .item_flexed > div {
  width: 48.5%;
}

.reviews__block .item_flexed .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.reviews__block .item_flexed .gallery > div {
  width: 48.5%;
  height: 200px;
  margin-bottom: 20px;
}

.reviews__block .item_flexed .gallery > div > a {
  height: 200px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.reviews__block .item_flexed .frame_block {
  height: 300px;
  margin-bottom: 20px;
  position: relative;
}

.reviews__block .item_flexed .frame_block iframe {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

.reviews__block .item_flexed .text_block em {
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

.reviews__block .item_flexed .text_block > div {
  font-size: 14px;
  line-height: 1.4;
  color: #767676;
  margin: 0;
}

.project-slider__main-slide {
  height: auto;
  min-height: 500px;
}

.project-slider__main-slide img {
  height: auto;
  display: block;
  width: 100%;
  position: relative;
}

.project-slider__thumb-slide {
  overflow: hidden;
  position: relative;
}

.project-slider__thumb-slide img {
  height: auto;
  display: block;
  width: 100%;
  position: relative;
}

.slider-container__item .project-slider__thumb-slide img {
  height: unset;
  display: unset;
  width: unset;
  position: unset;
}

.price__page {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 40px;
}

.price__page .image__block {
  position: relative;
  width: 20%;
  margin-right: 5%;
}

.price__page .image__block a {
  width: 100%;
  display: block;
  position: relative;
}

.price__page .image__block img {
  width: 100%;
  display: block;
  position: relative;
}

.price__page table {
  position: relative;
  width: 100%;
}

.price__page .table__block {
  width: 75%;
  position: relative;
}

.price__page .table__block th {
  background: #e3eaf4;
  color: #1c1c1c;
  padding: 10px;
  line-height: 1.8;
  border-bottom: 1px #e0e4ed solid;
  border-radius: 5px 5px 0 0;
  border-right: 1px #e0e4ed solid;
}

.price__page .table__block td {
  padding: 15px;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px #e0e4ed solid;
}

.price__page .table__block tr td + td {
  border-left: 1px #e0e4ed solid;
}

a.scrolling {
  display: block;
  width: 46px;
  height: 46px;
}

.scroll-top {
  right: -60px;
  transition: 0.5s;
}

.show {
  right: 20px;
}

.contacts-arrows {
  display: none !important;
}

.contacts-slide {
  display: flex;
  justify-content: space-between;
}

.contacts-slide > div {
  width: 44.5%;
}

.project-slider__thumbs_no_slider {
  display: flex;
  justify-content: space-between;
  width: auto;
  margin: 0 -15px;
}

.calculator-total__print-btn {
  display: none;
}

.modal .privacy__block {
  text-align: center;
  padding-top: 20px;
}

.question--green .privacy__block {
  text-align: left;
  padding-top: 20px;
  font-weight: 100;
}

.question--green .privacy__block a {
  text-decoration: none;
}

.question--green .privacy__block a:hover {
  text-decoration: underline;
}

.privacy__block {
  text-align: center;
  padding-top: 20px;
}

.double_form {
  margin-bottom: 100px;
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.double_form > * {
  width: 48%;
}

.double_form .ah1 {
  font-size: 20px;
  line-height: 1.6;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-weight: 700;
}

.double_form .border_block {
  border: 1px solid #7b2019;
  border-radius: 20px;
  padding: 30px;
  box-sizing: border-box;
  min-height: 383px;
}

.double_form .left_block .border_block {
  padding-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.double_form .left_block .border_block .image_block {
  margin-top: 20px;
  margin-left: 30px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.double_form .left_block .border_block .text_block * {
  line-height: 1.6;
}

.double_form .left_block .border_block .text_block .ah2 {
  font-size: 20px;
}

.double_form .left_block .border_block .text_block .ah3 {
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #767676;
}

.double_form .left_block .border_block .text_block a {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}

.double_form .left_block .border_block .text_block img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
}

.double_form .left_block .border_block .text_block .call_manager {
  text-decoration: none;
  cursor: pointer;
  margin-top: 10px;
}

.double_form .right_block .border_block .ah2 {
  text-align: center;
  color: #767676;
  margin-bottom: 20px;
}

.double_form .right_block .border_block .flex_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.double_form .right_block .border_block .flex_col .col {
  width: 48%;
}

.double_form .right_block .border_block .flex_col textarea {
  margin-top: 25px;
}

.double_form .right_block .border_block .flex_col .btn {
  background: #7b2019;
  display: block;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.photos .more-items img {
  display: none;
}

.photos .more-items a {
  background: #7b2019;
  display: block;
  width: 270px;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.footer_fixed {
  display: none;
}

.block_268 {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 50px;
}

.block_268 ul {
  margin: 0;
  padding: 0;
}

.block_268 ul li {
  padding: 15px 0;
  list-style: none;
  width: 50%;
  float: left;
  margin-left: 0;
}

.block_269,
.block_270,
.block_275 {
  display: table-cell;
  vertical-align: top;
}

.block_269 {
  min-width: 145px;
  height: auto;
  overflow: hidden;
}

.block_269 img {
  margin: 0;
  padding: 0;
  background: 0;
  width: 132px;
  height: 132px;
  border-radius: 1000px;
  max-width: 100%;
}

.block_270 {
  width: 269px;
  height: auto;
  overflow: hidden;
}

.block_271,
.block_273,
.block_273 div,
.block_274,
.block_274 div,
.block_275 div {
  padding-bottom: 5px;
  overflow: hidden;
}

.block_271 {
  font-size: 18px;
  line-height: 22px;
  color: #333;
}

.block_272 {
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
  color: #666;
  text-transform: uppercase;
}

.block_273 div:nth-child(1) {
  background: url(/local/templates/moszabor/css/img/background_83.png) left 5px
    no-repeat;
}

.block_273 div:nth-child(2),
.block_273 div:nth-child(3),
.block_274 div:nth-child(1) {
  background: url(/local/templates/moszabor/css/img/background_85.png) left
    center no-repeat;
}

.block_273 div,
.block_274 div {
  padding-left: 20px;
}

.block_273,
.block_273 div,
.block_274,
.block_274 div,
.block_275,
.block_275 div {
  padding-top: 5px;
}

.block_273 div a,
.block_274 div a,
.block_274 div a:hover,
.block_275 a {
  color: #7b2019;
  text-decoration: none;
}

.block_273 div a:hover,
.block_274 div a:hover {
  color: #7b2019;
  text-decoration: underline;
}

.block_268 ul li:nth-child(2n + 2) {
  margin-right: 0;
}

.kons-btn {
  text-align: center;
  margin-bottom: 40px;
}

.footer_fixed {
  -webkit-box-shadow: 0 -3px 15px -3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 -3px 15px -3px rgba(0, 0, 0, 0.25);
  background: #fff !important;
  color: #1e1e1e !important;
}

.mobile-calling-specialist {
  margin: 7px 0 0 25px;
}

.mobile-calling-specialist_callback {
  background: #7b2019 url(/local/templates/moszabor/css/img/callback.png) 10%
    center / 25px no-repeat;
}

.footer .mobile-calling-specialist_callback {
  margin: 7px 0 0 0 !important;
  cursor: pointer;
}

.footer .mobile-calling-specialist_callback:hover {
  color: #000;
  background: #fff url(/local/templates/moszabor/css/img/callback-black.png) 10%
    center / 25px no-repeat;
}

.dTit,
.dTit > a {
  font-size: 14px;
}

input.uf-input,
textarea.uf-input {
  display: block;
  height: 30px;
  width: 100%;
  font: normal 14px/30px Arial, sans-serif;
  padding: 0 10px;
  position: relative;
  font-size: 16px;
  color: #333;
  vertical-align: middle;
  border: solid 1px #ccc;
  outline: 0;
  background-color: #fff;
  -webkit-appearance: none;
  box-sizing: border-box;
  border-radius: 5px;
}

.block_46 {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  padding-bottom: 20px;
  padding-right: 20px;
}

.block_46 > * {
  line-height: 1.6;
}

.block_46 ul {
  margin: 0;
  padding: 5px 0;
}

.block_46 ul li {
  margin: 0 0 0 30px;
  padding: 5px 0;
  list-style: disc;
  line-height: 1.6;
}

.block_46 .dHowH1,
.block_46 .dHowH1 a,
.block_46 .dHowH2,
.block_46 .dHowH2 a,
.block_46 h1,
.block_46 h1 a,
.block_46 h2,
.block_46 h2 a,
.block_46 h2 a:hover {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

.block_46 .dHowH1,
.block_46 .dHowH2,
.block_46 h1,
.block_46 h2 {
  font-weight: 700;
  margin: 0;
  padding: 10px 0;
}

.block_410 {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}

.block_410 ul {
  margin: 0;
  padding: 0;
}

.block_410 ul li {
  width: 50%;
  float: left;
  margin: 0;
  padding: 5px 0;
  list-style: none !important;
  margin-left: 0 !important;
}

.block_410 ul li:nth-child(2n + 1) {
  padding-right: 5px;
}

.block_410 ul li:nth-child(2n + 2) {
  padding-left: 5px;
}

.block_410 ul li:nth-last-child(1) {
  width: 100%;
  padding-right: 0;
  padding-top: 15px;
}

.block_410 ul li input,
.block_410 ul li select {
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0;
  text-shadow: none;
  text-align: start;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  display: block;
  width: 100%;
  height: 46px;
  line-height: 44px;
  padding: 0 20px;
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid #d8d8d8;
}

.block_410 ul li select {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 46px;
  line-height: 44px;
  padding: 0 20px;
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid #d8d8d8;
}

.block_412 {
  overflow: hidden;
  clear: both;
}

.block_412 ul li {
  background: url(/local/templates/moszabor/css/img/background_120.png) 20px
      center no-repeat,
    #7b2019;
  margin-left: 0 !important;
  padding: 20px 20px 20px 90px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  color: #fff;
}

.block_415,
.block_423 {
  margin-top: 10px;
  text-align: center;
  overflow: hidden;
}

.block_415 {
  padding: 10px;
  background: #292929;
  color: #fff;
  margin-top: 45px;
  border-radius: 10px;
}

.block_415 a:hover {
  text-decoration: none;
}

.block_411 {
  overflow: hidden;
  padding-top: 45px;
  text-align: center;
  margin: 0 auto;
}

.block_411 ul li {
  width: 100%;
  max-width: 265px;
  display: inline-block;
  margin: 10px !important;
  padding: 0;
  list-style: none !important;
  vertical-align: top;
}

.block_411 ul li span.bold {
  font-weight: 700;
}

.block_411 ul li:nth-child(1) {
  background: 0;
  padding-top: 0;
}

.block_411 ul li:nth-child(4) {
  background: 0;
  padding-top: 0;
}

.block_411 ul li > div:nth-child(1) {
  width: 137px;
  height: 137px;
  border-radius: 1000px;
  margin: 0 auto 13px;
  font-size: 20px;
  line-height: 24px;
  overflow: hidden;
}

.block_411 ul li > div:nth-child(1) {
  background: #fff;
  position: relative;
  color: #fff;
  border: 2px #7b2019 solid;
}

.block_411 ul li:nth-child(2) > div:nth-child(1) {
  background: #fff url(/local/templates/moszabor/css/img/background_117.png)
    center top no-repeat;
}

.block_411 ul li:nth-child(3) > div:nth-child(1) {
  background: #fff url(/local/templates/moszabor/css/img/background_116.png)
    center top no-repeat;
}

.block_411 ul li:nth-child(1) div.block_418,
.block_411 ul li:nth-child(4) div.block_418 {
  width: 137px;
  height: 137px;
  border-radius: 1000px;
  margin: 0 auto 13px;
  font-size: 20px;
  line-height: 24px;
  overflow: hidden;
  color: #333;
}

.block_399 a span,
.block_411 ul li:nth-child(1) div span.block_419 {
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.block_411 ul li:nth-child(1) div span.block_419 {
  position: absolute;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
}

.block_411 ul li:nth-child(4) div span.block_419,
.block_424 a img {
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.block_411 ul li:nth-child(4) div span.block_419 {
  position: absolute;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
}

.block_420 {
  font-size: 40px;
  line-height: 44px;
  overflow: hidden;
  white-space: nowrap;
}

.block_421 {
  font-size: 26px;
  line-height: 44px;
  overflow: hidden;
  white-space: nowrap;
}

.block_422 {
  font-size: 26px;
  white-space: nowrap;
}

.block_148,
.block_149,
.block_150,
.block_151,
.block_152,
.block_153,
.block_154,
.block_157,
.block_160,
.block_169,
.block_170,
.block_174 tr td,
.block_179,
.block_183 {
  text-align: center;
}

.block_159,
.block_160,
.block_169 {
  padding-top: 10px;
}

.block_160,
.block_163,
.block_164,
.block_169 {
  padding-bottom: 10px;
  overflow: hidden;
}

.block_169 ul li,
.block_178,
.block_180,
.block_190,
.block_191,
.block_195,
.block_197,
.block_205,
.block_211,
.block_230,
.block_231 {
  vertical-align: top;
}

.block_161,
.block_169 ul li,
.block_170 a {
  display: inline-block;
}

.block_169 ul li {
  width: 180px;
  height: 110px;
  margin: 7px;
  border-radius: 5px;
  box-shadow: #8b8b8b 0 0 10px;
  padding: 150px 10px 0;
  margin-left: 7px !important;
  box-sizing: content-box;
  font-size: 14px;
}

.block_169 ul li:nth-child(1) {
  background: url(/local/templates/moszabor/css/img/background_55.png) center
    60px no-repeat;
}

.block_169 ul li:nth-child(2) {
  background: url(/local/templates/moszabor/css/img/background_56.png) center
    60px no-repeat;
}

.block_169 ul li:nth-child(3) {
  background: url(/local/templates/moszabor/css/img/background_57.png) center
    60px no-repeat;
}

.block_169 ul li:nth-child(4) {
  background: url(/local/templates/moszabor/css/img/background_58.png) center
    60px no-repeat;
}

.block_215,
.block_217 {
  padding-bottom: 10px;
  overflow: hidden;
}

.block_215 {
  padding-top: 10px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

#dealer {
  background: #f1f1f1;
  padding-left: 25px;
}

#dealer .oneblock,
#dealer .twoblock {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}

.block_214 ul li {
  margin: 0 !important;
  list-style: none !important;
}

.block_214 ul li input[type="tel"],
.block_214 ul li input[type="text"] {
  width: calc(100% + -40px);
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0;
  text-shadow: none;
  text-align: start;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  display: block;
  height: 46px;
  line-height: 44px;
  padding: 0 20px;
  font-size: 15px;
  border-radius: 30px;
  border: 1px solid #d8d8d8;
}

.pdf_down {
  margin: 30px auto 0;
}

.pdf_down img {
  padding: 5px;
  background: #eee;
  border-radius: 10px;
  margin: 10px;
  max-width: 100%;
  float: left;
  margin-top: -2px;
  width: 29px;
}

.block_46 .calculator-section {
  background: 0;
}

.block_125,
.block_168,
.block_235 {
  font-style: italic;
}

.block_410 button.ladda-button {
  background: #7b2019;
  color: #fff;
  font-weight: 700;
}

.block_410 button.ladda-button:hover {
  background: #232323;
}

.price-table tr td {
  text-align: center;
}

.price_column {
  font-weight: 500;
}

.statii-table tr {
  border-bottom: 1px solid #d8d8d8;
}

.statii-table tr td {
  padding: 6px;
}

.statii-table tr td p {
  padding: 0;
}

.statii-table thead td {
  background-color: #e4f2e9;
}

/* End */

/* /local/templates/main_copy/css/main.min.css?1607435662155751 */

/* /local/templates/main_copy/css/jquery.fancybox.min.css?159665051713831 */

/* /local/templates/main_copy/css/libs.min.css?159665051727927 */

/* /local/templates/main_copy/vendor/select/select2.min.css?159665051714966 */

/* /local/templates/main_copy/css/custom.min.css?160743385530686 */

/* /local/templates/main_copy/fonts/HelveticaNeueCyr/stylesheet.min.css?16007954085700 */

/* /local/templates/main_copy/js/slick-1.8.1/slick/slick.css?15966505171776 */

/* /local/templates/main_copy/js/slick-1.8.1/slick/slick-theme.css?15966505171881 */

/* /local/templates/main_copy/css/header.min.css?160743523913813 */

/* /local/templates/main_copy/styles.css?159837182327573 */

/* /local/templates/main_copy/template_styles.css?159837182322611 */

/* Start:/local/templates/main_copy/components/bitrix/catalog/new_main_catalog_admin1/style.css?1607071358547*/

section,
section ul,
section li {
  line-height: 1.6;
  font-size: 16px;
}

section p {
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
}

section .h4 {
  margin-top: 0;
}

section.project .kons-btn {
  margin-top: 30px;
}

section.project .kons-btn a.btn {
  color: #fff;
  text-decoration: none;
}

.service-prices .price-item__adws {
  margin-left: 16px;
}

.service-prices .price-item__adws,
.service-prices .price-item__adws li {
  column-count: unset;
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
}

/* End */

/* Start:/local/templates/main_copy/components/bitrix/news.list/ind_slider_new/style.min.css?15966505161575*/

.wrap-slider.new-wrap-slider {
  max-width: none;
  font-family: "HelveticaNeueCyr", "Rubik", "Arial", sans-serif;
}

.wrap-slider.new-wrap-slider .slider {
  height: 450px;
  position: relative;
}

.wrap-slider.new-wrap-slider .slider .slide-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.wrap-slider.new-wrap-slider .slider .btn {
  font-size: 14px;
  padding: 25px 45px;
  border-radius: 0;
  line-height: 16px !important;
}

.wrap-slider.new-wrap-slider .slide:before {
  background: rgba(0, 0, 0, 0.3);
}

.wrap-slider.new-wrap-slider .slick-slide {
  min-height: 450px;
}

.wrap-slider.new-wrap-slider .slider-arrows {
  top: 240px;
  right: 70px;
}

.wrap-slider.new-wrap-slider .dots {
  right: 15px;
  height: 450px;
}

.wrap-slider.new-wrap-slider .dots li {
  margin-bottom: 5px;
}

.wrap-slider.new-wrap-slider .dots button {
  background-color: #fff;
  width: 9px;
  height: 9px;
  margin-bottom: 5px;
}

.wrap-slider.new-wrap-slider .dots .slick-active button {
  background-color: #7b2019;
  width: 16px;
}

.wrap-slider.new-wrap-slider .slider-price {
  font-size: 31px;
  color: #fff;
  text-shadow: none;
  margin-bottom: 35px;
  font-weight: bold;
}

.wrap-slider.new-wrap-slider .slider-title {
  font-size: 60px;
  margin-bottom: 50px;
  font-weight: bold;
  max-width: none;
  text-shadow: none;
  padding-right: 130px;
}
/*# sourceMappingURL=style.min.css.map */

/* End */

/* Start:/local/templates/main_copy/components/bitrix/news.list/about_us_in_number/style.min.css?1596650516756*/

.about-numbers {
  font-family: "HelveticaNeueCyr", "Rubik", "Arial", sans-serif;
  display: flex;
  padding: 10px 50px;
  justify-content: space-between;
  margin-bottom: 30px;
  /*box-shadow: 0px 1px 7px 1.05px rgb(16 15 16 / 17%);*/
}

.about-numbers__number {
  font-size: 60px;
  font-weight: bold;
  color: #7b2019;
      color: transparent; /* прозрачный цвет букв */
    -webkit-text-stroke: 2px #7b2019;

  display: flex;
  justify-content: center;
}

.about-numbers__number .mobile {
  display: none;
}

.about-numbers__number .desktop {
  display: block;
}

.about-numbers__name {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-top: 3px;
}

.wrap-projects-slider .about-numbers__number .mobile {
  display: block;
}

.wrap-projects-slider .about-numbers__number .desktop {
  display: none;
}

/*# sourceMappingURL=style.min.css.map */

/* End */

/* Start:/local/templates/main_copy/components/bitrix/news.list/price_main_new/style.min.css?15966505162190*/

.wrapper-items__price-page {
  margin-bottom: 50px;
}

.service-prices {
  display: flex;
  flex-wrap: wrap;
}

.service-prices__item {
  margin: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 1, 0, 0.23);
  width: calc(33.3333% - 20px);
  max-width: 370px;
  padding: 5px;
  font-family: "HelveticaNeueCyr", "Rubik", "Arial", sans-serif;
}

.service-prices .price-item {
  position: relative;
}

.service-prices .price-item__info {
  color: #373636;
  padding: 0 10px 77px;
}

.service-prices .price-item__price {
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 15px;
  text-align: center;
  display: block;
}

.service-prices .price-item__price span:not(.currency) {
  font-size: 21px;
  color: #7b2019;
  margin-left: 5px;
}

.service-prices .price-item__price .currency {
  color: #7b2019;
}

.service-prices .price-item__adws {
  margin-left: 16px;
  column-count: unset;
  font-size: 13px;
  font-weight: 300;
}

.service-prices .price-item__adws li {
  margin-bottom: 5px;
}

.service-prices .price-item__image {
  position: relative;
}

.service-prices .price-item__image img {
  width: 100%;
  height: 245px;
  object-fit: cover;
}

.service-prices .price-item__image a.image {
  position: relative;
  display: block;
}

.service-prices .price-item__image a.image:hover:after {
  background-color: rgba(123, 32, 25, 0.65);
}

.service-prices .price-item__name {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #232323;
  text-transform: uppercase;
  display: flex;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 10px 10px 20px;
  align-items: center;
  justify-content: center;
  line-height: 28px;
  z-index: 2;
  text-align: center;
  pointer-events: none;
}

.service-prices .price-item__calc {
  position: absolute;
  right: 10px;
  bottom: 15px;
  z-index: 2;
}

.service-prices .price-item__more {
    position: absolute;
    bottom: 27px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    text-align: center;
    background: #7b2019;
    color: white;
}

/*# sourceMappingURL=style.min.css.map */

/* End */

/* Start:/local/templates/main_copy/components/bitrix/news.list/related_services/style.min.css?15966505161187*/

.related-services {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 65px;
}

.related-services__image img {
  max-width: 100%;
}

.related-services__item {
  max-width: 193px;
  width: 100%;
  background-color: #eaeaea;
  display: flex;
  flex-direction: column;
  font-family: "HelveticaNeueCyr", "Rubik", "Arial", sans-serif;
  margin: 1px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  padding: 30px 10px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #232323;
}

#cboxPrevious {
  display: block !important;
  width: 46px !important;
  height: 46px !important;
  bottom: auto;
  top: 50%;
  transform: rotate(-90deg);
  border-radius: 50%;
  background: #7b2019 url(../css/img/scroll-top.svg) no-repeat center center !important;
  cursor: pointer;
}

#cboxContent {
  position: static !important;
}

#cboxTitle,
#cboxCurrent {
  bottom: 30px !important;
}

#cboxNext {
  display: block !important;
  width: 46px !important;
  height: 46px !important;
  left: auto !important;
  right: 0;
  top: 50%;
  transform: rotate(90deg);
  border-radius: 50%;
  background: #7b2019 url(../css/img/scroll-top.svg) no-repeat center center !important;
  cursor: pointer;
}

.related-services__item:hover {
  color: #fff;
  background-color: #7b2019;
}

.related-services__item:hover .related-services__price span {
  color: #fff;
}

.related-services__name {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 14px;
  text-align: center;
}

.related-services__price {
  font-size: 14px;
  text-align: center;
  display: block;
}

.related-services__price span:not(.currency) {
  font-size: 24px;
  color: #7b2019;
  margin-left: 5px;
}

.related-services__price .currency {
  color: #7b2019;
}

/*# sourceMappingURL=style.min.css.map */

/* End */

/* Start:/local/templates/main_copy/components/bitrix/news.list/ready_gate/style.min.css?15966505164121*/

.ready-gate {
  background: -webkit-linear-gradient(
    left,
    #222222 0%,
    #7b2019 50%,
    #1f2120 99%
  );
  background: -o-linear-gradient(left, #222222 0%, #7b2019 50%, #1f2120 99%);
  background: -ms-linear-gradient(left, #222222 0%, #7b2019 50%, #1f2120 99%);
  background: -moz-linear-gradient(left, #222222 0%, #7b2019 50%, #1f2120 99%);
  background: linear-gradient(to right, #222222 0%, #7b2019 50%, #1f2120 99%);
  padding: 80px 0 85px;
}

.ready-gate__title {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.ready-gate__sub-title {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.ready-gate__sub-title > span {
  font-size: 60px;
  display: block;
}

.ready-gate__items {
  position: relative;
  width: 495px;
  height: 494px;
  background-image: url("/local/templates/moszabor/css/img/ready_gate.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ready-gate__item {
  width: 230px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #eaeaea;
  color: #373636;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  min-height: 60px;
}

.ready-gate__item:nth-child(1):before,
.ready-gate__item:nth-child(2):before,
.ready-gate__item:nth-child(3):before {
  top: 0;
  left: -93px;
  width: 83px;
  height: 60px;
  content: "";
  background-image: url("/local/templates/moszabor/css/img/rg.png");
  position: absolute;
  transform: rotate(-180deg);
  background-size: contain;
  background-repeat: no-repeat;
}

.ready-gate__item:nth-child(5):before,
.ready-gate__item:nth-child(6):before,
.ready-gate__item:nth-child(7):before {
  top: 0;
  right: -93px;
  width: 83px;
  height: 60px;
  content: "";
  background-image: url("/local/templates/moszabor/css/img/rg.png");
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

.ready-gate__item:nth-child(4):before {
  top: -60px;
  right: 0;
  left: 0;
  margin: auto;
  width: 60px;
  height: 50px;
  content: "";
  position: absolute;
}

.ready-gate__item:nth-child(4) {
  top: calc(100% + 60px);
  left: 0;
  right: 0;
  margin: auto;
}

.ready-gate__item:nth-child(1) {
  right: -260px;
  top: 53px;
}

.ready-gate__item:nth-child(2) {
  right: -322px;
  top: 220px;
}

.ready-gate__item:nth-child(3) {
  right: -265px;
  top: 372px;
}

.ready-gate__item:nth-child(7) {
  left: -260px;
  top: 53px;
}

.ready-gate__item:nth-child(6) {
  left: -322px;
  top: 220px;
}

.ready-gate__item:nth-child(5) {
  left: -265px;
  top: 372px;
}

/*# sourceMappingURL=style.min.css.map */

/* End */

/* Start:/local/templates/main_copy/components/bitrix/news.list/trust_us/style.min.css?1596650516872*/

.trust-us {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.trust-us > * {
  width: 50%;
}

.trust-us__right {
  padding: 40px 0 0 60px;
}

.trust-us .wrap-projects-slider .trust-us__items {
  display: flex;
  justify-content: center;
}

.trust-us__items {
  display: flex;
  flex-wrap: wrap;
}

.trust-us__items > * {
  width: 50%;
  display: flex;
  justify-content: center;
  padding: 20px 10px;
  align-items: center;
}

.trust-us__items > * img {
  max-width: 100%;
}

.trust-us__items > * .trust-item img {
  margin: auto;
}

/*# sourceMappingURL=style.min.css.map */

/* End */

/* Start:/local/templates/main_copy/components/bitrix/news.list/montaj_ogr/style.min.css?1604267910818*/

.install-fences__title {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 40px;
  margin-top: 20px;
}

.install-fences__items {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
  justify-content: space-between;
}

.install-fences__item {
  width: calc(33.3333% - 30px);
  max-width: 335px;
  margin-bottom: 40px;
}

.install-fences__item:before {
  display: block;
  content: attr(data-number);
  font-size: 80px;
  color: rgba(118, 118, 118, 0.15);
  font-weight: bold;
}

.install-fences__name {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 18px;
  color: #7b2019;
}

.install-fences__text {
  font-size: 15px;
  line-height: 18px;
}

/*# sourceMappingURL=style.min.css.map */

/* End */

/* Start:/local/templates/main_copy/components/bitrix/news.list/order_block/style.min.css?15966505161203*/

.order-block {
  background-image: url("/local/templates/moszabor/css/img/zakaz/zakaz_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}

.order-block h2.h3-title {
  color: #fff;
  font-size: 28px !important;
}

.order-block h2.h3-title:after {
 /* background: #fff;*/
}

.order-block__items {
  display: flex;
  flex-wrap: wrap;
  padding: 0 70px;
}

.order-block__item {
  position: relative;
  padding: 15px 65px;
  width: 33.3333%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.order-block__item .order-block__icon img {
  margin: 0 auto;
}

.order-block__item:not(:last-child):after {
  content: "";
  position: absolute;
  right: -12;
  width: 17px;
  height: 31px;
  top: 90px;
  /*background-image: url("/local/templates/moszabor/css/img/zakaz/zakaz-right.png");*/
}

.order-block__text {
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
  line-height: 17px;
  text-align: center;
}

.order-block__text a {
  text-decoration: underline;
}

/*# sourceMappingURL=style.min.css.map */

/* End */

/* Start:/local/templates/main_copy/css/warranty_block.min.css?1596650517347*/

.warranty-block {
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
}

.warranty-block__title {
  margin-bottom: 40px !important;
}

.warranty-block__item {
  margin-left: 25px;
}

.warranty-block__left {
  margin-right: 50px;
}

/*# sourceMappingURL=warranty_block.min.css.map */

/* End */

/* Start:/local/templates/main_copy/css/adw_block.min.css?15966505171446*/

.adw-block {
  background: -webkit-linear-gradient(
    135deg,
    rgb(169, 95, 89),
    rgb(123, 32, 25) 68%
  );
  background: -moz-linear-gradient(
    135deg,
    rgb(169, 95, 89),
    rgb(123, 32, 25) 68%
  );
  background: linear-gradient(135deg, rgb(169, 95, 89), rgb(123, 32, 25) 68%);
  padding: 60px 0 45px;
}

.adw-block .adw-top {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 2px solid #fff;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.adw-block .adw-top__item {
  width: 33.3333%;
  text-align: center;
}

.adw-block .adw-top__number {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 20px;
}

.adw-block .adw-top__text {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 20px;
}

.adw-block .adw-bottom {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.adw-block .adw-bottom__item {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}

.adw-block .adw-bottom__icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.adw-block .adw-bottom__text {
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}

/*# sourceMappingURL=adw_block.min.css.map */

/* End */

/* Start:/local/templates/main_copy/components/bitrix/system.pagenavigation/main/style.min.css?15966505162530*/

.bx-pagination {
  margin: 10px 0;
}

.bx-pagination .bx-pagination-container {
  text-align: center;
  position: relative;
}

.bx-pagination .bx-pagination-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}

.bx-pagination .bx-pagination-container ul li {
  display: inline-block;
  margin: 0 2px 15px 2px;
}

.bx-pagination .bx-pagination-container ul li span {
  -webkit-transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  background: #eff0f1;
  padding: 0 8px;
  display: block;
  height: 32px;
  min-width: 32px;
  line-height: 32px;
  color: #444;
  font-size: 14px;
  border-radius: 16px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bx-pagination .bx-pagination-container ul li a {
  text-decoration: none;
  display: block;
  border-radius: 16px;
  height: 32px;
  min-width: 32px;
  line-height: 32px;
  color: #444;
  vertical-align: middle;
}

.bx-pagination .bx-pagination-container ul li a:hover span {
  background: #dadada;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
  background: #0083d1;
  color: #fff;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
  background: #fff;
  border: 2px solid #eff0f1;
  line-height: 28px;
  padding: 0 18px;
  color: #444;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span {
  color: #aab1b4;
  background: #fff;
  border: 2px solid #eff0f1;
  line-height: 28px;
  padding: 0 18px;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
  background: #fff;
  border-color: #dadada;
  color: #000;
}

.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span {
  background: #3bc915;
  color: #fff;
}

.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span {
  background: #f9a91d;
  color: #fff;
}

.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span {
  background: #e22b2b;
  color: #fff;
}

.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span {
  background: #0083d1;
  color: #fff;
}

/* End */

/* Start:/local/templates/main_copy/components/bitrix/news.list/photos_index_new/style.min.css?15968171704452*/

.projects-section {
  margin-bottom: 60px;
}

.projects-section.mb-0 {
  margin-bottom: 0;
}

.projects-section .wrap-projects-slider-new {
  position: relative;
  height: 615px;
}

.projects-section .wrap-projects-slider-new + .center {
  margin-top: 0;
  margin-bottom: 50px;
}

.projects-section .projects-slider-new .project-slide {
  margin-right: 0;
  border: 0;
  height: 475px;
  position: relative;
  padding: 0;
}

.projects-section .projects-slider-new .project-slide:hover {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.14);
  height: 615px;
  margin-top: -75px;
}

.projects-section
  .projects-slider-new
  .project-slide:hover
  .project-slide__hidden {
  display: block;
}

.projects-section
  .projects-slider-new
  .project-slide:hover
  .project-slide__title {
  white-space: normal;
}

.projects-section .projects-slider-new .project-slide:hover {
  border: 0;
}

.projects-section .projects-slider-new .project-slide__info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.projects-section .projects-slider-new .project-slide__title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.projects-section .projects-slider-new .project-slide__address {
  font-weight: normal;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.projects-section .projects-slider-new .project-slide__address:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 15px;
  background-image: url("/local/templates/moszabor/css/img/marker_small_white.png");
  margin-right: 3px;
}

.projects-section .projects-slider-new .project-slide__hidden {
  display: none;
}

.projects-section .projects-slider-new .project-slide__hidden .price_wrap {
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

.projects-section
  .projects-slider-new
  .project-slide__hidden
  .price_wrap
  .price {
  font-size: 24px;
  font-weight: normal;
}

.projects-section
  .projects-slider-new
  .project-slide__hidden
  .price_wrap
  .currency {
  font-weight: normal;
  font-size: 14px;
}

.projects-section
  .projects-slider-new
  .project-slide__hidden
  .project-slide__date-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.projects-section
  .projects-slider-new
  .project-slide__hidden
  .project-slide__date-wrap
  .project-slide__date {
  font-size: 12px;
  font-weight: 100;
}

.projects-section .projects-slider-new .project-slide__img {
  height: 100%;
  width: 100%;
  display: block;
}

.projects-section .projects-slider-new .project-slide__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}

.projects-section .wrap-tabs--projects .tab-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.projects-section .wrap-tabs--projects .tab-links .tab-link__item {
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 15px;
}

.projects-section .wrap-tabs--projects .tab-blocks.full-width {
  max-width: none;
}

/*# sourceMappingURL=style.min.css.map */

/* End */

/* Start:/local/templates/main_copy/components/bitrix/news.list/main_questions/style.min.css?15966505162029*/

.questions-container {
  position: relative;
  margin-bottom: 70px;
}

.questions-container .questions-button {
  margin-top: 40px;
}

.questions-container .prev,
.questions-container .next {
  position: absolute;
  top: 45%;
  width: 34px;
  height: 34px;
  border-radius: 10%;
  background: #7b2019 url(/local/templates/moszabor/css/img/arrow-slider.svg)
    no-repeat center center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2;
}

.questions-container .prev {
  left: 0;
}

.questions-container .next {
  right: 0;
  transform: rotate(-180deg);
}

.questions-container .questions-slider {
  padding: 0 35px;
}

.questions-container .questions-slider > * {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.questions-container .questions-slider .slick-track {
  display: flex;
}

.questions-container .questions-slider__item {
  border: 2px solid rgba(123, 32, 25, 0.49);
  margin: 0 35px;
  box-shadow: 3px 0 25px rgba(0, 1, 0, 0.17);
 /* border-radius: 30px;*/
}

.questions-container .questions-slider .slide-item__name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  padding-left: 38px;
}

.questions-container .questions-slider .slide-item__name:before {
  content: "";
  width: 23px;
  height: 23px;
  display: block;
  position: absolute;
  left: 0;
  top: -3px;
}

.questions-container .questions-slider .slide-item__text {
  font-size: 16px;
  line-height: 24px;
  padding-left: 38px;
  position: relative;
}

.questions-container .questions-slider .slide-item__text:before {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.questions-container .questions-slider .questions-slider__item {
  padding: 35px 25px;
  height: auto;
}

/*Раздел каталога*/

.bg-picture {
  /* position: relative; */
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 50px;
  margin-bottom: 60px;
  color: #fff;
}

.bg-picture {
  background: url("../img/bg__title.jpg");
  background-repeat: no-repeat;
}

/* .bg-picture > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
  height: 100%;
} */

.bg-picture p {
  font-size: 15px;
}

.bg-picture > * {
  position: relative;
  z-index: 1;
}

.bg-picture .mz_6 {
  color: #232323;
}

.service__detailPage section.calculator-section {
  padding: 50px 0;
}

.service__detailPage .wrap-price-table {
  position: relative;
  padding-bottom: 1px;
}

.service__detailPage .wrap-price-table:after {
  content: "";
  border: calc(100vw - 17px) solid transparent;
  border-left: 0 solid rgba(234, 234, 234, 0.37);
  border-bottom: 62vw solid rgba(234, 234, 234, 0.37);
  position: absolute;
  border-top: 0;
  bottom: 0;
  z-index: -2;
}

.photos-wrap {
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.gallery_photo_wrap {
  width: 24%;
}

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

.catalog-section {
  position: relative;
}

section.project {
  margin-bottom: 20px;
}

.wrap.complete {
  position: relative;
  line-height: 1.6;
  font-size: 16px;
}

.wrap.complete img {
  object-fit: cover;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

section,
section.project {
  margin-bottom: 20px;
}

.project .wrap-tabs.wrap-tabs--projects {
  font-size: 16px;
}

.wrap .grid {
  margin: 0;
}

.tab-block__item {
  line-height: 1.6;
}

.grid .col-2 {
  margin-bottom: 10px;
}

section.project section {
  margin-bottom: 40px;
}

.project .video-wrapper {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  position: relative;
}

.project .wrap.video-wrapper > iframe {
  width: 100%;
  margin-bottom: 20px;
}

.service__detailPage .install_steps_wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.service__detailPage .install_steps_wrap .install_step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% / 3 - 30px);
  margin-bottom: 24px;
  overflow: hidden;
}

.service__detailPage .install_steps_wrap .install_step .install_step-img {
  overflow: hidden;
  border: 3px transparent solid;
  border-radius: 0;
  width: 100%;
}

.service__detailPage .install_steps_wrap .install_step .install_step-img:hover {
  border: 3px #7b2019 solid;
}

.service__detailPage .install_steps_wrap .install_step .install_step-img img {
  object-fit: contain;
  max-width: 100%;
}

.service__detailPage .install_steps_wrap .install_step .install_step-text {
  line-height: 18px;
  padding-top: 10px;
  font-size: 15px;
  text-align: center;
  font-weight: normal;
  color: #8d8d8d;
  width: 100%;
}

.service__detailPage
  .install_steps_wrap
  .install_step
  .install_step-text
  > a:not(.btn-square) {
  display: block;
}

.service__detailPage
  .install_steps_wrap
  .install_step
  .install_step-text
  .btn-square {
  margin-top: 15px;
}

.service__detailPage
  .install_steps_wrap
  .install_step
  .install_step-text
  strong {
  font-size: 14px;
  color: #232323;
  text-transform: uppercase;
  display: block;
}

.service__detailPage
  .install_steps_wrap
  .install_step
  .install_step-text:first-letter {
  color: inherit;
  font-weight: bold;
  font-size: 14px;
}

.project ul li {
  position: relative;
  padding-left: 22px;
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

.project ul li:before {
  display: block;
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 0;
  background: url(/local/templates/moszabor/css/img/tick-green.svg) no-repeat
    center center/contain;
  margin-top: 6px;
}

.price_column {
  font-weight: 500;
}

.price-table tr td {
  text-align: center;
}

.catalog-articles-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}

.wrap div.catalog-articles-wrap a.catalog-article-wrapper {
  width: calc((100% - 24px) / 2);
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  max-height: 220px;
  height: 220px;
  overflow: hidden;
  margin-bottom: 24px;
  padding: 10px;
  box-sizing: border-box;
  color: #000;
  box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
}

.catalog-article-image {
  position: relative;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  flex: 0;
}

.catalog-article-image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -moz-box-shadow: inset 0 0 5px 4px #fff;
  -webkit-box-shadow: inset 0 0 5px 4px #fff;
  box-shadow: inset 0 0 5px 4px #fff;
}

.catalog-article-textblock {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  line-height: 1.6;
  overflow: hidden;
  text-align: left;
}

.catalog-article-textblock .article-title {
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 7px;
}

.catalog-article-textblock .catalog-article-text {
  line-height: 1.6;
  position: relative;
  height: 140px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.catalog-article-textblock .catalog-article-detail_link {
  font-size: 15px;
  align-self: flex-end;
  margin-right: 15px;
  color: #7b2019;
}

.catalog-article-textblock .catalog-article-text::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  background: linear-gradient(
    0deg,
    white 0%,
    white 35%,
    rgba(255, 255, 255, 0) 100%
  );
  bottom: 0;
  left: 0;
}

.complete-container {
  position: relative;
  background-color: #fafafa;
  padding: 50px 0;
}

/*# sourceMappingURL=style.min.css.map */

.title_404 {
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center;
  font-size: 15px;
  width: 500px;
  margin-top: 30px;
}

ul.list li {
  margin-left: 30px;
}

.col .catalog-section-description {
  overflow-x: auto;
}

.text-section p {
  margin-bottom: 20px;
}

/* адаптив */
@media (max-width: 1770px) {
  .header .header-menu__link {
    padding: 0 8px;
  }
}
@media only screen and (max-width: 1650px) {
  .header-content.header-middle_position_fixed .header-menu {
    display: none;
  }
  .header-content.header-middle_position_fixed .hamburger {
    display: block;
  }
  .header-content.header-middle_position_fixed
    .header-middle__content-item__separator.header-separator-last {
    display: block;
    margin-right: 25px;
  }
  .header-content.header-middle_position_fixed .newButtonheader .header_calc {
    display: flex;
  }
  .header-content.header-middle_position_fixed .newButtonheader .header__call {
    display: flex;
  }
  .header-content.header-middle_position_fixed .newButtonheader {
    display: flex;
  }
}
@media (max-width: 1620px) {
  .newButtonheader + .header__social {
    display: none;
  }
}
@media (max-width: 1580px) {
  .header-content > .wrap {
    flex-wrap: wrap;
  }
  .header-info:after {
    height: 86px;
    width: 49%;
  }
  .header-info:before {
    right: 49%;
  }
  .header-info {
    order: 2;
    height: 86px;
    display: flex;
  }
  .header .header-menu {
    order: 3;
    width: 100%;
    height: 75px;
    justify-content: center;
    border-top: 1px solid #d9d9d9;
  }
  .header .header-menu__link {
    padding: 0 15px;
  }
  .header-content.header-middle_position_fixed .header-logo {
    order: 1;
  }
  .header-content.header-middle_position_fixed .newButtonheader {
    order: 2;
  }
  .header-content.header-middle_position_fixed .header-info {
    order: 3;
  }
  .header-content.header-middle_position_fixed .hamburger {
    order: 4;
  }
}
@media only screen and (max-width: 1500px) {
  .header-content.header-middle_position_fixed .newButtonheader {
    display: grid;
    grid-template-columns: 140px 170px 120px;
    grid-column-gap: 10px;
    padding-right: 10px;
  }
  .header-content.header-middle_position_fixed .newButtonheader a {
    margin-left: 0px;
  }
  .header-content.header-middle_position_fixed .newButtonheader a span.pc-ver {
    display: none;
  }
  .header-content.header-middle_position_fixed .newButtonheader a span.mob-ver {
    display: block;
  }
}
@media (min-width: 1440px) {
  .menuNewDK.header .header-menu__link {
    font-size: 15px;
  }
  .menuNewDK .header-logo {
    height: 86px;
    display: flex;
    align-items: center;
  }
  .newSliderTop .wrap-slider.new-wrap-slider .slider .btn {
    padding: 15px 25px;
  }
}
@media (max-width: 1420px) {
  .newButtonheader a:not(:first-of-type) {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1400px) {
  .header-content .newButtonheader {
    display: grid;
    grid-template-columns: 140px 170px 120px;
    grid-column-gap: 10px;
    padding-right: 10px;
  }
  .header-content .newButtonheader a {
    margin-left: 0px;
  }
  .header-content .newButtonheader a span.pc-ver {
    display: none;
  }
  .header-content .newButtonheader a span.mob-ver {
    display: block;
  }
}
@media (max-width: 1580px) {
  .menuNewDK .newButtonheader {
    order: 2;
  }
}
@media only screen and (max-width: 1380px) {
  .mz_39 div.slider-title {
    padding-left: 30px;
  }
}
@media (max-width: 1365px) {
  .header__social {
    display: none;
  }
}
@media only screen and (max-width: 1340px) {
  .header-content.header-middle_position_fixed .newButtonheader {
    display: grid;
    grid-template-columns: 140px 115px 120px;
    grid-column-gap: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1330px) {
  .fixed-blocks.active {
    display: block;
  }
}
@media (max-width: 1280px) {
  .order-block__items-2 {
    padding: 0;
  }
  .newButtonheader a:not(:first-of-type) {
    margin-left: 10px;
  }
  .order-block__items {
    padding: 0;
  }
}
@media only screen and (max-width: 1279px) {
  .header-middle__content {
    display: none;
  }
  .footer {
    margin-top: 50px;
  }
  .footer .btn {
    font-size: 14px;
    padding: 0 20px;
  }
  .footer-copy {
    max-width: 100%;
    padding: 0 10%;
  }
  .scroll-top {
    right: 20px;
  }
  .footer-middle {
    margin: 0;
  }
  .footer-title {
    margin-top: 8px;
  }
  .wrap-slider .dots {
    right: 40px;
    height: 365px;
  }
  .slider-arrows {
    top: 55px;
    right: 40px;
  }
  .slide {
    height: 365px;
  }
  .slider {
    height: 365px;
    overflow: hidden;
  }
  .slider-price {
    font-size: 28px;
  }
  .slider-title {
    font-size: 50px;
    margin-bottom: 30px;
  }
  .calculator-section {
    padding: 50px 0 50px;
  }
  .calculator,
  .calculator-bottom {
    width: 100%;
    margin-bottom: 30px;
  }
  .calculator:last-child,
  .calculator-bottom:last-child {
    margin-bottom: 0;
  }
  .calculator-total {
    width: 100%;
    margin-bottom: 50px;
  }
  .calculator-bottom {
    flex-wrap: wrap;
  }
  .calculator-bottom__left {
    width: 100%;
  }
  .calculator-bottom__right {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .calculator-bottom__right .buttons {
    margin-bottom: 15px;
  }
  .calculator-bottom__right .privacy__block {
    text-align: center;
  }
  .calculator-total__table td:nth-child(2) {
    width: 168px;
  }
  .wrap-advantages-slider .prev {
    left: 20px;
  }
  .wrap-advantages-slider .next {
    right: 20px;
  }
  .advantages-title {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .news-section {
    padding: 40px 0 50px;
  }
  .projects-section {
    padding-top: 40px;
  }
  .slider-provided {
    margin-top: 80px;
  }
  .share-label:before {
    top: -70px;
    left: -145px;
    height: 35px;
    line-height: 35px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .discount-item__inner {
    padding: 80px 15px 10px;
  }
  .discount-item__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .discount-item__sub-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .page-header {
    min-height: 110px;
    margin-bottom: 40px;
  }
  .news-header__title {
    font-size: 30px;
  }
  .contacts .tab-links .tab-link__item {
    width: 25%;
  }
  .photos-item {
    padding: 40px 20px;
  }
  .product-slide {
    height: 315px;
  }
  .mobile-telephone {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    width: unset;
    margin-left: auto;
  }
  .header-logo {
    display: block;
  }
  .mobile-telephone .work_time {
    opacity: 0;
  }
  .header-logo-mobile {
    display: none;
  }
  .middle-mobile {
    display: none;
  }
}
@media (min-width: 1279px) {
  .middle-mobile {
    display: none;
  }
}
@media only screen and (max-width: 1250px) {
  .header-content .newButtonheader {
    display: grid;
    grid-template-columns: 180px 0 0;
    grid-column-gap: 10px;
  }
}
@media (max-width: 1210px) {
  .ready-gate__title {
    font-size: 38px;
  }
  .ready-gate__sub-title {
    font-size: 30px;
  }
  .ready-gate__sub-title > span {
    font-size: 50px;
  }
  .ready-gate__items {
    width: 413px;
    height: 412px;
  }
  .ready-gate__item {
    font-size: 10px;
    width: 190px;
    min-height: 50px;
    line-height: 12px;
    padding: 5px;
  }
  .ready-gate__item:nth-child(1):before,
  .ready-gate__item:nth-child(2):before,
  .ready-gate__item:nth-child(3):before {
    height: 50px;
    width: 70px;
    left: -80px;
  }
  .ready-gate__item:nth-child(5):before,
  .ready-gate__item:nth-child(6):before,
  .ready-gate__item:nth-child(7):before {
    height: 50px;
    width: 70px;
    right: -80px;
  }
  .ready-gate__item:nth-child(1) {
    right: -217px;
    top: 45px;
  }
  .ready-gate__item:nth-child(2) {
    right: -269px;
    top: 184px;
  }
  .ready-gate__item:nth-child(3) {
    right: -222px;
    top: 311px;
  }
  .ready-gate__item:nth-child(7) {
    left: -217px;
    top: 45px;
  }
  .ready-gate__item:nth-child(6) {
    left: -269px;
    top: 184px;
  }
  .ready-gate__item:nth-child(5) {
    left: -222px;
    top: 311px;
  }
}
@media (max-width: 1200px) {
  .warranty-block__left {
    margin-right: 30px;
  }
  .questions-container .questions-slider__item {
    margin: 0 25px;
  }
}
@media (max-width: 1196px) {
  .page-product__block {
    flex-direction: column;
    align-items: center;
  }
  .product-left {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .slider__preview {
    width: 70%;
  }
  .slider__nav {
    width: 30%;
  }
  .slider__nav .slick-list.draggable {
    width: auto;
  }
  .slider__nav .nav__img {
    width: 77.3%;
  }
  .slider__nav .slick-prev:before {
    top: 40px;
  }
  .slider__nav .slick-next:before {
    bottom: 5px;
    right: 30px;
  }
  .product-right {
    width: 60%;
  }
  .product-right__el:not(:last-child) {
    margin-bottom: 30px;
  }
  .el__btn,
  .el__link {
    margin: 20px;
  }
  .product__el_bottom {
    flex-direction: row;
    justify-content: center;
  }
  .recall__item {
    width: 33%;
  }
  .mobile-calling-specialist {
    padding: 0;
    text-align: center;
  }
  .form-calc__btn {
    width: 24%;
  }
}
@media only screen and (max-width: 1190px) {
  .header-middle {
    position: fixed;
    top: 0;
    width: 100%;
  }
  .text-section {
    padding-top: 86px;
  }
  .header-content.header-middle_position_fixed .newButtonheader .header_calc {
    display: flex;
  }
  .header-content.header-middle_position_fixed .newButtonheader .header__call {
    display: flex;
  }
  .header .mobile-telephone {
    display: block;
    background: none;
  }
  .header-logo {
    order: 1;
    width: 9%;
    margin-right: 5px;
  }
  .header__nav {
    order: 2;
  }
  .header-info {
    order: 3;
  }
  .header-content .mobile-telephone {
    order: 4;
    margin-left: 0px;
  }
  .header-info .header-middle__content-head.cart > a {
    margin-right: 0px;
  }
  .header-content .hamburger {
    order: 5;
    display: block;
  }
  .header-content > .wrap {
    flex-wrap: nowrap;
  }
  .header-info {
    height: auto;
  }
  .header-info:after,
  .header-info:before {
    content: none;
  }
  .header-info .header-middle__content-items > *:not(:first-child) {
    display: none;
  }
  .header-info .header-middle__content-head.cart > a {
    font-size: 0;
    flex-direction: row;
  }
  .header .header-menu {
    display: none;
  }
  .header-middle {
    height: 86px;
  }
  .header-middle__item {
    font-size: 13px;
  }
  .header-middle__item:not(:last-child) {
    margin-right: 3%;
  }
  .header-content.header-middle_position_fixed .newButtonheader {
    padding-left: 0px;
  }
  .header-content.header-middle_position_fixed
    .header-middle__content-item__separator.header-separator-last {
    display: none;
  }
}
@media (max-width: 1150px) {
  .header .header-menu__link {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1120px) {
  .mz_39 div.slider-provided {
    bottom: 55px;
  }
}
@media (max-width: 1110px) {
  .projects-section .projects-slider-new > * {
    padding-left: 260px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 1060px) {
  .order-block__item-2 {
    padding: 15px;
  }
  .tab-blocks .wrap-contacts {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "wrap-contacts-slider" "contacts-map";
  }
  .tab-blocks .wrap-contacts .wrap-contacts-slider {
    grid-area: wrap-contacts-slider;
    width: 100%;
  }
  .tab-blocks .wrap-contacts .contacts-map {
    grid-area: contacts-map;
    width: 100%;
  }
  .order-block__item {
    padding: 15px;
  }
}
@media (max-width: 1024px) {
  .container {
    margin-top: 74px;
  }
  .wrap {
    padding: 0 40px;
  }
  .wrap div.catalog-articles-wrap a.catalog-article-wrapper {
    width: 100%;
  }
  .contacts-page__wrap {
    flex-direction: column-reverse;
    align-items: center;
  }
  .contacts-page__left,
  .contacts-page__right {
    width: 80%;
  }
  .col .catalog-section-description {
    margin-top: 12%;
  }
  .recall__item {
    width: 32%;
  }
  .recall__block {
    padding: 10px;
    min-height: 220px;
  }
  .recall__desc {
    font-size: 15px;
  }
  .custom__breadcrumb::before {
    height: 230px;
  }
  .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 3px 15px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 15px -3px rgba(0, 0, 0, 0.25);
    z-index: 9;
  }
  .header-top {
    display: none;
  }
  .header__nav {
    display: none !important;
  }
  .header-bottom {
    display: none;
  }
  .wrap-tabs--projects .tab-links:before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 49px;
    left: 0;
    background: #d8d8d8;
  }
  .wrap-tabs--projects .tab-links .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wrap-tabs--projects .tab-links .tab-link__item {
    width: 30%;
    height: 50px;
    line-height: 50px;
  }
  .wrap-tabs--projects .tab-links .tab-link__item223 {
    width: 30%;
    height: 50px;
    line-height: 50px;
  }
  .cart-item-wrap {
    text-align: center;
  }
  .cart-item-wrap p {
    text-align: left;
  }
  .cart-item-wrap ul li {
    text-align: left;
  }
  .cart-item-wrap .cart-item {
    width: 49%;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .header-middle__content-items,
  .header-middle__content-item {
    width: 100%;
  }
  .header-middle__content-title {
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    align-items: center;
  }
  .fixed_call {
    display: none !important;
  }
  .photos-wrap {
    flex-wrap: wrap;
  }
  .gallery_photo_wrap {
    width: 49%;
    margin-bottom: 20px;
  }
  .advantages-subsection-wrap {
    flex-wrap: wrap;
  }
  .advantage-item {
    width: calc((100% - 20px) / 2);
    margin-bottom: 30px;
  }
  .advantage-item::after {
    display: none;
  }
  .advantage-item:nth-child(2n + 1)::after {
    display: block;
  }
  .advantage-item:nth-child(1)::before,
  .advantage-item:nth-child(2)::before {
    position: absolute;
    content: "";
    width: 90%;
    height: 1px;
    right: 5%;
    bottom: -15px;
    background-color: #d8d8d8;
  }
  .catalog-section .section-goods-container .good-item-wrap {
    width: calc((100% - 20px) / 2);
  }
  .cart-item-wrap div.cart-item {
    width: calc(50% - 25px);
  }
  .project .wrap.video-wrapper > iframe {
    width: 100%;
  }
  .install_steps_wrap .install_step {
    width: calc(100% / 2 - 24px);
  }
  .wrap div.catalog-articles-wrap div.catalog-article-wrapper {
    width: 100%;
  }
  .newButtonheader {
    display: none;
  }
  .header__call {
    margin-bottom: 0;
  }
  .mgo-number-11935 {
    margin-bottom: 10px;
  }
  .menuNewDK.header .header-content > .wrap {
    flex-wrap: nowrap;
  }
  .h3-title.hnew {
    padding-left: 0;
  }
  #bx-panel {
    display: none !important;
  }
  #bx-panel-back {
    display: none !important;
  }
  .header {
    position: relative;
  }
  .container {
    margin-top: 0;
  }
  .header-middle {
    border-bottom: 1px solid #d8d8d8;
  }
  .middle-mobile {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
  }
  .middle-mobile .header-middle__content-ico {
    position: relative;
  }
  .middle-mobile .bx-hdr-profile .count {
    position: absolute;
    right: -5px;
    top: -3px;
    background: #7b2019;
    width: 18px;
    height: 18px;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    font-weight: 500;
    line-height: 21px;
  }
  .middle-mobile .bx-basket-block {
    font-size: 11px;
    width: calc(50% + (-57px));
    padding-top: 6px;
  }
  .middle-mobile .bx-basket-block.auth {
    padding-top: 4px;
  }
  .middle-mobile .bx-basket-block.auth a {
    display: block;
    margin-right: 0;
  }
  .middle-mobile .bx-basket-block.auth a:first-child {
    margin-bottom: 4px;
  }
  .catalog-menu {
    display: block;
    padding: 0 20px;
    background: #f8f8f8;
  }
  .catalog-menu .icon {
    padding: 12px 0;
    cursor: pointer;
    font-size: 17px;
    color: #039621;
    font-weight: 700;
  }
  .catalog-menu .icon .text {
    display: inline-block;
    vertical-align: middle;
  }
  .bx-sidebar-block {
    display: none;
  }
  .bx-sidebar-block.active {
    position: fixed;
    top: 184px;
  }
  .nav-icon {
    width: 20px;
    height: 16px;
    position: relative;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
  }
  .nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #039621;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .nav-icon span:nth-child(1) {
    top: 0;
  }
  .nav-icon span:nth-child(2),
  .nav-icon span:nth-child(3) {
    top: 6px;
  }
  .nav-icon span:nth-child(4) {
    top: 12px;
  }
  .nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%;
  }
  .nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
  }
  .header-top.active {
    display: none;
    position: fixed;
    top: 74px;
    left: 0;
    width: 100%;
    height: calc(100vh + (-74px));
    padding-bottom: 100px;
    background: #fff;
    overflow-y: auto;
    z-index: 750;
  }
  .header-top .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header-top.active .header-top__link {
    width: 100%;
    border-right: 0;
  }
  .mobile-menu {
    height: calc(100vh + (-135px));
  }
  h1.h3-title {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .h3-title:before {
    left: 17px;
  }
  .h3-title:after {
    left: 17px;
  }
  .sort-select {
    width: 50%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sort .title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4px;
  }
  .sort-number {
    display: none;
  }
  .catalog-type {
    width: 50%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 20px;
  }
  .custom-select {
    font-size: 13px;
  }
  .catalog-type .catalog-type-card {
    margin-right: 13px;
  }
  .bx-touch .product-item {
    position: relative;
    padding: 10px;
  }
  .product-item-container .product-item-info-container.product-item-hidden {
    display: block;
    opacity: 1;
    padding-left: calc(45% - -25px);
  }
  .product-item-line-card .product-item-image-wrapper,
  .product-item-image-wrapper {
    width: 45%;
    padding-top: 41%;
    float: left;
  }
  .product-item-title {
    padding-left: 25px;
    text-align: left;
  }
  .product-item-line-card .btn {
    margin-top: 0;
  }
  .product-item-small-card .product-item-button-container {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 45%;
  }
  .product-item-big-card .product-item-price-container {
    margin-left: calc(45% - -25px);
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 12px;
  }
  .product-item-big-card .product-item-title a {
    font-size: 13px;
    font-weight: 600;
  }
  .catalog-switcher {
    display: flex;
    padding: 10px 0;
    margin: 10px 15px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
  }
  .catalog-switcher .item {
    width: 50%;
  }
  .catalog-switcher .item a {
    display: block;
    line-height: 60px;
    text-align: center;
    background: #d8d8d8;
    font-size: 17px;
    font-weight: 600;
  }
  .catalog-switcher .item a:hover,
  .catalog-switcher .item a:focus {
    text-decoration: none;
  }
  .catalog-switcher .item a.active {
    background: #7b2019;
    color: #fff;
  }
  .bx-filter-block {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header .wrap {
    display: grid;
    grid-template-columns: 104px 1fr 166px 30px;
    padding-left: 15px;
    padding-right: 15px;
    grid-column-gap: 10px;
  }
  .mobile-telephone {
    padding-left: 0px;
    padding-right: 0px;
  }
  .header-content .newButtonheader {
    padding-right: 0px;
  }
  .header-content .newButtonheader {
    grid-template-columns: 140px 0;
  }
  .header-content .newButtonheader a.header_calc.header_caatalog {
    display: none;
  }
  .header-content.header-middle_position_fixed .newButtonheader {
    padding-right: 0px;
  }
  .header-content.header-middle_position_fixed .newButtonheader {
    grid-template-columns: 140px 115px;
  }
  .header-content.header-middle_position_fixed
    .newButtonheader
    a.header_calc.header_caatalog {
    display: none;
  }
  .wrap-slider.new-wrap-slider .slider-arrows {
    right: 110px;
  }
  .slider__nav .slick-next:before {
    right: 17px;
  }
  .wrap-slider.new-wrap-slider .dots {
    right: 40px;
  }
  .wrap-slider.new-wrap-slider .slider-price {
    font-size: 24px;
  }
  .wrap-slider.new-wrap-slider .slider-title {
    font-size: 36px;
  }
  .about-numbers {
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .about-numbers__item {
    padding: 15px;
  }
  .service-prices {
    padding-left: 50px;
    padding-right: 50px;
    justify-content: space-between;
  }
  .service-prices__item {
    width: calc(50% - 20px);
  }
  .trust-us > * {
    width: 100%;
  }
  .trust-us__left {
    position: relative;
    padding-top: 60%;
    height: 0;
  }
  .trust-us__left iframe {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .trust-us__right {
    padding-left: 0;
  }
  .trust-us__items > * {
    width: 33.3333%;
  }
  .projects-section .wrap-tabs--projects .tab-links {
    flex-wrap: wrap;
  }
  .photos-wrap {
    flex-wrap: wrap;
  }
  .gallery_photo_wrap {
    width: 49%;
    margin-bottom: 20px;
  }

  .project .wrap.video-wrapper > iframe {
    width: 100%;
    flex-wrap: wrap;
  }
  .service__detailPage .install_steps_wrap .install_step {
    width: calc(100% / 2 - 24px);
  }
}
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .wrap-tabs--projects .tab-links:before {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .col-4 {
    width: calc(50% - 30px);
  }
  .footer-logo img {
    width: 260px;
  }
  .footer-top__link {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0 20px;
  }
  .footer-title {
    font-size: 18px;
    margin-top: 12px;
  }
  .wrap-tabs--news .tab-links {
    width: 280px;
  }
  .wrap-tabs--news .tab-link__item {
    padding: 20px 10px;
  }
  .wrap-tabs--news .tab-block__item {
    padding: 30px;
  }
  .news-dates__item-title {
    font-size: 18px;
  }
  .projects-section--mb {
    margin-bottom: 50px;
  }
  .slide--discount {
    padding-top: 50px;
  }
  .slider-sub-title {
    font-size: 24px;
    margin-bottom: 50px;
  }
  .slider-provided {
    left: 40px;
    font-size: 14px;
  }
  .discount .col-3 {
    width: calc(50% - 30px);
  }
  .question-form {
    width: 100%;
    margin-top: 30px;
  }
  .photos .tab-links .tab-link__item {
    width: 25%;
    font-size: 13px;
  }
  .photos .col-2 {
    width: calc(100% - 30px);
  }
  .photos-item {
    height: auto;
    min-height: 300px;
  }
  .photos-item__bottom {
    position: relative;
    margin-top: 50px;
  }
  .project-slider__main-slide {
    height: 400px;
  }
  .product__header-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .product__header-text {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    padding: 15px;
  }
  .all-product ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .object-discription .col-2 {
    width: calc(100% - 30px);
  }
  .advantages-2-section .advantage_grid .advantage_item {
    width: calc(50% - 30px);
  }
  .advantages-2-section .advantage_grid .advantage_item:nth-child(4n)::after {
    display: block;
  }
  .advantages-2-section
    .advantage_grid
    .advantage_item:nth-child(2n + 1)::after {
    display: none;
  }
  .advantages-2-section
    .advantage_grid
    .advantage_item:nth-child(n + 3)::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #d8d8d8;
    position: absolute;
    top: -15px;
    left: 0;
  }
}
@media screen and (min-width: 1000px) {
  .pr__slider {
    min-width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .double_form {
    display: block;
  }
  .double_form > * {
    width: auto;
    max-width: 576px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .order-block__items-2 {
    justify-content: center;
  }
  .slider__preview {
    width: 60%;
  }
  .slider__preview .slick-list.draggable {
    height: 410px;
  }
  .slider__preview .slider__item.slick-slide {
    left: 0;
  }
  .slider__nav {
    width: 40%;
  }
  .slider__nav .nav__img {
    width: 74.7%;
  }
  .slider__nav .slick-next:before {
    right: 8px;
  }
  .slider__preview .slider__item {
    min-width: 0%;
  }
  .recall__item {
    width: 32%;
  }
  .order-block__item-2 {
    width: 250px;
  }
  .order-block__item-2:not(:last-child):after {
    content: none;
  }
  .ready-gate {
    padding: 50px 0 30px;
  }
  .ready-gate__sub-title {
    order: 1;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .ready-gate__sub-title > span {
    font-size: 20px;
    display: inline-block;
  }
  .ready-gate__items {
    background: none;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .ready-gate__item {
    position: static;
    width: 100%;
    min-height: auto;
    background-color: transparent;
    color: #fff;
    font-size: 13px;
  }
  .ready-gate__item br {
    display: none;
  }
  .ready-gate__item:nth-child(n) {
    order: 2;
  }
  .ready-gate__item:nth-child(n):before {
    content: none;
  }
  .install-fences__item {
    width: calc(50% - 30px);
    max-width: none;
  }
  .order-block__items {
    justify-content: center;
  }
  .order-block__item {
    width: 250px;
  }
  .order-block__item:not(:last-child):after {
    content: none;
  }
  .warranty-block__left {
    margin-right: 0;
  }
  .warranty-block__right {
    display: none;
  }
  .adw-block .adw-top {
    padding-bottom: 10px;
  }
  .adw-block .adw-top__item {
    width: 215px;
    margin-bottom: 15px;
  }
  .adw-block .adw-bottom__item {
    width: 215px;
  }
  .projects-section .projects-slider-new > * {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .form-calc__btn {
    font-size: 15px;
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .newSliderTop .wrap-slider.new-wrap-slider .slider .btn {
    padding: 10px 15px;
  }
  .newSliderTop .wrap-slider .slide .wrap {
    left: 20px;
    bottom: 50%;
    transform: translateY(50%);
  }
  .newSliderTop .wrap-slider.new-wrap-slider .slider-arrows {
    bottom: 20px;
  }
}
@media screen and (max-width: 990px) {
  .footer-mygrid {
    grid-template-columns: 45% 45%;
  }
}
@media only screen and (max-width: 960px) {
  .price-table td {
    padding: 10px;
  }
}
@media only screen and (max-width: 920px) {
  .left-img-li {
    display: block !important;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 900px) {
  .header-content .newButtonheader {
    grid-template-columns: 140px;
  }
  .header-content .newButtonheader a.header__call {
    display: none;
  }
  .header-content.header-middle_position_fixed .newButtonheader {
    grid-template-columns: 140px;
  }
  .header-content.header-middle_position_fixed .newButtonheader a.header__call {
    display: none;
  }
  .slider-container {
    width: 80%;
    margin: 0;
  }
  .main_project-price {
    flex: 1 0 35% !important;
    margin: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 880px) {
  .price-table thead td {
    font-size: 13px;
  }
  .block_268 ul li {
    width: 100%;
  }
}
@media (max-width: 876px) {
  .related-services {
    justify-content: center;
  }
}
@media screen and (max-width: 861px) {
  .alphabet {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .alphabet span a {
    padding: 6px 9.5px;
  }
}
@media only screen and (max-width: 860px) {
  .mz_39 div.slider-title {
    padding-left: 40px;
    padding-right: 60px;
  }
  .mz_39 div.slider-provided {
    bottom: 80px;
  }
  .mz_39 div.slider-sub-title {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 810px) {
  section.advantage-about .advantage-about-list {
    grid-row-gap: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  section.advantage-about .advantage-about-item-title {
    font-size: 16px;
  }
  section.advantage-about .advantage-about-item-text {
    font-size: 14px;
    line-height: 21px;
    padding-top: 15px;
  }
  section.advantage-about .advantage-about-item-text span {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (min-width: 768px) {
  .bg-picture.alert {
    padding-bottom: 0;
  }
  .bg-picture.alert > img {
    height: 85%;
  }
  .bg-picture.alert:before {
    bottom: 15%;
  }
  .bg-picture.alert .mz_6 {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .none-mobile {
    display: none;
  }
  .wrap div.catalog-articles-wrap a.catalog-article-wrapper {
    flex-direction: column;
    max-height: 520px;
    height: unset;
  }
  .catalog-article-image {
    align-self: center;
  }
  .catalog-article-textblock .catalog-article-text {
    height: unset;
    max-height: 320px;
  }
  .recall__list {
    flex-wrap: wrap;
  }
  .recall__item {
    width: 48%;
    margin-bottom: 20px;
  }
  .footer-ico-item {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
  .footer .mobile-calling-specialist_callback {
    margin: 15px 0 0 0 !important;
  }
  .footer .btn {
    margin-left: 0;
    margin-right: 0;
  }
  .scroll-top {
    bottom: 35px;
  }
  .show {
    right: 0;
  }
  .footer-mygrid > .col-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-mygrid > .col-4 {
    display: flex;
    justify-content: center;
  }
  #cboxTitle {
    display: none !important;
  }
  .recall__item {
    width: 45%;
  }
  .construction__img {
    margin-left: 0px;
    width: 100%;
  }
  .project ul {
    margin-left: 0;
  }
  .project ul li {
    padding-left: 0;
  }
  .custom__breadcrumb::before {
    height: 260px;
  }
  .col .catalog-section-description {
    margin-top: 17%;
  }
  .treed__block {
    flex-direction: column;
  }
  .treed__text {
    width: 100%;
  }
  .price_catalog-table {
    overflow-x: scroll;
  }
  .col .catalog-section-description ul li {
    padding-left: 22px;
  }
  .footer-top {
    display: none;
  }
  .mz_33 {
    margin-top: 30px;
  }
  .mz_34 section.page-header {
    display: none;
  }
  .mz_37 {
    display: none;
  }
  .mz_39 section.slider-section {
    display: none;
  }
  .no-mobile {
    display: none;
  }
  .tab-links {
    display: none;
  }
  .mango-callback {
    display: none;
  }
  .header-logo {
    display: block;
    width: 100%;
    height: auto;
  }
  .header-logo-mobile {
    display: none;
  }
  .header-middle__content-title .work_time {
    display: none;
  }
  .header-middle__content-title {
    font-size: 13px;
  }
  .mobile-telephone {
    padding-bottom: 0;
    margin-right: 3%;
    width: unset;
    min-width: calc(121px + 3%);
    margin-left: auto;
  }
  .mobile-telephone-wrap {
    padding-top: 0;
  }
  .advantage-item {
    width: 100%;
  }
  .advantage-item:nth-child(n)::after {
    display: none;
  }
  .advantage-item:not(:last-child)::before {
    position: absolute;
    content: "";
    width: 90%;
    height: 1px;
    right: 5%;
    bottom: -15px;
    background-color: #d8d8d8;
  }
  .page-product__el {
    flex-direction: column;
  }
  .video-slider {
    flex-wrap: wrap;
    justify-content: center;
  }
  .catalog-section .section-goods-container .good-item-wrap {
    width: 100%;
  }
  div.project-slider__thumb-slide {
    margin-right: 0;
  }
  .cart-item-wrap div.cart-item {
    width: calc(100%);
  }
  .install_steps_wrap .install_step {
    width: calc(100%);
  }
  .wrap div.catalog-articles-wrap div.catalog-article-wrapper {
    flex-direction: column;
    max-height: 520px;
    height: unset;
  }
  .object-discription .preview-picture {
    float: none;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .header-content .wrap {
    display: grid;
    grid-template-columns: 230px 1fr 24px;
    grid-column-gap: 10px;
    justify-content: center;
    justify-items: center;
  }
  .header .wrap {
    grid-template-columns: 104px 1fr 166px 30px;
  }
  .header-logo {
    width: auto;
  }
  .header__call {
    margin-right: 13%;
  }
  .mgo-number-11935 {
    margin-bottom: 0px;
  }
  .service-prices {
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
  }
  .service-prices__item {
    width: calc(100% - 20px);
    max-width: 510px;
  }
  .trust-us__items > * {
    width: auto;
  }
  .install-fences__items {
    padding: 0;
  }
  .install-fences__item {
    width: 100%;
  }
  .page-header__block-title {
    font-size: 37px;
  }
  .slider__preview {
    width: 100%;
  }
  .slider__preview .slider__item {
    width: 100%;
  }
  .slider__preview .slick-list.draggable {
    height: auto;
  }
  .slider__nav {
    width: 100%;
  }
  .slider__nav .slider__item {
    min-width: 0;
    margin: 0 5px;
  }
  .slider__nav .nav__img {
    width: 100%;
  }
  .slider__nav .slick-track {
    display: flex;
    min-width: 0;
    justify-content: space-between;
  }
  .slider__nav .slick-prev:before {
    display: none;
  }
  .slider__nav .slick-next:before {
    display: none;
  }
  .product-right {
    width: 100%;
  }

  .projects-section .wrap-tabs--projects .tab-links {
    display: none;
  }
  .questions-container .questions-slider {
    padding: 0;
  }
  div.project-slider__thumb-slide {
    margin-right: 0;
  }

  .project .video-wrapper {
    flex-wrap: wrap;
  }
  .service__detailPage .install_steps_wrap .install_step {
    width: calc(100%);
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .install_steps_wrap .install_step {
    width: calc(100% / 2 - 24px);
  }

  .service__detailPage .install_steps_wrap .install_step {
    width: calc(100% / 2 - 24px);
  }
}
@media (max-width: 768px) and (max-width: 576px) {
  .projects-section .projects-slider-new .project-slide.slick-active {
    height: 430px;
    margin-top: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .h1,
  h2.h1 {
    font-size: 30px;
  }
  body .h3-title,
  h1,
  h2,
  h3 {
    font-size: 20px;
  }
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6 {
    width: 100%;
  }
  .wrap {
    padding: 0 20px;
  }
  .wrap--fw {
    padding: 0;
  }
  body h1.h3-title:before,
  h2.h3-title:before,
  h3.h3-title:before {
    top: -30px;
  }
  .footer .btn {
    display: block;
    width: 215px;
    margin: 40px auto 20px;
  }
  .footer-top__link {
    display: block;
    width: 100%;
    border: 0;
  }
  .footer-copy {
    padding: 0;
  }
  .scroll-top {
    position: relative;
    right: auto;
    top: auto;
    margin: 40px auto 70px;
  }
  .footer-title {
    text-align: center;
  }
  .social-footer {
    margin: 0 auto;
    text-align: center;
  }
  .footer-list__item {
    text-align: center;
  }
  .modal-close {
    top: 15px;
    right: 15px;
  }
  .wrap-slider .slick-initialized .slick-slide {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 20px;
  }
  .wrap-slider .dots {
    height: 365px;
    right: 20px;
  }
  .wrap-slider .btn {
    margin-bottom: 15px;
    margin-right: 15px;
  }
  .slider-arrows {
    display: none;
  }
  .slide {
    height: 365px;
  }
  .slider {
    height: 365px;
    overflow: hidden;
  }
  .slider-price {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .slider-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .wrap-tabs--green .tab-links {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-radius: 0;
    border-bottom: 1px solid #d8d8d8;
  }
  .wrap-tabs--green .tab-link__item {
    width: 100%;
    border: 1px solid #d8d8d8;
    margin-bottom: 10px;
  }
  .wrap-tabs--green .tab-link__item:last-child {
    margin-bottom: 0;
  }
  .calculator-bottom {
    margin-top: 50px;
  }
  .calculator-item {
    margin-bottom: 0;
  }
  .calculator-col {
    width: 100%;
    margin-bottom: 25px;
  }
  .calculator-total {
    padding: 40px 20px 20px;
    margin-bottom: 0;
  }
  .calculator-total__wrap-price {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .calculator-total__price {
    width: 100%;
  }
  .calculator-total__print {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    text-align: right;
    margin-bottom: 20px;
  }
  .section-title {
    margin-bottom: 20px;
  }
  .section-title .btn {
    display: none;
  }
  .wrap-tabs--news .tab-links {
    width: 100%;
    margin-bottom: 40px;
  }
  .wrap-tabs--news .tab-blocks {
    width: 100%;
  }
  .wrap-tabs--news .tab-block__item {
    padding: 30px 20px;
  }
  .calculator-total__numbers-item {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .calculator-total__numbers-title {
    font-size: 15px;
  }
  .calculator-total__numbers-price {
    font-size: 22px;
  }
  .calculator-total__table td:nth-child(1) {
    padding-right: 10px;
  }
  .calculator-total__table td:nth-child(2) {
    width: 200px;
    text-align: right;
  }
  .news-slide__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .wrap-tabs--projects .tab-links {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .wrap-tabs--projects .tab-links .tab-link__item {
    width: 100%;
    -webkit-box-shadow: 0 -1px 0 0 #d8d8d8 inset;
    box-shadow: 0 -1px 0 0 #d8d8d8 inset;
  }
  .wrap-tabs--projects .tab-links .tab-link__item223 {
    width: 100%;
    -webkit-box-shadow: 0 -1px 0 0 #d8d8d8 inset;
    box-shadow: 0 -1px 0 0 #d8d8d8 inset;
  }
  .wrap-projects-slider .prev {
    left: 30px;
  }
  .wrap-projects-slider .next {
    right: 30px;
  }
  .projects-slide {
    text-align: center;
  }
  .slide--discount .slider-title {
    width: 100%;
    max-width: 100%;
    font-size: 30px;
    margin-bottom: 15px;
  }
  .slider-sub-title {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .slider-provided {
    left: 15px;
    bottom: 15px;
  }
  .discount .col-3 {
    width: calc(100% - 30px);
  }
  .paginator {
    margin-top: 50px;
  }
  .paginator-link,
  .paginator-separator,
  .paginator-last {
    margin-right: 5px;
  }
  .page-header {
    min-height: 110px;
    margin-bottom: 40px;
  }
  .news-header {
    margin-bottom: 50px;
  }
  .news-item {
    padding: 40px 20px;
  }
  .wrap-contacts-slider,
  .contacts-map {
    width: 100%;
    margin-bottom: 80px;
  }
  .wrap-contacts-slider:last-child,
  .contacts-map:last-child {
    margin-bottom: 0;
  }
  .contacts-map {
    height: 370px;
  }
  .question {
    margin-top: 0;
  }
  .photos .tab-links .tab-link__item {
    width: auto;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .photos-item {
    padding: 30px 20px;
  }
  .photos-item__date {
    margin-bottom: 60px;
  }
  .photos-item__wrap-title {
    padding: 0;
    position: initial;
  }
  .photos-item__wrap-title:before {
    top: 8px;
    right: 0;
  }
  .photos-item__title {
    font-size: 20px;
  }
  .photos-item__discription {
    font-size: 16px;
  }
  .photos-item__bottom-item {
    width: 50%;
    border: 0;
    padding-left: 0;
    margin-bottom: 10px;
  }
  .photos-item__bottom-item:last-child {
    margin-bottom: 0;
  }
  .photos-item__bottom-item:nth-child(2n) {
    padding-left: 20px;
    border-left: 1px solid rgba(250, 250, 250, 0.4);
  }
  .project-slider__main {
    display: none;
  }
  .project-slider__main-slide {
    height: 250px;
  }
  .project-slider__comment {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-top: 20px;
  }
  .wrap-project-slider__thumbs .prev,
  .wrap-project-slider__thumbs .next {
    position: absolute;
  }
  .wrap-project-slider__thumbs .prev {
    left: 15px;
  }
  .wrap-project-slider__thumbs .next {
    right: 15px;
  }
  .project-slider__thumbs {
    width: 100%;
  }
  .project-discription {
    margin-bottom: 50px;
  }
  .project-discription__inner {
    border: 0;
    padding: 0;
  }
  .project-discription__item {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 20px;
  }
  .project-discription__item:last-child {
    margin-bottom: 0;
  }
  .another-projects {
    padding-bottom: 1px;
  }
  .wrap-comparative-table {
    overflow-x: auto;
  }
  .comparative-table {
    width: 900px;
  }
  .product__header-text {
    text-align: center;
  }
  .product__header-title {
    font-size: 20px;
  }
  .product__header-actions {
    width: 100%;
    padding: 30px 0;
    border-left: 0;
    border-top: 1px solid #d8d8d8;
    margin-top: 10px;
  }
  .product__hidden {
    padding: 30px 0;
  }
  .product-slide {
    height: 220px;
  }
  .price-table__header .next {
    margin-left: 10px;
  }
  .price-table__slide {
    width: 100%;
    overflow-x: auto;
  }
  .wrap-tabs--object .tab-links {
    width: calc(100% - -30px);
    margin-left: -15px;
  }
  .color-palette {
    padding: 40px 20px;
  }
  .color-palette .tab-links {
    padding: 0;
    border: 0;
    margin-bottom: 30px;
  }
  .color-palette__item {
    width: calc(50% - 15px);
  }
  .cart-item-wrap {
    text-align: center;
    margin-right: 0;
  }
  .cart-item-wrap .cart-item {
    width: 49%;
    float: none;
    display: inline-block;
    vertical-align: top;
    display: block;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 340px;
    min-width: 280px;
    width: auto;
  }
  .mz_18 {
    float: none;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    max-width: 280px;
  }
  .mz_18 img {
    width: 100%;
  }
  .mz_39 div.slider-title {
    padding-right: 0;
  }
  .advantages-2-section .advantage_grid .advantage_item {
    width: calc(100% - 30px);
  }
  .advantages-2-section .advantage_grid .advantage_item::after {
    display: none;
  }
  .advantages-2-section
    .advantage_grid
    .advantage_item:nth-child(n + 2)::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #d8d8d8;
    position: absolute;
    top: -15px;
    left: 0;
  }
  .video-list__item div.grid {
    margin: 0;
  }
  .video-list__item div.col-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .footer-calculator-mobile {
    width: 68px;
    height: 68px;
    display: grid;
    align-items: center;
    justify-items: center;
    background: #7b2019;
    border-radius: 100%;
  }
  .footer-calculator-mobile img {
    width: 38px;
    height: 38px;
  }
  .bx-basket-fixed {
    display: none;
  }
  .footer_fixed .bx-basket-fixed {
    display: block;
    position: relative;
    right: auto;
    box-shadow: none;
    top: 0 !important;
  }
  body .footer_fixed {
    display: flex;
    justify-content: center;
  }
  .footer_fixed .footer-link {
    position: relative;
  }
  .footer_fixed .my-basket-logo a {
    background: #7b2019;
    width: 68px;
    height: 68px;
    border-radius: 100%;
    overflow: hidden;
    display: grid;
    align-items: center;
    justify-items: center;
  }
  .footer_fixed .my-basket-logo a span {
    display: none;
  }
  .footer_fixed .my-basket-logo a * {
    fill: #fff;
    color: #fff;
  }
  .contacts .tab-links {
    display: block;
  }
  .contacts .tab-links .tab-link__item {
    width: 50%;
  }
  .wrap-contacts-slider .contacts-slider .contacts-slide {
    display: grid;
    grid-template-columns: 1fr;
  }
  .wrap-contacts-slider .contacts-slider .contacts-slide > div {
    width: 100%;
  }
  .bg-twitter_color {
    margin: 0 auto;
  }
  h2.h1 {
    font-size: 30px !important;
  }
  .footer_fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    background: #1e1e1e;
    color: #fff;
    font-size: 12px;
    padding-bottom: 15px;
    padding-top: 15px;
    z-index: 11;
  }
  .footer_fixed .btn {
    margin-top: 0;
    margin-bottom: 10px;
    width: 200px;
    font-size: 12px;
  }
  .footer_fixed .footer-link {
    text-indent: -9999em;
    color: transparent;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #44bb6e url(img-1-white.svg) no-repeat center center;
    box-shadow: 0 19px 38px 0 rgba(34, 36, 43, 0.3);
    display: block;
  }
}
@media only screen and (max-width: 760px) {
  .header-logo {
    display: block;
    width: 230px;
    height: 46px;
  }
  .header-logo:before {
    font-size: 14px;
    margin-left: 50px;
  }
  .price-table thead td {
    font-size: 9px;
    line-height: 13px;
  }
  .price-table td {
    font-size: 12px;
    line-height: 17px;
    padding: 5px;
  }
}
@media only screen and (max-width: 700px) {
  .mz_42 {
    grid-template-columns: 1fr;
  }
  .mz_43 {
    display: none;
  }
  .block_410 ul li {
    width: 100%;
  }
  .block_410 ul li:nth-child(2n + 1) {
    padding-right: 0;
  }
  .block_410 ul li:nth-child(2n + 2) {
    padding-left: 0;
  }
}
@media only screen and (max-width: 630px) {
  .header .wrap {
    grid-template-columns: 104px 1fr 0px 30px;
  }
  .header-content .newButtonheader {
    display: none;
  }
  .header__city {
    display: none;
  }
  .mgo-number-11935 {
    display: none;
  }
  .videorecall {
    width: 48%;
  }
  .form-calc__block {
    flex-direction: column;
    align-items: center;
  }
  .form-calc__input {
    width: 60%;
    margin-bottom: 10px;
  }
  .form-calc__btn {
    width: 60%;
    text-align: center;
    padding: 12px 0;
  }
  .header-content.header-middle_position_fixed .newButtonheader {
    display: none;
  }
}
@media screen and (max-width: 620px) {
  .footer-mygrid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 600px) {
  .project-discription_info .price-table {
    width: 100%;
  }
  .info__item {
    flex: 1 0 100%;
  }
  .double_form .right_block .border_block .flex_col textarea {
    margin-top: 0;
  }
  .double_form .right_block .border_block .flex_col .col {
    width: auto;
    margin-bottom: 20px;
  }
  .double_form .left_block .border_block .image_block {
    margin: 0 auto 20px auto;
  }
  .double_form .left_block .border_block {
    padding-top: 0;
  }
  .double_form .right_block .border_block .flex_col {
    display: block;
  }
  .double_form .left_block .border_block {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .modal-block {
    width: calc(100% - 30px);
    left: 15px;
    top: 5%;
    padding: 40px 15px 30px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .projects-section .projects-slider-new .project-slide:hover {
    height: 430px;
    margin-top: -40px;
  }
  .contacts-page__left,
  .contacts-page__right {
    width: 100%;
  }
  .recall__item {
    width: 100%;
  }
  .recall__block {
    padding: 20px;
    min-height: auto;
  }
  .custom__breadcrumb::before {
    height: 330px;
  }
  .col .catalog-section-description {
    margin-top: 34%;
  }
  .related-services__item {
    max-width: none;
    width: 49%;
    padding: 10px 5px;
  }
  .related-services__price span:not(.currency) {
    font-size: 20px;
  }
  .projects-section .wrap-projects-slider-new {
    height: 430px;
  }
  .projects-section .wrap-projects-slider-new + .center {
    margin-top: 60px;
  }
  .projects-section .projects-slider-new > * {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 75px !important;
  }
  .projects-section .projects-slider-new .project-slide {
    height: 350px;
  }
}
@media screen and (max-width: 570px) {
  section.advantage-about .advantage-about-list {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 550px) {
  .slider-nav:after {
    top: auto;
    bottom: 0;
  }
  .slider-nav:before {
    display: block;
    position: absolute;
    content: "";
    width: 181px;
    height: 33%;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 1),
      transparent 100%
    );
  }
  .slider-nav:after {
    display: block;
    position: absolute;
    content: "";
    width: 181px;
    height: 33%;
    top: 67%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
    background: linear-gradient(0, rgba(255, 255, 255, 1), transparent 100%);
  }
  .slick-prev,
  .slick-next {
    display: none !important;
  }
  .main_project-price__item .btn_measurer {
    background: #7b2019 30px/ 32px 32px url(/local/templates/moszabor/css/img/order.png)
      no-repeat;
  }
  .main_project-price__item .btn_kalkulyator {
    background: #7b2019 30px/ 32px 32px url(/local/templates/moszabor/css/img/calculator.png)
      no-repeat;
  }
  .bg-picture {
    padding-top: 70px;
    margin-top: -70px;
  }
}
@media only screen and (max-width: 540px) {
  .magazine-category-item {
    width: 130px;
    height: 130px;
  }
  .magazine-category-item a {
    width: 130px;
    height: 130px;
    padding: 5px;
  }
  .magazine-category-item a:hover:before {
    width: 130px;
    height: 130px;
    margin-left: -6px;
    margin-top: -6px;
  }
  .magazine-category-item-img {
    width: 118px;
    height: 86px;
  }
  .magazine-category-item-img img {
    max-width: 118px;
  }
  .magazine-category-item-title {
    padding-top: 5px;
    font-size: 12px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 520px) {
  .mz_6 {
    background: #eaeaea;
    padding-left: 20px;
  }
  .mz_39 div.slider-provided {
    font-size: 12px;
    line-height: 16px;
    bottom: 65px;
    left: 20px;
  }
  .mz_39 div.slider-title {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 500px) {
  .questions-container .questions-slider__item {
    margin: 0;
    box-shadow: none;
  }
  .bg-picture {
    padding-top: 70px;
    margin-top: 10px;
  }
}
@media (max-width: 499px) {
  .bg-picture {
    padding-top: 30px;
  }
  .page-header__block-title {
    font-size: 29px;
  }
  .product__el_bottom {
    flex-direction: column;
    align-items: center;
  }
  .el__btn {
    margin-top: 0;
  }
  .el__link {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .header-logo {
    width: 170px;
  }
  .header .wrap {
    grid-template-columns: 119px 0 96px 33px;
  }
  .header__call-text {
    display: none;
  }
  .header__call {
    display: none;
  }
  .videorecall {
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .cart-item-wrap .cart-item .ici-02 .cartItem__button_mobile,
  .cart-item-wrap .cart-item .ici-02 .cartItem__button_desktop {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .cart-item-wrap .cart-item .ici-02 .cartItem__button_mobile {
    padding-left: 20px;
  }
  .mz_1 a {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: auto;
  }
  .mz_1 a img {
    width: 100%;
    height: auto;
    min-height: 0;
    position: relative;
    top: 0;
    left: 0;
    -ms-transform: translate(-0, -0);
    -webkit-transform: translate(-0, -0);
    -o-transform: translate(-0, -0);
    -moz-transform: translate(-0, -0);
    transform: translate(-0, -0);
    display: block;
  }
  .mz_3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .mz_4 {
    width: 100%;
    height: auto;
  }
  .mz_4 a {
    width: 100%;
    height: auto;
  }
  .mz_4 a img {
    width: 100%;
    height: auto;
    min-height: 0;
    position: relative;
    top: 0;
    left: 0;
    -ms-transform: translate(-0, -0);
    -webkit-transform: translate(-0, -0);
    -o-transform: translate(-0, -0);
    -moz-transform: translate(-0, -0);
    transform: translate(-0, -0);
    display: block;
  }
  .mz_7 a {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .mz_7 a img {
    width: 100%;
    height: auto;
    min-height: 0;
    position: relative;
    top: 0;
    left: 0;
    -ms-transform: translate(-0, -0);
    -webkit-transform: translate(-0, -0);
    -o-transform: translate(-0, -0);
    -moz-transform: translate(-0, -0);
    transform: translate(-0, -0);
    display: block;
  }
  .mz_11 a {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .mz_11 a img {
    width: 100%;
    height: auto;
    min-height: 0;
    position: relative;
    top: 0;
    left: 0;
    -ms-transform: translate(-0, -0);
    -webkit-transform: translate(-0, -0);
    -o-transform: translate(-0, -0);
    -moz-transform: translate(-0, -0);
    transform: translate(-0, -0);
    display: block;
  }
  .mz_21 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .mz_22 {
    width: 100%;
    height: auto;
  }
  .mz_22 a {
    width: 100%;
    height: auto;
  }
  .mz_22 a img {
    width: 100%;
    height: auto;
    min-height: 0;
    position: relative;
    top: 0;
    left: 0;
    -ms-transform: translate(-0, -0);
    -webkit-transform: translate(-0, -0);
    -o-transform: translate(-0, -0);
    -moz-transform: translate(-0, -0);
    transform: translate(-0, -0);
    display: block;
  }
  .mz_24 {
    background: 0;
    padding: 0;
  }
  .mz_27 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .mz_28 {
    width: 100%;
    height: auto;
  }
  .mz_28 a {
    width: 100%;
    height: auto;
  }
  .mz_28 a img {
    width: 100%;
    height: auto;
    min-height: 0;
    position: relative;
    top: 0;
    left: 0;
    -ms-transform: translate(-0, -0);
    -webkit-transform: translate(-0, -0);
    -o-transform: translate(-0, -0);
    -moz-transform: translate(-0, -0);
    transform: translate(-0, -0);
    display: block;
  }
  .mz_32 {
    width: 100%;
    height: auto;
  }
  .mz_32 a {
    width: 100%;
    height: auto;
  }
  .mz_32 a img {
    width: 100%;
    height: auto;
    min-height: 0;
    position: relative;
    top: 0;
    left: 0;
    -ms-transform: translate(-0, -0);
    -webkit-transform: translate(-0, -0);
    -o-transform: translate(-0, -0);
    -moz-transform: translate(-0, -0);
    transform: translate(-0, -0);
    display: block;
  }
}
@media screen and (max-width: 380px) {
  .footer_fixed .footer-link {
    left: 10px;
  }
  .button_1O {
    margin-right: 10px !important;
  }
  .block_269 {
    min-width: 90px;
  }
  .block_269 img {
    width: 80px;
    height: 80px;
  }
}
@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.pay-sys {
  float: right;
  margin-top: 30px;
  cursor: pointer;
}
.pay-sys ul {
  list-style: none;
  padding: 0;
}
.pay-sys ul li {
  display: inline-block;
}
.pay-sys li span {
  height: 39px;
  display: inline-block;
}
.pay-sys li .mastercard {
  background: url(img/horizontalLogos.png) no-repeat -227px 0;
  width: 80px;
}
.pay-sys li .paykeeper {
  background: url(img/horizontalLogos.png) no-repeat 0px 0;
  width: 124px;
}
.pay-sys li .visa {
  background: url(img/horizontalLogos.png) no-repeat -130px 0;
  width: 104px;
}
.pay-sys li .mir {
  background: url(img/horizontalLogos.png) no-repeat -310px 0;
  width: 104px;
}
.modal-block-paykeeper {
  width: 650px;
  height: 650px;
}

@media (max-width: 800px) {
	.modal-block-paykeeper {
	  width: 90%;
	}
}



/*whatsapp кнопка на экране*/
.whatsapp-button {
  position: fixed;
  right: 13px;
  bottom: 90px;
  transform: translate(-50%, -50%);
  background: #25D366; /*цвет кнопки*/
  border-radius: 50%;
  width: 55px; /*ширина кнопки*/
  height: 55px; /*высота кнопки*/
  color: #fff;
  text-align: center;
  line-height: 53px; /*центровка иконки в кнопке*/
  font-size: 35px; /*размер иконки*/
  z-index: 9999;
}
.whatsapp-button a {
  color: #fff;
}
.whatsapp-button:before,
.whatsapp-button:after {
  content: " ";
  display: block;
  position: absolute;
  border: 50%;
  border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden; 
}

.whatsapp-button:after{
  animation-delay: .5s;
}

@keyframes animate
{
  0%
  {
      transform: scale(0.5);
      opacity: 0;
  }
  50%
  {
      opacity: 1;
  }
  100%
  {
      transform: scale(1.2);
      opacity: 0;
  }
}
@media (max-width : 800px) {  
  .whatsapp-button {   
    bottom: 5px; /*отступ кнопки снизу от экрана*/
    right: 10px; /*отступ кнопки слева от экрана(right - справа)*/
  }

  .whatsapp-button {
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    line-height: 60px;
    font-size: 35px;
  }
}

.fa-mobile-alt::before {
  content: "\f3cd";
}


.fa-whatsapp:before {
  content: "\f232";
}

.ready-gate__video {
 margin: 50px auto;
}


/* Калькулятор */

.calculator_form_section {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  position: relative;
}

.calculator_form__block {
  width: 45%;
}

.calculator_form__result {
  padding: 45px 40px 30px;
  -webkit-box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
  box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
  background: #FFF;
  height: 100%;
  margin-bottom: 25px;
}

.calculator_form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.calculator_form__item {
  width: 48%;
  margin-bottom: 25px;
}

.calculator_form__item_title {
  font-size: 14px;
  font-weight: 400;
  color: #232323;
  width: 100%;
  margin-bottom: 15px;
}

.calculator_form__radio,
.calculator_form__checkbox {
  display: none;
}

.calculator_form__radio+label {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 44px;
  text-align: center;
  color: #232323;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #d8d8d8;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 5px;
}

.calculator_form__radio:checked+label {
  color: #fff;
  border-color: #7b2019;
  background: #7b2019;
}

.calculator_form__select,
input[type="text"].calculator_form__input {
  border: 1px solid #d8d8d8;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 15px;
  color: #232323;
  font-weight: 400;
  line-height: 16px;
  width: 100%;
}

.calculator_form__checkbox+label::before {
  display: block;
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  border: 1px solid #d8d8d8;
}

.calculator_form__checkbox:checked+label::before {
  border-color: #7b2019;
  background: #7b2019 url("../img/tick.svg") no-repeat center center/10px;
}

.calculator_form__checkbox_label {
  position: relative;
  padding-left: 30px;
  margin-top: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.calculator_result__button_block,
.calculator_result__price {
  margin-bottom: 20px;
}

.calculator_result__button {
  font: 900 15px Uni, sans-serif;
  background: #7b2019;
  color: #fff;
  padding: 0 40px;
  display: inline-block;
  text-decoration: none;
  transition: .3s;
  cursor: pointer;
  border: none;
  height: 44px;
}

.calculator_result__price span {
  display: block;
}

.calculator_result__price_title {
  font-size: 18px;
  color: #4a4a4a;
  margin-bottom: 10px;
  line-height: 1.6;
}

.calculator_result__price_numbers {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}

.form_request__item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.form_request__item input[type="text"] {
  width: 95%;
  border: 1px solid #d8d8d8;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 15px;
  color: #232323;
  font-weight: 400;
  line-height: 16px;
}

.form_request__item input[type="text"] ~ p {
  margin: 0;
}

.form_request__item p {
  padding: 0 14px;
  margin: 0;
}


.sheet_profile .sheet_profile_img {
  content: '';
  position: absolute;
  top: 20px;
  right: 10px;
  width: 0;
  height: 0;
  background-size: cover;
}

.sheet_profile:hover .sheet_profile_img {
  width: 650px;
  height: 450px;
  box-shadow: 1px 1px 8px #000;
}

.sheet_profile_8:hover .sheet_profile_img {
  background-image: url(../img/profil_profnastil_8.jpg);
}

.sheet_profile_20:hover .sheet_profile_img {
  background-image: url(../img/profil_profnastil_20.jpg);
}

.sheet_profile_21:hover .sheet_profile_img {
  background-image: url(../img/profil_profnastil_21.jpg);
}

.picket_brands_r:hover .sheet_profile_img {
  background-image: url(../img/profil_shtaketnik_r.jpg);
}

.picket_brands_m:hover .sheet_profile_img {
  background-image: url(../img/profil_shtaketnik_m.jpg);
}

.picket_brands_p:hover .sheet_profile_img {
  background-image: url(../img/profil_shtaketnik_p.jpg);
}

.calculator__form_success,
.calculator_shtaketnik__form_success,
.calculator_3d__form_success,
.calculator_rabica__form_success {
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  color: #7b2019;
}


.calculator_form__item_full_width {
  width: 100%;
}

.error, div.recaptchaError {
  color: red;
}

.form_request__item input[type="button"] {
  font: 900 15px Uni, sans-serif;
  height: 44px;
  padding: 0 30px;
  background-color: #da4d00;
  border: none;
  color: #fff;
  display: block;
  margin: 0 auto;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}

.form_request__item input[type="button"]:hover {
  background-color: #7b2019;
}

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

/* Вкладки для калькулятора */
.calculator_tabs {
  display: none;
}

.calculator_tab_labels {
  display: inline-block;
  margin: 0 5px -1px 0;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  background: #353535;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  padding: 15px;
  min-width: 125px;
}

.calculator_tabs:checked + .calculator_tab_labels {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: #7b2019;
}

.calculator_tab_content {
  padding: 0 20px;
  box-shadow: 0 2px 20px rgba(86, 86, 86, 0.15);
  border-radius: 2px;
  display: none;
}

.calculator_tab_profnastil:checked ~ .tab_content_profnastil,
.calculator_tab_picket:checked ~ .tab_content_picket,
.calculator_tab_3d:checked ~ .tab_content_3d,
.calculator_tab_rabica:checked ~ .tab_content_rabica {
  display: block;
}


@media (max-width: 1200px) {
  .calculator_form_section {
    flex-wrap: wrap;
    justify-content: center;
  }

  .calculator_form__block {
    width: 90%;
  }

  .calculator_form__result {
    position: sticky;
    bottom: -260px;
  }
}

@media (max-width: 990px) {
  .sheet_profile:hover .sheet_profile_img {
    width: 520px;
    height: 360px;
  }

  .sheet_profile .sheet_profile_img {
    top: 130px;
    right: auto;
    left: 40px;
  }

}

@media (max-width: 640px) {
  .calculator_form__item {
    width: 100%;
  }

  .calculator_result__button_block,
  .calculator_result__price {
    text-align: center;
  }

  .sheet_profile:hover .sheet_profile_img {
    width: 360px;
    height: 250px;
  }

  .sheet_profile .sheet_profile_img {
    left: 10px;
  }

  .calculator_tab_content {
    border: none;
    padding: 0;
  }

  .form_request__item input[type="text"] ~ p {
    margin-top: 15px;
  }

  .calculator_form__result {
    bottom: -280px;
  }

}

@media (max-width: 530px) {

  .form_request__item {
    justify-content: center;
    flex-wrap: wrap;
  }

  .calculator__form_request_button {
    margin-bottom: 20px;
  }

  .form_request__item p {
    text-align: center;
  }

  .form_request__item input[type="text"] {
    width: 90%;
    margin-bottom: 20px;
  }

  .form_request__item .calculator_form__input {
    width: 100%;
    text-align: center;
  }

  .calculator_tab_labels {
    padding: 8px 9px;
    font-size: 13px;
    margin: 0;
    font-weight: 500;
    min-width: 80px;
  }

  .calculator_form__result {
    bottom: -420px;
  }

}

@media (max-width: 370px) {
  .sheet_profile:hover .sheet_profile_img {
    width: 320px;
    height: 220px;
  }

  .sheet_profile .sheet_profile_img {
    left: 5px;
  }

  .calculator_form__result {
    bottom: -460px;
  }

}

.modal__form input {
  width: 100%;
  height: 46px;
  line-height: 44px;
  padding: 0 20px;
  font-size: 15px;
  border-radius: 30px;
  border: 1px solid #d8d8d8;
  margin-bottom: 30px;
}

.modal__form.flex {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.modal__form {
  margin-top: 30px;
  text-align: center;
}

.form_order_info {
  width: 100%;
  border: none;
  background: none;
  text-align: center;
  height: auto;
  margin-bottom: 15px;
  font-size: 18px;
}


.load_more {
  margin: 20px auto 0;
}