@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap");
:root {
  --space: 4rem;
}
@media (max-width: 1319px) {
  :root {
    --space: 2.25rem;
  }
}
@media (max-width: 374px) {
  :root {
    --space: 1.25rem;
  }
}

@media (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}

body {
  font-size: 14px;
  background: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  color: #000000;
  padding-top: 5.25rem;
}
@media (max-width: 1319px) {
  body {
    font-size: 13px;
    line-height: 1.3846153846;
    padding-top: 4.5rem;
  }
}
@media (max-width: 374px) {
  body {
    padding-top: 4rem;
  }
}
body.hidden {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main {
  flex-grow: 1;
  position: relative;
}
a {
  color: #000000;
  text-decoration: none;
  transition: 0.4s ease-in-out;
}
a:hover {
  color: #139B17;
}

@media (min-width: 1319px) {
  ::-webkit-scrollbar {
    width: 12px;
    height: 5px;
    background: #FFFFFF;
  }
  ::-webkit-scrollbar-button {
    display: none;
  }
  ::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 50px;
    border: 3px solid transparent;
    background-clip: content-box;
  }
}
@media (max-width: 767px) {
  ::-webkit-scrollbar {
    height: 0;
    width: 0;
    opacity: 0;
    -webkit-appearance: none;
            appearance: none;
    display: none;
    -ms-overflow-style: none; /* IE и Edge */
    scrollbar-width: none;
  }
}

.form-control {
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  color: #000000;
  height: auto;
  transition: 0.4s ease-in-out, background-position 0s;
  border: 1px solid #F8F8F8;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
}
.form-control:focus, .form-control:hover {
  border-color: #0FA814;
  background-color: #FFFFFF !important;
}

.form-floating > .form-control {
  height: 3.25rem;
  padding: 1.5rem 1rem 0.5rem !important;
  min-height: 1px;
}
.form-floating > .form-control:active, .form-floating > .form-control:focus {
  padding: 1.5rem 1rem 0.5rem !important;
}
.form-floating > .form-control:active ~ label, .form-floating > .form-control:focus ~ label {
  opacity: 1;
}
.form-floating > label {
  color: #828282;
  padding: 15px 16px !important;
  transition: 0.4s ease-in-out;
}
.wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #CB2020;
}

input::-moz-placeholder, textarea::-moz-placeholder, .form-control::-moz-placeholder {
  font-weight: 400;
  color: #828282;
  opacity: 1;
}

input::placeholder,
textarea::placeholder,
.form-control::placeholder {
  font-weight: 400;
  color: #828282;
  opacity: 1;
}

select,
input:focus,
textarea:focus {
  box-shadow: none !important;
  outline: none;
}

.textarea.form-control {
  transition: all 0.4s ease-in-out, height 0s !important;
}

input,
textarea {
  font-family: "Montserrat", sans-serif;
}

textarea {
  resize: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.checkbox {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  cursor: pointer;
}
.checkbox__fake {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #DED3C7;
  position: relative;
}
.checkbox__fake > svg {
  transition: 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.checkbox__fake > svg:nth-child(1) {
  opacity: 0;
}
.checkbox > input:checked + .checkbox__fake {
  fill: #139B17;
}
.checkbox > input:checked + .checkbox__fake > svg:nth-child(1) {
  opacity: 1;
}
.checkbox > input:checked + .checkbox__fake > svg:nth-child(2) {
  opacity: 0;
}
.btn {
  transition: 0.4s ease-in-out;
  border-radius: 0;
  padding: 0;
  border: 0;
  color: #000000;
  font-size: 14px;
  line-height: 1.5;
  background: transparent;
}
@media (max-width: 1319px) {
  .btn {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .btn {
    font-size: 13px;
    line-height: 1.3846153846;
  }
}
.btn:disabled {
  opacity: 0.5;
}
.btn:active {
  opacity: 1;
  background: inherit !important;
  color: inherit !important;
}
.btn:focus {
  box-shadow: none !important;
  outline: none;
}
.btn--trans {
  border: 1px solid;
  background: transparent;
}
.btn--main {
  background: #139B17;
  color: #FFFFFF;
  font-weight: 600;
  border-radius: 8px;
}
.btn--main:focus {
  background: #139B17;
  color: #FFFFFF;
}
.btn--main:hover, .btn--main:active, .btn--main.active {
  background: #0FA814 !important;
  color: #FFFFFF !important;
}
.btn--main--trans {
  background: transparent;
  color: #0FA814;
  border-radius: 8px;
  font-weight: 600;
  border: 1px solid #0FA814;
}
.btn--main--trans:hover, .btn--main--trans:active, .btn--main--trans.active {
  background: transparent !important;
  color: #0FA814 !important;
  border-color: #0FA814 !important;
}
.btn--red {
  background: #CB2020;
  color: #FFFFFF;
  font-weight: 600;
  border-radius: 8px;
}
.btn--red:hover, .btn--red:active, .btn--red.active {
  background: #b51d1d !important;
  color: #FFFFFF !important;
}
.btn--gray.btn--trans {
  border-color: #DED3C7;
  color: #000000;
}
.btn--gray.btn--trans:hover, .btn--gray.btn--trans:active {
  border-color: #DED3C7 !important;
  background: #DED3C7 !important;
  color: #000000 !important;
}
.btn--white {
  background: #FFFFFF;
  color: #000000;
  font-weight: 600;
  border-radius: 8px;
}
.btn--white:hover, .btn--white:active, .btn--white.active {
  background: #FDFAF7 !important;
  color: #000000 !important;
}
.btn--white.btn--trans {
  background: transparent;
  color: #FFFFFF;
  border-radius: 8px;
  font-weight: 600;
  border: 1px solid #FFFFFF;
}
.btn--white.btn--trans:hover, .btn--white.btn--trans:active, .btn--white.btn--trans.active {
  background: #FFFFFF !important;
  color: #000000 !important;
  border-color: #FFFFFF !important;
}
.btn--rounded {
  border-radius: 200px;
}

._container {
  width: 100%;
  padding: 0 20px;
  max-width: 1336px;
  margin: 0 auto;
}
@media (max-width: 1319px) {
  ._container {
    max-width: 1024px;
  }
}
@media (max-width: 1023px) {
  ._container {
    max-width: 768px;
  }
}
@media (max-width: 767px) {
  ._container {
    max-width: 576px;
    padding: 0 16px;
  }
}
@media (max-width: 575px) {
  ._container {
    max-width: 100%;
  }
}

.row {
  margin: 0 -1.125rem;
}
.row > * {
  padding: 0 1.125rem;
}
.title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000000;
  margin: 0;
}
@media (max-width: 1319px) {
  .title {
    font-size: 1.25rem;
    line-height: 1.25;
  }
}
@media (max-width: 374px) {
  .title {
    font-size: 17px;
    line-height: 1.2941176471;
  }
}

.subtitle {
  font-size: 1.25rem;
  line-height: 1.5;
  color: #000000;
  font-weight: 400;
}
@media (max-width: 1319px) {
  .subtitle {
    font-size: 0.9375rem;
  }
}
.swiper-pagination {
  margin-top: 2.25rem;
  position: relative !important;
  bottom: 0 !important;
  top: 0 !important;
  display: flex;
  width: 100%;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media (max-width: 1319px) {
  .swiper-pagination {
    margin-top: 22px;
  }
}
@media (max-width: 1023px) {
  .swiper-pagination {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
}
@media (max-width: 767px) {
  .swiper-pagination {
    flex-wrap: wrap;
    gap: 6px;
  }
}
.swiper-pagination.swiper-pagination-lock {
  display: none !important;
}
.swiper-pagination .swiper-pagination-bullet {
  opacity: 1 !important;
  margin: 0 !important;
  border-radius: 50%;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  background: #E7E7E7;
  transition: 0.4s ease-in-out;
  border: 7px solid #FFFFFF;
  position: relative;
}
.swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 19px;
  height: 19px;
  border: 2px solid #E7E7E7;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1319px) {
  .swiper-pagination .swiper-pagination-bullet {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    border-width: 4px;
  }
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0FA814;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}
.swiper-pagination--dark .swiper-pagination-bullet {
  opacity: 1 !important;
  margin: 0 !important;
  border-radius: 50%;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  background: #E7E7E7;
  transition: 0.4s ease-in-out;
  border: 7px solid #2B2928;
  position: relative;
}
.swiper-pagination--dark .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid #E7E7E7;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1319px) {
  .swiper-pagination--dark .swiper-pagination-bullet {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    border-width: 4px;
  }
}
.swiper-pagination--dark .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0FA814;
}
.swiper-pagination--dark .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}

.swiper-nav {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media (max-width: 1319px) {
  .swiper-nav {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
@media (max-width: 1023px) {
  .swiper-nav {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
.swiper-btn {
  cursor: pointer;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 8px rgba(140, 111, 85, 0.14);
  transition: 0.4s ease-in-out;
}
@media (max-width: 1319px) {
  .swiper-btn {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1023px) {
  .swiper-btn {
    flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
  }
}
.swiper-btn.swiper-button-lock {
  opacity: 0;
  visibility: hidden;
}
.swiper-btn svg {
  fill: #000000;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1319px) {
  .swiper-btn svg {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1023px) {
  .swiper-btn svg {
    width: 1rem;
    height: 1rem;
    flex: 0 0 1rem;
  }
}
@media (max-width: 767px) {
  .swiper-btn svg {
    flex: 0 0 17px;
    width: 17px;
    height: 17px;
  }
}
.swiper-btn:hover {
  background: #F8F8F8;
}
.modal .modal-dialog {
  max-width: 600px;
  width: calc(100% - 32px);
}
@media (max-width: 1023px) {
  .modal .modal-dialog {
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .modal .modal-dialog {
    max-width: 355px;
    margin-left: auto;
    margin-right: auto;
  }
}
.modal .modal-content {
  border: 0;
  border-radius: 1rem;
  background: #FFFFFF;
  padding: 4rem;
  min-height: 627px;
}
@media (max-width: 575px) {
  .modal .modal-content {
    min-height: 569px;
    padding: 2.25rem 1rem;
  }
}
@media (max-width: 374px) {
  .modal .modal-content {
    padding: 1.25rem 0.75rem;
    min-height: 475px;
  }
}
.modal__close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #FFFFFF;
  z-index: 1;
}
@media (max-width: 1319px) {
  .modal__close {
    top: 12px;
    right: 12px;
  }
}
@media (max-width: 575px) {
  .modal__close {
    top: 0.625rem;
    right: 0.625rem;
  }
}
@media (max-width: 374px) {
  .modal__close {
    top: 0.25rem;
    right: 0.25rem;
    width: 2.25rem;
    height: 2.25rem;
  }
}
.modal__close svg {
  width: 24px;
  height: 24px;
  fill: #000000;
}
.modal__close:hover {
  background: #FDFAF7;
}
.modal.fade .modal-dialog {
  transition: all 0.4s ease-in-out;
  transform: scale(0.8);
}
.modal.show .modal-dialog {
  transform: scale(1);
}

.modal-backdrop {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  z-index: 1051;
}
.modal-backdrop.show {
  opacity: 1;
}

.modal-callback__title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .modal-callback__title {
    font-size: 1.25rem;
    line-height: 1.25;
  }
}
@media (max-width: 374px) {
  .modal-callback__title {
    font-size: 1.0625rem;
    line-height: 1.2941176471;
  }
}
@media (max-width: 575px) {
  .modal-callback__title > br {
    display: none;
  }
}
.modal-callback__form {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #F8F8F8;
  margin-top: 2rem;
}
@media (max-width: 575px) {
  .modal-callback__form {
    margin: 1.25rem 0;
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 374px) {
  .modal-callback__form {
    margin: 1rem 0;
    padding-bottom: 1rem;
  }
}
.modal-callback__group {
  margin-bottom: 1.25rem;
}
.modal-callback__action {
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
}
.modal-callback__action .btn {
  padding: 15.5px;
  width: 100%;
  max-width: 236px;
}
@media (max-width: 575px) {
  .modal-callback__action .btn {
    padding: 11px;
  }
}
.modal-callback__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
@media (max-width: 575px) {
  .modal-callback__list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media (max-width: 374px) {
  .modal-callback__list {
    gap: 0.75rem;
  }
}
.modal-callback__list li {
  display: grid;
  gap: 0.75rem;
}
@media (max-width: 575px) {
  .modal-callback__list li {
    display: flex;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
}
@media (max-width: 575px) {
  .modal-callback__list li > span {
    align-self: center;
  }
}
@media (max-width: 575px) {
  .modal-callback__list li > span br {
    display: none;
  }
}

.modal-success__content {
  justify-content: center;
  align-items: center;
}
.modal-success__icon {
  width: 5rem;
  margin-bottom: 1.5rem;
}
.modal-success__icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.modal-success__title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
@media (max-width: 575px) {
  .modal-success__title {
    font-size: 1.25rem;
    line-height: 1.25;
  }
}
@media (max-width: 374px) {
  .modal-success__title {
    font-size: 1.0625rem;
    line-height: 1.2941176471;
  }
}
@media (max-width: 575px) {
  .modal-success__title > br {
    display: none;
  }
}
.modal-success__desc {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 4rem;
}
@media (max-width: 575px) {
  .modal-success__desc {
    margin-bottom: 2.25rem;
  }
}
@media (max-width: 374px) {
  .modal-success__desc {
    margin-bottom: 1.25rem;
  }
}
.modal-success__btn {
  padding: 15.5px;
  width: 100%;
  max-width: 236px;
}
@media (max-width: 1023px) {
  .modal-success__btn {
    padding: 11px;
  }
}
.offcanvas.offcanvas-end {
  width: 100%;
}

.offcanvas {
  border: 0 !important;
  background: #FFFFFF;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1023px) {
  .offcanvas {
    padding-top: 4.5rem;
  }
}
@media (max-width: 374px) {
  .offcanvas {
    padding-top: 59px;
  }
}

.modal-menu__body {
  padding: 24px 0;
}
.modal-menu__menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.modal-menu__menu li {
  font-size: 14px;
}
.modal-menu__menu li a {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 2px solid transparent;
  color: #828282;
  font-weight: 600;
}
.modal-menu__menu li a.active {
  color: #000000;
  border-color: #0FA814;
}
.modal-menu__footer {
  padding: 16px;
  border-top: 1px solid #DED3C7;
}
.modal-menu__list {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin: 0 -16px 16px;
}
@media (max-width: 767px) {
  .modal-menu__list {
    flex-wrap: wrap;
    row-gap: 16px;
  }
}
.modal-menu__list li {
  flex: 0 0 25%;
  width: 25%;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .modal-menu__list li {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media (max-width: 575px) {
  .modal-menu__list li {
    flex: 0 0 100%;
    width: 100%;
  }
}
.modal-menu__list li span {
  display: block;
  margin-bottom: 9px;
  font-size: 14px;
}
.modal-menu__list li span:last-child {
  margin-bottom: 0;
}
.modal-menu__list li span b {
  font-weight: 600;
}
.modal-menu__list li span a {
  font-weight: 600;
}
.modal-menu__list li span a span {
  display: block;
  margin: 0;
}
.modal-menu__action {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}
.modal-menu__action .btn {
  padding: 16px 24px;
}
@media (max-width: 575px) {
  .modal-menu__action .btn {
    width: 100%;
    padding: 16px 0;
  }
}

.tooltip.show {
  opacity: 1 !important;
}

.tooltip {
  width: 282px !important;
  max-width: 282px;
}
.tooltip > .tooltip-arrow::before {
  display: none;
  border-top-color: #FFFFFF !important;
}
@media (max-width: 1023px) {
  .tooltip > .tooltip-arrow::before {
    display: none;
  }
}
.tooltip-inner {
  max-width: 282px;
  width: 282px !important;
  background: #FFFFFF;
  padding: 8px 16px;
  font-size: 15px;
  color: #737373;
  border-radius: 8px;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.15);
  text-align: left;
  opacity: 1 !important;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1319px) {
  .tooltip-inner {
    font-size: 13px;
  }
}
.fancybox__container {
  --fancybox-color: #333;
  --fancybox-bg: #fff;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  z-index: 1100;
}
.fancybox__container:has(.has-youtube) {
  --fancybox-bg: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.fancybox__container:has(.has-image) {
  --fancybox-bg: #fff;
}
.fancybox__nav {
  --f-button-next-pos: 12px;
  --f-button-prev-pos: 12px;
  --f-button-width: 48px;
  --f-button-height: 48px;
  --f-button-color: #333;
  --f-button-hover-color: #333;
  --f-button-bg: #e5e7eb;
  --f-button-hover-bg: #e5e7eb;
  --f-button-active-bg: #e5e7eb;
  --f-button-svg-height: 20px;
  --f-button-svg-width: 20px;
  --f-button-svg-stroke-width: 3;
  --f-button-svg-filter: none;
}
.fancybox__toolbar {
  --f-button-color: #0d0c22;
  --f-button-hover-color: #0d0c22;
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: none;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  text-shadow: none;
}
.fancybox__slide {
  padding: 12px 0px;
}
.fancybox__thumbs.is-classic {
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-width: 68px;
  --f-thumb-height: 68px;
  --f-thumb-gap: 12px;
  --f-thumb-offset: 5px;
  --f-thumb-outline: 0;
}
.fancybox__thumbs.is-classic {
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-width: 68px;
  --f-thumb-height: 68px;
  --f-thumb-gap: 12px;
  --f-thumb-offset: 5px;
  --f-thumb-outline: 0;
}
.fancybox__thumbs.is-classic .f-thumbs__slide {
  border: 1px solid #d1d5db;
  border-radius: 4px;
  transition: all 0.2s;
}
.fancybox__thumbs.is-classic .f-thumbs__slide:hover, .fancybox__thumbs.is-classic .f-thumbs__slide.is-nav-selected {
  border: 1px solid #6b7280;
}
.fancybox__content > .f-button.is-close-btn {
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
}

@media (min-width: 1319px) {
  body.modal-open .header {
    width: calc(100% - 12px) !important;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  background: #FFFFFF;
  transition: box-shadow 0.4s ease-in-out;
}
.header._scrolling {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.header__body {
  padding: 0.75rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 374px) {
  .header__body {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    padding: 0.5rem 0;
  }
}
.header__main {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
@media (max-width: 1319px) {
  .header__main {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
.header__logo a {
  display: block;
  height: 3.75rem;
}
@media (max-width: 1319px) {
  .header__logo a {
    height: 3rem;
  }
}
@media (max-width: 374px) {
  .header__logo a {
    height: 2.5rem;
  }
}
.header__logo a img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.header__brand {
  max-width: 270px;
}
@media (max-width: 1319px) {
  .header__brand {
    max-width: 214px;
    font-size: 0.75rem;
  }
}
@media (max-width: 374px) {
  .header__brand {
    font-size: 11px;
    line-height: 1.4545454545;
  }
}
@media (max-width: 374px) {
  .header__brand br {
    display: none;
  }
}
.header__info {
  display: flex;
  align-items: center;
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}
@media (max-width: 1319px) {
  .header__info {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
.header__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}
@media (max-width: 1440px) and (min-width: 1320px) {
  .header__list {
    -moz-column-gap: 28px;
         column-gap: 28px;
  }
}
@media (max-width: 1319px) {
  .header__list {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
@media (max-width: 1023px) {
  .header__list {
    display: none;
  }
}
.header__list li span {
  display: block;
  margin-bottom: 0.25rem;
  color: #737373;
}
.header__list li p {
  margin-bottom: 0;
}
.header__list li p span {
  margin: 0;
  display: block;
}
.header__btn {
  padding: 13.5px 1.125rem;
}
@media (max-width: 1023px) {
  .header__btn {
    padding: 15px 1rem;
  }
}
@media (max-width: 767px) {
  .header__btn {
    display: none;
  }
}
.header__tel {
  display: none;
}
@media (max-width: 767px) {
  .header__tel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    color: transparent;
    position: relative;
  }
}
@media (max-width: 359px) {
  .header__tel {
    display: none;
  }
}
.header__tel::before {
  transition: transform 0.3s ease-in-out;
  animation: shake 0.3s infinite alternate;
}
@media (max-width: 767px) {
  .header__tel::before {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yLjk4OTk1IDQuODczNTFDMy4zMDYyNyA0LjM0ODc1IDUuMDUwMTggMi40NDM3NyA2LjI5MjkgMi41MDEyN0M2LjY2NDY5IDIuNTMzMTEgNi45OTMzNCAyLjc1Njk4IDcuMjYwMzcgMy4wMTc4M0g3LjI2MTRDNy44NzM1MSAzLjYxNzU2IDkuNjI5NzQgNS44ODA5NCA5LjcyODM0IDYuMzU3NDVDOS45NzE3NSA3LjUyNjExIDguNTc4MDYgOC4xOTk3OCA5LjAwNDI4IDkuMzc3NjlDMTAuMDkwOSAxMi4wMzY0IDExLjk2MzIgMTMuOTA4NiAxNC42MjMyIDE0Ljk5NEMxNS44MDAyIDE1LjQyMTIgMTYuNDczOSAxNC4wMjg3IDE3LjY0MjcgMTQuMjcxMUMxOC4xMTkyIDE0LjM3MDcgMjAuMzgzOSAxNi4xMjU3IDIwLjk4MjYgMTYuNzM4OFYxNi43Mzg4QzIxLjI0MjUgMTcuMDA0OCAyMS40Njg0IDE3LjMzNDQgMjEuNDk5MiAxNy43MDYyQzIxLjU0NTQgMTkuMDE1NSAxOS41MjIyIDIwLjc4MjkgMTkuMTI3OCAyMS4wMDg4QzE4LjE5NzMgMjEuNjc1MyAxNi45ODMzIDIxLjY2MyAxNS41MDM0IDIwLjk3NUMxMS4zNzM3IDE5LjI1NjkgNC43NzM5MSAxMi43ODIgMy4wMjM4NCA4LjQ5NjU3QzIuMzU0MjEgNy4wMjQ5NiAyLjMwOTAyIDUuODAyOSAyLjk4OTk1IDQuODczNTFaIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xNC41NjU0IDIuNzVDMTguMjY3NCAzLjE2MSAyMS4xOTA0IDYuMDgxIDIxLjYwNjQgOS43ODIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTE0LjU2NTQgNi4yOTMwM0MxNi4zMzU0IDYuNjM4MDMgMTcuNzE4NCA4LjAyMTAzIDE4LjA2MzQgOS43OTEwMyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    display: flex;
    width: 24px;
    height: 24px;
    left: 11px;
    top: 11px;
    position: absolute;
  }
}
@media (max-width: 767px) {
  .header__tel:active, .header__tel:focus, .header__tel:hover {
    color: transparent !important;
  }
}
.header__tel > svg {
  width: 24px;
  height: 24px;
  fill: transparent;
}

@keyframes shake {
  from {
    transform: rotateZ(-4deg);
  }
  to {
    transform: rotateZ(4deg);
  }
}
.bars {
  display: none;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1023px) {
  .bars {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 374px) {
  .bars {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.bars svg {
  fill: #FFFFFF;
  width: 24px;
  height: 24px;
}
.bars svg:nth-child(2) {
  display: none;
}
.bars.active svg:nth-child(1) {
  display: none;
}
.bars.active svg:nth-child(2) {
  display: block;
}

.footer {
  padding: 1.25rem 0;
  background: #000000;
  overflow: hidden;
}
@media (max-width: 575px) {
  .footer {
    padding: 16px 0;
  }
}
.footer__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}
@media (max-width: 1319px) {
  .footer__body {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .footer__body {
    gap: 16px;
  }
}
.footer__main {
  flex-grow: 1;
  min-width: 0;
}
@media (max-width: 1319px) {
  .footer__main {
    width: 100%;
  }
}
.footer__brand {
  color: #F8F8F8;
  font-size: 0.875rem;
}
@media (max-width: 1319px) {
  .footer__brand {
    max-width: 100%;
  }
}
.footer__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
  min-width: 0;
  flex: 0 0 52.4691358025%;
  width: 52.4691358025%;
}
@media (max-width: 1319px) {
  .footer__list {
    -moz-column-gap: 0;
         column-gap: 0;
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
}
@media (max-width: 1023px) {
  .footer__list {
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
}
@media (max-width: 767px) {
  .footer__list {
    flex-wrap: wrap;
    row-gap: 24px;
  }
}
@media (max-width: 575px) {
  .footer__list {
    row-gap: 16px;
  }
}
@media (max-width: 1319px) {
  .footer__list li {
    flex: 0 0 25%;
    width: 25%;
    padding: 0 20px;
  }
}
@media (max-width: 1023px) {
  .footer__list li {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .footer__list li {
    flex: 0 0 50%;
    width: 50%;
  }
}
.footer__list li span {
  color: #737373;
  display: block;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}
.footer__list li p {
  color: #FFFFFF;
  margin-bottom: 0;
}
.footer__list li p span {
  margin-bottom: 0;
}
.footer__list li p a {
  color: #FFFFFF;
}
.footer__list li p a:hover {
  color: #0FA814;
}

.home-hero {
  padding: 2.25rem 0;
}
@media (max-width: 1319px) {
  .home-hero {
    padding: 1rem 0;
  }
}
.home-hero__row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2.25rem;
}
@media (max-width: 1319px) {
  .home-hero__row {
    gap: 0.75rem;
  }
}
@media (max-width: 1023px) {
  .home-hero__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .home-hero__row {
    grid-template-columns: 1fr;
  }
}
.home-hero__item {
  min-width: 0;
  display: block;
  position: relative;
}
.home-hero__item:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
}
@media (max-width: 575px) {
  .home-hero__item:nth-child(1) {
    grid-column-end: 2;
  }
}
.home-hero__item > picture {
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 20rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1319px) {
  .home-hero__item > picture {
    padding-top: 17.5rem;
  }
}
@media (max-width: 1023px) {
  .home-hero__item > picture {
    padding-top: 11.25rem;
  }
}
@media (max-width: 374px) {
  .home-hero__item > picture {
    padding-top: 7.5rem;
  }
}
.home-hero__item > picture > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.4s ease-in-out;
}
.home-hero__item > picture::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.55);
}
.home-hero__item:hover > picture > * {
  transform: scale(1.1);
}
.home-hero__item > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-hero__item > div > h2 {
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 0.25rem;
}
@media (max-width: 1319px) {
  .home-hero__item > div > h2 {
    font-size: 1.75rem;
  }
}
@media (max-width: 1023px) {
  .home-hero__item > div > h2 {
    font-size: 1.25rem;
  }
}
@media (max-width: 374px) {
  .home-hero__item > div > h2 {
    font-size: 1.0625rem;
  }
}
.home-hero__item > div > p {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 1319px) {
  .home-hero__item > div > p {
    font-size: 1.25rem;
  }
}
@media (max-width: 1023px) {
  .home-hero__item > div > p {
    font-size: 1.0625rem;
  }
}
@media (max-width: 374px) {
  .home-hero__item > div > p {
    font-size: 0.9375rem;
  }
}
.home-hero__item > div > p:last-child {
  margin-bottom: 0;
}

.home-cats {
  padding: var(--space) 0;
}
.home-cats--revers {
  padding: 0;
}
@media (max-width: 1319px) {
  .home-cats--revers {
    padding: var(--space) 0;
  }
}
.home-cats__wrapper {
  position: relative;
  overflow: hidden;
  padding: 2.5rem;
  background-color: #F8F8F8;
  border-radius: 1rem;
}
@media (max-width: 1319px) {
  .home-cats__wrapper {
    padding: 1.75rem;
  }
}
@media (max-width: 1023px) {
  .home-cats__wrapper {
    padding: 1rem;
  }
}
@media (max-width: 374px) {
  .home-cats__wrapper {
    padding: 1rem 0.75rem;
  }
}
.home-cats__bg {
  display: block;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home-cats__bg > * {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
  border-radius: 0 1rem 1rem 0;
  display: block;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 1319px) {
  .home-cats__bg > * {
    opacity: 0.3;
  }
}
@media (max-width: 575px) {
  .home-cats__bg > * {
    opacity: 0.1;
  }
}
.home-cats--revers .home-cats__bg > * {
  -o-object-position: left center;
     object-position: left center;
  border-radius: 1rem 0 0 1rem;
  margin-left: 0;
}
@media (max-width: 1319px) {
  .home-cats__header {
    display: flex;
    align-items: center;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (max-width: 767px) {
  .home-cats__header {
    flex-wrap: wrap;
    row-gap: 1rem;
  }
}
@media (max-width: 575px) {
  .home-cats__header {
    justify-content: center;
  }
}
.home-cats__title {
  position: relative;
  margin-bottom: 0.75rem;
}
@media (max-width: 1319px) {
  .home-cats__title br {
    display: none;
  }
}
.home-cats--revers .home-cats__title {
  text-align: right;
}
@media (max-width: 1319px) {
  .home-cats--revers .home-cats__title {
    text-align: left;
  }
}
.home-cats__desc {
  position: relative;
  font-size: 1rem;
}
@media (max-width: 1319px) {
  .home-cats__desc {
    font-size: 0.9375rem;
  }
}
@media (max-width: 1023px) {
  .home-cats__desc {
    font-size: 0.8125rem;
  }
}
.home-cats__desc > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 1319px) {
  .home-cats__desc br {
    display: none;
  }
}
.home-cats--revers .home-cats__desc {
  text-align: right;
}
@media (max-width: 1319px) {
  .home-cats--revers .home-cats__desc {
    text-align: left;
  }
}
.home-cats__button {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  display: block;
  margin-top: 2.5rem;
  padding: 15.5px 16.5px;
  white-space: nowrap;
}
@media (max-width: 1319px) {
  .home-cats__button {
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  .home-cats__button {
    flex: 0 0 236px;
    width: 236px;
    max-width: 100%;
    padding: 11px 1rem;
  }
}
.home-cats--revers .home-cats__button {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 1319px) {
  .home-cats--revers .home-cats__button {
    margin-left: 0;
  }
}
.home-cats__cards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}
@media (max-width: 1319px) {
  .home-cats__cards {
    margin-top: 1.75rem;
    gap: 0.75rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1023px) {
  .home-cats__cards {
    margin-top: 1rem;
  }
}
@media (max-width: 575px) {
  .home-cats__cards {
    grid-template-columns: 1fr;
  }
}
.home-cats__item {
  min-width: 0;
  background-color: #FFFFFF;
  border-radius: 1rem;
  padding: 1.25rem;
}
@media (max-width: 1319px) {
  .home-cats__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 0.5rem;
  }
}
@media (max-width: 767px) {
  .home-cats__item {
    padding: 1rem;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .home-cats__item {
    flex-direction: row;
    justify-content: space-between;
  }
}
.home-cats__item > picture {
  display: block;
  font-size: 0;
  line-height: 0;
  height: 4rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 1319px) {
  .home-cats__item > picture {
    margin-bottom: 0;
    order: 1;
    height: 2.5rem;
  }
}
@media (max-width: 767px) {
  .home-cats__item > picture {
    order: 0;
  }
}
@media (max-width: 575px) {
  .home-cats__item > picture {
    order: 1;
  }
}
@media (max-width: 374px) {
  .home-cats__item > picture {
    height: 2rem;
  }
}
.home-cats__item > picture > * {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.home-cats__item > h5 {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.25rem;
  font-weight: 700;
}
@media (max-width: 1319px) {
  .home-cats__item > h5 {
    order: 0;
    margin-bottom: 0;
    font-size: 0.9375rem;
    line-height: 1.3333333333;
    max-width: calc(100% - 1rem - 2.5rem);
  }
}
@media (max-width: 767px) {
  .home-cats__item > h5 {
    order: 1;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .home-cats__item > h5 {
    order: 0;
    max-width: calc(100% - 1rem - 2.5rem);
  }
}
@media (max-width: 374px) {
  .home-cats__item > h5 {
    font-size: 0.8125rem;
    line-height: 1.3846153846;
  }
}
@media (max-width: 1319px) {
  .home-cats__item > p {
    order: 2;
  }
}
.home-cats__item > p:last-child {
  margin-bottom: 0;
}

.catalog {
  padding: var(--space) 0;
}
.catalog__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
  margin-bottom: 2.25rem;
}
@media (max-width: 1023px) {
  .catalog__header {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 767px) {
  .catalog__header {
    flex-direction: column;
    row-gap: 1.25rem;
  }
}
@media (max-width: 374px) {
  .catalog__header {
    margin-bottom: 1rem;
    row-gap: 1rem;
  }
}
.catalog__title {
  margin-bottom: 0.75rem;
}
.catalog__subtitle {
  margin-bottom: 0.75rem;
}
@media (max-width: 1319px) {
  .catalog__subtitle {
    font-size: 1.0625rem;
    line-height: 1.2941176471;
  }
}
@media (max-width: 374px) {
  .catalog__subtitle {
    font-size: 0.8125rem;
    line-height: 1.3846153846;
  }
}
.catalog__sale {
  padding: 0.25rem 0.75rem;
  border-radius: 100px;
  background-color: #39ABEB;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFFFFF;
}
@media (max-width: 1023px) {
  .catalog__sale {
    width: 100%;
    max-width: 22.5rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .catalog__sale {
    max-width: 100%;
  }
}
.catalog__sale > p {
  margin-bottom: 0;
}
.catalog__filter {
  margin-bottom: 2.25rem;
}
@media (max-width: 1023px) {
  .catalog__filter {
    margin-bottom: 1.25rem;
  }
}
.catalog__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 2.25rem;
}
@media (max-width: 1023px) {
  .catalog__row {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 1rem;
  }
}
@media (max-width: 575px) {
  .catalog__row {
    grid-template-columns: 1fr;
  }
}
.catalog__action {
  display: flex;
  justify-content: center;
  margin-top: 2.25rem;
}
@media (max-width: 1023px) {
  .catalog__action {
    margin-top: 1.25rem;
  }
}
.catalog__button {
  border-radius: 0.5rem;
  padding: 0.625rem 1.75rem;
  font-weight: 600;
}
.catalog-label {
  min-height: 4.5rem;
  border-radius: 0.875rem;
  background: linear-gradient(265.09deg, #F3ECE4 0.03%, #F9F3EC 100.03%);
  position: relative;
  padding: 0.75rem 1rem 0.75rem 5.25rem;
  max-width: 384px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1023px) {
  .catalog-label {
    min-height: 1px;
    padding-left: 8.75rem;
    max-width: 22.5rem;
  }
}
@media (max-width: 374px) {
  .catalog-label {
    padding: 0.75rem 0.75rem 0.75rem 105px;
  }
}
.catalog-label > img {
  position: absolute;
  width: auto;
  height: 6.25rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  top: 50%;
  transform: translateY(-50%);
  left: -5rem;
}
@media (max-width: 1023px) {
  .catalog-label > img {
    left: 0;
    height: 5rem;
  }
}
@media (max-width: 374px) {
  .catalog-label > img {
    height: 4rem;
  }
}
.catalog-label > p {
  font-size: 1rem;
}
@media (max-width: 1319px) {
  .catalog-label > p {
    font-size: 0.9375rem;
    line-height: 1.3333333333;
  }
}
@media (max-width: 374px) {
  .catalog-label > p {
    font-size: 0.8125rem;
    line-height: 1.3846153846;
  }
}
.catalog-label > p:last-child {
  margin-bottom: 0;
}

.catalog-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.25rem;
}
@media (max-width: 1023px) {
  .catalog-filter {
    gap: 1.25rem;
  }
}
.catalog-filter__types {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media (max-width: 1023px) {
  .catalog-filter__types {
    flex: 0 0 100%;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575px) {
  .catalog-filter__types {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
}
.catalog-filter__type {
  padding: 0.875rem 1rem;
  font-weight: 600;
  background-color: #FDFAF7;
  color: #000000;
  border-radius: 1rem;
}
@media (max-width: 1023px) {
  .catalog-filter__type {
    padding: 0.5rem;
    border-radius: 0.75rem;
    font-weight: 400;
  }
}
.catalog-filter__type:focus {
  background-color: #FDFAF7;
  color: #000000;
}
.catalog-filter__type:hover {
  background-color: #0FA814;
  color: #FFFFFF;
}
.catalog-filter__type:active {
  background-color: #0FA814 !important;
  color: #FFFFFF !important;
}
.catalog-filter__type.active {
  background-color: #0FA814 !important;
  color: #FFFFFF !important;
}
@media (max-width: 767px) {
  .catalog-filter__type > span {
    display: none;
  }
}
.catalog-filter__cats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 2.25rem;
}
@media (max-width: 1023px) {
  .catalog-filter__cats {
    justify-content: space-between;
    width: 100%;
    flex: 0 0 100%;
    flex-wrap: wrap;
  }
}
.catalog-filter__cats > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem 2.25rem;
}
@media (max-width: 575px) {
  .catalog-filter__cats > ul {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
}
.catalog-filter__cat {
  display: block;
  color: #0FA814;
  border-bottom: 1px dashed #0FA814;
  line-height: 1.35;
}
.catalog-filter__cat:focus {
  background-color: transparent;
  color: #0FA814;
  border-color: #0FA814;
}
.catalog-filter__cat:hover {
  background-color: transparent;
  color: #000000;
  border-color: #000000;
}
.catalog-filter__cat:active {
  background-color: transparent !important;
  color: #0FA814 !important;
  border-color: #0FA814 !important;
}
.catalog-filter__cat.active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #000000 !important;
}
.catalog-filter__count {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  color: #828282;
}
.catalog-filter__ranges {
  flex: 0 0 100%;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem 2.25rem;
}
@media (max-width: 1023px) {
  .catalog-filter__ranges {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}
@media (max-width: 575px) {
  .catalog-filter__ranges {
    grid-template-columns: 1fr;
  }
}
.filter-range__title {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
}
@media (max-width: 1319px) {
  .filter-range__title {
    font-size: 0.9375rem;
    line-height: 1.3333333333;
  }
}
@media (max-width: 1023px) {
  .filter-range__title {
    font-size: 0.8125rem;
    line-height: 1.3846153846;
    margin-bottom: 0.5rem;
  }
}
.filter-range__current {
  background-color: #0FA814;
  color: #FFFFFF;
  padding: 0.25rem 0.75rem;
  border-radius: 0.5rem;
  margin-left: 0.75rem;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .filter-range__current {
    padding: 0.125rem 0.5rem 3px;
    font-weight: 400;
    margin-left: 0.375rem;
  }
}
.filter-range__slider {
  box-shadow: none;
  height: 1.5rem;
  background: transparent;
  border: 0;
  border-radius: 0;
  margin-bottom: 0.25rem;
}
.filter-range__slider .noUi-base {
  position: absolute;
  top: calc(50% - 3px);
  height: 0.375rem;
  border-radius: 3px;
  background: #F8F8F8;
}
.filter-range__slider .noUi-connect {
  background: #0FA814;
  height: 0.375rem;
  border-radius: 3px;
  box-shadow: none;
}
.filter-range__slider .noUi-origin {
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter-range__slider.noUi-horizontal .noUi-handle {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border: 0;
  top: 0;
  left: 0;
  box-shadow: none;
  background: transparent;
}
.filter-range__slider.noUi-horizontal .noUi-handle::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #0FA814;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.filter-range__slider.noUi-horizontal .noUi-handle:after {
  display: none;
}
.filter-range__labels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}
.filter-range__labels > span:last-child {
  text-align: right;
}

.catalog-card {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  border: 1px solid #F8F8F8;
}
.catalog-card__thumbnail {
  display: block;
  position: relative;
}
.catalog-card__thumbnail > figure {
  margin: 0;
  position: relative;
  padding-top: 52.9411764706%;
}
.catalog-card__thumbnail > figure > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 1rem 1rem 0 0;
}
.catalog-card .videos-card__icon {
  opacity: 0;
  background: rgba(0, 0, 0, 0.45);
  transition: 0.4s ease-in-out;
}
@media (max-width: 1319px) {
  .catalog-card .videos-card__icon {
    display: none;
  }
}
.catalog-card__thumbnail:hover .videos-card__icon {
  opacity: 1;
}
.catalog-card__content {
  flex-grow: 1;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .catalog-card__content {
    padding: 1rem;
  }
}
@media (max-width: 374px) {
  .catalog-card__content {
    padding: 0.75rem;
  }
}
.catalog-card__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.25rem;
}
@media (max-width: 1023px) {
  .catalog-card__title {
    font-size: 0.9375rem;
    line-height: 1.3333333333;
  }
}
.catalog-card__stock {
  color: #139B17;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
@media (max-width: 1023px) {
  .catalog-card__stock {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.3333333333;
  }
}
.catalog-card__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0.75rem;
  min-height: 0;
  flex-grow: 1;
}
.catalog-card__list > li {
  margin-bottom: 0.25rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.catalog-card__list > li:last-child {
  margin-bottom: 0;
}
.catalog-card__list > li > span:nth-child(1) {
  font-size: 0.75rem;
  line-height: 1.3333333333;
  color: #828282;
}
.catalog-card__list > li > span:nth-child(2) {
  text-align: right;
}
.catalog-card__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog-card__price > span {
  line-height: 1.3;
}
.catalog-card__price > strong {
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  font-weight: 700;
}

.about {
  background: #FCFCFC;
  padding: var(--space) 0;
  overflow: hidden;
}
.about__wrapper {
  background-color: #FFFFFF;
  border-radius: 1rem;
  padding-top: 2.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 1319px) {
  .about__wrapper {
    padding: 0;
    margin-bottom: 1.25rem;
    border-radius: 0;
    background-color: transparent;
  }
}
.about__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.25rem;
  padding: 0rem 2.5rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media (max-width: 1319px) {
  .about__header {
    padding: 0;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 767px) {
  .about__header {
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 1rem;
  }
}
@media (max-width: 374px) {
  .about__header {
    margin-bottom: 1rem;
    row-gap: 0.75rem;
  }
}
.about__title {
  margin: 0;
  align-self: center;
}
@media (max-width: 1023px) {
  .about__title br {
    display: none;
  }
}
.about__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.25rem;
  position: relative;
}
@media (max-width: 1319px) {
  .about__body {
    grid-template-columns: 1fr;
  }
}
.about__body > * {
  min-width: 0;
}
.about__image {
  position: relative;
  align-self: end;
  bottom: -1px;
}
@media (max-width: 1319px) {
  .about__image {
    display: none;
  }
}
.about__image > img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.about-inctruction {
  position: relative;
  width: 100%;
  max-width: 27.375rem;
  padding: 0.75rem 1rem 0.75rem 4.625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  background-color: #F9F3EC;
  border-radius: 0.75rem;
}
@media (max-width: 1023px) {
  .about-inctruction {
    max-width: 100%;
    flex: 0 0 27.5rem;
    width: 27.5rem;
    padding-left: 6.875rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
}
@media (max-width: 575px) {
  .about-inctruction {
    flex: 0 0 auto;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0.75rem;
    padding-left: 7.5rem;
  }
}
@media (max-width: 374px) {
  .about-inctruction {
    padding-left: 5.75rem;
    padding-right: 0.75rem;
  }
}
.about-inctruction > img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -3.875rem;
  width: 7.25rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1319px) {
  .about-inctruction > img {
    width: 4.875rem;
    left: -2rem;
  }
}
@media (max-width: 1023px) {
  .about-inctruction > img {
    left: 1rem;
  }
}
@media (max-width: 575px) {
  .about-inctruction > img {
    top: 0.75rem;
    transform: translate(0);
  }
}
@media (max-width: 374px) {
  .about-inctruction > img {
    width: 4rem;
  }
}
.about-inctruction > p {
  font-size: 1rem;
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .about-inctruction > p {
    font-size: 0.9375rem;
    line-height: 1.3333333333;
  }
}
.about-inctruction__btn {
  padding: 0.625rem 2.5rem;
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 0.5rem;
  font-weight: 600;
}
.about-inctruction__btn:hover, .about-inctruction__btn:active {
  background-color: #0FA814 !important;
  color: #FFFFFF !important;
}

@keyframes progress {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.about-spoiler {
  position: relative;
  padding-left: 0.25rem;
  transition: background-color 0.4s ease-in-out;
  border-radius: 0 0.75rem 0.75rem 0;
}
.about-spoiler::before {
  content: "";
  position: absolute;
  width: 0.25rem;
  left: 0;
  top: 0;
  height: 0;
  background-color: #0FA814;
  z-index: 1;
  border-radius: 0 0.25rem 0.25rem 0;
}
.about-spoiler.active {
  background-color: #F8F8F8;
}
.about-spoiler.active::before {
  animation: progress 4s linear forwards;
}
.about-spoiler__header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1.25rem 1.25rem 1.25rem 2.25rem;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1023px) {
  .about-spoiler__header {
    padding: 1rem;
  }
}
@media (max-width: 374px) {
  .about-spoiler__header {
    padding: 1rem 0.75rem;
  }
}
.about-spoiler__title {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #828282;
}
@media (max-width: 1023px) {
  .about-spoiler__title {
    font-size: 0.9375rem;
    line-height: 1.3333333333;
  }
}
@media (max-width: 374px) {
  .about-spoiler__title {
    font-size: 0.8125rem;
    line-height: 1.3846153846;
  }
}
.about-spoiler.active .about-spoiler__title {
  color: #000000;
  font-weight: 700;
}
.about-spoiler__body {
  display: none;
}

.about-card {
  padding: 0rem 1.25rem 1.25rem 2.25rem;
}
@media (max-width: 1023px) {
  .about-card {
    padding: 0rem 1rem 1rem;
  }
}
@media (max-width: 374px) {
  .about-card {
    padding: 0rem 0.75rem 1rem;
  }
}
.about-card__image {
  margin-bottom: 1.25rem;
  position: relative;
  overflow: hidden;
  padding-top: 10rem;
  width: 100%;
  max-width: 25rem;
  display: none;
}
.about-card__image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
.about-card__content p {
  margin-bottom: 0.75rem;
  color: #000000;
}
.about-card__content p:last-child {
  margin-bottom: 0;
}

.about-banner {
  border-radius: 1rem;
  position: relative;
  z-index: 1;
  padding: 2.5rem;
  margin-bottom: 3rem;
  background-color: #F8F8F8;
}
@media (max-width: 1319px) {
  .about-banner {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 1023px) {
  .about-banner {
    padding: 1rem;
  }
}
@media (max-width: 374px) {
  .about-banner {
    padding: 1rem 0.75rem;
  }
}
.about-banner__image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.about-banner__image > * {
  flex-grow: 1;
  min-height: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
  border-radius: 0 1rem 1rem 0;
}
@media (max-width: 767px) {
  .about-banner__image > * {
    -o-object-position: 8rem 0;
       object-position: 8rem 0;
  }
}
@media (max-width: 575px) {
  .about-banner__image > * {
    border-radius: 1rem;
    -o-object-position: 38% 0;
       object-position: 38% 0;
  }
}
@media (max-width: 374px) {
  .about-banner__image > * {
    -o-object-position: 23% 0;
       object-position: 23% 0;
  }
}
@media (max-width: 1023px) {
  .about-banner__image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    background: linear-gradient(90deg, rgba(248, 248, 248, 0.7) 0%, rgba(248, 248, 248, 0.7) 59.89%, rgba(248, 248, 248, 0.3) 72.54%, rgba(248, 248, 248, 0) 100%);
  }
}
.about-banner__content {
  position: relative;
  z-index: 1;
  max-width: 530px;
}
.about-banner__content._large {
  max-width: 720px;
}
@media (max-width: 1319px) {
  .about-banner__content._large {
    max-width: 530px;
  }
}
@media (max-width: 1023px) {
  .about-banner__content._large {
    max-width: 422px;
  }
}
@media (max-width: 767px) {
  .about-banner__content._large {
    max-width: 22.5rem;
  }
}
@media (max-width: 575px) {
  .about-banner__content._large {
    max-width: 224px;
  }
}
@media (max-width: 374px) {
  .about-banner__content._large {
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .about-banner__content {
    max-width: 422px;
  }
}
@media (max-width: 767px) {
  .about-banner__content {
    max-width: 22.5rem;
  }
}
@media (max-width: 575px) {
  .about-banner__content {
    max-width: 224px;
  }
}
@media (max-width: 374px) {
  .about-banner__content {
    max-width: 100%;
  }
}
.about-banner__title {
  margin-bottom: 1rem;
}
@media (max-width: 1023px) {
  .about-banner__title {
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 374px) {
  .about-banner__title {
    margin-bottom: 0.5rem;
  }
}
.about-banner__desc {
  font-size: 1rem;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .about-banner__desc {
    font-size: 0.8125rem;
    line-height: 1.3846153846;
  }
}
.about-footer {
  border-radius: 1rem;
  position: relative;
  background: #FFFFFF;
  padding: 2.5rem;
}
@media (max-width: 1023px) {
  .about-footer {
    padding: 1rem;
  }
}
@media (max-width: 374px) {
  .about-footer {
    padding: 1rem 0.75rem;
  }
}
.about-footer__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.25rem;
}
@media (max-width: 1319px) {
  .about-footer__row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1023px) {
  .about-footer__row {
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  .about-footer__row {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
@media (max-width: 575px) {
  .about-footer__row {
    gap: 1rem;
  }
}
.about-footer__row > * {
  min-width: 0;
}
.about-footer__row.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .about-footer__row.cols-3 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .about-footer__item {
    position: relative;
  }
}
.about-footer__icon {
  height: 4rem;
  margin-bottom: 1rem;
}
@media (max-width: 1023px) {
  .about-footer__icon {
    height: 2.5rem;
  }
}
@media (max-width: 767px) {
  .about-footer__icon {
    position: absolute;
    right: 0;
    top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 374px) {
  .about-footer__icon {
    height: 2rem;
  }
}
.about-footer__icon img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.about-footer__title {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
}
@media (max-width: 1023px) {
  .about-footer__title {
    font-size: 0.9375rem;
    line-height: 1.3333333333;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .about-footer__title {
    max-width: calc(100% - 3.5rem);
  }
}
@media (max-width: 374px) {
  .about-footer__title {
    max-width: calc(100% - 3rem);
    font-size: 0.8125rem;
    line-height: 1.3846153846;
  }
}
.about-footer__text {
  color: #737373;
}
@media (max-width: 767px) {
  .about-footer__text {
    max-width: calc(100% - 3.5rem);
  }
}
@media (max-width: 374px) {
  .about-footer__text {
    max-width: 100%;
  }
}
.about-footer__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1319px) {
  .about-footer__image {
    display: none;
  }
}
.about-footer__image img {
  width: calc(100% + 2.375rem + 2.5rem);
  margin-left: -2.375rem;
  margin-top: -1.625rem;
}

.tech {
  padding: var(--space) 0;
  overflow: hidden;
}
.tech__title {
  margin-bottom: 2.25rem;
}
@media (max-width: 374px) {
  .tech__title {
    margin-bottom: 1.25rem;
  }
}
.tech__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.25rem;
  margin-bottom: 2.25rem;
}
@media (max-width: 1319px) {
  .tech__row {
    gap: 1.25rem 1rem;
  }
}
@media (max-width: 767px) {
  .tech__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .tech__row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 374px) {
  .tech__row {
    row-gap: 1rem;
  }
}
.tech__card {
  min-width: 0;
  position: relative;
}

.tech-banner {
  border-radius: 1rem;
  padding: 2.5rem;
  position: relative;
  background-color: #F8F8F8;
}
@media (max-width: 1023px) {
  .tech-banner {
    padding: 1rem;
  }
}
@media (max-width: 374px) {
  .tech-banner {
    padding: 1rem 0.75rem;
  }
}
.tech-banner__image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 1023px) {
  .tech-banner__image {
    opacity: 0.5;
  }
}
.tech-banner__image > * {
  flex-grow: 1;
  min-height: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
  border-radius: 0 1rem 1rem 0;
}
@media (max-width: 1023px) {
  .tech-banner__image > * {
    -webkit-mask: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, rgba(190, 190, 190, 0.2) 58.58%, rgba(177, 177, 177, 0.4) 85.61%, rgba(115, 115, 115, 0.6) 100%);
            mask: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, rgba(190, 190, 190, 0.2) 58.58%, rgba(177, 177, 177, 0.4) 85.61%, rgba(115, 115, 115, 0.6) 100%);
  }
}
@media (max-width: 575px) {
  .tech-banner__image > * {
    -o-object-position: 10% 0;
       object-position: 10% 0;
  }
}
@media (max-width: 1023px) {
  .tech-banner__image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
  }
}
.tech-banner__content {
  width: 100%;
  max-width: 800px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1319px) {
  .tech-banner__content {
    max-width: 32.5rem;
  }
}
@media (max-width: 1023px) {
  .tech-banner__content {
    max-width: 100%;
  }
}
.tech-banner__title {
  margin-bottom: 1rem;
}
@media (max-width: 1023px) {
  .tech-banner__title {
    margin-bottom: 0.75rem;
  }
}
.tech-banner__desc {
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 1023px) {
  .tech-banner__desc {
    font-size: 0.8125rem;
    line-height: 1.3846153846;
  }
}
.tech-banner__row {
  position: relative;
  z-index: 1;
}
@media (max-width: 1319px) {
  .tech-banner__row {
    max-width: 32.5rem;
  }
}
@media (max-width: 1023px) {
  .tech-banner__row {
    max-width: 100%;
  }
}
.tech-banner__card {
  display: flex;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.tech-banner__card:last-child {
  margin-bottom: 0;
}
.tech-banner__card svg {
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  overflow: initial;
  fill: #1AA0DA;
}
@media (max-width: 1023px) {
  .tech-banner__card svg {
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.tech-banner__text {
  font-size: 1rem;
  color: #828282;
  margin-bottom: 0;
  align-self: center;
}
@media (max-width: 1023px) {
  .tech-banner__text {
    font-size: 0.8125rem;
    line-height: 1.3846153846;
  }
}
.prefers {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  position: relative;
  overflow: hidden;
  padding: var(--space) 0 0;
}
@media (max-width: 1023px) {
  .prefers {
    padding: var(--space) 0;
  }
}
.prefers__title {
  margin-bottom: 2.25rem;
}
@media (max-width: 1023px) {
  .prefers__title {
    margin-bottom: 1.25rem;
  }
}
.prefers__body {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}
@media (max-width: 1319px) {
  .prefers__body {
    grid-template-columns: 7fr 5fr;
    gap: 1.25rem;
  }
}
@media (max-width: 1023px) {
  .prefers__body {
    grid-template-columns: 1fr;
  }
}
.prefers__body > * {
  min-width: 0;
  padding-bottom: var(--space);
}
@media (max-width: 1023px) {
  .prefers__body > * {
    padding-bottom: 0;
  }
}
.prefers__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: grid;
  gap: 2.25rem;
}
@media (max-width: 1319px) {
  .prefers__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 575px) {
  .prefers__list {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.prefers__list li {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.prefers__list li svg {
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  overflow: initial;
}
.prefers__list li h5 {
  padding-top: 1px;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
  line-height: 1.5;
  color: #000000;
}
@media (max-width: 1319px) {
  .prefers__list li h5 {
    font-size: 0.9375rem;
    line-height: 1.3333333333;
  }
}
@media (max-width: 374px) {
  .prefers__list li h5 {
    font-size: 0.8125rem;
    line-height: 1.3846153846;
    margin-bottom: 0.5rem;
  }
}
.prefers__list li p {
  margin-bottom: 0;
  color: #737373;
}
.prefers__cards {
  display: grid;
  align-self: self-start;
  gap: 1.25rem;
}
@media (max-width: 1319px) {
  .prefers__cards {
    gap: 1rem;
  }
}
@media (max-width: 1023px) {
  .prefers__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .prefers__cards {
    grid-template-columns: 1fr;
  }
}
.prefers__image {
  display: block;
  font-size: 0;
  line-height: 0;
  position: relative;
}
@media (max-width: 1319px) {
  .prefers__image {
    display: none;
  }
}
.prefers__image > * {
  position: absolute;
  bottom: 0;
  width: auto;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.prefers__content {
  border-radius: 16px;
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 0px 20px 48px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1023px) {
  .prefers__content {
    padding: 1.25rem 0 0;
  }
}
@media (max-width: 767px) {
  .prefers__content {
    padding: 24px 0 0;
    overflow: hidden;
  }
}
.prefers__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 1023px) {
  .prefers__row {
    gap: 2rem;
    padding: 0rem 1rem;
  }
}
@media (max-width: 767px) {
  .prefers__row {
    grid-template-columns: 1fr;
  }
}
.prefers-card {
  background: #FFFFFF;
  box-shadow: 0px 18px 43.2px rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  padding: 1.25rem;
}
@media (max-width: 1023px) {
  .prefers-card {
    padding: 1rem;
  }
}
@media (max-width: 374px) {
  .prefers-card {
    padding: 1rem 0.75rem;
  }
}
@media (max-width: 1319px) {
  .prefers-card__header {
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-bottom: 1rem;
  }
}
@media (max-width: 1023px) {
  .prefers-card__header {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.75rem;
  }
}
.prefers-card__icon {
  height: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 1319px) {
  .prefers-card__icon {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .prefers-card__icon {
    height: 1.5rem;
  }
}
.prefers-card__icon img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.prefers-card__title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (max-width: 1319px) {
  .prefers-card__title {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .prefers-card__title {
    font-size: 0.9375rem;
    line-height: 1.3333333333;
    align-self: center;
  }
}
@media (max-width: 374px) {
  .prefers-card__title {
    font-size: 0.8125rem;
    line-height: 1.3846153846;
  }
}
.prefers-card__text {
  margin-bottom: 0;
  color: #737373;
}

.prefers-item {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1023px) {
  .prefers-item {
    align-items: flex-start;
  }
}
.prefers-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% + 1.25rem);
  width: 1px;
  height: 100%;
  background-color: #D9D9D9;
}
@media (max-width: 1023px) {
  .prefers-item:not(:last-child)::after {
    left: calc(100% + 1rem);
  }
}
@media (max-width: 767px) {
  .prefers-item:not(:last-child)::after {
    width: 100%;
    height: 1px;
    left: 0;
    top: calc(100% + 1rem);
  }
}
.prefers-item > div {
  position: relative;
}
.prefers-item > div > svg {
  position: absolute;
  top: 0;
}
.prefers-item__title {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0.75rem;
  padding-left: 2.25rem;
}
@media (max-width: 1023px) {
  .prefers-item__title {
    font-size: 0.9375rem;
    line-height: 1.3333333333;
  }
}
@media (max-width: 374px) {
  .prefers-item__title {
    font-size: 0.8125rem;
    line-height: 1.3846153846;
    margin-bottom: 0.5rem;
  }
}
.prefers-item__text {
  margin-bottom: 0;
  color: #737373;
  padding-left: 2.25rem;
}

.prefers-form {
  background: #FDFAF7;
  border-radius: 1rem;
  padding: 1.25rem;
}
@media (max-width: 1319px) {
  .prefers-form {
    padding: 1rem;
  }
}
@media (max-width: 1023px) {
  .prefers-form {
    border-radius: 0 0 1rem 1rem;
  }
}
@media (max-width: 575px) {
  .prefers-form {
    margin-top: 1.25rem;
  }
}
@media (max-width: 374px) {
  .prefers-form {
    margin-top: 1rem;
    padding: 1rem 0.75rem;
  }
}
.prefers-form__title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1.25rem;
}
@media (max-width: 1319px) {
  .prefers-form__title {
    font-size: 1.0625rem;
    line-height: 1.2941176471;
    margin-bottom: 1rem;
  }
}
@media (max-width: 575px) {
  .prefers-form__title {
    font-size: 1.0625rem;
    line-height: 1.2941176471;
  }
}
@media (max-width: 374px) {
  .prefers-form__title {
    font-size: 0.9375rem;
    line-height: 1.3333333333;
  }
}
.prefers-form__row {
  display: flex;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
@media (max-width: 1023px) {
  .prefers-form__row {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 16px;
  }
}
@media (max-width: 575px) {
  .prefers-form__row {
    row-gap: 1.25rem;
  }
}
.prefers-form__group {
  flex-grow: 1;
  min-width: 0;
}
.prefers-form__submit {
  padding: 15.5px 1.75rem;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .prefers-form__submit {
    padding: 11px;
    width: 100%;
    max-width: 326px;
  }
}
@media (max-width: 575px) {
  .prefers-form__submit {
    max-width: 100%;
  }
}
.prefers-form__accept {
  margin-top: 1.25rem;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.prefers-form__accept > input {
  margin-top: 1px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  flex: 0 0 1rem;
  width: 1rem;
  height: 1rem;
  border: 1px solid #DED3C7;
  border-radius: 0.25rem;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.4701 5.13807C13.7305 4.87772 13.7305 4.45561 13.4701 4.19526C13.2098 3.93491 12.7876 3.93491 12.5273 4.19526L6.33203 10.3905L3.4701 7.5286C3.20975 7.26825 2.78764 7.26825 2.52729 7.5286C2.26694 7.78894 2.26694 8.21106 2.52729 8.4714L5.86063 11.8047C6.12098 12.0651 6.54309 12.0651 6.80344 11.8047L13.4701 5.13807Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: background-color 0.4s ease-in-out, border-color 0.4s ease-in-out;
  cursor: pointer;
}
.prefers-form__accept > input:checked {
  background-color: #0FA814;
  border-color: #0FA814;
}
.prefers-form__accept > label {
  display: block;
  margin-bottom: 0;
  min-width: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #737373;
  cursor: pointer;
}
.prefers-form__accept > label > a {
  color: #0FA814;
}
.prefers-form__accept > label > a:hover {
  color: #0FA814;
}

.production {
  margin-bottom: 0;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .production {
    margin-bottom: 0;
  }
}
@media (max-width: 1319px) {
  .production {
    margin-bottom: 0;
  }
}
.production__header {
  max-width: 850px;
  margin-bottom: 2.5rem;
}
@media (max-width: 1440px) {
  .production__header {
    max-width: 756px;
  }
}
@media (max-width: 1319px) {
  .production__header {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 374px) {
  .production__header {
    margin-bottom: 1rem;
  }
}
.production__title {
  color: #FFFFFF;
  margin-bottom: 0.75rem;
}
.production__subtitle {
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 374px) {
  .production__subtitle {
    font-size: 0.8125rem;
    line-height: 1.3846153846;
  }
}
.production__content {
  margin-left: auto;
  margin-right: 0;
  max-width: 766px;
  width: 100%;
}
@media (max-width: 1319px) {
  .production__content {
    margin-left: 0;
    max-width: 100%;
  }
}
.production__desc {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}
@media (max-width: 1319px) {
  .production__desc {
    margin-bottom: 1.25rem;
    max-width: 766px;
    font-size: 0.9375rem;
    line-height: 1.3333333333;
  }
}
@media (max-width: 1023px) {
  .production__desc {
    font-size: 0.8125rem;
    line-height: 1.3846153846;
  }
}
.production__desc p {
  color: #FFFFFF;
}
.production__desc p:last-child {
  margin-bottom: 0;
}
.production__btn {
  padding: 15.5px 1.5rem;
}
@media (max-width: 1319px) {
  .production__btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .production__btn {
    padding: 11px 2rem;
  }
}
.production-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: var(--space) 0 235px;
}
@media (max-width: 1319px) {
  .production-bg {
    padding: var(--space) 0 9rem;
  }
}
@media (max-width: 1023px) {
  .production-bg {
    padding-bottom: 8rem;
  }
}
@media (max-width: 374px) {
  .production-bg {
    padding-bottom: 7rem;
  }
}

.production-slider {
  transform: translateY(-50%);
}
.production-slider__body {
  position: relative;
  padding: 0rem 4.5rem;
}
@media (max-width: 1319px) {
  .production-slider__body {
    padding: 0;
  }
}
.production-slider__slider {
  overflow: hidden;
}
@media (max-width: 1319px) {
  .production-slider__slider {
    overflow: inherit;
  }
}
.production-slider__image {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 75%;
  cursor: zoom-in;
}
.production-slider__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 1319px) {
  .production-slider__nav {
    justify-content: center;
    position: absolute;
    top: calc(100% + 1rem);
    width: 100%;
  }
}
.production-slider__nav .swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1319px) {
  .production-slider__nav .swiper-btn {
    top: 0;
    position: relative;
    transform: translate(0);
  }
}
.production-slider__nav .swiper-btn--prev {
  left: 0;
}
.production-slider__nav .swiper-btn--next {
  right: 0;
}
.cases {
  overflow: hidden;
}
.cases__title {
  max-width: 850px;
  font-size: 1.75rem;
  line-height: 1.3;
  margin-bottom: 2.25rem;
}
@media (max-width: 1440px) {
  .cases__title {
    max-width: 756px;
  }
}
@media (max-width: 1023px) {
  .cases__title {
    font-size: 1.25rem;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 374px) {
  .cases__title {
    font-size: 17px;
    line-height: 1.2941176471;
  }
}
.cases__body {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cases__body.active {
  opacity: 1;
  visibility: visible;
}
.cases__body.cases-1 {
  position: relative;
}

.cases-filter {
  margin-bottom: 2.25rem;
  list-style: none;
  padding-left: 0;
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media (max-width: 1023px) {
  .cases-filter {
    margin-bottom: 1.5rem;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .cases-filter {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
}
@media (max-width: 1023px) {
  .cases-filter li {
    flex-grow: 1;
  }
}
.cases-filter__btn {
  border-radius: 16px;
  font-weight: 600;
  color: #000000;
  padding: 13.5px 1rem;
  background: #FDFAF7;
}
@media (max-width: 1023px) {
  .cases-filter__btn {
    width: 100%;
    padding: 12px;
    font-size: 13px;
    border-radius: 12px;
  }
}
@media (max-width: 575px) {
  .cases-filter__btn {
    font-size: 12px;
    padding: 12px 11px;
  }
}
.cases-filter__btn:active, .cases-filter__btn:hover, .cases-filter__btn.active {
  background: #0FA814 !important;
  color: #FFFFFF !important;
}

.cases-slider__image {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  cursor: zoom-in;
}
.cases-slider__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1319px) {
  .cases-slider__nav {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 0.5rem;
  }
}
.cases-slider__nav .swiper-btn--prev, .cases-slider__nav .swiper-btn--next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 1319px) {
  .cases-slider__nav .swiper-btn--prev, .cases-slider__nav .swiper-btn--next {
    position: relative;
    top: auto;
    transform: translate(0);
  }
}
.cases-slider__nav .swiper-btn--prev {
  left: 0;
}
.cases-slider__nav .swiper-btn--next {
  right: 0;
}

.steps {
  padding: var(--space) 0;
}
.steps__row {
  align-items: flex-start;
  row-gap: 2.25rem;
}
.steps__sticky {
  position: sticky;
  top: 7rem;
}
@media (max-width: 1023px) {
  .steps__sticky {
    position: relative;
    top: 0;
  }
}
.steps__title {
  margin-bottom: 0.75rem;
}
.steps__subtitle {
  margin-bottom: 2.25rem;
}
@media (max-width: 1319px) {
  .steps__subtitle {
    margin-bottom: 1.25rem;
  }
}
.steps__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: grid;
  gap: 1rem;
}
@media (max-width: 1023px) {
  .steps__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .steps__list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 374px) {
  .steps__list {
    gap: 0.75rem;
  }
}
.steps__list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.steps__list li svg {
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  overflow: initial;
}
.steps__list li p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  align-self: center;
}
@media (max-width: 1319px) {
  .steps__list li p {
    font-size: 0.9375rem;
    line-height: 1.3333333333;
  }
}
@media (max-width: 374px) {
  .steps__list li p {
    font-size: 0.8125rem;
    line-height: 1.3846153846;
  }
}
.steps__btn {
  display: block;
  margin: 0 auto;
  padding: 17px 1.5rem;
}
@media (max-width: 1023px) {
  .steps__btn {
    padding: 11px 2rem;
    margin-top: -1rem;
  }
}
@media (max-width: 575px) {
  .steps__btn {
    max-width: 100%;
  }
}
@media (max-width: 374px) {
  .steps__btn {
    padding: 11px;
  }
}

.steps-list {
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (max-width: 1319px) {
  .steps-list {
    padding-left: 0.75rem;
  }
}
.steps-item {
  padding-left: 40px;
  position: relative;
}
@media (max-width: 1023px) {
  .steps-item {
    padding-left: 1.75rem;
  }
}
.steps-item::before {
  content: "";
  position: absolute;
  background: #F3F3F3;
  height: calc(100% + 24px);
  left: 0;
  top: 0;
  width: 1px;
}
.steps-item:last-child::before {
  display: none;
}
.steps-item__icon {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0FA814;
  border: 12px solid #FFFFFF;
  z-index: 1;
}
@media (max-width: 1023px) {
  .steps-item__icon {
    width: 1.5rem;
    height: 1.5rem;
    border-width: 7px;
  }
}
.steps-item__icon:has(svg) {
  background: #FFFFFF;
  border: 0;
}
.steps-item__icon:has(svg) svg {
  fill: #0FA814;
  width: 1.75rem;
  height: 1.75rem;
  flex: 0 0 1.75rem;
}
@media (max-width: 1023px) {
  .steps-item__icon:has(svg) svg {
    width: 100%;
    height: 100%;
    flex: 0 0 100%;
  }
}
.steps-item__row {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (max-width: 1319px) {
  .steps-item__row {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media (max-width: 1023px) {
  .steps-item__row {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 16px;
  }
}
.steps-item__or {
  font-size: 18px;
  color: #0FA814;
  line-height: 1.5;
}
@media (max-width: 575px) {
  .steps-item__or {
    font-size: 14px;
  }
}
.steps-item__card {
  padding-top: 4px;
}
@media (max-width: 1023px) {
  .steps-item__card {
    padding-top: 0;
  }
}
.steps-item__title {
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.35em;
       column-gap: 0.35em;
}
@media (max-width: 1023px) {
  .steps-item__title {
    font-size: 0.9375rem;
    line-height: 1.3333333333;
  }
}
@media (max-width: 374px) {
  .steps-item__title {
    font-size: 0.8125rem;
    line-height: 1.3846153846;
  }
}
.steps-item__text {
  color: #737373;
  margin-bottom: 0.75rem;
}
.steps-item__text:last-child {
  margin-bottom: 0;
}
.steps-item__spoiler {
  background: #FDFAF7;
  border-radius: 1rem;
  padding: 1rem;
}
.steps-item__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.steps-item__header h5 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 1023px) {
  .steps-item__header h5 {
    font-size: 0.9375rem;
    line-height: 1.3333333333;
  }
}
@media (max-width: 374px) {
  .steps-item__header h5 {
    font-size: 0.8125rem;
    line-height: 1.3846153846;
  }
}
.steps-item__btn svg {
  transition: 0.4s ease-in-out;
  width: 1.5rem;
  height: 1.5rem;
  fill: #000000;
}
.steps-item__body {
  padding-top: 16px;
  font-size: 14px;
  color: #000000;
}
@media (max-width: 1319px) {
  .steps-item__body {
    padding-top: 12px;
    font-size: 13px;
  }
}
.steps-item__body ol {
  margin-bottom: 0;
}
.steps-item__body ol li {
  margin-bottom: 5px;
}

.view {
  overflow: hidden;
  padding: var(--space) 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}
.view__header {
  max-width: 852px;
  margin-bottom: 2.25rem;
}
@media (max-width: 1319px) {
  .view__header {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 1023px) {
  .view__header {
    max-width: 100%;
  }
}
@media (max-width: 374px) {
  .view__header {
    margin-bottom: 1rem;
  }
}
.view__title {
  margin-bottom: 0.75rem;
}
@media (max-width: 1319px) {
  .view__subtitle {
    font-size: 1.0625rem;
    line-height: 1.2941176471;
  }
}
@media (max-width: 374px) {
  .view__subtitle {
    font-size: 0.8125rem;
    line-height: 1.3846153846;
  }
}
.view__row {
  margin-bottom: 2.25rem;
}
@media (max-width: 1319px) {
  .view__row {
    margin-bottom: 1.25rem;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
@media (max-width: 767px) {
  .view__row {
    row-gap: 10px;
  }
}
@media (max-width: 374px) {
  .view__row {
    margin-bottom: 1rem;
  }
}
@media (max-width: 1319px) {
  .view__row > * {
    padding: 0 0.625rem;
  }
}

.view-card {
  border-radius: 1rem;
  background: #FFFFFF;
  padding: 1.25rem 1rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  box-shadow: 0px 9px 25.2px rgba(0, 0, 0, 0.08);
  flex-grow: 1;
  min-height: 0;
}
@media (max-width: 1319px) {
  .view-card {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1rem;
  }
}
@media (max-width: 767px) {
  .view-card {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
  }
}
.view-card__image {
  margin-bottom: 0;
  flex: 0 0 2.5rem;
  width: 2.5rem;
}
@media (max-width: 1319px) {
  .view-card__image {
    flex: 0 0 auto;
    width: auto;
    height: 1.5rem;
  }
}
@media (max-width: 767px) {
  .view-card__image {
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: auto;
  }
}
.view-card__image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1319px) {
  .view-card__image img {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .view-card__image img {
    width: 100%;
    height: auto;
  }
}
.view-card__text {
  margin-bottom: 0;
  color: #000000;
}

.view-map {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 1rem;
  border: 1px solid #DED3C7;
  overflow: hidden;
}
@media (max-width: 1319px) {
  .view-map {
    grid-template-columns: 1.2fr 1.1fr;
  }
}
@media (max-width: 1023px) {
  .view-map {
    grid-template-columns: 1fr;
  }
}
.view-map > * {
  min-width: 0;
}
@media (max-width: 1023px) {
  .view-map__card {
    order: 1;
  }
}
.view-map__image {
  margin-bottom: 0;
  width: 100%;
  height: 220px;
}
@media (max-width: 1023px) {
  .view-map__image {
    display: none;
  }
}
.view-map__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px 0 0 0;
}
.view-map__content {
  padding: 1.25rem;
  background: #FDFAF7;
}
@media (max-width: 1319px) {
  .view-map__content {
    padding: 1rem;
  }
}
@media (max-width: 1023px) {
  .view-map__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 575px) {
  .view-map__content {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}
@media (max-width: 374px) {
  .view-map__content {
    padding: 0.75rem;
  }
}
.view-map__title {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 0.25rem;
  font-weight: 400;
}
@media (max-width: 1319px) {
  .view-map__title {
    font-size: 1.0625rem;
    line-height: 1.2941176471;
  }
}
@media (max-width: 374px) {
  .view-map__title {
    font-size: 0.9375rem;
    line-height: 1.3333333333;
  }
}
.view-map__address {
  color: #737373;
  margin-bottom: 1rem;
}
@media (max-width: 575px) {
  .view-map__address {
    margin-bottom: 0;
  }
}
.view-map__info {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media (max-width: 1319px) {
  .view-map__info {
    gap: 0.75rem;
  }
}
@media (max-width: 1023px) {
  .view-map__info {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .view-map__info li:nth-child(1) {
    flex: 0 0 auto;
    width: auto;
  }
}
.view-map__info li span {
  font-size: 0.875rem;
  color: #737373;
  line-height: 1.5;
  display: block;
  margin-bottom: 0.25rem;
}
@media (max-width: 1319px) {
  .view-map__info li span {
    font-size: 0.8125rem;
    line-height: 1.3846153846;
  }
}
@media (max-width: 374px) {
  .view-map__info li span {
    font-size: 0.75rem;
    line-height: 1.3333333333;
  }
}
.view-map__info li span:last-child {
  margin-bottom: 0;
  font-size: 1rem;
  color: #000000;
}
@media (max-width: 1319px) {
  .view-map__info li span:last-child {
    font-size: 0.9375rem;
    line-height: 1.3333333333;
  }
}
@media (max-width: 374px) {
  .view-map__info li span:last-child {
    font-size: 0.8125rem;
    line-height: 1.3846153846;
  }
}
.view-map__map {
  position: relative;
}
@media (max-width: 1023px) {
  .view-map__map {
    order: 0;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .view-map__map {
    width: 100%;
    margin: 0;
    flex: 0 0 auto;
  }
}
.view-map__map > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 1rem 1rem 0;
}
@media (max-width: 1023px) {
  .view-map__map > * {
    border-radius: 1rem 1rem 0 0;
  }
}
.view-form {
  background: #FFFFFF;
  box-shadow: 0px 20px 48px rgba(0, 0, 0, 0.08);
}

.view-body {
  display: flex;
  margin: 0 -1.125rem;
  margin-bottom: 2.25rem;
}
@media (max-width: 1319px) {
  .view-body {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 1023px) {
  .view-body {
    flex-direction: column;
    row-gap: var(--space);
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .view-body {
    margin-bottom: 0;
  }
}
.view-body > * {
  padding: 0 1.125rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1319px) {
  .view-body > * {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.view-body > *:nth-child(1) {
  flex: 0 0 66.667%;
  width: 66.667%;
}
@media (max-width: 1023px) {
  .view-body > *:nth-child(1) {
    flex: 0 0 auto;
    width: 100%;
    padding: 0;
  }
}
.view-body > *:nth-child(2) {
  flex: 0 0 33.333%;
  width: 33.333%;
}
@media (max-width: 1023px) {
  .view-body > *:nth-child(2) {
    flex: 0 0 auto;
    width: 100%;
    padding: 0;
  }
}
.view-body__card {
  border-radius: 1rem;
  border: 1px solid #DED3C7;
  overflow: hidden;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .view-body__card {
    flex-direction: row;
  }
}
@media (max-width: 575px) {
  .view-body__card {
    flex-direction: column;
  }
}
.view-body__image {
  margin-bottom: 0;
  width: 100%;
  flex-grow: 1;
  min-height: 0;
  position: relative;
}
@media (max-width: 1023px) {
  .view-body__image {
    height: 275px;
    flex: 0 0 50%;
    width: 50%;
  }
}
@media (max-width: 575px) {
  .view-body__image {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 374px) {
  .view-body__image {
    height: 232px;
  }
}
.view-body__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem 0 0 0;
}
.view-body__content {
  padding: 1.25rem;
  background: #FDFAF7;
}
@media (max-width: 1319px) {
  .view-body__content {
    padding: 1rem;
  }
}
@media (max-width: 1023px) {
  .view-body__content {
    flex: 0 0 50%;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .view-body__content {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 374px) {
  .view-body__content {
    padding: 0.75rem;
  }
}
.view-body__title {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-weight: 400;
}
@media (max-width: 1319px) {
  .view-body__title {
    font-size: 1.0625rem;
    line-height: 1.2941176471;
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 374px) {
  .view-body__title {
    margin-bottom: 0.5rem;
    font-size: 0.9375rem;
    line-height: 1.3333333333;
  }
}
.view-body__desc {
  margin-bottom: 0;
}

.feedbacks {
  overflow: hidden;
  padding: var(--space) 0;
}
.feedbacks__title {
  margin-bottom: 2.25rem;
  max-width: 852px;
}
@media (max-width: 1319px) {
  .feedbacks__title {
    margin-bottom: 1.25rem;
    max-width: 100%;
  }
}
.feedbacks__body {
  position: relative;
  padding: 0rem 4.5rem;
  margin-bottom: 2.25rem;
}
@media (max-width: 1319px) {
  .feedbacks__body {
    padding: 0;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 374px) {
  .feedbacks__body {
    margin-bottom: 1rem;
  }
}
.feedbacks__slider {
  overflow: hidden;
}
@media (max-width: 1319px) {
  .feedbacks__slider {
    overflow: initial;
  }
}
.feedbacks__slider .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1319px) {
  .feedbacks__nav {
    display: none;
  }
}
.feedbacks__nav .swiper-btn {
  position: absolute;
  top: calc(50% - 1.875rem);
  transform: translateY(calc(-50% + 1.875rem));
}
.feedbacks__nav .swiper-btn--prev {
  left: 0;
}
.feedbacks__nav .swiper-btn--next {
  right: 0;
}

.feedbacks-card {
  flex-grow: 1;
  min-height: 0;
  border-radius: 1.25rem;
  position: relative;
  overflow: hidden;
  background: #FDFAF7;
}
@media (max-width: 1023px) {
  .feedbacks-card {
    border-radius: 1rem;
  }
}
.feedbacks-card__image {
  margin-bottom: 0;
  position: relative;
  padding-top: 55.5555555556%;
}
@media (max-width: 1023px) {
  .feedbacks-card__image {
    padding-top: 10rem;
  }
}
@media (max-width: 374px) {
  .feedbacks-card__image {
    padding-top: 8.75rem;
  }
}
.feedbacks-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem 1.25rem 0 0;
}
@media (max-width: 1023px) {
  .feedbacks-card__image img {
    border-radius: 1rem 1rem 0 0;
  }
}
.feedbacks-card__content {
  padding: 1.25rem;
}
@media (max-width: 1319px) {
  .feedbacks-card__content {
    padding: 16px;
  }
}
@media (max-width: 374px) {
  .feedbacks-card__content {
    padding: 0.75rem;
  }
}
.feedbacks-card__product {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-weight: 400;
  font-size: 0.75rem;
  color: #000000;
  margin-bottom: 0.75rem;
  border-radius: 50px;
  background-color: #DED3C7;
}
@media (max-width: 374px) {
  .feedbacks-card__product {
    padding: 0.125rem 0.5rem;
  }
}
.feedbacks-card__person {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
@media (max-width: 1023px) {
  .feedbacks-card__person {
    font-size: 0.8125rem;
  }
}
.feedbacks-card__text {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .feedbacks-card__text {
    font-size: 0.8125rem;
  }
}

.video-feedback {
  display: block;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 0;
}
.video-feedback__image {
  position: relative;
  margin: 0;
  padding-top: 134%;
  overflow: hidden;
  flex-grow: 1;
  min-height: 0;
}
.video-feedback__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .video-feedback__image::before {
    border-radius: 16px;
  }
}
@media (max-width: 1023px) {
  .video-feedback__image::before {
    border-radius: 20px;
  }
}
.video-feedback__image > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .video-feedback__image > * {
    border-radius: 16px;
  }
}
@media (max-width: 1023px) {
  .video-feedback__image > * {
    border-radius: 20px;
  }
}
.video-feedback__button {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #FFFFFF;
}
@media (max-width: 1440px) {
  .video-feedback__button {
    width: 58px;
    height: 58px;
  }
}
.credit {
  overflow: hidden;
  padding: var(--space) 0;
  background: #FCFCFC;
}
.credit__title {
  margin-bottom: 0.75rem;
}
.credit__subtitle {
  margin-bottom: 2.25rem;
}
@media (max-width: 1319px) {
  .credit__subtitle {
    margin-bottom: 1.25rem;
    font-size: 1.0625rem;
    line-height: 1.2941176471;
  }
}
@media (max-width: 374px) {
  .credit__subtitle {
    font-size: 0.8125rem;
    line-height: 1.3846153846;
  }
}
.credit__body {
  margin-bottom: 2.25rem;
}
@media (max-width: 1319px) {
  .credit__body {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 1023px) {
  .credit__body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
}
@media (max-width: 767px) {
  .credit__body {
    grid-template-columns: 1fr;
    row-gap: 0.75rem;
  }
}
.credit__body > * {
  min-width: 0;
}

.credit-card {
  margin-bottom: 0.5rem;
  padding: 1.25rem 1.25rem 1.25rem 2.5rem;
  min-height: 5.75rem;
  background: #333333;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  border-radius: 0.5rem;
}
@media (max-width: 1023px) {
  .credit-card {
    margin-bottom: 0;
    flex-direction: column;
    row-gap: 1rem;
    padding: 1rem 0.75rem;
  }
}
@media (max-width: 767px) {
  .credit-card {
    flex-direction: row;
  }
}
@media (max-width: 575px) {
  .credit-card {
    flex-direction: column;
  }
}
.credit-card:last-child {
  margin-bottom: 0;
}
.credit-card--green {
  background: #0FA814;
}
.credit-card--darkblue {
  background-color: #303440;
}
.credit-card__image {
  margin: 0;
}
.credit-card__image img {
  width: auto;
  max-height: 3.25rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1023px) {
  .credit-card__image img {
    max-height: none;
    height: 2rem;
  }
}
@media (max-width: 767px) {
  .credit-card__image img {
    height: 2.25rem;
  }
}
@media (max-width: 575px) {
  .credit-card__image img {
    height: 2rem;
  }
}
@media (max-width: 767px) {
  .credit-card--darkblue .credit-card__image img {
    height: 3rem;
  }
}
@media (max-width: 575px) {
  .credit-card--darkblue .credit-card__image img {
    height: 2.5rem;
  }
}
.credit-card__content {
  display: flex;
  align-items: center;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
@media (max-width: 1023px) {
  .credit-card__content {
    flex-direction: column;
    row-gap: 1rem;
  }
}
.credit-card__text {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .credit-card__text {
    font-size: 0.9375rem;
    line-height: 1.3333333333;
  }
}
@media (max-width: 1023px) {
  .credit-card__text > br {
    display: none;
  }
}
.credit-card__button {
  padding: 15.5px 2.5rem;
}
@media (max-width: 1023px) {
  .credit-card__button {
    padding: 11px;
    width: 100%;
  }
}

.contact {
  padding-top: var(--space);
}
.contact__title {
  margin-bottom: 2.25rem;
}
@media (max-width: 1319px) {
  .contact__title {
    margin-bottom: 1.25rem;
  }
}
.contact__row {
  margin-bottom: var(--space);
  row-gap: 1.5rem;
}
.contact__icon {
  height: 2.5rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 1319px) {
  .contact__icon {
    height: 2rem;
  }
}
.contact__icon img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.contact__heading {
  color: #737373;
  font-weight: 400;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
}
@media (max-width: 1319px) {
  .contact__heading {
    font-size: 0.8125rem;
    line-height: 1.3846153846;
  }
}
.contact__text {
  font-size: 1rem;
  margin-bottom: 0;
}
@media (max-width: 1319px) {
  .contact__text {
    font-size: 0.9375rem;
    line-height: 1.3333333333;
  }
}
.contact-map {
  position: relative;
  padding: var(--space) 0;
}
@media (max-width: 1023px) {
  .contact-map {
    padding: 0;
  }
}
.contact-map > iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1023px) {
  .contact-map > iframe {
    position: relative;
    height: 200px;
  }
}
.contact-map > ._container {
  pointer-events: none;
}
@media (max-width: 1023px) {
  .contact-map > ._container {
    padding: 0;
  }
}
.contact-form {
  width: 25.5rem;
  background: #FFFFFF;
  border-radius: 1rem;
  pointer-events: auto;
  padding: 1.25rem;
  position: relative;
  z-index: 1;
  box-shadow: 0px 18px 43.2px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1023px) {
  .contact-form {
    width: 100%;
    border-radius: 0;
    padding: 1rem;
  }
}
.contact-form__title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media (max-width: 1023px) {
  .contact-form__title {
    font-size: 1.0625rem;
    line-height: 1.2941176471;
  }
}
.contact-form__desc {
  text-align: center;
  margin-bottom: 1.25rem;
}
@media (max-width: 1319px) {
  .contact-form__desc {
    margin-bottom: 1rem;
  }
}
@media (max-width: 1023px) {
  .contact-form__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 1rem;
    gap: 1rem;
  }
}
.contact-form__group {
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .contact-form__group {
    margin-bottom: 0;
  }
}
.contact-form__action {
  margin-top: 1.25rem;
}
.contact-form__action .btn {
  width: 100%;
  text-align: center;
  padding: 15.5px;
}
@media (max-width: 1023px) {
  .contact-form__action .btn {
    padding: 11px;
  }
}
.advantages {
  background: #FFFFFF;
  padding: 2.25rem 0;
}
@media (max-width: 374px) {
  .advantages {
    padding: var(--space) 0;
  }
}
.advantages__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 1319px) {
  .advantages__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .advantages__row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 374px) {
  .advantages__row {
    gap: 0.75rem;
  }
}

.advantages-card {
  background: #FDFAF7;
  padding: 1.25rem;
  border-radius: 1rem;
}
@media (max-width: 1319px) {
  .advantages-card {
    position: relative;
  }
}
@media (max-width: 1023px) {
  .advantages-card {
    padding: 1rem;
  }
}
@media (max-width: 374px) {
  .advantages-card {
    padding: 1rem 0.75rem;
  }
}
.advantages-card__image {
  margin-bottom: 1.25rem;
  height: 4rem;
}
@media (max-width: 1319px) {
  .advantages-card__image {
    height: 2.5rem;
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
  }
}
@media (max-width: 1023px) {
  .advantages-card__image {
    top: 1rem;
    right: 1rem;
  }
}
@media (max-width: 374px) {
  .advantages-card__image {
    height: 2rem;
  }
}
.advantages-card__image > * {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.advantages-card__title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
@media (max-width: 1319px) {
  .advantages-card__title {
    max-width: calc(100% - 1rem - 2.5rem);
  }
}
@media (max-width: 1023px) {
  .advantages-card__title {
    font-size: 0.9375rem;
    line-height: 1.3333333333;
  }
}
@media (max-width: 374px) {
  .advantages-card__title {
    max-width: calc(100% - 3rem);
    font-size: 0.8125rem;
    line-height: 1.3846153846;
  }
}
.advantages-card__text {
  margin-bottom: 0;
}
@media (max-width: 1319px) {
  .advantages-card__text {
    max-width: calc(100% - 1rem - 2.5rem);
  }
}
@media (max-width: 374px) {
  .advantages-card__text {
    max-width: calc(100% - 3rem);
  }
}

.videos {
  background: #2B2928;
  padding: var(--space) 0 7.625rem;
  overflow: hidden;
}
@media (max-width: 1319px) {
  .videos {
    padding-bottom: var(--space);
  }
}
.videos__title {
  color: #FFFFFF;
  margin-bottom: 2.25rem;
}
@media (max-width: 1319px) {
  .videos__title {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 1023px) {
  .videos__title {
    margin-bottom: 1rem;
  }
}
@media (max-width: 374px) {
  .videos__title {
    margin-bottom: 0.75rem;
  }
}
.videos__body {
  position: relative;
  padding: 0rem 4.5rem;
}
@media (max-width: 1319px) {
  .videos__body {
    padding: 0;
  }
}
.videos__body > .swiper-pagination {
  margin-top: 0;
  position: absolute !important;
  left: 0 !important;
  width: 100% !important;
  top: calc(100% + 2.25rem) !important;
  z-index: 10;
}
@media (max-width: 1319px) {
  .videos__body > .swiper-pagination {
    top: auto !important;
    position: relative !important;
    margin-top: 1.25rem;
  }
}
@media (max-width: 1023px) {
  .videos__body > .swiper-pagination {
    margin-top: 1rem;
  }
}
@media (max-width: 1319px) {
  .videos__nav {
    display: none;
  }
}
.videos__nav > .swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.videos__nav > .swiper-btn--prev {
  left: 0;
}
.videos__nav > .swiper-btn--prev > svg {
  left: -1px;
}
.videos__nav > .swiper-btn--next {
  right: 0;
}
.videos__nav > .swiper-btn--next > svg {
  right: -1px;
}
.videos__nav > .swiper-btn.swiper-button-disabled {
  opacity: 0.1;
  pointer-events: none;
}
.videos__nav > .swiper-btn > svg {
  position: relative;
  width: 100%;
  height: 100%;
  flex: 0 0 100%;
}
.videos__slider {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .videos__slider {
    overflow: initial;
  }
}
.videos__slider > .swiper-wrapper > .swiper-slide {
  height: auto;
}

.videos-card {
  position: relative;
  display: block;
}
.videos-card__image {
  position: relative;
  margin: 0;
  height: 225px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .videos-card__image {
    height: 203px;
  }
}
@media (max-width: 1023px) {
  .videos-card__image {
    height: 12.5rem;
  }
}
@media (max-width: 374px) {
  .videos-card__image {
    height: 10.375rem;
  }
}
.videos-card__image > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 6px;
}
.videos-card__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #FFFFFF;
}
@media (max-width: 1440px) {
  .videos-card__icon {
    width: 58px;
    height: 58px;
  }
}
.hero {
  position: relative;
  overflow: hidden;
}
.hero__image {
  display: block;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero__image > * {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.hero__body {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 6.5rem;
}
@media (max-width: 1319px) {
  .hero__body {
    padding-bottom: 4rem;
  }
}
@media (max-width: 1023px) {
  .hero__body {
    padding: 2rem 0;
  }
}
@media (max-width: 374px) {
  .hero__body {
    padding: 1.25rem 0;
  }
}
.hero__breadcrumbs {
  margin-bottom: 0.75rem;
}
@media (max-width: 1023px) {
  .hero__breadcrumbs {
    font-size: 0.75rem;
  }
}
.hero__breadcrumbs > span {
  color: #828282;
}
.hero__breadcrumbs > span > a {
  color: #FFFFFF;
}
.hero__breadcrumbs > span > a:hover {
  color: #139B17;
}
.hero__title {
  color: #FFFFFF;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.5;
  max-width: 690px;
  margin-bottom: 0.75rem;
}
@media (max-width: 1023px) {
  .hero__title {
    font-size: 1.25rem;
    line-height: 1.25;
  }
}
@media (max-width: 374px) {
  .hero__title {
    font-size: 1.0625rem;
    line-height: 1.2941176471;
  }
}
.hero__subtitle {
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 2.25rem;
  max-width: 40.5rem;
}
@media (max-width: 1023px) {
  .hero__subtitle {
    font-size: 0.9375rem;
    line-height: 1.3333333333;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 374px) {
  .hero__subtitle {
    font-size: 0.8125rem;
    line-height: 1.3846153846;
    margin-bottom: 1.625rem;
  }
}
.hero__features {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2.25rem;
  display: grid;
  gap: 1.25rem;
  max-width: 40.5rem;
}
@media (max-width: 1023px) {
  .hero__features {
    max-width: 43.875rem;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 575px) {
  .hero__features {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
@media (max-width: 374px) {
  .hero__features {
    gap: 1rem;
    margin-bottom: 1.625rem;
  }
}
.hero__features > li {
  display: flex;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  color: #FFFFFF;
}
@media (max-width: 1023px) {
  .hero__features > li {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (max-width: 374px) {
  .hero__features > li {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
}
.hero__features > li > figure {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  fill: #000000;
}
@media (max-width: 1023px) {
  .hero__features > li > figure {
    flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 374px) {
  .hero__features > li > figure {
    flex: 0 0 1.75rem;
    width: 1.75rem;
    height: 1.75rem;
  }
}
.hero__features > li > figure > svg {
  flex: 0 0 1.75rem;
  width: 1.75rem;
  height: 1.75rem;
  overflow: initial;
}
@media (max-width: 1023px) {
  .hero__features > li > figure > svg {
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (max-width: 374px) {
  .hero__features > li > figure > svg {
    flex: 0 0 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}
.hero__features > li > span {
  font-size: 1rem;
  font-weight: 700;
  align-self: center;
}
@media (max-width: 1023px) {
  .hero__features > li > span {
    font-size: 0.8125rem;
    line-height: 1.3846153846;
  }
}
.hero__actions {
  max-width: 40.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media (max-width: 1319px) {
  .hero__actions {
    max-width: 37rem;
  }
}
@media (max-width: 1023px) {
  .hero__actions {
    max-width: 592px;
    gap: 1rem;
  }
}
@media (max-width: 575px) {
  .hero__actions {
    max-width: 100%;
    grid-template-columns: 1fr;
  }
}
.hero__btn {
  padding: 1.375rem;
}
@media (max-width: 1023px) {
  .hero__btn {
    padding: 11px;
  }
}
.hero__nav {
  position: absolute;
  right: 0;
  bottom: 2.5rem;
  width: 100%;
  max-width: 343px;
  display: grid;
  gap: 1rem;
}
@media (max-width: 1319px) {
  .hero__nav {
    bottom: 4rem;
  }
}
@media (max-width: 1023px) {
  .hero__nav {
    display: none;
  }
}
.hero__nav > a {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  border-radius: 0.875rem;
  background: linear-gradient(265.09deg, #F3ECE4 0.03%, #F9F3EC 100.03%);
  font-size: 1.25rem;
  font-weight: 700;
  color: #000000;
}
.hero__nav > a > picture {
  display: block;
  font-size: 0;
  line-height: 0;
  flex: 0 0 9.125rem;
  width: 9.125rem;
  position: relative;
}
.hero__nav > a > picture > * {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 0.875rem 0 0 0.875rem;
}
.hero__nav > a > span {
  position: relative;
}
.hero__nav > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 0.875rem;
  background-color: #0FA814;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
.hero__nav > a::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.7081 16.7075L12.7081 26.7075C12.6151 26.8004 12.5048 26.8741 12.3835 26.9244C12.2621 26.9747 12.132 27.0006 12.0006 27.0006C11.8692 27.0006 11.7391 26.9747 11.6177 26.9244C11.4963 26.8741 11.386 26.8004 11.2931 26.7075C11.2001 26.6146 11.1264 26.5043 11.0762 26.3829C11.0259 26.2615 11 26.1314 11 26C11 25.8686 11.0259 25.7385 11.0762 25.6171C11.1264 25.4957 11.2001 25.3854 11.2931 25.2925L20.5868 16L11.2931 6.70751C11.1054 6.51987 11 6.26537 11 6.00001C11 5.73464 11.1054 5.48015 11.2931 5.29251C11.4807 5.10487 11.7352 4.99945 12.0006 4.99945C12.2659 4.99945 12.5204 5.10487 12.7081 5.29251L22.7081 15.2925C22.801 15.3854 22.8748 15.4957 22.9251 15.6171C22.9754 15.7385 23.0013 15.8686 23.0013 16C23.0013 16.1314 22.9754 16.2615 22.9251 16.3829C22.8748 16.5043 22.801 16.6146 22.7081 16.7075Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: background-image 0.4s ease-in-out;
}
.hero__nav > a:hover {
  color: #FFFFFF;
}
.hero__nav > a:hover::before {
  opacity: 1;
  visibility: visible;
}
.hero__nav > a:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.7081 16.7075L12.7081 26.7075C12.6151 26.8004 12.5048 26.8741 12.3835 26.9244C12.2621 26.9747 12.132 27.0006 12.0006 27.0006C11.8692 27.0006 11.7391 26.9747 11.6177 26.9244C11.4963 26.8741 11.386 26.8004 11.2931 26.7075C11.2001 26.6146 11.1264 26.5043 11.0762 26.3829C11.0259 26.2615 11 26.1314 11 26C11 25.8686 11.0259 25.7385 11.0762 25.6171C11.1264 25.4957 11.2001 25.3854 11.2931 25.2925L20.5868 16L11.2931 6.70751C11.1054 6.51987 11 6.26537 11 6.00001C11 5.73464 11.1054 5.48015 11.2931 5.29251C11.4807 5.10487 11.7352 4.99945 12.0006 4.99945C12.2659 4.99945 12.5204 5.10487 12.7081 5.29251L22.7081 15.2925C22.801 15.3854 22.8748 15.4957 22.9251 15.6171C22.9754 15.7385 23.0013 15.8686 23.0013 16C23.0013 16.1314 22.9754 16.2615 22.9251 16.3829C22.8748 16.5043 22.801 16.6146 22.7081 16.7075Z' fill='white'/%3E%3C/svg%3E%0A");
}

.hero-nav {
  display: none;
}
@media (max-width: 1023px) {
  .hero-nav {
    display: block;
  }
}
.hero-nav__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 1.25rem 0;
  gap: 0.75rem 1rem;
}
@media (max-width: 575px) {
  .hero-nav__wrapper {
    grid-template-columns: 1fr;
  }
}
.hero-nav__wrapper > a {
  min-width: 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 1.625rem;
       column-gap: 1.625rem;
  position: relative;
  border-radius: 1rem;
  background: linear-gradient(265.09deg, #F3ECE4 0.03%, #F9F3EC 100.03%);
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  font-weight: 700;
  color: #000000;
}
.hero-nav__wrapper > a > picture {
  display: block;
  font-size: 0;
  line-height: 0;
  flex: 0 0 5.875rem;
  width: 5.875rem;
  height: 3rem;
  position: relative;
}
.hero-nav__wrapper > a > picture > * {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 1rem 0 0 1rem;
}
.hero-nav__wrapper > a > span {
  position: relative;
}
.hero-nav__wrapper > a::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.7081 16.7075L12.7081 26.7075C12.6151 26.8004 12.5048 26.8741 12.3835 26.9244C12.2621 26.9747 12.132 27.0006 12.0006 27.0006C11.8692 27.0006 11.7391 26.9747 11.6177 26.9244C11.4963 26.8741 11.386 26.8004 11.2931 26.7075C11.2001 26.6146 11.1264 26.5043 11.0762 26.3829C11.0259 26.2615 11 26.1314 11 26C11 25.8686 11.0259 25.7385 11.0762 25.6171C11.1264 25.4957 11.2001 25.3854 11.2931 25.2925L20.5868 16L11.2931 6.70751C11.1054 6.51987 11 6.26537 11 6.00001C11 5.73464 11.1054 5.48015 11.2931 5.29251C11.4807 5.10487 11.7352 4.99945 12.0006 4.99945C12.2659 4.99945 12.5204 5.10487 12.7081 5.29251L22.7081 15.2925C22.801 15.3854 22.8748 15.4957 22.9251 15.6171C22.9754 15.7385 23.0013 15.8686 23.0013 16C23.0013 16.1314 22.9754 16.2615 22.9251 16.3829C22.8748 16.5043 22.801 16.6146 22.7081 16.7075Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.product {
  padding-top: 2.25rem;
  padding-bottom: var(--space);
}
@media (max-width: 1023px) {
  .product {
    padding-top: 1rem;
  }
}
.product__breadcrumbs {
  margin-bottom: 0.75rem;
}
@media (max-width: 1023px) {
  .product__breadcrumbs {
    font-size: 0.75rem;
  }
}
.product__breadcrumbs > span {
  color: #828282;
}
.product__breadcrumbs > span > a {
  color: #139B17;
}
.product__breadcrumbs > span > a:hover {
  color: #139B17;
}
.product__heading {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2.25rem;
}
@media (max-width: 1023px) {
  .product__heading {
    margin-bottom: 1rem;
  }
}
.product__heading > div:nth-child(1) {
  flex-grow: 1;
  min-width: 0;
}
.product__title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
@media (max-width: 1023px) {
  .product__title {
    font-size: 1.25rem;
    line-height: 1.25;
  }
}
@media (max-width: 374px) {
  .product__title {
    font-size: 1.0625rem;
    line-height: 1.2941176471;
  }
}
.product__stock {
  font-size: 1.5rem;
  color: #0FA814;
}
@media (max-width: 1023px) {
  .product__stock {
    font-size: 0.8125rem;
    line-height: 1.3846153846;
  }
}
.product__actions {
  flex-direction: column;
  align-items: flex-end;
  row-gap: 1rem;
}
@media (max-width: 1023px) {
  .product__actions {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .product__actions {
    gap: 0.75rem 2.25rem;
  }
}
.product__price {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .product__price {
    font-size: 1.0625rem;
    line-height: 1.2941176471;
  }
}
.product__button {
  width: 325px;
  max-width: 100%;
  padding: 0.875rem;
}
@media (max-width: 1023px) {
  .product__button {
    padding: 11px;
  }
}
.product__slider {
  overflow: hidden;
  margin-bottom: 2.25rem;
}
@media (max-width: 1023px) {
  .product__slider {
    margin-bottom: 1rem;
  }
}
.product__slider > .swiper-wrapper > .swiper-slide {
  height: auto;
}
.product__slider > .swiper-wrapper > .swiper-slide > a {
  display: block;
  font-size: 0;
  line-height: 0;
  position: relative;
  padding-top: 46.2962962963%;
}
@media (max-width: 767px) {
  .product__slider > .swiper-wrapper > .swiper-slide > a {
    padding-top: 257px;
  }
}
.product__slider > .swiper-wrapper > .swiper-slide > a > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.product__wrapper {
  position: relative;
  padding: 0rem 4.5rem;
  margin-bottom: 2.25rem;
}
@media (max-width: 1023px) {
  .product__wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .product__wrapper {
    padding: 0;
  }
}
.product__wrapper > .swiper-pagination {
  margin-top: 2.25rem;
}
@media (max-width: 1023px) {
  .product__wrapper > .swiper-pagination {
    margin-top: 1rem;
  }
}
.product__wrapper > .swiper-btn {
  position: absolute;
  top: calc(50% - 58px);
  transform: translateY(calc(-50% + 29px));
  z-index: 10;
}
@media (max-width: 1023px) {
  .product__wrapper > .swiper-btn {
    top: calc(50% - 2rem);
    transform: translateY(calc(-50% + 1rem));
  }
}
.product__wrapper > .swiper-btn--prev {
  left: 0;
}
.product__wrapper > .swiper-btn--next {
  right: 0;
}
.product__thumbs {
  overflow: hidden;
}
@media (max-width: 767px) {
  .product__thumbs {
    overflow: initial;
  }
}
.product__thumbs > .swiper-wrapper > .swiper-slide {
  height: auto;
}
.product__thumbs > .swiper-wrapper > .swiper-slide > picture {
  display: block;
  font-size: 0;
  line-height: 0;
  position: relative;
  padding-top: 63.8888888889%;
}
.product__thumbs > .swiper-wrapper > .swiper-slide > picture > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0.5rem;
}
.product__var {
  margin-bottom: 2.25rem;
}
@media (max-width: 1023px) {
  .product__var {
    margin-bottom: 1rem;
  }
}
.product__var > h2 {
  margin-bottom: 1rem;
}
@media (max-width: 374px) {
  .product__var > h2 {
    margin-bottom: 0.75rem;
  }
}
.product__var > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media (max-width: 1023px) {
  .product__var > ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.product__var > ul > li {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding: 1.25rem;
  background-color: #FDFAF7;
  border-radius: 1rem;
}
@media (max-width: 1023px) {
  .product__var > ul > li {
    padding: 0.5rem;
    justify-content: center;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
}
@media (max-width: 575px) {
  .product__var > ul > li {
    flex-direction: column;
    align-items: center;
    row-gap: 0.5rem;
    padding: 0.5rem;
  }
}
.product__var > ul > li > img {
  flex: 0 0 3rem;
  width: 3rem;
  height: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1023px) {
  .product__var > ul > li > img {
    flex: 0 0 2.25rem;
    width: 2.25rem;
    height: 2.25rem;
  }
}
.product__var > ul > li > span {
  font-size: 1rem;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .product__var > ul > li > span {
    font-size: 0.8125rem;
    line-height: 1.3846153846;
    font-weight: 400;
  }
}
.product__row {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 8fr 4fr;
  gap: 2.25rem;
}
@media (max-width: 1023px) {
  .product__row {
    grid-template-columns: 1fr;
  }
}
.product__row > * {
  min-width: 0;
}
.product__content > h3 {
  margin-bottom: 1rem;
  margin-top: 2.25rem;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .product__content > h3 {
    font-size: 1.0625rem;
    line-height: 1.2941176471;
    margin-bottom: 1rem;
    margin-top: 1.25rem;
  }
}
.product__content > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1rem;
}
.product__content > ul > li {
  margin-bottom: 1rem;
  display: flex;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  font-size: 1rem;
}
@media (max-width: 1023px) {
  .product__content > ul > li {
    font-size: 0.8125rem;
    line-height: 1.3846153846;
  }
}
.product__content > ul > li:last-child {
  margin-bottom: 0;
}
.product__content > ul > li::before {
  content: "";
  display: block;
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.245 3.17365C14.4558 2.33651 18.6714 4.58997 20.3143 8.55635C21.957 12.5231 20.5689 17.0984 16.9989 19.4835C13.429 21.8682 8.67145 21.3999 5.6357 18.3643C3.94801 16.6764 2.99988 14.3864 3 11.9995C3.00038 7.70606 6.03393 4.011 10.245 3.17365ZM16.9239 8.5751C16.6896 8.34114 16.3096 8.34114 16.0754 8.5751L10.4993 14.1488L7.92451 11.5741L7.83075 11.4979C7.598 11.344 7.28116 11.3694 7.07602 11.5741C6.8711 11.779 6.84518 12.0959 6.99867 12.3288L7.07602 12.4226L10.075 15.4227C10.3092 15.6568 10.6892 15.6567 10.9235 15.4227L16.9239 9.42358C17.1579 9.1893 17.158 8.80938 16.9239 8.5751Z' fill='%23139B17'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.product__content > ul > li > p {
  margin-bottom: 0;
  align-self: center;
}
.product__content > *:first-child {
  margin-top: 0;
}
.product__content > *:last-child {
  margin-bottom: 0;
}
.product__table {
  background-color: #F8F8F8;
  border-radius: 1rem;
  padding: 1.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 0.75rem;
}
@media (max-width: 1023px) {
  .product__table {
    padding: 1rem;
  }
}
@media (max-width: 374px) {
  .product__table {
    gap: 0.5rem;
    padding: 1rem 0.75rem;
  }
}
.product__table > div:nth-child(2n+1) {
  color: #828282;
  align-self: center;
}
@media (max-width: 1023px) {
  .product__table > div:nth-child(2n+1) {
    font-size: 0.75rem;
    line-height: 1.3333333333;
  }
}
.product__table > div:nth-child(2n) {
  font-size: 1rem;
  text-align: right;
}
@media (max-width: 575px) {
  .product__table > div:nth-child(2n) {
    font-size: 0.9375rem;
    line-height: 1.3333333333;
  }
}
@media (max-width: 374px) {
  .product__table > div:nth-child(2n) {
    font-size: 0.8125rem;
    line-height: 1.3846153846;
  }
}

.related {
  overflow: hidden;
  padding: var(--space) 0;
  background-color: #2B2928;
}
.related__title {
  color: #FFFFFF;
  margin-bottom: 2.25rem;
}
.related__wrapper {
  position: relative;
}
.related__wrapper > .swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.related__wrapper > .swiper-btn--prev {
  left: 0;
}
.related__wrapper > .swiper-btn--next {
  right: 0;
}
.related__slider {
  overflow: hidden;
}
@media (max-width: 1319px) {
  .related__slider {
    overflow: initial;
  }
}
.related__slider > .swiper-wrapper > .swiper-slide .catalog-card {
  border: 0;
}
.related__slider > .swiper-wrapper > .swiper-slide .catalog-card__content {
  background-color: #FFFFFF;
  border-radius: 0 0 1rem 1rem;
}