@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --main-gradient: #FF6A00;
  --second-gradient: #FFA000;
}

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html body .bvi-panel.bvi-fixed-top {
  position: absolute;
}

body {
  line-height: 1;
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  background: #fff;
}

img {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.scroll {
  overflow-y: hidden;
}

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;
}

button {
  border: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

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

input[type=number]:focus {
  outline: none;
}

input[type=tel] {
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=text] {
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=tel]:focus {
  outline: none;
}

input[type=text]:focus {
  outline: none;
}

.mf-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #000;
  margin-bottom: 6px;
}
.mf-text .mf-req {
  color: #FF1515;
}
@media (min-width: 1200px) {
  .mf-text {
    font-size: 15px;
  }
}

input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  height: 60px;
  border: 1px solid #D6D6D6;
  line-height: 60px;
  padding: 0px 20px;
  width: 100%;
}

input.wpcf7-not-valid {
  border-color: red;
}

textarea:focus {
  outline: none;
}

textarea {
  border: none;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  resize: none;
}

select {
  outline: none;
}

button {
  border: none;
  outline: none;
  padding: 0px;
}

button:focus {
  border: none;
  outline: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

div {
  -webkit-tap-highlight-color: transparent;
}

input:focus {
  outline: none;
}

.container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 15px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
}

@media (min-width: 768px) {
  .container {
    padding: 0px 30px;
  }
}
@media (min-width: 992px) {
  .container {
    padding: 0px 45px;
  }
}
@media (min-width: 1600px) {
  .container {
    padding: 0px 0px;
    max-width: 1516px;
  }
}
p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
}
@media (min-width: 1200px) {
  p {
    font-size: 16px;
  }
}

b {
  font-weight: 700;
}

strong {
  font-weight: 700;
}

h1 {
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0%;
}
@media (min-width: 768px) {
  h1 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
}
@media (min-width: 768px) {
  h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 32px;
  }
}

.woocommerce-breadcrumb {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0%;
  color: rgba(0, 0, 0, 0.5);
}

.woocommerce-breadcrumb a {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.woocommerce-breadcrumb a:hover {
  color: #000;
}

section {
  padding-top: 32px;
}
@media (min-width: 768px) {
  section {
    padding-top: 48px;
  }
}
@media (min-width: 1200px) {
  section {
    padding-top: 64px;
  }
}

button {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.bttn {
  border: none;
  background: var(--main-gradient);
}
.bttn:hover {
  background: var(--second-gradient);
}

.btn_empty {
  border-radius: 10px;
  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: 0px 15px;
}
.btn_empty span {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  background: var(--main-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.btn_empty:hover {
  -o-border-image: none;
     border-image: none;
  border-color: #fff;
}
@media (min-width: 1200px) {
  .btn_empty {
    padding: 0px 15px;
  }
}

.col-6, .col {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  .col-6, .col {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.fixed_menu {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
  width: calc(100% - 30px);
  max-width: 280px;
  background-color: #fff;
  z-index: 5;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  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;
  height: 62px;
  padding: 0px 10px;
}
.fixed_menu_item {
  width: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  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;
  background: #F8E9F3;
}
.fixed_menu_item.current {
  background: var(--main-gradient);
}
@media (min-width: 576px) {
  .fixed_menu {
    width: 350px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 1200px) {
  .fixed_menu {
    display: none;
  }
}

.card {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.card_wrap {
  flex-grow: 1;
}
.card .bazarow_add_favor {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card .bazarow_add_favor span {
  display: none;
}
.card_wrap {
  position: relative;
}
.card_wrap_fast {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  z-index: -1;
}
.card_wrap_fast img {
  margin-bottom: 4px;
}
.card_wrap_fast span {
  font-weight: 400;
  font-size: 10px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
}

.card_img {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 15px;
  height: 100%;
}

.card_img img {
  width: 100%;
}
.card_body {
  padding: 10px;
}
.card_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card_price_percent {
  display: none;
}
.card_price_current {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #000;
}
.card_price_old {
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0%;
  text-decoration: line-through;
  color: #808080;
  margin-left: 12px;
}
.card h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-top: 7px;
  min-height: 34px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card h4 a {
  color: #000;
}
.card_review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.card_review_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: 9px;
  margin-right: 9px;
}
.card_review_left::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 5px;
  height: 10px;
  width: 1px;
  background-color: #797979;
}
.card_review_left img {
  margin-right: 10px;
}
.card_review_left span {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #000;
}
.card_review_link {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0%;
  text-decoration: underline;
  color: #797979;
}
.card_review_link:hover {
  color: #797979;
  text-decoration: none;
}
.card .add_cart {
  border: none;
  width: auto;
  height: 40px;
  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;
  width: 80px;
  border-radius: 25px;
  margin-top: 14px;
}
.card .add_cart span {
  display: none;
}


.card .backorder {
  width: 100%;
  height: 40px;
  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: 10px;
  margin-top: 14px;
  background: #E5E5E5;
}

.card .backorder span {
  color: #9E9E9E;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
}


@media (min-width: 1200px) {
  .card_body {
    padding: 20px;
  }
  .card_price_percent {
    height: 20px;
    padding: 0px 4px;
    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;
    background: var(--main-gradient);
    border-radius: 50px;
    margin-right: 12px;
  }
  .card_price_percent span {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #fff;
  }
  .card_price_current {
    font-size: 24px;
    line-height: 32px;
  }
  .card_price_old {
    margin-left: 12px;
    font-size: 14px;
  }
  .card h4 {
    font-size: 16px;
    line-height: 24px;
    min-height: 48px;
    margin-top: 12px;
  }
  .card_review {
    margin-top: 12px;
  }
  .card_review_left span {
    font-size: 14px;
  }
  .card_review_link {
    font-size: 14px;
  }
  .card .add_cart {
    height: 48px;
    width: 100%;
    border-radius: 10px;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .card .backorder {
    height: 48px;
    margin-top: 20px;
  }
  .card .backorder span {
    font-size: 16px;
    line-height: 24px;
  }
  .card .add_cart img {
    margin-right: 8px;
  }
  .card .add_cart span {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #fff;
  }
  .card:hover {
    -webkit-box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.12);
  }
  .card:hover .card_wrap_fast {
    opacity: 1;
    z-index: 1;
  }
}

.marquee {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/marquee/back.jpg);
  background-size: cover;
  background-position: 50%;
  height: 40px;
}
.marquee_track {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: scroll 30s linear infinite;
          animation: scroll 30s linear infinite;
}
.marquee_track span {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-right: 26px;
}
@media (min-width: 1200px) {
  .marquee {
    height: 56px;
  }
  .marquee_track span {
    font-size: 20px;
    margin-right: 40px;
  }
}

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.plug {
  height: 40px;
}
@media (min-width: 1200px) {
  .plug {
    height: 56px;
  }
}

.form_hide_input {
  position: absolute;
  z-index: -999;
  visibility: hidden;
  opacity: 0;
}

.main {
  padding-top: 100px;
}
@media (min-width: 1200px) {
  .main {
    padding-top: 100px;
  }
}

sup {
  top: -0.3em;
}

.hidden-xs {
  display: none !important;
}

.product_btn {
  width: 40px;
  height: 40px;
  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: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  cursor: pointer;
}
.product_btn:hover {
  background: var(--main-gradient);
}
.product_btn:hover svg path {
  stroke: #fff;
}
.product_btn.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 1200px) {
  .product_btn {
    width: 50px;
    height: 50px;
  }
}

.back_modal_product {
  position: fixed;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: none;
}
.back_modal_product.active {
  display: block;
}

.footer {
  margin-top: 64px;
  padding-bottom: 90px;
}
.footer_main_left_nav {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer_main_left_nav li {
  width: 50%;
  margin-bottom: 30px;
}
.footer_main_left_nav li.full {
  width: 100%;
}
.footer_main_left_nav li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #000;
  transition: all 0.2s linear;
}

.footer_main_left_nav li a:hover {
  color: var(--main-gradient);
}

.footer_main_left_info {
  margin-top: 50px;
}
.footer_main_left_info_tel {
  font-size: 38px;
  color: #000;
  transition: all 0.2s linear;
}
.footer_main_left_info_tel:hover {
  color: var(--main-gradient);
}
.footer_main_left_info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}
.footer_main_left_info ul li {
  margin-right: 38px;
}
.footer_main_left_adres {
  font-size: 12px;
  margin-top: 26px;
}
.footer_main_right {
  margin-top: 80px;
}
.footer_main_right h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: 0%;
}
.footer_main_right_text {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-top: 12px;
}
.footer_main_right form {
  margin-top: 32px;
}
.footer_main_right form .mf-email {
  margin-top: 15px;
}
.footer_main_right form .mf-phone {
  margin-top: 15px;
}
.footer_main_right form input[type=submit] {
  color: #fff;
  margin-top: 40px;
}
.footer_main_right_politic {
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-top: 8px;
}
.footer_main_right_politic a {
  font-weight: 400;
  color: #000;
}
.footer_main_right_politic a:hover {
  text-decoration: underline;
}
.footer_mid {
  padding: 30px 0px 12px 0px;
  margin-top: 30px;
  border-bottom: 1px solid #D9D9D9;
}
.footer_mid_left {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer_mid_left a img {
  width: 300px;
}
.footer_mid_left ul {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer_mid_left ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-top: 12px;
}
.footer_mid_left ul li a {
  color: #000;
}
.footer_mid_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 12px;
}
.footer_mid_right a {
  width: calc(50% - 6px);
}
.footer_bottom {
  padding-top: 32px;
}
.footer_bottom_left h5 {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
}
.footer_bottom_left ul {
  padding: 10px;
}
.footer_bottom_left ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-top: 12px;
}
.footer_bottom_right {
  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;
  margin-top: 22px;
}
.footer_bottom_right img {
  margin-right: 20px;
  max-height: 35px;
}
.footer_bottom_right img:last-child {
  margin-right: 0px;
}
@media (min-width: 768px) {
  .footer_main {
    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;
  }
  .footer_main_left {
    width: calc(50% - 20px);
  }
  .footer_main_right {
    width: calc(50% - 20px);
    margin-top: 0px;
  }
  .footer_mid {
    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;
  }
  .footer_mid_right a {
    width: auto;
    margin-left: 12px;
  }
  .footer_bottom_left ul {
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_bottom_left ul li {
    margin-right: 32px;
  }
}
@media (min-width: 992px) {
  .footer {
    background-color: #F6F6F6;
    padding-top: 64px;
  }
  .footer-nomargin {
    margin-top: 0px;
  }
  .footer_main_left {
    padding-top: 30px;
  }
  .footer_main_right {
    background-color: #fff;
    border-radius: 24px;
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding-bottom: 20px;
  }
  .footer_main_left {
    width: calc(40% - 40px);
    padding-top: 20px;
  }
  .footer_main_left_nav li a {
    font-size: 18px;
  }
  .footer_main_left_adres {
    font-size: 18px;
  }
  .footer_main_right {
    width: 60%;
    padding: 40px;
  }
  .footer_main_right h3 {
    font-size: 32px;
  }
  .footer_main_right_text {
    font-size: 22px;
  }
  .footer_main_right form {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_main_right form .mf-name {
    width: calc(50% - 10px);
  }
  .footer_main_right form .mf-email {
    width: calc(50% - 10px);
    margin-top: 0px;
  }
  .footer_main_right form .mf-phone {
    width: calc(50% - 10px);
  }
  .footer_main_right form input[type=submit] {
    width: calc(50% - 10px);
  }
  .footer_main_right_politic {
    font-size: 14px;
    width: calc(50% - 10px);
    margin-left: auto;
  }
  .footer_mid {
    border-top: 1px solid #D9D9D9;
    margin-top: 52px;
    padding: 60px 0px;
  }
  .footer_mid_left ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 12px;
  }
  .footer_mid_left ul li {
    margin-top: 0px;
    margin-right: 50px;
  }
  .footer_mid_left ul li:last-child {
    margin-right: 0px;
  }
  .footer_bottom_left ul {
    margin-top: 32px;
  }
  .footer_bottom_left ul li {
    margin-top: 0px;
  }
  .footer_bottom_right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 30px;
  }
  .footer_bottom_right img {
    max-height: none;
  }
}
@media (min-width: 1440px) {
  .footer_main_left_nav li a {
    font-size: 20px;
  }
  .footer_main_left_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer_main_left_info_tel {
    font-size: 32px;
  }
  .footer_main_left_info ul {
    margin-top: 0px;
  }
  .footer_main_left_info ul li {
    margin-right: 0px;
    margin-left: 30px;
  }
  .footer_main_left_adres {
    font-size: 22px;
    line-height: 28px;
    margin-top: 46px;
  }
  .footer_main_right_text {
    margin-top: 30px;
  }
  .footer_bottom {
    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;
  }
  .footer_bottom_right {
    margin-top: 0px;
  }
}

@media (min-width: 1920px) {
  .footer_main_left_info_tel {
    font-size: 40px;
  }
}


.header {
  position: fixed;
  left: 0px;
  background-color: #fff;
  z-index: 6;
  top: 0px;
  width: 100%;
  -webkit-box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.12);
}
.header_top {
  background-color: #FFF8E1;
  height: 40px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header_top_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: space-between;
}
.header_top_wrap_city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_top_wrap_city img {
  margin-right: 10px;
}
.header_top_wrap_city span {
  color: #000;
  transition: all 0.3s linear;
}
.header_top_wrap_city:hover span {
  color: #FF6A00;
}
.header_top_wrap_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_top_wrap_right a {
  display: flex;
  align-items: center;
}

.header_top_wrap_right a img {
  max-width: 24px;
  margin-right: 10px;
}

.header_top_wrap_right a span {
  color: #000;
  transition: all 0.3s linear;
}

.header_top_wrap_right a:hover span {
  color: var(--main-gradient);
}

.header_wrap {
  padding-top: 20px;
  padding-bottom: 12px;
}
.header_wrap_top {
  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;
}
.header_wrap_top_logo img {
  max-width: 210px;
}
.header_wrap_top_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_wrap_top_list a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 18px;
}
.header_wrap_top_list a span {
  display: none;
}
.header_wrap_top_list a .favor-list-wrap {
  position: absolute;
  right: -10px;
  top: -5px;
  width: 22px;
  height: 16px;
  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: 10px;
  background: var(--main-gradient);
}
.header_wrap_top_list a .favor-list-wrap p {
  font-weight: 700;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}
.header_wrap_top_list a .bx-basket {
  position: absolute;
  right: -10px;
  top: -5px;
  width: 22px;
  height: 16px;
  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: 10px;
  background: var(--main-gradient);
}
.header_wrap_top_list a .bx-basket p {
  font-weight: 700;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}
.header_wrap_top_catalog {
  display: none;
}
.header_wrap_top_search {
  display: none;
}
.header_wrap_bottom {
  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;
  margin-top: 12px;
}
.header_wrap_bottom_burger {
  width: 44px;
  height: 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;
  cursor: pointer;
  border-radius: 28px;
  background: var(--main-gradient);
}
.header_wrap_bottom_search {
  width: calc(100% - 60px);
}
.header_wrap_bottom_search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.header_wrap_bottom_search form input {
  height: 32px;
  border: none;
  background-color: #F9F9F9;
  border-radius: 100px;
  line-height: 32px;
  padding: 0px 32px 0px 15px;
  font-size: 12px;
}
.header_wrap_bottom_search form button {
  position: absolute;
  right: 0px;
  top: 0px;
  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;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent;
}
.header_catalog {
  display: none;
}


@media (min-width: 1200px) {
  .header_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header_wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header_wrap_bottom {
    display: none;
  }
  .header_wrap_top_logo img {
    max-width: 300px;
  }
  .header_wrap_top_catalog {
    min-width: 138px;
    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;
    height: 40px;
    padding: 0px 20px;
    border-radius: 28px;
    background: var(--main-gradient);
    cursor: pointer;
  }
  .header_wrap_top_catalog:hover {
    background: var(--second-gradient);
  }
  .header_wrap_top_catalog_img {
    margin-right: 15px;
    width: 22px;
    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;
  }
  .header_wrap_top_catalog img.header_wrap_top_catalog_close {
    display: none;
  }
  .header_wrap_top_catalog span {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #fff;
  }
  .header_wrap_top_catalog.active {
    background: var(--second-gradient);
  }
  .header_wrap_top_catalog.active img.header_wrap_top_catalog_close {
    display: block;
  }
  .header_wrap_top_catalog.active img.header_wrap_top_catalog_burger {
    display: none;
  }
  .header_wrap_top_search {
    display: block;
    width: calc(100% - 820px);
  }
  .header_wrap_top_search form {
    position: relative;
  }
  .header_wrap_top_search form input {
    height: 40px;
    border-radius: 28px;
    line-height: 40px;
    font-size: 14px;
    padding: 0px 50px 0px 20px;
  }
  .header_wrap_top_search form button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 40px;
    width: 40px;
    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;
    background: transparent;
  }
  .header_wrap_top_list a {
    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;
    margin-right: 0px;
    margin-left: 40px;
    position: relative;
  }
  .header_wrap_top_list a.fill svg path {
    stroke: var(--main-gradient)
  }
  .header_wrap_top_list a span {
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #000;
  }
  .header_wrap_top_list a.fill span {
    color: var(--main-gradient);
  }
  .header_wrap_top_list a .favor-list-wrap {
    right: 6px;
  }
  .header_wrap_top_list a .bx-basket {
    right: 0px;
  }
  .header_wrap_top_list a:first-child {
    margin-left: 0px;
  }
  .header_catalog {
    display: none;
    background-color: #fff;
    width: 100%;
    left: 0px;
    top: 114px;
    padding: 30px 0px;
  }
  .header_catalog_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header_catalog_wrap_left {
    width: 320px;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.0509803922);
            box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.0509803922);
    border-radius: 10px;
  }
  .header_catalog_wrap_left ul li {
    margin-top: 20px;
    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;
    opacity: 0.4;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header_catalog_wrap_left ul li:first-child {
    margin-top: 0px;
  }
  .header_catalog_wrap_left ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #000;
  }
  .header_catalog_wrap_left ul li.active {
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header_catalog_wrap_right {
    width: calc(100% - 350px);
    position: relative;
  }
  .header_catalog_wrap_right_item {
    max-height: 460px;
    overflow-y: auto;
    display: none;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.0509803922);
            box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.0509803922);
    background-color: #fff;
    padding: 30px 30px 20px 30px;
    border-radius: 10px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .header_catalog_wrap_right_item.active {
    display: grid;
  }
  .header_catalog_wrap_right_item_col {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .header_catalog_wrap_right_item_block_subtitle {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    line-height: 120%;
    transition: all 0.2s linear;
  }
  .header_catalog_wrap_right_item_block_subtitle:hover {
    color: var(--main-gradient);
  }
  .header_catalog_wrap_right_item_block ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
  }
  .header_catalog_wrap_right_item_block ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #000;
    opacity: 0.4;
    position: relative;
    transition: all 0.2s linear;
  }
  .header_catalog_wrap_right_item_block ul li a:hover {
    opacity: 1;
    color: var(--main-gradient);
  }
  .header_catalog_wrap_right_info {
    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;
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
  .header_catalog_wrap_right_info_tel {
    font-weight: 400;
    font-size: 44px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000;
  }
  .header_catalog_wrap_right_info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_catalog_wrap_right_info ul li {
    margin-left: 30px;
  }
  .header_catalog.active {
    display: block;
  }
}
@media (min-width: 1360px) {
  .header_top_wrap_right ul li {
    margin-left: 20px;
  }
  .header_top_wrap_right_tel {
    margin-left: 20px;
  }
}
@media (min-width: 1440px) {
  .header_top_wrap_right ul li {
    margin-left: 40px;
  }
  .header_top_wrap_right_tel {
    margin-left: 40px;
  }
}


.drodown {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100vh;
  overflow-y: scroll;
  background-color: #fff;
  z-index: 7;
  width: 100%;
  padding: 15px 0px 30px 0px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.drodown_top {
  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;
}
.drodown_top_close {
  width: 44px;
  height: 32px;
  cursor: pointer;
  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;
  background: var(--main-gradient);
  border-radius: 28px;
}
.drodown_top_logo img {
  max-width: 210px;
}
.drodown_cats {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.0509803922);
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
}
.drodown_cats ul li {
  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;
  margin-top: 20px;
}
.drodown_cats ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #000;
}
.drodown_cats ul li span {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #000;
}
.drodown_cats ul li.drop {
  cursor: pointer;
}
.drodown_cats ul li:first-child {
  margin-top: 0px;
}
.drodown_menu {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.0509803922);
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
}
.drodown_menu ul li {
  margin-top: 20px;
}
.drodown_menu ul li:first-child {
  margin-top: 0px;
}
.drodown_menu ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #000;
}
.drodown_footer {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 30px;
}
.drodown_footer_tel {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #000;
}
.drodown_footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.drodown_footer ul li {
  margin-right: 20px;
}
.drodown_item {
  position: fixed;
  left: 0px;
  top: 0px;
  display: none;
  z-index: 2;
  background-color: #fff;
  height: 100vh;
  width: 100%;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.drodown_item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.drodown_item_back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.drodown_item_back img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 12px;
}
.drodown_item_back span {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
}

.drodown_item h3 {
  font-size: 22px;
  margin-top: 20px;
  font-weight: 500;
}

.drodown_item_body {
  padding-bottom: 24px;
}

.drodown_item_body_item {
  margin-top: 24px;
}

.drodown_item_body_item h4 {
  font-size: 18px;
  font-weight: 500;
}

.drodown_item_body_item h4 a {
  color: #000;
  transition: all 0.2s linear;
}

.drodown_item_body_item h4 a:hover {
  color: var(--main-gradient);
}

.drodown_item_body_item ul {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  margin-top: 16px;
}

.drodown_item_body_item ul li a {
  color: #000;
  opacity: 0.4;
  transition: all 0.2s linear;
}

.drodown_item_body_item ul li a:hover {
  color: var(--main-gradient);
  opacity: 1;
}

.drodown.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.drodown.drop .drodown_cats {
  display: none;
}
@media (min-width: 768px) {
  .drodown_item {
    padding: 15px 30px;
  }
  .drodown_item_body {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .drodown_item_body_block {
    width: calc(33.3333333333% - 10.6666666667px);
    margin-right: 16px;
    height: 80px;
  }
  .drodown_item_body_block h4 {
    font-size: 14px;
  }
  .drodown_item_body_block img {
    height: 70px;
  }
  .drodown_item_body_block:nth-child(3n) {
    margin-right: 0px;
  }
}
@media (min-width: 992px) {
  .drodown_item {
    padding: 15px 45px;
  }
  .drodown_item_body_block {
    height: 100px;
  }
  .drodown_item_body_block h4 {
    font-size: 16px;
  }
  .drodown_item_body_block img {
    height: 80px;
  }
}

.main_slider {
  padding-top: 0px;
  position: relative;
}
.main_slider_wrap {
  position: relative;
}
.main_slider_wrap .slick-slide {
  margin: 0px 15px;
}
.main_slider_wrap_item {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.main_slider_wrap_item_back {
  border-radius: 10px;
}
.main_slider_wrap_item_text {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  max-width: 252px;
}
.main_slider_wrap_item_text h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #fff;
}
.main_slider_wrap_item_text p {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #fff;
  margin-top: 10px;
}
.main_slider_wrap_item_back {
  position: relative;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_slider_wrap .slick-dots {
  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;
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main_slider_wrap .slick-dots li {
  width: 12px;
  height: 4px;
  background: rgba(15, 15, 15, 0.26);
  border-radius: 10px;
  margin-left: 8px;
  position: relative;
}
.main_slider_wrap .slick-dots li button {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  opacity: 0;
}
.main_slider_wrap .slick-dots li.slick-active {
  width: 40px;
  background: #fff;
}
.main_slider_wrap .slick-dots li:first-child {
  margin-left: 0px;
}
.main_slider_arrows {
  display: none;
}
@media (min-width: 768px) {
  .main_slider_wrap .slick-slide {
    margin: 0px 30px;
  }
  .main_slider_wrap_item_text {
    left: 30px;
  }
}
@media (min-width: 992px) {
  .main_slider_wrap .slick-slide {
    margin: 0px 45px;
  }
  .main_slider_wrap_item_text {
    left: 45px;
  }
}
@media (min-width: 1200px) {
  .main_slider_wrap_item_back {
    max-width: calc(100% - 66px);
    margin: 0 auto;
  }
  .main_slider_arrows {
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
    width: 100%;
  }
  .main_slider_arrows_btn {
    width: 48px;
    height: 48px;
    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;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.09);
    border-radius: 50%;
    cursor: pointer;
  }
  .main_slider_arrows_btn svg path {
    transition: all 0.2s linear;
  }
  .main_slider_arrows_btn:hover {
    background: #fff;
  }
  .main_slider_arrows_btn:hover svg path {
    stroke: var(--main-gradient);
  }
  .main_slider_arrows_prev {
    left: 65px;
  }
  .main_slider_arrows_next {
    right: 65px;
  }
  .main_slider_wrap .slick-slide {
    margin: 0px 12px;
  }
  .main_slider_wrap_item_text {
    max-width: 372px;
    left: 90px;
  }
  .main_slider_wrap_item_text h3 {
    font-size: 36px;
  }
  .main_slider_wrap_item_text p {
    font-size: 20px;
    margin-top: 14px;
  }
}
@media (min-width: 1600px) {
  .main_slider_wrap_item_back {
    max-width: 1516px;
  }
  .main_slider_arrows_prev {
    left: 30px;
  }
  .main_slider_arrows_next {
    right: 30px;
  }
  .main_slider_wrap_item_text {
    left: 140px;
  }
}

.home_catalog .col-6 {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .home_catalog .col-6 {
    margin-top: 30px;
  }
}

.section_cats .row {
  row-gap: 16px;
}

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

.section_cats_list_item h4 {
  font-weight: 500;
  color: #000;
  text-align: center;
  transition: all 0.2s linear;
}

.section_cats_list_item:hover h4 {
  color: var(--main-gradient);
}

.section_blog .container-section_blog {
  padding: 0px;
}
.section_blog h2 {
  margin-bottom: 15px;
}
.section_blog_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-y: scroll;
  padding: 0px 15px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.section_blog_list::-webkit-scrollbar {
  display: none;
}
.section_blog_list_item {
  display: block;
  background: #F5F5F5;
  border-radius: 20px;
  min-width: 290px;
  margin-right: 15px;
}
.section_blog_list_item_img {
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  height: 160px;
}
.section_blog_list_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.section_blog_list_item_body {
  padding: 15px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.section_blog_list_item_body h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #000;
}
.section_blog_list_item_body p {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #000;
  margin-top: 20px;
  opacity: 0.5;
}
.section_blog_list_item_body_footer {
  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;
  margin-top: 12px;
}
.section_blog_list_item_body_footer_btn {
  height: 50px;
  position: relative;
  border-radius: 10px;
  background: var(--main-gradient);
  padding: 1px;
  width: 160px;
}
.section_blog_list_item_body_footer_btn::after {
  content: "";
  position: absolute;
  inset: 1px; /* отступ внутрь на толщину рамки */
  border-radius: 9px; /* чуть меньше радиус, чтобы повторить форму */
  background: #F5F5F5; /* внутренний фон */
  z-index: 0;
}
.section_blog_list_item_body_footer_btn span {
  position: relative;
  z-index: 2;
}
.section_blog_list_item_body_footer_btn:hover {
  background: #fff;
}
.section_blog_list_item_body_footer_btn:hover::after {
  background: #fff;
}
.section_blog_list_item_body_footer_date {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #000;
}
.section_blog_list_item:hover .section_blog_list_item_img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.section_blog_list_item:last-child {
  margin-right: 0px;
}
@media (min-width: 768px) {
  .section_blog h2 {
    margin-bottom: 30px;
  }
  .section_blog_list {
    padding: 0px 30px;
  }
}
@media (min-width: 992px) {
  .section_blog .container-section_blog {
    padding: 0px 45px;
  }
  .section_blog_list {
    padding: 0px 0px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .section_blog_list_item {
    width: calc(33.3333333333% - 8px);
    margin-right: 12px;
  }
  .section_blog_list_item:nth-child(3n) {
    margin-right: 0px;
  }
}
@media (min-width: 1200px) {
  .section_blog_list_item {
    width: calc(33.3333333333% - 21.3333333333px);
    margin-right: 32px;
  }
  .section_blog_list_item_img {
    height: 220px;
  }
  .section_blog_list_item_body {
    padding: 30px 25px;
  }
  .section_blog_list_item_body h4 {
    font-size: 22px;
  }
  .section_blog_list_item_body p {
    font-size: 14px;
  }
  .section_blog_list_item_body_footer {
    margin-top: 32px;
  }
  .section_blog_list_item_body_footer_btn {
    height: 54px;
    width: 202px;
  }
  .section_blog_list_item_body_footer_btn span {
    font-size: 16px;
  }
  .section_blog_list_item_body_footer_date {
    font-size: 16px;
    display: none;
  }
  .section_blog_list_item:nth-child(3n) {
    margin-right: 0px;
  }
}
@media (min-width: 1440px) {
  .section_blog_list_item_img {
    height: 270px;
  }
  .section_blog_list_item_body_footer_date {
    display: block;
  }
}
@media (min-width: 1600px) {
  .section_blog .container-section_blog {
    padding: 0px 0px;
    max-width: 1516px;
  }
}

.section_empty {
  padding-top: 0px;
}
.section_empty h1 {
  margin-top: 22px;
}
.section_empty_wrap {
  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;
  margin-top: 22px;
}
.section_empty_wrap h2 {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 30px;
}
.section_empty_wrap p {
  color: #383838;
  text-align: center;
  margin-top: 12px;
}
.section_empty_wrap p b {
  font-weight: 700;
}
.section_empty_wrap .bttn {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 22px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0%;
  text-align: center;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .section_empty_wrap h2 {
    font-size: 24px;
  }
  .section_empty_wrap p {
    max-width: 650px;
  }
  .section_empty_wrap .bttn {
    width: 295px;
  }
}
@media (min-width: 992px) {
  .section_empty_wrap h2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .section_empty_wrap {
    margin-top: 78px;
  }
  .section_empty_wrap h2 {
    font-size: 38px;
    margin-top: 38px;
  }
  .section_empty_wrap p {
    margin-top: 22px;
  }
  .section_empty_wrap .bttn {
    margin-top: 52px;
  }
}

.cart {
  padding-top: 0px;
}
.cart h1 {
  margin-top: 22px;
}
.cart_wrap_left_top {
  display: none;
}
.cart_wrap_left .basket-items-list-item-container {
  margin-top: 22px;
  position: relative;
}
.cart_wrap_left .basket-items-list-item-container::after {
  content: "";
  position: absolute;
  left: 0px;
  top: -11px;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.cart_wrap_left .basket-items-list-item-container:first-child::after {
  display: none;
}
.cart_wrap_left .basket-items-list-item-descriptions-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
  padding-right: 30px;
}
.cart_wrap_left .basket-items-list-item-descriptions-inner .basket-item-block-image {
  width: 105px;
  min-width: 105px;
  border-radius: 10px;
  overflow: hidden;
}
.cart_wrap_left .basket-item-block-info {
  margin-left: 15px;
}
.cart_wrap_left .basket-item-block-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart_wrap_left .basket-item-block-price .basket-item-price-current {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart_wrap_left .basket-item-block-price .basket-item-price-current-text {
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0%;
  background: var(--main-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.cart_wrap_left .basket-item-block-price .basket-item-price-current-old {
  margin-left: 12px;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0%;
  text-decoration: line-through;
  color: #000;
  opacity: 0.5;
}
.cart_wrap_left .basket-items-list-item-price.hide_mob {
  display: none;
}
.cart_wrap_left .basket-item-info-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* ограничение в 2 строки */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 8px;
}
.cart_wrap_left .basket-item-info-name a {
  color: #000;
  display: block;
}
.cart_wrap_left .basket-item-block-info_variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}
.cart_wrap_left .basket-item-block-info_variation p {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: rgba(0, 0, 0, 0.5);
  margin-right: 10px;
}
.cart_wrap_left .basket-item-block-info_variation p span {
  color: #000;
}
.cart_wrap_left .basket-items-list-item-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cart_wrap_left .basket-items-list-item-amount .quantity {
  height: 100%;
}

.cart_wrap_left .basket-item-block-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 1px solid #E9EDF2;
  border-radius: 2px;
}
.cart_wrap_left .basket-item-block-amount .basket-item-amount-btn-minus {
  min-width: 34px;
  width: 34px;
  height: 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;
  cursor: pointer;
}
.cart_wrap_left .basket-item-block-amount input {
  border: none;
  padding: 0px;
  height: 28px;
  text-align: center;
  width: 40px;
  min-width: 40px;
  font-size: 14px;
  line-height: 28px;
  border-left: 1px solid #E9EDF2;
  border-right: 1px solid #E9EDF2;
  border-radius: 0px;
}
.cart_wrap_left .basket-item-block-amount .basket-item-amount-btn-plus {
  min-width: 34px;
  width: 34px;
  height: 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;
  cursor: pointer;
}
.cart_wrap_left .basket-items-list-item-remove {
  position: absolute;
  right: 0px;
  bottom: 5px;
  cursor: pointer;
}
.cart_wrap_right {
  margin-top: 32px;
  position: relative;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
}
.cart_wrap_right h2 {
  margin-bottom: 22px;
}
.cart_wrap_right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  margin-top: 12px;
}
.cart_wrap_right-item .name {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: rgba(0, 0, 0, 0.5);
}
.cart_wrap_right-item .line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.cart_wrap_right-item .sum {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: right;
}
.cart_wrap_right-item .old {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  text-decoration: line-through;
  color: #000;
  opacity: 0.4;
}
.cart_wrap_right .basket-checkout-block {
  margin-top: 28px;
}
.cart_wrap_right .basket-checkout-block .basket-btn-checkout {
  width: 100%;
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  font-weight: 500;
  border-radius: 8px;
  display: block;
  text-align: center;
}

/* .cart_wrap_right .basket-checkout-block .basket-btn-checkout.disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.6;
} */

/* .checkout_aside #place_order.disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.6;
} */

.cart_wrap_right_delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 28px;
}
.cart_wrap_right_delivery p {
  margin-left: 12px;
  font-weight: 500;
  line-height: 130%;
}
.cart_wrap_right_free {
  background: #7E8BE7;
  height: 56px;
  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: 0px 10px;
  border-radius: 5px;
  margin-top: 12px;
}
.cart_wrap_right_free p {
  font-weight: 500;
  color: #fff;
  margin-left: 12px;
}
@media (min-width: 992px) {
  .cart_wrap {
    margin-top: 32px;
  }
  .cart_wrap_left_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 15px;
    margin-bottom: 14px;
  }
  .cart_wrap_left_top p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #373737;
  }
  .cart_wrap_left_top p:first-child {
    width: 41%;
  }
  .cart_wrap_left_top p:nth-child(2) {
    width: 18%;
  }
  .cart_wrap_left_top p:nth-child(3) {
    width: 21%;
  }
  .cart_wrap_left_top p:nth-child(4) {
    width: 11%;
  }
  .cart_wrap_left .basket-items-list-item-container {
    padding: 15px;
    border: 1px solid #ECECEC;
    border-radius: 10px;
    margin-top: 5px;
  }
  .cart_wrap_left .basket-items-list-item-container::after {
    display: none;
  }
  .cart_wrap_left .basket-items-list-item-descriptions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cart_wrap_left .basket-items-list-item-descriptions-inner {
    margin-bottom: 0px;
    width: 41%;
    align-items: center;
  }
  .cart_wrap_left .basket-item-info-name {
    margin-top: 0px;
    overflow: visible;
    -webkit-line-clamp: none;
  }
  .cart_wrap_left .basket-items-list-item-amount {
    width: 21%;
  }
  .cart_wrap_left .basket-item-block-amount {
    border-radius: 10px;
  }
  .cart_wrap_left .basket-item-block-amount .basket-item-amount-btn-minus {
    min-width: 34px;
    width: 34px;
    height: 50px;
  }
  .cart_wrap_left .basket-item-block-amount .basket-item-amount-filed-block input {
    height: 100%;
  }
  .cart_wrap_left .basket-item-block-amount .basket-item-amount-btn-plus {
    min-width: 34px;
    width: 34px;
    height: 50px;
  }
  .cart_wrap_left .basket-item-block-price.hide_desk {
    display: none;
  }
  .cart_wrap_left .basket-item-block-price .basket-item-price-current-text {
    font-size: 17px;
  }
  .cart_wrap_left .basket-items-list-item-price {
    width: 18%;
  }
  .cart_wrap_left .basket-items-list-item-price.backet_total {
    width: 11%;
  }
  .cart_wrap_left .basket-items-list-item-price.hide_mob {
    display: block;
  }
  .cart_wrap_left .basket-items-list-item-price .basket-item-price-current {
    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;
    margin-left: 0px;
  }
  .cart_wrap_left .basket-items-list-item-price .basket-item-price-current-old {
    margin-left: 0px;
    font-size: 14px;
    margin-top: 4px;
  }
  .cart_wrap_left .basket-items-list-item-remove {
    position: relative;
    bottom: auto;
    right: auto;
    width: 9%;
  }
  .cart_wrap_left .basket-items-list-item-remove .basket-item-block-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .cart_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cart_wrap_left {
    width: 100%;
  }
  .cart_wrap_left_top {
    padding: 0px 20px;
  }
  .cart_wrap_left .basket-items-list-item-descriptions-inner {
    padding-right: 30px;
  }
  .cart_wrap_left .basket-items-list-item-container {
    padding: 20px;
  }
  .cart_wrap_left .basket-items-list-item-descriptions-inner .basket-item-block-image {
    width: 80px;
    min-width: 80px;
  }
  .cart_wrap_left .basket-item-block-info_variation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cart_wrap_left .basket-item-block-info_variation p {
    margin-bottom: 5px;
  }
  .cart_wrap_left .basket-item-block-info_variation p:last-child {
    margin-bottom: 0px;
  }
  .cart_wrap_right {
    width: 356px;
    min-width: 356px;
    margin-left: 32px;
  }
  .cart_wrap_right_delivery p {
    font-size: 14px;
  }
  .cart_wrap_right_free p {
    font-size: 14px;
  }
}
@media (min-width: 1360px) {
  .cart_wrap_left .basket-items-list-item-descriptions-inner {
    padding-right: 50px;
  }
}
@media (min-width: 1440px) {
  .cart_wrap_left .basket-items-list-item-descriptions-inner .basket-item-block-image {
    width: 105px;
    min-width: 105px;
  }
}
@media (min-width: 1600px) {
  .cart_wrap_left .basket-item-block-info_variation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cart_wrap_left .basket-item-block-info_variation p {
    margin-bottom: 0px;
  }
}

.personal {
  padding-top: 0px;
}
.personal h1 {
  margin-top: 22px;
}
.personal .personal_block_wrap_container {
  position: relative;
}
.personal .bx-authform-formgroup-container {
  margin-bottom: 15px;
  position: relative;
}
.personal .bx-authform-formgroup-container .personal_block_wrap_label {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #000;
  margin-bottom: 5px;
}
.personal .bx-authform-formgroup-container .personal_block_wrap_label sup {
  color: red;
}
.personal .bx-authform-formgroup-container .checkbox {
  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;
}
.personal .bx-authform-formgroup-container .checkbox label {
  display: block;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  color: #474747;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.personal .bx-authform-formgroup-container .checkbox label .checkmark {
  position: absolute;
  top: -1px;
  left: 0;
  height: 22px;
  width: 22px;
  background: var(--main-gradient);
  border-radius: 50%;
}
.personal .bx-authform-formgroup-container .checkbox label .checkmark::after {
  display: none;
  content: "";
  position: absolute;
  left: 8px;
  top: 5px;
  width: 6px;
  height: 10px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: none;
}
.personal .bx-authform-formgroup-container .checkbox label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.personal .bx-authform-formgroup-container .checkbox label input:checked ~ .checkmark::after {
  display: block;
}
.personal .bx-authform-formgroup-container .checkbox label a {
  color: #474747;
  text-decoration: underline;
}
.personal .bx-authform-formgroup-container .checkbox label a:hover {
  text-decoration: none;
}
.personal .bx-authform-formgroup-container-last {
  margin-bottom: 0px;
}
.personal_wrap {
  border: 1px solid #EAEAEA;
  border-radius: 10px;
  padding: 20px 15px;
  margin-top: 12px;
}
.personal_wrap_left .btn_empty {
  height: 65px;
  position: relative;
  border-radius: 10px;
  background: var(--main-gradient);
  padding: 1px;
  width: 100%;
  margin-bottom: 15px;
}
.personal_wrap_left .btn_empty::after {
  content: "";
  position: absolute;
  inset: 1px; /* отступ внутрь на толщину рамки */
  border-radius: 9px; /* чуть меньше радиус, чтобы повторить форму */
  background: #fff; /* внутренний фон */
  z-index: 0;
}
.personal_wrap_left .btn_empty span {
  position: relative;
  z-index: 2;
  font-size: 16px;
}
.personal_wrap_left .btn_empty:hover {
  background: #fff;
}
.personal_wrap_left .btn_empty:hover::after {
  background: #fff;
}
.personal_wrap_left .bttn {
  width: 100%;
  display: block;
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 8px;
}
.personal_wrap_right {
  position: relative;
  padding-top: 22px;
  border-top: 1px solid #EAEAEA;
  margin-top: 15px;
}
.personal_wrap_right_main_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.personal_wrap_right_main_top h2 {
  font-weight: 400;
  font-size: 22px;
  margin-left: 30px;
}
.personal_wrap_right_main_body {
  margin-top: 22px;
}
.personal_wrap_right_main_body p {
  font-size: 12px;
  color: #515151;
}
.personal_wrap_right_main_body .bttn {
  width: 100%;
  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: 10px;
  height: 65px;
  margin-top: 22px;
}
.personal_wrap_right_main_body .bttn span {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #fff;
}
.personal_wrap_right_main_body .bttn svg {
  margin-left: 10px;
}
.personal_wrap_right_banner {
  margin-top: 22px;
  display: block;
}
.personal_reset {
  border: 1px solid #EAEAEA;
  border-radius: 10px;
  padding: 20px 15px;
  margin-top: 12px;
}
.personal_reset_block {
  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;
}
.personal_reset_block img {
  margin-bottom: 10px;
}
.personal_reset_block p {
  text-align: center;
  color: #515151;
}
.personal_reset_block form {
  width: 100%;
}
.personal_reset_block form .bttn {
  width: 100%;
  display: block;
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .personal_reset {
    width: 570px;
    margin: 0 auto;
    margin-top: 12px;
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .personal_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .personal_wrap_left {
    width: 300px;
    min-width: 300px;
    position: relative;
  }
  .personal_wrap_left::after {
    content: "";
    position: absolute;
    right: -25px;
    top: 0px;
    height: 100%;
    width: 1px;
    background-color: #EAEAEA;
  }
  .personal_wrap_right {
    width: calc(100% - 350px);
    margin-top: 0px;
    padding-top: 0px;
    border: none;
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .personal_wrap_right_main_body {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .personal_wrap_right_main_body .bttn {
    width: auto;
    padding: 0px 40px;
  }
  .personal_wrap_right_banner {
    display: block;
  }
}
@media (min-width: 1200px) {
  .personal .bx-authform-formgroup-container .personal_block_wrap_label {
    font-size: 15px;
  }
  .personal .bx-authform-formgroup-container-last {
    margin-top: 25px;
  }
  .personal_wrap {
    margin-top: 32px;
    padding: 30px;
  }
  .personal_wrap_left {
    width: 350px;
    min-width: 350px;
  }
  .personal_wrap_left::after {
    right: -50px;
  }
  .personal_wrap_left .btn_empty {
    margin-top: 25px;
  }
  .personal_wrap_right {
    width: calc(100% - 450px);
  }
  .personal_wrap_right_main_top h2 {
    font-size: 28px;
  }
  .personal_wrap_right_main_body {
    margin-top: 32px;
    padding-left: 70px;
  }
  .personal_wrap_right_main_body p {
    font-size: 16px;
    max-width: 566px;
  }
  .personal_reset {
    margin-top: 32px;
  }
}
@media (min-width: 1600px) {
  .personal_wrap {
    padding: 40px;
  }
  .personal_wrap_left {
    width: 440px;
    min-width: 440px;
  }
  .personal_wrap_right {
    width: calc(100% - 540px);
  }
}

.status {
  display: inline-block;
  width: auto;
  padding: 5px 12px 5px 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  /* внутренний белый фон */
  /* точка слева */
}
.status span {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 20px;
  position: relative;
  z-index: 2;
}
.status::before {
  content: "";
  position: absolute;
  inset: 1px; /* отступ 1px создаёт эффект толщины бордера */
  background-color: #fff;
  border-radius: 9px; /* чуть меньше радиус */
  z-index: 1;
}
.status::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  z-index: 2;
}
.status.success {
  background: linear-gradient(81.95deg, #14E44F -28.49%, #8CE1A4 48%, #40FF54 96.83%);
  position: relative;
}
.status.success span {
  background: linear-gradient(81.95deg, #14E44F -28.49%, #8CE1A4 48%, #40FF54 96.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.status.success::after {
  background: linear-gradient(81.95deg, #14E44F -28.49%, #8CE1A4 48%, #40FF54 96.83%);
}
.status.processing {
  background: var(--main-gradient);
  position: relative;
}
.status.processing span {
  background: var(--main-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.status.processing::after {
  background: var(--main-gradient);
}
.status.cancel {
  background: linear-gradient(81.95deg, #E41414 -28.49%, #E18C8D 48%, #FF4044 96.83%);
  position: relative;
}
.status.cancel span {
  background: linear-gradient(81.95deg, #E41414 -28.49%, #E18C8D 48%, #FF4044 96.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.status.cancel::after {
  background: linear-gradient(81.95deg, #E41414 -28.49%, #E18C8D 48%, #FF4044 96.83%);
}

.account {
  padding-top: 0px;
}
.account h1 {
  margin-top: 22px;
}
.account .personal_block_wrap_container {
  position: relative;
}
.account .personal_block_wrap_container .show {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.account .personal_block_wrap_container .show.active svg g {
  opacity: 1;
}
.account .personal_block_wrap_container.pass input {
  padding: 0px 60px 0px 20px;
}
.account .bx-authform-formgroup-container {
  margin-bottom: 15px;
}
.account .bx-authform-formgroup-container .personal_block_wrap_label {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #000;
  margin-bottom: 5px;
}
.account .bx-authform-formgroup-container .personal_block_wrap_label sup {
  color: red;
}
.account .bx-authform-formgroup-container.bx-authform-formgroup-container-last {
  margin-bottom: 0px;
}
.account .bttn {
  color: #fff;
}
.account_mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-y: scroll;
  padding: 0px 15px;
  margin-top: 22px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.account_mob::-webkit-scrollbar {
  display: none;
}
.account_mob_item {
  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;
  height: 42px;
  padding: 0px 10px;
  border-radius: 10px;
  border-bottom: 1px solid #EAEAEA;
}
.account_mob_item p {
  white-space: nowrap;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #232323;
  margin-left: 10px;
}
.account_mob_item.active {
  background: var(--main-gradient);
}
.account_mob_item.active svg path {
  stroke: #fff;
  opacity: 1;
}
.account_mob_item.active p {
  color: #fff;
}
.account_wrap {
  margin-top: 22px;
}

.account_wrap_right h2 {
  font-weight: 400;
  margin-bottom: 22px;
}
.account_wrap_right_form {
  padding: 20px 15px;
  border: 1px solid #EAEAEA;
  border-radius: 10px;
}
.account_wrap_right_fav .col-6 {
  margin-bottom: 15px;
}
.account_wrap_right_my_table {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.account_wrap_right_my_table::-webkit-scrollbar {
  display: none;
}
.account_wrap_right_my_table table tr th {
  border: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #1F1E31;
  padding: 10px 14px;
}
.account_wrap_right_my_table table tr th:nth-child(2) {
  text-align: center;
}
.account_wrap_right_my_table table tr th:nth-child(3) {
  text-align: center;
}
.account_wrap_right_my_table table tr th:last-child {
  text-align: center;
}
.account_wrap_right_my_table table tr td {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #1F1E31;
  padding: 10px 14px;
  white-space: nowrap;
  border-top: 1px solid #F1F1F1;
  vertical-align: middle;
}
.account_wrap_right_my_table table tr td.last {
  vertical-align: middle;
  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;
}
.account_wrap_right_my_table table tr td.last a {
  width: 40px;
  height: 40px;
  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: 1px solid #EAEAEA;
  border-radius: 50%;
  margin-left: 20px;
}
.account_wrap_right_my_table table tr td:nth-child(2) {
  text-align: center;
}
.account_wrap_right_my_table table tr td:nth-child(3) {
  text-align: center;
}
@media (min-width: 768px) {
  .account_mob {
    padding: 0px 30px;
  }
  .account_wrap_right_fav .col-6 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .account_mob {
    display: none;
  }
  .account_wrap {
    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;
    margin-top: 22px;
  }
  .account_wrap_left {
    width: 300px;
    display: block;
  }
  .account_wrap_left_list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 75px;
    padding: 0px 30px;
    border-radius: 10px;
    border-bottom: 1px solid #EAEAEA;
  }
  .account_wrap_left_list_item p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #232323;
    margin-left: 10px;
  }
  .account_wrap_left_list_item.active {
    background: var(--main-gradient);
  }
  .account_wrap_left_list_item.active svg path {
    stroke: #fff;
    opacity: 1;
  }
  .account_wrap_left_list_item.active p {
    color: #fff;
  }
  .account_wrap_right {
    width: calc(100% - 330px);
  }
  .account_wrap_right_form {
    border: none;
    padding: 0px;
    width: 440px;
  }
}
@media (min-width: 1200px) {
  .account_wrap_right h2 {
    margin-bottom: 32px;
  }
  .account_wrap_right_my_table table {
    max-width: 900px;
  }
  .account_wrap_right_my_table table tr th {
    font-size: 18px;
    padding: 20px;
  }
  .account_wrap_right_my_table table tr th:nth-child(2) {
    text-align: left;
    padding: 20px 40px;
  }
  .account_wrap_right_my_table table tr th:nth-child(3) {
    text-align: left;
    padding: 20px 40px;
  }
  .account_wrap_right_my_table table tr th:nth-child(4) {
    text-align: left;
  }
  .account_wrap_right_my_table table tr td {
    font-size: 16px;
    padding: 20px;
  }
  .account_wrap_right_my_table table tr td:nth-child(2) {
    text-align: left;
    padding: 20px 40px;
  }
  .account_wrap_right_my_table table tr td:nth-child(3) {
    text-align: left;
    padding: 20px 40px;
  }
  .account_wrap_right_my_table table tr td.last {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .account_wrap_right_my_table table tr td.last a {
    margin-left: 30px;
  }
  .account .bx-authform-formgroup-container .personal_block_wrap_label {
    font-size: 15px;
  }
  .account .bx-authform-formgroup-container.bx-authform-formgroup-container-last {
    margin-top: 25px;
  }
}

.contacts {
  padding-top: 0px;
}
.contacts h1 {
  margin-top: 22px;
}
.contacts_nav {
  margin-top: 12px;
  position: relative;
  border-bottom: 1px solid #E8E8E8;
}
.contacts_nav::-webkit-scrollbar {
  display: none;
}
.contacts_nav_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.contacts_nav_wrap_item {
  padding: 10px 35px 10px 35px;
  border: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  cursor: pointer;
}
.contacts_nav_wrap_item::after {
  display: none;
  content: "";
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.contacts_nav_wrap_item span {
  white-space: nowrap;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #000;
  opacity: 0.5;
}
.contacts_nav_wrap_item.active {
  border: 1px solid #E8E8E8;
  border-bottom: none;
}
.contacts_nav_wrap_item.active::after {
  display: block;
}
.contacts_nav_wrap_item.active span {
  opacity: 1;
}
.contacts_item {
  display: none;
}
.contacts_item.active {
  display: block;
}
.contacts_item_wrap_left {
  padding-top: 10px;
}
.contacts_item_wrap_left_block {
  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;
  margin-top: 12px;
}
.contacts_item_wrap_left_block_img {
  width: 52px;
  height: 52px;
  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;
  background: var(--main-gradient);
  border-radius: 50%;
}
.contacts_item_wrap_left_block_text {
  width: calc(100% - 76px);
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contacts_item_wrap_left_block_text span {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #000;
}
.contacts_item_wrap_left_block_text p {
  margin-top: 4px;
}
.contacts_item_wrap_left_block_text a {
  margin-top: 4px;
}
.contacts_item_wrap_left_block_text a.tel {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #1E1E1E;
}
.contacts_item_wrap_left_block_text a.mail {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #1E1E1E;
  text-decoration: underline;
}
.contacts_item_wrap_left_block_text a.mail:hover {
  text-decoration: none;
}
.contacts_item_wrap_left_footer {
  margin-top: 12px;
}
.contacts_item_wrap_left_footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts_item_wrap_left_footer_social span {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #000000;
}
.contacts_item_wrap_left_footer_social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts_item_wrap_left_footer_social ul li {
  margin-left: 12px;
}
.contacts_item_wrap_left_footer_social ul li a {
  background-color: #F5F5F5;
  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;
  width: 46px;
  height: 46px;
  border-radius: 10px;
}
.contacts_item_wrap_left_footer_social ul li a img {
  width: 22px;
}
.contacts_item_wrap_left_footer p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0%;
  color: #A0A0A0;
  margin-top: 12px;
}
.contacts_item_wrap_right {
  margin-top: 22px;
}
.contacts_item_wrap_right iframe {
  border-radius: 8px;
}
@media (min-width: 992px) {
  .contacts_item_wrap {
    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;
  }
  .contacts_item_wrap_left {
    width: 350px;
  }
  .contacts_item_wrap_left_block {
    margin-top: 32px;
  }
  .contacts_item_wrap_left_footer {
    margin-top: 32px;
  }
  .contacts_item_wrap_right {
    width: calc(100% - 400px);
  }
}
@media (min-width: 1200px) {
  .contacts_nav {
    margin-top: 30px;
  }
  .contacts_nav_wrap_item {
    padding: 25px 35px;
  }
  .contacts_nav_wrap_item span {
    font-size: 18px;
  }
  .contacts_item_wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 50px;
  }
  .contacts_item_wrap_left {
    padding-top: 0px;
    width: 370px;
  }
  .contacts_item_wrap_left_block {
    margin-top: 0px;
    margin-bottom: 32px;
  }
  .contacts_item_wrap_left_block_text span {
    font-size: 17px;
  }
  .contacts_item_wrap_left_block_text a.tel {
    font-size: 20px;
  }
  .contacts_item_wrap_left_block_text a.mail {
    font-size: 17px;
  }
  .contacts_item_wrap_left_footer {
    margin-top: 0px;
  }
  .contacts_item_wrap_right {
    margin-top: 0px;
    width: calc(100% - 470px);
  }
}

.blog {
  padding-top: 0px;
}
.blog h1 {
  margin-top: 22px;
}
.blog_title_mob {
  margin-top: 22px;
}

.blog .row {
  row-gap: 15px;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .blog .row {
    row-gap: 30px;
    margin-top: 30px;
  }
}


.blog_nav {
  overflow-x: scroll;
  margin-top: 5px;
  padding-right: 15px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.blog_nav::-webkit-scrollbar {
  display: none;
}
.blog_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 15px;
}
.blog_nav ul li {
  padding-right: 10px;
}
.blog_nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0px;
  position: relative;
}
.blog_nav ul li a::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: #F4F4F4;
}
.blog_nav ul li a span {
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #232323;
}
.blog_nav ul li a .count {
  height: 25px;
  padding: 0px 8px;
  letter-spacing: 0%;
  border: 1px solid #F3F3F3;
  border-radius: 20px;
  margin-left: 20px;
  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;
}
.blog_nav ul li a .count_text {
  font-weight: 400;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  color: #686868;
}
.blog_nav ul li.active a span {
  background: var(--main-gradient);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blog_nav ul li.active a .count_text {
  background: var(--main-gradient);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blog_main {
  margin-top: 10px;
}
.blog_main_left .col-6 {
  margin-bottom: 15px;
}
.blog_main_left_item {
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  display: block;
}
.blog_main_left_item::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}
.blog_main_left_item_img {
  display: block;
}
.blog_main_left_item_img img {
  width: 100%;
  height: 342px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.blog_main_left_item_tag {
  position: absolute;
  left: 5px;
  top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 26px;
  line-height: 26px;
  padding: 0px 8px;
  background: #DBE5EB;
  border-radius: 4px;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #000;
  z-index: 2;
}
.blog_main_left_item_text {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 15px 10px;
  z-index: 2;
}
.blog_main_left_item_text h3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #fff;
}
.blog_main_left_item_text_footer {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 12px;
}
.blog_main_left_item_text_footer button {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #fff;
  background: transparent;
  position: relative;
  margin-top: 28px;
  padding-bottom: 6px;
}
.blog_main_left_item_text_footer button::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #fff;
}
.blog_main_left_item_text_footer span {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #fff;
  opacity: 0.7;
}
.blog_main_left_item:hover .blog_main_left_item_tag {
  background: var(--main-gradient);
  color: #fff;
}
.blog_main_left_item:hover .blog_main_left_item_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.blog_main_left_item:hover .blog_main_left_item_text_footer button {
  background: var(--main-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.blog_main_left_item:hover .blog_main_left_item_text_footer button::after {
  background: var(--main-gradient);
}
.blog_main_cats {
  display: none;
}
.blog_main aside {
  margin-top: 20px;
}
.blog_main_form {
  background-color: #F8F8F8;
  padding: 15px 20px;
  border-radius: 20px;
  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;
}
.blog_main_form h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
}
.blog_main_form_text {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #393939;
  margin-top: 12px;
}
.blog_main_form form {
  width: 100%;
  margin-top: 14px;
}
.blog_main_form form input[type=submit] {
  margin-top: 12px;
  color: #fff;
}
.blog_main_form_politic {
  margin-top: 12px;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #6B6E72;
}
.blog_main_form_politic a {
  color: #6B6E72;
  text-decoration: underline;
}
.blog_main_form_politic a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .blog_main_left .col-6 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .blog_title_mob {
    display: none;
  }
  .blog_nav {
    display: none;
  }
  .blog_main {
    margin-top: 22px;
    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;
  }
  .blog_main_left {
    width: calc(100% - 332px);
  }
  .blog_main aside {
    width: 300px;
    margin-top: 0px;
  }
  .blog_main_cats {
    display: block;
    padding: 15px 20px;
    border: 1px solid #ECECEC;
    border-radius: 20px;
  }
  .blog_main_cats ul {
    margin-top: 10px;
  }
  .blog_main_cats ul li {
    padding: 15px 0px;
    border-top: 1px solid #F4F4F4;
  }
  .blog_main_cats ul li:first-child {
    border: none;
  }
  .blog_main_cats ul li a {
    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;
  }
  .blog_main_cats ul li a span {
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0%;
    color: #232323;
  }
  .blog_main_cats ul li a .count {
    height: 25px;
    padding: 0px 8px;
    letter-spacing: 0%;
    border: 1px solid #F3F3F3;
    border-radius: 20px;
    margin-left: 20px;
    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;
  }
  .blog_main_cats ul li a .count_text {
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    color: #686868;
  }
  .blog_main_cats ul li.active a span {
    background: var(--main-gradient);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .blog_main_cats ul li.active a .count_text {
    background: var(--main-gradient);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .blog_main_form {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .blog_main_left_item {
    border-radius: 20px;
  }
  .blog_main_left_item_tag {
    left: 20px;
    top: 20px;
    height: 30px;
    padding: 0px 22px;
    line-height: 30px;
    border-radius: 30px;
  }
  .blog_main_left_item_text {
    padding: 20px;
  }
  .blog_main_left_item_text h3 {
    font-size: 22px;
  }
  .blog_main_left_item_text_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -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: 60px;
  }
  .blog_main_left_item_text_footer button {
    margin-top: 0px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 16px;
  }
  .blog_main_left_item_text_footer span {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 14px;
  }
  .blog_main aside h2 {
    font-size: 28px;
  }
}
@media (min-width: 1360px) {
  .blog_main_cats {
    padding: 20px 25px;
  }
  .blog_main_left {
    width: calc(100% - 432px);
  }
  .blog_main aside {
    width: 400px;
  }
  .blog_main_form {
    padding: 30px 25px;
  }
  .blog_main_form h3 {
    font-size: 22px;
  }
  .blog_main_form form input[type=submit] {
    margin-top: 24px;
  }
  .blog_main_form_text {
    font-size: 14px;
    margin-top: 14px;
  }
  .blog_main_form_politic {
    margin-top: 24px;
    font-size: 13px;
  }
}
@media (min-width: 1600px) {
  .blog_main_left_item_tag {
    left: 30px;
    top: 30px;
  }
  .blog_main_left_item_text {
    padding: 30px;
  }
}

.single_blog {
  padding-top: 0px;
}
.single_blog h1 {
  margin-top: 22px;
}
.single_blog_wrap {
  margin-top: 12px;
}
.single_blog_wrap_left_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single_blog_wrap_left_info_cat {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #000000;
  border-radius: 20px;
  padding: 10px;
  background: #FFF3FB;
}
.single_blog_wrap_left_info_date {
  margin-left: 30px;
  position: relative;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #4F4F4F;
}
.single_blog_wrap_left_info_date::after {
  content: "";
  position: absolute;
  left: -17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #DEDEDE;
}
.single_blog_wrap_left_main p {
  margin-top: 12px;
}
.single_blog_wrap_left_main p b {
  font-weight: 700;
}
.single_blog_wrap_left_main h2 {
  margin-top: 22px;
}
.single_blog_wrap_left_main h3 {
  margin-top: 22px;
  font-weight: 700;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: 0%;
}
.single_blog_wrap_left_main img {
  border-radius: 8px;
  margin-top: 22px;
}
.single_blog_wrap_left_footer {
  margin-top: 22px;
}
.single_blog_wrap_left_footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single_blog_wrap_left_footer_social span {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #000000;
}
.single_blog_wrap_left_footer_social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single_blog_wrap_left_footer_social ul li {
  margin-left: 12px;
}
.single_blog_wrap_left_footer_social ul li a {
  background-color: #F5F5F5;
  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;
  width: 46px;
  height: 46px;
  border-radius: 10px;
}
.single_blog_wrap_left_footer p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0%;
  color: #A0A0A0;
  margin-top: 12px;
}
.single_blog_wrap aside {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .single_blog_wrap_left_main h3 {
    font-size: 22px;
  }
  .single_blog_wrap aside {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .single_blog_wrap {
    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;
  }
  .single_blog_wrap_left {
    width: calc(100% - 332px);
  }
  .single_blog_wrap_left_main h3 {
    font-size: 26px;
  }
  .single_blog_wrap aside {
    width: 300px;
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .single_blog_wrap {
    margin-top: 22px;
  }
  .single_blog_wrap_left_main p {
    margin-top: 20px;
  }
  .single_blog_wrap_left_main h3 {
    font-size: 30px;
    margin-top: 32px;
  }
  .single_blog_wrap_left_main h2 {
    margin-top: 32px;
  }
  .single_blog_wrap_left_main img {
    margin-top: 32px;
    border-radius: 20px;
  }
  .single_blog_wrap_left_footer {
    margin-top: 60px;
  }
  .single_blog_wrap aside h2 {
    font-size: 28px;
  }
}
@media (min-width: 1360px) {
  .single_blog_wrap_left {
    width: calc(100% - 432px);
  }
  .single_blog_wrap aside {
    width: 400px;
  }
}

.collection {
  padding-top: 0px;
}
.collection h1 {
  margin-top: 22px;
}
.collection_item {
  margin-top: 32px;
}
.collection_item_img img {
  border-radius: 8px;
}
.collection_item_text {
  padding-top: 22px;
}
.collection_item_text h2 {
  font-weight: 500;
}
.collection_item_text p {
  opacity: 0.7;
  margin-top: 22px;
}
.collection_item_text a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 5px;
  display: inline-block;
  margin-top: 22px;
  position: relative;
  background: var(--main-gradient);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
}
.collection_item_text a::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: var(--main-gradient);
}
.collection_item_text a:hover::after {
  opacity: 0;
}
@media (min-width: 992px) {
  .collection_item {
    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;
  }
  .collection_item_img {
    width: calc(50% - 16px);
  }
  .collection_item_text {
    width: calc(50% - 16px);
    padding-top: 0px;
  }
  .collection_item:nth-child(2n) .collection_item_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .collection_item:nth-child(2n) .collection_item_text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 1200px) {
  .collection_item {
    margin-top: 64px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .collection_item:first-child {
    margin-top: 32px;
  }
  .collection_item_text {
    width: calc(40% - 16px);
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .collection_item_text a {
    font-size: 18px;
  }
  .collection_item_img {
    width: calc(60% - 16px);
  }
  .collection_item_img img {
    border-radius: 20px;
  }
}
@media (min-width: 1440px) {
  .collection_item_text {
    width: calc(40% - 25px);
  }
  .collection_item_img {
    width: calc(60% - 25px);
  }
}

.single_collection {
  padding-top: 0px;
}
.single_collection h1 {
  margin-top: 22px;
}
.single_collection_main {
  margin-top: 22px;
}
.single_collection_main_left img {
  border-radius: 8px;
}
.single_collection_main_right {
  margin-top: 22px;
}
.single_collection_main_right h2 {
  font-weight: 500;
}
.single_collection_main_right_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 22px;
}
.single_collection_main_right_list_item_img {
  width: 82px;
  min-width: 82px;
}
.single_collection_main_right_list_item_img img {
  border-radius: 8px;
}
.single_collection_main_right_list_item_text {
  margin-left: 8px;
}
.single_collection_main_right_list_item_text_top {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.single_collection_main_right_list_item_text_top h3 {
  font-weight: 600;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0%;
  color: #4D6080;
}
.single_collection_main_right_list_item_text_top span {
  font-weight: 400;
  font-size: 8px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #fff;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #19D001;
  padding: 7px 10px;
  border-radius: 4px;
  margin-top: 10px;
}
.single_collection_main_right_list_item_text_top:hover h3 {
  background: var(--main-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.single_collection_main_right_list_item_text_bottom {
  margin-top: 18px;
  position: relative;
  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;
}
.single_collection_main_right_list_item_text_bottom::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #D9D9D9;
  left: 0px;
  top: -9px;
}
.single_collection_main_right_list_item_text_bottom_price {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.single_collection_main_right_list_item_text_bottom_price span.current {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  background: var(--main-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.single_collection_main_right_list_item_text_bottom_price span.old {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0%;
  text-decoration: line-through;
  color: #000;
  opacity: 0.5;
}
.single_collection_main_right_list_item_text_bottom .add_to_cart {
  height: 30px;
  position: relative;
  border-radius: 10px;
  background: var(--main-gradient);
  padding: 1px;
  width: 100px;
}
.single_collection_main_right_list_item_text_bottom .add_to_cart::after {
  content: "";
  position: absolute;
  inset: 1px; /* отступ внутрь на толщину рамки */
  border-radius: 9px; /* чуть меньше радиус, чтобы повторить форму */
  background: #fff; /* внутренний фон */
  z-index: 0;
}
.single_collection_main_right_list_item_text_bottom .add_to_cart span {
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  background: var(--main-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.single_collection_main_right_list_item_text_bottom .add_to_cart:hover::after {
  background: transparent;
}
.single_collection_main_right_list_item_text_bottom .add_to_cart:hover span {
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #fff;
  color: #fff;
}
.single_collection_desc {
  padding-top: 22px;
}
.single_collection_desc p {
  opacity: 0.7;
}
.single_collection_desc_gallery {
  margin: 22px 0px;
}
.single_collection_desc_gallery img {
  border-radius: 8px;
}
.single_collection_desc_gallery_right_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}
.single_collection_desc_gallery_right_top a {
  display: block;
  width: calc(50% - 8px);
}
.single_collection_desc_gallery_right_bot {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .single_collection_main {
    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;
  }
  .single_collection_main_left {
    width: calc(50% - 16px);
  }
  .single_collection_main_right {
    width: calc(50% - 16px);
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .single_collection_main_right_list_item_img {
    width: 120px;
    min-width: 120px;
  }
  .single_collection_main_right_list_item_text {
    margin-left: 16px;
  }
  .single_collection_desc_gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .single_collection_desc_gallery_left {
    width: calc(50% - 16px);
  }
  .single_collection_desc_gallery_left a {
    height: 100%;
    display: block;
  }
  .single_collection_desc_gallery_left a img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .single_collection_desc_gallery_right {
    width: calc(50% - 16px);
  }
  .single_collection_desc_gallery_right_top {
    margin-top: 0px;
  }
  .single_collection_desc_gallery_right_bot a img {
    height: 200px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1200px) {
  .single_collection_main {
    margin-top: 32px;
  }
  .single_collection_main_left {
    width: calc(60% - 16px);
  }
  .single_collection_main_right {
    width: calc(40% - 16px);
  }
  .single_collection_main_right_list_item_text_top h3 {
    font-size: 18px;
  }
  .single_collection_main_right_list_item_text_top span {
    font-size: 10px;
  }
  .single_collection_main_right_list_item_text_bottom_price span.current {
    font-size: 16px;
  }
  .single_collection_main_right_list_item_text_bottom_price span.old {
    font-size: 13px;
  }
  .single_collection_main_right_list_item_text_bottom .add_to_cart {
    height: 36px;
  }
  .single_collection_desc {
    padding-top: 60px;
  }
  .single_collection_desc_gallery {
    margin: 60px 0px;
  }
  .single_collection_desc_gallery img {
    border-radius: 24px;
  }
  .single_collection_desc_gallery_right_top a {
    width: calc(50% - 16px);
  }
  .single_collection_desc_gallery_right_top a img {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .single_collection_desc_gallery_right_bot {
    margin-top: 32px;
  }
  .single_collection_desc_gallery_right_bot a img {
    height: 250px;
  }
}
@media (min-width: 1440px) {
  .single_collection_main_left {
    width: calc(60% - 25px);
  }
  .single_collection_main_right {
    width: calc(40% - 25px);
  }
  .single_collection_main_right_list_item {
    margin-top: 50px;
  }
  .single_collection_main_right_list_item_img {
    width: 190px;
    min-width: 190px;
  }
  .single_collection_main_right_list_item_text_top h3 {
    font-size: 24px;
  }
  .single_collection_main_right_list_item_text_top span {
    font-size: 12px;
    margin-top: 16px;
  }
  .single_collection_main_right_list_item_text_bottom {
    margin-top: 52px;
  }
  .single_collection_main_right_list_item_text_bottom_price span.current {
    font-size: 17px;
  }
  .single_collection_main_right_list_item_text_bottom_price span.old {
    font-size: 14px;
  }
  .single_collection_main_right_list_item_text_bottom .add_to_cart {
    height: 45px;
    width: 124px;
  }
  .single_collection_main_right_list_item_text_bottom .add_to_cart span {
    font-size: 16px;
  }
  .single_collection_main_right_list_item_text_bottom::after {
    top: -25px;
  }
}
@media (min-width: 1600px) {
  .single_collection_desc_gallery_right_top a img {
    height: 330px;
  }
  .single_collection_desc_gallery_right_bot a img {
    height: 330px;
  }
}

.slider_collection_block_text p {
  margin-top: 12px;
  opacity: 0.7;
}
.slider_collection_block_text_arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 22px;
}
.slider_collection_block_text_arrows_next {
  margin-left: 20px;
}
.slider_collection_block_text_arrows_btn {
  width: 48px;
  height: 48px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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 #DFDFDF;
  border-radius: 50%;
  background: #DFDFDF;
  cursor: pointer;
}
.slider_collection_block_text_arrows_btn img.hover {
  display: none;
}
.slider_collection_block_text_arrows_btn:hover {
  background: #fff;
}
.slider_collection_block_text_arrows_btn:hover img.default {
  display: none;
}
.slider_collection_block_text_arrows_btn:hover img.hover {
  display: block;
}
.slider_collection_block_wrap {
  margin-top: 22px;
}
.slider_collection_block_wrap_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.slider_collection_block_wrap_item_inner_info {
  width: 55%;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 20px 15px;
}
.slider_collection_block_wrap_item_inner_info h3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #000;
}
.slider_collection_block_wrap_item_inner_info_bot_plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider_collection_block_wrap_item_inner_info_bot_plus img {
  min-width: 15px;
  width: 15px;
}
.slider_collection_block_wrap_item_inner_info_bot_plus p {
  font-size: 12px;
  margin-left: 10px;
  line-height: 120%;
}
.slider_collection_block_wrap_item_inner_info_bot a {
  margin-left: 27px;
  margin-top: 70px;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 4px;
  position: relative;
  background: var(--main-gradient);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.slider_collection_block_wrap_item_inner_info_bot a::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 2px;
  width: 100%;
  background: var(--main-gradient);
}
.slider_collection_block_wrap_item_inner_info_bot a:hover::after {
  opacity: 0;
}
.slider_collection_block_wrap_item_inner_img {
  width: 45%;
}
.slider_collection_block_wrap_item_inner_img img {
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (min-width: 768px) {
  .slider_collection_block_wrap .slick-list {
    margin: 0 -8px;
  }
  .slider_collection_block_wrap .slick-slide {
    margin: 0px 8px;
  }
}
@media (min-width: 1200px) {
  .slider_collection {
    padding-top: 128px;
  }
  .slider_collection_block {
    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;
  }
  .slider_collection_block_text {
    width: 300px;
  }
  .slider_collection_block_wrap {
    width: calc(100% - 332px);
    margin-top: 0px;
  }
  .slider_collection_block_wrap_item_inner_info h3 {
    font-size: 18px;
  }
  .slider_collection_block_wrap_item_inner_info_bot_plus img {
    min-width: 20px;
    width: 20px;
  }
  .slider_collection_block_wrap_item_inner_info_bot_plus p {
    font-size: 14px;
  }
  .slider_collection_block_wrap_item_inner_info_bot a {
    font-size: 18px;
  }
  .slider_collection_block_wrap_item_inner_img img {
    height: 360px;
  }
}
@media (min-width: 1440px) {
  .slider_collection_block_wrap .slick-list {
    margin: 0 -16px;
  }
  .slider_collection_block_wrap .slick-slide {
    margin: 0px 16px;
  }
  .slider_collection_block_wrap_item_inner_info {
    padding: 40px;
  }
  .slider_collection_block_wrap_item_inner_info_bot a {
    margin-left: 32px;
  }
  .slider_collection_block_wrap_item_inner_img img {
    height: 412px;
  }
}
@media (min-width: 1600px) {
  .slider_collection_block_text {
    width: 338px;
  }
  .slider_collection_block_wrap {
    width: calc(100% - 388px);
  }
}

.about_main {
  padding-top: 32px;
}
.about_main_block {
  background: var(--main-gradient);
  border-radius: 24px;
  overflow: hidden;
  padding: 22px 15px 0px 15px;
  position: relative;
}
.about_main_block_back {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_main_block_text {
  position: relative;
  z-index: 2;
}
.about_main_block_text h1 {
  color: #fff;
}
.about_main_block_text p {
  margin-top: 12px;
  color: #fff;
}
.about_main_block_img {
  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;
}
.about_main_block_img img {
  max-width: 400px;
}
@media (min-width: 992px) {
  .about_main_block {
    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;
  }
  .about_main_block_text {
    width: calc(50% - 30px);
  }
  .about_main_block_img {
    width: calc(50% - 30px);
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 1200px) {
  .about_main_block {
    padding: 22px 60px 0px 60px;
  }
  .about_main_block_text {
    max-width: 500px;
  }
}
@media (min-width: 1360px) {
  .about_main_block_text p {
    font-size: 18px;
    margin-top: 32px;
  }
  .about_main_block_img img {
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .about_main_block {
    padding: 0px 80px 0px 80px;
  }
  .about_main_block_text {
    max-width: 540px;
  }
}

.about_counts .container {
  padding: 0px;
}
.about_counts_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow-y: scroll;
  padding-left: 15px;
  padding-right: 5px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
}
.about_counts_block::-webkit-scrollbar {
  display: none;
}
.about_counts_block_item {
  width: 266px;
  min-width: 266px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  margin-right: 10px;
}
.about_counts_block_item_top {
  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;
}
.about_counts_block_item_top span {
  font-family: "Cormorant", serif;
  font-weight: 400;
  font-size: 74px;
  line-height: 77%;
  letter-spacing: 0%;
  color: #4D6080;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  opacity: 0.1;
}
.about_counts_block_item p {
  margin-top: 16px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 130%;
}
@media (min-width: 768px) {
  .about_counts_block {
    padding-left: 30px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .about_counts_block {
    padding-left: 45px;
    padding-right: 35px;
  }
}
@media (min-width: 1200px) {
  .about_counts .container {
    padding: 0px 45px;
  }
  .about_counts_block {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 0px;
    padding-right: 0px;
  }
  .about_counts_block_item {
    min-width: 100px;
    width: calc(20% - 9.6px);
    margin-right: 12px;
  }
  .about_counts_block_item:nth-child(5n) {
    margin-right: 0px;
  }
  .about_counts_block_item p {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .about_counts_block_item {
    width: calc(20% - 19.2px);
    margin-right: 24px;
  }
}

.about_team_wrap_text p {
  margin-top: 22px;
}
.about_team_wrap_arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 22px;
}
.about_team_wrap_arrows_next {
  margin-left: 20px;
}
.about_team_wrap_arrows_btn {
  width: 48px;
  height: 48px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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 #DFDFDF;
  border-radius: 50%;
  background: #DFDFDF;
  cursor: pointer;
}
.about_team_wrap_arrows_btn img.hover {
  display: none;
}
.about_team_wrap_arrows_btn:hover {
  background: #fff;
}
.about_team_wrap_arrows_btn:hover img.default {
  display: none;
}
.about_team_wrap_arrows_btn:hover img.hover {
  display: block;
}
.about_team_slider {
  margin-top: 22px;
}
.about_team_slider_item_img {
  background: #F6F6F6;
  overflow: hidden;
  border-radius: 24px;
}
.about_team_slider_item h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-top: 12px;
}
.about_team_slider_item p {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .about_team_slider .slick-list {
    margin: 0 -8px;
  }
  .about_team_slider .slick-slide {
    margin: 0px 8px;
  }
}
@media (min-width: 1200px) {
  .about_team_wrap {
    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;
  }
  .about_team_wrap_text {
    max-width: 700px;
  }
  .about_team_wrap_text p {
    margin-top: 32px;
  }
  .about_team_slider {
    margin-top: 46px;
  }
  .about_team_slider_item h4 {
    font-size: 18px;
    margin-top: 24px;
  }
}
@media (min-width: 1440px) {
  .about_team_wrap_text {
    max-width: 900px;
  }
  .about_team_slider .slick-list {
    margin: 0 -15px;
  }
  .about_team_slider .slick-slide {
    margin: 0px 15px;
  }
}

.about_sert .container {
  padding: 0px;
}
.about_sert_wrap_text {
  padding: 0px 15px;
}
.about_sert_wrap_text p {
  margin-top: 22px;
}
.about_sert_wrap_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow-y: scroll;
  padding: 0px 15px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-top: 22px;
}
.about_sert_wrap_block::-webkit-scrollbar {
  display: none;
}
.about_sert_wrap_block_item {
  display: block;
  min-width: 212px;
  width: 212px;
  margin-right: 15px;
}
.about_sert_wrap_block_item:last-child {
  margin-right: 0px;
}
@media (min-width: 768px) {
  .about_sert_wrap_text {
    padding: 0px 30px;
  }
  .about_sert_wrap_block {
    padding: 0px 30px;
  }
}
@media (min-width: 992px) {
  .about_sert .container {
    padding: 0px 45px;
  }
  .about_sert_wrap_text {
    padding: 0px 0px;
  }
  .about_sert_wrap_block {
    padding: 0px;
  }
  .about_sert_wrap_block_item {
    width: calc(25% - 11.25px);
    margin-right: 15px;
  }
  .about_sert_wrap_block_item:nth-child(4n) {
    margin-right: 0px;
  }
}
@media (min-width: 1200px) {
  .about_sert_wrap_text {
    max-width: 700px;
  }
  .about_sert_wrap_text p {
    margin-top: 32px;
  }
  .about_sert_wrap_block {
    margin-top: 32px;
  }
}
@media (min-width: 1440px) {
  .about_sert_wrap_text {
    max-width: 900px;
  }
  .about_sert_wrap_block_item {
    width: calc(25% - 22.5px);
    margin-right: 30px;
  }
  .about_sert_wrap_block_item:nth-child(4n) {
    margin-right: 0px;
  }
}
@media (min-width: 1600px) {
  .about_sert .container {
    padding: 0px 0px;
  }
}

.about_form_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about_form_btns_item {
  width: calc(50% - 1px);
  height: 48px;
  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-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #FFF3FB;
  cursor: pointer;
  padding: 0px 24px;
}
.about_form_btns_item span {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: center;
  background: var(--main-gradient);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about_form_btns_item.active {
  background: var(--main-gradient);
}
.about_form_btns_item.active span {
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: #fff;
  color: #fff;
}
.about_form_item {
  display: none;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 22px 15px 0px 15px;
  position: relative;
}
.about_form_item_text h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
}
.about_form_item_text p {
  font-size: 12px;
  line-height: 140%;
  margin-top: 12px;
  margin-bottom: 22px;
}
.about_form_item_text form .mf-name {
  margin-top: 15px;
}
.about_form_item_text form .mf-phone {
  margin-top: 15px;
}
.about_form_item_text form .bttn {
  margin-top: 32px;
  color: #fff;
}
.about_form_item_main {
  max-width: 190px;
  position: relative;
  z-index: 2;
  margin-top: 10px;
}
.about_form_item_back {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px;
  max-width: 500px;
  width: calc(100% - 30px);
}
.about_form_item.active {
  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;
}
.about_form_blog {
  background: var(--main-gradient);
}
.about_form_blog h3 {
  color: #fff;
}
.about_form_blog p {
  color: #fff;
}
.about_form_blog p a {
  color: #fff;
  text-decoration: underline;
}
.about_form_blog .mf-text {
  color: #fff;
}
.about_form_blog .mf-name input {
  border-color: #fff;
  color: #fff;
}
.about_form_blog .mf-phone input {
  border-color: #fff;
  color: #fff;
}
.about_form_yur {
  background: #F6F6F6;
}
.about_form_yur p a {
  color: #000;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .about_form_btns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .about_form_btns_item {
    margin-right: 5px;
    width: auto;
  }
  .about_form_btns_item span {
    font-size: 14px;
  }
  .about_form_item {
    padding: 30px 15px 0px 15px;
  }
  .about_form_item_text h3 {
    font-size: 22px;
  }
  .about_form_item_text p {
    font-size: 14px;
  }
  .about_form_item_text p.about_form_item_text_politic {
    font-size: 12px;
  }
  .about_form_item_main {
    max-width: 240px;
  }
}
@media (min-width: 992px) {
  .about_form_item {
    position: relative;
    padding: 30px;
    border-top-right-radius: 20px;
  }
  .about_form_item.active {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .about_form_item_text {
    max-width: 350px;
  }
  .about_form_item_text h3 {
    font-size: 26px;
  }
  .about_form_item_text p.about_form_item_text_politic {
    margin-bottom: 0px;
  }
  .about_form_item_main {
    position: absolute;
    right: 30px;
    margin: 0px;
    bottom: 0px;
    max-width: 340px;
  }
  .about_form_item_back {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: auto;
    max-width: 450px;
  }
}
@media (min-width: 1200px) {
  .about_form_btns_item span {
    font-size: 16px;
  }
  .about_form_item_text {
    max-width: 600px;
  }
  .about_form_item_text h3 {
    font-size: 32px;
  }
  .about_form_item_text p {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .about_form_item_text p.about_form_item_text_politic {
    font-size: 14px;
    margin-left: auto;
    max-width: 290px;
  }
  .about_form_item_text form {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 17px;
  }
  .about_form_item_text form .mf-name {
    width: calc(50% - 10px);
  }
  .about_form_item_text form .mf-phone {
    width: calc(50% - 10px);
  }
  .about_form_item_text form .bttn {
    width: calc(50% - 10px);
    margin-top: 0px;
  }
  .about_form_item_main {
    max-width: 400px;
  }
  .about_form_item_back {
    max-width: 450px;
  }
  .about_form_yur .about_form_item_main {
    max-width: 370px;
  }
}
@media (min-width: 1360px) {
  .about_form_item_text {
    max-width: 700px;
  }
  .about_form_item_text p.about_form_item_text_politic {
    max-width: 340px;
  }
  .about_form_item_back {
    max-width: 480px;
  }
}
@media (min-width: 1600px) {
  .about_form_item {
    padding: 40px;
  }
  .about_form_item_main {
    right: 100px;
  }
  .about_form_item_back {
    max-width: 666px;
    right: 40px;
  }
}

.about_vacan h3 {
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #000;
  position: absolute;
  left: 15px;
  bottom: 15px;
}
.about_vacan_top {
  padding-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about_vacan_top_right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.about_vacan_top_right_logo {
  width: 120px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.about_vacan_top_right_wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 20px;
}
.about_vacan_top_right_wrap_link {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
}
.about_vacan_top_right_wrap blockquote {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 22px;
  position: relative;
}
.about_vacan_top_right_wrap blockquote .up {
  width: 40px;
}
.about_vacan_top_right_wrap blockquote p {
  margin: 15px 0px;
}
.about_vacan_top_right_wrap blockquote .down {
  position: relative;
  margin-left: auto;
  width: 40px;
}
.about_vacan_top_left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 22px;
  position: relative;
}
.about_vacan_top_left img {
  border-radius: 8px;
}
.about_vacan_bottom {
  margin-top: 22px;
}
.about_vacan_bottom_left {
  position: relative;
}
.about_vacan_bottom_left_link {
  width: 50%;
  display: block;
  position: relative;
}
.about_vacan_bottom_left p {
  display: none;
}
.about_vacan_bottom_right {
  margin-top: 22px;
}
.about_vacan_bottom_right_link {
  position: relative;
  display: block;
}
.about_vacan_bottom_right p {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .about_vacan h3 {
    font-size: 16px;
  }
  .about_vacan_top_left img {
    border-radius: 16px;
  }
  .about_vacan_top_right_logo {
    width: 150px;
  }
}
@media (min-width: 992px) {
  .about_vacan h3 {
    font-size: 18px;
  }
  .about_vacan_top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .about_vacan_top_left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0px;
    width: calc(50% - 20px);
  }
  .about_vacan_top_right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(50% - 20px);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .about_vacan_top_right_logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 120px;
  }
  .about_vacan_top_right_wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0px;
    max-width: 340px;
    margin-left: 30px;
  }
  .about_vacan_top_right_wrap blockquote {
    margin-top: 0px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .about_vacan_top_right_wrap_link {
    margin-top: 20px;
  }
  .about_vacan_bottom {
    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;
  }
  .about_vacan_bottom_left {
    width: calc(35% - 20px);
  }
  .about_vacan_bottom_left_link {
    width: 100%;
  }
  .about_vacan_bottom_left_link img {
    width: 100%;
  }
  .about_vacan_bottom_right {
    width: calc(65% - 20px);
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .about_vacan h3 {
    font-size: 20px;
    left: 30px;
    bottom: 30px;
  }
  .about_vacan_top {
    padding-top: 32px;
  }
  .about_vacan_top_left {
    width: calc(50% - 20px);
  }
  .about_vacan_top_left img {
    border-radius: 24px;
  }
  .about_vacan_top_right {
    width: calc(50% - 20px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about_vacan_top_right_logo {
    width: 130px;
  }
  .about_vacan_top_right_wrap {
    margin-left: 0px;
  }
  .about_vacan_bottom {
    margin-top: 32px;
  }
  .about_vacan_bottom_left {
    max-width: 357px;
  }
}
@media (min-width: 1280px) {
  .about_vacan_top {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    padding-top: 0px;
    margin-top: 32px;
  }
  .about_vacan_top_left {
    position: absolute;
    height: 100%;
    left: 0px;
  }
  .about_vacan_top_left img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about_vacan_top_right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .about_vacan_top_right_logo {
    width: 135px;
    margin-right: 40px;
  }
}
@media (min-width: 1360px) {
  .about_vacan_top_left {
    width: calc(45% - 50px);
  }
  .about_vacan_top_right {
    width: calc(55% - 50px);
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .about_vacan_top_right_logo {
    width: 160px;
  }
  .about_vacan_top_right_wrap {
    max-width: 478px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about_vacan_top_right_wrap blockquote .up {
    width: auto;
  }
  .about_vacan_top_right_wrap blockquote .down {
    width: auto;
  }
  .about_vacan_bottom {
    margin-top: 64px;
  }
  .about_vacan_bottom_left p {
    display: block;
    margin-top: 20px;
  }
  .about_vacan_bottom_right {
    width: calc(68% - 20px);
  }
  .about_vacan_bottom_right p {
    display: none;
  }
}
@media (min-width: 1440px) {
  .about_vacan_top_right_logo {
    margin-right: 80px;
  }
}
@media (min-width: 1600px) {
  .about_vacan_top_right_logo {
    margin-right: 120px;
  }
}

.upsale_top {
  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;
}
.upsale_top_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.upsale_top_btns_btn {
  width: 40px;
  height: 40px;
  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: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-left: 12px;
}
.upsale_top_btns_btn:hover {
  background: var(--main-gradient);
}
.upsale_top_btns_btn:hover svg path {
  stroke: #fff;
}
.upsale_slider {
  margin-top: 20px;
}
.upsale_slider .slick-slide {
  margin: 0px 7.5px;
}
.upsale_slider .slick-list {
  margin: 0px -7.5px;
}
@media (min-width: 768px) {
  .upsale_slider .slick-slide {
    margin: 0px 15px;
  }
  .upsale_slider .slick-list {
    margin: 0px -15px;
  }
}
@media (min-width: 1200px) {
  .upsale_top_btns_btn {
    width: 50px;
    height: 50px;
  }
  .upsale_slider .card:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

ul.list_char li {
  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;
  margin-top: 10px;
  gap: 5px;
}
ul.list_char li .name {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: rgba(0, 0, 0, 0.5);
}
ul.list_char li .line {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
ul.list_char li .sum {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: right;
  max-width: 200px;
}
ul.list_char li .article_copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
ul.list_char li .article_copy svg {
  margin-left: 10px;
}
ul.list_char li .check_all {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  background: var(--main-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  cursor: pointer;
}
@media (min-width: 768px) {
  ul.list_char li {
    gap: 10px;
  }
  ul.list_char li .line {
    display: block;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  ul.list_char li .sum {
    max-width: 50%;
  }
}

.product {
  padding-top: 0px;
}
.product_main {
  margin-top: 12px;
}
.product_main_left_nav {
  display: none;
}
.product_main_left_for {
  position: relative;
}
.product_main_left_for_slider_item img {
  border-radius: 20px;
  width: 100%;
}
.product_main_left_for_prev {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.product_main_left_for_next {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.product_main_left_for_counter {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: rgba(0, 0, 0, 0.5);
  background-color: #fff;
  border-radius: 20px;
  padding: 6px 10px;
}
.product_main_right {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 22px;
}
.product_main_right_info {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product_main_right_info_status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #19D001;
  border-radius: 8px;
  padding: 6px 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #fff;
}
.product_main_right_info_status svg {
  margin-left: 5px;
}
.product_main_right_info h1 {
  margin-top: 12px;
}
.product_main_right_info h1 a {
  color: #000;
}
.product_main_right_info_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}
.product_main_right_info_price .current {
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0%;
  background: var(--main-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-left: 10px;
}
.product_main_right_info_price .old {
  margin-left: 12px;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0%;
  text-decoration: line-through;
  color: #000;
  opacity: 0.5;
}
.product_main_right_info_size {
  margin-top: 22px;
}
.product_main_right_info_size h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
}
.product_main_right_info_size .product-item-scu-item-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;
  margin-top: 14px;
}
.product_main_right_info_size .product-item-scu-item-list li {
  margin-right: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #000;
  opacity: 0.7;
  border-radius: 10px;
  cursor: pointer;
  border-radius: 8px;
  position: relative;
  background: #E6E6E6;
}
.product_main_right_info_size .product-item-scu-item-list li .product-item-scu-item-text-block {
  position: relative;
  z-index: 2;
  padding: 6px 10px;
}
.product_main_right_info_size .product-item-scu-item-list li .product-item-scu-item-text {
  white-space: nowrap;
}
.product_main_right_info_size .product-item-scu-item-list li::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 8px;
  background: #F5F5F5;
  z-index: 0;
}
.product_main_right_info_size .product-item-scu-item-list li.selected {
  opacity: 1;
  background: var(--main-gradient);
}
.product_main_right_info_char {
  width: 100%;
  display: none;
}

.product_main_right_action .card_qty {
  margin-top: 0px;
}

.product_main_right_action.added .card_qty {
  display: flex;
}

.product_main_right_action.added .add_cart {
  display: none;
}

.product_main_right_action {
  margin-top: 32px;
  width: 100%;
}

.product_main_right_action_delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product_main_right_action_delivery p {
  margin-left: 8px;
}
.product_main_right_action_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}
.product_main_right_action_img img {
  margin-right: 10px;
}
.product_tabs {
  margin-top: 32px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product_tabs_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow-y: scroll;
  background-color: #F4F4F4;
  padding: 10px;
  border-radius: 10px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.product_tabs_nav::-webkit-scrollbar {
  display: none;
}
.product_tabs_nav_item {
  padding: 6px 10px;
  background-color: #fff;
  border-radius: 10px;
  margin-right: 8px;
  cursor: pointer;
}
.product_tabs_nav_item span {
  white-space: nowrap;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #000;
}
.product_tabs_nav_item.active span {
  background: var(--main-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.product_tabs_body {
  padding-top: 22px;
  width: 100%;
}
.product_tabs_body_item {
  display: none;
}
.product_tabs_body_item h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
}
.product_tabs_body_item_description {
  font-size: 12px;
  color: #000;
  line-height: 130%;
  margin-top: 12px;
}

.product_tabs_body_item_description h2 {
  margin-top: 20px;
}

.product_tabs_body_item_description ul {
  list-style: disc;
  font-size: 14px;
  line-height: 22px;
  margin-top: 15px;
  padding-left: 20px;
}
.product_tabs_body_item_description ul li {
  margin-top: 5px;
}
.product_tabs_body_item.active {
  display: block;
}
.product_tabs_body_item_wrap h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #000;
  margin-top: 22px;
}
.product_tabs_body_item_delivery {
  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;
}
.product_tabs_body_item_delivery img {
  margin-right: 8px;
  margin-bottom: 8px;
}
.product_tabs_body_item_reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.product_tabs_body_item_reviews::-webkit-scrollbar {
  display: none;
}
.product_tabs_body_item_reviews_block {
  min-width: 280px;
  width: 280px;
  background: #F9F9F9;
  padding: 15px;
  border-radius: 20px;
  margin-right: 15px;
}
.product_tabs_body_item_reviews_block:last-child {
  margin-right: 0px;
}
.product_tabs_body_item_reviews_block_top {
  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;
}
.product_tabs_body_item_reviews_block_top h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
}
.product_tabs_body_item_reviews_block_top_stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product_tabs_body_item_reviews_block_media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.product_tabs_body_item_reviews_block_media a {
  display: block;
  width: calc(20% - 10px);
  margin-right: 12px;
}
.product_tabs_body_item_reviews_block_media a img {
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.product_tabs_body_item_reviews_block_media a:nth-child(5n) {
  margin-right: 0px;
}
.product_tabs_body_item_reviews_block_description {
  margin-top: 12px;
}
.product_tabs_body_item_reviews_block_description p {
  color: #000;
}
.product_tabs_body_item_more {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
  background: var(--main-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  cursor: pointer;
  margin-top: 20px;
}
.product_assessments {
  display: none;
}

.product_main_right_action_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product_main_right_action_price .current {
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0%;
  background: var(--main-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-left: 10px;
}
.product_main_right_action_price .old {
  margin-left: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  text-decoration: line-through;
  color: #000;
  opacity: 0.5;
}

.product_main_right_action_btns {
  margin-top: 22px;
}

.product_main_right_action_btns .add_cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border-radius: 8px;
}
.product_main_right_action_btns .add_cart span {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #fff;
  margin-left: 12px;
}



.product_main_right_action_btns .backorder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border-radius: 8px;
  background: #E5E5E5;
}
.product_main_right_action_btns .backorder span {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #9E9E9E;
}



.product_main_right_action_btns .card_qty {
  height: 48px;
}

@media (min-width: 768px) {
  .product_main_left_for_counter {
    left: 15px;
    bottom: 15px;
  }
  .product_tabs_body {
    width: 100%;
  }
  .product_tabs_body_item_delivery img {
    margin-right: 10px;
  }
  .product_tabs_body_item_description h2 {
      font-size: 18px;
  }
}
@media (min-width: 992px) {
  .product_tabs_body_item_description h2 {
    font-size: 18px;
  }
  .product_main_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .product_main_left_nav {
    width: 20%;
    display: block;
    position: relative;
  }
  .product_main_left_nav .slick-slide {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 0px;
  }
  .product_main_left_nav .product_btn {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
  .product_main_left_nav_prev {
    top: 20px;
  }
  .product_main_left_nav_next {
    bottom: 20px;
  }
  .product_main_left_nav_slider_item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: transparent;
    padding: 1px;
    cursor: pointer;
  }
  .product_main_left_nav_slider_item img {
    width: 100%;
    border-radius: 8px;
  }
  .product_main_left_nav .slick-slide.slick-current .product_main_left_nav_slider_item img {
    /* background: var(--main-gradient);  */
    /* border: 1px solid var(--main-gradient);  */
  }
  .product_main_left_nav_slider_item {
    padding: 15px;
    border-radius: 8px;
  }
  .product_main_left_nav .slick-slide.slick-current .product_main_left_nav_slider_item {
    border: 1px solid var(--main-gradient);
  }
  .product_main_left_for {
    width: 80%;
  }
  .product_main_left_for_counter {
    display: none;
  }
  .product_main_right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .product_main_right_info {
    width: calc(100% - 356px);
  }
  .product_main_right_info_price {
    display: none;
  }
  .product_main_right_action {
    margin-top: 0px;
    width: 304px;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
            box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
    background-color: #fff;
    border-radius: 8px;
    padding: 30px;
  }
  .product_main_right_action_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 22px;
  }
  .product_main_right_action_btns .buy_fast {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    border-radius: 8px;
    background-color: #FFF3FB;
    margin-top: 10px;
  }
  .product_main_right_action_btns .buy_fast span {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
    background: var(--main-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }
  
  .product_main_right_action_delivery {
    margin-top: 22px;
  }
  .product_tabs_body_item {
    max-width: 736px;
  }
  .product_tabs_body_item_reviews {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product_tabs_body_item_reviews_block {
    width: calc(50% - 12px);
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .product_tabs_body_item_more {
    margin-top: 0px;
  }
  .product_tabs_body_item_delivery img {
    margin-right: 20px;
  }
  .product_tabs_body_item_delivery img:last-child {
    margin-right: 0px;
  }
  .product_tabs_body_item_description {
    font-size: 14px;
  }
  .product_assessments {
    display: block;
    padding-top: 32px;
    position: relative;
  }
  .product_assessments h2 sup {
    font-size: 12px;
    top: -1.2em;
  }
  .product_assessments_mid {
    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;
    margin-top: 12px;
  }
  .product_assessments_mid_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product_assessments_mid_left span {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0%;
  }
  .product_assessments_mid_left_stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 6px;
  }
  .product_assessments_mid_photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product_assessments_mid_photos span {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #000;
    margin-right: 8px;
  }
  .product_assessments_media {
    position: relative;
    margin-top: 20px;
  }
  .product_assessments_media_prev {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
  .product_assessments_media_next {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
  .product_assessments_media_slider img {
    border-radius: 8px;
  }
  .product_assessments_media_slider .slick-slide {
    margin: 0px 7px;
  }
  .product_main_right_info_char {
    display: block;
  }
}
@media (min-width: 1200px) {
  .product_tabs_body_item_description h2 {
    font-size: 22px;
  }
  .product_tabs_body_item_description ul {
    font-size: 16px;
  }
  .product_main {
    margin-top: 30px;
    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;
    position: relative;
  }
  .product_main_left {
    width: calc(40% - 15px);
  }
  .product_main_left_nav {
    display: none;
  }
  .product_main_left_for {
    width: 100%;
  }
  .product_main_right {
    width: calc(60% - 15px);
    margin-top: 0px;
  }
  .product_main_right_info {
    width: calc(100% - 310px);
  }
  .product_main_right_info h1 {
    font-size: 28px;
  }
  .product_main_right_action {
    padding: 20px;
    width: 280px;
  }
  .product_tabs {
    margin-top: 52px;
  }
  .product_tabs_nav_item {
    padding: 10px 20px;
    margin-right: 15px;
  }
  .product_tabs_nav_item:last-child {
    margin-right: 0px;
  }
  .product_tabs_nav_item span {
    font-size: 16px;
  }
  .product_tabs_body_item h3 {
    font-size: 22px;
  }
  .product_tabs_body_item_wrap h4 {
    font-size: 16px;
  }
  .product_tabs_body_item_reviews_block {
    padding: 20px;
    border-radius: 20px;
  }
  .product_tabs_body_item_reviews_block_description p {
    font-size: 14px;
  }
}
@media (min-width: 1360px) {
  .product_main_left {
    width: calc(50% - 10px);
  }
  .product_main_left_nav {
    display: block;
    width: 20%;
  }
  .product_main_left_for {
    width: 80%;
  }
  .product_main_right {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1440px) {
  .product_main_left {
    width: calc(50% - 15px);
  }
  .product_main_right {
    width: calc(50% - 15px);
  }
  .product_main_right_info {
    width: calc(100% - 332px);
  }
  .product_main_right_action {
    width: 300px;
    padding: 28px;
  }
}
@media (min-width: 1600px) {
  .product_main_right_info_size .product-item-scu-item-list li .product-item-scu-item-text-block {
    padding: 10px 20px;
  }
}

.fixed_action {
  position: fixed;
  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;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 30px);
  bottom: 90px;
  z-index: 6;
  background-color: #fff;
  padding: 10px;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.fixed_action .buy_fast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(50% - 8px);
  border-radius: 8px;
  background-color: #FFF3FB;
}
.fixed_action .buy_fast span {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
  background: var(--main-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.fixed_action .add_cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(50% - 8px);
  border-radius: 8px;
}
.fixed_action .add_cart span {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #fff;
  margin-left: 12px;
}
@media (min-width: 576px) {
  .fixed_action {
    width: 350px;
  }
}
@media (min-width: 992px) {
  .fixed_action {
    display: none;
  }
}

.product_modal {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 1180px;
  background-color: #fff;
  z-index: 11;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 40px;
  display: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 24px;
}
.product_modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product_modal_left {
  width: calc(40% - 15px);
}
.product_modal_left_for {
  position: relative;
}
.product_modal_left_for_slider_item img {
  border-radius: 20px;
}
.product_modal_left_for_prev {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.product_modal_left_for_next {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.product_modal_left_for_counter {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: rgba(0, 0, 0, 0.5);
  background-color: #fff;
  border-radius: 20px;
  padding: 6px 10px;
}
.product_modal_close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}
@media (min-width: 1440px) {
  .product_modal .product_main_right {
    width: calc(60% - 15px);
  }
}

.discount .col-6 {
  margin-top: 15px;
}
.discount_big {
  display: block;
  margin-top: 15px;
}
.discount_big img {
  border-radius: 8px;
}
@media (min-width: 768px) {
  .discount .col-6 {
    margin-top: 30px;
  }
  .discount_big {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .discount_big {
    height: calc(100% - 30px);
    margin-top: 0px;
    position: absolute;
    right: 15px;
    top: 30px;
    width: calc(100% - 30px);
  }
  .discount_big img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.notfound {
  background: url(../img/404/back.jpg);
  background-size: cover;
  background-position: 35% 0%;
  margin-top: 96px;
  padding-bottom: 60px;
}
.notfound_block {
  width: 180px;
}
.notfound_block h2 {
  font-size: 22px;
  color: #fff;
}
.notfound_block p {
  font-size: 12px;
  color: #fff;
  margin-top: 12px;
  line-height: 130%;
}
.notfound_block a {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0%;
  color: #000;
  margin-top: 12px;
}
.notfound_block img {
  margin-top: 54px;
}
.notfound_desktop {
  display: none;
}
@media (min-width: 768px) {
  .notfound {
    background-position: 50%;
  }
  .notfound_block {
    width: 240px;
  }
  .notfound_block h2 {
    font-size: 28px;
  }
  .notfound_block p {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .notfound {
    margin-top: 110px;
    height: calc(100vh - 110px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .notfound_block {
    width: 300px;
  }
  .notfound_block h2 {
    font-size: 36px;
  }
  .notfound_block p {
    font-size: 16px;
    margin-top: 22px;
  }
  .notfound_block a {
    margin-top: 32px;
    height: 65px;
    line-height: 65px;
    font-size: 16px;
    width: 228px;
  }
  .notfound_block img {
    display: none;
  }
  .notfound_desktop {
    position: absolute;
    right: 30px;
    bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 460px;
  }
}
@media (min-width: 1600px) {
  .notfound_desktop {
    max-width: 510px;
    right: 60px;
    bottom: 80px;
  }
}
@media (min-width: 1920px) {
  .notfound_desktop {
    max-width: 622px;
    bottom: 90px;
  }
}

.catalog {
  padding-top: 0px;
}

.catalog h1 {
  margin-top: 22px;
}

.catalog .col {
  margin-top: 15px;
}


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

.cat_card_img {
  box-sizing: border-box;
  padding: 20px;
}

.cat_card h3 {
  font-weight: 500;
  color: #000;
  text-align: center;
  transition: all 0.2s linear;
  margin-top: 12px;
}

.cat_card:hover h3 {
  color: var(--main-gradient);
}

.catalog_categories {
  row-gap: 16px;
  margin-top: 16px;
}

@media (min-width: 768px) {
  .catalog_categories {
    row-gap: 30px;
    margin-top: 30px;
  }
  .catalog .col {
    margin-top: 30px;
  }
}

.home_catalog .col {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .home_catalog .col {
    margin-top: 30px;
  }
}

.cart-toast {
  position: fixed;
  top: calc(50% - 27px);
  left: calc(50% - 127px);
  background: #FFF8E1;
  color: #000;
  padding: 14px 20px;
  border-radius: 10px;
  font-size: 14px;
  opacity: 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(20px);
  z-index: 99999;
  display: flex;
  align-items: center;
  width: 254px;
  height: 54px;
}

.cart-toast svg {
  margin-right: 6px;
  width: 24px;
}

.cart-toast.show {
  opacity: 1;
  transform: translateY(0);
}

a.added_to_cart {
  display: none;
}

.card_qty {
  height: 40px;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background-color: #000;
  overflow: hidden;
  margin-top: 14px;
}

.card_qty input {
  height: 100%;
  border: none;
  border-radius: 0px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  padding: 0px;
}

.card_qty button {
  min-width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}

@media (min-width: 1200px) {
  .card_qty {
    height: 48px;
    margin-top: 20px;
  }
  .card_qty input {
    line-height: 48px;
  }
  .card_qty button {
    min-width: 48px;
  }
}

.card_qty {
  display: none;
}

.card.added_cart .card_qty {
  display: flex;
}

.card.added_cart .add_cart {
  display: none;
}

.catalog_sort {
  padding-top: 15px;
  padding-bottom: 15px;
}

.woocommerce-message {
  display: none;
}

.checkout {
  padding-top: 0px;
}

.checkout h1 {
  margin-top: 22px;
}

.woocommerce-NoticeGroup-checkout {
  display: none;
}

.form-row.woocommerce-invalid input.input-text {
  box-shadow: none !important;
  border: 1px solid red;
}

#billing_country_field {
  position: absolute;
  opacity: 0;
  z-index: -999;
  visibility: hidden;
}

.woocommerce-billing-fields__field-wrapper .form-row {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
}

.woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce-billing-fields__field-wrapper .form-row label {
  margin-bottom: 6px;
}

.woocommerce-billing-fields__field-wrapper .form-row input {
  width: 100%;
}

.form-row.woocommerce-validated input.input-text {
  box-shadow: none !important;
}

.checkout_aside {
  margin-top: 30px;
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}

.checkout_aside .form-row {
  margin-right: 0px;
  margin-left: 0px;
}

.checkout_aside #place_order {
  width: 100%;
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  font-weight: 500;
  border-radius: 8px;
  display: block;
  text-align: center;
  background: var(--main-gradient);
  margin-top: 20px;
}

.checkout_aside #place_order:hover {
  background: var(--second-gradient);
}

.woocommerce-privacy-policy-text p a {
  color: #000;
  text-decoration: underline;
}

.wc_payment_methods {
  margin-top: 30px;
  margin-bottom: 20px;
}

.wc_payment_methods li {
  position: relative;
  margin-top: 15px;
}

.wc_payment_methods li input {
  display: none;
}

.wc_payment_methods li label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}

.wc_payment_methods li label img {
  display: none;
}

.wc_payment_methods li .checkmark {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  height: 22px;
  width: 22px;
  background: #FFF8E1;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.wc_payment_methods li .checkmark::before {
  display: none;
  content: "";
  position: absolute;
  left: 7px;
  top: 4px;
  width: 6px;
  height: 10px;
  border: solid #000;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}

.wc_payment_methods li input:checked ~ .checkmark::before {
  display: block;
}

.woocommerce-billing-fields__field-wrapper .form-row {
  margin-left: 0px;
  margin-right: 0px;
}

@media (min-width: 1200px) {
  .checkout_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 32px;
  }
  .checkout_aside {
    min-width: 420px;
    width: 420px;
    margin-left: 30px;
  }
  .woocommerce-billing-fields__field-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
  }
  .woocommerce-billing-fields__field-wrapper .form-row {
    width: calc(50% - 10px);
    margin-top: 0px;
  }
  .checkout_aside {
    margin-top: 0px;
  }
}

.checkout_wrap .checkout-inline-error-message {
  color: red;
  font-size: 14px;
  margin-top: 2px;
}

.checkout_aside h3 {
  font-size: 18px;
  line-height: 114%;
  color: #1d1d27;
  font-weight: 700;
}

@media (min-width: 768px) {
  .checkout_aside h3 {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .checkout_aside h3 {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .checkout_aside h3 {
    font-size: 28px;
  }
}

.shop_table_wrap_list_item {
  display: flex;
  align-items: flex-start;
}

.shop_table_wrap_list_item_img {
  width: 90px;
  min-width: 90px;
  margin-right: 20px;
}

.shop_table_wrap_list_item_text_price {
  display: flex;
  align-items: center;
}

.shop_table_wrap_list_item_text_price img {
  width: 18px;
  margin-right: 10px;
}

.shop_table_wrap_list_item_text_price span {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  background: var(--main-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.shop_table_wrap_list_item_text h4 {
  font-size: 14px;
  margin-top: 5px;
  color: #000;
}

.shop_table_wrap_list_item_text_unity {
  color: rgba(0, 0, 0, 0.5);
  margin-top: 3px;
  font-size: 13px;
}

.shop_table_wrap_list_item {
  margin-top: 30px;
  position: relative;
  padding-bottom: 14px;
  border-bottom: 1px solid #dedede;
}

.shop_table_wrap_list_item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.shop_table_choice {
  margin-top: 30px;
}

.shop_table_choice .cart-subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.shop_table_choice .cart-subtotal .semifinal {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  background: var(--main-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.woocommerce-shipping-totals {
  margin-top: 30px;
  margin-bottom: 30px;
}

.woocommerce-shipping-totals h4 {
  margin-bottom: 10px;
}


.shop_table_choice h4 {
  font-size: 16px;
  line-height: 114%;
  color: #1d1d27;
  font-weight: 700;
}

@media (min-width: 768px) {
  .shop_table_choice h4 {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .shop_table_choice h4 {
    font-size: 20px;
  }
}

.woocommerce-shipping-methods li {
  position: relative;
  margin-top: 15px;
}

.woocommerce-shipping-methods li input {
  display: none;
}

.woocommerce-shipping-methods li label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}

.woocommerce-shipping-methods li .checkmark {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  height: 22px;
  width: 22px;
  background: #FFF8E1;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.woocommerce-shipping-methods li .checkmark::before {
  display: none;
  content: "";
  position: absolute;
  left: 7px;
  top: 4px;
  width: 6px;
  height: 10px;
  border: solid #000;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}

.woocommerce-shipping-methods li input:checked ~ .checkmark::before {
  display: block;
}


.checkout_aside .order-total .semifinal {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  background: var(--main-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}



.cat_list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  list-style: none;
  margin-top: 24px;
  margin-bottom: 15px;
}

.cat_list_item a {
  display: block;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.2s;
  text-align: center;
  color: #000;
  font-size: 14px;
}

.cat_list_item a:hover {
  border-color: var(--main-gradient);
  color: var(--main-gradient);
}

@media (min-width: 992px) {
  .cat_list_item a {
    padding: 10px 14px;
  }
}

@media (min-width: 1200px) {
  .cat_list_item a {
    padding: 14px 16px;
    font-size: 16px;
  }
}

.yith-wcwl-add-to-wishlist {
  margin-top: 0px;
}

.card .yith-wcwl-add-to-wishlist {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}

#yith-wcwl-popup-message {
  padding: 0px 20px;
  height: 54px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: none;
  background: #FFF8E1;
  border-radius: 10px;
  font-size: 14px;
  color: #000;
  pointer-events: none;
  line-height: 54px;
  font-weight: 400;
}

#yith-wcwl-popup-message {
  display: none !important;
}

.single_blog_wrap_left_main img {
  height: auto;
}

.single_blog_wrap_left_info {
  margin-top: 20px;
}

.single_blog_wrap_left_main ul,
.single_blog_wrap_left_main ol {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  list-style: disc;
  padding-left: 20px;
  margin-top: 12px;
}


.single_blog_wrap_left_main table {
  width: 100%;
  display: block;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.4;
  overflow-x: scroll;
}

.single_blog_wrap_left_main table p {
  margin-top: 0px;
}

.single_blog_wrap_left_main table td {
  padding: 12px 16px;
  border: 1px solid #e5e5e5;
  text-align: left;
}

table p {
  margin: 0;
}

.single_blog_back {
  display: block;
  height: 50px;
  text-align: center;
  line-height: 50px;
  width: 220px;
  color: #fff;
  margin-top: 30px;
  border-radius: 10px;
}

.single_blog_back:hover {
  color: #fff;
}

@media (min-width: 1200px) {
  .single_blog_wrap_left_main ul,
  .single_blog_wrap_left_main ol {
    font-size: 16px;
    margin-top: 20px;
  }
  .single_blog_wrap_left_main table {
    font-size: 16px;
  }
}

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

.personal_wrap_left .woocommerce-form-row {
  margin-bottom: 15px;
}

.personal_wrap_left_row label {
  display: block;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  margin-top: 20px;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.personal_wrap_left_row label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.personal_wrap_left_row label .checkmark {
  position: absolute;
  top: -1px;
  left: 0;
  height: 22px;
  width: 22px;
  background: #FFF8E1;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.personal_wrap_left_row label .checkmark::after {
  display: none;
  content: "";
  position: absolute;
  left: 7px;
  top: 4px;
  width: 6px;
  height: 10px;
  border: solid #000;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}

.personal_wrap_left_row label input:checked ~ .checkmark::after {
  display: block;
}

.personal_wrap_left .woocommerce-LostPassword {
  margin-top: 20px;
}

.personal_wrap_left .woocommerce-LostPassword a {
  color: var(--main-gradient);
}

.personal_wrap_left .woocommerce-LostPassword a:hover {
  text-decoration: underline;
}

.personal_wrap_left .woocommerce-form-row label {
  margin-bottom: 6px;
}

.woocommerce-error {
  display: flex;
  background-color: transparent;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
}

.woocommerce-error li {
  color: red;
}

.personal_wrap_left .woocommerce-error {
  display: flex;
  background-color: transparent;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
}

.personal_wrap_left .woocommerce-error li {
  color: red;
}

.account_wrap_left_list nav ul {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.account_wrap_left_list nav ul li a {
  display: flex;
  align-items: center;
  height: 42px;
  justify-content: center;
  border: 1px solid #EAEAEA;
  border-radius: 10px;
}

.account_wrap_left_list nav ul li a svg {
  margin-right: 10px;
}

.account_wrap_left_list nav ul li a span {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0%;
  color: #000;
}

.account_wrap_left_list nav ul li.is-active a {
  background: var(--main-gradient);
  border-color: var(--main-gradient);
}

.account_wrap_left_list nav ul li.is-active a span {
  color: #fff;
}

.account_wrap_left_list nav ul li.is-active a svg path {
  stroke: #fff;
}

.account_wrap_right {
  margin-top: 24px;
}

@media (min-width: 992px) {
  .account_wrap_right {
    margin-top: 0px;
  }
}

@media (min-width: 1200px) {
  .account_wrap_left_list nav ul li a span {
    font-size: 16px;
  }
  .account_wrap_left_list nav ul li a {
    height: 60px;
    justify-content: flex-start;
    padding: 0px 30px;
  }
}

.woocommerce-MyAccount-content {
  max-width: 100%;
  overflow-y: auto;
}


.woocommerce-MyAccount-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.4;
}

.woocommerce-MyAccount-content table p {
  margin-top: 0px;
}

.woocommerce-MyAccount-content table td,
.woocommerce-MyAccount-content table th {
  padding: 12px 16px;
  border: 1px solid #e5e5e5;
  text-align: left;
  white-space: nowrap;
}

.woocommerce-MyAccount-content table thead td,
.woocommerce-MyAccount-content table thead th {
  font-weight: 600;
}

.woocommerce-MyAccount-content table td a,
.woocommerce-MyAccount-content table th a {
  color: var(--main-gradient);
}

.woocommerce-MyAccount-content table td a {
  margin-left: 10px;
}

.woocommerce-MyAccount-content table td a:first-child {
  margin-left: 0px;
}

.woocommerce-MyAccount-content table td a:hover,
.woocommerce-MyAccount-content table th a:hover {
  text-decoration: underline;
}

@media (min-width: 1200px) {
  .woocommerce-MyAccount-content table {
    font-size: 16px;
  }
}

a.edit {
  color: var(--main-gradient);
}

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

.woocommerce-MyAccount-content address {
  line-height: 160%;
  margin-top: 20px;
}

.woocommerce-address-fields__field-wrapper {
  gap: 15px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.woocommerce-address-fields__field-wrapper .form-row {
  display: block;
  margin: 0px;
  width: 100%;
}

.woocommerce-address-fields__field-wrapper #shipping_country_field {
  display: none;
}

.woocommerce-address-fields__field-wrapper .form-row label {
  margin-bottom: 6px;
}

.woocommerce-address-fields .button {
  width: 100%;
  display: block;
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 10px;
  margin-top: 30px;
}

.form-row {
  display: block;
  margin: 0px;
}

.woocommerce-EditAccountForm {
  gap: 15px;
  display: flex;
  flex-direction: column;
}

.woocommerce-EditAccountForm .woocommerce-form-row label {
  margin-bottom: 6px;
}

.woocommerce-EditAccountForm fieldset {
  gap: 15px;
  display: flex;
  flex-direction: column;
}


.woocommerce-EditAccountForm .woocommerce-Button {
  width: 100%;
  display: block;
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 10px;
  margin-top: 15px;
}

.woocommerce-MyAccount-content p a {
  color: var(--main-gradient);
}

.woocommerce-MyAccount-content p a:hover {
  text-decoration: underline;
}

.woocommerce-MyAccount-content .woocommerce-customer-details {
  display: none;
}

section.woocommerce-order-details {
  padding-top: 24px;
}

.mark, mark {
  background-color: #FFF8E1;
}

section.thankyou {
  padding-top: 0px;
}

.thankyou .woocommerce-customer-details {
  display: none;
}

.thankyou .woocommerce-customer-details {
  display: none;
}

.thankyou ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}


.thankyou .woocommerce-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 16px;
}

.thankyou .woocommerce-table p {
  margin-top: 0px;
}

.thankyou .woocommerce-table td,
.thankyou .woocommerce-table th {
  padding: 12px 16px;
  border: 1px solid #e5e5e5;
  text-align: left;
  white-space: nowrap;
}

.thankyou .woocommerce-table thead td,
.thankyou .woocommerce-table thead th {
  font-weight: 600;
}

.thankyou .woocommerce-table td a,
.thankyou .woocommerce-table th a {
  color: var(--main-gradient);
}

.thankyou .woocommerce-table td a:hover,
.thankyou .woocommerce-table th a:hover {
  text-decoration: underline;
}

@media (min-width: 1200px) {
  .thankyou .woocommerce-table {
    font-size: 16px;
  }
}

.wpcf7-response-output,
.wpcf7-spinner,
.wpcf7-not-valid-tip {
  display: none !important;
}

section.lost_pass {
  padding-top: 0px;
}

.lost_pass h1 {
  margin-top: 22px;
}

.lost_pass .woocommerce-form-row--first {
  margin-top: 20px;
}

.personal_reset_block_img {
  margin-bottom: 10px;
}

.politic {
  padding-top: 0px;
}

.politic h1 {
  margin-top: 22px;
}

.politic_block a {
  color: var(--main-gradient);
  text-decoration: underline;
}

.politic_block a:hover {
  text-decoration: none;
}

.politic_block p {
  margin-top: 20px;
}

.politic h2,
.politic h3 {
  margin-top: 30px;
}

.politic_block ul {
  list-style: disc;
  margin-top: 20px;
  font-size: 14px;
  line-height: 160%;
  padding-left: 30px;
}

.politic_block ul ul {
  margin-top: 0px;
}

@media (min-width: 1200px) {
  .politic_block ul {
    font-size: 16px;
  }
}


.politic h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
}
@media (min-width: 768px) {
  .politic h3 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .politic h3 {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .politic h3 {
    font-size: 30px;
  }
}


.politic_checkbox input {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 22px;
  height: 22px;
  opacity: 0;
  z-index: -1;
}

.politic_checkbox {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  font-size: 14px;
}

.personal_wrap_left .woocommerce-form-row label.politic_checkbox {
  margin-bottom: 15px;
}

.politic_checkbox a {
  color: var(--main-gradient);
  text-decoration: underline;
}

.politic_checkbox a:hover {
  text-decoration: none;
}

.politic_checkbox .checkmark {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  height: 22px;
  width: 22px;
  background: #FFF8E1;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.politic_checkbox .checkmark::before {
  display: none;
  content: "";
  position: absolute;
  left: 7px;
  top: 4px;
  width: 6px;
  height: 10px;
  border: solid #000;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}

.politic_checkbox input:checked ~ .checkmark::before {
  display: block;
}

.wpcf7-form .politic_checkbox {
  margin-top: 20px;
}

#formBtn {
  cursor: default;
  pointer-events: none;
  opacity: 0.6;
}

#formBtn.active {
  cursor: pointer;
  pointer-events: auto;
  opacity: 1;
}


.cf7-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.cf7-modal.active {
  display: flex;
}

.cf7-modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
}

.cf7-modal-close {
  margin-top: 15px;
  cursor: pointer;
  height: 48px;
  padding: 0px 40px;
  color: #fff;
  border-radius: 8px;
}

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

.not-found_block img {
  max-width: 100%;
}

.not-found_block p {
  margin-top: 20px;
  text-align: center;
}

.not-found_block a {
  display: block;
  margin-top: 20px;
  height: 48px;
  color: #fff;
  padding: 0px 20px;
  border-radius: 8px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .not-found_block img {
    max-width: 500px;
  }
  .not-found_block p {
    margin-top: 30px;
  }
  .not-found_block a {
    margin-top: 30px;
  }
}

.cart .woocommerce-notices-wrapper {
  margin-top: 16px;
}

.cart_error {
  margin-top: 20px;
}

.cart_error a {
  display: block;
  height: 48px;
  line-height: 48px;
  text-align: center;
  padding: 0px 35px;
  margin-top: 20px;
  color: #fff;
  border-radius: 8px;
  transition: all 0.2s linear;
}


@media (min-width: 768px) {
  .cart_error {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

.checkout_reg {
  color: var(--main-gradient);
  text-decoration: underline;
  display: inline-block;
  margin-top: 20px;
}

.checkout_reg:hover {
  text-decoration: none;
  color: var(--main-gradient);
}

.delivery {
  padding-top: 0px;
}

.delivery h1 {
  margin-top: 22px;
}

.delivery_text {
  margin-top: 20px;
}

.delivery_pickup {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.delivery_pickup_item {
  background-color: #fff;
  padding: 20px 15px;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.delivery_pickup_item p {
  margin-top: 15px;
}

.delivery_pickup_item ul {
  font-size: 14px;
  line-height: 160%;
  list-style: disc;
  margin-top: 15px;
  padding-left: 20px;
}

.delivery_pickup_item img {
  display: none;
}

.delivery_pickup_item_body_adres {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.delivery_pickup_item_body_adres p {
  margin-top: 0px;
}

.delivery_pickup_item_body_adres svg {
  margin-right: 10px;
}

.delivery_pickup_item a {
  color: var(--main-gradient);
  text-decoration: underline;
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
}

.delivery_pickup_item a:hover {
  text-decoration: none;
}

.delivery_req {
  margin-top: 20px;
  background-color: #fff;
  padding: 20px 15px;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.delivery_req_body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.delivery_req_body span {
  font-size: 14px;
  color: #B3B3B3;
}

.delivery_req_body_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 768px) {
  .delivery_pickup_item {
    padding: 20px;
  }
  .delivery_req {
    padding: 20px;
  }
  .delivery_req_body_list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (min-width: 1200px) {
  .delivery_req {
    padding: 30px;
    margin-top: 30px;
  }
  .delivery_req_body span {
    font-size: 16px;
  }
  .delivery_pickup {
    gap: 30px;
    margin-top: 30px;
  }
  .delivery_pickup_item {
    position: relative;
    padding: 30px;
    overflow: hidden;
  }
  .delivery_pickup_item ul {
    font-size: 16px;
  }
  .delivery_pickup_item a {
    font-size: 16px;
  }
  .delivery_pickup_item img {
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
  }
  .delivery_pickup_item_body {
    position: relative;
    z-index: 2;
  }
  .delivery_pickup_item:first-child {
    height: 300px;
  }
  .delivery_pickup_item img {
    max-height: 100%;
  }
  .delivery_pickup_item_body {
    padding-right: 356px;
  }
}

@media (min-width: 1600px) {
  .delivery_pickup {
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .delivery_pickup_item {
    width: calc(50% - 15px);
    height: auto;
    min-height: 300px;
  }
  .delivery_pickup_item_body {
    padding-right: 210px;
  }
}



.cookie-consent {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1200;
  margin: 0 auto;
  max-width: 832px;
  padding: 18px 20px;
  border-radius: 16px;
  border: 1px solid #e7e7e7;
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.cookie-consent.is-hidden {
  display: none;
}

.cookie-consent__text {
  margin: 0;
  color: #151515;
  font-size: 15px;
  line-height: 1.45;
}

.cookie-consent__text a {
  color: var(--main-gradient);
  text-decoration: underline;
}


.cookie-consent__btn:focus-visible {
  outline: 2px solid #101820;
  outline-offset: 2px;
}

.cookie-consent__btn {
  padding: 0px 54px;
  height: 48px;
  color: #fff;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .cookie-consent {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 14px;
    border-radius: 14px;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .cookie-consent__text {
    font-size: 14px;
  }
}


.shop_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.4;
}

.shop_table p {
  margin-top: 0px;
}

.shop_table td,
.shop_table th {
  padding: 12px 16px;
  border: 1px solid #e5e5e5;
  text-align: left;
  white-space: nowrap;
}

.shop_table thead td,
shop_table thead th {
  font-weight: 600;
}

.shop_table td a,
.shop_table th a {
  color: var(--main-gradient);
}

.shop_table td a {
  margin-left: 10px;
}

.shop_table td a:first-child {
  margin-left: 0px;
}

.shop_table td a:hover,
.shop_table th a:hover {
  text-decoration: underline;
}

@media (min-width: 1200px) {
  .shop_table {
    font-size: 16px;
  }
}

.payment_form {
  margin-top: 22px;
}

.payment_form_table {
  max-width: 100%;
  overflow-y: scroll;
}

ul.order_details {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.payment_form #place_order {
  width: 100%;
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  font-weight: 500;
  border-radius: 8px;
  display: block;
  text-align: center;
  background: var(--main-gradient);
  margin-top: 20px;
}

.payment_form #place_order:hover {
  background: var(--second-gradient);
}

@media (min-width: 576px) {
  .payment_form #place_order {
    max-width: 320px;
  }
}

.checkout .woocommerce-error {
  margin-bottom: 0px;
}

.checkout .woocommerce-NoticeGroup-checkout {
  display: block;
  margin-top: 20px;
}

.woocommerce-error li a {
  color: red;
}

.cdek-office-info {
  padding: 0px;
  display: flex;
  align-items: center;
  background: var(--main-gradient);
  color: #fff;
  padding: 5px 5px 5px 40px;
  position: relative;
  min-height: 40px;
}


.cdek-office-info::before {
  display: none;
}

.cdek-office-info::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../img/map.png);
  background-size: cover;
  background-position: 50%;
}

#billing_address_2_field {
  display: none !important;
}

.woocommerce-pagination {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}

.woocommerce-pagination a {
  color: var(--main-gradient);
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  display: none;
}

.cart_wrap_right_coupon_form {
  margin-top: 20px;
}

.cart_wrap_right_coupon_form input {
  height: 48px;
  line-height: 48px;
}

.cart_wrap_right_coupon_form button {
  width: 100%;
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  font-weight: 500;
  border-radius: 8px;
  display: block;
  text-align: center;
  border: none;
  background: var(--main-gradient);
  margin-top: 10px;
}

.cart_wrap_right_coupon_form button:hover {
  background: var(--second-gradient);
}

.card_wrap {
    position: relative;
}

.price_badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #E53E3E;
    color: white;
    font-weight: 600;
    font-size: 9px;
    line-height: 1;
    padding: 6px 6px 5px;
    border-radius: 4px;
    z-index: 3;
    box-shadow: 0 2px 6px rgba(229, 62, 62, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

@media (min-width: 576px) {
  .price_badge {
    font-size: 12px;
    padding: 6px 10px 5px;
  }
}
