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

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

footer,
header,
nav,
section,
main {
  display: block;
}

button {
  background-color: initial;
  border: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

input {
  -webkit-appearance: none;
  border-radius: 0;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

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

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

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

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

@font-face {
  font-family: "Playfair Display";
  src: url("./../fonts/playfair-display-normal-latin-ext.woff2") format("woff2");
  font-weight: 500 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Playfair Display";
  src: url("./../fonts/playfair-display-normal-latin.woff2") format("woff2");
  font-weight: 500 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Playfair Display";
  src: url("./../fonts/playfair-display-italic-latin-ext.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Playfair Display";
  src: url("./../fonts/playfair-display-italic-latin.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #323232;
  height: 100%;
  background: #fafafa;
}

html {
  height: 100%;
}

a {
  color: inherit;
}

button {
  padding: 0;
}

img {
  width: 100%;
  height: 100%;
  display: block;
}

.wrapper {
  max-width: 1512px;
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.__container {
  max-width: 1512px;
  padding: 0px 72px;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.just_cont_center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.text_center {
  text-align: center;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.bread_crumbs {
  background: #fafafa;
  padding: 24px 0;
  border-top: 1px solid rgba(50, 50, 50, 0.1);
  position: relative;
  z-index: 10;
}

.bread_crumbs .bread_crumbs_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bread_crumbs .bread_crumbs_list .bread_crumbs_item {
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bread_crumbs .bread_crumbs_list .bread_crumbs_item[aria-current=page] {
  color: rgba(50, 50, 50, 0.6);
}

.bread_crumbs .bread_crumbs_list .bread_crumbs_item+.bread_crumbs_item::before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin: 0 8px;
  background: url("./../img/icon/bred_arrow.svg") center/contain no-repeat;
}

.header {
  width: 100%;
  background: #fafafa;
}

.header .header_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 72px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  position: relative;
}

.header .header_box .header_logo {
  max-width: 134px;
  width: 100%;
  height: 24px;
}

.header .header_box .header__nav .header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header .header_box .header__nav .header__list .header__item {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .header_box .header__nav .header__list .header__item .header__link {
  font-size: 14px;
}

.header .header_box .header__nav .header__list .header__item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 1px;
  width: 0%;
  background: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .header_box .header__nav .header__list .header__item:hover::after,
.header .header_box .header__nav .header__list .header__item.active::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
  height: 1px;
  width: 100%;
  background: #323232;
}

.header .header_box .header_right_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.header .header_box .header_right_block .basket_block {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.header .header_box .header_right_block .basket_block__count {
  position: absolute;
  top: -8px;
  right: -10px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #323232;
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
}

.header .header_box .lang_block {
  position: relative;
  font-size: 16px;
}

.header .header_box .lang_block__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  list-style: none;
}

.header .header_box .lang_block__toggle::-webkit-details-marker {
  display: none;
}

.header .header_box .lang_block img {
  max-width: 24px;
  width: 100%;
  height: 24px;
}

.header .header_box .lang_block[open] .lang_block__toggle img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header .header_box .lang_block__menu {
  position: absolute;
  z-index: 20;
  top: calc(100% + 8px);
  right: 0;
  min-width: 64px;
  padding: 6px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.header .header_box .lang_block__menu a {
  display: block;
  padding: 6px 8px;
  border-radius: 5px;
  color: #323232;
  text-align: center;
}

.header .header_box .lang_block__menu a:hover,
.header .header_box .lang_block__menu a:focus,
.header .header_box .lang_block__menu a[aria-current=page] {
  background: #f3f3f3;
}

.header .header_box .header_right_block .burger_btn_wrap {
  display: none;
  width: 24px;
  height: 24px;
  padding: 0;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.header .header_box .header_right_block .burger_btn_wrap span {
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 12px;
  background: #323232;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.header .header_box .header_right_block .burger_btn_wrap.active span:first-child {
  -webkit-transform: translateY(3px) rotate(45deg);
  -ms-transform: translateY(3px) rotate(45deg);
  transform: translateY(3px) rotate(45deg);
}

.header .header_box .header_right_block .burger_btn_wrap.active span:last-child {
  -webkit-transform: translateY(-3px) rotate(-45deg);
  -ms-transform: translateY(-3px) rotate(-45deg);
  transform: translateY(-3px) rotate(-45deg);
}

.header .header_box .burger {
  position: fixed;
  top: 56px;
  left: 0;
  right: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 56px);
  height: calc(100dvh - 56px);
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-16px);
  -ms-transform: translateY(-16px);
  transform: translateY(-16px);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  z-index: 499;
}

.header .header_box .burger .burger_header__nav {
  width: 100%;
}

.header .header_box .burger .burger_header__nav .burger_header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header .header_box .burger .burger_header__nav .burger_header__list .burger_header__item .burger_header__link {
  padding: 16px 24px;
  display: block;
  position: relative;
}

.header .header_box .burger .burger_header__nav .burger_header__list .burger_header__item .burger_header__link::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: rgba(51, 34, 51, 0.05);
  top: 0px;
  left: -24px;
  position: absolute;
}

.header .header_box .burger .burger_header__nav .burger_header__list .burger_header__item.active .burger_header__link {
  font-weight: 600;
}

.header .header_box .burger.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.slick-track {
  height: 100%;
}

.first_main .first__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 768px;
  position: relative;
  margin-bottom: 200px;
}

.first_main .first__section .first_product_slick_wrap {
  position: relative;
  max-width: 1008px;
  width: 100%;
  overflow: hidden;
  min-height: inherit;
}

.first_main .first__section .first_product_slick_wrap .first_product_slider {
  height: 100%;
}

.first_main .first__section .first_product_slick_wrap .slick-list,
.first_main .first__section .first_product_slick_wrap .slick-track,
.first_main .first__section .first_product_slick_wrap .slick-slide,
.first_main .first__section .first_product_slick_wrap .slick-slide>div,
.first_main .first__section .first_product_slick_wrap .first_product_slide,
.first_main .first__section .first_product_slick_wrap .slick_banner_wrap {
  height: 100%;
}

.first_main .first__section .first_product_slick_wrap .first_product_slide {
  position: relative;
}

.first_main .first__section .first_product_slick_wrap .first_product_slide:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  max-width: 272px;
  width: 100%;
  background: rgba(50, 50, 50, 8.97);
  background: linear-gradient(90deg, rgba(50, 50, 50, 0.7) 0%, rgba(50, 50, 50, 0) 100%);
}

.first_main .first__section .first_product_slick_wrap .slick_banner_wrap {
  position: relative;
  min-height: 768px;
  background: #cfefff;
}

.first_main .first__section .first_product_slick_wrap .slick_banner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.first_main .first__section .first_product_slick_wrap .slick_banner img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.first_main .first__section .first_product_slick_wrap .slick_content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 72px;
  bottom: 124px;
  z-index: 2;
  max-width: 475px;
}

.first_main .first__section .first_product_slick_wrap .slick__title {
  font-family: "Playfair Display", serif;
  font-size: 64px;
  line-height: 0.95;
  font-weight: 600;
  margin-bottom: 4px;
}

.first_main .first__section .first_product_slick_wrap .slick__text {
  font-size: 16px;
  line-height: 1.35;
  max-width: 420px;
  margin-bottom: 26px;
}

.first_main .first__section .first_product_slick_wrap .slick__link {
  max-width: 130px;
  width: 100%;
  min-height: 38px;
  border-radius: 28px;
  background: #323232;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
}

.first_main .first__section .first_product_slick_wrap .slick_content--light {
  color: #fff;
}

.first_main .first__section .first_product_slick_wrap .slick_content--light .slick__link {
  background: #fff;
  color: #323232;
}

.first_main .first__section .first_product_slick_wrap .slick_content--dark {
  color: #323232;
}

.first_main .first__section .first_product_slick_wrap .slick_content--dark .slick__link {
  background: #323232;
  color: #fff;
}

.first_main .first__section .first_product_controls {
  position: absolute;
  left: 72px;
  bottom: 50px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.first_main .first__section .first_product_controls .first_product_arrow {
  max-width: 24px;
  width: 100%;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: background 0.3s ease, border-color 0.3s ease;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.first_main .first__section .first_product_controls .first_product_counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
}

.first_main .first__section .first_product_controls--light {
  color: #fff;
}

/* .first_main .first__section .first_product_controls--light .first_product_separator {
  background: #fff;
} */

.first_main .first__section .first_product_controls--light .first_product_arrow img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

/* .first_main .first__section .first_product_controls--light .first_product_separator {
  background: rgba(255, 255, 255, 0.65);
} */

.first_main .first__section .first_product_controls--dark {
  color: #323232;
}

.first_main .first__section .first_product_controls--dark .first_product_arrow img {
  -webkit-filter: none;
  filter: none;
}

/* .first_main .first__section .first_product_controls .first_product_separator {
  width: 32px;
  height: 1px;
  background: rgba(50, 50, 50, 0.45);
} */

/* .first_main .first__section .first_product_controls--light .first_product_separator {
  background: rgba(255, 255, 255, 0.65);
} */

.first_main .first__section .first_all_prod {
  max-width: 504px;
  width: 100%;
  position: relative;
  min-height: inherit;
}

.first_main .first__section .first_all_prod .all_prod_baner {
  height: 100%;
  min-height: inherit;
}

.first_main .first__section .first_all_prod .all_prod_baner img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.first_main .first__section .first_all_prod .all_prod_content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  padding: 56px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0)), to(rgba(50, 50, 50, 0.62)));
  background: linear-gradient(180deg, rgba(50, 50, 50, 0) 0%, rgba(50, 50, 50, 0.62) 100%);
}

.first_main .first__section .first_all_prod .all_prod_content .all_prod__title {
  font-size: 48px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  margin-bottom: 8px;
  font-family: "Playfair Display", serif;
}

.first_main .first__section .first_all_prod .all_prod_content .all_prod__text {
  font-size: 14px;
  line-height: 1.35;
  color: #fff;
  margin-bottom: 24px;
}

.first_main .first__section .first_all_prod .all_prod_content .all_prod__link {
  max-width: 131px;
  width: 100%;
  min-height: 38px;
  border-radius: 28px;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
}

.first_main .first__section .first_title_wrap {
  max-width: 882px;
  width: 100%;
  position: absolute;
  bottom: -25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fafafa;
  border-radius: 28px;
  max-height: 236px;
  padding: 40px;
}

.first_main .first__section .first_title_wrap .first__title {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 32px;
}

.first_main .first__section .first_title_wrap .first__title span {
  font-weight: 600;
  font-style: italic;
  color: rgba(50, 50, 50, 0.5);
}

.first_main .first__section .first_title_wrap .main__info_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}

.first_main .first__section .first_title_wrap .main__info_wrap .main_info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 4px 10px 4px 4px;
  border-radius: 288px;
  background: rgba(50, 50, 50, 0.05);
}

.first_main .first__section .first_title_wrap .main__info_wrap .main_info_item .info_icon {
  max-width: 36px;
  width: 100%;
  height: 36px;
  border-radius: 50%;
  padding: 8px;
  background: #323232;
}

.section_product_list {
  padding: 72px 0px;
}

.section_product_list .product__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 32px;
}

.section_product_list .product__header .product_title_wrap {
  max-width: 500px;
  width: 100%;
}

.section_product_list .product__header .product_title_wrap .product__title {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  font-weight: 600;
}

.section_product_list .product__header .product_title_wrap .product__title span {
  font-weight: 600;
  font-style: italic;
  color: rgba(50, 50, 50, 0.5);
}

.section_product_list .product__header .product__header_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_product_list .product__header .product__header_link span {
  font-size: 14px;
}

.section_product_list .product__header .product__header_link img {
  max-width: 24px;
  width: 100%;
  height: 24px;
  transition: all .3s ease;
}

.section_product_list .product__header .product__header_link:hover img {
  transform: translateX(10px);
}

.section_product_list .product_carousel_wrap {
  position: relative;
  padding: 0px 56px;
}

.section_product_list .product_carousel_wrap .product_carousel {
  margin: 0 -8px;
  overflow: hidden;
}

.section_product_list .product_carousel_wrap .product_carousel.is-static {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
}

.section_product_list .product_carousel_wrap .product_carousel.is-native-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.section_product_list .product_carousel_wrap .product_carousel.is-native-carousel::-webkit-scrollbar {
  display: none;
}

.section_product_list .product_carousel_wrap .product_carousel.is-native-carousel .product_slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.section_product_list .product_carousel_wrap .product_carousel .slick-list {
  overflow: visible;
}

.section_product_list .product_carousel_wrap .product_carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section_product_list .product_carousel_wrap .product_carousel .slick-slide {
  height: auto;
}

.section_product_list .product_carousel_wrap .product_carousel .slick-slide>div {
  height: 100%;
}

.section_product_list .product_carousel_wrap .product_carousel .product_slide {
  width: 301px;
  height: 100%;
  margin: 0 8px;
}

.section_product_list .product_card {
  height: 100%;
  min-height: 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 301px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid rgba(50, 50, 50, 0.1);
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
}

.section_product_list .product_card__img {
  display: block;
  width: 100%;
  height: 299px;
  background: #F4F4F4;
  padding: 20px;
}

.section_product_list .product_card__img img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.section_product_list .product_card__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
}

.section_product_list .product_card__title {
  display: block;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 4px;
}

.section_product_list .product_card__text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 14px;
  line-height: 1.35;
  margin-bottom: 20px;
}

.section_product_list .product_card__old_price {
  -ms-flex-item-align: start;
  align-self: flex-start;
  min-width: 65px;
  min-height: 24px;
  border: 1px solid rgba(50, 50, 50, 0.5);
  border-radius: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2px 8px;
  color: rgba(50, 50, 50, 0.5);
  font-size: 16px;
  font-weight: 500;
  position: relative;
  margin-bottom: 8px;
  gap: 4px;
}

.section_product_list .product_card__old_price::before {
  content: "";
  position: absolute;
  left: 7px;
  right: 7px;
  top: 50%;
  height: 2px;
  background: #e55b68;
  -webkit-transform: rotate(-18deg);
  -ms-transform: rotate(-18deg);
  transform: rotate(-18deg);
}

.section_product_list .product_card__bottom {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
}

.section_product_list .product_card__price span {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

.section_product_list .product_card__price bdi,
.all_prod_section .all_prod_wrap .all_prod_item__price bdi,
.section_card_prod .single_product__price bdi {
  white-space: nowrap;
}

.section_product_list .product_card__price .woocommerce-Price-currencySymbol,
.section_card_prod .single_product__price .woocommerce-Price-currencySymbol {
  font-size: 14px;
  font-weight: 700;
}

.all_prod_section .all_prod_wrap .all_prod_item__price .woocommerce-Price-currencySymbol {
  font-size: 29px;
  font-weight: 700;
}

.section_product_list .added_to_cart,
.all_prod_section .added_to_cart {
  display: none;
}

.section_product_list .product_card__price del,
.all_prod_section .all_prod_wrap .all_prod_item__price del,
.section_card_prod .single_product__price del {
  color: rgba(50, 50, 50, 0.45);
  font-size: 0.72em;
  margin-right: 8px;
}

.section_product_list .product_card__price ins,
.all_prod_section .all_prod_wrap .all_prod_item__price ins,
.section_card_prod .single_product__price ins {
  text-decoration: none;
}

.section_product_list .product_card__price .new_curency {
  font-size: 20px;
  font-weight: 700;
}

.section_product_list .product_card__btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 130px;
  min-height: 40px;
  border: 0;
  border-radius: 28px;
  background: #323232;
  color: #fff;
  text-decoration: none;
  font-family: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 18px;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  border: 1px solid transparent;
}

.section_product_list .product_card__btn:hover {
  background: #fff;
  border: 1px solid #323232;
  color: #323232;
}

.section_product_list .product_carousel_arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  max-width: 24px;
  width: 100%;
  height: 24px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: background 0.3s ease, opacity 0.3s ease;
  transition: background 0.3s ease, opacity 0.3s ease;
  padding: 0px;
}

.section_product_list .product_carousel_arrow img {
  width: 100%;
  height: 100%;
}

.section_product_list .product_carousel_arrow.slick-disabled {
  opacity: 0.5;
  cursor: default;
}

.section_product_list .product_carousel_arrow_prev {
  left: 0px;
}

.section_product_list .product_carousel_arrow_next {
  right: 0px;
}

.section__category {
  padding: 72px 0px;
}

.section__category .category__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 32px;
  margin-bottom: 32px;
}

.section__category .category__title {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 600;
}

.section__category .category__title span {
  font-style: italic;
  color: rgba(50, 50, 50, 0.5);
}

.section__category .category__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 8px;
  font-size: 14px;
}

.section__category .category__more img {
  width: 24px;
  height: 24px;
}

.section__category .category__more_mobile {
  display: none;
}

.section__category .category_carousel_wrap {
  position: relative;
}

.section__category .category_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

.section__category .category_card {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 80px) / 6);
  flex: 0 0 calc((100% - 80px) / 6);
  height: clamp(174px, 14vw, 200px);
  display: block;
  overflow: hidden;
  border-radius: 28px;
  background: #e7edf0;
  transition: all .3s ease;
}



.section__category .category_card>img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.section__category .category_card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(34%, rgba(50, 50, 50, 0)), to(rgba(50, 50, 50, 0.82)));
  background: linear-gradient(180deg, rgba(50, 50, 50, 0) 34%, rgba(50, 50, 50, 0.82) 100%);
  transition: all .3s ease;
}

.section__category .category_card__content {
  position: absolute;
  z-index: 1;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
  color: #fff;
}

.section__category .category_card__title {
  font-size: 20px;
  line-height: 1.15;
  font-weight: 600;
}

.section__category .category_card__arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 24px;
  width: 100%;
  height: 24px;
}

.section__category .category_carousel_arrow {
  display: none;
}

.reviews__section {
  padding: 72px 0px;
  background: #fff;
}

.reviews__section .reviews__title {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 600;
  text-align: center;
  margin-bottom: 32px;
}

.reviews__section .reviews__title span {
  font-style: italic;
  color: rgba(50, 50, 50, 0.5);
}

.reviews__section .reviews__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 36px;
}

.reviews__section .reviews__list .reviews_item {
  border-radius: 28px;
  padding: 24px;
  max-width: 364px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 280px;
  flex: 1 1 280px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid rgba(50, 50, 50, 0.1);
}

.reviews__section .reviews__list .reviews_item .reviews__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviews__section .reviews__list .reviews_item .reviews__user .reviews_user_photo {
  max-width: 36px;
  width: 100%;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}

.reviews__section .reviews__list .reviews_item .reviews__user .reviews_user_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.reviews__section .reviews__list .reviews_item .reviews__user .reviews_user_info .name {
  font-size: 14px;
  font-weight: 600;
}

.reviews__section .reviews__list .reviews_item .reviews__user .reviews_user_info .info {
  font-size: 12px;
}

.reviews__section .reviews__list .reviews_item .reviews__user .reviews__stars {
  max-width: 110px;
  width: 100%;
  margin-left: auto;
}

.section__about {
  padding: 72px 0px;
  background: #fff;
}

.section__about .about__title {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 600;
  margin-bottom: 32px;
}

.section__about .about__title span {
  font-style: italic;
  color: rgba(50, 50, 50, 0.5);
}

.section__about .about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
  position: relative;
}

.section__about .about__wrap.is-collapsible:not(.is-expanded)::before {
  content: '';
  display: block;
  width: 100%;
  height: 100px;
  background: #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 97%);
  left: 0;
  bottom: 0;
  position: absolute;
}

.section__about .about__wrap.is-collapsible {
  position: relative;
  overflow: hidden;
  -webkit-transition: max-height 0.45s ease;
  transition: max-height 0.45s ease;
}

.section__about .about__wrap.is-collapsible:not(.is-expanded)::after {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  padding-left: 4px;
  background: #fff;
}

.section__about .about__wrap h3 {
  font-weight: 600;
}

.section__about .about__wrap h4 {
  font-weight: 600;
}

.section__about .about__wrap ul li {
  display: block;
  line-height: 1.45;
  padding: 0px 0px 0px 16px;
}

.section__about .about__wrap ol li {
  display: block;
  line-height: 1.45;
  padding: 0px 0px 0px 16px;
}

.section__about .about__wrap ul li::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  vertical-align: middle;
  background: #323232;
  border-radius: 50%;
}

.section__about .about__wrap p,
.section__about .about__wrap .about__text {
  line-height: 1.45;
}

.section__about .about__wrap ul li a {
  display: inline;
  text-decoration: underline;
}

.section__about .about__wrap p a,
.section__about .about__wrap .about__text a {
  display: inline;
  text-decoration: underline;
}

.section__about .about__wrap ul,
.section__about .about__wrap ol,
.section__about .about__wrap .about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.section__about .about__wrap .about__list .about__item {
  position: relative;
  padding: 0px 0px 0px 14px;
  line-height: 1.45;
}

.section__about .about__wrap .about__list .about__item::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  background: #323232;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.section__about .about__wrap .about__list .about__item a {
  display: inline;
  text-decoration: underline;
}

.section__about .about__wrap .about__subtitle {
  font-size: 28px;
  font-weight: 600;
}

.section__about .about__btn {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  cursor: pointer;
  font-family: "Gilroy";
}

.section__about .about__btn.is-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section__about .about__btn.is-visible img {
  transition: all .3s ease;
}

.section__about .about__btn.is-visible:hover img {
  transform: translateX(10px);
}

.section__about .about__btn img {
  max-width: 24px;
  width: 100%;
  height: 24px;
}

.section__brand {
  padding: 72px 0px;
  background: #fff;
}

.section__brand .brand_title {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 600;
  text-align: center;
  max-width: 700px;
  width: 100%;
  margin: 0 auto 32px;
}

.section__brand .brand_title span {
  font-style: italic;
  color: rgba(50, 50, 50, 0.5);
}

.section__brand .brand__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.section__brand .brand__list .brand__item {
  max-width: 256px;
  padding: 16px 20px;
  width: 100%;
  min-height: 176px;
  border-radius: 28px;
  border: 1px solid rgba(50, 50, 50, 0.1);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #FFF;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 0.62) 100%);
}

.section__brand .brand__list .brand__item .brand_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 110px;
  width: 100%;
}

.section__brand .brand__list .brand__item .brand__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
}

.section__brand .brand__list .brand__item .brand__link p {
  font-weight: 600;
}

.section__brand .brand__list .brand__item .brand__link img {
  max-width: 24px;
  width: 100%;
  height: 24px;
  transition: all .3s ease;
}

.section__brand .brand__list .brand__item .brand__link:hover img {
  transform: translate(5px, -5px);
}

.section__question {
  padding: 72px 0px;
  background: #fff;
}

.section__question .question__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 56px;
}

.section__question .question__box .question_left_block {
  max-width: 478px;
  width: 100%;
}

.section__question .question__box .question_left_block .question__title {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 600;
  width: 100%;
  margin-bottom: 32px;
}

.section__question .question__box .question_left_block .question__title span {
  font-style: italic;
  color: rgba(50, 50, 50, 0.5);
}

.section__question .question__box .question_left_block .question__subtitle {
  max-width: 400px;
  line-height: 1.4;
}

.section__question .question__box .question_faq_block {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 680px;
  flex: 1 1 680px;
  max-width: 760px;
}

.accordion {
  width: 100%;
}

.accordion .accordion__item {
  border-bottom: 1px solid rgba(50, 50, 50, 0.12);
}

.accordion .accordion__trigger {
  width: 100%;
  min-height: 48px;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  font-family: "Gilroy";
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #323232;
  cursor: pointer;
}



.accordion .accordion__trigger img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  transition: all .3s ease;
}

.accordion .accordion__trigger:hover img {
  transform: translateX(10px);
}

.accordion .accordion__panel {
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}

.accordion .accordion__content {
  padding: 0 42px 10px 0;
  font-size: 14px;
  line-height: 1.35;
}

.accordion .accordion__content p {
  margin: 0 0 12px;
}

.accordion .accordion__content p:last-child {
  margin-bottom: 0;
}

.accordion .accordion__content br {
  display: block;
  content: "";
  margin: 0 0 10px;
}

.accordion .accordion__content h3,
.accordion .accordion__content h4 {
  margin: 16px 0 10px;
  font-weight: 600;
}

.accordion .accordion__content a {
  color: #323232;
  text-decoration: underline;
}

/* .accordion .accordion__content ul,
.accordion .accordion__content ol {
  margin: 10px 0 14px;
} */

.accordion .accordion__content ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0px 0px 0px 16px;
  line-height: 1.45;
}

.accordion .accordion__content ul li::before {
  content: "";
  display: inline-block;
  max-width: 4px;
  width: 100%;
  height: 4px;
  border-radius: 50%;
  background: #323232;
}

.produce_main .first__section {
  position: relative;
  padding: 208px 0px;
}

.produce_main .first__section .first__bg_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.produce_main .first__section .first__bg_wrap .produce_main_pc {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.produce_main .first__section .first__bg_wrap .produce_main_mob {
  display: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.produce_main .first__section .first__contant {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.produce_main .first__section .first__contant .first__contant__wrap {
  position: relative;
  z-index: 50;
  margin-top: auto;
  max-width: 625px;
  width: 100%;
}

.produce_main .first__section .first__contant .first__contant__wrap .first__contant_title {
  font-family: "Playfair Display", serif;
  font-size: 64px;
  line-height: 1.08;
  font-weight: 600;
  width: 100%;
  margin-bottom: 16px;
}

.produce_main .first__section .first__contant .first__contant__wrap .first__contant_title span {
  font-style: italic;
  color: rgba(50, 50, 50, 0.5);
}

.footer {
  background: #323232;
  color: #fff;
  padding-bottom: 48px;
}

.footer .footer__box .footer_atantion {
  padding: 16px 0px;
}

.footer .footer__box .footer_atantion p {
  text-align: center;
}

.footer .footer__box .footer_atantion p span {
  color: #FF8787;
}

.footer .footer__box .footer_main {
  padding: 48px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 103px;
  margin-bottom: 24px;
}

.footer .footer__box .footer_main .footer__info {
  max-width: 237px;
  width: 100%;
}

.footer .footer__box .footer_main .footer__info .footer__info__logo {
  max-width: 134px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.footer .footer__box .footer_main .footer__info .footer__info_text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.footer .footer__box .footer_main .footer__nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 103px;
}

.footer .footer__box .footer_main .footer__nav_list .footer__nav_item .footer__nav_item_title {
  font-size: 14px;
  margin-bottom: 16px;
  font-weight: 700;
}

.footer .footer__box .footer_main .footer__nav_list .footer__nav_item .fotter_nav_item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.footer .footer__box .footer_main .footer__nav_list .footer__nav_item .fotter_nav_item_list li a {
  font-size: 14px;
}

.footer .footer__box .footer_main .footer__nav_list .footer__nav_item .fotter_nav_item_list .nav_item_1_item.active .nav_item_1_link {
  font-weight: 600;
  text-decoration: underline;
}

.footer .footer__box .fotter_bottom {
  padding: 12px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.footer .footer__box .fotter_bottom p {
  font-size: 11px;
}

.section_card_prod {
  padding: 72px 0px;
}

.section_card_prod .single_product {
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 64px;
}

.section_card_prod .single_product__gallery {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 490px;
  flex: 0 1 490px;
  min-width: 0;
}

.section_card_prod .single_product__main_image {
  width: 100%;
  height: 488px;
  max-width: 488px;
  margin-bottom: 23px;
  border: 1px solid rgba(50, 50, 50, 0.08);
  border-radius: 28px;
  background: #fff;
  overflow: hidden;
}

.section_card_prod .single_product__image_slide {
  display: none;
  width: 100%;
  height: 100%;
  padding: 54px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section_card_prod .single_product__image_slide.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section_card_prod .single_product__image_slide img {
  -o-object-fit: contain;
  object-fit: contain;
}

.section_card_prod .single_product__thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
}

.section_card_prod .single_product__thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 96px;
  flex: 0 0 96px;
  width: 96px;
  height: 96px;
  padding: 14px;
  border: 1px solid rgba(50, 50, 50, 0.08);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.section_card_prod .single_product__thumbnail img {
  -o-object-fit: contain;
  object-fit: contain;
}

.section_card_prod .single_product__thumbnail:hover,
.section_card_prod .single_product__thumbnail.is-active {
  border-color: rgba(50, 50, 50, 0.4);
}

.section_card_prod .single_product__summary {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 392px;
  flex: 1 1 392px;
  min-width: 0;
  padding-top: 4px;
}

.section_card_prod .single_product__title {
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 600;
}

.section_card_prod .single_product__short_description {
  padding: 16px 0px 0px;
  border-top: 1px solid rgba(50, 50, 50, 0.1);
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 1.35;
}

.section_card_prod .single_product__cart {
  margin-bottom: 36px;
}

.section_card_prod .single_product__buy_row {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.section_card_prod .single_product__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.section_card_prod .single_product__quantity_label {
  font-size: 14px;
  font-weight: 600;
}

.section_card_prod .single_product__quantity_controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  border: 1px solid rgba(50, 50, 50, 0.1);
  border-radius: 6px;
  overflow: hidden;
}

.section_card_prod .single_product__quantity_controls button {
  width: 34px;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.section_card_prod .single_product__quantity_controls button:hover {
  background: rgba(50, 50, 50, 0.06);
}

.section_card_prod .single_product__quantity_controls button:disabled {
  opacity: 0.4;
  cursor: default;
}

.section_card_prod .single_product__quantity_controls input {
  width: 40px;
  border-right: 1px solid rgba(50, 50, 50, 0.1);
  border-left: 1px solid rgba(50, 50, 50, 0.1);
  border-top: none;
  border-bottom: none;
  text-align: center;
  font-size: 16px;
  -moz-appearance: textfield;
}

.section_card_prod .single_product__quantity_controls input::-webkit-outer-spin-button,
.section_card_prod .single_product__quantity_controls input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.section_card_prod .single_product__price {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}

.section_card_prod .single_product__price .product_price {
  font-size: 32px;
}

.section_card_prod .single_product__price .product_curency {
  font-size: 20px;
}

.section_card_prod .single_product__add_to_cart {
  min-width: 124px;
  height: 48px;
  padding: 0 24px;
  border-radius: 28px;
  background: #323232;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.section_card_prod .single_product__add_to_cart:hover {
  background: #111;
}

.section_card_prod .single_product__benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 22px;
}

.section_card_prod .single_product__benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1.3;
}

.section_card_prod .single_product__benefit_icon {
  width: 100%;
  max-width: 26px;
  height: 26px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  background: #323232;
}

.section_card_prod .single_product__benefit_icon img {
  max-width: 16px;
  width: 100%;
  height: 16px;
}

.section_card_prod_info {
  padding: 72px 0px;
  background: #fff;
}

.section_card_prod_info .card_prod__title {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  text-align: center;
  line-height: 1.08;
  font-weight: 600;
  width: 100%;
  margin-bottom: 32px;
}

.section_card_prod_info .card_prod__title span {
  font-style: italic;
  color: rgba(50, 50, 50, 0.5);
}

.section_card_prod_info .product_info_tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(50, 50, 50, 0.15);
}

.section_card_prod_info .product_info_tabs__tab {
  padding: 8px 16px;
  font-family: "Gilroy";
  position: relative;
  color: #323232;
  font-size: 20px;
  white-space: nowrap;
  cursor: pointer;
}

.section_card_prod_info .product_info_tabs__tab::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: transparent;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.section_card_prod_info .product_info_tabs__tab.is-active {
  font-weight: 600;
}

.section_card_prod_info .product_info_tabs__tab.is-active::after {
  background: #323232;
}

.section_card_prod_info .product_info_tabs__panel {
  font-size: 16px;
  line-height: 1.35;
}

.section_card_prod_info .product_info_tabs__panel p {
  margin: 0 0 14px;
}

.section_card_prod_info .product_info_tabs__panel p:last-child {
  margin-bottom: 0;
}

.section_card_prod_info .product_info_tabs__panel br {
  display: block;
  content: "";
  margin: 0 0 10px;
}

.section_card_prod_info .product_info_tabs__panel[hidden] {
  display: none;
}

.section_card_prod_info .product_info_tabs__panel ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
}

.section_card_prod_info .product_info_tabs__panel ul,
.section_card_prod_info .product_info_tabs__panel ol {
  margin: 10px 0 14px;
}

.section_card_prod_info .product_info_tabs__panel h4 {
  font-weight: 600;
  font-size: 18px;
  margin: 18px 0 10px;
}

.section_card_prod_info .product_info_tabs__panel a {
  text-decoration: underline;
}

.section_card_prod_info .product_info_tabs__panel ul li::before {
  content: '';
  display: block;
  max-width: 6px;
  width: 100%;
  height: 6px;
  background: #323232;
  border-radius: 50%;
}

.all_prod_section {
  padding: 72px 0px;
}

.all_prod_section .all_prod_wrap .all_prod_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 32px;
}

.all_prod_section .all_prod_wrap .all_prod_header .all_prod__title {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 600;
  width: 100%;
}

.all_prod_section .all_prod_wrap .all_prod_header .all_prod__title span {
  font-style: italic;
  color: rgba(50, 50, 50, 0.5);
}

.all_prod_section .all_prod_wrap .all_prod_header .fiter_wrap {
  position: relative;
  max-width: 169px;
  width: 100%;
}

.all_prod_section .all_prod_wrap .all_prod_header .fiter_wrap .fiter_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 169px;
  width: 100%;
  height: 40px;
  background: #323232;
  border-radius: 28px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

.all_prod_section .all_prod_wrap .all_prod_header .fiter_wrap .fiter_btn span {
  color: #fff;
  font-size: 14px;
}

.all_prod_section .all_prod_wrap .all_prod_header .fiter_wrap .fiter_btn img {
  max-width: 24px;
  width: 100%;
  height: 24px;
}

.all_prod_section .all_prod_wrap .all_prod_header .fiter_wrap .fiter_list {
  background: #323232;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  position: absolute;
  top: 100%;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.all_prod_section .all_prod_wrap .all_prod_header .fiter_wrap .fiter_list .fiter_item {
  color: #fff;
  width: 100%;
  padding: 12px 16px;
  text-align: start;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.all_prod_section .all_prod_wrap .all_prod_header .fiter_wrap .fiter_list .fiter_item:hover,
.all_prod_section .all_prod_wrap .all_prod_header .fiter_wrap .fiter_list .fiter_item.is-selected {
  background: rgba(255, 255, 255, 0.1);
}

.all_prod_section .all_prod_wrap .all_prod_header .fiter_wrap .fiter_list .fiter_item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.all_prod_section .all_prod_wrap .all_prod_header .fiter_wrap .fiter_list.active {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}

.all_prod_section .all_prod_wrap .all_prod__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 48px;
}

.all_prod_section .all_prod_wrap .all_prod_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 144px) / 4);
  flex: 0 0 calc((100% - 144px) / 4);
  min-width: 0;
  min-height: 456px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid rgba(50, 50, 50, 0.1);
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
}

.all_prod_section .all_prod_wrap .all_prod_item.is-linked {
  cursor: pointer;
}

.all_prod_section .all_prod_wrap .all_prod_item__img {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 243px;
  flex: 0 0 243px;
  height: 243px;
  padding: 20px;
  background: #f4f4f4;
}

.all_prod_section .all_prod_wrap .all_prod_item__img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.all_prod_section .all_prod_wrap .all_prod_item__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
}

.all_prod_section .all_prod_wrap .all_prod_item__title {
  display: block;
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.all_prod_section .all_prod_wrap .all_prod_item__text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.all_prod_section .all_prod_wrap .all_prod_item__old_price {
  -ms-flex-item-align: start;
  align-self: flex-start;
  min-height: 24px;
  margin-bottom: 8px;
  padding: 2px 8px;
  position: relative;
  border: 1px solid rgba(50, 50, 50, 0.5);
  border-radius: 28px;
  color: rgba(50, 50, 50, 0.5);
  font-size: 16px;
  font-weight: 500;
}

.all_prod_section .all_prod_wrap .all_prod_item__old_price::before {
  content: "";
  position: absolute;
  left: 7px;
  right: 7px;
  top: 50%;
  height: 2px;
  background: #e55b68;
  -webkit-transform: rotate(-18deg);
  -ms-transform: rotate(-18deg);
  transform: rotate(-18deg);
}

.all_prod_section .all_prod_wrap .all_prod_item__bottom {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.all_prod_section .all_prod_wrap .all_prod_item__price {
  min-width: 0;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

.all_prod_section .all_prod_wrap .all_prod_item__price ._new_price {
  font-size: 32px;
}

.all_prod_section .all_prod_wrap .all_prod_item__price .new_curency {
  font-size: 29px;
}

.all_prod_section .all_prod_wrap .all_prod_item__btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 101px;
  min-height: 40px;
  padding: 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
  border-radius: 28px;
  background: #323232;
  color: #fff;
  text-decoration: none;
  font-family: inherit;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.all_prod_section .all_prod_wrap .all_prod_item__btn:hover {
  background: #111;
}

.all_prod_section .all_prod_wrap .all_prod_item.is-category-hidden {
  display: none;
}

.all_prod_section .all_prod_wrap .category_prod__empty {
  padding: 40px 24px;
  border: 1px solid rgba(50, 50, 50, 0.1);
  border-radius: 28px;
  color: rgba(50, 50, 50, 0.65);
  font-size: 18px;
  text-align: center;
  background: #fff;
}

.all_prod_section .all_prod_wrap .category_prod__empty[hidden] {
  display: none;
}

.all_prod_section .all_prod_wrap .all_prod_pagination {
  margin-top: 48px;
}

.all_prod_section .all_prod_wrap .all_prod_pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.all_prod_section .all_prod_wrap .all_prod_pagination__list_item {
  display: block;
}

.all_prod_section .all_prod_wrap .all_prod_pagination__item {
  min-width: 24px;
  height: 24px;
  padding: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(50, 50, 50, 0.18);
  border-radius: 14px;
  background: #fff;
  color: #323232;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.all_prod_pagination__link:hover {
  border: 1px solid #323232;
}

.all_prod_section .all_prod_wrap .all_prod_pagination__current {
  min-width: 24px;
  max-width: 24px;
  width: 24px;
  height: 24px;
  padding: 0;
  border-color: #323232;
  background: #323232;
  color: #fff;
}

.all_prod_section .all_prod_wrap .all_prod_pagination__dots {
  border-color: transparent;
  background: transparent;
}

.blog_main .article_pagination,
.all_prod_section .all_prod_wrap .all_prod_pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-top: 56px;
}

.blog_main .article_pagination__item,
.all_prod_section .all_prod_wrap .all_prod_pagination__item {
  min-width: 24px;
  width: 24px;
  height: 24px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: #FAFAFA;
  color: #323232;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease;
}

.blog_main .article_pagination__item:hover,
.all_prod_section .all_prod_wrap .all_prod_pagination__link:hover {
  background: #f3f3f3;
  border: 0;
}

.blog_main .article_pagination__item.is-active,
.blog_main .article_pagination__current,
.all_prod_section .all_prod_wrap .all_prod_pagination__current {
  background: #f7f7f7;
  color: #323232;
}

.blog_main .article_pagination__dots,
.all_prod_section .all_prod_wrap .all_prod_pagination__dots {
  background: #fbfbfb;
  cursor: default;
}

.blog_main .article_pagination__arrow,
.blog_main .article_pagination__link.prev,
.blog_main .article_pagination__link.next,
.all_prod_section .all_prod_wrap .all_prod_pagination__link.prev,
.all_prod_section .all_prod_wrap .all_prod_pagination__link.next {
  min-width: 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: transparent;
}

.blog_main .article_pagination__arrow img,
.blog_main .article_pagination__link.prev img,
.blog_main .article_pagination__link.next img,
.all_prod_section .all_prod_wrap .all_prod_pagination__link.prev img,
.all_prod_section .all_prod_wrap .all_prod_pagination__link.next img {
  width: 100%;
  height: 100%;
  display: block;
}

.blog_main .article_pagination__arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

@media screen and (max-width: 767px) {
  .all_prod_section .all_prod_wrap .all_prod_pagination {
    margin-top: 32px;
  }

  .all_prod_section .all_prod_wrap .all_prod_pagination__list {
    gap: 6px;
  }

  .all_prod_section .all_prod_wrap .all_prod_pagination__item {
    /* min-width: 36px;
    height: 36px; */
    padding: 0 12px;
    /* font-size: 13px; */
  }
}

.questions_main .first__section {
  padding: 72px 0px;
  background: #fff;
}

.questions_main .first__section .first__title {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 600;
  width: 100%;
  margin-bottom: 32px;
}

.questions_main .first__section .first__title span {
  font-style: italic;
  color: rgba(50, 50, 50, 0.5);
}

.questions_main .section_management {
  padding: 72px 0px;
  background: #fff;
}

.questions_main .section_management .management__title {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 600;
  width: 100%;
  margin-bottom: 32px;
}

.questions_main .section_management .management__title span {
  font-style: italic;
  color: rgba(50, 50, 50, 0.5);
}

.questions_main .section_management .management_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
}

.questions_main .section_management .management_list .management_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 220px;
  flex: 1 0 220px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  max-width: 245px;
  width: 100%;
  min-height: 256px;
  border-radius: 16px;
  background: #323232;
  color: #fff;
  padding: 16px;
}

.questions_main .section_management .management_list .management_item ._item_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
}

.questions_main .section_management .management_list .management_item ._item_title span {
  font-weight: 700;
  font-size: 20px;
}

.questions_main .section_management .management_list .management_item ._item_title img {
  max-width: 24px;
  width: 100%;
  height: 24px;
}

.questions_main .section_management .management_list .management_item ._item__text {
  font-size: 14px;
}

.questions_main .section__question {
  scroll-margin-top: 24px;
}

.questions_main .section__question .question__box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.questions_main .section__question .question__box .question_img_block {
  max-width: clamp(354px, 354px + 214 * (100vw - 980px) / 532, 568px);
  width: 100%;
  border-radius: 28px;
  height: clamp(224px, 224px + 136 * (100vw - 980px) / 532, 360px);
  overflow: hidden;
}

.questions_main .section__question .question__box .question_img_block img {
  -o-object-fit: contain;
  object-fit: contain;
}

.questions_main .question_item__title {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 600;
  width: 100%;
  margin-bottom: 32px;
  max-width: 630px;
}

.questions_main .question_item__title span {
  font-style: italic;
  color: rgba(50, 50, 50, 0.5);
}

.contact_main .first__section {
  padding: 72px 0px;
}

.contact_main .first__section .first__title {
  font-family: "Playfair Display", serif;
  font-size: 64px;
  line-height: 1.08;
  font-weight: 600;
  width: 100%;
  margin-bottom: 32px;
}

.contact_main .first__section .first__title span {
  font-style: italic;
  color: rgba(50, 50, 50, 0.5);
}

.contact_main .contact__section {
  padding: 72px 0px 278px;
}

.contact_main .contact__section .contact__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 48px;
  padding: 0px 72px;
}

.contact_main .contact__section .contact__box .contact__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.contact_main .contact__section .contact__box .contact__wrap .contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.contact_main .contact__section .contact__box .contact__wrap .contact__list .contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.contact_main .contact__section .contact__box .contact__wrap .contact__list .contact__item ._item__title {
  font-weight: 600;
}

.contact_main .contact__section .contact__box .contact__wrap .contact__list .contact__item .__item__link,
.contact_main .contact__section .contact__box .contact__wrap .contact__list .contact__item .__item__text {
  font-size: 14px;
}

.contact_main .contact__section .contact__box .contact__form {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 460px;
  flex: 0 1 460px;
  width: 100%;
  min-height: 307px;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 12px;
  background: #323232;
  color: #fff;
}

.contact_main .contact__section .contact__box .contact__form .contact__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 28px;
}

.contact_main .contact__section .contact__box .contact__form .contact__label {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.contact_main .contact__section .contact__box .contact__form .contact__input {
  width: 100%;
  min-height: 36px;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: 8px;
  outline: none;
  background: #f6f6f6;
  color: #323232;
  font-family: inherit;
  font-size: 14px;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.contact_main .contact__section .contact__box .contact__form .contact__input::-webkit-input-placeholder {
  color: rgba(50, 50, 50, 0.28);
}

.contact_main .contact__section .contact__box .contact__form .contact__input::-moz-placeholder {
  color: rgba(50, 50, 50, 0.28);
}

.contact_main .contact__section .contact__box .contact__form .contact__input:-ms-input-placeholder {
  color: rgba(50, 50, 50, 0.28);
}

.contact_main .contact__section .contact__box .contact__form .contact__input::-ms-input-placeholder {
  color: rgba(50, 50, 50, 0.28);
}

.contact_main .contact__section .contact__box .contact__form .contact__input::placeholder {
  color: rgba(50, 50, 50, 0.28);
}

.contact_main .contact__section .contact__box .contact__form .contact__input:focus {
  border-color: rgba(255, 255, 255, 0.55);
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.12);
}

.contact_main .contact__section .contact__box .contact__form .contact__input.is-invalid {
  border-color: #d94a4a;
  -webkit-box-shadow: 0 0 0 1px #d94a4a;
  box-shadow: 0 0 0 1px #d94a4a;
}

.contact_main .contact__section .contact__box .contact__form .contact__phone_field {
  display: flex;
  align-items: center;
  min-height: 36px;
  border-radius: 8px;
  background: #f6f6f6;
  overflow: hidden;
}

.contact_main .contact__section .contact__box .contact__form .contact__phone_field .contact__input {
  min-height: 36px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.contact_main .contact__section .contact__box .contact__form .contact__phone_field:focus-within {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.12);
}

.contact_main .contact__section .contact__box .contact__form .contact__country_select,
.basket_main .basket__country_select {
  flex: 0 0 150px;
  max-width: 150px;
  height: 100%;
  min-height: 36px;
  border: 0;
  border-right: 1px solid rgba(50, 50, 50, 0.12);
  border-radius: 0;
  background: transparent;
  color: #323232;
  font-family: inherit;
  font-size: 12px;
  line-height: 1;
  padding: 0 8px;
  outline: none;
}

.contact_main .contact__form_message {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.35;
}

.contact_main .contact__form_message.is-success {
  color: #167a36;
}

.contact_main .contact__form_message.is-error {
  color: #b42318;
}

.contact_main .contact__section .contact__box .contact__form .contact__required_note {
  margin-top: -18px;
  font-size: 12px;
  line-height: 1.35;
}

.contact_main .contact__section .contact__box .contact__form .contact__submit {
  -ms-flex-item-align: center;
  align-self: center;
  min-width: 135px;
  min-height: 40px;
  margin-top: auto;
  padding: 0 18px;
  border-radius: 28px;
  background: #fff;
  color: #323232;
  font-family: inherit;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.contact_main .contact__section .contact__box .contact__form .contact__submit:hover,
.contact_main .contact__section .contact__box .contact__form .contact__submit:focus-visible {
  background: #ededed;
}

.terms_main .first__section {
  padding: 72px 0px;
  background: #fff;
}

.terms_main .first__section .first__title {
  font-family: "Playfair Display", serif;
  font-size: 64px;
  line-height: 1.08;
  font-weight: 600;
  width: 100%;
  margin-bottom: 32px;
}

.terms_main .first__section .first__title span {
  font-style: italic;
  color: rgba(50, 50, 50, 0.5);
}

.terms_main .section__atantion {
  padding: 72px 0px;
  background: #fff;
}

.terms_main .section__atantion .atantion__title {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin-bottom: 32px;
  padding: 0px 24px;
}

.terms_main .section__atantion .atantion__title span {
  font-style: italic;
  color: rgba(50, 50, 50, 0.5);
}

.terms_main .section__atantion .atantion__wrap {
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
  border-radius: 28px;
  background: #323232;
  color: #fff;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.terms_main .section__atantion .atantion__wrap .atantion__img {
  max-width: 148px;
  width: 100%;
}

.terms_main .section__atantion .atantion__wrap .atantion__text {
  text-align: center;
}

.terms_main .section_supplements {
  padding: 72px 0px;
  background: #fff;
}

.terms_main .section_supplements .supplements__title {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 600;
  width: 100%;
  margin-bottom: 32px;
}

.terms_main .section_supplements .supplements__title span {
  font-style: italic;
  color: rgba(50, 50, 50, 0.5);
}

.terms_main .section_supplements_tabs {
  padding: 72px 0px;
  background: #fff;
}

.terms_main .section_supplements_tabs .supplements_tabs__title {
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
}

.terms_main .section_supplements_tabs .supplements_table_scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 32px;
}

.terms_main .section_supplements_tabs .supplements_table_scroll:focus-visible {
  outline: 2px solid rgba(50, 50, 50, 0.4);
  outline-offset: 3px;
}

.terms_main .section_supplements_tabs .supplements_table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 16px;
  line-height: 1.28;
}

.terms_main .section_supplements_tabs .supplements_table th,
.terms_main .section_supplements_tabs .supplements_table td {
  border: 1px solid rgba(50, 50, 50, 0.35);
}

.terms_main .section_supplements_tabs .supplements_table thead th {
  height: 68px;
  padding: 14px 24px;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
}

.terms_main .section_supplements_tabs .supplements_table tbody th {
  padding: 24px;
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
}

.terms_main .section_supplements_tabs .supplements_table tbody td {
  height: 128px;
  padding: 22px 24px;
  vertical-align: top;
}

.terms_main .section_supplements_tabs .supplements_table tbody td p+p {
  margin-top: 18px;
}

.terms_main .assortment__section .assortment__title {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 600;
  width: 100%;
  margin-bottom: 40px;
  max-width: 793px;
}

.terms_main .assortment__section .assortment__title span {
  font-style: italic;
  color: rgba(50, 50, 50, 0.5);
}

.terms_main .assortment__section .question__box .question__img_wrap {
  max-width: 101px;
  width: 100%;
  height: auto;
  margin: 40px auto;
}

.terms_main .assortment__section .question__box .question__link {
  max-width: 184px;
  width: 100%;
  min-height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 28px;
  background: #323232;
  font-size: 14px;
  color: #fff;
  margin: 32px auto 0px;
}

.terms_main .section_safety {
  padding: 72px 0px;
  background: #fff;
}

.terms_main .section_safety .safety__box {
  width: 100%;
}

.terms_main .section_safety .safety__box .safety__title {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 600;
  width: 100%;
  margin-bottom: 32px;
  max-width: 650px;
}

.terms_main .section_safety .safety__box .safety__title span {
  display: block;
  font-style: italic;
  color: rgba(50, 50, 50, 0.5);
}

.terms_main .section_safety .safety__box .safety_tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  overflow-x: auto;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(50, 50, 50, 0.15);
}

.terms_main .section_safety .safety__box .safety_tabs__tab {
  padding: 8px 16px;
  font-family: "Gilroy";
  position: relative;
  color: #323232;
  font-size: 20px;
  white-space: nowrap;
  cursor: pointer;
}

.terms_main .section_safety .safety__box .safety_tabs__tab::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: transparent;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.terms_main .section_safety .safety__box .safety_tabs__tab.is-active {
  font-weight: 600;
}

.terms_main .section_safety .safety__box .safety_tabs__tab.is-active::after {
  background: #323232;
}

.terms_main .section_safety .safety__box .safety_tabs__panel {
  font-size: 16px;
  line-height: 1.35;
}

.terms_main .section_safety .safety__box .safety_tabs__panel[hidden] {
  display: none;
}

.terms_main .section_safety .safety__box .safety_tabs__panel p {
  margin-bottom: 20px;
}

.terms_main .section_safety .safety__box .safety_tabs__panel ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.terms_main .section_safety .safety__box .safety_tabs__panel ul li {
  position: relative;
  padding-left: 10px;
}

.terms_main .section_safety .safety__box .safety_tabs__panel ul li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #323232;
}

.terms_main .terms_quest .terms_box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.terms_main .terms_quest .terms_box .terms_quest_title {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 600;
  width: 100%;
  margin-bottom: 40px;
  max-width: 527px;
}

.terms_main .terms_quest .terms_box .terms_quest_title span {
  font-style: italic;
  color: rgba(50, 50, 50, 0.5);
}

.about_main .first__section {
  padding: 72px 0px;
  background: #fff;
}

.about_main .first__section .first__title {
  font-family: "Playfair Display", serif;
  font-size: 64px;
  line-height: 1.08;
  font-weight: 600;
  width: 100%;
  margin-bottom: 32px;
}

.about_main .first__section .first__title span {
  font-style: italic;
  color: rgba(50, 50, 50, 0.5);
}

.about_main .about_question .about_question_title {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 600;
  width: 100%;
  margin-bottom: 40px;
}

.about_main .section_standarts {
  padding: 72px 0px;
  background: #fff;
}

.about_main .section_standarts .standarts__title {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 600;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

.about_main .section_standarts .standarts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about_main .section_standarts .standarts__list .standarts__item {
  max-width: 430px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 360px;
  flex: 1 0 360px;
  width: 100%;
}

.about_main .section_standarts .standarts__list .standarts__item .standarts_item_img {
  width: 100%;
  height: 430px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 30px;
}

.about_main .section_standarts .standarts__list .standarts__item .standarts_item_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}

.about_main .section_whyUs {
  padding: 72px 0px;
  background: #fff;
}

.about_main .section_whyUs .whyUs__title {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 600;
  width: 100%;
  margin-bottom: 32px;
}

.about_main .section_whyUs .whyUs__title span {
  font-style: italic;
  color: rgba(50, 50, 50, 0.5);
}

.about_main .section_whyUs .whyUs_text {
  margin-bottom: 32px;
}

.about_main .section_whyUs .whyUs__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 28px;
  max-width: 998px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0px;
}

.about_main .section_whyUs .whyUs__list::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px dashed rgba(50, 50, 50, 0.55);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.about_main .section_whyUs .whyUs__item {
  position: relative;
  width: 50%;
}

.about_main .section_whyUs .whyUs__item::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #323232;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about_main .section_whyUs .whyUs__item:nth-child(odd) {
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-right: 56px;
}

.about_main .section_whyUs .whyUs__item:nth-child(odd)::after {
  right: -12px;
}

.about_main .section_whyUs .whyUs__item:nth-child(even) {
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding-left: 56px;
}

.about_main .section_whyUs .whyUs__item:nth-child(even)::after {
  left: -12px;
}

.about_main .section_whyUs .whyUs_item_title {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}

.about_main .section_whyUs .whyUs_item_text {
  font-size: 16px;
  line-height: 1.3;
}

.about_main .section_community {
  padding: 72px 0px;
  background: #fff;
}

.about_main .section_community .community__title {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 600;
  width: 100%;
  margin-bottom: 32px;
}

.about_main .section_community .community__title span {
  font-style: italic;
  color: rgba(50, 50, 50, 0.5);
}

.about_main .section_community .community__text {
  margin-bottom: 32px;
}

.about_main .section_community .community__link {
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
  background: #323232;
  border-radius: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 38px;
  max-width: 184px;
}

.aplicare_main .first__section {
  padding: 72px 0px;
  background: #fff;
}

.aplicare_main .first__section .first__title {
  font-family: "Playfair Display", serif;
  font-size: 64px;
  line-height: 1.08;
  font-weight: 600;
  width: 100%;
  margin-bottom: 32px;
}

.aplicare_main .first__section .first__title span {
  font-style: italic;
  color: rgba(50, 50, 50, 0.5);
}

.aplicare_main .section__classification {
  padding: 72px 0px;
  background: #fff;
}

.aplicare_main .section__classification .classification__title {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 600;
  width: 100%;
  margin-bottom: 32px;
  max-width: 700px;
}

.aplicare_main .section__classification .classification__title span {
  font-style: italic;
  color: rgba(50, 50, 50, 0.5);
}

.aplicare_main .section__classification .classification_carousel_wrap {
  position: relative;
  padding: 0px 56px;
}

.aplicare_main .section__classification .classification__list {
  margin: 0px;
  overflow: hidden;
}

.aplicare_main .section__classification .classification__list .slick-list {
  overflow: hidden;
}

.aplicare_main .section__classification .classification__list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.aplicare_main .section__classification .classification__list .classification_slide {
  height: auto;
  padding: 0px 16px;
}

.aplicare_main .section__classification .classification__list .classification__item {
  width: 100%;
  height: 100%;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 80px;
  background: #323232;
  border-radius: 16px;
  color: #fff;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 700;
  text-align: left;
  white-space: normal;
  overflow: visible;
  padding: 16px;
}

.aplicare_main .section__classification .classification__list .classification__item p {
  min-width: 0;
  overflow-wrap: break-word;
}

.aplicare_main .section__classification .classification__list .classification__item img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  max-width: 24px;
  width: 100%;
  height: 24px;
}

.aplicare_main .section__classification .classification_carousel_arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  max-width: 24px;
  width: 100%;
  height: 24px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: background 0.3s ease, opacity 0.3s ease;
  transition: background 0.3s ease, opacity 0.3s ease;
  padding: 0px;
}

.aplicare_main .section__classification .classification_carousel_arrow img {
  width: 100%;
  height: 100%;
}

.aplicare_main .section__classification .classification_carousel_arrow.slick-disabled {
  opacity: 0.5;
  cursor: default;
}

.aplicare_main .section__classification .classification_carousel_arrow_prev {
  left: 0px;
}

.aplicare_main .section__classification .classification_carousel_arrow_next {
  right: 0px;
}

.aplicare_main .section__classification .classification_carousel_counter {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  margin-top: 16px;
  color: #323232;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}

.aplicare_main .aplicare_quest .question__box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.aplicare_main .aplicare_quest .question__box .aplicare_quest_title {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 600;
  margin-bottom: 32px;
}

.classification_category_section {
  padding: 72px;
  scroll-margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  background: #fff;
}

.classification_category_section .classification_category_content {
  max-width: 580px;
  width: 100%;
}

.classification_category_section .classification_category_content .__title {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 600;
}

.classification_category_section .classification_category_content .__text {
  margin-bottom: 20px;
}

.classification_category_section .classification_category_content .__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  max-width: 132px;
  width: 100%;
  height: 38px;
  border-radius: 28px;
  background: #323232;
  font-size: 14px;
}

.classification_category_section .classification_category_img {
  max-width: 365px;
  width: 100%;
  height: 365px;
  border-radius: 28px;
  overflow: hidden;
}

.classification_category_section .classification_category_img img {
  -o-object-fit: cover;
  object-fit: cover;
}

.privacy_main .first__section {
  padding: 72px 0px;
}

.privacy_main .first__section .first__title {
  font-family: "Playfair Display", serif;
  font-size: 64px;
  line-height: 1.08;
  font-weight: 600;
  width: 100%;
  margin-bottom: 32px;
}

.privacy_main .first__section .first__title span {
  font-style: italic;
  color: rgba(50, 50, 50, 0.5);
}

.privacy_main .section_info {
  padding: 72px 0px;
}

.privacy_main .section_info .info__title {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 600;
  width: 100%;
  margin-bottom: 32px;
  max-width: 828px;
  width: 100%;
}

.privacy_main .section_info .info__title span {
  font-style: italic;
  color: rgba(50, 50, 50, 0.5);
}

.privacy_main .section_info .info_text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.blog_main .first__section {
  padding: 72px 0px;
}

.blog_main .first__section .first__title {
  font-family: "Playfair Display", serif;
  font-size: 64px;
  line-height: 1.08;
  font-weight: 600;
  width: 100%;
  margin-bottom: 32px;
}

.blog_main .first__section .first__title span {
  font-style: italic;
  color: rgba(50, 50, 50, 0.5);
}

.blog_main .article_section {
  padding: 72px 0px;
}

.blog_main .article_section .article_title {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 600;
  width: 100%;
  margin-bottom: 32px;
}

.blog_main .article_section .article_title span {
  font-style: italic;
  color: rgba(50, 50, 50, 0.5);
}


.blog_main .article_section .article_list {
  display: flex;
  gap: 32px;
}

.blog_main .article_section .article_list .article_item {
  max-width: 318px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog_main .article_section .article_list.slick-initialized {
  gap: 0;
}

.blog_main .article_section .article_list.slick-initialized .article_item {
  margin-right: 32px;
}

.blog_main .article_section .article_list .article_item .article_item_img {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 192px;
  margin-bottom: 16px;
}

.blog_main .article_section .article_list .article_item .article_item_img .article_data {
  position: absolute;
  bottom: 12px;
  right: 12px;
}

.blog_main .article_section .article_list .article_item .article_item_img .article_data span {
  color: #fff;
  font-size: 12px;
}

.blog_main .article_section .article_list .article_item .article_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog_main .all_article_section .article_list .article_item[hidden] {
  display: none;
}

@media screen and (min-width: 768px) {
  .blog_main .all_article_section .article_list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
  }

  .blog_main .all_article_section .article_list .article_item {
    max-width: none;
  }

  .blog_main .all_article_section .article_carousel_arrow {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .blog_main .all_article_section .article_list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.blog_main .article_category_list {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  border-bottom: 1px solid rgba(50, 50, 50, 0.14);
  margin-bottom: 48px;
  overflow-x: auto;
  padding-right: 56px;
  scrollbar-width: none;
  -webkit-mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 72px), transparent 100%);
  mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 72px), transparent 100%);
}

.blog_main .article_category_list::-webkit-scrollbar {
  display: none;
}

.blog_main .article_category_list::after {
  content: "";
  flex: 0 0 96px;
}

.blog_main .article_category_item {
  position: relative;
  flex: 0 0 auto;
  padding: 8px 16px;
  color: #323232;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.blog_main .article_category_item.is-active {
  font-weight: 600;
}

.blog_main .article_category_item.is-active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: #323232;
}

.blog_main .article_section .article_list .article_item .article_item_info .item_info_title {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 600;
}

.blog_main .article_section .article_list .article_item .article_item_info .item_info_text {
  margin-bottom: 24px;
}

.blog_main .article_section .article_list .article_item .article_item_info .item_info_link {
  display: inline-flex;
  gap: 8px;
  padding: 11px 4px;
  align-items: center;
  border-bottom: 1px solid #323232;
}

.blog_main .article_section .article_list .article_item .article_item_info .item_info_link span {
  font-size: 14px;
}

.blog_main .article_section .article_list .article_item .article_item_info .item_info_link img {
  max-width: 24px;
  width: 100%;
  height: 24px;
}

.blog_main .article_carousel_wrap {
  position: relative;
}

.blog_main .article_carousel_arrow {
  position: absolute;
  top: 96px;
  z-index: 4;
  max-width: 24px;
  width: 100%;
  height: 24px;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.blog_main .article_carousel_arrow img {
  width: 100%;
  height: 100%;
}

.blog_main .article_carousel_arrow.slick-disabled {
  opacity: 0.5;
  cursor: default;
}

.blog_main .article_carousel_arrow_prev {
  left: -36px;
}

.blog_main .article_carousel_arrow_next {
  right: -36px;
}


.blog_main .article_section .article_list .article_item .article_item_info {
  .item_info_title {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 600;
  }

  .item_info_text {
    margin-bottom: 24px;
  }

  .item_info_link {
    display: inline-flex;
    gap: 8px;
    padding: 11px 4px;
    align-items: center;
    border-bottom: 1px solid #323232;

    img {
      max-width: 24px;
      width: 100%;
      height: 24px;
    }
  }
}

@media screen and (max-width: 767px) {

  .blog_main .new_article_section,
  .blog_main .popular_article_section,
  .blog_main .all_article_section {
    overflow: visible;
  }

  .blog_main .new_article_section .article_list,
  .blog_main .popular_article_section .article_list,
  .blog_main .all_article_section .article_list {
    display: block;
    margin-right: 0;
    overflow: hidden;
  }

  .blog_main .new_article_section .article_list:not(.slick-initialized),
  .blog_main .popular_article_section .article_list:not(.slick-initialized),
  .blog_main .all_article_section .article_list:not(.slick-initialized) {
    display: flex;
    gap: 24px;
    overflow: hidden;
  }

  .blog_main .new_article_section .article_list .slick-list,
  .blog_main .popular_article_section .article_list .slick-list,
  .blog_main .all_article_section .article_list .slick-list {
    overflow: hidden;
  }

  .blog_main .new_article_section .article_list .slick-track,
  .blog_main .popular_article_section .article_list .slick-track,
  .blog_main .all_article_section .article_list .slick-track {
    display: flex;
  }

  .blog_main .new_article_section .article_list .article_item,
  .blog_main .popular_article_section .article_list .article_item,
  .blog_main .all_article_section .article_list .article_item {
    max-width: none;
    width: min(318px, calc(100vw - 80px));
    margin-right: 32px;
  }

  .blog_main .article_section .article_list .article_item .article_item_img {
    height: auto;
    aspect-ratio: 532 / 322;
    margin-bottom: 20px;
  }

  .blog_main .article_section .article_list .article_item .article_item_info .item_info_title {
    /* font-size: 32px; */
    line-height: 1.14;
    margin-bottom: 8px;
  }

  /* .blog_main .article_section .article_list .article_item .article_item_info .item_info_text {
    font-size: 28px;
    line-height: 1.18;
    margin-bottom: 48px;
  } */

  /* .blog_main .article_section .article_list .article_item .article_item_info .item_info_link {
    font-size: 24px;
    gap: 18px;
    padding: 12px 8px 12px;
  } */

  .blog_main .article_carousel_arrow {
    display: none !important;
  }

  .blog_main .article_category_list {
    gap: 12px;
    margin-bottom: 32px;
    padding-right: 72px;
  }

  .blog_main .article_category_list::after {
    flex-basis: 180px;
  }

  /* .blog_main .article_category_item {
    padding: 0 18px 14px;
    font-size: 28px;
  } */

  .blog_main .article_pagination,
  .all_prod_section .all_prod_wrap .all_prod_pagination__list {
    display: flex;
    gap: 8px;
    margin-top: 40px;
  }

  .blog_main .article_pagination__item,
  .all_prod_section .all_prod_wrap .all_prod_pagination__item {
    /* min-width: 52px;
    width: 52px;
    height: 52px; */
    padding: 0;
    /* font-size: 28px; */
  }

  /* .blog_main .article_pagination__arrow,
  .all_prod_section .all_prod_wrap .all_prod_pagination__link.prev,
  .all_prod_section .all_prod_wrap .all_prod_pagination__link.next {
    min-width: 48px;
    width: 48px;
    height: 48px;
  } */

  .blog_main .all_article_section .article_list .article_item .article_item_info .item_info_title {
    font-size: 20px;
    line-height: 1.14;
  }

  /* .blog_main .all_article_section .article_list .article_item .article_item_info .item_info_text {
    font-size: 28px;
    line-height: 1.18;
    margin-bottom: 48px;
  } */

  .blog_main .all_article_section .article_list .article_item .article_item_info .item_info_link {
    font-size: 24px;
    gap: 18px;
    padding: 12px 8px 12px;
  }
}




/* .blog_main .article_section  */

/* ----------------------------- */

.article_page_main .first__section {
  padding: 72px 24px;
  max-width: 948px;
  width: 100%;
  margin: 0 auto;
}

.article_page_main .first__section .first__box .first__title {
  font-family: "Playfair Display", serif;
  font-size: 64px;
  line-height: 1.08;
  font-weight: 600;
  width: 100%;
  margin-bottom: 32px;
  text-align: center;
}

.article_page_main .first__section .first__box .first__title span {
  font-style: italic;
  color: rgba(50, 50, 50, 0.5);
}


.article_page_main .first__section .first__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;

  .autor {
    font-weight: 700;
    margin-bottom: 4px;
  }

  .date {
    font-size: 14px;
  }
}

.article_page_main .main_baner {
  width: 100%;
  height: 360px;
  margin-bottom: 32px;

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

.article_page_main .article_page_text {
  max-width: 948px;
  padding: 0px 24px;
  width: 100%;
  margin: 0 auto;

  strong {
    font-weight: 600;
    margin-bottom: 12px;
  }

  ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 32px;
  }

  ul li {
    color: #323232;
    opacity: .5;
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 0px 0px 0px 16px;
  }

  ul li::before {
    content: '';
    display: block;
    max-width: 6px;
    width: 100%;
    height: 6px;
    border-radius: 50%;
    background: #323232;
    opacity: .5;
  }

  p:not(:last-child) {
    margin-bottom: 24px;
  }
}



/* ----------------------------- */
.eror_main .first__section {
  padding: 160px 0px;
}

.eror_main .first__section .first__title {
  font-size: 128px;
  font-family: "Playfair Display", serif;
  margin-bottom: 32px;
  text-align: center;
  line-height: 1.08;
  font-weight: 700;
}

.eror_main .first__section .first__text {
  text-align: center;
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}

.thank-you_main .first__section {
  padding: 72px 0px;
}

.thank-you_main .first__section .first__title {
  font-family: "Playfair Display", serif;
  font-size: 120px;
  line-height: 1.08;
  font-weight: 600;
  width: 100%;
  margin: 0 auto 32px;
  text-align: center;
  max-width: 694px;
  width: 100%;
}

.thank-you_main .first__section .first__title span {
  font-style: italic;
  color: rgba(50, 50, 50, 0.5);
}

.thank-you_main .first__section .first__text {
  text-align: center;
  width: 100%;
  margin: 0 auto 32px;
}

.thank-you_main .first__section .first__link {
  max-width: 108px;
  width: 100%;
  margin: 0 auto;
  height: 40px;
  background: #323232;
  color: #fff;
  border-radius: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.basket_main .first__section {
  padding: 72px 0px 0px 0px;
}

.basket_main .first__section .first__title {
  font-family: "Playfair Display", serif;
  font-size: 64px;
  line-height: 1.08;
  font-weight: 600;
  width: 100%;
}

.basket_main .first__section .first__title span {
  font-style: italic;
  color: rgba(50, 50, 50, 0.5);
}

.basket_main .basket_section {
  padding: 72px 0px;
}

.basket_main .woocommerce {
  max-width: 1051px;
  width: 100%;
  margin: 0 auto;
}

.basket_main .woocommerce table.shop_table {
  border: 1px solid rgba(50, 50, 50, 0.12);
  border-radius: 8px;
  overflow: hidden;
}

.basket_main .woocommerce table.shop_table th,
.basket_main .woocommerce table.shop_table td {
  border-top: 1px solid rgba(50, 50, 50, 0.12);
  padding: 16px;
}

.basket_main .woocommerce table.shop_table th {
  font-weight: 600;
}

.basket_main .woocommerce a {
  color: #323232;
}

.basket_main .woocommerce .button,
.basket_main .woocommerce button.button,
.basket_main .woocommerce a.button {
  min-height: 44px;
  padding: 12px 20px;
  border-radius: 100px;
  border: 1px solid #323232;
  background: #323232;
  color: #fff;
  font-weight: 600;
}

.basket_main .woocommerce .coupon .input-text {
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(50, 50, 50, 0.18);
  border-radius: 100px;
}

.basket_main .basket__layout {
  max-width: 1051px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px;
}

.basket_main .basket__main_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 594px;
  flex: 1 1 594px;
  max-width: 594px;
  min-width: 0;
}

.basket_main .basket__form {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 395px;
  flex: 0 1 395px;
  max-width: 395px;
  width: 100%;
  padding-right: 32px;
  border-right: 1px solid rgba(50, 50, 50, 0.12);
}

.basket_main .basket__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.basket_main .basket__field+.basket__field {
  margin-top: 16px;
}

.basket_main .basket__label {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 600;
}

.basket_main .basket__input {
  width: 100%;
  height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(50, 50, 50, 0.12);
  border-radius: 4px;
  background: #f5f5f5;
  color: #323232;
  font-size: 14px;
  -webkit-transition: border-color 0.2s ease, background 0.2s ease;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.basket_main .basket__input::-webkit-input-placeholder {
  color: rgba(50, 50, 50, 0.22);
}

.basket_main .basket__input::-moz-placeholder {
  color: rgba(50, 50, 50, 0.22);
}

.basket_main .basket__input:-ms-input-placeholder {
  color: rgba(50, 50, 50, 0.22);
}

.basket_main .basket__input::-ms-input-placeholder {
  color: rgba(50, 50, 50, 0.22);
}

.basket_main .basket__input::placeholder {
  color: rgba(50, 50, 50, 0.22);
}

.basket_main .basket__input:focus {
  outline: none;
  border-color: rgba(50, 50, 50, 0.45);
  background: #fff;
}

.basket_main .basket__required_note {
  margin-top: 8px;
  margin-bottom: 16px;
  color: rgba(50, 50, 50, 0.75);
  font-size: 12px;
  line-height: 1.35;
}

.basket_main .basket__phone_field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 36px;
  border: 1px solid rgba(50, 50, 50, 0.12);
  border-radius: 4px;
  background: #f5f5f5;
  overflow: hidden;
}

.basket_main .basket__phone_field .basket__input {
  height: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding-left: 12px;
}

.basket_main .basket__country_flag {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 29px;
  height: 22px;
  margin-left: 8px;
  border-radius: 2px;
  overflow: hidden;
}

.basket_main .basket__country_flag span {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.basket_main .basket__flag_blue {
  background: #0046ad;
}

.basket_main .basket__flag_yellow {
  background: #f7d116;
}

.basket_main .basket__flag_red {
  background: #ce1126;
}

.basket_main .basket__summary {
  width: 100%;
  min-width: 0;
}

.basket_main .basket__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(50, 50, 50, 0.12);
}

.basket_main .basket__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.basket_main .basket__remove {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.basket_main .basket__remove::before,
.basket_main .basket__remove::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: rgba(50, 50, 50, 0.48);
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.basket_main .basket__remove::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.basket_main .basket__remove::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.basket_main .basket__remove:hover::before,
.basket_main .basket__remove:hover::after {
  background: #323232;
}

.basket_main .basket__product_img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  border-radius: 6px;
  background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.basket_main .basket__product_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 8px;
}

.basket_main .basket__product_title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.basket_main .basket__product_title:hover {
  color: rgba(50, 50, 50, 0.65);
}

.basket_main .basket__product_info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 150px;
}

.basket_main .basket__quantity {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 104px;
  flex: 0 0 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
}

.basket_main .basket__quantity_btn {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(50, 50, 50, 0.55);
  border-radius: 50%;
  background: transparent;
  color: #323232;
  font-size: 18px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}

.basket_main .basket__quantity_btn:hover {
  background: #323232;
  color: #fff;
}

.basket_main .basket__quantity_value {
  min-width: 12px;
  text-align: center;
  font-size: 14px;
}

.basket_main .basket__price {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 98px;
  flex: 0 0 98px;
  text-align: right;
}

.basket_main .basket__current_price {
  font-size: 20px;
  line-height: 1.15;
  font-weight: 600;
  white-space: nowrap;
}

.basket_main .basket__old_price {
  margin-top: 2px;
  color: rgba(50, 50, 50, 0.42);
  font-size: 14px;
  line-height: 1.2;
  text-decoration: line-through;
  white-space: nowrap;
}

.basket_main .basket__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0px 0px;
}

.basket_main .basket__total p {
  font-size: 14px;
  line-height: 1.25;
}

.basket_main .basket__total p:last-child {
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
}

.basket_main .basket__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  margin-top: 36px;
}

.basket_main .basket__submit {
  min-width: 134px;
  height: 40px;
  padding: 0 24px;
  border: 0;
  border-radius: 28px;
  background: #323232;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.basket_main .basket__submit:hover {
  background: #111;
}

.basket_main .basket__continue {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  line-height: 1.25;
}

.basket_main .basket__continue img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.basket_main .basket__continue:hover span {
  text-decoration: underline;
}



/* -------------------- */
.table-wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 20px 0 24px;
  overflow: visible;
  border: 1px solid rgba(50, 50, 50, 0.16);
  border-radius: 8px;
  background: #fff;
}

.table-wrap__scroll {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 1px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(50, 50, 50, 0.36) rgba(50, 50, 50, 0.08);
  background: linear-gradient(90deg, #fff 30%, rgba(255, 255, 255, 0)), linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 70%) 100% 0, linear-gradient(90deg, rgba(50, 50, 50, 0.16), rgba(50, 50, 50, 0)), linear-gradient(270deg, rgba(50, 50, 50, 0.16), rgba(50, 50, 50, 0)) 100% 0;
  background-repeat: no-repeat;
  background-size: 42px 100%, 42px 100%, 16px 100%, 16px 100%;
  background-attachment: local, local, scroll, scroll;
}

.table-wrap__scroll::-webkit-scrollbar {
  height: 8px;
}

.table-wrap__scroll::-webkit-scrollbar-track {
  background: rgba(50, 50, 50, 0.08);
  border-radius: 999px;
}

.table-wrap__scroll::-webkit-scrollbar-thumb {
  background: rgba(50, 50, 50, 0.36);
  border-radius: 999px;
}

.table-wrap:focus,
.table-wrap__scroll:focus {
  outline: 2px solid rgba(50, 50, 50, 0.35);
  outline-offset: 3px;
}

.table-wrap__hint {
  position: sticky;
  left: 0;
  z-index: 2;
  display: none;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 9px 12px;
  color: rgba(50, 50, 50, 0.72);
  background: rgba(255, 255, 255, 0.96);
  font-size: 13px;
  line-height: 1.3;
  white-space: nowrap;
}

.table-wrap__hint::after {
  content: "";
  flex: 0 0 28px;
  width: 28px;
  height: 8px;
  background: linear-gradient(90deg, rgba(50, 50, 50, 0.16), rgba(50, 50, 50, 0.8));
  clip-path: polygon(0 37%, 74% 37%, 74% 0, 100% 50%, 74% 100%, 74% 63%, 0 63%);
  animation: table-scroll-hint 1.35s ease-in-out infinite;
}

.table-wrap__scroll table,
.normal-values-table {
  display: table;
  width: max(100%, 760px);
  min-width: 760px;
  border-collapse: separate;
  border-spacing: 0;
  border: 0;
  table-layout: auto;
  color: #323232;
}

.table-wrap__scroll table thead,
.normal-values-table thead {
  display: table-header-group;
}

.table-wrap__scroll table tbody,
.normal-values-table tbody {
  display: table-row-group;
}

.table-wrap__scroll table tr,
.normal-values-table tr {
  display: table-row;
}

.table-wrap__scroll table th,
.table-wrap__scroll table td,
.normal-values-table th,
.normal-values-table td {
  display: table-cell;
  min-width: 160px;
  height: 58px;
  border-right: 1px solid rgba(50, 50, 50, 0.32);
  border-bottom: 1px solid rgba(50, 50, 50, 0.32);
  padding: 18px 16px;
  font-size: 16px;
  line-height: 1.35;
  vertical-align: top;
  background: #fff;
  word-break: normal;
  overflow-wrap: anywhere;
  white-space: normal;
}

.table-wrap__scroll table th:first-child,
.table-wrap__scroll table td:first-child,
.normal-values-table th:first-child,
.normal-values-table td:first-child {
  border-left: 0;
}

.table-wrap__scroll table tr:first-child th,
.table-wrap__scroll table tr:first-child td,
.normal-values-table tr:first-child th,
.normal-values-table tr:first-child td {
  border-top: 0;
}

.table-wrap__scroll table th:last-child,
.table-wrap__scroll table td:last-child,
.normal-values-table th:last-child,
.normal-values-table td:last-child {
  border-right: 0;
}

.table-wrap__scroll table tbody tr:last-child td,
.normal-values-table tbody tr:last-child td {
  border-bottom: 0;
}

.table-wrap__scroll table th,
.normal-values-table th {
  height: 68px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  background: #f7f7f4;
}

@media screen and (max-width: 767px) {
  .table-wrap {
    width: calc(100% + 24px);
    margin: 16px -24px 22px 0;
    border-radius: 6px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .table-wrap__hint {
    display: inline-flex;
    padding: 8px 12px;
    font-size: 12px;
  }

  .table-wrap__scroll table,
  .normal-values-table {
    width: 680px;
    min-width: 680px;
  }

  .table-wrap__scroll table th,
  .table-wrap__scroll table td,
  .normal-values-table th,
  .normal-values-table td {
    min-width: 140px;
    height: 52px;
    padding: 14px 12px;
    font-size: 14px;
    line-height: 1.35;
  }

  .table-wrap__scroll table th,
  .normal-values-table th {
    height: 56px;
  }
}

@-webkit-keyframes table-scroll-hint {

  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(6px);
  }
}

@keyframes table-scroll-hint {

  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(6px);
  }
}

.table-wrap__scroll table td:first-child,
.normal-values-table td:first-child {
  text-align: center;
}

.table-wrap__scroll table td:not(:first-child),
.normal-values-table td:not(:first-child) {
  text-align: left;
}

/* -------------------- */


@-webkit-keyframes tabs-scroll-hint {

  0%,
  100% {
    -webkit-transform: translateX(0) rotate(45deg);
    transform: translateX(0) rotate(45deg);
  }

  50% {
    -webkit-transform: translateX(4px) rotate(45deg);
    transform: translateX(4px) rotate(45deg);
  }
}

@keyframes tabs-scroll-hint {

  0%,
  100% {
    -webkit-transform: translateX(0) rotate(45deg);
    transform: translateX(0) rotate(45deg);
  }

  50% {
    -webkit-transform: translateX(4px) rotate(45deg);
    transform: translateX(4px) rotate(45deg);
  }
}

@media screen and (max-width: 1280px) {
  .first_main .first__section .first_product_slick_wrap .slick_content {
    left: 48px;
    bottom: 112px;
  }

  .first_main .first__section .first_product_controls {
    left: 48px;
  }

  .first_main .first__section .first_all_prod .all_prod_content {
    padding: 42px;
  }

  .section_product_list .product_carousel_arrow_prev {
    left: -10px;
  }

  .section_product_list .product_carousel_arrow_next {
    right: -10px;
  }

  .all_prod_section .all_prod_wrap .all_prod__list {
    gap: 24px;
  }

  .all_prod_section .all_prod_wrap .all_prod_item {
    -ms-flex-preferred-size: calc((100% - 72px) / 4);
    flex-basis: calc((100% - 72px) / 4);
  }
}

@media screen and (max-width: 1240px) {
  .footer .footer__box .footer_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer .footer__box .footer_main {
    gap: 48px;
  }

  .footer .footer__box .footer_main .footer__nav_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer .footer__box .footer_main .footer__nav_list {
    gap: 48px;
  }
}

@media screen and (max-width: 1024px) {
  .wrapper {
    padding: 0px;
  }

  .header .header_box .header__nav .header__list {
    display: none;
  }

  .header .header_box .header_right_block .burger_btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header .header_box {
    padding: 16px 24px;
  }

  .section_product_list {
    padding: 56px 0px;
  }

  .section_product_list .product__header {
    gap: 2px;
  }

  .section_product_list .product_carousel_wrap {
    overflow: hidden;
    margin: 0 -24px;
  }

  .section_product_list .product_carousel_wrap .product_carousel {
    overflow: visible;
  }

  .section_product_list .product_card {
    min-height: 500px;
  }

  .section_product_list .product_card__img {
    height: 278px;
  }

  .section_product_list .product_carousel_arrow_prev {
    left: 14px;
  }

  .section_product_list .product_carousel_arrow_next {
    right: 14px;
  }

  .section__category {
    padding: 0 0 56px;
  }

  .section__category .category__header {
    gap: 20px;
  }

  .section__category .category__title {
    font-size: 34px;
  }

  .section__category .category_slider {
    gap: 16px;
  }

  .section__category .category_card {
    -ms-flex-preferred-size: calc((100% - 32px) / 3);
    flex-basis: calc((100% - 32px) / 3);
    height: 210px;
  }

  .all_prod_section .all_prod_wrap .all_prod_item {
    -ms-flex-preferred-size: calc((100% - 24px) / 2);
    flex-basis: calc((100% - 24px) / 2);
  }

  .section_card_prod .single_product {
    gap: 40px;
  }

  .section_card_prod .single_product__main_image {
    height: 420px;
  }

  .section_card_prod .single_product__image_slide {
    padding: 40px;
  }

  .first_main .first__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .first_main .first__section .first_product_slick_wrap,
  .first_main .first__section .first_all_prod {
    max-width: 100%;
    width: 100%;
    min-height: 0;
  }

  .first_main .first__section .first_product_slick_wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .first_main .first__section .first_product_slick_wrap .slick_banner_wrap {
    min-height: 568px;
  }

  .first_main .first__section .first_product_slick_wrap .slick_content {
    left: 24px;
    right: 24px;
    bottom: 24px;
    max-width: none;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .first_main .first__section .first_product_slick_wrap .slick__title {
    font-size: 48px;
    line-height: 0.95;
    margin-bottom: 4px;
  }

  .first_main .first__section .first_product_slick_wrap .slick__text {
    font-size: 16px;
    line-height: 1.25;
    max-width: 350px;
    margin: 0 auto 20px;
  }

  .first_main .first__section .first_product_controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 24px;
    right: 24px;
    bottom: auto;
    top: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .first_main .first__section .first_product_controls .first_product_arrow {
    display: none !important;
  }

  /* .first_main .first__section .first_product_controls .first_product_separator {
    width: 14px;
    height: 2px;
    background: #323232;
    border-radius: 12px;
  } */

  .first_main .first__section .first_product_slick_wrap .slick__link {
    max-width: none;
    min-height: 38px;
    max-width: 354px;
  }

  .first_main .first__section .first_title_wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-width: none;
    max-height: none;
    border-radius: 24px;
    padding: 25px 24px 27px;
    margin-top: 0;
    z-index: 3;
  }

  .first_main .first__section .first_title_wrap .first__title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 32px;
  }

  .first_main .first__section .first_title_wrap .main__info_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
  }

  .first_main .first__section .first_title_wrap .main__info_wrap .main_info_item {
    min-height: 44px;
    padding: 4px 14px 4px 4px;
    gap: 10px;
  }

  .first_main .first__section .first_title_wrap .main__info_wrap .main_info_item .info_icon {
    max-width: 36px;
    height: 36px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
  }

  .first_main .first__section .first_title_wrap .main__info_wrap .main_info_item .info__text {
    font-size: 14px;
    line-height: 1.2;
    white-space: nowrap;
  }

  .first_main .first__section .first_all_prod {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .first_main .first__section .first_all_prod .all_prod_content {
    padding: 24px;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0)), to(rgba(50, 50, 50, 0.76)));
    background: linear-gradient(180deg, rgba(50, 50, 50, 0) 0%, rgba(50, 50, 50, 0.76) 100%);
  }

  .first_main .first__section .first_all_prod .all_prod_content .all_prod__title {
    font-size: 40px;
    margin-bottom: 8px;
  }

  .first_main .first__section .first_all_prod .all_prod_content .all_prod__text {
    font-size: 14px;
    line-height: 1.35;
    margin-bottom: 22px;
  }

  .first_main .first__section .first_all_prod .all_prod_content .all_prod__link {
    max-width: none;
    min-height: 38px;
  }

  .first_main .first__section .first_all_prod .all_prod_baner {
    max-height: 358px;
    margin-top: -1px;
  }

  .first_main .first__section .first_all_prod .all_prod_baner img {
    -o-object-position: center top;
    object-position: center top;
    max-height: 358px;
  }

  .first_main .first__section .first_all_prod .all_prod_baner {
    max-height: 358px;
  }
}

@media screen and (max-width: 980px) {
  .basket_main .basket__layout {
    max-width: 560px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }

  .basket_main .basket__main_col {
    display: contents;
  }

  .basket_main .basket__summary {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }

  .basket_main .basket__form {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }

  .basket_main .basket__actions {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin-top: 0;
  }

  .section__question .question__box {
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section_card_prod {
    padding: 40px 0 48px;
  }

  .section_card_prod .single_product {
    max-width: 600px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section_card_prod .single_product__gallery,
  .section_card_prod .single_product__summary {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
  }

  .section_card_prod .single_product__summary {
    padding-top: 0;
  }

  .section_card_prod_info {
    padding: 0 0 48px;
  }

  .section_card_prod_info .product_info_tabs__nav {
    overflow-x: auto;
    padding-bottom: 1px;
    scrollbar-width: none;
  }

  .section_card_prod_info .product_info_tabs__nav::-webkit-scrollbar {
    display: none;
  }

  .section_card_prod .single_product__main_image {
    max-width: 100%;
  }

  .questions_main .section__question .question__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .questions_main .section__question .question_faq_block {
    display: contents;
  }

  .questions_main .section__question .question_item__title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 16px;
  }

  .questions_main .section__question .question_img_block {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .questions_main .section__question .accordion {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .questions_main .section__question .question__box .question_img_block {
    height: auto;
  }

  .questions_main .section__question {
    padding: 24px 0px;
    scroll-margin-top: 80px;
  }

  .contact_main .contact__section .contact__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact_main .contact__section .contact__wrap,
  .contact_main .contact__section .contact__form {
    width: 100%;
  }

  .contact_main .contact__section .contact__form {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 520px;
  }

  .contact_main .contact__section .contact__box .contact__form .contact__submit {
    margin-top: 32px;
  }

  .contact_main .contact__section .contact__box .contact__form {
    -ms-flex: 0 1 338px;
    -webkit-box-flex: 0;
    flex: 0 1 338px;
  }

  .contact_main .contact__section {
    padding: 40px 0px;
  }

  .contact_main .first__section {
    padding: 24px 0px 0px;
  }

  .section__question .question__box .question_left_block {
    margin: 0 auto;
  }

  .section__question .question__box .question_faq_block {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .about_main .section_whyUs .whyUs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 28px;
    padding-right: 42px;
  }

  .about_main .section_whyUs .whyUs__list::before {
    left: auto;
    right: 11px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .about_main .section_whyUs .whyUs__item {
    max-width: none;
    width: 100%;
    padding-left: 0;
    padding-right: 42px;
  }

  .about_main .section_whyUs .whyUs__item:nth-child(odd),
  .about_main .section_whyUs .whyUs__item:nth-child(even) {
    padding-left: 0;
    padding-right: 42px;
  }

  .about_main .section_whyUs .whyUs__item::after,
  .about_main .section_whyUs .whyUs__item:nth-child(odd)::after,
  .about_main .section_whyUs .whyUs__item:nth-child(even)::after {
    top: 50%;
    left: auto;
    right: -42px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .basket_main .basket__form {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

@media screen and (max-width: 767px) {
  .header .header_box .burger .burger_header__nav>.lang_block {
    padding: 16px 24px;
    border-top: 1px solid rgba(51, 34, 51, 0.05);
  }

  .header .header_box .burger .lang_block__toggle {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 600;
  }

  .header .header_box .burger .lang_block__menu {
    position: static;
    min-width: 0;
    margin-top: 12px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .header .header_box .burger .lang_block__menu a {
    padding: 10px 0;
    text-align: left;
  }

  .__container {
    padding: 0px 24px;
  }

  .basket_main .bread_crumbs {
    display: none;
  }

  .basket_main .first__section {
    padding: 24px 0px 28px;
  }

  .basket_main .first__section .first__title {
    font-size: 24px;
    line-height: 1.08;
    margin-bottom: 0;
  }

  .basket_main .basket_section {
    padding: 0px 0px 48px;
  }

  .basket_main .basket__layout {
    max-width: none;
    gap: 54px;
  }

  .basket_main .basket__items {
    gap: 16px;
    padding-bottom: 0;
  }

  .basket_main .basket__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 96px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(50, 50, 50, 0.12);
  }

  .basket_main .basket__item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .basket_main .basket__remove {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: 16px;
  }

  .basket_main .basket__product_img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
  }

  .basket_main .basket__product_info {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
    min-width: 0;
  }

  .basket_main .basket__product_title {
    font-size: 20px;
    line-height: 1.15;
  }

  .basket_main .basket__quantity {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    position: absolute;
    right: 0;
    top: 48px;
    width: 98px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 98px;
    flex: 0 0 98px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
    -ms-flex-item-align: start;
    align-self: start;
    gap: 0;
  }

  .basket_main .basket__price {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 74px;
    flex: 0 0 74px;
    -ms-flex-item-align: start;
    align-self: start;
    min-width: 74px;
  }

  .basket_main .basket__current_price {
    font-size: 20px;
    line-height: 1.1;
  }

  .basket_main .basket__old_price {
    font-size: 14px;
    line-height: 1.1;
  }

  .basket_main .basket__quantity_btn {
    width: 32px;
    height: 32px;
  }

  .basket_main .basket__total {
    padding: 20px 0px 0px;
  }

  .basket_main .basket__total p {
    font-size: 16px;
    line-height: 1.25;
  }

  .basket_main .basket__total p:last-child {
    font-size: 20px;
  }

  .basket_main .basket__form {
    margin-top: 0;
  }

  .basket_main .basket__field+.basket__field {
    margin-top: 18px;
  }

  .basket_main .basket__required_note {
    margin-top: 8px;
    margin-bottom: 18px;
  }

  .basket_main .basket__actions {
    gap: 20px;
    margin-top: 0;
  }

  .basket_main .basket__submit {
    min-width: 134px;
  }

  .first_main .first__section {
    margin-bottom: 24px;
  }

  .section_product_list {
    padding: 24px 0px;
  }

  .section_product_list .product__header .product_title_wrap .product__title {
    font-size: 24px;
  }

  .section_product_list .product__header .product_title_wrap {
    max-width: 230px;
  }

  .section_product_list .product_carousel_wrap {
    padding: 0px 0px 0px 48px;
  }

  .section_product_list .product_carousel_wrap .product_carousel .product_slide {
    width: min(301px, 100vw - 64px);
  }

  .section__category {
    padding: 24px 0px;
  }

  .section__category .category__header {
    margin-bottom: 18px;
  }

  .section__category .category__title {
    font-size: 24px;
    line-height: 1.08;
  }

  .section__category .category__title br {
    display: none;
  }

  .section__category .category__more_desktop {
    display: none;
  }

  .section__category .category__more_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 28px;
  }

  .section__category .category_carousel_wrap {
    overflow: hidden;
    margin: 0 -24px;
    padding-left: 24px;
  }

  .section__category .category_slider {
    display: block;
    margin: 0 -8px;
  }

  .section__category .category_slider .slick-list {
    overflow: visible;
  }

  .section__category .category_slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .section__category .category_slider .slick-slide {
    height: auto;
    padding: 0 8px;
  }

  .section__category .category_slider .slick-slide>div+div {
    margin-top: 16px;
  }

  .section__category .category_card {
    width: 100%;
    height: 200px;
    border-radius: 24px;
  }

  .section__category .category_card__title {
    font-size: 16px;
  }

  .section__category .category_carousel_arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  .section__category .category_carousel_arrow.slick-disabled {
    opacity: 0.5;
  }

  .section__category .category_carousel_arrow_prev {
    left: 10px;
  }

  .section__category .category_carousel_arrow_next {
    right: 10px;
  }

  .reviews__section .reviews__list {
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .reviews__section {
    padding: 24px 0px;
  }

  .reviews__section .reviews__title {
    font-size: 24px;
  }

  .reviews__section .reviews__list .reviews_item {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .section__about {
    padding: 24px 0px;
  }

  .section__about .about__title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .section__brand {
    padding: 24px 0px;
  }

  .section__brand .brand_title {
    font-size: 24px;
    margin: 0 auto 16px;
  }

  .section__brand .brand__list .brand__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 160px;
    flex: 1 1 160px;
  }

  .section__brand .brand__list .brand__item {
    padding: 16px;
  }

  .section__question {
    padding: 24px 0px;
  }

  .section__question .question__box .question_left_block,
  .section__question .question__box .question_faq_block {
    max-width: 100%;
  }

  .section__question .question__box .question_left_block .question__title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .accordion .accordion__trigger {
    min-height: 46px;
    font-size: 17px;
    gap: 12px;
  }

  .accordion .accordion__content {
    padding-right: 28px;
  }

  .footer .footer__box .fotter_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer .footer__box .fotter_bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
  }

  .footer {
    padding: 0px 0px 24px 0px;
  }

  .section__question .question__box .question_faq_block {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .footer .footer__box .footer_main {
    padding: 24px 0px 0px 0px;
  }

  .produce_main .first__section .first__bg_wrap .produce_main_pc {
    display: none;
  }

  .produce_main .first__section .first__bg_wrap .produce_main_mob {
    display: block;
  }

  .produce_main .first__section {
    margin-top: -73px;
    height: 100vh;
  }

  .produce_main .first__section .first__contant .first__contant__wrap .first__contant_title {
    font-size: 40px;
    text-align: center;
    margin-bottom: 8px;
  }

  .produce_main .first__section .first__contant .first__contant__wrap .first__contant_text {
    text-align: center;
  }

  .all_prod_section {
    padding: 24px 0px;
  }

  .all_prod_section .all_prod_wrap .all_prod_header {
    margin-bottom: 24px;
    gap: 16px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .all_prod_section .all_prod_wrap .all_prod_header .all_prod__title {
    font-size: 24px;
  }

  .all_prod_section .all_prod_wrap .all_prod_header .fiter_wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 148px;
  }

  .all_prod_section .all_prod_wrap .all_prod_header .fiter_wrap .fiter_btn {
    max-width: 148px;
  }

  .all_prod_section .all_prod_wrap .all_prod__list {
    gap: 16px;
  }

  .all_prod_section .all_prod_wrap .all_prod_item__title {
    font-size: 20px;
  }

  .all_prod_section .all_prod_wrap .all_prod_item__text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }

  .all_prod_section .all_prod_wrap .all_prod_item__btn {
    max-width: 144px;
    width: 100%;
    padding: 0 12px;
  }

  .all_prod_section .all_prod_wrap .all_prod_item__content {
    padding: 12px;
  }

  .all_prod_section .all_prod_wrap .all_prod_item__text {
    margin-bottom: 12px;
  }

  .all_prod_section .all_prod_wrap .all_prod_item__bottom {
    margin-top: 0px;
  }

  .all_prod_section .all_prod_wrap .all_prod_item {
    min-height: auto;
  }

  .header {
    position: fixed;
    z-index: 500;
  }

  .main {
    margin-top: 56px;
  }

  .section_card_prod {
    padding: 24px 0 32px;
  }

  .section_card_prod .single_product {
    gap: 28px;
  }

  .section_card_prod .single_product__main_image {
    height: min(345px, 100vw - 48px);
    margin-bottom: 16px;
    border-radius: 24px;
  }

  .section_card_prod .single_product__image_slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px;
  }

  .section_card_prod .single_product__thumbnails {
    position: relative;
    gap: 8px;
    min-height: 12px;
  }

  .section_card_prod .single_product__thumbnails>.single_product__thumbnail {
    display: none;
  }

  .section_card_prod .single_product__thumbnails .slick-dots {
    position: static;
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
  }

  .section_card_prod .single_product__thumbnails .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0;
  }

  .section_card_prod .single_product__thumbnails .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 50%;
    background: rgba(50, 50, 50, 0.22);
  }

  .section_card_prod .single_product__thumbnails .slick-dots li button::before {
    display: none;
  }

  .section_card_prod .single_product__thumbnails .slick-dots li.slick-active button {
    background: #323232;
  }

  .section_card_prod .single_product__title {
    margin-bottom: 16px;
    text-align: center;
    font-size: 40px;
  }

  .section_card_prod .single_product__short_description {
    margin-bottom: 24px;
  }

  .section_card_prod .single_product__buy_row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
  }

  .section_card_prod .single_product__cart {
    margin-bottom: 28px;
  }

  .section_card_prod .single_product__add_to_cart {
    width: 100%;
  }

  .section_card_prod .single_product__benefits {
    gap: 16px;
  }

  .section_card_prod_info {
    padding: 0 0 32px;
  }

  .section_card_prod_info .product_info_tabs {
    position: relative;
  }

  .section_card_prod_info .product_info_tabs::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 64px;
    height: 42px;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(72%, #fff));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 72%);
  }

  .section_card_prod_info .product_info_tabs::after {
    content: "";
    position: absolute;
    top: 13px;
    right: 8px;
    z-index: 3;
    width: 10px;
    height: 10px;
    pointer-events: none;
    border-top: 1px solid #323232;
    border-right: 1px solid #323232;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: tabs-scroll-hint 1.4s ease-in-out infinite;
    animation: tabs-scroll-hint 1.4s ease-in-out infinite;
  }

  .section_card_prod_info .product_info_tabs__nav {
    gap: 24px;
    margin-bottom: 20px;
    padding-right: 48px;
  }

  .section_card_prod_info .product_info_tabs__tab {
    font-size: 16px;
  }

  .section_card_prod_info .product_info_tabs__panel {
    font-size: 14px;
  }

  .section_card_prod .single_product__main_image {
    max-width: 100%;
  }

  .questions_main .section_management .management_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .questions_main .section_management .management_list .management_item {
    max-width: 100%;
  }

  .questions_main .first__section {
    padding: 24px 0px;
  }

  .questions_main .first__section .first__title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .questions_main .section_management {
    padding: 24px 0px;
  }

  .questions_main .section_management .management__title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .questions_main .section_management .management_list .management_item ._item_title span {
    font-size: 16px;
  }

  .questions_main .section_management .management_list .management_item {
    min-height: 146px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .questions_main .section_management .management_list {
    gap: 16px;
  }

  .questions_main .section__question .question_item__title {
    font-size: 24px;
  }

  .contact_main .first__section,
  .contact_main .contact__section {
    padding: 24px 0px;
  }

  .contact_main .first__section .first__title {
    font-size: 40px;
    margin-bottom: 16px;
  }

  .contact_main .contact__section .contact__box {
    gap: 32px;
  }

  .contact_main .contact__section .contact__form {
    max-width: none;
    min-height: 292px;
    padding: 24px;
  }

  .contact_main .contact__section .contact__box {
    padding: 0px;
  }

  .contact_main .contact__section .contact__box .contact__wrap {
    padding: 0px 24px;
  }

  .contact_main .first__section,
  .contact_main .contact__section {
    padding: 24px 0px 0px;
  }

  .contact_main .contact__section .contact__box .contact__form {
    border-radius: 0px;
    padding: 48px 24px;
  }

  .contact_main .contact__section .contact__box .contact__form .contact__field {
    gap: 4px;
  }

  .terms_main .section__atantion .atantion__wrap {
    border-radius: 0px;
  }

  .terms_main .first__section {
    padding: 24px 0px 20px;
  }

  .terms_main .first__section .first__title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .terms_main .section__atantion {
    padding: 20px 0px 24px;
  }

  .terms_main .section_supplements {
    padding: 24px 0px;
  }

  .terms_main .section_supplements .supplements__title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .terms_main .section_supplements_tabs {
    padding: 0px 0px 24px;
  }

  .terms_main .section_supplements_tabs .supplements_tabs__title {
    margin-bottom: 32px;
    font-size: 20px;
  }

  .terms_main .section_supplements_tabs .supplements_table_scroll {
    margin-right: -24px;
    width: calc(100% + 24px);
    margin-bottom: 16px;
  }

  .terms_main .section_supplements_tabs .supplements_table {
    min-width: 1120px;
  }

  .terms_main .section_supplements_tabs .supplements_table__form {
    width: 184px;
  }

  .terms_main .section_supplements_tabs .supplements_table__usage,
  .terms_main .section_supplements_tabs .supplements_table__recommendations,
  .terms_main .section_supplements_tabs .supplements_table__restrictions {
    width: 312px;
  }

  .terms_main .section_supplements_tabs .supplements_table tbody td {
    height: 128px;
  }

  .terms_main .section_supplements_tabs {
    padding: 24px 0px;
  }

  .terms_main .assortment__section .assortment__title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .terms_main .section_safety {
    padding: 24px 0px;
  }

  .terms_main .section_safety .safety__box .safety__title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .terms_main .section_safety .safety__box .safety_tabs__nav {
    overflow-x: auto;
    gap: 24px;
    margin-bottom: 20px;
    padding-bottom: 1px;
    scrollbar-width: none;
  }

  .terms_main .section_safety .safety__box .safety_tabs__nav::-webkit-scrollbar {
    display: none;
  }

  .terms_main .section_safety .safety__box .safety_tabs__tab {
    padding: 8px 0px;
    font-size: 16px;
  }

  .terms_main .section_safety .safety__box .safety_tabs__panel {
    font-size: 14px;
  }

  .terms_main .section_safety .safety__box .safety_tabs__panel p {
    margin-bottom: 16px;
  }

  .terms_main .section_safety .safety__box .safety_tabs__panel ul {
    gap: 14px;
  }

  .terms_main .terms_quest .terms_box .terms_quest_title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .about_main .first__section {
    padding: 24px 0px;
  }

  .about_main .first__section .first__title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .about_main .about_question .about_question_title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .about_main .section_standarts {
    padding: 24px 0px;
  }

  .about_main .section_standarts .standarts__title {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .about_main .section_standarts .standarts__list .standarts__item .standarts_item_img {
    height: 354px;
  }

  .about_main .section_standarts .standarts__list .standarts__item .standarts_item_img img {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .about_main .section_standarts .standarts__list {
    gap: 30pxs;
  }

  .about_main .section_whyUs {
    padding: 24px 0px;
  }

  .about_main .section_whyUs .whyUs__title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .about_main .section_whyUs .whyUs_text {
    margin-bottom: 32px;
  }

  .about_main .section_whyUs .whyUs__list {
    gap: 26px;
  }

  .about_main .section_whyUs .whyUs_item_title {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .about_main .section_whyUs .whyUs_item_text {
    font-size: 16px;
  }

  .about_main .section_whyUs .whyUs__list {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .about_main .section_community {
    padding: 24px 0px;
  }

  .about_main .section_community .community__title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .about_main .section_community .community__text {
    margin-bottom: 16px;
  }

  .section__about .about__wrap .about__subtitle {
    font-size: 20px;
  }

  .aplicare_main .first__section {
    padding: 24px 0px;
  }

  .aplicare_main .first__section .first__title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .aplicare_main .section__classification {
    padding: 24px 0px;
  }

  .aplicare_main .section__classification .classification__title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .aplicare_main .section__classification .classification_carousel_wrap {
    overflow: visible;
    margin: 0px;
    padding: 0px;
  }

  .aplicare_main .section__classification .classification__list {
    overflow: hidden;
    margin: 0px;
  }

  .aplicare_main .section__classification .classification__list .slick-list {
    overflow: hidden;
  }

  .aplicare_main .section__classification .classification__list .classification_slide {
    padding: 0px 16px;
  }

  .aplicare_main .section__classification .classification__list .classification__item {
    width: 100%;
    max-width: none;
    margin: 0px;
    font-size: 20px;
    background: rgba(50, 50, 50, 0.55);
    padding: 14px 16px;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }

  .aplicare_main .section__classification .classification__list .slick-current .classification__item,
  .aplicare_main .section__classification .classification__list .slick-center .classification__item,
  .aplicare_main .section__classification .classification__list .is-classification-current .classification__item {
    background: #323232;
  }

  .aplicare_main .section__classification .classification_carousel_arrow {
    display: none !important;
  }

  .aplicare_main .section__classification .classification_carousel_counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .classification_category_section {
    padding: 24px;
    scroll-margin-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .classification_category_section .classification_category_content .__link {
    margin: 0 auto;
  }

  .aplicare_main .aplicare_quest .question__box .aplicare_quest_title {
    font-size: 24px;
    margin-bottom: 16px;
    text-align: start;
  }

  .terms_main .section__atantion .atantion__title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .terms_main .assortment__section .question__box .question__link {
    margin: 16px auto 0px;
  }

  .section_card_prod_info .card_prod__title {
    font-size: 24px;
    padding: 16px 0px 0px;
  }

  .privacy_main .first__section .first__title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .privacy_main .first__section {
    padding: 24px 0px;
  }

  .privacy_main .section_info {
    padding: 24px 0px;
  }

  .privacy_main .section_info .info__title {
    font-size: 24px;
  }

  .blog_main .first__section .first__title {
    font-size: 24px;
    margin-bottom: 0px;
  }

  .blog_main .first__section {
    padding: 24px 0px;
  }

  .article_page_main .first__section {
    padding: 24px 24px 0px;
  }

  .article_page_main .first__section .first__title {
    font-size: 24px;
  }

  .thank-you_main .first__section .first__title {
    font-size: 72px;
  }

  .basket_main .first__section {
    padding: 24px 0px 32px;
  }

  .first_main .first__section .first_product_slick_wrap .first_product_slide:after {
    left: 0;
    top: auto;
    bottom: 0;
    height: 400px;
    max-width: 100%;
    background: rgba(50, 50, 50, 8.97);
    background: linear-gradient(0deg, rgba(50, 50, 50, 0.7) 0%, rgba(50, 50, 50, 0) 100%);
  }

  .blog_main .article_section {
    padding: 24px 0px;
  }

  .blog_main .article_section .article_title {
    font-size: 24px;
  }

  .article_page_main .first__section .first__box .first__title {
    font-size: 24px;
  }
}

.cart-drawer-open {
  overflow: hidden;
}

.medioline-cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 1200;
  visibility: hidden;
  pointer-events: none;
}

.medioline-cart-drawer.is-open {
  visibility: visible;
  pointer-events: auto;
}

.medioline-cart-drawer__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(20, 20, 20, 0.42);
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.medioline-cart-drawer.is-open .medioline-cart-drawer__backdrop {
  opacity: 1;
}

.medioline-cart-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(460px, 100%);
  height: 100%;
  background: #fff;
  -webkit-box-shadow: -12px 0 40px rgba(0, 0, 0, 0.12);
  box-shadow: -12px 0 40px rgba(0, 0, 0, 0.12);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

.medioline-cart-drawer.is-open .medioline-cart-drawer__panel {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.medioline-cart-drawer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 32px;
}

.medioline-cart-drawer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e7e7e7;
}

.medioline-cart-drawer__title {
  max-width: 320px;
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.15;
}

.medioline-cart-drawer__close {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #f3f3f3;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.medioline-cart-drawer__close:hover {
  background: #e7e7e7;
}

.medioline-cart-drawer__close span {
  position: absolute;
  top: 19px;
  left: 11px;
  width: 18px;
  height: 2px;
  background: #323232;
}

.medioline-cart-drawer__close span:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.medioline-cart-drawer__close span:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.medioline-cart-drawer__items {
  overflow-y: auto;
  padding: 8px 4px 8px 0;
  scrollbar-width: thin;
}

.medioline-cart-drawer__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 16px 40px 16px 0;
  border-bottom: 1px solid #e7e7e7;
}

.medioline-cart-drawer__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 88px;
  flex: 0 0 88px;
  width: 88px;
  height: 88px;
  overflow: hidden;
  border-radius: 16px;
  background: #f3f3f3;
}

.medioline-cart-drawer__image img {
  -o-object-fit: contain;
  object-fit: contain;
}

.medioline-cart-drawer__item-content {
  min-width: 0;
  padding-top: 4px;
}

.medioline-cart-drawer__item-title {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}

.medioline-cart-drawer__quantity {
  margin-bottom: 6px;
  color: rgba(50, 50, 50, 0.65);
  font-size: 14px;
}

.medioline-cart-drawer__price {
  font-size: 16px;
  font-weight: 700;
}

.medioline-cart-drawer__remove {
  position: absolute;
  top: 16px;
  right: 0;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.2s ease, opacity 0.2s ease;
  transition: background 0.2s ease, opacity 0.2s ease;
}

.medioline-cart-drawer__remove:hover {
  background: #f3f3f3;
}

.medioline-cart-drawer__remove span {
  position: absolute;
  top: 15px;
  left: 9px;
  width: 14px;
  height: 1px;
  background: #323232;
}

.medioline-cart-drawer__remove span:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.medioline-cart-drawer__remove span:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.medioline-cart-drawer__remove.is-loading {
  opacity: 0.35;
  cursor: wait;
}

.medioline-cart-drawer__footer {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid #e7e7e7;
}

.medioline-cart-drawer__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
  font-size: 20px;
}

.medioline-cart-drawer__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 52px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 28px;
  background: #323232;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.medioline-cart-drawer__button:hover {
  background: #111;
}

.medioline-cart-drawer__empty {
  margin: auto;
  color: rgba(50, 50, 50, 0.65);
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 540px) {
  .medioline-cart-drawer__panel {
    width: calc(100% - 16px);
  }

  .medioline-cart-drawer__content {
    padding: 24px 20px;
  }

  .medioline-cart-drawer__header {
    gap: 16px;
    padding-bottom: 20px;
  }

  .medioline-cart-drawer__title {
    font-size: 24px;
  }

  .medioline-cart-drawer__image {
    -ms-flex-preferred-size: 76px;
    flex-basis: 76px;
    width: 76px;
    height: 76px;
    border-radius: 12px;
  }

  .medioline-cart-drawer__item-title {
    font-size: 16px;
  }

  .first_main .first__section .first_product_slick_wrap .slick_banner_wrap {
    min-height: 568px;
  }

  .first_main .first__section .first_product_slick_wrap .slick__title {
    font-size: 48px;
  }

  .first_main .first__section .first_product_slick_wrap .slick__text {
    font-size: 16px;
  }

  .first_main .first__section .first_all_prod .all_prod_content .all_prod__title {
    font-size: 40px;
  }

  .all_prod_section .all_prod_wrap .all_prod_item__img {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 168px;
    flex: 0 0 168px;
    height: 168px;
  }
}