html {
  scroll-behavior: smooth;
}


.block-logo img {
  width: 196px;
}

.red-line-wrap {
  font-size: 23px;
  font-weight: bold;
  line-height: 23px;
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 8px 90px 7px 40px;
  position: relative;
  /*margin: 30px 0px 30px 10px;*/
  margin: 30px 0px;
  background: #e2001a;
}
/*.home-page .red-line-wrap{
    margin: 30px 0px 30px 71px;
}*/
.red-line-wrap:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: -8px;
  top: 0;
  border: 7px solid transparent;
  border-right: 1px solid #e2001a;
  border-bottom: 43px solid #e2001a;
}

.bold-text {
  font-weight: bold;
}
.text-center {
  text-align: center;
}
.content-main .marb-35,
.marb-35 {
  margin-bottom: 35px;
}
.mart-0 {
  margin-top: 0;
}
div.marb-0 {
  margin-bottom: 0;
}
.hdr-h2.big-title {
  text-align: center;
  color: #3e3e3e;
  font-size: 42px;
  font-family: HelveticaNeueCyr-Thin;
  margin: 0px 0 40px 0;
}

#slider-home.first {
  margin-top: 0px;
}
.mobile-block-contact {
  display: none;
}

.ubtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  text-align: center;
  line-height: 12px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid transparent;
  padding: 0 15px;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 0.6px;
}
a.ubtn {
  text-decoration: none;
}
.white-border {
  border: 2px solid #ffffff;
  color: #fff;
  background: transparent;
  transition: 0.5s background;
}
.white-border:hover {
  color: #e2001a;
  background: #ffffff;
}
.grey-border {
  border: 1px solid #707173;
  color: #707173;
  background: transparent;
  transition: 0.5s background;
}
.grey-border:hover {
  color: #fff;
  background: #707173;
}
.red-border {
  border: 1px solid #e2001a;
  color: #e2001a;
  background: transparent;
  transition: 0.5s background;
}
.red-border:hover {
  background: #e2001a;
  color: #fff;
}
.red-btn {
  background: #e2001a;
  color: #fff;
  transition: 0.5s background;
}
.red-btn:hover {
  background: #ca0017;
}
.skidka-grey-wrap {
  background: url(/images/proc-icon.svg) no-repeat 25px center;
  background-color: #eeeeee;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #2d2b29;
  padding: 30px 30px 30px 100px;
  margin-bottom: 50px;
}

.text-style,
div.text-style > p,
div.text-style > ul,
div.text-style > ol {
  font-size: 16px;
  line-height: 24px;
}

.main-news-btn {
  width: 219px;
  height: 50px;
  margin: auto;
}
.main-obj-btn {
  width: 260px;
  height: 50px;
  margin: auto;
}
.red-line-wrap .ubtn {
  margin-left: auto;
  width: 178px;
  height: 35px;
  text-decoration: none;
}

.main-tabs-wrapper {
  margin-bottom: 30px;
}
.main-tabs-wrapper .tabs .tab {
  font-size: 24px;
  line-height: 58px;
  color: #afafaf;
  margin-right: 50px;
  cursor: pointer;
}
.main-tabs-wrapper .tabs {
  margin-bottom: 15px;
}
.main-tabs-wrapper .tabs .tab.active {
  color: #222527;
  border-bottom: 2px solid #2a3141;
}
.img-bottom-text-item {
  position: relative;
  width: 291px;
  height: 291px;
  display: block;
  float: left;
  margin: 1px 0 0 1px;
  color: #fff;
  overflow: hidden;
}
.img-bottom-text-item:hover {
  color: #fff;
  cursor: pointer;
}
.img-bottom-text-item img {
  /*max-width: 100%;
    width: 100%;
    height: auto;*/
  width: auto;
  min-width: 100%;
  height: auto;
  height: 100%;
  max-width: none;
}
.img-bottom-text-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: unset;
  bottom: 0;
  background: url(/images/dark-bg.svg) transparent 0 100%;
  background-repeat: no-repeat;
  transition: 0.3s background;
}
.img-bottom-text-item:hover:before {
  background: url(/images/red-bg.svg) transparent 0 100%;
  background-repeat: no-repeat;
}
.img-bottom-text-item .bottom-text-item {
  position: absolute;
  top: unset;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 35px 0 20px;
  text-align: left;
  box-sizing: border-box;
  z-index: 4;
  font-family: PT Sans;
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  display: flex;
  align-items: center;
  height: 75px;
}

.white-border.slider-btn {
  border: 1px solid #ffffff;
  width: 220px;
  height: 50px;
  margin-top: 10px;
}
.white-border.slider-btn:hover {
  color: #2a3141;
}

.catalog-object.owl-carousel {
  margin-bottom: 30px;
}

.wrap-block {
  margin-bottom: 70px;
}
.content-inside .hdr-h2.how-work-title {
  text-align: center;
  color: #3e3e3e;
  font-size: 42px;
  font-family: HelveticaNeueCyr-Thin;
  margin: 60px 0 57px 0;
}
.content-inside .how-work-wrap {
  margin-bottom: 70px;
}
.header .block-info i {
  display: block;
  width: 22px;
  height: 20px;
  float: left;
  position: relative;
  margin-right: 10px;
}

i.phone-icon {
  /* background: url(/css/../image/phone-icon.png) no-repeat; */
  background: url(/css/../image/new_icon_phone.svg) no-repeat;
  background-size: contain;
  background-position: center center;
  width: 30px;
  height: 30px;
}
i.email-icon {
  /* background: url(/css/../image/mail-icon.png) no-repeat; */
  background: url(/css/../image/new_icon_mail.svg) no-repeat;
  background-size: contain;
  background-position: center center;
  width: 30px;
  height: 30px;
}
i.worktime-icon {
  /* background: url("/image/Rezhim_raboty.png") no-repeat; */
  background: url(/css/../image/new_icon_clock.svg) no-repeat;
  background-size: contain;
  background-position: center center;
  width: 30px;
  height: 30px;
}
.header .block-info i.search-icon {
  background: url("/images/search.svg") no-repeat right;
  background-size: contain;
  height: 25px;
  width: 34px;
  margin-top: 3px;
}
@media (min-width: 1024px) {
  .header .block-info i.search-icon {
    display: none;
  }
}
.worktime-info {
  font-size: 14px;
  line-height: 16px;
  color: #000;
  /* font-weight: 600; */
}
@media (max-width: 1023px) {
  .block-info.worktime {
    display: none;
  }
}
.email-info a:hover {
  text-decoration: underline;
}
.block-info a {
  font-size: 14px;
  line-height: 16px;
  color: #000;
  /* font-weight: 600; */
}
.block-info.--important a {
  font-size: 18px;
  line-height: 20px;
  color: #000;
  font-weight: 600;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.contacts .block {
  font-size: 14px;
}

.head-top-wrap {
  padding: 25px 0;
}
.header .head-top-wrap {
  height: 58px;
  overflow: hidden;
  transition: height 0.2s ease-in-out;
}
.header .red-border {
  max-width: 190px;
}
.header .red-btn {
  width: 170px;
  padding: 0 5px;
}
.wrapper.scroll .header .head-top-wrap {
  height: 0;
  padding: 0;
}
.scroll .header .first.mmenu--block {
  display: flex;
}
.scroll .header .logo {
  margin-top: 18px;
  display: block;
}
.scroll .header .logo img {
  width: 106px;
}
div.wrapper.scroll .header {
  height: 75px;
}
.scroll .nav .nav-wrap {
  height: 75px;
}
.scroll #mmenu--nav .nav-wrap .nav-item {
  line-height: 75px;
  height: 75px;
}
.scroll .nav .nav-wrap .nav-item .submenu {
  top: 75px;
}
.scroll #mmenu--nav .nav-wrap .nav-item.item-catalog > a {
  padding-left: 20px;
}
.scroll #mmenu--nav .nav-wrap .nav-item.item-catalog > a:before {
  top: 24px;
}
.mobile-phone-fixed {
  display: none;
}
.scroll .mobile-phone-fixed {
  display: flex;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #222527;
  min-width: 200px;
  align-items: center;
  justify-content: center;
}
div#mmenu--wrap.mobile-only {
  display: none;
}

.product-slider .owl-item img {
  min-height: 90px;
  opacity: 0.4;
}
.product-slider .owl-item img.active-slide {
  opacity: 1;
}
.product-slider a.colorbox {
  height: 90px;
  overflow: hidden;
  display: block;
}

.cartside--img {
  text-align: center;
  margin-bottom: 32px;
}

#mmenu--nav .nav-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin:6.5px;
}
#mmenu--nav .nav-wrap .nav-item {
  line-height: 60px;
  width: auto;
}
#mmenu--nav .nav-wrap .nav-item > a {
  border-top: none;
  position: relative;
  font-size: 14px;
}
#mmenu--nav .nav-wrap .nav-item:hover > a,
#mmenu--nav .nav-wrap .nav-item.active > a {
  color: #e2001a;
  background: transparent;
  border-top: none;
  border-bottom: 2px solid #e2001a;
}
#mmenu--nav .nav-wrap .nav-item.item-catalog > a {
  padding-left: 30px;
}
#mmenu--nav .nav-wrap .nav-item.item-catalog > a:before {
  content: "";
  display: block;
  background: url(/images/menu.svg) center no-repeat;
  width: 21px;
  height: 24px;
  left: 0;
  margin: 0 0 0 -5px;
  top: 16px;
  position: absolute;
}
#mmenu--nav .nav-wrap .nav-item .submenu {
  color: #2a2a2a;
  background: #fff;
}

.wrap-dark-block {
  /* background: url(/images/!.svg) 30px 50%; */
  /* background-repeat: no-repeat; */
  background-size: auto;
  background-color: #2a3141;
  color: #fff;
  padding: 55px 30px 55px 55px;
  font-size: 16px;
  margin: 30px 0 60px;
  margin-right: 80px;
  position: relative;
}
.wrap-dark-block h1 {
  padding: 0px;
  font-size: 16px;
  color: #fff;
  margin: 0px;
  font-family: PT Sans;
  line-height: 17px;
}

.wrap-dark-block:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  background: url(/css/../image/slider_hips.png) no-repeat;
  width: 64px;
  display: block;
  right: -2px;
  z-index: 1;
  background-position: -63px 0px;
}

.wrap-preim-block {
  margin-bottom: 60px;
}
.preim-block-items.flex-wrap {
  align-items: stretch;
}
.content-main .wrap-preim-block .hdr-h2 {
  margin: 11px 0 27px 0;
  font-weight: 600;
}
.preim-block-items .preim-item {
  /*background: rgba(246, 244, 244, 0.5); */
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -ms-transform: skewX(-10eg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
  /* text-align: center; */
  border-right: 2px solid #f6f4f4;
  width: 33.3333%;
  box-sizing: border-box;
  padding: 15px 25px;
}
.preim-block-items .preim-item:last-child {
  border-right: none;
}
.preim-block-items .preim-item > div {
  -webkit-transform: skewX(10deg);
  -moz-transform: skewX(10deg);
  -ms-transform: skewX(10eg);
  -o-transform: skewX(10deg);
  transform: skewX(10deg);
}
.preim-block-items .title-item {
  color: #3e3e3e;
  font-weight: bold;
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 15px;
  font-family: HelveticaNeueCyr-Bold;
}
.preim-block-items .sub-title-item {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #3e3e3e;
  margin-bottom: 15px;
  font-family: 'HelveticaNeueCyr-Roman';
}
.preim-block-items .text-item {
  font-size: 16px;
  line-height: 24px;
}
.wrap-preim-btn {
  text-align: center;
  margin-bottom: 50px;
}
.wrap-preim-btn a {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  margin: 0 20px;
}
.wrap-preim-btn .red-btn {
  height: 52px;
}

.preim-block-items .preim-item {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.sub-title-service {
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 24px;
}

.how-work-wrap {
  margin: 80px 0 30px;
}
.how-work-wrap .step-work-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
}
.how-work-wrap.flex-wrap {
  flex-wrap: nowrap;
}
.how-work-wrap .first-block {
  width: 101%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
}
.how-work-wrap .icon-div {
  width: 62px;
  height: 52px;
}

.how-work-wrap .icon-div img {
  width: 100%;
  height: 100%;
}

.how-work-wrap .arrow {
  margin-top: 87px;
  margin-left: 19%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  width: 65px;
  height: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 11px;
  background-image: url(/images/how-work/arrow.png);
  background-repeat: no-repeat;
  background-position-x: 10px;
  background-position-y: 3px;
}
.how-work-wrap .title-item {
  color: #000;
  font-weight: bold;
  font-size: 17px;
  line-height: 16px;
}
.how-work-wrap .how-work-photo {
  width: 101%;
  height: 100%;
}
.how-work-wrap .how-work-photo img {
  width: 100%;
  height: 100%;
}
.main_brands--wrap.owl-carousel {
  display: block;
}
.owl-carousel button.owl-dot {
  width: 11px;
  border: 1px solid #df0003 !important;
  height: 11px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  margin: 5px;
}
.owl-carousel button.owl-dot.active {
  background-color: #df0003;
}
.owl-carousel .owl-dots {
  margin: 10px auto;
  text-align: center;
}

.object-main-slider-wrap .owl-carousel .item_obj_wrapper {
  width: 100%;
  margin-bottom: 0px;
}
.object-main-slider-wrap .owl-carousel .obj_region {
  margin-top: 4px;
  width: 100%;
}
.object-main-slider-wrap .owl-carousel .obj_type {
  text-align: left;
  width: 100%;
}
.object-main-slider-wrap .owl-carousel .obj_name {
  font-size: 15px;
  font-weight: 500;
}

.field-group {
  position: relative;
}
.field-group .float-label {
  position: absolute;
  font-size: 16px;
  color: #000;
  left: 12px;
  top: 15px;
  transition: all 0.2s ease;
  z-index: 0;
}
.field-group.input .float-label {
  transform: translateY(-50%);
  top: 50%;
}
.field-group input[type="text"]:focus,
.field-group input[type="tel"]:focus,
.field-group input[type="text"].focused {
  padding-top: 15px;
}

.field-group textarea:focus,
.field-group textarea.focused {
  padding-top: 20px;
}

.field-group input:focus ~ .float-label,
.field-group input.focused ~ .float-label,
.field-group textarea:focus ~ .float-label,
.field-group textarea.focused ~ .float-label {
  font-size: 12px;
  top: 4px;
  left: 12px;
  transform: translate(0);
  z-index: 2;
  line-height: 1;
  color: #7c7c7c;
}
.field-group:focus .float-label,
.field-group.focused .float-label {
  font-size: 12px;
  top: 4px;
  left: 12px;
  transform: translate(0);
  z-index: 2;
  line-height: 1;
  color: #7c7c7c;
}
.field-group:not(:last-child) {
  margin: 0 0 20px;
}
.field-group .error-tip {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  padding-left: 12px;
  color: red;
  font-size: 12px;
  line-height: 1;
}
.red-form .field-group .error-tip {
  color: #fff;
}
.field-group input[type="text"],
.field-group input[type="tel"],
.field-group input[type="email"] {
  line-height: 50px;
  font-size: 16px;
  height: 50px;
  border: 0;
  outline: 0;
  padding-left: 12px;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  padding: 12px;
  border: 1px solid #e5e5e5;
}
.foot--forms .form .field-group input[type="text"],
.foot--forms .form .field-group input[type="tel"] {
  color: #000;
}
.field-group textarea {
  border: 0;
  padding-left: 12px;
  font-size: 16px;
  resize: none;
  width: 100%;
  height: 190px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  outline: none;
  padding: 12px;
}
.t-use-div span,
.t-use {
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #707173;
  display: block;
}

.sidebar-form .hdr-form.popup-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-left: 28px;
  height: 83px;
  padding: 50px 20px 10px;
  letter-spacing: 1px;
  box-sizing: border-box;
  text-transform: uppercase;
  color: #000;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  border-bottom: 0;
}
.sidebar-form .method_select span {
  display: inline-block;
  margin-top: 0px;
}

.red-form {
  padding: 0 20px 0 45px;
  box-sizing: border-box;
}
.red-form .form_h2_in_content {
  padding-top: 0px;
  margin-bottom: 25px;
}
.red-form .text-form {
  color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  font-family: "HelveticaNeueCyr-Roman";
  text-wrap: balance;
}
.red-form a {
  color: #fff !important;
}

.red-form .text-form a {
  color: #fff !important;
  text-decoration: none !important;
}
.red-form .soc-block {
  display: flex;
}
.red-form .soc-block a {
  color: #fff;
  display: flex;
  align-items: center;
  margin-right: 20px;
  font-size: 13px;
}
.red-form .soc-block a img {
  margin-right: 5px;
}
.red-form .left-block-form {
  float: left;
  width: 400px;
  margin-right: 30px;
}
.red-form .right-block-form {
  float: right;
  width: calc(100% - 430px);
}
.red-form input[type="text"],
.red-form input[type="tel"] {
  line-height: 50px;
  font-size: 16px;
  height: 50px;
  border: 0;
  outline: 0;
  padding-left: 12px;
  width: 90%;
  box-sizing: border-box;
  padding: 12px;
}
.red-form textarea {
  border: 0;
  padding-left: 12px;
  font-size: 16px;
  resize: none;
  width: 90%;
  height: 190px;
  box-sizing: border-box;
  outline: none;
  padding: 12px;
}
.red-form .rf_policy {
  font-size: 14px;
  margin: 10px 0;
  font-family: "HelveticaNeueCyr-Roman";
}
.red-form .red-form-btn {
  border-width: 1px;
  width: 90%;
  height: 50px;
}

.under_catalog_blocks {
  margin-bottom: 20px;
}
.filter-item .ik_select .ik_select_link:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 6px;
  right: 15px;
  top: 23px;
  background: url(/images/small-arrow-btn.svg) no-repeat center bottom;
  z-index: 4;
}
.filter-item .ik_select .ik_select_link:after {
  background: transparent;
  height: 50px;
}
.oborudovanie .smartfilter .filter .filter-item {
  height: 50px;
  margin-right: 35px;
}
.smartfilter .ik_select_link {
  height: 50px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 50px;
  padding: 0 15px;
}
.smartfilter .ik_select_link_text {
  font-size: 16px;
  line-height: 48px;
  padding: 0px;
  text-transform: lowercase;
}
.sidebar-form .form--popup .ik_select_link_text {
  margin-top: 0px;
}
.ik_select_list_inner > ul {
  min-width: 200px;
}
.smartfilter .ubtn.back {
  float: left;
  margin-right: 35px;
  line-height: 50px;
  width: 170px;
}

.reviews_slider.owl-carousel .owl-nav button.owl-prev {
  left: -28px;
  background-image: url(/image/sl_l_red.svg);
}
.reviews_slider.owl-carousel {
  margin-bottom: 30px;
}
.reviews_slider.owl-carousel .item_slide_pict {
  border: 1px solid #ccc;
  display: block;
}
.reviews_slider.owl-carousel .owl-nav button.owl-next {
  right: -28px;
  background-image: url(/image/sl_r_red.svg);
}
.reviews_slider.owl-carousel .owl-nav button {
  position: absolute;
  top: 0;
  width: 27px;
  height: 28px;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 0;
  border: 1px solid #ccc;
  outline: 0 !important;
}
.reviews_slider.owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 48%;
  left: 0;
  transform: translateY(-50%);
}

.cart-left-coll {
  width: 400px;
  margin-right: 40px;
}
.cart-right-col {
  width: calc(100% - 440px);
}
.content-inside .crt-button-left-sitebar {
  text-decoration: none;
  margin-bottom: 25px;
}

.wrap-scroll-summ .irs--round .irs-handle {
  top: 58px;
  width: 7px;
  height: 7px;
  border: 5px solid red;
  background-color: red;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgb(0 0 255 / 30%);
}
.wrap-scroll-summ .irs--round .irs-bar {
  top: 62px;
  height: 2px;
  background-color: red;
}
.wrap-scroll-summ .irs--round .irs-single {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  left: 0 !important;
  text-shadow: none;
  padding: 3px 5px;
  background-color: transparent;
  color: #000;
  top: 2px;
}
.wrap-scroll-summ .irs--round .irs-single:before {
  content: none;
}
.wrap-scroll-summ .irs--round {
  height: 62px;
}
.wrap-scroll-summ .irs--round .irs-line {
  top: 62px;
  height: 1px;
}

.wrap-tab-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 25px;
}
.wrap-tab-title .tab-title {
  width: 47%;
}
.wrap-form-tabs {
  margin-bottom: 30px;
}
.wrap-form-tabs .content-tabs-wrap {
  background: #eeeeee;
  padding: 22px 30px;
}
.wrap-form-tabs .content-tabs-wrap .title-content {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 25px;
  color: #000;
}
.wrap-scroll-summ {
  background: #ffffff;
  margin-bottom: 50px;
}

.calc {
  background: #f0eded;
  max-width: 700px;
  display: flow-root;
}
.calc__item {
  padding: 5px 0px 10px;
  margin-bottom: 50px;
  background: #fff;
}
.calc__item__slider {
  position: relative;
  margin-bottom: -20px;
}
.calc__item__slider .irs {
  margin-bottom: -11px;
}
.calc__item .irs-max,
.calc__item .irs-min {
  top: 5px;
  background: transparent;
  color: #707173;
  font-size: 13px;
  line-height: 24px;
}
.calc__item__value__input:focus,
.calc__item__value__input {
  border: none;
  outline: none;
}
.calc .calc__item__label {
  padding-left: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #707173;
  margin-bottom: 0px;
}
.calc .calc__item__value {
  padding-left: 12px;
  margin-bottom: 10px;
}
.calc__item__value__input,
.calc__item__value__postfix {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.calc__item__slider .irs--round .irs-bar {
  top: 0px;
  height: 2px;
  background-color: #e2001a;
}
.calc__item__slider .irs--round .irs-handle {
  top: -4px;
  width: 8px;
  height: 8px;
  border: 5px solid #e2001a;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgb(0 0 255 / 30%);
}
.calc__item__slider .irs--round {
  height: 10px;
}
.calc__item__slider .irs--round .irs-line {
  top: 0px;
  height: 1px;
}
.form-tabs-wrap input[type="text"],
.form-tabs-wrap input[type="tel"] {
  line-height: 50px;
  font-size: 16px;
  height: 50px;
  border: 0;
  outline: 0;
  padding-left: 12px;
  width: 90%;
  box-sizing: border-box;
  padding: 12px;
}
.form-tabs-wrap select {
  width: 50%;
  height: 63px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding: 12px;
  float: left;
}
.form-tabs-wrap .field-group.input:not(.fio, .phone) {
  float: left !important;
  width: calc(50% - 25px);
  margin-left: 25px;
}
.form-tabs-wrap .field-group.input.fio,
.form-tabs-wrap .field-group.input.phone {
  float: none;
  width: 100%;
  margin-left: 0px;
}
.form-tabs-wrap .field-group.input.fio input.text,
.form-tabs-wrap .field-group.input.phone input.text {
  border: 1px solid #e5e5e5;
  width: 100%;
  margin-left: 0px;
}
.form-tabs-wrap .field-group.input:not(.fio, .phone) input.text {
  height: 63px;
  line-height: 63px;
  width: 100%;
  border: 1px solid #e5e5e5;
  font-weight: bold;
  color: #000;
}
.form-tabs-wrap .field-group.input:not(.fio, .phone) .float-label {
  color: #000;
  font-weight: bold;
}
.form-tabs-wrap .field-group:not(.fio, .phone) input:focus ~ .float-label,
.form-tabs-wrap .field-group:not(.fio, .phone) input.focused ~ .float-label,
.form-tabs-wrap .field-group:not(.fio, .phone) textarea:focus ~ .float-label,
.form-tabs-wrap .field-group:not(.fio, .phone) textarea.focused ~ .float-label {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  top: 4px;
  color: #707173;
}
.form-tabs-wrap .field-group.input.fio,
.form-tabs-wrap .field-group.input.phone,
.form-tabs-wrap #catalog_form_lift_captcha,
.form-tabs-wrap textarea[name="price_params"],
.form-tabs-wrap .method_select,
.form-tabs-wrap input[type="submit"],
.form-tabs-wrap .t-use,
.form-tabs-wrap div.hidden_inline,
#cacl_lift_form #lift_form_error {
  display: none;
  clear: both;
}

.form-tabs-wrap .title-dop-us {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 22px;
}
.wrapper-checkbox {
  columns: 2;
}
.wrapper-checkbox > div {
  width: 100%;
  overflow: hidden;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  break-inside: avoid-column;
}
.wrapper-checkbox label.checkbox {
  font-size: 14px;
  line-height: 28px;
  color: #000000;
  padding-left: 43px;
  margin-bottom: 20px;
  position: relative;
  display: block;
  cursor: pointer;
}
.wrapper-checkbox .hidden {
  display: none;
}
.wrapper-checkbox .hidden:checked + .checkbox::before {
  content: "";
  display: block;
  left: 0px;
  top: 1px;
  position: absolute;
  width: 28px;
  height: 36px;
  z-index: 2;
  background: url(/images/checked-red.svg) center center no-repeat;
}
.wrapper-checkbox .checkbox::after {
  content: "";
  display: block;
  left: 0px;
  top: 2px;
  position: absolute;
  width: 28px;
  height: 28px;
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
  z-index: 1;
  border-width: 1px;
  border-style: solid;
  border: 1px solid #dbe2ea;
  box-shadow: 0px 4px 8px rgba(44, 39, 56, 0.04);
  border-image: initial;
  border-radius: 4px;
}

#cboxContent #cacl_lift_form {
  padding: 40px 70px;
  min-height: 650px;
}
#cboxContent #cacl_lift_form .calc,
#cboxContent #cacl_lift_form .form-tabs-wrap > * {
  display: none;
}
#cboxContent #cacl_lift_form .form-tabs-wrap .hidden_inline,
#cboxContent #cacl_lift_form .form-tabs-wrap .field-group.input.fio,
#cboxContent #cacl_lift_form .form-tabs-wrap .field-group.input.phone,
#cboxContent #cacl_lift_form .form-tabs-wrap .method_select,
#cboxContent #cacl_lift_form .form-tabs-wrap input[type="submit"],
#cboxContent #cacl_lift_form .form-tabs-wrap .t-use,
#cboxContent #cacl_lift_form #catalog_form_lift_captcha,
#cboxContent #cacl_lift_form #lift_form_error {
  display: block;
}

.sub-title-metod {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 10px;
}
.text-danger {
  color: red;
}

ul.app-page-nav li {
  padding-left: 0;
}

.page-nav-bottom ul li .current {
  background: #e2001a;
  border-color: #e2001a;
  color: #fff;
  font-size: 16px;
}
.page-nav-bottom {
  margin-bottom: 50px;
}
.page-nav-bottom .nav_page--prev,
.page-nav-bottom .nav_page--next  {
  display: flex;
  align-items: center;
}
.page-nav-bottom .nav_page--prev span,
.page-nav-bottom .nav_page--next span {
  /*padding: 10px 15px;*/
  padding: 5px;
  color: #000000;
  /*color: #aaaaaa;*/
  margin-top: 0;
  font-size: 16px;
}
@media screen and (max-width:767px){
  .page-nav-bottom .nav_page--prev span,
.page-nav-bottom .nav_page--next span{
  display: none;
}
}
.nav_page--next a, .nav_page--prev a{
  display: flex!important;
  align-items: center!important;
}
.grey-calc-wrap {
  background: #eeeeee;
  padding: 40px;
  margin-bottom: 45px;
}
.grey-calc-wrap .hdr-h2 {
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  color: #707173;
  font-family: PT Sans;
  margin-top: 0;
}
.grey-calc-wrap .block.calc-label-title {
  color: #000;
}
.grey-calc-wrap .label-box {
  height: 75px;
}
.grey-calc-wrap .calc-form .h2 {
  font-size: 20px;
  line-height: 22px;
}
.grey-calc-wrap .calc-form {
  background: #fff;
}
.grey-calc-wrap .calc-form .image,
.calc-form .button-v-group {
  padding-left: 0px;
  padding-right: 0px;
}
.grey-calc-wrap .calc-form .button-v-group {
  padding-top: 0px;
}

.grey-calc-wrap .range-wrap .irs-slider {
  border-color: #e40003 transparent transparent;
}

.grey-calc-wrap .follow_price_btn {
  display: none;
}
.grey-calc-wrap .item {
  font-size: 13px;
}

.grey-calc-wrap .item input + span {
  border-color: #999999;
  display: flex;
  align-items: center;
  padding: 0px 18px 0 18px;
  border-width: 1px;
}
.grey-calc-wrap .calc-form .image {
  display: flex;
}
.grey-calc-wrap .item input:checked + span {
  border-color: #e40003;
}

.grey-calc-wrap div#val-price-discount {
  order: 0;
  font-size: 14px;
  font-weight: bold;
  font-family: Verdana;
}
.form-comm_pred .field-group.input {
  height: 50px;
}
.form-comm_pred .btn-send {
  position: unset;
  float: right;
}

.form-comm_pred .red-btn {
  background: #e2001a;
  font-size: 13px;
}

.form-comm_pred .red-btn:hover {
  background: #ca0017;
}
.tab-2--active > div,
.tab-2--active > select {
  display: none;
}

.wrap-form-tabs span.irs-handle.single {
  position: absolute;
}

.wrap-form-tabs span.irs-handle.single {
  box-sizing: border-box;
}

.grey-calc-wrap .discount-note {
  order: 3;
}

.grey-calc-wrap div#val-price-real {
  font-size: 14px;
  font-family: Verdana;
}

.grey-calc-wrap .calc-form .result {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 8px;
}

.grey-calc-wrap .calc-form .result div {
  margin: 0;
}

.wrapper .content ul li a {
  background: #f6f4f4;
  text-decoration: none;
  border-color: #f6f4f4;
  font-size: 16px;
}

.wrapper .content ul li.nav_page--next a,
.wrapper .content ul .nav_page--prev a {
  background: transparent;
  border: none;
}
ul.app-page-nav {
  justify-content: center;
  display: flex;
}

.js-subtitle-calc_form {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  margin: 20px 0;
}

.hdr-form.popup-title.hidden_inline:after {
  content: "";
  width: 55px;
  height: 3px;
  background: #e2001a;
  position: absolute;
  bottom: 0;
  left: calc(50% - 27px);
}

.hdr-form.popup-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-left: 28px;
  height: 40px;
  padding: 10px 20px 10px;
  letter-spacing: 1px;
  box-sizing: border-box;
  text-transform: uppercase;
  color: #000;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  border-bottom: 0;
}

.oborudov-wrap-form-tabs div#cacl_lift_form {
  column-count: 2;
}
.oborudov-wrap-form-tabs div#cacl_lift_form.tab-2-active .calc {
  break-before: column;
}
.oborudov-wrap-form-tabs div#cacl_lift_form.tab-2-active {
  column-count: 1;
  columns: unset;
}

.oborudov-wrap-form-tabs span.btn-send.ubtn.red-btn.js-to-popup-calc {
  margin-bottom: 65px;
}

.oborudov-wrap-form-tabs form#form_lift {
  margin: -20px 0 0;
}

.oborudov-wrap-form-tabs .title-dop-us {
  margin: 0px 0 0 50px;
}
.oborudov-wrap-form-tabs .wrap-form-tabs .content-tabs-wrap {
  padding-bottom: 120px;
  position: relative;
}
.oborudov-wrap-form-tabs #form_lift .js-to-popup-calc {
  width: 320px;
  max-width: calc(100% - 60px);
  position: absolute;
  bottom: 30px;
  left: 30px;
  margin: 0;
}

.oborudov-wrap-form-tabs .wrapper-checkbox {
  margin: 15px 0px 120px 50px;
}

.oborudov-wrap-form-tabs span.btn-send.ubtn.red-btn.js-to-popup-calc {
  margin: 0px 0 70px 50px;
}

.oborudov-wrap-form-tabs .field-group.input.city_delivery {
  margin-bottom: 0;
}

#form_lift .js-to-popup-calc {
  width: 332px;
  max-width: 100%;
}

@media (max-width: 1240px) {
  .wrap-preim-block {
    padding: 0 30px;
  }
  .red-line-wrap {
    font-size: 16px;
    padding: 8px 20px 7px 20px;
  }
  .img-bottom-text-item {
    width: calc(25% - 1px);
    box-sizing: border-box;
  }
}

@media (max-width: 1024px) {
  #mmenu--nav .nav-wrap {
    flex-direction: column;
  }
  .wrap-preim-block {
    padding: 0;
  }
  .preim-block-items .preim-item {
    width: 48%;
    margin: 0 auto;
    margin-bottom: 10px;
    border-right: 8px solid #fff;
  }
  .preim-block-items .preim-item:last-child {
    border-right: 8px solid #fff;
  }
  .preim-block-items .text-item {
    font-size: 14px;
    line-height: 20px;
  }
  .preim-block-items .title-item {
    font-size: 35px;
    line-height: 35px;
  }
  .wrap-block {
    margin-bottom: 30px;
  }
  .cart-page .cart-left-coll {
    width: 300px;
    margin-right: 40px;
  }
  .cart-page .cart-right-col {
    width: calc(100% - 340px);
  }
  .img-bottom-text-item {
    height: 184px;
  }
}
@media (max-width: 1023px) {
  .header {
    height: auto;
  }
  .content-tabs-wrap div#cacl_lift_form {
    column-count: unset;
  }
  .content-tabs-wrap .title-dop-us,
  .content-tabs-wrap .wrapper-checkbox,
  .content-tabs-wrap span.btn-send.ubtn.red-btn.js-to-popup-calc {
    margin: 0px 0 0px 0px;
  }
  .content-tabs-wrap .field-group.input.city_delivery {
    margin-bottom: 20px;
  }
  .block-contact {
    display: flex;
    order: 1;
    align-items: center;
  }
  .mmenu--btn {
    margin-left: 10px;
    margin-top: 0px;
  }
  .block-logo img {
    width: 168px;
  }
  #mmenu--nav .nav-wrap .nav-item.item-catalog > a:before {
    content: none;
  }
  #mmenu--nav .nav-wrap .nav-item.item-catalog > a {
    padding-left: 20px;
  }
  .header .red-border {
    width: 136px;
    line-height: 16px;
  }
  .header .red-btn {
    width: 145px;
  }
  .header .head-top-wrap {
    padding: 20px;
  }
  .wrapper.scroll .header .head-top-wrap {
    height: 75px;
    padding: 0px 15px;
  }
  .scroll .nav .nav-wrap {
    height: auto;
  }
  .scroll #mmenu--nav .nav-wrap .nav-item {
    line-height: 36px;
    height: 36px;
  }
  .scroll #mmenu--wrap .fixed-logo,
  .scroll #mmenu--wrap .mobile-phone-fixed {
    display: none;
  }
  #mmenu--nav .nav-wrap .nav-item .submenu {
    position: relative;
    top: unset;
  }
  #cboxContent #cacl_lift_form {
    padding: 40px 30px;
  }
  .form-block {
    padding: 40px 30px 30px;
  }

  .hdr-form.popup-title {
    padding: 10px 0px 10px;
  }
  .scrolled.js--menu_on .mobile-block-contact {
    display: block;
    padding: 20px;
    background: #fff;
  }
  .scrolled.js--menu_on .mobile-block-contact .block-contact > div {
    flex-direction: column;
  }
  .scrolled.js--menu_on .mobile-block-contact .red-btn {
    width: 100%;
    margin-bottom: 20px;
  }
  .scrolled.js--menu_on .mobile-block-contact .red-border {
    width: 100%;
  }
  .how-work-wrap,
  .how-work-title {
    display: none;
  }
}

@media (max-width: 1023px) {
  .head-top-wrap .block-info a {
    font-size: 0;
    width: 30px;
    height: 26px;
    display: inline-block;
    position: absolute;
    left: 0;
  }
  .block-contact {
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .block-contact > div {
    display: flex;
  }
  .header .head-top-wrap .block-info i.phone-icon {
    /* background: url(/image/header_phone_mobile.svg) no-repeat center; */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI0LjY2NjcgMTguNzRWMjIuMjRDMjQuNjY4IDIyLjU2NDkgMjQuNjAxNSAyMi44ODY2IDI0LjQ3MTMgMjMuMTg0M0MyNC4zNDExIDIzLjQ4MiAyNC4xNTAyIDIzLjc0OTIgMjMuOTEwOCAyMy45Njg5QzIzLjY3MTQgMjQuMTg4NSAyMy4zODg3IDI0LjM1NTggMjMuMDgwOSAyNC40NTk5QzIyLjc3MzEgMjQuNTYzOSAyMi40NDcgMjQuNjAyNiAyMi4xMjM0IDI0LjU3MzRDMTguNTMzMyAyNC4xODMzIDE1LjA4NDkgMjIuOTU2NSAxMi4wNTUgMjAuOTkxN0M5LjIzNjE3IDE5LjIwMDUgNi44NDYyNiAxNi44MTA2IDUuMDU1MDMgMTMuOTkxN0MzLjA4MzM0IDEwLjk0ODEgMS44NTYzMiA3LjQ4Mjg2IDEuNDczMzcgMy44NzY3QzEuNDQ0MjEgMy41NTQwOCAxLjQ4MjU1IDMuMjI4OTIgMS41ODU5NSAyLjkyMTkzQzEuNjg5MzUgMi42MTQ5NCAxLjg1NTUzIDIuMzMyODQgMi4wNzM5MyAyLjA5MzU5QzIuMjkyMzIgMS44NTQzNCAyLjU1ODE0IDEuNjYzMTkgMi44NTQ0NiAxLjUzMjMxQzMuMTUwNzcgMS40MDE0MiAzLjQ3MTEgMS4zMzM2NyAzLjc5NTAzIDEuMzMzMzdINy4yOTUwM0M3Ljg2MTIyIDEuMzI3NzkgOC40MTAxMiAxLjUyODI5IDguODM5NDIgMS44OTc0OUM5LjI2ODcyIDIuMjY2NjggOS41NDkxMiAyLjc3OTM5IDkuNjI4MzcgMy4zNDAwM0M5Ljc3NjA5IDQuNDYwMTEgMTAuMDUwMSA1LjU1OTg4IDEwLjQ0NSA2LjYxODM2QzEwLjYwMiA3LjAzNTk0IDEwLjYzNiA3LjQ4OTc3IDEwLjU0MjkgNy45MjYwNkMxMC40NDk5IDguMzYyMzUgMTAuMjMzNyA4Ljc2MjgzIDkuOTIwMDMgOS4wODAwM0w4LjQzODM3IDEwLjU2MTdDMTAuMDk5MiAxMy40ODI1IDEyLjUxNzYgMTUuOTAwOSAxNS40Mzg0IDE3LjU2MTdMMTYuOTIgMTYuMDhDMTcuMjM3MiAxNS43NjY0IDE3LjYzNzcgMTUuNTUwMiAxOC4wNzQgMTUuNDU3MUMxOC41MTAzIDE1LjM2NDEgMTguOTY0MSAxNS4zOTgxIDE5LjM4MTcgMTUuNTU1QzIwLjQ0MDIgMTUuOTUgMjEuNTQgMTYuMjI0IDIyLjY2IDE2LjM3MTdDMjMuMjI2OCAxNi40NTE2IDIzLjc0NDMgMTYuNzM3MSAyNC4xMTQzIDE3LjE3MzhDMjQuNDg0MyAxNy42MTA0IDI0LjY4MDkgMTguMTY3OSAyNC42NjY3IDE4Ljc0WiIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 30px;
    height: 26px;
  }
  .header .head-top-wrap .block-info i.email-icon {
    /* background: url(/image/header_mail_mobile.svg) no-repeat center; */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iMzEiIHZpZXdCb3g9IjAgMCAzMSAzMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuMTY2NjcgNS4xNjY2M0gyNS44MzMzQzI3LjI1NDIgNS4xNjY2MyAyOC40MTY3IDYuMzI5MTMgMjguNDE2NyA3Ljc0OTk2VjIzLjI1QzI4LjQxNjcgMjQuNjcwOCAyNy4yNTQyIDI1LjgzMzMgMjUuODMzMyAyNS44MzMzSDUuMTY2NjdDMy43NDU4NCAyNS44MzMzIDIuNTgzMzQgMjQuNjcwOCAyLjU4MzM0IDIzLjI1VjcuNzQ5OTZDMi41ODMzNCA2LjMyOTEzIDMuNzQ1ODQgNS4xNjY2MyA1LjE2NjY3IDUuMTY2NjNaIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0yOC40MTY3IDcuNzVMMTUuNSAxNi43OTE3TDIuNTgzMzQgNy43NSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
}

@media (max-width: 780px) {
  .sistems-puls {
    display: none;
  }
}

@media (max-width: 767px) {
  .wrap-dark-block {
    margin: 30px 0 30px;
    margin-right: 0px;
    padding: 30px 30px 30px 125px;
  }

  .wrap-dark-block:after {
    content: none;
  }
  .preim-block-items .preim-item {
    width: 80%;
  }
  .home-page .red-line-wrap {
    margin: 10px 0px 10px 0px;
  }
  .red-line-wrap {
    flex-direction: column;
    font-size: 18px;
    margin: 10px 0;
    text-align: center;
    padding: 20px;
    align-items: center;
  }
  .red-line-wrap:before {
    content: none;
  }
  .red-line-wrap .ubtn {
    margin-left: unset;
    margin-top: 10px;
  }
  .red-form .soc-block {
    margin-bottom: 20px;
  }
  .red-form .left-block-form {
    width: 100%;
    margin-right: 0px;
  }
  .red-form {
    padding: 0 20px 0 20px;
  }
  .red-form .red-form-btn {
    width: 100%;
  }
  .red-form .field-group:last-child {
    margin: 0 0 20px;
  }
  .red-form .field-group input[type="text"],
  .red-form .field-group input[type="tel"],
  .red-form .field-group textarea {
    width: 100%;
  }

  .main_brands--wrap.owl-carousel .logo-element.theme-mini {
    height: 150px;
    width: 100%;
  }
  .main_brands--wrap.owl-carousel .logo-element .logo-element-anim img {
    max-width: 120px;
    margin: 45px auto;
  }
  .cart-page .cart-left-coll {
    width: 100%;
    margin-right: 0px;
  }
  .cart-page .cart-right-col {
    width: 100%;
  }

  div#mmenu--wrap.mobile-only {
    display: block;
    background: transparent;
  }
  .block-logo {
    flex: 0 0 25%;
    flex: 0 0 auto;
    margin-right: auto;
  }
  .header .head-top-wrap {
    height: auto;
    padding: 25px 15px;
    justify-content: space-between;
    padding-bottom: 0;
  }
  .block.coll-12.first.mmenu--block {
    background: transparent;
  }
  .how-work-wrap .step-work-item {
    flex: 0 38%;
  }
  .header {
    height: auto;
  }
  .block-info {
    position: relative;
  }
  .mmenu--btn {
    margin-top: 0px;
    width: 27px;
    height: 21px;
  }
  .img-bottom-text-item {
    height: 150px;
  }
  .img-bottom-text-item .bottom-text-item {
    padding: 0 10px 0 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .blockSistemPlus {
    display: none;
  }

  .wrapper.scroll .blockSistemPlus {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 108px;
  }

  .wrapper.scroll .blockSistemPlus .sistems-puls {
    display: block !important;
    text-wrap: nowrap;
  }

  .wrapper.scroll .header-btns-wrapper {
    display: none
  }

  .block-contact {
    margin-bottom: 10px;
  }
  .block-logo {
    margin-bottom: 10px;
  }
  /* .wrapper.scroll .block-logo {
    margin-left: -24px;
  } */

  .wrapper.scroll .block-contact,
  .wrapper.scroll .block-logo {
    margin-bottom: -10px;
  }

}

@media (max-width: 590px) {
  .block-logo {
    flex: 0 0 51%;
    flex: 0 0 auto;
  }
  .block-logo img {
    /* width: 125px; */
    /* width: 138px; */
    width: 76px;
  }
  .block-contact {
    order: 0;
  }
  /* .block-logo {
    margin-bottom: 30px;
  } */
  /* .block-contact {
    margin-bottom: 30px;
  } */
  .middle {
    padding-top: 165px;
  }
  .wrapper.scroll .header .block-logo {
    margin-top: 20px;
  }
  .wrapper.scroll .header .block-contact {
    margin-top: 20px;
  }

  .wrapper.scroll .header .mobile-block-contact .block-contact {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .wrapper.scroll .header .head-top-wrap {
    height: 60px;
  }
  .img-bottom-text-item {
    width: calc(50% - 1px);
  }
  .services .services-item {
    width: calc(50% - 1px);
  }
  .main-tabs-wrapper .tabs .tab {
    font-size: 19px;
    line-height: 30px;
    margin-right: 20px;
  }
  .form-tabs-wrap select {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .form-tabs-wrap .field-group.input:not(.fio, .phone) {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .wrapper-checkbox {
    columns: 1;
  }
  .wrap-tab-title {
    flex-direction: column;
  }
  .wrap-tab-title .tab-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .how-work-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0px;
  }
  .how-work-wrap .step-work-item {
    align-items: center;
    justify-content: center;
    flex: 100%;
    margin-bottom: 20px;
    align-self: center;
  }
  .how-work-wrap .time-step {
    margin-bottom: 20px;
  }

  .mmenu--btn.opened {
    background: url(/image/close.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.text-page .h2_sect {
  margin: 35px 0 20px 0;
  color: #707173;
  font-family: HelveticaNeueCyr-Thin;
  font-size: 22px;
  line-height: 22px;
  font-weight: normal;
  display: block;
}
@media (max-width: 378px) {
  .block-logo {
    flex: 0 0 25%;
    flex: 0 0 auto;
  }
}
/* ================== start task 189089 =================== */

@media (min-width: 1211px) {
  .main_brands--wrap.owl-carousel {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
  }

  .logo-element.theme-mini {
    width: 100%;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* стили только для IE10 и 11 */

  .main_brands--wrap.owl-carousel {
    display: block !important;
  }

  .logo-element.theme-mini {
    width: 24.894% !important;
  }
}

/* ================= end task 189089 ====================== */

.b24-widget-button-position-bottom-right {
  right: 8px !important;
  bottom: 90px !important;
}
.oborudovanie .filter .filter-element-btn {
  width: auto;
}
.oborudovanie .smartfilter .filter .filter-item {
  margin-right: 15px;
}

/* ================= ====================== */

@media (min-width: 1280px) {
  .breadcrumbs {
    padding-bottom: 0 !important;
  }

  .breadcrumbs h1 {
    margin-top: 10px;
  }
}
@media (min-width: 501px) {
  .sertificate .blocks-sertificate.rev {
    width: 33.3%;
  }
}
/* ================= ====================== */

@media (min-width: 1024px) {
  .sertificate .blocks-sertificate.rev {
    height: 506px;
  }
  .sertificate .blocks-sertificate {
    width: 33.3%;
    height: 506px;
  }
  .sertificate .blocks-sertificate .name-cert {
    font-size: 16px;
  }
  .logo-element.theme-mini:hover {
    background-repeat: no-repeat;
    background-color: #eee;
    background-position: -100px;
  }

  .logo-element.theme-mini:nth-child(6):hover {
    background-image: url("/image/Logos/logo_back2.jpg");
  }

  /* --- */
  .contacts .representation-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .contacts .representation-bottom:after {
    display: none;
  }

  .contacts .representation-bottom h2 {
    width: 100%;
  }

  .contacts .representation-bottom .bottom-block {
    width: 19%;
    height: 230px;
    margin: 0;
  }
  /* --- */
}

@media (min-width: 1440px) {
  .contacts .representation-bottom .bottom-block {
    width: 18%;
    height: 210px;
  }
}

/* ================= ====================== */

.foot--forms .bottom-contacts .h3 {
  border: 0;
}

.red-line-wrap .ubtn {
  padding-top: 3px;
}

.contacts .representation-bottom h2 {
  margin: 35px 0 20px 0;
}

/* ================= ====================== */

@media (min-width: 768px) {
  div#bx-prev-button-nd,
  div#bx-next-button-nd {
    top: 25%;
  }
  div#bx-next-button-nd {
    left: auto;
    right: 0;
  }
  div#bx-prev-button-nd {
    left: 0;
  }
  .number-button-nd {
    display: none !important;
  }

  div#bx-prev-button-nd,
  div#bx-next-button-nd {
    width: 44px;
    height: 120px;
    background-image: url(/image/brands-arrow-red.svg);
  }

  div#bx-next-button-nd {
    margin-right: -20px;
  }

  div#bx-prev-button-nd {
    transform: scale(-1, -1);
    margin-left: -20px;
  }
}

/* ================= ====================== */

.js .slider-single > div:nth-child(1n + 2) {
  display: none;
}

.js .slider-single.slick-initialized > div:nth-child(1n + 2) {
  display: block;
}

h3 {
  background: #f0f0f0;
  color: #3498db;
  font-size: 2.25rem;
  margin: 0.5rem;
  padding: 2%;
  position: relative;
  text-align: center;
}

.slider-single h3 {
  line-height: 10rem;
}

.slider-nav h3::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.slider-nav h3 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slider-nav .slick-slide {
  cursor: pointer;
}

.slick-slide.is-active h3 {
  color: #c00;
  background-color: #fff;
}
.img_big img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
.img_min img {
  object-fit: cover;
  width: 100%;
  height: 100px;
}
.slider-nav .slick-slide {
  height: 100px;
}
/*.img_min {

}*/

.slider.slider-nav.slick-initialized.slick-slider button {
  display: none !important;
}
section.responsive.slider.slick-initialized.slick-slider button.slick-prev,
.slider.slider-single.slick-initialized.slick-slider button.slick-prev {
  float: left;
}
section.responsive.slider.slick-initialized.slick-slider
  button.slick-prev:after,
.slider.slider-single.slick-initialized.slick-slider button.slick-prev:after {
  position: absolute;
  top: 8px;
  left: 11px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 1px solid red;
  border-bottom: 1px solid red;
  transform: rotate(45deg);
}
section.responsive.slider.slick-initialized.slick-slider button.slick-prev,
section.responsive.slider.slick-initialized.slick-slider button.slick-next,
.slider.slider-single.slick-initialized.slick-slider button.slick-prev,
.slider.slider-single.slick-initialized.slick-slider button.slick-next {
  position: relative;
  width: 29px;
  height: 29px;
  border: 1px solid #bdbdbd;
  /* border-radius: 50%;*/
  font-size: 0;
  background: transparent;
}
section.responsive.slider.slick-initialized.slick-slider
  button.slick-next:after,
.slider.slider-single.slick-initialized.slick-slider button.slick-next:after {
  position: absolute;
  top: 8px;
  left: 5px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 1px solid red;
  border-bottom: 1px solid red;
  transform: rotate(225deg);
}
section.responsive.slider.slick-initialized.slick-slider button {
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  section.responsive.slider.slick-initialized.slick-slider button {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  section.responsive.slider.slick-initialized.slick-slider button {
    margin-top: 16%;
  }
}
@media screen and (max-width: 426px) {
  section.responsive.slider.slick-initialized.slick-slider button {
    margin-top: 20%;
  }
}
.slider.slider-single.slick-initialized.slick-slider button {
  margin-top: 240px;
}
section.responsive.slider.slick-initialized.slick-slider {
  display: flex;
  margin-bottom: 30px;
}
section.responsive.slider.slick-initialized.slick-slider .slick-list.draggable {
  margin: auto !important;
}
section.responsive.slider.slick-initialized.slick-slider .slick-slide {
  padding: 0 5px;
}
.slider-nav .slick-list.draggable {
  margin-left: 28px;
}
.slider-nav .slick-slide {
  cursor: pointer;
  margin: 0 1px;
  border: 1px solid white;
}
.slider-nav .slick-slide.is-active {
  border-color: #e2001a;
}

/*.slider.slider-nav.slick-initialized.slick-slider button.slick-prev{
	float: left;
}
.slider.slider-nav.slick-initialized.slick-slider button.slick-next{

}*/
@media screen and (max-width: 767px) {
  body .img_big img {
    height: 300px !important;
    width: 100% !important;
    object-fit: cover;
  }
  body .img_min img {
    height: 100px !important;
    width: 100% !important;
    object-fit: cover;
  }
  .slider.slider-single.slick-initialized.slick-slider button.slick-prev:after {
    top: 5px;
    left: 7px;
    width: 20px;
    height: 20px;
  }
  .slider.slider-single.slick-initialized.slick-slider button.slick-next:after {
    top: 5px;
    left: -3px;
    width: 20px;
    height: 20px;
  }
  .slider.slider-single.slick-initialized.slick-slider button {
    margin-top: 150px;
  }
  .slider-nav .slick-list.draggable {
    margin-left: 31px;
  }
}
@media screen and (max-width: 529px) {
  .slider.slider-single.slick-initialized.slick-slider button {
    display: none !important;
  }
  .slick-list {
    width: 100% !important;
  }
  .slider-nav .slick-list.draggable {
    margin: 0px;
  }
}

/* ==================================
===================================== */

.text-page h3 {
  line-height: 1;
}

.wrap-preim-block {
  margin-top: 30px;
}

.red-line-wrap::before {
  display: none;
}

@media (min-width: 500px) {
  #slider-home:before {
    display: none;
  }

  #slider-home .slide a {
    height: 100%;
  }

  #slider-home .slide a img {
    width: 100%;
    object-fit: cover;
  }

  #slider-home .bx-wrapper .slider .slide {
    width: 100%;
  }

  .wrap-preim-block {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  #slider-home {
    height: 290px;
  }

  div#bx-prev-button-nd,
  div#bx-next-button-nd {
    top: 25%;
  }

  div#bx-next-button-nd {
    margin-right: 0;
  }

  div#bx-prev-button-nd {
    margin-left: 0;
  }

  #slider-home .sidebar-img {
    display: none;
  }

  .wrap-dark-block {
    margin-right: 0;
  }

  .wrap-dark-block:after {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  /*@supports (-webkit-appearance: none) {
	.num_stops .float-label{
		left: 316px!important;
		top: 357px!important;
		width:max-content;
	}
	.city_delivery .float-label {
		left: 316px!important;
		top: 442px!important;
		width:max-content;
	}}*/
  #slider-home {
    height: 380px;
  }

  .wrap-preim-block {
    margin-bottom: 40px;
  }

  #slider-home .app-slider-container .slider .slide .block-hdr,
  #slider-home .bx-wrapper .slider .slide .block-hdr {
    right: 0;
  }
}

@media (min-width: 1211px) {
  #slider-home {
    height: 393px;
    margin-bottom: 40px;
  }

  div#bx-prev-button-nd,
  div#bx-next-button-nd {
    top: 34%;
  }

  .wrap-dark-block {
    padding-right: 60px;
  }

  .wrap-dark-block h1 {
    line-height: 22px;
  }
}

@font-face {
  font-family: 'PT sans Bold';
  src: url(./include_areas/fonts/PT_Sans-Web-Bold.ttf);
}

.lang, .sistems-puls {
  position: absolute;
  top: 3px;
  right: 20px;
  z-index: 100;
  padding: 2px 3px;
}

.lang {
  font-size: 16px;
}


.sistems-puls {
  display: none;
  font-family: 'PT sans Bold';
  font-size: 14px;
	margin: 0 250px 0 0;
	color:#EB0D10;
  transition: 0.5s;
}

.preim-block-items .preim-item {
  transform: none;
}

.preim-block-items .preim-item > div {
  transform: none;
}

.services .img-bottom-text-item,
.services.mainblock .services-item,
.img-bottom-text-item {
  transition: 0.2s;
}

.services .img-bottom-text-item:before,
.services.mainblock .services-item:before,
.img-bottom-text-item::before {
  height: 75px;
  background: rgba(0, 0, 0, 0.69) !important;
  transition: 0.2s;
}

.services .img-bottom-text-item:hover:before,
.services.mainblock .services-item:hover:before,
.img-bottom-text-item:hover:before {
  background: rgba(226, 0, 26, 0.9) !important;
}

.services .img-bottom-text-item:hover,
.services.mainblock .services-item:hover,
.img-bottom-text-item:hover {
  z-index: 10;
  transform: scale(1.04);
  transition: transform 0.3s ease-in-out;
  box-shadow: 2px 8px 20px 0 rgb(0 0 0 / 30%);
}

.services__mainblock {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.services.no-padding {
  padding: 0 !important;
}

.slider .img_big img {
  object-fit: contain;
}

.header-btns-wrapper {
  display: flex;
  gap: 5px;
}

@media (max-width: 1200px) {
  .header .red-border {
    max-width: 120px;
  }
  .scroll .mobile-phone-fixed {
    display: none;
  }
}

@media (max-width: 980px) {
  .header .red-border {
    max-width: 100px;
  }
  .header .red-btn {
    max-width: 90px;
  }
}

@media (max-width: 765px) {
  .header-btns-wrapper {
    /* display: grid; */
    /* grid-template-columns: repeat(3, 1fr); */
    /* grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr); */
    /* grid-template-columns: 130px 1fr; */
    display: flex;
    flex-wrap: wrap;
    order: 1;
  }

  .header-btns-wrapper a {
    font-size: 11px;
    line-height: 15px;
  }

  .header-btns-wrapper .red-btn {
    font-size: 11px;
    line-height: 15px;
  }

  .header .red-border {
    max-width: 100%;
    width: 100%;
  }

  .header .red-btn {
    max-width: 100%;
    width: 100%;
  }
  .header .header-btns-wrapper .ubtn {
    width: auto;
    height: 36px;
  }

  .header .header-btns-wrapper .ubtn:nth-child(1) {
    /* min-width: 130px; */
    min-width: 108px;
  }
  .header .header-btns-wrapper .ubtn:nth-child(2) {
    flex-grow: 1;
  }
  .header .header-btns-wrapper .ubtn:nth-child(3) {
    min-width: 164px;
  }
  .header .header-btns-wrapper .ubtn:nth-child(4) {
    flex-grow: 1;
  }
}

.blocks-vacancy {
  font-size: 16px !important;
}

.blocks-vacancy a.more {
  font-size: 16px !important;
}

.search-trigger svg {
  margin-top: 19px;
}
.scrolled .search-trigger svg {
  margin-top: 26px;
}

/**Новая страница "Партнерская программа**/

.page-partner {
  overflow: hidden;
}

.page-partner .content-inside {
  overflow: visible;
  padding-bottom: 0;
}

.page-partner h1 {
  display: none;
}

.page-partner .parner-main__title {
  display: block;
}

.partner {
  color: #000;
}

.partner-btn {
  padding: 11px 25px;
  color: #fff;
  width: fit-content;
  background: #e2001a;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
}

.partner-btn:hover {
  background: #ca0017;
  color: #fff;
}

.partner-main {
  padding: 20px 0 40px 0;
  position: relative;
}

.partner-main::before {
  content: "";
  width: 1016px;
  height: 261px;
  background: url("../../../images/partnerskaya-programma/bg_1.png") no-repeat 0
    0;
  position: absolute;
  top: -20px;
  left: -172px;
  background-size: contain;
  z-index: -1;
}

.parner-main__title {
  margin: 0 0;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  font-family: HelveticaNeueCyr-Bold;
  color: #000;
}

.parner-main__title span {
  color: #e2001a;
}

.partner-mission {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 50px 0;
  background: url("../../../images/partnerskaya-programma/mission_bg.jpg")
    no-repeat 0 0;
  background-size: cover;
}

.partner-mission .container {
  padding: 0 15px;
}
.partner-mission__container {
  padding: 0 15px;
}
.partner-mission__title {
  font-family: HelveticaNeueCyr-Thin;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #fff;
}
.partner-mission__lists {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 28px;
}
.partner-mission__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.partner-mission__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.partner-mission__item-icon {
  display: flex;
  width: 63px;
}
.partner-mission__item-title {
  margin-top: 10px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  font-family: HelveticaNeueCyr-Bold;
  color: #fff;
}
.partner-mission__item-sub-title {
  margin-top: 8px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  font-family: HelveticaNeueCyr-Thin;
  font-weight: 300;
}

.partner-mission__btn {
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
}

.partner-this {
  padding: 50px 0;
}
.parnter-this__title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  font-family: HelveticaNeueCyr-Thin;
  text-align: center;
}
.partner-this__main {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.partner-this__item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.partner-this__item-img {
  flex-shrink: 0;
  width: 102px;
  display: flex;
}
.partner-this__item-text {
  font-size: 14px;
  line-height: 22px;
  font-family: HelveticaNeueCyr-Thin;
}

.partner-this__item-text br {
  display: none;
}
.partner-this__btn {
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  min-width: 198px;
}

.partner-advanced {
  background: #f6f6f6;
  padding: 50px 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.partner-advanced .container {
  padding: 0 15px;
}
.partner-advanced__text {
  font-size: 16px;
  line-height: 24px;
  font-family: HelveticaNeueCyr-Thin;
  font-weight: 400;
  text-align: center;
}
.partner-advanced__text span {
  font-weight: 700;
  font-family: HelveticaNeueCyr-Bold;
}
.partner-advanced__sep {
  margin-top: 20px;
  width: 65px;
  height: 8px;
  background: #e2001a;
  transform: skew(-25deg, 0deg);
  margin-left: auto;
  margin-right: auto;
}
.partner-advanced__title {
  margin-top: 50px;
  font-size: 20px;
  line-height: 28px;
  font-family: HelveticaNeueCyr-Thin;
  font-weight: 300;
  text-align: center;
}
.partner-advanced__lists {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.partner-advanced__lists-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.partner-advanced__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  line-height: 22px;
  font-family: HelveticaNeueCyr-Thin;
  font-weight: 300;
}

.partner-advanced__item:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #ef4043;
}

.partner-become {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 50px 0;
  background: url("../../../images/partnerskaya-programma/how_partner_bg.jpg");
  background-size: cover;
}
.partner-become .container {
  padding: 0 15px;
}
.partner-become__title {
  font-size: 20px;
  line-height: 28px;
  font-family: HelveticaNeueCyr-Thin;
  font-weight: 300;
  color: #fff;
  text-align: center;
}
.partner-become__wrapper {
  margin-top: 28px;
  display: flex;
  gap: 20px;
  max-width: 288px;
  margin-left: auto;
  margin-right: auto;
}
.partner-become__steps {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.partner-become__steps-item {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e2001a;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20.8px;
  line-height: 20.8px;
  font-family: HelveticaNeueCyr-Bold;
  font-weight: 700;
  color: #fff;
}
.partner-become__steps-sep {
  width: 1px;
  height: 16px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.2);
}
.partner-become__value {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.partner-become__value-item {
  font-size: 16px;
  line-height: 24px;
  font-family: HelveticaNeueCyr-Thin;
  font-weight: 300;
  color: #fff;
}
.partner-become__value-item br {
  display: none;
}

.partner-reviews {
  padding: 50px 0;
}
.partner-reviews__title {
  font-size: 20px;
  line-height: 28px;
  font-family: HelveticaNeueCyr-Thin;
  text-align: center;
}
.partner-reviews__sl {
  margin-top: 28px;
}
.reviews-sl__slide {
  opacity: 1;
}
.partner-reviews__item {
  display: grid;
  grid-template-columns: 102px 1fr;
  column-gap: 20px;
  row-gap: 14px;
  align-items: center;
}
.partner-reviews__item-img {
  width: 102px;
  height: 102px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #d9d9d9;
}
.partner-reviews__item-img img {
  display: flex;
  max-width: 90%;
  height: auto;
}
.partner-reviews__item-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: HelveticaNeueCyr-Bold;
}
.partner-reviews__item-text {
  grid-column: 1/3;
  font-size: 14px;
  line-height: 22px;
  font-family: HelveticaNeueCyr-Thin;
  font-weight: 300;
}
.reviews-sl__nav {
  display: none;
}
.reviews-sl__pag {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 24px;
}

.reviews-sl__pag .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin: 0 0 !important;
  background: #d9d9d9;
  opacity: 1;
}
.reviews-sl__pag .swiper-pagination-bullet-active {
  background: #ef4043;
}

.partner-forms {
  padding: 50px 0;
  background: #f6f6f6;
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.partner-forms::before {
  content: "";
  position: absolute;
  width: 843px;
  height: 562px;
  background: url("../../../images/partnerskaya-programma/form_bg.jpg");
  background-size: cover;
  bottom: 0;
  left: -250px;
}

.partner-forms .container {
  padding: 0 15px;
}

.partner-forms .b24-form-wrapper {
  background: transparent;
}

.partner-forms .b24-form-header {
  padding: 0 0;
}

.partner-forms .b24-form-header-title {
  font-size: 20px;
  text-align: center;
  line-height: 28px;
  font-family: HelveticaNeueCyr-Thin;
  margin-bottom: 28px;
}
.partner-forms .b24-form-content {
  padding: 0 0;
  border: none;
}
.partner-forms .b24-form-control-string .b24-form-control {
  background: #fff;
  border: 1px solid #d5d5d5;
}

.partner-forms .b24-form-sign {
  opacity: 0;
  visibility: hidden;
}

.partner-forms .b24-form-recaptcha {
  justify-content: flex-start;
  margin-top: 20px;
}

@media (min-width: 765px) {
  .parner-main__title {
    font-size: 30px;
    line-height: 36px;
  }

  .partner-this__main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
  }
  .partner-this__item {
    flex-direction: column;
  }
  .partner-this__item-text {
    text-align: center;
  }

  .partner-advanced__lists {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
  }

  .partner-reviews__item {
    grid-template-columns: 220px 1fr;
    column-gap: 60px;
    row-gap: 12px;
  }
  .partner-reviews__item-img {
    grid-row: 1/3;
    width: 220px;
    height: 220px;
  }
  .partner-reviews__item-img img {
    width: 90%;
    height: auto;
    max-width: 100%;
  }
  .partner-reviews__item-text {
    grid-column: 2/3;
  }
  .reviews-sl__pag {
    margin-top: 40px;
  }

  .partner-forms::before {
    right: 0;
    left: auto;
  }
}

@media (min-width: 980px) {
  .partner-main::before {
    left: 0;
  }

  .partner-become__wrapper {
    flex-direction: column;
    gap: 20px;
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
  }
  .partner-become__steps {
    flex-direction: row;
    gap: 14px;
  }
  .partner-become__steps-sep {
    width: 215px;
    height: 1px;
  }
  .partner-become__value {
    flex-direction: row;
    gap: 158px;
  }
  .partner-become__value-item br {
    display: block;
  }
}

@media (min-width: 1200px) {
  .partner .container {
    max-width: 1280px;
    width: 1170px;
    padding: 0 20px;
    margin: 0 auto;
  }

  .partner-btn {
    font-size: 20px;
    line-height: 28px;
    padding: 14px 32px;
    transition: background 0.5s ease-out;
    cursor: pointer;
    text-decoration: none;
  }

  .page-partner {
    overflow: visible;
  }
  .page-partner {
    width: 100%;
    max-width: 100%;
    padding: 0 0;
  }
  .page-partner .content {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .partner-main {
    padding: 100px 0;
  }
  .partner-main::before {
    width: 2830px;
    height: 727px;
    left: -10px;
    top: 0px;
  }
  .parner-main__title {
    font-size: 56px;
    line-height: 72px;
  }

  .partner-mission {
    padding: 113px 0 100px 0;
  }

  .partner-mission__title {
    font-size: 42px;
    line-height: 35px;
  }

  .partner-mission__lists {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 60px;
    margin-top: 72px;
  }

  .partner-mission__item {
    padding-bottom: 60px;
  }
  .partner-mission__item:nth-child(odd) {
    padding-right: 11px;
    position: relative;
  }
  .partner-mission__item:nth-child(odd):before {
    content: "";
    position: absolute;
    top: 0;
    right: -14px;
    height: 213px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .partner-mission__item:nth-child(even) {
    padding-left: 11px;
  }
  .partner-mission__item:nth-child(3):before {
    top: -50px;
  }

  .partner-mission__item:nth-last-of-type(-n + 2) {
    padding-bottom: 0;
    border-bottom: none;
  }

  .partner-mission__item-icon {
    width: 80px;
  }
  .partner-mission__item-title {
    font-size: 24px;
    line-height: 36px;
    margin-top: 14px;
  }
  .partner-mission__item-sub-title {
    max-width: 365px;
    margin-top: 10px;
    font-size: 18px;
    line-height: 28px;
  }

  .partner-mission__btn {
    margin-top: 60px;
  }

  .partner-this {
    padding: 113px 0 100px 0;
  }
  .parnter-this__title {
    font-size: 42px;
    line-height: 32px;
  }
  .partner-this__main {
    margin-top: 72px;
    max-width: 1004px;
    margin-left: auto;
    margin-right: auto;
    column-gap: 157px;
  }
  .partner-this__item {
    gap: 20px;
  }
  .partner-this__item-img {
    width: 220px;
  }
  .partner-this__item-text {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }
  .partner-this__item-text br {
    display: block;
  }
  .partner-this__btn {
    margin-top: 60px;
    min-width: 276px;
  }

  .partner-advanced {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 100px 0;
  }
  .partner-advanced__text {
    font-size: 24px;
    line-height: 38px;
  }
  .partner-advanced__sep {
    margin-top: 32px;
  }
  .partner-advanced__title {
    margin-top: 80px;
    font-size: 42px;
    line-height: 35px;
  }
  .partner-advanced__lists {
    margin-top: 72px;
  }
  .partner-advanced__lists-col {
    gap: 40px;
  }
  .partner-advanced__item {
    font-size: 18px;
    line-height: 28px;
  }

  .partner-become {
    padding: 100px 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .partner-become .container {
    padding: 0 0;
  }
  .partner-become__title {
    font-size: 42px;
    line-height: 35px;
  }
  .partner-become__wrapper {
    margin-top: 60px;
  }

  .partner-reviews {
    padding: 100px 0;
  }
  .partner-reviews__title {
    font-size: 42px;
    line-height: 35px;
  }
  .partner-reviews__sl {
    margin-top: 60px;
  }
  .reviews-sl {
    max-width: 994px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
  .reviews-sl-wrapper {
    overflow: hidden;
    position: relative;
  }
  .partner-reviews__item {
    position: relative;
    gap: 12px;
    display: grid;
    grid-template-columns: 220px 1fr;
    column-gap: 60px;
  }
  /* .partner-reviews__item-img {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
	} */
  .partner-reviews__item-title {
    font-size: 24px;
    line-height: 38px;
  }
  .partner-reviews__item-text {
    font-size: 18px;
    line-height: 28px;
  }
  .reviews-sl__nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
  }
  .reviews-sl__nav-item {
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #cccccc;
    cursor: pointer;
  }
  .reviews-sl__nav-prev {
    background-image: url("/image/sl_l_red.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .reviews-sl__nav-next {
    background-image: url("/image/sl_l_red.svg");
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .reviews-sl__pag {
    margin-top: 60px;
  }

  .partner-forms {
    padding: 100px 0;
  }

  .partner-forms::before {
    width: 1920px;
    height: 971px;
    left: 0;
    bottom: 0;
  }

  .partner-forms .b24-form-wrapper {
    max-width: 637px;
    margin-left: 0;
  }

  .partner-forms .b24-form-header-title {
    font-size: 42px;
    line-height: 35px;
    text-align: left;
    margin-bottom: 60px;
  }

  .partner-forms .b24-form-btn-block {
    max-width: 276px;
    padding: 0 0;
  }
}
@media (min-width: 1440px) {
  .partner-become__wrapper {
    max-width: 1173px;
    margin-left: auto;
    margin-right: auto;
  }
  .partner-become__steps-item {
    width: 40px;
    height: 40px;
    font-size: 26px;
    line-height: 26px;
  }
  .partner-become__steps-sep {
    width: 217px;
  }
  .partner-become__steps-sep_2 {
    width: 231px;
  }
  .partner-become__steps-sep_last {
    width: 279px;
  }
  .partner-become__value-item {
    font-size: 24px;
    line-height: 32px;
  }
}

/**Новая страница "Партнерская программа**/

.search--page form {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 60px;
}

.search--page [type="text"] {
  width: 100%;
  flex-shrink: 1;
  border: 1px solid #bdbdbd;
  padding: 14px 12px 14px 42px;
  font-size: 16px;
  line-height: 16px;
  color: #000;
  font-weight: 400;
}

.search--page form::after {
  content: "";
  display: block;
  width: 20px;
  height: 18px;
  position: absolute;
  left: 12px;
  top: 16px;
  background: url("/images/search.svg") no-repeat center;
  background-size: contain;
  z-index: 2;
}

.search--page [type="submit"] {
  background-color: #e2001a;
  color: white;
  text-align: center;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  font-style: normal;
  font-weight: 700;
  padding: 19px 36px;
  flex-shrink: 0;
  margin-left: 5px;
  border: hidden;
}
@media (max-width: 1023px) {
  .mmenu--wrapp .nav-wrap .nav-item.js-get-search {
    display: none;
  }
}
@media (max-width: 650px) {
  .sidebar-form.search--page form {
    flex-wrap: wrap;
  }
  .sidebar-form.search--page [type="submit"] {
    margin: 16px auto;
  }
}

.services-b24 {
  display: flex;
  width: 100%;
  justify-content: center;
}

/*Страница Сервис и техническое обслуживание*/
.wrapper_remont {
  overflow: hidden;
}
.box-main {
  padding: 100px 0;
}

.box-main_top {
  padding-top: 0;
}

.red-line-wrap_hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.service--detail > .remont-wrapper {
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 1;
}

.service--detail > .remont-wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service--detail > .remont-wrapper ul li {
  font-size: 18px;
  line-height: 28px;
  padding-left: 22px;
  margin-left: 0;
  list-style-type: none;
  position: relative;
}

.service--detail > .remont-wrapper ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #e2001a;
}

.no-hidden {
  overflow: visible;
}

.main-remont {
  background: url("../../../images/remont/banner_1920.jpg") 100% 0 no-repeat;
  background-size: cover;
}

.main-remont_project {
  background: url("../../../images/remont/banner-project_1920.jpg") 100% 0
    no-repeat;
}
.main-remont__content {
  padding: 139px 84px 119px 81px;
  max-width: 627px;
  color: #fff;
}
.main-remont__content-title {
  font-size: 56px;
  line-height: 67px;
  font-weight: 700;
  color: #fff;
  margin: 0 0;
  font-family: HelveticaNeueCyr-Thin;
}

.main-remont__content-title_project {
  font-size: 34px;
  line-height: 50px;
}
.main-remont__content-sub {
  font-size: 18px;
  line-height: 28px;
  margin-top: 40px;
  font-weight: 400;
}

.remont-content {
  margin-top: 100px;
  display: grid;
  grid-template-columns: 1fr 376px;
  column-gap: 115px;
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}
.remont-content:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background: linear-gradient(0deg, #e7eaeb 0%, rgba(231, 234, 235, 0) 100%);
  height: 100%;
  z-index: -1;
}
.remont-content__text-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #3e3e3e;
}
.remint-content__text-lists {
  margin-top: 12px;
}
.remont-content__text-descr {
  margin-top: 22px;
  font-size: 18px;
  line-height: 28px;
  color: #3e3e3e;
}

.important-block {
  padding: 100px 0;
}
.important-block__wrapper {
  padding: 56px;
  background: #e4e4e4;
  display: flex;
  gap: 32px;
}
.important-block__icon {
  display: flex;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
}
.important-block__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.important-block__title {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
.important-block__text {
  font-size: 18px;
  line-height: 28px;
}

.prices {
  padding: 60px 60px 107px 60px;
  background-image: url("../../../images/remont/bg_form.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  background-color: #3e3e3e;
}

.prices_project {
  background-image: url("../../../images/remont/project2.png");
}
.prices__title {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.prices__form {
  margin-top: 48px;
}
.prices-form {
  display: flex;
  align-items: center;
  gap: 24px;
  /* position: relative;*/
}

.prices-form .iti__country-list li:before {
  display: none;
}
.prices-form__input .form-result {
  bottom: -50px;
}
.remont-input {
  width: 100%;
  height: 56px;
  padding: 15px 11px;
  background: #fff;
  border: none;
  outline: none;
  color: #3e3e3e;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  box-sizing: border-box;
}
.prices-form__btn {
  flex-shrink: 0;
}
.remont-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 56px;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 700;
  background: #e2001a;
  text-transform: uppercase;
  outline: none;
  border: none;
  margin: 0 0;
  padding: 0 0;
  color: #fff;
}

.info-block {
  display: grid;
  grid-template-columns: 1fr 375px;
  column-gap: 114px;
  position: relative;
}

.info-block:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background: linear-gradient(0deg, #e7eaeb 0%, rgba(231, 234, 235, 0) 100%);
  height: 100%;
  z-index: -1;
}

.info-block_left {
  display: grid;
  grid-template-columns: 375px 1fr;
}

.info-block__text {
  margin-top: 40px;
}
.title-r {
  font-size: 42px;
  line-height: 50px;
  font-weight: 100;
  font-family: HelveticaNeueCyr-Thin;
}

.exlusive__content {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  column-gap: 21px;
  row-gap: 40px;
}
.exlusive-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.exlusive__mobile-sl {
  display: none;
}

.customers__content {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0px, 1fr));
}
.costomers-item {
  padding: 43px 47px;
  border: 1px solid #cccccc;
  margin-top: -1px;
  margin-left: -1px;
}
.customers__sl {
  display: none;
}

.how-work {
  position: relative;
  z-index: 1;
}
.how-work::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 695px;
  background: linear-gradient(180deg, #e7eaeb 0%, rgba(231, 234, 235, 0) 100%);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  z-index: -1;
}

.how-work__lists {
  margin-top: 40px;
}
.hov-work__lists-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #3e3e3e;
  text-transform: uppercase;
}
.how-work__lists li {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.how-work__lists li p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.service-rem__content {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  column-gap: 21px;
}
.service-rem__item {
  padding-left: 16px;
  border-left: 5px solid #ef4043;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.service-rem__item-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  color: #3e3e3e;
}
.service-rem__item-text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #3e3e3e;
}

.form-red__wrapper {
  padding: 29px 64px 25px 47px;
  background: #c00003;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  gap: 68px;
}
.form-red__svg-1 {
  position: absolute;
  top: 16px;
  left: 0;
  z-index: -1;
}
.form-red__svg-2 {
  position: absolute;
  top: 42px;
  left: 0;
  z-index: -1;
}
.form-red__info {
  max-width: 360px;
  flex-shrink: 0;
}
.form-red__info-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  color: #fff;
}
.form-red__info-text {
  margin-top: 17px;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
.red-form-r {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  flex-grow: 1;
}
.red-form-r__main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 36px;
}
.red-form-r__col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.remont-btn_trans {
  width: 100%;
  background: transparent;
  border: 1px solid #fff;
  font-size: 16px;
  line-height: 28px;
}
.remont-text {
  width: auto;
  border-radius: 0;
  background: #fff;
  resize: none;
  height: 100%;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #3e3e3e;
  padding: 9px 11px;
  outline: none;
}
.red-form-r__bottom {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}

.prices-form__input {
  width: 100%;
}

.prices-form__btn {
  width: 264px;
}

@media (max-width: 1200px) {
  .main-remont__content {
    padding-left: 20px;
    padding-top: 40px;
    max-width: 300px;
    color: #fff;
  }
  .main-remont__content-title {
    font-size: 22px;
    line-height: 30px;
  }
  .main-remont__content-title_project {
    font-size: 18px;
    line-height: 24px;
  }
  .main-remont__content-sub {
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .remont-content {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .form-red__info {
    max-width: 200px;
  }
}

@media (max-width: 767px) {
  .main-remont {
    background: url("../../../images/remont/banner_320.jpg") 100% 50% no-repeat;
    background-size: cover;
  }

  .main-remont_project {
    background: url("../../../images/remont/banner-project_360.jpg") 100% 50%
      no-repeat;
    background-size: cover;
  }
  .main-remont__content {
    padding: 38px 36px 259px 32px;
    max-width: 100%;
  }
  .main-remont__content-sub {
    display: none;
  }
  .remont-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .service--detail > .remont-wrapper ul {
    gap: 8px;
  }

  .service--detail > .remont-wrapper ul li {
    padding-left: 18px;
    font-size: 14px;
    line-height: 22px;
  }
  .service--detail > .remont-wrapper ul li::before {
    top: 6px;
  }

  .remont-content__text-descr {
    font-size: 14px;
    line-height: 22px;
  }

  .remont-content__image {
    display: flex;
    max-height: 200px;
  }
  .remont-content__image img {
    object-fit: cover;
  }

  .important-block {
    padding: 60px 0;
  }
  .important-block__wrapper {
    padding: 40px 16px;
    gap: 8px;
  }
  .important-block__icon {
    width: 24px;
    height: 24px;
  }
  .important-block__title {
    font-size: 16px;
    line-height: 24px;
  }
  .important-block__text {
    font-size: 14px;
    line-height: 22px;
  }
  .prices {
    padding: 60px 16px;
  }
  .prices__title {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
  .prices__form {
    margin-top: 24px;
  }
  .prices-form {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
  .prices-form__input {
    width: 100%;
  }
  .remont-input {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
  }
  .prices-form__btn {
    width: 100%;
  }
  .remont-btn {
    font-size: 14px;
    line-height: 22px;
  }
  .red-line-wrap_hidden {
    display: none;
  }
  .box-main {
    padding: 60px 0;
  }
  .box-main_top {
    padding-top: 0;
  }
  .info-block {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .info-block_left .info-block__image {
    order: 1;
    max-height: 100%;
  }
  .info-block__text {
    margin-top: 12px;
  }
  .title-r {
    font-size: 20px;
    line-height: 28px;
  }
  .info-block__image {
    max-height: 200px;
    display: flex;
  }
  .info-block__image img {
    object-fit: cover;
  }

  .exlusive__content {
    display: none;
  }
  .exlusive-card__image {
    min-height: 172px;
    display: flex;
  }
  .exlusive__mobile-sl {
    display: block;
    margin-top: 22px;
  }

  .customers__content {
    display: none;
  }
  .customers__sl {
    display: block;
    margin-top: 22px;
  }

  .swiper-pug {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 24px;
    flex-wrap: wrap;
  }

  .swiper .swiper-pagination-bullet {
    margin: 0 0 !important;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #d9d9d9;
    flex-shrink: 0;
    opacity: 1;
  }

  .swiper .swiper-pagination-bullet-active {
    background: #ef4043;
  }
  .swiper .swiper-slide {
    opacity: 1;
  }
  .costomers-item {
    margin: 0 0;
    display: flex;
    justify-content: center;
  }

  .how-work__lists {
    margin-top: 12px;
  }
  .hov-work__lists-title {
    font-size: 16px;
    line-height: 24px;
  }
  .how-work__lists li {
    gap: 8px;
  }
  .how-work__lists li p {
    font-size: 14px;
    line-height: 22px;
  }
  .service-rem__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .service-rem__item-title {
    font-size: 16px;
    line-height: 24px;
  }
  .service-rem__item-text {
    font-size: 18px;
    line-height: 28px;
  }

  .form-red {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
  .form-red__wrapper {
    padding: 24px 20px;
    flex-direction: column;
    gap: 24px;
  }
  .form-red__svg-1 {
    display: none;
  }
  .form-red__svg-2 {
    display: none;
  }
  .form-red__info {
    max-width: 100%;
  }
  .form-red__info-title {
    font-size: 30px;
    line-height: 36px;
  }
  .form-red__info-text {
    margin-top: 17px;
    font-size: 18px;
    line-height: 22px;
  }
  .red-form-r {
    gap: 24px;
  }
  .red-form-r__main {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .remont-text {
    width: auto;
    height: 190px;
  }
  .red-form-r__bottom {
    font-size: 14px;
    line-height: 20px;
  }

}
.service--detail .text-page > a.btn-gray.back {
  margin-bottom: 40px;
}
/*Страница Сервис и техническое обслуживание*/

/*Перемещение блоков в header*/
@media (min-width: 1024px) {
  .block-logo {
    order: 1;
  }
  .block-contact {
    order: 3;
  }
  .header-btns-wrapper {
    order: 2;
  }
}

.contacts .block-page-map.new-style:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/css/../image/wholeMapRu.png) 50% no-repeat;
}

.products-catalog-new {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #eeeeee;
  margin-bottom: 20px;
}

.products-catalog .product-redesign {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.products-catalog .product-redesign .name-product {
  margin-top: 23px;
  font-weight: 700;
  height: 30px;
  line-height: normal;
  margin-bottom: 16px;
  margin-left: 0;
}

.products-catalog .product-redesign .name-product:hover {
  color: #f00;
}

.products-catalog .product-redesign .products-catalog-item-img {
  width: auto;
  height: 100%;
}

.products-catalog .product-redesign .products-catalog-item-img img {
  max-width: 100%;
  height: 100%;
  width: auto;
  object-fit: cover;
}

.products-catalog .product-redesign .product-lists ul li {
  text-align: left;
  margin-left: 20px;
  padding-left: 0px;
}

.products-catalog .product-redesign .count-btn {
  background: transparent;
  border: 1px solid #e2001a;
  color: #df0003;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.6px;
  margin-top: auto;
}

.products-catalog .product-redesign .count-btn:hover {
  color: #fff;
}

.services-redesign {
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  gap: 1px;
}

.content-inside .services-redesign a.services-item {
  width: 100%;
}

.services-item__wrapper {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  gap: 20px;
  flex-wrap: wrap;
  transform: translate(-50%, -50%);
  flex-direction: column;
  left: 50%;
  width: 100%;
  z-index: 2;
}

.services-redesign .services-item .services-item__wrapper .services-item-ico {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 0;
}

.services-redesign .services-item .services-item__wrapper .services-item-name {
  position: relative;
  top: 0;
  left: 0;
  padding: 0 20px;

  text-align: center;
}

.download-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}

.download-wrapper > div {
  margin: 0 0;
}

.download-wrapper .hdr-video {
  margin: 0 0;
  font-size: 16px;
  line-height: 16px;
}

.content-inside-new .crt-button-left-sitebar{
  margin-bottom: 0px;
}


@media (min-width: 765px) {
  .products-catalog-new {
    display: grid;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    border-top: 1px solid #eeeeee
    /* border-left: 1px solid #EEEEEE; */
  }

  .products-catalog .product-redesign .product-lists ul li {
    font-size: 16px;
    line-height: 22px;
  }
  .services-redesign {
    grid-template-columns: repeat(4, minmax(0px, 1fr));
  }

  /*.cartside--img img {
    min-height: 544px;
  }*/
}

@media (min-width: 980px) {
  .products-catalog-new {
    border-left: 1px solid #eeeeee;
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .products-catalog .product-redesign {
    padding: 27px 20px 20px 20px;
  }
  .products-catalog .product-redesign .name-product {
    font-size: 26px;
  }

  .products-catalog .product-redesign .products-catalog-item-img {
    width: 350px;
    height: 488px;
  }

  .products-catalog .product-redesign .products-catalog-item-img img {
    width: 100%;
  }
  .content-inside .services-redesign .services-item {
    height: 215px;
  }
  .services-item__wrapper {
    /* padding: 0 42.5px; */
    /* margin: 0 42.5px; */
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .content-inside .services-redesign .services-item .services-item-ico {
    width: 86px;
    height: 86px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .services-redesign
    .services-item
    .services-item__wrapper
    .services-item-name {
    padding: 0 0;
    text-align: center;
    max-width: 219px;
    text-decoration: underline;
    font-size: 20px;
    line-height: 26px;
    font-family: HelveticaNeueCyr-Thin;
  }
  .text-magrin {
    margin-top: 60px;
  }
}
@media (max-width: 765px) {
  .header .head-top-wrap {
    height: auto;
  }
}

@media (max-width: 980px) {
  /* .blockSistemPlus {
    display: none;
  } */
  .blockSistemPlus {
    display: block;
  }
  .blockSistemPlus .sistems-puls {
    display: block !important;
  }
  .header-btns-wrapper {
    order: 1;
    width: 100%;
  }

  .header .head-top-wrap {
    height: auto;
  }

  .header .block-info i {
    margin-right: 30px;
  }

}

@media (max-width: 765px) {
  .header .block-info i {
    margin-right: 10px;
  }
  #cboxContent {
    margin-right: 0;
    margin: 0 0;
    padding: 0 0;
  }
  #cboxClose {
    right: 0;
    top: 0;
  }
  .hidden-scroll {
    overflow-y: hidden;
  }
  .content-inside h2 {
    line-height: 22px;
  }
}

@media (max-width: 1023px) {
  .mmenu--wrapp .nav {
    height: 100dvh;
    background: #fff;
  }
}

@media (min-width: 767px) and (max-width: 980px) {
  .header-btns-wrapper {
    display: grid;
    grid-template-columns: 150px 1fr 174px 172px;
    column-gap: 5px;
  }
  .header-btns-wrapper .ubtn {
    height: 36px;
    width: 100%;
    max-width: 100%;
  }
  .header .head-top-wrap {
    padding-bottom: 0px;
  }

  .wrapper.scroll .header-btns-wrapper {
    display: none;
  }

  .wrapper.scroll .blockSistemPlus {
    display: block;
    position: absolute;
    width: 129px;
    right: 250px;
  }

  .wrapper.scroll .blockSistemPlus .sistems-puls {
    display: block !important;
    position: static;
    min-width: 108px;
  }

}

@media (min-width: 981px) and (max-width: 1200px) {
  .blockSistemPlus {
    display: none;
  }

  .wrapper.scroll .blockSistemPlus {
    display: block;
  }
  .block-contact {
    display: none;
  }

  .header-btns-wrapper {
    display: grid;
    grid-template-columns: 127px 192px 147px 147px;
    column-gap: 5px;
  }
  .header-btns-wrapper .ubtn {
    max-width: 100%;
    width: 100%;
  }

}

@media (min-width: 1201px) {
  .blockSistemPlus {
    display: none;
  }
  .wrapper.scroll .blockSistemPlus {
    display: block;
  }
}

.head-top-wrap__socials{
  display: flex;
  gap: 15px;
  position: absolute;
  right: 50px;
  top: 3px;
  z-index: 3;
}
.head-top-wrap__socials img{
  width: 20px;
}
@media (max-width: 1023px) {
  .sistems-puls{
    margin: 0 188px 0 0;
  }
  .head-top-wrap__socials{

    gap: 13px;

  }

}

/*исправление багов*/
.exec-price{
  flex-shrink: 0;
}
input, textarea{
  color:#000;
}
@media (max-width: 1023px) {
  .text-page iframe {
    width: 100%;
  }
  .services-item__wrapper{
    height: 70%;
  }
}
@media (min-width: 1024px) {
  .text-page iframe {
    width: 560px;
  }
}
.gosty .block-news{
  display: flex;
  flex-wrap: wrap;
}
@media (min-width:768px) and (max-width:1023px){
  .red-form .left-block-form{
    width: 300px;
  }
  .red-form .right-block-form{
    width: calc(100% - 330px);
  }
}
@media (min-width: 768px) {
.about-center-img{
  float:right
}
}

.section-top-wrapper a {
  text-decoration: none !important;
}

.section-top-wrapper {
  margin-top: 10px;
}

.catalog-section-list-item-title {
  font-size: 23px !important;
}
.content-inside.center{
  overflow: visible;
}
.center ul li{
  font-size: 18px;
    line-height: 28px;
    padding-left: 22px;
    margin-left: 0!important;
    list-style-type: none;
    position: relative;
    list-style-type: none!important;
}
.center ul{
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.center ul li::before{
  content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #e2001a;
}
.training-center .main-remont{
  background-image: url("/images/educational_center/banner-min.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.training-center .main-remont h1{
  font-family: 'HelveticaNeueCyr-Bold';
}

.training-center .title-r{
  font-family: 'HelveticaNeueCyr-Bold';
  color: #2A2A2A;
  font-size: 56px;
  line-height: 67px;
}
.training-center .info-block.no-gradient{
  grid-template-columns: 1fr;

  }
.training-center .info-block.no-gradient._1{

  padding-bottom: 0;
  }
.training-center .info-block.no-gradient._3 {
  padding-bottom: 0;
  }
.training-center .info-block.no-gradient._3 a{
color:#E2001A;
font-weight: bold;
}
.training-center .info-block.no-gradient._2 {
padding-bottom: 0;
        }
.training-center .info-block.no-gradient._2 .info-block__content{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 3px;
        }
.training-center .info-block.no-gradient._2 .info-block__content div{
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
        }
  .training-center .info-block.no-gradient p{
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
    }
    .training-center .info-block.no-gradient .info-block__text{
   display: flex;
   flex-direction: column;
   gap: 12px;
        }
.training-center .info-block.programs .info-block__text li{
  color: #000000;
        }
.training-center .info-block_left::before{
background: linear-gradient(180deg, #e7eaeb 0%, rgba(231, 234, 235, 0) 100%);
top: 0;
padding-top: 0;
}
.training-center .info-block_left{
  padding-bottom: 0;
  padding-top: 0;
  }


  .training-center .info-block_left p{
      font-size: 18px;
      line-height: 28px;
    }
.training-center .info-block__text-title{
font-weight: bold;
font-size: 18px;
line-height: 28px;
margin-bottom: 20px;
color: #000000;
display: block;
}
.training-center .info-block.no-gradient::before{
display: none;
}
@media (max-width: 767px) {
  .training-center .title-r {
      font-size: 20px;
      line-height: 28px;
  }
  .training-center .info-block__image, .training-center .remont-content__image{
    max-height: 400px;
    align-items: center;
    overflow: hidden;
}
}
@media (max-width: 1200px) {
  .training-center .title-r {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 639px) {
  .training-center .info-block.no-gradient._2 .info-block__content{

    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2,400px);
          }
}

.logo-element.logo-element-bg {
  background: white !important
  ;
}


/*NEW CONTACTS*/

.office {
  display: grid;
  grid-template-columns: repeat(4, minmax(0px, 1fr));
  gap: 28px;
}

.office-item {
  display: flex;
  gap: 12px;
}

.office-item__logo {
  display: flex;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.office-item__content {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-grow: 1;
}

.office-item__title {
  font-size: 14px;
  line-height: 24px;
  color: #2A2A2A;
  text-transform: uppercase;
  font-weight: 700;
}

.office-item__info {
  font-size: 13px;
  line-height: 16px;
  color: #707173;
}

.office-item__info-title {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: #707173;
}

.office-item__info-email {
  margin-top: 8px;
}

.office-item__info-adress {
  margin-top: 8px;
}

.office-item__info-tel {
  margin-top: 8px;
}
.office-item__info-sub-title {
  margin-top: 4px;
}

.office-item__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.requisites-wrapper {
  padding: 60px 0;
}

.requisites {
  padding: 40px 72px;
  background: #EEEEEE;
}

.contacts-title {
  font-family: HelveticaNeueCyr-Thin;
  color: #2A2A2A;
  font-weight: 100;
  font-size: 32px;
  line-height: 40px;
}

.requisites__content {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  gap: 66px;
}

.requisites-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14px;
  line-height: 20px;
  color: #2A2A2A;
}

.requisites-item__icon {
  flex-shrink: 0;
  width: 20px;
}

.workmans__info h2:first-child {
  margin: 0 0 0 0;
  margin-bottom: 20px;
}

.workmans__info h2:first-child:before {
  height: auto;
  margin-top: 20px;
}

.workmans__production {
  margin-top: 60px;
}

.workmans__info {
  display: flex;
  flex-direction: column;
}

.workmans__info h2 {
  margin: 0 0 20px 0;
}

@media (max-width: 1200px) {
  .office {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
}

@media (max-width: 980px) {
  .requisites__content {
    gap: 20px;
  }
}

@media (max-width: 765px) {
  .office {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .requisites-wrapper {
    padding: 40px 0;
  }
  .requisites {
    padding: 20px 20px;
  }
  .contacts-title {
    font-size: 20px;
    line-height: 24px;
  }
  .requisites__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .workmans__production {
    margin-top: 40px;
  }

  .workmans__title {
    margin-bottom: 20px;
  }

}
.objects--page-button{
  position: relative;
  width: 298px;
  height: 73px;
  display: flex;
  align-items: center;
  padding-left: 52px;
  background-image: url("/images/bg_presentation.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color:#000000;
  font-weight: 700;
  text-decoration: none!important;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 40px;

}


.objects--page-button img{
  position: absolute;
  width: 180px;
  right: -85px;
  transition: .5s ease;
}

.objects--page-button:hover{
  color:#E2001A;
}

.objects--page-button:hover img{
  transform: scale(1.1);
}
@media (max-width: 765px) {
  .objects--page-button{
    width: 230px;
    height: 60px;
    padding-left: 40px;
    margin-bottom: 20px;
  }
  .objects--page-button img{
    width: 158px;
  }
}

@media (min-width: 1024px) {
  .block-info-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}
.menu-lang-mobile {
  display: block;
}
@media (min-width: 1024px) {
  .menu-lang-mobile {
    display: none;
  }
}
.menu-lang-desk {
  display: none;
}
.menu-lang-desk a {
  font-size: 16px;
}
@media (min-width: 1024px) {
  .menu-lang-desk {
    display: block;
  }
}

.contacts-block {
  color: rgba(44, 47, 73, 1);
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  gap: 30px;
  margin-bottom: 60px;

  a {
    color: rgba(51, 51, 51, 1);
    text-decoration: none;
    font-weight: 700;
  }
}

.contacts-block__item {
  width: 33%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contacts-block__item-title {
  font-size: 24px;
  font-weight: 500;
}

@media (max-width: 765px) {
  .contacts-block {
    flex-direction: column;
  }

  .contacts-block__item {
    width: 100%;
  }
}
