@font-face {
  font-family: Nunito;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Nunito-Regular.ttf") format("truetype");
}

@font-face {
  font-family: Nunito;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Nunito-Medium.ttf") format("truetype");
}

@font-face {
  font-family: Nunito;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Nunito-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: Nunito;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Nunito-Bold.ttf") format("truetype");
}

@font-face {
  font-family: Nunito;
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Nunito-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url("../fonts/NunitoSans-VariableFont.ttf") format("truetype");
}

img {
  opacity: 1;
  -o-transition: opacity .3s;
  max-width: 100%;
  height: auto;
  transition: opacity .3s;
  display: inline-block;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border: 0;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

[hidden] {
  display: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  color: #000;
  background-color: #fff;
  font-family: Nunito, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all .3s;
}

a:hover {
  color: #a0ca0b;
}

* {
  box-sizing: border-box;
}

input:-webkit-autofill {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -webkit-text-fill-color: inherit !important;
  background-color: #0000 !important;
}

input:disabled {
  cursor: not-allowed;
  opacity: .8;
}

button:disabled {
  cursor: not-allowed;
  opacity: .5;
}

button:disabled:hover {
  filter: none;
  box-shadow: none;
}

.body_no_scroll {
  overflow: hidden;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (width <= 1200px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (width <= 768px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (width <= 600px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.container--m {
  max-width: 1220px;
}

.container--xl {
  max-width: 1600px;
}

.heading-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.35;
}

@media (width <= 1024px) {
  .heading-h1 {
    font-size: 3.5rem;
    line-height: 1.3;
  }
}

@media (width <= 768px) {
  .heading-h1 {
    font-size: 3rem;
  }
}

.heading-h2 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.35;
}

@media (width <= 1024px) {
  .heading-h2 {
    font-size: 3rem;
    line-height: 1.3;
  }
}

@media (width <= 768px) {
  .heading-h2 {
    font-size: 2.5rem;
  }
}

.heading-h3 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.description {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.35;
}

@media (width <= 1024px) {
  .description {
    font-size: 1.5rem;
  }
}

@media (width <= 400px) {
  .description {
    font-size: 1.25rem;
  }
}

.list-ul {
  padding-left: 1.5rem;
  list-style: disc;
}

.button {
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  color: #000;
  border: none;
  border-radius: 3rem;
  min-width: 367px;
  padding: 18px 32px;
  font-family: Nunito, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

@media (width <= 1024px) {
  .button {
    min-width: 330px;
    font-size: 1.25rem;
  }
}

@media (width <= 400px) {
  .button {
    min-width: 100%;
  }
}

.button:hover {
  color: #000;
  filter: brightness(.95);
  box-shadow: 0 4px 24px #a0ca0b26;
}

.button--primary {
  color: #000;
  background-color: #c6ec3f;
}

.is-reversed {
  flex-direction: row-reverse;
}

.mb-l {
  margin-bottom: 4rem;
}

.padding-global {
  padding-block: 4rem;
}

@media (width <= 1200px) {
  .padding-global {
    padding-block: 3rem;
  }
}

@media (width <= 600px) {
  .padding-global {
    padding-block: 2.5rem;
  }
}

.text-primary {
  color: #a0ca0b;
}

.nav-open {
  overflow: hidden;
}

@media (width <= 1440px) {
  .product-tips__text {
    max-width: 600px;
  }
}

.faq {
  padding-top: 3rem;
}

.faq__heading {
  margin-bottom: 5rem;
  font-weight: 800;
}

@media (width <= 1024px) {
  .faq__heading {
    margin-bottom: 2rem;
  }
}

.faq__list {
  margin-left: 7%;
  position: relative;
}

@media (width <= 1200px) {
  .faq__list {
    margin-left: 0;
  }
}

.faq__item {
  max-width: 52.5%;
}

@media (width <= 1024px) {
  .faq__item {
    max-width: 100%;
  }
}

.faq__item:last-child {
  border-bottom: 1px solid #0000001a;
}

.faq__question {
  text-align: left;
  cursor: pointer;
  z-index: 10;
  background: #fff;
  border-top: 1px solid #0000001a;
  border-bottom: 0 solid #0000;
  border-left: 0 solid #0000;
  border-right: 1px solid #0000001a;
  outline: none;
  width: 100%;
  padding: 24px 64px 24px 56px;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  position: relative;
}

.faq__question.active {
  background-color: #fafbff;
}

.faq__question.active:after {
  opacity: 1;
}

.faq__question.active:before {
  background: #a0ca0b;
}

.faq__question:before {
  content: "";
  background: #c6ec3f;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  transition: all .2s ease-in-out;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}

.faq__question:after {
  content: "";
  opacity: .5;
  background: url("../images/icon/arr-left.svg") 0 0 / contain no-repeat;
  width: 14px;
  height: 24px;
  transition: all .2s ease-in-out;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.faq__question:hover {
  background-color: #fafbff;
}

@media (width <= 1024px) {
  .faq__question {
    padding: 24px 64px;
  }
}

.faq__answer {
  opacity: 0;
  background: #fafbff;
  border-radius: 16px;
  width: 48.5%;
  min-width: 320px;
  height: 0;
  transition: height .8s cubic-bezier(.4, 0, .2, 1), opacity .4s, transform .4s;
  position: absolute;
  bottom: 46px;
  left: 47%;
  overflow: hidden;
  transform: translateY(20px);
  box-shadow: 0 0 4px 1px #00000026;
}

@media (width <= 1024px) {
  .faq__answer {
    box-shadow: none;
    border-right: 1px solid #0000001a;
    border-radius: 0;
    width: 100%;
    min-width: 0;
    position: static;
    top: auto;
    left: auto;
    transform: none;
  }
}

.faq__title {
  margin-bottom: 2.5rem;
  font-size: 1.125rem;
  font-weight: 700;
}

@media (width <= 1024px) {
  .faq__title {
    margin-bottom: 1rem;
    display: none;
  }
}

.faq__text {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 24px 24px 24px 18%;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

@media (width <= 1024px) {
  .faq__text {
    height: auto;
    padding: 8px 24px 24px 64px;
  }
}

.faq__answer.active {
  opacity: 1;
  background: #fafbff;
  transform: translateY(0);
}

@media (width >= 1025px) {
  .faq__answer.active {
    height: 100% !important;
  }
}

.no-found {
  height: -webkit-calc(100vh - 75px);
  z-index: 0;
  height: calc(100vh - 75px);
  min-height: 800px;
  position: relative;
}

.no-found__container {
  background-color: #ffffffe6;
  flex-direction: column;
  align-items: center;
  width: 80%;
  min-height: 420px;
  padding: 30px 15px 60px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.no-found__title {
  font-size: -webkit-calc(100px + 20 * (100vw - 320px) / (1200 - 320));
  font-size: calc(2.27273vw + 92.7273px);
  display: block;
}

.no-found__sub-title {
  font-size: 2rem;
  display: block;
}

@media (width <= 768px) {
  .no-found__sub-title {
    font-size: 1.5rem;
  }
}

.no-found__button {
  margin-top: 40px;
}

.header {
  padding: 1.5rem 0;
}

@media (width <= 1024px) {
  .header {
    padding: .5rem 0;
  }
}

@media (width <= 768px) {
  .header {
    padding: 4px 0;
  }
}

.header__inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.header__logo {
  line-height: 1;
  display: inline-block;
}

.header__logo img {
  width: 86px;
}

@media (width <= 768px) {
  .header__logo img {
    object-fit: contain;
    width: 80px;
    height: auto;
    display: block;
  }
}

@media (width <= 1200px) {
  .header__button {
    min-width: auto;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (width <= 768px) {
  .header__button {
    display: none;
  }
}

.header__burger {
  cursor: pointer;
  z-index: 1002;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 19px;
  display: none;
  position: relative;
}

@media (width <= 1024px) {
  .header__burger {
    display: flex;
  }
}

.header__burger span {
  background-color: #000;
  border-radius: 4px;
  width: 30px;
  height: 2px;
  transition: all .3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.header__burger span:nth-of-type(2) {
  top: 8px;
}

.header__burger span:nth-of-type(3) {
  top: 16px;
}

.header__burger.open span:nth-child(2) {
  opacity: 0;
}

.header__burger.open span:first-child, .header__burger.open span:last-child {
  top: 8px;
}

.header__burger.open span:first-child {
  transform: rotate(45deg);
}

.header__burger.open span:last-child {
  transform: rotate(-45deg);
}

@media (width <= 1024px) {
  .nav {
    z-index: 1001;
    background: #fff;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100vh;
    padding: 32px 24px;
    transition: all .5s;
    display: flex;
    position: fixed;
    inset: 0;
    transform: translateY(-100%);
    box-shadow: -2px 0 16px #00000014;
  }

  .nav.open {
    transform: translateY(0);
  }
}

.nav__list {
  align-items: center;
  gap: 2.5rem;
  display: flex;
}

@media (width <= 1024px) {
  .nav__list {
    flex-direction: column;
    gap: 24px;
  }
}

.nav__link {
  text-align: center;
  padding: 1rem 0;
  font-size: 1.25rem;
  transition: all .3s;
}

.nav__link:hover {
  color: #a0ca0b;
}

.nav__item--button {
  display: none;
}

@media (width <= 768px) {
  .nav__item--button {
    text-align: center;
  }
}

.nav__item--button .button {
  min-width: 270px;
}

@media (width <= 768px) {
  .nav__item--button {
    min-width: 260px;
    display: block;
  }
}

.nav__link--home {
  font-weight: 600;
}

.nav__item--dropdown {
  text-align: center;
  position: relative;
}

.nav__item--dropdown:hover .nav__link--dropdown:after {
  transform: translateY(-50%)rotate(180deg);
}

@media (width <= 1024px) {
  .nav__item--dropdown:hover .nav__link--dropdown:after {
    transform: translateY(-50%)rotate(0);
  }
}

.nav__item--dropdown:hover .nav__dropdown {
  display: block;
}

.nav__item--dropdown.active .nav__link {
  color: #a0ca0b;
}

.nav__item--dropdown.active .nav__link--dropdown:after {
  transform: translateY(-50%)rotate(180deg);
}

@media (width <= 1024px) {
  .nav__item--dropdown.active .nav__dropdown {
    opacity: 1;
    pointer-events: auto;
    max-height: 500px;
  }
}

.nav__link--dropdown {
  padding-right: 30px;
  font-family: Nunito Sans;
  font-weight: 400;
  display: inline-block;
  position: relative;
}

.nav__link--dropdown:after {
  content: "";
  background: url("../images/icon/arr-down.svg") center / contain no-repeat;
  width: 15px;
  height: 15px;
  transition: all .3s;
  display: block;
  position: absolute;
  top: 52%;
  right: 0;
  transform: translateY(-50%);
}

.nav__dropdown {
  z-index: 10;
  background: #f9f6f5;
  border-radius: 8px;
  min-width: 184px;
  padding: 4px 14px;
  display: none;
  position: absolute;
  top: 100%;
  left: -14px;
}

@media (width <= 1024px) {
  .nav__dropdown {
    opacity: 0;
    box-shadow: none;
    background: none;
    max-height: 0;
    padding: 0;
    transition: all .4s;
    display: block;
    position: static;
    overflow: hidden;
  }
}

.nav__dropdown-link {
  padding: 6px 0;
  display: inline-block;
}

.footer {
  position: relative;
}

.footer__inner {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

@media (width <= 600px) {
  .footer__inner {
    flex-direction: column;
    justify-content: center;
  }
}

.footer__left {
  flex-direction: column;
  align-items: center;
  display: flex;
}

@media (width <= 600px) {
  .footer__left {
    align-items: center;
    margin-bottom: 2rem;
  }
}

.footer__right {
  justify-content: center;
  display: flex;
  position: static;
}

.footer__logo {
  display: inline-block;
}

.footer__logo img {
  object-fit: contain;
  width: 150px;
  height: auto;
  display: block;
}

@media (width <= 600px) {
  .footer__logo img {
    width: 150px;
  }
}

.footer__socials {
  gap: 24px;
  margin-top: 30px;
  display: flex;
}

@media (width <= 1024px) {
  .footer__socials {
    margin-top: auto;
  }
}

@media (width <= 600px) {
  .footer__socials {
    margin-top: 1rem;
  }
}

.footer__social {
  filter: grayscale() brightness(0);
  width: 24px;
  height: 24px;
  transition: all .3s;
  display: inline-block;
}

.footer__social:hover {
  filter: grayscale(0) brightness();
}

.footer__nav {
  z-index: 2;
  background: none;
  justify-content: center;
  gap: 115px;
  width: auto;
  display: flex;
  position: absolute;
  left: 53%;
  transform: translateX(-50%);
}

@media (width <= 1024px) {
  .footer__nav {
    gap: 50px;
    position: static;
    left: 0;
    transform: none;
  }
}

@media (width <= 400px) {
  .footer__nav {
    gap: 16px;
  }
}

.footer__list {
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

@media (width <= 600px) {
  .footer__list {
    text-align: center;
  }
}

.footer__nav-title {
  margin-bottom: 8px;
  font-size: 1.125rem;
  font-weight: 600;
}

@media (width <= 600px) {
  .footer__nav-title {
    margin-bottom: 0;
  }
}

.footer__link {
  color: #001408;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
  transition: all .3s;
}

.footer__link:hover {
  color: #a0ca0b;
}

.footer__copirate {
  color: #fff;
  background: #1f211e;
  padding: 2.375rem 0;
}

@media (width <= 600px) {
  .footer__copirate {
    padding: 1.5rem 0;
  }
}

.footer__copirate-text {
  text-align: center;
  font-size: 14px;
}

.benefits {
  text-align: center;
}

.benefits__container {
  color: #fff;
  background: #1f211e;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (width <= 1024px) {
  .benefits__container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.benefits__content {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 3rem;
}

@media (width <= 1024px) {
  .benefits__content {
    margin-bottom: 2rem;
  }
}

.benefits__heading {
  margin-bottom: 1rem;
}

.benefits__list {
  gap: 2.5rem;
  display: flex;
}

@media (width <= 1024px) {
  .benefits__list {
    gap: 1.5rem;
  }
}

@media (width <= 768px) {
  .benefits__list {
    flex-direction: column;
  }
}

.benefits__item {
  color: #000;
  text-align: center;
  background: #fff;
  border-radius: 1rem;
  flex: 1;
  padding: 1.5rem;
}

@media (width <= 1024px) {
  .benefits__item {
    padding: 1rem;
  }
}

.benefits__item:hover {
  box-shadow: 0 4px 8px #0000001a;
}

.benefits__icon {
  margin-bottom: 1.2rem;
}

@media (width <= 1024px) {
  .benefits__icon {
    margin-bottom: 1rem;
  }
}

.benefits__item-title {
  margin-bottom: .5rem;
}

.benefits__item-text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
}

.benefits__button {
  margin-top: 3rem;
}

.benefits--pd-l .benefits__item {
  padding: 2.875rem 2.375rem;
}

@media (width <= 1024px) {
  .benefits--pd-l .benefits__item {
    padding: 1rem;
  }
}

.card {
  text-align: center;
  will-change: transform;
  border: 1px solid #000;
  border-radius: 16px;
  flex: calc(33.333% - 25px);
  padding: 10px 12px 24px;
  transition: box-shadow .3s, transform .3s;
}

@media (width <= 768px) {
  .card {
    padding: 8px 8px 16px;
  }
}

.card:hover {
  box-shadow: 0 8px 32px #b4b4b42e;
}

.card:hover .card__title {
  color: #a0ca0b;
}

.card__image {
  aspect-ratio: 1.321;
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: auto;
  margin-bottom: .625rem;
  transition: transform .3s;
}

.card__title {
  margin-bottom: .5rem;
  transition: color .3s;
}

@media (width <= 768px) {
  .card__title {
    margin-bottom: .5rem;
  }
}

.card__text {
  color: #635f5e;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

@media (width <= 600px) {
  .card__text {
    font-size: 1.125rem;
  }
}

@media (width <= 1024px) {
  .card br {
    display: none;
  }
}

.contacts__heading {
  margin-bottom: 2rem;
}

@media (width <= 1024px) {
  .contacts__heading {
    margin-bottom: 1rem;
  }
}

.contacts__description {
  margin-bottom: 5rem;
  font-weight: 400;
}

@media (width <= 1024px) {
  .contacts__description {
    margin-bottom: 2rem;
  }
}

.contacts__content {
  align-items: center;
  gap: 3.375rem;
  display: flex;
}

@media (width <= 1024px) {
  .contacts__content {
    flex-direction: column;
    gap: 3rem;
  }
}

.contacts__image {
  flex: 0 0 45%;
  max-width: 40%;
}

@media (width <= 1024px) {
  .contacts__image {
    width: 100%;
    max-width: 600px;
  }
}

.contacts__image-img {
  object-fit: cover;
  aspect-ratio: 1, 58;
  border-radius: 1rem;
  width: 100%;
  height: auto;
}

.contacts__form {
  flex: 1;
}

@media (width <= 1024px) {
  .contacts__form {
    width: 100%;
  }
}

.contacts__form-img {
  object-fit: cover;
  aspect-ratio: 1.58;
  border-radius: 1rem;
  width: 100%;
  height: auto;
}

.contacts .form {
  width: 100%;
}

.contacts .form__group {
  width: 100%;
  margin-bottom: 3rem;
}

.contacts .form__label {
  width: 100%;
  font-size: 1.5rem;
  line-height: 1;
  display: block;
}

.contacts .form__input {
  border: 0;
  border-bottom: 1px solid #c3c1c1;
  outline: none;
  width: 100%;
  padding: 16px 10px 10px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  display: block;
}

:-webkit-any(.contacts .form__input:-internal-autofill-selected, .contacts .form__input:-webkit-autofill) {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -webkit-text-fill-color: inherit !important;
  background-color: #0000 !important;
}

:is(.contacts .form__input:-internal-autofill-selected, .contacts .form__input:autofill) {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -webkit-text-fill-color: inherit !important;
  background-color: #0000 !important;
}

.contacts .form__textarea {
  border: 0;
  border-bottom: 1px solid #c3c1c1;
  outline: none;
  width: 100%;
  padding: 16px 10px 10px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  display: block;
}

.contacts__info {
  background-image: -webkit-image-set(url("../images/contact-bg@2x.webp") 2x type("image/webp"), url("../images/contact-bg@2x.png") 2x type("image/png"));
  background-image: image-set("../images/contact-bg@2x.webp" 2x type("image/webp"), "../images/contact-bg@2x.png" 2x type("image/png"));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (width <= 1440px) {
  .contacts__info {
    background-image: -webkit-image-set(url("../images/contact-bg@1x.webp") 1x type("image/webp"), url("../images/contact-bg@2x.webp") 2x type("image/webp"), url("../images/contact-bg@1x.png") 1x type("image/png"), url("../images/contact-bg@2x.png") 2x type("image/png"));
    background-image: image-set("../images/contact-bg@1x.webp" 1x type("image/webp"), "../images/contact-bg@2x.webp" 2x type("image/webp"), "../images/contact-bg@1x.png" 1x type("image/png"), "../images/contact-bg@2x.png" 2x type("image/png"));
  }
}

@media (width <= 1024px) {
  .contacts__info {
    background-image: -webkit-image-set(url("../images/contact-bg-1024.webp") 1x type("image/webp"), url("../images/contact-bg-1024.png") 1x type("image/png"));
    background-image: image-set("../images/contact-bg-1024.webp" 1x type("image/webp"), "../images/contact-bg-1024.png" 1x type("image/png"));
  }
}

.contacts__info-title {
  margin-bottom: 3rem;
  font-size: 1.625rem;
}

@media (width <= 1024px) {
  .contacts__info-title {
    margin-bottom: 2.5rem;
  }
}

.contacts__grid {
  grid-template-columns: minmax(min-content, 200px) min-content min-content min-content;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 32px;
  padding-left: 32px;
  display: grid;
}

@media (width <= 1024px) {
  .contacts__grid {
    grid-template-columns: 1fr min-content;
  }
}

@media (width <= 768px) {
  .contacts__grid {
    padding-bottom: 0;
    padding-left: 0;
  }
}

@media (width <= 600px) {
  .contacts__grid {
    grid-template-columns: 1fr;
  }
}

.contacts__title {
  margin-bottom: 50px;
  padding-left: 28px;
  font-size: 1.25rem;
  font-weight: 600;
  position: relative;
}

.contacts__title:before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.contacts__title:after {
  content: "";
  background: #000;
  width: 27px;
  height: 3px;
  position: absolute;
  bottom: -24px;
  left: 0;
}

.contacts__title--address:before {
  background-image: url("../images/icon/location.svg");
}

.contacts__title--phone:before {
  background-image: url("../images/icon/phone.svg");
}

.contacts__title--email:before {
  background-image: url("../images/icon/email.svg");
}

.contacts__title--whatsapp:before {
  background-image: url("../images/icon/whatsapp.svg");
}

.contacts__item {
  flex: 1;
  min-width: 200px;
}

.contacts__text {
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.2;
}

.subscribe {
  color: #fff;
  background-color: #1f211e;
}

.subscribe__heading {
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.subscribe__text {
  margin-bottom: 5rem;
  font-size: 24px;
  font-weight: 400;
}

@media (width <= 1024px) {
  .subscribe__text {
    margin-bottom: 3rem;
  }
}

.subscribe__form {
  position: relative;
}

.subscribe__input {
  color: #fff;
  background: #ffffff1a;
  border: 0;
  border-radius: 48px;
  outline: none;
  width: 100%;
  padding: 24px 368px 23px 32px;
  font-size: 1.125rem;
}

@media (width <= 768px) {
  .subscribe__input {
    margin-bottom: 2rem;
    padding-right: 28px;
  }
}

.subscribe__button {
  width: 368px;
  position: absolute;
  right: 0;
}

@media (width <= 768px) {
  .subscribe__button {
    width: 100%;
    position: static;
  }
}

.content-block {
  align-items: center;
  gap: 4.875rem;
  display: flex;
}

@media (width <= 1200px) {
  .content-block {
    gap: 2rem;
  }
}

@media (width <= 768px) {
  .content-block {
    gap: 1.5rem;
  }
}

@media (width <= 1024px) {
  .content-block {
    flex-direction: column;
  }
}

.content-block__heading {
  margin-bottom: 1rem;
}

.content-block__image {
  flex: 0 0 45%;
  max-width: 41%;
}

@media (width <= 1024px) {
  .content-block__image {
    width: 100%;
    max-width: 600px;
  }
}

.content-block__image-img {
  object-fit: cover;
  aspect-ratio: 1.58;
  border-radius: 1rem;
  width: 100%;
  height: auto;
}

.content-block__description p + p {
  margin-top: 2.5rem;
}

@media (width <= 1024px) {
  .content-block__description p + p {
    margin-top: 1rem;
  }
}

.content-block--gap-l {
  gap: 9%;
}

@media (width <= 1300px) {
  .content-block--gap-l {
    gap: 4.875rem;
  }
}

@media (width <= 1200px) {
  .content-block--gap-l {
    gap: 2rem;
  }
}

@media (width <= 768px) {
  .content-block--gap-l {
    gap: 1.5rem;
  }
}

.content-block--gap-l .content-block__image {
  max-width: 40%;
}

@media (width <= 1024px) {
  .content-block--gap-l .content-block__image {
    max-width: 600px;
  }
}

.hero {
  background: linear-gradient(268deg, #12121200 0%, #121212 100%);
  margin-bottom: -1px;
  position: relative;
}

.hero__video-wrapper {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero__video {
  object-fit: cover;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

.hero__content {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  max-width: 814px;
  min-height: calc(100vh - 136px);
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

@media (width <= 768px) {
  .hero__content {
    min-height: auto;
  }
}

.hero__heading {
  margin-bottom: 1rem;
}

.hero__description {
  max-width: 748px;
  margin-bottom: 3rem;
}

@media (width <= 1024px) {
  .hero__description {
    margin-bottom: 2rem;
  }
}

.products__heading {
  margin-bottom: 4rem;
}

@media (width <= 1024px) {
  .products__heading {
    text-align: center;
    margin-bottom: 2.5rem;
  }
}

@media (width <= 768px) {
  .products__heading {
    margin-bottom: 2rem;
  }
}

.products__list {
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.75rem 25px;
  display: flex;
}

@media (width <= 1024px) {
  .products__list {
    gap: 1.5rem;
  }
}

@media (width <= 1200px) {
  .products__item {
    flex: calc(49% - 1.5rem);
  }
}

@media (width <= 560px) {
  .products__item {
    flex: 100%;
  }
}

.separator {
  overflow: hidden;
}

.separator__line {
  background-image: url("../images/icon/line-1.svg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 70px;
}

@media (width <= 1600px) {
  .separator__line {
    background-size: 1600px;
    height: 60px;
  }
}

@media (width <= 1024px) {
  .separator__line {
    background-size: 1025px;
    height: 50px;
  }
}

.separator__line:last-child {
  background-image: url("../images/icon/line-2.svg");
  margin-top: -38px;
}

@media (width <= 1600px) {
  .separator__line:last-child {
    margin-top: -29px;
  }
}

@media (width <= 1024px) {
  .separator__line:last-child {
    margin-top: -30px;
  }
}

.delivery__wrapper {
  justify-content: flex-start;
}

.delivery__text {
  max-width: 586px;
}

@media (width <= 1024px) {
  .delivery__text {
    max-width: none;
  }
}

.delivery .description {
  margin-bottom: 2rem;
}

@media (width <= 768px) {
  .delivery .description {
    margin-bottom: 2rem;
  }
}

.delivery__tracking {
  gap: 20px;
  max-width: 540px;
  margin-top: 57px;
  display: flex;
}

@media (width <= 768px) {
  .delivery__tracking {
    margin-top: 2rem;
  }
}

@media (width <= 600px) {
  .delivery__tracking {
    flex-direction: column;
    max-width: 100%;
  }
}

.delivery__tracking-divider {
  background: #707070;
  flex-shrink: 0;
  align-self: stretch;
  width: 1px;
}

@media (width <= 600px) {
  .delivery__tracking-divider {
    display: none;
  }
}

.delivery__tracking-item {
  flex: 1;
  padding-bottom: 1rem;
}

.delivery__tracking-title {
  margin-bottom: .5rem;
}

.delivery__tracking-text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
}

.quality .content-block:first-child {
  margin-bottom: 195px;
}

@media (width <= 1200px) {
  .quality .content-block:first-child {
    margin-bottom: 100px;
  }
}

@media (width <= 768px) {
  .quality .content-block:first-child {
    margin-bottom: 4rem;
  }
}

.product-hero {
  color: #fff;
  background: linear-gradient(268deg, #12121200 0%, #121212 100%) bottom / cover no-repeat;
  min-height: 353px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

@media (width <= 1024px) {
  .product-hero {
    min-height: 300px;
  }
}

.product-hero__heading {
  margin-bottom: 1.5rem;
  font-size: 4.5rem;
}

@media (width <= 1024px) {
  .product-hero__heading {
    font-size: 3.5rem;
    line-height: 1.3;
  }
}

@media (width <= 768px) {
  .product-hero__heading {
    font-size: 3rem;
  }
}

.product-hero__image {
  object-fit: cover;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.product-info__heading {
  margin-bottom: 1rem;
}

.product-info__content {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.4;
}

@media (width <= 1024px) {
  .product-info__content {
    font-size: 1.5rem;
  }
}

.product-info__content p + p {
  margin-top: 2.3rem;
}

@media (width <= 1024px) {
  .product-info__content p + p {
    margin-top: 1rem;
  }

  .product-info br {
    display: none;
  }
}

.product-location {
  background: #1f211e;
  padding: 2rem 0;
}

.product-location__content {
  align-items: center;
  display: flex;
  position: relative;
}

.product-location__content:before {
  content: "";
  background-image: url("../images/icon/earth.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  min-width: 100px;
  height: 100px;
  margin-right: 24px;
  display: block;
}

@media (width <= 1024px) {
  .product-location__content:before {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
}

.product-location__text {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 600;
}

@media (width <= 1024px) {
  .product-location__text {
    font-size: 2rem;
  }
}

@media (width <= 600px) {
  .product-location__text {
    font-size: 1.25rem;
  }
}

.product-forms {
  margin-bottom: 1.5rem;
}

.product-forms__content {
  text-align: center;
}

.product-forms__heading {
  margin-bottom: 4rem;
}

@media (width <= 1024px) {
  .product-forms__heading {
    margin-bottom: 2rem;
  }
}

.product-forms__list {
  gap: 1.5rem;
  display: flex;
}

@media (width <= 1024px) {
  .product-forms__list {
    font-size: 2rem;
  }
}

@media (width <= 768px) {
  .product-forms__list {
    flex-wrap: wrap;
  }
}

@media (width <= 1024px) {
  .list-per-four .detail-card {
    flex: auto;
    width: calc(50% - 1.5rem);
  }
}

@media (width <= 600px) {
  .list-per-four .detail-card {
    flex: auto;
    width: 100%;
  }
}

.product-process__content {
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
  display: flex;
}

@media (width <= 1024px) {
  .product-process__content {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}

.product-process__heading {
  flex: 47%;
  max-width: 555px;
}

@media (width <= 1024px) {
  .product-process__heading {
    width: 100%;
    max-width: 100%;
  }
}

.product-process__list {
  flex: 47%;
  max-width: 586px;
}

@media (width <= 1024px) {
  .product-process__list {
    width: 100%;
    max-width: 100%;
  }
}

.product-process__item {
  counter-increment: step;
  margin-bottom: 2rem;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.45;
  position: relative;
}

@media (width <= 1024px) {
  .product-process__item {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}

.product-process__item:before {
  content: counter(step, decimal-leading-zero) ".";
  color: #a0ca0b;
  margin-bottom: 6px;
  font-size: 2.25rem;
  font-weight: 800;
  display: block;
}

@media (width <= 1024px) {
  .product-process__item:before {
    margin-bottom: 0;
    font-size: 1.8rem;
  }
}

.product-process__item:last-child {
  margin-bottom: 0;
}

.product-compliant {
  background: #1f211e;
  padding: 2rem 0;
}

.product-compliant__content {
  align-items: center;
  display: flex;
  position: relative;
}

.product-compliant__content:before {
  content: "";
  background-image: url("../images/icon/guarantee.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  min-width: 100px;
  height: 100px;
  margin-right: 24px;
  display: block;
}

@media (width <= 1024px) {
  .product-compliant__content:before {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
}

.product-compliant__text {
  color: #fff;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 600;
}

@media (width <= 1024px) {
  .product-compliant__text {
    font-size: 2.5rem;
  }
}

@media (width <= 600px) {
  .product-compliant__text {
    font-size: 1.5rem;
  }
}

.product-applications {
  text-align: center;
}

.product-applications__heading {
  margin-bottom: 4rem;
}

@media (width <= 1024px) {
  .product-applications__heading {
    margin-bottom: 2rem;
  }
}

.product-applications__list {
  flex-wrap: wrap;
  gap: 1.5rem;
  display: flex;
}

.detail-card {
  border-radius: 1rem;
  flex: 1;
  overflow: hidden;
  box-shadow: 2px 2px 10px #00000014;
}

@media (width <= 768px) {
  .detail-card {
    flex: auto;
    width: 100%;
  }
}

.detail-card:hover .detail-card__image {
  transform: scale(1.05);
}

.detail-card__image {
  object-fit: cover;
  object-position: center;
  transform-origin: center;
  border-radius: 1rem 1rem 0 0;
  width: 100%;
  height: 353px;
  transition: transform .3s ease-in-out;
}

@media (width <= 1024px) {
  .detail-card__image {
    height: 280px;
  }
}

@media (width <= 768px) {
  .detail-card__image {
    height: 250px;
  }
}

.detail-card__title {
  text-align: center;
  min-height: 90px;
  padding: 1.3rem 1rem 1.5rem;
  font-size: 1.75rem;
  font-weight: 700;
}

@media (width <= 1024px) {
  .detail-card__title {
    padding: 1rem;
    font-size: 1.5rem;
  }
}
