:root {
	--font-title: 'Rubik', Arial, sans-serif;
	--font-text: 'Rubik', Arial, sans-serif;
	--font-size: 16px;
	--color-main: #2C80E5;
	--color-hover: #186CD1;
	--color-links: #186CD1;
	--color-btn: #2C80E5;
	--color-btn-text: #fff;
	--color-btn-hover: #fff;
	--border-btn: 7px;
	--accent:#2C80E5;
  --accent2: 44,128,229;
  --text:#0f172a;
  --muted:#64748b;
  --border: rgba(15,23,42,.08);
  --glass: rgba(255,255,255,.62);
  --shadow: 0 18px 50px rgba(2,8,23,.12);
  --rz-blue:#2C80E5;
  --rz-blue2:#1f66bd;
  --rz-blue-2:#1f6fd6;
  --rz-text:#1c1f23;
  --rz-muted:#58606b;
  --rz-border:rgba(0,0,0,.08);
  --rz-bg:#ffffff;
  --rz-soft:#f6f8fc;
  --rz-radius:18px;
  --rz-shadow:0 14px 40px rgba(17,24,39,.10);
  --rz-shadow-soft: 0 8px 20px rgba(15,23,42,.08);
}

body {
	font-family: var(--font-text);
	font-weight: 400;
	color: #000;
	font-size: var(--font-size);
	width: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background: #f7f8f9;
}
thead {
	font-weight: 700;
}
:focus {
outline: 0;
}
a:focus, a:hover {
	color: var(--color-hover);
}
a:focus, a:active{
border:0;
outline: none;
}
.center {
	text-align: center;
}
/* default font size */
.fa {
	font-size: var(--font-size);
}
/* Override the bootstrap defaults */
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #192940;
    border-color: #192940;
}
h1, h2, h3, h4, h5, h6 {
	color: #001528;
	font-weight: 600;
  font-family: var(--font-title);
  position: relative;
}
h1 {
	font-size: 40px;
	text-align: center;
	margin: 15px 5px;
}
h2 {
	font-size: 30px;
}
h3 {
  font-size: 25px;
  margin-top: 0;
}
h4 {
	font-size: 20px;
}
h1.main_h1 {
	font-size: 12px;
	margin: 3px 0 0 0;
	font-weight: 500;
}
.heading_h {
  text-align: left;
  position: relative;
}
/*.heading_h::after {
	display: block;
  content: '';
  width: 98%;
  height: 1px;
  margin: 0px auto 0px;
  background: #f2f2f2;
}*/
a {
	color: var(--color-links);
	position: relative;
}
a:hover {
	text-decoration: none;
}
a:hover::after {
	width: 30px;
}
legend {
	font-size: var(--font-text);
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: var(--font-text);
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover, input {
	font-size: var(--font-text);
  border: 1px solid rgba(26,26,26,.1);
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
	background: #fff;
  border: 1px solid #ccc;
}
input:focus {
  box-shadow: none;
  outline: none!important;
  -webkit-box-shadow: 0 2px 2px 0 rgb(26 26 26 / 5%);
  box-shadow: 0 2px 2px 0 rgb(26 26 26 / 5%);
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
label.control-label {
	font-size: 16px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

/* top */
#top {
  height: 25px;
  display: flex;
  align-items: center;
  padding: 2px;
  min-height: 15px;
  font-size: 14px;
  background: #F0F2F4;
}
.links_hide_mobile, .log_reg {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info_meta {
  display: flex;
}
.log_reg img {
  margin-right: 10px;
}
.block_error_404 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block_error_404 img {
  max-width: 90%;
}
.telephone_block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tel_1 {margin-right: 10px;}
#top a {
  color: #212121;
  text-decoration: underline;
}
#top a.dop_menu_aa {
  color: #333;
}
#top a:hover, #top a:focus {
  color: #000;
}
#top a.dop_menu_aa:hover {
  color: #000;
}
#top a[data-fon='1'] {
  padding: 0 5px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
	cursor: pointer;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	border-bottom: 1px dashed #888;
	color: #444;
}
.panel_info_top {
	font-size: var(--font-text);
  font-weight: 700;
  animation: gradient 10s ease infinite;
}
.panel_info_top img {
  max-height: 100%;
  width: 100%;
}
.information_links__item, .information_links__item_a {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
}
.info-dop-block {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 100%;
  opacity: 0;
  padding: 10px;
  overflow: hidden;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  will-change: transform;
	border-radius: 10px;
	box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
	padding: 15px 5px;
	background: #fff;
  width: 220px;
  height: 0;
}
.info-dop-block li {
  padding: 5px 0;
}
.information_links__item:hover .info-dop-block {
  opacity: 1;
  z-index: 1000;
  height: auto;
}
.information_links__item li.dop_nochildren:hover {
	background: rgba(44, 128, 229, 0.08);
    backdrop-filter: blur(10px) saturate(120%);
    -webkit-backdrop-filter: blur(10px) saturate(120%);
    border-bottom: 1px solid rgba(44,128,229,0.15);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.5),
        0 4px 12px rgba(44,128,229,0.12);

    border-radius: 8px;
    z-index: 11;
}
.magaz-on__block .dop_menu_aa {
  display: inline-block;
}
.right_main_side {
	    display: flex;
    justify-content: space-between;
    align-items: center;
}
.slider_main a {
	color: #000;
}
/* the slides */
#categ_slider {
	padding: 0 15px;
}
  #categ_slider .slick-slide {
    margin-left:27px;
  }

  /* the parent */
  #categ_slider .slick-list {
    margin-left:-27px;
  }
a[data-target='location'] {
  display: inline-block;
  padding-left: 18px;
  font-size: 16px;
  font-weight: 300;
}
a[data-target='location']::before {
  position: absolute;
  left: 0;
  top: 3px;
  content: '';
  width: 10px;
  height: 14px;
  background: url(../image/pin.png) no-repeat;
  background-size: contain;
}
a[data-target='sales'] {
  background: #F63321;
	color: #fff;
	border-radius: 10px;
}
a[data-target='blog'] {
  background: #d7277f;
}
.block_magaz__item {
  margin-right: 20px;
}
a.language-select {
  position: relative;
  padding-right: 15px;
  cursor: pointer;
}

/*a.language-select::after {
  content: " ";
    display: block;
    position: absolute;
    width: 21px;
    height: 21px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='21' viewBox='0 0 24 24' fill='none' stroke='%2334303D' stroke-width='2' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    right: 0px;
    top: 0;
    transition: transform 1s;
}*/
.language_selected, .language-select {
  padding: 0 4px;
}
.langgg-ul {
  min-width: unset!important;
}
.langgg {
	margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
}
.langgg img {
	width: 15px;
	height: 15px;
}
.langgg.open a.language-select {
  background: transparent;
  box-shadow: none;
}
.langgg.open a.language-select::after {
  transform: scaleY(-1);
}
.langgg span:first-child {
	border-right: 1px solid #888;
}
#top #top-links .social_top {
	height: 20px;
}
#top .btn-link, #top-links li, #top-links a {
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #000;
}
.langgg_ul li a {
  font-size: 14px;
  font-weight: 700;
}

.social_top {
	margin: 0;
}
.social_top .social_svg_top{
	transition: all 0.3s;
}
.social_svg_top:hover {
	fill: #333;
}
.top_tel {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #000;
}
.callback_a {
	gap: 10px;
	padding: 5px 15px;
	background-color: #aeeaaf;
	border-radius: 45px;

}
.atr_catalog {
    padding: 2px 4px;
    margin: 0px;
    border-radius: 10px;
    position: absolute;
    top: -8px;
    right: 0;
    line-height: 12px;
    right: 0;
    margin: 0 auto;
    font-size: 10px;
    text-align: right;
    color: #a5abb3;
  }
.line_center.search {width: 60%;}
#search {width: 100%; z-index: 20;}
#search input, .order_id-or-email {
	height: 40px;
	min-width: 500px;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 6px;
  padding: 0 20px;
  transition: border-radius 0.2s;
  color: #1A1A1A;
  background-color: #FFF;
  box-shadow: 0 4px 8px rgba(0,0,0,.12),0 0 2px rgba(0,0,0,.06),0 0 1px rgba(0,0,0,.04);
  z-index: 1500;
}
.order_id-or-email {
	min-width: 100%;
}
#search input.open_s, #search input.open_sss {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.modal-backdrop.in {
  opacity: 0.23;
}
.main_search .serach_list li a {
  font-size: 12px;
  line-height: 15px;
  color: #2ba0b5;
  border-bottom: 1px dashed #bcbcbc;
}
.main_search .serach_list li {
  margin-right: 10px;
}
.main_search .serach_list li:last-child {
  margin-right: 0;
}
.main_search .serach_list {
  display: flex;
}
.main_search .input-group-btn.live {
  position: absolute;
    right: 33px;
    z-index: 9999;
    top: 10px;
}
.search_span {
	color: var(--color-main);
}
h1.search_h1 {
	font-size: 26px;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
  line-height: 14px;
}
#top-links a + a {
	margin-left: 15px;
}
#info-panel-close {
  position: absolute;
  right: 10px;
  cursor: pointer;
  font-size: 10px;
}
.information_links a {
  font-weight: 500;
}
.information_links a:hover span {
  color: #000;
}
#top a:hover .language-select {
  color: #000;
}
/*.information_links a:last-child {
	color: #9d3942;
}*/
.information_links a, .information_links span {
  margin-left: 10px;
/*  border-left: 1px solid #dedede;*/
  padding-left: 10px;
}
.information_links a:first-child, .information_links span:first-child {
  margin-left: unset;
  border-left: none;
  padding-left: unset;
  color: #000;
}
.information_links span:first-child {
	color: #000;
}
.social_top img {
  width: 17px;
}
.hover_email {
  width: 0;
  display: inline-block;
  overflow: hidden;
  transition: width .3s ease;
}
.social_top a:hover .hover_email {
  width: 100%;
}
.info_meta .text_dop_href {
  padding-left: 10px;
  margin-left: 10px;
  margin-top: -2px;
}
.tel_callback {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
@media (max-width: 1340px) {
  .nav_tel {display: none;}
}
@media (max-width: 992px) {
  .dop_href {font-size: 12px;}
  .block_we {}
}
@media (min-width: 767px) and (max-width: 992px) {
  .slider_main .img_slider {margin-top: 7px;}
}
.banner img {
	max-height: 500px!important;
}
/*HEADER*/
header {
  background: #f7f8f9;
  z-index: 100;
  padding: 2px 0;
  font-size: var(--font-size);
  display: flex;
  align-items: center;
  color: #001528;
  border-bottom: 1px solid #eee;
  transition: all .3s ease;
}
header::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
}
header::after {
 bottom: 0;
}
header::before {
	top: 0;
}
header.scroll {
  transform: translateY(-100%);
}
.magaz {
  display: none;
}
header.start .magaz {
  display: block;
}
header.start .magaz-on {
  display: none;
}
.flex-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 0 15px;
}
.flex-top__left, .flex-top__right {
	display: flex;
	gap: 10px;
	align-items: center;
	font-size: 14px;
}
.slider_main, .tel_callback, .links_hide_mobile {
	height: auto;
}
.logo_title {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	font-weight: 600;
	position: absolute;
	bottom: -5px;
	left: 0;
}
.header_text {
  font-size: 10px;
  color: #999999;
  display: flex;
  align-items: center;
  max-width: 200px;
}
.text_dop_icon {
  margin-right: 5px;
}
.header-top-center {
  display: flex;
  flex-direction: column;
  justify-content: center;

}
.header_dop_href {
   font-size: 16px;
    
}
.icon_dop_href {
  margin-right: 20px;
}
.line_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
}
.top_tel {
	position: relative;
}
.drop-icon-info {
	margin-left: 2px;
	text-align: center;
	width: 21px;
	height: 21px;
	background: #eff2f4;
	border-radius: 50%;
	line-height: 12px;
	cursor: pointer;
}
.drop-contacts {
	top: 60%;
	left: 10%;
	margin: 0;
}
.small {
	font-size: 85%;
	font-weight: 400;
	padding: 5px 25px;
	display: block;
	text-align: left;
}
.drop-contacts .top_tel {
	font-weight: 700;
	font-size: 18px;
}
.callback_click {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .2s ease-out;
  cursor: pointer;
}
.callback_click:hover, .credit_btn:hover, .gogo:hover {
  background-color: #192940
  color: #fff;
}
.credit_btn {
  display: block;
  margin: 15px auto;
  width: 215px;
  font-size: 14px;
  text-align: center;
  transition: all .2s ease-out;
  cursor: pointer;
  border: 2px solid #212121;
  padding: 5px 15px;
}
.callback_click_block {
  font-size: 10px;
  font-weight: 300;
}
.login_register {
  cursor: pointer;
}
form.callback{
position: relative;
transition: all 1s;
width: 35px;
height: 35px;
background: white;
box-sizing: border-box;
border-radius: 18px;
border: 4px solid white;
padding: 5px;
}

input.callback_input {
border: 1px solid #212121;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 35px;
line-height: 20px;
outline: 0;
display: none;
font-size: 1em;
border-radius: 20px;
padding: 0 10px;
}

.callback_ok{
box-sizing: border-box;
padding: 6px;
width: 35px;
height: 35px;
position: absolute;
top: 0;
right: 0;
border-radius: 50%;
color: #212121;
text-align: center;
font-size: 16px;
font-weight: 500;
transition: all 0.7s;
}

form.callback:hover{
width: 200px;
cursor: pointer;
}

form.callback:hover input{
display: block;
}

form.callback:hover .callback_ok{
background: #212121;
color: white;
}
form:hover .callback_ok::before {
content: 'OK';
margin-right: 10px;
}
.flexcenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dop_href {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.dop_href.start {
	justify-content: space-between;
}
/*.dop_href a {
  padding-right: 20px;
  font-weight: 500;
  text-transform: uppercase;
}*/
.mainSearch {
	display: none;
	box-shadow: 0 2px 2px rgba(0,0,0,0.06),0 4px 4px rgba(0,0,0,0.06),0 8px 8px rgba(0,0,0,0.06),0 16px 16px rgba(0,0,0,0.06),0 32px 32px rgba(56,121,220,0.06);
  width: 90%;
    margin: 0 auto;
}
.header_menu {
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
}
.category_panel {
  background-color: #FFD12E;
  padding: 8px 15px;
/*  position: sticky;*/
  top: 0;
  z-index: 999;
}

.wrap_cat_featured {
  margin-bottom: 15px;
}
.category_block {
  text-decoration: none;
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 12px;
	color: #000000;
	/* width: 100%; */
	height: auto;
	border: 1px solid #E2E5E9;
	border-radius: 10px;
	box-sizing: border-box;
	background-color: #ffffff;
	transition: all 0.3s ease;
}
.category_block_img {
  overflow: hidden;
  margin-right: 15px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #fff;
}
.category_block_img img {
  transition: all 0.5s cubic-bezier(.455,.03,.515,.955);
}
.category-name {
  transition: all 0.25s cubic-bezier(.455,.03,.515,.955);
  position: relative;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
}
.category_block_a:hover .category-name::after {
  background-color: #192940;
}
.category_block_a:hover .category_block_img img {
  -webkit-transform: scale(1.05,1.05);
  -moz-transform: scale(1.05,1.05);
  -ms-transform: scale(1.05,1.05);
  -o-transform: scale(1.05,1.05);
  transform: scale(1.05,1.05);
}
.category_manufacturers {
	margin: 10px 0px;
}
.slider_item {padding: 10px;}
.slider_item_a {
	margin: 0 auto;
  height: 40px;
  text-align: center;
  display: block;
  border-radius: 7px;
  transition: all .3s ease;
}
.slider_item_a:hover {
  box-shadow: 0 4px 8px rgb(0 0 0 / 12%), 0 0 2px rgb(0 0 0 / 6%), 0 0 1px rgb(0 0 0 / 4%);
}
.slider_item_a img {
	margin: 0 auto;
	display: block;
}
.main_menu {
	list-style: none;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}
.main_menu .dop_menu:hover a.dop_menu_a {
  color: #fff;
}
.main_menu .dop_menu, .mobile_lang .dop_menu {
	display: inline-block;
	position: relative;
  cursor: pointer;
  margin-right: 15px;
}

.mobile_lang .dop_menu .dop_menu-menu ul {
    padding: 10px 15px 10px;
    min-width: 320px;
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
    border-radius: 5px;
    background: #fff;
}
.mobile_lang .dop_menu .dop_menu-menu li {
    font-size: 16px;
    text-align: left;
    margin-bottom: 8px;
}
.mobile_lang .dop_menu .dop_menu-menu {
  position: absolute;
  z-index: 2;
  left: -16px;
  top: 100%;
  margin: 0;
  transition: 0.2s all;
  transition: all 0.25s cubic-bezier(.455,.03,.515,.955);
  opacity: 0;
  visibility: hidden;
}
.mobile_lang .dop_menu .dop_menu-menu ul {
  padding: 10px 15px 10px;
  min-width: 320px;
  border: 1px solid rgba(0,0,0,.2);
  box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
  border-radius: 5px;
  background: #fff;
}
.mobile_lang .dop_menu .dop_menu-menu li {
  font-size: 16px;
  text-align: left;
  margin-bottom: 8px;
}
.dop_menu:hover .dop_menu-menu {
opacity: 1;
visibility: visible;
}
#menu-category-slider .dop_menu a.dop_menu_a, #menu-category-slider-2 .dop_menu a.dop_menu_a {
  font-weight: 600;
  position: relative;
  line-height: 35px;
  display: flex;
  align-items: center;
  color: #000;
  z-index: 3;
  font-family: var(--font-title);
  padding: 0px 10px;
}
#menu-category-slider-2 .dop_menu a.dop_menu_a {
  color: #333;
}
#menu-category-slider-2 .dop_menu a[data-target='sales'], #menu-category-slider-2 .dop_menu a[data-target='blog'] {
  color: #fff;
  border-radius: 10px;
}
.language_selected {
  font-weight: 700!important;
  color: #001528;
}
#menu-category-slider .dop_menu a.dop_menu_a .fa, #menu-category-slider-2 .dop_menu a.dop_menu_a .fa {
  margin-left: 7px;
  font-weight: 700;
}
#menu-category-slider-2 .dop_menu a.dop_menu_a {
  font-size: 16px;
}
.flexy {
  display: flex;
}
.advantage {
  display: flex;
  justify-content: center;
  background: #fff;
  border-radius: 7px;
}
.advantage.pos-center {
  flex-direction: column;
}
.advantage .image {
  margin-right: 10px;
  background: transparent;
}
.advantage.pos-center .image {
  margin-right: 0;
}
.advantage .caption {
  text-align: center;
  font-size: 14px;
}
.advantage img {
	height: auto;
}
h2.advantages {
  font-size: 30px;
  margin: 0px;
  padding: 10px 0;
  text-align: center;
  font-weight: 500;
}
#carousel0 {
  padding: 15px;
  margin: 0px 0px 20px;
  box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.advantages-block {
	padding: 15px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.advantages-block > div {
  padding-left: 10px;
  padding-right: 10px;
}
.advantage {
  border: none;
  padding: 15px 0px;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .advantages-block {
    background-size: cover;
  }
}
a.dop_menu_a {
  font-weight: 500;
}
.dop_menu_a_icon {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.live_search_ok {
	background: none;
	border: none;
}
.main_menu .dop_menu .dop_menu-menu {
  position: absolute;
  z-index: 2;
  left: -16px;
  top: 100%;
  margin: 0;
  transition: 0.2s all;
  transition: all 0.25s cubic-bezier(.455,.03,.515,.955);
  opacity: 0;
  visibility: hidden;
}
.menu_header {
  background: #F4F0ED;
}
.main_menu .dop_menu .dop_menu-menu ul {
  padding: 10px 15px 10px;
  min-width: 320px;
  border: 1px solid rgba(0,0,0,.2);
  box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
  border-radius: 5px;
  background: #fff;
}
.main_menu .dop_menu .dop_menu-menu li {
  font-size: 16px;
  text-align: left;
  margin-bottom: 8px;
}
.dop_menu:hover .dop_menu-menu {
opacity: 1;
visibility: visible;
}
.dop_menu-menu-children {
  position: absolute;
  z-index: 10;
  left: 96%;
  top: 0;
  margin: 0;
  transition: 0.2s all;
  display: none;
}
.dop_children:hover .dop_menu-menu-children {
  display: block;
}
.dop_children, .dop_nochildren {
  position: relative;
}
.dop_menu_a, .dop_menu_aa {
  position: relative;
  display: flex;
  align-items: center;
  padding: 3px 10px;
  color: #000;
}
.dop_menu_aa {
	border-bottom: 1px dashed #e9e9e9;
} 
.dop_menu_aa img {
	margin-right: 10px;
}
.dop_menu_aa .fa {
  margin-left: 7px;
}
.dop_menu:hover>.has_child::before {
  opacity: 1;
}
.line_center_block {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}
.line_center {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.line_center_icon {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: flex;
  cursor: pointer;
  position: relative;
}
.line_center a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
span.top_text {
  font-size: 12px;
  position: absolute;
  left: -120px;
  background-color: var(--color-main);
  padding: 5px 7px;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
}
.sp-seo-faq .faq {
  box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
  border-radius: 10px;
  background-color: #fff;
  padding: 15px;
}
.login_top, .wishlist_top, .cart_top, .compare_top {
  margin-left: 35px;
  position: relative;
}
.login_top a {
  cursor: pointer;
}
.boxme_wish_remove {
	position: absolute;
	right: 8%;
	z-index: 10;
	transition: all 0.2s ease;
	opacity: 0;
}
.boxme_wish_remove .fa {
	font-size: 18px;
}
.product-thumb:hover .boxme_wish_remove {
	opacity: 1;
}
.pointer_search {
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
}
.wish_remove, .wish_add {
  background: none;
  transition: all .2s ease-out;
  border: none;
  display: flex;
  align-items: center;
  max-width: 140px;
  margin-left: 40px;
  font-size: 15px;
}
.block_top_model {
  position: relative;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.main_price_block {
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
}
.main_price_all {
  display: flex;
  align-items: center;
}
.main_price_price {
  position: relative;
}
.tooltip-inner {
	color: #001528;
  background-color: #FFF;
  box-shadow: 0 4px 8px rgb(0 0 0 / 12%), 0 0 2px rgb(0 0 0 / 6%), 0 0 1px rgb(0 0 0 / 4%);
}
.tooltip.in {
	opacity: 1;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #fff;
}
#oneclick {
  text-align: center;
}
.button_wishlist {
  position: absolute;
  top: 30px;
  right: 14px;
}
.wish_remove {
  color: #192940;
}
.wish_add_remove:hover i, .wish_add:hover i, .wish_remove:hover i {
	animation: pulse 1s infinite;
}
.wish_remove .fa, .wish_add .fa {
	font-size: 28px;
}
.wish_remove .fa {
	color: #ff0000;
}
.wish_remove.hide, .wish_add.hide {
	display: none;
}
@keyframes pulse {
  0% {
    transform: scale(1.1);
  }
  10% {
    transform: scale(1.4);
  }
  20% {
    transform: scale(1.7);
  }
  30% {
    transform: scale(2);
  }
  40% {
    transform: scale(2.2);
  }
  50% {
    transform: scale(2.5);
  }
  60% {
    transform: scale(2);
  }
  70% {
    transform: scale(1.7);
  }
  80% {
    transform: scale(1.4);
  }
  90% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.header_account_links {
	transition: all .2s ease-out;
	border: 1px solid #6b6b6b;
	display: block;
	padding: 10px;
	margin: 20px 0;
}
.header_account_links:hover {
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
	color: #212121;
}
.item.slick-slide {
  position: relative;
}
  .wrap_slider {
    position: relative;
    margin: 30px;
    margin-left: 350px;
    border-radius: 7px;
    overflow: hidden;
  } 
  .progressBarContainer {
  position: absolute;
  bottom: 20px;
  width: 110px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.progressBarContainer div {
  display: block;
  width: 30%;
  padding: 0;
  cursor: pointer;
  margin-right: 5%;
  float: left;
  color: white;
}

.progressBarContainer div:last-child {
  margin-right: 0;
}

.progressBarContainer div span.progressBar {
  width: 100%;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
}

.progressBarContainer div span.progressBar .inProgress {
  background-color: rgba(255, 255, 255, 1);
  width: 0%;
  height: 4px;
}
.slider_info {
  position: absolute;
  top: 30%;
  left: 25%;
  text-align: center;
  max-width: 480px;
}
.slider_title {
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0;
}
.slider_sub_title {
  font-size: 30px;
  opacity: 0;
}
.slider_button {
  opacity: 0;  
}
.slider_button_a {
  display: inline-block;
  padding: 10px 90px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  letter-spacing: .05em;
  margin-top: 40px;
  box-shadow: inset 0px -3px 0px rgb(0 0 0 / 16%);
}
/*rizno*/
.slider_button_a { 
	border-radius: 9px;
  border: none;
  display: block;
  width: 100%;
  height: 48px;
  font-family: var(--font-text);
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  cursor: pointer;
  line-height: 60px;
  font-size: 22px;
  display: inline-block;
  width: auto;
  padding: 7px 40px;
  height: auto;
  color: #fff !important;
}
.slider-controls {
    position: absolute;
    bottom: 15px;
    display: flex;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.slider-controls .slick-dots li {
    border-color: #fff;
}

.slider-controls .slick-dots li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}
.slider-controls .slick-dots li button {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    text-indent: -9999px;
    background: #fff;
    outline: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.slider-controls .slick-dots li.slick-active button {
  background: transparent;
}
.slider-controls .slick-dots li button {
    background: rgba(255,255,255,.8);
}
.about_block__border {
  background-color: #f5f5f5;
  padding: 12px;
}
.about_block__sector {
	padding: 25px;
  border: 12px solid #fff;
  background: url(../image/bgg.png);
  display: flex;
  flex-wrap: wrap;
}	
.about_block__left, .about_block__right_2 {
	width: 70%;
	margin-bottom: 30px;
}
.about_block__right, .about_block__left_2 {
	width: 30%;
	margin-bottom: 30px;
}
.about_block__right img, .about_block__left img {
	width: 100%;
}
.about_block__title {
  font-size: 26px;
  font-weight: 500;
}
.slideshow {
  margin-top: 0px;
}

  .tendance-1019 .margeHt1 {
    margin-top: 3%;
}
.margin-b {
    margin-bottom: 20px;
}
.margin-b img, .margeHt1 img, .imgFlottante img, .margeHt2 img {
  width: 100%;
}
.tendance-1019 .imgFlottante {
    width: 45%;
    margin-left: 50%;
    z-index: 5;
    position: relative;
    margin-top: -8%;
}
.tendance-1019 .margeHt2 {
    margin-top: 6%;
}
#templatePanel .panel .fix-horiz .catalog-block {
    line-height: normal;
}
.catalog-block {
  position: relative;
}
.catalog-block.small-margin {
    margin-bottom: 15px;
}
.module-bg {
    position: absolute;
    z-index: 0;
    top: 100px;
    bottom: 100px;
    left: -15px;
    right: -15px;
    background-color: #9f9f9f;
}
/* search */
.search_info {
  width: 100%;
  position: absolute;
  z-index: 100;
  padding: 5px 20px;
  margin-top: 40px;
  background-color: #fff;
  left: 0;
  display: none;
  box-shadow: 0 2px 2px rgb(0 0 0 / 6%), 0 4px 4px rgb(0 0 0 / 6%), 0 8px 8px rgb(0 0 0 / 6%), 0 16px 16px rgb(0 0 0 / 6%), 0 32px 32px rgb(56 121 220 / 6%);
}
.search_head, .search_info__title {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--font-text);
  color: #333;
}
.serach_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.serach_list li a {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #000;
}
.flex_right {
	margin-left: auto;
	margin-right: 15px;
}
.cart_related_title {
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 18px;
  margin-top: 70px;
  position: relative;
}
.cart_related_flex {
width: 100%;
}
.cart_related_block {
  width: 30%;
  margin-right: 2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.payment-info input {
  width: 100%;
  margin-bottom: 12px;
  padding: 10px;
}
.payment-info .forgott {
  position: absolute;
  top: 13px;
  right: 70px;
  font-size: 12px;
}
.popup-footer .button_cart_add {
	cursor: pointer;
}
.popup-footer .button_cart_add:hover {
	color: #fff;
}
.popup-footer {
	text-align: center;
	margin: 30px;
}
.button_cart_add:hover {
  color: #fff;
}
/* login */
.forgotten {
	cursor: pointer;
}
@keyframes sale-anim {
  0% {
    animation-timing-function: cubic-bezier(0.9647, 0.2413, -0.0705, 0.7911);
    transform: scale(0.9099999999999999)
  }
  51% {
    animation-timing-function: cubic-bezier(0.9226, 0.2631, -0.0308, 0.7628);
    transform: scale(1.02994)
  }
  100% {
    transform: scale(0.9099999999999999)
  }
}

.sale-anim {
  animation: sale-anim 1s infinite linear
}
/*MENU MOBILE*/
#mobileMenu .modal-dialog {
  width: 80%;
}
.nazva {
  font-size: 12px;
  font-weight: 300;
  color: #888;
  margin: 3px 0 10px 0;
}
.ddop_mob_href a {
  color: #000;
  font-weight: 300;
  font-size: 15px;
}
#mobileMenu .modal-dialog .modal-content .modal-body {
  color: #333;
}
.invert_svg {
  filter: invert(100%);
}
.mobile_lang {
  height: 30px;
  line-height: 30px;
  display: inline-block;
}
.mob-info {
  margin-top: 25px;
}
.filter_open {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  cursor: pointer;
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.filter_open a {
  color: #666;
}
/* cart */
#myCart {
  text-align: center;
}
#myCart::before {
  vertical-align: middle;
  content: " ";
  height: 100%;
}
#myCart .modal-dialog {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 976px;
	max-width: 100%;
	padding: 0;
	max-height: calc(100vh - 20px);
	overflow-y: auto;
	overflow-x: hidden;
	top: 10px !important;
} 

/* Sticky header inside cart modal */
#myCart .modal-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

/* Make modal scrollbar thin (mac-like) */
#myCart .modal-dialog {
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: rgba(0,0,0,.22) transparent; /* Firefox */
}

#myCart .modal-dialog::-webkit-scrollbar {
  width: 6px;
}

#myCart .modal-dialog::-webkit-scrollbar-track {
  background: transparent;
}

#myCart .modal-dialog::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,.22);
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: content-box;
}

/* Cart bottom block (reference) */
#myCart .cartm-bottom {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(0,0,0,.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

#myCart .cartm-continue {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #2C80E5;
  font-weight: 400;
  text-decoration: none !important;
  cursor: pointer;
  user-select: none;
}

#myCart .cartm-continue__icon {
  font-size: 28px;
  line-height: 1;
}

#myCart .cartm-summary-box {
  padding: 18px 24px;
  border: 1px solid rgb(255, 241, 171);
  background-color: rgba(255, 239, 198, 0.14);
  border-radius: 4px;
  min-width: 520px;
}

#myCart .cartm-summary-box__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

#myCart .cartm-summary-box__label {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: .02em;
  color: #1b1b1b;
}

#myCart .cartm-summary-box__value {
  font-weight: 900;
  font-size: 20px;
  color: #000;
  white-space: nowrap;
}

#myCart .cartm-checkout-blue {
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px 18px;
  background: #2C80E5;
  border-radius: 4px;
  color: #fff !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  text-decoration: none !important;
}

#myCart .cartm-checkout-blue:hover {
  filter: brightness(0.96);
}

@media (max-width: 980px) {
  #myCart .cartm-bottom {
    flex-direction: column;
    align-items: stretch;
  }
  #myCart .cartm-summary-box {
    min-width: 0;
    width: 100%;
  }
}

/* "With this product buy" slider (reference-like) */
#myCart .cart_related_li {
  padding-top: 10px;
}

#myCart .cart_related_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 10px 0 10px;
  font-size: 18px;
  letter-spacing: 0;
  text-transform: none;
}

#myCart .cart_related_flex {
  width: 100%;
}

#myCart .cart_related_block {
  width: auto;
  margin: 0;
  padding: 10px 14px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

#myCart .cart_item_img1 {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#myCart .cart_item_img1 img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

#myCart .cart_item_name {
  margin-top: 10px;
  text-align: left;
  width: 100%;
  min-height: 44px;
}

#myCart .cart_item_name a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  text-decoration: none !important;
}

#myCart .cart_related_price_row {
  margin-top: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

#myCart .cart_related_price {
  font-size: 13px;
  font-weight: 900;
  color: #000;
  white-space: nowrap;
}

#myCart .cart_related_add {
  width: 35px;
  height: 35px;
  border-radius: 10px;
  border: none;
  background: #FFD43B;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#myCart .cart_related_add:hover {
  filter: brightness(0.97);
}

#myCart .cart_related_dots {
  margin-top: 8px;
  display: flex;
  justify-content: center;
}

#myCart .cart_related_dots .slick-dots {
  position: static;
  display: inline-flex !important;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

#myCart .cart_related_dots .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: rgba(0,0,0,.20);
  border: none;
  text-indent: -9999px;
  padding: 0;
}

#myCart .cart_related_dots .slick-dots li.slick-active button {
  background: #2C80E5;
}

/* Cart modal item layout (reference-like) */
#myCart .cart_list_items {
  margin: 0;
}

#myCart .cart_item {
  display: grid;
  grid-template-columns: 110px 1fr 170px 170px 40px;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid rgba(0,0,0,.08);
  padding: 18px 0;
  margin: 0;
}

#myCart .cart_item_delete {
  position: static;
  right: auto;
  bottom: auto;
}

#myCart .cart_item_option {
  flex: initial;
  min-width: 0;
}

#myCart .modal-cart__id {
  font-size: 14px;
  color: rgba(0,0,0,.65);
  margin-top: 6px;
}

#myCart .cart_item_price_ref {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.05;
  margin-top: 10px;
  color: #000;
}

#myCart .cart_item_qty_ref {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 8px;
  height: 34px;
  overflow: hidden;
  background: #fff;
  font-size: 15px;
}

#myCart .cart_item_qty_ref .cart_quantity_btn {
  width: 40px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  text-decoration: none !important;
  color: #000;
  font-weight: 700;
  line-height: 1;
}

#myCart .cart_item_qty_ref .cart_quantity_btn.disabled {
  opacity: .35;
  cursor: default;
}

#myCart .cart_qty_val {
  width: 70px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 15px;
  border-left: 1px solid rgba(0,0,0,.12);
  border-right: 1px solid rgba(0,0,0,.12);
}

#myCart .cart_item_total_ref {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.05;
  text-align: right;
  white-space: nowrap;
  color: #000;
}

@media (max-width: 980px) {
  #myCart .cart_item {
    grid-template-columns: 110px 1fr 40px;
    grid-template-areas:
      "img info del"
      "img qty  del"
      "img total del";
    align-items: start;
  }
  #myCart .cart_item_img { grid-area: img; }
  #myCart .cart_item_option { grid-area: info; }
  #myCart .cart_item_qty_ref { grid-area: qty; width: max-content; }
  #myCart .cart_item_total_ref { grid-area: total; text-align: left; font-size: 32px; }
  #myCart .cart_item_delete { grid-area: del; }
  #myCart .cart_item_price_ref { font-size: 18px; }
}
#cart_related_slider {
	display: none;
}
 .modal.right .modal-dialog, .modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 40%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }

  .modal.right .modal-content, .modal.left .modal-content {
    height: 100%;
    overflow-y: auto;
    background: #fff;
  }
  
  .modal.right .modal-body, .modal.left .modal-body {
    padding: 15px 15px 80px;
  }
        
  .modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
         -o-transition: opacity 0.3s linear, right 0.3s ease-out;
            transition: opacity 0.3s linear, right 0.3s ease-out;
  }
  
  .modal.right.fade.in .modal-dialog {
    right: 0;
  }

  .modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
         -o-transition: opacity 0.3s linear, left 0.3s ease-out;
            transition: opacity 0.3s linear, left 0.3s ease-out;
  }

  .modal.left.fade.in .modal-dialog {
    left: 0;
  }

  .modal-content {
    border-radius: 0;
    border: none;
  }

  .modal-header {
    border: none;
    padding: 25px 15px 15px;
  }
  .modal-header h4.modal-title {
	font-size: 20px;
	text-transform: uppercase;
  text-align: center;
  letter-spacing: .1em;
  font-family: var(--font-title);
  }

  .cart_close, .callback_close {
  	position: absolute;
  	cursor: pointer;
    top: 10px;
    transition: all .2s ease-out;
    padding: 5px;
    z-index: 10;
  }
  .cart_close {
    top: -5px;
  }
 .callback_close:hover {
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
}
.cart_close {
  right: 14px;
  display: block;
  text-align: center;
  color: var(--color-main);
  font-size: 30px;
  font-weight: 700;
}
.cart_close:hover{
  color: #30662b;
}
.callback_close {
	right: 14px;
}
 .cart_list_items {
  list-style: none;
  padding-left: 0;
 } 
  .cart_item:first-child {
    padding: 0 0 10px 0;
}
  .cart_item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
    position: relative;
  }
  .cart_item_delete {
    position: absolute;
    right: 0;
    bottom: 10px;
  }
  .cart_item_img {
    width: 90px;
		height: 90px;
		position: static;
		float: left;
		top: 16px;
		display: flex;
		margin: 0px 20px 0px 0px;
		padding: 10px;
		border: 1px solid rgb(221, 221, 221);
		border-radius: 6px;
		background-color: rgb(255, 255, 255);
}
.cart_item_img a {
    display: flex;
    width: 100%;
    border: none;
}
.cart_item_img img {
    max-width: 100%;
    height: auto;
    margin: auto;
    display: block;
    transition: all .2s ease;
}
.cart_item_option {
    flex: auto 1 1;
}
.cart_item_option a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  color: #000;
  text-decoration: none;
}
.cart_item_option a.cart_quantity_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}
.cart_price_total:nth-child(1) {
  display: none;
}
.total_cart_price {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: .1em;
  padding-bottom: 20px;
  margin-top: 8px;
  color: #666;
}
.cart_text_info {
  margin-top: 25px;
  text-align: center;
}
.cart_block_buttons{
  text-align: center;
}
.cart_button_open, .knopka_boxme, .cart_item_small.white a {
    transition: all .2s ease-out;
    border: none;
    display: inline-block;
    padding: 10px 20px;
    margin: 20px 0;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 4px 8px rgb(0 0 0 / 2%), 0 0 2px rgb(0 0 0 / 6%), 0 0 1px rgb(0 0 0 / 4%);
    box-shadow: 0 4px 8px rgb(0 0 0 / 2%), 0 0 2px rgb(0 0 0 / 6%), 0 0 1px rgb(0 0 0 / 4%);
    border-radius: 40px;
}
.login_buttons .cart_button_open {
	width: 100%;
}
.pl-add-to-cart {
    border-radius: 20px;
    padding: 8px 20px;
}
#table-price td {
  vertical-align: middle!important;
}
.cart_button_open.centere {
	margin: 20px auto;
	max-width: 200px;
	cursor: pointer;
}
.knopka_boxme {
  background: var(--color-main);
  color: #fff;
  border-radius: 100px;
}
.cart_button_open.block {
  display: block;
}
.cart_button_open.order {
  font-style: normal;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  background-color: var(--color-main);
  border: 1px solid var(--color-main);
  border-radius: 40px;
  display: block;
  height: 42px;
  padding: 5px;
}
.cart_group .cart_button_open {
  min-width: 150px;
  margin: 0 8px 0 0;
  font-weight: 500;
  font-size: 14px;
}
.cart_group .cart_button_open:hover {
  background-color: var(--color-hover);
  color: #fff;
}
.callback_click svg {
  margin-right: 3px;
}
.callback_click:hover svg {
  fill: #fff;
}
.cart_button_open.fff:hover {
	color: #fff;
}
.knopka_boxme:hover {
  box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
  background: var(--color-hover);
}
.cart_button_open:hover {
  box-shadow: 0 2px 3px 0 var(--color-hover);
}
.cart_button_open.order:hover {
  box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
}
.cart-line2 {
  margin: 15px 0;
  display: flex;
  align-items: center;
}
.cart-line2 button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 140px;
  color: #192940;
  font-size: 14px;
  font-weight: 500;
  background: none;
  transition: all .2s ease-out;
  border: none;
  margin-right: 10px;
}
.cart-line2 button svg {
  margin-right: 10px;
}
.share-product {
  position: relative;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-left: 25px;
}
.share-product .icons {
  transition: all 0.25s cubic-bezier(.455,.03,.515,.955);
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  transform: translateX(-50%);
  box-shadow: 0 0 0 1px rgb(0 0 0 / 15%);
  opacity: 0;
  font-size: 14px;
  pointer-events: none;
  border-radius: 2px;
}
.share-product .icons .inner {
  display: flex;
  padding: 10px;
  background: #fff;
  position: relative;
  line-height: 1;
  border-radius: 2px;
}
.share-product .icons .inner:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: -4px;
  left: 50%;
  margin-left: -5px;
  z-index: -1;
  box-shadow: 0 0 0 1px rgb(0 0 0 / 15%);
  transform: rotateZ(45deg);
  background: #fff;
}
.share-product .icons .social {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  text-align: center;
  cursor: pointer;
}
.social-facebook {
	color: #0077e0;
}
.social-twitter {
	color: #00b2f2;
}
.social-whatsapp {
	color: #48bf34;
}
.btn-poor {
	background: none;
  transition: all .2s ease-out;
  border: none;
  align-items: center;
  max-width: 140px;
  font-size: 15px;
}
.share-product:hover .icons {
  opacity: 1;
  pointer-events: all;
}
.cart_item_small {
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
  -ms-flex-align: center;
  align-items: center;
  width: 140px;
  height: 30px;
}
.cart_item_small span a {
  cursor: pointer;
}
.cart_item_small.white {
  background: #fff;
}
.cart_item_small.white a {
  display: inline-block;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.cart_a {
	position: relative;
}
#cart-total, #wishlist-total, #compare-total {
	position: absolute;
  top: -8px;
  right: -12px;
  font-size: 12px;
  font-weight: 500;
}

.total_in_cart {
  display: flex;
  justify-content: space-between;
}
.total_sub_total, .total_in_cart span {
  font-size: 16px;
}
.total_in_cart.total {
  margin-top: 7px;
}
.total_in_cart.total span {
  font-size: 18px;
}
.total_in_cart.total > .simplecheckout-cart-total-value {
  font-size: 20px;
  font-weight: 500;
}
#wishlist-total > .yellow, #wishlist-total[title], #cart-total > .yellow, #cart-total[title], #compare-total > .yellow, #compare-total[title] {
  width: 20px;
  height: 20px;
  background: #292c2e linear-gradient(90deg,#589bd8 0,#0177e1 100%);
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cart_group {
	margin-bottom: 35px;
	text-align: center;
}
.button_cart_add {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  background-color: var(--color-main);
  padding: 10px 70px;
  color: #fff;
  transition: all .2s ease-out;
  border: 1px solid var(--color-main);
  height: 50px;
  border-radius: 6px;
}
.button_cart_add:hover {
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
  background: var(--color-hover);
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
#simplecheckout_payment_form {
  display: none;
}
#simplecheckout_shipping_address {
  border-top: none;
}
#simplecheckout_shipping {
  border-bottom: none;
  margin-bottom: 0;
}

.btn-primary.focus, .btn-primary:focus {
  background-color: #192940;
  border-color: #192940;
  outline: none;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
  background-color: #192940;
  border-color: #192940;
  outline: none;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
	.mobile_menu .login_main, .mobile_menu .search_top {
	margin-right: 0px;
}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
.price_for_one {
	font-size: 14px;
	color: #c64242;
}
/*mobile-menu*/
.cat_mob_xs {
  font-weight: 400;
}
.mobile-lang-soc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_mob_a {
  font-weight: 400;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.mob_link_item {
  border-bottom: 1px solid #eee;
}
.mobile_menu #cart, .mobile_menu #cart .icon_cart, .mobile_menu .search_top {
/*	width: 35px;
	height: 35px;*/
}
.cat_mob_xs ul li:last-child a {

}
.cat_mob_xs a {
  color: #333;
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 6px 0 6px 15px;
}
.parent_xs_child a {
  font-size: 14px;
  margin: 4px 0 4px 10px;
  text-align: left;
  color: #000;
  font-weight: 300;
}
.parent_xs_child .see-all {
  font-size: 12px;
  font-weight: 500;
}
.parent_xs {
  position: relative;
}
.parent_xs::before {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  right: 8px;
}
.parent_xs.active::before {
  content: "\f107";
}
.mobile_menu .text_login {
	display: none;
}
.mobile_menu .login_main {
	height: 35px;
	width: 50px;
}
.mobile_pop {
	padding: 3px 0;
	text-align: right;
}
.mobile_pop .navbar-toggle {
	margin: 0;
  padding: 10px;
}
#mobile_left_menu {
	background: #f8f7f5;
}
.mobile_dop_linkss {
  margin-top: 20px;
}
.mobile_dop_linkss a {
  display: block;
  font-size: 12px;
  line-height: 1;
  padding: 7px 0;
  color: rgba(0,0,0,.7);
}
body.common-home.offcanvas-stop-scrolling::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(55, 53, 53, 0.7);
    z-index: 10;
    height: 5000px;
    width: 100%;
}
.social_top.center {
	margin-top: 10px;
}
.navbar-offcanvas {
	padding-left: 0px!important;
	padding-right: 0px!important;
}
ul.ddop_mob_href {
	list-style: none;
	padding: 0px;
}

/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	.product__aside {
		display: none;
	}
	.rngst_phone_button {
		display: none!important;
	}
  .add_wishlist_button {
    opacity: 1;
    position: relative;
  }
  .menu_header {
    display: none;
  }
  .top_text {
    display: none;
  }
  #info-panel-close {
    top: 65px!important;
    right: unset;
    left: 10px;
  }
		.slick-prev, .slick-next {
		display: none!important;
	}
  #cart-total, #wishlist-total {
    top: -10px;
    right: -10px;
  }
	.mobile_menu .search_top {
		margin-right: 0;
	}
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
	.product-thumb h4 {
		height: 50px;
	}
}
/* content */
.overlay_fon {
  transition: 0.2s;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.slider_photo:hover .overlay_fon {
	background-color: rgba(0,0,0,0.1);
}
.slider_main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.slider_main .img_slider {
  max-width: 100%;
  width: auto;
  max-height: 70px;
}
.logo_main {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	width: 100%;
	max-width: 120px;
}
.logo_main img {
	margin-right: 8px;
}
header.start .slider_main {
  justify-content: flex-start;
}
#check-order-status-window .modal-content {
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  will-change: transform;
  -webkit-box-shadow: 0 20px 20px 0 rgb(26 26 26 / 10%);
  box-shadow: 0 20px 20px 0 rgb(26 26 26 / 10%);
}

#register_account {
	position: relative;
}
#register_account::before {
	content: "";
  height: 50px;
  width: 50px;
  position: absolute;
  display: block;
  margin: 0 auto;
  z-index: 2;
  top: 81px;
  transform: rotate(273deg);
  transition: all .8s linear;
  right: -100px;
  background: url(../image/antik.png) no-repeat;
  background-size: contain;
}
#register_account.active::before {
	right: 0;
}
.zoom_insta_slider {
	overflow: hidden;
	cursor: pointer;
}
.zoom_insta_slider img {
	transition: 0.5s;
}
.zoom_insta_slider img:hover {
	cursor: pointer;
	transform: scale(1.1);
}
#content {
	box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.tovar-prev, .tovar-next {
	position: relative;
  display: block;
  width: 88px;
  height: 20px;
  font-size: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50%;
  border: 1px solid #d8d8d8;
  cursor: pointer;
  margin: 0 auto;
}
.tovar-prev::after, .tovar-next::after {
  content: "";
  width: 15px;
  height: 9px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.tovar-prev::after {
	background: url(../image/arrow-up.svg);
}
.tovar-next::after {
	background: url(../image/arrow-down.svg);
}
.tovar-next.slick-disabled, .tovar-prev.slick-disabled {
	opacity: 0.3;
	cursor: unset;
}
.slick-prev, .slick-next {
  z-index: 3;
  cursor: pointer;
  padding: 0;
  border-radius: 7px;
  border: none;
  background: rgba(245,249,255,1);
  transition: .3s opacity ease;
  position: absolute;
  top: calc(50% - 15px);
}
.slick-prev {
	left: 5px;
}
.slick-next {
	right: 5px;
}
.slick-prev.slider-cat, .slick-next.slider-cat, .slick-prev.slider-lat, .slick-prev.slider-special, .slick-prev.slider-best, .slick-prev.slider-featured, .slick-prev.slider-cart, .slick-next.slider-lat, .slick-next.slider-special, .slick-next.slider-best, .slick-next.slider-featured, .slick-next.slider-cart {
	top: 10px;
}
.slick-prev.slider, .slick-next.slider {
	top: -195px;
}
.slick-prev.slider-cat, .slick-prev.slider-lat, .slick-prev.slider-special, .slick-prev.slider-best, .slick-prev.slider-featured, .slick-prev.slider-cart {
	left: unset;
	right: 45px;
}
.slick-prev:hover::before, .slick-next:hover::before {
  box-shadow: 0 2px 2px rgba(0,0,0,0.06),0 4px 4px rgba(0,0,0,0.06),0 8px 8px rgba(0,0,0,0.06),0 16px 16px rgba(0,0,0,0.06),0 32px 32px rgba(56,121,220,0.06);
  transition: none;
}
.slick-prev::after {
  transform: rotate(135deg);  
}
.slick-next::after {
  transform: rotate(-45deg);  
}
.slick-prev::after, .slick-next::after {
  margin: 10px 10px 5px;
  content: '';
  width: 8px;
  height: 8px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-right: 2px solid #0177e1;
  border-bottom: 2px solid #0177e1;
  z-index: 2;
}

/* footer */
.phone-icon-div {
  width: 66px;
  height: 66px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 50px;
  left: auto;
  right: 3%;
}
.outer-parent {
  width: 56px;
  height: 56px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
.circle-main {
  z-index: 0;
  width: 66px;
  height: 66px;
  background-color: rgba(18, 184, 120, .5);
  border-radius: 100px;
  position: absolute;
  will-change: opacity, width, height;
  opacity: 1;
}
.circle-parent {
    z-index: 1;
    width: 56px;
    height: 56px;
    background-color: #aeeaaf;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
}
@keyframes phone-imp {
    0% {
      width: 0;
      height: 0;
      opacity: 0;
    }
    100% {
    	width: 100px;
    	height: 100px;
    	opacity: 0.7;
    }
}
.footer_login {
  cursor: pointer;
}
.wrap-socialka {
  width: 100%;
  display: block;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 80px;
}
.wrap-socialka__block {
  margin: 0 10%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  border-top: 1px solid #e4e4e4;
  overflow: hidden;
}
.wrap-socialka__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 40px;
}
.wrap-socialka__item:first-child {
  border-right: 1px solid #e4e4e4;
}
.socialka-icons {
  text-align: center;
}
.ul_socail {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ul_socail li img {
  max-width: 20px;
  max-height: 20px;
  margin: 25px 10px;
}
#txtemail {
    padding: 22px 10px;
    width: 300px;
    max-width: 100%;
}
.subscribe-box {
  text-align: center;
  margin: 0 auto;
  max-width: 700px;
}
.subscribe-form {
  padding: 25px 0;
}
h4.subscribe-title {
  text-align: center;
}
footer {
	padding-top: 20px;
	font-weight: 400;
	margin-top: 30px;
	color: #212121;
	position: relative;
	background: #F0F2F4;
}
.zelenka {
  background: var(--color-main);
  padding: 20px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #212121;
  font-size: 13px;
}
 .powered::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 8px;
  top: -7px;
  border-top: 4px solid #212121;
  border-bottom: 2px solid #212121;
}

footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a:hover {
	color: #000;
}
footer h5 {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  color: #212121;
  padding-top: 10px;
  font-family: var(--font-text);
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--color-main);
}
footer h5::after {
	margin-top: 5px;
}
.powered .text-right {
	float: right;
}
.powered {
  background: url(../image/bg_top.jpg);
  font-weight: 700;
  padding: 0 5px;
}
.powered .text-right, .powered .text-left {
  margin-top: 8px;
  display: inline-block;
}
.footer_left_logo {
	display: flex;
	align-items: center;
	justify-content: center;
  flex-direction: column;
}
.footer_tel {
  margin-top: 15px;
}
.footer_tel a {
  color: #212121;
  font-size: 20px;
  font-weight: 400;
}
footer a {
  color: #212121;
  font-weight: 300;
}
footer a:focus {
  color: #000;
  text-decoration: none;
}
.footer_email {
  margin-top: 10px;
  margin-bottom: 7px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--color-main);
}
/*.footer_left_logo::after {
  font-family: FontAwesome;
  content: "\f25d";
  position: absolute;
  right: 52px;
  font-size: 17px;
  top: 47px;
}*/
.footer_left_logo img {
  width: 200px;
  max-width: 95%;
}
.footer_info_block {
	color: #212121;
  min-height: 160px;
}
.footer_info_block>ul>li>a {
	color: #212121;
	display: inline-flex;
  padding: 5px 0;
}
.footer_info_block>ul>li>a:hover, .footer_info_block a:hover {
	border-bottom: 1px solid var(--color-main);
}
.footer_info_block img {
	width: 50px;
  height: 50px;
}
.footer_city {
	margin-top: 10px;
}
.footer_policy {
    color: #b0ca21;
    text-decoration: underline;
}
.footer_pay img {
  max-height: 30px;
  margin-right: 15px;
  filter: invert(1);
}
.footer_pay img:last-child {
  margin-right: 0;
}
.footer-info li {
  padding: 5px 0;
}
.hr_style.niz {
  background: var(--color-main);
}
.soc_flex {
  display: flex;
  align-items: center;
}
.soc_flex a {
  padding: 5px;
  background: #f2f6f8;
  border-radius: 50%;
  margin-right: 10px;
  display: flex;
}
.tab-content img {
  max-width: 100%;
}
/* alert */
.alert {
	position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 700;
  height: 0px;
  line-height: 50px;
  overflow: hidden;
  z-index: 9999;
  padding: 0;
  border: 0;
  transition: all 0.5s ease;
}
.alert.alert-danger, .alert.alert-success {
	height: 50px!important;
	overflow: hidden;
	transition: all 0.5s ease;
}
.alert .close {
	position: absolute;
  right: 20px;
  top: 12px;
}

.pagination {
	margin: 30px 0 0 0;
}
.helping_block span {
  display: block;
  font-weight: 300;
}
.note-video-clip {
  max-width: 100%;
  margin: 0 auto;
}
.note-video-clip iframe {
  max-width: 100%;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	position: relative;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  min-width: 150px;
  background-color: var(--color-main);
  padding: 15px 25px;
  color: #fff;
  border: none;
  border-radius: 45px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	box-shadow: 0 2px 3px 0 rgb(0 0 0 / 30%);
  color: #fff;
  background-color: #00a251;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.account_wrap.mmm {
	position: relative;
}
.account_wrap.simpe_check {
	margin-top: 15px;
	max-width: 90%;
}
.orders_list {list-style: none; margin-bottom: 20px;}
.orders_list .order {padding: 16px; border: 1px solid #e9e9e9; border-radius: 4px;}
.order_status_wrap {position: relative; padding-left: 20px;}
.order_status_wrap::before {position: absolute; left: 0; top: 0; display: block; height: 100%; width: 8px; border-radius: 50px; content: "";}
.order_status_wrap.done::before {background-color: #00a046;}
.order_status_wrap.in::before {background-color: #ffc801;}
.order_status_wrap.canceled::before {background-color: #8e8e8e;}
.order_flex {display: flex; justify-content: space-between; align-items: center;}
.order_top_line {font-size: 13px; color: #797878;}
.order_bottom_line {font-size: 16px;}
.order_photo {position: relative; display: flex; justify-content: center; align-items: center;}
.order_photo_more {position: absolute; width: 100%; text-align: center; border-radius: 5px; font-size: 35px; font-weight: 500; color: #333; bottom: -5px; line-height: 17px;}
.order_more {border: 1px solid #eee; border-radius: 6px; padding: 3px 10px; font-size: 14px; box-shadow: 5px 2px 20px -8px rgba(0,0,0,0.34);}
.spisok_success {
	font-size: 14px;
	margin-top: 20px;
}
.spisok_success>li {
	padding-bottom: 7px;
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
  border: none;
  padding: 4px 10px;
	color: #444;
}
.list-group a.active {
  border: none;
  background: #e5f7ff;
  font-weight: 500;
  color: #444;
}
.list-group a.active:hover, .list-group a:hover {
  border: none;
  background: none;
  color: #000;
}
/* Дропшипинг */
.rz-ds{
  color:var(--rz-text);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height:1.55;
}

.rz-ds a{ color:var(--rz-blue); text-decoration:none; }
.rz-ds a:hover{ color:var(--rz-blue2); text-decoration:underline; }

.rz-ds-block{
  margin:26px 0;
  padding:22px;
  background:var(--rz-bg);
  border:1px solid var(--rz-border);
  border-radius:var(--rz-radius);
  box-shadow:0 10px 24px rgba(17,24,39,.06);
}

.rz-ds-h2{
  margin:0 0 14px;
  font-size:22px;
  line-height:1.15;
  letter-spacing:-0.2px;
}

.rz-ds-p{
  margin:0;
  color:var(--rz-muted);
}

/* HERO */
.rz-ds-hero{
  margin:14px 0 26px;
  border-radius:22px;
  overflow:hidden;
  box-shadow:var(--rz-shadow);
  border:1px solid var(--rz-border);
  background:
    radial-gradient(900px 320px at 20% 20%, rgba(44,128,229,.20), transparent 55%),
    radial-gradient(600px 260px at 80% 40%, rgba(44,128,229,.12), transparent 60%),
    linear-gradient(135deg, #fff 0%, #fbfcff 60%, #f6f9ff 100%);
}

.rz-ds-hero__inner{
  display:flex;
  gap:22px;
  align-items:stretch;
  padding:22px;
}

.rz-ds-hero__content{
  flex:1 1 58%;
  min-width:280px;
}

.rz-ds-hero__media{
  flex:1 1 42%;
  min-width:260px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.rz-ds-hero__image{
  width:100%;
  max-width:520px;
  height:auto;
  border-radius:18px;
  border:1px solid var(--rz-border);
  box-shadow:0 12px 26px rgba(17,24,39,.12);
}

.rz-ds-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(44,128,229,.10);
  color:var(--rz-blue2);
  font-weight:700;
  font-size:12px;
  letter-spacing:.2px;
}

.rz-ds-title{
  margin:12px 0 10px;
  font-size:34px;
  line-height:1.1;
  letter-spacing:-0.6px;
}

.rz-ds-title span{
  color:var(--rz-blue);
}

.rz-ds-subtitle{
  margin:0 0 16px;
  color:var(--rz-muted);
  font-size:15px;
}

.rz-ds-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 14px;
}

.rz-ds-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:11px 14px;
  border-radius:12px;
  font-weight:800;
  font-size:14px;
  border:1px solid transparent;
  transition:transform .12s ease, box-shadow .12s ease, background .12s ease;
  text-decoration:none !important;
}

.rz-ds-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 18px rgba(17,24,39,.10);
}

.rz-ds-btn--primary{
  background:linear-gradient(180deg, rgba(44,128,229,1) 0%, rgba(31,102,189,1) 100%);
  color:#fff !important;
}

.rz-ds-btn--ghost{
  background:rgba(255,255,255,.70);
  border-color:rgba(44,128,229,.25);
  color:var(--rz-blue2) !important;
}

.rz-ds-hero__contacts{
  margin-top:6px;
}

.rz-ds-pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.75);
  border:1px solid rgba(0,0,0,.06);
  color:var(--rz-text) !important;
}

.rz-ds-pill strong{
  color:var(--rz-blue2);
}

/* Steps */
.rz-ds-steps{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.rz-ds-step{
  display:flex;
  gap:12px;
  padding:14px;
  border:1px solid var(--rz-border);
  border-radius:16px;
  background:linear-gradient(180deg, #fff 0%, #fbfcff 100%);
}

.rz-ds-step__num{
  width:34px;
  height:34px;
  border-radius:12px;
  background:rgba(44,128,229,.12);
  color:var(--rz-blue2);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
}

.rz-ds-step__title{
  font-weight:900;
  margin:0 0 4px;
}

.rz-ds-step__text{
  color:var(--rz-muted);
  font-size:14px;
}

/* Lists */
.rz-ds-list{
  margin:0;
  padding-left:18px;
  color:var(--rz-muted);
}

.rz-ds-list li{
  margin:8px 0;
}

.rz-ds-list--compact li{
  margin:6px 0;
}

.rz-ds-ol{
  margin:0;
  padding-left:18px;
  color:var(--rz-muted);
}

.rz-ds-ol li{
  margin:8px 0;
}

/* Grid cards */
.rz-ds-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:12px;
}

.rz-ds-grid--2{
  grid-template-columns:repeat(2, minmax(0, 1fr));
}

.rz-ds-card{
  padding:16px;
  border:1px solid var(--rz-border);
  border-radius:16px;
  background:linear-gradient(180deg, #fff 0%, #fbfcff 100%);
  box-shadow:0 10px 22px rgba(17,24,39,.06);
}

.rz-ds-card__title{
  font-weight:900;
  margin:0 0 10px;
}

.rz-ds-card--link .rz-ds-link{
  display:inline-block;
  font-weight:800;
  word-break:break-all;
}

/* Callouts */
.rz-ds-callout{
  margin-top:14px;
  padding:14px 16px;
  border-radius:16px;
  border:1px solid rgba(44,128,229,.22);
  background:radial-gradient(800px 220px at 10% 10%, rgba(44,128,229,.14), transparent 55%),
             rgba(255,255,255,.9);
}

.rz-ds-callout--soft{
  border-color:rgba(0,0,0,.08);
  background:var(--rz-soft);
}

.rz-ds-callout__title{
  font-weight:900;
  margin:0 0 4px;
}

.rz-ds-callout__text{
  color:var(--rz-muted);
}

/* Notes */
.rz-ds-note{
  margin-top:12px;
  padding:12px 14px;
  border-radius:14px;
  background:var(--rz-soft);
  border:1px solid rgba(0,0,0,.06);
  color:var(--rz-muted);
}

.rz-ds-note--strong{
  background:rgba(44,128,229,.08);
  border-color:rgba(44,128,229,.18);
  color:var(--rz-text);
}

/* Responsive */
@media (max-width: 992px){
  .rz-ds-hero__inner{ flex-direction:column; }
  .rz-ds-title{ font-size:30px; }
  .rz-ds-grid{ grid-template-columns:1fr; }
  .rz-ds-grid--2{ grid-template-columns:1fr; }
}
/*СЕО опис*/
.riz-info {
  padding: 40px 0 10px;
}

.riz-wrap {
  margin-top: 100px;
  padding: 0 100px;
}

.riz-title {
  font-family: var(--font-title);
  font-weight: 800;
  font-size: 30px;
  line-height: 1.2;
  color: var(--rz-text);
  margin: 0 0 18px 0;
  letter-spacing: -0.02em;
}

.riz-subtitle {
  font-family: var(--font-text);
  font-size: 16px;
  line-height: 1.6;
  color: var(--rz-muted);
  margin: 0 0 26px 0;
  max-width: 980px;
}

.riz-surface {
  position: relative;
  border-radius: calc(var(--rz-radius) + 16px);
  overflow: hidden;
  padding: 26px;
  background: rgba(255,255,255,.55);
  border: 1px solid var(--rz-border);
  box-shadow: var(--rz-shadow);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.riz-surface::before {
  content: "";
  position: absolute;
  inset: -40px;
  z-index: 0;
  background:
    radial-gradient(900px 420px at 18% 25%, rgba(var(--accent2), .25), rgba(255,255,255,0) 55%),
    radial-gradient(700px 380px at 80% 40%, rgba(var(--accent2), .18), rgba(255,255,255,0) 60%),
    radial-gradient(600px 360px at 55% 105%, rgba(var(--accent2), .14), rgba(255,255,255,0) 58%);
  filter: blur(12px);
  opacity: .95;
}

.riz-inner {
  position: relative;
  z-index: 1;
}

/* ======= top stats ======= */

.riz-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 18px;
}

.riz-stat {
  flex: 1 1 220px;
  min-width: 220px;
  border-radius: var(--rz-radius);
  background: rgba(255,255,255,.62);
  border: 1px solid var(--rz-border);
  box-shadow: var(--rz-shadow-soft);
  padding: 14px 16px;
}

.riz-stat__label {
  font-family: var(--font-text);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--rz-muted);
  margin: 0 0 6px 0;
}

.riz-stat__value {
  font-family: var(--font-title);
  font-size: 20px;
  font-weight: 800;
  color: var(--rz-text);
  margin: 0;
}

.riz-stat__value b {
  color: var(--rz-blue);
}

/* ======= cards grid (advantages) ======= */

.riz-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 16px 0 0;
}

.riz-card {
  flex: 1 1 calc(33.333% - 10px);
  min-width: 260px;
  border-radius: var(--rz-radius);
  background: rgba(255,255,255,.66);
  border: 1px solid var(--rz-border);
  box-shadow: var(--rz-shadow-soft);
  padding: 18px 18px 18px 74px;
  position: relative;
  color: var(--rz-text);
  line-height: 1.6;
  font-family: var(--font-text);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.riz-card:hover {
  transform: translateY(-2px);
  border-color: rgba(var(--accent2), .22);
  box-shadow: var(--rz-shadow);
}

.riz-card__icon {
  width: 44px;
  height: 44px;
  position: absolute;
  left: 18px;
  top: 18px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(var(--accent2), .22), rgba(255,255,255,.7));
  border: 1px solid rgba(var(--accent2), .18);
  box-shadow: 0 10px 24px rgba(2,8,23,.08);
}

.riz-card__icon img {
  width: 26px;
  height: 26px;
  display: block;
}

.riz-card__text b {
  color: var(--rz-blue);
}

/* ======= split layout ======= */

.riz-split {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 14px;
  margin-top: 14px;
}

.riz-panel {
  border-radius: var(--rz-radius);
  background: rgba(255,255,255,.62);
  border: 1px solid var(--rz-border);
  box-shadow: var(--rz-shadow-soft);
  padding: 18px;
}

.riz-panel__title {
  font-family: var(--font-title);
  font-weight: 800;
  font-size: 18px;
  color: var(--rz-text);
  margin: 0 0 10px 0;
}

.riz-panel__text {
  font-family: var(--font-text);
  font-size: 16px;
  line-height: 1.75;
  color: var(--rz-muted);
  margin: 0;
}

/* ======= list of benefits ======= */

.riz-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.riz-li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  padding: 12px 12px;
  border-radius: 14px;
  background: rgba(246,248,252,.75); /* rz-soft-ish */
  border: 1px solid rgba(15,23,42,.06);
}

.riz-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  margin-top: 5px;
  background: var(--rz-blue);
  box-shadow: 0 10px 18px rgba(var(--accent2), .25);
}

.riz-li b {
  color: var(--rz-text);
}

/* ======= info blocks ======= */

.riz-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 14px;
}

.riz-block {
  border-radius: var(--rz-radius);
  background: rgba(255,255,255,.62);
  border: 1px solid var(--rz-border);
  box-shadow: var(--rz-shadow-soft);
  padding: 18px;
}

.riz-block__title {
  font-family: var(--font-title);
  font-weight: 800;
  font-size: 16px;
  color: var(--rz-text);
  margin: 0 0 8px 0;
}

.riz-block__text {
  font-family: var(--font-text);
  font-size: 15px;
  line-height: 1.75;
  color: var(--rz-muted);
  margin: 0;
}

/* ======= CTA ======= */

.riz-cta {
  margin-top: 14px;
  border-radius: calc(var(--rz-radius) + 10px);
  padding: 18px;
  background: linear-gradient(135deg, rgba(var(--accent2), .16), rgba(255,255,255,.72));
  border: 1px solid rgba(var(--accent2), .20);
  box-shadow: var(--rz-shadow-soft);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.riz-cta__text {
  margin: 0;
  font-family: var(--font-text);
  color: var(--rz-text);
  line-height: 1.6;
}

.riz-cta__text b { color: var(--rz-blue); }

.riz-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: var(--border-btn);
  background: var(--color-btn);
  color: var(--color-btn-text);
  text-decoration: none;
  font-family: var(--font-title);
  font-weight: 700;
  border: 1px solid rgba(var(--accent2), .25);
  box-shadow: 0 12px 26px rgba(var(--accent2), .25);
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
  white-space: nowrap;
}

.riz-cta__btn:hover {
  transform: translateY(-1px);
  background: var(--color-hover);
  box-shadow: 0 16px 36px rgba(var(--accent2), .30);
}

/* ======= responsive ======= */

@media (max-width: 1100px) {
  .riz-wrap { padding: 0 24px; }
  .riz-split { grid-template-columns: 1fr; }
  .riz-blocks { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .riz-wrap { padding: 0 15px; margin-top: 60px; }
  .riz-title { font-size: 22px; }
  .riz-card { flex: 1 1 100%; min-width: 0; }
  .riz-cta { flex-direction: column; align-items: stretch; }
  .riz-cta__btn { width: 100%; }
}
/**/
/* ПРАЙС ЛИСТ*/
.p-l-price .p-l-price-special, .p-l-summ .p-l-price-sum-special {
    font-weight: 600;
    color:#F00;
}
.price .p-l-price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}
.p-l-summ .price-line-through{
  color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}
.input-quantity{
    max-width:25px;
    display:inline-block !important;
}
.p-l-price-minus ,.p-l-price-plus{
  padding:6px;
}
.p-l-quantity input {
  border: none;
  box-shadow: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
.p-l-quantity{
    min-width:130px;
    text-align:center;
}
.p-l-price-plus i, .p-l-price-minus i{
    color:#666;
    cursor:pointer;
}
.plus i:hover, .minus i:hover{
    color:#336699;
}
#table-price th{
    background: #F5F5F5;
    text-align:center;
}
.price{
    min-width:100px;
}
.none{
    display:none;
}
.td-option{
    min-width: 140px;
}

.p-l-price-tooltip{
  position: absolute;
  padding: 10px 20px;
  border: 1px solid #b3c9ce;
  border-radius: 4px;
  text-align: center;
  font: italic 14px/1.3 sans-serif;
  color: #333;
  background: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
}
/*Доставка оплата*/
.rz-faq{
  color:var(--rz-text);
}

.rz-faq *{
  box-sizing:border-box;
}

/* Page spacing */
.rz-faq__wrap{
  position:relative;
  margin: 18px 0 26px;
}

/* WOW hero */
.rz-faq__hero{
  position:relative;
  overflow:hidden;
  border-radius: 22px;
  padding: 22px 22px;
  background:
    radial-gradient(1200px 260px at 18% 0%, rgba(44,128,229,.16), transparent 65%),
    radial-gradient(900px 280px at 85% 10%, rgba(44,128,229,.12), transparent 62%),
    linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,255,255,.58));
  border:1px solid var(--rz-border);
  box-shadow: var(--rz-shadow);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.rz-faq__hero:before{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    radial-gradient(520px 260px at 20% 30%, rgba(44,128,229,.18), transparent 70%),
    radial-gradient(520px 260px at 85% 55%, rgba(44,128,229,.12), transparent 70%);
  pointer-events:none;
}

.rz-faq__hero-inner{
  position:relative;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
}

.rz-faq__hero-title{
  margin:0;
  font-weight:800;
  letter-spacing:-.02em;
  line-height:1.05;
  font-size: clamp(22px, 2.1vw, 30px);
}

.rz-faq__hero-title span{
  color:var(--rz-blue);
}

.rz-faq__hero-sub{
  margin:10px 0 0;
  color:var(--rz-muted);
  max-width: 680px;
  font-size: 14.5px;
  line-height: 1.55;
}

.rz-faq__hero-badges{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:14px;
}

.rz-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border-radius: 999px;
  border:1px solid rgba(44,128,229,.20);
  background: rgba(44,128,229,.08);
  color: var(--rz-text);
  text-decoration:none !important;
  box-shadow: 0 8px 18px rgba(44,128,229,.10);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.rz-pill:hover{
  transform: translateY(-1px);
  background: rgba(44,128,229,.12);
  border-color: rgba(44,128,229,.30);
}
.rz-pill__dot{
  width:10px;height:10px;border-radius:50%;
  background: var(--rz-blue);
  box-shadow: 0 0 0 6px rgba(44,128,229,.14);
}
.rz-pill--light{
  background: rgba(255,255,255,.70);
  border-color: rgba(15,23,42,.10);
  box-shadow: 0 10px 18px rgba(15,23,42,.06);
}

.rz-faq__hero-art{
  flex: 0 0 auto;
  width: min(260px, 34vw);
  aspect-ratio: 1.2 / 1;
  position:relative;
}
.rz-faq__hero-art svg{
  width:100%;
  height:100%;
  display:block;
  filter: drop-shadow(0 18px 20px rgba(15,23,42,.10));
}
.rz-faq__blob{
  fill: rgba(44,128,229,.14);
}
.rz-faq__spark{
  fill: rgba(44,128,229,.35);
}

/* Layout grid */
.rz-faq__grid{
  margin-top: 16px;
  display:flex;
  gap:16px;
}

.rz-faq__sidebar{
  width: 320px;
  flex: 0 0 320px;
}

.rz-faq__content{
  flex: 1 1 auto;
  min-width: 0;
}

/* Sidebar card */
.rz-faq__nav{
  position: sticky;
  top: 16px;
  border-radius: var(--rz-radius);
  background: var(--rz-card);
  border:1px solid var(--rz-border);
  box-shadow: var(--rz-shadow-soft);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow:hidden;
}

.rz-faq__nav-head{
  position:relative;
  padding: 16px 16px 14px;
  border-bottom: 1px solid rgba(15,23,42,.07);
  background:
    radial-gradient(420px 140px at 20% 0%, rgba(44,128,229,.12), transparent 70%),
    linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,255,255,.62));
}

.rz-faq__nav-title{
  margin:0;
  font-weight:800;
  font-size: 15.5px;
  letter-spacing:-.01em;
}

.rz-faq__nav-hint{
  margin:6px 0 0;
  color:var(--rz-muted);
  font-size: 12.5px;
  line-height:1.4;
}

.rz-faq__tabs{
  margin:0;
  padding: 10px 10px 12px;
  list-style:none;
}

.rz-faq__tabs li{
  margin: 0;
  float: unset;
}

.rz-faq__tabs a{
  display:flex;
  align-items:center;
  gap:10px;
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--rz-text);
  text-decoration:none !important;
  border: 1px solid transparent;
  transition: background .18s ease, transform .18s ease, border-color .18s ease;
}

.rz-faq__tabs a:hover{
  background: rgba(44,128,229,.08);
  transform: translateY(-1px);
}

.rz-faq__tabs li.active > a,
.rz-faq__tabs a[aria-expanded="true"]{
  background: rgba(44,128,229,.12);
  border-color: rgba(44,128,229,.22);
}

.rz-faq__tab-ico{
  width: 18px;
  height: 18px;
  color: var(--rz-blue);
  flex: 0 0 18px;
}
.rz-faq__tab-ico path{ fill: currentColor; }

/* Content card */
.rz-faq__panel{
  border-radius: var(--rz-radius);
  background: rgba(255,255,255,.84);
  border:1px solid var(--rz-border);
  box-shadow: var(--rz-shadow-soft);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  overflow:hidden;
}
.rz-faq__panel .tab-content {
	box-shadow: none;
	border-radius: 10px;
	background-color: transparent;
	padding: 0;
	width: 100%;
}
.rz-faq__pane{
  padding: 16px 16px 18px;
}

.rz-faq__section{
  border-radius: 16px;
  border: 1px solid rgba(15,23,42,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.78));
  box-shadow: 0 10px 18px rgba(15,23,42,.06);
  padding: 14px 14px;
  margin-bottom: 14px;
  position:relative;
  overflow:hidden;
}

.rz-faq__section:before{
  content:"";
  position:absolute;
  inset:-1px;
  background: radial-gradient(460px 140px at 18% 0%, rgba(44,128,229,.10), transparent 68%);
  pointer-events:none;
}

.rz-faq__h{
  position:relative;
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:800;
  margin:0 0 8px;
  font-size: 16px;
  letter-spacing:-.01em;
}

.rz-faq__h svg{
  width: 20px;
  height: 20px;
  color: var(--rz-blue);
  flex: 0 0 20px;
}
.rz-faq__h svg path{ fill: currentColor; }

.rz-faq__text{
  position:relative;
  color: rgba(15,23,42,.88);
  line-height: 1.65;
}
.rz-faq__text p{ margin: 0 0 10px; }
.rz-faq__text p:last-child{ margin-bottom:0; }
.rz-faq__text b{ color: var(--rz-text); }

/* Highlight well */
.rz-faq__callout{
  margin-top: 10px;
  border-radius: 16px;
  padding: 14px 14px;
  color: #0b1b34;
  background:
    radial-gradient(520px 140px at 20% 0%, rgba(44,128,229,.22), transparent 70%),
    linear-gradient(180deg, rgba(44,128,229,.10), rgba(44,128,229,.06));
  border: 1px solid rgba(44,128,229,.22);
}

/* Footer WOW block */
.rz-faq__footer{
  border-top: 1px solid rgba(15,23,42,.10);
  padding: 18px 16px 16px;
  background:
    radial-gradient(520px 170px at 15% 0%, rgba(44,128,229,.10), transparent 70%),
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.58));
}

.rz-faq__footer-title{
  margin:0 0 10px;
  font-weight:800;
  font-size: 18px;
}

.rz-rate{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin: 10px 0 14px;
}

.rz-rate__btn{
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border:1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.75);
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
  user-select:none;
}
.rz-rate__btn:hover{
  transform: translateY(-1px);
  border-color: rgba(44,128,229,.25);
  background: rgba(44,128,229,.08);
}
.rz-rate__btn.is-active{
  border-color: rgba(44,128,229,.35);
  background: rgba(44,128,229,.12);
}
.rz-rate__btn svg{
  width: 22px;
  height: 22px;
  color: rgba(15,23,42,.80);
}
.rz-rate__btn.is-active svg{
  color: var(--rz-blue);
}
.rz-rate__btn svg path{ fill: currentColor; }

.rz-cta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content:center;
  margin-top: 10px;
}
.rz-cta__card{
  position:relative;
  width: min(260px, 48%);
  min-width: 210px;
  border-radius: 18px;
  padding: 14px 14px;
  border:1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.78);
  box-shadow: 0 14px 24px rgba(15,23,42,.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform .18s ease, border-color .18s ease;
  text-decoration:none !important;
  color: var(--rz-text);
  overflow:hidden;
}
.rz-cta__card:hover{
  transform: translateY(-2px);
  border-color: rgba(44,128,229,.25);
}
.rz-cta__card:before{
  content:"";
  position:absolute;
  inset:-1px;
  background: radial-gradient(520px 140px at 10% 0%, rgba(44,128,229,.12), transparent 65%);
  pointer-events:none;
}
.rz-cta__ico{
  position:relative;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(44,128,229,.12);
  border:1px solid rgba(44,128,229,.18);
  margin-bottom: 10px;
}
.rz-cta__ico svg{
  width: 20px;
  height: 20px;
  color: var(--rz-blue);
}
.rz-cta__ico svg path{ fill: currentColor; }

.rz-cta__title{
  position:relative;
  margin:0 0 4px;
  font-weight:800;
}
.rz-cta__text{
  position:relative;
  margin:0;
  color: var(--rz-muted);
  font-size: 13px;
  line-height: 1.45;
}
.rz-cta__big{
  position:relative;
  margin-top: 10px;
  font-weight:900;
  letter-spacing:-.01em;
  color: var(--rz-blue);
  font-size: 16px;
}

/* Responsive */
@media (max-width: 991px){
  .rz-faq__sidebar{ width: 280px; flex-basis: 280px; }
}

@media (max-width: 767px){
  .rz-faq__hero-inner{ flex-direction:column; }
  .rz-faq__hero-art{ width: min(320px, 92vw); margin: 8px auto 0; }
  .rz-faq__grid{ flex-direction:column; }
  .rz-faq__sidebar{ width:auto; flex-basis:auto; }
  .rz-faq__nav{ position:relative; top:auto; }
  .rz-faq__tabs{ display:flex; gap:8px; overflow:auto; padding: 10px; }
  .rz-faq__tabs li{ flex: 0 0 auto; }
  .rz-faq__tabs a{ white-space:nowrap; }
  .rz-cta__card{ width: 100%; min-width: 0; }
}
/**/
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
#carousel0 .owl-wrapper-outer {
	border: none;
	box-shadow: none;
}
#carousel0 .hr_style {
	margin-top: 0;
	margin-bottom: 0;
}
#carousel0 .image img {
  opacity: 1;
}
#carousel0 .image:hover img {
  opacity: .6;
}
/* product list */
.product_flex {
  display: flex;
  flex-wrap: wrap;
}
/*.border_left, .border_right {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
}*/

.border_right {
  padding: 0 15px;
}
.trademark {
  position: relative;
  display: inline-block;
  border: none!important;
  width: 6px;
}
.trademark:after {
    position: absolute;
    top: -14px;
    left: 0;
    content: "®";
    font-size: 7px;
}
#price-view, #grid-view {
  background: none;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #dedede;
}
.product-layout {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.main_img_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  text-align: center;
	position: relative;
	background-color: #fff;
	height: max-content;
	border-radius: 10px;
	padding: 16px 0;
}
.main_img_box .image {
  width: 80%;
}
#dop-images a {
  border: 1px solid #dedede;
  border-radius: 5px;
  display: inline-block;
  overflow: hidden;
}
#dop-images {
  width: 20%;
  text-align: center;
}
.dop-prev, .dop-next {
  position: relative;
  display: block;
  width: 92px;
  height: 20px;
  font-size: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50%;
  border: 1px solid transparent;
  cursor: pointer;
}
.dop-prev.slick-disabled, .dop-next.slick-disabled {
  opacity: 0.3;
  cursor: unset;
}
.dop-next::after {
  background: url(../image/arrow-down.svg);
}
.dop-prev::after {
  background: url(../image/arrow-up.svg);
}
.dop-prev::after, .dop-next::after {
  content: "";
  width: 15px;
  height: 9px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.dop-left, .dop-right {
  width: 21px;
  height: 21px;
  color: #888;
  background: #F8F9FA;
  line-height: 15px;
  border-radius: 5px;
  position: absolute;
  border: none;
  top: 35%;
  z-index: 10;
  box-shadow: 2px 2px 8px rgb(0 0 0 / 13%);
  cursor: pointer;
}
.dop-left {
  left: 4px;
}
.dop-right {
  right: 4px;
}
@media (max-width: 767px) {
  #dop-images img {
    margin: 0 auto;
  }
}
.main-image .stickers {
  top: 15px;
}
.feedback_block_product {
  padding: 30px;
  display: flex;
  align-items: center;
}
.feedback_product {
  display: flex;
  align-items: center;
  margin: 35px auto;
}
.feedback_product-icon {
  position: relative;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  flex-shrink: 0;
}
.feedback__title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}
.feedback__subtitle {
  font-size: 14px;
  color: #9e9e9e;
}
.feedback__click {
  margin-top: 15px;
}
.product-thumb {
  position: relative;
  margin-bottom: 20px;
  transition: all ease 0.3s;
  margin: 7px;
  z-index: 0;
  padding: 1px;
  border: 1px solid #E2E5E9;
	border-radius: 10px;
}
.product-thumb:hover {
  box-shadow: -8px 8.9px 27px 0 rgb(1 119 225 / 23%);
  z-index: 1;
  transition: .3s;
}
#product {
  padding-bottom: 15px;
}
.product-thumb.slick-slide {
  margin: 15px;
}

.product-thumb:hover div .caption h4 a {
  -webkit-line-clamp: 4;
}
.product-thumb .image {
	text-align: center;
	margin-bottom: 10px;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
	.phone-icon-div {
		display: none;
	}
	}
.product-list .product-thumb .image {
	padding: 0 15px;
}
}
.option_title {font-size: 10px;}
.product-thumb h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: #000;
  margin-bottom: 7px;
  height: 55px;
  text-align: center;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 160px;
	position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-thumb .caption h4 a, .cart_item_name a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  color: #000;
}
.cart_item_name a {
	font-size: 14px;
}
.product-thumb .rating {
	position: relative;
	text-align: center;
}
.prod_review_a a {
  position: relative;
  margin-left: 13px;
  font-size: 13px;
  padding-left: 22px;
  color: #7f95ac;
  text-decoration: none;
}
.prod_review_a a::before {
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBpbWFnZS1yZW5kZXJpbmc9Im9wdGltaXplUXVhbGl0eSIgc2hhcGUtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iIHRleHQtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iIHZpZXdCb3g9IjAgMCAxMzAgMTE4LjE4Ij48ZGVmcy8+PGRlZnM+PHN0eWxlPi5zdHIwe3N0cm9rZTojN2Y5NWE3O3N0cm9rZS13aWR0aDo1O3N0cm9rZS1taXRlcmxpbWl0OjIyLjkyNTZ9LmZpbDB7ZmlsbDpub25lfTwvc3R5bGU+PC9kZWZzPjxnIGlkPSLQodC70L7QuV94MDAyMF8xIj48cGF0aCBkPSJNMTEuOTEgNzYuNDdWMjQuMTFjMC05Ljk0IDguMTMtMTguMDggMTguMDctMTguMDhoNzUuODJjOS45NCAwIDE4LjA3IDguMTQgMTguMDcgMTguMDh2NTIuMzZjMCA5Ljk0LTguMTMgMTguMDgtMTguMDcgMTguMDhINTguMzZsLTI3LjA4IDIyLjgtLjE3LTIyLjhjLTEwLjU0IDAtMTkuMi03LjE3LTE5LjItMTguMDh6TTM1LjM2IDUwLjIxaDY1LjA2TTM1LjM2IDY4Ljk3aDQ2Ljg5TTM1LjM2IDMxLjQ1aDY1LjA2IiBjbGFzcz0iZmlsMCBzdHIwIi8+PC9nPjwvc3ZnPg==);
  width: 20px;
  height: 15px;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}
.number-spinner, .number-option {
  display: none;
  position: relative;
  vertical-align: middle;
  background: #f9fafc;
  padding: 0px 40px;
  border: 1px solid #ebecee;
  margin-right: 5px;
  border-radius: 100px;
}
.number-add {
  display: flex;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 3px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  overflow: visible;
  font-weight: 600;
  cursor: pointer;
  background: #fff;
  color: #8f8f8f;
  transition: .3s;
  box-shadow: 0 5px 5px 0 #ebecee8c;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.number-add::after {
  content: '';
  display: block;
  width: 7px;
  height: 1px;
  background: #8f8f8f;
  position: absolute;
  top: 50%;
  left: 8px;
}
.number-minus::after {
  width: 10px;
  height: 2px;
  left: 13px;
}
.number-minus {
  left: 3px;
}
.number-plus {
  right: 3px;
}
.number-plus::before {
  height: 10px;
  width: 2px;
  left: 16px;
  top: 14px;
  content: '';
  display: block;
  background: #8f8f8f;
  position: absolute;
}
.number-plus::after {
  right: 13px;
  left: auto;
  width: 10px;
  height: 2px;
}
.int-q {
  border: 0px!important;
  display: inline-flex;
  padding: 0;
  width: 80px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  border: 0;
  justify-content: center;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  margin: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
  transition: all 0.25s cubic-bezier(.455,.03,.515,.955);
  border-radius: 0;
  box-shadow: none;
}
input.int-q::-webkit-outer-spin-button,
input.int-q::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.block_ten_big, .block_ten_all {
  border-radius: 10px;
  box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
  padding: 15px;
  background: #fff;
}
.block_ten_all {
  padding: 0;
}
.block_ten_all span {
	font-size: 14px;
}
.block_ten_all.ishome {
	margin-left: 350px;
	overflow: hidden;
}
.block_ten_all .heading_h {
  padding: 15px;
}
.block_ten {
	background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 5px;
  width: 190px;
}
.block_ten img {
  width: 30px;
}
.atr_ten {
  font-size: 12px;
  font-weight: 500;
}
.atr_ten .atr_text {
  font-weight: 300;
}
.block_button_cart {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.product-list .product-thumb .caption {
/*	margin-left: 230px;*/
}
.no_need_size, .size_ok {
  font-size: 16px;
  font-weight: normal;
  padding: 5px 10px;
  background: none;
  margin-bottom: 20px;
}
.no_need_size {
  border: 1px solid #218ed3;
  border-radius: 4px;
}
.size_ok {
  border: 1px solid #333;
  transition: all .2s ease-out;
}
.size_ok:hover {
  box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating_flex {
  display: flex;
  align-items: center;
}
.rating_circle {
  border: 4px solid #eef1df;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 500;
  font-family: var(--font-text);
  border-radius: 50%;
  margin-right: 10px;
  transform: rotate(45deg);
}
.rating_circle span {
  transform: rotate(-45deg);
}
.rating_info {
  padding-left: 30px;
  border-left: 2px solid #d6d6d6;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.rating_info__title {
  font-weight: 700;
}

.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #febf25;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #febf25;
}
.simple_logo {
	max-width:140px; 
	margin: 0px auto; 
	text-align: center;
}
.simple_logo a {
  display: inline-block;
}

h2.price {
	margin: 0;
}
.color-preview {
	display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 5px;
  margin-left: 0px;
  vertical-align: text-top;
	box-shadow: inset 0 0 1px rgba(0,0,0,.5);
}
/*.product-thumb .price {
	position: absolute;
	bottom: 0;
  left: 20px;
  margin-top: 10px;
  font-size: 20px;
}*/

.product-thumb .price {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
.product-thumb .price_number {
  font-style: normal;
  font-size: 18px;
}
.product-thumb .price_currency {
	font-size: 10px;
  vertical-align: top;
  border-bottom: 1px solid;
  display: inline-block;
  margin-left: 2px;
}
.product-thumb .price-new {
	font-weight: 600;
	text-align: right;
}
.product-thumb .price-old {
  color: #888;
  font-size: 13px;
  position: relative;
  font-weight: 500;
}
.product-thumb .price-old::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 50%;
  height: .1rem;
  background: #FF2121;
  transform: rotate(350deg);
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
	.block_ten_all.ishome {
		margin-left: 0;
	}
	.wrap_slider {
		margin: 30px;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
	.account_wrap.simpe_check {
		margin-top: 0;
		max-width: 100%;
	}
	.account_wrap.mmm::before {
		top: -47px;
		left: calc(50% - 30px);
		width: 80px;
		height: 80px;
	}
	.drop_h1.sss {
		text-align: center;
	}
	.drop_why_wrap {
		height: auto!important;
	}
}
.thumbnails {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
/*@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}*/

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.stickers.skidka, .stickers {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  z-index: 20;
  line-height: 1;
  pointer-events: none;
  margin-left: 0;
  left: 12px;
  top: 15px;
  height: 26px;
  border-radius: 26px 7px 7px 7px;
}
.main_img_box .stickers.skidka, .main_img_box .stickers {
  left: 35px;
}
.stickers.skidka span, .stickers span{
  /*margin-top: 10px;*/
}
.stickers::before {
	background: var(--color-bg);
  width: 20px;
  height: 26px;
  content: "";
  position: absolute;
  left: -3px;
  transform: skewX(-20deg);
  border-radius: 10px 0px 0px 10px;
}
.stickers::after {
	background: #F4F7FD;
  width: 9px;
  height: 9px;
  left: 7px;
  bottom: 7px;
  content: "";
  position: absolute;
  border-radius: 50px;
}
.stickers {
	font-weight: bold; 
	padding: 4px 12px 4px 25px; 
	position: absolute; 
	z-index: 10;
} 
.stickers:nth-child(2) {
	top: 50px;
}
.stickers:nth-child(3) {
	top: 85px;
}
.stickers:nth-child(4) {
	top: 105px;
}
.slider_pad {
  padding-right: 10px;
  padding-left: 10px;
}
.slider_pad .product-thumb {
  margin: 10px 0;
}
/*РЕТИНГ*/
.prod-rating {
font-size: 0;
color: #ccc;
display: inline-block;
vertical-align: middle;
}
.prod-rating input {
display: none;
}
.prod-rating * {
margin: 0 1px 0 0;
}
.prod-rating label .fa {
font-size: 16px;
padding: 2px 4px 2px 0px;
cursor: pointer;
}
.rat-star.active {
color: #febf25!important;
}
.rat-star.checked {
color: #febf25;
}
/*ОПЦИИ*/
.img-responsive {
	margin: 0 auto;
}
.image {
  position: relative;
}
#content {
  border-collapse: collapse;
  margin-bottom: 25px;
}
.short-descr {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
}
.specification_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.main_block_specif {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 215px;
  padding: 20px;
  margin: 10px;
  text-align: center;
  background: rgb(243, 243, 243);
}
.main_block_specif_title {
  font-weight: 700;
  font-size: 20px;
}
.main_block_specif_param {
  font-size: 35px;
}
.fb-like {
	float: right;
}
h1.category_h1 {
  font-size: 30px;
  line-height: 37px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
h1.category_h1.background--light, .wrap_cat_h1_about.background--light {
  color: #000;
}
h1.category_h1.background--dark, .wrap_cat_h1_about.background--dark {
  color: #fff;
}
.wrap_cat_image {
  position: relative;
  overflow: hidden;
  height: 330px;
}
.cat_fone {
  position: absolute;
  top: 0;
}
.wrap_cat_text {
  padding: 20px 75px;
  position: absolute;
  bottom: 0;
}
.back_desc_fon {
  margin: 50px 0;
}
.dropdown-toggle.sort {
  width: 100%;
  background: none;
  border: none;
}
.dropdown-menu {
  border: none;
  padding: 10px;
}
.dropdown-menu>li>a {
  padding: 5px 25px;
  position: relative;
  font-weight: 300;
}
.sort-item a::before {
  content: "";
  font-size: 23px;
  display: inline-block;
  min-height: 16px;
  height: 16px;
  width: 16px;
  border: 1px solid rgba(0,0,0,0.5);
  padding: 0;
  font-weight: normal;
  line-height: 16px;
  margin: 0 12px 0 0;
  text-indent: -4px;
  vertical-align: middle;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 8px;
}
.sort-item.selected a::before {
  background-color: #333;
  -webkit-box-shadow: inset 0 0 0 2px white;
  box-shadow: inset 0 0 0 2px white;
  min-width: 16px;
  padding: 1px 6px;
  font-size: 11px;
  line-height: 11px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.sort-line {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
}

.sort-label {
    font-weight: 500;
}

.sort-list {
    display: flex;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sort-list li a {
    color: #333;
    text-decoration: none;
    font-weight: 400;
    transition: color .2s ease;
    border-bottom: 1px dashed #000;
}

.sort-list li a:hover {
    color: #2C80E5;
    border-bottom: 1px dashed #2C80E5;
}

.sort-list li.active span {
    font-weight: 700;
    color: #000;
    cursor: default;
    border-bottom: 1px dashed #000;
}

.main_button {
	background-color: var(--color-btn);
	color: var(--color-btn-text);
	border-radius: var(--border-btn);
  -moz-border-radius: var(--border-btn);
  -webkit-border-radius: var(--border-btn);
  border: 2px solid var(--color-btn);
  padding: 10px 20px;
  display: inline!important;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.main_button:hover {
	background-color: var(--color-btn-hover);
	color: var(--color-btn);
}
.dropdown-menu>li>a.gogo {
	padding: 3px 12px;
	color: var(--color-btn-text);
}
.dropdown-menu>li>a.gogo:hover {
	background-color: var(--color-btn-hover);
	color: var(--color-btn);
}
.product-info .radio {
display:inline-block;
margin:10px 3px 10px 0;
}
.product-info .opt_with_img input[type='radio'] + label {
/*	padding: 0px;
	border-radius: 50%;
	width: 20px;
	overflow: hidden;*/
}
.product-info .opt_with_img input[type='radio']:checked + label {
	border: 1px solid #eee;
	color: #333;
}
.product-info .opt_with_img input[type='radio']:checked + label .fa {
  font-size: 16px;
  top: 7px;
  bottom: unset;
}
.product-info input[type='radio'], 
.product-info input[type='checkbox'] {
  display:none;
}
.product-info input[type='radio'] + label, 
.product-info input[type='checkbox'] + label, .view0_link {
padding: 7px;
margin: 0;
background: #fff;
color: #333;
font-size: 14px;
box-shadow: none;
border-radius: 50%;
border-color: #ddd;
-webkit-transition: all 100ms linear;
-moz-transition: all 100ms linear;
-ms-transition: all 100ms linear;
-o-transition: all 100ms linear;
transition: all 100ms linear;
position: relative;
min-width: 30px;

width: 50px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
}

.view0_link {
  border: 1px solid #ddd;
}
.product-info input[type='radio']:hover + label::after {
  border-color: #8a8a8a;
}
.product-layout .product-info input[type='radio'] + label, 
.product-layout .product-info input[type='checkbox'] + label {
transition: initial;
}
.product-info input[type='radio'] + label .fa, 
.product-info input[type='checkbox'] + label .fa {
display: none;
-webkit-transition: all 100ms linear;
-moz-transition: all 100ms linear;
-ms-transition: all 100ms linear;
-o-transition: all 100ms linear;
transition: all 100ms linear;
}
.product-info input[type='radio']:checked + label, 
.product-info input[type='checkbox']:checked + label {
color: #0a0f9d;
background: #fff;
box-shadow: 0px 0px 5px 1px #0a0f9d;
border-color: #fff;
text-shadow: none;
}
.product-info input[type='radio']:checked + label::after, .view0_link:hover::after {
	border-color: #333;
	top: -11px;
}
.product-info input[type='radio']:checked + label .fa, 
.product-info input[type='checkbox']:checked + label .fa {
display: block;
position: absolute;
bottom: 0px;
right: 0px;
color: #ff6379;
font-size: 10px;
-webkit-transition: all 100ms linear;
-moz-transition: all 100ms linear;
-ms-transition: all 100ms linear;
-o-transition: all 100ms linear;
transition: all 100ms linear;
}
.product-info input[type='radio']:hover + label, 
.product-info input[type='checkbox']:hover + label, .view0_link:hover {
box-shadow: 0px 0px 1px 1px #8a8a8a;
border-color: #fff;
-webkit-transition: all 100ms linear;
-moz-transition: all 100ms linear;
-ms-transition: all 100ms linear;
-o-transition: all 100ms linear;
transition: all 100ms linear;
}
.option-line {
    display: inline-block;
    margin-top: 10px;
}
span.option_price {
color: #777;
padding-left: 3px;
font-size: 13px;
}
.product-info input[type='radio']:checked + label span.option_price, 
.product-info input[type='checkbox']:checked + label span.option_price {
color: #333;
}
.product-info .radio .btn-default:active {
color: #333;
background-color: #fff;
border-color: #333;
}
.product-info .radio .img-thumbnail {
display: inline-block;
max-width: 100%;
height: auto;
padding: 0;
line-height: inherit;
background-color: transparent;
border: none;
-webkit-transition: none;
-o-transition: none;
transition: none;
border-radius: 50%;  
}
#button-print {
	display: none;
}
.product_h1 {
  text-align: left;
  font-style: normal;
  font-size: 25px;
  line-height: 35px;
  margin-top: 0;
  margin-left: 0px;
  padding-bottom: 0px;
  padding-top: 10px;
  margin-bottom: 0px;
}
.tovar_block_block {
	background-color: #fff;
	padding: 16px;
	border-radius: 10px;
}

/* Product page: price_tovar card like reference */
.price_tovar .tovar_block_block {
  border-radius: 14px;
  padding: 22px 24px;
  box-shadow: 0 8px 24px rgba(25, 41, 64, 0.06);
}

.price_tovar .price_bb {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.price_tovar .main_price_block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.price_tovar .main_price_price {
  min-width: 260px;
}

.price_tovar .main_price_actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.price_tovar .main_price_actions .wishlist_add_heart,
.price_tovar .main_price_actions .compare_add {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  line-height: 0;
}

.price_tovar .main_price_actions svg {
  display: block;
}

.price_tovar .block_button_cart .cart_group {
  display: flex;
  align-items: stretch;
  gap: 18px;
  margin-top: 12px;
}

.price_tovar #button-cart.cart_button_open.order.pink {
  background: #FFD23C;
  border: 1px solid #FFD23C;
  color: #111;
  height: 72px;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .04em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 22px;
  flex: 1 1 0;
  box-shadow: none;
}

.price_tovar #button-cart.cart_button_open.order.pink:hover {
  filter: brightness(0.98);
  box-shadow: none;
}

.price_tovar .price-buy__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.price_tovar .price-buy__text {
  text-transform: uppercase;
}

.price_tovar #button-click.cart_button_open.second {
  background: #2C80E5;
  border: 1px solid #2C80E5;
  color: #fff;
  height: 72px;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  flex: 1 1 0;
  box-shadow: none;
}

.price_tovar #button-click.cart_button_open.second:hover {
  filter: brightness(0.98);
  box-shadow: none;
}

@media (max-width: 767px) {
  .price_tovar .tovar_block_block {
    padding: 16px;
  }
  .price_tovar .block_button_cart .cart_group {
    flex-direction: column;
    gap: 12px;
  }
  .price_tovar #button-cart.cart_button_open.order.pink,
  .price_tovar #button-click.cart_button_open.second {
    height: 58px;
    font-size: 16px;
  }
}
.brend_nadia {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.brend_title {
    font-size: 33px;
    font-weight: 300;
    text-transform: uppercase;
}
.brend_nadia__text {
    font-size: 12px;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80px;
}
.brend_nadia__img {
    width: 80px;
    height: 80px;
    margin-left: 5px;
}
span.ukrainian {
    font-weight: 700;
    border-bottom: 1px solid #333;
}
.is_instock, .not_instock {
	font-size: 13px;
  color: #333;
  padding: 10px;
  border-radius: 10px;
  font-weight: 700;
}
.is_instock {
  color: #489041;
  background: #e3f7d9;
}
.not_instock {
	background: #FD9DA6;
	color: red;
}
.euroagroshop {
  font-size: 14px;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.euroagroshop .rating {
  margin-right: 15px;
}
.model {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article_sku {
	font-size: 16px;
}
.adotted {
  cursor: pointer;
  color: var(--color-main);
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px dashed;
}
.adotted.short {
  margin-top: -7px;
  display: inline-block;
  margin-bottom: 7px;
  border-bottom: 1px solid #333;
}
.info_tooltip::after {
	font-family: FontAwesome;
	color: #d14341;
	content: "\f059";
	margin-left: 4px;
}
.info_tooltip.verify_of::after {
	font-family: FontAwesome;
	color: #428796;
	content: "\f058";
	margin-left: 4px;
}
.atributes {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  /*margin-bottom: 20px;*/
}
.atributes_ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.atributes_ul .block_ten {
	margin: 10px 10px;
}
.main_atr_cat {
  margin-top: 30px!important;
  position: relative;
  font-weight: 700;
  margin-bottom: 10px;
}
.main_atr_cat span {
  margin-left: 10px;
}
.main_atr_cat a span i::before {
  content: "\f106";
}
.main_atr_cat a.collapsed span i::before {
  content: "\f107";
}
.atr_title {margin-right: 4px;}
.atributes ul li:not(:first-child) {
	margin-top: 5px;
}
.atributes a {
  color: #333;
  text-decoration: none;
}
.atributes a:hover {
	text-decoration: none;
}
.attributes_stars .fa, .atr_vew_name .fa {
	color: #333;
	width: 1em;
	height: 1em;
	line-height: 1em;
}
.bold_fira {
	font-weight: 700;
	color: #333;
}
.hr_style {
  height: 1px;
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
  background: #f2f2f2;
}
.hr_style.sss {
  margin-bottom: 10px;
  margin-top: 10px;
}
.price_tovar {
  margin-top: 10px;
}
.price_tovar ul {
  margin: 0;
}
.block_cena {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #eff1e0;
  border-radius: 10px;
  padding: 15px;
  max-width: 350px;
  position: relative;
  margin-right: 15px;
}
.economy_block {
  top: 0;
  bottom: 0;
  left: 0;
  background: #905dde linear-gradient(90deg,#905dde 0,#a811da 100%);
  position: absolute;
  padding: 18px 10px;
  border-radius: 10px 0 0 10px;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.economy_block::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #a811da;
  position: absolute;
  right: -10px;
  top: 24px;
}
.economy_verh {
  font-size: 20px;
  font-weight: 700;
}
.economy_niz {
  font-size: 14px;
}
.old_block {
  margin: 0 10px 0 100px;
}
.cart_group {
  margin-bottom: 20px;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
.old_price{
	position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #888;
  display: inline;
}
.old_price::after {
  content: '';
  height: 1px;
  position: absolute;
  width: 120%;
  background-color: #EF1865;
  left: -10%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.total_cart_price .old_price, .kol_cena_cena .old_price {
	font-size: 13px;
}
.total_cart_price .old_price::after, .kol_cena_cena .old_price::after {
	width: 100%;
	left: 0;
}
h2.price_h2, .price_no {
	font-size: 26px;
	font-weight: 700;
	color: #192940;
	margin: 0;
}
.main_price_cachback {
  margin-left: 24px;
  background-color: #ffeeb2;
  font-size: 14px;
  padding: 6px 6px 5px;
  text-align: center;
  font-weight: 600;
  color: #001528;
  display: inline-block;
    border-radius: 7px;
}
.price_economy {
  font-size: 14px;
  color: #777e90;
  font-weight: 400;
}
.price_bb {
  margin-bottom: 20px!important;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
}
.grn {
	font-size: 19px;
  font-weight: 700;
  margin-right: 5px;
  position: relative;
  display: inline-block;
  margin-top: 4px;
  margin-left: 5px;
}
.why_price {
	position: absolute;
	top: 0;
}
.thumbnail {
	border: none;
}
.countdown {
	margin: 10px auto;
  display: flex;
  justify-content: space-around;
  max-width: 500px;
  background: #fff;
  padding: 10px;
  border-radius: 7px;
}
.info_skidos {
  font-weight: 600;
  font-size: 16px;
}
.info_skidos_2 {
  color: #9e9e9e;
  font-weight: 400;
  font-size: 14px;
}
#countdown, .count_text {
  display: flex;
  font-size: 14px;
}
#countdown .count_block {
  display: flex;
  width: 45px;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  margin-right: 10px;
  position: relative;
}
.count_item {
  background: rgb(255, 241, 171);
  width: 30px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.count_time {
  font-size: 12px;
  margin-top: 5px;
  font-weight: 500;
}
.relative {
  position: relative;
}
/*ХЛЕБНЫЕ КРОШКИ*/
.breadcrumb {
	padding: 8px 0;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding: 0 20px;
	position: relative;
	/*white-space: nowrap;*/
}
.breadcrumb li + li {
  margin: 0 0 0 34px;
}
.breadcrumb li + li:before {
  position: absolute;
  left: -20px;
  top: 0;
  content: '\f178';
  font-family: FontAwesome;
  padding: 0;
}
.breadcrumb {
	background-color: transparent;
	margin: 0;
	padding: 15px 10px;
	/*overflow: hidden;*/
	font-size: 12px;
}
.breadcrumb li a, .breadcrumb li {
	color: #6f6f6f;
  font-weight: 300;
  display: inline-block;
}
.temnoi {
  color: #192940!important;
}
.you_here {
  position: absolute;
  top: 26px;
  left: -28px;
  color: #e31e25;
}
.you_here::after {
  content: '';
  background: url(../image/arrow_here.png) no-repeat;
  background-size: contain;
  height: 25px;
  width: 30px;
  position: absolute;
  top: -11px;
  right: -37px;
}
.breadcrumb i {
font-size: 16px;
}
.breadcrumb > li {
padding: 0;
position: relative;
overflow: hidden;
text-overflow: ellipsis; 
}
.breadcrumb>li.br_ellipses+li:before {
content: "";
padding: 0;
}
.breadcrumb > *:nth-child(n+1) {
display: inline;
}
.invisible{
display: none;
}
@media (max-width: 767px) {
.breadcrumb  > *:nth-last-child(2) {
display: inline;
/*white-space: break-spaces;*/
}
.breadcrumb > * {
max-width: 60px;
font-size: 13px;
}
h1.inbreadcrumb {
font-size: 15px;
}
}
@media (min-width: 768px) and (max-width:991px) {
.breadcrumb  > *:nth-last-child(-n+4) {
display: inline;
} 
.breadcrumb  > * {
max-width: 100px;
}
}
@media (min-width: 992px) {
.breadcrumb  > *:nth-last-child(-n+6) {
display:inline;
} 
.breadcrumb  > * {
max-width: 170px;
}
}  
/*КАТЕГОРИИ*/
.image_cat {
	position: relative;
}
.image_cat:before {
	content: "";
	position: absolute;
	right: -5px;
	top: 0;
	width: 0.5px;
	height: 100%;
	min-height: 30px;
	max-height: 80px;
	background-color: #dedede;
}
.catalog_view_btn {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 6px;
	margin-bottom: 20px;
}
.catalog_view_btn button {
	text-align: left;
}
.catalog_view_btn button, .catalog_view_btn div {
	width: 50%!important;
}
.ocf-value, .ocf-value:active, .ocf-value:focus, .ocf-value:visited, .ocf-value:hover {
	font-size: 14px!important;
}
.wrap_category {
  text-align: center;
  padding: 0 10px;
  width: calc(100% / 6);
  margin-bottom: 15px;
}
.ocf-container {
	box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
border-radius: 10px;
overflow: hidden;
background-color: #fff;
padding: 20px 10px;
}
.loadmore {
	cursor: pointer;
	transition: all .2s ease-out;
	border: 1px solid #6b6b6b;
	padding: 5px 14px;
	margin-top: 20px;
	display: inline-block;
}
.loadmore:hover {
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
}
.pagination>li>a, .pagination>li>span {
	border: none;
	font-weight: 500;
	padding: 3px 6px;
	margin-right: 20px;
	color: #444;
}
.pagination>.active>span {
	background-color: #333;
  border-color: #333;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	border-radius: 7px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #4d4d4d;
	border-color: #4d4d4d;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	z-index: 3;
	color: #ffffff;
	background-color: #4d4d4d;
	border-color: #4d4d4d;
	border-radius: 7px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
#category_flex_2 {
	margin-bottom: 30px;
}
.title_cat {
    font-weight: 300;
    font-family: var(--font-title);
    display: block;
    line-height: 18px;
    font-size: 14px;
    margin-top: 7px;
    font-weight: 400;
		line-height: 14px;
		padding: 0 6px;
		text-align: center;
		color: #000;
}
.category_flex {
  display: flex;
  justify-content: flex-start;
  margin: 20px 0;
  flex-wrap: wrap;
}
.image_cat:hover {
	border-color: #849dab;
}
.image_cat:hover img, .image_cat::after {
	opacity: 0.8;
}
.image_cat:hover img.circle {
  transform: rotate(-10deg);
}
.image_cat:hover a {
	text-decoration: underline;
	color: var(--color-main);
}
.image_cat img {
	max-width: 100%;
	display: block;
  margin: 0 auto;
  transition: all .3s ease;
}
.image_cat img.circle {
  border-radius: 50%;
}
.wrap_category.noimage {
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  overflow: hidden;
  padding: 15px 20px;
  background: #fff;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 80px;
  margin: 0 15px;
}
.wrap_category.noimage:hover {
  -webkit-box-shadow: 3px 3px 10px rgb(0 0 0 / 7%);
  box-shadow: 3px 3px 10px rgb(0 0 0 / 7%);
  border-color: #fff;
  transform: translateY(-5px);
}
.chart {
  position: relative;
  overflow: hidden; /* .triangle выходят за пределы */
}

.chart:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.triangle {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 50%;
  transform-origin: center bottom;
  overflow: hidden;
}

.circle {
  height: 100%;
  width: 100%;
  background: silver;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  transform-origin: center bottom;
  transform: rotate(120deg);
}
.name_category {
	margin-top: 10px;
}
.name_category a {
	color: #333;
	font-size: 18px;
  font-weight: 500;
	text-transform: uppercase;
}
.filter_add::before {
	content: '';
	display: block;
	margin-bottom: 10px;
	height: 4px;
	backgroud: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIBAMAAAA2IaO4AAAABGdBTUEAALGPC/xhBQAAACFQTFRFXYCS////XYCSXYCSXYCSXYCSXYCSXYCSXYCSXYCSXYCSf4E4/QAAAAp0Uk5TAAATP0vW1+Pn6BNca/UAAAAkSURBVAiZY/CYIijIMGslkKhaDiRMk4GEoCCMYABSDEwKgoIAkiAFTwVKHA4AAAAASUVORK5CYII=") repeat-x 0 0;

}
.noUi-connect {
  background: #999!important;
}
.ocfilter>.panel-heading{
	display: none;
}
.ocf-option-values>.ocf-block-image>label>input {
  visibility: hidden;
}
.ocf-block-image {
  display: flex;
  align-items: center;
  height: 40px;
}
.ocf-block-image .ocf-image {
  height: 40px!important;
  width: 40px!important;
}
.panel-default, .ocfilter-option {
	padding: 10px 0;
	border: none;
  background: transparent;
}
.panel.ocfilter {
	box-shadow: none;
}
.ocfilter-mobile-handle {
	display: none;
}
.add_cart_button {
	opacity: 1;
	transition: all 0.2s ease;
}
.add_wishlist_button {
	z-index: 10;
	transition: all 0.2s ease;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	position: absolute;
	right: 0;
	top: 10px;
}
.product_bottom_line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product_action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.product-thumb:hover .add_cart_button, .product-thumb:hover .add_wishlist_button {
	opacity: 1;
}
.wishlist_add_heart, .compare_add {
	border: none;
  background: transparent;
}

/* Rizno: active (filled) state for wishlist/compare SVG buttons */
.wishlist_add_heart.is-active svg .cls-1,
.compare_add.is-active svg .cls-1 {
  opacity: 1 !important;
}

.wishlist_add_heart.is-active svg .cls-2,
.compare_add.is-active svg .cls-2 {
  fill: #F7C94C !important;
}

.wishlist_add_heart.is-active svg .cls-3,
.compare_add.is-active svg .cls-3 {
  fill: #F7C94C !important;
}

.wishlist_add_heart.is-active svg .cls-4,
.compare_add.is-active svg .cls-4 {
  fill: #111 !important;
}

/* Rizno: small "Added" tooltip near icon */
.rizno-mini-tip {
  position: fixed;
  z-index: 9999;
  padding: 6px 10px;
  border-radius: 10px;
  background: rgba(44, 128, 229, 0.95);
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  box-shadow: 0 10px 30px rgba(25, 41, 64, 0.25);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .15s ease, transform .15s ease;
  pointer-events: none;
}

.rizno-mini-tip.is-show {
  opacity: 1;
  transform: translateY(0);
}
.wishlist_add_heart .fa {
	font-size: 25px;
	color: #e85c5c;
}
.slick-initialized .slick-slide {display: flex; justify-content: space-around;}
#product_price_wrap {font-size: 16px;}
.main_attributes {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.wrap_main_att {
	display: flex;
  flex-wrap: wrap;
	width: 100%;
}
.main_att {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 45%;
  margin: 2%;
  color: #797979;
  font-weight: 500;
  text-align: center;
}
.main_att_icon {margin-bottom: 5px; margin-right: 5px;}
.main_att_icon img {
	width: 45px;
}
.main_att_text {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
}
.main_att_text_title {
	font-weight: 500;
  color: #333;
}
.add_cart_button button {
	position: relative;
	font-weight: 500;
	text-transform: uppercase;
	width: 40px;
	height: 40px;
	background-color: rgb(255, 209, 46);
	padding: 5px;
	color: #000;
	border: none;
	border-radius: 10px;
}
.add_cart_button a {
  color: #fff;
}
.atr_view {
	position: absolute;
	text-align: left;
  bottom: 10px;
  left: 5px;
  font-size: 12px;
}
#tab-description img {
  max-width: 100%!important;
}
#tab-description span, #tab-description p {
	font-family: var(--font-text)!important;
  font-weight: 300!important;
  color: #000!important;
  font-size: var(--font-size)!important;
}
.complect-ferma h2 {
	margin-top: 0;
}
.complect-ferma ul {
	list-style: none;
	margin: 0 0 15px 0;
  padding: 0 0 0 15px;
  line-height: 20px;
}
.complect-ferma ul li {
  background: url(../image/ul_li.svg) 0 0 no-repeat;
  background-size: 20px;
  padding: 0 0 2px 28px;
  margin: 4px 0 10px 0;
}
/*ТЕКСТОВЫЕ БЛОКИ*/
.pro_head {
	text-align: left;
	font-weight: 700;
}
.text_pro_blocks {
  margin: 50px 0;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 30px 15px;
  background: #fff;
  flex-direction: column;
  border-radius: 10px;
}
.wrap_pro_block {
  display: flex;
  justify-content: flex-start;
  padding: 10px 0;
  text-align: left;
  font-size: 14px;
}
.wrap_pro_block_2 {
	padding: 10px 0;
}
.pro_block__icon img {
  width: 15px;
  margin-right: 5px;
}
.pro_block__icon {
  position: relative;
}
.pro_block__icon::after {
/*  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e6c2c7;
  top: 9px;
  left: 12px;
  z-index: -1;*/
}
.pro_block__about__title {
	display: flex;
	align-items: center;
	position: relative;
}
.pro_tooltip {
	margin-left: 5px;
}
.pro_block__about {
	position: relative;
}
.pro_tooltip span {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #303030;
	font-size: 12px;
	font-style: normal;
	background: none;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	display: inline-block;
}
.problock_title {
	font-weight: 500;
}
@-webkit-keyframes rotation {
    0% {-webkit-transform: rotate(0deg);}
    25% {-webkit-transform: rotate(5deg);}
    50% {-webkit-transform: rotate(0deg);}
    75% {-webkit-transform: rotate(-5deg);}
		100% {-webkit-transform: rotate(0deg);}
}
.pro_block__about__text {
	font-size: 14px;
	text-align: left;
	display: none;
	position: absolute;
  top: 25px;
  right: auto;
  left: 10%;
  z-index: 40;
  width: 288px;
  padding: 21px 20px 21px 14px;
  color: #525252;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: .26px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 hsl(0deg 0% 57% / 50%);
  border-radius: 4px;
  text-align: left;
  cursor: pointer;
}
.pro_block__about__text_2 {
	font-size: 14px;
	text-align: left;
}
.i__close {
	position: absolute;
  right: 20px;
  top: 14px;
  cursor: pointer;
      width: 11px;
    height: 11px;
    fill: #929292;
}
.pro_block__about.active .pro_block__about__text {
	display: block;
}
.pro_block__about__text_2 img {
	margin-right: 24px;
  height: 24px;
  min-width: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 4px;
}
/*Описание*/
.tab-content p {
  line-height: 32px;
}
.tab-content {
  margin-bottom: 40px;
  box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
  border-radius: 10px;
  background-color: #fff;
  padding: 40px;
  width: 60%;
}
#myAccount .tab-content {
  box-shadow: none;
  width: 100%;
}
#myAccount .modal-dialog {
	max-width: 400px;
}
#tab-specification {
	display: flex;
}
.main_tovar_flex {
	display: flex;
	gap: 30px;
  justify-content: space-between;
}
.product__aside {
	width: 30%;
	position: sticky;
  top: 110px;
}
.product__aside {
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    height: 100%;
}
.product__aside_image {
    height: auto;
    margin: 0 auto 22px;
    max-width: 100%;
    max-height: 200px;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.product__aside_action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}
.product__aside_prices {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
}
.product__aside_price {
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 700;
    color: #192940;
}
.trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 10px;
    padding: 8px 24px;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 30px;
    background: var(--color-main);
    color: #fff;
    font-weight: 500;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
/*отзывы*/
.flex_review {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px;
    }
    .flex_review .image {
        margin: 0;
        width: 30%;
    }
    .title_review {
        width: 70%;
    }
    .title_review h4 {
        height: auto;
        font-size: 15px;
        font-weight: 500;
        margin: 0;
    }
    .review .rating {
        margin-top: -10px;
    }
    .reviews-caption {
        min-height: 0 !important;
    }
    .reviews-description {
        font-size: 15px;
        font-style: italic;
        min-height: 90px;
    }
    .reviews-sign {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        margin-bottom: 7px;
    }
    .reviews-author {
        font-weight: bold;
    }
    .reviews-date {
        margin-left: 10px;
        font-size: 14px;
        color: #b0b0b0;
    }
    @media (max-width: 600px) {
      .reviews-sign {
        flex-direction: column;
      }
      .reviews-date {
        margin-left: 0;
      }
    } 
.nav>li>a:focus, .nav>li>a:hover, .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  background: transparent;
  border: none;
}
.nav-tabs>li>a:hover {
  border: none;
}
.nav-tabs>li>a {
  margin: 0!important;
  border: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8rem;
  color: #5d5d5d;
  padding: 10px;
}
.nav-tabs.more_tabs {
  text-align: center;
  height: 57px;
  font-size: 16px;
  margin-top: 25px;
  border-bottom: 1px solid #f2f2f2;
  position: sticky;
  top: 10px;
  background: #fff;
  z-index: 10;
  padding-top: 15px;
  box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
.nav-tabs.more_tabs>li.active {
  font-weight: 700;
}
.nav-tabs.more_tabs>li.active::after {
  content: '';
  display: block;
  margin-bottom: 10px;
  height: 3px;
  background: var(--color-main);
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #212121;
}
.tab-content>.active {
  display: block;
}
.nav-tabs.more_tabs>li a sup {
    position: absolute;
    top: 50%;
    right: -6px;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    background: #292c2e linear-gradient(90deg,#589bd8 0,#0177e1 100%);
    letter-spacing: normal;
    color: #ffffff;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: -32px 0 0 0;
    z-index: -1;
    /*position: absolute;
    top: 44%;
    right: 3px;
    font-size: 55px;
    font-weight: bold;
    line-height: 64px;
    letter-spacing: normal;
    color: #eceeef;
    margin: -32px 0 0 0;
    z-index: -1;*/
}
.planb_table tbody tr td {
  width: 50%;
}
.planb_table a {
	color: #4cb9b5;
  font-weight: 700;
  border-bottom: 2px #4cb9b5 dashed;
}
.table tbody tr:nth-child(2n) {
  background: #f7f8f9;
}
.button_cart_add.review_open {
  font-size: 14px;
  cursor: pointer;
  display: inline;
  background: var(--color-main);
  border: none;
  border-radius: 45px;
}
.button_cart_add.review_open:hover {
  background: #00a251;
}
.tagss {
  display: flex;
  flex-wrap: wrap;
}
.tags_img {
    margin-right: 7px;
}
.tags_block {
  display: flex;
  align-items: center;
  margin: 5px 5px;
  padding: 5px 10px;
  border: 1px solid #e8e9eb;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 500;
}
.write_review_block {
  margin-bottom: 40px;
}
#review .review-list, #answers .review-list {
	width: 100%;
	line-height: 1;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	padding: 15px;
}
.review-list .author, .review-list .rating {
  display: inline-block;
}
.review-list .author span {
  font-size: 16px;
  font-weight: 500;
}
.review-list .rating {
  float: none;
  margin-left: 7px;
}
.review-list .rdate {
	display: block;
  margin-top: 5px;
	font-size: 12px;
	font-weight: 500;
	color: #949292;
}
.review-list .text_rev {
  margin-top: 15px;
  font-size: 16px;
  line-height: 23px;
  font-style: italic;
}
.review-list .name_admin, .review-list .answer_admin {
font-size: 16px;
margin-top: 10px;
margin-left: 25px;
}
.review-list .name_admin {
	color: #c64242;
  font-weight: 500;
}
.review-list .name_admin.black {
  color: #333;
}
#hide_review_write.image {
  margin: 0;
  border-radius: 20px;
}
.button_cart_add.add_review {
	font-size: 14px;
	padding: 10px 30px;
}
.cancel_review {
	cursor: pointer;
}
.product-thumb.reviews {
  display: flex;
}
.product-thumb.reviews:hover::after {
  transform: none;
}
.product-thumb.reviews h4 {
  font-weight: 500;
  text-align: left;
  height: auto;
}
.product-thumb .unit {
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    bottom: -5px;
    right: -1px;
}
.unit_cart {
	margin-left: 10px;
	font-size: 18px;
}
.reviews_footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.product-thumb.reviews .caption {
  width: 100%;
}
.reviews-date {
  font-size: 14px;
  color: #b0b0b0;
}
.mfp-bottom-bar {
    display: none;
  }
.relative {
  position: relative;
}
.kod_tovara {
  font-size: 13px;
  background: #FDC710;
  padding: 10px 10px;
  border-radius: 10px;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 10;
}
.kod_tovara span {
	font-weight: 700;
}
.mfp-iframe-scaler iframe {
  top: 50%!important;
  left: 50%!important;
  transform: translate(-50%, -50%);
  width: 80%!important;
  height: 80%!important;
}
.mfp-iframe-holder .mfp-close {
  font-size: 50px!important;
  right: 10px!important;
  opacity: 1!important;
  color: #838383!important;
  top: 0!important;
}
/*РЕКОМЕНДУЕМЫЕ*/
#related_product.owl-carousel, .latest_product_mod.owl-carousel, .best_product.owl-carousel,.featured_product_mod.owl-carousel {
	background: transparent;
}
.slick-track {
	margin-left: 0!important;
	margin-right: 0!important;
}
#related_product.owl-carousel .owl-wrapper-outer, .latest_product_mod.owl-carousel .owl-wrapper-outer, .best_product.owl-carousel .owl-wrapper-outer, .featured_product_mod.owl-carousel .owl-wrapper-outer {
	border: none;
	box-shadow: none;
}
.drag {
  width: 100%;
  height: 35px;
  background: url(../image/dragler.gif) no-repeat;
  background-position: top right;
  background-size: contain;
  opacity: 0.6;
  margin-top: -10px;
}
/*НОВОСТИ*/
.blog_wrap {
	position: relative;
}
.image-blog img {
  width: 100%;
}
.product-thumb .image img {
	max-width: 100%;
}
#blog_mod {
  padding: 0 15px;
}
#blog_mod .image {
	padding: 20px;
}
#blog_mod .image img {
	border-radius: 15px;
	max-width: 100%;
	margin-bottom: 10px;
}
.blog_title {
	text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  height: 65px;
  display: inline-block;
  color: var(--color-main);
}
.blog_wrap::after {
	content: '';
  position: absolute;
  background: #fff;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 4px 20px rgb(0 0 0 / 8%);
  z-index: -1;
  transition: all ease 0.3s;
  border: 1px solid transparent;
}
.margin {
	margin-top: 20px;
}
.heading_h {
  position: relative;
}
.heading_h span.hidden-xs {
  position: absolute;
  top: 10px;
  right: 0;
}
.second_title {
	color: #D2D2D2;
  font-family: var(--font-text);
  display: none;
}
#blog_mod .owl-wrapper-outer {
	border: none;
	box-shadow: none;
}
#blog_mod.owl-carousel {
	background: transparent;
}
.blog_date {display: flex; justify-content: space-between; margin-bottom: 15px; font-size: 14px;}
.blog_wrap.col-xs-12 {margin: 0 auto 15px auto;}
.blog_wrap {max-width: 585px; margin: 0 auto; padding: 0 5px;}
.blog_wrap .image {position: relative; height: auto; cursor: pointer;}
.blog_wrap .image a {cursor: pointer;}
.blog_wrap .image a:hover img {box-shadow: 0 2px 2px rgba(0,0,0,0.06),0 4px 4px rgba(0,0,0,0.06),0 8px 8px rgba(0,0,0,0.06),0 16px 16px rgba(0,0,0,0.06),0 32px 32px rgba(56,121,220,0.06);}
.blog_wrap .image img {margin-bottom: 15px; max-width: 100%; border-radius: 15px;}
.blog_wrap .image .blog_title {width: 100%; padding: 0 8px; font-size: 22px; display: none; text-align: left;}
.blog_wrap .image .blog_date {position: absolute; top: 0; right: 65px; padding: 5px 15px; background-color: #fff; color: #444444; font-size: 18px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;}
h1.title_news {font-weight: 600; font-size: 20px; margin-bottom: 25px;}
.blog_date_d, .blog_date_m {margin-right: 0px;}
.blog_bottom_line {background: #fff; border-bottom: 3px solid var(--color-main); color: #001528; padding: 5px 10px;}
.blog_date_read {display: flex; align-items: center;}
.blog_date_read img {width: 15px; margin-top: 3px; margin-right: 4px; filter: invert(1);}
@media (max-width: 1199px) and (min-width: 992px) {
.blog_wrap .image, .blog_wrap .image:before {height: 235px;}
}
/*Информационные*/
#img-about-header {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.absolute-h1 {
  position: absolute;
  padding: 10px 20px;
  color: #fff;
  top: 0;
  left: 0;
  margin: 0;
}
.border-block {
  padding: 30px;
  border: 1px solid #e4e4e4;
}
.block-reg {
  margin-bottom: 15px;
}
.label-reg {
  margin-bottom: 8px!important;
  font-size: 14px!important;
}
.input-reg input, .input-reg select {
  display: block;
  width: 100%;
  padding: 4px 8px;
  border-radius: 0;
  min-height: 40px;
  margin-bottom: 10px;
  line-height: 1.5;
  transition: all 0.25s cubic-bezier(.455,.03,.515,.955);
}
.input-reg input:focus, .input-reg select:focus {
  border-color: #121212;
  color: #121212;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*БРЕНДЫ*/
.hide_text {
	display: none;
}
.show_more {
	text-transform: uppercase;
  border-radius: 25px;
  background: #428796;
  border-color: #428796;
  padding: 11px 20px;
  font: 16px 'Firasans';
  border-width: 1px;
  margin: 10px auto;
  text-align: center;
  cursor: pointer;
  color: #fff;
  max-width: 150px;
}
.brand_name {
	font-size: 20px;
	height: 40px;
}
.branding_block {
	margin-bottom: 20px;
}
/*МОБИЛЬНОЕ МЕНЮ*/

#spisok_cat_xs {
	display: none;
	padding: 10px 20px 20px;
}
#spisok_cat {
  display: none;
  position: absolute;
  top: 110px;
  left: -18px;
  right: -18px;
  padding: 10px 20px 20px;
  border: 2px solid #42302b;
  border-top: none;
  background: url(../image/bg_header.jpg);
  z-index: 3;
}
#spisok_cat .parent span, #spisok_cat_xs .parent_xs span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#spisok_cat > li > a, #spisok_cat_xs > li > a {
    position: relative;
    display: block;
    color: #9d3942;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 25px;
    line-height: 40px;
}
#mobile_category:hover, #mobile_category.active, #spisok_cat > li > .active, #spisok_cat > li > a:hover, #spisok_cat_xs > li > .active, #spisok_cat_xs > li > a:hover {
    color: #618091;
}
.parent div, .parent_xs div {
	font-size: 19px;
}
.parent_xs div li {
	margin: 5px 0;
	font-size: 12px;
	font-weight: 400;
  text-align: left;
}
.see-all {
	font-size: 12px;
	font-weight: 400;
}
.xs_logo {
	margin-top: -5px;
	text-align: center;
	position: relative;
}
.xs_logo .text_logo {
  position: absolute;
  bottom: 4px;
  color: #231c1e;
  font-size: 12px;
  font-weight: 700;
}
.xs_logo .text_logo.left {
	left: 68px;
}
.xs_logo .text_logo.right {
	right: 60px;
}
.xs_logo img {
	max-width: 50%;
}
/*РЕГИСТРАЦИЯ*/
.wrap_block_simple #content {
	min-height: 500px;
}
.wrap_block_simple {
  position: relative;
  max-width: 90%;
  width: 890px;
  margin: 0 auto;
  padding: 30px;
  background: #e7e3d7;
  border: 3px solid #442f2c;
}
.wrap_block_simple::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 2px;
  border: 2px solid #442f2c;
}
.wrap_block_simple #content {
  padding: 0 50px;
  border-right: 1px solid #442f2c;
  z-index: 1;
}
.simple_h1 {
	text-align: center;
}
.simple_h1 + .hr_style {
	margin-top: 0px;
}
.register_simple_ok {
	margin-top: 20px;
}
.text_agree_reg {
	font-size: 11px;
}
#popupregister .result {
  display:block;
  font-size:14px;
  text-align:center;
  margin: 15px 0 -10px;
  color:#f00;
}
.zagolovok_register {
	font-weight: 500;
  color: #000;
	text-transform: uppercase;
	margin-left: 60px;
	font-size: 20px;
	width: 265px;
	margin: 0 auto 20px;
	text-align: center;
	padding: 10px;
	border: 5px solid #ffcb62;
}
.row-register_customer_group_id {display: none;}
.spisok_register {padding-left: 20px;}
.spisok_register li {list-style: none; padding-left: 25px; margin-bottom: 8px; font-family: var(--font-text);}
.spisok_register li::before {
  font-family: "FontAwesome";
  content: "\f138";
  margin-right: 5px;
  color: #e31d23;
}
.block_register_best {height: 500px; position: relative; margin-top: 20px;}
.block_register_best::before {content: ''; background: url(../image/register.jpg) no-repeat; background-position: center; background-size: cover; height: 220px; width: 241px; position: absolute; bottom:-92px; right: 18%;}
.wrapper_reg {margin: 0 auto; max-width: 860px; border: 1px solid #c0e8ea; box-shadow: 0 0 20px 1px rgb(170, 218, 219); border-radius: 20px; padding: 30px;}
.register_heading {font-weight: 600; text-align: center; text-transform: uppercase; margin-bottom: 30px; padding-bottom: 5px; border-bottom: 2px solid #ea9ebc;}
.register_heading_h2 {max-width: 300px;margin: 0 auto;}
.wrap_reg_field {padding: 0 50px; border-right: 1px solid #ebf9fb;}
.text_agree_reg {font-size: 11px; text-align: center; display: inherit;}
.tab_popup_f, .tab_popup_s  {
	width: 40%;
	display: inline-block;
	margin-bottom: 15px;
	border-bottom: 2px solid #acb8b8;
}
.tab_popup_f.active, .tab_popup_s.active {
	font-weight: 700;
	border-bottom: 2px solid #212121;
} 
.account_login {
	min-height: 410px;
}
#simpleregister label {
	display: none;
}
/*АККАУНТ*/
.title-h2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: -10px;
  position: relative;
}
.customer_level {
  position: absolute;
  cursor: pointer;
  bottom: -110px;
  right: -35px;
  background: #ffcb62;
  width: 180px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  transition: all .4s ease;
}
.customer_level:hover {
  width: 230px;
}
.me_more {
  position: absolute;
  right: -27px;
  bottom: -89px;
  padding: 3px 11px;
  background: #fff;
  border-radius: 50%;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all .4s ease;
}
.customer_level:hover ~ .me_more {
  opacity: 1;
}
.wrap_my_info {
  display: flex;
  justify-content: space-around;
}
.my_info_block {
  width: 30%;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 9px;
}
.my_info_block__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wrap_progress {width: 100%; display: inline-block; padding: 50px 20px 30px 20px; z-index: 1;}
.progressbar {list-style: none; padding: 0; display: flex; justify-content: space-between; counter-reset: step; overflow: hidden;}
.progressbar li {position: relative; text-align: center; z-index: 1; width: 100%;}
.progressbar li::before {content:counter(step); counter-increment: step; width: 30px; height: 30px; border: 2px solid #bebebe; display: block; margin: 0 auto 10px auto; border-radius: 50%; line-height: 27px; background: white; color: #bebebe; text-align: center; font-weight: bold;}
.progressbar li::after {content: ''; position: absolute; width:92%; height: 3px; background: #979797; top: 15px; left: -42%; z-index: -1;}
.progressbar li:first-child::after {content: none;}
.progressbar li.active::after {background: #3aac5d;}
.progressbar li.active::before {border-color: #3aac5d; background: #3aac5d; color: white;}

.my_info_block__title {height: 55px; overflow: hidden; font-size: 16px; text-align: center;}
.my_info_block__value {width: 45%; text-align: center;}
.my_info_block__value img {max-width: 100%;}
.account_account a {
  font-size: 18px;
  text-align: center;
  position: relative;
  width: 225px;
  height: 100px;
  border: 1px solid #ccc;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 13px 0 rgb(51 51 51 / 38%);
  transition: all .4s ease;
}
.account_account {
	display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}
.account_account a:hover {
  box-shadow: 0 0 13px 0 rgb(255 203 98 / 75%);
  border: 1px solid #ffdc94;
}
.account_wrap {
	display: block;
	margin: 0 auto;
	padding: 0 15px 15px 15px;
	border-radius: 0;
	border: 0;
	color: #343434;

}
.account_wrap_block {
	padding: 10px 30px;
}
.account_href_wrap {
	padding: 2px;
  background: #e7e3d7;
  margin: 0 auto;
  position: relative;
  box-shadow: 0px 0px 0px 3px #442f2c;
}
.account_href_block {
	border: 2px solid #442f2c;
  padding: 10px;
	text-align: center;
}
.account_href_block a {
	border-bottom: 1px dotted;
  font-size: 19px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  color: #444;
  display: block;
}
.account_href_block a:hover {
	color: #23527c;
}
.auth_block {
	margin: 0 auto 50px;
  max-width: 600px;
  text-align: center;
}
/*ЗАКАЗ*/
.text_period_hover,#ibebik_text_1.active, #ibebik_text_2.active {
	padding: 8px;
  font-size: 15px;
  text-align: center;
  background: #f4f3f1;
  border: 2px solid #43302b;
  border-radius: 4px;
  width: 170px;
  margin-left: 23px;
  margin-top: 11px;
}
#ibebik_text_1.active, #ibebik_text_2.active {
	display: block;
	width: 225px;
	position: relative;
}
.text_period_hover::before, .text_period_hover::after, #ibebik_text_1::before, #ibebik_text_1::after, #ibebik_text_2::before, #ibebik_text_2::after {
  content: '';
  top: 18px;
  position: absolute;
  width: 2px;
  background: #43302b;
  height: 15px;
}
#ibebik_text_1::before, #ibebik_text_1::after, #ibebik_text_2::before, #ibebik_text_2::after {
	top: -17px;
}
.text_period_hover::before {
  left: 60px;
}
label.hover {padding:0;}
#ibebik_text_1, #ibebik_text_2 {display: none; transition: all 0.5s;}
/*#ibebik_text_1.active, #ibebik_text_2.active {height: 50px; opacity: 1; position: relative; margin-left: 25px; padding: 15px; border-radius: 10px; background-color: #e8fafc; color: #515151;}
#ibebik_text_1.active:before, #ibebik_text_2.active:before {content: ''; display: block;  border: 1em solid #e8fafc;  border-right-color: transparent;  border-left-color: transparent;  border-top-color: transparent; position: absolute; top: -.75em; left: 0; margin: -1em 0 0 2em;}*/

.desc_oplata {font-weight: 500; font-size: 12px;}
.desc_dostavka {height: 50px; opacity: 1; position: relative; margin-left: 25px; padding: 15px; border-radius: 10px; background-color: #dfdcde; color: #515151; font-size: 80%; display: block;}
.ul_main {
	list-style: none;
	padding: 10px;
	margin: 0;
}
.ul_main li {
	border-bottom: 2px solid #888;
	margin-bottom: 10px;
}
.kol_cena_cena {
	text-align: right;
	font-weight: 700;
}
.col_vyb {
	margin: 5px auto;
}
.option_main {
	font-size: 12px;
}
.btn_minus, .btn_plus, .btn_delete {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: none;
	color: #666;
	margin: 0 2px;
	background: transparent;
}
.btn_delete {
}
.otkr_promo {
	margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.otkr_promo a {
  padding-left: 8px;
  font-size: 14px;
}
.block_coupon_inputs {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 12px;
}
.label_copun {
  width: 60%;
}
.input_sim_reward {
  width: 40%;
}
#simplecheckout_button_cart {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  text-transform: none;
  border-radius: 0px;
}
/*.block_rewards_enter {
	position: relative;
	padding: 8px;
	font-size: 15px;
	text-align: center;
	background: #f4f3f1;
	border: 2px solid #43302b;
	border-radius: 4px;
	width: 100%;
	margin-top: 20px;
}
.block_rewards_enter::before, .block_rewards_enter::after {
	content: '';
	top: -22px;
	position: absolute;
	width: 2px;
	background: #43302b;
	height: 20px;
}
.block_rewards_enter::before {
	left: 45px;
}
.block_rewards_enter::after {
	right: 45px;
}*/
.inputs {
	margin-bottom: 10px;
}
.input_sim_reward {
	max-width: 100px;
}
.update_rewards_btn {
	margin-top: 10px;
}
.simplecheckout .btn-primary {
	height: 45px;
}
#content.checkout {
	border-right: none;
	padding-top: 25px;
	overflow: unset;
}
.account_wrap.simpe_check {
  box-shadow: unset;
  background: none;
}
/*КОНТАКТЫ*/

.contact_li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0;
}
.contact_li img {
  width: 30px;
  margin-right: 15px;
}
/*СТИЛИ для ГУГЛ карты*/
#google-map {
  position: relative;
}
.contact_title_icon img {
  max-width: 20px;
  max-height: 20px;
  margin: 5px 10px;
}
.contact_title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 8px;
}
#google-container {
  height: 600px;
}

#zoom-in, #zoom-out {
  margin-left: 50px;
}

#google-map address {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1em 1em;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  font-size: 13px;
  font-size: 1.25rem;
}

#zoom-in, #zoom-out {
  height: 50px;
  width: 50px;
  cursor: pointer;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.7;
  transition:all 0.25s ease;
}

#zoom-in {
  background-image: url("../image/plus.png");
}

#zoom-out {
  background-image: url("../image/minus.png");
}

#zoom-in:hover, #zoom-out:hover {
  opacity: 1;
}

#zoom-in {
  margin-top: 10px;
}
.wrap_contact_bi {
  border: 1px solid #212121;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 15px 0;
  box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
}
.wrap_contact_bi .title {
  padding: 10px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: #212121;
  font-weight: 500;
  font-size: 25px;
  background: #eee;
  border-bottom: 1px solid #212121;
}
.wrap_contact_bi .text {
  padding: 2px;
  color: #444;
  font-size: 20px;
}
.wrap_contact_bi .text_i {
  padding: 2px;
  color: #444;
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap_contact_bi .text_bg {
	padding: 1px;
  color: #444;
  font-size: 20px;
  border-radius: 2px;
	text-align: center;
}

.contact-wow{
  position:relative;
  overflow:hidden;
  padding: 18px 0 28px;
}

.contact-wow::before{
  content:"";
  position:absolute;
  inset:-40px;
  background:
    radial-gradient(800px 300px at 15% 10%, rgba(var(--accent2),.20), transparent 60%),
    radial-gradient(900px 340px at 85% 0%, rgba(var(--accent2),.14), transparent 62%),
    radial-gradient(900px 450px at 70% 85%, rgba(56,189,248,.10), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #f6f9ff 50%, #ffffff 100%);
  z-index:0;
}

.contact-wow .wow-wrap{
  position:relative;
  z-index:1;
}

/* Hero */
.contact-hero{
  border: 1px solid rgba(var(--accent2), .20);
  background: linear-gradient(135deg, rgba(255,255,255,.78), rgba(255,255,255,.55));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 22px 18px;
  margin-bottom: 18px;
}

.contact-hero__title{
  margin:0;
  font-weight: 800;
  font-size: 38px;
  line-height: 1.05;
  color: var(--text);
  letter-spacing: -0.6px;
}

.contact-hero__subtitle{
  margin:10px 0 0;
  /*color: var(--muted);*/
  font-size: 18px;
}

.contact-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(var(--accent2), .10);
  border: 1px solid rgba(var(--accent2), .18);
  color: #0b2a54;
  font-weight: 600;
  font-size: 15px;
  margin-top: 14px;
}

/* Grid cards */
.wow-grid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 16px;
}

@media (max-width: 991px){
  .wow-grid{grid-template-columns: 1fr;}
  .contact-hero__title{font-size: 32px;}
}

.wow-card{
  border: 1px solid var(--border);
  background: var(--glass);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 18px;
  box-shadow: 0 12px 40px rgba(2,8,23,.10);
  overflow:hidden;
}

.wow-card__head{
  padding: 16px 16px 10px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
}

.wow-card__title{
  margin:0;
  font-weight: 800;
  font-size: 16px;
  color: var(--text);
  letter-spacing: -0.2px;
}

.wow-card__body{
  padding: 0 16px 16px;
}

/* mini cards inside */
.info-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

@media (max-width: 767px){
  .info-grid{grid-template-columns: 1fr;}
}

.info-item{
  border-radius: 16px;
  border: 1px solid rgba(var(--accent2), .14);
  background: rgba(255,255,255,.72);
  padding: 14px;
  position:relative;
  overflow:hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.info-item:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 38px rgba(2,8,23,.12);
  border-color: rgba(var(--accent2), .26);
}

.info-item::after{
  content:"";
  position:absolute;
  inset:-40px;
  background: radial-gradient(400px 180px at 20% 0%, rgba(var(--accent2), .18), transparent 55%);
  pointer-events:none;
}

.info-item__top{
  display:flex;
  align-items:center;
  gap:10px;
  position:relative;
  z-index:1;
  margin-bottom: 8px;
}

.icon-bubble{
  width: 40px;
  height: 40px;
  display:grid;
  place-items:center;
  border-radius: 14px;
  background: rgba(var(--accent2), .12);
  border: 1px solid rgba(var(--accent2), .20);
}

.icon-bubble svg{width:20px;height:20px; fill: var(--accent);}

.info-item__label{
  font-weight: 800;
  font-size: 13px;
  color: var(--text);
}

.info-item__text{
  position:relative;
  z-index:1;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.info-item__text a{
  color: var(--accent);
  font-weight: 700;
  text-decoration:none;
}
.info-item__text a:hover{ text-decoration: underline; }

/* Social icons */
.social-row{
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
  margin-top: 8px;
}

.social-row a{
  width:44px;
  height:44px;
  border-radius: 14px;
  display:grid;
  place-items:center;
  background: rgba(255,255,255,.75);
  border:1px solid rgba(var(--accent2), .18);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.social-row a:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(2,8,23,.12);
  border-color: rgba(var(--accent2), .34);
}

.social-row img{
  max-width: 22px;
  max-height: 22px;
}

/* Map */
.map-wrap{
  padding: 12px;
}

.maps_contact, #google-container{
  border-radius: 16px;
  overflow:hidden;
}

#google-container{
  width:100%;
  height: 330px;
  background: #eaf2ff;
}

@media (max-width: 767px){
  #google-container{height: 260px;}
}

/* Form */
.wow-form{
  padding: 16px;
}

.wow-form legend{
  border:none;
  padding:0;
  margin:0 0 12px;
}

.wow-form legend h3{
  margin:0;
  font-size: 18px;
  font-weight: 900;
  color: var(--text);
}

.wow-form .form-control{
  border-radius: 14px;
  border:1px solid rgba(var(--accent2), .18);
  background: rgba(255,255,255,.80);
  box-shadow: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.wow-form .form-control:focus{
  border-color: rgba(var(--accent2), .55);
  box-shadow: 0 0 0 4px rgba(var(--accent2), .12);
}

.wow-form textarea.form-control{min-height: 160px; resize: vertical;}

.wow-btn{
  border:none;
  border-radius: 16px;
  padding: 12px 18px;
  font-weight: 900;
  letter-spacing: .2px;
  color:#fff;
  background: linear-gradient(135deg, rgba(var(--accent2),1) 0%, rgba(56,189,248,1) 140%);
  box-shadow: 0 16px 40px rgba(var(--accent2), .28);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.wow-btn:hover{
  transform: translateY(-2px);
  filter: saturate(1.05);
  box-shadow: 0 18px 52px rgba(var(--accent2), .34);
}

.wow-note{
  color: var(--muted);
  font-size: 13px;
  margin-top: 10px;
}

.rz-contact-hero{
    margin: 18px 0 28px;
    font-family: inherit;
  }

  .rz-hero-card{
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    padding: 22px 22px;
    background: linear-gradient(135deg, #F6C84E 0%, #F2C04A 55%, #F7D272 100%);
    box-shadow: 0 18px 45px rgba(16, 24, 40, .18);
    display: flex;
    gap: 16px;
    align-items: center;
    min-height: 220px;
  }

  /* glass accent */
  .rz-hero-card:before{
    content:"";
    position:absolute;
    inset:-40px -60px auto auto;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle at 30% 30%, rgba(44,128,229,.26), rgba(255,255,255,0) 62%);
    filter: blur(2px);
    transform: rotate(14deg);
    pointer-events:none;
  }
  .rz-hero-card:after{
    content:"";
    position:absolute;
    inset:auto -80px -80px auto;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle at 40% 40%, rgba(255,255,255,.35), rgba(255,255,255,0) 60%);
    transform: rotate(-10deg);
    pointer-events:none;
  }

  .rz-hero-left{
    flex: 1 1 52%;
    position: relative;
    z-index: 2;
  }

  .rz-hero-title{
    margin: 0;
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: .2px;
    font-size: clamp(34px, 4vw, 56px);
    color: #2C80E5;
    text-transform: none;
  }
  .rz-hero-title span{
    color: #ffffff;
    text-shadow: 0 12px 24px rgba(0,0,0,.12);
  }

  .rz-hero-badges{
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .rz-pill{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.22);
    border: 1px solid rgba(255,255,255,.38);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #0b2a55;
    font-weight: 700;
    text-decoration: none;
    transition: transform .18s ease, background .18s ease;
  }
  .rz-pill:hover{
    transform: translateY(-2px);
    background: rgba(255,255,255,.30);
  }
  .rz-pill--light{
    color: #0b2a55;
    font-weight: 600;
  }
  .rz-pill-dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2C80E5;
    box-shadow: 0 0 0 6px rgba(44,128,229,.18);
  }

  .rz-hero-right{
    flex: 1 1 48%;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
  }

  .rz-illus{
    width: min(520px, 100%);
    transform: translateY(8px);
  }
  .rz-illus svg{ width: 100%; height: auto; display:block; }

  /* sparkles */
  .rz-spark{
    position:absolute;
    width: 10px; height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,.9);
    box-shadow: 0 14px 30px rgba(0,0,0,.10);
    opacity: .95;
    animation: rzFloat 4.5s ease-in-out infinite;
  }
  .rz-spark--1{ right: 52%; top: 22px; width: 9px; height: 9px; animation-delay: .2s; }
  .rz-spark--2{ right: 22%; top: 46px; width: 6px; height: 6px; animation-delay: 1.1s; }
  .rz-spark--3{ right: 36%; bottom: 24px; width: 8px; height: 8px; animation-delay: .7s; }

  @keyframes rzFloat{
    0%,100%{ transform: translateY(0); }
    50%{ transform: translateY(-10px); }
  }

  .rz-hero-text{
    margin-top: 18px;
    font-size: 18px;
    line-height: 1.65;
    color: #111827;
  }
  .rz-hero-text p{ margin: 0 0 10px; }
  .rz-hero-text a{
    color: #2C80E5;
    text-decoration: none;
    font-weight: 700;
  }
  .rz-hero-text a:hover{ text-decoration: underline; }
  .rz-hero-note{
    margin-top: 12px;
    padding-left: 14px;
    border-left: 4px solid rgba(44,128,229,.40);
  }

  /* responsive */
  @media (max-width: 767px){
    .rz-hero-card{
      flex-direction: column;
      align-items: flex-start;
      padding: 18px;
      min-height: unset;
    }
    .rz-hero-right{
      width: 100%;
      justify-content: flex-start;
    }
    .rz-illus{
      max-width: 520px;
      transform: none;
    }
  }
/**/
.conception {
	float: left; 
	margin-right:10px; 
	border-radius:5px;
}
.conception img {
	max-width: 260px;
	border-radius: 5px;
}
.wrap_drop_ur {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
}
.drop_spisok {
  list-style: none;
  padding-left: 10px;
}
.drop_spisok li::before {
  font-family: "FontAwesome";
  content: "\f138";
  margin-right: 8px;
  color: #333;
}
.maps_contact iframe {width: 100%;}
.one_click_header {
  font-size: 14px;
}
.one_click_header .dotted {
  border-bottom: 2px dotted #888888;
  cursor: pointer;
}
.category-wall h3{
  text-align: center;
  margin-bottom: 15px;
}
.one_click {
  max-width: 300px;
  /*margin: 0 auto;*/
}
.one_click input {
  border-radius: 100px;
  padding: 0 40px 0 20px;
  font-size: 16px;
  border: 1px solid #ebecee;
  box-shadow: none;
  height: 40px;
}
.sss {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
/*.category-item {
  text-align: center;
  padding: 30px;
  overflow: hidden;
}
.cat-image{
  display: block;
  width: 100%;
  box-shadow: 0px 4px 20px rgb(0 0 0 / 16%);
  padding: 10px;
  background: #fff;
  transition: all .3s ease;
}
.cat-image:hover {
  transform: scale(1.03);
}
.cat-caption{
  text-align: center;
}
.cat-name{
  font-size: 18px;
  text-decoration: none;
}*/
.brend_about {
  letter-spacing: 0.35px;
}
.category-item {
  margin: 30px auto;
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 300px;
  height: 300px;
}
.category-item::before {
	content: '';
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	background: url(../image/category-bg.png) no-repeat;
  background-size: contain;
}
.overlay_cat {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
}
.category-item:hover .overlay_cat {
  display: block;
  background: rgba(0, 0, 0, .3);
} 
.cat-image {
  display: block;
  width: 100%;
}
.cat-image img {
  width: 100%;
  left: 0;
}
.cat-caption {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #444;
  z-index: 1;
  transition: bottom .5s ease;
  background: rgb(255 255 255 / 68%);
  padding: 5px;
}
.category-item:hover .cat-caption {
  bottom: 50%;
}
.text_hover {
  position: absolute;
  width: 100%;
  left:0;
  top: 70%;
  text-align: center;
  opacity: 0;
  transition: opacity .7s ease;
  z-index: 10;
}
.text_hover span {
  width: 200px;
  padding: 12px 20px;
  text-align: center;
  color: white;
  border: solid 2px white;
  z-index: 1;
}
.category-item:hover .text_hover {
  opacity: 1;
}
.simplecheckout-block-content .form-group label {
  font-weight: 300;
}
label[for="wayforpay"] img {
  height: 25px;
}
     /* Dots */
.slick-dots {
  text-align: center;
  z-index: 10;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 35px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/*МЕДИА ЗАПРОСЫ*/
@media (max-width: 1200px) {
.product-thumb .caption {
	padding: 0 10px;
}
}
@media (max-width: 997px) {
  .category_flex {
    flex-wrap: wrap;
  }
  .wrap_category {
    width: 33%;
  }
	
	.block_register_best::before {
		right: 5%;
	}
}
@media (max-width: 991px) {
  .list-group-item.ocfilter-option {
    padding: 10px 0;
  }
  .slick-prev {left: 8px;}
  .slick-next {right: 8px;}
  .line_center.search {
    display: none;
  }
  td.p-l-quantity {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    min-width: 85px;
  }
  .p-l-summ .price {min-width: 70px;}
  .knopka_boxme.pl-add-to-cart {position: relative; padding: 15px 30px;}
  .add_cart_button button::after, .knopka_boxme.pl-add-to-cart::after {
    content: '';
    top: 8px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    position: absolute;
}
.knopka_boxme.pl-add-to-cart::after {top: 2px; height: 25px;}
.information_links ul li {
  margin-bottom: 15px;
}
.banner_title {
  font-size: 50px;
}
.product-list .product-thumb .caption {
	min-height: 0px;
	margin-left: 0;
	padding: 0 10px;
}
#logo {
  top: 22px;
  left: 10px;
  transform: scale(1.15);
}
.mobile-products-cart .image img {
	padding: 0!important;
}
.pointer_search {
  display: none;
}
.mobile_menu .login_main, .mobile_menu .search_top {
  margin-right: 0;
}
.dop_href.start {justify-content: flex-start;}
.icon_dop_href {display: none;}
.header_text {margin-right: 15px;}
.main_attributes {justify-content: space-between;}
.main_att {margin: 1%;}
.old_price::after {background-size: contain; width: 90px;}
.price_tovar {justify-content: center; flex-direction: column;}
.grn {margin-right: 0px;}
.cart_group {margin-top: 10px;}
.wish_remove, .wish_add {line-height: 10px;}
}
@media (min-width: 992px) and (max-width: 1208px) {
  .old_price::after {background-size: contain; width: 90px;}
  .grn {margin-right: 5px; font-size: 20px;}
  .price_h2 {font-size: 30px;}
}
@media (min-width: 767px) and (max-width: 992px) {
  .atributes {margin-top: 30px;}
  .is_instock, .not_instock {top: -25px;}
  .pointer_search {display: none;}
  .mobile_menu .search_top {margin-right: 0;}
  .information_links {font-size: 12px;line-height: 20px;}
}
@media (min-width: 375px) and (max-width: 398px) {
  .atributes {margin-top: 30px;}
  .is_instock, .not_instock {top: -25px;}
}
@media (min-width: 500px) and (max-width: 986px) {
  h2.price_h2 {font-size: 30px;}
  .grn {font-size: 20px; margin-right: 20px;}
  .cart_group .button_cart_add {padding: 10px 25px;}
  .one_click {width: 80%; margin: 0 auto;}
}
@media (min-width: 767px) and (max-width: 1100px) {
  .category-item {padding: 30px 10px; margin-top: -40px;}
  .slick-dots {bottom: 15px;}
  .cat-image {box-shadow: 0px 4px 12px rgb(0 0 0 / 16%);padding: 5px;height: 175px;}
  .icon_dop_href {display: none;}
}
@media (min-width: 769px) and (max-width: 1220px) {
  .container {width: 95%;}
  .dop_href.start {justify-content: space-around;}
}
@media (min-width: 690px) and (max-width: 992px) {
  ul.pad {max-width: 80%;}
}
@media (max-width: 690px) {
  .customer_level {bottom: -90px; right: -17px;}
  ul.pad {margin-top: 80px;}
  .me_more {right: 0; bottom: -68px;}
}

@media (max-width: 767px) {
	.cart_close {
		top: 5px;
	}
	.input-group-btn.live {
		/*right: 40px!important;
		left: unset!important;*/
		z-index: 2000;
	}
	#search input {
		max-width: 100%;
		min-width: 200px;
	}
	#tab-specification {
		flex-wrap: wrap;
	}
	.tab-content {
		padding: 10px;
		width: 100%;
	}
	.border_right {
		padding: 0;
	}
	.block_button_cart {
		padding: 0 15px;
	}
	.tips-wrap {
		padding: 0 15px;
	}
	.logo_title {
		font-size: 12px;
		line-height: 14px;
	}
	.atributes_ul .block_ten {
		width: 48%;
		margin: 2% 1%;
	}
	.complect_item {
		width: 48%!important;
		margin: 0 1%!important;
		padding: 5px 2px!important;
		flex-direction: column;
	}
	.complect_item img {
		width: 35px;
		margin-right: 7px;
	}
  .drag {
    margin-top: -40px;
  }
  .product-thumb .price {
    text-align: left;
  }
  .product-thumb .price_number {
    font-size: 14px;
    line-height: 20px;
  }
  .product-thumb .price_currency {
    font-size: 8px;
    margin-left: 3px;
  }
  .product-thumb .price-old {
    font-size: 9px;
  }
  .product-thumb .price-old::after {
    width: 40%;
    left: 0;
  }
  .add_cart_button button {
    width: auto;
    height: auto;
    padding: 8px 10px;
    font-size: 13px;
    text-transform: none;
  }
  .product-thumb .fa-stack {
    width: 1.2rem;
  }
  .category_block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 160px;
  }
  .category-name::after {
  	content: unset;
  }
  .category_block_img {
    margin-right: 0;
  }
  .category-name {
    margin-bottom: 10px;
  }
  .block_cena {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .blog_bottom_line {
    flex-direction: column;
  }
  .mob-email {
    font-size: 11px;
  }
  .block_disc__item {
    width: 100%;
  }
  .wrap-socialka__item {
    width: 100%;
    padding: 15px;
  }
  .wrap-socialka__block {
    margin: 0 5%;
  }
  #txtemail {
    width: 100%;
  }
  .wrap-socialka__item:first-child {
    border: none;
  }
  .wrap_cat_featured {
    min-height: 75px;
  }
  .category_panel {
    display: none;
  }
  .stickers {
    left: -11px!important;
  }
  .account_wrap.mmm {
    margin-top: 0;
    padding: 20px;
  }
  .account_wrap.mmm h1 {
    margin-left: 0px;
    margin-top: 5px;
  }
  .nav-tabs.more_tabs>li a sup {
    right: -15px;
    top: 90%;
    width: 20px;
    height: 20px;
  }
  .euroagroshop {
    margin-top: 15px;
  }
  .wrap_cat_text {
    padding: 20px;
  }
  .back_desc_fon {
    background-color: #f7f6f4;
    padding: 70px 20px;
    display: inline-block;
    margin-top: 50px;
  }
  .border_left, .border_right {
    width: 100%;
    position: relative;
  }
  .mobileb {
    position: absolute;
    top: 0;
    margin-top: 10px;
    z-index: 1;
  }
  h2.simple_h1 {
    font-size: 17px;
  }
  .simple_logo {
    max-width: 180px;
    margin: 0px auto;
  }
  .simplecheckout-block {
    padding: 5px!important;
  }
  .simplecheckout-block-content {
    padding: 0px 10px!important;
  }
  .modal.right .modal-dialog, .modal.left .modal-dialog {
    width: 100%;
  }
  .slider_info {
    top: 20%;
    left: 3%;
    text-align: left;
  }
  .slider_title, .slider_sub_title {
    font-size: 26px;
  }
  .slider_button {
    margin-top: 15px;
  }
  .slider_button_a {
    padding: 7px 20px;
    font-size: 17px;
    line-height: 40px;
  }
  .slider-controls {
    bottom: 3%;
  }
  .footer_pay img {
    max-height: 20px;
    margin-right: 10px;
  }
  .product_action {
    margin-bottom: 10px;
  }
  .add_cart_button {
    opacity: 1;
    text-align: center;
  }
  .heading_h h3 {
    font-size: 20px;
  }
  .slider_banner {
    width: 100%;
  }
  .list-group-item.ocfilter-option {
    padding: 15px;
  }
  body {
    font-size: 16px;
  }
  h3 {
    font-size: 20px;
  }
  h1 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
    margin-top: 25px;
  }
  h1.search_h1 {
  	font-size: 20px;
  	margin-top: 10px;
  }
  .main_line {
    margin-bottom: 25px;
  }
  .gfg {
    display: none!important;
  }
  .category-item {
    padding: 0;
    margin-top: 0px;
    max-width: 150px!important;
    width: auto;
    height: auto;
  }
  .category-item::before {
  	content: unset;
  }
  .cat-caption {
  	position: relative;
  	font-size: 14px;
  }
  .overlay_cat {
  	display: none;
  }
  .soc_flex {
  	flex-wrap: wrap;
  }
  .soc_flex a {
  	margin-bottom: 7px;
  }
  .cat-image {
    box-shadow: 0px 4px 10px rgb(0 0 0 / 16%);
  }
	.menu_href {
		/*display: none;*/
	}
	#top {
    display: none;
	}
  .slideshow {
    margin-top: 0px;
  }
  .progressBarContainer {
    bottom: 30px;
  }
  .panel_info_top {
    margin-top: 50px;
    overflow: hidden;
    height: auto!important;
  }
  .panel_info_top img {
    max-width: 130%!important;
  }
  .slick-slide img {
    height: auto;
  }
   .slick-slide img.dop_menu_a_icon {
    height: 35px;
  }
  .slideshow.mob img {
    height: calc(100vh - 120px);
  }
  .category_flex {
    flex-wrap: wrap;
  }
  .wrap_category {
    width: 33%;
  }
	header {
    min-height: 0;
    margin-bottom: 20px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 2000;
    height: 50px;
    display: block;
    padding: 0;
	}
  .login_top, .wishlist_top, .cart_top, .compare_top {
    margin-left: 15px;
  }
	.modal {
		z-index: 9999;
	}
	.navbar-toggle {
		margin-top: 3px;
		margin-right: 10px;
	}
.slider_main {
  line-height: 40px;
  height: 45px;
  padding-top: 5px;
}
#mobileMenu .menu_href {
  display: none;
}
.header_text {
  max-width: 211px;
}
.header_text.mobile {
  max-width: 100%;
  margin: -20px 0 20px 0;
  width: 100%;
  justify-content: center;
  text-align: center;
}
.header_text.mobile .top_tel {
  font-size: 18px;
  color: #192940;
  font-weight: 500;
}
.callback_click_block {
  display: block;
}
.line_tel {
  display: flex;
  align-items: center;
  justify-content: center;
}
.phone-svg {margin-right: 8px;}
.header_text.mobile .callback_click_block {
  max-width: 170px;
}
a[data-target='location']::before {
  display: none;
}
.product-thumb::before, .product-thumb::after {
  top: 172px;
}
.product-thumb .caption::before {
  right: 0;
  left: 0;
}
.slick-dots {bottom: 0;}
.slider_main .img_slider {
    max-width: 100%;
    max-height: 40px;
    padding: 1px;
}
.line_center_block {
	padding-top: 12px;
}
.mobile_menu a {
  height: 45px;
}
.add_cart_button button::after, .knopka_boxme.pl-add-to-cart::after {
  content: unset;
}
.cart_button_open.order::before, .add_cart_button button::before {
  content: unset;
}
	.pointer_search {
		display: none;
	}
	.wrap_block_simple {
		max-width: 100%;
		padding: 10px;
	}
  .text_pro_blocks {
    margin: 50px 10px;
    justify-content: flex-start;
  }
  .wrap_pro_block {
    font-size: 12px;
    width: 100%;
  }
	.wrap_block_simple .hr_style {
		margin-left: 10px;
		margin-right: 10px;
	}
	.wrap_block_simple #content {
		border: none;
	}
	.nav-tabs.more_tabs {
		font-size: 15px;
		display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 15px 0;
	}
	.nav-tabs.more_tabs::-webkit-scrollbar {
		width:0!important;
	}
	.more_tabs {
		margin-top: 50px;
	}
	.tel_info {
		font-size: 28px;
	}
	.footer_info_block {
    min-height: 50px;
	}
	.footer_info_block ul {
		padding-left: 0px;
	}
	h1.main_h1 {
		font-size: 20px;
	}
	.alert {
		line-height: unset;
	}
	.alert.alert-danger {
		height: auto;
	}
  .price_tovar {
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
  }
  .grn {
    margin-right: 0px;
  }
  .cart_group {
    margin-top: 10px;
    justify-content: center;
  }
  .form-group.cart_group .number-spinner, .form-group.cart_group button {
    width: 45%;
    margin-bottom: 20px;
  }
  .int-q {
    width: 100%;
  }
  .cart-line2 {
    flex-direction: column;
    align-items: flex-start;
  }
  .cart-line2 button {
    max-width: 100%;
  }
  .cart-line2 button i {
    margin-right: 10px;
  }
  .btn-prt {
    padding: 14px;
  }
  .brend_title {
    font-size: 26px;
    font-weight: 300;
  }
  .brend_about {
    font-size: 10px;
    letter-spacing: 0.2px;
  }
  .wish_remove, .wish_add {
    line-height: 10px;
  }
/*  #content {
    min-height: 450px;
  }*/
  .block_register_best::before {
    bottom: -13px;
  } 
  .block_register_best {
    height: 430px;
  }
  .product-thumb, .product-thumb.slick-slide {
    margin-left: 10px;
    margin-right: 10px;
  }
  .product-thumb .caption {
    padding: 0 5px;
	}
	.prod_review_a a {
		margin-left: 5px
	}
	.blog_date_read {
		width: 60px;
		justify-content: end;
	}
}
@media (min-width: 1300px) {
  .container {
    width: 98%;
    max-width: 100%;
  }
}

@media (max-width: 630px) {
	.block_ten_all {
		margin-right: 15px;
		margin-left: 15px;
	}
	.wish_remove, .wish_add {
		margin-left: 0;
		max-width: 200px;
	}
	.wish_remove .fa, .wish_add .fa {
		margin-right: 7px;
	}
	.main_price_block {
		justify-content: space-around;
	}
	.share-product {
		margin-left: 0;
	}
	.product_h1 {
		font-size: 24px;
	}
	.advantage {
		margin-bottom: 15px;
		justify-content: flex-start;
	}
	.image-left {
		padding: 0 10px;
	}
	.caption-right {
		padding-right: 10px;
	}
	.caption-right h4 {
		font-size: 18px!important;
	}
  .cat_fone {
    left: 0;
    transform: translateX(-50%);
  }
  .line_1 {
    flex-direction: column;
  }
  #dop-images {width: 100%; text-align: center;}
  .nav-tabs>li>a {
    padding: 0;
    min-width: 70px;
    white-space: nowrap;
    font-weight: 300;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 0;
  }
  .nav-tabs.more_tabs>li.active a {
    font-weight: 500;
  }
  .nav-tabs.more_tabs>li a sup {
    right: -4px;
  }
  .planb_table tbody {
    flex-flow: column;
  }
  .tab-pane {
    padding: 30px 0;
  }
  .write_review_block {
    text-align: center;
  }
  .button_cart_add.review_open {
    padding: 10px 40px;
  }
	.drop_about_short {
		display: none;
	}
	.drop_h1 {
		font-size: 18px!important;
	}
	.drop_dop_text {
		font-size: 16px!important;
	}
}
@media (max-width: 420px) {
	.drop_h1 {
		font-size: 13px!important;
	}
	.drop_dop_text {
		font-size: 13px!important;
	}
  .price{
    min-width:50px;
}
}
@media (max-width: 475px) {
	.feedback_block_product {
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
    border: 1px solid #eee;
    margin: 10px auto;
	}
	.feedback_product {
		margin: 20px auto;
	}
	.feedback__click {
		margin-bottom: 20px;
	}
  .product-thumb::before, .product-thumb::after {
    top: 55%;
  }
  .mainSearch {
    width: 100%;
  }
  .input-group-btn.live {
    right: 50px!important;
  }
  .main_att_text_title {
    font-size: 14px;
  }
  .breadcrumb > *:nth-child(n+1) {
    display: none;
  }
  .breadcrumb> *:nth-last-child(-n+2) {
    display: inline;
  }
  .wrap_category {
    width: 50%;
  }
  .flex_review {
    flex-direction: column;
  }
  .flex_review .image, .title_review {
    width: 100%!important;
  }
  .title_review h4 {
    min-height: 50px!important;
    font-weight: 500;
  }
  .p-l-summ .price {
    min-width: 45px;
  }
  .btn-group.btn-group-sm {margin-bottom: 13px;}
  .knopka_boxme.pl-add-to-cart {
    position: relative;
    padding: 10px 25px;
  }
  .knopka_boxme.pl-add-to-cart::after {
    top: 1px;
    height: 18px;
  }
  #table-price {font-size: 14px;}
  .my_info_block__title {
    height: 75px;
  }
  .progressbar li::after {
    left: -38%;
  }
	/*.product-thumb .rating {
		display: none;
	}*/
	h1.main_h1 {
		font-size: 17px;
	}
	.block_register_best::before {
		right: 0;
	}
	.wrap_block_simple #content {
		padding: 0 10px;
	}
	.price-old, .product-thumb .rating::before, .product-thumb .rating::after {
		/*display: none;*/
	}
  .product-thumb .price-old {
    margin-left: 0;
    right: 0;
    left: unset;
  }
/*	.product-thumb{
		height: 333px;
	}*/
	.product-thumb .image {
		margin: 5px;
		padding: 0;
	}
	.product-thumb h4 {
		margin-top: 15px;
		font-size: 15px;
	}
  .product-thumb .wrap_rating {
    top: -18px;
  }
	.product-thumb .caption h4 a {
		-webkit-line-clamp: 3;
	}
  .product-thumb:hover div .caption h4 a {
    -webkit-line-clamp: 3;
  }
	.button_cart_add {
		font-size: 20px;
	}
	.forgot_center {
    margin-top: 20px;
    float: none;
    text-align: center;
	}
	.powered .text-left {
		font-size: 12px;
		width: 100%;
		text-align: center!important;
	}
	.conception {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.atr_view {
		display: none;
	}
	.account_wrap_block {
    padding: 10px;
  }
  .orders_list {
    padding: 0;
  }
  .order_top_line, .order_bottom_line {
    font-size: 11px;
  }
  .order_photo {
    width: 60px;
  }
  .order_photo img {
    width: 100%;
  }
}
@media (max-width: 375px) {
		.nav-tabs.more_tabs>li + li {
		margin-left: 5px;
	}
	.block_register_best::before {
		width: 200px;
		height: 180px;
	}
	.zagolovok_register {
    width: 245px;
	}
  .atributes {margin-top: 30px;}
	.is_instock, .not_instock {
		top: -25px;
	}
	.payment-info .forgott {
		right: 35px;
	}
}
@media (max-width: 321px) {
	.zagolovok_register {
  width: 200px;
}
.slider_main {
	display: none;
}
}

@media (max-width: 767px){.offcanvas-stop-scrolling{height:100%;overflow:hidden}.navbar-default .navbar-offcanvas{background-color:#f8f8f8}.navbar-inverse .navbar-offcanvas{background-color:#222}.navbar-offcanvas{position:fixed;width:100%;max-width:250px;height:100%;left:-250px;top:0;padding-left:15px;padding-right:15px;z-index:999;overflow:scroll;-webkit-overflow-scrolling:touch;transition:all .15s ease-in}.navbar-offcanvas.in{box-shadow:0 0 20px rgba(0,0,0,0.3)}.navbar-offcanvas.navbar-offcanvas-fade{opacity:0}.navbar-offcanvas.navbar-offcanvas-fade.in{opacity:1}.navbar-offcanvas.offcanvas-transform.in{-webkit-transform:translateX(250px);transform:translateX(250px)}.navbar-offcanvas.offcanvas-position.in{left:0}.navbar-offcanvas.navbar-offcanvas-right{left:auto;right:-250px}.navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in{-webkit-transform:translateX(-250px);transform:translateX(-250px)}.navbar-offcanvas.navbar-offcanvas-right.offcanvas-position.in{left:auto;right:0}.navbar-offcanvas .dropdown.open .caret{border-top:0;border-bottom:4px solid}.navbar-offcanvas .dropdown-menu{position:relative;width:100%;border:inherit;box-shadow:none;transition:height .15s ease-in}.navbar-offcanvas .dropdown-menu.shown{display:block;margin-bottom:10px}}.offcanvas-toggle .icon-bar{background:#000;transition:all .25s ease-in-out}.offcanvas-toggle.is-open .icon-bar:nth-child(1){-webkit-transform:rotate(45deg) translate(5px, 4px);transform:rotate(45deg) translate(5px, 4px)}.offcanvas-toggle.is-open .icon-bar:nth-child(2){opacity:0}.offcanvas-toggle.is-open .icon-bar:nth-child(3){-webkit-transform:rotate(-45deg) translate(4px, -4px);transform:rotate(-45deg) translate(4px, -4px)}

/*LOADER*/
.loader {
    position: fixed;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 10000 !important;
    background-color: rgba(255, 255, 255, 0.75);
}

.cssload-clock {
    border-radius: 58px;
    border: 3px solid #a96578;
    height: 78px;
    width: 78px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -39px;
    margin-left: -39px;
}

.cssload-clock:after {
    content: "";
    position: absolute;
    background-color: #a96578;
    top: 2px;
    left: 48%;
    height: 37px;
    width: 4px;
    border-radius: 5px;
    transform-origin: 50% 97%;
    -o-transform-origin: 50% 97%;
    -ms-transform-origin: 50% 97%;
    -webkit-transform-origin: 50% 97%;
    -moz-transform-origin: 50% 97%;
    animation: grdAiguille 0.8s linear infinite;
    -o-animation: grdAiguille 0.8s linear infinite;
    -ms-animation: grdAiguille 0.8s linear infinite;
    -webkit-animation: grdAiguille 0.8s linear infinite;
    -moz-animation: grdAiguille 0.8s linear infinite;
}

.cssload-clock:before {
    content: "";
    position: absolute;
    background-color: #a96578;
    top: 6px;
    left: 48%;
    height: 34px;
    width: 4px;
    border-radius: 5px;
    transform-origin: 50% 94%;
    -o-transform-origin: 50% 94%;
    -ms-transform-origin: 50% 94%;
    -webkit-transform-origin: 50% 94%;
    -moz-transform-origin: 50% 94%;
    animation: ptAiguille 4.8s linear infinite;
    -o-animation: ptAiguille 4.8s linear infinite;
    -ms-animation: ptAiguille 4.8s linear infinite;
    -webkit-animation: ptAiguille 4.8s linear infinite;
    -moz-animation: ptAiguille 4.8s linear infinite;
}

@keyframes grdAiguille {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes grdAiguille {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes grdAiguille {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes grdAiguille {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes grdAiguille {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes ptAiguille {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes ptAiguille {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes ptAiguille {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes ptAiguille {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes ptAiguille {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes jelly {
  0% {
    animation-timing-function: cubic-bezier(0.1441, 0.1912, 0.6583, 1.1029);
    transform: translate(0, 0) skewX(0)
  }
  31% {
    animation-timing-function: cubic-bezier(0.0667, 0.1419, 0.6667, 1.1415);
    transform: translate(-7.800000000000001px, 0) skewX(7.800000000000001deg)
  }
  45% {
    animation-timing-function: cubic-bezier(0.0542, 0.1151, 0.5697, 1.181);
    transform: translate(4.680000000000001px, 0) skewX(-4.680000000000001deg)
  }
  59% {
    animation-timing-function: cubic-bezier(0.0497, 0.1058, 0.4541, 1.231);
    transform: translate(-2.8100000000000005px, 0) skewX(2.8100000000000005deg)
  }
  73% {
    animation-timing-function: cubic-bezier(0.0808, 0.1711, 0.4109, 1.2519);
    transform: translate(1.6800000000000002px, 0) skewX(-1.6800000000000002deg)
  }
  87% {
    animation-timing-function: cubic-bezier(0.2073, 0.3705, 0.4064, 0.8839);
    transform: translate(-1.01px, 0) skewX(1.01deg)
  }
  100% {
    transform: translate(0.78px, 0) skewX(-0.78deg)
  }
}

.jelly {
  animation: jelly 1s infinite linear
}

@keyframes jump {
  0% {
    animation-timing-function: cubic-bezier(0.0637, 0.1569, -0.0154, 0.8727);
    transform: translate(0, 0)
  }
  22% {
    animation-timing-function: cubic-bezier(0.7634, 0.2713, 0.7818, 0.6832);
    transform: translate(0, -13.958px)
  }
  43% {
    animation-timing-function: cubic-bezier(0.0599, 0.1266, 0.2372, 1.029);
    transform: translate(0, -2.338px)
  }
  56% {
    animation-timing-function: cubic-bezier(0.6353, 0.3049, 0.6792, 0.6671);
    transform: translate(0, -7.868px)
  }
  68% {
    animation-timing-function: cubic-bezier(0.0513, 0.1148, 0.3085, 1.1548);
    transform: translate(0, -1.596px)
  }
  76% {
    animation-timing-function: cubic-bezier(0.467, 0.2881, 0.3593, 0.7819);
    transform: translate(0, -4.41px)
  }
  83% {
    animation-timing-function: cubic-bezier(0.0632, 0.1615, 0.3539, 1.4565);
    transform: translate(0, -1.12px)
  }
  88% {
    animation-timing-function: cubic-bezier(0.3563, 0.3125, 0.5387, 1.6475);
    transform: translate(0, -2.4080000000000004px)
  }
  92% {
    animation-timing-function: cubic-bezier(0.1265, 0.4155, 0.3821, 1.8827);
    transform: translate(0, -0.812px)
  }
  95% {
    animation-timing-function: cubic-bezier(0.5727, 1.3521, 0.0229, 3.0356);
    transform: translate(0, -1.302px)
  }
  98% {
    animation-timing-function: cubic-bezier(0.4531, -1.3593, 0.757, 0.0281);
    transform: translate(0, -0.798px)
  }
  100% {
    transform: translate(0, 0)
  }
}
.jump {
  animation: jump 1s infinite linear
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

#callback-form-2{
        display: flex;
       justify-content: center;
       width: 100%;
       height: 60px;
       background-color: #ffc982;
       align-items: center;
       border-radius: .5rem;
       border-bottom: 6px solid #ff9000;
       margin-top: 40px;
      }
      #callback_ok_2{
       
        background-color: #ff9000;
        border: 0;
        border-radius: .4rem;
        height: 30px;
        color: #ffffff;
       
      }
      #callback_ok_2:hover{
        background-color: #ffffff;
    box-sizing: border-box;
    border:3px solid #ff9000;
    color: #ff9000;
    transition: 0.7s;  
    }
    .consulty-item{
        border:0;
        background: #fbf8f8;
      }
    /* --------------------------------------------------- */
    @media(max-width:860px) {
      #callback-form-2{
        padding-top: 10px;
        flex-direction: column;
        width: 100%;
        height: fit-content;
      }
      .consulty-item {
      	width: 70%;
      }
    }