@charset "UTF-8";

/*--------- font-face ---------*/

@import url("../fonts/stylesheet.css");
/* Header */
@import url("header.css");

@import url("main_page.css");

@import url("catalog.css");
@import url("product.css");

@import url("success_page.css");
@import url("not_found.css");

@import url("blog.css");

@import url("footer.css");

:root {
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*overflow: hidden;*/
}

html,
body {
  /*min-height: 100%;*/
  scrollbar-gutter: stable;
}

html,
body {
  /*height: 100%;*/
}

audio,
video {
  display: block;
}

section {
  max-width: 100%;
  overflow-x: hidden;
  /*padding-bottom: 1px;*/
}

a {
  text-decoration: none;
  color: #1eb985;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

a:focus {
  text-decoration: none;
  color: #126f50;
}

a:hover {
  text-decoration: none;
  color: #18946a;
}

a:disabled {
  text-decoration: none;
  color: #a5e3ce;
}

a img {
  border: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style-type: none;
}

img {
  max-width: 100%;
  display: block;
  border-style: none;
}

input,
textarea,
select {
  vertical-align: middle;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
  width: 100%;
}

input[type="search"],
input[type="text"],
input[type="file"],
input[type="password"],
input[type="submit"],
input[type="email"],
input[type="tel"],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  resize: none;
  outline: none;
}

input[type="email"] {
  box-shadow: none;
  -webkit-box-shadow: none;
}

input[type="image"] {
  padding: 0;
  border: none;
}

input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="submit"],
input[type="button"] {
  cursor: pointer;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button,
input[type="email"]::-webkit-inner-spin-button,
input[type="email"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

button:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button {
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Mazzard", sans-serif;
}

p,
span,
label,
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
i,
em {
  max-width: 100%;
  word-wrap: break-word;
  white-space: normal;
  margin: 0;
}

div {
  word-wrap: break-word;
  white-space: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

iframe {
  border: none;
}

::placeholder {
  color: transparent;
}

input::-ms-clear {
  display: none;
}

body {
  font-family: "Mazzard", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #111111;
  margin: 0;
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
  -webkit-text-decoration-skip: objects;
  text-decoration-skip: objects;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  min-width: 320px;
  /*overflow-x: hidden;*/
  letter-spacing: 0.12px;
}

.container {
  /*display: flex;*/
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

body.uk .uk {
  display: block !important;
}

body.en .en {
  display: block !important;
}

body.ru .ru {
  display: block !important;
}

@media screen and (max-width: 1300px) {
  .container {
    padding: 0 12px;
  }
}

.breadcrumbs {
  padding: 16px 0;
  /*padding: 20px 0;*/
  display: flex;
  gap: 4px;
  overflow: auto;
}

.breadcrumbs a,
.breadcrumbs span {
  font-size: 14px;
  line-height: 140%;
  color: #111111;
  white-space: nowrap;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs li.separator {
  width: 24px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .breadcrumbs {
    padding: 10px 0;
    gap: 0;
  }

  .breadcrumbs a,
  .breadcrumbs span {
    font-size: 12px;
  }
}

h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 140%;
}

h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 140%;
}

h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
}

h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 140%;
}

h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

h6 {
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
}

.input__container,
.textarea__container {
  position: relative;
  width: 100%;
}

.input__container input[type="text"],
.input__container input[type="tel"],
.input__container input[type="email"],
.textarea__container textarea {
  border-radius: 6px;
  border: 1px solid #cccccc;
  background: #ffffff;
  padding: 25px 16px 8px;
  height: 54px;
  transition: all 0.2s;
  font-size: 16px;
  color: #111111;
}

.textarea__container textarea {
  width: 100%;
  overflow: hidden;
}

.input__container input[type="text"]:hover,
.input__container input[type="tel"]:hover,
.input__container input[type="email"]:hover,
.textarea__container textarea:hover {
  border: 1px solid #4bc79d;
}

.input__container input[type="text"]:focus,
.input__container input[type="tel"]:focus,
.input__container input[type="email"]:focus,
.textarea__container textarea:focus {
  border: 1px solid #18946a;
}

.input__container input[type="text"]:focus + label,
.input__container input[type="tel"]:focus + label,
.input__container input[type="email"]:focus + label,
.textarea__container textarea:focus + label,
.input__container input[type="text"]:not(:placeholder-shown):valid + label,
.input__container input[type="tel"]:not(:placeholder-shown):valid + label,
.input__container input[type="email"]:not(:placeholder-shown):valid + label,
.textarea__container textarea:not(:placeholder-shown):valid + label {
  font-size: 12px;
  line-height: 100%;
  top: 8px;
}

.input__container label,
.textarea__container label {
  pointer-events: none;
  position: absolute;
  color: #999999;
  font-size: 16px;
  top: 16px;
  left: 16px;
  transition: all 0.2s;
}

.input__container.error input,
.textarea__container.error input,
.input__container input[data-valid="false"] {
  border: 1px solid #f92929 !important;
}

/*.input__container textarea {*/
/*    display: flex;*/
/*    padding: 8px 16px;*/
/*    align-items: flex-start;*/
/*    gap: 8px;*/
/*    flex: 1 0 0;*/
/*    align-self: stretch;*/
/*    border-radius: 6px;*/
/*    border: 1px solid #CCCCCC;*/
/*    background: #FFFFFF;*/
/*}*/

.input__container .validate_error {
  display: none;
  position: absolute;
  color: #f92929;
  font-size: 12px;
  line-height: 140%; /* 16.8px */
  letter-spacing: 0.12px;
}

.input__container.error .validate_error {
  display: block;
}

.btn,
.btn_secondary {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  gap: 8px;
  border-radius: 100px;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  cursor: pointer;
}

.btn {
  border: 1px solid #1eb985;
  background-color: #1eb985;
  color: #ffffff;
}

.btn_secondary {
  border: 1px solid #18946a;
  background-color: #ffffff;
  color: #111111;
}

.btn:hover,
.btn_secondary:hover {
  border: 1px solid #4bc79d;
  background-color: #4bc79d;
  color: #ffffff;
}

.btn:active,
.btn:focus,
.btn_secondary:active,
.btn_secondary:focus {
  border: 1px solid #126f50;
  background-color: #126f50;
  color: #ffffff;
}

.btn.disable,
.btn:disabled,
.btn[disabled],
.btn_secondary.disable,
.btn_secondary:disabled,
.btn_secondary[disabled] {
  border: 1px solid #18946a;
  background-color: #18946a;
  opacity: 0.4;
}

@keyframes show_block {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show_block_opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.4;
  }
}

.section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section__title {
  /*font-size: 40px;*/
  font-size: 45px;
  font-weight: 600;
  /*line-height: 140%;*/
  line-height: 100%;
  color: #111111;
  font-feature-settings: "liga" off, "clig" off;
}

@media screen and (max-width: 480px) {
  .section__title {
    font-size: 24px;
  }
}

.section__additional {
  display: flex;
  gap: 32px;
  align-items: center;
}

.section__additional a {
  white-space: nowrap;
}

.pagination {
  display: flex;
  gap: 8px;
  width: 100%;
  justify-content: center;
  margin-top: 40px;
}

.pagination a,
.pagination span {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #111111;
  border-radius: 50%;
}

.pagination a,
.pagination span {
  background-color: #f9f9f9;
}

.pagination .active span {
  background-color: #a2e8ff;
}

.pagination .prev_page a,
.pagination .next_page a {
  background-color: transparent;
}

.swiper__fraction {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 16px;
}

.swiper__info {
  color: #111;
  font-size: 16px;
  width: min-content;
  display: flex;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.swiper__info.swiper-pagination-lock {
  display: none;
}

.swiper__prev,
.swiper__next {
  background-color: #c7ebf7;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
  background-position: center center;
  background-repeat: no-repeat;
}

.swiper__prev {
  background-image: url("../images/prev.svg");
}

.swiper__next {
  background-image: url("../images/next.svg");
}

.swiper__prev:hover,
.swiper__next:hover {
  background-color: #a2e8ff;
}

.swiper__prev:active,
.swiper__next:active {
  background-color: #a5e3ce;
}

.swiper__prev.swiper-button-disabled {
  background-color: #f9f9f9;
  background-image: url("../images/prev_disable.svg");
}

.swiper__next.swiper-button-disabled {
  background-color: #f9f9f9;
  background-image: url("../images/next_disable.svg");
}

.swiper__pagination {
  /*display: flex;*/
  /*gap: 12px;*/
  /*margin-top: 12px;*/
  /*height: 32px;*/
  justify-content: center;
  position: initial;
  margin-top: 24px;
  /*height: 16px;*/
  padding: 4px 0 5px;
  --swiper-pagination-bullet-inactive-color: #666666;
  --swiper-pagination-bullet-horizontal-gap: 6px;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-color: #111111;
}

.swiper__pagination.swiper-pagination-bullets-dynamic {
  position: relative;
}

.swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  background-size: 50%;
  transition: margin 0.1s ease-in;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  --swiper-pagination-bullet-horizontal-gap: 10px;
}

.swiper-pagination-bullet-active::before {
  content: "";
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  border: 1px solid var(--swiper-pagination-color, #111111);
  left: -4px;
  top: -4px;
}

.main-content {
  /*overflow-x: hidden;*/
}

.feedback__form {
  max-width: 1280px;
  margin: 100px auto 0;
  width: 100%;
  display: flex;
  padding: 40px;
  justify-content: center;
  align-items: center;
  gap: 80px;
  background-color: #f9f9f9;
  background-image: url('data:image/svg+xml;utf8,<svg width="90" height="202" viewBox="0 0 90 202" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M49.401 171.149c26.363 0 39.812-20.709 39.812-42.725S75.758 85.699 49.4 85.699H-.813c-26.363 0-39.811 20.709-39.811 42.725s13.448 42.725 39.811 42.725zm-63.492-42.723c0-6.535 4.303-12.129 13.273-12.129h50.396c8.964 0 13.09 5.594 13.09 12.129 0 6.528-4.12 12.128-13.09 12.128H-.818c-8.97 0-13.273-5.6-13.273-12.128M49.401 73.45c26.363 0 39.812-20.709 39.812-42.725S75.758-12 49.4-12H-.813c-26.363 0-39.811 20.71-39.811 42.725S-27.176 73.45-.813 73.45zM-14.09 30.727c0-6.535 4.303-12.129 13.273-12.129h50.396c8.964 0 13.09 5.594 13.09 12.129 0 6.528-4.12 12.128-13.09 12.128H-.818c-8.97 0-13.273-5.6-13.273-12.128M-8.169 214h-31.388v-30.596h127.69V214H-8.17" fill="%23E6E6E6"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}

.feedback__left_block {
  display: flex;
  gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-shrink: 0;
  max-width: 470px;
}

.feedback__title {
  color: #111111;
  font-feature-settings: "liga" off, "clig" off;
  /*font-size: 28px;*/
  font-size: 32px;
  font-weight: 600;
}

.feedback__subtitle {
  color: #666666;
  font-size: 18px;
}

.feedback__right_block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

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

.feedback__inputs input {
  width: 198px;
}

@media screen and (max-width: 1080px) {
  .feedback__form {
    /*flex-wrap: wrap;*/
    gap: 20px;
  }

  .feedback__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 982px) {
  .feedback__inputs {
    flex-wrap: wrap;
  }

  .feedback__inputs input {
    width: 100%;
    min-width: 330px;
  }

  .feedback__left_block {
    flex-shrink: 1;
  }
}

@media screen and (max-width: 768px) {
  .feedback__form {
    flex-direction: column;
  }

  .feedback__left_block > div {
    text-align: center;
    width: 100%;
  }

  .feedback__inputs {
    max-width: 470px;
  }
}

@media screen and (max-width: 480px) {
  .feedback__form {
    margin-top: 48px;
    padding: 40px 12px;
    flex-direction: column;
    background-image: none;
    gap: 24px;
  }

  .feedback__title {
    font-size: 22px;
    text-align: center;
    width: 100%;
  }

  .feedback__subtitle {
    font-size: 16px;
    text-align: center;
    width: 100%;
  }

  .feedback__right_block {
    width: 100%;
  }

  .feedback__inputs {
    flex-direction: column;
  }

  .feedback__inputs input {
    width: 100%;
  }
}

.main_properties {
  /*margin-top: 80px;*/
  margin-top: 100px;
  margin-bottom: 20px;
  padding: 80px 0;
  background-color: #ebfcf6;
}

.main_properties .swiper__prev.swiper-button-disabled,
.main_properties .swiper__next.swiper-button-disabled {
  background-color: #ffffff;
}

.main_properties__wrapper {
  /*margin-top: 32px;*/
  margin-top: 38px;
  display: flex;
  gap: 32px;
}

.main_properties__wrapper .swiper-slide {
  height: auto;
}

.main_properties__slide {
  display: flex;
  flex-direction: column;
  justify-content: left;
  width: 100%;
  height: 100%;
  max-width: 406px;
  gap: 12px;
  background-color: #ffffff;
  padding: 24px;
}

.main_properties__slide_image {
  padding-bottom: 4px;
}

.main_properties__slide_title {
  font-size: 18px;
  font-weight: 500;
  color: #111111;
}

.main_properties__slide_content {
  font-size: 16px;
  color: #666666;
}

.section__blog {
  display: none;
}

@media screen and (max-width: 1130px) {
  .main_properties__slide {
    max-width: 100%;
  }
}

@media screen and (max-width: 580px) {
  .main_properties .section__title {
    font-size: 36px;
  }
}

@media screen and (max-width: 530px) {
  .main_properties .section__title {
    font-size: 30px;
  }
}

@media screen and (max-width: 480px) {
  .main_properties {
    /*margin-top: 48px;*/
    margin-top: 55px;
    padding: 48px 0;
  }

  .main_properties .section__title {
    width: 100%;
    font-size: 27px;
    text-align: center;
  }

  .main_properties .section__additional {
    display: none;
  }

  .main_properties__wrapper {
    /*margin-top: 20px;*/
    margin-top: 28px;
  }

  .main_properties__wrapper .swiper-slide {
    min-height: 315px;
  }

  .main_properties__slide {
    max-width: 100%;
    padding: 16px;
  }

  .main_properties__slide_image {
    padding-bottom: 2px;
  }

  .main_properties__slide_image img {
    max-width: 62px;
  }

  .section__blog {
    display: block;
    padding-top: 10px;
    text-align: center;
  }
}

.latest_reviews {
  margin-top: 100px;
}

.latest_reviews__wrapper {
  margin-top: 32px;
  display: flex;
  gap: 32px;
}

.latest_reviews__slide {
  display: flex;
  gap: 32px;
  background-color: #f9f9f9;
  min-height: 240px;
  padding: 32px;
  width: 100%;
  max-width: 624px;
}

.latest_reviews__left_block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.latest_reviews__product_image {
  display: block;
  background-color: #f2f2f2;
  padding: 8px;
}

.latest_reviews__rating_list {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #666666;
}

.latest_reviews__rating_list li {
  display: flex;
  align-items: center;
}

.latest_reviews__product_title {
  padding-top: 2px;
  display: block;
  font-size: 14px;
  color: #111111;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.latest_reviews__left_block:hover .latest_reviews__product_title {
  display: block;
  /*overflow: visible;*/
}

.latest_reviews .swiper__pagination {
  display: none;
}

.latest_reviews__product_title:hover {
  color: #666666;
}

.latest_reviews__product_title:active {
  color: #4d4d4d;
}

.latest_reviews__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-top: 6px;
}

.latest_reviews__slide_author {
  font-size: 16px;
  color: #111111;
  display: flex;
  align-items: last baseline;
  gap: 12px;
}

.latest_reviews__slide_author span {
  display: flex;
  gap: 2px;
  font-size: 14px;
  color: #18946a;
  white-space: nowrap;
}

.latest_reviews__slide_date {
  font-size: 14px;
  color: #808080;
}

.latest_reviews__slide_date .latest_reviews__rating_list {
  display: none;
}

.latest_reviews__slide_text {
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 14px;
}

.latest_reviews__slide_show_more {
  font-size: 16px;
  font-weight: 500;
  color: #18946a;
  cursor: pointer;
  display: none;
}

.latest_reviews__slide_content.show_more .latest_reviews__slide_text {
  -webkit-line-clamp: 5;
}

.latest_reviews__slide_content.show_more .latest_reviews__slide_show_more {
  display: block;
}

.latest_reviews__slide_content.show_all .latest_reviews__slide_text {
  -webkit-line-clamp: unset;
  overflow: visible;
}

@media screen and (max-width: 1078px) {
  .latest_reviews__header {
    flex-wrap: wrap;
    gap: 0 8px;
  }
}

@media screen and (max-width: 580px) {
  .latest_reviews {
    margin-top: 48px;
  }

  .latest_reviews .section__additional {
    display: none;
  }

  .latest_reviews .swiper__pagination {
    display: block;
    margin-top: 32px;
  }

  .latest_reviews__wrapper {
    margin-top: 20px;
  }

  .latest_reviews__slide {
    flex-direction: column-reverse;
    padding: 16px;
    gap: 12px;
  }

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

  .latest_reviews__slide_author {
    width: 100%;
    justify-content: space-between;
  }

  .latest_reviews__left_block {
    flex-direction: row;
    align-items: center;
  }

  .latest_reviews__right_block {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .latest_reviews__slide_date {
    display: flex;
    gap: 12px;
  }

  .latest_reviews__slide_date .latest_reviews__rating_list {
    display: flex;
  }

  .latest_reviews__slide_show_more {
    padding-top: 12px;
  }

  .latest_reviews__slide_text {
    -webkit-line-clamp: 11;
  }

  .latest_reviews__slide_content.show_more .latest_reviews__slide_text {
    -webkit-line-clamp: 10;
  }
}

@media screen and (max-width: 480px) {
  .latest_reviews .section__title {
    font-size: 27px;
  }

  .latest_reviews__slide_date {
    font-size: 13px;
    margin-top: 5px;
  }

  .latest_reviews__slide_text {
    padding-top: 0;
  }

  .latest_reviews__product_image {
    max-width: 64px;
  }
}

.faq_block__wrapper {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}

.faq_block__left_block {
  max-width: 300px;
}

.faq_block__left_block .section__title {
  line-height: 115%;
}

.faq_block__right_block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 730px;
}

.faq_block__container {
  background-color: #f9f9f9;
  padding: 32px;
}

.faq_block__question {
  font-size: 20px;
  font-weight: 500;
  color: #111111;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq_block__question span {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  position: relative;
  background-color: #e6e6e6;
  flex-shrink: 0;
}

.faq_block__question span::before,
.faq_block__question span::after {
  position: absolute;
  background-color: #111111;
  width: 16px;
  height: 2px;
  content: "";
  top: calc(50% - 1px);
  left: calc(50% - 8px);
  transition: transform 0.3s;
}

.faq_block__question span::after {
  transform: rotate(90deg);
}

.faq_block__container.open .faq_block__question span::after {
  transform: rotate(0deg);
}

.faq_block__container.open .faq_block__question span::before {
  transform: rotate(180deg);
}

.faq_block__answer {
  padding: 16px 0;
  font-size: 16px;
  color: #111111;
}

@media screen and (max-width: 768px) {
  .faq_block__wrapper {
    margin-top: 48px;
    flex-direction: column;
    gap: 20px;
  }

  .faq_block__left_block {
    width: 100%;
    max-width: initial;
  }
}

@media screen and (max-width: 480px) {
  .faq_block__container {
    padding: 16px;
  }

  .faq_block__left_block .section__title {
    font-size: 27px;
  }

  .faq_block__question {
    font-size: 18px;
  }
}

.module__about_us {
  margin-top: 100px;
}

.module__about_us_wrapper {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

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

.custom-editor {
  width: 100%;
}

.custom-editor h1 {
  font-size: 42px;
}
.custom-editor h2 {
  font-size: 32px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.custom-editor h3 {
  font-size: 26px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.custom-editor h4 {
  font-size: 22px;
}

.custom-editor h5 {
  font-size: 18px;
}

.custom-editor ul,
.custom-editor li {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 10px;
}

.custom-editor ol li,
.custom-editor ol {
  list-style: decimal;
}

.custom-editor p {
  margin-bottom: 10px;
}

.module__about_us_title {
  flex-shrink: 0;
}

.module__about_us_content {
  max-width: 730px;
  color: #111111;
  font-size: 20px;
  width: 100%;
  line-height: 140%;
}

@media screen and (max-width: 992px) {
  .module__about_us_wrapper {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 480px) {
  .module__about_us {
    margin-top: 48px;
  }

  .module__about_us_wrapper {
    align-items: center;
    gap: 24px;
  }

  .module__about_us_title {
    width: 246px;
  }

  .module__about_us_wrapper {
    flex-direction: column;
  }

  .module__about_us_content {
    font-size: 16px;
    line-height: 138%;
  }

  .custom-editor h1 {
    font-size: 20px;
  }

  .custom-editor h2 {
    font-size: 18px;
    margin-top: 15px;
  }

  .custom-editor h3 {
    font-size: 16px;
    margin-top: 15px;
  }

  .custom-editor h4 {
    font-size: 14px;
  }

  .custom-editor h5 {
    font-size: 14px;
  }
}

.featured_product {
  margin-top: 80px;
  /*margin-top: 90px;*/
}

.featured_product_wrapper {
  /*margin-top: 32px;*/
  margin-top: 40px;
}

.featured_product .swiper__pagination {
  display: none;
}

.featured_product .swiper-slide {
  height: unset;
}

.featured_product .section__title {
  font-size: 43px;
}

@media screen and (max-width: 480px) {
  .featured_product {
    /*margin-top: 48px;*/
    margin-top: 50px;
  }

  .featured_product_wrapper {
    /*margin-top: 20px;*/
    margin-top: 28px;
  }

  .featured_product .section__title {
    font-size: 25px;
  }

  .featured_product .section__additional {
    display: none;
  }

  .featured_product .swiper__pagination {
    margin-top: 27px;
    display: flex;
  }
}

.blog_latest {
  margin-top: 100px;
}

.blog_latest__wrapper {
  margin-top: 40px;
}

@media screen and (max-width: 480px) {
  .blog_latest {
    margin-top: 48px;
  }

  .blog_latest__wrapper {
    margin-top: 20px;
  }

  .blog_latest__wrapper .blog__item {
    max-width: initial;
  }
}
