@font-face {
  font-family: "Actay-Regular";
  src: url("../fonts/Actay-Regular/Actay-Regular.eot");
  src: url("../fonts/Actay-Regular/Actay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Actay-Regular/Actay-Regular.woff2") format("woff2"), url("../fonts/Actay-Regular/Actay-Regular.woff") format("woff"), url("../fonts/Actay-Regular/Actay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ActayWide-Bold";
  src: url("../fonts/ActayWide-Bold/ActayWide-Bold.eot");
  src: url("../fonts/ActayWide-Bold/ActayWide-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ActayWide-Bold/ActayWide-Bold.woff2") format("woff2"), url("../fonts/ActayWide-Bold/ActayWide-Bold.woff") format("woff"), url("../fonts/ActayWide-Bold/ActayWide-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Light";
  src: url("../fonts/Inter-Light/Inter-Light.eot");
  src: url("../fonts/Inter-Light/Inter-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Light/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light/Inter-Light.woff") format("woff"), url("../fonts/Inter-Light/Inter-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
html,
body {
  height: 100%;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scrollbar-gutter: stable;
}

body {
  min-width: 320px;
  min-block-size: 100svh;
  background-color: #fff;
  font-family: "Actay-Regular";
  font-size: 16px;
  line-height: 100%;
  color: #6F767C;
}

body.lock {
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  position: relative;
  z-index: 1;
}

.header {
  position: relative;
  z-index: 3;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
}

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

.container {
  width: min(1180px, 100% - 100px);
  margin-inline: auto;
}

section {
  width: 100%;
  padding: 64px 0;
  position: relative;
  z-index: 1;
}

.main section:only-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

h1 {
  font-family: "ActayWide-Bold";
  font-size: 45px;
  line-height: 110%;
  color: #313A43;
}

h2 {
  font-family: "ActayWide-Bold";
  font-size: 40px;
  line-height: 115%;
  color: #313A43;
}

h3 {
  font-family: "ActayWide-Bold";
  font-size: 35px;
  line-height: 115%;
  color: #313A43;
}

h4 {
  font-family: "ActayWide-Bold";
  font-size: 30px;
  line-height: 115%;
  color: #313A43;
}

h5 {
  font-family: "ActayWide-Bold";
  font-size: 25px;
  line-height: 115%;
  color: #313A43;
}

h6 {
  font-family: "ActayWide-Bold";
  font-size: 20px;
  line-height: 115%;
  color: #313A43;
}

p {
  font-size: 16px;
  line-height: 150%;
}
p a {
  display: inline;
  color: #7FB75E;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
p strong {
  display: inline;
  font-family: "ActayWide-Bold";
  color: #313A43;
}

img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
input[name="n-message"] {
    display: block;
    width: 5px;
    height: 3px;
    margin-bottom: -3px;
    opacity: 0.000001;
}
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 70px;
  padding: 0 42px;
  border-radius: 10px;
  background-color: #7FB75E;
  font-family: "ActayWide-Bold";
  font-size: 15px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  position: relative;
  top: 0;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn::after {
  content: "";
  width: 0;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #255B40;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn:active {
  top: 2px;
}

.btn.btn--white {
  background-color: #fff;
  color: #313A43;
}

.title {
  margin: 0 0 40px 0;
}
.title > p {
  margin: 24px 0;
}
.title > * strong {
  display: inline;
  color: #7FB75E;
}

.title p {
  margin: 24px 0;
}
.title p:only-child {
  margin: 0;
}
.title p:first-child {
  margin-top: 0;
}
.title p:last-child {
  margin-bottom: 0;
}

.show h1,
.show h2,
.show h3,
.show h4,
.show h5,
.show h6,
.show .up {
  position: relative;
  z-index: 2;
  top: 30px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.4s 0.3s;
  transition: 0.4s 0.3s;
}

.show.active h1,
.show.active h2,
.show.active h3,
.show.active h4,
.show.active h5,
.show.active h6,
.show.active .up {
  top: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.slider-container {
  position: relative;
  min-width: 0;
}

.swiper {
  min-width: 0;
  width: 100%;
}

.slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.slider-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 40px;
  border-radius: 100vw;
  background-color: #fff;
  border: 1px solid rgba(111, 118, 124, 0.2);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.slider-btn svg {
  width: 18%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.slider-btn svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.slider-btn--prev {
  padding: 0 2px 0 0;
}

.slider-btn--next {
  padding: 0 0 0 2px;
}

.slider-btn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.input-wrapper small {
  font-family: "ActayWide-Bold";
  font-size: 14px;
  color: #fff;
  margin: 0 0 16px 0;
}

.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 60px;
  padding: 0 16px;
  border-radius: 10px;
  background-color: #fff;
  font-size: 14px;
  line-height: 125%;
  color: #313A43;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.input.textarea {
  height: 96px;
  padding: 16px;
}

.input.input--textarea {
  height: 100%;
  height: 202px;
  padding: 20px 12px;
  border: 1px solid #313A43;
}

*::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 125%;
  color: #313A43;
  opacity: 1;
}

*::-moz-placeholder {
  font-size: 14px;
  line-height: 125%;
  color: #313A43;
  opacity: 1;
}

*:-ms-input-placeholder {
  font-size: 14px;
  line-height: 125%;
  color: #313A43;
  opacity: 1;
}

*::-ms-input-placeholder {
  font-size: 14px;
  line-height: 125%;
  color: #313A43;
  opacity: 1;
}

*::placeholder {
  font-size: 14px;
  line-height: 125%;
  color: #313A43;
  opacity: 1;
}

*::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 125%;
  color: #313A43;
  opacity: 1;
}

*::-ms-input-placeholder {
  font-size: 14px;
  line-height: 125%;
  color: #313A43;
  opacity: 1;
}

*::-moz-placeholder {
  font-size: 14px;
  line-height: 125%;
  color: #313A43;
  opacity: 1;
}

.checkbox {
  position: relative;
}

.checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.checkbox__text {
  padding: 0 0 0 32px;
  font-size: 14px;
  line-height: 125%;
  color: #fff;
  position: relative;
  z-index: 1;
}

.checkbox__text::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  border: 1px solid #fff;
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.checkbox__text::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../img/check-mark.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.checkbox__text.active::after {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.checkbox__text a {
  display: inline;
  margin: 0 0 0 4px;
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.icon-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 24px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.icon-menu span {
  display: block;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 100%;
  height: 3px;
  border-radius: 100vw;
  background-color: #313A43;
}

.icon-menu span:nth-child(1) {
  top: 0%;
}

.icon-menu span:nth-child(3) {
  top: auto;
  bottom: 0%;
}

.icon-menu.active span {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.icon-menu.active span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: calc(50% - 1.5px);
}

.icon-menu.active span:nth-child(3) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: calc(50% - 1.5px);
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-x: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.popup.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 12;
}

.popup.open .popup__content {
  opacity: 1;
}

.popup__body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 10px;
}

.popup__content {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 790px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.popup__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #7FB75E;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 11;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.popup__close svg {
  width: 70%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.popup__close svg path {
  stroke: #f7f7f7;
}

.popup__content .request__info {
  padding: 100px 32px;
}

.popup__img {
  background-image: url("../img/main-calculation-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.header {
  width: 100%;
  background-color: #fffcf7;
  /*position: sticky;*/
  top: 0;
  left: 0;
}

.header__wrapper {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header.sticky .header__wrapper {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.header__top {
  padding: 10px 0;
  background-color: #f7f7f7;
}

.header__top-content {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 24px;
}

.header__contacts {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 24px;
}

.header__address,
.header__contacts a {
  font-size: 14px;
  line-height: 115%;
  color: #313A43;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header__bottom {
  padding: 12px 0;
  background-color: #fff;
}

.header__bottom-content {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 175px;
  height: auto;
}
.logo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.nav {
  display: grid;
  place-items: center;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  margin: 0 auto;
}

.menu > li > a {
  padding: 8px 0;
  font-size: 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.nav .contacts__info-items,
.nav__header {
  display: none;
}

.header__modal.btn {
  height: 55px;
  font-size: 14px;
  padding: 0 26px;
}

.welcome {
  padding: 0;
}

.background {
  width: min(1414px, 100% - 100px);
  margin-inline: auto;
  border-radius: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.background > * {
  position: relative;
  z-index: 3;
}

.welcome .background {
  padding: 414px 0 80px 0;
  background-image: url("../img/main-welcome-4.jpg");
}
.welcome .background::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(66%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 66%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.welcome__content {
  display: grid;
  grid-template-columns: 1.84fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 48px;
}

.welcome__title h1 {
  color: #fff;
}

.welcome__title-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
  margin: 16px 0 0 0;
}

.welcome__title-item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 10px;
  height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100vw;
}

.welcome__title-item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: auto;
}
.welcome__title-item span img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: rotateY 5s linear infinite;
          animation: rotateY 5s linear infinite;
}

@-webkit-keyframes rotateY {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  46% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  54% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes rotateY {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  46% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  54% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
.welcome__title-item strong {
  font-size: 16px;
  color: #fff;
}

.welcome__info {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  row-gap: 24px;
}

.welcome__info p {
  font-size: 20px;
  line-height: 150%;
  color: #fff;
}

.numbers {
  padding-top: 40px;
}

.numbers__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 20px;
}

.numbers__item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto auto;
  row-gap: 8px;
  border-radius: 20px;
  padding: 40px 24px;
  background-color: #f7f7f7;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}

.numbers__item-title {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 4px;
}

.numbers__item-title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #fff;
}
.numbers__item-title span img {
  width: 68%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.numbers__item-title strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 26px;
  padding: 2px 16px 0 16px;
  border-radius: 100vw;
  background-color: #fff;
  font-size: 14px;
  color: #313A43;
}

.numbers__item-number {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 4px;
  margin: 62px 0 0 0;
}

.numbers__item-number strong,
.numbers__item-number small {
  font-size: 75px;
  line-height: 100%;
  color: #313A43;
}

.numbers__item > p {
  margin: 2px 0 0 0;
  font-size: 14px;
  line-height: 150%;
}

.designing__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 24px;
}

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

.area .title {
  width: 100%;
  position: sticky;
  top: 130px;
  left: 0;
}

.designing .title {
  width: 338px;
}

.designing .title p {
  width: 90%;
}

.designing__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 24px;
}

.designing__item {
  padding: 16px;
  border-radius: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.designing__item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  position: relative;
}

.designing__item span img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.designing__item span img.grey {
  z-index: 1;
}

.designing__item span img.green {
  z-index: -1;
  opacity: 0;
}

.designing__item strong {
  margin: 12px 0 0 0;
  font-size: 30px;
  line-height: 115%;
  color: #313A43;
}

.designing__item p {
  margin: 10px 0 0 0;
  font-size: 14px;
  line-height: 150%;
}

.designing__item.active {
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  background: #f7f7f7;
}

.designing__item.active span img.grey {
  z-index: -1;
  opacity: 0;
}

.designing__item.active span img.green {
  z-index: 1;
  opacity: 1;
}

.row {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 40px;
}

.row .slider-container {
  grid-column: 1/span 2;
  width: 100%;
}

.row .slider-navigation {
  grid-column: 2/span 1;
  grid-row: 1/span 1;
}

.row .title {
  margin: 0;
}

.models__slider {
  padding: 6px 0 12px 10px;
  -webkit-transform: translate(-10px, -6px);
      -ms-transform: translate(-10px, -6px);
          transform: translate(-10px, -6px);
}

.models__item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  padding: 8px 8px 32px 8px;
  background-color: #f7f7f7;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.1);
}

.models__slider .models__item {
  width: 380px;
  height: auto;
}
.slider-add_equipment .models__item {
  width: 273px;
  padding: 0;
}
.models__item-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.models__item-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.models__item-slider .swiper-slide {
  width: 100%;
  height: auto;
  background-color: #fff;
}
.models__item-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.models__slider .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4px;
  padding: 0 6%;
  bottom: 16px;
  z-index: 10S;
}

.models__slider .swiper-pagination-bullet {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 4px;
  border-radius: 100vw;
  background: #f5f5f5;
  margin: 0;
  opacity: 1;
}

.models__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #7FB75E;
}

.models__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  margin: 24px 0 0 0;
  padding: 0 16px;
}

.models__item-info a {
  font-family: "ActayWide-Bold";
  font-size: 20px;
  line-height: 115%;
  color: #313A43;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  pointer-events: none;
}
.slider-add_equipment .models__item-info a {
  font-size: 18px;
  color: #6F767C;
}
.slider-add_equipment .models__item-info p {
  font-size: 15px;
}
.slider-add_equipment .models__item-info > strong {
  font-size: 18px;
}
.slider-add_equipment .models__item-links .btn--video {
  height: 29px;
  display: grid;
  align-items: center;
  justify-content: center;
  border: 1px solid #7FB75E;
  color: #7FB75E;
  font-size: 15px;
  border-radius: 100vw;
  width: fit-content;
  padding: 0 10px;

}
.models__item-info ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 8px;
  margin: 0 0 auto 0;
}

.models__item-info ul li {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 12px;
}

.models__item-info ul li strong,
.models__item-info ul li small {
  font-size: 14px;
  line-height: 115%;
}

.models__item-info ul li small {
  text-align: right;
}

.models__item-info > strong {
  font-family: "ActayWide-Bold";
  font-size: 20px;
  line-height: 100%;
  color: #313A43;
  text-transform: uppercase;
}

.models__item-links {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 16px;
  margin: 24px 0 0 0;
  padding: 0 16px;
}
.slider-add_equipment .models__item-links {
  margin: 24px 0 24px 0;
}
.models__item-links .btn {
  width: 100%;
  height: 44px;
  padding: 0 12px;
  font-size: 12px;
}

.models__item-links .btn:last-child {
  display: none;
}

.models__links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 20px;
  margin: 48px 0 0 0;
}

.models__link {
  padding: 40px 24px;
  border-radius: 20px;
  background-color: #f7f7f7;
  -webkit-box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.models__link strong {
  width: 50%;
  font-family: "ActayWide-Bold";
  font-size: 20px;
  line-height: 115%;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.models__link strong b {
  display: inline;
  color: #7FB75E;
}

.models__link img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}

.models__link.models__link--green {
  background-color: #255B40;
}

.models__link.models__link--green strong {
  color: #fff;
}

.set__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 24px;
}

.set__sliders {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  row-gap: 16px;
  height: 100%;
  padding: 64px 20px 44px 40px;
  border-radius: 20px;
  background-color: #f7f7f7;
  -webkit-box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.set__sliders > strong {
  font-family: "ActayWide-Bold";
  font-size: 20px;
  line-height: 115%;
  text-transform: uppercase;
}

.slider-container--set {
  height: 100%;
  position: relative;
}

.set__slider-main {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.set__slider-main .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 0 20px 0 0;
  overflow-y: auto;
}

.set__slider-main .swiper-slide p {
  margin: 16px 0 0 0;
}

.set__slider-thumbs {
  aspect-ratio: 1/1;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.set__slider-thumbs .swiper-slide {
  height: 100%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.set__slider-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.set__sliders .slider-navigation {
  margin: 24px 0 0 auto;
}

.set__sliders .slider-btn {
  width: 32px;
  height: 32px;
  border-radius: 0;
  background-color: transparent;
  border: none;
}
.set__sliders .slider-btn svg {
  width: 34%;
}

.swiper-pagination.swiper-pagination-set {
  position: static;
}

.swiper-pagination.swiper-pagination-set {
  font-size: 40px;
  line-height: 100%;
  color: #6F767C;
}

.swiper-pagination.swiper-pagination-set .swiper-pagination-current {
  font-size: 40px;
  line-height: 100%;
  color: #7FB75E;
}

.swiper-pagination.swiper-pagination-set .swiper-pagination-total {
  font-size: 40px;
  line-height: 100%;
  color: #6F767C;
}

.assembly__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 32px;
}

.assembly__video {
  grid-row: 1/span 2;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

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

.assembly__video span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  background-color: rgba(255, 0, 0, 0.6);
  border: 2px solid rgb(255, 0, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.assembly__video span svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.assembly__video span::after {
  content: "";
  width: 137px;
  height: 137px;
  border-radius: 50%;
  border: 2px solid #FF0000;
  background-color: rgba(255, 0, 0, 0.3);
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: ring 3s infinite;
          animation: ring 3s infinite;
  pointer-events: none;
}

.assembly__video span:hover::after {
  -webkit-animation: none;
          animation: none;
  display: none;
}

@-webkit-keyframes ring {
  0% {
    width: 137px;
    height: 137px;
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 300px;
    opacity: 0;
  }
}

@keyframes ring {
  0% {
    width: 137px;
    height: 137px;
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 300px;
    opacity: 0;
  }
}
.assembly__info h2 {
  width: 72%;
}

.assembly__info ol {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 16px;
  counter-reset: number 0;
  margin: 32px 0 0 0;
}

.assembly__info ol li {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 18px;
  line-height: 125%;
  color: #313A43;
  position: relative;
  counter-increment: number;
}
.assembly__info ol li::before {
  content: counter(number);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #f7f7f7;
  font-family: "ActayWide-Bold";
  font-size: 18px;
  line-height: 125%;
  color: #313A43;
  margin: 0 12px 0 0;
}

.assembly__info-link {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 24px;
  padding: 24px;
  border-radius: 20px;
  background-color: #7FB75E;
}

.assembly__info-link > p {
  font-size: 15px;
  line-height: 150%;
  color: #fff;
}

.assembly__info-link .btn {
  height: 50px;
  padding: 0 22px;
  font-size: 15px;
}

.plastic .background {
  padding: 128px 0 0 0;
  background-color: #255B40;
}

.plastic__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 40px;
}

.plastic__title {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  row-gap: 24px;
}

.plastic__title h2 {
  font-size: 50px;
  color: #fff;
}

.plastic__title-img {
  position: relative;
}
.plastic__title-img img {
  width: auto;
  height: 106%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.plastic__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 20px;
  padding: 0 0 128px 0;
}

.plastic__item {
  padding: 32px 16px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.1);
}

.plastic__item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 50px;
}
.plastic__item span img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: rotateY 5s linear infinite;
          animation: rotateY 5s linear infinite;
}

.plastic__item strong {
  margin: 12px 0 0 0;
  font-size: 20px;
  line-height: 115%;
  color: #313A43;
}

.plastic__item p {
  font-size: 14px;
  line-height: 150%;
  margin: 12px 0 0 0;
}

.gallery__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 8px;
}

.gallery__item {
  width: 100%;
  height: auto;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.gallery__items .gallery__item:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
  aspect-ratio: 1/1;
}

.gallery__items .gallery__item:nth-child(2) {
  grid-column: span 2;
  grid-row: span 1;
}

.gallery__items .gallery__item:nth-child(3) {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery__items .gallery__item:nth-child(4),
.gallery__items .gallery__item:nth-child(5) {
  grid-column: span 1;
  grid-row: span 1;
}

.loupe > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #7FB75E;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.loupe > span img {
  width: 40%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.calculation__content {
  display: grid;
  grid-template-columns: 1.63fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-radius: 40px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.1);
}

.calculation__img {
  padding: 64px 40px;
  background-image: url("../img/main-calculation-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.calculation__img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0.4)), color-stop(66%, rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.6) 66%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.calculation__img .title {
  width: 73%;
  position: relative;
  z-index: 3;
}

.calculation__img .title h2 {
  color: #fff;
}

.calculation__img .title p {
  width: 76%;
  color: #fff;
}

.form {
  background-color: #255B40;
}

.form__inputs {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 24px;
}

.form__submit {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 24px;
  margin: 32px 0 0 0;
}

.calculation__content .form {
  padding: 100px 32px;
}

.form strong {
  margin: 0 0 24px 0;
  font-family: "ActayWide-Bold";
  font-size: 25px;
  line-height: 115%;
  color: #fff;
}

.form .btn::after {
  background-color: #fff;
}

.stroy__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 20px;
}

.stroy__img {
  width: 88%;
}
.stroy__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: sticky;
  top: 130px;
  left: 0;
}

.director__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 20px;
}

.director__img {
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.director__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.director__info {
  padding: 64px 40px;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
}

.director__info.info > strong {
  color: #7FB75E;
}

.director__info.info h2 {
  margin-top: 12px;
}

.team .background {
  padding: 124px 0;
  background-color: #255B40;
}

.team .title > * {
  color: #fff;
}

.team .slider-btn {
  background-color: transparent;
  border: 1px solid #fff;
}
.team .slider-btn svg path {
  fill: #fff;
}

.swiper .team__item {
  width: 280px;
  height: auto;
}

.team__item {
  aspect-ratio: 1/1.67;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.team__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.team__item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  height: 28px;
  padding: 0 12px;
  border-radius: 100vw;
  background-color: #D9E2CD;
  font-size: 12px;
  color: #313A43;
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
}

.team__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}

.team__item strong {
  padding: 0 16px;
  font-family: "ActayWide-Bold";
  font-size: 20px;
  line-height: 115%;
  color: #fff;
  position: absolute;
  bottom: 16px;
  left: 0;
  z-index: 3;
}

.implementation__slider {
  padding: 6px 10px 12px 10px;
  -webkit-transform: translate(-10px, -6px);
      -ms-transform: translate(-10px, -6px);
          transform: translate(-10px, -6px);
}

.swiper .implementation__item {
  width: 580px;
  height: auto;
}

.implementation__item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  row-gap: 24px;
}

.implementation__item-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.69;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.implementation__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.implementation__item-info strong {
  font-family: "ActayWide-Bold";
  font-size: 25px;
  line-height: 125%;
  color: #313A43;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.implementation__item-info small {
  font-size: 16px;
  line-height: 125%;
  margin: 10px 0 0 0;
}

.contacts__content {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 40px;
}

.contacts__info {
  padding: 64px 24px;
  border-radius: 20px;
  background-color: #f5f5f5;
  overflow: hidden;
}

.contacts__info .contacts__info-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 24px;
}

.contacts__info .contacts__info-item {
  grid-column: span 2;
}

.contacts__info .contacts__info-item:nth-child(1),
.contacts__info .contacts__info-item:nth-child(2) {
  grid-column: span 1;
}

.contacts__info-item small {
  margin: 0 0 8px 0;
  font-family: "ActayWide-Bold";
  font-size: 14px;
  line-height: 150%;
  color: #7FB75E;
}

.contacts__info-item a,
.contacts__info-item strong {
  font-family: "ActayWide-Bold";
  font-size: 18px;
  line-height: 150%;
  color: #313A43;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.contacts__map {
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.map {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.faq__content .title > * {
  text-align: center;
}

.accordion {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 6px;
}

.accordion__label {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  padding: 24px 40px;
  border-radius: 20px;
  background-color: #f5f5f5;
}

.accordion__label strong {
  font-family: "ActayWide-Bold";
  font-size: 20px;
  line-height: 125%;
  color: #313A43;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.accordion__label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 40px;
  border-radius: 100vw;
  background-color: #7FB75E;
  border: 1px solid transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.accordion__label span svg {
  width: 32%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.accordion__label span svg path {
  stroke: #fffcf7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.accordion__label.active span {
  border: 1px solid #6F767C;
  background-color: transparent;
}
.accordion__label.active span svg {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.accordion__label.active span svg path {
  stroke: #6F767C;
}

.accordion__info {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.accordion__info.active {
  grid-template-rows: 1fr;
}

.accordion__info-text {
  padding: 0 40px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.accordion__info.active .accordion__info-text {
  margin: 24px 0;
}

.privacy {
  margin: 38px 0 0 0;
  font-family: "ActayWide-Bold";
  font-size: 15px;
  line-height: 150%;
  color: #7FB75E;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer {
  padding: 40px 0;
  background-color: #313a43;
}

.footer__content {
  display: grid;
  grid-template-columns: 286px 1fr;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
  row-gap: 34px;
}

.logo--footer {
  width: 210px;
}

.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.footer__contact {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.footer__contact span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: auto;
}
.footer__contact span img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer__contact strong {
  margin: 3px 0 0 0;
  font-family: "ActayWide-Bold";
  font-size: 18px;
  line-height: 150%;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer__privacy {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 10px;
}

.footer__privacy a {
  font-family: "ActayWide-Bold";
  font-size: 15px;
  line-height: 150%;
  color: #7FB75E;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer__privacy small {
  font-size: 12px;
  line-height: 150%;
  color: #ADB0B4;
}

.footer__info {
  width: 38%;
  margin: 0 0 0 auto;
}

.footer__info small {
  font-size: 12px;
  line-height: 150%;
  color: #ADB0B4;
}

.popup__content .form {
  padding: 50px 24px 30px 24px;
}

.breadcrumb-wrapper + section {
  padding-top: 0;
}

.breadcrumb-wrapper {
  width: 100%;
  padding: 32px 0 0 0;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  border-radius: 100vw;
  border: 1px solid #7FB75E;
  margin: 0 0 24px 0;
}

.breadcrumb__item,
.breadcrumb__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 44px;
  padding: 1px 16px 0 16px;
  border-radius: 100vw;
  font-family: "ActayWide-Bold";
  font-size: 15px;
  line-height: 125%;
  color: #6F767C;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.breadcrumb__item:has(a) {
  background-color: #7FB75E;
}

.breadcrumb__item a {
  padding: 1px 0 0 0;
  color: #fff;
}

.breadcrumb__item {
  font-family: "ActayWide-Bold";
}

.info > *:nth-child(1) {
  margin-top: 0;
}

.info > h1,
.info > h2,
.info > h3,
.info > h4,
.info > h5,
.info > h6 {
  margin: 32px 0 24px 0;
}

.info > strong {
  font-family: "ActayWide-Bold";
  font-size: 20px;
  line-height: 125%;
  color: #313A43;
  margin: 24px 0 12px 0;
}
.info > strong:first-child {
  margin-top: 0;
}
.info > strong:last-child {
  margin-bottom: 0;
}
.info > strong:only-child {
  margin: 0;
}

.info > p {
  margin: 20px 0;
}
.info > p:first-child {
  margin-top: 0;
}
.info > p:last-child {
  margin-bottom: 0;
}
.info > p:only-child {
  margin: 0;
}

.info > ul:not(.list) {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 8px;
  margin: 16px 0;
}
.info > ul:not(.list):first-child {
  margin-top: 0;
}
.info > ul:not(.list):last-child {
  margin-bottom: 0;
}
.info > ul:not(.list):only-child {
  margin: 0;
}

.info > ul:not(.list) li {
  padding: 0 0 0 20px;
  font-size: 16px;
  line-height: 150%;
  position: relative;
}
.info > ul:not(.list) li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #7FB75E;
  position: absolute;
  top: 8px;
  left: 2px;
  z-index: 1;
}

.info > ol:not(.list) {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 8px;
  margin: 16px 0;
  counter-reset: number 0;
}
.info > ol:not(.list):first-child {
  margin-top: 0;
}
.info > ol:not(.list):last-child {
  margin-bottom: 0;
}
.info > ol:not(.list):only-child {
  margin: 0;
}

.info > ol:not(.list) li {
  font-size: 16px;
  line-height: 150%;
  position: relative;
  counter-increment: number;
}
.info > ol:not(.list) li::before {
  content: counter(number) ".";
  display: inline-block;
  font-size: 16px;
  line-height: 150%;
  margin: 0 8px 0 0;
}

.info > img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
  margin: 32px 0;
}
.info > img:first-child {
  margin-top: 0;
}
.info > img:last-child {
  margin-bottom: 0;
}
.info > img:only-child {
  margin: 0;
}

.info > img:has(+ small) {
  margin: 32px 0 12px 0;
}

.info > small {
  display: block;
  font-family: "ActayWide-Bold";
  font-size: 14px;
  line-height: 150%;
  color: #313A43;
  margin: 20px 0 8px 0;
}
.info > small:first-child {
  margin-top: 0;
}
.info > small:last-child {
  margin-bottom: 0;
}
.info > small:only-child {
  margin: 0;
}

.info > img + small {
  text-align: center;
  margin-top: 16px;
}

.info > .btn {
  margin: 40px 0;
}
.info > .btn:first-child {
  margin-top: 0;
}
.info > .btn:last-child {
  margin-bottom: 0;
}
.info > .btn:only-child {
  margin: 0;
}

/* hover */
@media (min-width: 992px) {
  .breadcrumb__item:has(a):hover {
    background-color: #255B40;
  }
  .breadcrumb__item:has(a):focus {
    background-color: #255B40;
  }
  .contacts__info-item a:hover {
    color: #255B40;
  }
  .contacts__info-item a:focus {
    color: #255B40;
  }
  .input {
    cursor: pointer;
  }
  .popup__close {
    cursor: pointer;
  }
  .popup__close:hover svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .footer__privacy a:hover {
    color: #fff;
  }
  .footer__privacy a:focus {
    color: #fff;
  }
  a.footer__contact:hover strong {
    color: #7FB75E;
  }
  a.footer__contact:focus strong {
    color: #7FB75E;
  }
  .privacy:hover {
    color: #313A43;
  }
  .privacy:focus {
    color: #313A43;
  }
  .accordion__label.active:hover span {
    background-color: transparent;
  }
  .accordion__label.active:focus span {
    background-color: transparent;
  }
  .accordion__label {
    cursor: pointer;
  }
  .accordion__label:hover strong {
    color: #7FB75E;
  }
  .accordion__label:focus strong {
    color: #7FB75E;
  }
  .accordion__label:hover span {
    background-color: #255B40;
  }
  .accordion__label:focus span {
    background-color: #255B40;
  }
  .form .btn:hover {
    color: #7FB75E;
  }
  .form .btn:focus {
    color: #7FB75E;
  }
  .checkbox__text::before,
  .checkbox__text::after {
    cursor: pointer;
  }
  .checkbox__text a:hover {
    color: #7FB75E;
  }
  .checkbox__text a:focus {
    color: #7FB75E;
  }
  .implementation__item:hover .implementation__item-img img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.03, 1.03, 1.03);
            transform: translate(-50%, -50%) scale3d(1.03, 1.03, 1.03);
  }
  .implementation__item:focus .implementation__item-img img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.03, 1.03, 1.03);
            transform: translate(-50%, -50%) scale3d(1.03, 1.03, 1.03);
  }
  .implementation__item:hover .implementation__item-info strong {
    color: #7FB75E;
  }
  .implementation__item:focus .implementation__item-info strong {
    color: #7FB75E;
  }
  .gallery__item:hover img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.03, 1.03, 1.03);
            transform: translate(-50%, -50%) scale3d(1.03, 1.03, 1.03);
  }
  .gallery__item:focus img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.03, 1.03, 1.03);
            transform: translate(-50%, -50%) scale3d(1.03, 1.03, 1.03);
  }
  .loupe {
    cursor: pointer;
  }
  .loupe:hover span {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .loupe:focus span {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .set__sliders .slider-btn:hover {
    border: none;
    background-color: transparent;
  }
  .set__sliders .slider-btn:hover svg path {
    fill: #7FB75E;
  }
  .models__item-info a:hover {
    color: #7FB75E;
  }
  .models__item-info a:focus {
    color: #7FB75E;
  }
  .models__link:hover {
    -webkit-box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.3);
  }
  .models__link:focus {
    -webkit-box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.3);
  }
  .models__link:hover img {
    height: 105%;
  }
  .models__link:focus img {
    height: 105%;
  }
  .slider-btn {
    cursor: pointer;
  }
  .slider-btn:hover {
    background-color: #7FB75E;
    border: 1px solid transparent;
  }
  .slider-btn:hover svg path {
    fill: #fff;
  }
  .header__contacts a:hover {
    color: #7FB75E;
  }
  .header__contacts a:focus {
    color: #7FB75E;
  }
  .menu > li:hover > a {
    color: #7FB75E;
  }
  .menu > li:focus > a {
    color: #7FB75E;
  }
  .btn:hover {
    color: #fff;
  }
  .btn:hover::after {
    left: 0;
    width: 100%;
  }
  .logo:hover img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  .logo:focus img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  p a:hover {
    color: #313A43;
  }
  p a:focus {
    color: #313A43;
  }
  a,
  button,
  .btn {
    cursor: pointer;
  }
}
/** breakpoint  **/
@media (max-width: 1420px) {
  .welcome .background {
    padding: 370px 0 70px 0;
  }
  .welcome__content {
    grid-gap: 40px;
  }
  .welcome__info p {
    font-size: 19px;
  }
  .numbers__item-number strong,
  .numbers__item-number small {
    font-size: 60px;
  }
  .designing__item strong {
    font-size: 28px;
  }
  .designing .title p {
    width: 100%;
  }
  .models__slider .models__item {
    width: 360px;
  }
  .models__link {
    padding: 32px 24px;
  }
  .set__sliders {
    padding: 46px 20px 32px 40px;
  }
  .swiper-pagination.swiper-pagination-set,
  .swiper-pagination.swiper-pagination-set .swiper-pagination-current,
  .swiper-pagination.swiper-pagination-set .swiper-pagination-total {
    font-size: 34px;
  }
  .plastic .background {
    padding: 100px 0 0 0;
  }
  .plastic__items {
    padding: 0 0 80px 0;
  }
  .calculation__content .form {
    padding: 80px 30px;
  }
  .director__info {
    padding: 54px 32px;
  }
  .swiper .team__item {
    width: 288px;
  }
  .swiper .implementation__item {
    width: 500px;
  }
  .contacts__content {
    grid-gap: 24px;
  }
  .contacts__info {
    padding: 50px 24px;
  }
  .plastic__title h2 {
    font-size: 46px;
  }
  h1 {
    font-size: 43px;
  }
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 34px;
  }
}
@media (max-width: 1339px) {
  .header__modal.btn {
    height: 46px;
    font-size: 12px;
    padding: 0 36px;
  }
  .header__bottom {
    padding: 10px 0;
  }
  .header .container,
  .footer .container {
    width: min(1414px, 100% - 100px);
  }
  .logo.logo--header {
    width: 164px;
  }
  .welcome .background {
    padding: 290px 0 50px 0;
  }
  .welcome__content {
    grid-template-columns: 1.6fr 1fr;
  }
  .welcome__info p {
    font-size: 16px;
  }
  .welcome__info p br {
    display: none;
  }
  .btn {
    height: 55px;
  }
  .welcome__title-item {
    grid-gap: 10px;
    height: 32px;
  }
  .welcome__title-item strong {
    font-size: 14px;
  }
  .welcome__title-item span {
    width: 20px;
  }
  .background .container {
    width: min(1180px, 100% - 100px);
  }
  .container {
    width: min(1180px, 100% - 200px);
  }
  .numbers__item-number {
    margin: 82px 0 0 0;
  }
  .numbers__item {
    padding: 24px 24px;
  }
  section {
    padding: 40px 0;
  }
  .designing__content {
    grid-template-columns: 1fr 1.8fr;
  }
  .designing .title {
    width: 100%;
  }
  .designing__item {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 10px;
  }
  .designing__item p {
    grid-column: 1/span 2;
    margin: 0;
  }
  .designing__item strong {
    font-size: 25px;
    margin: 12px 0 0 0;
  }
  .designing__items {
    grid-gap: 12px;
  }
  .slider-btn {
    width: 45px;
    height: 32px;
  }
  .models__slider .models__item {
    width: 344px;
  }
  .slider-add_equipment .models__item {
    width: 249px;
  }
  .models__item {
    padding: 6px 4px 16px 4px;
  }
  .models__item-info a,
  .models__item-info > strong {
    font-size: 16px;
  }
  .models__item-info ul li strong,
  .models__item-info ul li small {
    font-size: 12px;
    line-height: 100%;
  }
  .models__item-img {
    aspect-ratio: 1/0.684;
  }
  .models__item-slider .swiper-slide img {
    width: auto;
  }
  .models__item-slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .models__item-info {
    row-gap: 18px;
    margin: 18px 0 0 0;
    padding: 0 14px;
  }
  .models__item-links .btn {
    height: 40px;
    font-size: 14px;
  }
  .models__item-links {
    margin: 14px 0 0 0;
    padding: 0 14px;
  }
  .models__links {
    margin: 6px 0 0 0;
  }
  .models__link strong {
    width: 48%;
    font-size: 16px;
  }
  .set__sliders {
    padding: 60px 20px 32px 40px;
  }
  .set__sliders > strong {
    font-size: 16px;
  }
  .set__content {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .set__slider-thumbs {
    aspect-ratio: 1/0.944;
  }
  .swiper-pagination.swiper-pagination-set,
  .swiper-pagination.swiper-pagination-set .swiper-pagination-current,
  .swiper-pagination.swiper-pagination-set .swiper-pagination-total {
    font-size: 30px;
  }
  .set__sliders .slider-navigation {
    margin: 16px 0 0 auto;
  }
  .assembly__info ol li {
    font-size: 14px;
    line-height: 125%;
  }
  .assembly__info ol li::before {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  .assembly__info ol {
    row-gap: 8px;
    margin: 24px 0 0 0;
  }
  .assembly__content {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 24px;
  }
  .assembly__info h2 {
    width: 100%;
  }
  .assembly__info-link {
    padding: 16px 24px;
  }
  .assembly__info-link .btn {
    height: 50px;
    padding: 0 16px;
    font-size: 12px;
  }
  .assembly__info-link > p {
    font-size: 13px;
  }
  .assembly__info ol li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .assembly__video span,
  .assembly__video span::after {
    width: 90px;
    height: 90px;
  }
  @-webkit-keyframes ring {
    0% {
      width: 90px;
      height: 90px;
      opacity: 1;
    }
    100% {
      width: 180px;
      height: 180px;
      opacity: 0;
    }
  }
  @keyframes ring {
    0% {
      width: 90px;
      height: 90px;
      opacity: 1;
    }
    100% {
      width: 180px;
      height: 180px;
      opacity: 0;
    }
  }
  .plastic__title h2 {
    font-size: 35px;
    line-height: 115%;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
  .plastic .background {
    padding: 56px 0 0 0;
  }
  .plastic__content {
    grid-template-columns: 1fr 2fr;
    grid-gap: 30px;
  }
  .plastic__item {
    padding: 24px 16px;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    row-gap: 16px;
  }
  .plastic__item span {
    height: 36px;
  }
  .plastic__item strong {
    width: 75%;
    font-size: 16px;
    line-height: 115%;
    margin: 0;
  }
  .plastic__item p {
    grid-column: 1/span 2;
    margin: 0;
  }
  .plastic__items {
    grid-gap: 10px;
  }
  .plastic__items {
    padding: 0 0 50px 0;
  }
  .plastic__title-img img {
    height: 144%;
  }
  .gallery__items {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .gallery__items .gallery__item:nth-child(1) {
    grid-column: span 1;
    grid-row: span 2;
    aspect-ratio: 1/1.2;
  }
  .gallery__items .gallery__item:nth-child(2),
  .gallery__items .gallery__item:nth-child(3),
  .gallery__items .gallery__item:nth-child(4),
  .gallery__items .gallery__item:nth-child(5) {
    grid-column: inherit;
    grid-row: inherit;
  }
  .title p {
    margin: 16px 0;
    font-size: 16px;
  }
  .calculation__content .title h2 {
    font-size: 35px;
  }
  .calculation__img .title p {
    width: 100%;
  }
  .checkbox__text {
    font-size: 12px;
    line-height: 115%;
  }
  .calculation__content {
    grid-template-columns: 1.4fr 1fr;
  }
  .calculation__content .form {
    padding: 54px 30px;
  }
  .stroy__content {
    grid-template-columns: 1fr 2.6fr;
  }
  .director__content {
    grid-template-columns: 1fr 1.94fr;
  }
  .stroy {
    padding-bottom: 0;
  }
  .director__info {
    padding: 32px 42px;
  }
  .team .background {
    padding: 34px 0;
  }
  .swiper .team__item {
    width: 280px;
    aspect-ratio: 1/1.36;
  }
  .implementation__item-img {
    aspect-ratio: 1/0.6;
  }
  .implementation__item-info strong {
    font-size: 23px;
  }
  .implementation__item {
    row-gap: 20px;
  }
  .implementation__item-info small {
    font-size: 15px;
    margin: 8px 0 0 0;
  }
  .contacts__info {
    padding: 40px 24px;
  }
  .contacts__info-item small {
    font-size: 12px;
    line-height: 100%;
  }
  .accordion__label strong {
    font-size: 18px;
  }
  .accordion__label span {
    width: 50px;
    height: 32px;
  }
  .accordion__label {
    padding: 18px 30px;
  }
  .accordion__info-text {
    padding: 0 30px;
  }
  .footer__contact span {
    width: 24px;
  }
  .footer__contact strong {
    font-size: 16px;
    line-height: 125%;
  }
  .footer__info small {
    font-size: 10px;
  }
  .footer__info {
    width: 34%;
  }
  .footer__privacy a {
    font-size: 14px;
  }
  .footer__privacy small {
    font-size: 11px;
  }
  .row {
    row-gap: 28px;
  }
  .title {
    margin: 0 0 28px 0;
  }
  h1 {
    font-size: 35px;
    line-height: 110%;
  }
  h2 {
    font-size: 30px;
    line-height: 110%;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 26px;
  }
  h5 {
    font-size: 24px;
  }
  h6 {
    font-size: 22px;
  }
  p,
  .info > ul:not(.list) li,
  .info > ol:not(.list) li,
  .info > ol:not(.list) li::before,
  .about__info ul li {
    font-size: 14px;
    line-height: 150%;
  }
  .info > ul:not(.list) li::before {
    width: 4px;
    height: 4px;
    top: 8px;
    left: 4px;
  }
  .info > strong {
    font-size: 16px;
  }
  .info > h1,
  .info > h2,
  .info > h3,
  .info > h4,
  .info > h5,
  .info > h6 {
    margin: 24px 0 16px 0;
  }
  .info > strong {
    margin: 20px 0 12px 0;
  }
  .info > p {
    margin: 8px 0;
  }
  .info > ul:not(.list),
  .info > ol:not(.list) {
    row-gap: 6px;
  }
  .info > img:has(+ small) {
    margin: 24px 0 8px 0;
  }
  .info > img {
    margin: 24px 0;
  }
  .info > .btn {
    margin: 32px 0;
  }
}
@media (max-width: 1279px) {
  .background,
  .header .container,
  .footer .container {
    width: min(1414px, 100% - 40px);
  }
  .background .container {
    width: min(1180px, 100% - 60px);
  }
  .container {
    width: min(1180px, 100% - 100px);
  }
  .welcome .background {
    padding: 270px 0 40px 0;
  }
  .welcome__info p {
    font-size: 15px;
  }
  .numbers__item-number {
    margin: 42px 0 0 0;
  }
  .numbers__item-number strong,
  .numbers__item-number small {
    font-size: 54px;
  }
  .numbers__item {
    padding: 20px;
  }
  .title p {
    font-size: 15px;
  }
  .designing__item strong {
    font-size: 23px;
  }
  .models__slider .models__item {
    width: 320px;
  }
  .models__item-info {
    row-gap: 16px;
    margin: 14px 0 0 0;
  }
  .models__link {
    padding: 28px 24px;
  }
  .set__sliders {
    padding: 40px 20px 24px 24px;
  }
  .assembly__info-link {
    padding: 12px 20px;
  }
  .assembly__content {
    row-gap: 20px;
  }
  .plastic .background {
    padding: 40px 0 0 0;
  }
  .plastic__items {
    padding: 0 0 40px 0;
  }
  .plastic__item p {
    line-height: 140%;
  }
  .plastic__item {
    row-gap: 12px;
  }
  .calculation__img {
    padding: 40px 32px;
  }
  .calculation__content .form {
    padding: 42px 24px;
  }
  .director__info {
    padding: 24px;
  }
  .team__item strong {
    font-size: 18px;
  }
  .swiper .implementation__item {
    width: 440px;
  }
  .implementation__item {
    row-gap: 12px;
  }
  .implementation__item-info strong {
    font-size: 21px;
  }
  .contacts__info-item a,
  .contacts__info-item strong {
    font-size: 17px;
  }
  .footer {
    padding: 24px 0;
  }
}
@media (max-width: 1119px) {
  .background,
  .header .container,
  .footer .container {
    width: min(1414px, 100% - 20px);
  }
  .background .container {
    width: min(1180px, 100% - 50px);
  }
  .container {
    width: min(1180px, 100% - 70px);
  }
  section {
    padding: 35px 0;
  }
  .welcome .background {
    padding: 230px 0 40px 0;
  }
  .numbers__item-number strong,
  .numbers__item-number small {
    font-size: 44px;
  }
  .numbers__item > p {
    margin: 0;
    width: 76%;
  }
  .designing__content {
    grid-template-columns: 1fr 2.3fr;
  }
  .designing__item strong {
    font-size: 21px;
  }
  .models__slider .models__item {
    width: 280px;
  }
  .models__link strong {
    width: 54%;
    font-size: 15px;
  }
  .models__link {
    padding: 24px 20px;
  }
  .assembly__info-link > p {
    font-size: 12px;
  }
  .calculation__img .title {
    width: 100%;
    position: relative;
    z-index: 3;
  }
  .swiper .implementation__item {
    width: 400px;
  }
  .contacts__info-item a,
  .contacts__info-item strong {
    font-size: 16px;
  }
  .contacts__info .contacts__info-items {
    grid-template-columns: 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-gap: 24px;
  }
  .contacts__info .contacts__info-item {
    grid-column: span 1;
  }
  .footer__content {
    grid-template-columns: auto 1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 30px;
  }
  .footer__privacy a {
    font-size: 13px;
  }
  .footer__contact strong {
    font-size: 15px;
    margin: 4px 0 0 0;
  }
  .checkbox__text::before,
  .checkbox__text::after {
    width: 22px;
    height: 22px;
    border-radius: 4px;
  }
  .breadcrumb__item,
  .breadcrumb__item a {
    height: 36px;
    font-size: 14px;
  }
  h1,
  .plastic__title h2,
  .calculation__content .title h2 {
    font-size: 33px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 27px;
  }
  h4 {
    font-size: 25px;
  }
  h5 {
    font-size: 23px;
  }
  h6 {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .header__modal.btn {
    margin: 0 0 0 auto;
  }
  .logo.logo--header {
    width: 200px;
  }
  .icon-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 65%;
    height: 100vh;
    padding: 32px 24px;
    background-color: #f7f7f7;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: -105%;
    z-index: 10;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .nav.active {
    right: 0;
    -webkit-box-shadow: 0 0 0 9999px rgba(11, 11, 11, 0.75);
            box-shadow: 0 0 0 9999px rgba(11, 11, 11, 0.75);
  }
  .nav__header {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 16px;
    width: 100%;
  }
  .logo--nav {
    width: 216px;
  }
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    row-gap: 16px;
    width: 100%;
    margin: 60px 0 auto 0;
  }
  .menu > li {
    width: 100%;
  }
  .menu > li > a {
    width: 100%;
    padding: 0;
    font-family: "ActayWide-Bold";
    font-size: 24px;
    line-height: 125%;
    color: #313A43;
    border-bottom: 1px solid #6F767C;
  }
  .nav .contacts__info-items {
    display: grid;
  }
  .show h1,
  .show h2,
  .show h3,
  .show h4,
  .show h5,
  .show h6,
  .show .up {
    top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .nav .contacts__info-items {
    row-gap: 20px;
  }
  .contacts__info-item small {
    margin: 0 0 4px 0;
  }
  .welcome .background {
    padding: 80px 0 40px 0;
  }
  .welcome__content {
    grid-template-columns: 1fr;
  }
  .welcome__title {
    width: 74%;
  }
  .welcome__info {
    width: 60%;
    row-gap: 16px;
  }
  .popup__content {
    width: 98%;
  }
  .popup__content {
    grid-template-columns: 1fr 1.2fr;
  }
  .popup__content .form strong {
    font-size: 28px;
  }
  .numbers__items {
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
  }
  .numbers__item-number {
    margin: 28px 0 0 0;
  }
  .designing__content .area .title {
    width: 100%;
  }
  .designing__item strong {
    font-size: 20px;
  }
  .models__links {
    grid-template-columns: 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 32px 0 0 0;
  }
  .models__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 16px 20px;
    height: 94px;
  }
  .models__link strong {
    width: 44%;
  }
  .assembly__content {
    grid-template-columns: 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .assembly__video {
    grid-column: 1/span 1;
    grid-row: 2/span 1;
    height: auto;
    aspect-ratio: 1/0.5;
  }
  .assembly__info-link {
    grid-template-columns: 1fr auto;
  }
  .plastic__content {
    grid-template-columns: 1fr;
    grid-gap: 24px;
    padding: 0 0 470px 0;
    position: relative;
  }
  .plastic__title {
    display: block;
  }
  .plastic__title-img {
    position: static;
  }
  .plastic__title-img img {
    width: 74%;
    height: auto;
    top: auto;
    bottom: 16px;
    right: 50%;
    -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
  .set__content {
    grid-template-columns: 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .set__slider-thumbs {
    aspect-ratio: 1/0.7;
    height: auto;
  }
  .set__slider-main {
    width: 100%;
    height: auto;
    position: static;
  }
  .set__slider-main .swiper-slide {
    height: auto;
  }
  .assembly__info-link > p {
    font-size: 17px;
  }
  .calculation__content {
    grid-template-columns: 1fr 1.2fr;
  }
  .calculation__img .title {
    width: 100%;
  }
  .calculation__img {
    padding: 42px 26px;
  }
  .calculation__img .title p {
    width: 100%;
  }
  .calculation__content .form {
    padding: 28px 24px;
  }
  .stroy {
    padding: 35px 0;
  }
  .stroy__content {
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }
  .stroy__img {
    width: 50%;
  }
  .director__content {
    grid-template-columns: 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-gap: 20px;
  }
  .director__img {
    height: auto;
    aspect-ratio: 1/0.9;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .swiper .implementation__item {
    width: 380px;
  }
  .implementation__item-info small {
    font-size: 15px;
  }
  .implementation__item-info strong {
    font-size: 19px;
  }
  .accordion__label {
    padding: 16px 18px;
    border-radius: 16px;
  }
  .accordion__info-text {
    padding: 0 18px;
  }
  .accordion__label strong {
    font-size: 18px;
  }
  .contacts__content {
    grid-template-columns: 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-gap: 20px;
  }
  .contacts__info .contacts__info-items {
    grid-template-columns: 1fr 1fr;
  }
  .contacts__info .contacts__info-item {
    grid-column: span 2;
  }
  .contacts__map {
    aspect-ratio: 1/0.6;
  }
  .footer__content {
    grid-template-columns: 1fr 1fr;
  }
  .logo--footer {
    grid-column: 1/span 2;
  }
  .footer__contacts {
    grid-column: 1/span 2;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer__info {
    width: 100%;
  }
  h1,
  .plastic__title h2,
  .calculation__content .title h2 {
    font-size: 31px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .nav {
    width: 70%;
  }
  .welcome__title {
    width: 478px;
  }
  .welcome__info {
    width: 70%;
    row-gap: 12px;
  }
  .numbers__item-number strong,
  .numbers__item-number small {
    font-size: 42px;
  }
  .designing__content {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .designing__content .area .title {
    width: 60%;
    position: relative;
    top: 0;
  }
  .designing__content .area .title {
    width: 78%;
    position: relative;
    top: 0;
  }
  .title p {
    margin: 6px 0;
  }
  .models__links {
    grid-gap: 16px;
  }
  .calculation__content {
    grid-template-columns: 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .calculation__img {
    padding: 60px 24px 160px 24px;
  }
  .stroy__content {
    grid-template-columns: 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-gap: 32px;
  }
  .assembly__info-link > p {
    font-size: 16px;
  }
  .plastic__items {
    padding: 0;
  }
  .plastic__content {
    padding: 0 0 450px 0;
  }
  .swiper .team__item {
    width: 240px;
    aspect-ratio: 1/1.6;
  }
  .team__item strong {
    font-size: 17px;
  }
  .contacts__map {
    aspect-ratio: 1/0.8;
  }
  .accordion__label strong {
    font-size: 17px;
  }
  .accordion__label span {
    width: 46px;
    height: 30px;
  }
  .footer__contacts {
    grid-template-columns: 1fr 1fr;
  }
  .footer__contact strong {
    font-size: 14px;
    margin: 4px 0 0 0;
  }
  .privacy {
    margin: 28px 0 0 0;
  }
}
@media (max-width: 659px) {
  .nav {
    width: 75%;
  }
  .welcome__title-item strong {
    font-size: 13px;
  }
  .welcome__title-item span {
    width: 22px;
  }
  .welcome__info {
    grid-template-columns: 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 16px;
  }
  .welcome__info > p {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    grid-column: 1/span 1;
    grid-row: 1/span 1;
  }
  .welcome__title-item {
    padding: 0 12px;
  }
  .welcome__info {
    width: 82%;
  }
  .designing__content .area .title {
    width: 100%;
  }
  .popup__content {
    grid-template-columns: 1fr;
  }
  .popup__img {
    grid-column: 1/span 1;
    grid-row: 2/span 1;
    height: auto;
    aspect-ratio: 1/0.4;
  }
  .popup__content .form {
    padding: 32px 24px 24px 24px;
  }
  .header__address,
  .header__contacts a {
    font-size: 12px;
  }
  .title p {
    margin: 8px 0;
  }
  .designing__items {
    grid-gap: 16px;
  }
  .models__link strong {
    width: 54%;
  }
  .set__sliders {
    padding: 32px 16px 24px 24px;
  }
  .set__slider-thumbs {
    aspect-ratio: 1/0.8;
  }
  .assembly__info h2 {
    width: 66%;
  }
  .assembly__info-link {
    grid-template-columns: 1fr;
  }
  .assembly__info-link .btn {
    width: 100%;
    padding: 0 12px;
  }
  .plastic .background {
    padding: 40px 0 0 0;
  }
  .plastic__content {
    padding: 0 0 390px 0;
  }
  .plastic__title h2 {
    width: 100%;
  }
  .plastic__items {
    grid-gap: 16px;
  }
  .contacts__info-item a,
  .contacts__info-item strong {
    font-size: 17px;
  }
  .accordion__label strong {
    font-size: 17px;
  }
  .footer__contacts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    grid-gap: 24px;
  }
  .footer__contacts .footer__contact:last-child {
    grid-column: 1/span 2;
  }
  .footer__contact span {
    width: 20px;
  }
  .footer__contact strong {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .nav {
    width: 85%;
  }
  .header {
    position: relative;
  }
  .header__contacts a {
    font-size: 14px;
  }
  .header__top-content {
    display: block;
  }
  .header__address {
    display: none;
  }
  .logo.logo--header {
    width: 160px;
  }
  .welcome__title,
  .welcome__info {
    width: 100%;
  }
  .background {
    border-radius: 20px;
  }
  .calculation__content {
    border-radius: 24px;
  }
  .header__bottom-content {
    grid-template-columns: 1fr auto;
    row-gap: 8px;
  }
  .header__modal.btn {
    grid-column: 1/span 2;
    grid-row: 2/span 1;
    width: 100%;
    padding: 0 12px;
  }
  .welcome__title-items {
    display: none;
  }
  .welcome__content {
    grid-gap: 24px;
  }
  .numbers__item-number strong,
  .numbers__item-number small {
    font-size: 36px;
  }
  .numbers__item > p {
    width: 75%;
    font-size: 13px;
  }
  .numbers__item-number {
    margin: 24px 0 0 0;
  }
  .numbers__item {
    padding: 20px 16px;
  }
  .designing__items {
    grid-template-columns: 1fr;
  }
  .designing__item strong {
    font-size: 20px;
  }
  .designing__items {
    grid-gap: 8px;
  }
  .models__item-info a {
    font-size: 18px;
  }
  .models__item-info > strong {
    font-size: 17px;
    margin: 4px 0 0 0;
  }
  .models__slider .models__item {
    width: 280px;
  }
  .models__item-links {
    grid-template-columns: 1fr;
  }
  .models__item-links .btn {
    font-size: 13px;
  }
  .gallery__items {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .gallery__items .gallery__item:nth-child(1) {
    grid-column: span 2;
    grid-row: span 1;
    aspect-ratio: 1/0.5;
  }
  .gallery__items .gallery__item {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    aspect-ratio: 1/1;
  }
  .title {
    margin: 0 0 16px 0;
  }
  .row {
    row-gap: 16px;
  }
  .plastic__content {
    padding: 0 0 405px 0;
    grid-gap: 16px;
  }
  .stroy__content {
    grid-gap: 24px;
  }
  .numbers__item,
  .designing__item,
  .models__item,
  .models__link,
  .gallery__item,
  .team__item,
  .implementation__item-img,
  .accordion__label {
    border-radius: 14px;
  }
  .models__item-img {
    border-radius: 10px;
  }
  .models__item-links {
    padding: 0 8px;
  }
  .models__item-info {
    padding: 0 8px;
  }
  .set__sliders > strong {
    font-size: 16px;
  }
  .set__sliders .slider-navigation {
    margin: 12px 0 0 auto;
  }
  .assembly__info h2 {
    width: 100%;
  }
  .assembly__video {
    aspect-ratio: 1/0.7;
  }
  .plastic__items {
    grid-template-columns: 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
  }
  .plastic__title-img img {
    bottom: 18px;
    width: 96%;
    height: auto;
  }
  .plastic__content {
    padding: 0 0 420px 0;
  }
  .calculation__img {
    padding: 40px 24px 184px 24px;
  }
  .director__info {
    padding: 32px 20px;
  }
  .director__content {
    grid-gap: 20px;
  }
  .implementation__item {
    row-gap: 16px;
  }
  .implementation__item-info strong {
    font-size: 20px;
  }
  .swiper .implementation__item {
    width: 360px;
  }
  .contacts__content {
    grid-gap: 20px;
  }
  .swiper .team__item h1,
  .plastic__title h2 {
    font-size: 30px;
  }
  .models__item {
    padding: 8px 8px 20px 8px;
  }
  .swiper .team__item {
    width: 240px;
    aspect-ratio: 1/1.5;
  }
  .implementation__item-info strong {
    font-size: 19px;
  }
}
@media (max-width: 479px) {
  .nav {
    width: 90%;
    padding: 28px 20px;
  }
  .background,
  .header .container,
  .footer .container {
    width: min(1414px, 100% - 12px);
  }
  .background .container {
    width: min(1180px, 100% - 30px);
  }
  .container {
    width: min(1180px, 100% - 32px);
  }
  .numbers__item-number strong,
  .numbers__item-number small {
    font-size: 30px;
  }
  .numbers__items {
    grid-template-columns: 1fr;
  }
  .numbers {
    padding-top: 20px;
  }
  .designing__items {
    grid-template-columns: 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row {
    grid-template-columns: 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 0;
  }
  .row .title {
    margin: 0 0 16px 0;
  }
  .row .slider-navigation {
    grid-column: inherit;
    grid-row: inherit;
    margin: 20px auto 0 auto;
  }
  .row .slider-container {
    grid-column: inherit;
    width: 100%;
  }
  .slider-navigation {
    gap: 12px;
  }
  .models__link strong {
    width: 60%;
    font-size: 14px;
  }
  .models__link img {
    right: -8px;
  }
  .models__link {
    padding: 6px 20px;
    height: 84px;
  }
  .swiper .team__item h1,
  .plastic__title h2 {
    font-size: 28px;
  }
  .plastic__content {
    padding: 0 0 346px 0;
  }
  .calculation__content .form,
  .contacts__info {
    padding: 28px 20px;
  }
  .checkbox__text {
    font-size: 11px;
  }
  .btn {
    width: 100%;
    padding: 0 12px;
  }
  .team .background {
    padding: 40px 0;
  }
  .plastic .background {
    padding: 40px 0 0 0;
  }
  .implementation__item-info strong {
    font-size: 18px;
  }
  .swiper .implementation__item {
    width: 316px;
  }
  .contacts__info .contacts__info-items {
    grid-template-columns: 1fr;
  }
  .contacts__info .contacts__info-item {
    grid-column: span 1;
  }
  .contacts__map {
    aspect-ratio: 1/1;
  }
  .footer__contacts {
    grid-template-columns: 1fr;
  }
  .footer__contacts .footer__contact:last-child {
    grid-column: 1/span 1;
  }
  .footer__content {
    grid-template-columns: 1fr;
  }
  .logo--footer,
  .footer__contacts {
    grid-column: 1/span 1;
  }
  .footer__privacy {
    grid-column: 1/span 1;
    grid-row: 4/span 1;
  }
  .popup__content .form {
    padding: 50px 20px 20px 20px;
  }
  .popup__img {
    aspect-ratio: 1/0.6;
  }
  .popup__content .form strong {
    font-size: 26px;
  }
  .welcome .background::before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .assembly__info ol li {
    font-size: 16px;
  }
  .breadcrumb-wrapper,
  .breadcrumb {
    display: none;
  }
  .set__sliders {
    padding: 32px 16px 24px 20px;
  }
  .plastic__items {
    grid-gap: 12px;
  }
  .form strong {
    font-size: 22px;
  }
  .contacts__info-item a,
  .contacts__info-item strong {
    font-size: 16px;
  }
  h1,
  .plastic__title h2,
  .calculation__content .title h2 {
    font-size: 26px;
  }
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 19px;
  }
  h6 {
    font-size: 18px;
  }
}
@media (max-width: 379px) {
  .nav {
    width: 100%;
  }
  .welcome .background {
    padding: 90px 0 40px 0;
  }
  .logo--nav {
    width: 164px;
  }
  .menu > li > a {
    font-size: 22px;
  }
  .models__link strong {
    font-size: 13px;
  }
  section {
    padding: 35px 0;
  }
  .set__sliders {
    padding: 32px 16px 24px 20px;
  }
  .set__sliders > strong {
    font-size: 14px;
  }
  .set__slider-thumbs {
    aspect-ratio: 1/1;
  }
  .assembly__info ol li::before {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .assembly__video {
    aspect-ratio: 1/1;
  }
  .assembly__content,
  .director__content {
    grid-gap: 20px;
  }
  .assembly__video {
    border-radius: 14px;
  }
  .assembly__info-link {
    padding: 18px;
    border-radius: 14px;
  }
  .plastic__item {
    padding: 20px 16px;
  }
  .plastic__content {
    padding: 0 0 292px 0;
  }
  .calculation__img {
    padding: 30px 20px 184px 20px;
  }
  .stroy__content {
    grid-gap: 24px;
  }
  .swiper .implementation__item {
    width: 270px;
  }
  .contacts__info-item small {
    font-size: 13px;
  }
  .contacts__info-item a,
  .contacts__info-item strong {
    font-size: 16px;
  }
  .accordion__label strong {
    font-size: 16px;
  }
  .accordion__label span {
    width: 36px;
    height: 26px;
  }
  .accordion__label {
    padding: 18px 16px;
  }
  .accordion__info-text {
    padding: 0 16px;
  }
  .swiper-pagination.swiper-pagination-set,
  .swiper-pagination.swiper-pagination-set .swiper-pagination-current,
  .swiper-pagination.swiper-pagination-set .swiper-pagination-total {
    font-size: 26px;
  }
}