@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Carattere&display=swap");
.stripe_section, .slider_section .header_block, .baner_section .header_block, .unique_patented_section, #return_shop_block, .product_list {
  padding-left: 19px;
  padding-right: 19px; }
  @media screen and (max-width: 1000px) {
    .stripe_section, .slider_section .header_block, .baner_section .header_block, .unique_patented_section, #return_shop_block, .product_list {
      padding-left: 13px;
      padding-right: 13px; } }

.news_section, .subscribe_section, .grow_section .head_section, .evolves_section, section.thanks_section {
  margin-left: 19px;
  margin-right: 19px; }
  @media screen and (max-width: 1000px) {
    .news_section, .subscribe_section, .grow_section .head_section, .evolves_section, section.thanks_section {
      margin-left: 13px;
      margin-right: 13px; } }

* {
  box-sizing: border-box; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul,
li {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  color: inherit;
  text-decoration: none; }

.btn_more {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  width: fit-content;
  gap: 8px;
  font-size: 16px;
  font-size: 16px;
  font-size: clamp(10px, calc( 10px + (16 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 16px);
  font-weight: 400;
  text-transform: uppercase;
  line-height: normal; }
  .btn_more.dark {
    font-size: 16px; }
    .btn_more.dark img {
      height: 19px;
      width: 19px; }
  .btn_more.error_page {
    font-size: 25px;
    font-size: clamp(18px, calc( 18px + (25 - 18) * ((100vw - 1000px) / (1900 - 1000)) ), 25px); }
    .btn_more.error_page img {
      width: 40px;
      height: 40px;
      margin-left: 13px; }
    @media screen and (min-width: 1000px) and (max-width: 1600px) {
      .btn_more.error_page img {
        width: 35px;
        height: 35px;
        margin-left: 11px; } }
    @media screen and (min-width: 1000px) and (max-width: 1400px) {
      .btn_more.error_page img {
        width: 30px;
        height: 30px;
        margin-left: 9px; } }
    @media screen and (min-width: 1000px) and (max-width: 1200px) {
      .btn_more.error_page img {
        width: 25px;
        height: 25px;
        margin-left: 6px; } }
    @media screen and (max-width: 1000px) {
      .btn_more.error_page img {
        width: 23px;
        height: 23px;
        margin-left: 6px; } }
  .btn_more:hover {
    opacity: 0.7;
    text-decoration: underline; }
  @media screen and (max-width: 1000px) {
    .btn_more img {
      width: 24px;
      height: 24px; } }
  @media screen and (max-width: 1000px) {
    .btn_more .desktop {
      display: none; } }
  @media screen and (max-width: 1000px) {
    .btn_more {
      font-weight: 400;
      font-size: 16px; }
      .btn_more img {
        height: 19px;
        width: 19px; } }

.btn_read_card {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: fit-content;
  gap: 8px;
  font-size: 12px;
  font-weight: 400;
  padding: 7px;
  padding-left: 27px;
  border-radius: 35px;
  background-color: white;
  white-space: nowrap; }
  .btn_read_card:hover {
    opacity: 0.7;
    text-decoration: underline; }

.btn_read_news {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: fit-content;
  gap: 8px;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  border-radius: 35px;
  background-color: white;
  white-space: nowrap; }

.btn_filters_news {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 200px;
  flex-flow: row nowrap;
  padding: 15px 20px;
  border: 1px solid #000000;
  border-radius: 12px;
  font-size: 16px;
  font-size: clamp(10px, calc( 10px + (16 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 16px);
  font-weight: 500;
  background-color: transparent;
  white-space: nowrap; }
  .btn_filters_news p {
    text-align: center;
    width: 100%; }
  .btn_filters_news img.bottom {
    transform: rotate(90deg); }
  .btn_filters_news.dark {
    background-color: black;
    color: white; }
  @media screen and (min-width: 1000px) and (max-width: 1600px) {
    .btn_filters_news {
      padding: 13px 15px;
      min-width: 180px; } }
  @media screen and (min-width: 1000px) and (max-width: 1400px) {
    .btn_filters_news {
      min-width: 150px; } }
  @media screen and (min-width: 1000px) and (max-width: 1200px) {
    .btn_filters_news {
      min-width: 120px; } }
  @media screen and (max-width: 1000px) {
    .btn_filters_news {
      min-width: 140px;
      font-size: 14px; }
      .btn_filters_news.dark {
        min-height: 59px; } }

button.filters_but,
button.sort_but {
  color: #141414;
  display: flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 5px;
  font-size: 20px;
  font-size: 20px;
  font-size: clamp(16px, calc( 16px + (20 - 16) * ((100vw - 1000px) / (1900 - 1000)) ), 20px);
  text-transform: uppercase; }
  @media screen and (max-width: 560px) {
    button.filters_but,
    button.sort_but {
      font-size: 14px; }
      button.filters_but img,
      button.sort_but img {
        width: 15px;
        height: 15px; } }

.submit_but {
  width: fit-content;
  background-color: black;
  border: none;
  border-radius: 12px;
  padding: 12px 24px;
  color: white;
  font-size: 14px;
  cursor: pointer; }
  .submit_but:hover {
    opacity: 0.8; }

#product_page_section .single_add_to_cart_button,
#product_page_section .wc-block-cart__submit-button {
  display: block;
  text-align: center;
  padding: 20px 30px;
  border-radius: 12px;
  background-color: black !important;
  width: fit-content;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  opacity: 1;
  font-size: 14px;
  font-size: clamp(10px, calc( 10px + (14 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 14px);
  font-weight: 400; }
  @media screen and (min-width: 1001px) {
    #product_page_section .single_add_to_cart_button,
    #product_page_section .wc-block-cart__submit-button {
      padding: calc(100vw * (20 / 1920)); } }
  @media screen and (max-width: 1000px) {
    #product_page_section .single_add_to_cart_button,
    #product_page_section .wc-block-cart__submit-button {
      padding: 20px; } }
  #product_page_section .single_add_to_cart_button:hover,
  #product_page_section .wc-block-cart__submit-button:hover {
    opacity: 0.8; }
#product_page_section .request_cons {
  padding: 20px 30px;
  border-radius: 12px;
  background-color: transparent;
  width: fit-content;
  color: #9d9d9d;
  border: 1px solid #9d9d9d;
  text-transform: uppercase;
  font-size: 14px;
  font-size: clamp(10px, calc( 10px + (14 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 14px); }
  @media screen and (min-width: 1001px) {
    #product_page_section .request_cons {
      padding: calc(100vw * (20 / 1920)); } }
  @media screen and (max-width: 1000px) {
    #product_page_section .request_cons {
      padding: 20px; } }
  #product_page_section .request_cons:hover {
    opacity: 0.8; }

button.menu_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  background: rgba(217, 217, 217, 0.3);
  border: none;
  border-radius: 4px; }

.add_to_cart_round {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background-color: black;
  width: 30px;
  height: 30px;
  padding: 0; }
  .add_to_cart_round img {
    height: 14px !important;
    width: 14px !important;
    display: block !important; }
  @media screen and (max-width: 560px) {
    .add_to_cart_round {
      font-size: 15px;
      width: 22px;
      height: 22px; }
      .add_to_cart_round img {
        height: 8px !important;
        width: 8px !important; } }

.search_btn_header {
  background: #000;
  text-transform: uppercase;
  border-radius: 7px;
  font-weight: 400;
  font-size: 12px;
  font-size: clamp(8px, calc( 8px + (12 - 8) * ((100vw - 1000px) / (1900 - 1000)) ), 12px);
  text-align: center;
  color: #fff;
  cursor: pointer; }
  @media screen and (min-width: 1001px) {
    .search_btn_header {
      padding-top: calc(100vw * (11 / 1920)); } }
  @media screen and (max-width: 1000px) {
    .search_btn_header {
      padding-top: 11px; } }
  @media screen and (min-width: 1001px) {
    .search_btn_header {
      padding-bottom: calc(100vw * (11 / 1920)); } }
  @media screen and (max-width: 1000px) {
    .search_btn_header {
      padding-bottom: 11px; } }
  @media screen and (min-width: 1001px) {
    .search_btn_header {
      width: calc(100vw * (150 / 1920)); } }
  @media screen and (max-width: 1000px) {
    .search_btn_header {
      width: 150px; } }

button.btn_close {
  border: none;
  background: transparent;
  outline: none; }
  button.btn_close img {
    aspect-ratio: 1/1; }
    @media screen and (min-width: 1001px) {
      button.btn_close img {
        width: calc(100vw * (9 / 1920)); } }
    @media screen and (max-width: 1000px) {
      button.btn_close img {
        width: 9px; } }

a#product-remove {
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 4px;
  background-color: rgba(217, 217, 217, 0.3);
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1001px) {
    a#product-remove {
      padding: calc(100vw * (10 / 1920)); } }
  @media screen and (max-width: 1000px) {
    a#product-remove {
      padding: 10px; } }
  a#product-remove img {
    transform: rotate(45deg); }
    @media screen and (min-width: 1001px) {
      a#product-remove img {
        width: calc(100vw * (18 / 1920)); } }
    @media screen and (max-width: 1000px) {
      a#product-remove img {
        width: 18px; } }
    @media screen and (min-width: 1001px) {
      a#product-remove img {
        height: calc(100vw * (18 / 1920)); } }
    @media screen and (max-width: 1000px) {
      a#product-remove img {
        height: 18px; } }
  a#product-remove:hover {
    background-color: rgba(97, 97, 97, 0.3); }

#checkout-button {
  display: block;
  text-align: center;
  padding: 20px 30px;
  border-radius: 12px;
  background-color: black !important;
  width: fit-content;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 14px;
  font-size: clamp(10px, calc( 10px + (14 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 14px);
  font-weight: 400; }
  @media screen and (min-width: 1001px) {
    #checkout-button {
      padding: calc(100vw * (20 / 1920)); } }
  @media screen and (max-width: 1000px) {
    #checkout-button {
      padding: 20px; } }
  #checkout-button:hover {
    opacity: 0.8; }
  @media screen and (max-width: 1000px) {
    #checkout-button {
      font-size: 14px;
      padding: 20px;
      border-radius: 12px; } }

.modal .single_add_to_cart_button,
.modal .wc-block-cart__submit-button {
  display: block;
  text-align: center;
  padding: 20px 30px;
  border-radius: 12px;
  background-color: black !important;
  width: fit-content;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 14px;
  font-size: clamp(10px, calc( 10px + (14 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 14px);
  font-weight: 400; }
  @media screen and (min-width: 1001px) {
    .modal .single_add_to_cart_button,
    .modal .wc-block-cart__submit-button {
      padding: calc(100vw * (20 / 1920)); } }
  @media screen and (max-width: 1000px) {
    .modal .single_add_to_cart_button,
    .modal .wc-block-cart__submit-button {
      padding: 20px; } }
  .modal .single_add_to_cart_button:hover,
  .modal .wc-block-cart__submit-button:hover {
    opacity: 0.8; }
.modal .request_cons {
  padding: 20px 30px;
  border-radius: 12px;
  background-color: transparent;
  width: fit-content;
  color: #9d9d9d;
  border: 1px solid #9d9d9d;
  text-transform: uppercase;
  font-size: 14px;
  font-size: clamp(10px, calc( 10px + (14 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 14px); }
  @media screen and (min-width: 1001px) {
    .modal .request_cons {
      padding: calc(100vw * (20 / 1920)); } }
  @media screen and (max-width: 1000px) {
    .modal .request_cons {
      padding: 20px; } }
  .modal .request_cons:hover {
    opacity: 0.8; }

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
#respond
input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor))
.woocommerce
#respond
input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor))
.woocommerce
a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor))
.woocommerce
button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor))
.woocommerce
input.button.alt {
  background-color: black;
  border-radius: 12px; }

.whatsap_buttom {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  transition: opacity 0.3s ease; }
  .whatsap_buttom img {
    width: 50px; }
  .whatsap_buttom.hidden {
    opacity: 0;
    pointer-events: none; }
  @media screen and (min-width: 1000px) and (max-width: 1600px) {
    .whatsap_buttom img {
      width: 40px; } }
  @media screen and (min-width: 1000px) and (max-width: 1200px) {
    .whatsap_buttom img {
      width: 30px; } }
  @media screen and (max-width: 560px) {
    .whatsap_buttom {
      bottom: 20px;
      right: 20px; }
      .whatsap_buttom img {
        width: 50px; } }

.breadcrumbs {
  margin: 35px 30px 45px;
  font-size: 14px;
  font-weight: 600;
  color: #787575; }
  .breadcrumbs a {
    color: black;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    gap: 9px;
    padding-top: 1px; }
    .breadcrumbs a:hover {
      color: #787575;
      text-decoration: underline; }
  @media screen and (max-width: 1000px) {
    .breadcrumbs {
      margin: 30px 19px; } }
  @media screen and (max-width: 560px) {
    .breadcrumbs {
      display: none;
      margin: 25px 19px; }
      .breadcrumbs.mobile_display {
        display: block; }
      .breadcrumbs.mobile_display_flex {
        display: flex; } }

.filters_block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 58px 24px 49px 24px;
  z-index: 2; }
  .filters_block .col {
    position: relative; }
    .filters_block .col.sort_filter .dropdown_items {
      right: 0; }
    .filters_block .col.sort_filter input[type="radio"] {
      display: none; }
      .filters_block .col.sort_filter input[type="radio"]:checked + span {
        color: #8d8d8d; }
    .filters_block .col.sort_filter fieldset {
      margin: 0; }
    .filters_block .col.sort_filter ul {
      margin: 0; }
    .filters_block .col .dropdown_items {
      position: absolute;
      top: 150%;
      z-index: 99;
      padding: 15px;
      padding-top: 20px;
      background-color: white;
      min-width: 230px;
      border: 1px solid #eae4e0;
      border-radius: 8px;
      transition: opacity 0.3s ease; }
      .filters_block .col .dropdown_items.desabled {
        opacity: 0;
        pointer-events: none; }
    @media screen and (min-width: 1001px) {
      .filters_block .col fieldset {
        margin-bottom: calc(100vw * (32 / 1920)); } }
    @media screen and (max-width: 1000px) {
      .filters_block .col fieldset {
        margin-bottom: 32px; } }
    .filters_block .col fieldset button {
      font-weight: 400;
      font-size: 14px;
      font-size: clamp(10px, calc( 10px + (14 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 14px);
      text-transform: lowercase;
      color: #0c0c0d;
      border: none;
      background: transparent;
      padding-top: 5px;
      border-top: 1px solid #bebebe;
      width: 100%;
      text-align: left; }
      @media screen and (min-width: 1001px) {
        .filters_block .col fieldset button {
          margin-top: calc(100vw * (24 / 1920)); } }
      @media screen and (max-width: 1000px) {
        .filters_block .col fieldset button {
          margin-top: 24px; } }
    .filters_block .col legend {
      font-weight: 400;
      font-size: 16px;
      font-size: clamp(10px, calc( 10px + (16 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 16px);
      text-transform: uppercase; }
    @media screen and (min-width: 1001px) {
      .filters_block .col ul {
        margin-top: calc(100vw * (20 / 1920)); } }
    @media screen and (max-width: 1000px) {
      .filters_block .col ul {
        margin-top: 20px; } }
    .filters_block .col ul li {
      font-weight: 300;
      font-size: 16px;
      font-size: clamp(10px, calc( 10px + (16 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 16px);
      color: #353535; }
      @media screen and (min-width: 1001px) {
        .filters_block .col ul li {
          margin-bottom: calc(100vw * (14 / 1920)); } }
      @media screen and (max-width: 1000px) {
        .filters_block .col ul li {
          margin-bottom: 14px; } }
      .filters_block .col ul li:last-child {
        margin-bottom: 0; }
    .filters_block .col input[type="checkbox"] {
      border-radius: 4px; }
      @media screen and (min-width: 1001px) {
        .filters_block .col input[type="checkbox"] {
          width: calc(100vw * (20 / 1920)); } }
      @media screen and (max-width: 1000px) {
        .filters_block .col input[type="checkbox"] {
          width: 20px; } }
      @media screen and (min-width: 1001px) {
        .filters_block .col input[type="checkbox"] {
          height: calc(100vw * (20 / 1920)); } }
      @media screen and (max-width: 1000px) {
        .filters_block .col input[type="checkbox"] {
          height: 20px; } }
    .filters_block .col label {
      display: flex;
      flex-flow: row nowrap;
      align-items: center; }
      @media screen and (min-width: 1001px) {
        .filters_block .col label {
          gap: calc(100vw * (16 / 1920)); } }
      @media screen and (max-width: 1000px) {
        .filters_block .col label {
          gap: 16px; } }
  @media screen and (min-width: 1000px) and (max-width: 1600px) {
    .filters_block {
      margin: 58px 24px 49px 24px; } }
  @media screen and (min-width: 1000px) and (max-width: 1400px) {
    .filters_block {
      margin: 30px 20px 30px 20px; } }
  @media screen and (min-width: 1000px) and (max-width: 1200px) {
    .filters_block {
      margin: 20px 18px 20px; } }
  @media screen and (max-width: 1000px) {
    .filters_block {
      margin: 36px 16px 32px; } }
  @media screen and (max-width: 1000px) {
    .filters_block .col legend {
      font-size: 16px; }
    .filters_block .col ul li {
      font-size: 16px; }
    .filters_block .col fieldset button {
      font-size: 14px; } }

.search_block_header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background: white;
  padding: 2% 26px 3.5%;
  transition: top 1s ease; }
  .search_block_header.desabled {
    top: -105%; }
  .search_block_header .wrap_position {
    position: relative;
    width: 100%;
    height: 100%; }
  .search_block_header .btn_close {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 10px; }
    @media screen and (min-width: 1001px) {
      .search_block_header .btn_close img {
        width: calc(100vw * (12 / 1920)); } }
    @media screen and (max-width: 1000px) {
      .search_block_header .btn_close img {
        width: 12px; } }
  .search_block_header .wrap_block {
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center; }
  .search_block_header .logo {
    font-size: 60px;
    font-size: clamp(32px, calc( 32px + (60 - 32) * ((100vw - 1000px) / (1900 - 1000)) ), 60px); }
  .search_block_header .form_block {
    width: 100%;
    max-width: 73%;
    border-bottom: 1px solid #acacac; }
    @media screen and (min-width: 1001px) {
      .search_block_header .form_block {
        padding-bottom: calc(100vw * (7 / 1920)); } }
    @media screen and (max-width: 1000px) {
      .search_block_header .form_block {
        padding-bottom: 7px; } }
  .search_block_header .search-form {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between; }
  .search_block_header input {
    border: none;
    outline: none; }
    .search_block_header input.search_input {
      text-transform: uppercase;
      font-weight: 500;
      font-size: 14px;
      font-size: clamp(10px, calc( 10px + (14 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 14px);
      color: black; }
  @media screen and (max-width: 1000px) {
    .search_block_header {
      padding-bottom: 33px; }
      .search_block_header .form_block {
        max-width: 100%;
        margin-top: 141px;
        padding-bottom: 15px; }
      .search_block_header .logo {
        font-size: 30px;
        align-self: flex-start;
        margin-top: 15px;
        margin-right: auto; }
      .search_block_header input.search_input {
        font-size: 14px; }
      .search_block_header .search_btn_header {
        font-size: 14px; } }
  @media screen and (max-width: 560px) {
    .search_block_header .form_block {
      border: none; }
    .search_block_header .search-form {
      flex-flow: column nowrap; }
    .search_block_header input.search_input {
      padding-bottom: 20px;
      margin-bottom: 40px;
      border-bottom: 1px solid #acacac; }
    .search_block_header .search_btn_header {
      width: 100%; } }

.error_page header {
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 99; }
  .error_page header .logo {
    margin: 0; }
  .error_page header .contact_us_btn {
    text-align: right; }
    .error_page header .contact_us_btn a {
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 500; }
      .error_page header .contact_us_btn a:hover {
        color: #144918;
        text-decoration: underline; }
.error_page .top_header.mobile {
  display: none; }
@media screen and (max-width: 1000px) {
  .error_page header .logo {
    margin: 0 auto; }
  .error_page .top_header.desktop {
    display: none; }
  .error_page .top_header.mobile {
    display: flex; } }
@media screen and (max-width: 850px) {
  .error_page main {
    position: relative; }
    .error_page main .cont_error_page {
      position: absolute;
      left: 50%;
      transform: translateX(-50%); } }

.cont_error_page {
  overflow: hidden;
  margin-bottom: 0;
  height: 100vh;
  z-index: -1; }
  .cont_error_page > .wrap {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    height: 100%; }
    .cont_error_page > .wrap > div {
      display: flex;
      align-items: center; }
    .cont_error_page > .wrap .text_error {
      font-size: clamp(100px, calc( 100px + (500 - 100) * ((100vw - 320px) / (1400 - 320)) ), 500px);
      text-align: right;
      justify-content: center;
      align-items: center;
      flex-flow: column nowrap;
      align-items: flex-end; }
      .cont_error_page > .wrap .text_error span {
        font-size: clamp(32px, calc( 32px + (100 - 32) * ((100vw - 320px) / (1400 - 320)) ), 100px);
        margin-top: -30px;
        margin-right: 72px; }
    .cont_error_page > .wrap .img_error {
      margin-left: -465px;
      align-items: center; }
      @media screen and (max-width: 1400px) {
        .cont_error_page > .wrap .img_error {
          margin-left: -35%; } }
      .cont_error_page > .wrap .img_error img {
        margin-top: 30px;
        width: 95%; }
    .cont_error_page > .wrap .error_desc {
      font-size: 100px;
      font-size: clamp(40px, calc( 40px + (99 - 40) * ((100vw - 1000px) / (1900 - 1000)) ), 99px);
      text-align: right;
      background-color: rgba(251, 247, 247, 0.6);
      color: #2e2c2c;
      margin-left: -350px;
      padding-left: 5%;
      padding-right: 50px;
      white-space: nowrap;
      backdrop-filter: blur(2px);
      letter-spacing: -0.03em; }
  .cont_error_page .desc_block {
    position: absolute;
    bottom: 90px;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px; }
    .cont_error_page .desc_block.mobile {
      display: none; }
    .cont_error_page .desc_block .wrap {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      align-items: flex-end;
      width: 100%; }
      .cont_error_page .desc_block .wrap .col:first-child {
        font-size: 16px;
        font-size: clamp(10px, calc( 10px + (16 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 16px);
        white-space: nowrap;
        line-height: 1.3; }
      .cont_error_page .desc_block .wrap .col.error_desc_mobile {
        display: none; }
  @media screen and (max-width: 850px) {
    .cont_error_page {
      display: flex;
      flex-flow: column nowrap; }
      .cont_error_page > .wrap .error_desc {
        display: none; }
      .cont_error_page > .wrap .img_error {
        margin-left: unset;
        margin-right: -99px;
        margin-left: -268px; }
        .cont_error_page > .wrap .img_error img {
          width: auto;
          max-width: 400px; }
      .cont_error_page > .wrap .text_error {
        font-size: 200px; }
        .cont_error_page > .wrap .text_error span {
          font-size: 30px; }
      .cont_error_page .wrap .desc_block {
        display: none; }
      .cont_error_page .desc_block {
        position: static; }
        .cont_error_page .desc_block.mobile {
          display: block;
          height: 50%;
          margin-bottom: 39px; }
          .cont_error_page .desc_block.mobile .wrap {
            height: 100%;
            flex-flow: column nowrap;
            justify-content: space-between; }
            .cont_error_page .desc_block.mobile .wrap .col.error_desc {
              display: block;
              font-size: 45px;
              text-align: right;
              white-space: nowrap;
              margin-right: -32px; } }

* {
  font-family: "HelveticaNeueCyr", Arial, sans-serif; }

button {
  cursor: pointer; }

.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease; }

.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto; }

.logo {
  width: fit-content;
  font-family: "Carattere", cursive;
  color: #144918; }
  .logo a {
    color: #144918; }
    .logo a img {
      width: 100%;
      display: block; }
      @media screen and (min-width: 1001px) {
        .logo a img {
          width: calc(100vw * (400 / 1920)); } }
      @media screen and (max-width: 1000px) {
        .logo a img {
          width: 400px; } }
  @media screen and (max-width: 1000px) {
    .logo a img {
      width: 150px; } }

a {
  text-decoration: none;
  color: black; }

p {
  line-height: 1.3; }

.three_columns {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  gap: 5%; }
  .three_columns .col {
    flex: 1 1 300px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center; }

strong {
  font-weight: 600; }

h1 {
  font-size: 100px;
  font-weight: 300; }

header {
  position: relative;
  padding: 30px 30px; }
  header a {
    font-family: "HelveticaNeueCyr", Arial, sans-serif; }
  header .logo {
    margin: 0 auto; }
    header .logo a {
      font-size: clamp(40px, calc( 40px + (60 - 40) * ((100vw - 1000px) / (1900 - 1000)) ), 60px);
      font-family: "Carattere", cursive; }
      header .logo a img {
        width: 100%;
        display: block; }
        @media screen and (min-width: 1001px) {
          header .logo a img {
            max-width: calc(100vw * (300 / 1920)); } }
        @media screen and (max-width: 1000px) {
          header .logo a img {
            max-width: 300px; } }
  header .mobile_btns {
    display: none; }
    @media screen and (max-width: 1000px) {
      header .mobile_btns {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: flex-start;
        gap: 5px; } }
  header .options_block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row nowrap;
    gap: 22px;
    margin-right: auto;
    font-size: 14px; }
    header .options_block button.dropdownToggle {
      font-weight: 500; }
    @media screen and (min-width: 1000px) and (max-width: 1440px) {
      header .options_block {
        font-size: 12px; }
        header .options_block button {
          font-size: 12px; } }
  header .language-dropdown,
  header .сurrency-dropdown {
    position: relative; }
    header .language-dropdown .yay-currency-custom-select__trigger,
    header .сurrency-dropdown .yay-currency-custom-select__trigger {
      border: none; }
      header .language-dropdown .yay-currency-custom-select__trigger.medium .yay-currency-selected-option,
      header .сurrency-dropdown .yay-currency-custom-select__trigger.medium .yay-currency-selected-option {
        font-weight: 500;
        font-size: 14px;
        font-size: clamp(10px, calc( 10px + (14 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 14px);
        color: #000;
        font-family: "HelveticaNeueCyr", Arial, sans-serif; }
    header .language-dropdown .yay-currency-custom-option.medium,
    header .сurrency-dropdown .yay-currency-custom-option.medium {
      font-family: "HelveticaNeueCyr", Arial, sans-serif;
      font-size: 14px;
      font-size: clamp(10px, calc( 10px + (14 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 14px); }
    header .language-dropdown .dropdownMenu,
    header .сurrency-dropdown .dropdownMenu {
      position: absolute;
      top: 150%;
      left: 0;
      list-style: none;
      padding-left: 0;
      z-index: 1000;
      width: fit-content; }
      header .language-dropdown .dropdownMenu li.active a,
      header .сurrency-dropdown .dropdownMenu li.active a {
        opacity: 1; }
      header .language-dropdown .dropdownMenu li a,
      header .сurrency-dropdown .dropdownMenu li a {
        display: flex;
        padding: 6px;
        padding-left: 0;
        gap: 10px;
        opacity: 0.6;
        white-space: nowrap;
        text-transform: uppercase; }
        header .language-dropdown .dropdownMenu li a:hover,
        header .сurrency-dropdown .dropdownMenu li a:hover {
          opacity: 1; }
  header button {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: transparent;
    border: none;
    cursor: pointer; }
  header .top_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row nowrap; }
    header .top_header > div {
      flex: 1; }
    header .top_header .icons_block ul {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-end;
      gap: 5px;
      margin-left: auto;
      list-style: none; }
      header .top_header .icons_block ul a {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        width: 45px;
        height: 45px; }
        header .top_header .icons_block ul a:hover {
          background-color: rgba(217, 217, 217, 0.3); }
        header .top_header .icons_block ul a img.mobile {
          display: none; }
        @media screen and (max-width: 1000px) {
          header .top_header .icons_block ul a {
            background-color: rgba(217, 217, 217, 0.3);
            width: 27px;
            height: 27px; }
            header .top_header .icons_block ul a img {
              height: 10px;
              width: 10px;
              display: none; }
              header .top_header .icons_block ul a img.mobile {
                display: inline; } }
    @media screen and (max-width: 1000px) {
      header .top_header .options_block {
        display: none; } }
    @media screen and (max-width: 1000px) {
      header .top_header .search_btn.desktop {
        display: none; } }
    @media screen and (max-width: 1000px) {
      header .top_header .favorites_btn {
        display: none; } }
  @media screen and (min-width: 1601px) and (max-width: 1900px) {
    header {
      padding: 26px 20px; } }
  @media screen and (min-width: 1440px) and (max-width: 1600px) {
    header {
      padding: 24px 16px; } }
  @media screen and (min-width: 1000px) and (max-width: 1439px) {
    header {
      padding: 22px 8px; } }
  @media screen and (max-width: 1000px) {
    header {
      padding: 12px 10px; }
      header .logo a img {
        width: 150px; }
      header .language-dropdown .yay-currency-custom-select__trigger.medium .yay-currency-selected-option,
      header .сurrency-dropdown .yay-currency-custom-select__trigger.medium .yay-currency-selected-option {
        font-size: 14px; }
      header .language-dropdown .yay-currency-custom-option.medium,
      header .сurrency-dropdown .yay-currency-custom-option.medium {
        font-size: 14px; } }
  @media screen and (max-width: 560px) {
    header .logo a {
      font-size: 25px; } }

.main_menu {
  margin-top: 40px; }
  .main_menu ul {
    list-style: none; }
  .main_menu > ul {
    display: flex;
    justify-content: center;
    gap: 3%; }
    .main_menu > ul > li {
      position: relative; }
    .main_menu > ul > li > a {
      font-weight: 500; }
  .main_menu a {
    font-size: 14px;
    text-transform: uppercase; }
    .main_menu a:hover {
      color: #144918;
      text-decoration: underline; }
  .main_menu h6 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
    text-transform: uppercase;
    white-space: nowrap; }
  .main_menu .dropdawnWrap {
    position: absolute;
    z-index: 1000;
    display: flex;
    border-radius: 12px;
    flex-direction: row;
    width: fit-content;
    padding: 27px 24px;
    top: 200%;
    left: -22px;
    gap: 47px;
    background-color: #fff; }
    .main_menu .dropdawnWrap .baner img {
      max-width: unset;
      border-radius: 12px;
      margin-left: 28px; }
  .main_menu .sub_menu {
    line-height: 1.6; }
    .main_menu .sub_menu a {
      font-family: "HelveticaNeueCyr", sans-serif;
      font-size: 16px;
      text-transform: none;
      font-weight: 100; }
      .main_menu .sub_menu a:hover {
        color: #838383; }
  @media screen and (min-width: 1000px) and (max-width: 1440px) {
    .main_menu a {
      font-size: 12px; }
    .main_menu h6 {
      font-size: 14px; }
    .main_menu .sub_menu a {
      font-size: 14px; } }
  @media screen and (max-width: 1000px) {
    .main_menu {
      display: none; } }

.mobile_menu {
  display: flex;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  padding: 20px 20px 66px 13px;
  transition: top 1s ease; }
  .mobile_menu .wrap_menu {
    width: 100%; }
  .mobile_menu .yay-currency-custom-options {
    top: -300%; }
  .mobile_menu .wrap_close {
    margin-bottom: 50px;
    width: fit-content;
    margin-left: auto; }
  .mobile_menu .icons_block {
    margin-bottom: 38px; }
    .mobile_menu .icons_block ul {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .mobile_menu .icons_block a {
      display: flex;
      align-items: center;
      gap: 16px;
      font-size: 16px; }
  .mobile_menu .menu_block {
    min-height: 570px; }
    .mobile_menu .menu_block li {
      font-size: 16px;
      text-transform: uppercase;
      margin-bottom: 18px;
      min-height: 43px; }
      .mobile_menu .menu_block li.parent > a,
      .mobile_menu .menu_block li h6 {
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        width: 100%; }
        .mobile_menu .menu_block li.parent > a::after,
        .mobile_menu .menu_block li h6::after {
          content: "";
          display: inline-block;
          background: url("../images/icons/arrow_mob_menu.svg") no-repeat center/contain;
          margin-left: auto;
          width: 33px;
          height: 33px; }
        .mobile_menu .menu_block li.parent > a.active,
        .mobile_menu .menu_block li h6.active {
          margin-bottom: 15px; }
        .mobile_menu .menu_block li.parent > a.active::after,
        .mobile_menu .menu_block li h6.active::after {
          content: none; }
      .mobile_menu .menu_block li a {
        display: block;
        padding: 5px 0;
        flex: 1 1 auto;
        height: 100%; }
    .mobile_menu .menu_block h6 {
      font-size: 16px;
      text-transform: uppercase;
      margin-bottom: 18px;
      margin-bottom: 0; }
    .mobile_menu .menu_block .wrap_sub_menu li {
      margin: 0;
      padding: 0;
      text-transform: none;
      min-height: fit-content; }
    .mobile_menu .menu_block .wrap_sub_menu .sub_menu {
      margin-top: 50px; }
    .mobile_menu .menu_block .wrap_sub_menu .baner {
      width: 112px;
      height: 153px;
      border-radius: 12px;
      overflow: hidden;
      margin-left: auto;
      margin-top: 64px; }
      .mobile_menu .menu_block .wrap_sub_menu .baner img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .mobile_menu .menu_block .wrap_sub_menu a {
      color: #353535;
      font-size: 16px; }
      .mobile_menu .menu_block .wrap_sub_menu a:hover {
        text-decoration: underline;
        color: #838383; }
    .mobile_menu .menu_block .back_btn {
      font-size: 12px;
      display: flex;
      align-items: center;
      width: fit-content;
      gap: 3px;
      font-weight: 400;
      text-transform: none;
      cursor: pointer; }
    .mobile_menu .menu_block .dropdawnWrap {
      opacity: 1;
      transform: none;
      display: none; }
      .mobile_menu .menu_block .dropdawnWrap.visible {
        display: block; }
    .mobile_menu .menu_block .hidden {
      display: none; }
  .mobile_menu .options_block {
    display: flex;
    justify-content: flex-end;
    padding-top: 25px;
    border-top: 1px solid #bebebe; }
    .mobile_menu .options_block button.dropdownToggle {
      font-weight: 500; }
    .mobile_menu .options_block .dropdownMenu {
      background-color: white;
      padding: 5px;
      border-radius: 5px; }
  .mobile_menu.desabled {
    top: -140%; }

.video_cover {
  width: 100%;
  object-fit: cover; }

section {
  margin-bottom: 78px; }
  section h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal; }
  section .header_block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px; }
  @media screen and (min-width: 1441px) and (max-width: 1600px) {
    section {
      margin-bottom: 60px; } }
  @media screen and (min-width: 1000px) and (max-width: 1440px) {
    section {
      margin-bottom: 45px; } }

.video_baner {
  overflow: hidden; }
  .video_baner .wrap {
    position: relative;
    overflow: hidden; }
    .video_baner .wrap img.video_cover {
      width: 100%;
      height: 100%;
      object-fit: cover; }
      .video_baner .wrap img.video_cover.mobile {
        display: none; }
    .video_baner .wrap video.video_cover {
      width: 100%;
      height: 100%;
      object-fit: cover; }
      .video_baner .wrap video.video_cover.mobile {
        display: none; }
    .video_baner .wrap .breadcrumbs {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 3;
      color: white; }
      .video_baner .wrap .breadcrumbs a {
        color: white; }
  .video_baner.main_page {
    margin-top: -10px; }
    @media screen and (min-width: 1001px) {
      .video_baner.main_page .wrap {
        max-height: calc(100vw * (1100 / 1920)); } }
    @media screen and (max-width: 1000px) {
      .video_baner.main_page .wrap {
        max-height: 1100px; } }
  .video_baner .header_block {
    position: absolute;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-end;
    gap: 75px;
    right: 0;
    bottom: 0;
    padding: 22px;
    padding-bottom: 69px;
    margin-bottom: 0; }
    .video_baner .header_block .description_wrap {
      max-width: 60%; }
    .video_baner .header_block.large_title {
      gap: 30px;
      padding-right: 1.7%; }
      .video_baner .header_block.large_title .description_wrap {
        max-width: unset;
        gap: 30px; }
        .video_baner .header_block.large_title .description_wrap h1 {
          line-height: 82%;
          letter-spacing: -0.02em;
          font-size: 200px;
          font-size: clamp(100px, calc( 100px + (200 - 100) * ((100vw - 1000px) / (1900 - 1000)) ), 200px); }
    .video_baner .header_block h1 {
      font-weight: 400;
      font-size: 100px;
      font-size: clamp(50px, calc( 50px + (100 - 50) * ((100vw - 1000px) / (1900 - 1000)) ), 100px);
      line-height: 77%;
      letter-spacing: -0.02em;
      text-align: right;
      color: #fff; }
    .video_baner .header_block .btn_more {
      font-size: 25px;
      margin-bottom: 0px;
      color: white; }
  @media screen and (min-width: 1601px) and (max-width: 1900px) {
    .video_baner .header_block .btn_more {
      font-size: 21px; }
      .video_baner .header_block .btn_more img {
        width: 32px;
        height: 32px; } }
  @media screen and (min-width: 1441px) and (max-width: 1600px) {
    .video_baner .header_block {
      gap: 65px;
      padding-bottom: 45px; }
      .video_baner .header_block .btn_more {
        font-size: 21px; }
        .video_baner .header_block .btn_more img {
          width: 32px;
          height: 32px; } }
  @media screen and (min-width: 1000px) and (max-width: 1440px) {
    .video_baner .header_block {
      gap: 60px;
      padding-bottom: 35px; }
      .video_baner .header_block .btn_more {
        font-size: 18px; }
        .video_baner .header_block .btn_more img {
          width: 28px;
          height: 28px; } }
  @media screen and (min-width: 1000px) and (max-width: 1200px) {
    .video_baner .header_block .btn_more {
      font-size: 16px; }
      .video_baner .header_block .btn_more img {
        width: 24px;
        height: 24px; } }
  @media screen and (max-width: 1000px) {
    .video_baner {
      margin-bottom: 28px; }
      .video_baner.main_page {
        margin-top: unset; }
      .video_baner .header_block {
        gap: 40px;
        padding-bottom: 19px; }
        .video_baner .header_block h1 {
          font-size: 55px; }
        .video_baner .header_block .btn_more {
          font-size: 16px; }
      .video_baner .wrap {
        height: 480px; }
        .video_baner .wrap img.video_cover {
          height: 100%;
          object-position: left; }
          .video_baner .wrap img.video_cover.desktop {
            display: none; }
          .video_baner .wrap img.video_cover.mobile {
            display: inline; } }
  @media screen and (max-width: 780px) {
    .video_baner .header_block h1 {
      font-size: 40px; } }
  @media screen and (max-width: 560px) {
    .video_baner .header_block {
      display: none; } }

.stripe_section {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "HelveticaNeueCyr", Arial, sans-serif; }
  .stripe_section .stripe_slider {
    width: 100%;
    overflow: hidden;
    border-radius: 10px 0 0 10px; }
  .stripe_section .related_slider {
    width: 100%;
    overflow: hidden;
    border-radius: 10px 0 0 10px; }
  .stripe_section article.cart .wrap_img {
    display: flex;
    align-items: center;
    background-color: #f3f3f3;
    border-radius: 10px;
    margin-bottom: 35px;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background-color: #f3f3f3; }
  .stripe_section article.cart img,
  .stripe_section article.cart model-viewer {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .stripe_section article.cart h2 {
    text-align: center; }
  .stripe_section article.cart .description_wrap {
    max-width: 235px;
    margin-left: 1.3%; }
    .stripe_section article.cart .description_wrap .description_prod {
      font-size: 14px;
      opacity: 0.4;
      margin-bottom: 19px;
      text-transform: uppercase; }
    .stripe_section article.cart .description_wrap .price_prod {
      font-size: 18px;
      font-weight: 500; }
  @media screen and (min-width: 1601px) and (max-width: 1900px) {
    .stripe_section article.cart .wrap_img {
      margin-bottom: 23px; }
    .stripe_section article.cart .description_wrap .description_prod {
      font-size: 12px;
      margin-bottom: 16px; }
    .stripe_section article.cart .description_wrap .price_prod {
      font-size: 16px; } }
  @media screen and (min-width: 1440px) and (max-width: 1600px) {
    .stripe_section h2,
    .stripe_section .btn_more {
      font-size: 14px; }
      .stripe_section h2 img,
      .stripe_section .btn_more img {
        width: 18px;
        height: 18px; }
    .stripe_section article.cart .wrap_img {
      margin-bottom: 23px; }
    .stripe_section article.cart .description_wrap .description_prod {
      font-size: 12px;
      margin-bottom: 16px; }
    .stripe_section article.cart .description_wrap .price_prod {
      font-size: 16px; } }
  @media screen and (min-width: 1000px) and (max-width: 1439px) {
    .stripe_section h2,
    .stripe_section .btn_more {
      font-size: 12px; }
      .stripe_section h2 img,
      .stripe_section .btn_more img {
        width: 16px;
        height: 16px; }
    .stripe_section article.cart .wrap_img {
      margin-bottom: 23px; }
    .stripe_section article.cart .description_wrap .description_prod {
      font-size: 10px;
      margin-bottom: 14px; }
    .stripe_section article.cart .description_wrap .price_prod {
      font-size: 14px; }
    .stripe_section .header_block {
      margin-bottom: 20px; } }
  @media screen and (max-width: 1000px) {
    .stripe_section {
      margin-bottom: 50px;
      padding-right: 0; }
      .stripe_section.related_product {
        padding-right: 13px; }
      .stripe_section .header_block {
        padding-right: 13px; }
      .stripe_section .related_slider .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px; }
      .stripe_section .related_slider article {
        display: none; }
        .stripe_section .related_slider article:nth-child(-n + 4) {
          display: block; }
      .stripe_section article.cart .description_wrap {
        margin-left: 4px;
        display: none; }
      .stripe_section.related_product article.cart .description_wrap {
        display: block; } }
  @media screen and (max-width: 560px) {
    .stripe_section {
      margin-bottom: 45px; }
      .stripe_section article.cart .description_wrap {
        width: 100%; } }

.slider_section {
  padding-top: 0;
  padding-bottom: 0; }
  .slider_section > .wrap.wrap {
    padding-left: 19px; }
  .slider_section .img_slider {
    width: 100%;
    overflow: hidden;
    height: 432px;
    border-radius: 10px 0 0 10px; }
  .slider_section .swiper-slide {
    width: fit-content; }
  .slider_section a {
    width: fit-content; }
  .slider_section article .wrap_img {
    background-color: #f3f3f3;
    border-radius: 10px;
    margin-bottom: 35px;
    height: 100%;
    overflow: hidden; }
  .slider_section article img {
    width: 100%;
    height: 100%;
    max-height: 432px;
    object-fit: cover; }
  @media screen and (min-width: 1440px) and (max-width: 1600px) {
    .slider_section h2,
    .slider_section .btn_more {
      font-size: 14px; }
      .slider_section h2 img,
      .slider_section .btn_more img {
        width: 18px;
        height: 18px; }
    .slider_section .img_slider {
      height: 350px; } }
  @media screen and (min-width: 1000px) and (max-width: 1439px) {
    .slider_section h2,
    .slider_section .btn_more {
      font-size: 12px; }
      .slider_section h2 img,
      .slider_section .btn_more img {
        width: 16px;
        height: 16px; }
    .slider_section .img_slider {
      height: 300px; }
    .slider_section .header_block {
      margin-bottom: 20px; } }
  @media screen and (max-width: 1000px) {
    .slider_section > .wrap.wrap {
      padding-left: 13px; } }
  @media screen and (max-width: 560px) {
    .slider_section {
      margin-bottom: 43px; } }

.baner_section {
  font-family: "HelveticaNeueCyr", Arial, sans-serif;
  color: white; }
  .baner_section.with_radius {
    margin: 60px 24px 80px 24px; }
    .baner_section.with_radius .video_cover {
      border-radius: 12px; }
    .baner_section.with_radius .description_wrap {
      gap: 0; }
    .baner_section.with_radius h2 {
      text-transform: none;
      letter-spacing: -0.02em; }
    .baner_section.with_radius .header_block {
      bottom: 0;
      display: flex;
      align-items: center;
      height: 100%; }
  .baner_section .video_cover {
    height: 100%; }
    .baner_section .video_cover.mobile {
      display: none; }
  .baner_section .wrap {
    position: relative; }
  .baner_section .header_block {
    padding-left: 2.6%;
    width: 100%;
    position: absolute;
    bottom: 100px;
    align-items: flex-end;
    margin-bottom: 0;
    gap: 10px; }
    .baner_section .header_block .btn_more {
      font-size: 25px;
      font-size: clamp(18px, calc( 18px + (25 - 18) * ((100vw - 1000px) / (1900 - 1000)) ), 25px);
      margin-bottom: 0px;
      color: white; }
  .baner_section .description_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 80%; }
  .baner_section h2 {
    margin: 0;
    font-size: 200px;
    font-size: clamp(80px, calc( 80px + (200 - 80) * ((100vw - 1000px) / (1900 - 1000)) ), 200px);
    margin-bottom: -5px;
    vertical-align: bottom;
    text-transform: none;
    letter-spacing: -0.02em; }
    .baner_section h2.medium_fs {
      margin-left: 0.7%;
      margin-bottom: 60px;
      font-size: 110px;
      font-size: clamp(45px, calc( 45px + (90 - 45) * ((100vw - 1000px) / (1900 - 1000)) ), 90px); }
      @media screen and (max-width: 1000px) {
        .baner_section h2.medium_fs {
          font-size: 60px;
          margin-bottom: 18px; } }
      @media screen and (max-width: 560px) {
        .baner_section h2.medium_fs {
          font-size: 50px;
          margin-bottom: 0; }
          .baner_section h2.medium_fs br {
            display: none; } }
  .baner_section .description {
    font-size: 40px;
    font-size: clamp(20px, calc( 20px + (40 - 20) * ((100vw - 1000px) / (1900 - 1000)) ), 40px);
    margin-left: 1%;
    font-weight: 400;
    font-weight: 300; }
    .baner_section .description.medium_fs {
      font-size: 30px;
      font-size: clamp(20px, calc( 20px + (30 - 20) * ((100vw - 1000px) / (1900 - 1000)) ), 30px); }
      @media screen and (max-width: 1000px) {
        .baner_section .description.medium_fs {
          font-size: 20px; } }
      @media screen and (max-width: 560px) {
        .baner_section .description.medium_fs {
          font-size: 16px;
          margin-bottom: -20px;
          display: none; } }
  .baner_section.with_padding {
    padding-left: 19px;
    padding-right: 19px; }
  @media screen and (min-width: 1601px) and (max-width: 1900px) {
    .baner_section h2.medium_fs {
      margin-bottom: 30px; }
    .baner_section .header_block {
      bottom: 70px; }
      .baner_section .header_block .btn_more {
        font-size: 21px; }
        .baner_section .header_block .btn_more img {
          width: 32px;
          height: 32px; } }
  @media screen and (min-width: 1441px) and (max-width: 1600px) {
    .baner_section h2.medium_fs {
      margin-bottom: 28px; }
    .baner_section .header_block {
      bottom: 65px; }
      .baner_section .header_block .btn_more {
        font-size: 21px; }
        .baner_section .header_block .btn_more img {
          width: 32px;
          height: 32px; } }
  @media screen and (min-width: 1000px) and (max-width: 1440px) {
    .baner_section h2.medium_fs {
      margin-bottom: 26px; }
    .baner_section .header_block {
      bottom: 60px; }
      .baner_section .header_block .btn_more {
        font-size: 18px; }
        .baner_section .header_block .btn_more img {
          width: 28px;
          height: 28px; } }
  @media screen and (min-width: 1000px) and (max-width: 1200px) {
    .baner_section .header_block {
      bottom: 45px; }
      .baner_section .header_block .btn_more {
        font-size: 16px; }
        .baner_section .header_block .btn_more img {
          width: 24px;
          height: 24px; } }
  @media screen and (max-width: 1050px) {
    .baner_section .header_block .btn_more {
      font-size: 16px; }
    .baner_section h2.medium_fs br {
      display: none; } }
  @media screen and (max-width: 1000px) {
    .baner_section .wrap {
      height: 780px; }
    .baner_section .header_block {
      bottom: 80px; }
    .baner_section h2 {
      font-size: 80px; }
    .baner_section .description {
      font-size: 24px; }
    .baner_section .video_cover {
      object-position: 31% center; }
      .baner_section .video_cover.position_left {
        object-position: 53% center; }
      .baner_section .video_cover.position_center {
        object-position: center center; }
      .baner_section .video_cover.mobile {
        display: inline;
        object-position: center top;
        height: 100%; }
      .baner_section .video_cover.desktop {
        display: none; } }
  @media screen and (max-width: 657px) {
    .baner_section h2 {
      font-size: 68px;
      letter-spacing: -0.02em;
      max-width: 375px; }
    .baner_section .video_cover.position_left {
      object-position: 36% center; } }
  @media screen and (max-width: 560px) {
    .baner_section {
      margin-top: 66px;
      margin-bottom: 48px; }
      .baner_section.low_height > .wrap {
        height: 50vh; }
      .baner_section .header_block {
        flex-flow: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 32px;
        bottom: 40px; }
      .baner_section .description_wrap {
        gap: 5px; }
      .baner_section .description {
        font-size: 20px;
        max-width: 270px;
        display: none; } }
  @media screen and (max-width: 417px) {
    .baner_section h2 {
      font-size: 80px; } }

.news_section .wrap_img {
  position: relative;
  max-height: 500px;
  border-radius: 10px;
  overflow: hidden; }
  .news_section .wrap_img img {
    width: 100%;
    max-height: 500px;
    object-fit: cover; }
  .news_section .wrap_img .btn_read_card {
    position: absolute;
    right: 25px;
    bottom: 25px;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease; }
.news_section .wrap_news {
  display: flex;
  flex-direction: row;
  gap: 1%; }
.news_section .news_slider {
  border-radius: 12px 0 0 12px; }
.news_section .single_news:hover .btn_read_card {
  opacity: 1; }
.news_section .description_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  margin-top: 29px;
  max-width: 440px;
  margin-left: 9px; }
.news_section h3 {
  font-size: 24px;
  font-weight: 400; }
.news_section .description_new {
  font-size: 14px;
  color: #4d4d4d;
  line-height: 1.6;
  margin-right: 15px; }
@media screen and (min-width: 1601px) and (max-width: 1900px) {
  .news_section h3 {
    font-size: 22px; }
  .news_section .description_wrap {
    margin-top: 24px; } }
@media screen and (min-width: 1440px) and (max-width: 1600px) {
  .news_section h2,
  .news_section .btn_more {
    font-size: 14px; }
    .news_section h2 img,
    .news_section .btn_more img {
      width: 18px;
      height: 18px; }
  .news_section .header_block {
    margin-bottom: 24px; }
  .news_section h3 {
    font-size: 20px; }
  .news_section .description_wrap {
    margin-top: 22px; } }
@media screen and (min-width: 1000px) and (max-width: 1439px) {
  .news_section h2,
  .news_section .btn_more {
    font-size: 12px; }
    .news_section h2 img,
    .news_section .btn_more img {
      width: 16px;
      height: 16px; }
  .news_section .header_block {
    margin-bottom: 20px; }
  .news_section h3 {
    font-size: 18px; }
  .news_section .description_wrap {
    margin-top: 20px;
    gap: 12px; }
  .news_section .description_new {
    font-size: 12px; } }
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .news_section .description_wrap {
    margin-top: 18px;
    gap: 8px; }
  .news_section h3 {
    font-size: 16px; }
  .news_section .description_new {
    font-size: 10px; } }
@media screen and (max-width: 1000px) {
  .news_section {
    margin-right: 0; }
    .news_section .header_block {
      margin-right: 13px; }
    .news_section h3 {
      font-size: 24px; }
    .news_section .description_new {
      display: none; } }
@media screen and (max-width: 560px) {
  .news_section h3 {
    font-size: 20px;
    max-width: 250px; }
  .news_section .description_wrap {
    max-width: 100%; } }

.subscribe_section {
  margin-top: 120px; }
  .subscribe_section h2 {
    font-size: 110px;
    font-size: clamp(55px, calc( 55px + (100 - 55) * ((100vw - 1000px) / (1900 - 1000)) ), 100px);
    text-transform: none;
    line-height: 80%;
    margin-bottom: 110px; }
  .subscribe_section label {
    flex: 1; }
  .subscribe_section .subscribe_form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px; }
  .subscribe_section .form_message {
    position: absolute;
    bottom: -30px;
    left: 0;
    color: #144918;
    font-size: 20px;
    font-size: clamp(16px, calc( 16px + (20 - 16) * ((100vw - 1000px) / (1900 - 1000)) ), 20px); }
  .subscribe_section .label-wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    width: 100%;
    max-width: 1300px; }
  .subscribe_section .contact-form-input {
    border: none;
    border-bottom: solid 2px black;
    font-weight: 500;
    font-size: 25px;
    color: #000000;
    outline: none;
    border-radius: none;
    padding-bottom: 14px;
    background-color: transparent;
    width: 100%;
    max-width: 473px; }
    .subscribe_section .contact-form-input::placeholder {
      text-transform: uppercase;
      color: black; }
  .subscribe_section button {
    border: none;
    background-color: transparent; }
  .subscribe_section .btn_more {
    font-size: 25px;
    margin-bottom: 0px; }
    .subscribe_section .btn_more img {
      width: 40px;
      height: 40px; }
  @media screen and (min-width: 1441px) and (max-width: 1600px) {
    .subscribe_section h2 {
      margin-bottom: 100px; }
    .subscribe_section .contact-form-input {
      font-size: 20px;
      width: 70%; }
    .subscribe_section .btn_more {
      font-size: 20px; }
      .subscribe_section .btn_more img {
        width: 24px;
        height: 24px; } }
  @media screen and (min-width: 1201px) and (max-width: 1440px) {
    .subscribe_section h2 {
      margin-bottom: 95px; }
    .subscribe_section .contact-form-input {
      font-size: 18px;
      width: 60%; }
    .subscribe_section .btn_more {
      font-size: 18px; }
      .subscribe_section .btn_more img {
        width: 22px;
        height: 22px; } }
  @media screen and (min-width: 1000px) and (max-width: 1200px) {
    .subscribe_section {
      margin-top: 95px; }
      .subscribe_section h2 {
        margin-bottom: 70px; }
      .subscribe_section .contact-form-input {
        font-size: 16px;
        width: 60%; }
      .subscribe_section .btn_more {
        font-size: 16px; }
        .subscribe_section .btn_more img {
          width: 20px;
          height: 20px; } }
  @media screen and (max-width: 1000px) {
    .subscribe_section {
      margin-bottom: 170px; }
      .subscribe_section h2 {
        max-width: 600px;
        font-size: 60px; }
      .subscribe_section .label-wrap {
        flex-flow: column nowrap;
        align-items: flex-start;
        gap: 120px; }
      .subscribe_section .subscribe_form {
        flex-flow: column nowrap;
        gap: 120px; }
      .subscribe_section .btn_more {
        align-self: flex-end; }
      .subscribe_section label {
        width: 100%; }
      .subscribe_section .contact-form-input {
        max-width: 100%; }
      .subscribe_section .form_message {
        font-size: 20px; } }
  @media screen and (max-width: 560px) {
    .subscribe_section {
      margin-bottom: 80px; }
      .subscribe_section h2 {
        font-weight: 400;
        font-size: 27px;
        line-height: 100%;
        letter-spacing: -0.02em;
        color: #cecece;
        margin-bottom: 49px;
        max-width: 330px; }
        .subscribe_section h2::first-line {
          color: #000; }
      .subscribe_section .label-wrap {
        gap: 77px; }
      .subscribe_section .contact-form-input {
        font-size: 18px; }
      .subscribe_section .subscribe_form {
        gap: 60px; }
      .subscribe_section .btn_more {
        font-size: 20px; }
        .subscribe_section .btn_more img {
          width: 24px;
          height: 24px; } }

.delivery_section {
  border-top: 1px solid #eae4e0;
  margin-left: 24px;
  margin-right: 24px;
  margin-bottom: 200px;
  padding-top: 30px; }
  .delivery_section .wrap {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    gap: 20px; }
  .delivery_section .col {
    align-items: flex-start; }
    .delivery_section .col.text {
      max-width: 300px; }
    .delivery_section .col.img {
      width: fit-content;
      display: flex;
      align-items: center; }
  .delivery_section .col > img {
    object-fit: cover;
    border-radius: 12px;
    max-width: 600px;
    width: 100%;
    max-height: 630px; }
  .delivery_section h3 {
    font-size: 36px;
    font-size: clamp(16px, calc( 16px + (36 - 16) * ((100vw - 1000px) / (1900 - 1000)) ), 36px);
    text-transform: uppercase;
    margin-bottom: 36px;
    font-weight: 400;
    text-align: left;
    width: 100%; }
  .delivery_section h4 {
    font-weight: 600; }
  .delivery_section ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    height: 100%; }
    .delivery_section ul li {
      font-size: 16px;
      font-size: clamp(10px, calc( 10px + (16 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 16px);
      padding-left: 8px;
      border-left: 1px solid #eae4e0;
      line-height: 1.3; }
  @media screen and (min-width: 1000px) and (max-width: 1600px) {
    .delivery_section .three_columns {
      margin: 0 3%; }
    .delivery_section .col.text {
      max-width: 19%; }
    .delivery_section .col > img {
      max-width: 70%; } }
  @media screen and (max-width: 1000px) {
    .delivery_section {
      border-top: none;
      margin-bottom: 120px; }
      .delivery_section h3 {
        font-size: 36px; }
      .delivery_section ul li {
        font-size: 16px; }
      .delivery_section .three_columns {
        row-gap: 50px; }
      .delivery_section .col img {
        min-height: 490px; } }
  @media screen and (max-width: 666px) {
    .delivery_section {
      margin-left: 13px;
      margin-right: 13px;
      margin-bottom: 52px; }
      .delivery_section .three_columns {
        justify-content: flex-start;
        gap: 50px; }
        .delivery_section .three_columns .col.text {
          margin-left: 13px;
          margin-right: 13px;
          max-width: 100%; }
          .delivery_section .three_columns .col.text ul {
            flex-flow: row wrap;
            gap: 40px; }
            .delivery_section .three_columns .col.text ul li {
              flex: 1 1 195px; } }

.contact_us_section {
  margin-bottom: 120px; }
  .contact_us_section .wrap {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    gap: 20px;
    margin: 0 30px; }
  .contact_us_section .col {
    flex: 1 1 300px; }
    .contact_us_section .col .wrap_col {
      max-width: 480px;
      margin-left: auto;
      margin-right: auto; }
    .contact_us_section .col .pre_title {
      font-size: 16px;
      font-weight: 500;
      color: #adadad;
      margin-bottom: 12px;
      text-align: center; }
    .contact_us_section .col h2 {
      font-size: 36px;
      font-weight: 500;
      margin-bottom: 20px;
      text-align: center; }
    .contact_us_section .col .description {
      font-size: 20px;
      font-weight: 400;
      margin-bottom: 64px;
      color: #667085;
      text-align: center; }
  .contact_us_section .wrap_img {
    border-radius: 12px;
    overflow: hidden;
    height: 100%; }
  .contact_us_section .img_cover {
    width: 100%;
    height: 100%;
    object-fit: cover; }
    .contact_us_section .img_cover.mobile {
      display: none; }
  .contact_us_section h2 {
    text-transform: none; }
  .contact_us_section .contact_us_form label {
    font-family: Inter, Arial, sans-serif;
    font-weight: 500;
    color: #344054;
    display: flex;
    flex-flow: column nowrap;
    gap: 6px;
    font-size: 12px;
    width: 100%;
    margin-bottom: 24px; }
    .contact_us_section .contact_us_form label.form-privacy {
      flex-flow: row nowrap;
      align-items: center; }
      .contact_us_section .contact_us_form label.form-privacy input {
        width: auto; }
      .contact_us_section .contact_us_form label.form-privacy a {
        color: #344054;
        text-decoration: underline; }
        .contact_us_section .contact_us_form label.form-privacy a:hover {
          text-decoration: none; }
  .contact_us_section .contact_us_form input,
  .contact_us_section .contact_us_form textarea {
    font-family: Inter, Arial, sans-serif;
    font-weight: 500;
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid #d0d5dd;
    font-size: 12px;
    width: 100%;
    outline: none; }
    .contact_us_section .contact_us_form input::placeholder,
    .contact_us_section .contact_us_form textarea::placeholder {
      color: #667085; }
  .contact_us_section .contact_us_form .names_wrap {
    display: flex;
    flex-flow: row nowrap;
    gap: 6%;
    justify-content: space-between; }
  .contact_us_section .contact_us_form .contact-form-textarea {
    resize: none;
    height: 130px; }
  .contact_us_section .contact_us_form .iti__search-input {
    border: none !important;
    outline: none; }
    .contact_us_section .contact_us_form .iti__search-input:focus-visible {
      border: none !important;
      outline: none; }
  .contact_us_section .contact_us_form .submit_but {
    width: 100%; }
  .contact_us_section .contact_us_form .label-wrap {
    position: relative; }
  .contact_us_section .contact_us_form #form_message_contact_us {
    position: absolute;
    bottom: 18px;
    right: 0;
    color: #144918;
    font-size: 14px;
    font-size: clamp(10px, calc( 10px + (14 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 14px); }
  @media screen and (min-width: 1000px) and (max-width: 1600px) {
    .contact_us_section .contact_us_form textarea,
    .contact_us_section .contact_us_form input {
      border-radius: 9px; } }
  @media screen and (max-width: 645px) {
    .contact_us_section {
      margin-bottom: 113px; }
      .contact_us_section .wrap {
        margin: 0;
        gap: 24px; }
      .contact_us_section .wrap_img {
        border-radius: 0;
        height: 750px; }
        .contact_us_section .wrap_img.with_padding_mob {
          padding-left: 13px;
          padding-right: 13px;
          height: 455px; }
      .contact_us_section .col.father_heights {
        margin-left: 13px;
        margin-right: 13px; }
      .contact_us_section .col .description {
        margin-bottom: 35px; }
      .contact_us_section .img_cover.desktop {
        display: none; }
      .contact_us_section .img_cover.mobile {
        display: inline; }
      .contact_us_section .img_cover.with_radius_mob {
        border-radius: 12px; }
      .contact_us_section .contact_us_form label {
        font-size: 14px; }
        .contact_us_section .contact_us_form label.form-privacy {
          font-size: 16px; }
      .contact_us_section .contact_us_form input {
        font-size: 14px; }
      .contact_us_section .contact_us_form textarea {
        font-size: 14px; }
      .contact_us_section .contact_us_form .submit_but {
        font-size: 16px; }
      .contact_us_section .contact_us_form #form_message_contact_us {
        font-size: 16px;
        bottom: 18px; } }

.story_section {
  margin-top: 6%; }
  .story_section .wrap {
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-flow: row nowrap;
    gap: 8%; }
    .story_section .wrap > .col {
      display: flex;
      flex-direction: column;
      gap: 40px; }
      .story_section .wrap > .col:first-child {
        display: block;
        width: 32%; }
      .story_section .wrap > .col:nth-child(2) {
        width: 32%;
        gap: 96px; }
      .story_section .wrap > .col:last-child {
        width: 20%; }
  .story_section .wrap_img {
    overflow: hidden;
    border-radius: 12px;
    border-radius: 12px; }
  .story_section img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
    .story_section img.mobile {
      display: none; }
  .story_section h2 {
    font-size: 80px;
    font-size: clamp(40px, calc( 40px + (80 - 40) * ((100vw - 1000px) / (1900 - 1000)) ), 80px);
    text-align: left;
    text-transform: none; }
  .story_section .caption {
    font-size: 16px;
    font-size: clamp(8px, calc( 8px + (16 - 8) * ((100vw - 1000px) / (1900 - 1000)) ), 16px);
    width: 58%; }
    .story_section .caption:last-child {
      width: 87%; }
  .story_section p {
    line-height: 1.6; }
  @media screen and (max-width: 1000px) {
    .story_section {
      margin-bottom: 40px; }
      .story_section h2 {
        font-size: 40px;
        margin-bottom: 24px; }
      .story_section .wrap {
        flex-flow: column nowrap; }
        .story_section .wrap > .col {
          width: 100% !important;
          gap: 40px !important; }
          .story_section .wrap > .col:last-child {
            flex-flow: column-reverse nowrap;
            margin-top: 40px; }
      .story_section .caption {
        width: 96%;
        font-weight: 400;
        font-size: 16px;
        line-height: 190%;
        letter-spacing: -0.02em;
        color: #212121; }
      .story_section img.desktop {
        display: none; }
      .story_section img.mobile {
        display: inline; } }

.unique_patented_section {
  margin-top: 169px;
  margin-bottom: 114px; }
  .unique_patented_section h2 {
    position: relative;
    z-index: 1;
    font-weight: 400;
    font-size: 120px;
    font-size: 120px;
    font-size: clamp(60px, calc( 60px + (120 - 60) * ((100vw - 1000px) / (1900 - 1000)) ), 120px);
    line-height: 87%;
    letter-spacing: -0.02em;
    color: #cecece;
    max-width: 50%;
    text-transform: none; }
    .unique_patented_section h2::first-line {
      color: #212121; }
  .unique_patented_section .description_wrap {
    display: grid;
    grid-template-columns: 1fr 2.4fr 1fr;
    grid-template-rows: 1fr 1fr;
    margin-top: -11%; }
  .unique_patented_section .background_wrap {
    grid-row: span 2;
    padding-right: 5%; }
  .unique_patented_section .background_img {
    width: 100%;
    object-fit: cover; }
    .unique_patented_section .background_img.mobile {
      display: none; }
  .unique_patented_section .cell h3 {
    font-weight: 400;
    font-size: 55px;
    font-size: 55px;
    font-size: clamp(25px, calc( 25px + (55 - 25) * ((100vw - 1000px) / (1900 - 1000)) ), 55px);
    line-height: 91%;
    letter-spacing: -0.02em;
    color: #212121;
    margin-top: 6%;
    margin-bottom: 8%; }
  .unique_patented_section .cell .descripion {
    font-weight: 400;
    font-size: 16px;
    font-size: 16px;
    font-size: clamp(10px, calc( 10px + (16 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 16px);
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #212121;
    max-width: 61%; }
  .unique_patented_section .cell.cell_3 h3 {
    margin-top: 10%; }
  .unique_patented_section .cell.cell_4 {
    transform: translateX(10px); }
    .unique_patented_section .cell.cell_4 h3 {
      margin-top: 20%; }
  .unique_patented_section .cell.cell_5 h3 {
    margin-top: 28%; }
  .unique_patented_section .btn_more {
    margin-top: 30px;
    font-size: 16px;
    font-size: clamp(10px, calc( 10px + (16 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 16px); }
  .unique_patented_section.details {
    margin-top: 6.7%;
    margin-bottom: 5.8%; }
    .unique_patented_section.details h2 {
      font-size: 80px;
      font-size: clamp(40px, calc( 40px + (80 - 40) * ((100vw - 1000px) / (1900 - 1000)) ), 80px);
      max-width: 100%;
      text-align: center;
      color: #212121; }
      .unique_patented_section.details h2::first-line {
        color: inherit; }
      .unique_patented_section.details h2 span {
        color: #cecece; }
    .unique_patented_section.details .description_wrap {
      margin-top: 6%; }
    .unique_patented_section.details .cell.mobile {
      display: none; }
    .unique_patented_section.details .cell .descripion {
      max-width: 57%; }
    .unique_patented_section.details .cell.cell_3 h3 {
      margin-top: 3%; }
    .unique_patented_section.details .cell.cell_4 h3 {
      margin-top: -38%; }
    .unique_patented_section.details .cell.cell_5 h3 {
      margin-top: 50%; }
  @media screen and (max-width: 1000px) {
    .unique_patented_section {
      margin-top: 80px;
      margin-bottom: 74px; }
      .unique_patented_section h2 {
        font-weight: 400;
        font-size: 45px;
        max-width: 325px; }
      .unique_patented_section .description_wrap {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: repeat(auto-fill, minmax(100px, 1fr));
        margin-top: 8%;
        column-gap: 54px;
        row-gap: 30px; }
      .unique_patented_section .background_wrap {
        grid-column: span 3;
        padding-right: 0; }
      .unique_patented_section .background_img {
        display: none; }
        .unique_patented_section .background_img.video {
          display: block; }
        .unique_patented_section .background_img.mobile {
          display: inline; }
      .unique_patented_section .cell .descripion {
        max-width: 100%;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        letter-spacing: -0.02em;
        color: #8e8e8e;
        max-width: 153px; }
      .unique_patented_section .cell h3 {
        font-weight: 500;
        font-size: 25px;
        line-height: 104%;
        max-width: 153px; }
      .unique_patented_section .cell .mob_centr {
        margin-left: auto;
        margin-right: auto;
        width: fit-content; }
      .unique_patented_section .cell.cell_1 {
        display: none; }
      .unique_patented_section .cell.cell_3 {
        order: 2; }
        .unique_patented_section .cell.cell_3 h3 {
          margin-top: 10%; }
      .unique_patented_section .cell.cell_4 h3 {
        margin-top: 10%; }
      .unique_patented_section .cell.cell_5 {
        order: 1; }
        .unique_patented_section .cell.cell_5 h3 {
          margin-top: 10%; }
      .unique_patented_section .btn_more {
        margin-top: 116px;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        font-size: 16px; }
      .unique_patented_section.details {
        margin-left: 23px;
        margin-right: 23px;
        margin-bottom: 64px; }
        .unique_patented_section.details .description_wrap {
          column-gap: 19px;
          row-gap: 0; }
        .unique_patented_section.details h2 {
          font-size: 50px;
          line-height: 104%;
          letter-spacing: -0.02em; }
        .unique_patented_section.details .cell.cell_3 h3 {
          margin-top: 10%; }
        .unique_patented_section.details .cell.cell_4 h3 {
          margin-top: 10%; }
        .unique_patented_section.details .cell.cell_5 h3 {
          margin-top: 10%; }
        .unique_patented_section.details .cell .descripion {
          max-width: 160px; } }
  @media screen and (max-width: 630px) {
    .unique_patented_section .description_wrap {
      grid-template-columns: 1fr 1fr; }
    .unique_patented_section .background_wrap {
      grid-column: span 2; }
    .unique_patented_section .cell.cell_4 {
      display: none; }
    .unique_patented_section.details h2 {
      text-align: left;
      max-width: 300px; }
    .unique_patented_section.details .cell.mobile {
      display: block; }
      .unique_patented_section.details .cell.mobile h3 {
        margin-top: 10%; }
    .unique_patented_section.details .cell.cell_5 {
      display: none; } }

.grow_section {
  margin-top: 6.3%;
  margin-bottom: 6.3%; }
  .grow_section h2 {
    font-weight: 300;
    font-size: 170px;
    font-size: clamp(85px, calc( 85px + (170 - 85) * ((100vw - 1000px) / (1900 - 1000)) ), 170px);
    letter-spacing: -0.02em;
    color: #212121;
    text-transform: none;
    margin-bottom: 7%; }
    .grow_section h2 span {
      color: #d2d2d2; }
  .grow_section .description_mob {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.03em;
    color: #212121;
    max-width: 320px;
    display: none; }
  .grow_section .background_section {
    position: relative; }
    .grow_section .background_section img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
      .grow_section .background_section img.mobile {
        display: none; }
    .grow_section .background_section .wrap_content {
      margin-left: 3.8%;
      margin-right: 9.4%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      height: 100%; }
      .grow_section .background_section .wrap_content .col {
        max-width: 24%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between; }
        .grow_section .background_section .wrap_content .col .cell {
          max-width: 72%; }
          .grow_section .background_section .wrap_content .col .cell.full_width {
            max-width: 100%; }
        .grow_section .background_section .wrap_content .col h3 {
          font-weight: 400;
          font-size: 55px;
          font-size: clamp(25px, calc( 25px + (55 - 25) * ((100vw - 1000px) / (1900 - 1000)) ), 55px);
          line-height: 91%;
          letter-spacing: -0.02em;
          color: #212121; }
          @media screen and (min-width: 1001px) {
            .grow_section .background_section .wrap_content .col h3 {
              margin-bottom: calc(100vw * (37 / 1920)); } }
          @media screen and (max-width: 1000px) {
            .grow_section .background_section .wrap_content .col h3 {
              margin-bottom: 37px; } }
        .grow_section .background_section .wrap_content .col .description {
          font-weight: 400;
          font-size: 16px;
          font-size: clamp(8px, calc( 8px + (16 - 8) * ((100vw - 1000px) / (1900 - 1000)) ), 16px);
          line-height: 130%;
          letter-spacing: -0.02em;
          color: #212121; }
          .grow_section .background_section .wrap_content .col .description.only {
            line-height: 160%; }
        .grow_section .background_section .wrap_content .col.col_1 {
          justify-content: center;
          align-items: flex-start; }
          .grow_section .background_section .wrap_content .col.col_1 .cell {
            transform: translateY(57%); }
  .grow_section .label_block {
    margin-left: 3.8%;
    margin-right: 13px;
    display: flex;
    flex-flow: row wrap;
    margin-top: 5.2%; }
    @media screen and (min-width: 1001px) {
      .grow_section .label_block {
        gap: calc(100vw * (12 / 1920)); } }
    @media screen and (max-width: 1000px) {
      .grow_section .label_block {
        gap: 12px; } }
    .grow_section .label_block .label_advantages {
      font-weight: 400;
      font-size: 16px;
      font-size: clamp(10px, calc( 10px + (16 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 16px);
      line-height: 130%;
      letter-spacing: -0.02em;
      color: #212121;
      border: 1px solid #dbd6d6;
      border-radius: 80px; }
      @media screen and (min-width: 1001px) {
        .grow_section .label_block .label_advantages {
          padding: calc(100vw * (20 / 1920)); } }
      @media screen and (max-width: 1000px) {
        .grow_section .label_block .label_advantages {
          padding: 20px; } }
      @media screen and (min-width: 1001px) {
        .grow_section .label_block .label_advantages {
          padding-left: calc(100vw * (30 / 1920)); } }
      @media screen and (max-width: 1000px) {
        .grow_section .label_block .label_advantages {
          padding-left: 30px; } }
      @media screen and (min-width: 1001px) {
        .grow_section .label_block .label_advantages {
          padding-right: calc(100vw * (30 / 1920)); } }
      @media screen and (max-width: 1000px) {
        .grow_section .label_block .label_advantages {
          padding-right: 30px; } }
  @media screen and (max-width: 1000px) {
    .grow_section {
      margin-bottom: 33px; }
      .grow_section h2 {
        font-weight: 400;
        font-size: 50px;
        line-height: 108%;
        max-width: 350px;
        margin-bottom: 33px; }
      .grow_section .description_mob {
        display: block; }
      .grow_section .background_section img {
        margin-top: 10%;
        margin-bottom: 15%; }
      .grow_section .background_section .wrap_content {
        flex-direction: row-reverse;
        position: static;
        margin-left: 13px;
        margin-right: 13px;
        gap: 37px;
        justify-content: space-around; }
        .grow_section .background_section .wrap_content .col {
          max-width: 100%;
          justify-content: flex-start; }
          .grow_section .background_section .wrap_content .col h3 {
            font-weight: 500;
            font-size: 25px;
            line-height: 104%;
            letter-spacing: -0.02em;
            color: #212121; }
          .grow_section .background_section .wrap_content .col .description {
            font-weight: 400;
            font-size: 14px;
            line-height: 140%;
            letter-spacing: -0.02em;
            color: #8e8e8e; }
          .grow_section .background_section .wrap_content .col.col_1 .cell {
            transform: unset; }
          .grow_section .background_section .wrap_content .col.col_2 {
            flex-direction: row;
            height: 100%;
            justify-content: space-around; }
            .grow_section .background_section .wrap_content .col.col_2 h3 {
              margin-bottom: 64px; }
            .grow_section .background_section .wrap_content .col.col_2 .cell {
              display: flex;
              flex-direction: column;
              justify-content: space-between; }
          .grow_section .background_section .wrap_content .col .cell {
            max-width: 160px; }
          .grow_section .background_section .wrap_content .col .description.only {
            display: none; }
      .grow_section .label_block {
        gap: 28px;
        margin-top: 33px;
        margin-left: 13px;
        margin-right: 13px; }
        .grow_section .label_block .label_advantages {
          font-weight: 400;
          font-size: 16px;
          line-height: 130%;
          letter-spacing: -0.02em;
          color: #212121;
          flex: 1 1 180px;
          white-space: nowrap;
          text-align: center; } }

.evolves_section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px; }
.evolves_section h2 {
  font-weight: 400;
  font-size: 110px;
  font-size: clamp(60px, calc( 60px + (110 - 60) * ((100vw - 1000px) / (1900 - 1000)) ), 110px);
  line-height: 77%;
  letter-spacing: -0.02em;
  color: #212121;
  text-transform: none;
  text-indent: 10%; }
  @media screen and (min-width: 1001px) {
    .evolves_section h2 {
      margin-bottom: calc(100vw * (125 / 1920)); } }
  @media screen and (max-width: 1000px) {
    .evolves_section h2 {
      margin-bottom: 125px; } }
.evolves_section .wrap_section {
  display: flex;
  flex-flow: row wrap; }
.evolves_section .col {
  flex: 1 1 300px; }
  .evolves_section .col.col_left {
    flex: 1.1 1.1 330px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between; }
    .evolves_section .col.col_left .wrap_content {
      display: flex;
      flex-flow: row nowrap;
      align-items: center; }
      .evolves_section .col.col_left .wrap_content img {
        flex: 1;
        max-width: 50%; }
      .evolves_section .col.col_left .wrap_content .description {
        flex: 1;
        font-weight: 400;
        font-size: 16px;
        font-size: clamp(8px, calc( 8px + (16 - 8) * ((100vw - 1000px) / (1900 - 1000)) ), 16px);
        line-height: 130%;
        letter-spacing: -0.02em;
        color: #212121; }
        .evolves_section .col.col_left .wrap_content .description p {
          max-width: 60%;
          margin-left: auto;
          margin-right: auto; }
  .evolves_section .col.col_right {
    max-width: 48%; }
@media screen and (max-width: 1000px) {
  .evolves_section {
    margin-top: 33px;
    margin-bottom: 43px; }
    .evolves_section h2 {
      font-weight: 400;
      font-size: 40px;
      line-height: 102%;
      letter-spacing: -0.02em;
      margin-bottom: 51px; }
    .evolves_section .wrap_section {
      gap: 53px;
      column-gap: 20px; }
    .evolves_section .col.col_left .wrap_content {
      flex-flow: column nowrap;
      gap: 53px; }
      .evolves_section .col.col_left .wrap_content .description {
        font-weight: 400;
        font-size: 16px;
        line-height: 130%;
        letter-spacing: -0.02em; }
        .evolves_section .col.col_left .wrap_content .description p {
          max-width: 90%;
          margin-bottom: 20px; }
          .evolves_section .col.col_left .wrap_content .description p:last-child {
            margin-bottom: 0; }
      .evolves_section .col.col_left .wrap_content img {
        max-width: 100%; }
    .evolves_section .col.col_right {
      max-width: 100%; } }

.search_page h1 {
  font-size: 70px;
  font-size: clamp(35px, calc( 35px + (70 - 35) * ((100vw - 1000px) / (1900 - 1000)) ), 70px); }

.advertising_block_header {
  position: relative;
  font-family: "HelveticaNeueCyr", Arial, sans-serif;
  background: rgba(217, 217, 217, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: top center;
  transform: scaleY(1);
  transition: all 0.5s ease; }
  @media screen and (min-width: 1001px) {
    .advertising_block_header {
      height: calc(100vw * (37 / 1920)); } }
  @media screen and (max-width: 1000px) {
    .advertising_block_header {
      height: 37px; } }
  .advertising_block_header .content_adv {
    font-size: 14px;
    font-size: clamp(10px, calc( 10px + (14 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 14px);
    color: rgba(0, 0, 0, 0.4); }
    .advertising_block_header .content_adv span {
      color: #000; }
  .advertising_block_header .btn_close {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%); }
  .advertising_block_header.desabled {
    transform: scaleY(0);
    height: 0; }
  .advertising_block_header a:hover {
    text-decoration: underline; }
  @media screen and (max-width: 1000px) {
    .advertising_block_header {
      display: none; } }

footer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10%;
  margin-top: 0;
  padding: 51px 35px 148px 35px;
  padding-bottom: 4%;
  border-top: 1px solid #eae4e0; }
  footer.main_page {
    border-top: none; }
  footer .logo {
    margin-top: -25px;
    font-size: 60px; }
    footer .logo button {
      display: none; }
  footer .footer_menu {
    width: 100%;
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto; }
  footer .menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px; }
    footer .menu > li {
      margin-bottom: 70px; }
    footer .menu > li > a {
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      white-space: nowrap;
      font-family: "HelveticaNeueCyr", Arial, sans-serif; }
      @media screen and (min-width: 1000px) and (max-width: 1440px) {
        footer .menu > li > a {
          font-size: 14px; } }
    footer .menu .sub_menu {
      margin-top: 24px; }
      footer .menu .sub_menu .mobile {
        display: none; }
    @media screen and (min-width: 1000px) and (max-width: 1440px) {
      footer .menu .sub_menu {
        margin-top: 20px; } }
  footer .sub_menu {
    line-height: 1.7; }
    footer .sub_menu a {
      font-family: "HelveticaNeueCyr", Arial, sans-serif;
      font-size: 16px;
      color: #4c4c4c;
      font-weight: 400; }
      footer .sub_menu a:hover {
        color: black;
        text-decoration: underline; }
      @media screen and (min-width: 1000px) and (max-width: 1440px) {
        footer .sub_menu a {
          font-size: 14px; } }
  @media screen and (max-width: 1000px) {
    footer {
      padding: 15px 8px 40px 8px;
      flex-flow: column wrap;
      gap: 66px;
      border-top: none; }
      footer .menu {
        justify-content: flex-start; }
        footer .menu > li {
          max-width: 175px; }
        footer .menu .sub_menu .desktop {
          display: none; }
        footer .menu .sub_menu .mobile {
          display: inline; } }
  @media screen and (max-width: 476px) {
    footer .logo {
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
      footer .logo button {
        display: flex; }
      footer .logo a {
        font-size: 25px; }
    footer .menu > li > a {
      font-weight: 700; }
    footer .menu > li.item_1 {
      order: 1; }
    footer .menu > li.item_2 {
      order: 2; }
    footer .menu > li.item_3 {
      grid-column: span 2;
      max-width: unset;
      order: 5;
      margin-bottom: 0; }
      footer .menu > li.item_3 .sub_menu {
        display: grid;
        grid-template-columns: repeat(2, 1fr); }
        footer .menu > li.item_3 .sub_menu li:first-child {
          order: 2; }
        footer .menu > li.item_3 .sub_menu li:last-child {
          order: 1; }
        footer .menu > li.item_3 .sub_menu a {
          white-space: nowrap;
          font-weight: 500;
          font-size: 14px; }
    footer .menu > li.item_4 {
      order: 3; }
    footer .menu > li.item_5 {
      order: 4; } }

.single_page .baner_section {
  margin-top: 0; }
  .single_page .baner_section.contacts_page .header_block span {
    display: none; }
  .single_page .baner_section.contacts_page .description {
    font-size: 40px;
    font-size: clamp(18px, calc( 18px + (40 - 18) * ((100vw - 1000px) / (1900 - 1000)) ), 40px); }
  .single_page .baner_section.contacts_page.with_radius {
    margin-top: 0; }
    .single_page .baner_section.contacts_page.with_radius h2 {
      font-size: 120px;
      font-size: clamp(60px, calc( 60px + (120 - 60) * ((100vw - 1000px) / (1900 - 1000)) ), 120px); }
  .single_page .baner_section.delivery_page.with_radius {
    margin-top: 0; }
    .single_page .baner_section.delivery_page.with_radius .header_block {
      align-items: flex-end;
      padding-left: 80px;
      margin-bottom: 65px; }
    .single_page .baner_section.delivery_page.with_radius h2 {
      font-size: 120px;
      font-size: clamp(60px, calc( 60px + (120 - 60) * ((100vw - 1000px) / (1900 - 1000)) ), 120px);
      color: black; }
.single_page .сontact_details {
  border-top: 1px solid #eae4e0;
  margin-left: 24px;
  margin-right: 24px;
  margin-bottom: 200px;
  padding-top: 30px; }
  .single_page .сontact_details .col {
    max-width: 405px; }
    .single_page .сontact_details .col img {
      width: 48px;
      height: 48px;
      margin-bottom: 24px; }
    .single_page .сontact_details .col .link {
      margin-top: 24px;
      font-size: 16px;
      font-size: clamp(10px, calc( 10px + (16 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 16px);
      text-decoration: underline; }
      .single_page .сontact_details .col .link:hover {
        opacity: 0.7; }
    .single_page .сontact_details .col h3 {
      margin-bottom: 16px;
      font-size: 32px;
      font-size: clamp(18px, calc( 18px + (32 - 18) * ((100vw - 1000px) / (1900 - 1000)) ), 32px);
      font-weight: 500; }
  .single_page .сontact_details .description {
    font-weight: 400;
    font-size: 16px;
    font-size: clamp(10px, calc( 10px + (16 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 16px);
    line-height: 150%;
    text-align: center;
    color: #000; }
@media screen and (min-width: 1000px) and (max-width: 1600px) {
  .single_page .baner_section.delivery_page.with_radius .header_block {
    padding-left: 60px;
    margin-bottom: 50px; } }
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .single_page .сontact_details {
    margin-bottom: 175px; }
  .single_page .contact_us_section {
    margin-bottom: 110px; }
  .single_page .baner_section.delivery_page.with_radius .header_block {
    padding-left: 50px;
    margin-bottom: 40px; } }
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .single_page .сontact_details {
    margin-bottom: 160px; }
  .single_page .contact_us_section {
    margin-bottom: 100px; }
  .single_page .baner_section.delivery_page.with_radius .header_block {
    padding-left: 30px;
    margin-bottom: 35px; } }
@media screen and (max-width: 1000px) {
  .single_page .baner_section.contacts_page {
    margin: 0; }
    .single_page .baner_section.contacts_page .header_block {
      left: 30px;
      top: 45px;
      height: fit-content;
      width: fit-content;
      align-items: flex-start; }
      .single_page .baner_section.contacts_page .header_block span {
        display: inline; }
    .single_page .baner_section.contacts_page .description {
      display: none; }
    .single_page .baner_section.contacts_page.with_radius .video_cover {
      border-radius: 0; }
    .single_page .baner_section.contacts_page.with_radius h2 {
      font-size: 40px; }
  .single_page .baner_section.delivery_page {
    margin: 0;
    margin-bottom: 72px; }
    .single_page .baner_section.delivery_page .description_wrap {
      width: 100%; }
    .single_page .baner_section.delivery_page .wrap {
      height: auto; }
      .single_page .baner_section.delivery_page .wrap .video_cover {
        min-height: 370px; }
    .single_page .baner_section.delivery_page.with_radius h2 {
      font-size: 70px; }
    .single_page .baner_section.delivery_page.with_radius .video_cover {
      border-radius: 0; }
    .single_page .baner_section.delivery_page.with_radius .header_block {
      position: static;
      height: auto;
      margin: 23px;
      align-items: flex-start;
      padding: 0;
      width: fit-content; }
  .single_page .сontact_details {
    border-top: none;
    padding-top: 40px;
    margin-bottom: 112px;
    margin-left: 17px;
    margin-right: 17px; }
    .single_page .сontact_details .three_columns {
      gap: 40px; }
    .single_page .сontact_details .description {
      font-size: 16px; }
      .single_page .сontact_details .description br {
        display: none; }
    .single_page .сontact_details .col .link {
      font-size: 16px; }
    .single_page .сontact_details .col h3 {
      font-size: 32px; } }

.news_page section.news_section {
  margin-bottom: 120px; }
.news_page section.subscribe_section {
  margin-top: 7%;
  margin-bottom: 8.5%; }
.news_page section.news_list {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 8.5%; }
  .news_page section.news_list .footer_news {
    margin-top: 5.5%; }
.news_page h1 {
  font-size: 200px;
  font-size: clamp(100px, calc( 100px + (200 - 100) * ((100vw - 1000px) / (1900 - 1000)) ), 200px);
  letter-spacing: -0.03em;
  font-weight: 300;
  padding-bottom: 2%;
  margin-left: -13px; }
.news_page .post_h1_title {
  font-size: 18px;
  font-size: clamp(9px, calc( 9px + (18 - 9) * ((100vw - 1000px) / (1900 - 1000)) ), 18px);
  font-weight: 500;
  line-height: 189%;
  letter-spacing: -0.03em;
  max-width: 40%;
  line-height: 2;
  margin-bottom: 2.2%; }
.news_page .buttons_block {
  display: flex;
  gap: 12px;
  flex-flow: row wrap;
  width: fit-content;
  justify-content: space-between;
  z-index: 1;
  position: relative; }
  .news_page .buttons_block > div {
    position: relative; }
  .news_page .buttons_block .dropdown_items {
    position: absolute;
    top: 150%;
    z-index: 99;
    padding: 15px;
    padding-top: 20px;
    background-color: white;
    min-width: 200px;
    border: 1px solid #eae4e0;
    border-radius: 8px;
    transition: opacity 0.3s ease; }
    .news_page .buttons_block .dropdown_items.desabled {
      opacity: 0;
      pointer-events: none; }
    @media screen and (min-width: 1001px) {
      .news_page .buttons_block .dropdown_items li {
        margin-bottom: calc(100vw * (14 / 1920)); } }
    @media screen and (max-width: 1000px) {
      .news_page .buttons_block .dropdown_items li {
        margin-bottom: 14px; } }
    .news_page .buttons_block .dropdown_items li:last-child {
      margin-bottom: 0; }
    .news_page .buttons_block .dropdown_items li a {
      font-weight: 300;
      font-size: 16px;
      font-size: clamp(10px, calc( 10px + (16 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 16px);
      color: #353535; }
.news_page .all_news {
  margin-top: 4.4%; }
  .news_page .all_news h3 {
    font-size: 30px;
    font-size: clamp(15px, calc( 15px + (30 - 15) * ((100vw - 1000px) / (1900 - 1000)) ), 30px);
    margin-top: 4.5%; }
  .news_page .all_news .wrap {
    display: flex;
    gap: 30px; }
    .news_page .all_news .wrap .col {
      flex: 1; }
  .news_page .all_news .description_wrap {
    margin-left: 9px; }
  .news_page .all_news .wrap_img {
    position: relative;
    border-radius: 12px;
    overflow: hidden; }
    .news_page .all_news .wrap_img .news_category {
      font-size: 16px;
      font-size: clamp(10px, calc( 10px + (16 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 16px);
      color: white;
      text-transform: uppercase;
      bottom: 0;
      margin-bottom: 16px;
      left: 20px;
      padding: 12px 15px;
      backdrop-filter: blur(15px);
      -webkit-backdrop-filter: blur(15px);
      border-radius: 12px;
      border: none; }
  .news_page .all_news .description_new {
    font-weight: 400;
    font-size: 14px;
    font-size: clamp(10px, calc( 10px + (14 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 14px);
    line-height: 179%;
    color: #4d4d4d;
    line-height: 1.6; }
  .news_page .all_news .btn_read_news {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 49px;
    height: 49px;
    opacity: 0;
    transition: opacity 0.3s ease; }
  .news_page .all_news img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  .news_page .all_news .single_news:hover .btn_read_news {
    opacity: 1; }
  .news_page .all_news.base h3 {
    font-size: 24px;
    font-size: 24px;
    font-size: clamp(16px, calc( 16px + (24 - 16) * ((100vw - 1000px) / (1900 - 1000)) ), 24px);
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 32px; }
  .news_page .all_news.base .wrap {
    display: grid;
    gap: 82px 17px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
    @media screen and (min-width: 1600px) {
      .news_page .all_news.base .wrap {
        grid-template-columns: repeat(4, minmax(300px, 1fr)); } }
  .news_page .all_news.base .btn_read_news {
    top: 20px;
    right: 20px; }
.news_page .news_category {
  position: absolute; }
@media screen and (min-width: 1000px) and (max-width: 1600px) {
  .news_page .all_news.base .wrap {
    gap: 60px 15px; } }
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .news_page .all_news.base .wrap {
    gap: 55px 15px; } }
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .news_page .all_news.base .wrap {
    gap: 40px 12px; } }
@media screen and (max-width: 1000px) {
  .news_page section.subscribe_section {
    margin-top: 78px;
    margin-bottom: 78px; }
  .news_page h1 {
    font-size: 80px;
    margin-left: 0;
    margin-bottom: 15px; }
  .news_page .post_h1_title {
    max-width: 271px;
    font-weight: 500;
    font-size: 18px;
    line-height: 189%;
    letter-spacing: -0.03em;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 33px; }
  .news_page .btn_filters_news {
    margin-bottom: 43px;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px; }
  .news_page .all_news .wrap_img .news_category {
    font-size: 16px; }
  .news_page .all_news .description_new {
    font-weight: 400;
    font-size: 14px;
    line-height: 179%;
    max-width: 95%; }
  .news_page .all_news.top {
    display: none; }
  .news_page .all_news.base .wrap {
    gap: 58px;
    column-gap: 30px; }
  .news_page .all_news.base h3 {
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    margin-top: 26px;
    margin-bottom: 15px; }
  .news_page section.news_list {
    margin-left: 17px;
    margin-right: 17px; }
  .news_page .buttons_block {
    flex-flow: row nowrap;
    width: 100%;
    max-width: 500px; }
    .news_page .buttons_block .dropdown_items {
      top: 70%;
      min-width: 145px; }
      .news_page .buttons_block .dropdown_items li a {
        font-size: 16px; } }

.single_news section {
  margin-left: 30px;
  margin-right: 30px; }
.single_news h1 {
  font-size: 100px;
  font-size: clamp(50px, calc( 50px + (100 - 50) * ((100vw - 1000px) / (1900 - 1000)) ), 100px);
  margin-bottom: 3.9%;
  max-width: 76%; }
.single_news .news_category {
  font-size: 16px;
  font-size: clamp(10px, calc( 10px + (16 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 16px);
  padding: 10px 30px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  bottom: 0;
  margin-bottom: 1.8%;
  width: fit-content;
  text-transform: uppercase; }
.single_news .wrap_header {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 2.1%;
  margin-bottom: 2.8%; }
  .single_news .wrap_header .description_page {
    font-size: 18px;
    font-size: 18px;
    font-size: clamp(9px, calc( 9px + (18 - 9) * ((100vw - 1000px) / (1900 - 1000)) ), 18px);
    font-weight: 600;
    max-width: 44%;
    line-height: 2; }
.single_news .baner_section.top {
  border-radius: 12px; }
.single_news .baner_section.bottom {
  margin-left: 0;
  margin-right: 0; }
.single_news .promoted_product {
  margin-bottom: 9%; }
  .single_news .promoted_product .wrap {
    display: flex;
    flex-flow: row wrap;
    gap: 5%;
    align-items: flex-start; }
    .single_news .promoted_product .wrap > div {
      flex: 1 1 300px; }
  .single_news .promoted_product h2 {
    font-size: 70px;
    font-size: 70px;
    font-size: clamp(35px, calc( 35px + (70 - 35) * ((100vw - 1000px) / (1900 - 1000)) ), 70px);
    font-weight: 300;
    text-transform: none;
    margin-bottom: 5.8%; }
  .single_news .promoted_product .news_category {
    margin-bottom: 45px; }
    @media screen and (min-width: 1001px) {
      .single_news .promoted_product .news_category {
        margin-bottom: calc(100vw * (45 / 1920)); } }
    @media screen and (max-width: 1000px) {
      .single_news .promoted_product .news_category {
        margin-bottom: 45px; } }
  .single_news .promoted_product .excerpt {
    font-size: 18px;
    font-size: clamp(9px, calc( 9px + (18 - 9) * ((100vw - 1000px) / (1900 - 1000)) ), 18px);
    font-weight: 500;
    display: flex;
    flex-flow: column nowrap;
    color: #858585; }
    @media screen and (min-width: 1001px) {
      .single_news .promoted_product .excerpt {
        gap: calc(100vw * (50 / 1920)); } }
    @media screen and (max-width: 1000px) {
      .single_news .promoted_product .excerpt {
        gap: 50px; } }
    .single_news .promoted_product .excerpt p {
      line-height: 2; }
  .single_news .promoted_product .wrap_img {
    border-radius: 12px;
    overflow: hidden; }
    .single_news .promoted_product .wrap_img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
.single_news .main_content h2 {
  font-size: 96px;
  font-size: 110px;
  font-size: clamp(48px, calc( 48px + (96 - 48) * ((100vw - 1000px) / (1900 - 1000)) ), 96px);
  text-transform: none;
  font-weight: 300; }
  @media screen and (min-width: 1001px) {
    .single_news .main_content h2 {
      margin-bottom: calc(100vw * (120 / 1920)); } }
  @media screen and (max-width: 1000px) {
    .single_news .main_content h2 {
      margin-bottom: 120px; } }
.single_news .main_content .wrap {
  max-width: 54.4%;
  margin-left: auto;
  margin-right: auto; }
.single_news .main_content p {
  font-size: 30px;
  font-size: 30px;
  font-size: clamp(15px, calc( 15px + (30 - 15) * ((100vw - 1000px) / (1900 - 1000)) ), 30px);
  color: #6c6c6c;
  line-height: 1.6; }
  @media screen and (min-width: 1001px) {
    .single_news .main_content p {
      margin-bottom: calc(100vw * (49 / 1920)); } }
  @media screen and (max-width: 1000px) {
    .single_news .main_content p {
      margin-bottom: 49px; } }
  .single_news .main_content p:has(img) {
    line-height: normal;
    margin-bottom: 0 !important; }
.single_news .main_content img {
  border-radius: 12px;
  width: 100%;
  margin-bottom: calc(100vw * (50 / 1920)); }
@media screen and (min-width: 1000px) and (max-width: 1600px) {
  .single_news .news_category {
    padding: 10px 26px; } }
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .single_news .news_category {
    padding: 10px 24px; } }
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .single_news .news_category {
    padding: 8px 22px;
    border-radius: 8px; } }
@media screen and (max-width: 1000px) {
  .single_news section {
    margin-left: 19px;
    margin-right: 19px; }
    .single_news section.news_section {
      margin-right: 0; }
  .single_news h1 {
    font-weight: 400;
    font-size: 35px;
    line-height: 111%;
    letter-spacing: -0.03em;
    max-width: 320px;
    margin-bottom: 25px; }
  .single_news .news_category {
    display: none; }
  .single_news .wrap_header {
    padding-left: 19px;
    padding-right: 19px; }
    .single_news .wrap_header .description_page {
      font-weight: 500;
      font-size: 14px;
      line-height: 214%;
      letter-spacing: -0.03em;
      color: rgba(0, 0, 0, 0.5);
      max-width: 100%;
      margin-bottom: 79px;
      max-width: 300px; }
  .single_news .baner_section.top {
    margin: 0;
    margin-bottom: 76px; }
  .single_news .promoted_product .wrap {
    gap: 56px;
    flex-direction: column; }
  .single_news .promoted_product h2 {
    font-weight: 400;
    font-size: 35px;
    line-height: 117%;
    letter-spacing: -0.03em;
    color: #000;
    margin-bottom: 40px; }
  .single_news .promoted_product .news_category {
    display: block;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.03em;
    margin-bottom: 46px; }
  .single_news .promoted_product .excerpt {
    font-weight: 500;
    font-size: 14px;
    line-height: 264%;
    letter-spacing: -0.03em;
    color: #858585;
    gap: 30px; }
    .single_news .promoted_product .excerpt p {
      line-height: 264%; }
  .single_news .main_content .wrap {
    max-width: 100%; }
  .single_news .main_content h2 {
    font-weight: 400;
    font-size: 35px;
    line-height: 117%;
    letter-spacing: -0.03em;
    color: #000;
    margin-bottom: 40px; }
  .single_news .main_content p {
    font-weight: 500;
    font-size: 14px;
    line-height: 264%;
    letter-spacing: -0.03em;
    color: #858585;
    gap: 30px;
    margin-bottom: 30px; }
  .single_news .main_content img {
    margin-bottom: 30px; } }
@media screen and (max-width: 560px) {
  .single_news .breadcrumbs {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    gap: 5px; }
    .single_news .breadcrumbs span {
      margin-left: 5px; } }

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  opacity: 1;
  background-color: #ffffff;
  overflow: hidden;
  cursor: progress;
  display: flex;
  flex-direction: column;
  gap: 20px; }
  #preloader .wrap_preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: flex-start; }
  #preloader .wrap_img.back {
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: right; }
  #preloader .wrap_img.front {
    width: 100px;
    overflow: hidden;
    animation: load 500ms linear forwards;
    z-index: 99; }
    #preloader .wrap_img.front.full_load {
      animation: loaded 1s linear forwards; }
  #preloader img {
    width: 100px;
    height: 100px;
    max-width: unset; }

@keyframes load {
  0% {
    height: 100px; }
  100% {
    height: 64px; } }
@keyframes loaded {
  0% {
    height: 64px; }
  100% {
    height: 0px; } }
#product_page_section {
  margin-left: 19px;
  margin-right: 19px;
  font-family: "HelveticaNeueCyr", Arial, sans-serif;
  /* Анимация панели высотой */
  /* hidden, но участвует в анимации */ }
  #product_page_section .wrap {
    display: flex;
    flex-flow: row nowrap;
    gap: 20px; }
    #product_page_section .wrap .col {
      flex: 1;
      overflow: hidden; }
  #product_page_section .woocommerce-product-gallery {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    gap: 20px;
    width: 100%; }
    #product_page_section .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
      margin-left: auto;
      margin-right: auto; }
    #product_page_section .woocommerce-product-gallery .tinv-wraper.tinv-wishlist {
      z-index: 300;
      position: absolute;
      top: 13px;
      right: 20px; }
    #product_page_section .woocommerce-product-gallery .btn_nav_block_gallery {
      position: absolute;
      flex-flow: row nowrap;
      align-items: center;
      justify-content: space-between;
      bottom: 17px;
      width: 100%;
      z-index: 2;
      width: fit-content;
      right: 25px; }
      #product_page_section .woocommerce-product-gallery .btn_nav_block_gallery button {
        background: transparent;
        border: none;
        outline: none; }
    #product_page_section .woocommerce-product-gallery .flex-viewport {
      position: relative;
      order: 2;
      flex: 3;
      border-radius: 12px;
      overflow: hidden;
      aspect-ratio: 4/5; }
      #product_page_section .woocommerce-product-gallery .flex-viewport img.wp-post-image {
        width: 100% !important;
        height: 100% !important; }
      #product_page_section .woocommerce-product-gallery .flex-viewport img.like_icon {
        position: absolute;
        top: 13px;
        right: 20px;
        z-index: 1;
        height: 19px;
        width: 19px;
        cursor: pointer; }
      #product_page_section .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
        display: block;
        aspect-ratio: 4/5; }
        #product_page_section .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image .video_cover {
          width: 100%;
          height: 100%;
          cursor: pointer; }
      #product_page_section .woocommerce-product-gallery .flex-viewport model-viewer {
        width: 100%;
        height: 100%; }
    #product_page_section .woocommerce-product-gallery .flex-control-nav {
      display: flex;
      flex-flow: column nowrap;
      order: 1;
      flex: 1; }
      @media screen and (min-width: 1001px) {
        #product_page_section .woocommerce-product-gallery .flex-control-nav {
          gap: calc(100vw * (20 / 1920)); } }
      @media screen and (max-width: 1000px) {
        #product_page_section .woocommerce-product-gallery .flex-control-nav {
          gap: 20px; } }
      #product_page_section .woocommerce-product-gallery .flex-control-nav li {
        display: block;
        overflow: hidden;
        flex: 1;
        border-radius: 12px;
        width: auto; }
      #product_page_section .woocommerce-product-gallery .flex-control-nav img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  #product_page_section h1.product_title {
    font-size: 32px;
    font-size: clamp(18px, calc( 18px + (32 - 18) * ((100vw - 1000px) / (1900 - 1000)) ), 32px);
    text-transform: uppercase;
    max-width: 1000px;
    font-weight: 400;
    margin-bottom: 9px; }
  @media screen and (min-width: 1001px) {
    #product_page_section .woocommerce-variation-price {
      margin-top: calc(100vw * (20 / 1920)); } }
  @media screen and (max-width: 1000px) {
    #product_page_section .woocommerce-variation-price {
      margin-top: 20px; } }
  #product_page_section .woocommerce-product-details__short-description {
    font-size: 16px;
    font-size: clamp(10px, calc( 10px + (16 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 16px);
    color: #787575;
    border-bottom: 1px solid #eae4e0; }
    @media screen and (min-width: 1001px) {
      #product_page_section .woocommerce-product-details__short-description {
        padding-bottom: calc(100vw * (16 / 1920)); } }
    @media screen and (max-width: 1000px) {
      #product_page_section .woocommerce-product-details__short-description {
        padding-bottom: 16px; } }
    @media screen and (min-width: 1001px) {
      #product_page_section .woocommerce-product-details__short-description {
        margin-bottom: calc(100vw * (27 / 1920)); } }
    @media screen and (max-width: 1000px) {
      #product_page_section .woocommerce-product-details__short-description {
        margin-bottom: 27px; } }
  #product_page_section .price {
    color: #1e1e1e;
    font-size: 32px;
    font-size: clamp(18px, calc( 18px + (32 - 18) * ((100vw - 1000px) / (1900 - 1000)) ), 32px);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 3.7%; }
  #product_page_section .form_wrap_product select {
    color: black; }
    #product_page_section .form_wrap_product select option {
      color: black; }
  #product_page_section .form_wrap_product form {
    margin-bottom: 0; }
    #product_page_section .form_wrap_product form .variations {
      margin-bottom: 0; }
  #product_page_section .form_wrap_product tr {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start; }
    @media screen and (min-width: 1001px) {
      #product_page_section .form_wrap_product tr {
        gap: calc(100vw * (16 / 1920)); } }
    @media screen and (max-width: 1000px) {
      #product_page_section .form_wrap_product tr {
        gap: 16px; } }
    #product_page_section .form_wrap_product tr .label label {
      font-weight: 400;
      font-size: 20px;
      font-size: clamp(16px, calc( 16px + (20 - 16) * ((100vw - 1000px) / (1900 - 1000)) ), 20px);
      text-align: center;
      color: #141414; }
  #product_page_section .form_wrap_product select {
    appearance: none;
    /* + для Safari/Firefox: */
    -webkit-appearance: none;
    -moz-appearance: none;
    /* своя стрелка со смещением от правой границы */
    background-image: url("data:image/svg+xml;utf8,  <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M7 10l5 5 5-5' fill='none' stroke='%23111' stroke-width='2'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    /* <-- отступ от обводки */
    background-size: 14px;
    padding: 12px;
    font-size: 14px;
    font-size: clamp(10px, calc( 10px + (14 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 14px);
    border-radius: 8px;
    border: 1px solid #eae4e0;
    min-width: 256px; }
    #product_page_section .form_wrap_product select:focus-visible {
      border: 1px solid #eae4e0;
      outline: none; }
  #product_page_section .form_wrap_product .find_size {
    margin-left: 40px;
    font-size: 14px;
    text-decoration: underline; }
    #product_page_section .form_wrap_product .find_size:hover {
      text-decoration: none; }
  #product_page_section .form_wrap_product .but_block {
    display: flex;
    flex-flow: row nowrap;
    gap: 0;
    width: 100%;
    margin-top: 25px; }
    @media screen and (min-width: 1001px) {
      #product_page_section .form_wrap_product .but_block {
        margin-top: calc(100vw * (25 / 1920)); } }
    @media screen and (max-width: 1000px) {
      #product_page_section .form_wrap_product .but_block {
        margin-top: 25px; } }
    @media screen and (min-width: 1001px) {
      #product_page_section .form_wrap_product .but_block {
        margin-bottom: calc(100vw * (70 / 1920)); } }
    @media screen and (max-width: 1000px) {
      #product_page_section .form_wrap_product .but_block {
        margin-bottom: 70px; } }
    #product_page_section .form_wrap_product .but_block a {
      display: block;
      flex: 1;
      text-align: center; }
      #product_page_section .form_wrap_product .but_block a.request_cons {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
    #product_page_section .form_wrap_product .but_block button {
      width: 100%;
      border-radius: 12px;
      flex: 1; }
      #product_page_section .form_wrap_product .but_block button:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
      #product_page_section .form_wrap_product .but_block button:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
  #product_page_section .accordion {
    font-size: 14px;
    font-size: clamp(10px, calc( 10px + (14 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 14px); }
  #product_page_section .accordion__item {
    border-bottom: 1px solid gainsboro; }
  #product_page_section .accordion__header {
    font-weight: 500; }
  #product_page_section .accordion__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    background: none;
    border: 0;
    font: inherit;
    text-align: left;
    cursor: pointer; }
    @media screen and (min-width: 1001px) {
      #product_page_section .accordion__trigger {
        padding-top: calc(100vw * (16 / 1920)); } }
    @media screen and (max-width: 1000px) {
      #product_page_section .accordion__trigger {
        padding-top: 16px; } }
    @media screen and (min-width: 1001px) {
      #product_page_section .accordion__trigger {
        padding-bottom: calc(100vw * (16 / 1920)); } }
    @media screen and (max-width: 1000px) {
      #product_page_section .accordion__trigger {
        padding-bottom: 16px; } }
  #product_page_section .accordion__trigger:focus-visible {
    outline: 1px solid gainsboro;
    outline-offset: 2px; }
  #product_page_section .accordion__icon {
    transition: transform 0.2s ease; }
  #product_page_section .accordion__trigger[aria-expanded="true"] .accordion__icon {
    transform: rotate(180deg); }
  #product_page_section .accordion__panel {
    overflow: hidden;
    height: 0;
    transition: height 0.25s ease; }
  #product_page_section .accordion__panel[hidden] {
    display: block;
    height: 0; }
  #product_page_section .accordion__panel-inner {
    padding: 0 0 1rem;
    padding-top: 10px;
    color: #202020;
    line-height: 1.55;
    max-width: 550px;
    font-size: 14px;
    font-size: clamp(10px, calc( 10px + (14 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 14px); }
  #product_page_section .notice_shiping {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    border-radius: 12px;
    background-color: #f4f4f4;
    font-size: 12px;
    font-size: clamp(8px, calc( 8px + (12 - 8) * ((100vw - 1000px) / (1900 - 1000)) ), 12px); }
    @media screen and (min-width: 1001px) {
      #product_page_section .notice_shiping {
        gap: calc(100vw * (49 / 1920)); } }
    @media screen and (max-width: 1000px) {
      #product_page_section .notice_shiping {
        gap: 49px; } }
    @media screen and (min-width: 1001px) {
      #product_page_section .notice_shiping {
        padding-left: calc(100vw * (16 / 1920)); } }
    @media screen and (max-width: 1000px) {
      #product_page_section .notice_shiping {
        padding-left: 16px; } }
    @media screen and (min-width: 1001px) {
      #product_page_section .notice_shiping {
        padding-right: calc(100vw * (16 / 1920)); } }
    @media screen and (max-width: 1000px) {
      #product_page_section .notice_shiping {
        padding-right: 16px; } }
    @media screen and (min-width: 1001px) {
      #product_page_section .notice_shiping {
        padding-top: calc(100vw * (19 / 1920)); } }
    @media screen and (max-width: 1000px) {
      #product_page_section .notice_shiping {
        padding-top: 19px; } }
    @media screen and (min-width: 1001px) {
      #product_page_section .notice_shiping {
        padding-bottom: calc(100vw * (19 / 1920)); } }
    @media screen and (max-width: 1000px) {
      #product_page_section .notice_shiping {
        padding-bottom: 19px; } }
    @media screen and (min-width: 1001px) {
      #product_page_section .notice_shiping {
        margin-top: calc(100vw * (40 / 1920)); } }
    @media screen and (max-width: 1000px) {
      #product_page_section .notice_shiping {
        margin-top: 40px; } }
    @media screen and (min-width: 1001px) {
      #product_page_section .notice_shiping img {
        width: calc(100vw * (19 / 1920)); } }
    @media screen and (max-width: 1000px) {
      #product_page_section .notice_shiping img {
        width: 19px; } }
  @media screen and (max-width: 1000px) {
    #product_page_section .woocommerce-variation-price {
      margin-top: 10px; }
    #product_page_section .woocommerce-product-gallery .flex-control-nav {
      display: none; } }
  @media screen and (max-width: 766px) {
    #product_page_section {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 10px; }
      #product_page_section .wrap {
        flex-direction: column; }
        #product_page_section .wrap .col:first-child {
          aspect-ratio: 1/1; }
        #product_page_section .wrap .col.entry-summary {
          padding-left: 19px;
          padding-right: 19px; }
      #product_page_section .form_wrap_product select {
        font-size: 14px;
        min-width: 100%; }
      #product_page_section .form_wrap_product .but_block {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 20px; }
        #product_page_section .form_wrap_product .but_block a {
          border-radius: 10px; }
          #product_page_section .form_wrap_product .but_block a.request_cons {
            border-radius: 10px;
            width: 100%; }
        #product_page_section .form_wrap_product .but_block button {
          border-radius: 10px; }
          #product_page_section .form_wrap_product .but_block button:first-child {
            border-radius: 10px; }
          #product_page_section .form_wrap_product .but_block button:last-child {
            border-radius: 10px; }
      #product_page_section .form_wrap_product tr {
        gap: 12px; }
        #product_page_section .form_wrap_product tr .label label {
          font-weight: 400;
          font-size: 14px;
          color: #141414; }
      #product_page_section .form_wrap_product td {
        width: 100%;
        text-align: left; }
      #product_page_section .woocommerce-product-gallery {
        margin-bottom: 19px; }
        #product_page_section .woocommerce-product-gallery .btn_nav_block_gallery {
          display: flex;
          right: unset;
          width: 100%; }
        #product_page_section .woocommerce-product-gallery .flex-viewport {
          border-radius: 0;
          height: 100vw !important; }
          #product_page_section .woocommerce-product-gallery .flex-viewport img {
            object-fit: cover;
            aspect-ratio: 1 / 1; }
      #product_page_section h1 .product_title {
        font-weight: 400;
        font-size: 20px;
        line-height: 120%;
        text-transform: uppercase;
        color: #141414; }
      #product_page_section .woocommerce-product-details__short-description {
        font-weight: 400;
        font-size: 14px;
        color: #787575;
        padding-bottom: 34px;
        margin-bottom: 25px; }
        #product_page_section .woocommerce-product-details__short-description p {
          max-width: 237px; }
      #product_page_section .price {
        font-weight: 500;
        font-size: 24px;
        color: #1e1e1e;
        margin-bottom: 30px; }
      #product_page_section .accordion__trigger {
        font-weight: 500;
        font-size: 14px;
        color: #000; }
      #product_page_section .accordion__panel-inner {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 14px;
        line-height: 135%;
        color: #202020;
        padding-top: 0;
        padding-top: 0; }
      #product_page_section .notice_shiping {
        font-weight: 400;
        font-size: 12px;
        line-height: 120%;
        color: #202020;
        gap: 24px; } }

#cart_section {
  padding-left: 19px;
  padding-right: 19px; }
  #cart_section h1 {
    font-size: 36px;
    font-size: clamp(16px, calc( 16px + (36 - 16) * ((100vw - 1000px) / (1900 - 1000)) ), 36px);
    text-transform: uppercase;
    margin-bottom: 77px; }
  #cart_section .wrap {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between; }
    #cart_section .wrap .col {
      flex: 1; }
  #cart_section .woocommerce-cart-form__cart-item {
    display: flex;
    flex-direction: row;
    margin-bottom: 3%; }
    @media screen and (min-width: 1001px) {
      #cart_section .woocommerce-cart-form__cart-item {
        gap: calc(100vw * (20 / 1920)); } }
    @media screen and (max-width: 1000px) {
      #cart_section .woocommerce-cart-form__cart-item {
        gap: 20px; } }
    #cart_section .woocommerce-cart-form__cart-item .product-thumbnail {
      aspect-ratio: 1/1;
      overflow: hidden; }
      @media screen and (min-width: 1001px) {
        #cart_section .woocommerce-cart-form__cart-item .product-thumbnail {
          width: calc(100vw * (295 / 1920)); } }
      @media screen and (max-width: 1000px) {
        #cart_section .woocommerce-cart-form__cart-item .product-thumbnail {
          width: 295px; } }
      @media screen and (min-width: 1001px) {
        #cart_section .woocommerce-cart-form__cart-item .product-thumbnail {
          height: calc(100vw * (295 / 1920)); } }
      @media screen and (max-width: 1000px) {
        #cart_section .woocommerce-cart-form__cart-item .product-thumbnail {
          height: 295px; } }
      #cart_section .woocommerce-cart-form__cart-item .product-thumbnail img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 4px; }
    #cart_section .woocommerce-cart-form__cart-item .wrap_product_description {
      height: 100%;
      display: flex;
      flex-flow: column nowrap;
      justify-content: space-between; }
      @media screen and (min-width: 1001px) {
        #cart_section .woocommerce-cart-form__cart-item .wrap_product_description {
          width: calc(100vw * (300 / 1920)); } }
      @media screen and (max-width: 1000px) {
        #cart_section .woocommerce-cart-form__cart-item .wrap_product_description {
          width: 300px; } }
      @media screen and (min-width: 1001px) {
        #cart_section .woocommerce-cart-form__cart-item .wrap_product_description {
          min-height: calc(100vw * (295 / 1920)); } }
      @media screen and (max-width: 1000px) {
        #cart_section .woocommerce-cart-form__cart-item .wrap_product_description {
          min-height: 295px; } }
    #cart_section .woocommerce-cart-form__cart-item .product-remove {
      margin-left: auto;
      margin-right: auto; }
  #cart_section .product-name {
    font-weight: 400;
    font-size: 20px;
    font-size: 20px;
    font-size: clamp(10px, calc( 10px + (20 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 20px);
    line-height: 124%;
    text-transform: uppercase;
    color: #141414; }
    @media screen and (min-width: 1001px) {
      #cart_section .product-name {
        margin-bottom: calc(100vw * (12 / 1920)); } }
    @media screen and (max-width: 1000px) {
      #cart_section .product-name {
        margin-bottom: 12px; } }
  #cart_section .product-subtotal {
    font-weight: 700;
    font-size: 16px;
    font-size: clamp(10px, calc( 10px + (16 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 16px);
    color: #1e1e1e; }
    #cart_section .product-subtotal bdi {
      font-weight: 700;
      font-size: 16px;
      font-size: clamp(10px, calc( 10px + (16 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 16px);
      color: #1e1e1e; }
    @media screen and (min-width: 1001px) {
      #cart_section .product-subtotal {
        margin-bottom: calc(100vw * (44 / 1920)); } }
    @media screen and (max-width: 1000px) {
      #cart_section .product-subtotal {
        margin-bottom: 44px; } }
    #cart_section .product-subtotal.mobile {
      display: none; }
  #cart_section .product-quantity {
    margin-top: auto; }
    #cart_section .product-quantity input {
      font-size: 20px;
      font-size: clamp(16px, calc( 16px + (20 - 16) * ((100vw - 1000px) / (1900 - 1000)) ), 20px);
      font-weight: 400;
      color: #000;
      padding: 14px;
      font-size: 14px;
      font-size: clamp(10px, calc( 10px + (14 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 14px);
      border-radius: 8px;
      background: #f7f7f7;
      border: none;
      outline: none; }
      @media screen and (min-width: 1001px) {
        #cart_section .product-quantity input {
          padding: calc(100vw * (14 / 1920)); } }
      @media screen and (max-width: 1000px) {
        #cart_section .product-quantity input {
          padding: 14px; } }
      @media screen and (min-width: 1001px) {
        #cart_section .product-quantity input {
          padding-right: calc(100vw * (8 / 1920)); } }
      @media screen and (max-width: 1000px) {
        #cart_section .product-quantity input {
          padding-right: 8px; } }
      @media screen and (min-width: 1001px) {
        #cart_section .product-quantity input {
          padding-left: calc(100vw * (25 / 1920)); } }
      @media screen and (max-width: 1000px) {
        #cart_section .product-quantity input {
          padding-left: 25px; } }
      @media screen and (min-width: 1001px) {
        #cart_section .product-quantity input {
          width: calc(100vw * (120 / 1920)); } }
      @media screen and (max-width: 1000px) {
        #cart_section .product-quantity input {
          width: 120px; } }
  #cart_section .wrap_btn_block {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around; }
  #cart_section #update_cart {
    margin-left: auto;
    font-weight: 400;
    font-size: 16px;
    font-size: clamp(10px, calc( 10px + (16 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 16px);
    line-height: 124%;
    color: #141414;
    background: #f7f7f7;
    border-radius: 8px; }
  #cart_section .cart-item-attributes .cart-item-attribute {
    font-weight: 400;
    font-size: 14px;
    font-size: 14px;
    font-size: clamp(10px, calc( 10px + (14 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 14px);
    color: #141414; }
    #cart_section .cart-item-attributes .cart-item-attribute .label_attr {
      margin-bottom: 10px; }
  @media screen and (max-width: 1000px) {
    #cart_section {
      margin-bottom: 70px;
      padding-left: 16px;
      padding-right: 16px; }
      #cart_section .wrap {
        flex-direction: column; }
      #cart_section .product-name {
        max-width: 300px; }
      #cart_section h1 {
        font-weight: 400;
        font-size: 28px;
        line-height: 100%;
        text-transform: uppercase;
        color: #141414; }
      #cart_section .woocommerce-cart-form__cart-item {
        position: relative; }
        #cart_section .woocommerce-cart-form__cart-item .product-thumbnail {
          height: auto;
          width: 100%; }
          #cart_section .woocommerce-cart-form__cart-item .product-thumbnail img {
            border-radius: 10px; }
        #cart_section .woocommerce-cart-form__cart-item .product-remove {
          position: absolute;
          top: 10px;
          left: 10px; }
          #cart_section .woocommerce-cart-form__cart-item .product-remove a {
            background: transparent; }
        #cart_section .woocommerce-cart-form__cart-item .wrap_product_description {
          min-height: auto;
          width: 100%; }
        #cart_section .woocommerce-cart-form__cart-item .product-quantity input {
          display: none; }
      #cart_section .product-name {
        font-weight: 400;
        font-size: 16px;
        line-height: 120%; }
      #cart_section .product-subtotal {
        display: none; }
        #cart_section .product-subtotal.mobile {
          display: block;
          margin-top: 25px;
          padding-bottom: 30px;
          border-bottom: 1px solid #eae4e0;
          margin-bottom: 44px; }
        #cart_section .product-subtotal bdi {
          font-weight: 700;
          font-size: 14px;
          margin-bottom: 44px;
          margin-top: 25px; }
      #cart_section .cart-item-attributes .cart-item-attribute {
        font-weight: 400;
        font-size: 14px; }
      #cart_section .product-quantity input {
        font-size: 14px; }
      #cart_section #update_cart {
        font-weight: 400;
        font-size: 14px;
        border-radius: 8px;
        margin-top: 10px;
        margin-bottom: 10px; }
      #cart_section .wrap_btn_block {
        display: none; } }
  @media screen and (min-width: 751px) and (max-width: 999px) {
    #cart_section .wrap {
      flex-direction: row;
      gap: 15px; }
    #cart_section .woocommerce-cart-form__cart-item {
      flex-direction: column; } }
  @media screen and (max-width: 750px) {
    #cart_section h1 {
      margin-bottom: 31px; }
    #cart_section .woocommerce-cart-form__cart-item {
      flex-direction: column; }
      #cart_section .woocommerce-cart-form__cart-item .wrap_product_description {
        min-height: auto;
        width: 100%; }
    #cart_section .product-quantity input {
      display: none; }
    #cart_section .wrap_btn_block {
      display: none; }
    #cart_section .product-subtotal {
      display: none; }
      #cart_section .product-subtotal.mobile {
        display: block;
        margin-top: 25px;
        padding-bottom: 30px;
        border-bottom: 1px solid #eae4e0;
        margin-bottom: 44px; }
    #cart_section .checkout-button {
      min-width: unset;
      width: 90%; } }

@media screen and (max-width: 1000px) {
  .breadcrumbs.cart_page {
    display: block !important;
    font-weight: 400;
    font-size: 12px;
    color: #141414; }

  .baner_section.cart_page {
    display: none; } }
.order_summary_block {
  background-color: #f7f7f7;
  padding: 18px 20px;
  border-radius: 12px;
  max-width: 610px;
  margin-left: auto; }
  .order_summary_block .wp-block-woocommerce-cart-order-summary-block h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px; }
  .order_summary_block .wc-block-components-totals-item {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between; }
  .order_summary_block .wc-block-components-totals-shipping > div {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    font-size: 14px; }
  .order_summary_block .wc-block-components-totals-shipping .description_delivery {
    font-size: 12px;
    color: #838383;
    margin-top: -18px; }
  .order_summary_block .wc-block-components-totals-item:last-child {
    padding-top: 35px;
    margin-top: 45px;
    border-top: 1px solid #eae4e0; }
  .order_summary_block .wc-block-formatted-money-amount {
    font-weight: 600; }
  .order_summary_block .wc-block-cart__submit-button {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 108px;
    margin-bottom: 70px; }

#cart_total {
  padding: 18px 20px;
  border-radius: 12px;
  background: #f7f7f7; }
  @media screen and (min-width: 1001px) {
    #cart_total {
      min-width: calc(100vw * (611 / 1920)); } }
  @media screen and (max-width: 1000px) {
    #cart_total {
      min-width: 611px; } }
  @media screen and (min-width: 1001px) {
    #cart_total {
      padding-bottom: calc(100vw * (34 / 1920)); } }
  @media screen and (max-width: 1000px) {
    #cart_total {
      padding-bottom: 34px; } }
  #cart_total h2 {
    font-weight: 500;
    font-size: 20px;
    font-size: clamp(16px, calc( 16px + (20 - 16) * ((100vw - 1000px) / (1900 - 1000)) ), 20px);
    line-height: 124%;
    text-transform: capitalize;
    color: #141414; }
    @media screen and (min-width: 1001px) {
      #cart_total h2 {
        margin-bottom: calc(100vw * (25 / 1920)); } }
    @media screen and (max-width: 1000px) {
      #cart_total h2 {
        margin-bottom: 25px; } }
  #cart_total .shop_table {
    font-size: 14px;
    font-size: clamp(10px, calc( 10px + (14 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 14px); }
    #cart_total .shop_table > div {
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      justify-content: space-between;
      font-weight: 400;
      font-size: 14px;
      font-size: clamp(10px, calc( 10px + (14 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 14px);
      color: #141414; }
      #cart_total .shop_table > div div {
        font-size: 14px;
        font-size: clamp(10px, calc( 10px + (14 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 14px);
        font-weight: 400;
        color: #141414; }
    #cart_total .shop_table .cart-subtotal div {
      font-weight: 400;
      font-size: 14px;
      font-size: clamp(10px, calc( 10px + (14 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 14px);
      line-height: 124%;
      text-transform: capitalize;
      color: #141414; }
    @media screen and (min-width: 1001px) {
      #cart_total .shop_table .cart-subtotal {
        margin-bottom: calc(100vw * (24 / 1920)); } }
    @media screen and (max-width: 1000px) {
      #cart_total .shop_table .cart-subtotal {
        margin-bottom: 24px; } }
    #cart_total .shop_table .woocommerce-Price-amount {
      font-weight: 700;
      color: #1e1e1e; }
    #cart_total .shop_table .order-total {
      border-top: 1px solid #eae4e0; }
      @media screen and (min-width: 1001px) {
        #cart_total .shop_table .order-total {
          margin-top: calc(100vw * (45 / 1920)); } }
      @media screen and (max-width: 1000px) {
        #cart_total .shop_table .order-total {
          margin-top: 45px; } }
      @media screen and (min-width: 1001px) {
        #cart_total .shop_table .order-total {
          padding-top: calc(100vw * (35 / 1920)); } }
      @media screen and (max-width: 1000px) {
        #cart_total .shop_table .order-total {
          padding-top: 35px; } }
  #cart_total .wc-proceed-to-checkout {
    padding-bottom: 0;
    padding-top: 0; }
  #cart_total .checkout-button {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0; }
    @media screen and (min-width: 1001px) {
      #cart_total .checkout-button {
        min-width: calc(100vw * (382 / 1920)); } }
    @media screen and (max-width: 1000px) {
      #cart_total .checkout-button {
        min-width: 382px; } }
    @media screen and (min-width: 1001px) {
      #cart_total .checkout-button {
        margin-top: calc(100vw * (108 / 1920)); } }
    @media screen and (max-width: 1000px) {
      #cart_total .checkout-button {
        margin-top: 108px; } }
  @media screen and (min-width: 1001px) {
    #cart_total .shipping-calculator-button {
      margin-top: calc(100vw * (15 / 1920)); } }
  @media screen and (max-width: 1000px) {
    #cart_total .shipping-calculator-button {
      margin-top: 15px; } }
  #cart_total .shipping-calculator-button::after {
    content: none; }
  #cart_total button[name="calc_shipping"] {
    background: #f7f7f7; }
  @media screen and (max-width: 1000px) {
    #cart_total {
      min-width: auto;
      width: 100%; }
      #cart_total .checkout-button {
        min-width: 80%; }
      #cart_total h2 {
        font-size: 21px; }
      #cart_total .shop_table {
        font-size: 14px; }
        #cart_total .shop_table .cart-subtotal div {
          font-size: 14px; }
        #cart_total .shop_table div div {
          font-size: 21px; }
      #cart_total .shipping-calculator-button {
        font-size: 14px; } }
  @media screen and (max-width: 750px) {
    #cart_total .checkout-button {
      margin-top: 42px;
      margin-bottom: 20px; } }

#return_shop_block {
  margin-bottom: 80px; }
  #return_shop_block .wc-backward {
    color: white;
    background-color: black;
    border-radius: 12px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    font-weight: 400; }

.catalog .baner_section.hero_section {
  margin-top: 0; }
  .catalog .baner_section.hero_section h2 {
    font-size: 110px;
    font-size: clamp(60px, calc( 60px + (110 - 60) * ((100vw - 1000px) / (1900 - 1000)) ), 110px);
    max-width: 65%; }
  .catalog .baner_section.hero_section .breadcrumbs {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    color: white; }
    .catalog .baner_section.hero_section .breadcrumbs a {
      color: white; }
@media screen and (max-width: 1000px) {
  .catalog .baner_section.hero_section {
    margin-bottom: 0; }
    .catalog .baner_section.hero_section .wrap {
      height: 465px; }
    .catalog .baner_section.hero_section .header_block {
      display: none; }
  .catalog .breadcrumbs {
    display: none; } }

.product_list .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  grid-auto-flow: row dense;
  grid-template-areas: ". . . ." ". . promoCartOne promoCartOne" ". . promoCartOne promoCartOne" "promoCartTwo promoCartTwo . ." "promoCartTwo promoCartTwo . ." ". . . ."; }
.product_list article.cart {
  position: relative; }
  .product_list article.cart .add_to_cart_round {
    position: absolute;
    top: 9px;
    right: 9px;
    display: none; }
  .product_list article.cart .wrap_img {
    background-color: #f3f3f3;
    border-radius: 10px;
    overflow: hidden; }
  .product_list article.cart img {
    width: 100%;
    object-fit: cover; }
  .product_list article.cart h2 {
    text-align: center; }
  .product_list article.cart .description_wrap {
    width: 60%;
    padding-top: 35px; }
    .product_list article.cart .description_wrap .description_prod {
      font-size: 14px;
      font-size: 14px;
      font-size: clamp(10px, calc( 10px + (14 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 14px);
      opacity: 0.4;
      margin-bottom: 19px;
      text-transform: uppercase; }
    .product_list article.cart .description_wrap .price_prod {
      font-size: 18px;
      font-size: 18px;
      font-size: clamp(14px, calc( 14px + (18 - 14) * ((100vw - 1000px) / (1900 - 1000)) ), 18px);
      font-weight: 500; }
  .product_list article.cart.promo_cart {
    position: relative; }
    .product_list article.cart.promo_cart a {
      height: 100%;
      display: block; }
    .product_list article.cart.promo_cart.one {
      grid-area: promoCartOne; }
    .product_list article.cart.promo_cart.two {
      grid-area: promoCartTwo; }
    .product_list article.cart.promo_cart .wrap_img {
      height: 100%; }
    .product_list article.cart.promo_cart img {
      display: none;
      height: 100%; }
      .product_list article.cart.promo_cart img.promo_img {
        display: block; }
    .product_list article.cart.promo_cart .description_wrap {
      color: white;
      position: absolute;
      bottom: 48px;
      left: 33px; }
      @media screen and (min-width: 1001px) {
        .product_list article.cart.promo_cart .description_wrap {
          max-width: calc(100vw * (280 / 1920)); } }
      @media screen and (max-width: 1000px) {
        .product_list article.cart.promo_cart .description_wrap {
          max-width: 280px; } }
@media screen and (min-width: 1000px) and (max-width: 1900px) {
  .product_list article.cart .description_wrap {
    padding-top: 23px; }
    .product_list article.cart .description_wrap .description_prod {
      margin-bottom: 16px; } }
@media screen and (min-width: 1000px) and (max-width: 1600px) {
  .product_list article.cart .description_wrap .description_prod {
    margin-bottom: 16px; } }
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .product_list article.cart .description_wrap .description_prod {
    margin-bottom: 14px; } }
@media screen and (max-width: 1000px) {
  .product_list .wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: none;
    column-gap: 7px;
    row-gap: 37px; }
  .product_list article.cart .description_wrap {
    width: 60%;
    padding-top: 22px; }
    .product_list article.cart .description_wrap .description_prod {
      margin-bottom: 15px;
      font-size: 12px; }
    .product_list article.cart .description_wrap .price_prod {
      font-size: 15px; }
  .product_list article.cart.promo_cart .add_to_cart_round {
    color: #000000;
    background-color: #ffffff;
    top: 15px;
    right: 15px; }
  .product_list article.cart.promo_cart.one {
    grid-area: auto;
    grid-column: span 2; }
  .product_list article.cart.promo_cart.two {
    grid-area: auto;
    grid-column: span 2; }
  .product_list article.cart.promo_cart .wrap_img {
    height: auto; }
  .product_list article.cart.promo_cart .description_wrap {
    position: static;
    color: rgba(0, 0, 0, 0.4); }
    .product_list article.cart.promo_cart .description_wrap .description_prod {
      font-weight: 500;
      font-size: 12px;
      line-height: 125%;
      color: rgba(0, 0, 0, 0.4); }
    .product_list article.cart.promo_cart .description_wrap .price_prod {
      font-weight: 500;
      font-size: 15px;
      line-height: 160%;
      color: #000; } }
@media screen and (max-width: 560px) {
  .product_list article.cart .description_wrap {
    width: 90%;
    padding-top: 20px; }
    .product_list article.cart .description_wrap .description_prod {
      margin-bottom: 13px; } }

#primary.chekout_page {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 13px;
  padding-right: 13px; }
  #primary.chekout_page .wc-block-components-sidebar-layout .wc-block-components-main {
    width: 60%; }
  #primary.chekout_page .wc-block-components-sidebar {
    width: 40%; }
  #primary.chekout_page h1 {
    font-weight: 400;
    font-size: 36px;
    text-transform: uppercase;
    color: #141414; }
    @media screen and (min-width: 1001px) {
      #primary.chekout_page h1 {
        margin-bottom: calc(100vw * (32 / 1920)); } }
    @media screen and (max-width: 1000px) {
      #primary.chekout_page h1 {
        margin-bottom: 32px; } }
  #primary.chekout_page h2,
  #primary.chekout_page .wc-block-components-address-form__address_2-toggle {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #000; }
    @media screen and (min-width: 1001px) {
      #primary.chekout_page h2,
      #primary.chekout_page .wc-block-components-address-form__address_2-toggle {
        margin-bottom: calc(100vw * (6 / 1920)); } }
    @media screen and (max-width: 1000px) {
      #primary.chekout_page h2,
      #primary.chekout_page .wc-block-components-address-form__address_2-toggle {
        margin-bottom: 6px; } }
  #primary.chekout_page .wc-block-checkout form {
    max-width: 468px; }
    @media screen and (min-width: 1001px) {
      #primary.chekout_page .wc-block-checkout form {
        margin-bottom: calc(100vw * (50 / 1920)); } }
    @media screen and (max-width: 1000px) {
      #primary.chekout_page .wc-block-checkout form {
        margin-bottom: 50px; } }
    #primary.chekout_page .wc-block-checkout form select,
    #primary.chekout_page .wc-block-checkout form input[type="text"],
    #primary.chekout_page .wc-block-checkout form input[type="tel"],
    #primary.chekout_page .wc-block-checkout form input[type="email"] {
      height: 44px;
      border-radius: 12px;
      border: 1px solid #d9d9d9;
      font-weight: 400;
      font-size: 12px;
      color: #464646; }
      @media screen and (min-width: 1001px) {
        #primary.chekout_page .wc-block-checkout form select,
        #primary.chekout_page .wc-block-checkout form input[type="text"],
        #primary.chekout_page .wc-block-checkout form input[type="tel"],
        #primary.chekout_page .wc-block-checkout form input[type="email"] {
          padding-left: calc(100vw * (23 / 1920)); } }
      @media screen and (max-width: 1000px) {
        #primary.chekout_page .wc-block-checkout form select,
        #primary.chekout_page .wc-block-checkout form input[type="text"],
        #primary.chekout_page .wc-block-checkout form input[type="tel"],
        #primary.chekout_page .wc-block-checkout form input[type="email"] {
          padding-left: 23px; } }
      #primary.chekout_page .wc-block-checkout form select:focus-visible,
      #primary.chekout_page .wc-block-checkout form input[type="text"]:focus-visible,
      #primary.chekout_page .wc-block-checkout form input[type="tel"]:focus-visible,
      #primary.chekout_page .wc-block-checkout form input[type="email"]:focus-visible {
        border: 1px solid #d9d9d9; }
    #primary.chekout_page .wc-block-checkout form input[type="radio"] {
      min-height: 18px;
      min-width: 18px; }
      #primary.chekout_page .wc-block-checkout form input[type="radio"]::before {
        min-height: 8px;
        min-width: 8px; }
    #primary.chekout_page .wc-block-checkout form label {
      font-weight: 400;
      font-size: 12px;
      color: #5e5e5e; }
    #primary.chekout_page .wc-block-checkout form label:not(.wc-block-components-radio-control__option) {
      padding-top: 8px; }
      @media screen and (min-width: 1001px) {
        #primary.chekout_page .wc-block-checkout form label:not(.wc-block-components-radio-control__option) {
          padding-left: calc(100vw * (23 / 1920)); } }
      @media screen and (max-width: 1000px) {
        #primary.chekout_page .wc-block-checkout form label:not(.wc-block-components-radio-control__option) {
          padding-left: 23px; } }
    #primary.chekout_page .wc-block-checkout form .is-active label:not(.wc-block-components-radio-control__option) {
      padding-top: 0; }
    #primary.chekout_page .wc-block-checkout form label.wc-blocks-components-select__label {
      padding-top: 0; }
    #primary.chekout_page .wc-block-checkout form .wc-block-components-radio-control-accordion-content,
    #primary.chekout_page .wc-block-checkout form .wc-block-components-checkbox__label {
      font-weight: 400;
      font-size: 14px;
      color: #232323; }
  #primary.chekout_page .wc-block-components-checkout-step__description {
    font-weight: 300;
    font-size: 12px;
    color: #000000ae; }
    @media screen and (min-width: 1001px) {
      #primary.chekout_page .wc-block-components-checkout-step__description {
        margin-bottom: calc(100vw * (20 / 1920)); } }
    @media screen and (max-width: 1000px) {
      #primary.chekout_page .wc-block-components-checkout-step__description {
        margin-bottom: 20px; } }
  #primary.chekout_page .wc-block-components-checkout-step__heading {
    margin: 0; }
  @media screen and (min-width: 1001px) {
    #primary.chekout_page .wc-block-components-checkout-step {
      margin-bottom: calc(100vw * (24 / 1920)); } }
  @media screen and (max-width: 1000px) {
    #primary.chekout_page .wc-block-components-checkout-step {
      margin-bottom: 24px; } }
  #primary.chekout_page .wc-block-components-button {
    border-radius: 12px;
    width: 231px;
    height: 44px;
    background: #000;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #fff; }
  #primary.chekout_page .wp-block-woocommerce-checkout-order-summary-block {
    background: #f7f7f7;
    border-radius: 12px;
    border: none;
    padding: 29px 15px 31px 15px; }
  @media screen and (max-width: 720px) {
    #primary.chekout_page .wc-block-components-sidebar-layout .wc-block-components-main {
      width: 100%; }
    #primary.chekout_page .wc-block-components-sidebar {
      width: 100%; }
    #primary.chekout_page h1 {
      margin-bottom: -30px;
      margin-top: 50px; }
    #primary.chekout_page .wp-block-woocommerce-checkout {
      margin-top: 0; }
    #primary.chekout_page .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block {
      display: none; }
    #primary.chekout_page .wc-block-checkout form {
      margin-left: auto;
      margin-right: auto; }
    #primary.chekout_page .wc-block-checkout__actions_row {
      margin-top: 60px; }
    #primary.chekout_page .checkout-order-summary-block-fill {
      border: none; } }
  #primary.chekout_page .wc-block-components-totals-item {
    font-size: 14px; }
  #primary.chekout_page .wc-block-components-address-card {
    font-size: 14px; }

section.thanks_section {
  margin-top: 4.3%;
  margin-bottom: 6.4%; }
  section.thanks_section h2 {
    margin: 0;
    font-size: 200px;
    color: white;
    font-size: clamp(60px, calc( 60px + (120 - 60) * ((100vw - 1000px) / (1900 - 1000)) ), 120px);
    margin-bottom: -5px;
    vertical-align: bottom;
    text-transform: none;
    letter-spacing: -0.02em; }
  section.thanks_section .description {
    color: white;
    font-size: 40px;
    font-size: clamp(20px, calc( 20px + (40 - 20) * ((100vw - 1000px) / (1900 - 1000)) ), 40px);
    margin-left: 1%;
    font-weight: 400;
    font-weight: 300; }
    section.thanks_section .description.medium_fs {
      font-size: 30px;
      font-size: clamp(20px, calc( 20px + (30 - 20) * ((100vw - 1000px) / (1900 - 1000)) ), 30px); }
      @media screen and (max-width: 1000px) {
        section.thanks_section .description.medium_fs {
          font-size: 20px; } }
      @media screen and (max-width: 560px) {
        section.thanks_section .description.medium_fs {
          font-size: 16px;
          margin-bottom: -20px;
          display: none; } }
  section.thanks_section .btn_more {
    color: white;
    white-space: nowrap;
    font-size: 25px;
    font-size: clamp(12px, calc( 12px + (25 - 12) * ((100vw - 1000px) / (1900 - 1000)) ), 25px);
    text-transform: capitalize; }
    @media screen and (min-width: 1001px) {
      section.thanks_section .btn_more {
        gap: calc(100vw * (25 / 1920)); } }
    @media screen and (max-width: 1000px) {
      section.thanks_section .btn_more {
        gap: 25px; } }
    @media screen and (min-width: 1001px) {
      section.thanks_section .btn_more img {
        height: calc(100vw * (40 / 1920)); } }
    @media screen and (max-width: 1000px) {
      section.thanks_section .btn_more img {
        height: 40px; } }
  section.thanks_section .wrap {
    display: flex;
    flex-flow: row nowrap; }
    @media screen and (min-width: 1001px) {
      section.thanks_section .wrap {
        gap: calc(100vw * (43 / 1920)); } }
    @media screen and (max-width: 1000px) {
      section.thanks_section .wrap {
        gap: 43px; } }
    section.thanks_section .wrap > .col.background_block {
      flex: 3.2; }
    section.thanks_section .wrap > .col.order_summ {
      flex: 1; }
  section.thanks_section .baner_wrap {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 100%; }
    section.thanks_section .baner_wrap > img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      border-radius: 12px; }
      section.thanks_section .baner_wrap > img.mobile {
        display: none; }
    section.thanks_section .baner_wrap .header_block {
      position: absolute;
      bottom: 0;
      left: 0;
      margin: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-flow: column-reverse nowrap;
      align-items: flex-start;
      justify-content: space-between; }
      @media screen and (min-width: 1001px) {
        section.thanks_section .baner_wrap .header_block {
          padding: calc(100vw * (44 / 1920)); } }
      @media screen and (max-width: 1000px) {
        section.thanks_section .baner_wrap .header_block {
          padding: 44px; } }
  section.thanks_section .wrap_order_sum {
    font-size: 14px;
    font-size: clamp(10px, calc( 10px + (14 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 14px);
    border-radius: 12px;
    background: #f7f7f7;
    min-height: 100%; }
    @media screen and (min-width: 1001px) {
      section.thanks_section .wrap_order_sum {
        margin-right: calc(100vw * (80 / 1920)); } }
    @media screen and (max-width: 1000px) {
      section.thanks_section .wrap_order_sum {
        margin-right: 80px; } }
    @media screen and (min-width: 1001px) {
      section.thanks_section .wrap_order_sum {
        padding: calc(100vw * (20 / 1920)); } }
    @media screen and (max-width: 1000px) {
      section.thanks_section .wrap_order_sum {
        padding: 20px; } }
    @media screen and (min-width: 1001px) {
      section.thanks_section .wrap_order_sum {
        padding-top: calc(100vw * (32 / 1920)); } }
    @media screen and (max-width: 1000px) {
      section.thanks_section .wrap_order_sum {
        padding-top: 32px; } }
    @media screen and (min-width: 1001px) {
      section.thanks_section .wrap_order_sum {
        padding-bottom: calc(100vw * (16 / 1920)); } }
    @media screen and (max-width: 1000px) {
      section.thanks_section .wrap_order_sum {
        padding-bottom: 16px; } }
    section.thanks_section .wrap_order_sum h3 {
      font-weight: 500;
      font-size: 20px;
      font-size: clamp(10px, calc( 10px + (20 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 20px);
      text-transform: capitalize;
      color: #141414; }
      @media screen and (min-width: 1001px) {
        section.thanks_section .wrap_order_sum h3 {
          margin-bottom: calc(100vw * (8 / 1920)); } }
      @media screen and (max-width: 1000px) {
        section.thanks_section .wrap_order_sum h3 {
          margin-bottom: 8px; } }
    section.thanks_section .wrap_order_sum hr {
      border: 1px solid #eae4e0; }
    @media screen and (min-width: 1001px) {
      section.thanks_section .wrap_order_sum .oder_info {
        margin-top: calc(100vw * (24 / 1920)); } }
    @media screen and (max-width: 1000px) {
      section.thanks_section .wrap_order_sum .oder_info {
        margin-top: 24px; } }
    @media screen and (min-width: 1001px) {
      section.thanks_section .wrap_order_sum .oder_info {
        margin-bottom: calc(100vw * (24 / 1920)); } }
    @media screen and (max-width: 1000px) {
      section.thanks_section .wrap_order_sum .oder_info {
        margin-bottom: 24px; } }
    section.thanks_section .wrap_order_sum .oder_info li {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between; }
      @media screen and (min-width: 1001px) {
        section.thanks_section .wrap_order_sum .oder_info li {
          margin-bottom: calc(100vw * (22 / 1920)); } }
      @media screen and (max-width: 1000px) {
        section.thanks_section .wrap_order_sum .oder_info li {
          margin-bottom: 22px; } }
      section.thanks_section .wrap_order_sum .oder_info li .value {
        text-align: right;
        font-weight: 400;
        font-size: 12px;
        font-size: clamp(6px, calc( 6px + (12 - 6) * ((100vw - 1000px) / (1900 - 1000)) ), 12px);
        line-height: 124%;
        text-transform: capitalize;
        color: #838383; }
        @media screen and (min-width: 1001px) {
          section.thanks_section .wrap_order_sum .oder_info li .value {
            max-width: calc(100vw * (125 / 1920)); } }
        @media screen and (max-width: 1000px) {
          section.thanks_section .wrap_order_sum .oder_info li .value {
            max-width: 125px; } }
      section.thanks_section .wrap_order_sum .oder_info li:last-child {
        margin-bottom: 0; }
    section.thanks_section .wrap_order_sum .order_items {
      display: flex;
      flex-flow: row nowrap; }
      @media screen and (min-width: 1001px) {
        section.thanks_section .wrap_order_sum .order_items {
          gap: calc(100vw * (25 / 1920)); } }
      @media screen and (max-width: 1000px) {
        section.thanks_section .wrap_order_sum .order_items {
          gap: 25px; } }
      @media screen and (min-width: 1001px) {
        section.thanks_section .wrap_order_sum .order_items {
          margin-top: calc(100vw * (32 / 1920)); } }
      @media screen and (max-width: 1000px) {
        section.thanks_section .wrap_order_sum .order_items {
          margin-top: 32px; } }
      @media screen and (min-width: 1001px) {
        section.thanks_section .wrap_order_sum .order_items {
          margin-bottom: calc(100vw * (24 / 1920)); } }
      @media screen and (max-width: 1000px) {
        section.thanks_section .wrap_order_sum .order_items {
          margin-bottom: 24px; } }
      section.thanks_section .wrap_order_sum .order_items .wrap_thumbnails {
        flex: 0 0 auto;
        overflow: hidden; }
        @media screen and (min-width: 1001px) {
          section.thanks_section .wrap_order_sum .order_items .wrap_thumbnails {
            height: calc(100vw * (100 / 1920)); } }
        @media screen and (max-width: 1000px) {
          section.thanks_section .wrap_order_sum .order_items .wrap_thumbnails {
            height: 100px; } }
        @media screen and (min-width: 1001px) {
          section.thanks_section .wrap_order_sum .order_items .wrap_thumbnails {
            width: calc(100vw * (100 / 1920)); } }
        @media screen and (max-width: 1000px) {
          section.thanks_section .wrap_order_sum .order_items .wrap_thumbnails {
            width: 100px; } }
        section.thanks_section .wrap_order_sum .order_items .wrap_thumbnails img {
          width: 100%;
          height: 100%;
          border-radius: 6px;
          object-fit: cover;
          aspect-ratio: auto; }
      section.thanks_section .wrap_order_sum .order_items .header_description {
        font-weight: 400;
        font-size: 14px;
        font-size: clamp(7px, calc( 7px + (14 - 7) * ((100vw - 1000px) / (1900 - 1000)) ), 14px);
        line-height: 124%;
        text-transform: capitalize;
        color: #141414; }
      section.thanks_section .wrap_order_sum .order_items .description {
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between; }
      section.thanks_section .wrap_order_sum .order_items .content_description {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start; }
        @media screen and (min-width: 1001px) {
          section.thanks_section .wrap_order_sum .order_items .content_description {
            gap: calc(100vw * (56 / 1920)); } }
        @media screen and (max-width: 1000px) {
          section.thanks_section .wrap_order_sum .order_items .content_description {
            gap: 56px; } }
      section.thanks_section .wrap_order_sum .order_items .name {
        font-weight: 400;
        font-size: 12px;
        font-size: clamp(6px, calc( 6px + (12 - 6) * ((100vw - 1000px) / (1900 - 1000)) ), 12px);
        text-transform: capitalize;
        color: #838383; }
        @media screen and (min-width: 1001px) {
          section.thanks_section .wrap_order_sum .order_items .name {
            margin-bottom: calc(100vw * (10 / 1920)); } }
        @media screen and (max-width: 1000px) {
          section.thanks_section .wrap_order_sum .order_items .name {
            margin-bottom: 10px; } }
      section.thanks_section .wrap_order_sum .order_items .val {
        font-weight: 400;
        font-size: 14px;
        font-size: clamp(7px, calc( 7px + (14 - 7) * ((100vw - 1000px) / (1900 - 1000)) ), 14px);
        line-height: 124%;
        text-transform: capitalize;
        color: #141414; }
    section.thanks_section .wrap_order_sum .price_pred {
      text-align: right; }
      @media screen and (min-width: 1001px) {
        section.thanks_section .wrap_order_sum .price_pred {
          margin-top: calc(100vw * (17 / 1920)); } }
      @media screen and (max-width: 1000px) {
        section.thanks_section .wrap_order_sum .price_pred {
          margin-top: 17px; } }
      @media screen and (min-width: 1001px) {
        section.thanks_section .wrap_order_sum .price_pred {
          margin-bottom: calc(100vw * (34 / 1920)); } }
      @media screen and (max-width: 1000px) {
        section.thanks_section .wrap_order_sum .price_pred {
          margin-bottom: 34px; } }
    @media screen and (min-width: 1001px) {
      section.thanks_section .wrap_order_sum .sub_total_wrap {
        margin-top: calc(100vw * (24 / 1920)); } }
    @media screen and (max-width: 1000px) {
      section.thanks_section .wrap_order_sum .sub_total_wrap {
        margin-top: 24px; } }
    @media screen and (min-width: 1001px) {
      section.thanks_section .wrap_order_sum .sub_total_wrap {
        margin-bottom: calc(100vw * (24 / 1920)); } }
    @media screen and (max-width: 1000px) {
      section.thanks_section .wrap_order_sum .sub_total_wrap {
        margin-bottom: 24px; } }
    section.thanks_section .wrap_order_sum .sub_total_wrap li {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between; }
      @media screen and (min-width: 1001px) {
        section.thanks_section .wrap_order_sum .sub_total_wrap li {
          margin-bottom: calc(100vw * (22 / 1920)); } }
      @media screen and (max-width: 1000px) {
        section.thanks_section .wrap_order_sum .sub_total_wrap li {
          margin-bottom: 22px; } }
      section.thanks_section .wrap_order_sum .sub_total_wrap li:last-child {
        margin-bottom: 0; }
    section.thanks_section .wrap_order_sum .total_wrap {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      align-items: flex-end;
      font-weight: 500;
      font-size: 18px;
      font-size: clamp(9px, calc( 9px + (18 - 9) * ((100vw - 1000px) / (1900 - 1000)) ), 18px);
      text-transform: capitalize;
      color: #141414; }
      @media screen and (min-width: 1001px) {
        section.thanks_section .wrap_order_sum .total_wrap {
          margin-top: calc(100vw * (18 / 1920)); } }
      @media screen and (max-width: 1000px) {
        section.thanks_section .wrap_order_sum .total_wrap {
          margin-top: 18px; } }
  section.thanks_section .background_block .btn_block.mobile {
    display: none; }
  @media screen and (min-width: 1000px) and (max-width: 1200px) {
    section.thanks_section .wrap_order_sum {
      margin-right: 25px; } }
  @media screen and (max-width: 1000px) {
    section.thanks_section {
      margin: 0;
      margin-bottom: 100px;
      margin-top: 19px; }
      section.thanks_section .wrap {
        flex-direction: column; }
      section.thanks_section hr.mobile_hide {
        display: none; }
      section.thanks_section .baner_wrap {
        border-radius: 0;
        height: 600px; }
        section.thanks_section .baner_wrap > img.desktop {
          display: none; }
        section.thanks_section .baner_wrap > img.mobile {
          display: inline-block;
          border-radius: 0;
          width: 100%;
          height: 100%;
          object-position: center; }
        section.thanks_section .baner_wrap .header_block {
          width: fit-content;
          height: fit-content;
          top: 35px;
          left: 13px;
          padding: 0; }
          section.thanks_section .baner_wrap .header_block .btn_block {
            display: none; }
      section.thanks_section h2 {
        font-size: 60px; }
      section.thanks_section .description {
        font-size: 20px; }
      section.thanks_section .wrap_order_sum {
        font-size: 12px;
        margin-right: 13px;
        margin-left: 13px;
        padding: 26px 18px; }
        section.thanks_section .wrap_order_sum h3 {
          font-weight: 500;
          font-size: 20px;
          text-transform: capitalize;
          color: #141414; }
        section.thanks_section .wrap_order_sum .oder_info {
          display: none; }
        section.thanks_section .wrap_order_sum .order_items {
          margin-bottom: 43px; }
          section.thanks_section .wrap_order_sum .order_items .header_description {
            font-weight: 400;
            font-size: 14px;
            line-height: 124%;
            text-transform: capitalize;
            color: #141414; }
          section.thanks_section .wrap_order_sum .order_items .name {
            font-size: 12px;
            line-height: 124%;
            text-transform: capitalize;
            color: #838383;
            margin-top: 15px; }
          section.thanks_section .wrap_order_sum .order_items .val {
            font-weight: 400;
            font-size: 14px;
            line-height: 124%;
            text-transform: capitalize;
            color: #141414; }
          section.thanks_section .wrap_order_sum .order_items .wrap_thumbnails img {
            width: 90px;
            height: 90px; }
        section.thanks_section .wrap_order_sum .total_wrap {
          font-weight: 700;
          font-size: 14px;
          text-align: center;
          color: #1e1e1e; }
        section.thanks_section .wrap_order_sum .price_pred {
          margin-bottom: 25px;
          margin-top: 25px; }
        section.thanks_section .wrap_order_sum .sub_total_wrap {
          margin-bottom: 56px; }
      section.thanks_section .background_block .btn_block.mobile {
        text-align: right;
        display: block; }
        section.thanks_section .background_block .btn_block.mobile a {
          gap: 8px;
          font-weight: 400;
          font-size: 14px;
          line-height: 100%;
          color: #000;
          margin-right: 13px; } }

#modal {
  font-family: "HelveticaNeueCyr", Arial, sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%; }
  #modal.desabled {
    display: none; }
  #modal .wrap_modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f7f7f7;
    z-index: 200; }
    @media screen and (min-width: 1001px) {
      #modal .wrap_modal {
        padding: calc(100vw * (39 / 1920)); } }
    @media screen and (max-width: 1000px) {
      #modal .wrap_modal {
        padding: 39px; } }
    @media screen and (min-width: 1001px) {
      #modal .wrap_modal {
        padding-top: calc(100vw * (29 / 1920)); } }
    @media screen and (max-width: 1000px) {
      #modal .wrap_modal {
        padding-top: 29px; } }
    @media screen and (min-width: 1001px) {
      #modal .wrap_modal {
        padding-bottom: calc(100vw * (43 / 1920)); } }
    @media screen and (max-width: 1000px) {
      #modal .wrap_modal {
        padding-bottom: 43px; } }
    @media screen and (min-width: 1001px) {
      #modal .wrap_modal > .content.mini_cart {
        min-width: calc(100vw * (360 / 1920)); } }
    @media screen and (max-width: 1000px) {
      #modal .wrap_modal > .content.mini_cart {
        min-width: 360px; } }
  #modal h3 {
    font-weight: 500;
    font-size: 20px;
    font-size: clamp(10px, calc( 10px + (20 - 10) * ((100vw - 1000px) / (1900 - 1000)) ), 20px);
    text-transform: capitalize;
    color: #141414;
    text-align: center;
    margin-bottom: 5px; }
  #modal h4 {
    font-weight: 400;
    font-size: 14px;
    font-size: clamp(7px, calc( 7px + (14 - 7) * ((100vw - 1000px) / (1900 - 1000)) ), 14px);
    line-height: 124%;
    text-transform: capitalize;
    color: #141414;
    text-align: center; }
    @media screen and (min-width: 1001px) {
      #modal h4 {
        margin-bottom: calc(100vw * (29 / 1920)); } }
    @media screen and (max-width: 1000px) {
      #modal h4 {
        margin-bottom: 29px; } }
  #modal .item_wrap {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-top: 9px;
    border-top: 1px solid #eae4e0; }
    @media screen and (min-width: 1001px) {
      #modal .item_wrap {
        max-width: calc(100vw * (296 / 1920)); } }
    @media screen and (max-width: 1000px) {
      #modal .item_wrap {
        max-width: 296px; } }
    @media screen and (min-width: 1001px) {
      #modal .item_wrap {
        gap: calc(100vw * (38 / 1920)); } }
    @media screen and (max-width: 1000px) {
      #modal .item_wrap {
        gap: 38px; } }
    #modal .item_wrap .img_wrap {
      flex: 1.3; }
      @media screen and (min-width: 1001px) {
        #modal .item_wrap .img_wrap {
          width: calc(100vw * (100 / 1920)); } }
      @media screen and (max-width: 1000px) {
        #modal .item_wrap .img_wrap {
          width: 100px; } }
      @media screen and (min-width: 1001px) {
        #modal .item_wrap .img_wrap {
          height: calc(100vw * (100 / 1920)); } }
      @media screen and (max-width: 1000px) {
        #modal .item_wrap .img_wrap {
          height: 100px; } }
      #modal .item_wrap .img_wrap img {
        aspect-ratio: 1/1;
        width: 100%; }
    #modal .item_wrap .order_content {
      flex: 2; }
    #modal .item_wrap .header_description {
      font-weight: 400;
      font-size: 14px;
      font-size: clamp(7px, calc( 7px + (14 - 7) * ((100vw - 1000px) / (1900 - 1000)) ), 14px);
      line-height: 124%;
      text-transform: capitalize;
      color: #141414; }
      @media screen and (min-width: 1001px) {
        #modal .item_wrap .header_description {
          margin-bottom: calc(100vw * (24 / 1920)); } }
      @media screen and (max-width: 1000px) {
        #modal .item_wrap .header_description {
          margin-bottom: 24px; } }
    #modal .item_wrap .content_description {
      display: flex;
      flex-flow: row nowrap;
      justify-content: flex-start; }
      #modal .item_wrap .content_description .pa_attr.hide {
        display: none; }
      @media screen and (min-width: 1001px) {
        #modal .item_wrap .content_description {
          gap: calc(100vw * (56 / 1920)); } }
      @media screen and (max-width: 1000px) {
        #modal .item_wrap .content_description {
          gap: 56px; } }
    #modal .item_wrap .name {
      font-weight: 400;
      font-size: 12px;
      font-size: clamp(6px, calc( 6px + (12 - 6) * ((100vw - 1000px) / (1900 - 1000)) ), 12px);
      text-transform: capitalize;
      color: #838383; }
      @media screen and (min-width: 1001px) {
        #modal .item_wrap .name {
          margin-bottom: calc(100vw * (10 / 1920)); } }
      @media screen and (max-width: 1000px) {
        #modal .item_wrap .name {
          margin-bottom: 10px; } }
    #modal .item_wrap .val {
      font-weight: 400;
      font-size: 14px;
      font-size: clamp(7px, calc( 7px + (14 - 7) * ((100vw - 1000px) / (1900 - 1000)) ), 14px);
      line-height: 124%;
      text-transform: capitalize;
      color: #141414; }
  #modal .but_block {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    line-height: 100%;
    text-align: center; }
    @media screen and (min-width: 1001px) {
      #modal .but_block {
        margin-top: calc(100vw * (67 / 1920)); } }
    @media screen and (max-width: 1000px) {
      #modal .but_block {
        margin-top: 67px; } }
    #modal .but_block > button, #modal .but_block > a {
      flex: 1;
      white-space: nowrap;
      line-height: normal;
      font-size: 14px;
      font-size: clamp(7px, calc( 7px + (14 - 7) * ((100vw - 1000px) / (1900 - 1000)) ), 14px); }
      #modal .but_block > button:first-child, #modal .but_block > a:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
      #modal .but_block > button:last-child, #modal .but_block > a:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
  @media screen and (max-width: 1000px) {
    #modal h3 {
      font-size: 20px; }
    #modal h4 {
      font-size: 14px; }
    #modal .item_wrap .header_description {
      font-size: 14px; }
    #modal .item_wrap .name {
      font-size: 12px; }
    #modal .item_wrap .val {
      font-size: 14px; }
    #modal .but_block > a {
      font-size: 14px; } }
  @media screen and (max-width: 460px) {
    #modal .wrap_modal {
      width: 100%;
      padding: 30px; }
      #modal .wrap_modal .content.mini_cart {
        width: 100%;
        min-width: unset; }
    #modal .but_block > a {
      font-size: 10px; } }

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #00000030;
  width: 100%;
  height: 100%; }

.woocommerce-notices-wrapper .woocommerce-message.desabled {
  display: none; }

/*# sourceMappingURL=styles.css.map */
