@charset "UTF-8";
@import url("https://fonts.cdnfonts.com/css/tenorite");
@import url('https://fonts.cdnfonts.com/css/switzer');
html {
  scroll-behavior: smooth;
}

:root {
  --black: #1d1d1b;
  --white: #fff;
  --grey: rgba(29, 29, 27, 0.3);
  --light-green: #e5e7e0;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

body {
  margin: 0;
  padding: 0;
  background: var(--black);
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  padding: 0;
  margin: 0;
  background: none;
  outline: none;
  cursor: pointer;
  border: none;
}

a {
  color: #000;
  text-decoration: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea,
select {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 20px;
}

.wrapper {
  overflow-x: hidden;
}

.list-reset {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.header__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20% 60% 20%;
  grid-template-columns: 20% 60% 20%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0;
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 42px;
  margin: 0 auto;
}
.header__list-link {
  color: var(--white, #fff);
  font-family: "Switzer", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
.header__list-link::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -6px;
  height: 1px;
  width: 0;
  background-color: #fff;
}
.header__list-link:hover::before {
  width: 50%;
}
.header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 27px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header__lang-link {
  color: var(--white, #fff);
  font-family: "Switzer", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header__lang-link.active {
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
}

.btn-open {
  display: none;
}
@media (max-width: 768px) {
  .btn-open {
    display: block;
  }
  .btn-open i {
    color: #fff;
    font-size: 20px;
  }
}

.menu__mob {
  position: fixed;
  right: -30%;
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: #141412;
  padding: 72px 32px 32px 32px;
  width: 30%;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  z-index: 100;
}
.menu__mob.active {
  right: 0;
}
.menu__mob .start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 12px;
}
.menu__mob_lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.btn-close {
  position: absolute;
  top: 20px;
  border-bottom: none !important;
  right: 32px;
}
.btn-close i {
  color: #fff;
  font-size: 20px;
}

.hero {
  height: 610px;
}
.hero__inner {
  padding-bottom: 42px;
  position: relative;
  margin: 142px 0 0 0;
}
.hero__img {
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
}
.hero__img img {
  width: 100%;
}
.hero__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 20px 40%;
  grid-template-columns: 60% 40%;
  gap: 20px;
  padding-bottom: 50px;
}
.hero__content-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 102px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  margin: 68px 0 0 0;
}
.hero__content-btn svg {
  position: relative;
  bottom: 2px;
}
.hero__content-btn span {
  color: var(--white, #fff);
  font-family: "Switzer", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 5px;
}
.hero__content-title {
  color: var(--white, #0a0909);
  font-family: "Switzer", sans-serif;
  font-size: clamp(1.75rem, 0.32rem + 5.2vw, 4.6rem);
  font-style: normal;
  font-weight: 400;
  line-height: 95%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.hero__content-subtitle {
  color: var(--white, #fff);
  font-family: "Switzer", sans-serif;
  font-size: clamp(0.75rem, 0.657rem + 0.4vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.hero__content-subtitle p {
  line-height: 1;
}

.about {
  background: var(--light-green, #e5e7e0);
  padding-bottom: 50px;
}
.about__title {
  padding: 50px 0;
  color: var(--black, #1d1d1b);
  font-family: "Switzer", sans-serif;
  font-size: clamp(1rem, 0.534rem + 1.99vw, 1.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
.about__list {
  padding: 50px 0 25px 0;
  border-top: 1px solid rgba(29, 29, 27, 0.3);
  border-bottom: 1px solid rgba(29, 29, 27, 0.3);
  gap: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.about__list-item {
  color: var(--black, #1d1d1b);
  font-family: "Switzer", sans-serif;
  font-size: clamp(0.813rem, 0.673rem + 0.6vw, 1.188rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.form {
  padding: 44px 0 0 0;
}
.form__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.form__info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 32% 10px 49%;
  grid-template-columns: 32% 49%;
  gap: 10px;
}
.form__info-title {
  color: var(--white, #fff);
  padding: 30px 0 50px 0;
  border-top: 1px solid #fff;
  font-family: "Switzer", sans-serif;
  font-size: clamp(1rem, 0.883rem + 0.5vw, 1.313rem);
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 109.524% */
  text-transform: uppercase;
}
.form__info-subtitle {
  color: var(--white, #fff);
  font-family: "Switzer", sans-serif;
  font-size: clamp(1rem, 0.883rem + 0.5vw, 1.313rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
.form__info-subtitle a {
  color: var(--white, #fff);
  font-family: "Switzer", sans-serif;
  font-size: clamp(1rem, 0.883rem + 0.5vw, 1.313rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form__info-column svg {
  position: relative;
  top: 22px;
  opacity: 0.84;
}
.form__info-column svg:hover {
  opacity: 1;
}
.form__contact-title {
  color: var(--white, #fff);
  padding: 30px 0 40px 0;
  border-top: 1px solid #fff;
  font-family: "Switzer", sans-serif;
  font-size: clamp(1rem, 0.883rem + 0.5vw, 1.313rem);
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 109.524% */
  text-transform: uppercase;
}
.form__contact-subtitle {
  color: var(--white, #fff);
  font-family: "Switzer", sans-serif;
  font-size: clamp(1rem, 0.883rem + 0.5vw, 1.313rem);
  font-style: normal;
  font-weight: 400;
  opacity: 0.6;
  line-height: normal;
  padding-bottom: 50px;
}
.form__actions textarea,
.form__actions input {
  color: var(--light-green, #e5e7e0);
  font-family: "Switzer", sans-serif;
  font-size: clamp(1rem, 0.883rem + 0.5vw, 1.313rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 15px 0;
}
.form__actions input::placeholder,
.form__actions textarea::placeholder {
  color: #aaa;
  opacity: 1;
  transition: opacity 0.5s ease; /* Adjust duration as needed */
}
.form__actions input:focus::placeholder,
.form__actions textarea:focus::placeholder {
  opacity: 0;
}
.form__actions textarea::-webkit-input-placeholder,
.form__actions input::-webkit-input-placeholder {
  color: var(--light-green, #e5e7e0);
  font-family: "Switzer", sans-serif;
  font-size: clamp(1rem, 0.883rem + 0.5vw, 1.313rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.4;
}
.form__actions textarea::-moz-placeholder,
.form__actions input::-moz-placeholder {
  color: var(--light-green, #e5e7e0);
  font-family: "Switzer", sans-serif;
  font-size: clamp(1rem, 0.883rem + 0.5vw, 1.313rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.4;
}
.form__actions textarea:-ms-input-placeholder,
.form__actions input:-ms-input-placeholder {
  color: var(--light-green, #e5e7e0);
  font-family: "Switzer", sans-serif;
  font-size: clamp(1rem, 0.883rem + 0.5vw, 1.313rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.4;
}
.form__actions textarea::-ms-input-placeholder,
.form__actions input::-ms-input-placeholder {
  color: var(--light-green, #e5e7e0);
  font-family: "Switzer", sans-serif;
  font-size: clamp(1rem, 0.883rem + 0.5vw, 1.313rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.4;
}
.form__actions textarea::placeholder,
.form__actions input::placeholder {
  color: var(--light-green, #e5e7e0);
  font-family: "Switzer", sans-serif;
  font-size: clamp(1rem, 0.883rem + 0.5vw, 1.313rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.4;
}
.form__actions textarea {
  width: 100%;
  padding: 40px 0 80px 0;
}
.form__actions textarea::-webkit-input-placeholder {
  color: var(--light-green, #e5e7e0);
  font-family: "Switzer", sans-serif;
  font-size: clamp(1rem, 0.883rem + 0.5vw, 1.313rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.4;
}
.form__actions textarea::-moz-placeholder {
  color: var(--light-green, #e5e7e0);
  font-family: "Switzer", sans-serif;
  font-size: clamp(1rem, 0.883rem + 0.5vw, 1.313rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.4;
}
.form__actions textarea:-ms-input-placeholder {
  color: var(--light-green, #e5e7e0);
  font-family: "Switzer", sans-serif;
  font-size: clamp(1rem, 0.883rem + 0.5vw, 1.313rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.4;
}
.form__actions textarea::-ms-input-placeholder {
  color: var(--light-green, #e5e7e0);
  font-family: "Switzer", sans-serif;
  font-size: clamp(1rem, 0.883rem + 0.5vw, 1.313rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.4;
}
.form__actions textarea::placeholder {
  color: var(--light-green, #e5e7e0);
  font-family: "Switzer", sans-serif;
  font-size: clamp(1rem, 0.883rem + 0.5vw, 1.313rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.4;
}
.form__actions .start {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 23px;
}
.form__send {
  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;
  padding: 39px 0 38px 0;
}
.form__send-text {
  color: var(--light-green, #e5e7e0);
  font-family: "Switzer", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.form__send-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 102px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
}
.form__send-btn span {
  color: var(--white, #fff);
  font-family: "Switzer", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 5px;
}

.btn-reset,
.input-reset {
  border: none;
  outline: none;
  background: none;
  border-bottom: 1px solid #e5e7e0;
}

.products {
  background-color: #fff;
  padding-bottom: 100px;
  position: relative;
}
.products__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  padding-bottom: 5px;
  border-bottom: 1px solid #1d1d1b;
  position: relative;
  z-index: 11;
}

.products__btn span {
  color: var(--black, #1d1d1b);
  font-family: "Switzer", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.products__title {
  color: var(--black, #1d1d1b);
  font-family: "Switzer", sans-serif;
  font-size: clamp(1.75rem, 1.004rem + 3.18vw, 3.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 60px */
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 50px 0;
  text-align: center;
}
.products__blocks {
  padding-bottom: 102px;
}
.products__blocks-top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
}
.products__blocks-item {
  padding-top: 14px;
  padding: 0 24px;
  padding-bottom: 11px;
  position: relative;
}
.products__blocks-item img {
  display: block;
  margin: 0 auto;
}
.products__blocks-item:last-child::after {
  display: none;
}
.products__blocks-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 146px;
  background-color: rgba(29, 29, 27, 0.3);
}
.products__blocks-item::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 80%;
  height: 1px;
  background-color: rgba(29, 29, 27, 0.3);
  border-radius: 100px;
}
.products__blocks-item:first-child::before {
  content: "";
  position: absolute;
  left: 47%;
  bottom: 0;
  width: 85%;
  height: 1px;
  background-color: rgba(29, 29, 27, 0.3);
  border-radius: 100px;
}
.products__blocks-item h2 {
  color: var(--black, #1d1d1b);
  text-align: center;
  font-family: "Switzer", sans-serif;
  font-size: clamp(1rem, 0.883rem + 0.5vw, 1.313rem);
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 109.524% */
  text-transform: uppercase;
  padding-bottom: 30px;
}
.products__blocks-item p {
  color: #000;
  text-align: center;
  font-family: "Switzer", sans-serif;
  font-size: clamp(0.75rem, 0.657rem + 0.4vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.products__blocks .products__blocks-item:nth-child(1) p {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 300px;
}
.products__blocks .products__blocks-item:nth-child(2) p {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 300px;
  width: 100%;
}
.products__blocks .products__blocks-item:nth-child(4) p {
  position: absolute;
  bottom: 46px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 300px;
  width: 100%;
}

.products__blocks-bottom .products__blocks-sep:nth-child(2) p {
  position: absolute;
  top: 45%;
  /* bottom: 49px; */
  left: 50%;
  transform: translateX(-50%);
  max-width: 300px;
  width: 100%;
}

.products__blocks-bottom .products__blocks-sep:nth-child(3) p {
  position: absolute;
  top: 45%;
  /* bottom: 10px; */
  left: 50%;
  transform: translateX(-50%);
  max-width: 300px;
  width: 100%;
}

.products__blocks-bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  padding-top: 33px;
}

.products__blocks-sep {
  position: relative;
  padding: 0 24px;
}
.products__blocks-sep img {
  display: block;
  margin: 0 auto;
}
.products__blocks-sep::before {
  position: absolute;
  content: "";
  right: -6px;
  top: -41px;
  width: 12px;
  height: 12px;
  background-color: rgba(29, 29, 27, 0.3);
  border-radius: 100px;
}
.products__blocks-sep:last-child::after {
  display: none;
}
.products__blocks-sep::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 16px;
  width: 1px;
  height: 146px;
  background-color: rgba(29, 29, 27, 0.3);
}
.products__blocks-sep h2 {
  color: var(--black, #1d1d1b);
  text-align: center;
  font-family: "Switzer", sans-serif;
  font-size: clamp(1rem, 0.883rem + 0.5vw, 1.313rem);
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 109.524% */
  text-transform: uppercase;
  padding-bottom: 30px;
}
.products__blocks-sep p {
  color: #000;
  text-align: center;
  font-family: "Switzer", sans-serif;
  font-size: clamp(0.75rem, 0.657rem + 0.4vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  bottom: 10px;
}

.products-hover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 16.4%;
  background-color: #fff;
  z-index: 10;
  width: 100%;
  opacity: 0; /* Початковий стан: невидимий */
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; /* Додає плавність */
}

.products-hover-list {
  display: -ms-grid;
  display: grid;
  width: 64%;
  margin-left: auto;
  -ms-grid-columns: 46% 34px 45%;
  grid-template-columns: 46% 45%;
  padding-top: 20px;
  -webkit-column-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px;
}

.products-hover-list-item {
  max-width: 420px;
}

.products-hover-list h2 {
  color: var(--light-green, #e5e7e0);
  font-family: "Switzer", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding-bottom: 12px;
}

.products-hover-list h3 {
  color: var(--black, #1d1d1b);
  font-family: "Switzer", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 23px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.products-hover-list p {
  color: #000;
  font-family: "Switzer", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 20px;
}

.footer__inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}

.footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.footer-logo {
  position: relative;
  z-index: 2;
  height: auto;
  bottom: -8px;
}

.success-notification {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #e5e7e0;
  color: #1d1d1b; /* Изменено на более контрастный цвет для текста */
  padding: 15px;
  border-radius: 5px;
  font-size: 14px;
  z-index: 1000;
  transition: 0.5s ease-in-out;
  font-family: "Switzer", sans-serif;
  box-shadow: 0px 0px 28px -14px rgba(0, 0, 0, 0.75); /* Добавлен красивый эффект тени */

  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

.success-notification.show {
  visibility: visible;
  transform: scale(1);
  opacity: 1;
}

@media (max-width: 1280px) {
  .hero {
    height: 575px;
  }
}
@media (max-width: 1180px) {
  .hero {
    height: 505px;
  }

  .products__blocks .products__blocks-item:nth-child(1) p {
    max-width: 260px;
  }

  .products__blocks .products__blocks-item:nth-child(2) p {
    max-width: 260px;
  }

  .products__blocks .products__blocks-item:nth-child(4) p {
    max-width: 260px;
  }

  .products__blocks-bottom .products__blocks-sep:nth-child(2) p {
    max-width: 200px;
    bottom: 30px;
  }

  .products__blocks-bottom .products__blocks-sep:nth-child(3) p {
    max-width: 200px;
    bottom: 30px;
  }

  .products__blocks-sep,
  .products__blocks-item {
    height: 176px;
  }
}
@media (max-width: 1080px) {
  .header__logo img {
    width: 180px;
  }
  .header__list-link {
    font-size: 14px;
  }
  .header__lang-link {
    font-size: 14px;
  }
  .header__list {
    gap: 32px;
  }
  .hero__content {
    -ms-grid-columns: 63% 20px 37%;
    grid-template-columns: 63% 37%;
    gap: 20px;
  }
  .hero__content-btn {
    margin: 38px 0 0 0;
  }
  .about__list {
    padding: 25px 0 25px 0;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .products__blocks-top {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .products__blocks-bottom {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    padding-top: 33px;
  }
  .products__blocks-sep img,
  .products__blocks-item img {
    width: 100%;
    height: 200px;
  }
  .products__blocks-sep,
  .products__blocks-item {
    padding: 40px;
  }
  .products__blocks-item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 120px;
    background-color: rgba(29, 29, 27, 0.3);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .products__blocks-sep::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 120px;
    background-color: rgba(29, 29, 27, 0.3);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .products__blocks-bottom {
    padding-top: 0;
  }
  .products__blocks-sep::before {
    position: absolute;
    content: "";
    right: -6px;
    top: -7px;
    width: 12px;
    height: 12px;
    background-color: rgba(29, 29, 27, 0.3);
    border-radius: 100px;
  }
  .products__blocks-sep::before {
    content: "";
    width: 70%;
    height: 1px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 98%;
  }
  .products__blocks-sep::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 75%;
    background-color: rgba(29, 29, 27, 0.3);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .products__blocks-item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 75%;
    background-color: rgba(29, 29, 27, 0.3);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .products__blocks-bottom .products__blocks-sep:nth-child(2)::after {
    display: none;
  }
  .products__blocks-bottom .products__blocks-sep:nth-child(4)::after {
    display: none;
  }
  .products__blocks-top .products__blocks-item:nth-child(2)::after {
    display: none;
  }
  .products__blocks-top .products__blocks-item:nth-child(4)::after {
    display: none;
  }
  .hero {
    height: 425px;
  }
  .hero__img {
    top: 22px;
  }
  .products-hover {
    top: 10%;
  }
  .products-hover-list {
    width: 100%;
    padding-left: 70px;
  }

  .products__blocks-sep img,
  .products__blocks-item img {
    width: 100%;
    height: 120px;
    position: absolute;
    width: 86%;
    bottom: 30px;
  }
}
@media (max-width: 768px) {
  .header__inner {
    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;
  }
  .header__list {
    display: none;
  }
  .header__lang {
    display: none;
  }
  .menu__mob {
    width: 50%;
    right: -50%;
  }
  .footer__inner img {
    /* height: 120px;
		width: 100%; */
  }
  .hero__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .hero__content-subtitle {
    max-width: 470px;
  }
  .hero__content-title {
    max-width: 470px;
  }
  .hero__inner {
    padding-bottom: 48px;
    margin: 98px 0 0 0;
  }
  .about__list {
    -ms-grid-columns: 41% 40px 40%;
    grid-template-columns: 41% 40%;
    gap: 40px;
  }
  .products__blocks-sep,
  .products__blocks-item {
    padding: 30px;
  }
  .form__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .form__info {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .hero__img {
    top: 92px;
  }
  .hero {
    height: 525px;
  }
  .hero__img {
    top: 186px;
  }
  .products-hover-list {
    width: 100%;
    padding-left: 30px;
  }
}
@media (max-width: 640px) {
  .hero {
    height: 450px;
  }
}
@media (max-width: 440px) {
  .container {
    padding: 0 14px;
  }
  .header__logo img {
    width: 120px;
  }
  .menu__mob {
    width: 70%;
    right: -70%;
  }
  .hero__inner {
    padding-bottom: 48px;
    margin: 30px 0 0 0;
  }
  .hero__content-title {
    max-width: 470px;
    font-size: 32px;
  }
  .hero__content-subtitle {
    max-width: 350px;
    font-size: 12px;
  }
  .hero__content-btn {
    margin: 28px 0 0 0;
  }
  .hero__img {
    padding-bottom: 24px;
  }
  .hero__img img {
    height: 160px;
  }
  .about__title {
    padding: 30px 0;
  }
  .about__list {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .products__blocks-sep,
  .products__blocks-item {
    padding: 10px;
  }
  .products__blocks-sep,
  .products__blocks-item {
    padding: 30px;
  }
  .products__blocks-top,
  .products__blocks-bottom {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .products__blocks-sep::before {
    content: "";
    width: 85%;
  }
  .products__blocks-sep::after {
    display: none;
  }
  .products__blocks-item::after {
    display: none;
  }
  .products__title {
    padding: 30px 0 20px 0;
  }
  .products__btn span {
    font-size: 14px;
  }
  .products__btn {
    gap: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #1d1d1b;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .products__blocks {
    padding-bottom: 62px;
  }
  .form__info {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .form__info-title {
    padding: 30px 0 30px 0;
  }
  .form__contact-title {
    padding: 30px 0 30px 0;
  }
  .form__contact-subtitle {
    padding-bottom: 30px;
  }
  /* .form__actions .start {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  } */
  .hero__inner {
    padding-bottom: 0;
    margin: 30px 0 0 0;
  }
  .about {
    padding-bottom: 30px;
  }
  .products {
    padding-bottom: 50px;
  }
  .header__inner {
    padding: 30px 0;
  }
  .hero__img img {
    height: 220px;
  }
  .hero {
    height: 418px;
  }
  .hero__img {
    top: 170px;
  }
  .products-hover-list {
    width: 100%;
    padding-left: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .products-hover {
    top: 0;
  }
  .products-hover-list-item {
    max-width: 260px;
  }
  .products-hover {
    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;
  }
  .products__blocks-sep p,
  .products__blocks-item p {
    font-size: 14px;
  }

  .products-hover.active {
    opacity: 1 !important;
  }

  .products__blocks-bottom .products__blocks-sep:nth-child(3) p {
    max-width: 300px;
    bottom: 30px;
  }

  .products__blocks .products__blocks-item:nth-child(1) p {
    max-width: 300px;
  }

  .products__blocks-bottom .products__blocks-sep:nth-child(2) p {
    max-width: 300px;
  }

  .products__blocks .products__blocks-item:nth-child(2) p {
    max-width: 300px;
  }
  .about__list-item p {
    position: relative;
    top: 5px;
  }
}
