.disnone{
  display: none;
}
body.oh{
  overflow:hidden;
}

.sitemap{
  max-width: 800px;
  margin: 0px 0px;
}
.sitemap ul > li{
  margin-left: 20px;
  position: relative;
}
.sitemap li:before{
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 8px;
  left: -12px;
  background: #1d1d1b;
  background-size: 100%;
  transition: 0.5s;
  border-radius: 50%;
}
.sitemap li:hover:before{
  left: -18px;
  background: #000000;
}
.sitemap a,
.sitemap span{
  color: #000000;
  text-decoration: none;
  line-height: 22px;
}
.sitemap a:hover{
  color: #000000;
  opacity:0.7;
}
.content_holder{
  display: flex;
  flex-direction: column;
  max-width: 630px;
  width: 100%;
  line-height: 150%;
  margin: 32px auto 16px auto;
  padding: 0 24px;
}
.content_holder .content p {
  font-size: 16px;
  font-weight: 300;
}
.content h1,
.content h2,
.content h3,
.content h4{
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  position: relative;
  margin-bottom: 12px;
  margin-top: 24px;
  text-transform:uppercase;
}
.dp_text a,
.dp_text i,
.dp_text strong,
.dp_text b,
.dp_text div,
.dp_text span,
.dp_text p,
.content a,
.content i,
.content em,
.content strong,
.content b,
.content div,
.content span,
.content,
.content p{
  line-height: 150%;
  font-size: 14px;
  margin-bottom: 12px;
}
.content p:last-child{
  margin-bottom:0px;
}
.dp_text strong,
.dp_text b,
.content strong,
.content b{
  font-weight: 700;
}
.dp_text em,
.content em,
.dp_text i,
.content i{
  font-style: italic;
}
.dp_text a,
.content a{
  color: #0B66E4;
  text-decoration:underline;
}
.dp_text a:hover,
.content a:hover{
  color: #0B66E4;
  text-decoration: none;
}

.content label,
.content b,
.content strong,
.content i,
.content a,
.content span,
.content p,
.content{
  font-family: Montserrat, sans-serif;
}



.content table{
  width:100%!important;
  margin:0px;
  max-width: 100%;
}

.content table tr th{
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  color: #000;
  font-weight: 500;
  text-align: left;
  padding: 10px 10px;
  border: 1px solid #fff;
  width: auto;
  height: auto;
}
.content table tr td{
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  color: #000;
  font-weight: 400;
  padding: 10px 10px;
  border: 1px solid #fff;
  width: auto;
  height: auto;
}
.content table tr{
  background: #fff;
}
.content table tr:nth-child(odd){
  background: #fafafa;
}
.content table tr:hover th,
.content table tr:hover td{
  background: #F2F2F2;
}

.content img{
  max-width: 100%!important;
  height: auto;
}
.content ul{
  list-style: disc;
  margin-left: 20px;
}
.content ol{
  list-style: auto;
  margin-left: 20px;
}

.content ul li,
.content ol li{
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
}
.price_range {
  position: relative;
  margin-top: 30px;
}
#cart{
  position: fixed;
  top: 0px;
  max-width: 430px;
  height: 100%;
  background: #fff;
  right: 0px;
  z-index: 333;
  text-align: center;
  display: none;
  width:100%;
}
.cart_menu_top{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 64px;
  padding: 0px 8px 0px 8px;
}
#cart .popup_inner{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(100% - 180px - 46px);
  align-items: center;
  justify-content: flex-start;
  overflow-y: auto;
  padding: 0px 16px 0px 16px;
}
.pop_cart_btn{
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 16px 16px;
}
.pop_cart_btn_full{
  font-size: 14px;
  color: #fff;
  background: #000;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #000;
}
.pop_cart_btn_full:hover{
  background:#1a1a1a;
  color: #fff;
}
.pop_change_size_color{
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  max-height:100%;
  overflow-y: auto;
  background: #fff;
  z-index: 6;
}
.pop_change_size{
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  max-height:100%;
  overflow-y: auto;
  background: #fff;
  z-index: 6;
  padding: 0px 16px;
}
.pop_change_size_color.active,
.pop_change_size.active{
  display:flex;
  flex-direction:column;
}
.pop_change_size_color_head{
  min-height:48px;
  font-size:16px;
  line-height:150%;
  text-transform:uppercase;
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:space-between;
  color:#000;
  background:#fafafa;
  padding: 0px 16px;
}
.pop_change_size_head{
  min-height:48px;
  font-size:16px;
  line-height:150%;
  text-transform:uppercase;
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:space-between;
  color:#000;
  border-bottom: 0.5px solid #000;
}
.pop_change_size_color_body{
  display:flex;
  flex-direction:column;
  width:100%;
  gap:40px;
  padding: 32px 24px 24px 24px;
}
.pop_change_size_body{
  display:flex;
  flex-direction:column;
  width:100%;
  gap:16px;
  padding:35px 0px;
}
.pop_change_size_body li{
  display:flex;
  flex-direction:column;
  width:100%;
}
.pop_change_size_body li a{
  font-size:16px;
  line-height:150%;
  text-transform:uppercase;
  color:#000;
}
.pop_change_size_body li a:hover{
  opacity:0.7;
}
.pop_close_change_size_color,
.pop_close_change_size{
  background:fff;
  display: flex;
  flex-direction:column;
  width:24px;
  height:24px;
  align-items:center;
  cursor: pointer;
  justify-content:center;
}
.pop_close_change_size_color:hover,
.pop_close_change_size:hover{
  background:#000;
}
.pop_close_change_size_color:hover svg path,
.pop_close_change_size:hover svg path{
  fill:#fff;
}
.pop_cart_sum{
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  width: 100%;
  gap: 5px;
  font-weight: 600;
  justify-content: center;
  line-height: 150%;
  flex-wrap: wrap;
  min-height: 48px;
}
.pop_cart_sum span{
  font-weight:600;
}
.pop_cart_btn_checkout{
  font-size: 14px;
  color: #fff;
  background: #000;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  width: 100%;
}
.pop_cart_btn_checkout:hover{
  background:#1A1A1A;
  color: #fff;
}
#cart .action_top_pusher + .cart_menu_top{
  margin-top:24px;
}
#cart .action_top_pusher + .cart_menu_top + .popup_inner{
  height: calc(100% - 64px - 64px - 24px);
}
.pop_cart_empty{
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 112px 0px;
}
.empty_cart{
  text-transform: uppercase;
  font-size: 20px;
  color: #000;
  line-height: 150%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align:center;
}
.empty_cart_sub{
  font-size: 14px;
  color: #000;
  line-height: 150%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.empty_cart_sub a{
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 48px;
  background: #fff;
  border: 0.5px solid #000;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 150%;
  position: relative;
  margin-top: 146px;
  box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.06)
}
.empty_cart_sub a:hover{
  background: #fff;
  color: #1a1a1a;
  border: 0.5px solid #1a1a1a;
}

.empty_cart_sub_a{
  font-size: 14px;
  color: #000;
  line-height: 150%;
}
.empty_cart_sub_a a{
  font-size: 14px;
  line-height: 150%;
  text-decoration:underline;
}
.order_in{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pop_cart_in,
.pop_wishlist{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 32px 0px;
}
.order_purchase,
.order_in ul,
.pop_cart_in ul,
.pop_wishlist ul{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}
.order_purchase li,
.order_in ul li,
.pop_cart_in ul li,
.pop_wishlist ul li{
  display: flex;
  flex-direction: column;
  width: 100%;
  position:relative;
}
.order_purchase .cart_quantity{
  font-size: 14px;
  color: #666666;
  line-height: 150%;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: transparent;
}
.pro_card_bottom{
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items:center;
  justify-content:flex-start;
  width:100%;
  flex-wrap:wrap;
}
.pro_card_bottom .pro_sep{
  height:9px;
  width:1px;
  background:#CCCCCC;
  display:block;
}
.pro_card{
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.pro_card .pro_img{
  width: 120px;
  display: block;
  min-width: 120px;
}
.pro_card .pro_img img{
  width:100%;
  display:block;
}
.pro_card .pro_img:hover img{
  opacity:0.7;
}
.pro_card .pro_card_info{
  display: flex;
  flex-direction: column;
  width: calc(100% - 120px - 16px);
  gap: 8px;
}
.pro_card .pro_card_info .pro_card_top{
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.pro_card .pro_card_info .pro_edit{
  display: flex;
  flex-direction: column;
  position:relative;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  cursor:pointer;
  z-index:5;
}
.credit_overflow,
.cart_overflow{
  position:absolute;
  top:0px;
  left:0px;
  z-index:4;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height:100%;
  display:none;
  cursor:pointer;
}
.cart_overflow.cart_overflow_h{
  background:transparent;
}
.pro_card .pro_card_info .pro_edit:hover{
  background:#000;
}
.pro_card .pro_card_info .pro_edit:hover svg path{
  fill:#fff;
}
.pro_card .pro_card_info .pro_edit .pro_edit_nav{
  display:none; 
  background: #fff;
  z-index: 2;
  padding: 8px 16px;
  min-width: 220px;
  right: 24px;
  position: absolute;
  top: 0px;
  box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08);
  gap: 0px;
  border: 1px solid #fafafa;
}
.pro_card .pro_card_info .pro_edit .pro_edit_nav:after{
  content: "";
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  z-index:-1;
  box-shadow: 0px 4px 6px -3px rgba(0, 0, 0, 0.03);
  top: 0px;
  left: 0px;

}
.pro_card .pro_card_info .pro_edit.active .pro_edit_nav{
  display: flex;
  flex-direction: column;
}
.pro_card .pro_card_info .pro_edit .pro_edit_nav a{
  font-size: 14px;
  line-height: 150%;
  color: #000;
  height: 48px;
  padding: 13.5px 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.pro_card .pro_card_info .pro_edit .pro_edit_nav a:hover{
  opacity: 0.6;
}
.pro_card .pro_card_info .pro_edit .pro_edit_nav a.pro_red{
  color:#AF0000;
}
.pro_card .pro_card_info .pro_card_top_left{
  display: flex;
  flex-direction: column;
  width: calc(100% - 36px);
}
.pro_card .pro_card_info .pro_name{
  display: flex;
  flex-direction: column;
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
  line-height: 150%;
}
.pro_card .pro_card_info .pro_price_wrapper{
  font-size: 14px;
  line-height: 150%;
  color: #000;
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 5px;
}
.pro_card .pro_card_info .pro_price_wrapper .pro_old_price{
  font-size: 14px;
  line-height: 150%;
  text-decoration:line-through;
}
.pro_card .pro_card_info .pro_price_wrapper .pro_discount{
  font-size: 14px;
  line-height: 150%;
}
.pro_card .pro_card_info .pro_price_wrapper .pro_price{
  font-weight: 600;
}
.pro_card .pro_card_info .pro_price_wrapper .pro_price.pro_price_a{
  color: #AF0000;
}
.pro_card .pro_card_info .pro_amount_title,
.pro_card .pro_card_info .pro_size,
.pro_card .pro_card_info .pro_color{
  color: #666666;
  font-size: 14px;
  line-height: 150%;
}
.pro_card .pro_amount{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:8px;
}
.pro_card .pro_amount .quantity_counter {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: auto;
}
.pro_card .pro_amount .quantity_counter input{
  font-size: 14px;
  color: #666666;
  line-height: 150%;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  background:transparent;
}
.pro_card .pro_amount .quantity_counter .btn_minus,
.pro_card .pro_amount .quantity_counter .btn_plus {
  display: flex;
  flex-direction: column;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
}
#login{
  position: fixed;
  top: 0px;
  width: 430px;
  height: 100%;
  background: #fff;
  right: 0px;
  z-index: 333;
  overflow-y: auto;
  text-align: center;
  display: none;
}
.personal_navigation{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap:0px;
}
.personal_navigation li{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.personal_navigation li a{
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 150%;
  font-size: 16px;
  color: #000;
  height: 60px;
  padding: 0px 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.5px solid #CCCCCC99;
  text-transform: none;
}
#cart .popup_header,
#login .popup_header{
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-transform: uppercase;
  height: 60px;
  position: relative;
}
#login .popup_inner{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(100% - 92px);
  align-items: center;
  justify-content: flex-start;
  padding: 32px 8px 32px 8px;
}
#cart .pop_close{
  top: auto;
  right: auto;
  width: 48px;
  height: 48px;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  background: transparent;
}
#login .pop_close{
  top: auto;
  right: auto;
  width: 48px;
  height: 48px;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  background:transparent;
}
#cart .popup_title,
#login .popup_title{
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 150%;
  padding-left: 48px;
}
#cart .pop_close:hover,
#login .pop_close:hover{
  opacity:0.7;
}
#login.active{
  display: block;
}
#callback .success_text{
  color: #333;
  display: none;
  font-weight: bold;
}
.main_form_item{
  width: 100%;
  float: none;
  max-width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow:hidden;
}
.main_form_item.main_form_item_select{
  overflow:visible;
}

.main_form_item .error_text{
  color: #AF0000;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  order: 3;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  text-indent: -100%;
  transition: 0.5s;
  width: 100%;
}
.main_form_item.preloadchosen .error_text{
  min-height:18px;
}
.main_form_item.main_form_error .error_text{
  opacity: 1;
  visibility: visible;
  text-indent: 0px;
}
.order_pay_block.main_form_error,
.order_delivery_block.main_form_error{
  background: #ffeded;
}
.main_form_item input{
  outline: none!important;
  font-family: Montserrat, sans-serif;
  line-height: 150%;
  flex: 1;
  padding: 13px 8px;
  border: 1px solid transparent;
  border-bottom: 0.5px solid #666666;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  color: #000;
  min-height: 48px;
  background: #fafafa;
  order: 2;
  margin: 2px 0px;
}
.main_form_item input:hover{
  border-bottom: 0.5px solid #000;
}
.main_form_item input::placeholder{
  color: #666666;
  font-family: "Montserrat", sans-serif;
}
.main_form_item input:focus{
  border-bottom: 0.5px solid #000;
  color:#000;
}
.main_form_item.preloadchosen{
  min-height:87px;
}
.main_form_item label{
  font-size: 14px;
  order: 1;
  color: #000;
  width:100%;
  line-height: 150%;
  opacity: 0;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  text-indent: -100%;
  transition: 0.5s;
  text-transform:none;
}
.main_form_item.preloadchosen label{
  min-height:21px;
}
.main_form_item.main_form_item_filled label,
.main_form_item input:focus + label{
  opacity: 1;
  visibility: visible;
  text-indent: 0px;
}

.main_form_item input:focus::placeholder{
  color:transparent;
}
.error_input{
  border-bottom: 0.5px solid #AF0000 !important;
}



.main_link{
  width: 100%;
  padding: 10px;
  background-color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  min-height: 48px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  font-family: Montserrat, sans-serif;
}
.to_registration{
  width: 100%;
  padding: 10px;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  min-height: 48px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  border: 1px solid #000;
  box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 10%);
}
.to_registration:hover{
  background:#000;
  color:#fff;
}
.form_tf{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 32px;
}
.form_t{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  text-align: right;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  line-height: 150%;
  margin-bottom:24px;
}
.form_t_n{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: right;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  line-height: 150%;
  margin-bottom:24px;
  margin-top: 100%;
}
.form_t_n a{
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  line-height: 150%;
  text-decoration:underline;
}
.form_t_n a:hover{
  text-decoration:none;
}
.registration_form .form_t_n{
  margin-bottom: 0px;
  margin-top: 24px;
}
.registration_form .form_t_n a.to_login{
  width: 100%;
  padding: 10px;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  min-height: 48px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  border: 1px solid #000;
  box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 10%);
  text-decoration: none;
}
.registration_form .form_t_n a.to_login:hover{
  background: #000;
  color: #fff;
}
.order_confirm_policy,
.registration_subscribe{
  display:flex;
  flex-direction:column;
  width:100%;
}
.order_confirm_policy input,
.registration_subscribe input{
  display:none;
}
.order_confirm_policy label{
  position: relative;
  font-size: 14px;
  margin-bottom: 16px;
  padding-left: 30px;
  cursor: pointer;
  transition-duration: .3s;
  text-align: left;
}
.registration_subscribe label {
  position: relative;
  font-size: 14px;
  margin-bottom: 16px;
  padding-left: 22px;
  cursor: pointer;
  line-height: 150%;
  transition-duration: .3s;
  text-align: left;
}
.order_confirm_policy label a{
  text-decoration:underline;
}
.order_confirm_policy label a:hover{
  text-decoration:none;
}
.order_confirm_policy label:after{
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  display: none;
  left: 1px;
  top: 5px;
  border-radius: 2px;
  transition-duration: .3s;
  background: url(../img/checked.svg);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.registration_subscribe label:after{
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  display: none;
  left: 0;
  top: 4px;
  border-radius: 2px;
  transition-duration: .3s;
  background: url(../img/checked.svg);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.order_confirm_policy label:before{
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  display: block;
  left: 0;
  top: 4px;
  border-radius: 2px;
  border: 1px solid #000;
  transition-duration: .3s;
}
.registration_subscribe label:before{
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  display: block;
  left: 0px;
  top: 3px;
  border-radius: 2px;
  border: 1px solid #000;
  transition-duration: .3s;
}
.registration_subscribe label a{
  text-decoration:underline;
}
.registration_subscribe label a:hover{
  text-decoration:none;
}
.registration_fb_form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  margin: 0px auto;
}
.order_confirm_policy input:checked+label:after,
.registration_subscribe input:checked+label:after {
  display:block;
}
.order_confirm_policy input:checked+label:before,
.registration_subscribe input:checked+label:before {
  background:#000;
}
.order_confirm_policy input:checked+label,
.registration_subscribe input:checked+label {
    color: #000;
}
.order_confirm_policy,
.regisration_policy{
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  line-height: 150%;
  font-weight: 500;
  color: #000;
  margin: 16px 0px;
}
.forget_button{
  margin-bottom:16px;
}
.regisration_policy a{
  text-decoration:underline;
}
.regisration_policy a:hover{
  text-decoration:none;
}
.form_t a{
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  line-height: 150%;
}
.form_t a:hover{
  text-decoration:underline;
}
.main_link:hover{
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.registration_gp_form .login_title,
.registration_vk_form .login_title,
.registration_fb_form .login_title,
.registration_ok_form .login_title{
  font-size: 18px;
}
.thanks_text_registration_gp,
.thanks_text_registration_ok,
.thanks_text_registration_fb,
.thanks_text_registration_vk{
  display: none;
  text-align: center;
  width: 100%;
  color: #1d1d1b;
  font-size: 18px;
}
.thanks_text_registration_gp p,
.thanks_text_registration_ok p,
.thanks_text_registration_fb p,
.thanks_text_registration_vk p{
  text-align: center;
  color: #1d1d1b;
  font-size: 18px;
}
.profile_thanks_text,
.pwd_thanks_text{
  display: none;
  text-align: center;
  width: 100%;
  color: #000;
  line-height: 150%;
  margin: 10px auto;
  font-weight: 400;
  font-size: 14px;
  padding: 20px 20px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
}
.thanks_text_subscribe{
  display: none;
  text-align: center;
  width: 100%;
  color: #fff;
  line-height: 150%;
  margin: 10px auto;
  font-weight: 400;
  font-size: 14px;
  padding: 20px 20px;
  font-family: "Montserrat", sans-serif;
}
.thanks_text_registration,
.thanks_text_forget{
  display: none;
  text-align: center;
  width: 100%;
  color: #000;
  line-height: 150%;
  margin: 10px auto;
  font-weight: 400;
  font-size: 14px;
  padding: 20px 20px;
  font-family: "Montserrat", sans-serif;
}
.pwd_thanks_text b,
.thanks_text_registration b,
.thanks_text_forget b{
  font-weight:600;
}
#product_view{
  display: none;
}



#about,
#sizetable,
#order_info {
  background: #fff;
  display: none;
  padding: 15px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -350px;
  width: 700px;
  z-index: 2002;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #444;
}
#about .content,
#sizetable .sizetable,
#order_info .order_products{
  max-height: 400px;
  overflow-y: auto;
  overflow-x: auto;
}
#order_info .order_products thead tr:first-child{
  border-bottom: 2px solid #444;
}
#order_info .order_products tbody tr{
  border-bottom: 1px solid #444;
}
#order_info .order_products tbody tr:last-child{
  border-bottom: 2px solid #444;
}
#order_info .order_products .td_1{
  width: 75px;
  height: 75px;
}
#order_info .order_products .td_1 a{
  width: 75px;
  height: 75px;
}
#order_info .order_products .td_2{
  width: 300px;
}
#order_info .order_products .td_2 a{
    font-size: 15px;
    color: #444;
}
#order_info .price_op{
    text-align: center;
    color: #444;
    font-size: 15px;
    padding: 0px 0px;
    margin: 0 auto;
    overflow: hidden;
    display: block;
}
#order_info thead tr th,
#order_info thead tr td{
    font-size: 15px;
    color: #444;
}
#order_info tr th,
#order_info tr td{
  text-align: center;
  padding: 5px 10px;
  vertical-align: middle;
}
#order_info tr .tfoot_1{
  text-align: left;
    font-size: 24px;
    color: #444;
}
#order_info .quantity{
    font-size: 17px;
    color: #444;
}
#order_info .sum_price{
    text-align: center;
    color: #444;
    font-size: 17px;
}
#order_info .td_5{
  width: 220px;
}
#order_info tfoot p{
  font-weight: bold;
  font-size: 20px;
}

#popup_lang_currency{
  background: #fff;
  display: none;
  padding: 0px 0px;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 430px;
  z-index: 127;
  transform: none !important;
  text-align: center;
  height: auto;
  left: auto;
  height: 100%;
}

#popup_lang_currency .popup_header{
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-transform: uppercase;
  height: 60px;
}
#popup_lang_currency .popup_header .popup_title{
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color:#fff;
  line-height: 150%;
}
#popup_lang_currency .popup_header .popup_close{
  top: auto;
  right: auto;
  width: 48px;
  height: 48px;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
#popup_lang_currency .pop_inner{
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 24px 24px;
}
#success_adding_wish,
#success_adding{
  background: #fff;
  display: none;
  padding: 12px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -250px;
  width: 500px;
  z-index: 127;
  text-align: center;
}
#popup_lang_currency p,
#success_adding_wish p,
#success_adding p{
  font-size: 16px;
  text-transform: uppercase;
  color: #444;
  line-height: 150%;
  font-weight: 500;
}

#alert{
  background: #000;
  display: none;
  padding: 10px 15px;
  position: fixed;
  top: 128px;
  left: calc(50% - 150px);
  max-width: 300px;
  z-index: 99999;
  text-align: center;
  line-height: 150%;
  font-size: 14px;
  width: 100%;
  box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08);    
}
#alert:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  box-shadow: 0px 4px 6px -3px rgba(0, 0, 0, 0.03);
  top: 0px;
  left: 0px;
}
#alert p{
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height:150%;
}
#alert p a{
  text-decoration:underline;
  color: #fff;
}
#alert p a:hover{
  text-decoration:none;
}

#callback{
  position: fixed;
  top: 138px;
  width: 100%;
  background: #fff;
  padding: 10px 15px;
  z-index: 999;
  text-align: center;
  display: none;
}
#callback.active{
  display: block;
}
#callback input{
  max-width: 400px;
  display: block;
  color: #444;
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 0px 15px 0px 15px;
  border-radius: 5px;
  line-height: 28px;
  width: 100%;
  margin: 5px auto;
  background-color: #fff;
}
#callback .popup_title{
  color: #333;
  font-size: 16px;
  margin: 5px auto;
}


#preload{
  display: none;
  background: rgba(0,0,0, 0.7);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}
#preload #loaderImage,
#preload img{
  top: 50%;
  position: fixed;
  left: 50%;
  margin-left: -64px;
  margin-top: -64px;
}
.thanks_text{
  text-align: center;
  font-size: 20px;
  display: none;
  color: #1d1d1b;
  font-weight: 500;
  margin: 20px auto;
}

#promo_percent{
  margin: 15px;
  font-size: 18px;
  display: inline-block;
}
#promo_percent span{
  background: #1d1d1b;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
}





#phone_fastbuy{
  vertical-align: middle;
}
.product_to_reserv,
.product_to_basket_fast{
  margin-top: 10px;    
  background: #f1f1f1;
  color: #181818;
  padding: 10px;
  border-radius: 5px;
}
.product_to_reserv p,
.product_to_basket_fast p{
  color: #181818;
}

.fs_search{
  border: 1px solid #ddd;
  padding: 15px;    
  box-shadow: 0px 0px 2px 0px rgba(165, 199, 22, 0.5);
}
.fs_search form{
  text-align: center;
}
.fs_search .filter_row{
  width: 22%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.reserv_thanks,
.one_click_thanks{
  display: none;
  color: #fff;
  font-size: 20px;
  text-align: center;
  background: #00ad5d;
  padding: 5px;
}
.pop_close_alert,
.pop_close{
  position: absolute;
  top: 0px;
  right: 0px;
  background: #fafafa;
  width: 24px;
  text-align: center;
  height: 24px;
  cursor: pointer;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pop_close_alert:hover svg path,
.pop_close:hover svg path{
  fill: #fff;
}
.pop_close_alert:hover,
.pop_close:hover{
  background: #000; 
}
#overflow{
  display: none;
  position: fixed;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 106;
  background: rgba(0, 0, 0, 0.7);
}

.cabinet_tabs .c_title{
  font-size: 22px;
  line-height: 42px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.cabinet_menu .cabinet_menu_link{
  font-size: 16px;
  color: #000000;
  border: 1px solid #efefef;
  vertical-align: top;
  width: 100%;
  line-height: 20px;
  height: 75px;
  padding: 25px 10px;
  position: relative;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cabinet_menu .cabinet_menu_link::before{
  content: " ";
  display: inline-block;
  width: 3px;
  height: 75px;
  background:#000;
  position: absolute;
  top: 0px;
  left: 0px;
  transition:0.5s;
}
.wish_in{
  padding-bottom:50px;
}
.cabinet_menu .cabinet_menu_link:focus,
.cabinet_menu .cabinet_menu_link:active,
.cabinet_menu .cabinet_menu_link:hover,
.cabinet_menu .cabinet_menu_link.active{
  text-decoration: none;
  background: #000;
  color: #fff;
}
.cabinet_menu .cabinet_menu_link:focus::before,
.cabinet_menu .cabinet_menu_link:active::before,
.cabinet_menu .cabinet_menu_link:hover::before,
.cabinet_menu .cabinet_menu_link.active::before{
  background:#000;
}
.cabinet_menu .cabinet_menu_link svg{
  margin-right: 15px;
  margin-left: 10px;
}
.cabinet_menu .cabinet_menu_link:focus svg path,
.cabinet_menu .cabinet_menu_link:active svg path,
.cabinet_menu .cabinet_menu_link:hover svg path,
.cabinet_menu .cabinet_menu_link.active svg path{
    stroke: #fff;
}

.cabinet_tab{
  display: none;
  overflow: hidden;
  padding: 5px 10px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.cabinet_tab.active{
  display: block;
}

.c_tab_title{
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
}

.personal_cabinet .c_title{
  font-size: 18px;
  margin: 15px auto;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.clr{
  display: block;
  width: 100%;
  clear: both;
}
.user_info_form{
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}

.order_block input[type="text"],
.order_block textarea,
.user_info_form textarea,
.user_info_form input[type="text"]{
    color: #000;
    background: #fff;
    width: 100%;
    margin: 5px auto;
    flex: 1;
    padding: 14px 16px;
    border: 1px solid #EAEAEA;
    font-size: 14px;
    font-weight: 500;
}
.order_block textarea,
.user_info_form textarea{
    color: #000;
    background: #fff;
    width: 100%;
    margin: 5px auto;
    flex: 1;
    padding: 14px 16px;
    border: 1px solid #EAEAEA;
    font-size: 14px;
    font-weight: 500;
}
.order_block input[type="text"]:focus,
.order_block textarea:focus,
.user_info_form textarea:focus,
.user_info_form input[type="text"]:focus{
  outline: none;    
  border: 1px solid #000;
  color: #000;
}

.user_info_form .input label{
  font-size: 14px;
  font-weight: normal;
  margin: 0px 0px 0px 3px;
  color: #181818;
  font-weight: 500;
}
.user_info_block{
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.user_info_block p small{
  color: #1d1d1b;
}



.user_info_block [type="checkbox"]:not(:checked) + label:after,
.user_info_block [type="checkbox"]:checked + label:after{
  top:2px;
}

.favorite_btns,
.personal_btns{
  text-align: center;
  display: inline-block;
  clear: both;
  margin-top: 10px;
}
.favorite_btns .button_green,
.personal_btns .button_green{
    background: #1d1d1b;
    color: #fff;
    border: 1px solid #1d1d1b;
    font-size: 16px;
    padding: 0px 15px 0px 15px;
    border-radius: 12px;
    line-height: 32px;
    width: 200px;
    margin: 8px auto;
    cursor: pointer;
    text-decoration: none;
    display: block;
}
.favorite_btns .button_green:hover,
.personal_btns .button_green:hover{
    background: #fff;
    color: #1d1d1b;
    border: 1px solid #1d1d1b;
}
.personal_cabinet{
  margin-top: 30px;
  margin-bottom: 20px;
}


.remove_favorite{
  display: block;
  position: absolute;
  top: 10px;
  right: 0px;
  cursor: pointer;
  background: url(../img/icons/remove_favorite.png);
  background-repeat: no-repeat;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 10px;
  background-position: 0px 0px;
  z-index: 2;
}
.catalog_favorite .tpl_product_colors{
  bottom: 0px;
  top: auto;
}
.favorite_btns{
  text-align: center;
}

.notifys_history,
.orders_history{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 10px;
  margin: 16px 0px;
}
.notifys_history .tpl_orders_history,
.orders_history .tpl_orders_history{
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding: 8px 8px;
  background: #fff;
  position:relative;
}
.notifys_history .tpl_orders_history .confirm_holder,
.orders_history .tpl_orders_history .confirm_holder{
  padding-bottom: 0px;
}
.notifys_history .tpl_orders_history .confirm_holder,
.orders_history .tpl_orders_history .confirm_info{
  position:relative;
  bottom:auto;
  left:auto;
}
.orders_history .tpl_orders_history .confirm_info .confirm_info_head_nav {
    transform: rotate(180deg);
}
.orders_history .tpl_orders_history .confirm_info.active .confirm_info_head_nav {
    transform: rotate(0deg);
}
.cabinet_mobile_menu{
  display: none;
}

.promocode{

}
.promocode div{
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
}
.promocode input{
  display: inline-block;
  width: 190px;
  border-radius: 5px;
}
.promocode a{
  display: inline-block;
}
.order_block{
  margin-top: 5px;
  margin-bottom: 5px;
}
.order_delivery_info p{
  color: #fff;
  font-size: 15px;
}
.order_block .input label{
  font-size: 14px;
  font-weight: bold;
  color: #181818;
  display: block;
    
  margin: 0px 0px 0px 10px;
}
.order_user_info{
  margin-top: 20px;
}

.tab_delivery_courier,
.tab_delivery_shop,
.tab_delivery_newpost_courier,
.tab_delivery_newpost,
.tab_cash_pay,
.tab_card_pay,
.tab_regular_user,
.tab_new_user{
  display: none;
}

.tab_delivery_newpost_courier.active,
.tab_delivery_courier.active,
.tab_delivery_shop.active,
.tab_delivery_newpost.active,
.tab_cash_pay.active,
.tab_card_pay.active,
.tab_regular_user.active,
.tab_new_user.active{
  display: block;
}
.order_block_nav{
  border-bottom: 1px solid #efefef;
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.to_tab_delivery_newpost_courier,
.to_tab_delivery_courier,
.to_tab_delivery_shop,
.to_tab_delivery_newpost,
.to_tab_cash_pay,
.to_tab_sms_pay, 
.to_tab_card_pay,
.to_tab_regular_user,
.to_tab_new_user{
  display: block;
  width: 50%;
  font-size: 16px;
  float: left;
  padding: 11px 5px;
  color: #222;
  text-decoration: none;
  text-align: center;
  border: 3px solid transparent;
}



.to_tab_delivery_newpost_courier:active,
.to_tab_delivery_newpost_courier:focus,
.to_tab_delivery_newpost_courier.active,
.to_tab_delivery_newpost_courier:hover,
.to_tab_delivery_courier:active,
.to_tab_delivery_courier:focus,
.to_tab_delivery_courier.active,
.to_tab_delivery_courier:hover,
.to_tab_delivery_shop:active,
.to_tab_delivery_shop:focus,
.to_tab_delivery_shop:hover,
.to_tab_delivery_shop.active,
.to_tab_delivery_newpost:active,
.to_tab_delivery_newpost:focus,
.to_tab_delivery_newpost:hover,
.to_tab_delivery_newpost.active,
.to_tab_sms_pay:active,
.to_tab_sms_pay.active,
.to_tab_sms_pay:focus,
.to_tab_sms_pay:hover,
.to_tab_cash_pay:active,
.to_tab_cash_pay:focus,
.to_tab_cash_pay:hover,
.to_tab_cash_pay.active,
.to_tab_card_pay:active,
.to_tab_card_pay:focus,
.to_tab_card_pay:hover,
.to_tab_card_pay.active,
.to_tab_regular_user:active,
.to_tab_regular_user:focus,
.to_tab_regular_user:hover,
.to_tab_regular_user.active,
.to_tab_new_user:active,
.to_tab_new_user:focus,
.to_tab_new_user:hover,
.to_tab_new_user.active{
  color: #000;
  background: none;
  border-bottom: 3px solid #000;
  text-decoration: none;
}
.order_delivery_info .input{
  margin-bottom: 12px;
}
.order_delivery_info .input label{
  margin-bottom: 5px;
}

.js_reset_filters{
  text-align: center;
  display: block;
  padding: 5px 20px;
  color: #1d1d1b;
  text-decoration: none;
  font-size: 15px;
}
.js_reset_filters i{
  font-size: 12px;
  margin-top: -3px;
}
.filter_maintitle{
  width: 100%;
  float: left;
  
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  letter-spacing: -0.01em;
  color: #2A2828;
  display: block;
  justify-content: space-between;
  text-align: center;
}
.filter_row{ 
    margin: 0px 0px 10px 0px;
}
.row_checked{
}
.row{
  display: flex;
}
.filter_row .head{
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    font-style: normal;
    text-align: justify;
    letter-spacing: -0.01em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px auto;
}
.filter_row .values_holder{
  padding: 0px;
  display: none;
}
.filter_row.opened .values_holder{
  display: block;
  position: relative;
}
.filter_row.filter_smalled .values_holder:after{
  display: block;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #fff;
  width: 100%;
  box-shadow: 0px 0px 20px 20px #fff;
}
.filter_color{
  width: 20px;
  height: 20px;
  border-radius: 5px;
  float: left;
  margin-right: 5px;
  margin-top: 2px;
  border: 1px solid #ddd;
  /*
  display: block;
  display: none;
  */
}
.row_checked.color_checker [type="radio"]:not(:checked) + label:before, 
.row_checked.color_checker [type="radio"]:checked + label:before, 
.row_checked.color_checker [type="checkbox"]:not(:checked) + label:before, 
.row_checked.color_checker [type="checkbox"]:checked + label:before{
  display: none;
}
.row_checked.color_checker [type="radio"]:not(:checked) + label, 
.row_checked.color_checker [type="radio"]:checked + label, 
.row_checked.color_checker [type="checkbox"]:not(:checked) + label, 
.row_checked.color_checker [type="checkbox"]:checked + label{
  padding-left: 0px;
}
.row_checked.color_checker [type="radio"]:checked+label:after, 
.row_checked.color_checker [type="checkbox"]:checked+label:after{
  display: none;
}
.row_checked.color_checker [type="checkbox"]:checked+label .filter_color{
    border: 1px solid #0270bc;
}
.row_checked.color_checker .filter_color{
    margin: 2px;
    width: 28px;
    height: 28px;
}
.filter_range_color .values_holder{
  display: flex!important;
  flex-direction: row;
  flex-wrap: wrap;
}
.filter_range_color .values_holder .row_checked{
  display: flex;
}
/*
.filter_row.filter_range_color.filter_smalled .values_holder:after{
  display: none;
}
.filter_smalled.filter_range_color .remove_filter_smalled{
  display: none
}
.filter_smalled.filter_range_color .values_holder{
  overflow: visible;
  max-height: inherit;
}
*/
.filter_row .open_close{
  float: right;
  font-size: 20px;
  line-height: 14px;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  width: 20px;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
}
.filter_row.opened .open_close{
  transform:rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

#slider-range-price{
  overflow: visible!important;
}
.ui-slider {
    position: relative;
    text-align: left;
    background: #eee;
    margin-bottom: 15px;
    border-radius: 0px;
}
.ui-slider-horizontal{
  height: 5px;
}
.ui-slider .ui-slider-range{
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -7px;
  margin-left: 0px;
}
.ui-slider-horizontal .ui-slider-handle:first-child{

  margin-left: 0px;
}
.ui-slider-horizontal .ui-slider-handle:last-child{
  margin-left: -18px;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
  background: #000;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  -ms-touch-action: none;
  touch-action: none;
  border: 2px solid #000!important;
  border-radius: 50%!important;
  background: #fff!important;
  outline: none;
  margin-left: -10px;
  cursor: pointer;
  width: 19px;
  height: 19px;
  top: -9px;
}
.clear_filter{
  background: #fff;
  border: 1px solid #1d1d1b;
  color: #1d1d1b;
  display: block;
  margin: 10px auto;
  max-width: 180px;
}
.clear_filter:hover{
  background: #1d1d1b;
  color: #fff;
}

.remove_filter_smalled{
  display: flex;
  padding: 7px 2px;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
  color: #000;
  text-decoration: none;
  font-size: 12px;
  margin: 5px auto;
  justify-content: center;
}
.remove_filter_smalled:hover{
  color: #000;
  text-decoration: none;
}

.m_filter_item_body.filter_smalled .m_filter_list,
.m_filter_item_body.filter_smalled .m_filter_item_list{
  max-height: 250px;
  overflow: hidden;
}

#sorting form{
  width: 100%;
}


.m_card_wrap_body_right_size .product_select{
  display: block;
  width: 100%;
}
.m_card_wrap_body_right_size .product_select .size_values{
  display: block;
  width: 100%;
}


#popup_lang_currency .light_button,
#success_adding .light_button,
#success_adding_wish .light_button,
.hide_adding{
  float: left;
  font-style: normal;
  line-height: 18px;
  margin: 15px 5px;
  text-decoration: none;
  width: 47%;
  cursor: pointer;
  flex: 1;
  padding: 15px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
#popup_lang_currency .light_button{
  width:100%;
  margin: 0px;
}
#popup_lang_currency .light_button:hover,
#success_adding .light_button:hover,
#success_adding_wish .light_button:hover,
.hide_adding:hover{
  box-shadow: 0 0 0 1px #000;
  background-color: #fff;
  color: #000;
}
.chosen-container .chosen-results .disabled-result {
  display: none!important;
}
.site_options,
.language_options,
.currency_options{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}
.currency_language_btn{
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
}
#popup_lang_currency .pop_inner p{
  margin-bottom: 26px;
  text-align:left;
}
#success_adding_wish .pop_inner p,
#success_adding .pop_inner p{
  margin-bottom: 20px;
  margin-top: 20px;
}

.color_values{
  position: relative;
}
.color_values .vls{
  position: relative;
  background: #f6f6f6;
  border-radius: 5px;
  padding: 10px;
}
.color_values a{
  vertical-align: top;
  border-radius: 5px;
  text-align: center;
  padding: 8px;
  display: inline-block;
  margin: 3px;
  background: #fff;
  border: 1px solid #dbdbdb;
  transition:0.5s;
  position: relative;
}
.color_values a:active::after,
.color_values a:focus::after,
.color_values a:hover::after,
.color_values a.active::after{
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.color_values a p{
  color: #181818;
  padding: 0px;
  margin: 0px;
}
.color_values a p{
  color: #181818;
}
.color_values a:hover p{
  color: #1d1d1b;
}
.color_values .selector_title{
  width: 100%;
  float: left;
  max-width: 100%;
  padding-right: 10px;
  
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  color: #000000;
  padding-top: 10px;
  padding-bottom: 10px;
} 
.rating_input{
    position: relative;
    border: none;
    overflow: hidden;
    font-size: 16px;
    padding: 0px 5px 0px 5px;
    margin: 0px auto;
    line-height: 44px;
}
.rating_input label{
  display: block;
  float: left;
  max-width: 100%;
  font-weight: normal;
  margin: 0px;
  font-size: 13px;
  color: #595959;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
}
.rating_recall {
    position: relative;
    float: left;
    height: 15px;
    margin: 3px 0 0 10px;
}.rating_recall span {
  display: block;
  width: 15px;
  height: 15px;
  background: url('../../img/stars.png') no-repeat -15px 0;
  float: left;
  margin: 0 3px 0 0;
}
.rating_recall span.yellow {
  background: url('../../img/stars.png') no-repeat;  
}

.vote_recall.hov_recall, .vote_recall.hov_recall_click{
  background: url('../../img/stars.png') no-repeat;
  cursor: pointer;
}


.tpl_comment .rating_recall_stars{
    position: relative;
    display: inline-block;
    height: 15px;
    margin-top: 2px;
    margin-left: 30px;
}

.rating_recall_stars span {
  display: block;
  width: 15px;
  height: 15px;
  background: url('../../img/stars.png') no-repeat -15px 0;
  float: left;
  margin: 0 3px 0 0;
}

.rating_recall_stars span.yellow {
  background: url('../../img/stars.png') no-repeat;  
}





.preorder_pro{
  background: #ee4c59;
  font-size: 15px;
  color: #fff;
  float: left;
  padding: 5px 10px;
  margin: 5px 0px;
  display: flex;
  max-width: 160px;
  align-items: center;
  justify-content: center;
  border-radius: 0px;

}
.basket_holder{
  color: #181818;
  border-radius: 5px;
  background: #f1f1f1;
  padding: 10px;
  margin: 20px auto;
  clear: both;
}
.basket_case{
  width: 100%;
  background: none;
  margin-top: 20px;
  color: #181818;
}
.basket_case tr{

}
.basket_case tr td{
  padding: 20px;
  vertical-align: top;
  text-align: center;
}
.basket_product_name{
  display: block;
  text-align: left;
  color: #181818;
  font-size: 14px;
  text-decoration: none;
}
.basket_product_name:hover{
  color: #222;
}
.basket_product_info{
  display: block;
  text-align: left;
  color:#222;
  font-size: 11px;
}
.basket_page_sidebar_max_discount{
  color: #a5331a;
  font-size: 12px;
}
.basket_product_info span{
  color: #222;
  font-size: 11px;
}

.amount_few{
  text-align: center;
  display: block;
  font-size: 14px!important;
  font-weight: bold!important;
  margin-bottom: 0px!important;
}
.basket_page_sidebar_list_sum .cart_sum{
  color: #a5331a;
}
.price .amount_1{
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.basket_remove{
  color: #000;
  background: transparent;
  border-radius: 5px;
  line-height: 38px;
  height: 38px;
  width: 38px;
  text-align: center;
  display: block;
  transition: 0.3s;
  margin: 0px auto;
  position: absolute;
  top: 10px;
  right: 10px;
}
.basket_remove:hover{
  color: #fff;
  background: #000;
}


.cart_btn{
  position: relative;
  width: 50%;
  float: right;
  background: #ccc;
  color: #333;
  font-size: 12px;
  font-weight: normal;  
}
.basket_remove_text{
  display: none;
}
.total_p_sum{
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  display: block;
}
.basket_case td:nth-child(1){
  width: 160px;
}
.basket_case tr{
}
.basket_case tr:last-child{
  border-bottom: 1px solid #f8f8f8;
}
.basket_result .tabs_holder{
  border: 1px solid #ccc;
  background: #f7f7f7;
  padding: 15px;
}
.basket_input{
  margin: 10px auto;
}
.basket_input_title{
  color: #181818;
  font-size: 14px;
  float: left;
  width: 50%;
  font-weight: bold;
  display: block;
  
  margin: 0px 0px 0px 10px;
}
.order_pay_info p{
  color: #181818;
  font-size: 14px;
  margin-bottom: 15px;
}
.basket_title{
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  font-size: 18px;
}
.basket_input input{
  width: 50%;
  height: 30px;
  color: #444;
  padding: 0px 10px;
  font-size: 16px;
  line-height: 30px;
}

.basket_case .cart-images{
  border: 1px solid #e6e6e6;
  display: block;
  width: 130px;
  margin: 0px auto;
  border-radius: 5px;
  overflow: hidden;
}
.basket_case .cart-images img{
  width: 100%;
}
.total_cart_sum{
  float: right;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin: 10px auto;
}
.total_cart_sum_cur{
  float: right;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin: 5px auto;
}
.cart_btns{
  float: right;
}
.shopping_continue{
  display: inline-block;
  margin-right: 20px;
  color: #7a9313;
  font-weight: bold;
  font-size: 14px;
}
.b_title{
  display: none;
}
.p_h_title{
  display: none;
  float: left;
}



.confirm_order {
  text-decoration: none;
}

.confirm_order:hover {
}
.confirm_cart{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap:16px;
}
.confirm_holder{
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: calc(144px - 80px);
  max-width: 400px;
  margin: 0px auto;
}
.confirm_cart .subsection_title{
  font-size: 16px;
  text-transform: uppercase;
  line-height: 150%;
  color: #000;
  display: flex;
  width: 100%;
  text-align: left;
}
.success_order{
  display: flex;
  flex-direction: column;
  padding: 64px 0px 32px 0px;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 150%;
}
.order_page .chosen-container{
  order:2;
}
.order_page > .container{
  padding: 0px;
}

.order_page .main_form_item_select.main_form_item_filled label,
.order_page .chosen-container.chosen-with-drop + label{
  opacity: 1;
  visibility: visible;
  text-indent: 0px;
}
.order_page .chosen-container{
  width: 100%!important;
  outline: none;
  background: #fafafa;
  border: none;
  border-radius: 5px;
}
.order_page .chosen-container-single .chosen-single{
  line-height: 48px;
  height: 48px;
  outline: none;
  background: transparent;
  box-shadow: none;
  font-weight: normal;
  color: #181818;
  border-radius: 0px;
  border: 1px solid transparent;
  border-bottom: 0.5px solid #000;
  padding: 0px 24px 0 8px;
}
.order_page .main_form_error .chosen-container-single .chosen-single{
  border-bottom: 0.5px solid #AF0000 !important;
}
.order_page .chosen-container-single .chosen-single:hover{
  border-bottom: 0.5px solid #000;

}
.order_page .chosen-container-single .chosen-search input[type=text]{
  color: #000;
}
.order_page .chosen-container-single input[type="text"]:focus{
  color: #000;
}

.order_page .chosen-container-active.chosen-with-drop .chosen-single{
  box-shadow: none;
}
.order_page .chosen-container.chosen-with-drop .chosen-single{
  background:#fff;
}
.order_page .chosen-container-single .chosen-single div{ 
  width: 46px;
  height: 46px;
}
.order_page .chosen-container-single .chosen-single span{
  margin-right: 0px;
}

.order_page .chosen-container-single .chosen-single div b{
  background-image: url(../img/std.svg) !important;
  background-size: auto !important;
  background-position: center center !important;
  transition: transform 0.5s;
}
.order_page .chosen-container.chosen-with-drop .chosen-drop{
    border: 0px;
    background: #fff;
    color: #181818;
    font-weight: normal;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.3);
}
.order_page .chosen-container-single .chosen-drop,
.order_page .chosen-container .chosen-drop{
  border: 1px solid #000;
  border-radius: 0px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}


.order_page .chosen-container-single .chosen-single div,
.order_page .chosen-container-active.chosen-with-drop .chosen-single div{
  background: transparent;
}
.order_page .chosen-container-active.chosen-with-drop .chosen-single div b{
  background-position: 0px 0px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.order_page .chosen-container .chosen-results li.highlighted{
  background: #000;
  color: #fff;
}
.order_page .chosen-container .chosen-results{
  margin: 0px 0px 0px 0;
  padding: 0 0 0 0px;
  clear: both;
}
.order_page .chosen-container .chosen-results li{
  line-height: 22px;
}

/*
::-webkit-scrollbar { width: 0px; height: 3px;}
::-webkit-scrollbar-track {  background-color: #000;}
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #000; border-radius: 5px;}
*/


.cssload-thecube {
    margin: 50px auto;
  width: 73px;
  height: 73px;
  margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
  position: relative;
  transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
  position: relative;
  transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 113, 188);
  animation: cssload-fold-thecube 2.76s infinite linear both;
    -o-animation: cssload-fold-thecube 2.76s infinite linear both;
    -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
    -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
    -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
  transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
  transform: scale(1.1) rotateZ(90deg);
    -o-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotateZ(90deg);
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
  transform: scale(1.1) rotateZ(180deg);
    -o-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotateZ(180deg);
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
  transform: scale(1.1) rotateZ(270deg);
    -o-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotateZ(270deg);
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
  background-color: rgb(41, 171, 226);
  animation-delay: 0.35s;
    -o-animation-delay: 0.35s;
    -ms-animation-delay: 0.35s;
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
}
.cssload-thecube .cssload-c3:before {
  background-color: rgb(0, 113, 188);
  animation-delay: 0.69s;
    -o-animation-delay: 0.69s;
    -ms-animation-delay: 0.69s;
    -webkit-animation-delay: 0.69s;
    -moz-animation-delay: 0.69s;
}
.cssload-thecube .cssload-c4:before {
  background-color: rgb(46, 49, 146);
  animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -moz-animation-delay: 1.04s;
}


.pass_field{
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  justify-content: flex-start;
}
.pass_field > span.pass_view_off{
  display: none;
  position: absolute;
  right: 0px;
  top:20px;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0px!important;
  padding: 0px!important;
  cursor: pointer;
  z-index: 1;
  opacity:0.7;
  transition:0.5s;
}
.pass_field > span.pass_view_on{
  display: flex;
  position: absolute;
  right: 0px;
  top:20px;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0px!important;
  padding: 0px!important;
  cursor: pointer;
  z-index: 1;
  opacity:0.7;
  transition:0.5s;
}

.pass_field.active > span.pass_view_off{
  display:flex;
}
.pass_field.active > span.pass_view_on{
  display: none;
}
.pass_field > span.pass_view_on:hover,
.pass_field > span.pass_view_off:hover{
  opacity:1;
}
#pay_form{
  display:none!important;
}
.product_credit_info .content p,
.product_credit_info .content li{
  margin-bottom:5px;
}
.btn_cart_holder{
  display:flex;
  flex-direction:column;
  width:100%;
  gap:16px;
}
.credit_cart_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border: 0.5px solid #000;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
}
.call_credit_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border: 0.5px solid #000;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  width:100%;
}
.credit_cart_btn span,
.call_credit_btn span{
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 8px;
  line-height: 150%;
}
.credit_cart_btn:hover,
.call_credit_btn:hover{
  background: #000;
  color:#fff;
}
.credit_cart_btn:hover .mono_icon path,
.call_credit_btn:hover .mono_icon path{
  fill:#fff;
}
@keyframes cssload-fold-thecube {
  0%, 10% {
    transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
        75% {
    transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%,
        100% {
    transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}

@-o-keyframes cssload-fold-thecube {
  0%, 10% {
    -o-transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
        75% {
    -o-transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%,
        100% {
    -o-transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}

@-ms-keyframes cssload-fold-thecube {
  0%, 10% {
    -ms-transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
        75% {
    -ms-transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%,
        100% {
    -ms-transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}

@-webkit-keyframes cssload-fold-thecube {
  0%, 10% {
    -webkit-transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
        75% {
    -webkit-transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%,
        100% {
    -webkit-transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}

@-moz-keyframes cssload-fold-thecube {
  0%, 10% {
    -moz-transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
        75% {
    -moz-transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%,
        100% {
    -moz-transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}

.nf_img{
  width: 100%;
  margin: 20px auto;
}
.not_found{
  margin-top: 60px;
  text-align: center;
  padding-bottom: 50px;
}
.not_found h1{
  font-weight: bold;
  color: #000;
  font-size: 120px;
}
.not_found div{
  font-size: 26px;
  color: #000;

  line-height: 50px;
}
.ntf_back{
  position: relative;
  margin: 20px auto;
  border-radius: 10px;
}

.no_sizes{
  background: #be1311;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  margin: 10px 0px;
}
.no_products_find{
  font-size: 18px;
  text-align: center;
  background: #ECECEC;
  width: 100%;
  padding: 10px 10px;
}
.go_main_b{
  text-decoration: none;
  float: none;
  background: #000;
  color: #fff;
  padding: 10px 25px;
  margin: 20px auto;
  display: inline-block;
  transition: 0.5s;
}
.go_main_b:hover{
  opacity: 0.7;
}
.order_f_l{
  display: none;
}

.tpl_map_nav{

}
.tpl_map_nav_c{
  display: none;
  background: #f8f8f8;
  padding: 10px 25px;
  line-height: 30px;
  color: #777;
}
.tpl_map_nav.active .tpl_map_nav_c{
  display: block;
}
.tpl_map_nav_h{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 10px 5px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.tpl_map_nav_h i{
  color: #000;
  font-size: 24px;
  min-width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
}
.tpl_map_nav.active .tpl_map_nav_h{
  background: #1d1d1b;
  color: #fff;
}
.tpl_map_nav_h span{
  font-size: 15px;
  font-weight: 600;
  padding-right: 30px;
  line-height: 35px;
  padding-left: 20px;
}
.tpl_map_nav:hover{
  background: #fbfbfb;
}
.helper_block{
  display: flex;
  flex-direction: column;
  position: fixed;
  width: 50px;
  height: 50px;
  right: 40px;
  bottom: 100px;
  transition: 0.3s;
  z-index: 5;
}
.helper_block .helper_close{
  display: none;
  background: #5f5f5f;
  border-radius: 50%;
  padding: 10px;
  width: 50px;
  height: 50px;
  transition:0.5s;
}
.helper_block .helper_close svg{
  width: 100%;
  max-width: 20px;
  margin: 0px auto;
  display: block;
}
.helper_block .helper_close svg path{
  fill:#fff;
}
.helper_block .helper_buttons{
  display: none;
  transition:0.5s;
}
.helper_block .helper_buttons > div > a{
  position: relative;
  cursor: pointer;
  z-index: 2;
}

.helper_block .helper_buttons > div > a > .icon{
  width: 50px;
  height: 50px;
  background: #5f5f5f;
  border-radius: 50%;
  padding: 10px;
  transition:0.5s;
  display: flex;
  margin-bottom: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.helper_block .helper_buttons > div > a:hover > .icon{
  transform:scale(1.1);
}
.helper_block .helper_buttons > div > a > .icon svg{

  width: 100%;
  max-width: 25px;
  margin: 0px auto;
  display: block;
}

.helper_block .helper_buttons > div > a > .icon svg path{
  fill:#fff;
}
.helper_block .helper_buttons > div > a > .text{
  display: block;
  opacity: 0;
  visibility: none;
  position: absolute;
  top: 5px;
  left: -110px;
  text-align: center;
  width: 100px;
  background: #fff!important;
  border: 1px solid #e1e5eb!important;
  color: #000!important;
  padding: .5em 1em!important;
  white-space: nowrap!important;
  border-radius: .5em!important;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.13)!important;
  transition:1s;
}
.helper_block .helper_buttons > div > a:hover > .text{
  display: block;
  visibility: visible;
  opacity: 1;
}
.helper_block .helper_show{
  background: #5f5f5f;
  border-radius: 50%;
  padding: 10px;
  transition:0.5s;
  width: 50px;
  height: 50px;
}
.helper_block .helper_show svg path{
  fill:#fff;
}
.helper_block:hover .helper_show{
  display: none;
}
.helper_block:hover .helper_close{
  display: none;
}
.helper_block:hover{
  height: 180px;
}
.helper_block:hover .helper_buttons{
  display: block;
}
.pwd_form,
.profile_form{
  padding-bottom: 15px;
}
.p_empty{
  font-size: 22px!important;
  text-align: center;
  width: 100%;
  margin-bottom: 0px!important;
}


.b_by_letter_holder .page_title {
  margin-bottom: 20px;
  text-align: left;
  background: #f7f7f7;
  padding: 5px 10px;
  margin-top: 10px;
}
.letters{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
.letters a{
  font-size: 30px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  padding: 5px 5px;
}
.letters a:hover{
  background: #000;
  color: #fff;
}
.letters_holder{
  margin: 10px auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.letters_holder span{
  margin-right: 15px;
  font-size: 30px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  padding: 5px 5px;
}

.preload_h{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.front_article_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0px;
  flex-direction: row;
}
.front_article_list li {
  width: calc(100% / 3 - 30px);
  margin: 0px 15px 20px 15px;
  overflow: hidden;
  position: relative;
}
.front_article_list li img {
  display: flex;
}
.front_article_list li:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 34.25%, rgba(0, 0, 0, 0.71) 100%);
  z-index: 1;
}
.category_wrapper .product_list > li.no_products_find,
.front_article_list li.no_blog_find{
  width: 100%;
  font-size: 18px;
  padding: 20px 10px;
  text-align: center;
  background: #fff;
}
.front_article_list li.no_blog_find:after{
  display:none;
}
.front_article_list_info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 20px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.front_article_list_info span {
  display: flex;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.front_article_list_info a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 800;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  transition: .3s;
}
.front_article_list li:hover img{
  opacity:0.7;
}
.front_article_list_info a:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  content: "";
}
.contacts_page_top {
    display: flex;
    flex-wrap: wrap;
}
.contacts_page_top_item {
    width: 50%;
    margin-bottom: 70px;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
}
.contacts_page_top_item a {
  font-weight: 500;
  font-size: 20px;
  text-decoration: none;
}
.contacts_page{
  margin-top:20px;
  margin-bottom:30px;
}
.contacts_page_top_item a:hover{
  color: #000;
}
.contacts_page_top_item a:not(:last-child) {
    margin-bottom: 20px;
}
.contacts_page_top_item .socials li {
    margin: 5px;
}
.contacts_page_top_item .socials {
    display: flex;
    flex-direction: row;
    background: #000;
    padding: 10px 15px;
    width: auto;
    max-width: 200px;
    justify-content: space-between;
    gap: 10px;
}
.contacts_page_top_item .socials li a{
  transition:0.5s;
  display:flex;
  flex-direction:column;
}
.contacts_page_top_item .socials li a:hover{
  transform:scale(1.2);
}
.contacts_page_top_item p {
    display: flex;
    font-size: 18px;
    min-height: 32px;
    align-items: center;
    line-height: 24px;
}
.contacts_page_map_wrap {
    border-radius: 5px;
    border: 1px solid rgba(51,51,51,.2);
    overflow: hidden;
    display: flex;
}
.contacts_page_map_info {
    width: 100%;
    max-width: 460px;
    display: flex;
    flex-direction: column;
}
.contacts_page_map {
    flex: 1;
}
.active_map {
    display: flex;
}
.contacts_page_map_info li {
    width: 100%;
    padding: 20px 30px;
    transition: .3s;
    cursor: pointer;
    font-size: 20px;
    position: relative;
    color: #000;
}
.contacts_page_map_info li.active_map_link {
    background: #000;
    color: #fff;
}
.contacts_page_map_info li p {
    width: 100%;
}
.contacts_page_map_info li a {
    color: #000;
    text-decoration: none;
}
.product_color, .product_weight {
    display: flex;
    margin-bottom: 5px;
    font-size:15px;
}
.product_color_radio, .product_weight_radio {
    display: flex;
    flex-wrap: wrap;
}
.product_color span, .product_weight span {
    margin-left: 10px;
    font-weight: 600;
}
.product_color_radio_item, .product_weight_radio_item {
    margin-bottom: 0px;
    position: relative;
    display: inline-flex;
}
.product_color_radio_item:not(:last-child), .product_weight_radio_item:not(:last-child) {
    margin-right: 0px;
}
.product_color_radio_item input, .product_weight_radio_item input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.product_color_radio_item label{
  text-align: center;
  cursor: pointer;
  transition: .3s;
  font-size: 13px;
  line-height:14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border:2px solid #ddd;
  position: relative;
  z-index: 3;
}

.product_weight_radio_item label {
  text-align: center;
  cursor: pointer;
  transition: .3s;
  font-size: 13px;
  line-height:14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:5px 10px;
  border-radius: 0px;
  overflow: hidden;
  border:2px solid #ddd;
  position: relative;
  z-index: 3;
}
.product_color_radio_item label:hover{
  border-color: #989898;
}
.product_weight_radio_item label:hover{
  border-color: #989898;
  background: #989898;
  color: #fff;
}
.product_color_radio_item input:checked + label{
  border-color: #000;
}
.product_weight_radio_item input:checked + label {
  border-color: #000;
  background: #000;
  color: #fff;
}
.product_color_radio_item.color_disabled label img{
  opacity:0.75;
}
.product_color_radio_item.color_disabled label:after{
  content: "";
  background: #d71a1a;
  border-radius: 0px;
  width: 100%;
  height: 1px;
  position: absolute;
  top: calc(50%);
  left: 0px;
  transform: rotate(45deg);
}

.product_weight_radio_item.size_disabled label{
  opacity:0.5;
}
.product_weight_radio_item.size_disabled label:after{
  content: "";
  background: #d71a1a;
  border-radius: 0px;
  width: 100%;
  height: 1px;
  position: absolute;
  top: calc(50%);
  left: 0px;
  transform: rotate(45deg);
}
/*
.product_color_radio_item.color_disabled label, .product_weight_radio_item.size_disabled label {
    opacity: 0.45;
}
*/
.order_summary {
    max-width: 500px;
    width: 100%;
    padding: 72px 35px 24px 35px;
}
section.order_page{
  padding-bottom:0px!important;
  background: #fafafa;
}
.order_details {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: calc(100% - 500px);
  background: #fff;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 24px;
  height: 100%;
  min-height: 100dvh;
}
.cart_section_wrapper{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 100%;
  margin: 0px auto;
  gap: 35px;
  width:100%;
}
header.header_checkout{
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.06);
}
.cart_section_wrapper.cart_section_wrapper_empty{
  justify-content: center;
}
.cart_section_wrapper.cart_section_wrapper_empty .order_details{
  display:none;
}
.order_history_list .pricing_row, .order_summary .pricing_row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}
.cart_product_list .product_options .reduced {
    color: #797979;
}
.b_price_holder {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    width: auto;
}
.cart_product_list .product_info_wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    color: #252525;
    padding-bottom: 10px; padding-right:15px;
}
.cart_product_list .product_name {
    font-size: 16px;
    font-weight:600;
}
.cart_product_list .product_options {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
}
.cart_product_list .pricing_wrap {
    display: flex;
    margin-top: 15px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
}
.cart_product_list .delete_product {
    position: absolute;
    top: 0;
    right: 0;
}
.cart_product_list .delete_product:hover svg path{
  stroke:#D71A1A;
}
.cart_product_list .cart_quantity{
  min-width:50px;
  width: 50px;
  height: 25px;
  border: none!important;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 0px;
  text-align: center;
}
.cart_product_list .pricing_wrap .quantity_counter {
  display: flex;
  align-items: center;
  position: relative;
  width: 90px;
  align-items: center;
}
.basket_page_list_info_price_old {
    text-decoration: line-through;
}
.cart_product_list .pricing_wrap a {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    border: 1px solid #c1c1c1;
    transition-duration: .3s;
    cursor: default;
}
.cart_product_list .pricing_wrap a.active {
    border-color: #000;
    cursor: pointer;
}
.cart_product_list .pricing_wrap a:hover {
    background: #000;
    color: #fff;
    cursor: pointer;
}
.cart_product_list .pricing_wrap a:hover svg path{
  stroke: #fff;
}
.order_summary .pricing_row {
    margin-bottom: 15px;
}
.req_text {
    display: flex;
    flex-direction: column;
    margin: 15px 0;
    font-size: 14px;
}
::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
}
::-webkit-scrollbar-track {
    background-color: #000;
}
::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #000;
    border-radius: 5px;
}
::-webkit-scrollbar {
    width: 5px;
    height: 3px;
}

.ac_city{
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 3;
}
.ac_depart{
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 2;

}
.ac_depart.ac_filed:after,
.ac_city.ac_filed:after{
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 20px;
  right: 10px;
  background: #f8f8f8;
  border-radius: 50%;
  background-image: url(../img/checkbox_tick_w2.svg);
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
}
.ac_depart_result,
.ac_city_result{
  display: none;
  width: 100%;
  position: absolute;
  top: 45px;
  background: #fff;
  z-index: 2;
}
.ac_depart_result ul,
.ac_city_result ul{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 5px 0px;
  border-radius: 8px;
  border: 1px solid #C1C1C1;
  max-height: 285px;
  overflow-y: auto;
  overflow-x: hidden;
}
.ac_depart_result ul li,
.ac_city_result ul li{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ac_depart_result ul li a,
.ac_city_result ul li a{
  display: flex;
  width: 100%;
  padding: 10px 10px;
  font-size: 15px;
  color: #000;
}
.ac_depart_result ul li a:hover,
.ac_city_result ul li a:hover{
  color: #fff;
  background-color: #000;
}

#to_top{
  display:none!important;
}
#call_callback{
  display:none;
}

.ac_city_rozetka{
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 3;
}
.ac_depart_rozetka{
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 2;

}
.ac_depart_rozetka.ac_filed:after,
.ac_city_rozetka.ac_filed:after{
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 20px;
  right: 10px;
  background: #f8f8f8;
  border-radius: 50%;
  background-image: url(../img/checkbox_tick_w2.svg);
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
}
.ac_depart_result_rozetka,
.ac_city_result_rozetka{
  display: none;
  width: 100%;
  position: absolute;
  top: 45px;
  background: #fff;
  z-index: 2;
}
.ac_depart_result_rozetka ul,
.ac_city_result_rozetka ul{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 5px 0px;
  border-radius: 8px;
  border: 1px solid #C1C1C1;
  max-height: 285px;
  overflow-y: auto;
  overflow-x: hidden;
}
.ac_depart_result_rozetka ul li,
.ac_city_result_rozetka ul li{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ac_depart_result_rozetka ul li a,
.ac_city_result_rozetka ul li a{
  display: flex;
  width: 100%;
  padding: 10px 10px;
  font-size: 15px;
  color: #000;
}
.ac_depart_result_rozetka ul li a:hover,
.ac_city_result_rozetka ul li a:hover{
  color: #fff;
  background-color: #000;
}

.ac_city_ukrpost{
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 3;
}
.ac_depart_ukrpost{
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 2;

}
.ac_depart_ukrpost.ac_filed:after,
.ac_city_ukrpost.ac_filed:after{
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 20px;
  right: 10px;
  background: #f8f8f8;
  border-radius: 50%;
  background-image: url(../img/checkbox_tick_w2.svg);
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
}
.ac_depart_result_ukrpost,
.ac_city_result_ukrpost{
  display: none;
  width: 100%;
  position: absolute;
  top: 45px;
  background: #fff;
  z-index: 2;
}
.ac_depart_result_ukrpost ul,
.ac_city_result_ukrpost ul{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 5px 0px;
  border-radius: 8px;
  border: 1px solid #C1C1C1;
  max-height: 285px;
  overflow-y: auto;
  overflow-x: hidden;
}
.ac_depart_result_ukrpost ul li,
.ac_city_result_ukrpost ul li{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ac_depart_result_ukrpost ul li a,
.ac_city_result_ukrpost ul li a{
  display: flex;
  width: 100%;
  padding: 10px 10px;
  font-size: 15px;
  color: #000;
}
.ac_depart_result_ukrpost ul li a:hover,
.ac_city_result_ukrpost ul li a:hover{
  color: #fff;
  background-color: #000;
}

.order_form_top_deliv{
  display: none;
}
.order_form_top_deliv.active{
  display: flex;
  flex-direction: column;
  width:100%;
}
.form_section.radio_section{
  display: flex;
  flex-direction: column;
    width: 100%;
}

.form_section > span {
    font-size: 16px;
    margin-bottom: 15px;
}
.radio_section input {
    display: none;
}
.radio_section label {
    position: relative;
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 30px;
    cursor: pointer;
    transition-duration: .3s;
}
.radio_section label:after {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    display: block;
    left: 0;
    top: calc(50% - 8px);
    border-radius: 8px;
    border: 1px solid #c1c1c1;
    transition-duration: .3s;
}
.radio_section input:checked+label {
    color: #000;
}
.radio_section input:checked+label:after {
    background-color: #000;
    border-color: #000;
}
.radio_section input:checked+label {
    color: #000;
}
.credit_block,
.product_info_column .product_cart_link.add_to_card,
.product_info_column .product_cart_link.preorder_to_card{
  display: none;
}

.credit_block.active,
.product_info_column .product_cart_link.add_to_card.active,
.product_info_column .product_cart_link.preorder_to_card.active{
  display:flex;
  align-items: center;
  justify-content: center;
}
.nocomments{
  background: #f5f5f5;
  padding: 10px 15px;
}
.price_input_wrapper{
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 15px;
}
.price_input_wrapper input{
  max-width: 110px;
  border: 1px solid #EEEEEE;
  padding: 15px 10px;
  background-color: #fff;
  font: inherit;
  text-overflow: ellipsis;
}

.column_layout_row.contacts_row{
    flex-wrap: wrap;
}
.bonus_program_list .level_1 svg path{
  fill:#267450;
}
.bonus_program_list .level_2 svg path{
  fill:#207965;
}
.bonus_program_list .level_3 svg path{
  fill:#1B7E7B;
}
.bonus_program_list .level_4 svg path{
  fill:#16838E;
}
.bonus_program_list .level_5 svg path{
  fill:#12879D;
}
.bonus_program_list .level_6 svg path{
  fill:#0E8BAD;
}
.re_row{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 100px;
  width: 100%;
  flex-wrap:wrap;
}
.re_row .column_re{
  width: calc(100% / 2 - 50px);
  display: flex;
  flex-direction: column;
}
.add_to_card,
.preorder_to_card{
  display:none!important;
}
.add_to_card.active,
.preorder_to_card.active{
  display:flex!important;
}









.sklad_info{
  display: flex;
  flex-direction: column;
  gap: 5px;
  width:100%;
  margin-bottom:16px;
}
.address_ti{
  font-weight: 700;
}
.sklad_available_block{
  display:flex;
  flex-direction:column;
  width:100%;
  gap:0px;
}
.sklad_info p{
  font-size: 14px;
  font-weight: 500;
}
.sklad_available{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 400;
  padding-left: 0px;
  position: relative;
}
/*
.sklad_available:after{
  content:"";
  display:block;
  width:2px;
  height:2px;
  position:absolute;
  left:5px;
  top: calc(50% - 1px);
  background:#000;
  border-radius:50%;
}

.sklad_available > span{
  margin-left:5px;
}
*/


.login_form,
.forget_form,
.registration_form{
  display:none;
}
.login_form.active,
.forget_form.active,
.registration_form.active{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.mobile_login .forms_title,
#login .forms_title{
  font-family: Montserrat, sans-serif;
  line-height: 150%;
  font-size: 14px;
  max-width: calc(100% - 20px);
  margin: 0px auto 30px auto;
  text-align:center;
}
.mobile_login .hold_form,
#login .hold_form{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap:0px;
}
#login .registration_form .hold_form{
  height:100%;
}
.social_auth_holder{
  display: flex;
  flex-direction: column;
  gap: 23px;
  width: 100%;
}
.social_auth_holder .social_auth_title{
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social_auth_holder .social_auth_title span{
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  background: #fff;
  position: relative;
  padding: 5px 10px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
}
.social_auth_holder .social_auth_title:after{
  content:"";
  display:block;
  top:50%;
  left:0px;
  width:100%;
  height:1px;
  background:#000;
  position:absolute;
}
.social_auth{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 16px;
}
.social_auth li{
  height: 44px;
  width: calc(100% / 3 - 16px);
  background: #FAFAFA;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.social_auth li a{
  font-size: 14px;
  font-family: Roboto, sans-serif;
  gap: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 20px;
  width: 100%;
  height: 100%;
  color: #000;
}
.social_auth li a:hover{
  background:#000;
  color:#fff;
}

.social_auth li a:hover svg path{
  fill:#fff;
}
.order_form_holder{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 32px;
}
.order_form_holder .checkout_nav{
  height:48px;
}

#order{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}
.order_step_title,
.order_title{
  line-height: 150%;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.order_details .order_step{
  display:none;  
  max-width: 400px;
  width:100%;
}
.order_details .order_step.active{
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  gap:16px;
}
.order_page .chosen-container-single .chosen-search input[type=text]{
  background:none!important;
  height: 32px !important;
  padding: 2px 16px 2px 6px!important;
  min-height: 32px!important;
}
.order_page .chosen-container-single .chosen-search{
  position:relative;
}
.order_page .chosen-container-single .chosen-search:after{
  background-image: url(../img/search_i.svg) !important;
  background-size: auto !important;
  background-position: center center !important;
  background-repeat: no-repeat!important;
  transition: transform 0.5s;
  content: "";
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  position:absolute;
  z-index:1;
  right:0px;
  top: 3px;
}
.next_step{
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 48px;
  background: #fff;
  border: 0.5px solid #000;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 150%;
  position:relative;
  margin-top: 32px;
  box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.06);
}
.next_step:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1);
  top: 0px;
  left: 0px;
}
.next_step:hover{
  background:#fff;
  color:#1a1a1a;
  border: 0.5px solid #1a1a1a;
}
.next_step.last_step{
  background:#000;
  color:#fff;
  margin-top: 0px;
}
.next_step.last_step:hover{
  background:#1a1a1a;
  color:#fff;
  border: 0.5px solid #1a1a1a;
}
.default_delivery,
.default_pay{
  display:none!important;
}
.order_pay_blocks,
.order_delivery_blocks{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
}

.order_pay_block,
.order_delivery_block{
  display:flex;
  flex-direction:column; 
  border: 0.5px solid #cccccc;
  padding: 16px 16px;
  background: #fff;
  position:relative;
}
.order_pay_block.active,
.order_delivery_block.active{
  border: 0.5px solid #000000;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
}
.order_pay_block.active:after,
.order_delivery_block.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1);
  top: 0px;
  left: 0px;
}
.order_pay_block_head,
.order_delivery_block_head{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
  cursor:pointer;
}
.order_pay_block_head .order_pay_block_head_top,
.order_delivery_block_head .order_delivery_block_head_top{
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.order_pay_block_head .order_pay_block_head_top .order_pay_block_title,
.order_delivery_block_head .order_delivery_block_head_top .order_delivery_block_title{
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 150%;
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  justify-content: flex-start;
}
.order_pay_block_head .order_pay_block_head_top .order_pay_block_title.order_pay_block_title_s{
  text-transform:none;
  width: 100%;
}
.order_pay_block_head .order_pay_block_head_top .order_pay_block_title.order_pay_block_title_s span{
  font-weight:600;
}
.order_pay_block_head .order_pay_block_head_top .order_pay_block_title.order_pay_block_title_s span.pay_ic,
.order_pay_block_head .order_pay_block_head_top .order_pay_block_title.order_pay_block_title_s img{
  margin-left:auto;
}
.order_pay_block .order_pay_block_sh,
.order_delivery_block .order_delivery_block_sh{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  min-height:16px;
  min-width:16px;
  border-radius: 50%;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 1px #000;
  position:relative;
}
.order_pay_block .order_pay_block_sh span,
.order_delivery_block .order_delivery_block_sh span{
  width: 8px;
  height: 8px;
  min-height:8px;
  min-width:8px;
  align-items: center;
  justify-content: center;
  background: #000;
  border-radius: 50%;
  overflow: hidden;
  border: none;
  display:none;
}
.order_pay_block.active .order_pay_block_sh span,
.order_delivery_block.active .order_delivery_block_sh span{
  display:flex;
  flex-direction:column;
}
.order_pay_block_head .order_pay_block_head_top .order_pay_block_sub,
.order_delivery_block_head .order_delivery_block_head_top .order_delivery_block_sub{
  font-size: 14px;
  font-weight: 500;
  color: #000;
  line-height: 150%;
  text-transform: uppercase;
}
.order_pay_block_head_bottom,
.order_delivery_block_head_bottom{
  color: #666666;
  font-size: 14px;
  line-height: 150%;
}
.order_pay_block_head_bottom b,
.order_delivery_block_head_bottom b{
  font-weight:600;
}
.order_pay_block.pay_hidden,
.order_delivery_block.delivery_hidden{
  display:none;
}
.order_pay_block .order_pay_block_body,
.order_delivery_block .order_delivery_block_body{
  display:none;
}
.order_pay_block.active .order_pay_block_body,
.order_delivery_block.active .order_delivery_block_body{
  display:flex;
  flex-direction:column;
  margin-top:16px;
}

.order_personal_data{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.des_submit_holder{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.des_submit_holder .pricing_section{
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 1px solid #000;
  margin-top: 8px;
}
.des_submit_holder .pricing_section .pricing_row{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  padding: 11px 4px;
  color: #000;
  font-weight: 400;
}
.des_submit_holder .pricing_section .pricing_row.pricing_row_b{
  font-weight:600;
}
.des_submit_holder .pricing_section .pricing_row .delivery_text{
  text-transform:none;
}
.confirm_go_main{
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 48px;
  background: #fff;
  border: 0.5px solid #000;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 150%;
}
.confirm_go_main:hover{
  background: #fff;
  color: #1a1a1a;
  border: 0.5px solid #1a1a1a;
}
.confirm_info{
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  position: relative;
  bottom: 0px;
  gap: 16px;
  padding: 16px 16px;
  left: 0px;
}
.confirm_info_head{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
}
.confirm_info .confirm_info_body{
  display:none;
}
.confirm_info.active .confirm_info_body{
  display: flex;
  flex-direction:column;
  width:100%;
}
.confirm_info_head_nav{
  display: flex;
  flex-direction: column;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  transform:rotate(180deg);
}
.confirm_info.active .confirm_info_head_nav{
  transform:rotate(0deg);
}
.confirm_info_block{
  color: #666666;
  font-size: 14px;
  line-height: 150%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
}
.confirm_info_block div:first-child{
  min-width: 140px;
}
.confirm_info_block div b{
  color: #000000;
}
.account_content_wrapper #edit_profile_form label,
.account_content_wrapper #password_reset_form label{
  padding-left:0px;
}
.account_content_wrapper #edit_profile_form label:before,
.account_content_wrapper #password_reset_form label:before{
  display:none!important;
}
#footer_subscribe_form .main_form_item label{
  text-indent: 0px;
  opacity: 1;
  visibility: visible;
  font-weight: 500;
  color:#fff;
}
header.header_care{
  min-height: 48px;
}
header.header_care .header_wrapper{
  min-height:48px;
}
.h_lang{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  color: #555555;
  line-height: 18px;
  gap: 8px;
}
.h_lang .h_lang_sep{
  background: #D9D9D9;
  width: 1px;
  height: 12px;
}
.h_lang li a{
  color:#fff;
}
.h_lang li.active a{
  color:#000000;
}
.tpl_care_block{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 12px;
}
.care_block{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
}
.care_cares{
  display:flex;
  flex-direction:column;
  width:100%;
  gap:3px;
}
.care_cares .tpl_cares{
  display: flex;
  flex-direction: row;
  align-items:flex-start;
  justify-content:flex-start;
  gap:8px;
  width: 100%;
  padding:8px 8px 8px 0px;
}
.care_cares .tpl_cares .cares_img{
  max-width:24px;
}
.care_cares .tpl_cares .cares_img img{
  width:100%;
  display:block;
}
.care_cares .tpl_cares .cares_name{
  color: #000;
  width:calc(100% - 32px);
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}
.care_chems{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}
.tpl_chem{
  border: 1px solid #cccccc;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  position:relative;
}
.tpl_chem .chem_info{
  width: calc(100% - 196px);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tpl_chem .chem_info_name {
  display: block;
  font-size: 14px;
  line-height: 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  font-weight: 500;
}
.tpl_chem .chem_info_subname {
  display: block;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #555555;
  font-weight: 400;
}
.tpl_chem .chem_info_link{
  display: block;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  font-weight: 400;
}
.tpl_chem:hover .chem_info_link{
  text-decoration:underline;
}
.tpl_chem .chem_info_link:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tpl_chem_img{
  width: 180px;
  height: 106px;
}
.tpl_chem_img img{
  width:100%;
  display:block;
}

.care_composition,
.care_description{
  display:flex;
  flex-direction:column;
  width:100%;
  margin-bottom:0px!important;
}
.care_title{
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  color: #000;
}
.care_block_title{
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  color:#000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 48px;
}
.care_page_holder{
  display: flex;
  width:100%;
  flex-direction:column;
  align-items: center;
  justify-content: center;
  max-width:600px;
  margin: 0px auto;
}
.care_page_head{
  display: flex;
  flex-direction:row;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 24px;
}
.care_page_head li a{
  font-size: 12px;
  line-height: 18px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  height: 48px;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.care_page_head li a.active{
  border-bottom: 1px solid #000;
}
.care_tabs{
  display:flex;
  flex-direction:column;
  width:100%;
}
.care_tabs .care_tab{
  display:none;
}
.care_tabs .care_tab.active{
  display:flex;
  flex-direction:column;
  width:100%;
}
.alert_server_text{
  font-size: 16px;
  text-align: center;
  line-height: 150%;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
.alert_server_text_2{
  font-size: 14px;
  text-align: center;
  line-height: 150%;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}
.alert_server .highlighted_block{
  width: 100%;
  padding: 20px 20px;
  border: none;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.alert_server{
  background: #fff;
  display: none;
  padding: 40px 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -210px;
  width: 420px;
  z-index: 127;
  text-align: center;
}
.content.collapsed_content{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  max-width: 630px;
  width: 100%;
  line-height: 150%;
}
a.collapsed_trigger{
  font-size:14px;
  line-height:150%;
  color:#555;
  text-decoration:underline;
  margin: 0px auto 16px auto;
}
a.collapsed_trigger:hover{
  text-decoration:none;
}
.site_dev{
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
  font-weight: 400;
  line-height: 150%;
}
.cart_promocode{
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  padding-top: 16px;
}
.cart_promocode .promocode_section{
  display:none;
}
.cart_promocode.active .promocode_section{
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap: 8px;
  background: #fff;
  justify-content: space-between;
}
.cart_promocode input{
  font-size: 14px;
  border: none;
  line-height: 1.5;
  color: #000;
  border-top: 0.5px solid transparent;
  border-bottom: 0.5px solid #000;
  height: 48px;
  width: 100%;
  padding: 13.5px 8px;
}
.cart_promocode input:placeholder{
  color:#666;
}
.call_promo_form{
  background: #fafafa;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  height: 60px;
}
.call_promo_form:hover{
  background:#000;
  color:#fff;
}
.call_promo_form:hover svg path{
  stroke:#fff;
}
.cart_promocode.active .call_promo_form{
  display: none;
}
.apply_promo{
    margin-top: 1px;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  border: 0.5px solid #000;
  min-height: 42px;
  width: 95px;
  align-items: center;
  height: 48px;
  justify-content: center;
  display: flex;
  padding: 13.5px 8px;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.apply_promo:hover{
  background:#000;
  color:#fff;
}
.promo_active{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #fafafa;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  height: 60px;
  width: 100%;
  padding: 19.5px 12px;
}
.promo_active .promo_text{
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.promo_active.danger_promo{
  border: 1px solid #af0000;
}
.promo_active > span > span{
  color: #AF0000;
  font-weight: 600;
}
.promo_active > span a{
  text-decoration:underline;
}
.promo_active > span a:hover{
  text-decoration:none;
}
.promo_active .remove_promocode{
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.first_order_discount{
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  margin: 30px 0px 55px 0px;
  text-align: center;
}


.registration_phone{
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.registration_phone .chosen-container{
  order:2;
}
.registration_phone .chosen-results li{
  display: flex!important;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.registration_phone .chosen-results li > img{
  width: 26px;
}
.registration_phone .chosen-container-single .chosen-single img{
  width: 22px;
}
.registration_phone .chosen-container-single .chosen-single span > span{
  display:none!important;
}
.registration_phone .main_form_item_select.main_form_item_filled label,
.registration_phone .chosen-container.chosen-with-drop + label{
  opacity: 1;
  visibility: visible;
  text-indent: 0px;
}
.registration_phone .chosen-container{
  width: 100%!important;
  outline: none;
  background: transparent;
  border: none;
  border-radius: 5px;
  width: 100%;
  position: absolute;
  top: 23px;
  right: 0px;
  pointer-events: none;
}
.registration_phone .chosen-container-single .chosen-single{
  line-height: 48px;
  height: 48px;
  outline: none;
  background: transparent;
  box-shadow: none;
  font-weight: normal;
  color: #181818;
  border-radius: 0px;
  border: 1px solid transparent;
  margin-left: calc(100% - 65px);
  pointer-events: all;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.registration_phone .main_form_error .chosen-container-single .chosen-single{
  border-bottom: 0.5px solid #AF0000 !important;
}
.registration_phone .chosen-container-single .chosen-search input[type=text]{
  color: #000;
}
.registration_phone .chosen-container-single input[type="text"]:focus{
  color: #000;
}

.registration_phone .chosen-container-active.chosen-with-drop .chosen-single{
  box-shadow: none;
}
.registration_phone .chosen-container.chosen-with-drop .chosen-single{
  background:#fff;
}
.registration_phone .chosen-container-single .chosen-single div{ 
  width: 46px;
  height: 46px;
}
.registration_phone .chosen-container-single .chosen-single span{
  margin-right: 0px;
  display: flex;
}

.registration_phone .chosen-container-single .chosen-single div b{
  background-image: url(../img/std.svg) !important;
  background-size: auto !important;
  background-position: center center !important;
  transition: transform 0.5s;
}
.registration_phone .chosen-container.chosen-with-drop .chosen-drop{
    border: 0px;
    background: #fff;
    color: #181818;
    font-weight: normal;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.3);
  pointer-events: all;
}
.registration_phone .chosen-container-single .chosen-drop,
.registration_phone .chosen-container .chosen-drop{
  border: 1px solid #000;
  border-radius: 0px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}


.registration_phone .chosen-container-single .chosen-single div,
.registration_phone .chosen-container-active.chosen-with-drop .chosen-single div{
  background: transparent;
}
.registration_phone .chosen-container-active.chosen-with-drop .chosen-single div b{
  background-position: 0px 0px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.registration_phone .chosen-container .chosen-results li.highlighted{
  background: #000;
  color: #fff;
}
.registration_phone .chosen-container .chosen-results{
  margin: 0px 0px 0px 0;
  padding: 0 0 0 0px;
  clear: both;
}
.registration_phone .chosen-container .chosen-results li{
  line-height: 22px;
}


.registration_phone .chosen-container-single .chosen-search input[type=text]{
  background:none!important;
  height: 32px !important;
  padding: 2px 16px 2px 6px!important;
  min-height: 32px!important;
}
.registration_phone .chosen-container-single .chosen-search{
  position:relative;
}
.registration_phone .chosen-container-single .chosen-search:after{
  background-image: url(../img/search_i.svg) !important;
  background-size: auto !important;
  background-position: center center !important;
  background-repeat: no-repeat!important;
  transition: transform 0.5s;
  content: "";
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  position:absolute;
  z-index:1;
  right:0px;
  top: 3px;
}
.parts_block{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 4px;
}
.parts_block .credit_part{
  border: 0.5px solid #CCCCCC;
  font-size: 14px;
  text-transform: none;
  color: #000;
  font-weight: 400;
  line-height: 150%;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 3 - 4px);
  cursor: pointer;
}
.parts_block .credit_part.active{
  color:#fff;
  border: 0.5px solid #000;
  background:#000;
  font-weight:600;
}
.pricing_row_credit{
  display:none;
}
.pricing_row_credit.active{
  display:flex;
  flex-direction:column;
  width:100%;
}
.cart_credit_period{
  text-transform:none;
}
#credit{
  position: fixed;
  top: 0px;
  max-width: 430px;
  height: 100%;
  background: #fff;
  right: 0px;
  z-index: 333;
  text-align: center;
  display: none;
  width: 100%;
}
#credit .popup_inner{
  display: flex;
  width:100%;
  flex-direction: column;
  gap: 8px;
  padding: 32px 24px 24px 24px;
  height: calc(100% - 64px);
  overflow-y: auto;
  overflow-x: hidden;
} 
#credit .order_pay_blocks{
  margin-bottom: 24px;
}
#credit .select_credit{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
  height: 100%;
}
.credit_calendar_bottom{
  color: #666;
  font-size: 14px;
  text-align: center;
  width: 100%;
  line-height: 150%;
}
.credit_calendar_bottom span{
  color:#000;
}
#credit .select_credit_title{
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  width: 100%;
  text-align: left;
}
#credit .credit_calendar{
  display: flex;
  flex-direction: column;
  background: #FAFAFA;
  padding: 24px 24px;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap:16px;
}
.credit_calendar_top{
  display: flex;
  flex-direction: row;
  width: 100%;
  gap:4px;
}
.credit_calendar_top .credit_calendar_part{
  display:flex;
  flex-direction:column;
  gap:8px;
  align-items:center;
  justify-content:center;
  color:#666666;
  font-size:12px;
  line-height:150%;
}
.credit_calendar_top .credit_calendar_part.active{
  color: #000;
}
.credit_calendar_top.credit_calendar_top_2 .credit_calendar_part{
  width: calc(100% / 2 - 4px);
}
.credit_calendar_top.credit_calendar_top_3 .credit_calendar_part{
  width: calc(100% / 3 - 4px);
}
.credit_calendar_top.credit_calendar_top_4 .credit_calendar_part{
  width: calc(100% / 4 - 4px);
}
.credit_calendar_top.credit_calendar_top_5 .credit_calendar_part{
  width: calc(100% / 5 - 4px);
}
.credit_calendar_top.credit_calendar_top_6 .credit_calendar_part{
  width: calc(100% / 6 - 4px);
}

.credit_calendar_top .credit_calendar_part .credit_calendar_sep{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 4px;
  background: #CCCCCC;
}
.credit_calendar_top .credit_calendar_part.active .credit_calendar_sep{
  background:#000;
}
.credit_calendar_top .credit_calendar_part.active .credit_calendar_sum{
  font-weight:600;
}

.credit_apply_3,
.credit_apply_2,
.credit_apply{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  height: 48px;
  margin-top: auto;
  gap: 5px;
  min-height: 48px;
}
.credit_apply_3:hover,
.credit_apply_2:hover,
.credit_apply:hover{
  background-color: #1a1a1a;
}
.credit_menu_top{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 64px;
  background: #FAFAFA;
  padding: 0px 8px 0px 8px;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.close_credit{
  position: absolute;
  top:12px;
  right: 12px;
  width: 24px;
  text-align: center;
  height: 24px;
  cursor: pointer;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close_credit:hover {
    background: #000;
}
.close_credit:hover svg path{
    stroke: #fff;
}
.pop_change_size_color_title_in{
  color: #555555;
  font-size: 12px;
  text-align: center;
  width: 100%;
  line-height: 150%;
}
.css_block,
.csc_block{
  display: flex;
  flex-direction:column;
  gap:8px;
  width:100%;
}
.csc_block_in{
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  width:100%;
  gap:12px;
  flex-wrap: wrap;
}
.csc_block_in a{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 3px solid transparent;
  position:relative;
}
.csc_block_in a.active{
  border: 3px solid #FAFAFA;
}

.csc_block_in a:after{
  content:"";
  display:block;
  width:100%;
  position:absolute;
  bottom: -8px;
  height:0px;
  background:#000;
  transition:0.2s;
}
.csc_block_in a:hover:after,
.csc_block_in a.active:after{
  height:1px;
}
.css_block_in{
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  width:100%;
  gap:24px;
  row-gap: 8px;
  flex-wrap: wrap;
}
.css_block_in a{
  min-width: 32px;
  height: 32px;
  border-bottom: 1px solid transparent;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition:0.2s;
  text-wrap-mode: nowrap;
}
.css_block_in a.active{
  border-bottom: 1px solid #000;
}
.css_block_in a:hover{
  opacity:0.7;
}
.css_block_in a.disabled{
  color:#555555;
  text-decoration:line-through;
  cursor:not-allowed;
}
.promo_rule{
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 150%;
  font-size: 14px;
  padding: 4px 4px;
  color: #000;
}
.region_selector_first{
  display:none;
  width: 100%;
  gap: 24px;
}
.f_active .region_selector_first{
  display: flex;
  flex-direction: column;
}
.region_selector{
  width: 100%;
  gap: 24px;
  display: flex;
  flex-direction: column;
}
.f_active .region_selector{
  display:none;
}
.search_region{
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  height: 48px;
}
.search_region button{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 48px;
  height: 48px;
  z-index: 2;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events:none;
}
.search_region input[type="text"]{
  border: none;
  position: relative;
  height: 48px;
  outline: none !important;
  font-family: Montserrat, sans-serif;
  line-height: 150%;
  flex: 1;
  padding: 13px 8px;
  border-bottom: 0.5px solid #666666;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  color: #000;
  min-height: 48px;
  order: 2;
  margin: 2px 0px;
}
.region_links{
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  max-height: 375px;
  overflow: auto;
  padding-right: 5px;
}
.region_links a{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 0.5px solid #CCCCCC;
  height: 48px;
  min-height: 48px;
  font-size:14px;
  font-weight:300;
  line-height:150%;
  color:#000;
}
.region_links a svg{
  display:none;
}
.region_links a.active{
  font-weight:700;
}
.region_links a.active svg{
  display:block;
}
#popup_lang_currency .pop_inner p.first_lang_text{
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
}
.lang_link_first{
  font-size: 14px;
  line-height: 150%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 0.5px solid #000;
  height: 48px;
}
.p_back{
  display: flex;
  flex-direction: column;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
}
.f_active .p_back{
  display:none;
}
.first_btns{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 24px;
}
.first_btns a.first_change{
  font-size: 14px;
  text-transform: uppercase;
  width: 100%;
  background: #000;
  height: 48px;
  color: #fff;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  line-height: 150%;
  font-weight: 400;
}
.first_btns a.first_change:hover{
  box-shadow: 0 0 0 1px #000;
  background-color: #fff;
  color: #000;
}
.first_btns a.first_close{
  font-size: 14px;
  text-transform: uppercase;
  width: 100%;
  background: #000;
  height: 48px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  line-height: 150%;
  font-weight: 400;
  box-shadow: 0 0 0 1px #000;
  background-color: #fff;
  color: #000;
}
.first_btns a.first_close:hover{
  box-shadow: none;
  background-color: #000;
  color: #fff;
}
.pop_back{
  display:none;
}
#notify_popup .product_info_full .success_text .popup_close{
  width:100%!important;
}
@media (max-width: 1600px) {
  .btn_cart_holder{
    gap:12px;
  }
  .pop_cart_btn{
    padding: 12px 16px;
  }
}
@media (max-width: 1200px) {
  #cart .popup_title,
  #login .popup_title{
    padding:0px;
  }
  .pop_back{
    right: auto;
    width: 48px;
    height: 48px;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: transparent;
    position: relative;
  }
}

@media (min-width: 992px) {
  #order .pop_change_size{
    max-width: 400px;
    left: calc(50% - 200px);
    top: 100px;
    bottom: auto;
  }
}
@media (max-width: 992px) {
  .form_t_n{
    margin-top:auto;
  }
  .registration_form .form_t_n{
    margin-bottom: 32px;
  }
  #order{
    margin-top:16px;
  }
  .order_page .chosen-container.chosen-with-drop{
    position: fixed;
    top: 8px;
    height: calc(100% - 16px)!important;
    width: calc(100% - 16px)!important;
    left: 8px;
    background: #fff;
    z-index: 111;
    display: flex;
    flex-direction: column;
  }
  .order_page .chosen-container.chosen-with-drop .chosen-single{
    min-height:48px;
  }
  .order_page .chosen-container.chosen-with-drop:after{
    background: rgba(0,0,0,0.3);
    width:100%;
    position:fixed;
    display:block;
    content:"";
    left:0px;
    top:0px;
    height:100%;
    z-index:-1;
  }
  .order_page .chosen-container.chosen-with-drop .chosen-drop{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    top: auto;
  }
  .order_page .chosen-container.chosen-with-drop .chosen-results{
    max-height: 100%!important;
  }
  .success_order{
    padding: 36px 0px;
  }
  header .checkout_nav_d{
    display:none;
  }
  .cart_section_wrapper{
    margin: 0px auto;
  }
  .order_summary{
    display:none;
  }

  .cart_section_wrapper.cart_section_wrapper_empty .order_summary{
    display:block!important;
    width: 100%;
    max-width: 100%;
  }
  .order_details{
    max-width:100%;
  }
  .cart_menu_top{
    min-height: 46px;
  }
  .re_row{
    flex-direction:column;
    gap:;
  }
  .re_row .column_re{
    width:100%;
  }
  .product_color_radio_item label{
    width:50px;
    height:50px;
  }
  .account_subsection .input_wrap, .account_subsection .form_inputs button, #submit_order, .cart_section_wrapper .account_subsection .input_wrap {
    width: 100%;
  }
  .order_summary{
    margin-left: 0;
  }
  .cart_section_wrapper {
    flex-direction: column-reverse;
  }
  .contacts_page_map_info{
    max-width: 100%;
  }
  .contacts_page_top_item{
    width: 100%;
  }
  .contacts_page_map_wrap{
    flex-wrap: wrap;
    flex-direction: column;
  }
  .letters_holder{
    display: flex;
    flex-direction: column;
  }
  .letters_holder span{
    font-size: 24px;
  }
  .letters a{
    font-size: 24px;
  }
  .helper_block{
    right: 10px;
    bottom: 10px;
  }
  .helper_block:hover .helper_buttons{
    display: none;
  }
  .helper_block.active .helper_buttons{
    display: block;
  }
  .helper_block.active .helper_close{
    display: block;
  }
  .helper_block:hover .helper_show{
    display: block;
  }
  .helper_block.active .helper_show{
    display: none;
  }
  .helper_block:hover{
    height: 50px;
  }
  .helper_block.active{
    height: 230px!important;
  }
  .not_found {
    margin-top: 0px;
  }
  .fs_search .filter_row{
    width: 48%;
  }
  .cabinet_tab .cabinet_menu_link{
    text-decoration: none;
    font-size: 16px;
    color: #000000;
    vertical-align: top;
    width: 100%;
    height: 75px;
    padding: 25px 10px;
    display: block;
    position: relative;
  }
  .cabinet_tab .cabinet_menu_link::before{
    content: " ";
    display: inline-block;
    width: 3px;
    height: 75px;
    background:#000;
    position: absolute;
    top: 0px;
    left: 0px;
    transition:0.5s;
  }
  .cabinet_tab .cabinet_menu_link:focus,
  .cabinet_tab .cabinet_menu_link:active,
  .cabinet_tab .cabinet_menu_link:hover,
  .cabinet_tab .cabinet_menu_link.active{
    text-decoration: none;
    background: #000;
    color: #fff;
  }
  .cabinet_tab .cabinet_menu_link:focus::before,
  .cabinet_tab .cabinet_menu_link:active::before,
  .cabinet_tab .cabinet_menu_link:hover::before,
  .cabinet_tab .cabinet_menu_link.active::before{
    background:#000;
  }


  .cabinet_tab svg{
    margin-right: 15px;
    margin-left: 10px;
  }
  .cabinet_tab:focus svg path,
  .cabinet_tab:active svg path,
  .cabinet_tab:hover svg path,
  .cabinet_tab.active svg path{
      stroke: #fff;
  }


  .cabinet_tab{
    padding: 0px;
    border-radius: 0px;
    display: block!important;
  }
  .cabinet_tab .inner_tab_content{
    padding: 5px 10px; 
    display: none;
  }
  .cabinet_tab.active .inner_tab_content{
    display: block;
  }
  .cabinet_mobile_menu{
    display: block;
  }
  .pwd_form .row,
  .profile_form .row{
    flex-direction: column;
  }
}
@media (max-width: 850px){

}
@media (max-width: 768px) {
  #cart{
    max-width:100%;
  }
  .confirm_info_head_nav{
    transform:rotate(0deg);
  }
  .confirm_info.active .confirm_info_head_nav{
    transform:rotate(180deg);
  }
  .confirm_info{
    position: fixed;
  }
  .first_order_discount{    
    margin: 20px 0px 20px 0px;
  }
  a.collapsed_trigger:hover{
    text-decoration:underline;
  }
  .empty_cart_sub a{
    position: fixed;
    bottom: 22px;
    left: 16px;
    width: calc(100% - 32px);
  }
  .alert_server{
    width: calc(100% - 18px);
    margin: 0px;
    padding: 40px 32px;
    left: 9px;
    top: 50px;
  }
  .front_article_list li {
    width: calc(100% - 30px);
  }
  .front_article_list li:not(:last-child) {
    margin-bottom: 20px;
  }
  .map_holder_left{
    width: 100%;
  }
  .map_nav{
    min-height: auto;
    height: auto;
  }
  .map_holder_right{
    width: 100%;
  }
  #alert{
    bottom: 64px;
    top: auto;
  }

  #login{
    top: 0px;
    width: 100%;
    left: 0px;
  }
  #login .popup_inner{
    padding: 32px 16px 32px 16px;
  }
  #callback{
    top: 90px;
  }
  .preorder_pro{
    font-size: 11px;
  }
  #about,
  #sizetable{
    width: 100%;
    margin-left: 0px;
    left: 0px;
    top: 10%;
    margin-top: 0px;
  }
  #success_adding .light_button, 
  #success_adding_wish .light_button, .hide_adding{
    margin: 32px 5px 5px 5px;
    width: 100%;
  }
  #popup_lang_currency{
    width: 100%;
    margin: 0px;
    left: 0px;
    top: auto;
    bottom: 0px;
    overflow:auto;
  }
  #success_adding_wish, 
  #success_adding{
    width: calc(100% - 18px);
    margin: 0px;
    padding: 40px 32px;
    left:9px;
    top:50px;
  }
  .match_container{
    width: 100%;
  }
  .fs_search .filter_row{
    width: 100%;
  }

  #order_info{
    padding: 5px;
    width: calc(100% - 10px);
    margin: 0px;
    left: 5px;
    top: 50px;
  }
}
@media (max-width: 580px){
  .cart_product_list .product_name{
    font-size: 14px;
  }
  .product_info_wrap .product_options{
    gap:4px;
  }
  .account_subsection{
    margin: 20px 0;
    padding: 10px;
  }
  .basket_case tr{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; 
    flex-direction: column;
  }
  .basket_product_info, .basket_product_name{
    line-height: 20px;
  }

  .basket_case tr td.td_6{
    text-align: center;
    width: 100%;
  }
  .basket_remove{
    width: 38px;
    height: 38px;
    margin: 0px auto;
  }
  .basket_remove i{
    display: inline-block;
  }
  .basket_remove_text{
    display: inline-block;
  }
  .basket_case td:nth-child(1){
    width: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
  }

  .basket_case td:nth-child(2),
  .basket_case td:nth-child(3),
  .basket_case td:nth-child(4),
  .basket_case td:nth-child(5){
    width: 50%;
    margin-left: 50%;
  }
  .td_3 .b_title,
  .td_4 .b_title,
  .td_5 .b_title{
    display: block;
    vertical-align: top;
    width: 100%;
    float: left;
    text-align: left;
    line-height: 22px;
    font-size: 14px;
  }
  .amount_few{
    text-align: left;
  }
  .price .amount_1{
    text-align: left;
  }
  .total_p_sum{
    text-align: left;
    font-size: 16px;
  }
  .basket_case td:nth-child(3){
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .basket_case td:nth-child(4){
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .to_tab_delivery_courier, .to_tab_delivery_shop, .to_tab_delivery_newpost, .to_tab_delivery_newpost_courier, .to_tab_cash_pay, .to_tab_sms_pay, .to_tab_card_pay, .to_tab_regular_user, .to_tab_new_user{
    font-size: 15px;
  }
  .b_title{
    display: none;
    vertical-align: top;
    width: 50%;
    float: left;
    text-align: left;
  }
  .p_h_title{
    display: inline-block;
  }
  .orders_history tbody tr{
    border-bottom: 2px solid #1d1d1b;
  }
  .orders_history tbody tr:last-child{
    border: none;
  }
  .orders_history thead{
    display: none;
  }
  .basket_case .cart-images{
    width: 100%;
    border: none;
    margin: 40px auto;
  }
  .basket_product_name_holder{
    display: inline-block;
    width: 100%;
  }
  .basket_case tr{
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
  }
  .order_count{
    display: inline-block;
  }
  .order_history_btnns{
    text-align: center;
  }
  .orders_history tr td{
    width: 100%!important;
    display: block;
    border-bottom: 1px solid #eee;    
    text-align: right!important;
  }
  .basket_case thead{
    display: none;
  }
  .basket_product_info,
  .basket_product_name{
    text-align: left;
  }
  .basket_case tr td{
    padding: 10px 0px;
    width: 49%;
    display: inline-block;
    text-align: left;
    overflow: hidden;
  }
  .order_f_l{
    display: block;
    float: left;
    width: 50%;
  }
  .order_f_r{
    display: block;
    float: left;
    width: 50%;
  }
  .c_confirm_title{
    background: #fafafa;
    margin: 0px 15px;
    padding: 10px;
  }
  .order_confirm tbody tr:nth-child(2){
    border-top:1px solid #1d1d1b;    
  }
  .order_confirm tbody tr{
    border-bottom:1px solid #1d1d1b;
  }
  .order_confirm tbody tr td{
    text-align: left;
    display: block;
    width: 100%!important;  
    overflow: hidden;
    border-bottom: 1px solid #d7d7d7;
    padding: 12px 15px;
  }
  .order_confirm tbody tr:first-child{
    display: none;
  }

}
@media (max-width: 500px){
  .order_page .chosen-container-single .chosen-single span{
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media (max-width: 400px){
  .order_pay_block_head .order_pay_block_head_top .order_pay_block_title, .order_delivery_block_head .order_delivery_block_head_top .order_delivery_block_title{
    font-size:13px;
  }
}

@media (max-width: 376px){
  .credit_calendar_top .credit_calendar_part{
    font-size:11px;
  }
}
