/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.landing-block-node-card-title {
  padding-top: 10px;
}
/*.top_email{font-size: 12px;}*/

.top_email a {
  color: #222;
  font-size: 1em;
  font-weight: 700;
}

.detail.projects .container {
  width: 100%;
}

.italic {
  font-style: italic;
}
.center {
  text-align: center;
}
.logo_and_menu-row .col-md-12 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items:center;				 
}

.logo_and_menu-row .col-md-12 .search_wrap {
  width: 55% !important;
  padding: 0px 65px 0 50px;
}

.logo_and_menu-row .col-md-12 .logo-block {
  min-width: 226px;
}

.logo-row .top-description.addr {
  max-width: 100%;
}
.paddings .float_wrapper.fix-block {
  width: 24%;
}
.sticker_delivery_text {
  font-size: 11px;
}
@media only screen and (max-width: 1290px) {
  .logo_and_menu-row .float_wrapper {
    display: block;
  }
  .logo_and_menu-row .col-md-12 .search_wrap {
    width: 42% !important;
  }
}

.top_basket .price_name {
  display: none;
}

.catalog-compare__item-props
  .catalog-compare__prop-line
  .catalog-compare__prop-name {
  opacity: 1;
}

.logos {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 15px;
}
.logos .logos_link {
  display: block;
  margin-right: 10px;
}
.logos .logos_img {
  width: 100%;
  height: 100%;
}

.calculators {
  display: flex;
  margin: 0 auto;
  margin-top: 40px;
  justify-content: space-evenly;
}
.calculators .calculators_inner {
  display: block;
  height: 300px;
  margin-right: 10px;
}
.calculators .calculators_iframe {
  width: 100%;
  height: 100%;
}

.wrapp-wholesale-price {
  margin-top: 10px;
  margin-bottom: 25px;
}

.wrapp-wholesale-price .btn {
  width: 100%;
}

@media (max-width: 821px) {
  .logos {
    margin-top: 8px;
    margin-bottom: 12px;
  }
}

@media (max-width: 521px) {
  .logos {
    flex-direction: column;
  }
  .logos .logos_link {
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .calculators {
    flex-direction: column;
  }
  .calculators .calculators_inner {
    margin-top: 25px;
  }
}

@media screen and (max-width: 400px) {
  /*.flexbox--row {
			flex-direction: column;
		}*/
  .flexbox--row {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .section-compact-list__info {
    /*text-align: center;*/
  }
}
.darken {
  min-height: 50px;
}

body
  .list-news1.item-views.image_left
  .owl-carousel
  .item
  > .image
  + .body-info
  .period-block-bottom {
  padding-top: 10px;
}

.detail-news1 .ordered-block {
  margin: 1.667rem 0 0 0;
}

@media screen and (min-width: 1024px) {
  .menu-row
    .mega-menu
    table
    td.wide_menu
    > .wrap
    > .dropdown-menu
    ul.menu-wrapper {
    min-width: 1100px;
  }
}

.basket-item-custom-preview-text {
  display: inline-block;
  margin-top: 5px;
}

.custom-main-h1 {
  font-size: 1.6em;
  display: inline-block;
  margin-bottom: 25px;
}
.custom-main-top-h1 {
  font-size: 1.6em;
  margin-bottom: 0px;
  display: block;
  margin-top: 33px !important;
}

.catalog_detail .ncolor .muted777 .svg {
  display: none;
}

.catalog_detail .product-action .price_txt .text-form-info .animate-load {
  font-weight: 800;
}

.SEND_GIFT .custom_block {
  display: none;
}

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

#mobileheader .logo img {
  width: 100%;
}

.delivery-companies__list {
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0px 0px;
}
.delivery-companies__item {
  cursor: pointer;
}
.delivery-companies__item img {
  max-width: 100%;
}

.fancybox-container.delivery-company-calc .fancybox-bg {
  background: rgb(0 0 0 / 50%) !important;
  opacity: 1;
}

ul.ul-margin {
  margin-left: 20px;
}

.categoryReviews {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin: 25px 0px 0px;
}
.categoryReview {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px 20px 15px;
  border-radius: 4px;
  border: 1px solid #ececec;
}
.categoryReview__product {
  width: 100%;
  height: 70px;
  text-align: left;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.categoryReview__product img {
  max-width: 100%;
  max-height: 70px;
  margin: 0px;
}
.categoryReview__name {
  margin-bottom: 5px;
}
.categoryReview__rating {
  margin-top: 5px;
}
.categoryReview__rating svg {
  width: 20px;
  height: 20px;
}
.categoryReview__rating .item-rating.filed svg path {
  fill: #ffcc00 !important;
}
/*.categoryReview__content {
	flex: 1;
	position: relative;
	padding-bottom: 35px;
}
.categoryReview__header {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}*/
.categoryReview__price {
  font-weight: 500;
  margin-bottom: 15px;
}
.categoryReview__text {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 20px;
}
.categoryReview__rating span.font_sxs {
  position: relative;
  font-size: 15px;
  line-height: 20px;
  color: #555555;
  top: -2px;
  left: 4px;
}
.categoryReviews .owl-nav .svg {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.categoryReview__info {
  margin-top: 15px;
  font-size: 13px;
  line-height: 20px;
  color: #c9c9c9;
}

@media (max-width: 450px) {
  .categoryReview {
    flex-direction: column;
  }
  .categoryReview__product {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

/* MEDIA */
@media (max-width: 767px) {
  .delivery-companies__list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .fancybox-container.delivery-company-calc .fancybox-inner {
    top: 80px;
  }
  .fancybox-container.delivery-company-calc .fancybox-toolbar {
    top: -80px;
  }

  .categoryReviews .owl-nav {
    display: flex !important;
    left: -12px !important;
    right: -12px !important;
  }
  .categoryReview {
    padding: 10px 24px 15px;
  }
}

/*=== New Style ===*/

.bottom-icons-panel.swiper {
  touch-action: pan-y;
}
.bottom-icons-panel__content.swiper-wrapper {
  overflow-x: inherit;
}
.bottom-icons-panel__content-link.swiper-slide {
  width: auto;
  height: 64px;
}

/*= Header =*/

.top-block .top-block-item .phone-block.icons {
  padding-left: 0;
}
.top-block-item .phone-block .top_email {
  padding-left: 22px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 9.5H2.5C1.96957 9.5 1.46086 9.28929 1.08578 8.91422C0.710712 8.53914 0.5 8.03043 0.5 7.5V2.5C0.5 1.96957 0.710712 1.46086 1.08578 1.08578C1.46086 0.710712 1.96957 0.5 2.5 0.5H9.5C10.0304 0.5 10.5391 0.710712 10.9142 1.08578C11.2893 1.46086 11.5 1.96957 11.5 2.5V7.5C11.5 8.03043 11.2893 8.53914 10.9142 8.91422C10.5391 9.28929 10.0304 9.5 9.5 9.5ZM9.5 7.5V4.461L6.5 6.5H5.5L2.5 4.464V7.5H9.5ZM2.866 2.5L6.01099 4.57899L9.134 2.5H2.866V2.5Z' fill='%23777777'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center left;
}
.top-block-item .phone {
  padding-left: 38px;
}
.top-block-item .phone-block a:hover {
  color: #e1262e;
}
.top-block-item .phone-block .callback-block {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
}
.top-block .top-block-item.addr-block a:hover .address {
  color: #e1262e;
}

#mobileheader.fixed:not(.tabs-fixed) {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.136);
}
#mobilemenu .form-action-wrapper {
  background: #fbfbfb;
}
#mobilemenu .form-action-wrapper .bordered {
  border: 0;
  border-bottom: 1px solid #f2f2f2;
}
#mobilemenu .form-action-wrapper .bordered:hover {
  color: #e1262e;
}

/*= Main page =*/

.top_block h3 a {
  position: static;
  color: #333;
}
.top_block h3 a:hover {
  color: #e1262e;
}

.sales.item-views .owl-stage {
  display: flex;
}
.sales.item-views .owl-carousel .owl-stage-outer {
  margin: -25px;
  padding: 25px;
}
.sales.item-views .item-wrapper {
  padding: 0;
}
.sales.item-views .item,
.sales.item-views .item-wrapper {
  height: 100%;
}

/*= Pages =*/

.search-tags-cloud {
  margin-top: 32px;
}

/*= One click form =*/
/*.one_click_buy_frame.popup,
.one_click_buy_basket_frame.popup {
	width: 1060px;
}
.one_click_buy_flex {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px 15px;
}
.one_click_buy_flex > div {
	width: 50% !important;
	padding: 0 12px !important;
}
.one_click_buy_flex .form-control {
	width: 100%;
	margin: 0 0 20px;
}
.one_click_buy_flex .delivery_note_wrapper {
	margin-bottom: 0;
}
.one_click_buy_flex textarea {
	min-height: 110px;
	resize: none;
}
.one_click_buy_basket_frame .delivery_note_wrapper {
	margin-top: 24px;
}*/

@media (max-width: 767px) {
  /*.top_slider_wrapp.view_2 .main-slider__item td.text {
		display: table-cell;
		padding-top: 55px;
		padding-left: 27px;
		vertical-align: top;
	}
	.top_slider_wrapp.view_2 .main-slider__item .banner_buttons,
	.top_slider_wrapp.view_2 .main-slider__item .banner_text,
	.top_slider_wrapp.view_2 .main-slider__item .banner_title,
	.top_slider_wrapp.view_2 .main-slider__item .banner_title a,
	.top_slider_wrapp.view_2 .main-slider__item .head-title {
		text-align: left;
	}
	.top_slider_wrapp.view_2 .text .banner_title .head-title,
	.top_slider_wrapp.view_2 .text .banner_title .head-title a {
		color: #fff;
	}
	.top_slider_wrapp.view_2 .dark .banner_title .head-title,
	.top_slider_wrapp.view_2 .dark .banner_title .head-title a {
		color: #202020;
	}
	.top_slider_wrapp.view_2 .text .banner_text {
		display: none;
	}
	.top_slider_wrapp.view_2 .btn.btn-transparent-border {
		border: 1px solid rgba(243,243,243,.4);
		color: #fff;
	}
	.top_slider_wrapp.view_2 .main-slider__item tr.adaptive_info {
		display: none;
	}

	.top_slider_wrapp.view_2 .swiper-container-horizontal > .swiper-pagination-bullets {
		top: auto;
		bottom: 16px;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 4px;
	}
	.swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
	.swiper-pagination-bullet:before {
		width: 6px;
		height: 6px;
		margin: -3px 0 0 -3px;
	}
	.swiper-pagination-bullet.swiper-pagination-bullet-active:before, .swiper-pagination-bullet:hover:before {
		width: 8px;
		height: 8px;
		margin: -4px 0 0 -4px;
		transform: none;
	}*/

  /*.one_click_buy_flex {
		display: block;
		margin: 0;
	}
	.one_click_buy_flex > div {
		width: 100% !important;
		padding: 0 !important;
	}*/
}

/*@media (max-width: 400px) {
	.top_slider_wrapp.view_2 .main-slider__item td.text {
		padding-top: 25px;
	}
}*/

.mega-menu table td:not(.wide_menu) .dropdown-menu li > a .name {
  max-width: 1500px !important;
}
.list-sales-compact-item__title.font_sm > .dark-color {
  font-weight: bold;
}
#mobilemenu .mobile-menu-contacts .no-decript a {
  padding: 0 !important;
}

.short-banner-flex {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
  padding: 35px 0px;
}

.WriteUs_inlineForm_wrapper {
  margin: auto;
  max-width: 440px;
}

.WriteUs_inlineForm_wrapper button[type='reset'] {
  display: none;
}

.landingServices__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 28px;
}
.landingServices__item {
  width: calc(25% - 21px);
}
.landingServices__item .image img {
  height: 205px;
  width: 100%;
  object-fit: cover;
}
.landingServices__item .body-info {
  padding: 21px 16px 16px;
}
.landingServices__item .body-info .title {
  margin-bottom: 8px;
  line-height: 1.25;
}
.landingServices__item .body-info a.arrow_link {
  position: absolute;
  bottom: 24px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 15px;
}
.landingServices__item .item_wrap {
  height: 100%;
}
.landingServices__item .item_wrap .item {
  height: 100%;
  padding-bottom: 60px;
}

.landingEquipments__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0px;
  margin-bottom: 30px;
}
.landingEquipments__item {
  width: 49%;
  border: 1px solid #ececec;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  color: #fff !important;
  gap: 0px 10px;
}
.landingEquipments__item.landingEquipments__item--empty {
  border: 0px solid #fff !important;
  height: 1px;
  padding: 0px;
}
.landingEquipments__item_image {
  width: 40%;
  display: flex;
  justify-content: center;
}
.landingEquipments__item_info {
  flex: 1;
}
.landingEquipments__item_title {
  margin-top: 10px;
  margin-bottom: 10px;
}
.landingEquipments__item_title a,
.landingEquipments__item_title span {
  color: #333;
  font-size: 18px;
  line-height: 24px;
}
.landingEquipments__item_title a:hover {
  color: #e1262e;
}
.landingEquipments__item_descr {
  font-size: 15px;
  line-height: 24px;
  color: #666;
  margin-bottom: 10px;
}
.landingEquipments__item_arrow {
  display: flex;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  border: 1px solid #ececec;
  border-radius: 3px;
  background-image: url(/bitrix/templates/aspro_max/images/svg/arrows/arrow-right-2-light.svg);
  background-image: url(/bitrix/templates/aspro_max/images/svg/arrows/arrow-right-2-dark.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.landingEquipments__item_arrow svg {
  width: 12px;
  height: 10px;
  fill: #333;
}
.landingEquipments__item_arrow:hover {
  border: 1px solid #e1262e;
  background-color: #e1262e;
  background-image: url(/bitrix/templates/aspro_max/images/svg/arrows/arrow-right-2-light.svg);
}
.landingEquipments__item_arrow:hover svg {
  fill: #fff !important;
}

.landingEquipmentsCompact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}
.landingEquipmentsCompact .landingEquipments__item {
  width: calc(33% - 10px);
  gap: 0px 30px;
}
.landingEquipmentsCompact
  .landingEquipments__item
  .landingEquipments__item_image {
  width: 100px;
}
.landingEquipmentsCompact .landingEquipments__item_info {
  position: relative;
  padding-bottom: 37px;
}
.landingEquipmentsCompact .landingEquipments__item_title a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.landingEquipmentsCompact .landingEquipments__item_descr {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 21px;
}
.landingEquipmentsCompact .landingEquipments__item_button {
  position: absolute;
  bottom: 6px;
}
.landingEquipmentsCompact .landingEquipments__item_button .btn {
  border: 1px solid #e54147;
  color: #e54147;
  padding: 9px 21px 8px;
}
.landingEquipmentsCompact .landingEquipments__item_button .btn:hover {
  color: #fff;
  background: #e54147;
}

.landingAdvantages__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 15px 0px 25px;
  gap: 16px;
}
.landingAdvantages__item {
  width: calc(33% - 8px);
}
.landingAdvantages__item_title {
  color: #666666;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  margin-top: 20px;
}
.landingAdvantages__item_descr {
  font-size: 15px;
  line-height: 24px;
  color: #666;
  margin-top: 10px;
}

.landingSolutions {
  margin-top: 50px;
}
.landingSolutions__title {
  font-weight: 400;
  font-size: 21.899px;
  line-height: 27px;
}
.landingSolutions__list {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin: 40px 0px 70px;
}
.landingSolutions__elem {
  width: 325px;
  background: #f8f8f8;
  border-radius: 3px;
  padding: 70px 22px 77px;
  position: relative;
  min-height: 377px;
}
.landingSolutions__elem:nth-child(2) {
  background: #f7f4f4;
}
.landingSolutions__elem:nth-child(3) {
  background: #f6f0f0;
}
.landingSolutions__elem:nth-child(4) {
  background: #f4ebeb;
}
.landingSolutions__elem_title {
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  color: #e1262e;
  margin-bottom: 10px;
}
.landingSolutions__elem_price {
  font-weight: 500;
  font-size: 14.4812px;
  line-height: 18px;
  margin-bottom: 24px;
}
.landingSolutions__elem_price span {
  font-weight: bold;
}
.landingSolutions__elem_descr {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 30px;
}
.landingSolutions__elem_button {
  position: absolute;
  bottom: 27px;
}

.landingNumbers {
  background: #ff8680;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 146px;
  box-shadow: -1000px 0px 0px #ff8680, 1000px 0px 0px #ff8680;
  margin-bottom: 68px;
}
.landingNumbers__elem {
  padding: 0px 30px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.landingNumbers__elem_number {
  font-weight: 600;
  font-size: 45px;
  line-height: 50px;
  color: #fff;
}
.landingNumbers__elem_text {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
}

.landingStagesWork {
  margin-top: 60px;
}
.landingStagesWork.altMargin {
  margin-top: 30px;
  margin-bottom: 30px;
}
.landingStagesWork__title {
  font-weight: 400;
  font-size: 21.899px;
  line-height: 27px;
}
.landingStagesWork__list {
  margin: 40px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.landingStagesWork__elem {
  width: 225px;
  position: relative;
}
.landingStagesWork__list--6 .landingStagesWork__elem {
  width: 190px;
}
.landingStagesWork__elem:before {
  content: ' ';
  position: absolute;
  left: 60px;
  height: 1px;
  width: 100%;
  top: 25px;
  background: #e2e2e2;
}
.landingStagesWork__elem_number {
  font-weight: 600;
  font-size: 45px;
  line-height: 50px;
  color: #ececec;
  margin-bottom: 23px;
  position: relative;
  z-index: 2;
}
.landingStagesWork__elem_title {
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
  color: #e1262e;
  margin-bottom: 12px;
}
.landingStagesWork__elem_descr {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #666666;
}
.landingStagesWork__elem_number span {
  background: #fff;
  padding: 0px 30px;
  margin-left: -30px;
}
.landingStagesWork__elem:nth-child(1) .landingStagesWork__elem_number span {
  padding-left: 0px;
  margin-left: 0px;
}
.landingStagesWork__elem:last-child:before {
  display: none;
}

.landingGridAdvantages__content {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.landingGridAdvantages__image {
  width: 547px;
  max-width: 100%;
  border-radius: 3px;
  overflow: hidden;
}
.landingGridAdvantages__list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
  counter-reset: grid_advantages_counter;
}
.landingGridAdvantages__elem {
  display: flex;
  flex-direction: column;
  width: calc(33.3333% - 8px);
  height: 240px;
  background: #f8f8f8;
  border-radius: 3px;
  position: relative;
  padding: 0px;
  background-repeat: no-repeat !important;
}
.landingGridAdvantages__elem span {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  padding-left: 54px;
  top: 35%;
  background-image: url(/images/landings/star_w.svg);
  background-repeat: no-repeat;
  background-position: top 5px left 20px;
  position: relative;
  /*color: #333333;
	font-size: 19px;
	font-weight: 500;
	line-height: 30px;
	top: 40%;*/
}
.landingGridAdvantages__elem:before {
  display: none;
  /*display: inline-block;
	counter-increment: grid_advantages_counter;
	content: counter(grid_advantages_counter);
	position: absolute;
	font-weight: 600;
	font-size: 45px;
	line-height: 50px;
	color: #ECECEC;
	top: 43px;*/
}
.landingGridAdvantages__elem:nth-child(-n + 9):before {
  content: '0' counter(grid_advantages_counter);
}
.landingGridAdvantages__elem:nth-child(1),
.landingGridAdvantages__elem:nth-child(5) {
  background: #e1262e;
}
.landingGridAdvantages__elem:nth-child(2),
.landingGridAdvantages__elem:nth-child(6) {
  background: #333;
}
.landingGridAdvantages__elem:nth-child(3) span,
.landingGridAdvantages__elem:nth-child(4) span {
  color: #333;
  background-image: url(/images/landings/star_r.svg);
}
.landingGridAdvantages__elem:nth-child(1) {
  background-image: url(/images/landings/wave_3.png);
  background-position: left -145px bottom 5px;
}
.landingGridAdvantages__elem:nth-child(2) {
  background-image: url(/images/landings/wave_3.png);
  background-position: left -22px top -100px;
}
.landingGridAdvantages__elem:nth-child(6) {
  background-image: url(/images/landings/wave_3.png);
  background-position: left 20px bottom -92px;
}
.landingGridAdvantages__image img {
  object-position: center right !important;
}

.WriteUs_inlineForm_wrapper {
  width: 100%;
  max-width: initial;
  margin-top: 50px;
  margin-bottom: 50px;
}
.WriteUs_inlineForm_wrapper .form.inline.WRITE_US {
  padding: 55px 94px 73px;
  /* background: linear-gradient(90.55deg, #E54147 33.88%, rgba(229, 65, 71, 0) 99.57%), linear-gradient(0deg, rgba(229, 65, 71, 0.69), rgba(229, 65, 71, 0.69)); */
  border-radius: 3px;
  background-image: url(/images/landings/WriteUsFormBg.png);
  background-repeat: no-repeat;
	background-size: cover;
}
.WriteUs_inlineForm_wrapper .maxwidth-theme {
  padding: 0px;
}
.WriteUs_inlineForm_wrapper .form.inline.WRITE_US .form_head h4 {
  font-weight: 600;
  font-size: 29px;
  line-height: 35px;
  color: #ffffff;
  margin: 0px;
}
.WriteUs_inlineForm_wrapper .form.inline.WRITE_US .form_head {
  margin: 0px 0px 35px;
}
.WriteUs_inlineForm_wrapper .form.inline.WRITE_US form {
  max-width: 726px;
}
.WriteUs_inlineForm_wrapper .form.inline.WRITE_US form .form_body {
  /*display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 19px 12px;
  margin-bottom: 6px;*/
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0 15px;
}
.WriteUs_inlineForm_wrapper
  .form.inline.WRITE_US
  form
  .form_body
  .form-control {
  background: none;
  /*width: calc(33% - 12px);
  margin-bottom: 0px;*/
	width: 100%;
	margin: 0 0 25px;
}
.WriteUs_inlineForm_wrapper
  .form.inline.WRITE_US
  form
  .form_body
  .form-control
  label {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #ffffff;
}
/*.WriteUs_inlineForm_wrapper
  .form.inline.WRITE_US
  form
  .form_body
  .form-control:nth-child(n + 4) {
  width: 100%;
}*/
.WriteUs_inlineForm_wrapper
  .form.inline.WRITE_US
  form
  .form_body
.form-control:has(textarea) {
	grid-column: 1/4;
}
.WriteUs_inlineForm_wrapper
  .form.inline.WRITE_US
  form
  .form_body
.form-control.captcha-row {
	grid-column: 1/4;
}

.WriteUs_inlineForm_wrapper
  .form.inline.WRITE_US
  form
  .form_body
  .form-control
  textarea.inputtextarea {
  min-height: 81px;
  resize: none;
}
.WriteUs_inlineForm_wrapper
  .form.inline.WRITE_US
  form
  .form_body
  .form-control
  label
  span.star {
  color: #fff;
}
.WriteUs_inlineForm_wrapper .form.inline.WRITE_US form .form_footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  margin-bottom: 0px;
}
.WriteUs_inlineForm_wrapper
  .form.inline.WRITE_US
  form
  .form_footer
  .licence_block {
  order: 1;
  padding: 0;
  margin: 0;
}
.WriteUs_inlineForm_wrapper .form.inline.WRITE_US form .form_footer button {
  order: 0;
  margin: 0px;
  background-color: #fff;
  color: #e54147;
  min-width: 177px;
}
.WriteUs_inlineForm_wrapper
  .form.inline.WRITE_US
  form
  .form_footer
  .licence_block
  label {
  color: #fff !important;
  margin: 0px 0px 9px;
}
.WriteUs_inlineForm_wrapper
  .form.inline.WRITE_US
  form
  .form_footer
  .licence_block
  label
  a {
  color: #fff !important;
}
.WriteUs_inlineForm_wrapper
  .form.inline.WRITE_US
  form
  .form_footer
  .licence_block
  label
  a:hover {
  text-decoration: underline;
}
.WriteUs_inlineForm_wrapper
  .form.inline.WRITE_US
  form
  .form_footer
  .licence_block
  label:before {
  background: #353435;
}

.ordered-block.projects-block .item-views.news2 {
  padding-bottom: 0px;
}
.ordered-block.projects-block .projects-block--showAll {
  margin-bottom: 35px;
}
.ordered-block.projects-block .projects-block--showAll a {
  border: 1px solid #e54147;
  color: #e54147;
}
.ordered-block.projects-block .projects-block--showAll a:hover {
  color: #fff;
  background: #e54147;
}

.landingProjectTypes {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  justify-content: center;
}
.landingProjectTypes__elem {
  width: calc(25% - 13px);
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  min-height: 205px;
  text-align: center;
}
.landingProjectTypes__elem_icon {
  margin-top: 38px;
  height: 70px;
  display: flex;
  align-items: end;
  justify-content: center;
}
.landingProjectTypes__elem_text {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #666;
  margin-top: 29px;
  padding: 0px 10px;
}
.landingProjectTypes__elem_icon img {
  pointer-events: none;
  margin: 0px;
  max-height: 70px;
  max-width: 70px;
}
.landingProjectExamples {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 17px;
}
.landingProjectExamples__elem {
  width: calc(25% - 13px);
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  padding-bottom: 32px;
}
.landingProjectExamples__elem_image {
  width: 100%;
  height: 234px;
}
.landingProjectExamples__elem_image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.landingProjectExamples__elem_title {
  margin: 21px 16px;
  line-height: 1.25;
}
.landingProjectExamples__elem_button {
  margin: 0px 16px;
}
.landingProjectExamples__elem_button span.btn {
  border: 1px solid #e54147;
  color: #e54147;
}
.landingProjectExamples__elem_button span.btn:hover {
  color: #fff;
  background: #e54147;
}

.main-slider__item #bx_2875157043_18449 .text {
  width: 60%;
}
.top_slider_wrapp .main-slider__wrapper .main-slider__item .head-title span {
  font-weight: 600;
}
.top_slider_wrapp .main-slider__item #bx_2875157043_18449 .banner_text {
  overflow: visible;
}

#bannerTimer {
  position: absolute;
  right: -80%;
  top: 10px;
  transform: scale(70%);
}
.bannerTimer__title {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

#bannerTimer .timer-flipchart-card {
  font-weight: bold;
}
#bannerTimer .timer-element .timer-flipchart-inner span {
  font-family: 'Montserrat';
}
#bannerTimer .timer-separator {
  padding: 0px 15px !important;
}

#bannerTimer .timer-flipchart-top,
#bannerTimer .timer-flipchart-front {
  background: #8f0808 !important;
}

#bannerTimer .timer-flipchart-bottom,
#bannerTimer .timer-flipchart-back {
  background: #a90e0e !important;
}

.productConsultation__wrapper {
  margin-top: 20px;
  max-width: 628px;
}
.productConsultation {
  background: #f8f8f8;
  border-radius: 2px;
  padding: 15px 20px;
  display: flex;
  flex-direction: row;
  gap: 10px 20px;
  color: #333333;
  flex-wrap: wrap;
}
.productConsultation + .productConsultation {
  margin-top: 15px;
}

.productConsultation__text {
  min-width: 185px;
}
.productConsultation__title {
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
}
.productConsultation__descr {
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  color: #838383;
}
.productConsultation__info .productConsultation__descr {
  font-weight: 400;
  font-size: 12px;
  color: #333;
  line-height: 16px;
}
.productConsultation__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 190px;
  justify-content: center;
}
.productConsultation__elem {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  position: relative;
  padding-left: 32px;
}
.productConsultation__elem a.icon {
  display: block;
  position: absolute;
  content: ' ';
  width: 26px;
  height: 26px;
  top: -2px;
  left: 0px;
  background-color: #e1262e;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: center;
}
.productConsultation__elem a.icon.icon-wa {
  background-image: url(/images/svg/whatsapp.svg);
}
.productConsultation__elem a.icon:hover {
  background-color: #333;
}
.productConsultation__elem a.icon.icon-tl {
  background-image: url(/images/svg/phone-call.svg);
}
.productConsultation__elem a.icon.icon-tg {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 21 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.4478 0.3725C20.4478 0.1425 20.2878 0.1025 20.1378 0.0525C19.8778 -0.0175 19.6078 -0.0175 19.3478 0.0525C19.3478 0.0525 1.37777 6.5225 0.347775 7.2325C0.137775 7.3825 0.0577746 7.4725 0.0277746 7.5725C-0.0222254 7.7225 -0.00222533 7.8725 0.0677747 8.0125C0.137775 8.1525 0.257775 8.2525 0.407775 8.3025L5.02777 9.8225C5.10777 9.8325 5.18778 9.8325 5.26778 9.8225C6.31777 9.1625 15.8578 3.1325 16.4078 2.9325C16.4078 2.9325 16.5578 2.9325 16.5378 2.9325C16.3278 3.7125 8.02777 11.0225 8.02777 11.0225L7.60778 15.6125C7.60778 15.6125 7.42777 17.0225 8.83777 15.6125C9.82777 14.6125 10.7778 13.7825 11.2678 13.3825C12.8878 14.4825 14.4978 15.6925 15.3078 16.3225C15.5578 16.5625 15.8978 16.7025 16.2478 16.6925C16.9478 16.6925 17.1578 15.8825 17.1578 15.8825C17.1578 15.8825 20.3878 2.7225 20.5378 0.9525V0.5525C20.5178 0.4925 20.4878 0.4325 20.4578 0.3725H20.4478Z' fill='%23fff'/%3E%3C/svg%3E%0A");
	background-size: 16px auto;
}

.productSpecialSale {
  width: 467px;
  max-width: 100%;
  height: 83px;
  display: flex;
  align-items: center;
  background: #e2272f;
  padding-left: 79px;
  background-image: url(/images/product_special_sale/bg-1920.png);
  border-radius: 3px;
}
.productSpecialSale__inner span {
  display: block;
  font-weight: 700;
  font-size: 22px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
}
.productSpecialSale__inner span.productSpecialSale__subtitle {
  font-size: 13px;
  font-weight: 400;
}
.productSpecialSale:before {
  position: absolute;
  width: 36px;
  height: 37px;
  content: ' ';
  left: 23px;
  background-image: url(/images/product_special_sale/icon.svg);
}
.productSpecialSale:hover {
  opacity: 0.9;
}

.introtext {
  margin-bottom: 0px;
}

.catalog_page_detail .bottom-info-wrapper .tab-content #desc h2 {
  font-size: 1.066em;
  line-height: 1.126em;
}

.detail.sale .ordered-block.detail_content_wrapper + .line-after {
  display: none;
}
.detail.sale .ordered-block.form-order-block {
  margin-bottom: 20px;
}

.bottom-icons-panel__content-text.font_xxss {
  font-size: 0.8em;
  line-height: 1.3em;
}

.menu-row .menu-only .mega-menu table td.menu-item.sale_menu {
  background: #e1262e;
}
.menu-row .menu-only .mega-menu table td.menu-item.sale_menu:hover, .colored_theme_bg_hovered_hover:hover {
  background: #dd3f45;
}
.btn.btn-default {
    background-color: #e1262e;
    border-color: #e1262e;
}
.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus, .btn.btn-transparent-border:hover{
	background-color: #dd3f45;
    border-color: #dd3f45;
}
body .bx_filter.compact .bx_filter_parameters_box.set .title.bx_filter_parameters_box_title{
	    border-color: #dd3f45;

}
.bx_filter.compact .bx_filter_parameters_box.set .bx_filter_parameters_box_title.title, .filter_title.active-filter .svg:before{
	background-color: #dd3f45;
}
body .basket-link .js-basket-block .count, .top_slider_wrapp .slides .wraps_buttons .wrap.added{
	background-color: #e1262e;
}
a.scroll-to-top.ROUND_COLOR, a.scroll-to-top.RECT_COLOR{
	background-color: #e1262e;
}
.menu-row
  .menu-only
  .mega-menu
  table
  td.menu-item.sale_menu
  .wrap
  > a
  .svg.svg-inline-icon_discount {
  margin-right: 6px;
  left: 0px;
}

.popup .form .form_head .h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
}

.block-items.flexbox.block-items--margined .block-item__info {
  padding-left: 10px;
}
.viewed_product_block .block-item__cost.cost.prices .price.only_price {
  line-height: 1.1;
}

.detail.services .detail_content_wrapper {
  margin: 1.135rem 0 1.135rem;
}

.companyCounters {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.companyCounters__elem {
  width: calc(33.333% - 10px);
  min-height: 186px;
  background: #f8f8f8;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.companyCounters__elem_number {
  font-weight: 600;
  font-size: 45px;
  line-height: 50px;
  color: #e1262e;
  margin-bottom: 2px;
  margin-top: 56px;
  text-align: center;
}
.companyCounters__elem_descr {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #555555;
  text-align: center;
}

.top_block h2 {
  display: inline-block;
  margin: 0 38px 0 0;
}
.top_block h2 a {
  color: #333;
  font-weight: 400;
  top: 0px;
}
.top_block h2 a:hover {
  color: #e1262e;
}

.item-views.company.type2.sm.no-img
  .item.video-block
  .with-text-block-wrapper
  .h3 {
  margin-top: 16px;
  font-weight: 400;
  color: #000;
}
.with-text-block-wrapper .h3 {
  margin: 0 15px 22px 0;
  line-height: 31px;
}
a.show_all.muted.font_upper h2 {
  color: #999;
  font-size: 10px;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.footerCopy {
  display: flex;
  gap: 20px;
  align-items: center;
}
.footerCopy__requisites {
  height: 22px;
  margin-top: -40px;
  text-align: left;
}
.footerCopy__requisites span {
  display: block;
}

.chosen_wrapper .h3 {
  font-weight: normal;
}
.chosen_block img {
  width: 100% !important;
}
.chosen_wrapper .owl-carousel.shadow .owl-stage-outer:after,
.chosen_wrapper .owl-carousel.shadow .owl-stage-outer:before {
  display: none;
}
.chosen_wrapper .maxwidth-theme.only-on-front {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 50px;
}

.header_work_time {
  font-size: 10pt;
}

/* landing banner */
.landingBanner {
  height: 402px;
}
.landingBanner .landingBanner__inner {
  min-height: auto !important;
  height: 402px;
  align-items: flex-start !important;
}
.landingBanner__flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.landingBanner__flex h1 {
  color: #fff;
  font-size: 31px;
  font-weight: 700;
}
.landingBanner__flex p {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
.landingBanner__flex .btn.btn-default.btn-lg {
  font-size: 0.8333em;
}

/* landing tizers */
.ordered-block.tizers-block.landingTizers {
  margin: 0px 0px 0px;
  position: relative;
  top: -81px;
}
.landingTizers {
  border-radius: 5px;
  background: #333;
  padding: 30px 30px 50px;
}
.landingTizers__list {
  display: flex;
  gap: 15px;
}
.landingTizers__elem {
  text-align: center;
}
.landingTizers__elem_icon img {
  max-height: 40px;
}
.landingTizers__elem_title {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  margin-top: 14px;
}
.landingTizers__elem_descr {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: 8px;
}

/* landing solutions */
.landingSubtitle,
.landingPage .ordered-block__title {
  color: #333;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 40px;
  padding-bottom: 0px;
}

table.landingTableSolutions {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 80px;
}
table.landingTableSolutions tr {
  border-top: 1px solid #ddcfcf;
  border-bottom: 1px solid #ddcfcf;
}
table.landingTableSolutions tr td {
  padding: 25px 30px;
  color: #333;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
table.landingTableSolutions tr td:nth-child(1) {
  color: #e1262e;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  white-space: nowrap;
}
table.landingTableSolutions tr td.price {
  font-size: 20px;
  font-weight: 600;
  line-height: 18px;
  white-space: nowrap;
}
table.landingTableSolutions tr td span.btn {
  font-size: 12px;
}

/* landing Steps */
.landingSteps {
  display: flex;
  padding: 50px 30px;
  background: #333;
  color: #fff;
  gap: 25px;
}
.landingStep {
  flex: 1;
}
.landingStep__number {
  display: flex;
  color: #fff;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  position: relative;
  gap: 10px;
}
.landingStep__title {
  color: #e1262e;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  margin-top: 21px;
}
.landingStep__descr {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  margin-top: 13px;
}
.landingStep:first-child .landingStep__number {
  color: #e1262e;
}
.landingStep__number:after {
  display: block;
  content: ' ';
  width: auto;
  height: 1px;
  background: #fff;
  flex: 1;
  position: relative;
  top: 12px;
}
.landingStep:last-child .landingStep__number:after {
  display: none;
}

/* */
.landingPage .projects-block {
  margin-bottom: 80px !important;
}
.landingPage .projects-block .projects-block--showAll {
  text-align: center;
}
.landingEquipmentsCompact {
  margin-bottom: 80px;
}

/* landing About */
.landingAbout__numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.landingAbout {
  display: flex;
  gap: 20px;
}
.landingAbout__text {
  flex: 1;
}
.landingAbout__number {
  border-radius: 3px;
  background: #f8f8f8;
  padding: 30px 25px;
}
.landingAbout__number.landingAbout__number--1 {
  width: 255px;
  height: 320px;
}
.landingAbout__number.landingAbout__number--2 {
  width: 349px;
  height: 156px;
}
.landingAbout__number.landingAbout__number--3 {
  width: 349px;
  height: 156px;
}
.landingAbout__numbers_col {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 8px;
}
.landingAbout__number_count {
  color: #333;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  padding-left: 43px;
  background-repeat: no-repeat;
  background-position: left center;
}
.landingAbout__number_descr {
  color: #333;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding-left: 43px;
  margin-top: 5px;
}
.landingAbout__number.landingAbout__number--1 {
  background-image: url(/images/landings/wave_1.png);
  background-repeat: no-repeat;
  background-position: left -69px bottom 20px;
}

/* landing services */
.landingFlexServices__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.landingFlexService {
  height: 219px;
  background: #f8f8f8;
  width: calc(35.4% - 6px);
  padding: 40px;
  color: #333;
  position: relative;
  background-repeat: no-repeat !important;
}
.landingFlexService:nth-child(1),
.landingFlexService:nth-child(3n + 4) {
  width: calc(64.6% - 6px);
}
.landingFlexService:nth-child(3) {
  background-color: #3e3e3e;
  color: #fff;
}
.landingFlexService:nth-child(4) {
  background-color: #e1262e;
  color: #fff;
  background-image: url(/images/landings/wave_2.png);
  background-position: bottom -35px right 245px;
}
.landingFlexService__title {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 15px;
}
.landingFlexService__title a:hover {
  text-decoration: underline;
}
.landingFlexService__descr {
  color: #666;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.landingFlexService__title a {
  color: #333;
}
.landingFlexService:nth-child(3) .landingFlexService__title a,
.landingFlexService:nth-child(4) .landingFlexService__title a,
.landingFlexService:nth-child(3) .landingFlexService__descr span,
.landingFlexService:nth-child(4) .landingFlexService__descr span,
.landingFlexService:nth-child(3) .landingFlexService__descr,
.landingFlexService:nth-child(4) .landingFlexService__descr {
  color: #fff !important;
}
.landingFlexService__button {
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 3px;
  background: #e1262e;
  background-image: url(/images/landings/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  right: 30px;
  bottom: 30px;
}
.landingFlexService__button:hover {
  background-color: #ce1c25;
}
.landingFlexService:nth-child(4) .landingFlexService__button {
  background-image: url(/images/landings/arrow_r.svg);
  background-color: #ffffff;
}
.landingFlexService:nth-child(4) .landingFlexService__button:hover {
  opacity: 0.9;
}
.landingFlexService:nth-child(1) {
  background-image: url(/images/landings/wave_1.png);
  background-position: bottom -42px right 70px;
}

/* landing Advantages */
.landingGridAdvantages {
  margin-bottom: 80px;
}

/* landing Brands  */
.landingBrands .owl-item .item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.landingBrands .item-views .item {
  border-radius: 5px !important;
  border: 1px solid #efefef;
  height: 130px;
  line-height: 130px;
}
.landingBrands .item-views .item img {
  filter: none;
  opacity: 1;
}
.landingBrands .item-views .item:hover {
  border: 1px solid #cfcfcf;
}
.landingBrands .item-views .owl-nav {
  top: calc(50% - 16px);
}
.landingBrands .item-views .owl-nav button {
  width: 32px;
  height: 32px;
}
.landingBrands .item-views .owl-nav button .svg {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.landingBrands .item-views .owl-nav button.owl-prev {
  left: 20px;
}
.landingBrands .item-views .owl-nav button.owl-next {
  right: 20px;
}

.landingReviews__wrapper .owl-stage {
  display: flex;
}
.landingReview {
  background-color: #333333;
  border-radius: 0px !important;
  color: #fff;
  padding: 50px 30px 50px;
  height: 100%;
  position: relative;
}
.landingReviews .owl-item:nth-child(odd) .landingReview {
  background-image: url(/images/landings/wave_3.png);
  background-repeat: no-repeat;
  background-position: top -31px right -26px;
}
.landingReview .item {
  border: none;
  padding: 0px !important;
  position: initial;
}
.landingReview__author {
  font-size: 15px;
  font-weight: 700;
}
.landingReview__text {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 50px;
}
.landingReview__info {
  height: 20px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}
.landingReview__date {
  color: #595959;
  font-size: 13px;
  font-weight: 400;
}
.landingReview__stars .votes_block {
  position: relative !important;
  top: 0px !important;
  left: 0px !important;
}
.landingReview__stars .votes_block .inner_rating {
}
.landingReview__stars .votes_block .inner_rating .item-rating {
  padding: 0px;
}
.landingReview__stars .votes_block .inner_rating .item-rating.filed i svg path {
  fill: #e1262e !important;
}

/* landing FAQ  */
.landingFaq__elem {
  margin-bottom: 30px;
}
.landingFaq__elem_question {
  padding: 18px 20px;
  display: flex;
  gap: 20px;
  border-radius: 5px;
  border: 1px solid #efefef;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  align-items: center;
}
.landingFaq__elem_icon {
  background: #e1262e;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: relative;
}
.landingFaq__elem_title {
  font-size: 15px;
  font-weight: 400;
  flex: 1;
}
.landingFaq__elem_icon:before {
  width: 6px;
  height: 2px;
  margin-left: -3px;
  margin-top: -1px;
}
.landingFaq__elem_icon:before,
.landingFaq__elem_icon:after {
  display: block;
  content: ' ';
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
}
.landingFaq__elem_icon:after {
  width: 2px;
  height: 6px;
  margin-top: -3px;
  margin-left: -1px;
}
.landingFaq__elem_answer {
  padding-top: 25px;
  padding-left: 64px;
  display: none;
}
.landingFaq__elem.landingFaq__elem--open .landingFaq__elem_icon:after {
  display: none;
}
.landingFaq__elem.landingFaq__elem--open .landingFaq__elem_answer {
  display: block;
}

/* landing form WriteUs */
.WriteUs_inlineForm_wrapper--landing .form.inline.WRITE_US {
  background: none;
  padding: 0px;
}
.WriteUs_inlineForm_wrapper--landing {
  background-image: url(/images/landings/write_us_form_bg.png);
  margin-bottom: -50px;
}
.WriteUs_inlineForm_wrapper--landing .maxwidth-theme {
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 369px;
}
.WriteUs_inlineForm_wrapper--landing
  .form.inline.WRITE_US
  form
  .form_body
  .form-control
  label {
  display: none;
}
.WriteUs_inlineForm_wrapper--landing .form.inline.WRITE_US .form_head h4 {
  text-align: center;
}
.WriteUs_inlineForm_wrapper--landing
  .form.inline.WRITE_US
  form
  .form_footer
  .licence_block
  label:before {
  background: #e1262e;
}
.WriteUs_inlineForm_wrapper--landing
  .form.inline.WRITE_US
  form
  .form_footer
  button {
  background-color: #e1262e;
  color: #fff;
}
.WriteUs_inlineForm_wrapper--landing .form.inline.WRITE_US input::placeholder,
.WriteUs_inlineForm_wrapper--landing
  .form.inline.WRITE_US
  textarea::placeholder {
  color: #bbb;
  font-size: 15px;
}

ul.styleCheck {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.styleCheck li {
  margin: 0px;
  padding-left: 34px;
  background-image: url(/images/landings/check.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  max-width: 365px;
}
ul.styleCheck li:before {
  display: none;
}
ul.styleCheck.styleCheck__1col {
  flex-direction: column;
  gap: 10px;
}
ul.styleCheck.styleCheck__1col li {
  width: 100%;
  max-width: 100%;
  background-position: 0px 2px;
}

.textWithImg {
  display: flex;
  gap: 10px;
}
.textWithImg__txt > *:first-child {
  margin-top: 0px;
}
.textWithImg__txt > *:last-child {
  margin-bottom: 0px;
}
.textWithImg__txt {
  flex: 1;
}

.sectionLinksAfterCatalog {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 30px;
  margin-bottom: -5px;
}
.sectionLinksAfterCatalog a {
  display: flex;
  border: 1px solid rgb(236, 236, 236);
  border-radius: 3px;
  padding: 2px 9px;
  color: #333;
  font-size: 13px;
  transition: transform ease 0.2s, box-shadow ease 0.2s;
}
.sectionLinksAfterCatalog a:hover {
  border: 1px solid transparent;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
.sectionLinksAfterCatalog a.active {
  border: 1px solid #e1262e;
  background: #e1262e;
  color: #fff;
  box-shadow: none !important;
}

#show_all_filter {
  float: left;
  cursor: pointer;
}
#show_all_filter .svg {
  margin-left: 5px;
}
.short #show_all_filter .svg {
  transform: rotate(180deg);
}

ol.blog-toc {
  margin: 30px 0px 25px 30px;
}
ol.blog-toc li {
  margin-top: 0px;
}
span.scrollTo {
  cursor: pointer;
  color: #e1262e;
}
span.scrollTo:hover {
  text-decoration: underline;
}

.stickers .sticker_delivery_text {
  display: none !important;
  background-image: none;
  background-color: #e1262e;
  display: inline-block;
  color: #fff;
  width: auto;
}
.rid-22 .stickers .sticker_delivery_text {
  display: block !important;
}

.header-social-icons {
  display: inline-flex;
  width: fit-content;
  gap: 6px;
  align-items: center;
  padding: 0px !important;
  margin-left: -5px;
  margin-right: 5px;
}
.header-social-icons a {
  display: block;
  width: 25px;
  height: 25px;
  background: url(/bitrix/templates/aspro_max/images/svg/social.svg);
  outline-offset: -1px;
  border-radius: 3px;
}
.header-social-icons a:hover {
  outline: none;
  opacity: 0.6;
}
.header-social-icons a.vk {
  background-position: -9px -197px;
}
.header-social-icons a.tg {
  background-position: -338px -338px;
}
.header-social-icons a.yt {
  background-position: -103px -338px;
}
.header-social-icons a.wa {
  background-position: -338px -244px;
}
.header-social-icons a.zy {
  background-position: -479px -338px;
}

/* ========================= MEDIA ========================= */

@media (max-width: 1439px) {
  .landingSolutions__elem {
    width: calc(25% - 12px);
  }

  .landingNumbers {
    box-shadow: -100px 0px 0px #ff8680, 100px 0px 0px #ff8680;
  }

  .landingGridAdvantages__image {
    width: 400px;
  }
  .landingGridAdvantages__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 1370px) {
  .header_work_time {
    display: none;
  }
}

@media (max-width: 1299px) {
  .landingGridAdvantages__elem span {
    /*font-size: 17px;*/
    /*line-height: 1.5;*/
  }

  .productConsultation {
    /* justify-content: center; */
    flex-direction: column;
    align-items: flex-start;
  }

  .productSpecialSale__inner span {
    font-size: 20px;
  }
  .productSpecialSale {
    padding-left: 65px;
  }
  .productSpecialSale:before {
    left: 16px;
  }
}

@media (min-width: 1200px) {
  .top-block-item .phone {
    padding: 0px 5px !important;
  }
  .top-block-item.header_work_time {
    padding: 0px;
    margin-left: -15px;
  }
  .top-block-item.addr-block .address {
    padding: 0px;
  }
  .top-block-item .phone i,
  .top-block-item.addr-block .address i {
    display: none;
  }
  .top-block-item .phone-block .top_email {
    background: none;
    padding: 0px 5px;
  }
}

@media (max-width: 1199px) {
  .productConsultation__list {
    /* justify-content: center; */
    flex-direction: row;
    align-items: center;
  }

  .companyCounters__elem {
    background-size: 47px;
    min-height: 145px;
    background-position: center 16px;
  }
  .companyCounters__elem_number {
    font-size: 30px;
    line-height: 33px;
    margin-top: 34px;
  }
  .companyCounters__elem_descr {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
  }

  .productSpecialSale {
    width: auto;
    max-width: 628px;
    background-image: url(/images/product_special_sale/bg-768.png);
    padding-left: 112px;
  }
  .productSpecialSale:before {
    left: 38px;
  }

  .textWithImg {
    flex-direction: column;
  }
  .textWithImg__img {
    display: flex;
  }
  .textWithImg__img {
    display: block;
    text-align: center;
  }
  .textWithImg__img img {
    margin: 0px;
  }

  .landingSolutions__list {
    justify-content: center;
    gap: 20px;
  }
  .landingSolutions__elem {
    width: calc(50% - 10px);
    padding: 30px 22px 77px;
    min-height: 200px;
  }

  .landingEquipmentsCompact .landingEquipments__item {
    width: calc(50% - 10px);
  }

  .landingStagesWork__elem {
    width: 33% !important;
    display: flex;
    flex-direction: column;
  }
  .landingStagesWork__list {
    justify-content: flex-start;
    gap: 30px 0px;
  }
  .landingStagesWork__elem > * {
    width: 90%;
  }
  .landingStagesWork__elem:nth-child(3):before {
    opacity: 0;
  }

  header .address span {
    display: none;
  }

  .landingServices__item {
    width: calc(33% - 16px);
  }

  .landingGridAdvantages__image {
    width: 300px;
  }
  .landingGridAdvantages__elem {
    height: 190px;
  }
  .landingGridAdvantages__elem span {
    /*font-size: 15px;*/
    /*top: 45%;*/
  }
  .landingGridAdvantages__elem:before {
    top: 34px;
  }

  .landingProjectExamples__elem_image {
    width: 100%;
    height: 190px;
  }

  #bannerTimer {
    position: absolute;
    right: -90%;
    top: -10px;
    transform: scale(70%);
  }

  .header-social-icons {
    display: none;
  }

  .top-block-item.addr-block {
    flex: 1;
    padding: 0px;
  }
  .top-block-item.addr-block > div {
    display: flex !important;
    align-items: center;
  }
  .top-block .top-block-item .address {
    padding-left: 0px;
    line-height: 1.2;
    top: 2px;
  }
  .top-block-item.addr-block .address i {
    display: none;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .landingGridAdvantages__image {
    width: 33%;
  }
  .landingGridAdvantages__image img {
    object-position: right;
  }
  .landingGridAdvantages__elem span {
    padding-right: 20px;
  }
  .landingGridAdvantages__elem span br {
    display: none;
  }
}

@media (max-width: 1024px) {
  .landingGridAdvantages__elem span br {
    display: none;
  }
  .landingGridAdvantages__elem {
    /*padding: 15px;
		height: 180px;*/
  }
  .landingGridAdvantages__elem:before {
    /*top: 30px;*/
  }
  .landingGridAdvantages__elem span {
    /*font-size: 14px;
		line-height: 1.25;*/
  }

  .top-block .top-block-item .address {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .banners-content .maxwidth-banner.short-banner .maxwidth-theme {
    min-height: 220px;
  }
  .banners-content .maxwidth-banner.short-banner .text {
    padding: 0px;
  }
}

@media (max-width: 991px) {
  .landingBanner {
    height: auto !important;
  }
  .landingBanner .landingBanner__inner {
    height: auto !important;
    padding-bottom: 70px;
  }

  .landingTizers__list {
    flex-wrap: wrap;
  }
  .landingTizers__elem {
    width: calc(50% - 8px);
  }

  table.landingTableSolutions tr {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0px;
    margin-bottom: -1px;
  }
  table.landingTableSolutions tr td {
    display: block;
    width: 50%;
    padding: 0px;
  }
  table.landingTableSolutions tr td:nth-child(1) {
    order: 1;
  }
  table.landingTableSolutions tr td:nth-child(2) {
    order: 3;
    margin-top: 10px;
  }
  table.landingTableSolutions tr td:nth-child(3) {
    order: 2;
    text-align: right;
  }
  table.landingTableSolutions tr td:nth-child(4) {
    order: 4;
    text-align: right;
    margin-top: 20px;
  }

  .landingSteps {
    flex-wrap: wrap;
  }
  .landingStep {
    width: calc(33% - 15px);
    flex: none;
  }

  .landingAbout {
    flex-direction: column;
  }
  .landingAbout__numbers_col:nth-child(2) {
    flex: 1;
  }
  .landingAbout__numbers_col:nth-child(2) .landingAbout__number {
    width: 100%;
  }

  .landingFlexService {
    width: calc(38% - 6px);
    padding: 20px;
    min-height: 251px;
  }
  .landingFlexService:nth-child(1),
  .landingFlexService:nth-child(3n + 4) {
    width: calc(62% - 6px);
  }
  .landingFlexService:nth-child(2) {
    background-image: url(/images/landings/wave_1.png);
    background-position: bottom -10px right -70px;
  }
  .landingFlexService:nth-child(4) {
    background-position: bottom -25px left 138px;
  }
  .landingFlexService__button {
    right: 20px;
    bottom: 20px;
  }

  ul.styleCheck {
    flex-direction: column;
    gap: 15px;
  }
  ul.styleCheck li {
    width: 100%;
    max-width: 100%;
    background-position: left 3px;
  }

  .custom-main-top-h1 {
    text-align: center;
    margin: 20px auto 0px !important;
  }

  .productConsultation {
    flex-direction: column;
  }
  .productConsultation__descr br {
    display: none;
  }
  .productConsultation__list {
    flex-direction: row;
    gap: 8px 20px;
  }

  .banners-content .maxwidth-banner.short-banner .maxwidth-theme {
    min-height: auto !important;
  }
  .landingServices__item {
    width: calc(50% - 14px);
  }

  .landingEquipments__item {
    flex-direction: column;
  }
  .landingEquipments__item_image {
    width: 100%;
  }
  .landingAdvantages__item {
    width: calc(50% - 8px);
  }

  .landingNumbers__elem_number {
    font-size: 35px;
  }
  .landingNumbers__elem_text {
    line-height: 1.2;
  }
  .landingNumbers__elem {
    padding: 0px 22px;
  }

  .landingStagesWork__elem {
    width: 50% !important;
  }
  .landingStagesWork__elem:nth-child(even):before {
    width: calc(100% - 60px) !important;
  }
  .landingStagesWork__elem:nth-child(3):before {
    opacity: 1;
  }
  .landingStagesWork__elem:nth-child(odd):last-child {
    width: 100% !important;
  }

  .landingGridAdvantages__elem {
    /*height: 140px;
		width: calc( 33% - 8px );*/
    width: calc(33.3333% - 8px);
    height: 214px;
  }
  .landingGridAdvantages__image {
    /*width: 150px;*/
    width: 100%;
  }
  .landingGridAdvantages__elem:before {
    top: 15px;
  }
  .landingGridAdvantages__content {
    gap: 12px;
    flex-direction: column;
  }
  .landingGridAdvantages__elem span {
    padding-right: 20px;
  }

  .WriteUs_inlineForm_wrapper .form.inline.WRITE_US {
    padding: 35px 35px 40px;
  }

  .landingProjectTypes__elem {
    max-width: 324px;
    width: calc(50% - 10px);
  }
  .landingProjectExamples__elem {
    width: 324px;
    max-width: 100%;
  }
  .landingProjectTypes,
  .landingProjectExamples {
    gap: 18px;
    justify-content: center;
  }

  .chosen_wrapper .maxwidth-theme.only-on-front {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .landingBanner,
  .landingBanner .landingBanner__inner {
    height: auto !important;
  }

  .landingFlexService {
    width: 100% !important;
    min-height: 251px;
    height: auto;
  }

  .WriteUs_inlineForm_wrapper--landing {
    margin-bottom: -20px;
  }
  .WriteUs_inlineForm_wrapper--landing .form.inline.WRITE_US {
    padding: 0px 20px;
  }

  #navigation .breadcrumbs {
    display: flex;
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 6px;
  }
  section.page-top #navigation {
    padding: 15px 0px;
  }

  .main-slider__item #bx_2875157043_18449 .text {
    display: block;
    width: 100%;
    height: auto;
  }
  .main-slider__item #bx_2875157043_18449 .adaptive_info .banner_text {
    display: none !important;
  }
  .main-slider__item #bx_2875157043_18449 .text .banner_title {
    display: none;
  }
  .main-slider__item #bx_2875157043_18449 .text .banner_buttons {
    display: none;
  }
  #bannerTimer {
    left: 50%;
    right: auto;
    transform: translateX(-50%) scale(70%);
    width: 100%;
    top: 80px;
  }
  .top_slider_wrapp .main-slider__item #bx_2875157043_18449 .banner_text {
    margin: 0px;
    position: absolute;
  }

  .short-banner-flex {
    gap: 20px;
    flex-direction: column;
    gap: 0px;
    padding: 0px;
  }
  .landingServices__list {
    gap: 14px;
  }
  .landingServices__item {
    width: calc(50% - 7px);
  }

  .landingNumbers {
    justify-content: space-evenly;
  }
  .landingNumbers__elem {
    flex-direction: column;
    gap: 0px;
    text-align: center;
    justify-content: center;
  }

  .landingStagesWork__elem > * {
    width: 98% !important;
  }

  .landingGridAdvantages__elem span {
    top: 0px;
  }
  .landingGridAdvantages__elem:before {
    top: 10px;
  }
  .landingGridAdvantages__elem {
    /*width: calc( 50% - 8px );*/
    height: auto;
    /*padding-top: 65px;
		padding-bottom: 20px;*/
    /*min-height: 120px;*/
    min-height: 110px;
    width: 100%;
    justify-content: center;
  }

  .WriteUs_inlineForm_wrapper .form.inline.WRITE_US form .form_footer {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .WriteUs_inlineForm_wrapper
    .form.inline.WRITE_US
    form
    .form_footer
    .licence_block {
    order: 0;
  }
  .WriteUs_inlineForm_wrapper .form.inline.WRITE_US form .form_footer button {
    order: 1;
  }

  .footer_requisites {
    margin-bottom: 10px;
  }

  .chosen_wrapper .maxwidth-theme.only-on-front {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bx_filter.compact .bx_filter_parameters .bx_filter_parameters_box.hide {
    display: block !important;
  }
  #show_all_filter {
    display: none;
  }
}

@media (max-width: 600px) {
  .landingServices__item {
    width: 100%;
  }
  .landingEquipments__item,
  .landingEquipmentsCompact .landingEquipments__item {
    width: 100%;
  }
  .landingAdvantages__item {
    width: 100%;
  }

  .popup.fast_view_sale_frame {
    max-width: 100%;
  }

  .ordered-block.tizers-block.landingTizers {
    margin-bottom: -30px;
  }
  .landingTizers__elem {
    width: 100%;
  }

  .landingSolutions__elem {
    width: 100%;
    min-height: auto;
    height: auto;
  }

  table.landingTableSolutions tr {
    padding: 20px 30px 30px;
  }
  table.landingTableSolutions tr td {
    width: 100%;
    text-align: left !important;
    margin-top: 10px !important;
  }
  table.landingTableSolutions tr td:nth-child(2) {
    order: 3;
  }
  table.landingTableSolutions tr td:nth-child(3) {
    order: 2;
  }

  .landingSteps {
    padding: 40px 60px 30px;
  }
  .landingStep {
    width: 100%;
    max-width: 200px;
    margin: auto;
  }

  .landingAbout__numbers {
    flex-direction: column;
  }
  .landingAbout__number.landingAbout__number--1 {
    background-position: right -80px bottom 0px;
  }
  .landingAbout__number {
    min-height: 156px !important;
    height: auto !important;
    width: 100% !important;
  }

  .landingBrands .owl-stage-outer {
    padding: 0px !important;
    margin: 0px -8px !important;
    width: 100%;
  }
  .landingBrands .owl-stage-outer .owl-item {
    /*width: auto !important;*/
  }
  .landingBrands .item-views .item img {
    max-width: 90%;
  }
  .landingBrands .item-views .owl-nav.disabled,
  .landingBrands .item-views .owl-nav.disabled + .owl-dots {
    display: none;
  }
  .landingBrands .item-views .item {
    height: auto;
    line-height: 1;
    min-height: 100px;
    border: none;
  }
  .landingBrands .item-views.brands {
    margin-right: -16px;
    width: calc(100% + 16px);
  }
  .landingBrands .item-views.brands.owl-carousel .owl-stage-outer {
    margin-left: -16px;
    padding-left: 16px;
  }
  .landingBrands .item-views.brands .owl-item {
    width: 120px !important;
    flex-shrink: 0;
  }
  .landingBrands .item-views.brands.with_border .owl-item {
    width: 140px !important;
  }
  .landingBrands .content_wrapper_block.front_brands_slider .owl-stage {
    display: flex !important;
  }

  .ordered-block.projects-block .item-wrapper {
    max-height: 228px;
    margin-bottom: 15px;
  }
  .ordered-block.projects-block .item-wrapper .item.with-fon {
    padding: 0;
    height: 228px;
  }
  .ordered-block.projects-block .item-wrapper .item.with-fon a.full_bg_link {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.8) 85.94%
    );
  }
  .ordered-block.projects-block .item-wrapper .item.with-fon .inner-text {
    z-index: 13;
    pointer-events: none;
  }
  .ordered-block.projects-block.with-title {
    margin-bottom: 60px !important;
  }

	.WriteUs_inlineForm_wrapper .form.inline.WRITE_US form .form_body {
		grid-template-columns: 1fr;
	}

  .WriteUs_inlineForm_wrapper .form.inline.WRITE_US form .form_footer {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  /*.WriteUs_inlineForm_wrapper
    .form.inline.WRITE_US
    form
    .form_body
    .form-control {
    width: 100%;
  }*/
	.WriteUs_inlineForm_wrapper .form.inline.WRITE_US form .form_body .form-control:has(textarea) {
    	grid-column: 1 / 2;
	}

	.WriteUs_inlineForm_wrapper .form.inline.WRITE_US form .form_body .form-control.captcha-row {
		grid-column: 1 / 2;
	}

  .WriteUs_inlineForm_wrapper .form.inline.WRITE_US {
    background: #e54147;
  }
  .WriteUs_inlineForm_wrapper .form.inline.WRITE_US .form_head {
    margin-bottom: 20px;
  }

  .WriteUs_inlineForm_wrapper--landing {
    background-image: url(/images/landings/write_us_form_bg_600.png);
    background-position: top center;
  }
  .WriteUs_inlineForm_wrapper--landing .maxwidth-theme {
    height: auto;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .WriteUs_inlineForm_wrapper--landing .form.inline.WRITE_US {
    background-color: transparent;
    padding: 40px 40px;
  }
  .WriteUs_inlineForm_wrapper--landing .form.inline.WRITE_US form .form_footer {
    flex-direction: column-reverse;
  }
}

@media (max-width: 550px) {
  .top_block h2 {
    margin-right: 45px;
  }
  body .wrapper1.front_page .top_block h2.h3 a {
    margin-bottom: 0 !important;
    clear: both !important;
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
    font-size: 24px !important;
    background: none !important;
    height: auto !important;
    width: auto !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

@media (max-width: 549px) {
  .landingGridAdvantages__elem {
    /*width: 100%;*/
    /*min-height: auto;*/
  }
  .landingGridAdvantages__content {
    flex-direction: column;
  }
  .landingGridAdvantages__image {
    width: 100%;
    height: 120px;
  }

  .footerCopy {
    display: block;
  }
  .footerCopy__requisites {
    margin: 0px;
    text-align: center;
    height: auto;
    margin-top: 15px;
  }
}

@media (max-width: 499px) {
  .companyCounters {
    flex-direction: column;
  }
  .companyCounters__elem {
    width: 100%;
    min-height: 130px;
  }

  #bannerTimer {
    transform: translateX(-50%) scale(50%);
    width: 200%;
    top: 50px;
  }

  .productConsultation {
    padding: 15px;
  }
  .productConsultation__list {
    flex-direction: column;
    align-items: flex-start;
  }

  .detail.landings.fixed_wrapper .item-views.tizers .item-wrapper {
    width: 100%;
  }

  .popup.fast_view_sale_frame .popup-text-info__title {
    padding: 45px 30px 15px 30px;
  }
  .popup.fast_view_sale_frame .popup-text-info__text {
    padding: 0 30px 60px;
  }

  .landingSolutions__list {
    margin-bottom: 30px;
  }

  .landingNumbers {
    flex-direction: column;
    height: auto;
    gap: 15px;
    padding: 20px 0px;
    margin-bottom: 30px;
  }

  .WriteUs_inlineForm_wrapper .form.inline.WRITE_US {
    padding: 30px 15px;
  }
}

@media (max-width: 480px) {
  .productSpecialSale:before {
    left: 8px;
    width: 20px;
    height: 20px;
    background-size: 100%;
  }
  .productSpecialSale {
    padding-left: 40px;
    height: 46.21px;
    background-image: url(/images/product_special_sale/bg-320.png);
    background-position: center right;
    background-repeat: no-repeat;
  }
  .productSpecialSale__inner span {
    font-size: 14px;
  }
  .productSpecialSale__inner span.productSpecialSale__subtitle {
    font-size: 8px;
    line-height: 10px;
  }

  .productConsultation__wrapper {
    margin-top: 15px;
  }
  .productConsultation {
    padding: 5px 10px 10px;
  }
  .productConsultation + .productConsultation {
    margin-top: 10px;
  }
}

@media (max-width: 485px) {
  .landingBrands .item-views.brands .owl-item {
    width: 140px !important;
  }
}

@media (max-width: 430px) {
  .landingBrands .item-views.brands .owl-item {
    width: 120px !important;
  }
}

@media (max-width: 424px) {
  .landingStagesWork__elem {
    width: 100% !important;
  }
  .landingStagesWork__elem:before {
    display: none;
  }
  .landingStagesWork__elem > * {
    width: 100%;
  }
  .landingStagesWork__elem_number {
    margin-bottom: 0px;
  }
  .landingStagesWork__elem_title {
    margin-bottom: 3px;
  }
  .landingStagesWork__elem_descr {
    line-height: 1.25;
  }
  .landingStagesWork__list {
    gap: 15px 0px;
    margin: 20px 0px;
  }

  .landingProjectTypes__elem_icon {
    height: 50px;
    margin-top: 25px;
  }
  .landingProjectTypes__elem_icon img {
    max-height: 50px;
    max-width: 50px;
  }
  .landingProjectTypes__elem_text {
    margin-top: 20px;
    font-weight: 500;
    font-size: 10px;
    line-height: 13px;
  }
  .landingProjectTypes__elem {
    height: auto;
    min-height: auto;
    padding-bottom: 20px;
  }

  .landingProjectExamples__elem_title {
    font-size: 16px;
    line-height: 21px;
  }

  .footer_requisites span {
    display: block;
  }
}

@media (max-width: 350px) {
  .landingBrands .item-views.brands .owl-item {
    width: 110px !important;
  }
}

/* НОВЫЙ ДИЗАЙН ЛЭНДИНГОВ */
.wrapper_inner:has(.landings_new) {
  overflow: hidden;
}

.detail-landing_new .ordered-block .ordered-block__title {
  text-align: left;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

/* landing banner NEW */
.banners-content_new {
  .landingBanner {
    height: 630px;
  }

  .landingBanner__flex {
    text-align: left;
    align-items: flex-start;

    h1 {
      font-size: 40px;
      font-weight: 500;
      max-width: 540px;
    }

    p {
      line-height: 25px;
      max-width: 750px;
    }

    .btn.btn-default.btn-lg {
      text-transform: initial;
      font-weight: 700;
      font-size: 0.95em;
    }
  }

  .text {
    padding-top: 142px;
  }

  .intro-text {
    padding: 0 0 40px;
  }

  .maxwidth-banner .item_block.text h1 {
    margin-bottom: 34px;
  }
}

/* landing tizers NEW */
.detail-landing_new .ordered-block.tizers-block.landingTizers_new {
  top: 0;
  padding: 70px 0 40px;
  background-color: transparent;
  border-radius: 0;
}

.landingTizers_new {
  .owl-carousel.owl-theme.owl-bg-nav .owl-nav {
    display: flex;
    left: -12px;
    right: -12px;

    .svg {
      width: 32px;
      height: 32px;
      line-height: 32px;
    }

    .owl-prev {
      .svg {
        left: -2px;
      }
    }

    .owl-next {
      .svg {
        left: 2px;
      }
    }

    &.disabled {
      display: none;
    }
  }

  .landingTizers__list {
    display: block;
  }

  .owl-stage {
    display: flex;
  }

  .owl-item {
    &:nth-child(odd) {
      .landingTizers__elem {
        background-color: #e1262e;

        .landingTizers__elem_icon {
          svg {
            * {
              stroke: #fff;
            }
          }
        }
      }
    }

    &:nth-child(even) {
      .landingTizers__elem {
        background-color: #e9e9e9;

        .landingTizers__elem_icon {
          svg {
            * {
              stroke: #292929;
            }
          }
        }

        .landingTizers__elem_title {
          color: #292929;
        }

        .landingTizers__elem_descr {
          color: #292929;
        }
      }
    }
  }

  .landingTizers__elem {
    border-radius: 10px;
    text-align: left;
    position: relative;
    padding: 14px 28px 28px 73px;
    overflow: hidden;
    height: 100%;

    &:after {
      content: '';
      position: absolute;
      left: -100%;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
    }

    /* &.no-active {
      display: none;
    }

    &.changeIn {
      &:after {
        animation: tizersChangeIn 1s linear forwards;
      }
    }

    &.changeOut {
      &:after {
        animation: tizersChangeOut 1s linear forwards;
      }
    } */
  }

  .landingTizers__elem_icon {
    position: absolute;
    left: 21px;
    top: 21px;
  }

  .landingTizers__elem_title {
    text-align: left;
  }

  .landingTizers__elem_descr {
    text-align: left;
  }
}
/* @keyframes tizersChangeIn {
  0% {
    left: -100%;
  }

  100% {
    left: 0;
  }
}

@keyframes tizersChangeOut {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
} */

/* landing stages NEW */
.ordered-block.stages-block.landingStages {
  margin: 0;
  padding: 58px 0;
  position: relative;
  min-height: 450px;

  &:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 420px;
    height: 442px;
    background-image: url('/images/landings/stages.png');
  }
}

.landingStages__list {
  max-width: 840px;
}

.landingStages__item {
  display: flex;
  align-items: start;
  gap: 0 42px;
  position: relative;
  padding-bottom: 37px;

  &:not(:last-child) {
    &:after {
      content: '';
      position: absolute;
      left: 25px;
      top: 62px;
      width: 0;
      height: calc(100% - 75px);
      border-left: 2px dotted #d4d4d4;
    }
  }

  .landingStages__item_count {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: #292929;
    /* width: 60px;
    min-width: 60px;
    height: 60px; */
    width: 48px;
    min-width: 48px;
    height: 48px;
    cursor: pointer;
    border-radius: 100px;
    box-shadow: 0 0 0 2px #d4d4d4;
    transition: 0.3s;
  }

  .landingStages__item_content {
    padding: 12px 0 0;
  }

  .landingStages__item_title {
    color: #292929;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
  }

  .landingStages__item_text {
    margin-top: 40px;
    display: none;

    p {
      font-size: 17px;
      line-height: 1.78;
    }
  }

  &:hover,
  &.active {
    .landingStages__item_count {
      background-color: #e1262e;
      border-color: #e1262e;
      color: #fff;
      box-shadow: 0 0 0 6px #e1262e;
    }
  }
}

/* landing projects NEW */
.ordered-block.projects-block.landingProjects {
  position: relative;
  margin: 0;
  margin-bottom: 0 !important;
  padding: 85px 0 94px;

  &:before {
    content: '';
    position: absolute;
    left: -5000px;
    top: 0;
    background-color: #f4f4f4;
    width: 1000000px;
    height: 100%;
    pointer-events: none;
  }
}

.landingProjects__item {
  color: #292929;

  span {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    padding-top: 60%;
    position: relative;
    margin-bottom: 14px;

    img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100%;
      object-fit: cover;
    }
  }
}

/* landing equipments NEW */
.ordered-block.equipments-block.landingEquipments_new {
  margin: 0;
  padding: 75px 0 39px;

  .owl-stage {
    display: flex;
  }

  .equipments_slider {
    border: 1px solid #ececec;
    border-right: none;
  }

  .owl-carousel.owl-theme.owl-bg-nav .owl-nav button:not(:hover) {
    background: #f4f4f4;
  }

  .landingEquipments__item {
    border: none;
    border-right: 1px solid #ececec;
    display: block;
    width: 100%;
    height: 100%;
    color: #333333 !important;
    text-align: center;
    padding: 35px 10px 29px;
    line-height: 1.5;
    position: relative;

    span {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 90px;
      margin-bottom: 10px;
    }
  }
}

/* landing brands NEW */
.landingBrands_new {
  margin: 0 !important;
  padding: 0 0 77px;

  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .list {
    .item {
      background-color: #f4f4f4;
      margin-bottom: 0 !important;
      height: 110px;
      line-height: 110px;
      border-right: 1px solid #dfdfdf;
      border-top: 1px dashed #dfdfdf;
    }
  }

  .bottom_nav.animate-load-state.has-nav .ajax_load_btn {
    margin-bottom: 0;
    margin-top: 40px;

    .btn {
      text-transform: initial;
      font-weight: 700;
      font-size: 0.95em;
      background-color: #e1262e;
      border-color: #e1262e;
      color: #ffffff;

      &:hover {
        background-color: #e54148;
        border-color: #e54148;
      }
    }
  }
}

@media screen and (min-width: 991px) {
  .landingBrands_new {
    .list {
      .item {
        &:nth-child(6n + 1) {
          border-left: 1px solid #dfdfdf;
        }

        &:nth-last-child(-n + 6) {
          border-bottom: 1px dashed #dfdfdf;
        }
      }
    }
  }
}

@media screen and (min-width: 767px) {
  .landingBrands_new {
    .list {
      .item {
        &:nth-child(3n + 1) {
          border-left: 1px solid #dfdfdf;
        }

        &:nth-last-child(-n + 3) {
          border-bottom: 1px dashed #dfdfdf;
        }
      }
    }
  }
}

@media screen and (min-width: 320px) {
  .landingBrands_new {
    .list {
      .item {
        &:nth-child(2n + 1) {
          border-left: 1px solid #dfdfdf;
        }

        &:nth-last-child(-n + 2) {
          border-bottom: 1px dashed #dfdfdf;
        }
      }
    }
  }
}

/* landing about NEW */
.landingAbout_new {
  margin: 0 !important;
  padding: 78px 0 97px;
  display: flex;
  gap: 110px;
  position: relative;

  &:before {
    content: '';
    position: absolute;
    left: -5000px;
    top: 0;
    background-color: #f4f4f4;
    width: 1000000px;
    height: 100%;
    pointer-events: none;
  }

  .landingAbout__text {
    position: relative;
    z-index: 1;
  }

  .landingAbout__slider {
    width: 560px;
    padding-top: 22px;
  }

  .landingAbout__item {
    border-radius: 10px;
    overflow: hidden;

    span {
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      padding-top: 71.43%;

      img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
  }
}

/* landing services NEW */
.detail-landing_new .ordered-block.services {
  margin: 0;
  padding: 68px 0 0;
}

.landingServices_new {
  margin-bottom: 61px;

  .landingFlexService__button {
    width: auto;
    height: auto;
    position: absolute;
    left: 41px;
    bottom: 25px;
    right: auto;
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.50214 5.49738C6.5029 5.6235 6.47767 5.74853 6.42791 5.86529C6.37814 5.98205 6.30482 6.08825 6.21214 6.1778L2.21214 10.0111C2.02383 10.1916 1.76844 10.293 1.50214 10.293C1.23584 10.293 0.980442 10.1916 0.792138 10.0111C0.603834 9.83067 0.498047 9.58592 0.498047 9.33071C0.498047 9.07551 0.603834 8.83076 0.792138 8.6503L4.09214 5.49738L0.792138 2.34446C0.603834 2.16401 0.498047 1.91925 0.498047 1.66405C0.498047 1.40884 0.603834 1.16409 0.792138 0.983632C0.980442 0.803174 1.23584 0.701793 1.50214 0.701793C1.76844 0.701793 2.02383 0.803174 2.21214 0.983632L6.21214 4.81696C6.30482 4.90651 6.37814 5.01271 6.42791 5.12947C6.47767 5.24623 6.5029 5.37126 6.50214 5.49738Z' fill='%23e12830'/%3E%3C/svg%3E%0A");
    background-size: 7px 11px;
    background-position: right center;
    background-color: transparent !important;
    color: #333333;
    font-weight: 700;
    font-size: 12px;
    padding-right: 12px;
  }

  .landingFlexService {
    border-radius: 10px;
    height: auto;
    padding-bottom: 60px;

    &:nth-child(4n + 1),
    &:nth-child(4n + 4) {
      width: calc(64.6% - 6px);
    }

    &:nth-child(4n + 2),
    &:nth-child(4n + 3) {
      width: calc(35.4% - 6px);
    }

    &:nth-child(4n + 3) {
      background-color: #3e3e3e;

      .landingFlexService__title {
        a {
          color: #ffffff !important;
        }
      }

      .landingFlexService__descr {
        span {
          color: #ffffff !important;
        }
      }

      .landingFlexService__button {
        color: #ffffff;
        background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.50214 5.49738C6.5029 5.6235 6.47767 5.74853 6.42791 5.86529C6.37814 5.98205 6.30482 6.08825 6.21214 6.1778L2.21214 10.0111C2.02383 10.1916 1.76844 10.293 1.50214 10.293C1.23584 10.293 0.980442 10.1916 0.792138 10.0111C0.603834 9.83067 0.498047 9.58592 0.498047 9.33071C0.498047 9.07551 0.603834 8.83076 0.792138 8.6503L4.09214 5.49738L0.792138 2.34446C0.603834 2.16401 0.498047 1.91925 0.498047 1.66405C0.498047 1.40884 0.603834 1.16409 0.792138 0.983632C0.980442 0.803174 1.23584 0.701793 1.50214 0.701793C1.76844 0.701793 2.02383 0.803174 2.21214 0.983632L6.21214 4.81696C6.30482 4.90651 6.37814 5.01271 6.42791 5.12947C6.47767 5.24623 6.5029 5.37126 6.50214 5.49738Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
      }
    }

    &:nth-child(4n + 4) {
      background-color: #e1262e;
      background-image: url('/images/landings/wave_2.png');
      background-position: bottom -35px right 245px;

      .landingFlexService__title {
        a {
          color: #ffffff !important;
        }
      }

      .landingFlexService__descr {
        span {
          color: #ffffff !important;
        }
      }

      .landingFlexService__button {
        color: #ffffff;
        background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.50214 5.49738C6.5029 5.6235 6.47767 5.74853 6.42791 5.86529C6.37814 5.98205 6.30482 6.08825 6.21214 6.1778L2.21214 10.0111C2.02383 10.1916 1.76844 10.293 1.50214 10.293C1.23584 10.293 0.980442 10.1916 0.792138 10.0111C0.603834 9.83067 0.498047 9.58592 0.498047 9.33071C0.498047 9.07551 0.603834 8.83076 0.792138 8.6503L4.09214 5.49738L0.792138 2.34446C0.603834 2.16401 0.498047 1.91925 0.498047 1.66405C0.498047 1.40884 0.603834 1.16409 0.792138 0.983632C0.980442 0.803174 1.23584 0.701793 1.50214 0.701793C1.76844 0.701793 2.02383 0.803174 2.21214 0.983632L6.21214 4.81696C6.30482 4.90651 6.37814 5.01271 6.42791 5.12947C6.47767 5.24623 6.5029 5.37126 6.50214 5.49738Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
      }
    }
  }
}

/* landingTextAfterServices */
.detail-landing_new .ordered-block.text_after_services {
  margin: 0;
  padding: 96px 0 0;
}

.landingTextAfterServices {
  display: flex;
  gap: 20px;
  margin-bottom: 77px;

  .landingTextAfterServices__image {
    width: 553px;

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

  .landingTextAfterServices__content {
    width: calc(100% - 553px);
    padding-left: 117px;
  }

  .landingTextAfterServices__text {
    .long {
      display: none;
    }

    p {
      line-height: 2;
    }
  }

  .landingTextAfterServices__button {
    display: inline-block;
    color: #e1262e;
    font-size: 15px;
    font-weight: 700;
    background-image: url('/images/landings/arrow_r.svg');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 22px;
    margin-top: 20px;
    cursor: pointer;
  }
}

/* landing clients NEW */
.detail-landing_new .ordered-block.landingClients_new {
  margin: 0;
  padding: 66px 0 0;

  .line-after {
    margin-top: 89px;
  }

  .owl-carousel.owl-theme.owl-bg-nav .owl-nav button:not(:hover) {
    background: #f4f4f4;
  }

  .item {
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 20px;
    height: 220px;

    span {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
}

/* landing reviews NEW */
.detail-landing_new .ordered-block.reviews-block_new {
  margin: 0;
  padding: 66px 0 0;

  .landingReview {
    border-radius: 10px !important;
    padding: 40px 45px 64px;
  }
  .landingReview__top {
    display: flex;
    justify-content: space-between;
  }

  .landingReview__info {
    left: 45px;
    right: 45px;
  }

  .landingReview__triggers {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .landingReview__button {
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.50214 5.49738C6.5029 5.6235 6.47767 5.74853 6.42791 5.86529C6.37814 5.98205 6.30482 6.08825 6.21214 6.1778L2.21214 10.0111C2.02383 10.1916 1.76844 10.293 1.50214 10.293C1.23584 10.293 0.980442 10.1916 0.792138 10.0111C0.603834 9.83067 0.498047 9.58592 0.498047 9.33071C0.498047 9.07551 0.603834 8.83076 0.792138 8.6503L4.09214 5.49738L0.792138 2.34446C0.603834 2.16401 0.498047 1.91925 0.498047 1.66405C0.498047 1.40884 0.603834 1.16409 0.792138 0.983632C0.980442 0.803174 1.23584 0.701793 1.50214 0.701793C1.76844 0.701793 2.02383 0.803174 2.21214 0.983632L6.21214 4.81696C6.30482 4.90651 6.37814 5.01271 6.42791 5.12947C6.47767 5.24623 6.5029 5.37126 6.50214 5.49738Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
    background-size: 7px 11px;
    background-position: right center;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding-right: 15px;
  }
}

/* landing form NEW */
.WriteUs_inlineForm_wrapper--landing_new {
  padding-top: 40px;
  margin-top: 0;

  .maxwidth-theme {
    padding: 0 30px;
  }

  .form.inline.WRITE_US {
    background: #f4f4f4;
    background-image: url('/images/landings/wave_1.png');
    background-repeat: no-repeat;
    background-position: left top 170px;
    padding: 67px 52px;

    .form__wrap {
      display: flex;
    }

    .form__content {
      width: calc(100% - 594px);
      padding-right: 20px;

      h4 {
        font-size: 30px;
        font-weight: 500;
        margin-bottom: 30px;
        position: relative;
      }

      .form__text {
        p {
          line-height: 2;
        }
      }

      .form__socials {
        margin-top: 100px;

        ul {
          margin: 0;
          padding: 0;
          list-style: none;
          display: flex;
          align-items: center;
          gap: 5px;
        }

        li {
          padding: 0;
          margin: 0;
          display: block;

          &:before {
            display: none;
          }

          a {
            display: block;
            width: 40px;
            height: 40px;
            background-repeat: no-repeat;
            font-size: 0;
            border-radius: 100px;
            background-color: #e1262e;
            background-image: url('/bitrix/templates/aspro_max/css/../images/svg/social.svg');
          }

          &.telegram {
            a {
              background-position: -330px -518px;
            }
          }

          &.whats {
            a {
              background-position: -330px -424px;
            }
          }
        }
      }
    }

    .form__form {
      width: 594px;
    }

    form {
      input[type='text'],
      input[type='password'],
      input[type='email'],
      input[type='tel'],
      select,
      textarea {
        border-color: #d4d5d6;
        border-radius: 10px;
      }

      .form_body {
		grid-template-columns: 1fr 1fr;
        /*gap: 12px;*/

        .form-control {
			margin: 0 0 10px;
          /*width: calc(50% - 12px);*/

          label {
            color: #333333;
            /*margin-bottom: 2px;*/
          }

          /*&:nth-child(n + 3) {
            width: 100%;
          }*/

			&:nth-child(1) {
				grid-column: 1/3;
			}

			&:has(textarea) {
				grid-column: 1/3;
			}

			&.captcha-row {
				grid-column: 1/3;
			}
        }
      }

      .form_footer {
        button {
          order: 1;
          margin-left: auto;
          background-color: #e54147;
          background-image: url('/images/landings/arrow.svg');
          background-repeat: no-repeat;
          background-position: right 14px center;
          padding-right: 22px;
          color: #ffffff;
          font-weight: 700;
          font-size: 12px;
          text-transform: initial;
          border-radius: 10px;
          min-width: auto !important;
          padding: 9px 42px 9px 16px;
        }

        .licence_block {
          order: 0;

          input[type='checkbox'] + label {
            padding-top: 5px !important;

            &:before {
              top: 0 !important;
              width: 30px !important;
              height: 30px !important;
              border: 1px solid #d4d5d6 !important;
              border-radius: 5px !important;
              background-color: #f8f8f8 !important;
            }

            &:after {
              width: 17px !important;
              height: 12px !important;
              background: none !important;
              background-image: url("data:image/svg+xml,%3Csvg width='17' height='12' viewBox='0 0 17 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12C5.8684 12.0008 5.73793 11.9755 5.6161 11.9258C5.49426 11.876 5.38344 11.8027 5.29 11.71L0.290002 6.71C0.196764 6.61676 0.122803 6.50607 0.0723429 6.38425C0.0218825 6.26243 -0.00408936 6.13186 -0.00408936 6C-0.00408936 5.7337 0.101699 5.47831 0.290002 5.29C0.478306 5.1017 0.733701 4.99591 1 4.99591C1.2663 4.99591 1.5217 5.1017 1.71 5.29L6 9.59L15.29 0.290002C15.4783 0.101699 15.7337 -0.00408936 16 -0.00408936C16.2663 -0.00408936 16.5217 0.101699 16.71 0.290002C16.8983 0.478306 17.0041 0.733701 17.0041 1C17.0041 1.2663 16.8983 1.5217 16.71 1.71L6.71 11.71C6.61656 11.8027 6.50575 11.876 6.38391 11.9258C6.26207 11.9755 6.13161 12.0008 6 12Z' fill='%23333333'/%3E%3C/svg%3E%0A") !important;
              border-radius: 0 !important;
              box-shadow: none !important;
              top: 7px !important;
              left: 6px !important;
              opacity: 0;
              transition: 0.3;
            }
          }

          input[type='checkbox']:checked + label {
            &:after {
              left: 6px !important;
              opacity: 1;
            }
          }

          label {
            color: #333333 !important;

            a {
              color: #333333 !important;
              text-decoration: underline;
            }
          }
        }
      }
    }
  }
}

.popup {
  width: 700px;

  &:has(.form.SIMPLE_FORM_6) {
    width: 1000px;
  }
}

.popup .form .form_body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 15px;

  .form-control {
    &.captcha-row {
      grid-column: 1 / 3;
    }

    &:has(textarea) {
      grid-column: 1 / 3;
    }

    &:nth-child(1):not(.captcha-row):has(+ .clearboth) {
      grid-column: 1 / 3;
    }
  }
}

.popup .form.SEND_GIFT {
  .form_head {
    padding-left: 30px;
    padding-right: 30px;
  }

  .form_body {
    padding-left: 30px;
    padding-right: 30px;
  }

  .form_footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.popup .form.SIMPLE_FORM_6 .form_body {
  grid-template-columns: 0.7fr 1fr;

  .form-control {
    &:has(textarea) {
      grid-column: 2 / 3;
      grid-row: 1 / 5;
    }

    textarea {
      min-height: 341px;
    }
  }
}

@media screen and (max-width: 1200px) {
  .detail-landing_new .ordered-block .ordered-block__title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  /* landing banner NEW */
  .banners-content_new {
    .landingBanner {
      height: 500px;
    }

    .landingBanner__flex {
      h1 {
        font-size: 30px;
      }
    }

    .text {
      padding-top: 70px;
    }
  }

  /* landing tizers NEW */
  .detail-landing_new .ordered-block.tizers-block.landingTizers_new {
    padding: 40px 0;
  }

  .landingTizers_new {
    .landingTizers__list {
      grid-template-columns: repeat(3, 1fr);
    }

    .landingTizers__elem {
      &.no-active {
        display: block;
      }
    }
  }

  /* landing stages NEW */
  .ordered-block.stages-block.landingStages {
    padding: 40px 0;

    &:before {
      display: none;
    }
  }

  .landingStages__item {
    gap: 0 20px;
    padding-bottom: 20px;

    .landingStages__item_title {
      font-size: 17px;
    }

    .landingStages__item_text {
      margin-top: 20px;

      p {
        font-size: 15px;
      }
    }
  }

  /* landing projects NEW */
  .ordered-block.projects-block.landingProjects {
    padding: 40px 0;
  }

  /* landing equipments NEW */
  .ordered-block.equipments-block.landingEquipments_new {
    padding: 40px 0;
  }

  /* landing brands NEW */
  .landingBrands_new {
    padding: 0 0 40px;
  }

  /* landing about NEW */
  .landingAbout_new {
    padding: 40px 0;
    gap: 40px;

    .landingAbout__slider {
      padding-top: 0;
    }
  }

  /* landing services NEW */
  .detail-landing_new .ordered-block.services {
    padding: 40px 0 0;
  }

  .landingServices_new {
    margin-bottom: 40px;
  }

  /* landingTextAfterServices */
  .detail-landing_new .ordered-block.text_after_services {
    margin: 0;
    padding: 40px 0 0;
  }

  .landingTextAfterServices {
    margin-bottom: 40px;

    .landingTextAfterServices__image {
      width: 400px;
    }

    .landingTextAfterServices__content {
      width: calc(100% - 400px);
      padding-left: 40px;
    }
  }

  /* landing clients NEW */
  .detail-landing_new .ordered-block.landingClients_new {
    padding: 40px 0 0;

    .line-after {
      margin-top: 40px;
    }
  }

  /* landing reviews NEW */
  .detail-landing_new .ordered-block.reviews-block_new {
    margin: 0;
    padding: 40px 0 0;
  }

  /* landing form NEW */
  .WriteUs_inlineForm_wrapper--landing_new {
    .form.inline.WRITE_US {
      padding: 40px;

      .form__content {
        width: calc(100% - 500px);

        h4 {
          font-size: 24px;
        }
      }

      .form__form {
        width: 500px;
      }

      form {
        .form_footer {
          button {
            margin-left: 0;
          }
        }
      }
    }
  }
}

@media screen and (max-width: 991px) {
  /* landing banner NEW */
  .banners-content_new {
    .landingBanner__inner {
      padding-bottom: 40px;
    }
    .landingBanner__flex {
      h1 {
        font-size: 24px;
      }
    }

    .text {
      padding-top: 40px;
      padding-bottom: 0;
      padding-left: 0;
    }
  }

  /* landing tizers NEW */
  .landingTizers_new {
    .landingTizers__elem {
      width: 100%;
    }
  }

  /* landing about NEW */
  .landingAbout_new {
    .landingAbout__slider {
      width: 400px;
    }
  }

  /* landing services NEW */
  .landingServices_new {
    .landingFlexService__button {
      left: 20px;
    }

    .landingFlexService {
      min-height: auto;
    }
  }

  /* landingTextAfterServices */
  .landingTextAfterServices {
    flex-wrap: wrap;
    gap: 40px;

    .landingTextAfterServices__image {
      width: 100%;
      max-width: 400px;
      margin: 0 auto;
    }

    .landingTextAfterServices__content {
      width: 100%;
      padding-left: 0;
    }
  }

  /* landing form NEW */
  .WriteUs_inlineForm_wrapper--landing_new {
    .form.inline.WRITE_US {
      .form__wrap {
        flex-wrap: wrap;
        gap: 40px;
      }

      .form__content {
        width: 100%;

        .form__socials {
          margin-top: 40px;
        }
      }

      .form__form {
        width: 100%;
      }

      form {
        max-width: 100%;

        .form_footer {
          button {
            margin-left: auto;
          }
        }
      }
    }
  }
}

@media screen and (max-width: 767px) {
  /* landing tizers NEW */
  .landingTizers_new {
    .landingTizers__list {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  /* landing about NEW */
  .landingAbout_new {
    flex-wrap: wrap;

    .landingAbout__slider {
      width: 100%;
    }
  }

  /* landing form NEW */
  .WriteUs_inlineForm_wrapper--landing_new {
    .maxwidth-theme {
      padding: 0 16px;
    }

    .form.inline.WRITE_US {
      form {
        .form_footer {
          button {
            margin-left: 0;
          }
        }
      }
    }
  }
}

@media screen and (max-width: 601px) {
  .ordered-block.equipments-block.landingEquipments_new {
    .owl-carousel.owl-theme.owl-bg-nav .owl-nav {
      display: flex;
      left: -12px;
      right: -12px;

      .svg {
        width: 32px;
        height: 32px;
        line-height: 32px;
      }

      .owl-prev {
        .svg {
          left: -2px;
        }
      }

      .owl-next {
        .svg {
          left: 2px;
        }
      }

      &.disabled {
        display: none;
      }
    }
  }
}

@media screen and (max-width: 575px) {
  /* landing tizers NEW */
  .landingTizers_new {
    .landingTizers__list {
      grid-template-columns: 1fr;
    }
  }

  /* landing brands NEW */
  .landingBrands_new {
    .list {
      .item {
        height: 90px;
        line-height: 90px;

        img {
          max-width: 90px;
        }
      }
    }
  }

  /* landing reviews NEW */
  .detail-landing_new .ordered-block.reviews-block_new {
    .landingReview {
      padding: 25px;

      .landingReview__info {
        left: 25px;
        right: 25px;
      }
    }
  }

  /* landing form NEW */
  .WriteUs_inlineForm_wrapper--landing_new {
    .form.inline.WRITE_US {
      padding: 25px;

      form {
        .form_body {
			grid-template-columns: 1fr;
          /*gap: 12px;*/

          .form-control {
            /*width: 100%;*/
			&:nth-child(1) {
				grid-column: 1/2;
			}

			&:has(textarea) {
				grid-column: 1/2;
			}

			&.captcha-row {
				grid-column: 1/2;
			}
          }
        }
      }
    }
  }

  .popup .form .form_body {
    display: block;
  }

  .popup .form.SIMPLE_FORM_6 .form_body {
    .form-control {
      textarea {
        min-height: 193px;
      }
    }
  }
}

/* main slider */
.top_slider_wrapp .main-slider tr.main_info {
  background-size: cover;
}

.top_slider_wrapp.view_2 .main-slider__item tr.adaptive_info {
  display: none;
}

/* нижнее мобильное меню */
.bottom-icons-panel {
  background: #ececec;
}
.bottom-icons-panel__content-text.font_xxss {
  font-size: 0.7em;
}

/* страница товара */
body .product-container .text-form .text-form-info {
	padding-left: 0;
  & > *:last-child {
    margin-bottom: 15px;
  }
}

.product-container .product-view--mix .product-info--type2 .price_txt.filed {
  padding-top: 0;
}

@media screen and (max-width: 991px) {
  /* main-top h1 */
  .custom-main-top-h1 {
    font-size: 1.4em;
    margin: 0 auto !important;
  }

  /* page h1 */
  .topic__heading #pagetitle {
    font-size: 1.8em;
  }

  /* poduct-page */
  .product-container .product-view--mix {
    .product-info-wrapper {
      border: none;
    }

    .product-info {
      padding: 0;
    }

    .bottom-info {
      & > .ordered-block:last-child {
        margin-bottom: 0;
      }
    }
  }
}

@media screen and (max-width: 767px),
  projection and (max-width: 767px),
  tv and (max-width: 767px),
  handheld and (max-width: 767px) {
  .top_slider_wrapp.view_2 .main-slider__item td.text {
    display: table-cell;
  }

  .top_slider_wrapp.view_2 .main-slider__item.center .main_info {
    display: table-row;
  }

  body .top_slider_wrapp .main-slider__item td.text .banner_title {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body .top_slider_wrapp .main-slider__item .text .banner_title .section {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .top_slider_wrapp .main-slider__item td.text.left .banner_buttons {
    margin-left: 0;
  }

  .top_slider_wrapp .main-slider .text.center .banner_buttons {
    margin-top: 5px;
  }

  .top_slider_wrapp.view_2 .main-slider__item.light,
  .top_slider_wrapp.view_2 .main-slider__item.light .banner_text,
  .top_slider_wrapp.view_2 .main-slider__item.light .banner_title,
  .top_slider_wrapp.view_2 .main-slider__item.light .banner_title a,
  .top_slider_wrapp.view_2 .main-slider__item.light .banner_title h1 {
    color: #ffffff;
  }

  .top_slider_wrapp.view_2
    .swiper-container-horizontal
    > .swiper-pagination-bullets {
    top: calc(100% - 40px);
  }

  .top_slider_wrapp.view_2 .btn.btn-transparent-border {
    border: 1px solid rgba(243, 243, 243, 0.4);
    color: #fff;

    &:hover {
      background-color: #e1262e;
      border: 1px solid #e1262e;
    }
  }
}

@media screen and (max-width: 768px) {
  /* main slider */
  .BIG_BANNER_INDEX > .maxwidth-theme .top_big_banners.short_block {
    margin-left: -16px;
    margin-right: -16px;
  }

  .top_big_banners:not(.nop) .items {
    padding: 0 16px;
  }

  /* page h1 */
  .topic__heading #pagetitle {
    font-size: 1.5em;
  }
}

/* новые стили карточки товара */
@media (min-width: 1800px) {
	.product-container .product-view--mix .product-detail-gallery {
		width: 40%;
	}

	.product-view--mix .product-main {
		flex-basis: 60%;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 39px;
	}

	.product-view--mix .product-action .info_item {
		padding-right: 0;
	}
}

@media (min-width: 1600px) {
	.product-container .product-view--mix .product-detail-gallery {
		width: 35%;
	}

	.product-view--mix .product-main {
		flex-basis: 65%;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 39px;
	}

	.product-view--mix .product-action .info_item {
		padding-right: 0;
	}
}

.top-block-item .phone{
	    font-weight: bold;
}

.fix-block .top-description {
	      height: 82px;
}
.logo_and_menu-row .basket-link {
    padding-left: 30px;
    padding-right: 0;
}
.sticky-sidebar__inner{
	min-width: 306px
}

.product-info.product-info--type2 > .flexbox > .product-detail-gallery .product-detail-gallery__container {
    padding-top: 10px;
}
.head-title a{
	text-decoration:none!important;
}