@charset "UTF-8";
/* ========= General ========= */
::-moz-selection {
  background: #1E1E21;
  color: #fff;
}
::selection {
  background: #1E1E21;
  color: #fff;
}

a {
  transition: color 0.15s;
  text-decoration: none;
  color: currentColor;
}
a:hover {
  text-decoration: none;
  color: #EE410B;
}

.color {
  color: #EE410B;
}

.text-box {
  line-height: 1.35;
}

body, html {
  scroll-behavior: smooth;
}

html {
  touch-action: manipulation;
}

body {
  font: 300 16px/1.2 "Montserrat", sans-serif;
  color: #1E1E21;
  background: #000;
}

p, .p {
  line-height: 1.385;
  margin: 0;
}

.wrapper {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}
.wrapper > [class*=-box] {
  position: relative;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  font-family: "Montserrat", serif;
  line-height: 1.2;
}
.h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span,
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  font-weight: 300;
}
.h1.color, .h2.color, .h3.color, .h4.color, .h5.color, .h6.color,
h1.color, h2.color, h3.color, h4.color, h5.color, h6.color {
  color: #EE410B;
}

h1, .h1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.04;
}

h2, .h2 {
  font-size: 50px;
  line-height: 1.2;
}
h2 b, h2 strong, .h2 b, .h2 strong {
  font-weight: 500;
}

h3, .h3 {
  font-size: 30px;
  line-height: 1.45;
}

h4, .h4 {
  font-size: 22px;
}

h5, .h5 {
  font-size: 16px;
}

b, strong {
  font-weight: 600;
}

.preload * {
  transition: none !important;
}

.social-icons {
  display: flex;
}
.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: no-repeat 50%;
  background-size: 100% 100%;
  transition: 0.15s;
}
.social-icons a:not(:last-child) {
  margin-right: 15px;
}
.social-icons .s-ig {
  background-image: url("../images/ig.svg");
}
.social-icons .s-ig:hover {
  background-image: url("../images/ig-o.svg");
}
.social-icons .s-vk {
  background-image: url("../images/vk.svg");
}
.social-icons .s-vk:hover {
  background-image: url("../images/vk-o.svg");
}
.social-icons .s-wa {
  background-image: url("../images/wa.svg");
}
.social-icons .s-wa:hover {
  background-image: url("../images/wa-o.svg");
}
.social-icons .s-tg {
  background-image: url("../images/tg.svg");
}
.social-icons .s-tg:hover {
  background-image: url("../images/tg-o.svg");
}

.right-line {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: min(calc( ( min( 100vw, 1920px ) - 1246px ) / 2 ), 142px);
  background: #F1F1F1;
  z-index: 5;
}
.right-line::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #D4D4D4;
}
.right-line::after {
  content: url("../images/right/1.png");
  position: absolute;
  top: 185px;
  background: inherit;
  padding: 15px 0;
}

.grand-name {
  display: flex;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}
.grand-name img {
  margin-top: 9px;
  margin-left: 9px;
  width: 21px;
  height: 21px;
  transform: rotate(-90deg);
}

.head-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.head-descr {
  line-height: 1.385;
  font-size: 26px;
  font-weight: 300;
}
.head-descr b, .head-descr strong {
  font-weight: 500;
}

.slick-arrow {
  flex-shrink: 0;
  width: 17px;
  height: 15px;
  font-size: 0;
  padding: 0;
  border: 0;
  background: url("../images/orange-arrow.png");
  z-index: 2;
}

.slick-prev {
  transform: scale(-1);
}

.square-slider-nav {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -1px;
  bottom: 0;
  width: 345px;
  height: 117px;
  background: #fff;
}

.square-slider-dots {
  font-size: 30px;
  font-weight: 300;
}
.square-slider-dots b {
  font-weight: 500;
}
.square-slider-dots ul {
  margin: 0 68px;
  padding: 0;
}
.square-slider-dots ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.square-slider-dots ul li:not(.slick-active) {
  display: none;
}

.breadcrumbs {
  display: flex;
}
.breadcrumbs .btn:not(:last-child) {
  margin-right: 6px;
}
.breadcrumbs .btn-right-white-border {
  padding: 0 15px;
  height: 31px;
  font-size: 13px;
  color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.breadcrumbs .btn-right-white-border.active {
  pointer-events: none;
  opacity: 0.7;
}
.breadcrumbs .btn-right-white-border::before {
  border-radius: 5px 0 0 5px;
  border: 1px solid #F7A085;
  border-right: 0;
}
.breadcrumbs .btn-right-white-border svg {
  fill: #EE410B;
  stroke: #F7A085;
  stroke-width: 1px;
}
.breadcrumbs .btn-right-white-border:hover {
  color: #EE410B;
}
.breadcrumbs .btn-right-white-border:hover::before {
  border-color: #fff;
}
.breadcrumbs .btn-right-white-border:hover svg {
  stroke: #fff;
  fill: #fff;
}
.breadcrumbs .btn-right-orange-border {
  padding: 0 15px;
  height: 31px;
  font-size: 13px;
  border-radius: 5px;
  filter: none;
}
.breadcrumbs .btn-right-orange-border.active {
  pointer-events: none;
  opacity: 0.7;
}
.breadcrumbs .btn-right-orange-border::before {
  border-radius: 5px 0 0 5px;
}
.breadcrumbs .btn:hover {
  filter: none;
}

ul.custom-list,
ol.custom-list {
  padding: 0;
  margin: 22px 0 38px;
}
ul.custom-list li,
ol.custom-list li {
  display: flex;
  padding: 0;
  margin: 14px 0;
  list-style: none;
}
ul.custom-list li::before,
ol.custom-list li::before {
  content: "";
  flex-shrink: 0;
}

ul.custom-list li::before {
  width: 13px;
  height: 13px;
  margin-top: 5px;
  margin-right: 16px;
  background: url("../images/h-3-color.svg") no-repeat 50%;
  background-size: 100%;
  transform: rotate(-90deg);
}

ol.custom-list {
  counter-reset: myCounter;
}
ol.custom-list li::before {
  counter-increment: myCounter;
  content: "0" counter(myCounter);
  width: 27px;
  font-size: 13px;
  font-weight: 700;
  color: #EE410B;
  opacity: 0.8;
}
ol.custom-list li:nth-child(n+10)::before {
  content: counter(myCounter);
}

:root {
  --container-width: 1260px;
  --container-big-width: 1260px;
  --body-width: min( 100vw, 1920px );
}

@media (min-width: 1800px) {
  :root {
    --container-width: 1260px;
    --container-big-width: 1705px;
  }

  .container-big {
    max-width: var(--container-big-width);
  }

  .right-line {
    width: min(calc( ( var(--body-width) - var(--container-big-width) ) / 2 ), 142px);
  }

  .card-home-box .white-el .home-bg-full {
    width: calc( ( var(--body-width) - var(--container-big-width) ) / 2 + var(--container-big-width) ) !important;
  }
}
/* ========= Menu ========= */
.hamburger {
  display: none;
  position: relative;
  box-sizing: content-box;
  height: 25px;
  width: 30px;
  cursor: pointer;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 50;
  transition: 0.2s;
}
.hamburger::before {
  content: "";
  top: 0;
}
.hamburger::after {
  content: "";
  bottom: 0;
}
.hamburger span {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger span, .hamburger::before, .hamburger::after {
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  transition: 0.5s;
  background: #EE410B;
  opacity: 0.8;
}
.hamburger:hover span, .hamburger:hover::before, .hamburger:hover::after {
  opacity: 1;
}
.hamburger.active span {
  opacity: 0;
  transform: scale(0.3);
}
.hamburger.active::before {
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}
.hamburger.active::after {
  bottom: 50%;
  transform: translateY(50%) rotate(-135deg);
}

.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  line-height: 1.1;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.btn:hover {
  text-decoration: none;
}
.loading.btn {
  color: transparent !important;
  text-shadow: none !important;
}

.btn {
  padding: 0 35px;
  height: 84px;
  font-size: 24px;
  font-weight: 600;
  transition: 0.2s;
  border-radius: 12px;
}

.btn-mini {
  padding: 0 40px;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
}

.btn-white {
  color: #EE410B;
}
.btn-white::before {
  background: #fff;
}
.btn-white svg {
  fill: #fff;
}
.btn-white:hover {
  filter: drop-shadow(3px 30px 55px #FF8058);
}

.btn-orange {
  color: #fff;
  filter: drop-shadow(3px 24px 34px rgba(255, 142, 106, 0.24));
}
.btn-orange::before {
  background: #EE410B;
}
.btn-orange svg {
  fill: #EE410B;
}
.btn-orange:hover {
  filter: drop-shadow(3px 18px 33px rgba(238, 65, 11, 0.3));
}

.btn-right::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50px;
  transition: 0.2s;
  border-radius: 13px 55px 55px 13px;
  z-index: 2;
}
.btn-right svg {
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  transition: 0.2s;
  pointer-events: none;
}
.btn-right span {
  position: relative;
  z-index: 5;
  flex-shrink: 0;
}
.btn-right span::after {
  content: "";
  display: inline-block;
  width: 15px;
}

.btn-right-orange-border {
  color: #EE410B;
  height: 64px;
  font-size: 18px;
  filter: drop-shadow(2px 18px 33px rgba(238, 25, 11, 0.1));
  border-radius: 8px;
  overflow: hidden;
}
.btn-right-orange-border::before {
  border-radius: 8px 0 0 8px;
  border: 1px solid #EE410B;
  border-right: 0;
}
.btn-right-orange-border svg {
  fill: #fff;
  stroke: #EE410B;
  stroke-width: 1px;
  border-radius: 8px;
}
.btn-right-orange-border:hover {
  color: #fff;
  filter: drop-shadow(2px 18px 33px rgba(238, 25, 11, 0.22));
}
.btn-right-orange-border:hover svg {
  fill: #EE410B;
}

.btn-white-border {
  padding: 0 20px;
  font-weight: 300;
  border: 1px solid #FAC6B6;
  color: #fff;
}
.btn-white-border b {
  font-weight: 500;
}
.btn-white-border:hover {
  background: #fff;
  color: #EE410B;
}

.btn-orange-border {
  padding: 0 20px;
  font-weight: 300;
  border: 1px solid #F09D83;
  color: #EE410B;
}
.btn-orange-border b {
  font-weight: 500;
}
.btn-orange-border:hover {
  background: #EE410B;
  color: #fff;
}

.btn-black {
  background: #141415;
  color: #fff;
}
.btn-black:hover {
  background: #000000;
  box-shadow: 0 15px 44px -3px rgba(49, 2, 2, 0.58);
}

@-webkit-keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes blinking {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes blinking {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.form .form-tabs {
  display: inline-flex;
  margin-bottom: 37px;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid #C1C1C1;
}
.form .form-tabs span {
  margin-bottom: -1px;
  padding-bottom: 15px;
  border-bottom: 3px solid transparent;
  opacity: 0.6;
  transition: 0.2s;
  cursor: pointer;
}
.form .form-tabs span:not(:last-child) {
  margin-right: 43px;
}
.form .form-tabs span:hover {
  color: #EE410B;
  opacity: 1;
}
.form .form-tabs span.active {
  border-color: #EE410B;
  color: #EE410B;
  opacity: 1;
}
.form .form-wrap {
  display: flex;
  align-items: center;
}
.form .form-inputs {
  max-width: 410px;
  width: 100%;
  margin-right: -20px;
}
.form .form-inputs .form-input {
  display: none;
}
.form .form-input {
  padding: 10px 30px;
  height: 84px;
  width: 100%;
  font-size: 24px;
  border: 1px solid #ccc;
  outline: 0;
  border-radius: 11px;
  transition: 0.2s;
}
.form .form-input:focus {
  border: 1px solid #EE410B;
}
.form .form-input::-moz-placeholder {
  color: #8F8E90;
}
.form .form-input:-ms-input-placeholder {
  color: #8F8E90;
}
.form .form-input::placeholder {
  color: #8F8E90;
}
.form .form-input.input-mini {
  padding: 5px 17px;
  height: 48px;
  font-size: 14px;
  border-radius: 6px;
}
.form .btn {
  width: 360px;
  max-width: 100%;
  margin-right: 43px;
}
.form .form-text {
  max-width: 335px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.485;
  opacity: 0.5;
}

/* 0_header */
.header-box {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  z-index: 5;
}
.header-box::before {
  position: absolute;
  content: "";
  width: 50%;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #FDE4DD;
}
.header-box .h-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #FDE4DD;
  padding-right: 30px;
}
.header-box .h-nav .h-item {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header-box .h-nav .h-item > span {
  display: flex;
  align-items: center;
  transition: color 0.15s;
}
.header-box .h-nav .h-item > span::after {
  content: "";
  width: 6px;
  height: 5px;
  margin-left: 5px;
  flex-shrink: 0;
  background: url("../images/h-3-black.svg") no-repeat 50%;
  background-size: contain;
  transition: background 0.15s;
}
.header-box .h-nav .h-item:hover {
  z-index: 5;
}
.header-box .h-nav .h-item:hover > span {
  color: #EE410B;
}
.header-box .h-nav .h-item:hover .h-sub-nav {
  visibility: visible;
  opacity: 1;
}
.header-box .h-nav .h-item.active {
  color: #EE410B;
}
.header-box .h-nav .h-item.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  width: 100%;
  border-bottom: 4px solid #EE410B;
}
.header-box .h-nav .h-item.active > span::after, .header-box .h-nav .h-item:hover > span::after {
  background-image: url("../images/h-3-color.svg");
}
.header-box .h-nav .h-item .h-sub-nav {
  position: absolute;
  top: 100%;
  left: -16px;
  right: -16px;
  background: #fff;
  border: 1px solid #FDE4DD;
  font-size: 12px;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s;
}
.header-box .h-nav .h-item .h-sub-nav a {
  padding: 10px 16px;
  display: block;
  transition-property: color, background;
}
.header-box .h-nav .h-item .h-sub-nav a:not(:last-child) {
  border-bottom: 1px solid #FDE4DD;
}
.header-box .h-nav .h-item .h-sub-nav a.active {
  background: #FDEEE9;
  color: #EE410B;
}
.header-box .h-nav .h-item {
  height: 76px;
}
.header-box.right-menu, .header-box.right-big-menu {
  top: 67px;
  left: 0;
  right: 0;
  font-size: 14px;
  transition: 0.5s;
  z-index: 10;
}
.header-box.right-menu::after, .header-box.right-big-menu::after {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
}
.header-box.right-menu:not(.active), .header-box.right-big-menu:not(.active) {
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}
.header-box.right-menu::before, .header-box.right-big-menu::before {
  display: none;
}
.header-box.right-menu .container, .header-box.right-big-menu .container {
  display: flex;
  justify-content: flex-end;
}
.header-box.right-menu .h-nav, .header-box.right-big-menu .h-nav {
  position: relative;
  display: inline-flex;
  margin-right: -1px;
  padding: 10px 10px;
  flex-direction: column;
  max-width: 100%;
  width: 290px;
  background: #fff;
  border-bottom: 0;
  box-shadow: 2px 18px 33px rgba(238, 25, 11, 0.1);
  z-index: 5;
}
.header-box.right-menu .h-nav .h-item, .header-box.right-big-menu .h-nav .h-item {
  flex-wrap: wrap;
  padding: 0 20px;
  min-height: 40px;
  height: auto;
}
.header-box.right-menu .h-nav .h-item span, .header-box.right-big-menu .h-nav .h-item span {
  height: 40px;
}
.header-box.right-menu .h-nav .h-item.active::after, .header-box.right-big-menu .h-nav .h-item.active::after {
  left: 0;
  right: 0;
  border-width: 3px;
}
.header-box.right-menu .h-nav .h-item .h-sub-nav, .header-box.right-big-menu .h-nav .h-item .h-sub-nav {
  margin: 0 -10px 10px;
  position: static;
  display: none;
  width: calc( 100% + 20px );
  visibility: visible;
  opacity: 1;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  transition: none;
}

.wrapper > .header-fixed-box {
  position: fixed;
  top: -80px;
  left: 0;
  width: 100%;
}
.wrapper > .header-fixed-box.fixed {
  top: 0;
}
.wrapper > .header-fixed-box.fixed ~ .header-box.right-big-menu {
  position: fixed;
  top: 70px;
}
.wrapper > .header-fixed-box:not(.fixed) ~ .header-box.right-big-menu {
  display: none;
}

.header-fixed-box {
  border-bottom: 1px solid #FDE4DD;
  background: #fff;
  z-index: 50;
  transition: 0.2s;
}
.header-fixed-box .top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
.header-fixed-box .top-row .phone-wrap {
  display: flex;
  align-items: center;
}
.header-fixed-box .top-row img {
  width: 23px;
}
.header-fixed-box .top-row .phone {
  margin: 0 auto 0 15px;
  font-size: 18px;
  font-weight: 500;
  color: #1E1E21;
}
.header-fixed-box .top-row .phone:hover {
  opacity: 0.8;
}
.header-fixed-box .top-row .btn-mini {
  padding: 0 30px;
}
.header-fixed-box .social-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-fixed-box .social-line .sl-text {
  max-width: 200px;
  font-size: 14px;
  color: #4E4E4E;
}
.header-fixed-box .hamburger {
  display: block;
}

@media (min-width: 1800px) {
  .header-box {
    font-size: 18px;
  }
  .header-box:not(.right-big-menu) .container {
    padding-right: 230px;
  }
  .header-box .h-nav .h-item .h-sub-nav {
    font-size: 14px;
  }

  .header-fixed-box .phone-wrap,
.header-fixed-box .social-line {
    margin: 0 auto;
  }
  .header-fixed-box .btn {
    margin-right: 30px;
  }
}
/* 1_home */
.home-box .right-line {
  top: -80px;
}
.home-box .right-line::before, .home-box .right-line::after {
  top: 350px;
}
.home-box .container {
  position: relative;
}
.home-box .container::before {
  content: "";
  position: absolute;
  top: -90px;
  bottom: 0;
  left: 100%;
  margin-left: -15px;
  width: 600px;
  background: #F1F1F1;
}
.home-box .white-el {
  height: 100%;
}
.home-box .white-el .top-row {
  display: flex;
  justify-content: space-between;
  padding-top: 28px;
  padding-bottom: 20px;
  padding-right: 45px;
}
.home-box .white-el .top-row .social-line {
  display: flex;
  align-items: center;
}
.home-box .white-el .top-row .social-line .sl-text {
  max-width: 200px;
  font-size: 14px;
  color: #4E4E4E;
}
.home-box .white-el .home-bg {
  position: relative;
  pointer-events: none;
}
.home-box .white-el .home-bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: -40px;
  bottom: 0;
  box-shadow: inset 0 -10px 35px 20px #fff;
}
.home-box .white-el .home-bg video, .home-box .white-el .home-bg img {
  max-width: 140%;
}
.home-box .white-el .home-bg img {
  display: none;
}
.home-box .white-el .home-bg video {
  height: auto;
}
.home-box .orange-el {
  background: #EE410B;
  color: #fff;
  height: 100%;
  padding: 25px 45px 70px;
}
.home-box .orange-el .home-bg {
  display: none;
}
.home-box .orange-el .home-bg img {
  display: none;
}
.home-box .orange-el .top-row {
  display: flex;
  align-items: center;
}
.home-box .orange-el .top-row img {
  width: 23px;
}
.home-box .orange-el .top-row .phone {
  margin: 0 auto 0 15px;
  font-size: 18px;
  font-weight: 500;
  color: #1E1E21;
}
.home-box .orange-el .top-row .phone:hover {
  opacity: 0.8;
}
.home-box .orange-el .top-row .btn-mini {
  padding: 0 30px;
}
.home-box .orange-el .h1 {
  margin-top: 55px;
}
.home-box .orange-el .o-text {
  margin: 35px 0 50px;
  font-size: 22px;
  line-height: 1.26;
}
.home-box .orange-el .btn-white {
  width: 100%;
}

@media (min-width: 1800px) {
  .home-box .white-el .top-row .social-line .sl-text {
    max-width: 233px;
    font-size: 16px;
  }
  .home-box .orange-el {
    padding: 25px 60px 90px;
  }
  .home-box .orange-el .top-row .phone {
    margin: 0 auto 0 30px;
    font-size: 24px;
  }
  .home-box .orange-el .top-row .btn-mini {
    padding: 0 40px;
  }
  .home-box .orange-el .h1 {
    margin-top: 65px;
    margin-right: 10px;
  }
  .home-box .orange-el .o-text {
    margin: 40px 0 50px;
    font-size: 30px;
  }
  .home-box .orange-el .btn-white {
    padding: 0 55px;
    height: 105px;
    font-size: 33px;
  }
}
/* 2_benefits */
.benefits-box {
  padding-top: 135px;
  background: #F1F1F1;
}
.benefits-box .right-line::after {
  content: url("../images/right/2.png");
}
.benefits-box .h2 {
  max-width: 750px;
  margin-bottom: -105px;
}
.benefits-box .b-list {
  position: relative;
  display: grid;
  align-items: flex-end;
  grid-template-columns: repeat(3, 1fr) 438px;
}
.benefits-box .bs-big-image {
  position: absolute;
  top: 170px;
  left: -102px;
  pointer-events: none;
}
.benefits-box .b-square {
  position: relative;
  padding: 25px;
  height: 264px;
  width: 100%;
  background: #fff;
  font-size: 18px;
  z-index: 2;
}
.benefits-box .b-square img {
  pointer-events: none;
  transition: 0.2s;
}
.benefits-box .b-square:nth-child(1) img {
  margin: -57px 0 10px 15px;
}
.benefits-box .b-square:nth-child(2) {
  background: linear-gradient(140.91deg, rgba(255, 154, 122, 0.2) 7.6%, rgba(238, 65, 11, 0.2) 97.28%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.benefits-box .b-square:nth-child(2) img {
  margin: -35px 0 22px -2px;
}
.benefits-box .b-square:nth-child(3) {
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.benefits-box .b-square:nth-child(3) img {
  margin: -53px 0 19px 4px;
}
.benefits-box .b-square.b-big-square {
  height: 438px;
  padding: 33px;
  font-size: 24px;
}
.benefits-box .b-square.b-big-square img {
  margin: -95px 0 -8px -21px;
}
.benefits-box .b-square.b-big-square .bs-text {
  max-width: 300px;
}
.benefits-box .b-square.b-big-square .bs-orange {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 0 20px;
  height: 56px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  border-radius: 7px;
  overflow: hidden;
}
.benefits-box .b-square.b-big-square .bs-orange::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50px;
  background: #EE410B;
}
.benefits-box .b-square.b-big-square .bs-orange svg {
  fill: #EE410B;
}
.benefits-box .b-square.bs-pre-last {
  z-index: 0;
  padding-right: 10px;
  background: linear-gradient(144.94deg, #D3D3D3 35.38%, #FFFFFF 44.85%);
}
.benefits-box .b-square.bs-pre-last .bs-image {
  display: none;
  max-width: 100%;
  height: auto;
}
.benefits-box .b-square.bs-pre-last .bs-text {
  margin-top: 110px;
}
.benefits-box .b-square.bs-last {
  max-width: 264px;
  background: linear-gradient(140.91deg, rgba(255, 154, 122, 0.2) 7.6%, rgba(238, 65, 11, 0.2) 97.28%);
  z-index: 0;
}
.benefits-box .b-square.bs-last img {
  margin: -19px 0 -20px 7px;
}
.benefits-box .b-square.bs-last .bs-text {
  max-width: 220px;
}
.benefits-box .b-square:nth-child(1):hover img {
  transform: translate(15px, -5px) scale(1.03);
}
.benefits-box .b-square:nth-child(2):hover img {
  transform: translate(0, 15px);
}
.benefits-box .b-square:nth-child(3):hover img {
  transform: translate(-10px, 5px) scale(1.03);
}
.benefits-box .b-square:nth-child(4):hover img {
  transform: translate(15px, -15px);
}
.benefits-box .b-square:nth-child(7):hover img {
  transform: translate(15px, -5px);
}
.benefits-box .b-square:nth-child(8):hover img {
  transform: translate(-10px, -5px) scale(0.97);
}

/* 3_comparison */
.comparison-box {
  padding-top: 125px;
  padding-bottom: 200px;
  background: #F1F1F1;
}
.comparison-box .right-line::after {
  top: 280px;
  content: url("../images/right/3.png");
}
.comparison-box .head-row .h2 {
  max-width: 750px;
}
.comparison-box .head-row .head-descr {
  margin-top: 15px;
  max-width: 583px;
}
.comparison-box .scrollable {
  display: none;
  align-items: center;
  margin-bottom: 20px;
  font-weight: 500;
  color: #EE410B;
  -webkit-animation: 1.5s ease-in-out slidingSwipe infinite;
          animation: 1.5s ease-in-out slidingSwipe infinite;
}
.comparison-box .scrollable img {
  width: 30px;
  margin-right: 15px;
}
.comparison-box .comparison-list {
  position: relative;
  display: flex;
}
.comparison-box .comparison-list::after {
  content: "";
  position: absolute;
  left: -130px;
  bottom: -85px;
  width: 400px;
  height: 400px;
  background: url("../images/dots-bg.png") no-repeat 50%;
}
.comparison-box .comparison-list:hover .comparison-item:not(.ci-correct)::after {
  opacity: 0.6;
}
.comparison-box .comparison-list:hover .comparison-item:not(.ci-correct):hover::after {
  opacity: 0;
}
.comparison-box .comparison-item {
  position: relative;
  padding-bottom: 30px;
  max-width: 394px;
  width: 100%;
  flex-shrink: 0;
  transition: 0.2s;
}
.comparison-box .comparison-item:hover:not(.ci-correct) {
  z-index: 7;
  box-shadow: 0px 14px 50px rgba(38, 40, 45, 0.15);
}
.comparison-box .comparison-item:hover:not(.ci-correct)::after {
  opacity: 0;
}
.comparison-box .comparison-item::after {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #E9E0E0 4.53%, #F1F1F1 100%);
  transition: 0.2s;
  opacity: 0;
  pointer-events: none;
}
.comparison-box .comparison-item.ci-correct {
  background: #fff;
  box-shadow: 0px 14px 84px 30px rgba(38, 40, 45, 0.1);
}
.comparison-box .comparison-item.ci-correct::before {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/comp-yes.png") no-repeat 100% 0;
  opacity: 0.1;
}
.comparison-box .comparison-item:not(.ci-correct) {
  background: #FFF6F4;
  overflow: hidden;
}
.comparison-box .comparison-item:not(.ci-correct)::before {
  content: "х";
  position: absolute;
  top: -170px;
  right: -65px;
  font-size: 390px;
  font-weight: 700;
  color: #EE410B;
  opacity: 0.1;
}
.comparison-box .comparison-item:nth-child(1) {
  z-index: 4;
}
.comparison-box .comparison-item:nth-child(2) {
  z-index: 3;
}
.comparison-box .comparison-item:nth-child(3) {
  z-index: 2;
}
.comparison-box .comparison-item:nth-child(3)::after {
  visibility: visible;
  opacity: 0.5;
}
.comparison-box .comparison-item:nth-child(4) {
  z-index: 1;
}
.comparison-box .comparison-item:nth-child(4)::after {
  visibility: visible;
  opacity: 0.7;
}
.comparison-box .comparison-item:nth-child(3), .comparison-box .comparison-item:nth-child(4) {
  margin-left: -173px;
}
.comparison-box .comparison-item:nth-child(3):hover, .comparison-box .comparison-item:nth-child(4):hover {
  -webkit-animation: 3s ease-in 1s 1 toRight;
          animation: 3s ease-in 1s 1 toRight;
}
.comparison-box .ci-header {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  height: 205px;
}
.comparison-box .ci-header img {
  margin: 39px 24px;
  max-width: 150px;
  pointer-events: none;
}
.comparison-box .ci-header span {
  max-width: 180px;
  padding-right: 15px;
  padding-bottom: 10px;
}
.comparison-box .ci-item {
  position: relative;
  display: flex;
  align-items: center;
  margin: 8px 30px 20px 0;
  font-size: 16px;
}
.comparison-box .ci-item::before {
  content: "";
  flex-shrink: 0;
  margin-right: 12px;
  width: 37px;
  height: 26px;
  background: no-repeat 50%;
}
.comparison-box .ci-item.ci-plus::before {
  background-image: url("../images/comp-plus.png");
}
.comparison-box .ci-item.ci-minus::before {
  background-image: url("../images/comp-minus.png");
}

@-webkit-keyframes slidingSwipe {
  0%, 100% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(10px);
  }
}

@keyframes slidingSwipe {
  0%, 100% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(10px);
  }
}
/* 4_tech */
.tech-box .right-line {
  background: #fff;
}
.tech-box .right-line::after {
  top: 155px;
  content: url("../images/right/4.png");
}
.tech-box .tb-wrap {
  display: flex;
}
.tech-box .left-image {
  flex-shrink: 0;
  margin-left: -345px;
  margin-right: 115px;
  width: 576px;
  height: 835px;
  background: url("../images/tech.jpg");
}
.tech-box .head-row {
  margin-top: 150px;
  margin-bottom: 100px;
}
.tech-box .head-row .head-descr {
  margin-top: 15px;
  max-width: 420px;
}
.tech-box .right-text {
  max-width: 820px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.685;
}

/* 5_basement */
.basement-box {
  color: #fff;
}
.basement-box .right-line {
  background: #fff;
}
.basement-box .right-line::after {
  top: 100px;
  content: url("../images/right/5.png");
}
.basement-box .tb-wrap {
  display: flex;
}
.basement-box .left-image {
  position: relative;
  flex-shrink: 0;
  margin-left: -345px;
  width: 576px;
  background: linear-gradient(to bottom, #fff, #F1F1F1);
  z-index: 1;
}
.basement-box .right-content {
  position: relative;
  padding-left: 290px;
  padding-bottom: 150px;
  background: #EE410B;
}
.basement-box .right-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  right: -500px;
  bottom: 0;
  margin-left: -1px;
  background: inherit;
}
.basement-box .h2 {
  margin-top: 110px;
  margin-bottom: 24px;
}
.basement-box .mini-buttons {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.basement-box .mini-buttons .btn {
  margin-right: 12px;
  margin-bottom: 11px;
}
.basement-box .big-buttons {
  display: flex;
  align-items: center;
  padding-left: 5px;
}
.basement-box .big-buttons .btn {
  margin-right: 38px;
}
.basement-box .big-buttons .bb-description {
  opacity: 0.8;
}

/* 6_types */
.types-box {
  padding-top: 135px;
  padding-bottom: 140px;
  background: #F1F1F1;
}
.types-box .right-line {
  z-index: 0;
}
.types-box .right-line::after {
  top: 300px;
  content: url("../images/right/6.png");
}
.types-box .head-row .h2 {
  max-width: 750px;
}
.types-box .head-row .head-descr {
  margin-top: 20px;
  max-width: 615px;
}
.types-box .types-list-wrap {
  position: relative;
}
.types-box .types-list-wrap::before {
  content: "";
  position: absolute;
  right: -125px;
  bottom: -15px;
  width: 400px;
  height: 400px;
  background: url("../images/dots-bg.png") no-repeat 50%;
  z-index: 2;
}
.types-box .types-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.types-box .types-list .slick-list {
  position: relative;
  margin-bottom: 50px;
  order: -1;
  z-index: 2;
  margin-left: -50%;
  width: 200%;
  flex-shrink: 0;
  padding: 0 50%;
}
.types-box .types-list .slick-prev {
  margin-left: 20px;
  margin-right: 40px;
}
.types-box .types-list .slick-next {
  margin-right: 70px;
}
.types-box .types-list .slick-dots {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 210px;
  height: 1px;
  background: #BDBDBD;
  font-size: 0;
  list-style: none;
}
.types-box .types-list .slick-dots li {
  width: 100%;
  height: 3px;
  transition: 0.2s;
}
.types-box .types-list .slick-dots li button {
  display: none;
}
.types-box .types-list .slick-dots li.slick-active {
  background: #1E1E21;
}
.types-box .slick-track {
  display: flex;
}
.types-box .types-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 7px 46px 40px;
  margin: 0 15px;
  max-width: 390px;
  height: auto;
  background: #fff;
  transition: opacity 0.2s;
}
.types-box .types-item:not(.slick-active) {
  opacity: 0.5;
  pointer-events: none;
}
.types-box .types-item img {
  max-width: 278px;
  width: 100%;
  height: auto;
}
.types-box .types-item .h4 {
  margin: 13px 0 13px;
  width: 110%;
}
.types-box .types-item .ti-text {
  max-width: 313px;
  margin-bottom: 30px;
}
.types-box .types-item .btn {
  margin-top: auto;
}

/* 7_price */
.price-box {
  padding-bottom: 160px;
  background: #F1F1F1;
}
.price-box .right-line::after {
  top: 170px;
  content: url("../images/right/7.png");
}
.price-box .head-row .h2 {
  max-width: 550px;
}
.price-box .head-row .head-descr {
  margin-top: 10px;
  max-width: 615px;
}
.price-box .price-tables {
  display: flex;
  align-items: flex-start;
  padding-top: 15px;
}
.price-box .price-tables .pt-tabs {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-shrink: 0;
  width: 206px;
  margin-right: 25px;
  font-size: 26px;
  font-weight: 500;
}
.price-box .price-tables .pt-tabs span {
  margin-bottom: 25px;
  border-bottom: 1px solid currentColor;
  transition: 0.2s;
  cursor: pointer;
}
.price-box .price-tables .pt-tabs span.active {
  color: #EE410B;
  align-self: stretch;
}
.price-box .price-tables .pt-tabs span:hover {
  color: #EE410B;
}
.price-box .price-tables .pt-tables {
  width: 100%;
  background: #fff;
}
.price-box .price-tables .pt-tables > :not(.active) {
  display: none;
}
.price-box .price-tables .pt-tables table {
  margin: 8px 0;
  width: 100%;
  padding: 20px;
}
.price-box .price-tables .pt-tables table th {
  padding: 13px 8px;
  font-size: 15px;
  font-weight: 600;
}
.price-box .price-tables .pt-tables table td {
  padding: 13px 8px;
  border-top: 1px solid #E8E8E8;
  width: 1%;
}
.price-box .price-tables .pt-tables table td:first-child, .price-box .price-tables .pt-tables table th:first-child {
  padding-left: 35px;
}
.price-box .price-tables .pt-tables table tbody tr:nth-child(odd) {
  background: #F9F9F9;
}
.price-box .price-includes {
  display: flex;
  justify-content: space-between;
  margin-top: 85px;
}
.price-box .price-includes .pi-title {
  max-width: 190px;
  font-size: 26px;
  line-height: 1.38;
}
.price-box .price-includes .pi-yes {
  display: flex;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.38;
  white-space: pre-line;
}
.price-box .price-includes .pi-yes::before {
  content: url("../images/price-yes.svg");
  flex-shrink: 0;
  margin-top: 6px;
  margin-right: 18px;
  width: 26px;
  height: 26px;
}

/* 8_machines */
.machines-box {
  position: relative;
  padding-bottom: 100px;
  padding-bottom: 155px;
  background: #F1F1F1;
}
.machines-box .right-line::after {
  top: -10px;
  content: url("../images/right/8.png");
}
.machines-box .machines-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
  background: #eee;
}
.machines-box .machines-slider .slick-list,
.machines-box .machines-slider .slick-track {
  height: 100%;
}
.machines-box .machines-slider .slick-slide {
  height: 100%;
}
.machines-box .machines-slider .slick-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.machines-box .mb-content {
  padding-left: 110px;
}
.machines-box .h2 {
  margin-top: -10px;
}
.machines-box .head-descr {
  margin-top: 30px;
  margin-bottom: 64px;
  max-width: 470px;
}
.machines-box .mb-icons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 47px 0;
}
.machines-box .mb-icons .mi-item {
  display: flex;
}
.machines-box .mb-icons .mi-item img {
  flex-shrink: 0;
  margin-top: -25px;
  margin-right: 20px;
  width: 40px;
}
.machines-box .mb-icons .mi-item .mi-text {
  white-space: pre-line;
  font-size: 18px;
}

/* 9_scheme */
.scheme-box {
  padding-top: 90px;
  padding-bottom: 93px;
}
.scheme-box .right-line {
  background: #fff;
}
.scheme-box .right-line::after {
  top: 85px;
  content: url("../images/right/9.png");
}
.scheme-box .head-row .h2 {
  max-width: 450px;
}
.scheme-box .head-row .head-descr {
  margin-top: 10px;
  max-width: 615px;
}
.scheme-box .scheme-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 65px;
  padding-top: 14px;
}
.scheme-box .scheme-item:first-child .si-int::before {
  content: "";
  position: absolute;
  left: -1020px;
  height: 2px;
  width: 1000px;
  background: #FCD9CE;
}
.scheme-box .scheme-item:last-child .si-int::after {
  display: none;
}
.scheme-box .si-int {
  position: relative;
  display: flex;
  align-items: center;
  color: #EE410B;
  font-size: 25px;
  font-weight: 500;
}
.scheme-box .si-int::after {
  content: "";
  margin-left: 20px;
  margin-right: -40px;
  height: 2px;
  width: 100%;
  background: #FCD9CE;
}
.scheme-box .si-title {
  margin: 13px 0 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.385;
}
.scheme-box .si-text {
  width: 103%;
}
.scheme-box .btn {
  margin-top: 45px;
}

/* 10_guarantee */
.guarantee-box {
  position: relative;
  color: #fff;
}
.guarantee-box .right-line {
  top: -60px;
  background: #fff;
}
.guarantee-box .right-line::after {
  top: 140px;
  content: url("../images/right/10.png");
}
.guarantee-box .gu-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
  background: #EE410B;
}
.guarantee-box .gu-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1000px;
  width: 1001px;
  background: #EE410B;
}
.guarantee-box .gu-five {
  margin-bottom: 10px;
  font-size: 70px;
  font-weight: 500;
}
.guarantee-box .gu-five span {
  display: block;
  font-size: 50px;
}
.guarantee-box .gu-text {
  max-width: 430px;
}
.guarantee-box .gu-text .gu-five {
  display: none;
}
.guarantee-box img {
  flex-shrink: 0;
  margin-top: -35px;
  margin-right: -2px;
}

/* 11_factory */
.factory-box {
  padding-top: 145px;
  padding-bottom: 145px;
}
.factory-box .right-line {
  background: #fff;
}
.factory-box .right-line::after {
  top: 440px;
  content: url("../images/right/11.png");
}
.factory-box .head-row .h2 {
  max-width: 50%;
}
.factory-box .head-row .head-descr {
  margin-top: 10px;
  max-width: 615px;
}
.factory-box .factory-wrap {
  display: flex;
  padding-top: 40px;
}
.factory-box .factory-wrap img {
  margin-top: -25px;
  margin-left: -5px;
}
.factory-box .fact-left {
  padding-right: 85px;
  width: 50%;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.685;
}
.factory-box .fact-left .btn {
  margin-top: 78px;
}

.factory-numbers {
  margin-top: 108px;
  display: flex;
}
.factory-numbers .fn-item {
  font-weight: 300;
  margin-right: 66px;
}
.factory-numbers .fn-item:first-child span {
  max-width: 170px;
}
.factory-numbers .fn-item .fn-int {
  font-size: 80px;
}
.factory-numbers .fn-item span {
  display: inline-block;
  max-width: 130px;
  font-size: 18px;
  line-height: 1.385;
}
.factory-numbers .fn-last-item {
  margin-left: 78px;
}
.factory-numbers .fn-last-item .fn-int {
  color: #EE410B;
}
.factory-numbers .fn-last-item span {
  font-weight: 500;
  max-width: 410px;
}

/* 12_works */
.works-box {
  position: relative;
  color: #fff;
  background: linear-gradient(to bottom, #fff, #f1f1f1);
}
.works-box .right-line {
  top: -15px;
  background: transparent;
}
.works-box .right-line::after {
  top: 0;
  background: #fff;
  content: url("../images/right/12.png");
}
.works-box::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100px;
  width: 1000px;
  background: #EE410B;
}
.works-box .container {
  position: relative;
  background: #EE410B;
  padding-top: 90px;
  padding-bottom: 135px;
}
.works-box .head-row {
  padding-bottom: 15px;
}
.works-box .head-row .h2 {
  max-width: 50%;
  width: 100%;
}
.works-box .head-row .head-descr {
  margin-right: auto;
  white-space: pre-line;
}
.works-box .works-list-wrap {
  position: relative;
  max-width: 840px;
}
.works-box .works-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -40px;
}
.works-box .works-list .slick-list {
  position: relative;
  order: -1;
  z-index: 2;
  margin-left: -200%;
  width: 500%;
  flex-shrink: 0;
  padding: 0 200%;
}
.works-box .works-item {
  position: relative;
  margin: 0 40px;
}
.works-box .works-item::after {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.works-box .works-item:not(.slick-active)::after {
  opacity: 0.5;
  visibility: visible;
}
.works-box .works-item:not(.slick-active) .works-description {
  opacity: 0;
}
.works-box .works-item .works-image {
  width: 100%;
  padding-bottom: 63%;
}
.works-box .works-item .works-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.works-box .works-item .works-description {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-top: 25px;
  padding-right: 30px;
  max-width: 390px;
  background: #EE410B;
  transition: 0.2s;
}
.works-box .works-item .works-name {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 500;
}
.works-box .works-nav-arrows {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 0;
  right: -80px;
  width: 128px;
  background: #EE410B;
  transform: translateX(100%);
  z-index: 3;
}
.works-box .works-nav-arrows::before {
  content: "";
  margin: auto;
  width: 50%;
  height: 1px;
  background: #000;
  order: 2;
}
.works-box .works-nav-arrows .slick-arrow {
  width: 100%;
  padding-bottom: 86%;
  background: url(../images/white-arrow.png) no-repeat 50%;
  transition: 0.2s;
  order: 3;
}
.works-box .works-nav-arrows .slick-arrow:hover {
  background-color: #ff6435;
}
.works-box .works-nav-arrows .slick-prev {
  order: 1;
}
.works-box .works-bottom-nav {
  display: flex;
  align-items: flex-end;
  margin-top: 55px;
}
.works-box .works-bottom-nav a {
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
}
.works-box .works-bottom-nav a:hover {
  color: #fffc;
}
.works-box .works-bottom-nav .slick-dots {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 550px;
  margin-right: 90px;
  height: 1px;
  background: #000;
  font-size: 0;
  list-style: none;
}
.works-box .works-bottom-nav .slick-dots li {
  width: 100%;
  height: 3px;
  transition: 0.2s;
}
.works-box .works-bottom-nav .slick-dots li button {
  display: none;
}
.works-box .works-bottom-nav .slick-dots li.slick-active {
  background: #fff;
}

/* 13_callback */
.callback-box {
  padding-top: 140px;
  padding-bottom: 165px;
  background: #f1f1f1;
}
.callback-box .right-line::after {
  top: 130px;
  content: url("../images/right/13.png");
}

/* 14_contacts */
.contacts-box {
  position: relative;
  padding-top: 136px;
  background: #f1f1f1;
}
.contacts-box .right-line {
  background: transparent;
}
.contacts-box .right-line::after {
  background: #fff;
  top: 220px;
  bottom: 0;
  content: url("../images/right/14.png");
}
.contacts-box .map {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc( 50% + 226px);
  background: #1B1B1B;
  overflow: hidden;
}
.contacts-box .map #map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.contacts-box .map #map .ymaps-2-1-78-ground-pane {
  filter: grayscale(100%) sepia(0.1) contrast(90%) hue-rotate(140deg) invert(100%);
}
.contacts-box .map #map .ymaps-2-1-78-copyrights-pane {
  visibility: hidden;
}
.contacts-box .container {
  position: relative;
  display: flex;
  pointer-events: none;
}
.contacts-box .contacts-wrap {
  position: relative;
  margin-left: 50%;
  padding: 93px 0 78px 90px;
  width: 50%;
  background: #fff;
  pointer-events: all;
}
.contacts-box .contacts-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 1000px;
  background: #fff;
}
.contacts-box .contacts-wrap::after {
  content: "";
  display: block;
  position: absolute;
  left: 86px;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #EE410B;
}
.contacts-box .cont-line {
  display: flex;
  margin-bottom: 42px;
}
.contacts-box .cont-line .cont-icon {
  flex-shrink: 0;
  width: 70px;
}
.contacts-box .cont-address {
  font-size: 30px;
  font-weight: 400;
}
.contacts-box .cont-phone {
  font-size: 40px;
  font-weight: 500;
}
.contacts-box .cont-phone img {
  margin-top: -6px;
  margin-left: -3px;
}
.contacts-box .cont-mail {
  font-size: 29px;
  font-weight: 300;
}
.contacts-box .social-line {
  display: flex;
  margin-top: 100px;
  align-items: center;
}
.contacts-box .social-icons a {
  width: 46px;
  height: 46px;
  margin-right: 20px;
}
.contacts-box .social-text {
  max-width: 205px;
  margin-left: 15px;
  color: #A9A9A9;
}

/* 15_footer */
.footer-box {
  padding-top: 111px;
  padding-bottom: 100px;
}
.footer-box .footer-wrap {
  display: flex;
  justify-content: space-between;
}
.footer-box .footer-descr {
  margin-top: 33px;
  opacity: 0.5;
  max-width: 250px;
}
.footer-box .footer-copy {
  margin-top: 53px;
  font-size: 12px;
  line-height: 177.03%;
  max-width: 220px;
}
.footer-box .footer-politic {
  margin-top: 7px;
  font-size: 12px;
  color: #8F8F90;
  text-decoration: underline;
}
.footer-box .footer-beavers {
  margin-top: 87px;
  font-size: 12px;
  color: #626164;
}
.footer-box .footer-beavers a {
  display: flex;
  align-items: center;
}
.footer-box .footer-beavers a img {
  flex-shrink: 0;
  margin-right: 10px;
}
.footer-box .footer-col:not(:last-child) {
  margin-right: 30px;
}
.footer-box .footer-col:first-child {
  margin-right: 45px;
}
.footer-box .footer-menu {
  font-size: 14px;
  max-width: 220px;
}
.footer-box .footer-menu .fm-title {
  font-weight: 500;
  margin-bottom: 15px;
}
.footer-box .footer-menu .fm-title:not(:first-child) {
  margin-top: 20px;
}
.footer-box .footer-menu .fm-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  opacity: 0.7;
}
.footer-box .footer-menu .fm-list a {
  margin-bottom: 11px;
}
.footer-box .footer-menu .fm-list a.active {
  color: #BCBBBC;
}
.footer-box .footer-menu .fm-list a:hover {
  color: #EE410B;
}
.footer-box .footer-first-menu {
  font-weight: 500;
  font-size: 16px;
}
.footer-box .footer-first-menu .fm-list {
  opacity: 1;
}
.footer-box .footer-first-menu .fm-list a {
  margin-bottom: 11px;
}

/* 16_popups */
.fancybox-bg {
  background: rgba(238, 65, 11, 0.7);
}

.fancybox-container {
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
}

.fancybox-slide--html .fancybox-button {
  background: #fff;
  padding: 0;
  color: #EE410B;
  transition: 0.2s;
  opacity: 0.5;
}
.fancybox-slide--html .fancybox-button:hover {
  opacity: 1;
}

.fancybox-infobar {
  display: none;
}

.fancybox-slide--html {
  padding: 70px 6px;
}

.popup-price {
  max-width: 800px;
  padding: 53px 52px 67px 70px;
  overflow: visible;
  cursor: default;
}
.popup-price .popup-img {
  position: absolute;
  top: -65px;
  right: 40px;
  pointer-events: none;
}
.popup-price .fancybox-button {
  top: -60px;
  right: -60px;
  padding: 3px;
  width: 60px;
  height: 60px;
}
.popup-price .h2 {
  max-width: 500px;
  font-size: 40px;
  white-space: pre-line;
}
.popup-price .form .form-inputs {
  max-width: 330px;
}
.popup-price .form .btn {
  margin-right: 0;
}
.popup-price .form .form-text {
  margin-top: 38px;
  max-width: 440px;
}

.popup-consultation {
  max-width: 355px;
  padding: 33px 42px 37px;
  overflow: visible;
  cursor: default;
}
.popup-consultation .fancybox-button {
  padding: 8px;
  width: 56px;
  height: 56px;
}
.popup-consultation .h2 {
  font-size: 30px;
  font-weight: 500;
}
.popup-consultation .head-descr {
  margin: 12px 0 26px;
  font-size: 15px;
}
.popup-consultation .form .form-text {
  margin-top: 38px;
  font-size: 11px;
  line-height: 1.485;
}
.popup-consultation .form .form-input {
  margin-bottom: 14px;
}
.popup-consultation .form .form-text {
  margin: 18px 0 25px;
  font-size: 10px;
}
.popup-consultation .social-line {
  display: flex;
  align-items: center;
  font-size: 9px;
  color: #A6A6A6;
}
.popup-consultation .social-icons a {
  width: 25px;
  height: 25px;
  margin-right: 11px;
}

/* 17_card_home */
.card-home-box .container {
  position: relative;
}
.card-home-box .container::before {
  display: none;
}
.card-home-box .white-el {
  position: relative;
}
.card-home-box .white-el .home-bg-full {
  position: absolute;
  top: 103px;
  left: 0;
  bottom: 0;
  width: calc( ( min( 100vw, 1920px ) - 1246px ) / 2 + 1246px );
  background: #967356;
  overflow: hidden;
}
.card-home-box .white-el .home-bg-full img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.card-home-box .right-wrap {
  padding: 0;
}
.card-home-box .orange-el {
  padding: 25px 35px 70px;
}
.card-home-box .orange-el .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 52px;
}
.card-home-box .orange-el .breadcrumbs .btn:not(:last-child) {
  margin-right: 6px;
  margin-bottom: 5px;
}
.card-home-box .orange-el .h1 {
  margin-top: 35px;
  margin-bottom: 55px;
  margin-right: -5px;
}

/* 18_strapping */
.strapping-box {
  padding-bottom: 107px;
}
.strapping-box .left-content {
  padding-top: 75px;
  padding-right: 65px;
}
.strapping-box .left-content .h2 {
  font-size: 35px;
}
.strapping-box .left-content .left-text {
  font-weight: 300;
  line-height: 1.5;
  opacity: 0.8;
  max-width: 636px;
}
.strapping-box .left-content .left-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 56px 0 75px;
}
.strapping-box .left-content .left-item {
  position: relative;
  display: flex;
  padding-bottom: 58px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.385;
}
.strapping-box .left-content .left-item:nth-child(odd) {
  border-right: 1px solid #E7E7E7;
}
.strapping-box .left-content .left-item:nth-child(odd)::after {
  right: 45px;
}
.strapping-box .left-content .left-item:nth-child(even) {
  margin-left: 45px;
}
.strapping-box .left-content .left-item:nth-last-child(2), .strapping-box .left-content .left-item:last-child {
  padding-bottom: 0;
}
.strapping-box .left-content .left-item:nth-last-child(2)::after, .strapping-box .left-content .left-item:last-child::after {
  display: none;
}
.strapping-box .left-content .left-item::before {
  content: url("../images/price-yes.svg");
  flex-shrink: 0;
  margin-top: 5px;
  margin-right: 20px;
  width: 24px;
  height: 24px;
}
.strapping-box .left-content .left-item::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #E7E7E7;
  bottom: 29px;
  left: 0;
  right: 0;
}
.strapping-box .left-content .left-item span {
  max-width: 220px;
}
.strapping-box .right-content {
  position: relative;
  align-self: flex-start;
  padding: 84px 15px 90px 65px;
  background: #F1F1F1;
}
.strapping-box .right-content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 1000px;
  background: #F1F1F1;
}
.strapping-box .right-content img {
  max-width: 100%;
  height: auto;
}
.strapping-box .right-content .right-price-title {
  margin-top: 51px;
  font-size: 30px;
  font-weight: 300;
  opacity: 0.8;
}
.strapping-box .right-content .right-price {
  margin-top: 5px;
  font-size: 40px;
  font-weight: 600;
  color: #EE410B;
}
.strapping-box .right-content .right-feature {
  display: grid;
  align-items: start;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  gap: 16px 0;
  margin-top: 60px;
  font-weight: 600;
  margin-right: -20px;
}
.strapping-box .right-content .right-feature .rf-name {
  display: flex;
  align-items: center;
  font-weight: 300;
  color: #48484B;
}
.strapping-box .right-content .right-feature .rf-name::after {
  content: "";
  margin: 0 16px;
  min-width: 25px;
  width: 100%;
  border-bottom: 1px solid #fff;
}

/* 19_projects */
.projects-box {
  padding-bottom: 140px;
}
.projects-box .head-row {
  align-items: center;
  justify-content: space-between;
}
.projects-box .head-row a {
  margin-right: 120px;
  padding-bottom: 4px;
  font-weight: 400;
  color: #EE410B;
  border-bottom: 1px solid currentColor;
}
.projects-box .head-row a:hover {
  opacity: 0.5;
}
.projects-box .projects-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.projects-box .projects-list-wrap {
  position: relative;
  max-width: 528px;
  margin-top: -10px;
}
.projects-box .projects-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -22px;
}
.projects-box .projects-list .slick-list {
  position: relative;
  order: -1;
  z-index: 2;
  margin-left: -200%;
  width: 500%;
  flex-shrink: 0;
  padding: 0 200%;
}
.projects-box .projects-item {
  position: relative;
  margin: 0 22px;
  color: inherit;
  opacity: 0.5;
  pointer-events: none;
}
.projects-box .projects-item:hover .projects-description::after {
  transform: translateX(100%);
}
.projects-box .projects-item.slick-active, .projects-box .projects-item.slick-active ~ .slick-slide {
  pointer-events: all;
  opacity: 1;
}
.projects-box .projects-item .projects-image {
  width: 100%;
  padding-bottom: 74.6%;
}
.projects-box .projects-item .projects-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.projects-box .projects-item .projects-description {
  position: absolute;
  left: -1px;
  bottom: 0;
  padding-top: 25px;
  padding-right: 30px;
  max-width: 290px;
  background: #fff;
  font-size: 14px;
  transition: 0.2s;
}
.projects-box .projects-item .projects-description > div {
  position: relative;
  z-index: 2;
}
.projects-box .projects-item .projects-description::before {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 2;
}
.projects-box .projects-item .projects-description::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 104px;
  background: #EE410B url("../images/white-arrow.png") no-repeat 50%;
  transition: 0.2s;
  z-index: 0;
}
.projects-box .projects-item .projects-name {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
}

/* 20_advantages */
.advantages-box {
  padding-bottom: 45px;
}
.advantages-box .left-content .h2 {
  font-size: 35px;
  margin-bottom: 24px;
}
.advantages-box .left-content .left-text {
  max-width: 615px;
  color: rgba(30, 30, 33, 0.8);
  line-height: 1.5;
}
.advantages-box .left-content .left-text ul {
  max-width: 540px;
}
.advantages-box .left-content .left-text ol {
  max-width: 590px;
}
.advantages-box .left-content .left-text li {
  font-size: 13px;
  line-height: 1.5;
}
.advantages-box .left-content .btn {
  margin-top: 22px;
}
.advantages-box .right-content {
  position: relative;
  align-self: flex-start;
  padding: 0;
  background: #F1F1F1;
}
.advantages-box .right-content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 1000px;
  background: #F1F1F1;
}
.advantages-box .right-content .cont-wrap {
  padding: 57px 0 0 65px;
}
.advantages-box .right-content .right-title {
  font-size: 25px;
  font-weight: 500;
  max-width: 350px;
}
.advantages-box .right-content .mini-buttons {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.advantages-box .right-content .mini-buttons .btn {
  margin-right: 10px;
  margin-bottom: 11px;
}
.advantages-box .right-content img {
  position: relative;
  margin-top: 52px;
  max-width: 150%;
}

/* 21_card */
.card-box .breadcrumbs-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.card-box .breadcrumbs {
  margin-right: 20px;
}
.card-box .b-next {
  display: flex;
  align-items: center;
  color: rgba(238, 65, 11, 0.8);
  font-weight: 500;
  text-decoration: none;
}
.card-box .b-next:hover {
  color: #EE410B;
}
.card-box .b-next::after {
  content: "";
  margin-left: 15px;
  width: 17px;
  height: 15px;
  flex-shrink: 0;
  background: url("../images/orange-arrow.png");
}
.card-box .b-next span {
  border-bottom: 1px solid currentColor;
}
.card-box .h1 {
  margin-top: 36px;
  margin-bottom: 77px;
  max-width: 1050px;
  font-size: 60px;
}

/* page_card */
.card-page .scheme-box,
.object-page .scheme-box {
  margin-bottom: 65px;
}
.card-page .scheme-box .h2,
.object-page .scheme-box .h2 {
  max-width: none;
  margin-bottom: -20px;
}
.card-page .price-box,
.object-page .price-box {
  position: relative;
  background: transparent;
  padding: 0;
  z-index: 2;
}
.card-page .price-box .container,
.object-page .price-box .container {
  position: relative;
  padding-top: 100px;
  padding-bottom: 104px;
}
.card-page .price-box .container::before,
.object-page .price-box .container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -700px;
  right: -165px;
  background: #f1f1f1;
}
.card-page .price-box .container > div,
.object-page .price-box .container > div {
  position: relative;
}
.card-page .price-box .h2,
.object-page .price-box .h2 {
  max-width: none;
  margin-bottom: -20px;
}
.card-page .price-box .price-includes,
.object-page .price-box .price-includes {
  margin-top: 45px;
}
.card-page .guarantee-box,
.object-page .guarantee-box {
  margin-top: -254px;
  padding-top: 254px;
  background: linear-gradient(to right, #fff 50%, #EE410B 50%);
}
.card-page .guarantee-box .gu-wrap,
.object-page .guarantee-box .gu-wrap {
  margin: 0;
  padding-bottom: 20px;
}
.card-page .guarantee-box .gu-wrap::before,
.object-page .guarantee-box .gu-wrap::before {
  background: #f1f1f1;
  bottom: 175px;
}
.card-page .guarantee-box .gu-text,
.object-page .guarantee-box .gu-text {
  margin-left: -15px;
  max-width: 448px;
}
.card-page .guarantee-box img,
.object-page .guarantee-box img {
  max-width: 201px;
  margin: 80px -28px 60px 88px;
}
.card-page .machines-box,
.object-page .machines-box {
  padding-top: 145px;
  background: #fff;
}
.card-page .machines-box .machines-row,
.object-page .machines-box .machines-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: -5px;
}
.card-page .machines-box .machines-slider-wrap,
.object-page .machines-box .machines-slider-wrap {
  position: relative;
  max-width: 652px;
  width: 100%;
}
.card-page .machines-box .machines-slider,
.object-page .machines-box .machines-slider {
  position: static;
}
.card-page .machines-box .machines-slider .mach-img,
.object-page .machines-box .machines-slider .mach-img {
  position: relative;
  display: block;
  padding-bottom: 66%;
  min-height: 2px;
  width: 100%;
}
.card-page .machines-box .machines-slider .mach-img img,
.object-page .machines-box .machines-slider .mach-img img {
  position: absolute;
}
.card-page .machines-box .mb-content,
.object-page .machines-box .mb-content {
  padding-left: 130px;
}
.card-page .machines-box .factory-numbers .fn-item,
.object-page .machines-box .factory-numbers .fn-item {
  margin-right: 93px;
}
.card-page .machines-box .factory-numbers .fn-last-item,
.object-page .machines-box .factory-numbers .fn-last-item {
  margin-left: 42px;
  margin-right: 0;
}
.card-page .callback-box,
.object-page .callback-box {
  z-index: 2;
}
.card-page .callback-box .container,
.object-page .callback-box .container {
  position: relative;
}
.card-page .callback-box .container::before,
.object-page .callback-box .container::before {
  content: "";
  display: block;
  position: absolute;
  top: -200px;
  bottom: -400px;
  margin-left: 100%;
  transform: translateX(165px);
  width: 500px;
  background: #fff;
  pointer-events: none;
}
.card-page .contacts-box .contacts-wrap,
.object-page .contacts-box .contacts-wrap {
  z-index: 3;
}

/* page_object */
:root {
  --obj-slider-margin-left: calc( ( var(--body-width) - var(--container-width) ) / 2 );
}

.object-page .header-box::before {
  width: 100%;
}
.object-page .home-box .orange-el {
  background: transparent;
  padding-right: 0;
  padding-bottom: 89px;
}
.object-page .machines-box {
  padding: 0;
}
.object-page .machines-box .container {
  position: relative;
}
.object-page .machines-box .container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -700px;
  right: -165px;
  background: #f1f1f1;
}
.object-page .machines-box .container > div {
  position: relative;
}
.object-page .machines-box .machines-slider-wrap {
  flex-shrink: 0;
  margin-left: calc( var(--obj-slider-margin-left) * -1 - 15px );
  width: calc( var(--obj-slider-margin-left) + ( var(--container-width) / 2 ) + 112px );
  max-width: none;
  min-width: 100px;
  min-height: 300px;
}
.object-page .machines-box .machines-slider .mach-img {
  display: block;
  padding-bottom: 60%;
  min-height: 640px;
}
.object-page .machines-box .square-slider-nav {
  background: #f1f1f1;
}
.object-page .machines-box .mb-content {
  padding-top: 72px;
  padding-left: 55px;
}
.object-page .machines-box .h3,
.object-page .machines-box .m-location {
  display: flex;
}
.object-page .machines-box .h3::before,
.object-page .machines-box .m-location::before {
  content: url("../images/ca-icon-name.svg");
  position: relative;
  left: -2px;
  flex-shrink: 0;
  width: 35px;
  height: 30px;
  margin-right: 13px;
}
.object-page .machines-box .h3 {
  font-weight: 500;
  line-height: 1.2;
}
.object-page .machines-box .h3::before {
  content: url("../images/ca-icon-name.svg");
}
.object-page .machines-box .m-location {
  margin: 29px 0 72px;
  font-size: 20px;
  color: rgba(30, 30, 33, 0.8);
}
.object-page .machines-box .m-location::before {
  content: url("../images/ca-icon-map.svg");
  top: -3px;
}
.object-page .machines-box .par-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}
.object-page .machines-box .right-feature {
  display: grid;
  align-items: start;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  gap: 16px 0;
  margin-top: 40px;
  font-weight: 500;
  margin-right: -20px;
}
.object-page .machines-box .right-feature .rf-name {
  display: flex;
  align-items: center;
  font-weight: 300;
  color: #48484B;
}
.object-page .machines-box .right-feature .rf-name::after {
  content: "";
  margin: 0 16px;
  min-width: 30px;
  width: 100%;
  border-bottom: 1px solid #fff;
}
.object-page .machines-box .button-row {
  display: flex;
  align-items: center;
  margin-top: 78px;
  padding-bottom: 80px;
  font-size: 20px;
}
.object-page .machines-box .button-row .head-descr {
  max-width: 650px;
  margin: 0 136px 0 0;
}
.object-page .projects-box {
  padding-top: 70px;
  padding-bottom: 30px;
}
.object-page .projects-box .top-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 20px;
  margin-bottom: 115px;
}
.object-page .projects-box .top-item {
  position: relative;
  display: flex;
  font-size: 18px;
  line-height: 1.385;
}
.object-page .projects-box .top-item::before {
  content: url("../images/price-yes.svg");
  flex-shrink: 0;
  margin-top: 5px;
  margin-right: 20px;
  width: 24px;
  height: 24px;
}
.object-page .projects-box .top-item span {
  max-width: 220px;
}
.object-page .scheme-box {
  margin-bottom: 42px;
}

@media (max-width: 1799.98px) {
  h1, .h1 {
    font-size: 45px;
  }

  .card-home-box .breadcrumbs .btn {
    padding: 0 12px;
    font-size: 11px;
  }

  .types-box .types-list-wrap::before {
    right: 30px;
  }
}
@media (max-width: 1349.98px) {
  .right-line {
    display: none;
  }
}
@media (max-width: 1299.98px) {
  :root {
    --container-width: 960px;
    --container-big-width: 960px;
  }

  .btn:not(.btn-mini) {
    height: 65px;
    font-size: 18px;
  }

  .btn-mini {
    height: 40px;
    font-size: 15px;
  }

  .form .form-input {
    height: 65px;
    font-size: 20px;
  }

  .form .btn {
    width: 280px;
  }

  h1, .h1 {
    font-size: 40px;
  }

  h2, .h2 {
    font-size: 40px;
  }

  h4, .h4 {
    font-size: 19px;
  }

  .square-slider-nav {
    width: 225px;
    height: 77px;
    justify-content: space-evenly;
  }
  .square-slider-nav ul {
    margin: 0 5px;
  }

  .square-slider-dots {
    font-size: 24px;
  }

  .head-descr {
    font-size: 22px;
  }

  .header-box {
    font-size: 12px;
  }
  .header-box .h-nav .h-item {
    height: 60px;
  }
  .header-box .h-nav .h-item .h-sub-nav a {
    padding: 7px 12px;
  }

  .home-box .white-el .top-row {
    flex-wrap: wrap;
    padding-right: 0;
  }
  .home-box .white-el .top-row .grand-name {
    margin-bottom: 20px;
  }
  .home-box .white-el .home-bg {
    margin-top: 35px;
  }
  .home-box .orange-el {
    padding: 25px 44px 60px;
  }
  .home-box .orange-el .top-row .btn-mini {
    padding: 0 20px;
  }
  .home-box .orange-el .h1 {
    margin-top: 35px;
  }

  .benefits-box {
    padding-top: 100px;
  }
  .benefits-box .h2 {
    max-width: 610px;
    margin-bottom: -95px;
  }
  .benefits-box .b-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .benefits-box .b-square,
.benefits-box .b-square.b-big-square {
    padding: 20px;
    font-size: 16px;
  }
  .benefits-box .b-square img,
.benefits-box .b-square.b-big-square img {
    max-width: 100%;
    margin: 0;
    height: auto;
  }
  .benefits-box .b-square.b-big-square {
    height: 417px;
  }
  .benefits-box .b-square.b-big-square .bs-orange {
    height: 45px;
    font-size: 18px;
  }
  .benefits-box .bs-big-image {
    max-width: 100%;
    top: 210px;
  }
  .benefits-box .b-square.bs-pre-last img,
.benefits-box .b-square.bs-last img {
    margin: 0;
  }
  .benefits-box .b-square.bs-pre-last .bs-text {
    margin-top: 105px;
  }

  .comparison-box {
    padding-top: 100px;
    padding-bottom: 150px;
  }
  .comparison-box .head-row .head-descr {
    max-width: 450px;
  }
  .comparison-box .comparison-item {
    max-width: 319px;
  }
  .comparison-box .ci-header {
    height: 160px;
    font-size: 20px;
  }
  .comparison-box .ci-header img {
    margin: 9px 20px;
    max-width: 110px;
  }
  .comparison-box .comparison-item:not(.ci-correct)::before {
    font-size: 340px;
  }

  .tech-box .left-image {
    margin-right: 50px;
    height: 660px;
  }
  .tech-box .h2 {
    margin-right: 27px;
  }
  .tech-box .head-row {
    margin: 70px 0 50px;
  }
  .tech-box .head-row .head-descr {
    margin: 0;
  }

  .basement-box .left-image {
    display: flex;
    align-items: center;
    margin-left: -195px;
    width: 426px;
  }
  .basement-box .left-image img {
    max-width: 605px;
    height: auto;
  }
  .basement-box .h2 {
    margin-top: 80px;
  }
  .basement-box .right-content {
    padding-left: 200px;
    padding-bottom: 80px;
  }
  .basement-box .mini-buttons {
    margin-bottom: 50px;
  }
  .basement-box .big-buttons {
    display: block;
  }
  .basement-box .big-buttons .btn {
    margin-bottom: 30px;
  }
  .basement-box .big-buttons .bb-description {
    max-width: 370px;
  }
  .basement-box .big-buttons .bb-description br {
    display: none;
  }

  .types-box {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .types-box .head-row .head-descr {
    max-width: 455px;
  }
  .types-box .types-item {
    padding: 7px 25px 40px;
  }
  .types-box .types-item .btn {
    font-size: 16px;
    height: 50px;
  }

  .price-box {
    padding-bottom: 100px;
  }
  .price-box .head-row .head-descr {
    max-width: 420px;
    margin: 0;
  }
  .price-box .price-tables .pt-tabs {
    width: 170px;
  }
  .price-box .price-tables .pt-tables table td:first-child,
.price-box .price-tables .pt-tables table th:first-child {
    padding-left: 25px;
  }
  .price-box .price-tables .pt-tables table th,
.price-box .price-tables .pt-tables table td {
    padding: 10px 5px;
    width: auto;
  }
  .price-box .price-includes {
    margin-top: 65px;
  }
  .price-box .price-includes .pi-title {
    font-size: 22px;
  }

  .machines-box {
    padding-bottom: 100px;
  }
  .machines-box .mb-content {
    padding-left: 50px;
  }

  .scheme-box .head-row .head-descr {
    margin: 0;
    max-width: 500px;
  }
  .scheme-box .scheme-list {
    gap: 30px;
  }
  .scheme-box .si-int::after {
    margin-right: -5px;
  }

  .guarantee-box img {
    max-width: 270px;
    height: auto;
  }
  .guarantee-box .gu-text {
    max-width: 360px;
  }

  .factory-box {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .factory-box .factory-wrap {
    padding-top: 0;
  }
  .factory-box .fact-left {
    flex-shrink: 0;
    padding-right: 30px;
  }
  .factory-box .fact-left .btn {
    margin-top: 50px;
  }
  .factory-box .factory-wrap img {
    margin: 0;
    height: auto;
    width: auto;
    max-width: 100%;
  }

  .factory-numbers {
    margin-top: 70px;
  }
  .factory-numbers .fn-last-item {
    margin: 0;
  }

  .works-box {
    background: #EE410B;
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .works-box .container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .works-box .works-list-wrap {
    display: flex;
    justify-content: space-between;
    max-width: none;
  }
  .works-box .works-nav-arrows {
    position: relative;
    right: 131px;
    align-self: flex-start;
    flex-shrink: 0;
    width: 100px;
    transform: none;
    order: 2;
    z-index: 3;
  }
  .works-box .works-list {
    max-width: 700px;
  }

  .callback-box {
    padding-top: 100px;
    padding-bottom: 90px;
  }

  .contacts-box .contacts-wrap {
    padding: 60px 0 0 50px;
    margin-bottom: -1px;
  }
  .contacts-box .contacts-wrap::after {
    margin-top: 50px;
    position: static;
  }
  .contacts-box .cont-address {
    font-size: 25px;
  }
  .contacts-box .cont-phone {
    font-size: 33px;
  }
  .contacts-box .cont-mail {
    font-size: 25px;
  }
  .contacts-box .cont-line {
    margin-bottom: 30px;
  }
  .contacts-box .cont-line .cont-icon {
    width: 50px;
  }
  .contacts-box .social-line {
    margin-top: 50px;
  }

  .footer-box .footer-wrap {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -30px;
  }
  .footer-box .footer-wrap .footer-col {
    margin: 0 0 30px;
    width: 100%;
    max-width: 33%;
  }
  .footer-box .footer-beavers {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .footer-box .footer-col:nth-child(4) {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    min-width: 66%;
  }
  .footer-box .footer-col:nth-child(4) > * {
    width: 50%;
  }
  .footer-box .footer-col:nth-child(4) .fm-title {
    margin: 0 0 -12px;
  }
  .footer-box .footer-col:nth-child(4) .fm-list {
    order: 4;
    margin-bottom: auto;
  }

  .card-home-box .white-el .home-bg-full {
    top: 160px;
  }
  .card-home-box .orange-el .breadcrumbs {
    margin-top: 23px;
  }

  .strapping-box {
    padding-bottom: 90px;
  }
  .strapping-box .left-content {
    padding: 70px 20px 0 0;
  }
  .strapping-box .right-content {
    padding: 80px 0 80px 30px;
  }
  .strapping-box .right-content img {
    max-width: 100%;
    height: auto;
  }
  .strapping-box .right-content .right-feature {
    font-size: 15px;
  }
  .strapping-box .right-content .right-feature .rf-name::after {
    min-width: 10px;
    margin: 0 10px;
  }

  .projects-box .head-row a {
    margin: 0 auto;
  }

  .card-page .guarantee-box,
.object-page .guarantee-box {
    margin: 0;
    padding: 30px 0;
    background: #EE410B;
  }
  .card-page .guarantee-box img,
.object-page .guarantee-box img {
    margin: 0 20px 0 0;
  }
  .card-page .guarantee-box .gu-wrap,
.object-page .guarantee-box .gu-wrap {
    padding: 0;
  }
  .card-page .guarantee-box .gu-wrap::before,
.object-page .guarantee-box .gu-wrap::before {
    display: none;
  }
  .card-page .guarantee-box .gu-text,
.object-page .guarantee-box .gu-text {
    margin: 0;
    max-width: 360px;
  }
  .card-page .machines-box .machines-slider-wrap,
.object-page .machines-box .machines-slider-wrap {
    max-width: 50%;
  }
  .card-page .machines-box .mb-content,
.object-page .machines-box .mb-content {
    padding: 0;
    padding-left: 30px;
  }
  .card-page .machines-box .factory-numbers .fn-item,
.object-page .machines-box .factory-numbers .fn-item {
    margin-right: 60px;
  }
  .card-page .machines-box .factory-numbers .fn-last-item,
.object-page .machines-box .factory-numbers .fn-last-item {
    margin: 0;
  }

  .card-box .h1 {
    font-size: 50px;
    margin-bottom: 70px;
  }

  .object-page .machines-box .mb-content {
    padding-top: 70px;
  }

  .header-fixed-box .social-line .sl-text {
    display: none;
  }
}
@media (max-width: 991.98px) {
  :root {
    --container-width: 720px;
    --container-big-width: 720px;
  }

  .head-row {
    flex-direction: column;
  }

  .head-descr {
    font-size: 20px;
    padding-top: 15px;
  }

  .wrapper .header-box {
    position: fixed;
  }

  .hamburger {
    display: flex;
    position: fixed;
    background: #fff;
    border: 10px solid #fff;
    right: calc( ( var(--body-width) - var(--container-width) ) / 2 + 5px );
    z-index: 30;
  }
  .hamburger.scrolling {
    margin-right: 10px;
  }

  .home-box .white-el .top-row .social-line {
    margin-left: auto;
    margin-right: auto;
    padding-right: 30px;
  }

  .home-box .container::before {
    display: none;
  }
  .home-box .white-el {
    position: relative;
    margin-bottom: 0;
  }
  .home-box .white-el .top-row {
    align-items: center;
    padding: 15px 0;
  }
  .home-box .white-el .top-row .social-line .sl-text {
    display: none;
  }
  .home-box .white-el .top-row .grand-name {
    margin: 0 15px 0 0;
  }
  .home-box .white-el .home-bg {
    display: none;
  }
  .home-box .orange-el {
    position: relative;
    padding: 15px 0 50px;
    background: #fff;
  }
  .home-box .orange-el > * {
    position: relative;
  }
  .home-box .orange-el::before {
    content: "";
    display: block;
    position: absolute;
    left: -500px;
    right: -500px;
    height: 265px;
    bottom: 0;
    background: #EE410B;
    z-index: 2;
  }
  .home-box .orange-el .top-row {
    position: relative;
    margin-top: 0;
    z-index: 3;
  }
  .home-box .orange-el .h1 {
    position: relative;
    margin-top: 50px;
    font-size: 35px;
    max-width: 440px;
    color: #1E1E21;
    z-index: 2;
  }
  .home-box .orange-el .home-bg {
    position: absolute;
    top: 10px;
    left: 380px;
    display: block;
    pointer-events: none;
    width: 530px;
    z-index: 1;
  }
  .home-box .orange-el .home-bg video, .home-box .orange-el .home-bg img {
    width: 100%;
    max-width: 530px;
  }
  .home-box .orange-el .o-text {
    position: relative;
    margin-top: 100px;
    margin-bottom: 40px;
    max-width: 580px;
    z-index: 4;
  }
  .home-box .orange-el .btn {
    position: relative;
    max-width: 580px;
    z-index: 4;
  }

  .benefits-box {
    padding-top: 70px;
  }
  .benefits-box .h2 {
    margin-bottom: 60px;
  }
  .benefits-box .b-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .benefits-box .b-list .b-empty {
    display: none;
  }
  .benefits-box .bs-big-image {
    top: 140px;
  }
  .benefits-box .b-square.b-big-square {
    height: 317px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
  .benefits-box .b-square.b-big-square .bs-orange {
    height: 30px;
    font-size: 14px;
  }
  .benefits-box .b-square.b-big-square img {
    margin: -20px 0 0;
    width: 130px;
  }

  .comparison-box {
    padding-top: 70px;
    padding-bottom: 90px;
  }
  .comparison-box .head-row .head-descr {
    margin-top: 0;
  }
  .comparison-box .comparison-list::after {
    bottom: -60px;
  }
  .comparison-box .comparison-item {
    max-width: 290px;
  }
  .comparison-box .comparison-item:not(.ci-correct) {
    margin-left: -157px;
  }
  .comparison-box .ci-item {
    font-size: 14px;
  }
  .comparison-box .ci-header {
    height: 130px;
    font-size: 18px;
  }
  .comparison-box .ci-header img {
    max-width: 90px;
  }

  .tech-box {
    padding-bottom: 70px;
  }
  .tech-box .head-row {
    margin-bottom: 40px;
  }
  .tech-box .head-row .head-descr {
    max-width: 520px;
  }
  .tech-box .tb-wrap {
    flex-direction: column;
  }
  .tech-box .left-image {
    display: none;
    order: 2;
    margin: 20px 0 0;
    margin-left: calc( ( var(--body-width) - var(--container-width) ) / -2 - 15px );
    width: var(--body-width);
    height: 300px;
    background-position: 50%;
    background-size: cover;
  }
  .tech-box .right-text {
    font-size: 15px;
  }

  .basement-box {
    padding-top: 70px;
    background: #EE410B;
  }
  .basement-box .tb-wrap {
    flex-direction: column;
  }
  .basement-box .right-content {
    padding: 0 0 0;
  }
  .basement-box .h2 {
    margin-top: 0;
  }
  .basement-box .big-buttons {
    margin-left: 260px;
  }
  .basement-box .left-image {
    margin: -190px 0 0;
    margin-left: calc( ( var(--body-width) - var(--container-width) ) / -2 - 30px );
    order: 2;
    background: transparent;
  }
  .basement-box .left-image img {
    max-width: 300px;
    height: auto;
    margin: 0;
  }

  .types-box {
    padding-top: 70px;
  }
  .types-box .head-row .head-descr {
    margin-top: 0;
  }
  .types-box .types-list-wrap::before {
    display: none;
  }

  .price-box .head-row .head-descr {
    max-width: 500px;
  }
  .price-box .price-tables {
    display: block;
    padding-top: 0;
  }
  .price-box .price-tables .pt-tabs {
    flex-direction: row;
    width: 100%;
  }
  .price-box .price-tables .pt-tabs span {
    margin-right: 30px;
  }
  .price-box .price-includes {
    margin-top: 50px;
  }
  .price-box .price-includes .pi-title {
    font-size: 18px;
  }
  .price-box .price-includes .pi-yes {
    font-size: 14px;
    white-space: normal;
    margin: 0 10px 0 0;
  }
  .price-box .price-includes .pi-yes:last-child {
    margin: 0;
  }

  .machines-box {
    padding-bottom: 0;
  }
  .machines-box .container {
    display: flex;
    flex-direction: column;
  }
  .machines-box .machines-slider-wrap {
    position: relative;
    order: 2;
  }
  .machines-box .machines-slider {
    position: relative;
    right: auto;
  }
  .machines-box .mb-content {
    padding: 0;
  }
  .machines-box .head-descr {
    margin: 0;
  }
  .machines-box .mb-icons {
    margin: 25px 0 35px;
    gap: 20px 15px;
  }
  .machines-box .mb-icons .mi-item .mi-text {
    font-size: 16px;
  }

  .scheme-box {
    padding-top: 70px;
  }
  .scheme-box .scheme-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 30px;
  }
  .scheme-box .btn {
    margin-top: 25px;
  }

  .guarantee-box img {
    max-width: 200px;
  }
  .guarantee-box .gu-text {
    max-width: 260px;
    font-size: 16px;
  }
  .guarantee-box .gu-five {
    font-size: 40px;
  }
  .guarantee-box .gu-five span {
    font-size: 71.5%;
  }

  .factory-box {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .factory-box .head-row .h2 {
    max-width: none;
  }
  .factory-box .head-row .head-descr {
    margin: 0;
  }
  .factory-box .factory-wrap {
    display: block;
  }
  .factory-box .factory-wrap img {
    display: none;
  }
  .factory-box .fact-left {
    width: 100%;
    font-size: 15px;
  }

  .factory-numbers {
    margin-top: 55px;
  }
  .factory-numbers .fn-item {
    margin-right: 35px;
  }
  .factory-numbers .fn-item:last-child {
    margin: 0;
  }
  .factory-numbers .fn-item .fn-int {
    font-size: 50px;
  }
  .factory-numbers .fn-item span {
    font-size: 14px;
  }

  .works-box {
    padding-top: 70px;
  }
  .works-box .head-row {
    padding-bottom: 0;
  }
  .works-box .head-row .head-descr {
    white-space: normal;
  }
  .works-box .works-nav-arrows {
    position: absolute;
    width: 85px;
    top: -1px;
    right: 40px;
  }
  .works-box .works-list {
    max-width: none;
    width: calc(100% + 40px);
  }
  .works-box .works-description {
    max-width: 100%;
  }
  .works-box .works-item .works-name {
    font-size: 22px;
  }
  .works-box .works-bottom-nav {
    margin-top: 45px;
  }
  .works-box .works-bottom-nav .works-nav-dots {
    padding-right: 30px;
    width: 100%;
  }
  .works-box .works-bottom-nav .slick-dots {
    width: 100%;
  }
  .works-box .works-bottom-nav a {
    flex-shrink: 0;
  }

  .callback-box {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .form .form-wrap {
    flex-wrap: wrap;
  }
  .form .form-text {
    margin-top: 30px;
    width: 100%;
  }
  .form .form-inputs {
    max-width: 350px;
  }

  .contacts-box {
    padding-top: 0;
  }
  .contacts-box .map {
    position: relative;
    width: 100%;
    height: 400px;
  }
  .contacts-box .map #map {
    margin-top: -40px;
  }
  .contacts-box .contacts-wrap {
    padding: 40px 30px 0;
    width: 100%;
    margin: -100px 0 0;
  }
  .contacts-box .contacts-wrap::before {
    display: none;
  }

  .footer-box {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .footer-box .footer-wrap {
    justify-content: flex-start;
  }
  .footer-box .footer-wrap .footer-col:first-child {
    max-width: 50%;
  }
  .footer-box .footer-col:nth-child(4) {
    display: block;
    min-width: auto;
  }
  .footer-box .footer-col:nth-child(4) > * {
    width: 100%;
  }
  .footer-box .footer-col:nth-child(4) .fm-title {
    margin: 0 0 15px;
  }
  .footer-box .footer-col:nth-child(4) .fm-title:not(:first-child) {
    margin-top: 20px;
  }

  .popup-price .h2 {
    font-size: 33px;
  }

  .popup-price .form .form-inputs {
    max-width: 250px;
  }

  .card-home-box .right-wrap {
    margin: 0;
  }
  .card-home-box .orange-el {
    padding: 30px 15px 50px;
  }
  .card-home-box .orange-el::before {
    background: #EE410B;
    top: 0;
    height: auto;
    left: -500px;
    right: -500px;
  }
  .card-home-box .orange-el .h1 {
    color: #fff;
    max-width: none;
  }
  .card-home-box .orange-el .breadcrumbs {
    margin-top: 30px;
  }

  .strapping-box .right-content {
    margin: 30px 0 0;
    padding: 50px 30px;
    max-width: 450px;
  }
  .strapping-box .right-content::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    z-index: 1;
  }
  .strapping-box .right-content > * {
    position: relative;
    z-index: 2;
  }
  .strapping-box .right-content .right-img {
    max-width: 300px;
  }
  .strapping-box .right-content img {
    max-width: 100%;
    height: auto;
  }
  .strapping-box .right-content::after {
    content: "";
    position: absolute;
    right: -200px;
    bottom: -30px;
    width: 400px;
    height: 400px;
    background: url("../images/dots-bg.png") no-repeat 50%;
    z-index: 0;
  }

  .projects-box {
    padding-bottom: 90px;
  }
  .projects-box .head-row {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .projects-box .head-row .h2 {
    margin-bottom: 20px;
    width: 100%;
    flex-shrink: 0;
  }
  .projects-box .head-row a {
    margin: 0;
    order: 5;
  }

  .advantages-box .left-content .left-text {
    max-width: none;
  }
  .advantages-box .left-content .btn {
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .advantages-box .right-content::before {
    left: -500px;
    right: -500px;
    width: auto;
  }
  .advantages-box .right-content .cont-wrap {
    position: relative;
    margin-left: 230px;
  }
  .advantages-box .right-content img {
    position: relative;
    left: -130px;
    margin-top: -370px;
    margin-left: calc( ( var(--body-width) - var(--container-width) ) / -2 - 30px );
    height: auto;
    max-width: 520px;
    pointer-events: none;
  }

  .card-page .scheme-box,
.object-page .scheme-box {
    margin-bottom: 0;
  }
  .card-page .guarantee-box .gu-five,
.object-page .guarantee-box .gu-five {
    margin: 0;
  }
  .card-page .guarantee-box .gu-text,
.object-page .guarantee-box .gu-text {
    max-width: 260px;
  }
  .card-page .machines-box,
.object-page .machines-box {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .card-page .machines-box .machines-row,
.object-page .machines-box .machines-row {
    flex-direction: column;
    margin-bottom: 0;
  }
  .card-page .machines-box .machines-slider-wrap,
.object-page .machines-box .machines-slider-wrap {
    max-width: none;
    order: 3;
  }
  .card-page .machines-box .mb-content,
.object-page .machines-box .mb-content {
    padding: 0;
  }

  .card-box .h1 {
    margin-bottom: 40px;
    font-size: 40px;
  }

  .object-page .home-box .orange-el {
    padding-bottom: 30px;
  }
  .object-page .home-box .orange-el::before {
    display: none;
  }
  .object-page .machines-box {
    padding-top: 50px;
    background: #f1f1f1;
  }
  .object-page .machines-box .m-location {
    margin: 15px 0 40px;
  }
  .object-page .machines-box .right-feature {
    margin-top: 30px;
  }
  .object-page .machines-box .machines-slider-wrap {
    margin: 0 0 50px;
    width: 100%;
    max-width: 100%;
    order: 0;
  }
  .object-page .machines-box .machines-slider .mach-img {
    min-height: auto;
  }
  .object-page .machines-box .right-feature {
    grid-template-columns: auto auto;
  }
  .object-page .machines-box .button-row {
    display: block;
    margin-top: 40px;
    padding-bottom: 0;
  }
  .object-page .machines-box .button-row .head-descr {
    margin: 0 0 30px;
  }
  .object-page .projects-box .top-list {
    grid-template-columns: 1fr 1fr;
  }
  .object-page .card-box .breadcrumbs-row {
    margin-bottom: -15px;
  }
  .object-page .card-box .breadcrumbs-row .b-next {
    margin: 20px 0;
    margin-left: auto;
  }

  .header-fixed-box,
.header-box:not(.right-menu),
.header-box.right-big-menu {
    display: none;
  }
}
@media (max-width: 767.98px) {
  :root {
    --container-width: 540px;
    --container-big-width: 540px;
  }

  h2, .h2 {
    font-size: 35px;
  }

  .head-row {
    margin-bottom: 40px;
  }

  .social-icons a {
    width: 30px;
    height: 30px;
  }
  .social-icons a:not(:last-child) {
    margin-right: 10px;
  }

  .home-box .white-el .home-bg {
    left: 280px;
  }
  .home-box .orange-el .h1 {
    font-size: 33px;
    max-width: 300px;
  }
  .home-box .orange-el .o-text {
    margin: 90px 0 40px;
  }
  .home-box .orange-el .home-bg {
    top: 40px;
    left: 270px;
  }

  .benefits-box .b-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .benefits-box .b-square.b-big-square {
    height: 264px;
  }
  .benefits-box .b-square.b-big-square img {
    margin-top: -69px;
  }
  .benefits-box .b-square.b-big-square .bs-text {
    max-width: 200px;
  }
  .benefits-box .b-square.bs-pre-last {
    background: #fff;
  }
  .benefits-box .b-square.bs-pre-last .bs-image {
    display: block;
    margin-top: -10px;
    margin-bottom: -5px;
  }
  .benefits-box .b-square.bs-pre-last .bs-text {
    margin-top: 0;
  }
  .benefits-box .bs-big-image {
    display: none;
  }

  .comparison-box .scrollable {
    display: flex;
  }
  .comparison-box .comparison-list {
    margin: -150px -150px -70px;
    padding: 150px 150px 70px;
    overflow-x: auto;
  }
  .comparison-box .comparison-list::after {
    display: none;
  }
  .comparison-box .comparison-item:not(.ci-correct) {
    margin-left: -110px;
  }

  .basement-box {
    padding-bottom: 30px;
  }
  .basement-box .left-image img {
    max-width: 250px;
    margin-left: -30px;
  }
  .basement-box .mini-buttons {
    margin-bottom: 0;
  }
  .basement-box .big-buttons {
    margin-top: 30px;
    margin-left: 180px;
  }

  .types-box .types-list-wrap .h4 {
    max-width: 100%;
  }
  .types-box .types-item {
    max-width: none;
  }

  .price-box {
    padding-bottom: 70px;
  }
  .price-box .price-tables .pt-tabs {
    font-size: 20px;
  }
  .price-box .price-tables .pt-tables {
    max-width: 100%;
    overflow-x: auto;
  }
  .price-box .price-tables .pt-tables table {
    min-width: 690px;
  }
  .price-box .price-includes {
    flex-wrap: wrap;
  }
  .price-box .price-includes .pi-title {
    margin-bottom: 20px;
    width: 100%;
    max-width: none;
    flex-shrink: 0;
  }
  .price-box .price-includes .pi-yes {
    width: 45%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .scheme-box {
    padding-bottom: 70px;
  }

  .guarantee-box .gu-wrap .gu-five {
    display: none;
  }
  .guarantee-box .gu-wrap .gu-text {
    padding: 0;
  }
  .guarantee-box .gu-wrap .gu-text .gu-five {
    display: block;
    line-height: 1;
    margin-bottom: 15px;
  }

  .factory-box .fact-left .btn {
    margin-top: 30px;
  }

  .factory-numbers {
    flex-wrap: wrap;
  }
  .factory-numbers .fn-item {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .factory-numbers .fn-last-item {
    width: 100%;
    flex-shrink: 0;
  }

  .form .form-inputs {
    max-width: 250px;
  }
  .form .btn {
    margin-right: 0;
  }
  .form .form-input {
    padding: 5px 20px;
    font-size: 18px;
  }

  .footer-box .footer-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
  }
  .footer-box .footer-wrap .footer-col {
    max-width: none;
    margin: 0;
  }
  .footer-box .footer-wrap .footer-col:first-child {
    min-width: 100%;
    grid-column: 1/3;
    grid-row: 1/1;
  }
  .footer-box .footer-descr {
    margin-top: 20px;
  }
  .footer-box .footer-copy {
    margin-top: 30px;
  }
  .footer-box .footer-beavers {
    margin-top: 30px;
  }

  .popup-price .popup-img {
    display: none;
  }

  .popup-price .fancybox-button {
    top: 0;
    right: 0;
  }

  .popup-price {
    padding: 30px 35px 30px;
  }

  .card-home-box .orange-el .breadcrumbs {
    margin-top: 25px;
    margin-bottom: -15px;
  }

  .strapping-box {
    padding-top: 70px;
  }
  .strapping-box .left-content {
    padding: 0;
  }
  .strapping-box .left-content .left-list {
    padding: 30px 0 40px;
    gap: 20px 10px;
  }
  .strapping-box .left-content .left-list .left-item {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
  }
  .strapping-box .left-content .left-list .left-item::after {
    display: none;
  }
  .strapping-box .right-content {
    padding: 50px 20px;
  }
  .strapping-box .right-content .right-feature {
    font-size: 14px;
  }

  .projects-box .projects-item .projects-description {
    position: relative;
    bottom: -1px;
    margin-right: 90px;
    padding-top: 20px;
    padding-right: 20px;
    max-width: 100%;
  }
  .projects-box .projects-item .projects-description::after {
    width: 90px;
  }

  .advantages-box .right-content .cont-wrap {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
  }
  .advantages-box .right-content img {
    left: 0;
    margin-top: -30px;
    max-width: 100%;
  }

  .card-page .machines-box .factory-numbers .fn-item,
.object-page .machines-box .factory-numbers .fn-item {
    margin-right: 20px;
  }

  .object-page .card-box .h1 {
    margin-top: 25px;
    font-size: 35px;
  }
  .object-page .card-box .breadcrumbs-row {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .breadcrumbs {
    flex-wrap: wrap;
  }
  .breadcrumbs .btn {
    margin-bottom: 5px;
  }

  .scheme-box {
    padding-top: 50px;
  }

  .card-home-box .orange-el .h1 {
    max-width: none;
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  :root {
    --container-width: calc(100vw - 30px);
    --container-big-width: calc(100vw - 30px);
  }

  h1, .h1 {
    font-size: 38px;
  }

  h2, .h2 {
    font-size: 32px;
  }

  .btn-mini {
    padding: 0 12px;
    height: 36px;
    font-size: 14px;
  }

  .home-box .white-el .top-row .social-line {
    display: none;
  }
  .home-box .orange-el .h1 {
    margin-top: 35px;
    max-width: none;
    line-height: 1.2;
  }
  .home-box .orange-el .home-bg {
    position: static;
    margin-top: 20px;
    width: 130%;
  }
  .home-box .orange-el .o-text {
    padding: 30px 30px 40px;
    margin: -30px -30px 0;
    background: #EE410B;
  }

  .benefits-box .b-square,
.benefits-box .b-square.b-big-square {
    font-size: 13px;
    padding: 0 12px;
    height: 235px;
  }
  .benefits-box .b-square img,
.benefits-box .b-square.b-big-square img {
    max-height: 130px;
    width: auto;
  }
  .benefits-box .b-square:nth-child(3) img {
    margin-top: -27px;
  }
  .benefits-box .b-square.bs-pre-last .bs-image {
    margin: 5px 0;
  }
  .benefits-box .b-square.bs-last .bs-image {
    margin: 9px 0;
  }

  .comparison-box {
    padding-bottom: 70px;
  }
  .comparison-box .ci-list {
    margin-top: -15px;
  }
  .comparison-box .comparison-item {
    max-width: 260px;
  }
  .comparison-box .comparison-item:not(.ci-correct) {
    margin-left: 15px;
  }
  .comparison-box .comparison-item:not(.ci-correct)::after {
    display: none;
  }
  .comparison-box .ci-header img {
    max-width: 70px;
  }
  .comparison-box .ci-item {
    margin-bottom: 15px;
  }
  .comparison-box .ci-item::before {
    margin-right: 9px;
    width: 25px;
    background-size: contain;
  }

  .basement-box .mini-buttons .btn {
    margin-right: 9px;
    margin-bottom: 8px;
  }
  .basement-box .big-buttons {
    margin: 30px 0 0;
    padding: 0;
  }
  .basement-box .left-image {
    margin-top: 0;
    margin-bottom: -10px;
  }
  .basement-box .left-image img {
    max-width: 100%;
    width: 350px;
  }

  .types-box .types-list-wrap::before {
    display: none;
  }
  .types-box .types-list .slick-next {
    margin-right: 30px;
  }
  .types-box .types-list .slick-dots {
    width: 200px;
  }
  .types-box .types-item .btn {
    max-width: 290px;
  }

  .square-slider-nav {
    width: 180px;
    height: 60px;
  }

  .scheme-box .scheme-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .scheme-box .scheme-item:last-child .si-int::after {
    display: block;
  }

  .guarantee-box {
    padding: 23px 0 50px;
    background: #EE410B;
  }
  .guarantee-box img {
    max-width: 100px;
    margin: 0 30px 0 0;
  }
  .guarantee-box .gu-wrap {
    flex-wrap: wrap;
  }
  .guarantee-box .gu-wrap .gu-five {
    display: block;
    font-size: 50px;
    order: 3;
    margin-right: auto;
  }
  .guarantee-box .gu-wrap .gu-text {
    margin-top: 30px;
    order: 4;
    width: 100%;
  }
  .guarantee-box .gu-wrap .gu-text .gu-five {
    display: none;
  }

  .factory-numbers {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
  }
  .factory-numbers .fn-item {
    margin: 0;
  }

  .works-box .head-row .h2 {
    max-width: 100%;
  }
  .works-box .works-nav-arrows {
    width: 60px;
    right: -1px;
  }
  .works-box .works-list {
    width: calc(100% + 80px);
  }
  .works-box .works-item .works-description {
    position: relative;
    max-width: none;
    width: 100%;
    padding: 15px 20px;
    background: #fff;
    color: #1E1E21;
    font-size: 15px;
  }
  .works-box .works-item .works-name {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .works-box .works-bottom-nav {
    display: block;
  }
  .works-box .works-bottom-nav .works-nav-dots {
    margin-bottom: 30px;
  }

  .form .form-inputs {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .form .btn {
    width: 100%;
  }
  .form .form-tabs {
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
  }
  .form .form-tabs span {
    padding-bottom: 13px;
  }
  .form .form-tabs span:not(:last-child) {
    margin-right: 15px;
  }

  .contacts-box .cont-line .cont-icon {
    width: 40px;
  }
  .contacts-box .cont-line .cont-icon img {
    width: 25px;
  }
  .contacts-box .cont-address {
    font-size: 18px;
  }
  .contacts-box .cont-phone {
    font-size: 25px;
  }
  .contacts-box .cont-mail {
    font-size: 20px;
  }
  .contacts-box .social-line {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 30px;
  }
  .contacts-box .social-line .social-text {
    margin: 0 0 15px;
  }

  .popup-price .form .form-inputs {
    max-width: 100%;
  }

  .strapping-box .right-content .right-feature {
    margin-top: 35px;
  }

  .card-page .guarantee-box img,
.object-page .guarantee-box img {
    max-width: 100px;
  }

  .basement-box .h2 {
    font-size: 26px;
    margin-bottom: 35px;
  }

  .object-page .projects-box {
    padding-top: 50px;
  }
  .object-page .projects-box .top-list {
    margin-bottom: 50px;
  }
  .object-page .projects-box .top-item {
    font-size: 14px;
  }

  .object-page .machines-box .machines-slider-wrap {
    min-height: auto;
  }

  .hamburger {
    transform: translateX(15px);
  }
}
@media (max-width: 409.98px) {
  :root {
    --container-width: calc(100vw - 30px);
    --container-big-width: calc(100vw - 30px);
  }

  h3, .h3 {
    font-size: 22px;
  }

  .btn:not(.btn-mini) {
    font-size: 15px;
  }

  .grand-name {
    font-size: 30px;
  }

  .header-box {
    top: 65px;
  }

  .home-box .orange-el .top-row img {
    display: none;
  }
  .home-box .orange-el .top-row .phone {
    margin-left: 0;
    font-size: 16px;
  }
  .home-box .orange-el .h1 {
    font-size: 30px;
    margin-bottom: -10px;
  }

  .types-box .types-list .slick-list {
    margin-bottom: 40px;
  }
  .types-box .types-list .slick-dots {
    margin-left: auto;
    margin-right: 15px;
    width: calc( 100% - 160px );
  }

  .price-box .price-tables .pt-tabs {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .price-box .price-tables .pt-tabs span {
    margin-bottom: 10px;
  }

  .machines-box .mb-icons {
    gap: 15px;
    font-size: 14px;
  }
  .machines-box .mb-icons .mi-item .mi-text {
    font-size: 14px;
  }
  .machines-box .mb-icons .mi-item img {
    width: 30px;
    margin-right: 15px;
  }

  .guarantee-box img {
    max-width: 80px;
    margin-right: 20px;
  }

  .form .form-tabs {
    font-size: 14px;
  }

  .contacts-box .cont-address {
    font-size: 16px;
  }
  .contacts-box .cont-phone {
    font-size: 20px;
  }

  .strapping-box .right-content .right-price {
    font-size: 35px;
  }

  .strapping-box .right-content .right-feature {
    grid-template-columns: 1fr;
  }
  .strapping-box .right-content .right-feature .rf-name {
    margin-bottom: -10px;
  }

  .object-page .machines-box .right-feature {
    grid-template-columns: 1fr;
  }
  .object-page .machines-box .right-feature .rf-name {
    margin-bottom: -10px;
  }

  .projects-box .projects-nav {
    gap: 20px;
  }

  .card-page .guarantee-box img,
.object-page .guarantee-box img {
    max-width: 80px;
  }

  .benefits-box .b-square.b-big-square .bs-orange {
    padding: 0 10px;
    font-size: 13px;
  }

  .object-page .card-box .h1 {
    margin-top: 15px;
    font-size: 29px;
  }

  .square-slider-nav {
    position: static;
    width: 100%;
  }

  .object-page .machines-box .machines-slider-wrap {
    margin-bottom: 30px;
  }

  .card-home-box .orange-el {
    padding-top: 15px;
  }
  .card-home-box .orange-el .h1 {
    margin-bottom: 30px;
    font-size: 27px;
  }

  .strapping-box .left-content .h2,
.advantages-box .left-content .h2,
h2, .h2 {
    font-size: 29px;
  }

  .home-box .orange-el .top-row .btn-mini {
    padding: 0 15px;
  }
}