@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap");
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, button, a {
  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;
}
.sfsiplus_footerLnk{
  display: none;
}
#share-button{
  width: 24px;
  height: 24px;
  border: none;
  background: transparent;
}
#share-button svg{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.quantity-row .prices{
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.quantity-row .flex-block{
  display: flex;
  align-items: center;
  column-gap: 16px;
}
@media(max-width: 768px){
  .quantity-row .flex-block{
    flex-direction: column;
    row-gap: 10px;
    width: 100%;
    align-items: flex-start;
  }
  .quantity-row .flex-block .main-btn{
    width: 100%;
  }
}
.quantity-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product__wrap .right .flex-row-del-and-status{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media(max-width: 992px){
  .product__wrap .right .flex-row-del-and-status{
    display: none;
  }
}
.product .mobile-top-row .flex-row-del-and-status{
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: flex-start;
}
.product__wrap .right  .flex-row-del-and-status .right-flex-sec{
  margin-left: auto;
  display: flex;
  align-items: center;
  column-gap: 24px;
}
.product .mobile-top-row .share-button{
  position: static;
  margin-right: 12px;
}
.share-button{
  position: absolute;
  top: 0;
  right: 36px;
  width: 24px;
  height: 24px;

}
@media(max-width: 992px){
  .product__wrap .right .share-button{
    display: none;
  }
}
.share-button .visible{
  position: relative;
  width: 100%;
  height: 100%;
}
.share-button .visible input{
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
  background: url(../img/share.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.share-button .visible input::hover{
  opacity: .7;
}
.share-button .visible input:focus ~ .droppdown {
  visibility: visible;
  opacity: 1;
}

.share-button .visible .droppdown{
  position: absolute;
  right: 0;
  top: calc(100% + 5px);
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
.share-button .visible .droppdown .norm_row{
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  row-gap: 12px;
  column-gap: 12px;
  padding: 8px;
  border-radius: 8px;
  background: white;
  width: 175px!important;
  box-shadow: 0px 5px 15px 0px #0000001A;
}
.prod-status{
  font-size: 12px;
  display: block;
  margin-top: 10px;
}
.prod-status .status{
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.prod-status .status svg{
  width: 12px;
  height: 12px;
  object-fit: contain;
}
.prod-status .status.status-1 {
  color: #2E7D32;
}
.prod-status .status.status-2 {
  color: #03A4FF;
}
.prod-status .status.status-3 {
  color: #888888;
}
.woocommerce .thanks-page .main-btn{
  color: white;
  text-decoration: none;
}
.woocommerce .thanks-page .main-btn:hover{
  opacity: 1;
}
.woocommerce ul.order_details{
  display: flex;
  align-items: center;
  column-gap: 16px;
  flex-direction: row;
}
.woocommerce ul.order_details li:before{
  display: none!important;
}
@media(max-width: 768px){
  #customer_details{
    display: flex;
    flex-direction: column-reverse;
    row-gap: 20px;
  }
}
.index-content-page{
  padding: 60px 0;
}
.content-index{
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.content-index h3{
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}
.content-index h2{
  font-size: 26px;
  font-weight: 700;
  line-height: 120%;
}
.content-index p{
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}
.content-index strong{
  font-weight: 700;
}
.content-index p a{
  text-decoration: underline;
  color: #FBBA00;
  transition: .3s;
}
.content-index p a:hover{
  opacity: .7;
}
.content-index  a{
  text-decoration: underline;
  color: #FBBA00;
  transition: .3s;
}
.content-index  a:hover{
  opacity: .7;
}
.content-index ul, .content-index ol{
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.content-index ul li, .content-index ol li{
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  padding-left: 20px;
}
.content-index ul li::before, .content-index ol li::before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  transform: translateY(-50%);
}
.empty-cart{
  height: calc(100vh - 149px);

}
.empty-cart .cart-empty-block{
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 50px;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
.empty-cart .cart-empty-block p{
  font-size: 20px;
  font-weight: 700;
}
.woof_list_color li{
  position: relative;
}
.woof_list_color li:hover .woof_wcga_label_hide{
  opacity: 1;
  visibility: visible;
}
.woof .woof_wcga_label_hide, .woof_container_inner .woof_wcga_label_hide{
  display: block!important;
  position: absolute;
  left: 50%;
  top: calc(100% + 5px);
  background: white;
  border-radius: 50px;
  padding: 2px 6px;
  font-size: 12px;
  color: black;
  transition: .3s;
  visibility: hidden;
  opacity: 0;
  border: 1px solid #f8f8f8;
  transform: translateX(-50%);
  z-index: 2;
  white-space: nowrap;
}
.orderby option[value="popularity"], .orderby option[value="rating"], .orderby option[value="date"] {
  display: none;
}
.woof_reset_search_form{
  padding: 5px 12px;
  border-radius: 50px;
  background: #FBBA00;
  transition: .3s;
}
.woof_container.woof_container_onsales .woof_container_inner, .woof_container.woof_container_stock .woof_container_inner{
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.woof_container.woof_container_onsales .woof_container_inner, .woof_container.woof_container_stock .woof_container_inner input{
  margin: 0!important;
}
.woof_reset_search_form:hover{
  opacity: .7;
}
.woof_container{
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
}
.woof_container.woof_container_ruua{
  padding-bottom: 0;
  border-bottom: none;
}
.woof_container.woof_container_onsales{
  margin-top: -16px;
  padding-bottom: 0;
  border-bottom: none;
}
.woof_container.woof_container_stock{
  margin-top: -10px;
  padding-bottom: 0;
  border-bottom: none;
}
.icheckbox_square-aero input:checked {
  background: #fbba00 !important;
}
.icheckbox_square-aero input:checked:before {
  opacity: 1;
}
.icheckbox_square-aero input:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  height: 6px;
  background: url(../img/arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
}
.iCheck-helper{
  display: none!important;
}
.widget .woof_redraw_zone ul li, .widget .woof_redraw_zone ul li{
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.woof_list_checkbox li div{
  margin-top: -3px;
}
.woof_list_checkbox li{
  position: relative;
}
.woof_list_checkbox li input{
  pointer-events: none;
}
.woof_list_checkbox li .icheckbox_square-aero, .woof_checkbox_instock_container .icheckbox_square-aero{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.woof_list_checkbox li label, .woof_checkbox_instock_container label{
  padding-left: 25px!important;
  margin-left: 0!important;
}
.woof_checkbox_instock_container label{
  transform: translateX(-13px);
}
.woof_container_inner{
  position: relative;
}
.icheckbox_square-aero{
  width: 15px;
  height: 15px;
  background: transparent;
  margin-top: 0;
}

.woof label{
  font-size: 16px;
  color: #888888;
}
.icheckbox_square-aero input{
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 4px;
  border: 1px solid #e1e1e1 !important;
  margin: 0;
  margin-right: 0!important;
  position: relative;
  transition: 0.3s;
  margin-top: 2px;
  opacity: 1!important;
}
.woof_redraw_zone{
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.woof_container_inner h4{
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.woof_price_search_container form .price_slider_wrapper{
  display: flex;
  flex-direction: column-reverse;
  margin-top: 15px;
}
.woof .widget_price_filter .ui-slider .ui-slider-range{
  background-color: #FBBA00;
}
.woof .widget_price_filter .ui-slider-horizontal{
  height: 3px;
}
.woof .widget_price_filter .price_slider_wrapper .ui-widget-content{
  margin-bottom: 0;
  margin-top: 15px;
}
.woof .widget_price_filter .ui-slider .ui-slider-handle{
  background-color: #FBBA00;
  height: 15px;
  width: 15px;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.woof .widget_price_filter .price_slider_amount{
  width: 100%;
}
.woof_price_search_container .price_slider_amount .price_label{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% + 13px);
  margin-left: -13px;
  font-size: 0;
  position: relative;
}
.woof_price_search_container .price_slider_amount .price_label::before{
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% + 6.5px), -50%);
  height: 1px;
  width: 15px;
  background: #292929;
}
.woof_price_search_container .price_slider_amount .price_label span{
  font-size: 14px;
  width: calc(50% - 22.5px);
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #C2C2C2;
  background: #F8F8F8;
}
.woocommerce .shop_table .input-group {
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #C2C2C2;
}
.woocommerce .shop_table .input-group button {
  background: transparent;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  font-size: 24px;
  font-weight: 400;
  color: #888888;
}
@media (max-width: 768px) {
  .woocommerce .shop_table .input-group button {
    height: 30px;
    width: 30px;
    font-size: 20px;
  }
}
.woocommerce .shop_table .input-group button:hover {
  background: #FBBA00;
  color: #FFFFFF;
}
.woocommerce .shop_table .input-group button.minus-item {
  border-right: 1px solid #C2C2C2;
  border-radius: 50px 0 0 50px;
}
.woocommerce .shop_table .input-group button.plus-item {
  border-left: 1px solid #C2C2C2;
  border-radius: 0 50px 50px 0;
}
.woocommerce .shop_table .input-group button.disabled {
  pointer-events: none;
}
.woocommerce .shop_table{
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce .shop_table .input-group button.disabled svg {
  opacity: 0.3;
}
.woocommerce .shop_table .input-group input {
  width: 45px;
  height: 40px;
  background: transparent;
  color: #292929;
  text-align: center;
  font-size: 14px;
  border: none;
}
@media (max-width: 768px) {
  .main-popup-wrap.cart-popup .popup .cart-wrapper .cart-rows-wrap .input-group input {
    height: 30px;
    width: 35px;
  }
}
.woocommerce .shop_table{
  margin-top: 20px;
}
.woocommerce .shop_table .cart_item{
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  column-gap: 20px;
  padding: 10px;
}
.woocommerce .shop_table .cart_item .product-name{
  width: 100%;
  max-width: 200px;
}
.woocommerce .shop_table .cart_item  .product-total{
  width: 100%;
  max-width: 80px;
}
/*.woocommerce .shop_table .cart_item:last-of-type td{
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}*/
.woocommerce .shop_table .order-total .td, .woocommerce .shop_table .order-total .th{
  border-top: none;
}
.woocommerce .shop_table .order-total{
  display: flex;
  padding: 10px;
  column-gap: 10px;
  align-items: center;
}
.woocommerce .left .woocommerce-billing-fields{
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 20px;
}
@media(max-width: 992px){
  .woocommerce .left .woocommerce-billing-fields{
    row-gap: 0;
  }
}
.woocommerce .left .woocommerce-billing-fields .form-row{
  width: calc(50% - 10px)!important;
}
.woocommerce .left .textarea label{
  display: none;
}
@media(max-width: 768px){
  .woocommerce .left .woocommerce-billing-fields .form-row{
    width: 100%!important;
  }
}
.woocommerce .left .woocommerce-billing-fields .bordered_heading{
  width: 100%;
}
.woocommerce .shop_table .order-total .th{

  font-size: 20px;

}
.woocommerce .shop_table .order-total .td{
  font-size: 20px;
  font-weight: 700;
}
.woocommerce .shop_table .td.product-image, .woocommerce .shop_table .td.product-image img{
  width: 60px;
  height: 120px;
  object-fit: contain;
}
.woocommerce .shop_table .product-total{
  font-weight: 700;
}
.woocommerce .shop_table .variation{
  font-weight: 400;
  color: #888888;
  font-size: 12px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.woocommerce .shop_table .td.product-image{
  text-align: center;
}
.woocommerce .shop_table .td.product-image img{
  margin-left: auto;
  margin-right: auto;
}
.woocommerce .shop_table .td.quantity .delete, .woocommerce .shop_table .td.quantity .delete{
  background: transparent;
}
.woocommerce .shop_table .td.quantity, .woocommerce .shop_table .td.quantity{
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border-top: none;
  border-bottom: none!important;
  background: transparent;
}
@media(max-width:768px){
  .woocommerce .shop_table .cart_item{
    display: flex;
    width: 100%;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
  }
  .woocommerce .shop_table .td.product-image, .woocommerce .shop_table .td.product-image img{
    width: calc(40% - 10px);
    height: 100px;
  }
  .woocommerce .shop_table .cart_item .product-name{
    width: 100%;
    max-width: calc(60% - 10px);
  }
  .woocommerce .shop_table .cart_item  .product-total{
    width: 100%;
    max-width: calc(30% - 10px);
  }
  .woocommerce .shop_table .cart_item .calc{
    width: calc(70% - 10px);
    display: flex;
    justify-content: flex-start;
  }
  .woocommerce .shop_table .td.quantity, .woocommerce .shop_table .td.quantity{
    top: auto;
    bottom: 18px;
  }
}
.woocommerce .shop_table .td.quantity a, .woocommerce .shop_table .td.quantity a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: .3s;
}
.woocommerce .shop_table .td.quantity a:hover, .woocommerce .shop_table .td.quantity a:hover{
  opacity: .7;
}
.woocommerce .shop_table .td.quantity a img, .woocommerce .shop_table .td.quantity a img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.woof_list.woof_list_color li{
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.woof_tooltip{
  width: 30px;
  height: 30px;
  display: flex!important;
}
.woof_color_term{
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.category-description, .term-description{
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  margin-top: 60px;
}
.category-description h3{
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}
.category-description h2{
  font-size: 26px;
  font-weight: 700;
  line-height: 120%;
}
.category-description p{
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}
.category-description strong{
  font-weight: 700;
}
.category-description p a{
  text-decoration: underline;
  color: #FBBA00;
  transition: .3s;
}
.category-description p a:hover{
  opacity: .7;
}
.category-description  a{
  text-decoration: underline;
  color: #FBBA00;
  transition: .3s;
}
.category-description  a:hover{
  opacity: .7;
}
.category-description ul, .category-description ol{
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.category-description ul li, .category-description ol li{
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  padding-left: 20px;
}
.category-description ul li::before, .category-description ol li::before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  transform: translateY(-50%);
}
.buffer{
  display: none;
}
.catalog-button-pagination-row{
  text-align: center;
  width: 100%;
  margin-top: 10px;
}
.catalog-button-pagination-row .main-btn{
  column-gap: 15px;
}
.catalog-button-pagination-row .main-btn img{
  transition: .3s;
}
.catalog-button-pagination-row .main-btn:hover img{
  transform: rotate(360deg);
}
.pagination-navigation-row{
  width: 100%;
  text-align: center;
}
.info-text-product{
  margin-top: 10px;
  font-size: 14px;
  padding: 20px;
  border-radius: 20px;
  background: rgba(251, 186, 0, .6);
}
.bapf_colorinline label{
  position: relative;
}
.bapf_colorinline label:hover .bapf_clr_text{
  visibility: visible;
  opacity: 1;
}
.bapf_colorinline label .bapf_clr_text{
  position: absolute;
  left: 50%;
  top: calc(100% + 5px);
  border-radius: 10px;
  padding: 4px;
  border: 1px solid #77757B;
  visibility: hidden;
  transition: .3s;
  opacity: 0;
  background: #fff;
  transform: translateX(-50%);
  z-index: 2;
}
body {
  line-height: 1;
}
.new-review-form{
  margin-top: 40px;
}
.new-review-form p{
  margin-top: 10px;
}
.new-review-form .input{
  margin-top: 10px;
}
.new-review-form .sucs-review{
  margin-top: 40px;
  font-size: 24px;
  line-height: 120%;
  color: #2E7D32;
  display: none;
}
.variation_swatches_selected_text{
  padding: 20px;
  border-radius: 20px;
  background: rgba(251, 186, 0, .6);
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  margin-top: 20px;
  /*display: none;*/
}

.variations_form tr:first-of-type{
  display: none;
}
/*tr:has([data-option="Двері в зборі"].selectedswatch) .variation_swatches_selected_text{*/
/*    display: block;*/
/*}*/
/*body:has(tr select[value="Двері в зборі"]) .variation_swatches_selected_text{*/
/*  display: block;*/
/*}*/
/*tr:has(select[value="Двері в зборі"]) .variation_swatches_selected_text{*/
/*    display: block;*/
/*}*/
ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}
.single-post img{
  object-fit: contain;
  height: auto;
}
/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
a {
  text-decoration: none;
}

button, a {
  cursor: pointer;
}

* {
  outline: none;
}

html {
  /*overflow-y: scroll;
   scroll-behavior: smooth;
   -webkit-overflow-scrolling: touch;*/
}
.thanks-page{
  padding: 80px 0;
}
.thanks-page p:first-of-type:not(section p:first-of-type) {
  font-size: 30px;
  font-weight: 600;
  line-height: 150%;
  position: relative;
  margin-bottom: 40px;
}
.thanks-page p:first-of-type::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 2px;
  background: #FBBA00;
}
.thanks-page .order{
  padding-top: 0;
  padding-bottom: 0;
}
.thanks-page p.woocommerce-customer-details--phone{
  font-size: 16px;
  margin-bottom: 0;
}
.thanks-page p.woocommerce-customer-details--phone:after{
  display: none;
}
.thanks-page .woocommerce-customer-details{
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.thanks-page .woocommerce-customer-details address{
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  row-gap: 10px;
}
.thanks-page .woocommerce-order-details table{
  margin-top: 40px;
}
.thanks-page .woocommerce-order-details table a{
  color: #292929;
  transition: .3s;
}
.thanks-page .woocommerce-order-details table a:hover{
  text-decoration: underline;
  color: #FBBA00;
}
.language-chooser li.active a{
  color: #FBBA00;
}
.woocommerce-message{
  display: none;
}

.woocommerce input{
  padding: 11px 15px;
  border-radius: 50px;
  border: 1px solid #C2C2C2;
  transition: 0.3s;
  font-size: 14px;
  color: #292929;
  height: 40px;
  width: 100%;
}
.woocommerce textarea{
  padding: 11px 15px;
  border-radius: 50px;
  border: 1px solid #C2C2C2;
  transition: 0.3s;
  font-size: 14px;
  color: #292929;
  height: 90px;
  width: 100%;
}

#billing_country_field{
  display: none;
}
.col-1.left #payment{
  background: transparent;
  border-radius: 0;
}
.col-1.left  .payment_box input{
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #C2C2C2;
  position: relative;
  padding: 0;
  margin: 0!important;
}
.col-1.left  .payment_box input:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FBBA00;
  transition: 0.3s;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.col-1.left  .payment_box input:checked:before {
  opacity: 1;
}
.col-1.left  .payment_box div{
  margin-top: 10px;
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.col-1.left  .payment_box div label{
  margin-left: 0!important;
}
.col-1.left #payment .wc_payment_methods {
  padding: 0;
}
.col-1.left #payment .payment_box{
  padding: 0;
  padding-left: 45px;
  margin: 0;
  margin-top: 10px;
  background-color: transparent;
  font-size: 12px;
  color: #292929;
}
.col-1.left #payment .payment_box:before, .col-1.left #payment .payment_box:after{
  display: none;
}
.col-2.right #payment{
  display: none;
}
.woocommerce #checkout_custom_form .main-btn{
  color: white;
}
/*.woocommerce #checkout_custom_form .main-btn:first-of-type{
  display: none!important;
}*/
.woocommerce .right #place_order:first-of-type{
  display: none!important!important;
}
#inner_checkout+.form-row{
  display: none;
}
.col-2.right .form-row{
  display: none;
}
.col-2.right .get-sent-order{
  color: white!important;
}
.col-1.left .get-sent-order{
  display: none;
  color: white;
}
@media(max-width: 768px){
  .col-2.right .get-sent-order{
    display: none!important;
  }
  .col-1.left .get-sent-order{
    display: flex;
    margin-top: 20px;
    width: 100%;
  }
}

.col-2.right #order_review{
  display: flex;
  flex-direction: column-reverse;
}
.col-2.right #order_review table{
  margin-bottom: 0;
  margin-top: 20px;
}
.col-2.right #order_review table .product-name{
  font-size: 16px;
  color: #292929;
}
.col-2.right #order_review table .product-total{
  font-size: 14px;
  opacity: .8;
  color: #292929;
}
.col-2.right #order_review table .order-total th{
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}
.col-2.right #order_review table .order-total td{
  font-size: 20px;
  font-weight: 600;
}
.col-2.right .main-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 3px;
  transition: 0.3s;
  color: #292929;
  border-radius: 50px;
}
.col-2.right .main-btn--yellow {
  border: 1px solid #FBBA00;
  background-color: #fbba00 !important;
}
.col-2.right .main-btn--yellow:hover {
  background-color: #e5a400 !important;
}
.woocommerce input::placeholder {
  color: #888888;
}
.woocommerce input:focus {
  border: 1px solid #292929;
}
input.error{
  border: 1px solid #FF0303;
}
input.error:focus{
  border: 1px solid #FF0303;
}
input.error::placeholder{
  color: #FF0303;
}
label.error{
  font-size: 12px;
  color: #FF0303;
  position: absolute;
  top: 100%;
  left: 0;
}
.page-404 .wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 200px 0;
  row-gap: 40px;
}
.page-404 .wrap p{
  font-size: 120px;
  line-height: 120%;
}
.page-404 .wrap span{
  font-size: 32px;
}
.page-404 .wrap .main-btn{
  max-width: 350px;
}
@media(max-width: 992px){
  .page-404 .wrap{
    padding: 150px 0;
    row-gap: 30px;
  }
  .page-404 .wrap p{
    font-size: 90px;
    line-height: 120%;
  }
  .page-404 .wrap span{
    font-size: 24px;
  }
  .page-404 .wrap .main-btn{
    max-width: 350px;
  }
}
@media(max-width: 768px){
  .page-404 .wrap{
    padding: 120px 0;
    row-gap: 20px;
  }
  .page-404 .wrap p{
    font-size: 80px;
    line-height: 120%;
  }
  .page-404 .wrap span{
    font-size: 18px;
  }
  .page-404 .wrap .main-btn{
    max-width: 100%;
  }
}
i {
  font-style: italic;
}
.tags-wrap .bapf_sfa_taxonomy span{
  display: none;
}
.tags-wrap .berocket_aapf_widget_selected_filter{
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}
.tags-wrap .bapf_sfa_taxonomy ul{
  flex-direction: row!important;
  flex-flow: row;
  flex-wrap: wrap;
}
.tags-wrap .bapf_sfa_taxonomy ul li{
  display: flex!important;
  align-items: center!important;
  justify-content: center!important;
  padding: 5px 30px 5px 12px !important;
  border-radius: 50px;
  background: #FFFFFF;
  font-size: 14px;
  color: #292929;
  transition: 0.3s;
  border: 1px solid #C2C2C2;
}
.tags-wrap .bapf_sfa_taxonomy ul li a{
  display: flex;
  flex-direction: row-reverse;
  color: #292929;
  align-items: center;
  position: relative;
}
.tags-wrap .bapf_sfa_taxonomy ul li a i:before{
  content: '';
  background: url(../img/cross.svg);
  width: 9px;
  height: 9px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: calc(100% + 7px);
  top: 50%;
  transform: translateY(-50%);
}
.tags-wrap .braapf_unselect_all, .bapf_sfa_unall li{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 12px 5px 12px !important;
  border-radius: 50px;
  font-size: 14px;
  color: #292929;
  transition: 0.3s;
  background: #fbba00 !important;
  border: 1px solid #fbba00 !important;

}
@media(max-width: 992px){
  .woof_reset_search_form{
    font-size: 0;
    display: none;
  }
}
.tags-wrap .braapf_unselect_all i:before{
  display: none!important;
}
input[type="checkbox"] {
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 4px;
  border: 1px solid #e1e1e1 !important;
  margin: 0;
  margin-right: 10px !important;
  position: relative;
  transition: 0.3s;
  margin-top: 2px;
  visibility: visible!important;
}
input[type="checkbox"]:checked {
  background: #fbba00 !important;
}
input[type="checkbox"]:checked:before {
  opacity: 1;
}
input[type="checkbox"]:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  height: 6px;
  background: url(../img/arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
}
.bapf_body{
  margin-top: 15px;
}
.bapf_sfilter{
  margin-bottom: 0;
}
.berocket_single_filter_widget{
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
  width: 100%;
}
.bapf_body .bapf_slidr_all{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row;
  flex-wrap: wrap;
  row-gap: 15px;
  position: relative;
}
@media(max-width: 992px){
  .bapf_body .bapf_slidr_all{
    padding-left: 10px;
    padding-right: 10px;
  }
}
.bapf_body .bapf_slidr_all:before{
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 15px;
  height: 1px;
  background: #292929;
  top: 18px;
}
.bapf_body .bapf_slidr_all .bapf_slidr_main{
  width: 100%;
}
.bapf_slidr_main.ui-widget-content .ui-slider-range{
  background: #fbba00 !important;
}
.bapf_slidr_main.ui-widget-content .ui-slider-handle{
  background: #fbba00 !important;
}
.bapf_body .bapf_slidr_all .bapf_from{
  width: calc(50% - 22.5px);
  height: 38px;
  border-radius: 50px;
  background: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C2C2C2;
}
@media(max-width: 992px){
  .bapf_body .bapf_slidr_all .bapf_from{
    margin-left: -10px;
  }
}
@media(max-width: 992px){
  .bapf_body .bapf_slidr_all .bapf_to{
    margin-right: -10px;
  }
}
.bapf_body .bapf_slidr_all .bapf_to{
  width: calc(50% - 22.5px);
  height: 38px;
  border-radius: 50px;
  background: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C2C2C2;
}
.bapf_tbprice{
  display: none;
}
.bapf_body ul{
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
#bapf_2 .bapf_body ul{
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.bapf_body ul li label{
  color: #888888;
}
.bapf_colorinline .bapf_body li .bapf_clr_span{
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #C2C2C2;
  cursor: pointer;
  border-radius: 50%;
}
.bapf_colorinline .bapf_body li  .bapf_clr_span:before{
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  border: 1px solid #888888;
  transition: 0.3s;
  opacity: 0;
  border-radius: 50%;
}
.bapf_colorinline .bapf_body li .bapf_clr_span:after{
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 8px;
  background: url(../img/arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s;
  opacity: 0;
}
.bapf_colorinline .bapf_body li.checked .bapf_clr_span{
  transform: rotate(0)!important;
}
.bapf_colorinline .bapf_body li.checked .bapf_clr_span:after{
  opacity: 1;
}
.bapf_colorinline .bapf_body li.checked .bapf_clr_span:before{
  opacity: 1;
}
body {
  font-family: "Comfortaa";
  line-height: 130%;
  font-weight: 400;
  color: #292929;
  transition: .3s;
}
/*body.hidden {
  overflow: hidden;
}*/
body.unactive{
  opacity: .6;
  pointer-events: none;
}
.font--1 {
  font-size: 45px;
  font-weight: 400;
  line-height: 110%;
}
@media (max-width: 992px) {
  .font--1 {
    font-size: 30px;
  }
}
.font--2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 150%;
}
@media (max-width: 992px) {
  .font--2 {
    font-size: 20px;
  }
}
.font--3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}
@media (max-width: 992px) {
  .font--3 {
    font-size: 16px;
  }
}

.container {
  width: 100%;
  max-width: 1330px;
  padding: 0 15px;
  margin: 0 auto;
}

body.hid {
  overflow: hidden;
}

.main-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 3px;
  transition: 0.3s;
  color: #292929;
  border-radius: 50px;
}
.main-btn--yellow {
  border: 1px solid #FBBA00;
  background: #FBBA00;
}
.main-btn--yellow:hover {
  background: #E5A400;
}
.main-btn--yellow:disabled {
  background: #FEE7A6;
  color: #888888;
  border: 1px solid #FEE7A6;
}
.main-btn--yellow:disabled:hover {
  background: #FEE7A6;
}
.main-btn--border {
  border: 1px solid #FBBA00;
  background: transparent;
}
.main-btn--border:hover {
  background: #FBBA00;
}
.main-btn--red {
  color: #FF0303;
  background: rgba(255, 3, 3, 0.1);
  border: 1px solid #FF0303;
}
.main-btn--red .icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.main-btn--red .icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.main-btn--red:hover {
  background: rgba(255, 3, 3, 0.2);
}

.bordered_heading {
  position: relative;
}
.bordered_heading span {
  color: #C2C2C2;
}
.bordered_heading:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 2px;
  background: #FBBA00;
}

/*.breadcrumbs {
  padding: 20px 0;
}*/
@media (max-width: 992px) {
  .breadcrumbs.mob-none {
    display: none;
  }
}
@media (max-width: 992px) {
  .breadcrumbs .breadcrumbs-back {
    display: none;
  }
}
.breadcrumbs .breadcrumbs-back a {
  font-size: 14px;
  color: #292929;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.breadcrumbs .breadcrumbs-back a:hover {
  color: #FBBA00;
}
.breadcrumbs .breadcrumbs-back a:hover svg path {
  fill: #FBBA00;
}
.breadcrumbs .breadcrumbs-back a svg {
  margin-right: 10px;
}
.breadcrumbs .breadcrumbs-back a svg path {
  transition: 0.3s;
}
.breadcrumbs ul {
  column-gap: 4px;
  font-size: 14px;
  color: #888888;
  white-space: nowrap;
  width: 100%;
  max-width: 800px;
  overflow: auto hidden;
  padding: 20px 0;
}
@media (max-width: 992px) {
  .breadcrumbs ul {
    overflow: auto;
    padding-bottom: 5px;
  }
}
.breadcrumbs ul span {
  color: #292929;
}
@media (max-width: 992px) {
  .breadcrumbs ul span {
    white-space: nowrap;
  }
}
.breadcrumbs ul a {
  color: #888888;
  transition: 0.3s;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .breadcrumbs ul a {
    white-space: nowrap;
  }
}
.breadcrumbs ul a svg {
  transition: 0.3s;
  margin-left: 4px;
}
.breadcrumbs ul a svg path {
  transition: 0.3s;
}
.breadcrumbs ul a:hover {
  color: #FBBA00;
}
.breadcrumbs ul a:hover svg path {
  fill: #FBBA00;
}

.d--flex {
  display: flex;
}
.d--i-flex {
  display: inline-flex;
}
.d--block {
  display: block;
}
.d--i-block {
  display: inline-block;
}

.flex-row {
  display: flex;
}

.ai--center {
  align-items: center;
}
.ai--start {
  align-items: flex-start;
}
.ai--end {
  align-items: flex-end;
}
.ai--stretch {
  align-items: stretch;
}

.jc--center {
  justify-content: center;
}
.jc--end {
  justify-content: flex-end;
}
.jc--start {
  justify-content: flex-start;
}
.jc--sb {
  justify-content: space-between;
}

.input {
  padding: 11px 15px;
  border-radius: 50px;
  border: 1px solid #C2C2C2;
  transition: 0.3s;
  font-size: 20px;
  color: #292929;
  height: 40px;
  width: 100%;
}
.input::placeholder {
  color: #888888;
}
.input:focus {
  border: 1px solid #292929;
}

.header {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
  position: sticky;
  z-index: 40;
  top: -68px;
  transition: 0.3s;
}
.header .login-succs .visible-row{
  display: flex;
  align-items: center;
  column-gap: 5px;
  cursor: pointer;
  text-transform: uppercase;
  justify-content: flex-end;
}
.header .login-succs .user-name{
  max-width: 150px;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  overflow: hidden;
}
.header .login-succs .visible-row:hover{
  color: #FBBA00;
}
.error {
  font-size: 14px;
  color: red;
  text-align: center;
  margin-top: 5px;
}
.header .login-succs .visible-row .icon{
  transform: rotate(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
/*.header .login-succs .visible-row .user-name{
  width: calc(100% - 28px);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}*/
.header .login-succs .visible-row .icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header .login-succs{
  position: relative;

}
.header .login-succs:hover .hidden-row{
  visibility: visible;
  opacity: 1;
}
.header .login-succs .hidden-row{
  position: absolute;
  right: 0;
  top: 100%;
  border-radius: 16px;
  border: 1px solid #C2C2C2;
  overflow: hidden;
  background: white;
  z-index: 4;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}
@media(max-width: 1180px){
  .header .login-succs .hidden-row{
    top: calc(100% + 10px);
    visibility: visible;
    opacity: 1;
    display: none;
  }

}
.header .login-succs .hidden-row ul{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.header .login-succs .hidden-row ul li{
  display: flex;
  padding: 5px 10px;
  background: white;
  transition: .3s;
  white-space: nowrap;
  width: 100%;
}
.header .login-succs .hidden-row ul li:hover{
  background: #F8F8F8;
}
.header .login-succs .hidden-row ul li:hover a{
  color: #FBBA00;
}
.header .login-succs .hidden-row ul li:last-child{
  margin-top: 10px;
  color: #292929;
  border-top: 1px solid #C2C2C2;
}
.header .login-succs .hidden-row ul li a{
  color: #292929;
  width: 100%;
  display: flex;
  transition: .3s;
}
.header.top-0 {
  top: 0;
}
.header .first-row {
  background: #1A1A1A;
  color: #FFFFFF;
  padding: 10px 0;
}
.header .first-row .main-menu {
  display: flex;
  column-gap: 15px;
}
.header .first-row .main-menu li {
  display: inline-block;
}
.header .first-row .main-menu li a {
  color: #FFFFFF;
  transition: 0.3s;
  font-size: 14px;
}
.header .first-row .main-menu li a:hover {
  color: #FBBA00;
}
.header .first-row .right-block {
  column-gap: 30px;
}
.header .first-row .right-block .icon {
  width: 16px;
  height: 16px;
  object-fit: cover;
}
.header .first-row .right-block .tel {
  color: #FFFFFF;
  transition: 0.3s;
  position: relative;
  padding: 15px 0;
}
.header .first-row .right-block .tel:hover .tel-sub-menu {
  visibility: visible;
  opacity: 1;
}
.header .first-row .right-block .tel .tel-sub-menu {
  position: absolute;
  top: calc(100% - 5px);
  width: 229px;
  background: #FFFFFF;
  left: -18px;
  padding: 15px;
  border-radius: 10px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.header .first-row .right-block .tel .tel-sub-menu .icon {
  width: 18px;
  height: 18px;
}
.header .first-row .right-block .tel .tel-sub-menu .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header .first-row .right-block .tel .tel-sub-menu .tel {
  width: calc(100% - 18px);
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 2px;
  padding: 0;
}
.header .first-row .right-block .tel .tel-sub-menu .tel span {
  color: #888888;
  font-size: 12px;
}
.header .first-row .right-block .tel .tel-sub-menu .num {
  color: #292929;
  font-size: 14px;
  transition: 0.3s;
}
.header .first-row .right-block .tel .tel-sub-menu .num:hover {
  color: #FBBA00;
}
.header .first-row .right-block .tel .text {
  font-size: 14px;
  margin: 0 10px;
  line-height: 130%;
  position: relative;
}
.header .first-row .right-block .tel .icon {
  transition: 0.3s;
}
.header .first-row .right-block .tel .icon:hover {
  opacity: 0.7;
}
.header .first-row .right-block .tel .icons {
  column-gap: 10px;
}
.header .first-row .right-block .logout {
  text-transform: uppercase;
  font-size: 14px;
  color: #FFFFFF;
  transition: 0.3s;
}
.header .first-row .right-block .logout:hover {
  color: #FBBA00;
}
.header .first-row .right-block .logout .icon {
  margin-right: 4px;
}
.header .first-row .right-block .lang-menu {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.header .first-row .right-block .lang-menu li {
  display: inline-block;
}
.header .first-row .right-block .lang-menu li.active a {
  color: #FBBA00;
}
.header .first-row .right-block .lang-menu li a {
  transition: 0.3s;
  text-transform: uppercase;
  font-size: 14px;
  color: #FFFFFF;
  transition: 0.3s;
}
.header .first-row .right-block .lang-menu li a:hover {
  opacity: 0.7;
}
.header .second-row {
  background: #FFFFFF;
}
.header .second-row .mobile-bottom-menu {
  display: none;
}
.header .second-row .mobile-menu-wrapper .top-row {
  display: none;
}
.header .second-row .menu-logo {
  display: none;
}
.header .second-row .mob-tel {
  display: none;
}
.header .second-row .gam {
  display: none;
}
.header .second-row .main-menu {
  display: none;
}
.header .second-row .flex-row {
  position: relative;
}
.header .second-row .logo {
  transition: 0.3s;
  width: 187px;
  height: 77px;
}
.header .second-row .logo:hover {
  opacity: 0.7;
}
.header .second-row .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header .second-row .menu {
  display: flex;
  align-items: flex-start;
}
.header .second-row .menu .menu-column {
  padding: 30px 0;
  display: flex;
}
.header .second-row .menu .menu-column:nth-of-type(2) .visible {
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
}
.header .second-row .menu .menu-column .visible {
  display: flex;
  align-items: center;
  padding: 0 15px;
  font-size: 16px;
  cursor: pointer;
}
.header .second-row .menu .menu-column .visible:hover a {
  color: #FBBA00;
}
.header .second-row .menu .menu-column .visible a {
  color: #292929;
  transition: 0.3s;
}
.header .second-row .menu .menu-column .visible svg {
  margin-left: 10px;
}
.header .second-row .menu .menu-column .visible .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .second-row .menu .menu-column .visible .arrow svg{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header .second-row .menu .menu-column .mobile-menu{
  display: none;
}
.header .second-row .menu .menu-column .mobile-menu ul{
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  padding-bottom: 15px;
}
.header .second-row .menu .menu-column .mobile-menu ul li a{
  font-size: 14px;
  font-weight: 700;
  color: #888888;
  display: block;
  width: 100%;
  padding: 0 10px;
}
@media(max-width: 1180px){
  .header .second-row .menu .menu-column .visible a {
    width: fit-content;
  }
  .header .second-row .menu .menu-column .visible .arrow{
    /*    display: none;*/
    width: 16px;
    height: 16px;
  }
  /*.header .second-row .menu .menu-column .visible.active .arrow{
    transform: rotate(180deg);
  }*/
  .header .second-row .menu .menu-column .visible .arrow svg{
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-left: 0;
  }
  .header .second-row .menu .menu-column .visible a{
    display: flex;
    /*    width: 100%;*/
    height: 100%;
  }
  .header .second-row .menu .hidden-block {
    display: none;
  }
}
.header .second-row .menu .menu-column:hover .hidden-block {
  visibility: visible;
  opacity: 1;
}
.header .second-row .menu .hidden-block  {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  background: #FFFFFF;
  padding: 30px 40px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  border-radius: 0 0 10px 10px;
}
.header .second-row .menu .hidden-block  .menu-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.header .second-row .menu .hidden-block  .menu-wrapper .menus {
  width: calc(100% - 496px);
  display: flex;
  column-gap: 80px;
}
.header .second-row .menu .hidden-block  .menu-wrapper .menus ul {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.header .second-row .menu .hidden-block  .menu-wrapper .menus ul li a {
  font-size: 16px;
  color: #292929;
  transition: 0.3s;

}
.header .second-row .menu .hidden-block  .menu-wrapper .menus ul li a:hover {
  color: #FBBA00;
  text-decoration: underline;
}
.header .second-row .menu .hidden-block  .menu-wrapper .menus .menu-heading {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  white-space: nowrap;
}
.header .second-row .menu .hidden-block  .menu-wrapper .menus a.menu-heading {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  white-space: nowrap;
  color: #292929;
  transition: .3s;
  display: flex;
}
.header .second-row .menu .hidden-block  .menu-wrapper .menus a.menu-heading:hover{
  color: #FBBA00;
  text-decoration: underline;

}
.header .second-row .menu .hidden-block  .menu-wrapper .img {
  width: 398px;
  height: 270px;
}
.header .second-row .menu .hidden-block  .menu-wrapper .img img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}
.header .second-row .right form {
  width: 100%;
  max-width: 236px;
  position: relative;
  margin-right: 10px;
}
.header .second-row .right form .search-result-wrap {
  position: absolute;
  right: 0;
  top: calc(100% + 5px);
  background: #FFFFFF;
  border-radius: 8px;
  min-width: 350px;
  padding: 6px;
  overflow: hidden;
  max-height: 300px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  display: none;
}
.header .second-row .right form .search-result-wrap ul {
  overflow: auto;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  height: 288px;
  padding-bottom: 6px;
}
.header .second-row .right form .search-result-wrap ul li a {
  display: flex;
  align-items: stretch;
  padding: 6px;
  transition: 0.3s;
  border-radius: 8px;
}
.header .second-row .right form .search-result-wrap ul li a:hover {
  background: #F8F8F8;
}
.header .second-row .right form .search-result-wrap ul li a:hover .right .name {
  color: #FBBA00;
}
.header .second-row .right form .search-result-wrap ul li a .image {
  width: 90px;
  height: 90px;
}
.header .second-row .right form .search-result-wrap ul li a .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header .second-row .right form .search-result-wrap ul li a .right {
  width: calc(100% - 12px);
  margin-left: auto;
  display: flex;
  flex-direction: column;
}
.header .second-row .right form .search-result-wrap ul li a .right .name {
  font-size: 16px;
  font-weight: 600;
  color: #292929;
  margin-bottom: 8px;
  transition: 0.3s;
}
.header .second-row .right form .search-result-wrap ul li a .right .price {
  font-size: 18px;
  font-weight: 700;
  margin-top: auto;
  color: #FBBA00;
}
.header .second-row .right form button {
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(../img/search-icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.header .second-row .right form button:hover {
  opacity: 0.7;
}
.header .second-row .right form input {
  width: 100%;
  border-radius: 50px;
  border: 1px solid #C2C2C2;
  padding: 10px 45px 10px 15px;
  font-size: 14px;
  color: #292929;
  transition: 0.3s;
}
.header .second-row .right form input:hover {
  border: 1px solid #888888;
}
.header .second-row .right form input:focus {
  border: 1px solid #888888;
}
.header .second-row .right form input::placeholder {
  color: #888888;
  opacity: 1;
}
.header .second-row .right .header-link {
  position: relative;
  transition: 0.3s;
}
.header .second-row .right .header-link:hover {
  opacity: 0.7;
}
.header .second-row .right .header-link span {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #FBBA00;
  font-size: 10px;
}
.header .second-row .right .header-link:has(.get-cart-btn){
  margin-left: 20px;
}
.header .second-row .right .header-link img {
  width: 21px;
  height: 20px;
  object-fit: contain;
}

body {
  overflow: hidden scroll;
}

.custom-swiper {
  position: relative;
  padding-bottom: 30px;
}
.custom-swiper .swiper {
  padding-bottom: 30px;
}
.custom-swiper .custom-pagination {
  position: absolute;
  bottom: 0;
  display: flex;
  column-gap: 25px;
  justify-content: center;
  top: auto;
  right: auto;

  /*  transform: translateX(-50%);*/
}
.swiper-door-pagination{
  padding-top: 10px;
  margin-bottom: -30px;
}
.custom-swiper .custom-pagination .swiper-pagination-bullet,.swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #FBBA00 !important;
  opacity: 1;
  transition: 0.3s;
  position: relative;
}
.custom-swiper .custom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before, .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  border: 2px solid rgba(251, 186, 0, 0.5);
  border-radius: 50%;
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  transform: unset !important;
}
.swiper-door-arrows{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 9;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: "";
  display: block;
  /*position: absolute;*/
  left: 50%;
  top: 50%;
  /*transform: translate(-50%, -50%);*/
  width: 13px;
  height: 13px;
  border: 2px solid rgba(251, 186, 0, 0.5);
  border-radius: 50%;
}
.custom-swiper .custom-btn, .swiper-door-arrows__arrow {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  width: 30px;
  height: 30px;
  background: rgba(255,255,255,0.1);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*position: absolute;*/
  cursor: pointer;
  transition: 0.3s;
  border-radius: 50%;
}
.custom-swiper .custom-btn{
  position: absolute;
}
.custom-swiper .custom-btn:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.custom-swiper .custom-btn:hover, .swiper-door-arrows__arrow:hover {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
  background: rgba(255,255,255,0.4);
}
.custom-swiper .custom-btn:before,.swiper-door-arrows__arrow:before {
  content: "";
  display: block;
  /*position: absolute;*/
  /*left: 50%;*/
  /*top: 50%;*/
  /*transform: translate(-50%, -50%);*/
  width: 7px;
  height: 15px;
}

.custom-swiper .custom-btn.custom-btn-prev {
  top: -97px;
  right: 65px;
}
@media (max-width: 992px) {
  .custom-swiper .custom-btn.custom-btn-prev{
    top: -72px;
  }
}
.custom-swiper .custom-btn.custom-btn-prev:before, .swiper-door-arrows__arrow.swiper-door-arrows__arrow--prev:before {
  background: url(../img/arrow-left-yellow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.custom-swiper .custom-btn.custom-btn-next {
  top: -97px;
  right: 0;
}
@media (max-width: 992px) {
  .custom-swiper .custom-btn.custom-btn-next {
    top: -72px;
  }
}
.custom-swiper .custom-btn.custom-btn-next:before, .swiper-door-arrows__arrow.swiper-door-arrows__arrow--next:before {
  background: url(../img/arrow-right-yellow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.checkbox {
  display: flex;
  align-items: start;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  color: #888888;
}
.checkbox input {
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 4px;
  border: 1px solid #E1E1E1;
  margin: 0;
  margin-right: 10px;
  position: relative;
  transition: 0.3s;
  margin-top: 2px;
}
.checkbox input:checked {
  background: #FBBA00;
}
.checkbox input:checked:before {
  opacity: 1;
}
.checkbox input:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  height: 6px;
  background: url(../img/arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
}

.footer {
  background: #1A1A1A;
  color: #FFFFFF;
  padding: 60px 0;
  position: relative;
  z-index: 22;
}
@media (max-width: 992px) {
  .footer {
    padding: 40px 0 60px;
  }
}
.footer .bottom-row {
  margin-top: 62px;
}
@media (max-width: 992px) {
  .footer .bottom-row {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .footer .bottom-row {
    flex-direction: column-reverse;
    align-items: flex-start;
    row-gap: 20px;
  }
}
.footer .bottom-row .copy {
  font-size: 16px;
  color: #C2C2C2;
}
.footer .bottom-row .link {
  color: #FFFFFF;
  font-size: 16px;
}
.footer .bottom-row .link a {
  color: #FBBA00;
}
.footer .bottom-row .link a:hover {
  text-decoration: underline;
}
.footer .top-row {
  padding-right: 127px;
}
@media (max-width: 992px) {
  .footer .top-row {
    padding-right: 0;
    flex-flow: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .footer .top-row .column:first-of-type {
    width: 100%;
    order: 0;
  }
}
@media (max-width: 768px) {
  .footer .top-row .column:nth-of-type(2) {
    margin-bottom: 40px;
    order: 1;
  }
}
@media (max-width: 768px) {
  .footer .top-row .column:nth-of-type(3) {
    width: calc(50% - 10px);
    order: 3;
  }
}
@media (max-width: 768px) {
  .footer .top-row .column:last-of-type {
    width: calc(50% - 10px);
    order: 2;
  }
}
.footer .top-row .column .col p {
  margin-bottom: 15px;
}
.footer .top-row .column p {
  font-size: 16px;
}
.footer .top-row .column p:not(:last-of-type) {
  margin-bottom: 10px;
}
.footer .top-row .column p.column-heading {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.footer .top-row .column p.column-heading svg {
  margin-right: 10px;
}
.footer .top-row .logo {
  transition: 0.3s;
  width: 164px;
  height: 68px;
  display: flex;
  margin-right: auto;
}
@media (max-width: 992px) {
  .footer .top-row .logo {
    margin-bottom: 50px;
  }
}
.footer .top-row .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer .top-row .logo:hover {
  opacity: 0.7;
}
.footer .top-row .adress {
  font-size: 14px;
  color: #FFFFFF;
  transition: 0.3s;
  margin-bottom: 30px;
}
.footer .top-row .adress:hover {
  color: #FBBA00;
  text-decoration: underline;
}
.footer .top-row .adress img {
  width: 17px;
  height: 16px;
  margin-right: 10px;
  object-fit: contain;
}
.footer .top-row .padding-wrap {
  padding-left: 27px;
}
.footer .top-row .tel-sub-menu {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  transition: 0.3s;
}
.footer .top-row .tel-sub-menu .icon {
  width: 18px;
  height: 18px;
}
.footer .top-row .tel-sub-menu .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer .top-row .tel-sub-menu .tel {
  width: calc(100% - 18px);
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 2px;
  padding: 0;
}
.footer .top-row .tel-sub-menu .tel span {
  color: #888888;
  font-size: 12px;
}
.footer .top-row .tel-sub-menu .num {
  color: #FFFFFF;
  font-size: 14px;
  transition: 0.3s;
}
.footer .top-row .tel-sub-menu .num:hover {
  color: #FBBA00;
}
.footer .top-row .socs {
  display: flex;
  align-items: center;
  margin-top: 30px;
  column-gap: 15px;
}
.footer .top-row .socs .socs-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  transition: 0.3s;
  background: #FBBA00;
}
.footer .top-row .socs .socs-link:hover {
  background: #E5A400;
}
.footer .top-row .socs .socs-link img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.footer .top-row .column-menu {
  display: flex;
  align-items: flex-start;
  column-gap: 57px;
}
.footer .top-row .column-menu .menu {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.footer .top-row .column-menu .menu li a {
  font-size: 16px;
  color: #FFFFFF;
  transition: 0.3s;
}
.footer .top-row .column-menu .menu li a:hover {
  color: #FBBA00;
  text-decoration: underline;
}
.wcva_image_label:after {
  width: inherit !important;
  height: inherit !important;
}

.product-card del{
  display: none;
}
.product-card ins{
  text-decoration: none;
}

.product-card-wrapper.col-4 {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -20px;
  row-gap: 20px;
}
.product-card-wrapper.col-4 .product-card {
  width: calc(25% - 20px);
  margin-left: 20px;
}
@media (max-width: 992px) {

  .product-card-wrapper.col-4 .product-card {
    width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .product-card-wrapper.col-4 .product-card {
    width: calc(100% - 20px);
  }
}
.product-card-wrapper.col-3 {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -20px;
  row-gap: 20px;
}
@media (max-width: 992px) {
  .product-card-wrapper.col-3 {
    width: calc(100% + 5px);
    margin-left: -5px;
  }
}
.product-card-wrapper.col-3 .product-card {
  width: calc(33.333% - 20px);
  margin-left: 20px;
}
.product-card-wrapper .product-card .price-wrap {
  margin-top: auto;
  position: relative;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .product-card-wrapper.col-3 .product-card {
    width: calc(50% - 5px);
    margin-left: 5px;
  }
  .product-card-wrapper.col-3 .product-card .hidden-block .info-wrap {
    display: none;
  }

}
@media (max-width: 768px) {
  .product-card-wrapper.col-3 .product-card {
    padding: 5px 5px 15px 5px;
  }
  .product-card-wrapper .product-card .images-product .swiper {
    padding: 0 0 10px;
  }
  .product-card-wrapper.col-3 .product-card .price-wrap .price {
    max-width: 60%;
  }
  .product-card-wrapper .product-card .images-product .swiper {
    padding: 0 0 45px;
  }
  .product-card-wrapper.col-3 .product-card .get-to-cart,.product-card-wrapper.col-3 .product-card .get-to-cart_custom {
    width: 50px;
    height: 40px;
    /*top: -100px;*/
    right: 10px;
    z-index: 13;
  }
  .product-card-wrapper .product-card .price-wrap {
    margin-bottom: 0px;
  }
  .product-card-wrapper .product-card .center-card ,  .product-card-wrapper .product-card .center-card_custom{
    height: unset;
  }
  .product-card-wrapper.col-3 .product-card .get-to-cart .img , .product-card-wrapper.col-3 .product-card .get-to-cart_custom .img {
    width: 25px;
    height: 22px;
  }
  .product-card-wrapper.col-3 .product-card .get-to-cart .img:before, .product-card-wrapper.col-3 .product-card .get-to-cart_custom .img:before {
    width: 25px;
    height: 22px;
  }
  .product-card-wrapper.col-3 .product-card .color-wrapper {
    width: 100%;
    overflow: hidden;
    padding-top: 3px;
    padding-left: 3px;
    margin-left: -3px;
  }
  .product-card-wrapper.col-3 .product-card .hidden-block .colors {
    margin-bottom: 0;
    column-gap: 9px;
    padding-bottom: 3px;
  }
  .product-card-wrapper.col-3 .product-card .right-card{
    /*position: absolute;*/
    position: unset;
    right: 10px;
    bottom: 80px;
    z-index: 13;
  }
  .product-card-wrapper .product-card .price-wrap {
    margin-top: 10px;
  }
  .swiper-door-pagination {
    margin-bottom: -20px;
  }
  .product-card-wrapper.col-3 .product-card .center-card{
    /*height: calc(100% - 240px);*/
    height: calc(100% - 230px);
  }
  .product-card-wrapper.col-3 .product-card .hidden-block .colors .color {
    width: 15px;
    height: 15px;
  }
  .product-card-wrapper.col-3 .product-card .hidden-block .colors .color:after {
    width: 20px;
    height: 20px;
  }
  .product-card-wrapper.col-3 .product-card .name-product {
    line-height: 1rem;
    width: 100%;
    max-height: 2rem;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    font-size: 14px;
  }
  .product-card-wrapper.col-3 .product-card .info-wrap {
    display: none;
  }
  .product-card-wrapper.col-3 .product-card .delivery {
    top: 200px;
    left: 15px;
  }
  .product-card-wrapper.col-3 .product-card .delivery .text {
    display: none;
  }
  .product-card-wrapper.col-3 .product-card .delivery.evidnovlennia .text img{
    display: none;
  }
  .product-card-wrapper.col-3 .product-card .like {
    right: 15px;
  }
  .product-card-wrapper.col-3 .product-card .images-product .swiper .swiper-slide img {
    height: 200px;
  }
  .product-card-wrapper.col-3 .product-card .images-product .custom-btn-small {
    display: none;
  }
}
.product-card-wrapper.col-1 {
  row-gap: 20px;
  display: flex;
  flex-direction: column;
}
.product-card-wrapper.col-1 .product-card {
  width: 100%;
  display: flex;
  padding: 0;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
.product-card-wrapper.col-1 .product-card .before {
  display: none;
}
@media(min-width: 1180px){
  .product-card-wrapper.col-1 .product-card:hover {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
  }
  .product-card-wrapper.col-1 .product-card:hover .delivery .text {
    font-size: 10px;
  }
}
.product-card-wrapper.col-1 .product-card .labels {
  left: 20px;
  top: 0;
}
.product-card-wrapper.col-1 .product-card .images-product {
  width: 296px;
  padding: 20px;
}
.product-card-wrapper.col-1 .product-card .hidden-block {
  visibility: visible;
  opacity: 1;
  height: auto;
  position: static;
  padding: 0;
  padding-top: 20px;
}
.product-card-wrapper.col-1 .product-card .hidden-block .info-wrap .info-row.full-visible {
  display: flex;
}
.product-card-wrapper.col-1 .product-card .center-card {
  display: flex;
  flex-direction: column;
  max-width: 402px;
  padding: 20px;
  width: 100%;
}
.product-card-wrapper.col-1 .product-card .name-product {
  max-width: 80%;
}
.product-card-wrapper.col-1 .product-card .delivery {
  position: static;
  max-width: 168px;
  margin-top: 15px;
}
.product-card-wrapper.col-1 .product-card .delivery .text {
  font-size: 10px;
  padding-left: 5px;
  transform: translateX(0);
  white-space: nowrap;
}
.product-card-wrapper.col-1 .product-card .price-wrap .price-heading {
  font-size: 12px;
  color: #888888;
  margin-bottom: 15px;
  display: block;
}
.product-card-wrapper.col-1 .product-card .price-wrap.full-hidden {
  display: none;
}
.product-card-wrapper.col-1 .product-card .get-to-cart, .product-card-wrapper.col-1 .product-card .get-to-cart_custom {
  right: 25px;
  bottom: 15px;
  height: 42px;
  width: 227px;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.product-card-wrapper.col-1 .product-card .get-to-cart .img,.product-card-wrapper.col-1 .product-card .get-to-cart_custom .img {
  margin-right: 15px;
}
.product-card-wrapper.col-1 .product-card .get-to-cart .text,.product-card-wrapper.col-1 .product-card .get-to-cart_custom .text {
  display: block;
  color: #292929;
  font-size: 14px;
  font-weight: 700;
}
.product-card-wrapper.col-1 .product-card .full-visible {
  display: block;
}
.product-card-wrapper.col-1 .product-card .right-card {
  display: flex;
  flex-direction: column;
  padding: 20px 20px 87px;
  background: #F8F8F8;
  width: 277px;
  position: relative;
  border-radius: 0 4px 4px 0;
}
.product-card-wrapper.col-1 .product-card .right-card .price-wrap {
  margin-top: auto;
}
.product-card-wrapper.col-1 .product-card .right-card .status {
  font-size: 12px;
  display: block;
}
.product-card-wrapper.col-1 .product-card .right-card .status.status-1 {
  color: #2E7D32;
}
.product-card-wrapper.col-1 .product-card .right-card .status.status-2 {
  color: #03A4FF;
}
.product-card-wrapper.col-1 .product-card .right-card .status.status-3 {
  color: #888888;
}
.product-card-wrapper.col-1 .product-card .like {
  top: 20px;
}
.product--thumbnail--variations{
  display: flex !important;
  overflow-y: auto;
}
.product--thumbnail--variations {
  padding-bottom: 10px;
}
.product--thumbnail--variations img {
  width: 40px !important;
}
.product--thumbnail--variations::-webkit-scrollbar{
  height: 5px;
  background-color: #F5F5F5;
}
.product--thumbnail--variations::-webkit-scrollbar-thumb {
  background: #FBBA00;
  border-radius: 12px;
}

.product-card-wrapper .product-card {
  /*padding: 30px 25px;*/
  padding: 10px 10px 22px 10px;
  border-radius: 4px;
  transition: 0.3s;
  position: relative;

  /*  height: 100%;*/
}
@media(min-width: 1180px){
  .product-card:hover{
    z-index: 15;
  }
  .product-card-wrapper .product-card:hover{
    z-index: 15;
  }
}

.product-card-wrapper .product-card .right-card .status{
  display: none;
}
@media (max-width: 992px) {
  .product-card-wrapper .product-card {
    /*padding: 20px;*/
    padding: 10px;
  }
}
.product-card-wrapper .product-card .full-visible {
  display: none;
}
.product-card-wrapper .product-card .before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
@media(min-width: 1180px){
  .product-card-wrapper .product-card:hover .before {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
  }
  .product-card-wrapper .product-card:hover .delivery .text {
    font-size: 13px;
    padding-left: 5px;
    transform: translateX(0);
  }
  .product-card-wrapper .product-card:hover .like {
    pointer-events: all;
    opacity: 1;
  }
  .product-card-wrapper .product-card:hover .images-product {
    position: relative;
  }
  .product-card-wrapper .product-card:hover .images-product .custom-btn-small {
    opacity: 1;
    pointer-events: all;
  }
  .product-card-wrapper .product-card:hover .get-to-cart, .product-card-wrapper .product-card:hover .get-to-cart_custom {
    opacity: 1;
    pointer-events: all;
  }
  .product-card-wrapper .product-card:hover .hidden-block {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding-top: 20px;
  }
}
.product-card-wrapper .product-card .hidden-block {
  visibility: hidden;
  opacity: 0;
  height: auto;
  transition: 0.3s;
  position: absolute;
  top: calc(100% - 30px);
  left: 0;
  width: 100%;
  background: #FFFFFF;
  /*padding: 20px 25px 30px;*/
  padding: 0px 25px 30px;
  border-radius: 0 0 4px 4px;
  z-index: 12;
}
@media (max-width: 992px) {
  .product-card-wrapper .product-card .hidden-block {
    visibility: visible;
    opacity: 1;
    position: static;
    padding: 0;
    /*margin-top: 20px;*/
  }
}
.product-card-wrapper .product-card .hidden-block .info-wrap {
  border-top: 1px solid #888888;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.product-card-wrapper .product-card .hidden-block .info-wrap .info-row {
  position: relative;
}
.product-card-wrapper .product-card .hidden-block .info-wrap .info-row.full-visible {
  display: none;
}
.product-card-wrapper .product-card .hidden-block .info-wrap .info-row:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 17px;
  /*  bottom: 5px;*/
  border-bottom: 1px dotted #888888;
}
.product-card-wrapper .product-card .hidden-block .info-wrap .info-row p {
  color: #292929;
  background: #FFFFFF;
  padding: 0 0 3px 5px;
  font-size: 12px;
  position: relative;
  z-index: 1;
  max-width: 40%;
}
.product-card-wrapper .product-card .hidden-block .info-wrap .info-row span {
  color: #888888;
  background: #FFFFFF;
  display: inline-block;
  padding: 0 0 3px 5px;
  font-size: 12px;
  position: relative;
  z-index: 1;
}
.product-card-wrapper .product-card .hidden-block .all-colors {
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  border: 1px solid #C2C2C2;
  background: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  transition: 0.3s;
  color: #292929;
}
.product-card-wrapper .product-card .hidden-block .all-colors:hover {
  opacity: 0.7;
}
.product-card-wrapper .product-card .hidden-block .colors {
  display: flex;
  width: 100%;
  align-items: center;
  column-gap: 16px;
  margin-bottom: 20px;
}
.product-card-wrapper .product-card .hidden-block .colors .num{
  color: #292929;
  display: flex;
  margin-left: auto;
  font-size: 16px;
  transition: 0.3s;
}
.product-card-wrapper .product-card .hidden-block .colors .num:hover{
  color: #FBBA00;
}
.product-card-wrapper .product-card .hidden-block .color {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  border: 1px solid #C2C2C2;
  position: relative;
  cursor: pointer;
  border-radius: 50%;
}
.product-card-wrapper .product-card .hidden-block .color.current:after {
  opacity: 1;
}
.product-card-wrapper .product-card .hidden-block .color:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
  width: 36px;
  height: 36px;
  border: 1px solid #888888;
  opacity: 0;
  transition: 0.3s;
  border-radius: 50%;
}
.product-card-wrapper .product-card .wrap-delivery{
  position: absolute;
  overflow: hidden;
  left: 25px;
  bottom: 170px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap:5px;
}
.product-card-wrapper .product-card .delivery {
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #2E7D32;
  padding: 0 5px;
  background: #FFFFFF;
  height: 22px;
  width: fit-content;
}
.product-card-wrapper .product-card .evidnovlennia {
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  padding: 0 5px;
  background: #FFFFFF;
  height: 22px;
  border: 1px solid #000;
  gap:5px;
  width: fit-content;
}
.product-card-wrapper .product-card .delivery img {
  width: 20px;
  height: 11px;
  object-fit: contain;
}
/*.product-card-wrapper .product-card .delivery.evidnovlennia img {*/
/*  height: 15px;*/
/*  object-fit: contain;*/
/*}*/
/*.product-card-wrapper .product-card .delivery.evidnovlennia .text img {*/
/*  width: auto;*/
/*  object-fit: cover;*/
/*}*/
.product-card-wrapper .product-card .delivery .text {
  font-size: 10px;
  padding-left: 5px;
  font-weight: 500;
  transition: 0.3s;
  transform: translateX(-100%);
  font-size: 0;
  padding-left: 0;
  color: #2E7D32;
}
.product-card-wrapper .product-card .delivery.evidnovlennia .text {
  display: none;
}
.product-card-wrapper .product-card:hover .delivery.evidnovlennia .text {
  display: block;
}
.product-card-wrapper .product-card .delivery.evidnovlennia:hover  {
  cursor: pointer;
}
@media (max-width: 992px) {
  .product-card-wrapper .product-card .delivery .text {
    transform: translateX(0);
    font-size: 10px;
    padding-left: 5px;
  }
}
.product-card-wrapper .product-card .labels {
  position: absolute;
  top: -15px;
  left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.product-card-wrapper .product-card .label {
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #FFFFFF;
  padding: 4px 10px;
  z-index: 2;
  width: fit-content;
  text-align: center;
}
.product-card-wrapper .product-card .label.hits {
  background: #fbba00;
}
.discount-wrap{
  position: absolute;
  top: -44%;
  left: 13%;
  display: flex;
}
.discount-regular_price{
  font-size: 16px !important;
  text-decoration: line-through;
  text-decoration-color: red;
  text-decoration-thickness: 2px;

}
.discount{
  height: 17px;
  border-radius: 50px;
  color: #FFFFFF;
  padding: 0 3px;
  font-size: 10px;
  font-weight: 700;
  background: #FF0303;
  margin-left: 5px;
}
.product-card-wrapper .product-card .label.discount {
  background: #ff0303;
}
.product-card-wrapper .product-card .label.new {
  background: #03A4FF;
}
.product-card-wrapper .product-card .label.sale {
  background: #9F03FF;
}
.product-card-wrapper .product-card .like {
  position: absolute;
  transition: 0.3s;
  right: 25px;
  top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  pointer-events: none;
  opacity: 0;
  z-index: 2;
}
@media (max-width: 992px) {
  .product-card-wrapper .product-card .like {
    opacity: 1;
    pointer-events: all;
  }
}
.product-card-wrapper .product-card .like:hover svg path {
  fill: #888888;
}
.product-card-wrapper .product-card .like.active:hover svg path {
  fill: #888888;
}
.product-card-wrapper .product-card .like.active .visible {
  display: none;
}
.product-card-wrapper .product-card .like.active .hidden {
  display: block;
}
.product-card-wrapper .product-card .like .visible {
  display: block;
}
.product-card-wrapper .product-card .like .hidden {
  display: none;
}
.product-card-wrapper .product-card .like svg {
  object-fit: contain;
  transition: 0.3s;
}
.product-card-wrapper .product-card .like svg path {
  transition: 0.3s;
}
.product-card-wrapper .product-card .name-product {
  /*margin-top: 20px;*/
  font-size: 16px;
  font-weight: 400;
  color: #292929;
  line-height: 150%;
  transition: 0.3s;
  height: 48px;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
.product-card-wrapper .product-card .name-product:hover {
  color: #FBBA00;
  text-decoration: underline;
}
.product-card-wrapper .product-card .get-to-cart , .product-card-wrapper .product-card .get-to-cart_custom {
  position: absolute;
  width: 69px;
  height: 45px;
  border-radius: 50px;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  right: 20px;
  bottom: 30px;
  background: #FBBA00;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .product-card-wrapper .product-card .get-to-cart, .product-card-wrapper .product-card .get-to-cart_custom {
    pointer-events: all;
    opacity: 1;
    bottom: 20px;
  }
}
.product-card-wrapper .product-card .get-to-cart .text, .product-card-wrapper .product-card .get-to-cart_custom .text {
  display: none;
}
.product-card-wrapper .product-card .get-to-cart:hover, .product-card-wrapper .product-card .get-to-cart_custom:hover {
  background: #E5A400;
}
.product-card-wrapper .product-card .get-to-cart.active .img:after {
  opacity: 1;
}
.product-card-wrapper .product-card .get-to-cart .img , .product-card-wrapper .product-card .get-to-cart_custom .img {
  position: relative;
  width: 29px;
  height: 25px;
}
.product-card-wrapper .product-card .get-to-cart .img:before , .product-card-wrapper .product-card .get-to-cart_custom .img:before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
  opacity: 1;
  width: 29px;
  height: 25px;
  background: url(../img/cart.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}
.product-card-wrapper .product-card .get-to-cart .img:after , .product-card-wrapper .product-card .get-to-cart_custom .img:after{
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -4px;
  transition: 0.3s;
  opacity: 0;
  width: 13px;
  height: 13px;
  background: url(../img/cart-full.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.product-card-wrapper .product-card .price-wrap .s {
  color: #292929;
  font-size: 12px;
  position: relative;
}
.product-card-wrapper .product-card .price-wrap .s:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1.5px;
  background: #FF0303;
  transform: translateY(-50%);
}
.label.discount {
  height: initial;
}
.product-card-wrapper .labels.labels_card {
  top:0px;
}
.product-card-wrapper.col-1 .labels.labels_card {
  top:10px;
}
.labels.labels_card span{
  height: 20px;
}
.product-card-wrapper .product-card .price-wrap .discount {
  display: flex;
  align-items: center;
  height: 17px;
  border-radius: 50px;
  color: #FFFFFF;
  padding: 0 3px;
  font-size: 10px;
  font-weight: 700;
  background: #FF0303;
  margin-left: 5px;
}
.product-card-wrapper .product-card .center-card{
  display: flex;
  flex-direction: column;
  height: calc(100% - 310px);
}
.product-card-wrapper .product-card .price-wrap .price {
  color: #FBBA00;
  font-weight: 700;
  font-size: 14px;
}
.product-card-wrapper .product-card .price-wrap .price strong {
  font-size: 20px;
}
.product-card-wrapper .product-card .price-wrap .status {
  margin-top: 3px;
  font-size: 12px;
}
.product-card-wrapper .product-card .price-wrap .status.status-1 {
  color: #2E7D32;
}
.product-card-wrapper .product-card .price-wrap .status.status-2 {
  color: #03A4FF;
}
.product-card-wrapper .product-card .price-wrap .status.status-3 {
  color: #888888;
}
.product-card-wrapper .product-card .images-product {
  /*margin-top: 15px;*/
  position: relative;
}
.product-card-wrapper .product-card .images-product .swiper {
  position: relative;
  /*width: calc(100% + 8px);*/
  padding: 0 0 30px;
  /*margin-left: -4px;*/
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-card-wrapper .product-card .images-product .swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card-wrapper .product-card .images-product .swiper .swiper-slide img {
  height: 280px;
  object-fit: cover;
}
.product-card-wrapper .product-card .images-product .swiper .custom-pagination {
  position: absolute;
  bottom: 10px;
  display: flex;
  column-gap: 7px;
  justify-content: center;
  top: auto;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
.product-card-wrapper .product-card .images-product .swiper .custom-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #FBBA00;
  opacity: 1;
  transition: 0.3s;
  position: relative;
}

.product--thumbnail--variations img:hover{
  cursor: pointer !important;
}
.product--thumbnail--variations img.active{
  border: 1px solid #FBBA00;
}
.product-card-wrapper .product-card .images-product .swiper .custom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  border: 2px solid rgba(251, 186, 0, 0.5);
  border-radius: 50%;
}
.product-card-wrapper .product-card .images-product .custom-btn-small {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  width: 35px;
  height: 35px;
  background: #FFFFFF;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  cursor: pointer;
  transition: 0.3s;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .product-card-wrapper .product-card .images-product .custom-btn-small {
    opacity: 1;
    pointer-events: all;
  }
}
.product-card-wrapper .product-card .images-product .custom-btn-small:hover {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
}
.product-card-wrapper .product-card .images-product .custom-btn-small:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 15px;
}
.product-card-wrapper .product-card .images-product .custom-btn-small.custom-btn-prev {
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
}
.product-card-wrapper .product-card .images-product .custom-btn-small.custom-btn-prev:before {
  background: url(../img/arrow-left-yellow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.product-card-wrapper .product-card .images-product .custom-btn-small.custom-btn-next {
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
}
.product-card-wrapper .product-card .images-product .custom-btn-small.custom-btn-next:before {
  background: url(../img/arrow-right-yellow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.pagination {
  text-align: center;
  margin-top: 30px;
}
/*.pagination .page-numbers{
  margin-top: 50px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: center;
}*/
.pagination__row .pagination-btn {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #888888;
  transition: 0.3s;
}
.pagination__row .pagination-btn.disabled {
  opacity: 0.2;
  pointer-events: none;
}
.pagination .page-numbers  {
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: center;
}
.woocommerce-pagination{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}
.woocommerce-pagination .page-numbers, .pagination ul {
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: center;
}
.woocommerce-pagination .page-numbers  li span.current, .pagination ul li.current a{
  background: #FBBA00;
  border: 1px solid #FBBA00;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 12px;
}
.woocommerce-pagination .page-numbers li a.prev{
  font-size: 0;
  position: relative;
}
.woocommerce-pagination .page-numbers li a.prev:before{
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  width: 6px;
  height: 12px;
  background: url(../img/arrow-pagination.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.woocommerce-pagination .page-numbers li a.next{
  font-size: 0;
  position: relative;
}
.woocommerce-pagination .page-numbers li a.next:before{
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 12px;
  background: url(../img/arrow-pagination.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.woocommerce-pagination .page-numbers li a, .pagination .page-numbers li span{
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #888888;
  transition: 0.3s;
  font-size: 12px;
  color: #292929;
}



.pagination .page-numbers  li span.current {
  background: #FBBA00;
  border: 1px solid #FBBA00;
}
.pagination .page-numbers li a.prev{
  font-size: 0;
  position: relative;
}
.pagination .page-numbers li a.prev:before{
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  width: 6px;
  height: 12px;
  background: url(../img/arrow-pagination.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.pagination .page-numbers li a.next{
  font-size: 0;
  position: relative;
}
.pagination .page-numbers li a.next:before{
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 12px;
  background: url(../img/arrow-pagination.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.pagination .page-numbers li a, .pagination .page-numbers li span, .pagination ul li a{
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #888888;
  transition: 0.3s;
  font-size: 12px;
  color: #292929;
}
/*.pagination .page-numbers ul li span {
  display: inline-flex;
  width: 20px;
  height: 36px;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 7px;
}*/
.pagination .main-btn:hover img {
  transform: rotate(360deg);
}
.pagination .main-btn img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 17px;
  transition: 0.5s;
}

.select {
  position: relative;
  width: 100%;
}
.select.active:after {
  transform: translateY(-50%) rotate(180deg);
}
.select.active .select-wrap .hidden {
  visibility: visible;
  opacity: 1;
}
.select:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 10px;
  height: 5px;
  transform: translateY(-50%);
  background: url(../img/arrow-down-black.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.select .select-wrap {
  position: relative;
}
.select .select-wrap .visible {
  cursor: pointer;
  appearance: none;
  padding: 9.5px 34px 9.5px 10px;
  border: 1px solid #C2C2C2;
  background: white;
  font-size: 14px;
  border-radius: 50px;
  width: 100%;
  height: 40px;
  display: flex;
}
.select .select-wrap .visible img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  object-fit: contain;
}
.select .select-wrap .hidden {
  position: absolute;
  top: calc(100% + 5px);
  border-radius: 10px;
  border: 1px solid #C2C2C2;
  background: #FFFFFF;
  width: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  z-index: 2;
}
.select .select-wrap .hidden .hidden-row {
  padding: 6px 9px;
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
}
.select .select-wrap .hidden .hidden-row:hover {
  background: #F8F8F8;
}
.select .select-wrap .hidden .hidden-row img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  object-fit: contain;
}

select {
  cursor: pointer;
  appearance: none;
  padding: 9.5px 34px 9.5px 10px;
  border: 1px solid #C2C2C2;
  background: white;
  font-size: 14px;
  border-radius: 50px;
  width: 100%;
  height: 40px;
}

.main-popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 70;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
.main-popup-wrap.search-popup .popup {
  width: 100%;
  height: 100vh;
  background: #FFFFFF;
  padding: 15px;
}
.main-popup-wrap.search-popup .popup .search-history {
  margin-top: 40px;
  display: none;
}
.main-popup-wrap.search-popup .popup .search-history .top-row p {
  font-size: 16px;
}
.main-popup-wrap.search-popup .popup .search-history .top-row span {
  font-size: 14px;
  color: #C2C2C2;
}
.main-popup-wrap.search-popup .popup .search-history ul {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 23px;
}
.main-popup-wrap.search-popup .popup .search-history ul li {
  display: block;
}
.main-popup-wrap.search-popup .popup .search-history ul li:not(:last-of-type) {
  padding-bottom: 23px;
  border-bottom: 1px solid #C2C2C2;
}
.main-popup-wrap.search-popup .popup .search-history ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #292929;
}
.main-popup-wrap.search-popup .popup .search-history ul li a .name {
  max-width: 80%;
}
.main-popup-wrap.search-popup .popup .search-history ul li a .img {
  width: 10px;
  height: 10px;
}
.main-popup-wrap.search-popup .popup .search-history ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-popup-wrap.search-popup .popup .empty-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 112px);
}
.main-popup-wrap.search-popup .popup .empty-block img {
  width: 96px;
  height: 96px;
  object-fit: contain;
}
.main-popup-wrap.search-popup .popup .empty-block p {
  font-size: 16px;
  margin-top: 15px;
}
.main-popup-wrap.search-popup .popup .search-result-wrap {
  height: calc(100vh - 100px);
  overflow: auto;
  /*  display: none;*/
}
.main-popup-wrap.search-popup .popup .search-result-wrap ul {
  overflow: auto;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  height: calc(100% - 50px);
  padding-bottom: 6px;
  margin-top: 5px;
}
.main-popup-wrap.search-popup .popup .search-result-wrap ul li a {
  display: flex;
  align-items: stretch;
  padding: 6px;
  transition: 0.3s;
  border-radius: 8px;
}
.main-popup-wrap.search-popup .popup .search-result-wrap ul li a:hover {
  background: #F8F8F8;
}
.main-popup-wrap.search-popup .popup .search-result-wrap ul li a:hover .right .name {
  color: #FBBA00;
}
.main-popup-wrap.search-popup .popup .search-result-wrap ul li a .image {
  width: 90px;
  height: 90px;
}
.main-popup-wrap.search-popup .popup .search-result-wrap ul li a .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-popup-wrap.search-popup .popup .search-result-wrap ul li a .right {
  width: calc(100% - 12px);
  margin-left: auto;
  display: flex;
  flex-direction: column;
}
.main-popup-wrap.search-popup .popup .search-result-wrap ul li a .right .name {
  font-size: 16px;
  font-weight: 600;
  color: #292929;
  margin-bottom: 8px;
  transition: 0.3s;
}
.main-popup-wrap.search-popup .popup .search-result-wrap ul li a .right .price {
  font-size: 18px;
  font-weight: 700;
  margin-top: auto;
  color: #FBBA00;
}
.main-popup-wrap.recal-popup .popup label.error{
  position: static;
}
.main-popup-wrap.recal-popup .popup .error-login{
  display: none;
  font-size: 16px;
  margin-top: 10px;
  color: #FF0303;
}
.main-popup-wrap.recal-popup .popup .succ-login{
  display: none;
  font-size: 16px;
  margin-top: 10px;
  color: #2E7D32;
}
.main-popup-wrap.recal-popup .popup{
  padding: 40px;
  max-width: 450px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.main-popup-wrap.recal-popup .popup form{
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.main-popup-wrap.recal-popup .popup form span{
  font-size: 14px;
}
.main-popup-wrap.recal-popup .popup .main-btn{
  margin-top: 10px;
  width: 100%;
}
/*.main-popup-wrap.search-popup .popup .search-result-wrap ul li:not(:last-of-type) {
  border-bottom: 1px solid #C2C2C2;
}
.main-popup-wrap.search-popup .popup .search-result-wrap ul li a {
  display: flex;
  align-items: center;
  padding: 20px 15px;
  transition: 0.3s;
  border-radius: 8px;
}
.main-popup-wrap.search-popup .popup .search-result-wrap ul li a .image {
  width: 49px;
  height: 104px;
}
.main-popup-wrap.search-popup .popup .search-result-wrap ul li a .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-popup-wrap.search-popup .popup .search-result-wrap ul li a .right {
  width: calc(100% - 69px);
  margin-left: auto;
  display: flex;
  flex-direction: column;
}
.main-popup-wrap.search-popup .popup .search-result-wrap ul li a .right .name {
  font-size: 14px;
  font-weight: 600;
  color: #292929;
  transition: 0.3s;
}
.main-popup-wrap.search-popup .popup .search-result-wrap ul li a .right .price-wrap {
  margin-top: 5px;
  position: relative;
}
.main-popup-wrap.search-popup .popup .search-result-wrap ul li a .right .price-wrap .s {
  color: #292929;
  font-size: 12px;
  position: relative;
}
.main-popup-wrap.search-popup .popup .search-result-wrap ul li a .right .price-wrap .s:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1.5px;
  background: #FF0303;
  transform: translateY(-50%);
}
.main-popup-wrap.search-popup .popup .search-result-wrap ul li a .right .price-wrap .discount {
  display: flex;
  align-items: center;
  height: 17px;
  border-radius: 50px;
  color: #FFFFFF;
  padding: 0 3px;
  font-size: 10px;
  font-weight: 700;
  background: #FF0303;
  margin-left: 5px;
}
.main-popup-wrap.search-popup .popup .search-result-wrap ul li a .right .price-wrap .price {
  color: #FBBA00;
  font-weight: 700;
  font-size: 14px;
}
.main-popup-wrap.search-popup .popup .search-result-wrap ul li a .right .price-wrap .price strong {
  font-size: 16px;
}
.main-popup-wrap.search-popup .popup .search-result-wrap ul li a .right .price-wrap .status {
  margin-top: 3px;
  font-size: 12px;
}
.main-popup-wrap.search-popup .popup .search-result-wrap ul li a .right .price-wrap .status.status-1 {
  color: #2E7D32;
}
.main-popup-wrap.search-popup .popup .search-result-wrap ul li a .right .price-wrap .status.status-2 {
  color: #03A4FF;
}
.main-popup-wrap.search-popup .popup .search-result-wrap ul li a .right .price-wrap .status.status-3 {
  color: #888888;
}*/
.main-popup-wrap.search-popup .popup form {
  width: 100%;
  max-width: 100%;
  position: relative;
  margin-right: 10px;
  margin-top: 30px;
}
.main-popup-wrap.search-popup .popup form button {
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(../img/search-icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.main-popup-wrap.search-popup .popup form button:hover {
  opacity: 0.7;
}
.main-popup-wrap.search-popup .popup form input {
  width: 100%;
  border-radius: 50px;
  border: 1px solid #C2C2C2;
  padding: 10px 45px 10px 15px;
  font-size: 14px;
  color: #292929;
  transition: 0.3s;
}
.main-popup-wrap.search-popup .popup form input:hover {
  border: 1px solid #888888;
}
.main-popup-wrap.search-popup .popup form input:focus {
  border: 1px solid #888888;
}
.main-popup-wrap.search-popup .popup form input::placeholder {
  color: #888888;
  opacity: 1;
}
.main-popup-wrap.cart-popup .popup {
  padding: 20px;
  max-height: 500px;
}


.main-popup-wrap.cart-popup .cart-empty-block{
  display: flex;
  flex-direction: column;
  row-gap:20px;
  margin-top: 20px;
  text-align: center;
  align-items: center;
}
.main-popup-wrap.cart-popup .cart-empty-block p{
  font-size: 18px;
  font-weight: 700;
}
.main-popup-wrap.cart-popup .cart-empty-block .main-btn{
  min-width: 200px;
  max-width: 250px;
}
@media (max-width: 768px) {
  .main-popup-wrap.cart-popup .popup {
    padding: 15px;
    max-width: 100%;
    height: 100vh;
    max-height: 100vh;
  }
}
.main-popup-wrap.cart-popup .popup .cart-wrapper {
  height: 100%;
  flex-direction: column;
  display: flex;
}
.main-popup-wrap.cart-popup .popup .cart-wrapper .cart-rows-wrap {
  overflow: auto;
  height: calc(100% - 100px);
  margin-top: 20px;
  row-gap: 16px;
  display: flex;
  flex-direction: column;
}
.main-popup-wrap.cart-popup .popup .cart-wrapper .cart-rows-wrap .input-group {
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #C2C2C2;
}
.main-popup-wrap.cart-popup .popup .cart-wrapper .cart-rows-wrap .input-group button {
  background: transparent;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  font-size: 24px;
  font-weight: 400;
  color: #888888;
}
@media (max-width: 768px) {
  .main-popup-wrap.cart-popup .popup .cart-wrapper .cart-rows-wrap .input-group button {
    height: 30px;
    width: 30px;
    font-size: 20px;
  }
}
.main-popup-wrap.cart-popup .popup .cart-wrapper .cart-rows-wrap .input-group button:hover {
  background: #FBBA00;
  color: #FFFFFF;
}
.main-popup-wrap.cart-popup .popup .cart-wrapper .cart-rows-wrap .input-group button.minus-item {
  border-right: 1px solid #C2C2C2;
  border-radius: 50px 0 0 50px;
}
.main-popup-wrap.cart-popup .popup .cart-wrapper .cart-rows-wrap .input-group button.plus-item {
  border-left: 1px solid #C2C2C2;
  border-radius: 0 50px 50px 0;
}
.main-popup-wrap.cart-popup .popup .cart-wrapper .cart-rows-wrap .input-group button.disabled {
  pointer-events: none;
}
.main-popup-wrap.cart-popup .popup .cart-wrapper .cart-rows-wrap .input-group button.disabled svg {
  opacity: 0.3;
}
.main-popup-wrap.cart-popup .popup .cart-wrapper .cart-rows-wrap .input-group input {
  width: 45px;
  height: 40px;
  background: transparent;
  color: #292929;
  text-align: center;
  font-size: 14px;
  border: none;
}
@media (max-width: 768px) {
  .main-popup-wrap.cart-popup .popup .cart-wrapper .cart-rows-wrap .input-group input {
    height: 30px;
    width: 35px;
  }
}
.main-popup-wrap.cart-popup .popup .cart-wrapper .cart-rows-wrap .cart-product-row {
  display: flex;
  align-items: center;
  padding: 10px 0;
  position: relative;
}
.main-popup-wrap.cart-popup .popup .cart-wrapper .cart-rows-wrap .cart-product-row .delete {
  background: transparent;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .main-popup-wrap.cart-popup .popup .cart-wrapper .cart-rows-wrap .cart-product-row .delete {
    width: 24px;
    height: 24px;
  }
}
.main-popup-wrap.cart-popup .popup .cart-wrapper .cart-rows-wrap .cart-product-row .delete:hover {
  opacity: 0.7;
}
.main-popup-wrap.cart-popup .popup .cart-wrapper .cart-rows-wrap .cart-product-row .delete svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-popup-wrap.cart-popup .popup .cart-wrapper .cart-rows-wrap .cart-product-row:not(:last-of-type) {
  border-bottom: 1px solid #C2C2C2;
}
.main-popup-wrap.cart-popup .popup .cart-wrapper .cart-rows-wrap .cart-product-row .img {
  width: 30%;
  height: 150px;
}
@media (max-width: 768px) {
  .main-popup-wrap.cart-popup .popup .cart-wrapper .cart-rows-wrap .cart-product-row .img {
    height: 70px;
  }
}
.main-popup-wrap.cart-popup .popup .cart-wrapper .cart-rows-wrap .cart-product-row .img img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}
.main-popup-wrap.cart-popup .popup .cart-wrapper .cart-rows-wrap .cart-product-row .right {
  display: flex;
  flex-direction: column;
  width: 70%;
  padding-left: 12px;
  row-gap: 20px;
}
@media (max-width: 768px) {
  .main-popup-wrap.cart-popup .popup .cart-wrapper .cart-rows-wrap .cart-product-row .right {
    row-gap: 10px;
  }
}
.main-popup-wrap.cart-popup .popup .cart-wrapper .cart-rows-wrap .cart-product-row .right .name {
  font-size: 18px;
  font-weight: 600;
  color: #292929;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .main-popup-wrap.cart-popup .popup .cart-wrapper .cart-rows-wrap .cart-product-row .right .name {
    font-size: 14px;
  }
}
.main-popup-wrap.cart-popup .popup .cart-wrapper .cart-rows-wrap .cart-product-row .right .name:hover {
  color: #FBBA00;
}
.main-popup-wrap.cart-popup .popup .cart-wrapper .cart-rows-wrap .cart-product-row .right .price {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .main-popup-wrap.cart-popup .popup .cart-wrapper .cart-rows-wrap .cart-product-row .right .price {
    font-size: 14px;
  }
}
.main-popup-wrap.cart-popup .popup .cart-wrapper .cart-rows-wrap .cart-product-row .right .price span {
  font-size: 24px;
  color: #FBBA00;
}
@media (max-width: 768px) {
  .main-popup-wrap.cart-popup .popup .cart-wrapper .cart-rows-wrap .cart-product-row .right .price span {
    font-size: 18px;
  }
}
.main-popup-wrap.cart-popup .popup .cart-wrapper .bottom-cart-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .main-popup-wrap.cart-popup .popup .cart-wrapper .bottom-cart-row .main-btn {
    white-space: nowrap;
    padding: 12px 10px;
  }
}
.main-popup-wrap.cart-popup .popup .cart-wrapper .bottom-cart-row .total-price {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .main-popup-wrap.cart-popup .popup .cart-wrapper .bottom-cart-row .total-price {
    font-size: 16px;
  }
}
.main-popup-wrap.cart-popup .popup .cart-wrapper .bottom-cart-row .total-price span {
  font-size: 28px;
  color: #FBBA00;
}
@media (max-width: 768px) {
  .main-popup-wrap.cart-popup .popup .cart-wrapper .bottom-cart-row .total-price span {
    font-size: 20px;
  }
}
.main-popup-wrap.login-popup .popup {
  max-width: 480px;
  padding: 40px;

}
.input-row{
  position: relative;
}
/*.main-popup-wrap.login-popup{
  display: block;
}*/
.main-popup-wrap.login-popup .popup .succ-login{
  font-size: 16px;
  text-align: center;
  color: #2E7D32;
  margin-top: 15px;
  display: none;
}
.main-popup-wrap.login-popup .popup .error-login{
  font-size: 16px;
  text-align: center;
  color: #FF0303;
  margin-top: 15px;
  display: none;
}
@media (max-width: 768px) {
  .main-popup-wrap.login-popup .popup {
    max-width: 100%;
    padding: 15px;
    height: 100vh;
  }
}
.main-popup-wrap.login-popup .popup .sc-2 {
  display: none;
}
.main-popup-wrap.login-popup .popup .popup-heading {
  text-align: center;
  margin-bottom: 40px;
}
.main-popup-wrap.login-popup .popup .sub-title {
  margin-bottom: 20px;
}
.main-popup-wrap.login-popup .popup .tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-popup-wrap.login-popup .popup .tabs .tab {
  text-align: center;
  width: 50%;
  font-size: 20px;
  transition: 0.3s;
  font-weight: 600;
  color: #C2C2C2;
  padding-bottom: 10px;
  border-bottom: 1px solid #C2C2C2;
  cursor: pointer;
  position: relative;
}
.main-popup-wrap.login-popup .popup .tabs .tab:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  z-index: 1;
  background: #FBBA00;
  width: 100%;
  left: 0;
  height: 2px;
  opacity: 0;
  transition: 0.3s;
}
.main-popup-wrap.login-popup .popup .tabs .tab.current {
  color: #292929;
}
.main-popup-wrap.login-popup .popup .tabs .tab.current:after {
  opacity: 1;
}
.main-popup-wrap.login-popup .popup span {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
.main-popup-wrap.login-popup .popup .main-btn {
  margin-top: 20px;
  width: 100%;
}
.main-popup-wrap.login-popup .popup .btn {
  margin-top: 20px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  transition: 0.3s;
}
.main-popup-wrap.login-popup .popup .btn:hover {
  opacity: 0.7;
}
.main-popup-wrap.login-popup .popup .form {
  margin-top: 30px;
  display: none;
}
.main-popup-wrap.login-popup .popup .form .sub-heading {
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
}
.main-popup-wrap.login-popup .popup .form .column {
  margin-top: 20px;
  position: relative;
}
.main-popup-wrap.login-popup .popup .form .column .show-password {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 15px;
  right: 15px;
  bottom: 8px;
  cursor: pointer;
}
.main-popup-wrap.login-popup .popup .form .column .close-password {
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 15px;
  right: 15px;
  bottom: 8px;
  cursor: pointer;
}
.main-popup-wrap.login-popup .popup .form .column .close-password:after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  background: #000000;
  top: 6px;
  right: -2;
  transform: rotate(-45deg);
  opacity: 1;
  transition: 0.3s;
}
.main-popup-wrap.login-popup .popup .form.form-1 {
  display: block;
}
.main-popup-wrap.adress-popup .popup {
  padding: 40px;
}
@media (max-width: 768px) {
  .main-popup-wrap.adress-popup .popup {
    padding: 15px;
  }
}
.main-popup-wrap.adress-popup .popup .adress-wrap {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.main-popup-wrap.adress-popup .popup .row-heading {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #C2C2C2;
}
.main-popup-wrap.adress-popup .popup .form-row {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 20px;
}
.main-popup-wrap.adress-popup .popup .address-done{
  font-size: 18px;
  margin-top: 15px;
  font-weight: 600;
  color: #2E7D32;
  display: none;
}
.main-popup-wrap.adress-popup .popup .form-row.droppdown {
  margin-top: 20px;
  display: none;
}
.main-popup-wrap.adress-popup .popup .form-row.droppdown.droppdown-1 {
  display: flex;
}
.main-popup-wrap.adress-popup .popup .form-row .column {
  width: calc(50% - 10px);
  position: relative;
}
.main-popup-wrap.adress-popup .popup .form-row .selected-type{
  display: none;
}
.main-popup-wrap.adress-popup .popup .form-row .selected-type.selected-type-adresna{
  display: block;
}
@media (max-width: 768px) {
  .main-popup-wrap.adress-popup .popup .form-row .column {
    width: 100%;
  }
}
.main-popup-wrap.adress-popup .popup .form-row .column span {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.main-popup-wrap.adress-popup .popup .form-row .column select {
  color: #C2C2C2;
}
.main-popup-wrap.adress-popup .popup .main-btn {
  max-width: 292px;
}
@media (max-width: 768px) {
  .main-popup-wrap.adress-popup .popup .main-btn {
    max-width: 100%;
  }
}
.main-popup-wrap.delete-account-popup .popup {
  padding: 40px;
}
@media (max-width: 768px) {
  .main-popup-wrap.delete-account-popup .popup {
    padding: 15px;
    height: 100vh;
  }
}
.main-popup-wrap.delete-account-popup .popup .warning-wrap {
  margin: 40px 0;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #FF0303;
  background: #ffe6e6;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media (max-width: 768px) {
  .main-popup-wrap.delete-account-popup .popup .warning-wrap {
    justify-content: auto 0;
  }
}
.main-popup-wrap.delete-account-popup .popup .warning-wrap p, .main-popup-wrap.delete-account-popup .popup .warning-wrap li {
  font-size: 14px;
}
.main-popup-wrap.delete-account-popup .popup .warning-wrap ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.main-popup-wrap.delete-account-popup .popup .warning-wrap ul li {
  position: relative;
  padding-left: 20px;
}
.main-popup-wrap.delete-account-popup .popup .warning-wrap ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #292929;
  top: 50%;
  transform: translateY(-50%);
}
.main-popup-wrap.delete-account-popup .popup .button-wrap {
  margin-top: 20px;
  column-gap: 20px;
}
@media (max-width: 768px) {
  .main-popup-wrap.delete-account-popup .popup .button-wrap {
    flex-direction: column;
    row-gap: 15px;
  }
  .main-popup-wrap.delete-account-popup .popup .button-wrap .main-btn {
    width: 100%;
  }
}
.main-popup-wrap.delete-account-popup .popup .button-wrap .main-btn--border {
  padding: 12px 72px;
}
.main-popup-wrap.delete-account-popup .popup .button-wrap .main-btn--red {
  padding: 12px 35px;
}

.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: auto;
  padding: 50px 0;
  z-index: 71;
}
@media (max-width: 768px) {
  .popup-wrap {
    padding: 0;
  }
}

.popup-close {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 72;
}

.popup {
  width: 100%;
  max-width: 684px;
  border-radius: 32px;
  margin: auto;
  position: relative;
  z-index: 73;
  background: #FFFFFF;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .popup {
    border-radius: 0;
  }
}
.popup .popup-closer {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 1;
}
.popup .popup-closer img {
  width: 15px;
  transition: 0.2s;
}
.popup .popup-closer img:hover {
  opacity: 0.5;
}

@media (max-width: 992px) {
  body {
    padding-bottom: 68px;
  }
}

.mobile-fixed-menu {
  display: none;
}
@media (max-width: 992px) {
  .mobile-fixed-menu {
    display: flex;
    position: fixed;
    z-index: 30;
    width: 100%;
    bottom: 0;
    left: 0;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .mobile-fixed-menu ul {
    display: flex;
    align-items: center;
  }
  .mobile-fixed-menu ul li {
    width: 20%;
  }
  .mobile-fixed-menu ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #292929;
    font-size: 9px;
    padding: 17px 0 10px;
    position: relative;
  }
  .mobile-fixed-menu ul li a.mob-search {
    overflow: hidden;
  }
  .mobile-fixed-menu ul li a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    height: 4px;
    left: 0;
    width: 100%;
    border-radius: 3px;
    background: #FBBA00;
    transition: .3s;
    opacity: 0;
  }
  .mobile-fixed-menu ul li.current a:after{
    opacity: 1;
  }
  .mobile-fixed-menu ul li a .icon {
    position: relative;
    width: 20px;
    height: 20px;
  }
  .mobile-fixed-menu ul li a .icon .num {
    position: absolute;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #FBBA00;
    right: -7px;
    top: -7px;
    font-size: 10px;
  }
  .mobile-fixed-menu ul li a .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

@media (max-width: 992px) {
  .header {
    z-index: 40;
    top: 0;
  }
  .header .first-row {
    display: none;
  }
  .header .second-row {
    background: #FFFFFF;
  }
  .header .second-row .mobile-bottom-menu {
    display: flex;
    flex-direction: column;
    background: #1A1A1A;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: auto;
    padding: 20px 15px;
  }
  .header .second-row .mobile-bottom-menu .lang-row {
    padding-bottom: 20px;
    border-bottom: 1px solid #FFFFFF;
  }
  .header .second-row .mobile-bottom-menu .lang-row p {
    font-size: 14px;
    color: #FFFFFF;
  }
  .header .second-row .mobile-bottom-menu .lang-row .lang-menu {
    display: flex;
    align-items: center;
    column-gap: 8px;
    margin-left: 15px;
  }
  .header .second-row .mobile-bottom-menu .lang-row ul{
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-left: 10px;
  }
  .header .second-row .mobile-bottom-menu .lang-row li {
    display: inline-block;
  }
  .header .second-row .mobile-bottom-menu .lang-row li.active a {
    color: #FBBA00;
  }
  .header .second-row .mobile-bottom-menu .lang-row li a {
    transition: 0.3s;
    text-transform: uppercase;
    font-size: 14px;
    color: #FFFFFF;
    transition: 0.3s;
  }
  .header .second-row .mobile-bottom-menu .lang-row  li a:hover {
    opacity: 0.7;
  }
  .header .second-row .mobile-bottom-menu .tel-sub-menu {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    margin-top: 20px;
  }
  .header .second-row .mobile-bottom-menu .tel-sub-menu .icon {
    width: 18px;
    height: 18px;
  }
  .header .second-row .mobile-bottom-menu .tel-sub-menu .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .header .second-row .mobile-bottom-menu .tel-sub-menu .tel {
    width: calc(100% - 18px);
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 2px;
    padding: 0;
  }
  .header .second-row .mobile-bottom-menu .tel-sub-menu .tel span {
    color: #888888;
    font-size: 12px;
  }
  .header .second-row .mobile-bottom-menu .tel-sub-menu .num {
    color: #FFFFFF;
    font-size: 14px;
    transition: 0.3s;
  }
  .header .second-row .mobile-bottom-menu .tel-sub-menu .num:hover {
    color: #FBBA00;
  }
  .header .second-row .mobile-bottom-menu .buttons-row {
    margin-top: 20px;
  }
  .header .second-row .mobile-bottom-menu .buttons-row .left {
    display: flex;
    align-items: center;
    column-gap: 15px;
  }
  .header .second-row .mobile-bottom-menu .buttons-row .left .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FBBA00;
  }
  .header .second-row .mob-tel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
  }
  .header .second-row .mob-tel img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .header .second-row .gam {
    position: relative;
    display: flex;
    align-items: center;
    width: 30px;
    height: 18px;
    cursor: pointer;
    z-index: 50;
  }
  .header .second-row .gam.active span {
    opacity: 0;
  }
  .header .second-row .gam.active:before {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .header .second-row .gam.active:after {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
  .header .second-row .gam:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: #292929;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
  .header .second-row .gam:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: #292929;
    bottom: 0;
    left: 0;
    transition: 0.3s;
  }
  .header .second-row .gam span {
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 6px;
    background: #292929;
    transition: 0.3s;
  }
  .header .second-row .mobile-menu-wrapper {
    position: absolute;
    display: none;
    flex-direction: column;
    background: #FFFFFF;
    width: 100vw;
    height: 100dvh;
    z-index: 1;
    top: 0;
    left: -15px;
    padding-right: 15px;
    padding-left: 15px;
    overflow: hidden auto;
  }
  .header .second-row .mobile-menu-wrapper.flex {
    display: flex;
  }
  .header .second-row .mobile-menu-wrapper .top-row {
    display: flex;
    padding-left: calc(50% - 75px);
    padding-bottom: 30px;
    position: sticky;
    top: 0;
    background: #FFFFFF;
  }
  .header .second-row .mobile-menu-wrapper .top-row .logout {
    color: #292929;
    font-size: 16px;
    font-weight: 700;
  }
  .header .second-row .mobile-menu-wrapper .top-row .logout img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 5px;
  }
  .header .second-row .menu-logo-wrapper {
    text-align: center;
  }
  .header .second-row .menu-logo {
    display: inline-flex;
    position: relative;
    z-index: 1;
    height: 54px;
    margin-left: auto;
    margin-right: auto;
  }
  .header .second-row .logo {
    height: 52px;
  }
  .header .second-row .main-menu {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
  }
  .header .second-row .main-menu li:not(:last-of-type) a {
    border-bottom: 1px solid #D9D9D9;
  }
  .header .second-row .main-menu li a {
    display: flex;
    padding: 15px 10px;
    color: #292929;
    background: #F8F8F8;
  }
  .header .second-row .menu {
    flex-direction: column;
    border-top: 1px solid #FBBA00;
    border-bottom: 1px solid #FBBA00;
    align-items: flex-start;
  }
  .header .second-row .menu .menu-column {
    padding: 0;
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    background: #FFF7DF;
  }
  .header .second-row .menu .menu-column:nth-of-type(2) {
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
  }
  .header .second-row .menu .menu-column:nth-of-type(2) .visible {
    border-left: none;
    border-right: none;
  }
  .header .second-row .menu .menu-column .visible {
    padding: 15px 10px;
    width: 100%;
    justify-content: space-between;
  }
  .header .second-row .menu .menu-column .visible svg {
    transition: 0.3s;
  }
  .header .second-row .menu .menu-column .visible.active svg {
    transform: rotate(180deg);
  }
  .header .second-row .menu .hidden {
    position: static;
    width: 100%;
    box-shadow: none;
    background: transparent;
    padding: 0;
    visibility: visible;
    opacity: 1;
    display: none;
  }
  .header .second-row .menu .hidden .menu-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 0 10px 15px;
  }
  .header .second-row .menu .hidden .menu-wrapper .menus {
    width: 100%;
  }
  .header .second-row .menu .hidden .menu-wrapper .menus .column {
    display: none;
  }
  .header .second-row .menu .hidden .menu-wrapper .menus .column:first-of-type {
    display: block;
  }
  .header .second-row .menu .hidden .menu-wrapper .menus ul {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
  }
  .header .second-row .menu .hidden .menu-wrapper .menus ul li a {
    color: #888888;
    font-size: 14px;
  }
  .header .second-row .menu .hidden .menu-wrapper .menus .menu-heading {
    display: none;
  }
  .header .second-row .menu .hidden .menu-wrapper .img {
    display: none;
  }
  .header .second-row .right {
    display: none;
  }
}
.title-screen {
  background: #FFF7DF;
}
.title-screen .text-content {
  padding: 146px 0 144px;
  width: 100%;
  max-width: 434px;
}
.title-screen .text-content .title {
  margin-top: 10px;
  font-size: 77px;
  font-weight: 700;
  color: #FBBA00;
  line-height: 110%;
}
.title-screen .text-content .main-btn {
  margin-top: 50px;
  width: 100%;
  max-width: 261px;
}
.title-screen .title-swiper {
  width: calc(100% - 492px);
  margin-left: 0;
  margin-right: 0;
}
.title-screen .title-swiper .swiper-pagination {
  left: auto;
  right: 291px;
  display: inline-flex;
  width: auto;
  bottom: 30px;
  cursor: pointer;
}
.title-screen .title-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #FBBA00;
  opacity: 1;
  transition: 0.3s;
  position: relative;
}
.title-screen .title-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  border: 2px solid rgba(251, 186, 0, 0.5);
  border-radius: 50%;
}
.title-screen .title-swiper .swiper-slide {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.title-screen .title-swiper .swiper-slide .bg-img {
  height: 100%;
  width: 100%;
  max-width: 650px;
}
.title-screen .title-swiper .swiper-slide .bg-img .mobile-visible {
  display: none;
}
.title-screen .title-swiper .swiper-slide .bg-img img {
  width: 100%;
  height: 100%;
}
.title-screen .title-swiper .swiper-slide .slide-content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.title-screen .title-swiper .swiper-slide .slide-content img {
  height: 387px;
  max-width: 367px;
  object-fit: contain;
}
.title-screen .title-swiper .swiper-slide .slide-content .slider-link {
  margin-top: 20px;
  display: flex;
  align-items: center;
  max-width: 142px;
  justify-content: space-between;
}
.title-screen .title-swiper .swiper-slide .slide-content .slider-link .text {
  color: #888888;
  max-width: 112px;
}
.title-screen .title-swiper .swiper-slide .slide-content .slider-link .text strong {
  color: #292929;
}
.title-screen .title-swiper .swiper-slide .slide-content .slider-link .arrow {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popular-section {
  padding: 120px 0 60px;
}
.popular-section__wrap {
  margin-top: 50px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  row-gap: 20px;
  width: calc(100% + 20px);
  margin-left: -20px;
}
.popular-section__wrap .popular-card {
  display: flex;
  width: calc(33.333% - 20px);
  margin-left: 20px;
  position: relative;
  padding: 30px 30px 0;
  color: #292929;
  background: #F8F8F8;
  overflow: hidden;
}
.popular-section__wrap .popular-card:hover img {
  transform: scale(1.1);
}
.popular-section__wrap .popular-card:hover .text {
  text-decoration: underline;
  text-decoration-color: #FBBA00;
}
.popular-section__wrap .popular-card .text {
  max-width: 176px;
}
.popular-section__wrap .popular-card img {
  width: 164px;
  margin-left: auto;
  margin-top: auto;
  transition: 0.3s;
}

.sale-screen {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .sale-screen {
    padding: 40px 0;
  }
}
.sale-screen .sale-swiper-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .sale-screen .sale-swiper-wrapper {
    margin-top: 30px;
  }
}
.sale-screen .sale-swiper-wrapper .swiper .swiper-slide {
  border: 1px solid #C2C2C2;
  border-radius: 10px;
}
.sale-screen .sale-swiper-wrapper .swiper .swiper-slide img {
  width: 100%;
  height: 329px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .sale-screen .sale-swiper-wrapper .swiper .swiper-slide img {
    height: 277px;
  }
}
@media (max-width: 768px) {
  .sale-screen .sale-swiper-wrapper .swiper .swiper-slide img {
    height: 177px;
  }
}

.hits-screen {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .hits-screen {
    padding: 40px 0;
  }
  .hits-screen.mob-none {
    display: none;
  }
}
.hits-screen .button-row {
  text-align: center;
  margin-top: -80px;
  z-index: 10;
  position: relative;
}
@media (max-width: 992px) {
  .hits-screen .button-row {
    margin-top: 20px;
  }
}
.hits-screen .button-row .main-btn {
  padding: 12px 20px;
  min-width: 200px;
}
@media (max-width: 768px) {
  .hits-screen .button-row .main-btn {
    max-width: 100%;
    width: 100%;
  }
}
.hits-screen .products-swiper, .hits-screen .watch-swiper, .hits-screen .products-swiper-2 {
  margin-top: 50px;
  width: calc(100% + 10px);
  margin-left: -5px;
  padding: 4px;
  padding-bottom: 175px;
}
.hits-screen .products-swiper .swiper-slide, .hits-screen .products-swiper-2 .swiper-slide{
  height: auto;
}
.hits-screen .products-swiper .swiper-slide .product-card, .hits-screen .products-swiper-2 .swiper-slide .product-card{
  height: 100%;
}
.hits-screen .products-swiper .swiper-slide .product-card .right-card .status, .hits-screen .products-swiper-2 .swiper-slide .product-card .right-card .status{
  display: none;
}
.hits-screen .watch-swiper .swiper-slide .product-card .right-card .status{
  display: none;
}
.hits-screen .watch-swiper .swiper-slide{
  height: auto;
}
.hits-screen .watch-swiper .swiper-slide .product-card{
  height: 100%;
}
@media (max-width: 992px) {
  .hits-screen .products-swiper, .hits-screen .watch-swiper, .hits-screen .products-swiper-2 {
    margin-top: 30px;
    padding-bottom: 25px;
  }
}
.hits-screen .products-swiper .swiper-wrapper, .hits-screen .watch-swiper .swiper-wrapper, .hits-screen .products-swiper-2 .swiper-wrapper {
  z-index: 2;
}
.hits-screen .products-swiper .swiper-slide, .hits-screen .watch-swiper .swiper-slide, .hits-screen .products-swiper-2 .swiper-slide {
  position: relative;
  z-index: 12;
}
.hits-screen .products-swiper .swiper-pagination, .hits-screen .watch-swiper .swiper-pagination, .hits-screen .products-swiper-2 .swiper-pagination {
  bottom: 120px;
  z-index: 1;
}
@media (max-width: 992px) {
  .hits-screen .products-swiper .swiper-pagination, .hits-screen .watch-swiper .swiper-pagination, .hits-screen .products-swiper-2 .swiper-pagination {
    bottom: 5px;
  }
}

.brand-screen {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .brand-screen {
    padding: 40px 0;
  }
}
.brand-screen .brand-wrap {
  display: flex;
  align-items: center;
  width: calc(100% + 20px);
  margin-left: -20px;
  flex-flow: row;
  flex-wrap: wrap;
  margin-top: 50px;
  row-gap: 20px;
}
@media (max-width: 992px) {
  .brand-screen .brand-wrap {
    margin-top: 30px;
  }
}
.brand-screen .brand-wrap .brand {
  width: calc(12.5% - 20px);
  margin-left: 20px;
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C2C2C2;
  padding: 10px;
  transition: 0.3s;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .brand-screen .brand-wrap .brand {
    width: calc(33.333% - 20px);
  }
}
@media (max-width: 768px) {
  .brand-screen .brand-wrap .brand {
    width: calc(50% - 20px);
  }
}
.brand-screen .brand-wrap .brand:hover {
  opacity: 0.7;
}
.brand-screen .brand-wrap .brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.benefits-screen {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .benefits-screen {
    padding: 40px 0;
  }
}
.benefits-screen .benefits-wrap {
  margin-top: 50px;
  display: flex;
  align-items: center;
  column-gap: 20px;
}
@media (max-width: 992px) {
  .benefits-screen .benefits-wrap {
    margin-top: 30px;
    flex-flow: row;
    flex-wrap: wrap;
    align-items: stretch;
    row-gap: 20px;
  }
}
.benefits-screen .benefits-wrap .column {
  width: calc(25% - 15px);
  display: flex;
  flex-direction: column;
  background: #F8F8F8;
  padding: 30px;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .benefits-screen .benefits-wrap .column {
    width: calc(50% - 10px);
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .benefits-screen .benefits-wrap .column {
    width: 100%;
  }
}
.benefits-screen .benefits-wrap .column img {
  width: 80px;
  height: 60px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .benefits-screen .benefits-wrap .column img {
    width: 60px;
    height: 60px;
    object-fit: contain;
  }
}
.benefits-screen .benefits-wrap .column .heading {
  font-size: 16px;
  font-weight: 700;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .benefits-screen .benefits-wrap .column .heading {
    margin-top: 20px;
  }
}
.benefits-screen .benefits-wrap .column .sub-heading {
  margin-top: 10px;
  font-size: 14px;
}

.about-us {
  padding: 80px 0;
  background: #F8F8F8;
}
@media (max-width: 992px) {
  .about-us {
    padding: 40px 0;
  }
}
.about-us__wrap {
  margin-top: 50px;
  position: relative;
}
@media (max-width: 992px) {
  .about-us__wrap {
    margin-top: 30px;
    flex-direction: column;
  }
}
.about-us__wrap .mrdoor {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 420px;
  height: 70px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .about-us__wrap .mrdoor {
    display: none;
  }
}
.about-us__wrap .left, .about-us__wrap .right {
  width: calc(50% - 10px);
}
@media (max-width: 992px) {
  .about-us__wrap .left, .about-us__wrap .right {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .about-us__wrap .right {
    display: flex;
    flex-direction: column-reverse;
  }
}
.about-us__wrap .right img {
  width: 100%;
  margin-bottom: 20px;
  object-fit: cover;
  max-height: 427px;
}
@media (max-width: 992px) {
  .about-us__wrap .right img {
    max-height: 286px;
    margin-bottom: 0;
    margin-top: 20px;
  }
}
@media (max-width: 76px) {
  .about-us__wrap .right img {
    max-height: 186px;
  }
}
.about-us__wrap .left {
  position: relative;
}
.about-us__wrap .left .img-wrap {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .about-us__wrap .left .img-wrap {
    display: none;
  }
}
.about-us__wrap .left img {
  object-fit: cover;
}
.about-us__wrap .left img:first-of-type {
  height: 253px;
  width: 420px;
}
.about-us__wrap .left img:nth-of-type(2) {
  margin-left: auto;
  width: 200px;
  height: 175px;
}
.about-us__wrap .left img:nth-of-type(3) {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 280px;
}
.about-us__wrap .left .text {
  margin-bottom: 20px;
}
.about-us__wrap .left .text ul {
  padding-left: 10px;
}
.about-us__wrap .left .text ul li {
  font-size: 14px;
  padding-left: 20px;
  position: relative;
}
.about-us__wrap .left .text ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #292929;
}
.about-us__wrap .text p {
  font-size: 14px;
}
.about-us__wrap .text p strong {
  font-weight: 700;
}
.about-us__wrap .text p:not(:last-of-type) {
  margin-bottom: 10px;
}

.blog-screen {
  padding: 120px 0 60px;
}
@media (max-width: 992px) {
  .blog-screen {
    padding: 80px 0 40px;
  }
}
.blog-screen .blog-swiper-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .blog-screen .blog-swiper-wrapper {
    margin-top: 30px;
  }
}
.blog-screen .blog-swiper-wrapper .swiper {
  width: calc(100% + 8px);
  margin-left: -4px;
  padding: 4px;
  padding-bottom: 50px;
}
.blog-screen .blog-swiper-wrapper .news {
  padding: 25px;
  border-radius: 4px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 992px) {
  .blog-screen .blog-swiper-wrapper .news {
    padding: 20px;
  }
}
.blog-screen .blog-swiper-wrapper .news:hover .img img {
  transform: scale(1.1);
}
.blog-screen .blog-swiper-wrapper .news .img {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-screen .blog-swiper-wrapper .news .img img {
  width: 100%;
  height: 276px;
  transition: 0.3s;
  object-fit: cover;
}
@media (max-width: 992px) {
  .blog-screen .blog-swiper-wrapper .news .img img {
    height: 232px;
  }
}
.blog-screen .blog-swiper-wrapper .news .heading {
  margin-top: 25px;
  font-size: 16px;
  font-weight: 700;
  color: #292929;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: .3s;
}
.blog-screen .blog-swiper-wrapper .news .heading:hover{
  color: #FBBA00;
}
@media (max-width: 992px) {
  .blog-screen .blog-swiper-wrapper .news .heading {
    margin-top: 20px;
  }
}
.blog-screen .blog-swiper-wrapper .news .description {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
.blog-screen .blog-swiper-wrapper .news .btn {
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
  color: #292929;
  transition: 0.3s;
}
.blog-screen .blog-swiper-wrapper .news .btn:hover {
  text-decoration: underline;
  color: #FBBA00;
}
.blog-screen .blog-swiper-wrapper .news .info-row {
  column-gap: 20px;
  margin-top: 15px;
}
.blog-screen .blog-swiper-wrapper .news .info-row .icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 5px;
}
.blog-screen .blog-swiper-wrapper .news .info-row span {
  font-size: 12px;
  color: #888888;
}
.blog-screen .button-row {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .blog-screen .button-row {
    margin-top: 15px;
  }
}
.blog-screen .button-row .main-btn {
  padding: 12px 40px;
}
@media (max-width: 768px) {
  .blog-screen .button-row .main-btn {
    width: 100%;
  }
}

.reviews-screen {
  padding: 60px 0 120px;
}
@media (max-width: 992px) {
  .reviews-screen {
    padding: 40px 0 80px;
  }
}
.reviews-screen .reviews-swiper-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .reviews-screen .reviews-swiper-wrapper {
    margin-top: 30px;
  }
}
.reviews-screen .reviews-swiper-wrapper .swiper {
  width: calc(100% + 8px);
  margin-left: -4px;
  padding: 4px;
  padding-bottom: 50px;
}
.reviews-screen .reviews-swiper-wrapper .swiper .swiper-wrapper {
  align-items: stretch;
}
.reviews-screen .reviews-swiper-wrapper .swiper .swiper-slide {
  height: auto;
}
.reviews-screen .reviews-swiper-wrapper .swiper .reviews {
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
.cr-reviews-slider .cr-review-card .cr-review-card-inner{
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
.cr-reviews-slider .cr-review-card .top-row{
  padding: 0;
  border: none;
  margin: 0;
}
.reviews-screen .reviews-swiper-wrapper .swiper .reviews .reviews-heading-row .left {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
}

.reviews-screen .reviews-swiper-wrapper .swiper .reviews .reviews-heading-row .left.green {
  background: #C0EE9C;
}
.reviews-screen .reviews-swiper-wrapper .swiper .reviews .reviews-heading-row .left.red {
  background: #EE9C9C;
}
.reviews-screen .reviews-swiper-wrapper .swiper .reviews .reviews-heading-row .left.blue {
  background: #9CB3EE;
}

.cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-name{
  font-size: 16px;
  font-weight: 700;
  font-family: "Comfortaa";
}
.cr-reviews-slider{
  margin: 0;
}
.cr-reviews-slider .slick-list{
  padding: 5px 0;
}
.cr-reviews-slider .cr-review-card .crstar-rating{
  height: 24px;
  width: 120px;
  font-size: 17px;
}
.cr-reviews-slider .cr-review-card .rating-row{
  padding: 10px 0 20px;
}
.cr-reviews-slider .cr-review-card .rating-row .rating-label{
  display: none;
}
.cr-reviews-slider .cr-review-card .crstar-rating::before{
  font-size: 17px;
}
.cr-reviews-slider .cr-review-card .crstar-rating span{
  font-size: 17px;
}
.cr-reviews-slider .cr-review-card .middle-row{
  padding: 0;
  border: none;
  margin: 0;
  background: transparent;
  font-family: "Comfortaa";
}
.cr-reviews-slider .cr-review-card .middle-row .review-content{
  margin: 0;
}
.cr-reviews-slider .cr-review-card .middle-row .datetime{
  display: none;
}
.cr-reviews-slider .slick-dots li{
  width: 7px;
  height: 7px;
  padding: 0;
  margin: 0 12.5px;
}
.cr-reviews-slider .slick-dots li button{
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #FBBA00;
  padding: 0;
  position: relative;
}
.cr-reviews-slider .slick-dots li button:before{
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  border: 2px solid rgba(251, 186, 0, .5);
  border-radius: 50%;
  opacity: 0;
  transition: .3s;
}
.cr-reviews-slider .slick-dots li.slick-active button:before{
  opacity: 1;
}
.cr-reviews-slider.slick-slider .slick-prev{
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  cursor: pointer;
  transition: .3s;
  border-radius: 50%;
  top: -67px;
  right: 65px;
  left: auto;
}
.cr-reviews-slider.slick-slider .slick-prev:before{
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 15px;
  background: url(../img/arrow-left-yellow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.cr-reviews-slider.slick-slider .slick-next{
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  cursor: pointer;
  transition: .3s;
  border-radius: 50%;
  top: -67px;
  right: 0;
  left: auto;
}
.cr-reviews-slider.slick-slider .slick-next:before{
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 15px;
  background: url(../img/arrow-right-yellow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media(max-width: 992px){
  .cr-reviews-slider .slick-list{
    height: 100%!important;
  }
  .cr-reviews-slider.slick-slider .slick-next{
    top: -47px;
  }
  .cr-reviews-slider.slick-slider .slick-prev{
    top: -47px;
  }
}
@media(max-width: 450px){

  .cr-reviews-slider.slick-slider .slick-next{
    display: block!important;
  }
  .cr-reviews-slider.slick-slider .slick-prev{
    display: block!important;
  }
}
/*.reviews-screen .reviews-swiper-wrapper .swiper .reviews .reviews-heading-row .left.green {
  background: #C0EE9C;
}
.reviews-screen .reviews-swiper-wrapper .swiper .reviews .reviews-heading-row .left.red {
  background: #EE9C9C;
}
.reviews-screen .reviews-swiper-wrapper .swiper .reviews .reviews-heading-row .left.blue {
  background: #9CB3EE;
}*/
.reviews-screen .reviews-swiper-wrapper .swiper .reviews .reviews-heading-row .right {
  width: calc(100% - 65px);
  font-size: 16px;
}
.reviews-screen .reviews-swiper-wrapper .swiper .reviews .reviews-heading-row .right .name {
  font-weight: 700;
}
.reviews-screen .reviews-swiper-wrapper .swiper .reviews .reviews-heading-row .right .city {
  margin-top: 5px;
}
.reviews-screen .reviews-swiper-wrapper .swiper .reviews .reviews-stars-row {
  margin-top: 10px;
  column-gap: 2px;
}
.reviews-screen .reviews-swiper-wrapper .swiper .reviews .reviews-comment {
  margin-top: 20px;
  font-size: 14px;
}

@media (max-width: 992px) {
  .title-screen .flex-row {
    flex-direction: column;
  }
  .title-screen .text-content {
    padding: 60px 0 50px;
    max-width: 100%;
  }
  .title-screen .text-content .title {
    font-size: 40px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .title-screen .text-content .main-btn {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .title-screen .title-swiper {
    width: 100%;
  }
  .title-screen .title-swiper .swiper-pagination {
    bottom: 75px;
    column-gap: 25px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .title-screen .title-swiper .swiper-pagination {
    bottom: 80px;
    right: 100px;
  }
}
@media (max-width: 992px) {
  .title-screen .title-swiper .swiper-slide {
    padding-bottom: 60px;
  }
  .title-screen .title-swiper .swiper-slide .bg-img {
    max-height: 387px;
    max-width: calc(100% - 107px);
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .title-screen .title-swiper .swiper-slide .bg-img {
    max-height: 274px;
    max-width: calc(100% - 67px);
  }
}
@media (max-width: 992px) {
  .title-screen .title-swiper .swiper-slide .bg-img img {
    max-height: 387px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .title-screen .title-swiper .swiper-slide .bg-img img {
    max-height: 274px;
  }
}
@media (max-width: 992px) {
  .title-screen .title-swiper .swiper-slide .bg-img .mobile-visible {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .title-screen .title-swiper .swiper-slide .bg-img .mobile-visible .text {
    color: #888888;
  }
  .title-screen .title-swiper .swiper-slide .bg-img .mobile-visible .text strong {
    color: #292929;
  }
  .title-screen .title-swiper .swiper-slide .bg-img .mobile-visible .arrow {
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .title-screen .title-swiper .swiper-slide .slide-content img {
    height: 287px;
    max-width: 287px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .title-screen .title-swiper .swiper-slide .slide-content img {
    height: 187px;
    max-width: 187px;
  }
}
@media (max-width: 992px) {
  .title-screen .title-swiper .swiper-slide .slide-content .slider-link {
    display: none;
  }
}
@media (max-width: 992px) {
  .popular-section {
    padding: 80px 0 40px;
  }
  .popular-section__wrap .popular-card {
    width: calc(50% - 20px);
    padding: 20px 20px 0;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .popular-section__wrap .popular-card {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .popular-section__wrap .popular-card .text {
    max-width: 176px;
  }
}
@media (max-width: 992px) {
  .popular-section__wrap .popular-card img {
    width: 115px;
  }
}
.catalog-top-swiper {
  padding: 10px;
  position: relative;
}
.catalog-top-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
  height: auto;
  text-align: center;
}
.catalog-top-swiper .swiper-slide:hover {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
}
.catalog-top-swiper .swiper-slide img {
  height: 115px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .catalog-top-swiper .swiper-slide img {
    height: 73px;
  }
}
.catalog-top-swiper .swiper-slide .name {
  font-size: 16px;
  color: #292929;
  margin-top: 10px;
  text-align: center;
}
.catalog-top-swiper .swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  border-radius: 50%;
  background: #FFFFFF;
  width: 50px;
  height: 50px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  opacity: 1;
  cursor: pointer;
  z-index: 2;
}
.catalog-top-swiper .swiper-btn:hover {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
}
.catalog-top-swiper .swiper-btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 15px;
}
.catalog-top-swiper .swiper-btn.top-catalog-button-prev {
  left: 5px;
}
.catalog-top-swiper .swiper-btn.top-catalog-button-prev:before {
  background: url(../img/arrow-left-yellow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.catalog-top-swiper .swiper-btn.top-catalog-button-next {
  right: 5px;
}
.catalog-top-swiper .swiper-btn.top-catalog-button-next:before {
  background: url(../img/arrow-right-yellow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.catalog-top-swiper .swiper-btn.swiper-button-disabled {
  opacity: 0;
}

.top-catalog-wrapper {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-top: -10px;
  padding-left: 10px;
}
@media (max-width: 992px) {
  .top-catalog-wrapper {
    display: none;
  }
}
.top-catalog-wrapper .catalog-top-swiper {
  padding: 10px;
  margin-left: -10px;
}
.top-catalog-wrapper .catalog-top-swiper .swiper-slide.current{
  border: 1px solid #FBBA00;
}
.catalog {
  padding-bottom: 120px;
}
.catalog .top-row .mobile-scroll-wrap {
  display: none;
}
@media (max-width: 992px) {
  .catalog .top-row .mobile-scroll-wrap {
    display: flex;
    align-items: stretch;
    overflow: auto hidden;
    column-gap: 10px;
    padding: 5px;
    flex-wrap: nowrap;
    white-space: nowrap;
    scrollbar-width: none;
    scroll-snap-type: unset;
  }
  .catalog .top-row .mobile-scroll-wrap .mobile-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    transition: 0.3s;
    width: auto;
    height: auto;
  }
  .catalog .top-row .mobile-scroll-wrap .mobile-slide.current{
    border: 1px solid #FBBA00;
  }
  .catalog .top-row .mobile-scroll-wrap .mobile-slide img {
    height: 53px;
    object-fit: cover;
  }
  .catalog .top-row .mobile-scroll-wrap .mobile-slide .name {
    font-size: 12px;
    color: #292929;
    margin-top: 5px;
    /*    white-space: normal;*/
    width: 98px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.catalog__wrap {
  margin-top: 20px;
  width: calc(100% + 20px);
  margin-left: -10px;
  padding: 0 10px;
}
.catalog__wrap .catalog-content-wrap {
  width: calc(100% - 330px);
}
.catalog__wrap .catalog-content-wrap.full{
  width: 100%;
}
@media (max-width: 768px) {
  .catalog__wrap .catalog-content-wrap .mob-col-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    position: sticky;
    z-index: 20;
    background: #FFFFFF;
    top: 52px;
    padding-top: 3px;
    padding-bottom: 5px;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .catalog__wrap .catalog-content-wrap .mob-col-row .get-filter {
    width: calc(50% - 8px);
    margin-bottom: 0;
    height: 40px;
  }
  .catalog__wrap .catalog-content-wrap .mob-col-row .catalog-filter-row {
    width: calc(50% - 8px);
    margin: 0;
  }
  .catalog__wrap .catalog-content-wrap .mob-col-row .catalog-filter-row .left .select select {
    margin-left: 0;
  }
  .catalog__wrap .catalog-content-wrap .mob-col-row .catalog-filter-row .left p {
    display: none;
  }
}
.catalog__wrap .catalog-content-wrap .get-filter {
  display: none;
}
@media (max-width: 992px) {
  .catalog__wrap .catalog-content-wrap .get-filter {
    display: flex;
    margin-bottom: 30px;
  }
  .catalog__wrap .catalog-content-wrap .get-filter span {
    font-size: 12px;
    margin-left: 4px;
  }
  .catalog__wrap .catalog-content-wrap .get-filter img {
    width: 24px;
    height: 24px;
    margin-right: 12px;
  }
}
@media (max-width: 992px) {
  .catalog__wrap .catalog-content-wrap {
    width: 100%;
  }
}
.catalog__wrap .catalog-content-wrap .catalog-heading {
  font-size: 36px;
  font-weight: 400;
  line-height: 110%;
}
@media (max-width: 992px) {
  .catalog__wrap .catalog-content-wrap .catalog-heading {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.catalog__wrap .catalog-content-wrap .catalog-filter-row {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .catalog__wrap .catalog-content-wrap .catalog-filter-row .right {
    display: none;
  }
}
.catalog__wrap .catalog-content-wrap .catalog-filter-row .sort-columns {
  margin-left: 30px;
  column-gap: 10px;
}
@media (max-width: 992px) {
  .catalog__wrap .catalog-content-wrap .catalog-filter-row .sort-columns {
    display: none;
  }
}
.catalog__wrap .catalog-content-wrap .catalog-filter-row .sort-columns .sort-column {
  width: 45px;
  display: flex;
  align-items: center;
  row-gap: 3px;
  justify-content: space-between;
  flex-flow: row;
  flex-wrap: wrap;
  border-radius: 10px;
  border: 1px solid #C2C2C2;
  cursor: pointer;
  padding: 4.5px 5.5px;
}
.catalog__wrap .catalog-content-wrap .catalog-filter-row .sort-columns .sort-column .col {
  background: #C2C2C2;
  transition: 0.3s;
}
.catalog__wrap .catalog-content-wrap .catalog-filter-row .sort-columns .sort-column.current .col {
  background: #FBBA00;
}
.catalog__wrap .catalog-content-wrap .catalog-filter-row .sort-columns .sort-column.sort-column-3 .col {
  width: 9px;
  height: 9px;
  border-radius: 2px;
}
.catalog__wrap .catalog-content-wrap .catalog-filter-row .sort-columns .sort-column.sort-column-1 .col {
  height: 9px;
  width: 100%;
}
.catalog__wrap .catalog-content-wrap .catalog-filter-row .select {
  position: relative;
}
.catalog__wrap .catalog-content-wrap .catalog-filter-row .select:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 10px;
  height: 5px;
  transform: translateY(-50%);
  background: url(../img/arrow-down-black.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.catalog__wrap .catalog-content-wrap .catalog-filter-row select {
  cursor: pointer;
  appearance: none;
  padding: 6px 34px 6px 10px;
  border: 1px solid #C2C2C2;
  background: #F8F8F8;
  font-size: 14px;
  border-radius: 50px;
  margin-left: 10px;
}
.catalog__wrap .catalog-side-bar {
  width: 310px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
  border-radius: 10px;
}
.catalog__wrap .catalog-side-bar .woof_products_top_panel_ul{
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}
.catalog__wrap .catalog-side-bar .woof_products_top_panel_ul li:has(button){
  display: none;
}
.catalog__wrap .catalog-side-bar .woof_products_top_panel_ul li:not(:has(a)){
  display: none;
}
.catalog__wrap .catalog-side-bar .woof_products_top_panel_ul li{
  margin: 0!important;
}
.catalog__wrap .catalog-side-bar .woof_products_top_panel_ul li a{
  padding: 5px 12px;
  border-radius: 50px;
  border: 1px solid #C2C2C2;
  transition: .3s;
  font-size: 14px;
  color: #292929;
}
.catalog__wrap .catalog-side-bar .woof_products_top_panel{
  margin: 0!important;
  z-index: 1!important;
}
.catalog__wrap .catalog-side-bar .woof_products_top_panel_ul li a span{
  background: url(../img/close.svg);
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.catalog__wrap .catalog-side-bar .woof_products_top_panel_ul li a:hover{
  border: 1px solid #FBBA00;
  background: #FBBA00;
}
}
.catalog__wrap .catalog-side-bar .cat_cat_page{
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.catalog__wrap .catalog-side-bar .cat_cat_page a{
  color: #888888;
  transition: .3s;
  font-size: 20px;
}
.catalog__wrap .catalog-side-bar .cat_cat_page a:hover{
  color: #FBBA00;
}
.catalog__wrap .catalog-side-bar .catalog-close {
  display: none;
}
@media (max-width: 992px) {
  .catalog__wrap .catalog-side-bar .catalog-close {
    display: flex;
    position: fixed;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    padding: 5px;
    z-index: 3;
  }
  .catalog__wrap .catalog-side-bar .catalog-close img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.catalog__wrap .catalog-side-bar .button-row {
  display: none;
}
@media (max-width: 992px) {
  .catalog__wrap .catalog-side-bar .button-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
  }
  .catalog__wrap .catalog-side-bar .button-row .main-btn {
    width: calc(50% - 7.5px);
  }
}
@media (max-width: 992px) {
  .catalog__wrap .catalog-side-bar {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background: #FFFFFF;
    border-radius: 0;
    transition: 0.5s;
    width: 100%;
    max-width: 400px;
    transform: translateX(-100%);
    height: 100dvh;
    display: flex;
    flex-direction: column;
  }
  .catalog__wrap .catalog-side-bar.active {
    transform: translateX(0);
  }
}
.catalog__wrap .catalog-side-bar .side-bar-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media (max-width: 992px) {
  .catalog__wrap .catalog-side-bar .side-bar-wrapper {
    overflow: auto;
    height: calc(100vh - 100px);
  }
}
.catalog__wrap .catalog-side-bar .side-bar-wrapper .row-name {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.catalog__wrap .catalog-side-bar .side-bar-wrapper .select-price-row {
  margin-top: 15px;
}
.catalog__wrap .catalog-side-bar .side-bar-wrapper .select-price-row .asRange {
  margin-top: 15px;
  width: 100%;
  height: 2px;
  border-radius: 0;
  background: #C2C2C2;
}
.catalog__wrap .catalog-side-bar .side-bar-wrapper .select-price-row .asRange .asRange-selected {
  left: 30%;
  width: 40%;
  height: 2px;
  background-color: #FBBA00;
}
.catalog__wrap .catalog-side-bar .side-bar-wrapper .select-price-row .asRange .asRange-pointer {
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #FBBA00;
  border: 1px solid #FBBA00;
  cursor: pointer;
}
.catalog__wrap .catalog-side-bar .side-bar-wrapper .select-price-row .asRange .asRange-pointer:before {
  display: none;
}
.catalog__wrap .catalog-side-bar .side-bar-wrapper .select-price-row .asRange .asRange-pointer:after {
  display: none;
}
.catalog__wrap .catalog-side-bar .side-bar-wrapper .select-price-row .flex-row input {
  width: 112.5px;
  text-align: center;
  padding: 10px;
  border-radius: 50px;
  font-size: 14px;
  border: 1px solid #C2C2C2;
  background: #F8F8F8;
}
.catalog__wrap .catalog-side-bar .side-bar-wrapper .select-price-row .flex-row span {
  height: 1px;
  width: 15px;
  background: #292929;
}
.catalog__wrap .catalog-side-bar .side-bar-wrapper .color-row .colors {
  margin-top: 15px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 15px;
  column-gap: 15px;
}
.catalog__wrap .catalog-side-bar .side-bar-wrapper .color-row .colors .color {
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #C2C2C2;
  cursor: pointer;
  border-radius: 50%;
}
.catalog__wrap .catalog-side-bar .side-bar-wrapper .color-row .colors .color.current:before {
  opacity: 1;
}
.catalog__wrap .catalog-side-bar .side-bar-wrapper .color-row .colors .color.current:after {
  opacity: 1;
}
.catalog__wrap .catalog-side-bar .side-bar-wrapper .color-row .colors .color:before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  border: 1px solid #888888;
  transition: 0.3s;
  opacity: 0;
  border-radius: 50%;
}
.catalog__wrap .catalog-side-bar .side-bar-wrapper .color-row .colors .color:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 8px;
  background: url(../img/arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s;
  opacity: 0;
}
.catalog__wrap .catalog-side-bar .side-bar-wrapper .catalog-row {
  padding-top: 20px;
  border-top: 1px solid #C2C2C2;
}
.catalog__wrap .catalog-side-bar .side-bar-wrapper .catalog-row.active .visible-row svg {
  transform: rotate(0);
}
.catalog__wrap .catalog-side-bar .side-bar-wrapper .catalog-row.active .hidden-row {
  display: block;
}
.catalog__wrap .catalog-side-bar .side-bar-wrapper .catalog-row .visible-row {
  cursor: pointer;
}
.catalog__wrap .catalog-side-bar .side-bar-wrapper .catalog-row .visible-row svg {
  transition: 0.3s;
  transform: rotate(180deg);
}
.catalog__wrap .catalog-side-bar .side-bar-wrapper .catalog-row .hidden-row {
  display: none;
  margin-top: 15px;
}
.catalog__wrap .catalog-side-bar .side-bar-wrapper .catalog-row .hidden-row form {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.catalog__wrap .catalog-side-bar .tags-wrap {
  display: flex;
  align-items: center;
  flex-flow: row;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}
.catalog__wrap .catalog-side-bar .tags-wrap .delete-all {
  background: #FBBA00;
  transition: 0.3s;
  color: #292929;
  padding: 5px 12px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.catalog__wrap .catalog-side-bar .tags-wrap .delete-all:hover {
  background: #E5A400;
}
.catalog__wrap .catalog-side-bar .tags-wrap .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 12px;
  border-radius: 50px;
  background: #FFFFFF;
  font-size: 14px;
  color: #292929;
  transition: 0.3s;
  border: 1px solid #C2C2C2;
}
.catalog__wrap .catalog-side-bar .tags-wrap .tag span {
  width: 9px;
  height: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 7px;
  transition: 0.3s;
}
.catalog__wrap .catalog-side-bar .tags-wrap .tag span:hover {
  opacity: 0.7;
}
.product {
  padding-top: 10px;
}
@media (max-width: 992px) {
  .product {
    padding-top: 0;
    margin-top: -10px;
  }
}
.product .mobile-top-row {
  display: none;
}
@media (max-width: 992px) {
  .product .mobile-top-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .product .mobile-top-row .flex-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .product .mobile-top-row .product-name {
    max-width: 85%;
  }
  .product .mobile-top-row .like {
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    z-index: 2;
  }
  .product .mobile-top-row .like:hover svg path {
    fill: #888888;
  }
  .product .mobile-top-row .like.active .visible {
    display: none;
  }
  .product .mobile-top-row .like.active .hidden {
    display: block;
  }
  .product .mobile-top-row .like .visible {
    display: block;
  }
  .product .mobile-top-row .like .hidden {
    display: none;
  }
  .product .mobile-top-row .like svg {
    object-fit: contain;
    transition: 0.3s;
  }
  .product .mobile-top-row .like svg path {
    transition: 0.3s;
  }
  .product-card-wrapper .product-card .wrap-delivery{
    /*bottom: 170px;*/
    overflow: visible;
    bottom: initial;
    top: 32vh;
    top: 32svh;
  }
  .catalog .product-card-wrapper .product-card .wrap-delivery{
    top: 60%;
  }
  .catalog .product-card-wrapper .product-card .delivery{
    margin-top: -25px;
  }
  .product .mobile-top-row .delivery {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #2E7D32;
    padding: 0 5px;
    background: #FFFFFF;
    height: 22px;
    width: 178px;
  }
  .product .mobile-top-row .delivery img {
    width: 20px;
    height: 11px;
    object-fit: contain;
  }
  .product .mobile-top-row .delivery .text {
    font-weight: 500;
    transition: 0.3s;
    font-size: 10px;
    padding-left: 5px;
    color: #2E7D32;
  }
}
@media (max-width: 992px) {
  .product__wrap {
    flex-direction: column;
  }
}
.product__wrap .left {
  /*width: 576px;*/
  width: 520px;
}
@media (max-width: 992px) {
  .product__wrap .left {
    width: 100%;
  }
}
.product__wrap .left .swipers-container-wrap {
  display: flex;
  align-items: flex-start;
  height: 750px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .product__wrap .left .swipers-container-wrap {
    flex-direction: column-reverse;
    height: auto;
  }
}
.product__wrap .left .swipers-container-wrap .gallery-swiper {
  width: 470px;
  margin: 0;
  margin-left: auto;
  position: relative;
  padding-bottom: 20px;
  height: 100%;
}
@media (max-width: 992px) {
  .product__wrap .left .swipers-container-wrap .gallery-swiper {
    width: 100%;
    padding-left: 0;
  }
}
.product__wrap .left .swipers-container-wrap .gallery-swiper .custom-btn-prev {
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  z-index: 5;
  background: rgba(255, 255, 255, 0.7);
}
.product__wrap .left .swipers-container-wrap .gallery-swiper .custom-btn-prev.swiper-button-disabled {
  opacity: 0;
}
.product__wrap .left .swipers-container-wrap .gallery-swiper .custom-btn-next {
  top: 50%;
  right: 5px;
  transform: translatey(-50%);
  background: rgba(255, 255, 255, 0.7);
  z-index: 5;
}
.product__wrap .left .swipers-container-wrap .gallery-swiper .custom-btn-next.swiper-button-disabled {
  opacity: 0;
}
.product__wrap .left .swipers-container-wrap .gallery-swiper .labels {
  position: absolute;
  top: 5px;
  left: 5px;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.product__wrap .left .swipers-container-wrap .gallery-swiper .label {
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #FFFFFF;
  padding: 4px 10px;
  z-index: 2;
  width: fit-content;
}
.product__wrap .left .swipers-container-wrap .gallery-swiper .label.hits {
  background: #fbba00;
}
.product__wrap .left .swipers-container-wrap .gallery-swiper .label.discount {
  background: #ff0303;
}
.product__wrap .left .swipers-container-wrap .gallery-swiper .label.new {
  background: #03A4FF;
}
.product__wrap .left .swipers-container-wrap .gallery-swiper .label.sale {
  background: #9F03FF;
}
.product__wrap .left .swipers-container-wrap .gallery-swiper .custom-pagination {
  position: absolute;
  bottom: 3px;
  display: flex;
  column-gap: 25px;
  justify-content: center;
  top: auto;
  right: auto;
}
.product__wrap .left .swipers-container-wrap .gallery-swiper .custom-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #FBBA00;
  opacity: 1;
  transition: 0.3s;
  position: relative;
}
.product__wrap .left .swipers-container-wrap .gallery-swiper .custom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  border: 2px solid rgba(251, 186, 0, 0.5);
  border-radius: 50%;
}
.product__wrap .left .swipers-container-wrap .gallery-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 992px) {
  .product__wrap .left .swipers-container-wrap .gallery-swiper .swiper-slide img {
    height: 370px;
  }
}
.product__wrap .left .swipers-container-wrap .gallery-thumbs {
  width: 126px;
  height: 100%;
  margin-top: -8px;
  margin-left: -8px;
  padding: 8px;
  position: relative;
}
@media (max-width: 992px) {
  .product__wrap .left .swipers-container-wrap .gallery-thumbs {
    display: none;
  }
}
.product__wrap .left .swipers-container-wrap .gallery-thumbs .custom-btn-prev {
  top: 5px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  z-index: 5;
}
@media (max-width: 992px) {
  .product__wrap .left .swipers-container-wrap .gallery-thumbs .custom-btn-prev {
    top: 50%;
    left: 10px;
    transform: translate(0, -50%) rotate(0);
  }
}
.product__wrap .left .swipers-container-wrap .gallery-thumbs .custom-btn-prev.swiper-button-disabled {
  opacity: 0;
}
.product__wrap .left .swipers-container-wrap .gallery-thumbs .custom-btn-next {
  bottom: 5px;
  left: 50%;
  top: auto;
  transform: translateX(-50%) rotate(90deg);
  z-index: 5;
}
@media (max-width: 992px) {
  .product__wrap .left .swipers-container-wrap .gallery-thumbs .custom-btn-next {
    top: 50%;
    left: auto;
    right: 10px;
    bottom: auto;
    transform: translate(0, -50%) rotate(0);
  }
}
.product__wrap .left .swipers-container-wrap .gallery-thumbs .custom-btn-next.swiper-button-disabled {
  opacity: 0;
}
.product__wrap .left .swipers-container-wrap .gallery-thumbs .swiper-slide {
  padding: 5px 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}
.product__wrap .left .swipers-container-wrap .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
}
.product__wrap .left .swipers-container-wrap .gallery-thumbs .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 992px) {
  .product__wrap .left .swipers-container-wrap .gallery-thumbs .swiper-slide img {
    height: 111px;
    width: 50px;
  }
}
.product__wrap .right {
  width: calc(100% - 420px);
  padding-left: 20px;
  position: relative;
}
.product__wrap .right .wc-no-matching-variations{
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #FF0303;
  background: #FFE6E6;
  font-size: 16px;
}
.product__wrap .right .wc-no-matching-variations::before{
  display: none;
}
@media (max-width: 992px) {
  .product__wrap .right {
    width: 100%;
    padding-left: 0;
  }
}
.product__wrap .right .product-name {
  max-width: 90%;
}
@media (max-width: 992px) {
  .product__wrap .right .product-name {
    display: none;
  }
}
.product__wrap .right .like {
  position: absolute;
  transition: 0.3s;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  z-index: 2;
}
@media (max-width: 992px) {
  .product__wrap .right .like {
    display: none;
  }
}
.product__wrap .right .like:hover svg path {
  fill: #888888;
}
.product__wrap .right .like.active .visible {
  display: none;
}
.product__wrap .right .like.active .hidden {
  display: block;
}
.product__wrap .right .like .visible {
  display: block;
}
.product__wrap .right .like .hidden {
  display: none;
}
.product__wrap .right .like svg {
  object-fit: contain;
  transition: 0.3s;
}
.product__wrap .right .like svg path {
  transition: 0.3s;
}
.product__wrap .right .delivery {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #2E7D32;
  padding: 0 5px;
  background: #FFFFFF;
  height: 22px;

}
.product .evidnovlennia {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #000;
  padding: 0 5px;
  background: #FFFFFF;
  height: 22px;
  margin-right: 7px;
  gap:5px;
}
.product-card-wrapper.col-1 .wrap-delivery{
  display: none;
}

.product-card-wrapper.col-1 .wrap-delivery_col1{
  display: block !important;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .product-card-wrapper.col-1 .delivery_col1{
    margin-bottom: 10px;
  }
  .product__wrap .right .delivery {
    display: none;
  }
}
.product__wrap .right .delivery img {
  width: 20px;
  height: 11px;
  object-fit: contain;
}
.product__wrap .right .delivery .text {
  font-weight: 500;
  transition: 0.3s;
  font-size: 10px;
  padding-left: 5px;
  color: #2E7D32;
}
.product__wrap .right .complects {
  margin-top: 28px;
}
.product__wrap .right .complects .tabs-row {
  display: flex;
  align-items: center;
}
.product__wrap .right .complects .tabs-row .tab {
  padding: 0 30px;
  color: #292929;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  transition: 0.3s;
  border-right: 1px solid #888888;
  position: relative;
}
@media (max-width: 768px) {
  .catalog .product-card-wrapper .product-card .wrap-delivery{
    top: 48%;
  }
  .product__wrap .right .complects .tabs-row .tab {
    white-space: nowrap;
    font-size: 14px;
    padding: 0 20px;
  }
  .product__wrap .right .complects .tabs-row .tab:nth-of-type(3) {
    display: none;
  }
}
.product__wrap .right .complects .tabs-row .tab:after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 0;
  background: #FFFFFF;
  z-index: 3;
  width: 100%;
  height: 10px;
  opacity: 0;
  transition: 0.3s;
}
.product__wrap .right .complects .tabs-row .tab:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  height: 41px;
  width: 100%;
  transform: translateY(-50%);
  border-radius: 10px 10px 0 0;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
  opacity: 0;
}
.product__wrap .right .complects .tabs-row .tab:last-child {
  border-right: none;
}
.product__wrap .right .complects .tabs-row .tab.white-border {
  border-right: none;
}
.product__wrap .right .complects .tabs-row .tab.current {
  font-weight: 700;
  border-right: none;
}
.product__wrap .right .complects .tabs-row .tab.current:after {
  opacity: 1;
}
.product__wrap .right .complects .tabs-row .tab.current:before {
  opacity: 1;
}
.product__wrap .right .complects .tabs-row .tab svg {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.product__wrap .right .complects .tabs-screens {
  margin-top: 13px;
  border-radius: 10px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
.product__wrap  .reset_variations{
  font-size: 12px;
  transition: .3s;
  color: #888888;
}
.product__wrap  .reset_variations:hover{
  color: #FBBA00;
}
.product__wrap .right .complects .tabs-screens .woocommerce-variation.single_variation{
  display: none!important;
}
.product__wrap .right .complects .tabs-screens .woocommerce-product-rating{
  display: none;
}
@media (max-width: 768px) {
  .product__wrap .right .complects .tabs-screens {
    position: relative;
    z-index: 2;
  }
}
.product__wrap .right .complects .tabs-screens .screen {
  display: none;
  padding: 30px;
}
.product__wrap .right .complects .tabs-screens .screen p.stock{
  display: none;
}
@media (max-width: 768px) {
  .product__wrap .right .complects .tabs-screens .screen {
    padding: 20px;
  }
}
/*.product__wrap .right .complects .tabs-screens .screen .get-furniture {
  position: absolute;
  bottom: 244px;
  right: 40%;
}
@media (max-width: 1350px) {
  .product__wrap .right .complects .tabs-screens .screen .get-furniture {
    right: 30%;
  }
}*/
/*@media (max-width: 1180px) {
  .product__wrap .right .complects .tabs-screens .screen .get-furniture {
    display: none;
  }
}*/

/*.product__wrap .right .complects .tabs-screens .variations tbody{
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.product__wrap .right .complects .tabs-screens .variations tr{
  width: calc(50% - 10px);
}*/
.product__wrap .right .complects .tabs-screens .single-product-socials{
  display: none;
}
/*.product__wrap .single_add_to_cart_button {*/
/*  display: none;*/
/*}*/
.single_add_to_cart_button.button{
  border-radius: 50px;
  transition: 0.3s;
  background: #FBBA00;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  padding: 12px 34px 12px 34px;
  color: #292929;
  font-size: 14px;
  height: 42px;
  margin-left: auto;
  margin-right: 10px;
}
.product__wrap .right .complects .tabs-screens .product_meta{
  display: none;
}
.product__wrap .right .complects .tabs-screens .yith-wcwl-add-button{
  display: none;
}
.product__wrap .right .complects .tabs-screens .product_title {
  display: none;
}
.product__wrap .right .complects .tabs-screens p.price{
  display: none;
}
.product__wrap .right .complects .tabs-screens .screen .price-row p.price{
  display: block;
}
.product__wrap .right .complects .tabs-screens  .bottom-row {
  /*padding: 30px;*/
  /*background: #F8F8F8;*/
  /*width: 100%;*/

  /*border-radius: 0 0 10px 10px;*/
  position: relative;
  margin-bottom: 20px;
}
.bottom-row .price_wrapper {
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}

.product__wrap .right .complects .tabs-screens  .bottom-row.bottom-row_down{
  padding: 30px;
  background: #F8F8F8;
  width: 100%;
  border-radius: 0 0 10px 10px;
  justify-content: space-between;
  column-gap: 15px;
}
.product__wrap .right .complects .tabs-screens .quantity {
  /*  margin-top: 10px;*/
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #C2C2C2;
  /*  width: 100%;*/
}
.product__wrap .right .complects .tabs-screens .quantity span{
  background: transparent;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  font-size: 24px;
  font-weight: 400;
  color: #292929;
  cursor: pointer;
}
.product__wrap .right .complects .tabs-screens .quantity span:hover{
  background: #FBBA00;
  color: white;
}
.product__wrap .right .complects .tabs-screens .quantity span.minus-item{
  border-right: 1px solid #C2C2C2;
  border-radius: 50px 0 0 50px;
}
.product__wrap .right .complects .tabs-screens .quantity span.plus-item{
  border-left: 1px solid #C2C2C2;
  border-radius: 0 50px 50px 0;
}
.product__wrap .right .complects .tabs-screens .quantity input{
  appearance: none;
  width: 45px;
  height: 40px;
  background: transparent;
  color: $black;
  text-align: center;
  font-size: 14px;
  border: none;
}
.product__wrap .right .complects .tabs-screens .quantity input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.product__wrap .right .complects .tabs-screens .quantity input[type=number] {
  -moz-appearance: textfield;
}
@media (max-width: 768px) {
  .product__wrap .right .complects .tabs-screens .bottom-row {
    flex-direction: column;
    row-gap: 10px;
    width: 100%;

    align-items: start;
    padding: 20px 0;
  }
  .bottom-row .price_wrapper {
    gap: 5px;
    width: 100%;
  }

  .product__wrap .right .complects .tabs-screens  .bottom-row .main-btn {
    width: 100%;
    height: 42px;
  }
}
.product__wrap .right .complects .tabs-screens  .bottom-row p {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: nowrap;
}
.product__wrap .right .complects .tabs-screens  .bottom-row p strong {
  color: #FBBA00;
  font-size: 30px;
}
.product__wrap .right .complects .tabs-screens .bottom-row .get-to-cart-btn {
  border-radius: 50px;
  transition: 0.3s;
  background: #FBBA00;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  padding: 12px 34px 12px 34px;
  color: #292929;
  font-size: 14px;
  height: 42px;
  margin-left: auto;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .product__wrap .right .complects .tabs-screens  .bottom-row .get-to-cart-btn {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
  }
  .product__wrap .right .complects .tabs-screens  .bottom-row p {
    width: 100%;
  }
  .product__wrap .right .complects .tabs-screens  .bottom-row p strong {
    width: 100%;
    text-align: center;
  }
}
.product__wrap .right .complects .tabs-screens  .bottom-row .get-to-cart-btn:hover {
  background: #E5A400;
}
.product__wrap .right .complects .tabs-screens  .bottom-row .get-to-cart-btn.active .img:after {
  opacity: 1;
}
.product__wrap .right .complects .tabs-screens  .bottom-row .get-to-cart-btn .img {
  position: relative;
  width: 19px;
  height: 16px;
  margin-right: 10px;
}
.product__wrap .right .complects .tabs-screens  .bottom-row .get-to-cart-btn .img:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
  opacity: 1;
  width: 19px;
  height: 16px;
  background: url(../img/cart.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}
.product__wrap .right .complects .tabs-screens  .bottom-row .main-btn{
  height: 42px;
}
.product__wrap .right .complects .tabs-screens  .bottom-row .get-to-cart-btn .img:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -4px;
  transition: 0.3s;
  opacity: 0;
  width: 10px;
  height: 10px;
  background: url(../img/cart-full.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.product__wrap .right .complects .tabs-screens .screen .price-row {
  padding-top: 10px;
  border-top: 1px solid #C2C2C2;
  /*  border-bottom: 1px solid #C2C2C2;*/
  /*  margin-top: 30px;*/
  /*  padding-bottom: 30px;*/
  column-gap: 15px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
/*@media (max-width: 992px) {
  .product__wrap .right .complects .tabs-screens .screen .price-row {
    border-top: none;
    margin-top: 0;
    display: none;
  }
}*/
@media (max-width: 768px) {
  .product__wrap .right .complects .tabs-screens .screen .price-row {
    flex-direction: column;
    row-gap: 10px;
    align-items: start;
  }
}
.product__wrap .right .complects .tabs-screens .screen .price-row p {
  font-size: 20px;
  font-weight: 600;
}
.product__wrap .right .complects .tabs-screens .screen .price-row p strong {
  color: #FBBA00;
  font-size: 32px;
  line-height: 140%;
}
.product__wrap .right .complects .tabs-screens .screen .price-row p span {
  font-size: 14px;
  font-weight: 400;
}
.product__wrap .right .complects .tabs-screens .screen .price-row p span strong{
  color: #292929;
}
.product__wrap .right .complects .tabs-screens .screen .screen-row {
  padding-bottom: 15px;
}
.product__wrap .right .complects .tabs-screens .screen .screen-row:not(:first-of-type) {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .product__wrap .right .complects .tabs-screens .screen .screen-row:not(:first-of-type) {
    margin-top: 20px;
  }
}
.product__wrap .right .complects .tabs-screens .screen .screen-row .top-row {
  padding-bottom: 5px;
  border-bottom: 1px solid #C2C2C2;
}
.product__wrap .right .complects .tabs-screens .screen .screen-row .top-row p {
  font-weight: 700;
  font-size: 16px;
}
.product__wrap .right .complects .tabs-screens .screen .screen-row .top-row .clear {
  background: transparent;
  border: none;
  color: #888888;
  font-size: 12px;
  transition: 0.3s;
}
.product__wrap .right .complects .tabs-screens .screen .screen-row .top-row .clear:hover {
  color: #292929;
}
.product__wrap .right .complects .tabs-screens .screen .screen-row .columns-visible-row {
  display: none;
}
@media (max-width: 992px) {
  .product__wrap .right .complects .tabs-screens .screen .screen-row .columns-visible-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .product__wrap .right .complects .tabs-screens .screen .screen-row .columns-visible-row .arrow {
    transition: 0.3s;
  }
  .product__wrap .right .complects .tabs-screens .screen .screen-row .columns-visible-row.active .arrow {
    transform: rotate(180deg);
  }
}
@media (max-width: 992px) {
  .product__wrap .right .complects .tabs-screens .screen .screen-row .columns-hidden-row {
    display: none;
  }
  .product__wrap .right .complects .tabs-screens .screen .screen-row .columns-hidden-row .top-row {
    border-bottom: none;
  }
  .product__wrap .right .complects .tabs-screens .screen .screen-row .columns-hidden-row .top-row p {
    display: none;
  }
}
.product__wrap .right .complects .tabs-screens .screen .screen-row .columns {
  margin-top: 15px;
  flex-flow: row;
  flex-wrap: wrap;
  row-gap: 15px;
}
.product__wrap .right .complects .tabs-screens .screen .screen-row .columns .column {
  width: calc(50% - 7.5px);
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
@media (max-width: 768px) {
  .product__wrap .right .complects .tabs-screens .screen .screen-row .columns .column {
    width: 100%;
  }
}
.product__wrap .right .complects .tabs-screens .screen .screen-row .columns .column .input-group {
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #C2C2C2;
}
.product__wrap .right .complects .tabs-screens .screen .screen-row .columns .column .input-group button {
  background: transparent;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  font-size: 24px;
  font-weight: 400;
  color: #888888;
}
.product__wrap .right .complects .tabs-screens .screen .screen-row .columns .column .input-group button:hover {
  background: #FBBA00;
  color: #FFFFFF;
}
.product__wrap .right .complects .tabs-screens .screen .screen-row .columns .column .input-group button.minus-item {
  border-right: 1px solid #C2C2C2;
  border-radius: 50px 0 0 50px;
}
.product__wrap .right .complects .tabs-screens .screen .screen-row .columns .column .input-group button.plus-item {
  border-left: 1px solid #C2C2C2;
  border-radius: 0 50px 50px 0;
}
.product__wrap .right .complects .tabs-screens .screen .screen-row .columns .column .input-group button.disabled {
  pointer-events: none;
}
.product__wrap .right .complects .tabs-screens .screen .screen-row .columns .column .input-group button.disabled svg {
  opacity: 0.3;
}
.product__wrap .right .complects .tabs-screens .screen .screen-row .columns .column .input-group input {
  width: 45px;
  height: 40px;
  background: transparent;
  color: #292929;
  text-align: center;
  font-size: 14px;
  border: none;
}
.product__wrap .right .complects .tabs-screens .screen .screen-row .columns .column .select {
  position: relative;
  width: 100%;
}
.product__wrap .right .complects .tabs-screens .screen .screen-row .columns .column .select:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 10px;
  height: 5px;
  transform: translateY(-50%);
  background: url(../img/arrow-down-black.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.product__wrap .right .complects .tabs-screens .screen .screen-row .columns .column select {
  cursor: pointer;
  appearance: none;
  padding: 9.5px 34px 9.5px 10px;
  border: 1px solid #C2C2C2;
  background: white;
  font-size: 14px;
  border-radius: 50px;
  width: 100%;
  height: 40px;
}
.product__wrap .right .complects .tabs-screens .screen .screen-row .columns .column span {
  font-size: 14px;
  color: #888888;
}
.product__wrap .right .complects .tabs-screens .screen .screen-row .columns .column .colors {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.product__wrap .right .complects .tabs-screens .screen .swatchinput label {
  /*width: 30px !important;
  height: 30px !important;*/
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c2c2c2 !important;
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  outline: none!important;
  background-position: center !important;
}
.product__wrap .right .complects .tabs-screens .screen .swatchinput label.selectedswatch:after {
  opacity: 1;
}
.product__wrap .right .complects .tabs-screens .screen .swatchinput label:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  border: 1px solid #FBBA00;
  opacity: 0;
  transition: 0.3s;
  border-radius: 50%;
  z-index: -1;
}
.product__wrap .right .complects .tabs-screens .screen table td:has(#kolir) .swatchinput label:after{
  width: 60px;
  height: 60px;
}
.product__wrap .right .complects .tabs-screens .screen table td:has(#pa_czveti) .swatchinput label:after{
  width: 60px;
  height: 60px;
}
.product__wrap .right .complects .tabs-screens .screen .screen-row .columns .column .tags-wrap {
  display: flex;
  align-items: center;
  flex-flow: row;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 10px;
}
.product__wrap .right .complects .tabs-screens .screen label.wcva_single_textblock{
  display: flex;
  align-items: center;
  justify-content: center;
  /*  width: 54px;*/
  height: 40px !important;
  border-radius: 50px !important;
  background: #fff !important;
  font-size: 14px !important;
  color: #292929 !important;
  transition: 0.3s;
  cursor: pointer;
  border: 1px solid #C2C2C2!important;
}
.product__wrap .right .complects .tabs-screens .screen label.selectedswatch.wcva_single_textblock{
  background: #fbba00 !important;
  border: 1px solid #fbba00 !important;
}
.product__wrap .right .complects .tabs-screens .screen table td{
  padding: 5px 0;
}
.product__wrap .right .complects .tabs-screens .screen .screen-row .columns .column .tags-wrap .tag span {
  width: 9px;
  height: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 7px;
  transition: 0.3s;
}
.product__wrap .right .complects .tabs-screens .screen .screen-row .columns .column .tags-wrap .tag span:hover {
  opacity: 0.7;
}
.product__wrap .right .complects .tabs-screens .screen.screen-1 {
  display: block;
  border-radius: 0 10px 10px 10px;
}

.product-info-screen {
  padding: 60px 0 60px;
}
@media (max-width: 992px) {
  .product-info-screen {
    padding: 40px 0;
  }
}
.product-info-screen .tabs-wrapper {
  position: sticky;
  top: 52px;
  z-index: 6;
  padding: 0 15px;
  width: calc(100% + 30px);
  margin-left: -15px;
  background: #F8F8F8;
}
.product-info-screen .mobile-tabs {
  display: none;
}
@media (max-width: 992px) {
  .product-info-screen .mobile-tabs {
    display: flex;
    align-items: center;
    column-gap: 16px;
    overflow: auto hidden;
    background: #F8F8F8;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .product-info-screen .mobile-tabs .tab {
    position: relative;
    padding-bottom: 4px;
    font-size: 14px;
    color: #888888;
    transition: 0.3s;
    white-space: nowrap;
  }
  .product-info-screen .mobile-tabs .tab:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #888888;
  }
  .product-info-screen .mobile-tabs .tab.current {
    color: #292929;
    font-weight: 600;
  }
  .product-info-screen .mobile-tabs .tab.current:after {
    background: #FBBA00;
  }
}
.product-info-screen .info-tabs {
  display: flex;
  align-items: center;
  column-gap: 40px;
  position: sticky;
  top: 81px;
  z-index: 6;
  background: #FFFFFF;
  padding-bottom: 20px;
  padding-top: 20px;
}
.product-info-screen .info-tabs:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #F8F8F8;
}
@media (max-width: 992px) {
  .product-info-screen .info-tabs {
    display: none;
  }
}
.product-info-screen .info-tabs .tab {
  position: relative;
  padding-bottom: 4px;
  font-size: 20px;
  color: #888888;
  transition: 0.3s;
  white-space: nowrap;
}
.product-info-screen .info-tabs .tab:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #888888;
}
.product-info-screen .info-tabs .tab.current {
  color: #292929;
  font-weight: 600;
}
.product-info-screen .info-tabs .tab.current:after {
  background: #FBBA00;
}
.product-info-screen .info-screens {
  margin-top: 13px;
}
@media (max-width: 992px) {
  .product-info-screen .info-screens {
    row-gap: 20px;
  }
}
.product-info-screen .info-screens .screen {
  display: none;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 992px) {
  .product-info-screen .info-screens .screen {
    display: block;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #C2C2C2;
  }
  .product-info-screen .info-screens .screen .hidden-block {
    display: none;
    padding-bottom: 20px;
  }
  .product-info-screen .info-screens .screen .hidden-block.hidden-block_mob{
    display: block;
  }
  .product-card-wrapper .product-card .hidden-block .colors{
    display: none;
  }
  .product-info-screen .info-screens .screen .hidden-block .mob-none-heading {
    display: none;
  }
  .product-info-screen .info-screens .screen.active .hidden-block {
    display: block;
    padding-bottom: 20px;
  }
}
.product-info-screen .info-screens .screen .bordered_heading {
  margin-bottom: 20px;
}
.product-info-screen .info-screens .screen .mob-visible-block {
  display: none;
}
@media (max-width: 992px) {
  .product-info-screen .info-screens .screen .mob-visible-block {
    display: flex;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    align-items: center;
    justify-content: space-between;
  }
  .product-info-screen .info-screens .screen .mob-visible-block .font--2 {
    margin-bottom: 0 !important;
  }
  .product-info-screen .info-screens .screen .mob-visible-block .arrow {
    transition: 0.3s;
  }
  .product-info-screen .info-screens .screen .mob-visible-block.active .arrow {
    transform: rotate(180deg);
  }
  .product-info-screen .info-screens .screen .mob-visible-block .text span {
    opacity: 0.5;
    font-size: 14px;
    font-weight: 400;
  }
}
.product-info-screen .info-screens .screen .photo {
  border-radius: 10px;
  transition: 0.3s;
  width: 100%;
  height: 233px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .product-info-screen .info-screens .screen .photo {
    width: 230px;
  }
}
.product-info-screen .info-screens .screen .photo:hover {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
  cursor: zoom-in;
}
.product-info-screen .info-screens .screen .photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 992px) {
  .product-info-screen .info-screens .screen .reviews-swiper-wrapper {
    margin-top: 80px;
  }
}
.product-info-screen .info-screens .screen .reviews-swiper-wrapper .swiper-pagination-lock {
  display: none;
}
.product-info-screen .info-screens .screen .reviews-swiper-wrapper .custom-btn {
  bottom: auto;
  top: -60px;
  z-index: 3;
}
.product-info-screen .info-screens .screen .reviews-swiper-wrapper .custom-btn.swiper-button-lock {
  display: none;
}
.product-info-screen .info-screens .screen .reviews-swiper-wrapper .swiper {
  width: calc(100% + 8px);
  margin-left: -4px;
  padding: 4px;
  padding-bottom: 50px;
}
.product-info-screen .info-screens .screen .reviews-swiper-wrapper .swiper .swiper-wrapper {
  align-items: stretch;
}
.product-info-screen .info-screens .screen .reviews-swiper-wrapper .swiper .swiper-slide {
  height: auto;
}
.product-info-screen .info-screens .screen .reviews-swiper-wrapper .swiper .reviews {
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
.product-info-screen .info-screens .screen .reviews-swiper-wrapper .swiper .reviews .reviews-heading-row .left {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
}
.product-info-screen .info-screens .screen .reviews-swiper-wrapper .swiper .reviews .reviews-heading-row .left.green {
  background: #C0EE9C;
}
.product-info-screen .info-screens .screen .reviews-swiper-wrapper .swiper .reviews .reviews-heading-row .left.red {
  background: #EE9C9C;
}
.product-info-screen .info-screens .screen .reviews-swiper-wrapper .swiper .reviews .reviews-heading-row .left.blue {
  background: #9CB3EE;
}
.product-info-screen .info-screens .screen .reviews-swiper-wrapper .swiper .reviews .reviews-heading-row .right {
  width: calc(100% - 65px);
  font-size: 16px;
}
.product-info-screen .info-screens .screen .reviews-swiper-wrapper .swiper .reviews .reviews-heading-row .right .name {
  font-weight: 700;
}
.product-info-screen .info-screens .screen .reviews-swiper-wrapper .swiper .reviews .reviews-heading-row .right .city {
  margin-top: 5px;
}
.product-info-screen .info-screens .screen .reviews-swiper-wrapper .swiper .reviews .reviews-stars-row {
  margin-top: 10px;
  column-gap: 2px;
}
.product-info-screen .info-screens .screen .reviews-swiper-wrapper .swiper .reviews .reviews-comment {
  margin-top: 20px;
  font-size: 14px;
}
.product-info-screen .info-screens .screen.screen-1 {
  display: block;
  border-radius: 10px 10px 10px 10px;
}
@media (max-width: 992px) {
  .product-info-screen .info-screens .screen.screen-1 {
    border-radius: 0;
  }
  .product-info-screen .info-screens .screen.screen-1 .hidden-block {
    display: block;
  }
}
.product-info-screen .info-screens .screen.screen-1 .custom-swiper {
  padding-bottom: 0;
}
.product-info-screen .info-screens .screen.screen-1 .hidden-text {
  height: 135px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  width: 100%;
  max-width: 830px;
}
.product-info-screen .info-screens .screen.screen-1 .hidden-text p {
  font-size: 16px;
}
.product-info-screen .info-screens .screen.screen-1 .hidden-text img {
  width: 100%;
  object-fit: cover;
}
.product-info-screen .info-screens .screen.screen-1 .hidden-text h2 {
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  margin-top: 5px;
  line-height: 140%;
}
.product-info-screen .info-screens .screen.screen-1 .hidden-text h2:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 10%;
  background: #FBBA00;
}
.product-info-screen .info-screens .screen.screen-1 .hidden-text ul {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.product-info-screen .info-screens .screen.screen-1 .hidden-text ul li {
  position: relative;
  padding-left: 20px;
}
.product-info-screen .info-screens .screen.screen-1 .hidden-text ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #292929;
}
.product-info-screen .info-screens .screen.screen-1 .show-btn {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 700;
  color: #FBBA00;
  transition: 0.3s;
  cursor: pointer;
}
.product-info-screen .info-screens .screen.screen-1 .show-btn .hidden {
  display: none;
}
.product-info-screen .info-screens .screen.screen-1 .show-btn.show-min .visible {
  display: none;
}
.product-info-screen .info-screens .screen.screen-1 .show-btn.show-min .hidden {
  display: block;
}
.product-info-screen .info-screens .screen.screen-1 .show-btn:hover {
  color: #E5A400;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .product-info-screen .info-screens .screen.screen-1 .photo-wrap {
    overflow: auto hidden;
  }
}
.product-info-screen .info-screens .screen.screen-1 .photo-wrap .photo-wrapper {
  width: 20%;
}
@media (max-width: 768px) {
  .product-info-screen .info-screens .screen.screen-1 .photo-wrap .photo-wrapper {
    width: 230px;
  }
}
.product-info-screen .info-screens .screen.screen-1 .reviews-swiper-wrapper {
  margin-top: 0;
}
.product-info-screen .info-screens .screen.screen-1 .reviews-swiper-wrapper .swiper {
  padding-bottom: 5px;
}
.product-info-screen .info-screens .screen.screen-1 .screen-rows {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media (max-width: 992px) {
  .product-info-screen .info-screens .screen.screen-1 .screen-row:not(:first-of-type) {
    display: none;
  }
  .product-info-screen .info-screens .screen.screen-1 .screen-row:first-of-type {
    border-bottom: none !important;
    padding-bottom: 0 !important;
  }
}
.product-info-screen .info-screens .screen.screen-1 .screen-row:not(:last-of-type) {
  border-bottom: 1px solid #C2C2C2;
  padding-bottom: 30px;
}
.product-info-screen .info-screens .screen.screen-1 .bordered_heading {
  margin-bottom: 20px;
}
.product-info-screen .info-screens .screen.screen-1 .row-btn {
  color: #FBBA00;
  font-size: 14px;
  font-weight: 700;
  transition: 0.3s;
  cursor: pointer;
  display: inline-block;
}
.product-info-screen .info-screens .screen.screen-1 .row-btn.mob-visible-btn {
  display: none;
}
@media (max-width: 992px) {
  .product-info-screen .info-screens .screen.screen-1 .row-btn.mob-visible-btn {
    display: inline-block;
  }
  .product-info-screen .info-screens .screen.screen-1 .row-btn.mob-none {
    display: none;
  }
}
.product-info-screen .info-screens .screen.screen-1 .row-btn.bottom-btn {
  margin-top: 15px;
}
.product-info-screen .info-screens .screen.screen-1 .row-btn:hover {
  color: #E5A400;
  text-decoration: underline;
}
.product-info-screen .info-screens .screen.screen-1 .mob-visible-btn {
  display: none;
}
@media (max-width: 992px) {
  .product-info-screen .info-screens .screen.screen-1 .mob-visible-btn {
    color: #FBBA00;
    font-size: 14px;
    font-weight: 700;
    transition: 0.3s;
    cursor: pointer;
    display: inline-block;
  }
  .product-info-screen .info-screens .screen.screen-1 .mob-visible-btn.mt-10 {
    margin-top: 10px;
  }
}
.product-info-screen .info-screens .screen.screen-1 ul {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.product-info-screen .info-screens .screen.screen-1 ul li {
  font-size: 16px;
  font-weight: 700;
  padding-left: 20px;
  position: relative;
}
.product-info-screen .info-screens .screen.screen-1 ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #292929;
}
.product-info-screen .info-screens .screen.screen-1 .description {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  max-width: 830px;
}
@media (max-width: 992px) {
  .product-info-screen .info-screens .screen.screen-3 .flex-row {
    flex-direction: column;
    row-gap: 20px;
  }
}
.product-info-screen .info-screens .screen.screen-3 .left {
  width: 100%;
  max-width: 855px;
}
@media (max-width: 992px) {
  .product-info-screen .info-screens .screen.screen-3 .left {
    max-width: 100%;
  }
}
.product-info-screen .info-screens .screen.screen-3 .left .rows {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.product-info-screen .info-screens .screen.screen-3 .left .row:last-of-type .bordered_heading {
  margin-top: 0;
  margin-bottom: 20px;
}
.product-info-screen .info-screens .screen.screen-3 .left .row:last-of-type p {
  margin-top: 10px;
}
.product-info-screen .info-screens .screen.screen-3 .left .row ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.product-info-screen .info-screens .screen.screen-3 .left .row ul ul {
  margin-top: 0;
  padding-left: 20px;
}
.product-info-screen .info-screens .screen.screen-3 .left .row ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.product-info-screen .info-screens .screen.screen-3 .left .row ul li img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-right: 10px;
  object-position: center;
}
.product-info-screen .info-screens .screen.screen-3 .left .row .row-details {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #C2C2C2;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.product-info-screen .info-screens .screen.screen-3 .left .row .row-details .attention-wrap {
  margin-top: 10px;
  border-radius: 10px;
  border: 1px solid #FBBA00;
  padding: 15px;
}
.product-info-screen .info-screens .screen.screen-3 .left .row .row-details .attention-wrap p {
  font-size: 16px;
}
.product-info-screen .info-screens .screen.screen-3 .left .row .row-details .attention-wrap ul {
  row-gap: 0;
  margin-top: 10px;
}
.product-info-screen .info-screens .screen.screen-3 .left .row .row-details .attention-wrap ul li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.4px;
}
.product-info-screen .info-screens .screen.screen-3 .left .row .row-details .attention-wrap ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #292929;
}
.product-info-screen .info-screens .screen.screen-3 .left .row .row-details p {
  font-size: 14px;
  font-weight: 400;
}
.product-info-screen .info-screens .screen.screen-3 .left .row:not(:last-of-type) {
  padding-bottom: 20px;
  border-bottom: 1px solid #888888;
}
.product-info-screen .info-screens .screen.screen-3 .right {
  max-width: 240px;
  width: 100%;
}
@media (max-width: 768px) {
  .product-info-screen .info-screens .screen.screen-3 .right {
    max-width: 100%;
  }
}
.product-info-screen .info-screens .screen.screen-3 .right .heading {
  margin-bottom: 15px;
}
.product-info-screen .info-screens .screen.screen-3 .right .heading img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-right: 10px;
}
.product-info-screen .info-screens .screen.screen-3 .right ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.product-info-screen .info-screens .screen.screen-3 .right ul img {
  width: 14px;
  height: 14px;
  object-fit: contain;
  margin-right: 10px;
}
.product-info-screen .info-screens .screen.screen-3 .right ul li {
  font-size: 14px;
  font-weight: 400;
}
.product-info-screen .info-screens .screen.screen-3 .right ul li a {
  color: #292929;
  transition: 0.3s;
  display: flex;
  align-items: center;
}
.product-info-screen .info-screens .screen.screen-3 .right ul li a:hover {
  color: #FBBA00;
}
.product-info-screen .info-screens .screen.screen-3 .columns {
  display: flex;
  align-items: flex-start;
  column-gap: 75px;
}
.product-info-screen .info-screens .screen.screen-3 .columns .column {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.product-info-screen .info-screens .screen.screen-3 .columns .heading-row img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  object-fit: contain;
}
.product-info-screen .info-screens .screen .screen-3-wrap {
  max-width: 704px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.product-info-screen .info-screens .screen .screen-3-wrap .row {
  position: relative;
}
.product-info-screen .info-screens .screen .screen-3-wrap .row:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 17px;
  /*  bottom: 5px;*/
  border-bottom: 1px dotted #888888;
}
.product-info-screen .info-screens .screen .screen-3-wrap .row p {
  color: #292929;
  background: #FFFFFF;
  padding: 0 0 3px 5px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  width: 275px;
}
@media (max-width: 992px) {
  .product-info-screen .info-screens .screen .screen-3-wrap .row p {
    width: 100%;
    max-width: 129px;
    margin-left: auto;
  }
}
.product-info-screen .info-screens .screen .screen-3-wrap .row span {
  color: #888888;
  background: #FFFFFF;
  display: inline-block;
  padding: 0 0 3px 5px;
  font-size: 16px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .product-info-screen .info-screens .screen .screen-3-wrap .row span {
    white-space: nowrap;
  }
}
@media (max-width: 992px) {
  .product-info-screen .info-screens .screen.screen-2 .hidden-block {
    /*display: block;*/
  }
}
.product-info-screen .info-screens .screen.screen-4 .swiper-grid-column > .swiper-wrapper {
  flex-direction: row;
}
.product-info-screen .info-screens .screen.screen-4 .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.product-info-screen .info-screens .screen.screen-4 .swiper .custom-btn-prev {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: 0.3s;
}
.product-info-screen .info-screens .screen.screen-4 .swiper .custom-btn-prev.swiper-button-disabled {
  opacity: 0;
}
.product-info-screen .info-screens .screen.screen-4 .swiper .custom-btn-next {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: 0.3s;
}
.product-info-screen .info-screens .screen.screen-4 .swiper .custom-btn-next.swiper-button-disabled {
  opacity: 0;
}
.product-info-screen .info-screens .screen.screen-4 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2) !important;
  padding: 10px;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .product-info-screen .info-screens .screen.screen-6 {
    border-bottom: none;
  }
}
.product-info-screen .info-screens .screen.screen-6 .furniture-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .product-info-screen .info-screens .screen.screen-6 .furniture-wrap {
    flex-direction: column;
    row-gap: 20px;
  }
}
.product-info-screen .info-screens .screen.screen-6 .furniture-wrap .side-bar {
  width: 280px;
  border-radius: 10px;
  border: 1px solid #C2C2C2;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .product-info-screen .info-screens .screen.screen-6 .furniture-wrap .side-bar {
    width: 100%;
  }
}
.product-info-screen .info-screens .screen.screen-6 .furniture-wrap .side-bar .f-tab {
  padding: 15px;
  transition: 0.3s;
  background: #FFFFFF;
  cursor: pointer;
  position: relative;
}
.product-info-screen .info-screens .screen.screen-6 .furniture-wrap .side-bar .f-tab:last-of-type:after {
  display: none;
}
.product-info-screen .info-screens .screen.screen-6 .furniture-wrap .side-bar .f-tab:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: calc(100% - 30px);
  height: 1px;
  background: #C2C2C2;
  transform: translateX(-50%);
  z-index: 1;
}
.product-info-screen .info-screens .screen.screen-6 .furniture-wrap .side-bar .f-tab:hover {
  background: #FFF7DF;
}
.product-info-screen .info-screens .screen.screen-6 .furniture-wrap .f-content {
  width: calc(100% - 300px);
}
@media (max-width: 768px) {
  .product-info-screen .info-screens .screen.screen-6 .furniture-wrap .f-content {
    width: 100%;
  }
}
.product-info-screen .info-screens .screen.screen-6 .furniture-wrap .f-content .page {
  display: none;
}
.product-info-screen .info-screens .screen.screen-6 .furniture-wrap .f-content .page.page-1 {
  display: block;
}
.product-info-screen .info-screens .screen.screen-6 .f-wrap {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -20px;
  row-gap: 20px;
  align-items: center;
}
@media (max-width: 992px) {
  .product-info-screen .info-screens .screen.screen-6 .f-wrap {
    width: calc(100% + 5px);
    margin-left: -5px;
    align-items: stretch;
  }
}
.product-info-screen .info-screens .screen.screen-6 .f-card {
  display: flex;
  align-items: stretch;
  width: calc(33.3333% - 20px);
  margin-left: 20px;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  justify-content: space-between;
}
@media (max-width: 992px) {
  .product-info-screen .info-screens .screen.screen-6 .f-card {
    width: calc(50% - 5px);
    margin-left: 5px;
    flex-direction: column;
    row-gap: 10px;
  }
}
.product-info-screen .info-screens .screen.screen-6 .f-card .bottom {
  margin-top: auto;
}
.product-info-screen .info-screens .screen.screen-6 .f-card .right {
  display: flex;
  flex-direction: column;
  width: calc(100% - 115px);
}
@media (max-width: 992px) {
  .product-info-screen .info-screens .screen.screen-6 .f-card .right {
    width: 100%;
  }
}
.product-info-screen .info-screens .screen.screen-6 .f-card .right .name-fur {
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
  color: #292929;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-info-screen .info-screens .screen.screen-6 .f-card .right .name-fur:hover {
  color: #FBBA00;
}
.product-info-screen .info-screens .screen.screen-6 .f-card .img {
  width: 100px;
  height: 100px;
}
@media (max-width: 992px) {
  .product-info-screen .info-screens .screen.screen-6 .f-card .img {
    margin-left: auto;
    margin-right: auto;
  }
}
.product-info-screen .info-screens .screen.screen-6 .f-card .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-info-screen .info-screens .screen.screen-6 .f-card .price-wrap {
  margin-top: 16px;
  position: relative;
}
.product-info-screen .info-screens .screen.screen-6 .f-card .price-wrap .s {
  color: #292929;
  font-size: 12px;
  position: relative;
  white-space: nowrap;
}
.product-info-screen .info-screens .screen.screen-6 .f-card .price-wrap .s:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1.5px;
  background: #FF0303;
  transform: translateY(-50%);
}
.product-info-screen .info-screens .screen.screen-6 .f-card .price-wrap .discount {
  display: flex;
  align-items: center;
  /*height: 17px;*/
  border-radius: 50px;
  color: #FFFFFF;
  padding: 0 3px;
  font-size: 10px;
  font-weight: 700;
  background: #FF0303;
  margin-left: 5px;
}
.product-info-screen .info-screens .screen.screen-6 .f-card .price-wrap .price {
  color: #FBBA00;
  font-weight: 700;
  font-size: 14px;
  margin-top: 3px;
}
.product-info-screen .info-screens .screen.screen-6 .f-card .price-wrap .price strong {
  font-size: 20px;
}
.product-info-screen .info-screens .screen.screen-6 .f-card .get-to-cart {
  width: 69px;
  height: 45px;
  border-radius: 50px;
  transition: 0.3s;
  background: #FBBA00;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-info-screen .info-screens .screen.screen-6 .f-card .get-to-cart:hover {
  background: #E5A400;
}
.product-info-screen .info-screens .screen.screen-6 .f-card .get-to-cart.active .img:after {
  opacity: 1;
}
.product-info-screen .info-screens .screen.screen-6 .f-card .get-to-cart .img {
  position: relative;
  width: 29px;
  height: 25px;
}
.product-info-screen .info-screens .screen.screen-6 .f-card .get-to-cart .img:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
  opacity: 1;
  width: 29px;
  height: 25px;
  background: url(../img/cart.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  margin-right: 0 !important;
}
.product-info-screen .info-screens .screen.screen-6 .f-card .get-to-cart .img:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -4px;
  transition: 0.3s;
  opacity: 0;
  width: 13px;
  height: 13px;
  background: url(../img/cart-full.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.product-info-screen .info-screens .screen.screen-5 .get-review {
  padding: 12px 53px;
  /*  transform: translateY(-50px);*/
}
.product-info-screen .info-screens .screen.screen-5 .none-reviews{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .product-info-screen .info-screens .screen.screen-5 .get-review {
    transform: translateY(0);
    width: 100%;
  }
}
.product-info-screen .info-screens .screen.screen-5 textarea {
  margin-top: 5px;
  width: 100%;
  resize: none;
  height: 214px;
  border-radius: 10px;
  padding: 10px 15px;
}
.product-info-screen .info-screens .screen.screen-5 .button-wrap {
  margin-top: 40px;
  display: flex;
  column-gap: 20px;
}
@media (max-width: 768px) {
  .product-info-screen .info-screens .screen.screen-5 .button-wrap {
    flex-direction: column;
    row-gap: 10px;
  }
}
.product-info-screen .info-screens .screen.screen-5 .button-wrap .main-btn {
  padding: 12px 59px;
}
@media (max-width: 768px) {
  .product-info-screen .info-screens .screen.screen-5 .button-wrap .main-btn {
    width: 100%;
  }
}
.product-info-screen .info-screens .screen.screen-5 .button-wrap .main-btn--border {
  padding: 12px 84px;
}
.product-info-screen .info-screens .screen.screen-5 .get-review-wrap {
  width: 100%;
  max-width: 626px;
  display: none;
}
@media (max-width: 992px) {
  .product-info-screen .info-screens .screen.screen-5 .get-review-wrap {
    margin-top: 20px;
  }
}
.product-info-screen .info-screens .screen.screen-5 .get-review-wrap .add-photo-wrap {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .product-info-screen .info-screens .screen.screen-5 .get-review-wrap .add-photo-wrap {
    flex-direction: column;
    row-gap: 20px;
  }
  .product-info-screen .info-screens .screen.screen-5 .get-review-wrap .add-photo-wrap .right {
    width: 100%;
  }
}
.product-info-screen .info-screens .screen.screen-5 .get-review-wrap .add-photo-wrap .main-btn {
  padding: 12px 38px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .product-info-screen .info-screens .screen.screen-5 .get-review-wrap .add-photo-wrap .main-btn {
    width: 100%;
  }
}
.product-info-screen .info-screens .screen.screen-5 .get-review-wrap .add-photo-wrap .text p {
  font-size: 16px;
  font-weight: 700;
}
.product-info-screen .info-screens .screen.screen-5 .get-review-wrap .add-photo-wrap .text span {
  font-size: 12px;
  font-weight: 400;
}
.product-info-screen .info-screens .screen.screen-5 .get-review-wrap .add-photo-wrap .icon {
  height: 30px;
  margin-right: 14px;
}
.product-info-screen .info-screens .screen.screen-5 .get-review-wrap .add-photo-wrap .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-info-screen .info-screens .screen.screen-5 .get-review-wrap .add-photo-wrap label input {
  display: none;
}
.product-info-screen .info-screens .screen.screen-5 .set_rating_wrap {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 2px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.product-info-screen .info-screens .screen.screen-5 .set_rating_wrap.active span:after {
  content: "";
  background: url(../img/star-1.svg);
  width: 20px;
  height: 20px;
  display: block;
}
.product-info-screen .info-screens .screen.screen-5 .set_rating_wrap.active span.active ~ span:after {
  content: "";
  background: url(../img/star-2.svg);
  width: 20px;
  height: 20px;
  display: block;
}
.product-info-screen .info-screens .screen.screen-5 .set_rating_wrap:hover span:after {
  content: "";
  background: url(../img/star-1.svg);
  width: 20px;
  height: 20px;
  display: block;
}
.product-info-screen .info-screens .screen.screen-5 .set_rating_wrap:hover span:hover ~ span:after {
  content: "";
  background: url(../img/star-2.svg);
  width: 20px;
  height: 20px;
  display: block;
}
.product-info-screen .info-screens .screen.screen-5 .set_rating_wrap span {
  font-size: 25px;
  margin-right: 0;
}
.product-info-screen .info-screens .screen.screen-5 .set_rating_wrap span:after {
  content: "";
  background: url(../img/star-2.svg);
  width: 20px;
  height: 20px;
  display: block;
}

.fixed-row {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px 0;
  background: #F8F8F8;
  z-index: 20;
}
@media (max-width: 992px) {
  .fixed-row {
    bottom: 68px;
    padding: 15px 0;
    visibility: unset;
    opacity: 1;
  }
  .single_add_to_cart_button.button {
    display: none;
  }
}
.fixed-row.active {
  visibility: visible;
  opacity: 1;
}
.fixed-row .flex-row {
  column-gap: 10px;
}
@media (max-width: 768px) {
  .fixed-row .flex-row {
    justify-content: space-between;
  }
  .fixed-row .flex-row .main-btn--border {
    display: none;
  }
}
.fixed-row .flex-row .price {
  margin-right: 30px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
@media (max-width: 768px) {
  .fixed-row .flex-row .price {
    margin-right: 0;
    white-space: nowrap;
  }
}
.fixed-row .flex-row .price p {
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 768px) {
  .fixed-row .flex-row .price p {
    font-size: 18px;
  }
}
.fixed-row .flex-row .price span {
  color: #FBBA00;
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .fixed-row .flex-row .price span {
    font-size: 20px;
  }
}
.fixed-row .get-to-cart-btn {
  padding: 12px 54px;
  height: 45px;
  border-radius: 50px;
  transition: 0.3s;
  background: #FBBA00;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}
@media (max-width: 768px) {
  .fixed-row .get-to-cart-btn {
    padding: 12px 32px;
    white-space: nowrap;
  }
}
.fixed-row .get-to-cart-btn:hover {
  background: #E5A400;
}
.fixed-row .get-to-cart-btn.active .img:after {
  opacity: 1;
}
.fixed-row .get-to-cart-btn .img {
  position: relative;
  width: 20px;
  height: 20px;
}
.fixed-row .get-to-cart-btn .img:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
  opacity: 1;
  width: 20px;
  height: 20px;
  background: url(../img/cart.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}
.fixed-row .get-to-cart-btn .img:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -4px;
  transition: 0.3s;
  opacity: 0;
  width: 10px;
  height: 10px;
  background: url(../img/cart-full.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.mw-60 {
  max-width: 60%;
}

.account {
  padding-bottom: 120px;

  position: relative;
  z-index: 23;
}
.account .account-info .change-saved{
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #2E7D32;
  display: none;
}
@media (max-width: 992px) {
  .account {
    padding-bottom: 80px;
  }
  .account.account-main {
    padding-top: 20px;
  }
  .account.account-main.active .account__side-bar {
    display: none;
  }
  .account.account-main.active .account__content-wrap {
    display: block;
  }
  .account.account-main .account__side-bar {
    display: block;
    width: 100%;
  }
  .account.account-main .account__content-wrap {
    display: none;
  }
}
.account__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.account__side-bar {
  width: 310px;
}
@media (max-width: 992px) {
  .account__side-bar {
    display: none;
    width: 100%;
  }
}
.account__side-bar .side-bar-top-row {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}
.account__side-bar .side-bar-top-row .icon {
  margin-right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #FBBA00;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  background: rgba(251, 186, 0, .3);
  color: #FBBA00;
  font-size: 20px;
  font-weight: 700;
}
.account__side-bar .side-bar-top-row .icon img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: contain;
}
.account__side-bar .side-bar-top-row .right {
  display: flex;
  flex-direction: column;
  width: calc(100% - 65px);
  justify-content: center;
}
.account__side-bar .side-bar-top-row .right .mail {
  margin-top: auto;
  font-size: 16px;
  font-weight: 400;
  color: #888888;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.account__side-bar .side-bar-top-row .right .name {
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  max-width: 205px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.account__side-bar .side-bar-bottom-row {
  border-radius: 10px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 11px 0 20px;
}
.account__side-bar .side-bar-bottom-row .tabs {
  display: flex;
  flex-direction: column;
}
.account__side-bar .side-bar-bottom-row .tabs .tab {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  color: #292929;
}
.account__side-bar .side-bar-bottom-row .tabs .tab.current {
  font-weight: 700;
  background: #FFF7DF;
}
.account__side-bar .side-bar-bottom-row .button-row {
  margin-top: 10px;
  position: relative;
  padding: 30px 20px 0;
}
.account__side-bar .side-bar-bottom-row .button-row a {
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  transition: 0.3s;
  color: #292929;
}
.account__side-bar .side-bar-bottom-row .button-row a:hover {
  color: #FBBA00;
}
.account__side-bar .side-bar-bottom-row .button-row a svg {
  margin-left: 10px;
}
.account__side-bar .side-bar-bottom-row .button-row:before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 10px;
  width: calc(100% - 40px);
  height: 1px;
  background: #C2C2C2;
}
.account__content-wrap {
  width: calc(100% - 330px);
}
.account__content-wrap .mob-flex-btn .back-btn {
  display: none;
}
@media (max-width: 992px) {
  .account__content-wrap {
    width: 100%;
    padding-top: 20px;
  }
  .account__content-wrap .mob-flex-btn {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 30px;
  }
  .account__content-wrap .mob-flex-btn .font--1 {
    margin-bottom: 0;
    font-size: 20px;
  }
  .account__content-wrap .mob-flex-btn .back-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  }
}
.account__content-wrap.history .history-wrap {
  border-top: 1px solid #C2C2C2;
  margin-top: 30px;
}
.account__content-wrap.history .history-row {
  padding: 20px 90px 20px 0;
  border-bottom: 1px solid #C2C2C2;
  position: relative;
}
@media (max-width: 768px) {
  .account__content-wrap.history .history-row {
    padding: 20px 0;
  }
}
.account__content-wrap.history .history-row .desc {
  display: none;
}
@media (max-width: 768px) {
  .account__content-wrap.history .history-row .desc {
    display: block;
    margin-top: 20px;
  }
}
.account__content-wrap .mob-flex-btn{
  pointer-events: none;
  color: #292929;
}
@media(max-width: 992px){
  .account__content-wrap .mob-flex-btn{
    pointer-events: all;
  }
}
.account__content-wrap.history .history-row .arrow{
  display: block;
  position: absolute;
  right: 0;
  top: 47px;
  width: 30px;
  height: 30px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.account__content-wrap.history .history-row .arrow img{

  width: 12px;
  height: 8px;

}
.account__content-wrap.history .history-row.active .arrow {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .account__content-wrap.history .history-row .arrow {
    top: 20px;
  }
}

.account__content-wrap.history .history-row.active .desc {
  display: none;
}
@media (max-width: 768px) {
  .account__content-wrap.history .history-row.active .flex-row {
    flex-direction: column;
  }
}
.account__content-wrap.history .history-row.active .right {
  margin-top: 20px;
}
.account__content-wrap.history .history-row.active .right .hidden {
  display: block;
}
.account__content-wrap.history .history-row.active .right .visible {
  display: none;
  padding-right: 0;
}
.account__content-wrap.history .history-row .left {
  width: 100%;
  max-width: 200px;
}
.account__content-wrap.history .history-row .left .num {
  font-weight: 700;
  font-size: 16px;
}
.account__content-wrap.history .history-row .left .date {
  font-size: 14px;
  color: #C2C2C2;
  margin-left: 10px;
}
.account__content-wrap.history .history-row .left .bottom {
  margin-top: 10px;
}
.account__content-wrap.history .history-row .left .bottom .status {
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  font-weight: 400;
}
.account__content-wrap.history .history-row .left .bottom .status.comp:before {
  background: #01B633;
}
.account__content-wrap.history .history-row .left .bottom .status.proc:before {
  background: #E5A400;
}
.account__content-wrap.history .history-row .left .bottom .status.del:before {
  background: #FF7373;
}
.account__content-wrap.history .history-row .left .bottom .status:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.account__content-wrap.history .history-row .right {
  width: calc(100% - 200px);
  padding-left: 50px;
}
@media (max-width: 768px) {
  .account__content-wrap.history .history-row .right {
    width: 100%;
    padding-left: 0;
  }
}
.account__content-wrap.history .history-row .right .hidden {
  display: none;
}
@media (max-width: 768px) {
  .account__content-wrap.history .history-row .right .visible {
    padding-right: 40px;
  }
  .account__content-wrap.history .history-row .right .visible .name {
    display: none;
  }
  .account__content-wrap.history .history-row .right .visible .icon {
    display: none;
  }
}
.account__content-wrap.history .history-row .right .prod-rows {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.account__content-wrap.history .history-row .right .total-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #C2C2C2;
  border-top: 1px solid #C2C2C2;
  margin: 20px 0;
}
.account__content-wrap.history .history-row .right .total-price span {
  font-size: 16px;
  font-weight: 700;
}
.account__content-wrap.history .history-row .right .total-price p {
  font-size: 20px;
  font-weight: 600;
  color: #FBBA00;
}
.account__content-wrap.history .history-row .right .info-rows {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.account__content-wrap.history .history-row .right .info-rows .info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .account__content-wrap.history .history-row .right .info-rows .info-row {
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-start;
  }
}
.account__content-wrap.history .history-row .right .info-rows .info-row p {
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}
.account__content-wrap.history .history-row .right .info-rows .info-row span {
  font-size: 14px;
  font-weight: 400;
  max-width: 60%;
  text-align: right;
}
.account__content-wrap.history .history-row .right .main-btn {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .account__content-wrap.history .history-row .right .main-btn {
    width: 100%;
  }
}
.account__content-wrap.history .history-row .right .prod-row {
  display: flex;
  align-items: center;
}
.account__content-wrap.history .history-row .right .prod-row .price {
  margin-left: auto;
  white-space: nowrap;
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.account__content-wrap.history .history-row .right .prod-row .num {
  margin-left: auto;
  margin-right: 85px;
  font-size: 14px;
  white-space: nowrap;
}
.account__content-wrap.history .history-row .right .prod-row .name {
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  max-width: 382px;
}
.account__content-wrap.history .history-row .right .prod-row .icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  object-position: center;
  margin-right: 10px;
}
.account__content-wrap.history .history-row .right .prod-row .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 992px) {
  .account__content-wrap.history .search-heading-row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 30px;
  }
}
.account__content-wrap.history .search-heading-row form {
  width: 100%;
  max-width: 515px;
  position: relative;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .account__content-wrap.history .search-heading-row form {
    max-width: 100%;
  }
}
.account__content-wrap.history .search-heading-row form button {
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(../img/search-icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.account__content-wrap.history .search-heading-row form button:hover {
  opacity: 0.7;
}
.account__content-wrap.history .search-heading-row form input {
  width: 100%;
  border-radius: 50px;
  border: 1px solid #C2C2C2;
  padding: 10px 45px 10px 15px;
  font-size: 14px;
  color: #292929;
  transition: 0.3s;
}
.account__content-wrap.history .search-heading-row form input:hover {
  border: 1px solid #888888;
}
.account__content-wrap.history .search-heading-row form input:focus {
  border: 1px solid #888888;
}
.account__content-wrap.history .search-heading-row form input::placeholder {
  color: #888888;
  opacity: 1;
}
.account__content-wrap.history .search-heading-row select {
  cursor: pointer;
  appearance: none;
  padding: 6px 34px 6px 10px;
  border: 1px solid #C2C2C2;
  background: #F8F8F8;
  font-size: 14px;
  border-radius: 50px;
  margin-left: 10px;
}
.account__content-wrap .adress__wrap .get-adress {
  margin-top: 20px;
  transition: 0.3s;
  cursor: pointer;
  display: inline-flex;
}
.account__content-wrap .adress__wrap .get-adress:hover {
  opacity: 0.7;
}
.account__content-wrap .adress__wrap .get-adress img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-right: 10px;
}
.account__content-wrap .adress__wrap .table {
  display: table;
  width: 100%;
}
.account__content-wrap .adress__wrap .table .tr {
  display: table-row;
  position: relative;
}
.account__content-wrap .adress__wrap .table .tr .delete-adress{
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: .3s;
  transform: translateY(-50%);
}
.account__content-wrap .adress__wrap .table .tr .delete-adress:hover{
  opacity: .7;
}
.account__content-wrap .adress__wrap .table .tr .delete-adress img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 992px) {
  .account__content-wrap .adress__wrap .table .tr {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    border-bottom: 1px solid #C2C2C2;
    margin-bottom: 30px;
  }
  .account__content-wrap .adress__wrap .table .tr:first-of-type {
    display: none;
  }
}
.account__content-wrap .adress__wrap .table .th {
  white-space: nowrap;
  padding: 20px 15px;
  color: #C2C2C2;
}
.account__content-wrap .adress__wrap .table .th:first-of-type {
  padding-left: 0;
}
.account__content-wrap .adress__wrap .table .th:last-of-type {
  padding-right: 0;
}
.account__content-wrap .adress__wrap .table .th, .account__content-wrap .adress__wrap .table .td {
  display: table-cell;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #C2C2C2;
}
@media (max-width: 992px) {
  .account__content-wrap .adress__wrap .table .th, .account__content-wrap .adress__wrap .table .td {
    border-bottom: none;
  }
}
.account__content-wrap .adress__wrap .table .td {
  max-width: 200px;
  align-items: center;
  padding: 30px 15px;
}
@media (max-width: 992px) {
  .account__content-wrap .adress__wrap .table .td {
    max-width: 100%;
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  .account__content-wrap .adress__wrap .table .td span {
    max-width: calc(50% - 20px);
  }
}
.account__content-wrap .adress__wrap .table .td .mob-visible {
  display: none;
}
@media (max-width: 992px) {
  .account__content-wrap .adress__wrap .table .td .mob-visible {
    display: block;
    width: 50%;
    margin-right: 20px;
    font-size: 16px;
    color: #C2C2C2;
  }
}
.account__content-wrap .adress__wrap .table .td .flex-row {
  transform: translateY(5px);
}
.account__content-wrap .adress__wrap .table .td .flex-row img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 10px;
}
.account__content-wrap .adress__wrap .table .td:first-of-type {
  padding-left: 0;
}
.account__content-wrap .adress__wrap .table .td:last-of-type {
  padding-right: 0;
}
.account__content-wrap .empty-block img {
  height: 236px;
  object-fit: cover;
  margin: 0 auto;
}
.account__content-wrap .empty-block p {
  font-size: 16px;
  text-align: center;
}
.account__content-wrap .empty-block .button-row {
  margin-top: 30px;
  text-align: center;
}
.account__content-wrap .empty-block .button-row .main-btn {
  justify-content: center;
  width: 100%;
  max-width: 250px;
}
@media (max-width: 768px) {
  .account__content-wrap .empty-block .button-row .main-btn {
    max-width: 100%;
  }
}
.account__content-wrap .empty-block .button-row .main-btn img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-right: 10px;
  margin-left: 0;
}
.account__content-wrap .font--1 {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .account__content-wrap.favorite .product-card-wrapper .product-card {
    width: calc(50% - 20px);
    padding: 15px;
  }
  .account__content-wrap.favorite .product-card-wrapper .product-card .get-to-cart {
    width: 50px;
    height: 40px;
    top: 340px;
    right: 10px;
  }
  .account__content-wrap.favorite .product-card-wrapper .product-card .get-to-cart .img {
    width: 25px;
    height: 22px;
  }
  .account__content-wrap.favorite .product-card-wrapper .product-card .get-to-cart .img:before {
    width: 25px;
    height: 22px;
  }
  .account__content-wrap.favorite .product-card-wrapper .product-card .color-wrapper {
    width: 100%;
    overflow: hidden;
    padding-top: 3px;
  }
  .account__content-wrap.favorite .product-card-wrapper .product-card .hidden-block .colors {
    margin-bottom: 0;
    column-gap: 9px;
    padding-bottom: 3px;
  }
  .account__content-wrap.favorite .product-card-wrapper .product-card .hidden-block .colors .color {
    width: 15px;
    height: 15px;
  }
  .account__content-wrap.favorite .product-card-wrapper .product-card .hidden-block .colors .color:after {
    width: 20px;
    height: 20px;
  }
  .account__content-wrap.favorite .product-card-wrapper .product-card .name-product {
    line-height: 1rem;
    width: 100%;
    max-height: 2rem;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    font-size: 14px;
  }
  .account__content-wrap.favorite .product-card-wrapper .product-card .info-wrap {
    display: none;
  }
  .account__content-wrap.favorite .product-card-wrapper .product-card .delivery {
    top: 170px;
    left: 15px;
  }
  .account__content-wrap.favorite .product-card-wrapper .product-card .delivery .text {
    display: none;
  }
  .account__content-wrap.favorite .product-card-wrapper .product-card .images-product .swiper .swiper-slide img {
    max-height: 170px;
  }
  .account__content-wrap.favorite .product-card-wrapper .product-card .images-product .custom-btn-small {
    display: none;
  }
}

.account__content-wrap.favorite .product-card-wrapper .product-card .like {
  opacity: 1;
  pointer-events: all;
}
.account__content-wrap.main .main-btn--red {
  margin-top: 20px;
  cursor: pointer;
}
.account__content-wrap.main .save-change-wrap {
  border-top: 1px solid #C2C2C2;
  margin-top: 30px;
  padding-top: 20px;
  display: none;
}
.account__content-wrap.main .save-change {
  padding: 12px 63.5px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .account__content-wrap.main .save-change {
    width: 100%;
  }
}
.account__content-wrap.main .column {
  width: calc(50% - 10px);
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

@media (max-width: 768px) {
  .account__content-wrap.main .column {
    width: 100%;
  }
}
.account__content-wrap.main .column:nth-of-type(1) {
  width: calc(33.333% - 20px);
}
@media (max-width: 768px) {
  .account__content-wrap.main .column:nth-of-type(1) {
    width: 100%;
  }
}
.account__content-wrap.main .column:nth-of-type(2) {
  width: calc(33.333% - 20px);
}
@media (max-width: 768px) {
  .account__content-wrap.main .column:nth-of-type(2) {
    width: 100%;
  }
}
.account__content-wrap.main .column:nth-of-type(3) {
  width: calc(33.333% - 20px);
}
@media (max-width: 768px) {
  .account__content-wrap.main .column:nth-of-type(3) {
    width: 100%;
  }
}
.account__content-wrap.main .column span {
  font-size: 14px;
  font-weight: 400;
}
.account__content-wrap.main .column .info-section {
  position: absolute;
  right: 15px;
  bottom: 8px;
}
.account__content-wrap.main .column .info-section:hover .hidden {
  visibility: visible;
  opacity: 1;
}
.account__content-wrap.main .column .info-section .visible {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.account__content-wrap.main .column .info-section .hidden {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  font-size: 12px;
  color: #888888;
  bottom: calc(100% + 9px);
  padding: 10px;
  border-radius: 10px;
  background: #FFFFFF;
  z-index: 1;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  width: auto;
  min-width: 243px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
.account__content-wrap.main .column .info-section .hidden:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: white;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  bottom: -5px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: -1;
}
.account__content-wrap.main .column .info-section .hidden:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
  border-radius: 0 0 10px 10px;
  background: #FFFFFF;
  bottom: 0;
}
@media (max-width: 1500px) {
  .account__content-wrap.main .column .info-section .hidden {
    left: auto;
    right: -50px;
    transform: translateX(0);
  }
  .account__content-wrap.main .column .info-section .hidden:before {
    left: auto;
    transform: translateX(0) rotate(-45deg);
    right: 57.5px;
  }
}
.account__content-wrap.main .delete-account-wrap {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .account__content-wrap.main .delete-account-wrap {
    margin-top: 25px;
  }
  .account__content-wrap.main .delete-account-wrap .main-btn {
    width: 100%;
  }
}
.account__content-wrap.main .delete-account-wrap .heading-row {
  padding-bottom: 5px;
  border-bottom: 1px solid #C2C2C2;
}
.account__content-wrap.main .delete-account-wrap .heading-row p {
  font-weight: 700;
}
.account__content-wrap.main .change-password-wrap {
  margin-top: 30px;
}
.account__content-wrap.main .change-password-wrap .column {
  width: calc(50% - 10px);
}
@media (max-width: 768px) {
  .account__content-wrap.main .change-password-wrap .column {
    width: 100%;
  }
}
.account__content-wrap.main .change-password-wrap .flex-row {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .account__content-wrap.main .change-password-wrap .flex-row {
    flex-direction: column;
    margin-top: 15px;
    row-gap: 15px;
  }
}
.account__content-wrap.main .change-password-wrap .heading-row {
  padding-bottom: 5px;
  border-bottom: 1px solid #C2C2C2;
}
.account__content-wrap.main .change-password-wrap .heading-row p {
  font-weight: 700;
}
.account__content-wrap.main .change-password-wrap .show-password {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 15px;
  right: 15px;
  bottom: 12.5px;
  cursor: pointer;
}
.account__content-wrap.main .change-password-wrap .close-password {
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 15px;
  right: 15px;
  bottom: 12.5px;
  cursor: pointer;
}
.account__content-wrap.main .change-password-wrap .close-password:after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  background: #000000;
  top: 6px;
  right: -2;
  transform: rotate(-45deg);
  opacity: 1;
  transition: 0.3s;
}
.account__content-wrap.main .top .flex-row {
  flex-flow: row;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 20px;
}
@media (max-width: 768px) {
  .account__content-wrap.main .top .flex-row {
    row-gap: 15px;
  }
}

.about-us-page {
  background: #1A1A1A;
  padding: 30px 0 120px;
}
@media (max-width: 992px) {
  .about-us-page {
    padding: 30px 0 80px;
  }
}
.about-us-page .breadcrumbs ul a {
  opacity: 1;
}
.about-us-page .breadcrumbs ul span {
  color: #FFFFFF;
}
.about-us-page__wrap {
  margin-top: 50px;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .about-us-page__wrap {
    margin-top: 30px;
  }
}
.about-us-page__wrap .flex-row {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .about-us-page__wrap .flex-row {
    flex-direction: column;
    row-gap: 30px;
  }
}
.about-us-page__wrap .left, .about-us-page__wrap .right {
  width: calc(50% - 10px);
}
@media (max-width: 992px) {
  .about-us-page__wrap .left, .about-us-page__wrap .right {
    width: 100%;
  }
}
.about-us-page__wrap .left {
  display: flex;
  flex-direction: column;
  position: relative;
}
.about-us-page__wrap .left .mr-door {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 420px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .about-us-page__wrap .left .mr-door {
    display: none;
  }
}
.about-us-page__wrap .left .heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  max-width: 80%;
}
.about-us-page__wrap .left p {
  font-size: 14px;
  font-weight: 400;
  max-width: 80%;
  line-height: 130%;
}
.about-us-page__wrap .left p strong {
  font-weight: 600;
}
.about-us-page__wrap .left .images {
  position: relative;
  margin-top: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: row;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .about-us-page__wrap .left .images {
    display: none;
  }
}
.about-us-page__wrap .left .images img {
  border-radius: 10px;
  object-fit: cover;
}
.about-us-page__wrap .left .images img:first-of-type {
  width: 420px;
}
.about-us-page__wrap .left .images img:nth-of-type(2) {
  width: 200px;
}
.about-us-page__wrap .left .images img:nth-of-type(3) {
  width: 200px;
  margin-left: auto;
  margin-top: -55px;
}
.about-us-page__wrap .right img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .about-us-page__wrap .right img {
    margin-bottom: 30px;
    max-height: 350px;
  }
}
@media (max-width: 768px) {
  .about-us-page__wrap .right img {
    max-height: 230px;
  }
}
.about-us-page__wrap .right p {
  font-size: 14px;
  font-weight: 400;
}
.about-us-page__wrap .right ul {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.about-us-page__wrap .right ul li {
  position: relative;
  font-size: 14px;
  padding-left: 20px;
}
.about-us-page__wrap .right ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  background: #FFFFFF;
  border-radius: 50%;
  transform: translateY(-50%);
}

.achive {
  padding: 120px 0;
}
@media (max-width: 992px) {
  .achive {
    padding: 80px 0;
  }
}
.achive .columns {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .achive .columns {
    margin-top: 30px;
    flex-flow: row;
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.achive .columns .column {
  width: calc(33.333% - 20px);
  padding: 50px;
  background: #F8F8F8;
  text-align: center;
}
@media (max-width: 992px) {
  .achive .columns .column {
    width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .achive .columns .column {
    width: 100%;
  }
}
.achive .columns .column .top {
  padding-bottom: 20px;
  border-bottom: 2px solid #FBBA00;
  margin-bottom: 20px;
}
.achive .columns .column .top p {
  font-size: 50px;
  font-weight: 400;
  line-height: 110%;
}
.achive .columns .column span {
  font-size: 20px;
  font-weight: 600;
}

.mission {
  padding: 120px 0;
  background: #F8F8F8;
}
@media (max-width: 992px) {
  .mission {
    padding: 80px 0;
  }
}
@media (max-width: 992px) {
  .mission .flex-row {
    flex-direction: column;
    row-gap: 50px;
  }
}
.mission .left, .mission .right {
  width: 50%;
}
@media (max-width: 992px) {
  .mission .left, .mission .right {
    width: 100%;
  }
}
.mission .left p, .mission .right p {
  font-weight: 600px;
  font-size: 20px;
  padding-right: 108px;
}
@media (max-width: 992px) {
  .mission .left p, .mission .right p {
    padding-right: 0;
  }
}

.info-page {
  padding-top: 120px;
}
@media (max-width: 992px) {
  .info-page {
    padding-top: 80px;
  }
}
.info-page .container {
  position: relative;
}
.info-page .sub-heading {
  margin-top: 137px;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  padding-right: 108px;
  width: calc(50% - 10px);
}
@media (max-width: 992px) {
  .info-page .sub-heading {
    margin-top: 50px;
    padding-right: 0;
    width: 100%;
  }
}
.info-page .mr-door {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 420px;
  object-fit: contain;
  opacity: 0.5;
}
@media (max-width: 992px) {
  .info-page .mr-door {
    display: none;
  }
}
.info-page__wrap {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media (max-width: 992px) {
  .info-page__wrap {
    row-gap: 50px;
  }
}
@media (max-width: 992px) {
  .info-page__row {
    flex-direction: column;
    row-gap: 30px;
  }
}
.info-page__row:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .info-page__row:nth-of-type(even) {
    flex-direction: column;
  }
}
.info-page__row p {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  padding-right: 108px;
  width: calc(50% - 10px);
}
@media (max-width: 992px) {
  .info-page__row p {
    width: 100%;
    padding-right: 0;
  }
}
.info-page__row img {
  width: calc(50% - 10px);
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .info-page__row img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .info-page__row img {
    max-height: 258px;
  }
}

.gallery {
  padding: 120px 0;
}
@media (max-width: 992px) {
  .gallery {
    padding: 80px 0;
  }
}
.gallery__wrap {
  display: flex;
  margin-top: 50px;
}
@media (min-width: 1200px) {
  .gallery__wrap {
    flex-flow: row;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
  }
}
@media (max-width: 992px) {
  .gallery__wrap {
    overflow: auto;
    column-gap: 15px;
  }
}
.gallery__wrap img {
  border-radius: 10px;
}
@media (max-width: 992px) {
  .gallery__wrap img {
    max-height: 350px;
  }
}
@media (max-width: 768px) {
  .gallery__wrap img {
    max-height: 243px;
  }
}
.gallery__wrap img:first-of-type {
  width: 420px;
}
.gallery__wrap img:nth-of-type(7n) {
  width: 420px;
}
.gallery__wrap img:nth-of-type(6n) {
  width: 420px;
}
.gallery__wrap img:nth-of-type(2) {
  width: 310px;
}
.gallery__wrap img:nth-of-type(3) {
  width: 530px;
}
.gallery__wrap img:nth-of-type(4) {
  width: 530px;
}
.gallery__wrap img:nth-of-type(5) {
  width: 310px;
}
.gallery__wrap img:nth-of-type(8) {
  width: 310px;
}
.gallery__wrap img:nth-of-type(9) {
  width: 530px;
}

.blog-page {
  padding-bottom: 80px;
}
.blog-page .pagination{
  margin-top: 50px;
}
@media (max-width: 992px) {
  .blog-page {
    padding-bottom: 60px;
  }
}
.blog-page__wrap {
  display: flex;
  flex-direction: column;
  row-gap: 90px;
}
@media (max-width: 992px) {
  .blog-page__wrap {
    row-gap: 60px;
  }
}
.blog-page__wrap .news {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .blog-page__wrap .news {
    flex-direction: column;
    row-gap: 20px;
  }
}
.blog-page__wrap .news:hover .left img {
  transform: scale(1.1);
}
.blog-page__wrap .news .left, .blog-page__wrap .news .right {
  width: calc(50% - 12px);
}
@media (max-width: 992px) {
  .blog-page__wrap .news .left, .blog-page__wrap .news .right {
    width: 100%;
  }
}
.blog-page__wrap .news .right {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.blog-page__wrap .news .right .info-row {
  column-gap: 20px;
}
.blog-page__wrap .news .right .info-row .icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 5px;
}
.blog-page__wrap .news .right .info-row span {
  font-size: 12px;
  color: #888888;
}
.blog-page__wrap .news .right .main-btn {
  /*margin-top: auto;*/
  max-width: 300px;
}
@media (max-width: 768px) {
  .blog-page__wrap .news .right .main-btn {
    max-width: 100%;
  }
  .about-us-page__wrap .left p {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .blog-page__wrap .news .right p {
    font-size: 14px;
  }
}
.blog-page__wrap .news .right .name {
  font-size: 20px;
  font-weight: 600;
  transition: 0.3s;
  color: #292929;
}
@media (max-width: 992px) {
  .blog-page__wrap .news .right .name {
    font-size: 18px;
  }
}
.blog-page__wrap .news .right .name:hover {
  color: #FBBA00;
}
.blog-page__wrap .news .left {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .blog-page__wrap .news .left {
    max-height: 300px;
  }
}
@media (max-width: 768px) {
  .blog-page__wrap .news .left {
    max-height: 200px;
  }
}
.blog-page__wrap .news .left img {
  width: 100%;
  transition: 0.3s;
  object-fit: cover;
}

.single-post {
  padding-bottom: 40px;
}
.single-post__text {
  margin-top: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.single-post__text img {
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
}
.single-post__text h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

.single-post__text h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.single-post__text h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.single-post__text h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.single-post__text h5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.single-post__text h6 {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
}


.single-post__text ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.single-post__text ul li {
  position: relative;
  padding-left: 20px;
}
.single-post__text ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #292929;
}
.single-post .info-row {
  column-gap: 20px;
  margin-top: 15px;
}
.single-post .info-row .icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 5px;
}
.single-post .info-row span {
  font-size: 12px;
  color: #888888;
}
.single-post b, .single-post strong {
  font-weight: bold;
}

.single-post__text a {
  color: #0073aa;
  text-decoration: none;
}

.single-post__text a:hover {
  text-decoration: underline;
  color: #005b8f;
}
.single-post__text a:active {
  color: #003f5f;
  text-decoration: none;
}

.contacts-page {
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .contacts-page {
    padding-bottom: 60px;
  }
}
.contacts-page .image-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .contacts-page .image-row {
    flex-direction: column;
    row-gap: 20px;
  }
}
.contacts-page .image-row img {
  width: calc(50% - 20px);
  object-fit: cover;
  border-radius: 50px;
  height: auto;
}
@media (max-width: 768px) {
  .contacts-page .image-row img {
    width: 100%;
    max-height: 170px;
    border-radius: 20px;
  }
  .contacts-page .image-row img:last-of-type {
    display: none;
  }
}
.contacts-page__wrap {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media (max-width: 992px) {
  .contacts-page__wrap {
    flex-direction: column;
    margin-top: 50px;
    row-gap: 30px;
  }
}
.contacts-page__wrap .left, .contacts-page__wrap .right {
  width: 100%;
}
.contacts-page__wrap .right iframe {
  width: 100%;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .contacts-page__wrap .right iframe {
    max-height: 300px;
  }
}
@media (max-width: 768px) {
  .contacts-page__wrap .right iframe {
    max-height: 200px;
    border-radius: 20px;
  }
}
.contacts-page__wrap .left {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .contacts-page__wrap .left {
    flex-direction: column;
    row-gap: 30px;
  }
}
.contacts-page__wrap .left p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .contacts-page__wrap .left p {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.contacts-page__wrap .left .flex-row {
  align-items: center;
  column-gap: 30px;
}
@media (max-width: 992px) {
  .contacts-page__wrap .left .flex-row {
    column-gap: 10px;
  }
}
@media (max-width: 768px) {
  .contacts-page__wrap .left .flex-row {
    column-gap: 30px;
  }
}
.contacts-page__wrap .left .flex-row p {
  font-weight: 400px;
  font-size: 16px;
  margin-bottom: 0;
}
.contacts-page__wrap .left .flex-row .right-block {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.contacts-page__wrap .left .flex-row .right-block a {
  color: #292929;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .contacts-page__wrap .left .flex-row .right-block a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .contacts-page__wrap .left .flex-row .right-block a {
    font-size: 16px;
  }
}
.contacts-page__wrap .left .flex-row .right-block a:hover {
  color: #FBBA00;
}
.contacts-page__wrap .left .icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .contacts-page__wrap .left .icon {
    width: 24px;
    height: 24px;
  }
}
.contacts-page__wrap .left .icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.delivery-page {
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .delivery-page {
    padding-bottom: 60px;
  }
}
.delivery-page__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .delivery-page__wrap {
    flex-direction: column;
    row-gap: 40px;
  }
}
@media (max-width: 992px) {
  .delivery-page__wrap .right {
    padding-top: 40px;
    border-top: 1px solid #C2C2C2;
  }
}
.delivery-page__wrap .left, .delivery-page__wrap .right {
  width: calc(50% - 24px);
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media (max-width: 992px) {
  .delivery-page__wrap .left, .delivery-page__wrap .right {
    width: 100%;
  }
}
.delivery-page__wrap .left .acc-row, .delivery-page__wrap .right .acc-row {
  padding: 12px;
  border-radius: 30px;
  border: 1px solid #888888;
}
.delivery-page__wrap .left .acc-row.active .visible:after, .delivery-page__wrap .right .acc-row.active .visible:after {
  transform: translateY(-50%) rotate(180deg);
}
.delivery-page__wrap .left .acc-row.active .hidden, .delivery-page__wrap .right .acc-row.active .hidden {
  visibility: visible;
  opacity: 1;
  height: auto;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #888888;
}
.delivery-page__wrap .left .acc-row .visible, .delivery-page__wrap .right .acc-row .visible {
  position: relative;
  padding-right: 40px;
  cursor: pointer;
}
.delivery-page__wrap .left .acc-row .visible:after, .delivery-page__wrap .right .acc-row .visible:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transition: 0.3s;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../img/arrow-down-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.delivery-page__wrap .left .acc-row .hidden, .delivery-page__wrap .right .acc-row .hidden {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  height: 0;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.delivery-page__wrap .left .acc-row .hidden ul, .delivery-page__wrap .right .acc-row .hidden ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.delivery-page__wrap .left .acc-row .hidden ul li, .delivery-page__wrap .right .acc-row .hidden ul li {
  position: relative;
  padding-left: 20px;
}
.delivery-page__wrap .left .acc-row .hidden ul li:before, .delivery-page__wrap .right .acc-row .hidden ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #292929;
}

.order {
  padding:  0;
  padding-bottom: 60px;
}
.order  ul{
  padding-left: 0;
}
.order  ul li:before{
  display: none!important;
}
.order .col-1.left .woocommerce-billing-fields:before{
  display: none;
}
.order .zen-ui-select__value{
  border-radius: 50px;
}
@media (max-width: 992px) {
  .order {
    padding: 0;
    padding-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .order__wrap {
    flex-direction: column;
    row-gap: 40px;
  }
}
.order .woocommerce-shipping-methods{
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-top: 10px;
}
.order .woocommerce-shipping-methods li{
  display: flex;
  align-items: center;
  font-size: 16px;
}
.order .woocommerce-shipping-methods li label{
  margin-left: 20px;
}
.order .woocommerce-shipping-methods li input{
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #C2C2C2;
  position: relative;
  padding: 0;
}
.order .woocommerce-shipping-methods li input:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FBBA00;
  transition: 0.3s;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.order .woocommerce-shipping-methods li input:checked:before {
  opacity: 1;
}
.order .customer_details .col-3 {
  font-size: 0;
}
.order__wrap .left {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  width: calc(100% - 524px);
}
@media (max-width: 992px) {
  .order__wrap .left {
    width: 100%;
  }
}
.order__wrap .left .section {
  padding: 20px;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
.order__wrap .left .section .flex-row {
  flex-flow: row;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 24px;
  margin-top: 20px;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #C2C2C2;
}
.order__wrap .left .section .flex-row .col {
  width: calc(50% - 12px);
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
@media (max-width: 768px) {
  .order__wrap .left .section .flex-row .col {
    width: 100%;
  }
}
.order__wrap .left .section .flex-row .col span {
  color: #888888;
  font-size: 14px;
}
.order__wrap .left .section .wrap {
  margin-top: 20px;
  padding-top: 20px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.order__wrap .left .section .wrap .textarea p {
  color: #888888;
  font-size: 14px;
  margin-bottom: 8px;
}
.order__wrap .left .section .wrap .textarea textarea {
  resize: none;
  height: 100px;
  border-radius: 8px;
}
.order__wrap .left .section .wrap .droppdown {
  display: none;
  padding-left: 45px;
  margin-top: -10px;
}
.order__wrap .left .section .wrap .droppdown .droppdown-d2 .row {
  margin-top: 0;
  padding-left: 45px;
}
.order__wrap .left .section .wrap .droppdown .row {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 24px;
  row-gap: 12px;
  margin-top: 24px;
}
.order__wrap .left .section .wrap .droppdown .row .col {
  width: calc(50% - 12px);
}
@media (max-width: 768px) {
  .order__wrap .left .section .wrap .droppdown .row .col {
    width: 100%;
  }
}
.order__wrap .left .section .wrap .droppdown .row .col p {
  color: #888888;
  font-size: 14px;
  margin-bottom: 8px;
}
.order__wrap .left .section .wrap .droppdown .row .col .select2-container {
  width: 100% !important;
  border-radius: 50px;
}
.order__wrap .left .section .wrap .droppdown .row .col .select2-container--default .select2-selection--single {
  border-radius: 50px;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 11px 15px;
}
.order__wrap .left .section .wrap .droppdown .row .col .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.order__wrap .left .section .wrap .droppdown .row .col .select2-dropdown {
  border-radius: 8px !important;
  border: 1px solid #C2C2C2;
}
.order__wrap .left .section .wrap .droppdown .row .col .select2-container--open .select2-dropdown--above {
  border-radius: 8px !important;
  border: 1px solid #C2C2C2;
  border-bottom: 1px solid #C2C2C2 !important;
}
.order__wrap .left .section .wrap .droppdown.droppdown-p1 {
  display: block;
}
.order__wrap .left .section .wrap .droppdown.droppdown-d1 {
  display: block;
}
.order__wrap .left .section .wrap .droppdown .radio {
  margin-top: 10px;
}
.order__wrap .left .section .wrap .radio {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.order__wrap .left .section .wrap .radio span {
  font-size: 16px;
  margin-left: 12px;
  width: calc(100% - 36px);
  line-height: 120%;
}
.order__wrap .left .section .wrap .radio input {
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #C2C2C2;
  position: relative;
  padding: 0;
}
.order__wrap .left .section .wrap .radio input:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FBBA00;
  transition: 0.3s;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.order__wrap .left .section .wrap .radio input:checked:before {
  opacity: 1;
}
.order__wrap .right {
  padding: 20px;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 600px;
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .order__wrap .right {
    width: 100%;
    position: static;
    max-width: 100%;
    margin-top: 20px;
  }
}
.order__wrap .right .details {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding: 16px 0;
  margin: 16px 0;
  border-top: 1px solid #C2C2C2;
  border-bottom: 1px solid #C2C2C2;
}
.order__wrap .right .details .prod-row .flex-row p {
  font-weight: 700;
  font-size: 14px;
  max-width: 80%;
}
.order__wrap .right .details .prod-row .flex-row span {
  font-weight: 700;
  font-size: 18px;
}
.order__wrap .right .details .prod-row .info {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  margin-top: 8px;
}
.order__wrap .right .details .prod-row .info span {
  color: #888888;
  font-size: 12px;
}
.order__wrap .right .total-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order__wrap .right .total-price span {
  font-size: 18px;
  font-weight: 700;
}
.order__wrap .right .total-price p {
  font-weight: 700;
  font-size: 24px;
}
.order__wrap .right .main-btn {
  margin-top: 20px;
  width: 100%;
}

.shares {
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .shares {
    padding-bottom: 60px;
  }
}
.shares__wrap {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .shares__wrap {
    margin-top: 30px;
  }
}
.hidden-block .color img{
  height:80% !important;
  width:80% !important;
}
#pa_tsvet ~ .attribute-swatch {
  display:none;
}





button {
  background: none;
  border: none;
  cursor: pointer;
}

@keyframes modal-open {
  0% {
    opacity: 0;
    transform: scale3d(1.1, 1.1, 1);
  }

  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

@keyframes modal-close {
  0% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }

  100% {
    opacity: 0;
    transform: scale3d(0.9, 0.9, 1);
  }
}



.modal {
  --width: 480px;
  --padding: 24px 32px;
  --b-radius: 24px;
  --bg-overlay: rgba(0, 0, 0, 0.2);
  --bg-content: #fff;
  --transition: ease;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 7;
  overflow: hidden;
  box-sizing: border-box;
  transition: background-color 0.2s var(--transition);
  pointer-events: none;
}

.modal__body {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 10px;
  min-height: 100%;
}

.modal__content {
  position: relative;
  border-radius: 10px;
  padding: 40px;
  width: 100%;
  height: 100%;
  max-width: var(--width);
  background: #ffff;
  opacity: 0;
  visibility: hidden;
  transform: scale3d(1.1, 1.1, 1);
  transition: 0.3s var(--transition);
  will-change: transform, opacity;
}

.modal__close {
  position: absolute;
  right: 15px;
  top: 15px;
  border: none;
  width: 15px;
  height: 15px;
  background-color: transparent;
}

.modal.modal--close .modal__content {
  animation: modal-close 0.3s forwards;
}

.modal.modal--open {
  overflow-x: hidden;
  overflow-y: auto;
  background-color: var(--bg-overlay);
  pointer-events: all;
}

.modal.modal--open .modal__content {
  opacity: 1;
  visibility: visible;
  animation: modal-open 0.3s forwards;
}

.modal__wrapper-title {
  font-family: Comfortaa;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  /* text-align: left; */
  margin-bottom: 40px;
  color: #292929;
}


.modal__tabs {
  display: flex;
  align-items: center;
  gap: 28px;
  border-bottom: #E3E3E3 1px solid;
  margin-bottom: 40px;
}


.active {
  display: block;
}

.modal__tabs-btn {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}


.modal__tabs-btn img {
  filter: grayscale(100%);
}

.modal__tabs-btn span {
//styleName: Text 20 bold;
  font-family: Comfortaa;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #888888;
}


.modal__tabs-btn.active {
  box-shadow: 0 2px 0 0 #fbba00;

}


.modal__tabs-btn.active span {
  color: #292929;
}

.modal__tabs-btn.active img {
  filter: grayscale(0%)
}



.modal__box {
  display: none;
  max-height: 336px;

  overflow-y: auto;
}
.modal__box::-webkit-scrollbar{
  width: 8px;
}

.modal__box.active {
  display: block;
}

.modal__item-title {
  font-family: Comfortaa;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
}


.modal__item+.modal__item {
  margin-top: 30px;
}
.modal__item ul, .modal__item ol{
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 20px;
}


.modal__item-list {
  margin-left: 20px;

}
.modal__item ul{
  list-style-type: disc;
}
.modal__item ol{
  list-style-type: decimal;
}
.modal__item ul li, .modal__item ol li{
  font-family: Comfortaa;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: left;
}
.modal__item-list li {
//styleName: Text 16 reg;
  font-family: Comfortaa;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: left;

}


@media(max-width: 768px) {
  .modal {
    top: 53px;
  }
  .modal__body {
    align-items: normal;
    height: 100%;
    padding: 0;
  }

  .modal__content {
    max-width: none;
    border-radius: 0;
    padding: 40px 21px;
  }

  .modal__tabs {
    margin-bottom: 30px;
  }

  .modal__tabs-btn img {
    display: none;
  }

  .modal__wrapper-title {
    margin-bottom: 20px;
  }

  .modal__wrapper-title h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
  }
}

