/*
Theme Name: iron
Template: Goodini
Theme URI: https://degorov.ru/
Description: Дочерняя тема для Goodini
Author: Dmitrieva
Author URI: https://degorov.ru/
Version: 1.0
*/
:root {
  --zoom: 1;
  --h1: calc(30px + (70 - 30) * (calc(100vw / var(--zoom)) - 1023px) / (1920 - 1023));
  --h2: calc(24px + (56 - 24) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-28: calc(18px + (28 - 18) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-30: calc(19px + (30 - 19) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-24: calc(16px + (24 - 16) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --h1-text-color: calc(40px + (128 - 40) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-170: calc(80px + (170 - 80) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-500: calc(200px + (500 - 200) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-150: calc(40px + (150 - 40) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-210: calc(60px + (210 - 60) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-45: calc(20px + (45 - 20) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-48: calc(22px + (48 - 22) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-70: calc(24px + (70 - 24) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-50: calc(24px + (50 - 24) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-40: calc(18px + (40 - 18) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-60: calc(30px + (60 - 30) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-64: calc(26px + (64 - 26) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-36: calc(18px + (36 - 18) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-30: calc(16px + (30 - 16) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-350: calc(200px + (350 - 200) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
}

.module__item-popup-btn {
  transition: all 0.3s;
  border-bottom: 1px dashed;
  width: max-content;
  font-weight: 700;
}

#header .btn span {
  padding: 1.25rem 2.1rem;
}



.fancybox__slide {
  backdrop-filter: none;

}

.footer-social.soc__inner svg {
  width: 2rem;
  height: 2rem;
}

.sh {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.sh .button {
  flex-shrink: 0;
  margin: 0;
}

.optional__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
}

.fancybox__backdrop {
  background: rgb(0 0 0 / 70%) !important;
  backdrop-filter: blur(5px);
  will-change: filter;
}

.test {
  -webkit-filter: url("#filter");
  filter: url("#filter");
  position: relative;
  transform: scale(1.05);
}

.project__inner h2 {
  font-weight: 400;
}

#imgWrapper {
  overflow: hidden;
  position: absolute;
  top: 43.2%;
  left: 20.9%;
  /* width: 10%; */
  z-index: 1000;
}

.project__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3.2rem;
}

.project__img-item .project__img-item-img {
  position: absolute;
  bottom: 0;
  opacity: 0;
}

.project__img-btn {
  width: 1.5rem;
  z-index: 10;
  height: 1.5rem;
  padding: 0.2rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.project__img-btn::before {
  content: '';
  top: -11px;
  border-radius: 50%;
  z-index: -1;
  left: -11px;
  bottom: -11px;
  right: -11px;
  position: absolute;
  background-color: #fff;
  opacity: 0.2;
}

.project__img-inner {
  position: relative;
}

.bnt1 {
  display: none;
}

.btn2 {
  top: 26%;
  right: 43%;
}

.btn3 {
  top: 21%;
  left: 16.4%;
}

.btn4 {
  top: 55%;
  left: 5%;
}

.btn5 {
  top: 48%;
  left: 20%;
}

.btn6 {
  top: 54%;
  left: 46%;
}

.btn7 {
  top: 35%;
  left: 27%;
}

.btn8 {
  top: 40%;
  left: 66%;
}

.btn9 {
  top: 47%;
  right: 23%;
}

.project__img-item-title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 140%;
}

.project__img-item-content {
  position: absolute;
  opacity: 0;
  /* width: 269px; */
  width: 17%;
  color: var(--dark);
}

.project__img-inner {
  margin-top: 10rem;
  width: 100%;
}

.project__img-item-content.active {
  opacity: 1;
}

.project__img-item-img.active {
  opacity: 1;
  position: relative;
}

.project__inner .title {
  width: 88%;
}

.project__img-item-content-in {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding-bottom: 0.4rem;
  line-height: 130%;
  padding-top: 0.4rem;
}

.project__img-item-content2 {
  top: -20%;
  right: 43.8%;
  border-bottom: 1px solid var(--dark);
}

.project__img-item-content2::before {
  bottom: 0;
  transform: translate(0, 100%);
  right: 0;
  height: 132px;
}

.project__img-item-content3 {
  top: -19%;
  left: 0.3%;
  border-bottom: 1px solid var(--dark);
}

.project__img-item-content3::before {
  bottom: -100%;
  right: 0;
  height: 100%;
}

.project__img-item-content4 {
  bottom: 10%;
  left: 0;
  color: #fff;
}

.project__img-item-content4::before {
  top: 0;
  left: 34%;
  transform: translate(-50%, -100%);
  background-color: #fff !important;
  right: 0;
  height: 97px;
}

.project__img-item-content4::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 34%;
  background-color: #fff;
  height: 1px;
}

.project__img-item-content5 {
  top: -10%;
  left: 4%;
  border-bottom: 1px solid var(--dark);
}

.project__img-item-content5::before {
  bottom: 0;
  transform: translate(0, 100%);
  right: 0;
  height: 179px;
}

.project__img-item-content6 {
  bottom: 0;
  color: #fff;
  left: 29.8%;
  border-top: 1px solid #fff;
}

.project__img-item-content6::before {
  top: 0;
  transform: translate(0, -100%);
  background-color: #fff !important;
  right: 0;
  height: 152px;
}

.project__img-item-content7 {
  top: -20%;
  left: 11%;
  border-bottom: 1px solid var(--dark);
}

.project__img-item-content7::before {
  bottom: 0;
  transform: translate(0, 100%);
  right: 0;
  height: 181px;
}

.project__img-item-content8 {
  bottom: -4%;
  right: 33.2%;
  border-top: 1px solid #fff;
  color: #fff;
}

.project__img-item-content8::before {
  top: 0;
  background-color: #fff !important;
  transform: translate(0, -100%);
  right: 0;
  height: 181px;
}

.btn1 {
  display: none
}

.project__img-bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -56%);
}

@keyframes pr {
  0% {
    transform: translate(-50%, -56%);

  }

  100% {
    transform: translate(-50%, -22%);

  }

}

.project.active .project__img-bg {
  animation: pr 2s forwards;
}

.project__form {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 140%;
  text-align: center;
  color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  padding: 3.2rem 2rem 2rem 2rem;
  border: 0.625rem solid var(--color);
  border-bottom: none;
  margin-bottom: -10.3px;
  background: #fff;
}

.module__inner .title h2 {
  margin-bottom: 0;
}

.cases__content__text ul {
  font-weight: 700;
}

.cases {
  padding-bottom: 0;
}

.module {
  padding-bottom: 2.5rem;
}

.project__form-text {
  width: 58%;
}

.project__form-wrapper-line {
  position: absolute;
  background-color: #fff;
  height: 1.9rem;
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 0.625rem solid var(--color);
}

.project__form-wrapper {
  background-color: var(--color);
  padding-top: 2rem;
  margin-top: -1px;
  padding-bottom: 0;
}

.project__form-inner {
  padding: 1.75rem 1.75rem 0 1.75rem;
  width: 63%;
  margin: 0 auto;
  background-color: #fff;
  border-bottom: 0.625rem solid var(--color);
}

.error-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 59%;
  height: 100%;
}

#hero.error__hero .main {
  padding: 6rem 0 8rem 0;
  width: 31rem;
}

#hero.error__hero .main h1 {
  font-weight: 700;
  font-size: 4.37rem;
  line-height: 140%;
  text-transform: none;
  letter-spacing: 0.01em;
  color: var(--color);
}

.project {
  padding-bottom: 5rem;
}

.project__img-item-img img {
  transform: scale(1.1);
}

.project::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color);
  width: 100%;
  height: 36%;
  transform: translate(0, 23%);
}

.project.active::before {
  animation: pr2 2s forwards;
}

@keyframes pr2 {
  0% {
    transform: translate(0, 23%);

  }

  100% {
    transform: translate(0, 0);

  }

}

.project__img-item-content9 {
  bottom: 7%;
  right: 23.7%;
  border-top: 1px solid #fff;
  color: #fff;
}

.project__img-item-content9::before {
  top: 0;
  background-color: #fff !important;
  transform: translate(0, -100%);
  right: 0;
  height: 163px;
}

.project__img-item-content::before {
  width: 1px;
  content: '';
  position: absolute;
  background-color: var(--dark);
}

.project_item {
  font-weight: 700;
  font-size: 1.5rem;
  padding: 0.625rem;
  line-height: 140%;
  text-align: center;
  color: var(--color);
  min-height: 8.75rem;
  position: relative;
}

.project_item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.project_item:first-child::before {
  background-image: url(assets/i/r1.webp);
}

.project_item:nth-child(2)::before {
  background-image: url(assets/i/r2.webp);

}

.project_item:nth-child(3)::before {
  background-image: url(assets/i/r3.webp);

}

.project_item-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  padding: 1rem;
}


@font-face {
  font-family: 'calibri';
  src: url('assets/fonts/calibri.eot');
  src: local('calibri'), local('calibri'),
    url('assets/fonts/calibri.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/calibri.woff2') format('woff2'),
    url('assets/fonts/calibri.woff') format('woff'),
    url('assets/fonts/calibri.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'calibri';
  src: url('assets/fonts/calibri_bold.eot');
  src: local('calibri_bold'), local('calibri_bold'),
    url('assets/fonts/calibri_bold.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/calibri_bold.woff2') format('woff2'),
    url('assets/fonts/calibri_bold.woff') format('woff'),
    url('assets/fonts/calibri_bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

/* .home h2 {
  font-size: 3.5rem;
  line-height: 120%;
} */

.wrapper {
  overflow: hidden;
}

.container-fluid {
  max-width: 1762px;
}

#header .logo a {
  max-width: 19rem;
}

.btn span {
  padding: 1.25rem 2.7rem;
}

#header .content .row {
  flex-wrap: nowrap;
  gap: 1.5rem;
  justify-content: space-between;
  margin: 0;
}

#header .descriptor .text {
  font-size: 1rem;
  color: var(--color);
}

.col__header {
  gap: 0.62rem;
  display: flex;
}

#header {
  font-size: 1rem;
  padding-top: 2rem;
}

.col__head {
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 0.875rem;
  text-align: left;
  display: block;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.7);

}

.soc__inner {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}

.soc__inner .soc a,
.social .soc {
  width: 1.8rem;
  height: 1.8rem;
  display: block;
}

#hero.g-hero h1 {
  margin-bottom: 2rem;
}

#hero.g-hero .wrap {
  background-image: url(assets/i/ff.webp);
  background-repeat: no-repeat;
  background-size: cover;
  border: 0.62rem solid var(--color);
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 30rem;
}

#hero .main.main-thanks {
  position: relative;
  padding-bottom: 21rem;
}

.main-thanks-line2 {
  background-color: var(--color);
  height: 30rem;
  width: 0.62rem;
  position: absolute;
  left: -10rem;
  top: calc(5rem * var(--indentSize));
}

#hero.g-hero .row {
  justify-content: center;
}

.main-thanks-line2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color);
  height: 0.62rem;
  width: 30rem;
}

.main-thanks-line2::after {
  content: '';
  position: absolute;
  bottom: 0.62rem;
  right: -29.4rem;
  background-color: var(--color);
  width: 0.62rem;
  height: 30rem;
  transform: translate(0, 100%);
}

.main-thanks-line {
  background-color: var(--color);
  width: 10rem;
  height: 0.62rem;
  position: absolute;
  top: calc(5rem * var(--indentSize));
  transform: translate(-100%, 0);
}

.hero__thanks-bg {
  position: absolute;
  bottom: 17%;
  right: 19%;
  width: 36%;
  z-index: 2;
  pointer-events: none;
}

#hero.g-hero .button {
  width: 100%;
  margin-top: 1rem;
  justify-content: center;
}

#hero.g-hero .button .btn {
  width: 100%;
}

#header .contacts svg,
.social .soc svg {
  fill: none;
  width: 1.8rem;
  height: 1.8rem;
  margin-bottom: 0;
  margin-right: 0;
  border: none;
  border-radius: 0;
  padding: 0;
}

#header .content .contacts {
  -ms-flex: unset;
  flex: unset;
  display: flex;
  gap: 1.5rem;
}

.col__header {
  font-weight: 700;
  font-size: 1rem;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.7);
}

#header .contacts .phone-content {
  font-weight: 700;
  font-size: 1.5rem !important;
  line-height: 140%;
  color: var(--dark);
}

.hero__btns {
  display: flex;
  margin-bottom: 3rem;
  align-items: flex-start;
  gap: 1.26rem;
  max-width: 29.3rem;
  z-index: 2;
  position: relative;
}

.hero__title {
  width: 44%;

}

.hero__wr .title h1 {
  text-wrap: nowrap;
}

.hero__item-text {
  line-height: 140%;
}

.soc__inner .soc:hover {
  transform: scale(1.05);
}

.btn:hover {
  box-shadow: none;
}

#header .contacts .phone-content:hover {
  color: var(--color);
}

.hero__btn-text p {
  margin: 0;
}

.hero__btn-text {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 140%;
}

/* .home h1 {
  font-size: 4.37rem;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: var(--color);
  margin-bottom: 2rem;

} */

.hero__btn-text .text_color {
  font-size: 1.875rem;
}

.hero__title .title p {
  font-size: 2.12rem;
  margin: 0;
}

.item-icon-metall {
  background-image: url(assets/i/metal.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 6.125rem;
  height: 6.125rem;
  padding: 1.5rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hero__items {
  display: flex;
  flex-direction: column;
  gap: 1.9rem;
  max-width: 19.4rem;
  margin: 3rem 0;
}

.hero__img-text {
  display: flex;
  font-size: 1.375rem;
  line-height: 140%;
  color: #FFFFFF;
  gap: 2.8rem;
  align-items: center;
  padding: 4rem 3.1rem;
  padding-bottom: 7rem;
  z-index: -1;
  background-color: var(--color);
  position: relative;
}

.hero__img-text::before {
  content: '';
  width: 0.875rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #283339;
}

.hero__img-text p {
  margin: 0;
}

.popup__item {
  width: 80%;
  display: none;
}

.hero__item-text p {
  margin: 0;
}

.hero__item {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 1.125rem;
}

.popup__item-content-title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 120%;
  color: #000000;
}

.popup__item-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.popup__item-price {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 120%;
  color: var(--color);

}

.hero__img-wrapper-content {
  display: flex;
  align-items: flex-start;
}

.popup__item {
  position: relative;
}

.popup__item-logo {
  margin-top: auto;
}

.popup__item-text {
  margin: -2rem;
  font-size: 1.125rem;
  color: #fff;
  background-color: var(--color);
  padding: 4rem;
  padding-top: 1rem;
  height: 750px;
  overflow-x: hidden;
  margin: 1rem 1rem 1rem 0;
  position: relative;
}

.popup__item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--color);
  width: calc(50% + 2rem);
  height: 100%;
}

.popup__item-logo {
  position: absolute;
  display: flex;
  align-items: flex-end;
  bottom: 0;
  width: 48%;
  left: 0;
  /* height: 7rem; */
}

.popup__item.fancybox__content>.f-button.is-close-btn {
  top: 0;
  background: #fff;
  opacity: 1;
  border-radius: 0;
}

.popup__item.fancybox__content .f-button svg {
  stroke: #333;

}

.popup__item-content-line {
  background-color: var(--color);
  width: 0.625rem;
  height: 44%;
  position: absolute;
  left: 2rem;
  top: 2.7rem;
}

.btn.btn-white:hover {
  background-color: #f5f5f5;
  box-shadow: none;
}

.popup__item-content-line::before {
  content: '';
  height: 0.625rem;
  background-color: var(--color);
  position: absolute;
  top: 0;
  left: 0;
  width: 3.5rem;
}

img {
  pointer-events: none;
}

.presentation-hero:hover {
  transform: translate(5%, -15%) scale(1.05);
}

.presentation-hero img {
  cursor: pointer !important;
}

.popup__item-img {
  margin-right: -6rem;
  margin-left: -2rem;
  z-index: 1;
}

.popup__item-content-line::after {
  content: '';
  height: 0.625rem;
  background-color: var(--color);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8rem;
  z-index: -1;
}

.popup__item-content {
  gap: 4rem;
  display: flex;
  flex-direction: column;
  padding: 0 6rem;
  padding-bottom: 8rem;

}

.popup__item-text ul li {
  padding-left: 3.25rem;
  position: relative;
}

.popup__item-text ul li:not(:last-child) {
  margin-bottom: 0.62rem;
}

.popup__item-text ul li::before {
  content: '';
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-image: url(assets/i/g.webp);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}


.popup__item-text strong {
  font-size: 1.5rem;
}

a.presentation-hero {
  transform: translate(7%, -16%);
  z-index: 1;
}

.hero__inner {
  position: relative;
  display: flex;
  padding-top: 5.1rem;
}



/* .hero__img-inner {
  -webkit-box-shadow: 42px 22px 77px 2px rgba(0, 0, 0, 0.68);
  -moz-box-shadow: 42px 22px 77px 2px rgba(0, 0, 0, 0.68);
  box-shadow: 42px 22px 77px 2px rgba(0, 0, 0, 0.68);
} */

.hero__img {
  position: absolute;
  bottom: -24%;
  right: -16%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 1;
}

.hero__img-wrapper-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  top: 2rem;
  right: 14.8%;
}

.hero__img-inner svg {
  display: none;
}

.hero__items-bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 0.625rem solid var(--color);
}

.hero__item-bottom-title {
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 140%;
  text-align: center;
  color: var(--color);
}

.hero__item-bottom-text {
  text-align: center;
  color: var(--color);
}

.hero__item-bottom {
  padding: 4rem;
  background-color: #F5F5F5;
  position: relative;
}

.hero__line {
  background-color: var(--color);
}

.hero__line-bottom {
  height: 0.625rem;
  width: 7rem;
  position: absolute;
  bottom: -0.625rem;
  left: -7rem;
}

.hero__line-left::before {
  content: '';
  top: 0;
  left: 0;
  width: 6rem;
  height: 0.625rem;
  background-color: var(--color);
  position: absolute;
}

.hero__line-left {
  height: calc(100% - 6rem);
  width: 0.625rem;
  position: absolute;
  top: 6rem;
  left: -7rem;
}

.hero__item-bottom:not(:last-child) {
  border-right: 0.625rem solid var(--color);
}

.reliability__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  padding-top: 4.2rem;
  position: relative;
}

.hero__item-bottom:last-child::before {
  background-color: var(--color);
  height: 40rem;
  width: 0.625rem;
  position: absolute;
  left: -0.625rem;
  top: 8rem;
  content: '';
}

.reliability__logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 26%;
}

.reliability__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reliability__items h3 {
  font-size: 1.75rem;
  margin: 0;
}

.reliability__inner .title {
  width: 50%;
}

.reliability__inner .title h2 {
  margin: 0;
}

.reliability__list,
.reliability__list-two {
  padding: 3.1rem;
  position: relative;
  font-size: 1.125rem;
  padding-bottom: 17rem;
}

.reliability__list ul,
.reliability__list-two ul {
  margin-top: 2rem;
}

.reliability__list ul li,
.reliability__list-two ul li {
  padding-left: 3.25rem;
  margin-bottom: 1.25rem;
  position: relative;
}

.reliability__list-two li::before {
  content: '';
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-image: url(assets/i/g.webp);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}

.reliability__list li::before {
  content: '';
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-image: url(assets/i/g1.webp);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}

.reliability__list {
  background-color: #F0F0F0;
}

.reliability__list-two {
  background-color: var(--color);
  color: #fff;
}

.reliability__img {
  position: absolute;
  bottom: -10rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form__color {
  padding: 0 3.9rem;
  background-color: var(--color);
  display: flex;
  gap: 3.9rem;
  align-items: center;
  width: 82%;
  margin: 0 auto;
  margin-top: 9rem;
  justify-content: space-between;
  position: relative;
}

.form__color-flex {
  padding-right: 0;
  width: 100%;
  padding-left: 5rem;
}

.form__color__inner-text-img {
  margin-bottom: -3.9rem;
  margin-top: -2.7rem;
}

.form__color__inner-text-flex p {
  font-size: 2.1rem !important;
  margin: 0;
}

.form__color__inner-text-flex {

  display: flex;
}

.module__item-price {
  font-weight: 700;
  font-size: 1rem;
  line-height: 120%;
  color: var(--color);
}

.production__inner .form__color::before {
  content: '';
  position: absolute;
  bottom: -34%;
  background-image: url(assets/i/m3.webp);
  background-repeat: no-repeat;
  background-size: contain;
  right: 16%;
  width: 22%;
  z-index: 2;
  height: 83%;
}

.form__color-flex .form__color__inner {
  font-size: 1.25rem;
  flex: 0 0 26.8rem;
}

.form__color__inner-text {
  color: #fff;
  font-size: 1.25rem;
  padding: 3.9rem 0;
  gap: 3rem;
}

.module__item-content-title {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 120%;
  color: #000000;
  margin-bottom: 3.2rem;
}

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

.module__item {
  display: flex;
  align-items: center;
}

.module__item .btn {
  margin-top: 1.25rem;
}

.module__item:nth-child(even) {
  flex-direction: row-reverse;
}

.module__item-content {
  position: relative;
  margin-top: 7rem;

}

.module__item:nth-child(odd) .module__item-content {

  margin-left: 7rem;
}


.module__item:nth-child(even) .module__item-content {
  padding-right: 7rem;
}

.module__item:nth-child(even) .module__item-content::before {
  content: '';
  position: absolute;
  top: 0.8rem;
  right: 0;
  width: 6rem;
  height: 0.625rem;
  background-color: var(--color);
}

.cases-item {
  display: flex !important;
  padding-left: 0.625rem;
  padding-bottom: 0.625rem;
}

.cases__content-title {
  font-weight: 700;
  font-size: 1.875rem;
  margin-bottom: 2rem;
  line-height: 120%;
}

.module__item:nth-child(even) .module__item-content::after {
  content: '';
  position: absolute;
  top: 0.8rem;
  right: -209%;
  width: 14rem;
  height: 0.625rem;
  background-color: var(--color);
  z-index: -1;
}

.cases__content__text ul li {
  padding-left: 3.25rem;
  position: relative;
}

.cases__content__text ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}

.cases__content__text ul li::before {
  content: '';
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-image: url(assets/i/g.webp);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}

.cases__content {
  position: relative;
  background-color: var(--color);
  padding: 3.2rem;
  color: #fff;
  margin-top: 6.8rem;
  border-bottom: 2rem solid #fff;
  border-left: 2rem solid #fff;
  border-right: 2rem solid #fff;
  width: 60%;
  padding-right: 18rem;
  flex: 0 0 60%;
}

/* .cases__content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -100%;
  background-color: var(--color);
  z-index: -1;
} */
.cases__content::after {
  content: '';
  position: absolute;
  top: 0;
  left: -2.62rem;
  bottom: -2.62rem;
  right: -2.62rem;
  background-color: var(--color);
  z-index: -1;
}

.cases__content::before {
  content: '';
  position: absolute;
  top: 0;
  left: -2.62rem;
  right: -2.62rem;
  height: 0.625rem;
  background-color: var(--color);
  z-index: 0;
}


.cases-item .images {
  margin-bottom: 4rem;
  flex: 0 0 57%;
  flex-shrink: 0;
  margin-left: -17%;
  z-index: 1;
}

.cases_items .slick-list {
  overflow: visible;
}

.slick-arrow {
  width: 5rem;
  height: 5rem;
  border-radius: 0;
  background-color: #fff;
  border: 5px solid var(--color);
  box-shadow: none;
}

.cases .cases-arrow {
  padding-bottom: 0;
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

.cases_items {
  margin-top: 3.2rem;
}

.cases .title {
  width: 50%;
}

.cases .title h2 {
  margin: 0;
}

.cases .header-block {
  align-items: flex-start;
  margin-bottom: -3rem;
}

.cases .cases-arrow::before {
  content: '';
  position: absolute;
  top: 2.5rem;
  right: 100%;
  width: 25rem;
  height: 10.8rem;
  background-color: #fff;
  border-left: 0.625rem solid var(--color);
  border-top: 0.625rem solid var(--color);
}

.cases__form-text {
  display: flex;
  color: #fff;
  align-items: center;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 140%;
  gap: 1.125rem
}

.cases-arrow .slick-arrow svg {
  fill: transparent;
  width: auto;
  height: auto;
}

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

.btn.btn-white {
  background-color: #fff;
  color: var(--color);
  box-shadow: 0 4px 0 #E3E3E3;
}

.cases__form-img {
  width: 12rem;
  height: 12rem;
}

.optional__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  row-gap: 4rem;
  column-gap: 2rem;
  margin-top: 3.2rem;
}

.production__item-title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 140%;
}

.production__items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3rem;
  margin-top: 3.2rem;
}

.production__inner .title h2 {
  margin-top: 0;
}

.production__item-text {
  font-size: 0.875rem;
  line-height: 140%;
  margin-top: 1rem;
}

.optional__item-text {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 140%;
  text-align: center;
  color: var(--color);
  margin-bottom: 2rem;
}

.optional__item-text br {
  display: none;
}

.logos .slick-slide {
  margin-right: 1.875rem;
}

.optional {
  padding-bottom: 0;
}

.production__item-img {
  margin-top: auto;
  margin-bottom: -4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.production__item {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  min-height: 24rem;
  background-color: var(--dark);
  padding-bottom: 0;
  color: #fff;
  position: relative;
}

.production__item:before {
  content: '';
  position: absolute;
  width: 8.43rem;
  height: 8.43rem;
  bottom: 0;
  right: 0;
  background-image: url(assets/i/m1.webp);
  background-repeat: no-repeat;
  background-size: contain;
}

.home .hero {
  padding-bottom: 2.5rem;
}

.optional__item-icon {
  margin: 0 -3rem -3rem -3rem;
  height: 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients__slider .slick-list {
  overflow: visible;
}

.title p {
  font-size: 2.12rem;
  line-height: 140%;
}

.production__inner .title {
  width: 57%;
}

.optional__inner .title {
  width: 57%;
}

.optional__item {
  padding: 2rem 2rem;
  border: 0.625rem solid var(--color);
  padding-bottom: 0;
  min-height: 23.3rem;
  transition: all 0.3s;
}

.optional__item:hover {
  border-color: var(--dark);
}

.cases__form {
  background-color: var(--color);
  padding: 1.25rem 1.75rem;
  display: flex;
  gap: 3rem;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 3rem;
  padding-right: 5.43rem;
}

.cases__content-line {
  position: absolute;
  width: 100%;
  height: 89%;
  background-color: var(--color);
  top: 0;
  right: -100%;
}

.cases__content__text {
  font-size: 1.125rem;
}

.module__item:nth-child(odd) .module__item-content::before {
  content: '';
  position: absolute;
  top: 0.7rem;
  right: 103%;
  width: 362%;
  z-index: -1;
  height: 0.625rem;
  background-color: var(--color);
}



.module__item-3507 .module__item-content {
  margin-left: 2rem;
}

.module__items {
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
  gap: 3.9rem;
}

.form__color__inner-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}

.all__steps__item {
  background-color: var(--color);
  margin-left: -2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 0.625rem solid var(--color);
  border-bottom: 0.625rem solid var(--color);
}

.all__steps__item-inner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}



.all__steps-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 3.2rem 0;
}

.all__steps-num {
  position: absolute;
  top: 1.25rem;
  left: 2.25rem;
  width: 3rem;
  height: 5rem;
}

.all__steps .form__color {
  margin-top: 0;
}

.all__steps__item-inner {
  padding: 2rem 3.2rem;
  padding-top: 4.75rem;
  padding-left: 4rem;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  height: 100%;
  margin: 1rem;
}

.all__steps {
  padding-bottom: 9.3rem;
}

.all__steps__item {
  clip-path: polygon(0 0, 89% 0, 100% 50%, 89% 100%, 0 100%, 11% 51%);
}

.cases .cases-arrow .slick-arrow:hover {
  background-color: var(--color);
}

.cases .cases-arrow .slick-arrow:hover svg path {
  stroke: #fff;
}

.manager__items {
  margin-top: 3.4rem;
}

.manager-1 .wrap {
  background: transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.hero__img-wrapper-content-mobile {
  display: none;
}

#manager .form-desk {
  display: none;
}

#manager {
  background-color: var(--color);
  padding-top: 0;
}

.manager-1 .form-wrap {
  padding: 3.1rem;
  max-width: 453px;
  border: 0.625rem solid var(--color);
  box-shadow: none;
  margin-top: 0;
  border-bottom: 0;
}

.manager-1 .left-wrap {
  background: #fff;
  padding-left: 6.8rem;
  margin-left: -6.8rem;
}

.manager-1 .wrap {
  margin-right: 6rem;
}

.manager-1 .hideLabels .form-control {
  height: 4.875rem;
}

.hideLabels .form-group {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;

}

.form-wrap {
  background-image: url(assets/i/ff.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

#footer .footer-logo {
  max-width: 676px;
  margin: 0
}

#footer .descriptor {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 140%;
  color: var(--color);
  width: 21rem;
  margin-top: 2rem;
}

.footer__inner {
  display: flex;
  align-items: center;
  gap: 4.5rem;
}

#footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color);
  width: 6%;
  height: 100%;
}

.footer__bottom {
  background-color: var(--color);
  color: #fff;
  padding: 2.2rem 0;
}

#footer {
  background-color: #F5F5F5;
}

.form-wrap .form-head {
  color: var(--color);
  text-align: center;
  background: transparent;
  margin: 0;
  padding: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.footer-2-inner {
  display: flex;
  color: var(--dark);
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.copy_link {
  color: var(--dark) !important;
  display: flex;
  align-items: center;
}

.footer-2-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer-contacts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.b2b-copy {
  margin-top: 0;
}

#footer-2 {
  background-color: #F5F5F5;
  padding: 1.25rem 0;
}

.footer__bottom a[href^="tel:"].phone-content {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 140%;
  color: #FFFFFF;

}

.popup-logo-mobile {
  display: none;
}

.hero__item-none {
  display: none;
}

#footer-2::before {
  display: none;
}

.tel-inner {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.footer-contacts a {
  color: #fff;
}

.tel-wrap {
  margin-right: 7rem;
}

.footer-contacts .col__address-inner,
.footer-contacts .col__head {
  color: #fff;
}

.footer-contacts .col__address-inner {
  font-weight: 700;
}

.form-wrap .button {
  margin-top: 1.9rem;
}

.form-wrap .button .btn {
  width: 100%;
}

.manager-1 .text-wrap .subheader h2 {
  font-size: 3.5rem;
}

.manager__item-text p {
  margin: 0;
}

.manager-1 .text-wrap {
  height: 100%;
  max-width: 728px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 728px;
  flex: 1 0 728px;
  padding: 0;
}

.hero__img-inner-main {
  pointer-events: none;
}

.manager__item {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 1.5rem;
}

.all__steps__item .all__steps__item-inner {
  clip-path: polygon(0 0, 89% 0, 100% 50%, 89% 100%, 0 100%, 11% 51%);
}

.all__steps__item:first-child {
  clip-path: polygon(0 0, 89% 0%, 100% 50%, 89% 100%, 0 100%, 0% 50%);
}

.all__steps__item:first-child .all__steps__item-inner {
  padding-left: 3.2rem;
  clip-path: polygon(0 0, 89% 0%, 100% 50%, 89% 100%, 0 100%, 0% 50%);
}

.all__steps__item:first-child {
  margin-left: 0;
}

.all__steps__item-title {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 140%;
  text-align: center;
  color: var(--color);
  margin: 1.75rem 0;

}

.all__steps__item:last-child,
.all__steps__item:last-child .all__steps__item-inner {
  clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 11% 51%);
}

.all__steps__item:last-child .all__steps__item-inner {
  padding-left: 3.2rem;
}

.form__color__inner {

  z-index: 1;
  flex: 0 0 23.8rem;
  position: relative;
  text-align: center;
  align-self: flex-start;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 3.9rem 2.4rem 2.4rem 2.4rem;
  line-height: 120%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slide__inner .logo {
  height: 10rem;
}

.form__color__inner:before {
  content: '';
  position: absolute;
  top: -1rem;
  bottom: -5rem;
  left: -1rem;
  right: -1rem;
  z-index: -1;
  background-image: url(assets/i/m.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.form__color__inner .btn {
  margin-top: 2rem;
}

.form__color__inner p {
  margin: 0;
}

.form__color__inner-text p:first-of-type {
  font-size: 1.875rem;
  line-height: 140%;
}

.hero__btns .btn {
  flex-shrink: 0;
}

.manager-1 .text-wrap .header .manager__item-text p {
  margin: 0;
}

.manager__item .item-icon-metall {
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup__item-content-title-optional {
  font-size: 2.6rem;
}

.popup-optional.popup__item .popup__item-text {
  height: 578px;
}

.btn-bottom {
  margin-bottom: 2rem;
}

@media screen and (min-width: 2500px) {
  body {
    zoom: 1.333;
  }
}

@media screen and (max-width: 1919px) {
  .hero__btn-text .text_color {
    font-size: var(--p-30);
  }

  .optional__item-text {
    line-height: 120%;
    margin-bottom: 1rem;
  }

  #header .logo a {
    max-width: 16rem;
  }

  .popup__item-content-title {
    font-size: 2.4rem;
  }

  .popup__item-text {
    height: 650px;
  }

  .popup__item {
    width: 91%;
  }

  .production__items {
    gap: 2rem;
  }

  .hero__img-text {
    padding: 3.5rem 3.1rem;
    padding-bottom: 7rem;
  }

  .cases__content__text {
    font-size: 1rem;
  }

  .all__steps__item-title {
    font-size: var(--p-30);
    line-height: 120%;
  }

  #header .content .row {
    align-items: flex-start;
  }

  .form__color__inner-text-img {
    margin-top: 0;
  }

  .form__color__inner-text-flex br {
    display: none;
  }

  .form__color:not(.form__color-flex) {
    width: 87%;
  }

  .hero__items {
    max-width: 21.4rem;
  }

  #header .contacts .phone-content {
    font-size: 1.25rem !important;
  }


  #footer::before {
    width: 3%;
  }

  .manager__item {
    font-size: var(--p-24);
  }

  .manager-1 .text-wrap .subheader h2 {
    font-size: var(--h2);
  }

  #header .descriptor .text {
    font-size: 0.875rem;
  }

  #header .content .row {
    gap: 1.25rem;
  }

  #header .col__header {
    font-size: 0.875rem;
  }

  .hero__btns {
    max-width: 91%;
  }

  #imgWrapper {

    width: 7%;
  }

  .hero__img {
    width: 100%;
  }

  .hero__item-bottom {
    padding: 3rem;
  }

  .reliability__items h3 {
    font-size: var(--p-28);
  }

  .hero__item-bottom-title {
    font-size: var(--p-60);
  }

  .reliability__list,
  .reliability__list-two {
    padding-bottom: 14rem;
  }

  .module__item-content-title {
    margin-bottom: 2.5rem;
  }

  .optional__item {
    min-height: 21.3rem;
  }

  .title p {
    font-size: var(--p-30)
  }

  .production__inner .form__color::before {
    bottom: -46%;
    right: 19%;
    width: 21%;
  }


  .form__color__inner-text-flex p {
    font-size: var(--p-30) !important;
  }

  .form__color__inner-text p:first-of-type,
  .module__item-content-title,
  .cases__content-title {
    font-size: var(--p-30);
  }

  .form__color__inner,
  .project_item-inner {
    font-size: var(--p-24);
  }

  .optional__item-text {
    font-size: 1.125rem;
  }

  .hero__line-bottom {
    width: 4rem;
    left: -4rem;
  }

  .hero__line-left::before {
    width: 3.4rem;
  }

  .hero__line-left {

    left: -4rem;
  }

  .hero__title .title p {
    font-size: var(--p-28);
  }

  /* .home h1 {
    font-size: var(--h1);
  } */

  /* .home h2 {
    font-size: var(--h2);
  } */
}

@media screen and (max-width: 1599px) {
  #header .col__header {
    width: 14rem;
  }

  .project__img-item-title {
    font-size: 1rem;
  }

  #header .col__header {
    width: 18rem;
  }


  .project__img-item-content-in {
    font-size: 0.875rem;
  }

  .manager-1 .text-wrap {
    max-width: 600px;
    -ms-flex: 1 0 600px;
    flex: 1 0 600px;
  }

  #footer .descriptor {
    font-size: 1.25rem;
  }

  .hero__img-text {
    padding: 2.5rem;
    gap: 1rem;
    top: 1rem;
    font-size: 1.2rem;
    padding-bottom: 7rem;

  }

  .hero__item-bottom-title {
    font-size: 2.5rem;
  }

  .home .hero {
    padding-bottom: 0;
  }

  a.presentation-hero {
    width: 20%;
  }

  a.presentation-hero {
    transform: translate(7%, -4%);
    z-index: 1;
  }

  .presentation-hero:hover {
    transform: translate(7%, -5%);
  }

  .hero__inner {
    padding-top: 2.1rem;
  }

  .module__item-content-title {
    width: 94%;
    margin-bottom: 2rem;
  }

  .form__color:not(.form__color-flex) {
    width: 100%;
  }

  #header .content .descriptor .text {
    max-width: 12rem;
  }

  #header {
    padding-top: 1rem;
  }

  #header .content .descriptor .text br {
    display: none;
  }
}

@media screen and (max-width: 1679px) {
  .project__img-item-content6::before {

    height: 133px;
  }

  .project__img-item-content2 {
    top: -28%;
  }

  .project__img-item-content9::before {
    top: 0;
    background-color: #fff !important;
    transform: translate(0, -100%);
    right: 0;
    height: 146px;
  }

  .project__img-item-content8::before {
    height: 161px;
  }

  #header .btn span {
    padding: 0.8rem 1rem;
  }
}

@media screen and (max-width: 1535px) {
  .cases__content {
    padding-right: 13rem;
  }

  .cases__form {
    margin-top: 1rem;
  }

  .project__img-item-content {
    width: 22%;
    transform: translate(-22%, -9%);
  }

  .project__img-item-content2 {
    width: 25%;
    transform: translate(-1%, -1%);
  }

  .project__img-item-content9 {
    bottom: 5%;
    right: 19%;
  }

  #header .contacts .phone-content {
    font-size: 1.125rem !important;
  }

  .project__img-item-content8 {
    bottom: -4%;
    right: 28.2%;
  }

  .project__img-item-content4 {
    bottom: 7%;
    left: 3.4%;
  }

  .production__item {
    min-height: 23rem;
  }

  .project__img-item-content3::before {
    bottom: -144%;
    height: 144%;
  }

  #footer .descriptor {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 140%;
    color: var(--color);
    width: 23rem;
    margin-top: 2rem;
  }

  .project__form-text {
    width: 73%;
  }

  .footer__bottom a[href^="tel:"].phone-content {
    font-size: 1.25rem;
  }

  .production {
    padding-top: 2rem;
  }

  .reliability__items {
    padding-top: 3.6rem;
  }

  .item-icon-metall {
    width: 5.125rem;
    height: 5.125rem;
  }

  #header .logo a {
    max-width: 14rem;
  }

  .tel-wrap {
    margin-right: 2rem;
  }

  .all__steps__item-inner {
    padding-top: 2.75rem;
  }

  .all__steps-num {

    height: 4rem;
  }

  .all__steps__item-title {
    margin: 1.5rem 0;
  }

  .all__steps__item {
    font-size: 0.875rem;
  }

  .production__inner .form__color::before {
    right: 24%;
  }

  .cases__content-title {
    font-size: 1.4rem;
  }

  .optional__item {
    min-height: 18.3rem;
  }

  .optional__item-icon {
    height: 12rem;
  }

  .optional__item {
    padding: 2rem;
    padding-bottom: 0;
  }

  .optional__item-text {
    font-size: 1rem;
  }

  .production__items {
    gap: 1rem;
  }

  .production__item-title {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 1439px) {
  .hero__img {
    bottom: -28%;
  }

  .hero__img-text {
    top: 0;
  }

  #header .content .descriptor {
    display: none;
  }

  .popup__item-text {
    padding: 2rem;
    padding-top: 1rem;
  }

  .popup__item-content {
    gap: 2rem;
    padding-bottom: 6rem;
  }

  .popup__item-text {
    height: 500px;
  }

  .popup__item-price {
    font-size: 1.8rem;
  }

  .popup__item-content-title {
    font-size: 2rem;
  }

  .project_item {
    font-size: 1.35rem;
    min-height: 6.75rem;
  }

  .project__img-item-title {
    font-size: 1rem;
  }

  .project__img-item-content-in {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 1365px) {
  .cases__content__text {
    overflow: auto;
    padding-right: 2rem;
    height: 12rem;
  }

  .sh {
    gap: 1rem;
    flex-wrap: wrap;
  }

  .popup__item-content-title {
    font-size: 1.9rem;
  }

  .popup__item-text strong {
    font-size: 1.25rem;
  }

  .cases__content__text::-webkit-scrollbar {
    width: 5px;
    background-color: #ffffff4e;
    border-radius: 0.625rem;
  }

  .cases__content__text::-webkit-scrollbar-thumb {
    border-radius: 0.625rem;
    background-color: #f5f5f5;
  }

  .cases__content__text::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 0.625rem;
    background-color: #ffffff4e;
  }

  .cases__content__text ul li:not(:last-child) {
    margin-bottom: 1rem;
  }

  .project__img-item-content8::before {
    height: 101px;
  }

  .project__img-item-content9::before {
    height: 116px;
  }

  .project__img-item-content6::before {
    height: 115px;
  }

  .project__img-item-content3 {
    top: -32%;
  }

  .hero__item {
    margin-right: 2rem;
    font-size: 1rem;
  }

  .hero__item-bottom {
    padding: 2rem;
  }

  .footer__bottom .col__header {
    font-size: 0.875rem;
  }

  .reliability__inner .title {
    width: 55%;
  }

  #footer .footer-logo {
    max-width: 500px;
  }

  .cases-item .images {
    flex: 0 0 48%;
  }

  .module__items {
    margin-top: 2.5rem;
    gap: 1.9rem;
  }

  .project__form-text {
    width: 85%;
  }

  .project {
    padding-bottom: 1rem;
  }

  .project__img-item-content::before {
    display: none !important;
  }

  @keyframes op {
    0% {
      opacity: 0;
      transform: translateX(-60%);
    }

    100% {
      opacity: 1;
      transform: translateX(0);
    }

  }

  .project__img-item-content.active {
    animation: op 0.3s forwards;
  }

  .project__img-item-content {

    top: -8rem !important;
    left: 0 !important;
    bottom: unset !important;
    border: none !important;
    right: unset !important;
    color: var(--color);
    width: 20rem;
    padding: 1rem;
    transform: translateX(-60%);
    border-radius: 0.5rem;
    background-color: #F5F5F5;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  }


  .project__inner h2 {
    margin-top: 0;
  }

  .form__color__inner-text {
    font-size: 1.125rem;
  }

  .hero__img {
    bottom: -20%;
  }

  .hero__btn-text {
    font-size: 0.9rem;
  }

  #header .content .row {
    justify-content: flex-end;
  }

  .hero__item-bottom-title {
    font-size: 2.2rem;
  }

  .hero__btn-text .text_color {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 1279px) {
  .module__item-price {
    font-size: 1rem;
  }

  #hero.error__hero .main h1 {
    font-size: 3.37rem;
  }

  .reliability__list,
  .reliability__list-two {
    padding-bottom: 8rem;
  }

  .hero__line-left::before {
    display: none;
  }

  .hero__img .item-icon-metall {
    width: 4.125rem;
    height: 4.125rem;
    padding: 1rem;
  }

  .hero__img-text {
    top: 1rem;
  }

  .hero__img-text {
    width: 59%;
    font-size: 1rem;
  }

  .hero__img-wrapper-content {
    top: 0;
  }

  .popup__item-content-line {
    height: 38%;
  }

  .popup__item-content {
    padding: 0 4rem;
  }

  .popup__item-content-title {
    font-size: 1.7rem;
  }

  .popup__item-price {
    font-size: 1.5rem;
  }

  .cases__content__text ul li {
    padding-left: 2.25rem;
  }

  .cases .cases__form {
    margin-top: 1rem;
  }

  .cases__content-title {
    font-size: 1.2rem;
  }

  .cases__content__text {
    height: 9rem;
  }

  .project__form {
    padding: 2rem;
  }

  .form__color__inner,
  .project_item-inner {
    line-height: 120%;
  }

  .all__steps {
    padding-bottom: 7.3rem;
  }

  .manager-1 .form-wrap {
    max-width: 400px;
  }

  .form .form-head {
    font-size: 1.35rem;
  }

  .manager__item {
    font-size: 1.125rem;
  }

  #footer::before {
    display: none;
  }
}

@media screen and (max-width: 1149px) {
  #header .col__header {
    display: none;
  }

  #hero .main.main-thanks {
    padding-bottom: 17rem;
  }

  .cases__content {
    padding-right: 9rem;
  }

  .production__item {
    flex: 0 0 32%;
  }

  .form__color-flex {
    padding-left: 3.9rem;
  }

  .form__color {
    gap: 2rem;
  }

  .form__color__inner-text {
    position: relative;
  }

  .form__color-flex .form__color__inner {
    flex: 0 0 22.8rem;
  }

  .form__color-flex .form__color__inner {
    font-size: 1.125rem;
  }

  .form__color-flex .form__color__inner br {
    display: none;
  }

  .form__color__inner-text-img {
    margin-bottom: -5.9rem;
    width: 26rem;
  }

  .all__steps__item .all__steps__item-inner,
  .all__steps__item {
    clip-path: none !important;
  }

  .all__steps__item {
    background-color: transparent;
    margin-left: 0;
    border: 0.625rem solid var(--color);
  }

  .all__steps-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 3rem;
  }

  .manager-1 .form-wrap .form-head {
    margin: 0;
    padding: 0;
  }

  .manager-1 .hideLabels .form-control {
    height: auto;
  }


  .tel-wrap {
    margin-right: 0;
  }

  .tel-inner {
    margin-left: auto;
  }

  .footer-social {
    margin-top: 0;
  }

  .footer__bottom .col__header {
    width: 23%;
  }

  #footer .footer-logo {
    max-width: 400px;
  }

  #footer .descriptor {
    font-size: 1.125rem;
    margin-top: 1rem;
  }

  .manager-1 .form-wrap {
    padding: 2.5rem;
  }

  .manager__item {
    font-size: 1rem;
  }

  .manager-1 .text-wrap {
    max-width: 400px;
    -ms-flex: 1 0 400px;
    flex: 1 0 400px;
  }

  .all__steps__item-inner {
    padding: 2rem !important;
    padding-top: 3rem !important;

  }

  .form__color__inner-text {
    gap: 1rem;
  }

  .form__color__inner-text-flex p {
    font-size: 1.5rem !important;
  }

  .production__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 5rem;
  }

  .logos .slick-slide {
    margin-right: 1.5rem;
  }

  .slide__inner .logo {
    height: 8rem;
  }

  /* .home h1 {
    font-size: 2.8rem;
  } */

  .hero__btns {
    margin-bottom: 2rem;
    flex-direction: column;
  }

  .hero__item-bottom-title {
    font-size: 2rem;
  }

  .hero__img {
    right: -20%;
  }

  .reliability__list,
  .reliability__list-two {
    padding-bottom: 9rem;
  }

  .form__color__inner {
    flex: 0 0 20.8rem;
  }

  .form__color__inner,
  .project_item-inner {
    font-size: 1rem;
  }

  .project__form {
    font-size: 1.5rem;
  }

  .form__color__inner,
  .project_item-inner {
    font-size: 1.125rem;
  }

  .cases__form-text {
    font-size: 1.25rem;
  }

  .optional__inner .title h2 {
    margin-bottom: 1.5rem;
  }

  .optional__item-icon {
    height: 10rem;
  }

  .optional__item {
    min-height: 14.3rem;
  }

  .optional__item {
    padding: 1.5rem;
    padding-bottom: 0;
  }

  .optional__items {
    row-gap: 3rem;
    column-gap: 1rem;
    margin-top: 2rem;
  }

  .cases__form-img {
    width: 10rem;
    height: 10rem;
  }

  .cases .cases-arrow::before {
    width: 15rem;
  }

  .hero__items {
    gap: 1.5rem;
  }

  .hero__img-text {
    padding: 2rem;
  }

  /* .home h1 {
    margin-bottom: 1rem;
  } */

}

@media screen and (max-width: 1023px) {
  .hero__title {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .popup-optional.popup__item .popup__item-text {
    height: auto;
  }

  .hero__thanks-bg {
    width: 41%;
    bottom: 11%;
    right: 11%;
  }

  .popup__item-logo {
    height: auto;
  }

  .popup__item-logo {
    display: none;
  }

  .popup-logo-mobile {
    display: block;
    margin-top: -1rem;
    position: relative;
    pointer-events: none;
  }

  .popup__item-inner {
    grid-template-columns: unset;
  }

  .popup__item-content {
    padding-bottom: 2rem;
  }

  .popup__item-text {
    margin: 1rem 0;
  }

  .popup__item-text {
    height: 400px;
  }

  .popup__item-content-line {
    height: 11rem;
  }



  .popup__item::before {
    display: none;
  }

  .project__img-bg {
    transform: translate(-50%, -76%);
    animation: none !important;
  }



  .project::before {
    height: 28%;
  }


  .project {
    padding-bottom: 1rem;
  }

  .module__item-content {
    flex: 0 0 15rem;
  }

  .module__item-content-title {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
    width: 56%;
    background: #fff;
  }

  .cases__content {
    padding-right: 7rem;
    padding-bottom: 5rem;
    flex: unset;
    width: 100%;
  }

  .cases__form {
    gap: 2rem;
    padding-right: 1.75rem;
  }

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

  .production__item-img {
    height: 8rem;
  }

  .form__color-flex .form__color__inner {
    flex: unset;
    width: 20rem;
    margin: 0 auto;
  }

  .production__inner .form__color::before {
    display: none;
  }

  .form__color__inner-text-img {
    display: none;
  }

  .production__items {
    margin-top: 2.2rem;
  }

  .production__item-title {
    font-size: 1rem;
  }

  .manager-1 .form-wrap {
    max-width: 341px;
    padding: 2rem;
  }

  .footer__bottom .col__header {
    width: auto;
  }

  .manager__item {
    gap: 1rem;
    font-size: 0.875rem;
  }

  .manager__items {
    margin-top: 2rem;
    width: 90%;
  }

  .form .form-head {
    font-size: 1.125rem;
  }

  .manager-1 .wrap {
    margin-right: 0;
  }

  .slide__inner .logo {
    height: 6rem;
  }

  .form__color-flex {
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
    margin-top: 5rem;
    width: 70%;
  }

  .production__item {
    flex: 0 0 31%;
    min-height: 21rem;
  }

  .production__inner .title {
    width: 80%;
  }

  .optional__inner .title {
    width: 85%;
  }

  .cases-item .images {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: -4rem;
    z-index: 1;
  }

  .cases-item .images {
    flex: 0 0 75%;
    width: 75%;
    margin-left: auto;
  }

  .cases .cases-arrow {
    gap: 1.5rem;
  }

  .cases__content-line {
    display: none;
  }

  .cases-item {
    flex-direction: column;
  }

  .slick-arrow {
    width: 4rem;
    height: 4rem;
  }

  .module__item:nth-child(even) .module__item-content {
    padding-right: 3rem;
  }

  .module__item:nth-child(even) .module__item-content::before {
    width: 100%;
    top: 0.3rem;
    z-index: -1;
  }

  .module__item-price {
    font-size: 1rem;
  }

  .module__item-content {
    margin-top: 2rem;
  }

  .module__item:nth-child(odd) .module__item-content {
    margin-left: 4rem;
  }

  .project__items {
    margin-top: 2rem;
  }

  /* .home h2, */
  .manager-1 .text-wrap .header h2 {
    font-size: 2.1rem;
  }

  .item-icon-metall {
    width: 4.125rem;
    height: 4.125rem;
    padding: 1rem;
  }

  .hero__item-text {
    font-size: 0.75rem;
  }

  .hero__items {
    gap: 1rem;
    display: grid;

    grid-template-columns: repeat(4, 1fr);
  }

  .hero__item-none {
    display: flex;
  }

  .hero__img {
    right: unset;
    bottom: unset;
    position: relative;
  }

  .hero__inner {
    flex-direction: column;
  }

  .hero__img-wrapper-content-mobile {
    width: 41%;
  }

  .hero__wr {
    width: 70%;
  }

  .cases_items {
    margin-top: 2rem;
  }

  .hero__items {
    gap: 1.5rem;
    flex-direction: row;
    max-width: 100%;
  }

  .hero__item-bottom-title {
    font-size: 1.6rem;
  }

  .btn span {
    padding: 1.2rem 2rem;
  }

  .hero__img-wrapper-content {
    display: none;
  }

  .hero__img-wrapper-content-mobile {
    width: 12rem;
    margin-left: auto;
  }

  .hero__btns {
    margin-bottom: 0;
    flex-direction: row;
  }

  .hero__img-wrapper-content-mobile {
    display: block;
    position: relative;
    right: unset;
    top: unset;
    margin-right: calc(var(--container-padding) * -1);

  }

  .hero__item-bottom-text {
    font-size: 0.9rem;
  }

  .hero__item-bottom:last-child::before {
    display: none;
  }

  .hero__item-bottom {
    padding: 1.4rem;
  }

  .hero__img {
    right: unset;
    bottom: unset;
    position: relative;
    margin-top: -19%;
    width: 117%;
    margin-bottom: -11%;
  }

  .reliability__list,
  .reliability__list-two {
    padding: 2.1rem;
    font-size: 1rem;
    padding-bottom: 8rem;

  }

  .reliability__list li::before,
  .reliability__list-two li::before {
    width: 1.5rem;
    height: 1.5rem;
  }

  .form__color {
    padding: 0 2.5rem;
  }

  .form__color__inner {
    flex: 0 0 15.8rem;
    padding: 1.9rem 1.4rem 1.4rem 1.4rem;
  }

  .form__color__inner,
  .project_item-inner {
    font-size: 1rem;
  }

  .form__color__inner-text p:first-of-type {
    font-size: 1.5rem;
    line-height: 120%;
  }

  .form__color__inner .btn {
    margin-top: 1rem;
  }

  .form__color__inner-text-flex {
    padding: 2.5rem 0;
    font-size: 1rem;

  }

  .form__color__inner-text-flex {
    padding-bottom: 0;
  }

  .reliability__inner .title {
    width: 76%;
    margin-bottom: 2rem;
  }

  .reliability__logo {
    width: 34%;
  }

  .all__steps-inner .title h2 {
    margin-top: 1rem;
  }

  .all__steps-items {
    width: 95%;
  }

  .all__steps__item-inner {
    margin: 0;
  }

  .reliability__list ul li,
  .reliability__list-two ul li {
    padding-left: 2.25rem;
    margin-bottom: 1rem;
  }

  .all__steps-num {
    height: 3rem;
    left: 1rem;
  }

  .hero__line-bottom {
    display: none;
  }

  .hero__wr .title h1 {
    text-wrap: wrap;
  }

  .hero__item {
    margin-right: 0;
    font-size: 1rem;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #F5F5F5;
    border-radius: 0.5rem;
    padding: 1rem;
  }
}

@media screen and (max-width: 850px) {
  .tel-inner {
    margin-left: 0;
  }

  .hero__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero__item {
    flex-direction: row;
    text-align: left;
  }

  .hero__items-bottom {
    grid-template-columns: repeat(2, 1fr);
    border: none;

  }

  .hero__item-bottom {
    border: 0.625rem solid var(--color);
  }

  .hero__item-bottom:nth-child(3),
  .hero__item-bottom:nth-child(1) {
    border-right: none;
  }

  .hero__item-bottom:nth-child(3),
  .hero__item-bottom:nth-child(4) {
    border-top: none;
  }

  .reliability__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }

  .reliability__list,
  .reliability__list-two {
    padding-bottom: 0;
    margin-bottom: 7rem;
  }

  .reliability__logo {
    width: 61%;
    display: flex;
    margin-left: auto;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
  }

  .form__color {
    flex-direction: column;
  }

  .form__color__inner-text {
    padding-bottom: 0;
  }

  .form__color__inner {
    flex: unset;
    width: 20rem;
    margin: 0 auto;
  }

  .project_item::before {
    display: none;
  }

  .project_item-inner {
    font-size: 0.875rem;
  }

  .project__form-text {
    width: 100%;
  }

  .project__form-inner {
    width: 100%;
  }

  .project__form {
    padding: 2rem;
    gap: 1rem;
  }

  .module__inner .title h2 {
    margin-top: 0;
  }

  .project__form {
    font-size: 1.2rem;
  }

  .module__item-content {
    flex: unset;
    width: 100%;
    margin-left: 0;
    margin-top: 1.5rem;
  }

  .module__item .btn {
    margin-top: 1rem;
  }

  .reliability__items {
    padding-top: 2rem;
  }

  .cases .cases-arrow::before {
    display: none;
  }

  .cases__content {
    margin-top: 0;
  }

  .cases__content {
    padding: 2rem;
    padding-right: 2rem;
    padding-bottom: 5rem;
  }

  .optional__item-text {
    font-size: 1rem;
  }

  #footer {
    padding: 1rem 0;
  }

  .optional__item {
    min-height: 11.3rem;
  }

  .title p {
    font-size: 1rem;
  }

  .production__item {
    flex: 0 0 48%;
    min-height: 18rem;
  }



  .production__item {
    padding: 1.5rem;
  }

  .production__inner .title h2 {
    margin-bottom: 1rem;
  }

  .logos .slick-slide {
    margin-right: 1rem;
  }

  .cases__form {
    padding: 1.5rem 3rem;
  }

  .optional__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .cases__form-text {
    font-size: 1.125rem;
    flex-direction: column;
  }

  .cases__form-img {
    width: 7rem;
    height: 7rem;
  }

  .module__item:nth-child(even) .module__item-content {
    padding-right: 0;
  }

  .cases .title {
    width: 62%;
  }

  .cases .header-block {
    margin-bottom: 0;
  }

  .module__item,
  .module__item:nth-child(even) {
    flex-direction: column;
  }

  .project_item-inner br {
    display: none;
  }

  .project__items {
    gap: 0.5rem;
  }

  .project_item {
    border: 0.625rem solid var(--color);
    padding: 0;
  }

  .reliability__list ul,
  .reliability__list-two ul {
    margin-top: 1.5rem;
  }

  /* .home h2, */
  .manager-1 .text-wrap .subheader h2 {
    font-size: 1.9rem;
  }

  .reliability__img {
    margin-top: 2rem;
    margin-bottom: -22%;
  }

  .manager-1 .form-wrap {
    margin-top: 2rem;
  }

  .footer-contacts {
    align-items: flex-start;
    flex-direction: column;
  }

  .reliability__img {
    position: relative;
    bottom: 0;
    left: 0;
    transform: unset;
  }

  .production__item-img {
    height: 7rem;
    margin-bottom: 0;
  }

  .hero__item-bottom {
    padding: 1rem;
  }

  .hero__item-bottom-title {
    font-size: 1.3rem;
  }

  .hero__line-bottom {
    display: none;
  }

  .production__items {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 1rem;
    justify-content: flex-start;
  }

  .form__color__inner-text-flex p {
    font-size: 1.25rem !important;
  }

  .all__steps-items {
    width: 100%;
    gap: 1rem;
  }

  .form__color__inner-text {
    padding-top: 2rem;
  }

  .all__steps__item-title {
    margin: 1rem 0;
  }


  .all__steps__item-inner {
    padding: 1.2rem !important;
    padding-top: 3rem !important;
    line-height: 120%;
  }

  .form__color-flex {
    width: 93%;
  }

  .manager-1 .text-wrap {
    margin-bottom: 0;
    padding-bottom: 3rem;
  }

  .manager-1 .text-wrap .subheader {
    margin: 0;
  }

  #header .soc__inner {
    display: none;
  }

  .footer__inner {
    align-items: flex-start;
    gap: 0;
    flex-direction: column;
  }

  #header .content .contacts {
    gap: 0.5rem;
    flex-direction: column;
  }

  #header .col__head {
    display: none;
  }

  .hero__img-wrapper-content-mobile {
    width: 8rem;
    margin-left: auto;
    margin-right: calc(var(--container-padding) * -1);
  }

  .form__color {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .error-bg {
    margin: 0 auto;
    width: 84%;
    height: auto;
    position: relative;
  }

  #hero .main.main-thanks {
    padding-bottom: 13rem;
  }

  #hero.error__hero .main {
    padding: 4rem 0 0 0;
    width: unset;
  }

  .hero__btns {
    flex-direction: column;
  }

  /* .home h1 {
    font-size: 2.4rem;
    margin-bottom: 0.5rem;

  } */

  .item-icon-metall {
    width: 3.125rem;
    height: 3.125rem;
    padding: 0.5rem;
  }

  .reliability .form__color {
    margin-top: 0;
  }

  .project {
    padding-top: 4rem;
    padding-bottom: 1rem;
  }

}

@media screen and (max-width: 499px) {
  .hero__img {
    margin-top: -19%;
    width: 140%;
    margin-left: -19%;
    margin-bottom: -11%;
  }

  #hero.g-hero .wrap {
    width: 100%;
  }

  .hero__thanks-bg {
    width: 59%;
    bottom: 0;
    right: -2%;
  }

  #hero.g-hero .wrap {
    padding: 1.5rem;
  }

  #hero.error__hero .main h1 {
    font-size: 2.37rem;
    line-height: 120%;
  }

  .popup-logo-mobile {
    margin-top: 0.4rem;
    margin-left: -1.6rem;
    margin-bottom: -1.6rem;
    width: 66%;
  }



  .form__color-flex .form__color__inner {
    font-size: 1rem;
  }

  .reliability__list ul li,
  .reliability__list-two ul li {
    margin-bottom: 0.7rem;
  }

  #footer .descriptor {
    margin-top: 0.5rem;
  }

  .form__color__inner-text br {
    display: none;
  }

  .form__color__inner-text p:first-of-type {
    font-size: 1.25rem;
  }

  .cases .title {
    width: 86%;
  }

  .project::before {
    height: 20%;
  }

  .project__inner .title {
    width: 95%;
  }

  .reliability__inner .title {
    width: 100%;
    margin-bottom: 1rem;
  }

  /* .home h2, */
  .manager-1 .text-wrap .subheader h2 {
    font-size: 1.7rem;
  }

  .popup__item-img {
    margin-right: -4rem;
  }

  .popup__item-text {
    margin: 0 -2rem;
  }

  .popup__item-content-line {
    display: none;
  }

  .popup__item-content {
    padding: 0 2rem 2rem 0;
  }

  .popup__item-content-title {
    font-size: 1.5rem;
    width: 80%;
  }

  .reliability__list,
  .reliability__list-two {
    margin-bottom: 5rem;
  }

  .form__color-flex .form__color__inner {
    width: 18rem;
  }

  .project__img-btn {
    width: 1.2rem;
    height: 1.2rem;
  }

  .project__img-btn::before {
    top: -0.5rem;
    left: -0.5rem;
    bottom: -0.5rem;
    right: -0.5rem;
  }

  .cases__form {
    padding: 1.5rem;
  }

  .project__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .project_item:last-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  ƒ .cases .title {
    width: auto;
  }

  .cases-item .images {
    flex: 0 0 89%;
    width: 89%;
  }

  .tel-inner {
    margin-left: 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer__inner {
    align-items: center;
  }

  .all__steps__item:nth-child(odd) {
    margin-right: 2rem;
  }

  .all__steps__item:nth-child(even) {
    margin-left: 2rem;
  }

  .all__steps-items {
    grid-template-columns: repeat(1, 1fr);
  }

  .cases .header-block {
    margin-bottom: 0;
    flex-direction: column;
    gap: 1rem;
  }

  .cases .cases-arrow {
    margin-left: auto;
  }

  .hero__items {
    margin: 2rem 0;
  }

  #header .btn span {
    padding: 0;
  }

  #header .content .contacts {
    align-items: flex-end;
    gap: 0.1rem;
  }

  #header .logo {
    -ms-flex: 0 0 10rem;
    flex: 0 0 10rem;
  }

  .hero__wr .title h1 {
    line-height: 120%;
    font-size: 2rem;
  }

  .hero__items {
    gap: 1rem;
  }

  .hero__title .title p {
    font-size: 1.125rem;
  }

  .hero__item-bottom-text {
    line-height: 120%;
  }

  .hero__item-text {
    line-height: 120%;
  }

  .hero__item {
    gap: 0.6rem;
    font-size: 0.875rem;
    padding: 0.6rem;
  }

  #header .btn {
    min-width: unset;
    border-radius: 0;
    text-align: right;
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    color: var(--color);
    border-bottom: 1px dashed var(--color);
  }

  #header .btn:hover {
    color: var(--color);
    background-color: transparent;
    border-bottom-color: transparent;
  }

  .hero__item-text br {
    display: none;
  }
}

@media screen and (max-width: 413px) {
  /* .home h1 {
    font-size: 1.9rem;
  } */

  .hero__item-text {
    font-size: 1rem;
  }

  .form__color-flex {
    width: 100%;
  }

  .production__item {
    flex: 0 0 59%;
  }



  .hero__item {
    gap: 1rem;
    padding: 1rem;
  }

  .hero__items {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    /* gap: 1rem; */
  }

  .reliability__logo {
    width: 83%;
  }

  .form__color__inner {
    width: 19rem;
  }

  .hero__img-wrapper-content-mobile {
    width: 7rem;
    position: absolute;
    top: 10rem;
    right: 0;
  }

  .hero__btns {
    flex-direction: column;
  }
}

@media screen and (max-width: 390px) {
  .optional__items {
    grid-template-columns: repeat(1, 1fr);
    width: 80%;
    margin: 0 auto;
    margin-top: 2rem;
  }

  .form__color-flex .form__color__inner {
    width: 100%;
  }


}

@media screen and (max-width: 374px) {
  .cases .cases__form {
    flex-direction: column;
  }

}



@media screen and (max-width: 320px) {}



.intro {
  padding: 0 0 50px;
  overflow: hidden;
  margin-top: 50px;
}

/* .container-fluid--two {
  padding: 0 40px;
} */

.intro__title {
  
  font-weight: 700 !important;
  font-style: Bold !important;
  font-size: 64px !important;
  leading-trim: NONE;
  line-height: 120% !important;
  letter-spacing: -1% !important;

  color: #333333 !important;
  margin: 50px 0 80px !important;
}

.intro__title span {
  padding: 10px 20px;
  background: #3B4C54;
  border-radius: 8px;
  position: relative;
  top: -10px;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -1%;
  color: #FFFFFF;
}

.hero__img--two {
  position: relative;
  top: -160px;
  right: 0;
  left: 0px;
  bottom: 0;
  width: 1000px;
  height: 600px;
  /* max-width: 100%;
  height: auto;
  aspect-ratio: 900/600; */
}

.intro #imgWrapper {
  left: 20.5%;
  top: 43%;
  width: 83px;
}

.hero__img--two .hero__img-inner {
  width: 115%;
  height: 110%;
  position: relative;
}

.hero__inner--two {
  display: block;
}

.hero__line-bottom--two {
  width: 100vw;
  height: 3px;
  bottom: 8.375rem;
}

.hero__line-left--two {
  width: 3px;
  height: calc(100% - 230px);
}

.hero__line-left--two::before {
  height: 3px;
}

.intro__wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}



.intro__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
   
}

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

.intro__item svg {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.intro__item-text {
 
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -1%;
  color: #333333;
  margin: 0;
}

.intro__box {
  max-width: 835px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #3B4C54;
  border-radius: 8px;
  padding: 24px;
  align-items: start;
  position: relative;
  z-index: 1;
  top: -200px;
}

.intro__box-text {
  
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -1%;
  color: #FFFFFF;
  margin: 0 0 15px;
}

.intro__box-small {
  
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -1%;
  color: #FFFFFF;
  margin: 0;
}

.intro__box .btn-white {
  max-width: 227px;
  width: 100%;
  padding: 12px;
  
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #3B4C54;
}

.intro__box .btn-white span {
  padding: 0;
}


.tape {
  overflow: hidden;
  position: relative;
  z-index: 5;
  margin-top: -210px;
}

.container-fluid.container-fluid--three {
  padding: 0 !important;
  max-width: 1920px;
}

.tape__slider {
  overflow: hidden;
  width: 100%;
}

.tape__slider-content {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
  will-change: transform;
  position: relative;
  z-index: 1;
  backface-visibility: hidden; 
  transform-style: preserve-3d;
  white-space: nowrap;
  animation: marquee linear infinite;
}

.tape__slide {
  width: auto;
  display: flex;
  align-items: center;
  gap: 40px;
  /* white-space: nowrap; */
}

.tape__text {
  
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: -1%;
  text-align: center;
  color: #333333;
  margin: 0;
}

.tape__slide svg {
  width: 8px;
  height: 8px;
  flex-shrink: 0;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* сдвиг на половину контента */
}


.catalog {
  overflow: hidden;
}

.catalog__title {
  
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -1.4%;
  color: #333333;
  margin: 0 0 40px;
}

.catalog__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 30px;
  margin-bottom: 80px;
}

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

.catalog__image {
  max-width: 100%;
  height: auto;
  aspect-ratio: 775/380;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.catalog__image a {
  width: 100%;
  height: 100%;
  display: block;
}

.catalog__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog__box {
  display: flex;
  align-items: start;
  gap: 20px;
  margin-bottom: 30px;
}

.catalog__img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 377/180;
  border-radius: 10px;
  overflow: hidden;
}

.catalog__img a {
  width: 100%;
  height: 100%;
  display: block;
}

.catalog__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog__name {
  
  font-weight: 600;
  font-style: SemiBold;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: -1%;
  color: #333333;
  margin: 0 0 60px;
}

.catalog__desc {
  
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -1.4%;
  color: #333333;
  margin: 0 0 30;
}

.catalog__buttons {
  display: flex;
  gap: 10px;
}

.catalog__btn-white {
  max-width: 230px;
  width: 100%;
  border: 2px solid #19323F;
  border-radius: 8px;
  padding: 14px;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #333333;
  vertical-align: middle;
  cursor: pointer;
  transition: .3s;
}

.catalog__btn-white:hover {
  transform: scale(1.05);
}

.catalog__btn {

}

.g_btn-glow--two span {
  padding: 17px;
}

.g_btn-glow--two {
  max-width: 230px;
  width: 100%;
  box-shadow: 0 2px 0 #333333;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

.catalog__more {
  max-width: 305px;
  width: 100%;
  background: #E6E6E6;
  padding: 14px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #333333;
  cursor: pointer;
  border: none;
  border-radius: 8px;
  transition: .3s;
}

.catalog__more:hover {
  background: #3B4C54;
  color: #FFFFFF;
}

.cases--two {
  padding-bottom: 40px;
}

.cases__title {
  
  font-weight: 700;
  font-style: Bold;
  font-size: 42px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: -1.4%;
  color: #333333;
  margin: 0;
}

/* .cases--two .cases-item {
  padding-left: 0;
}

.cases--two .cases__content {
  border-left: none;
}

.cases--two .cases__content::before {
  display: none;
}

.cases--two .cases__content::after {
  display: none;
} */

/* .cases--two .cases-arrow::before {
  border-left: 3px solid var(--color);
  border-top: 3px solid var(--color);
}

.cases--two .slick-arrow {
  width: 3rem;
  height: 3rem;
  border: 3px solid var(--color);
}

.cases--two .cases__content {
  border-bottom: 2rem solid #3b4c54;
  border-left: 2rem solid #3b4c54;
  border-right: 2rem solid #3b4c54;
}

.cases--two .images {
  margin-top: 30px;
}

.cases--two .cases__content-line {
  height: 107%;
} */



.form--two .form-wrap {
  max-width: 100%;
  background-image: none;
  background: #3B4C54;
  padding-top: 50px;
  padding-bottom: 50px;
}

.form--two .form-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}

.form--two .form-top {
  
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -1%;
  text-align: center;
  color: #9DA5A9;
  margin: 0 0 40px;
}

.form--two .form-head {
  
  font-weight: 600;
  font-style: SemiBold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: -1%;
  color: #FFFFFF;
  margin: 0 0 16px;
}

.form--two .form-desk {
  
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -1%;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}

.form--two .form_block {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.form--two .btn-white {
  display: flex;
  justify-content: center;
  padding: 17.5px;
}

.form--two .btn-white span {
  padding: 0;
}

.form__box {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.form__box .form-field.form-group {
  max-width: 330px;
  width: 100%;
  margin: 0;
  
}

.form__box .button.animate-top {
  margin: 0;
  max-width: 330px;
  width: 100%;
}

.form--two .check {
  background: white;
}

.form--two .agreement-label.label-none {
  color: #9DA5A9;
}

.form--two .agreement-label.label-none a {
  color: #9DA5A9;
}


.dop {
  overflow: hidden;
}

.dop__top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 60px;
}

.dop__top-text {
  
  font-weight: 400;
  font-style: Regular;
  font-size: 26px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -1.4%;
  color: #333333;
  margin: 0 0 10px;
}

.dop__title {
  
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: -1.4%;
  color: #333333;
  margin: 0;
}

.dop__buttons {
  position: static;
  display: flex;
  gap: 20px;
  align-self: flex-end;
}

.swiper-button-prev.dop-prev,
.swiper-button-next.dop-next {
  position: static;
  margin: 0;
  padding: 0;
  background: none;
  border: 3px solid #3B4C54;
  padding: 18px;
}

.swiper-button-prev.dop-prev::after,
.swiper-button-next.dop-next::after {
  display: none;
}

.swiper-button-prev.dop-prev svg,
.swiper-button-next.dop-next svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.dop__slider {
  width: 100%;
  height: 100%;
  display: flex;
  padding-bottom: 10px;
}

.dop__slider .swiper-wrapper {
  height: auto;
}

.dop__slider .swiper-slide {
  width: 370px;
  display: flex;
  flex-direction: column;

}

.dop__image {
  max-width: 100%;
  height: auto;
  aspect-ratio: 373/258;
  margin-bottom: 40px;
}

.dop__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dop__name {
  
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: -1%;
  color: #333333;
  margin: 0 0 50px;
}

.dop__desc {
  
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -1.4%;
  color: #333333;
  margin: auto 0 20px;
}

.dop__box {
  display: flex;
  gap: 10px;
}

.dop__about {
  max-width: 180px;
  width: 100%;
  border: 2px solid #19323F;
  border-radius: 8px;
  padding: 14px;
  cursor: pointer;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #333333;
  transition: .3s;
}

.dop__about:hover {
  transform: scale(1.03);
}

.dop__buy {
  max-width: 100%;
  width: 100%;
  background: #3B4C54;
  border-radius: 8px;
  padding: 14px;
  cursor: pointer;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #FFFFFF;
  transition: .3s;
}

.dop__buy:hover {
  transform: scale(1.03);
}


.project__form-wrapper--two {
  margin-bottom: 80px;
}


.step {
  overflow: hidden;
}

.step__title {
  
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -1.4%;
  color: #333333;
  margin: 0 0 40px;
}

.step__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}

.step__item {
  border: 3px solid #3B4C54;
  padding: 40px;
}

.step__item svg {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  margin-bottom: 40px;
}

.step__name {
  
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: -1%;
  color: #333333;
  margin: 0 0 16px;
}

.step__desc {
  
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -1.4%;
  color: #3B4C54;
  margin: 0;
}

.project__form-wrapper--two .project__title {
  
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: -1%;
  text-align: center;
  color: #333333;
}

.get .form__color {
  margin-top: 0;
  width: 100%;
}

.get__list {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.get__item {
  display: flex;
  gap: 16px;
}

.get__item svg {
  width: 22px;
  height: 28px;
  flex-shrink: 0;
}

.get__name {
  
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -1%;
  color: #FFFFFF;
  margin: 0;
}

.get .form__color__inner p {
  
  font-weight: 600;
  font-style: SemiBold;
  font-size: 27px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: -1%;
  color: #333333;
  margin: 0px;
}

.project--two .project__img-inner {
  margin-top: 0;
}

.pro__title {
  
  font-weight: 700 !important;
  font-style: Bold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: -1.4%;
  color: #333333;
  margin: 0 0 100px;
}


.reliability--two {
  padding-top: 110px;
  padding-bottom: 110px;
}

.reliability--two .reliability__inner .title {
  width: 100%;
}

.rel__title {
  
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 110%;
  letter-spacing: -1.4%;
  color: #333333;
  margin: 0 0 40px;
}



.gal {
  overflow: hidden;
  padding-top: 100px;
}

.gal__top {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 40px;
}

.gal__title {

  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: -1.4%;
  color: #333333;
  margin: 0;
}

.gal__buttons {
  position: static;
  display: flex;
  gap: 20px;
}

.swiper-button-prev.gal-prev, .swiper-button-next.gal-next {
  position: static;
  margin: 0;
  padding: 0;
  background: none;
  border: 3px solid #3B4C54;
  padding: 18px;
}

.swiper-button-prev.gal-prev::after, 
.swiper-button-next.gal-next::after {
  display: none;
}

.swiper-button-prev.gal-prev svg, .swiper-button-next.gal-next svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.gal__slider {

}

.gal__slider .swiper-wrapper {
  height: auto;
}

.gal__slider .swiper-slide {
  width: 506px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 506/284;
  border-radius: 10px;
  overflow: hidden;
}

.gal__slider .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
}

.gal__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gal__buttons--mobile {
  display: none;
}


.page-template-front-page-new .logos h2 {
  
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: -1.4%;
  color: #333333;
  margin: 0 0 40px;
}



.work {
  overflow: hidden;
}

.work__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.work__title {
  
  font-weight: 600;
  font-style: SemiBold;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: -1%;
  color: #333333;
  margin: 0 0 45px;
}

.work__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

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

.work__item svg {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
}

.work__desc {
  
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -1%;
  color: #333333;
  margin: 0;
}

.work__desc span {
  white-space: nowrap;
}

.work__form {
  background: #3B4C54;
  padding: 45px 30px;
  max-width: 768px;
  width: 100%;
}

.work__form .form-desk {
  
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: -1%;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 24px;
}


.work .form__box {
  flex-direction: column;
}

.work__form .form-field.form-group {
  max-width: 100%;
} 

.work__form .form__box .button.animate-top {
  max-width: 100%;
}

.work__form .form__box .button.animate-top button {
  width: 100%;
}

.work__form .agreement-label.label-none {
  color: #9DA5A9;
}

.work__form .check {
  background: white;
}

.work__form .agreement-label.label-none a {
  color: #9DA5A9;
}

.true {
  overflow: hidden;
}

.true__wrapper {
  background: #3B4C54;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
  position: relative;
}

.true__title {
  
  font-weight: 600;
  font-style: SemiBold;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: -1%;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 40px;
}

.true__text {
  
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -1%;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 30px;
}

.btn-white--two {
  max-width: 342px;
  width: 100%;
  font-size: 18px;
}

.true__image {
  max-width: 100%;
  height: auto;
  aspect-ratio: 292/223;
  position: absolute;
  bottom: -35px;
  left: 65%;
}

.true__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog__slider {
  display: none;
}




@media screen and (max-width: 1710px) {
  .hero__img--two {
    width: 860px;
  }

  .intro__box {
    max-width: 100%;
    gap: 20px;
    top: -155px;
  }

  .intro__box .btn-white {
    align-self: center;
  }

  .intro__item-text {
    font-size: 20px;
  }

  .hero__img--two .hero__img-inner {
    width: 135%;
    height: 110%;
    position: relative;
    left: 155px;
  }

  .intro__item-text br {
    display: none;
  }
}


@media screen and (max-width: 1500px) {
  .hero__img--two {
    width: 700px;
    top: -140px;
  }

  .hero__img--two .hero__img-inner {
    left: 115px;
  }

  .intro #imgWrapper {
    left: 20.5%;
    top: 39%;
    width: 70px;
  }

  .intro__title {
    font-size: 55px !important;
  }

  .intro__title span {
    font-size: 20px;
  }

  .work__form {
    max-width: 700px;
  }
}

@media screen and (max-width: 1370px) {
  .work__form {
    max-width: 600px;
    padding: 30px 20px;
  }
}

@media screen and (max-width: 1280px) {
  .hero__line-bottom--two {
    display: none;
  }

  .intro__box {
    top: -110px;
  }

  .hero__line-left--two {
    display: none;
  }

  .intro__title {
    margin-bottom: 60px !important;
  }

  .intro__title span {
    display: block;
    width: fit-content;
    margin-top: 30px;
  }

  .intro__title {
    line-height: 100% !important;
  }

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

  .tape {
    margin-top: -190px;
  }

  .step__item {
    padding: 20px 20px 30px;
  }

  .work__form {
    max-width: 530px;
  }
}

@media screen and (max-width: 1200px) {

  .intro__wrapper {
    grid-template-columns: 1fr;
  }

  .hero__img--two {
    width: 1000px;
    height: 715px;
    /* top: 0; */
    /* width: 100%;
    max-width: 100%;
    height: auto; */
  }

  .intro #imgWrapper {
    left: 20.5%;
    top: 44%;
    width: 90px;
  }

  .hero__img--two .hero__img-inner {
    left: 125px;
    width: 125%;
    height: 100%;
  }

  .intro__title {
    margin-bottom: 0 !important;
  }

  .intro__list {
    margin-bottom: 30px;
    margin-top: -200px;
  }

  .intro__box {
    top: 0;
  }

  .tape {
    margin-top: -50px;
  }

  .work__wrapper {
    flex-direction: column;
    gap: 34px;
  }

  .work__title br {
    display: none;
  }

  .work__desc:first-child br {
    display: none;
  }

  .work__desc:nth-child(2) br:first-child {
    display: none;
  }

  .work__desc:nth-child(2) br:last-child {
    display: none;
  }

  .br3 {
    display: none;
  }

  .work__form {
    max-width: 100%;
  }

  .work__form .form__box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 1024px) {
  .hero__img--two {
    position: static;
    margin: -180px 0 0;
  }

  .intro__title {
    margin-bottom: 30px !important;
  }

  .hero__img--two .hero__img-inner {
    left: 80px;
  }

  .intro__list {
    margin-top: -100px;
  }

  .step__list {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .true__image {
    left: 75%;
  }
}

@media screen and (max-width: 950px) {
  .hero__img--two {
    max-width: 100%;
    height: auto;
    aspect-ratio: 1000 / 715;
    width: 100%;
    margin: 0;
  }

  .intro #imgWrapper {
    width: 7%;
  }

  .hero__img--two .hero__img-inner {
    top: -25%;
  }

  .intro__list {
    margin-top: -200px;
  }

  .get__list {
    padding: 50px 0 30px;
  }

  .pro__title br {
    display: none;
  }
}



@media screen and (max-width: 768px) {
  .intro__title {
    font-size: 35px !important;
  }

  .intro__title span {
    font-size: 18px;
  }

  .hero__img--two .hero__img-inner {
    left: 59px;
    height: 105%;
  }

  .intro #imgWrapper {
    left: 21%;
    top: 41%;
  }

  .intro__box {
    flex-direction: column;
  }

  .intro__box .btn-white {
    max-width: 100%;
  }

  .intro__wrapper {
    margin-bottom: 30px;
  }

  .catalog__title {
    font-size: 35px;
  }

  .catalog__list {
    grid-template-columns: 1fr;
  }

  .catalog__btn-white {
    max-width: 100%;
  }

  .g_btn-glow--two {
    max-width: 100%;
  }

  .cases__title {
    font-size: 35px;
    line-height: 100%;
  }

  .cases--two .header-block {
    gap: 28px;
  }


  .form--two .form-top {
    font-size: 14px;
  }

  .form--two .form-head {
    font-size: 30px;
  }

  .form--two .form-desk {
    font-size: 16px;
  }

  .form__box {
    flex-direction: column;
  }

  .form__box .form-field.form-group {
    max-width: 100%;
  }

  .form__box .button.animate-top {
    max-width: 100%;
  }

  .step__title {
    font-size: 35px;
    line-height: 100%;
  }

  .step__item svg {
    width: 60px;
    height: 60px;
    margin-bottom: 40px;
  }

  .get .form__color__inner p {
    font-size: 24px;
  }

  .get__item svg {
    width: 18px;
    height: 24px;
  }

  .get__name {
    font-size: 18px;
  }

  .pro__title {
    font-size: 35px;
  }

  .rel__title {
    font-size: 35px;
    line-height: 100%;
  }

  .page-template-front-page-new .logos h2 {
    font-size: 35px;
  }

  .gal {
    padding-top: 0px;
  }

  .gal__title {
    font-size: 35px;
  }

  .work__title {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .work__item svg {
    width: 50px;
    height: 50px;
  }

  .work__form .form__box {
    grid-template-columns: 1fr;
  }

  .true__image {
    display: none;
  }

  .true__wrapper {
    padding: 30px 20px;
  }

  .true__title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .true__text {
    font-size: 16px;
  }

  .btn-white--two {
    font-size: 16px;
  }

  .dop__top-text {
    font-size: 20px;
  }

  .dop__title {
    font-size: 35px;
  }
}

@media screen and (max-width: 550px) {
  .hero__img--two .hero__img-inner {
    left: 48px;
    height: 110%;
  }

  .intro #imgWrapper {
    top: 40%;
  }

  .intro__title {
    font-size: 30px !important;
  }  

  .intro__title span {
    font-size: 16px;
  }

  .intro__list {
    margin-top: -160px;
  }

  .intro__item-text {
    font-size: 16px;
  }

  .intro__box-text {
    font-size: 16px;
  }

  .intro__box-small {
    font-size: 15px;
  }

  .catalog__title {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .catalog__list {
    gap: 40px;
    margin-bottom: 30px;
  }

  .catalog__image {
    display: none;
  }

  .catalog__box {
    display: none;
  }

  .catalog__slider {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  .catalog__slider .swiper-slide {
    width: 100% !important;
    max-width: 100%;
    height: auto;
    aspect-ratio: 335/188;
    margin-bottom: 20px;
  }

  .catalog__slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  .swiper-pagination.catalog-pagination {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .swiper-pagination.catalog-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #DDDBD9;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    border: 0;
    flex-shrink: 0;
    opacity: 1;
  }

  .swiper-pagination.catalog-pagination .swiper-pagination-bullet-active {
    background: #3B4C54;
  }

  .catalog__name {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .catalog__desc {
    font-size: 16px;
    margin-bottom: 24px;
    margin-top: 0;
  }

  .catalog__buttons {
    flex-direction: column;
  }



  .cases__title {
    font-size: 30px;
  }

  .step__title {
    font-size: 30px;
  }

  .step__title br {
    display: none;
  }

  .step__list {
    grid-template-columns: 1fr;
  }

  .step__name {
    font-size: 22px;
  }

  .step__desc {
    font-size: 16px;
  }

  .project__form-wrapper--two .project__form {
    padding: 14px;
  }

  .project__form-wrapper--two .project__title {
    line-height: 100%;
    font-size: 20px;
  }

  .get .form__color {
    padding: 20px;
  }

  .get__list {
    padding: 20px 0 30px;
  }

  .project__title {
    font-size: 30px;
  }

  .rel__title {
    font-size: 30px;
  }

  .reliability--two .reliability__logo {
    display: none;
  }

  .reliability--two {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .reliability--two .reliability__items {
    padding-top: 15px;
  }

  .page-template-front-page-new .logos h2 {
    font-size: 30px;
  }

  .gal__title {
    font-size: 30px;
  }

  .work__item {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }

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

  .dop__top {
    margin-bottom: 30px;
  }

  .dop__title {
    font-size: 30px;
  }

  .dop__name {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .dop__desc {
    margin-bottom: 24px;
  }

  .dop__box {
    flex-direction: column;
  }

  .dop__about {
    max-width: 100%;
  }

  .dop__buy {
    max-width: 100%;
  }

  .dop__buttons {
    display: none;
  }

  .dop__slider {
    margin-bottom: 20px;
  }

  .dop__slider .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .dop__slider .swiper-slide {
    width: 100%;
  }

  .dop__image {
    margin-bottom: 20px;
  }

  .dop__more {
    display: none;
    max-width: 305px;
    width: 100%;
    background: #E6E6E6;
    padding: 14px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #333333;
    cursor: pointer;
    border: none;
    border-radius: 8px;
    transition: .3s;
  }

  .dop__more:hover {
    background: #3B4C54;
    color: #FFFFFF;
  }
}

@media screen and (max-width: 450px) {
  .hero__img--two .hero__img-inner {
    left: 37px;
  }

  .intro__list {
    margin-top: -130px;
  }

  .form--two .form-wrap {
    padding: 30px 20px;
  }

  .form--two .form-header {
    margin-bottom: 20px;
  }

  .form--two .form-top {
    margin-bottom: 20px;
  }

  .form--two .form-head {
    font-size: 25px;
  }

  .form--two .form-desk {
    font-size: 14px;
  }

  .form--two .form-desk br {
    display: none;
  }

  .pro__title {
    margin-bottom: 70px;
  }

  .true__text br {
    display: none;
  }
}

@media screen and (max-width: 360px) {
  .hero__img--two .hero__img-inner {
    left: 30px;
  }

  .intro__title {
    font-size: 26px !important;
  }  

  .intro__list {
    margin-top: -100px;
  }

  .catalog__title {
    font-size: 24px;
  }

  .cases__title {
    font-size: 24px;
  }

  .form--two .form-head {
    font-size: 20px;
  }

  .step__title {
    font-size: 24px;
  }

  .pro__title {
    font-size: 24px;
  }

  .rel__title {
    font-size: 24px;
  }

  .gal__title {
    font-size: 24px;
  }

  .page-template-front-page-new .logos h2 {
    font-size: 24px;
  }

  .dop__title {
    font-size: 24px;
  }
}


/* Новый хедер  */



#header.header-new {
  position: fixed;      
  top: 0;               
  left: 0;
  width: 100%;          
  z-index: 999;        
  background-color: #fff; 
  box-shadow: 0 2px 8px rgba(0,0,0,0.1); 
  transition: all 0.3s ease; 
}


body.page-template-front-page-new {
  padding-top: 115px;
}


.container-fluid--header {
  /* max-width: 1700px; */
  padding: 0 40px;
}

.text--two {
  max-width: 280px !important;
  font-weight: 400;
  font-style: Regular;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #3B4C54;
}

#header.header-new .phone a {
  font-size: 16px !important;
}

.header-new .email a {
  font-size: 13px;
}

.header-new .header-menu {
  display: flex;
  flex-wrap: wrap;
  width: 400px;
  gap: 10px 20px;
}

.header-menu-link {
  
  font-weight: 500;
  font-style: Medium;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #3B4C54;
  transition: .3s
}

.header-menu-link:hover {
  transform: scale(1.02);
}

.header-new .soc__inner {
  gap: 6px;
}

.header-mobile {
  display: none;
}

.footer-new {
  background: #3B4C54;
  padding: 60px 0;
}

.footer-new__top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: start;
}

.footer-new__left {
  display: flex;
  gap: 40px;
}

.img-link {
  height: 70px;
}

.footer-new__subtext {
  
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #FFFFFF;
  margin: 0;
}

.footer-new__menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 40px;
}

.footer-new__link {
  
  font-weight: 500;
  font-style: Medium;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
}

.footer-new__top {
  margin-bottom: 160px;
}

.footer-new a[href^="tel:"].phone-content {
  
  font-weight: 700;
  font-style: Bold;
  font-size: 19.2px;
  leading-trim: NONE;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #FFFFFF;
}

.footer-new .btn.btn-white {
  max-width: 266px;
  width: 100%;
  padding: 14px;
}

.footer-new .btn.btn-white span {
  padding: 0;
}

.footer-new .footer-social.soc__inner {
  width: 250px;
  margin-top: 0;
}

.footer-new .tel-wrap {
  margin-right: 0px;
}

.footer-new__white {
  padding: 25px 0;
}

.footer-new__white-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}

.footer-new__white-center {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  flex-wrap: wrap;
}

.footer-new__white .copy_link {
  margin-left: auto;
}

.footer-new__white-text {
  
  font-weight: 400;
  font-style: Regular;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 14.63px;
  letter-spacing: 0.5px;
  vertical-align: middle;
  color: #333333;
  white-space: nowrap;
  margin: 0;
}


@media screen and (max-width: 1440px) {
  #header.header-new .header-menu {
    margin: 0 auto;
    align-self: center;
  }
}

@media screen and (max-width: 1400px) {
  .footer-new__left {
    flex-direction: column;
  }

  .footer-new .footer-contacts {
    gap: 40px;
  }

  .footer-new .tel-inner {
    width: 100%;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1200px) {
  #header.header-new .contacts {
    display: grid;
    grid-template-columns: 1fr 1fr;

  }

  #header.header-new .btn.g_btn-glow {
    grid-column: 2;
    grid-row: 1;
  }

  #header.header-new .col__header-phone {
    display: flex;
    grid-column: 1 / 3;
    gap: 22px;
  }
}

@media screen and (max-width: 1024px) {
  .footer-new__white-wrapper {
    flex-direction: column;
    gap: 15px;
  }

  .footer-new__white-center {
    margin-left: 0;
  }

  .footer-new__white .copy_link {
    margin-left: 0;
  }
}

@media screen and (max-width: 991px) {
  #header.header-new .row.mainrow {
    display: none;
  }

  .header-mobile {
    display: block;
  }
  
  .header-mobile-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    position: relative;
  }

  .header-mobile-top::after {
    content: '';
    position: absolute;
    left: -50%;
    top: -20px;
    width: 145vw;
    background: #F7F7F7;
    z-index: -1;
    height: 60px;
  }



  /* ===== BURGER ===== */

  .header-burger {
    width: 24px;
    height: 18px;
    position: relative;
    cursor: pointer;
    z-index: 1101;
  }

  .header-burger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #3B4C54;
    border-radius: 2px;
    transition: 0.3s ease;
  }

  /* Полоски */

  .header-burger span:nth-child(1) {
    top: 0;
  }

  .header-burger span:nth-child(2) {
    top: 8px;
  }

  .header-burger span:nth-child(3) {
    bottom: 0;
  }


  /* ===== КРЕСТИК ===== */

  .header-burger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 8px;
  }

  .header-burger.active span:nth-child(2) {
    opacity: 0;
  }

  .header-burger.active span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 8px;
  }


  /* ===== MOBILE MENU ===== */

  .header-mobile-menu {
    position: fixed;
    top: 100px;
    right: -100%;
    width: 100%;
    /* max-width: 360px; */
    /* height: 100vh; */
    background: #fff;
    z-index: 1100;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 40px 20px;
    /* left: 0; */
    bottom: 0;
    overflow-y: auto;

    transition: right 0.35s ease;
  }


  /* Активное меню */

  .header-mobile-menu.active {
    right: 0;
  }


  /* ===== Блокировка скролла ===== */

  body.menu-open {
    overflow: hidden;
  }

  .header-mobile .header-menu {
    flex-direction: column;
    align-items: center;
    width: auto;
    margin-bottom: 190px !important;
    gap: 25px;
  }

  .header-menu-link {
    font-size: 20px;
  }

  .header-mobile-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 0;
  }

  .header-mobile-menu .soc__inner {
    display: flex !important;
    justify-content: center;
    gap: 15px;
  }

  .header-mobile-menu .btn-mobile {
    display: flex !important;
    margin: 0 auto;
    background: #19323f;
    /* box-shadow: 0 4px 0 #333333; */
    border-radius: 7px;
    color: #ffffff;
    font-weight: 700;
    max-width: 340px;
    width: 100%;
    padding: 14px;
    justify-content: center;
  }

}

@media screen and (max-width: 900px) {
  .footer-new__menu {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .footer-new .tel-inner {
    flex-direction: column;
    align-items: start;
  }

  .footer-new__top {
    margin-bottom: 40px;
    flex-direction: column;
    gap: 40px;
  }

  .footer-new__left {
    gap: 15px;
  }

  .footer-new__white-wrapper {
    align-items: start;
  }
}

@media screen and (max-width: 550px) {
  .container-fluid--header {
    padding: 0 30px;
  }
}

@media screen and (max-width: 500px) {
  #header.header-new .header-mobile-menu .btn.g_btn-glow {
    display: flex !important;
    justify-content: center;
    margin: 0 auto;
    padding: 14px;
    max-width: 100%;
    width: 100%;
    background: #19323f;
    box-shadow: 0 4px 0 #333333;
    border-radius: 7px;
    color: #ffffff;
  }

  .footer-new .btn.btn-white {
    max-width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .container-fluid--header {
    padding: 0 20px;
  }
}

@media screen and (max-width: 390px) {
  .header-new .email a {
    font-size: 11px;
  }

  #header.header-new .phone a {
    font-size: 13px !important;
  }

  .header-mobile-bottom {
    padding: 25px 0 0;
  }

  .footer-new {
    padding: 20px 0;
  }
}

/* Модалка каталог */

.modal-catalog { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999; overflow-y: auto;}
.modal-catalog__overlay { 
  /* position: absolute; 
  width: 100%;
  height: 100%; 
  background: rgba(0,0,0,0.5);  */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  
}


.modal-catalog__content { position: relative;
  max-width: 1480px;
  width: 95%;
  /* max-height: 90vh;  */
  margin: 50px auto;
  background: #fff;
  padding: 50px;
  position: relative;
}
.modal-catalog__close { 
  position: absolute; 
  top: 20px; 
  right: 20px;  
  background: none; 
  border: none; 
  cursor: pointer; 
}

.modal-catalog__close svg {
  width: 20px;
  height: 20px;
}

.body--modal-open {
  overflow: hidden;
}

.modal-catalog__wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow-y: auto;
  background: rgba(0,0,0,0.5);
  display: flex;
}


.modal-catalog__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}

.modal-catalog__slider .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  height: auto;
}

.modal-catalog__slider .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}

.modal-catalog__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-catalog__slider .swiper-slide:nth-child(1) {
  grid-row: 1;
  grid-column: 1 / 3;
  max-width: 100%;
  height: auto;
  aspect-ratio: 676/328;
}

.modal-catalog__slider .swiper-slide:nth-child(2) {
  grid-row: 2;
  grid-column: 1;
  max-width: 100%;
  height: auto;
  aspect-ratio: 328/180;
}

.modal-catalog__slider .swiper-slide:nth-child(3) {
  grid-row: 2;
  max-width: 100%;
  height: auto;
  aspect-ratio: 328/180;
}

.modal-catalog__info {
  display: flex;
  flex-direction: column;
}

.modal-catalog__features {
  margin-top: auto;
}

.modal-catalog__sections {
 /* display: flex;
 justify-content: space-between; */
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 20px;
}

.modal-catalog__sections.modal-catalog__sections--big {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

/* .modal-catalog__sections > div:nth-of-type(2) > h3 {
  color: red !important;
} */


.modal-catalog__title {
  
  font-weight: 600;
  font-style: SemiBold;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: -1%;
  color: #333333;
  margin: 0 0 50px;
}

.modal-catalog__title.modal-catalog__title--mobile {
  display: none;
}

.modal-catalog__specs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}

.modal-catalog__specs li {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -1%;
  margin: 0;
}

.modal-catalog__specs li strong {
  font-size: 18px;
  margin-bottom: 10px;
}

.modal-catalog__features {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.modal-catalog__features li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -1%;

}

.modal-catalog__features li svg {
  width: 16px;
  height: 13px;
  flex-shrink: 0;
}

.modal-catalog__sections h3 {
  
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: -1%;
  color: #333333;
  margin: 0 0 16px;
}

.modal-catalog__sections ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.modal-catalog__sections ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -1%;
}

.modal-catalog__sections ul li svg {
  width: 16px;
  height: 13px;
  flex-shrink: 0;
}


@media screen and (max-width: 1200px) {
  .modal-catalog__sections {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }

  .modal-catalog__sections.modal-catalog__sections--big {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 900px) {
  .modal-catalog__box {
    grid-template-columns: 1fr;
  }

  .modal-catalog__title {
    margin-bottom: 20px;
  }

  .modal-catalog__close {
    top: 10px;
    right: 10px;
  }

  .modal-catalog__sections {
    grid-template-columns: 1fr 1fr;
  }

  .modal-catalog__sections.modal-catalog__sections--big {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 768px) {
  .modal-catalog__content {
    padding: 50px 20px 20px;
  }
  .modal-catalog__slider {
    display: block;
    width: 100%;
  }

  .modal-catalog__slider .swiper-wrapper {
    display: flex;
    height: auto;
    gap: 0;
  }

  .modal-catalog__slider .swiper-slide {
    width: 100% !important;
    max-width: 100%;
    height: auto;
    aspect-ratio: 335/188 !important;
  }

 

  .modal-catalog__title {
    display: none;
  }

  .modal-catalog__title.modal-catalog__title--mobile {
    display: block;
    font-size: 24px;
  }

  .modal-catalog__box {
    gap: 30px;
  }

  .catalog-modal-pagination {
    position: relative;
    margin-top: 12px;
  }

  .catalog-modal-pagination .swiper-pagination-bullet-active {
    background: #3B4C54;
  }

}

@media screen and (max-width: 600px) {
  .modal-catalog__sections {
    grid-template-columns: 1fr;
  }

  .modal-catalog__sections.modal-catalog__sections--big {
    grid-template-columns: 1fr;
  }

  .modal-catalog__close {
    top: 10px;
    right: 5px;
  }
}