:root {
  --font-text: 'Inter', sans-serif;
  --font-title: 'Inter', sans-serif;
  --font-size: 15px;
  --color-main: #2563eb;
  --color-hover: #1d4ed8;
  --color-hover: #1d4ed8;
  --color-links: #000;
  --color-btn: #1E88E5;
  --color-btn-text: #fff;
  --color-btn-hover: #1d4ed8;
  --border-btn: 10px;
  --c-bg:#f7f9fc;
  --c-text:#0b1220;
  --c-muted:#67728a;
  --c-primary:#2563eb;
  --c-primary-600:#1d4ed8;
  --c-card:#ffffff;
  --c-chip:#eef2ff;
  --radius:16px;
  --shadow:0 10px 24px rgba(20,35,60,.08);
}

.header_flex__block.top-slick {
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  padding-left: 15px;
}

.countbox_info {
  max-width: 100%;
}

.category_panel>header {
  margin: 0 -15px;
}

.category_panel .countbox {
  position: absolute;
  right: 47px;
  background: var(--color-main);
}

.countbox_info .slick-prev::after,
.countbox_info .slick-next::after {
  border-color: #fff !important;
}

.menu_info_header {
  background-color: #fff;
  padding: 0 15px;
  margin: 0 -15px;
  display: flex;
  align-items: center;
}

.category_panel .menu_href>ul {
  justify-content: center;
}

.menu_logo .logo_main img {
  max-width: 130px;
}

.menu_info_header .line_center_icon svg {
  fill: #000000 !important;
}
.category_panel .menu_href {
	margin-right: 100px;
	margin-left: 100px;
}

.menu_info_header .menu_logo, .menu_info_header .menu_href, .menu_info_header .flex_right {
	width: 33%;
}
.menu_info_header .menu_logo {
	display: flex;
	justify-content: flex-start;
}
body {
  font-family: var(--font-text);
  font-weight: 300;
  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%;
}

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,
.title_h4,
.title_h3,
.title_h2 {
  color: #212121;
  font-weight: 600;
  font-family: var(--font-title);
  position: relative;
}

h1 {
  font-size: 52px;
  text-align: center;
  margin: 15px 5px;
}

h2, .title_h2 {
  font-size: 34px;
}

h3, .title_h3, .set h3 {
  font-size: 28px;
  font-family: var(--font-text);
  font-weight: 300;
  text-align: center;
}
.title_h3.big {
	font-family: var(--font-title);
	font-size: 48px;
	font-weight: 300;
	text-transform: uppercase;
}
.title_h3 span, .set h3 {
	font-size: 72px;
	line-height: 107px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	font-family: var(--font-title);
}

h4, .title_h4 {
  font-size: 20px;
}

#myCallback .modal-content {
  background: #fff;
}

#callback_info {
  text-align: center;
}

.cookies {
  display: none;
  max-width: 332px !important;
  background: var(--color-main);
  color: #fff;
  position: relative;
  box-shadow: 0px 10px 30px rgba(41, 48, 74, .2);
  width: 100%;
  padding: 20px 25px;
  box-sizing: border-box;
  transition: .6s;
  margin-top: 25px;
}

.cookies__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 15px;
  position: relative;
}

.cookies__text {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.33;
  margin-bottom: 16px;
}

.cookies__text a {
  font-weight: 400;
  color: #fff;
  text-decoration: underline;
}

.cookies__btn {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #fff;
  margin: 0;
  opacity: .9;
  background: #000;
  transition: .3s;
  border: none;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
  display: block;
  height: 40px;
  cursor: pointer;
}

.helpers {
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 100;
}

.cookies.visible {
  display: block;
}

.firstorder {
  width: 400px;
  max-width: 70%;
  z-index: 10000;
  left: 20px;
  bottom: 20px;
  position: fixed !important;
  height: 70px;
  background: var(--color-main);
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: auto;
}

.firstorder_text {
  color: var(--color-btn-text);
}

.firstorder_btn {
  background: #fff;
  padding: 15px;
  cursor: pointer;
}
.simple-content .checkout-heading {
	font-family: var(--font-title);
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .01em;
}

#simplecheckout_shipping_address h5 {
  font-size: 20px;
}

/* Головна */
/* 1 блок */
.hmr-hero-wrap{background:var(--c-bg);width:100%}

.hmr-container{max-width:1280px;margin:0 auto;padding:80px 20px}

.hmr-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:40px;
  align-items:center;
}
@media(min-width:1024px){
  .hmr-grid{grid-template-columns:1.1fr .9fr;gap:48px}
}

.hmr-eyebrow{
  display:inline-block;background:var(--c-chip);color:#1f2a5a;
  padding:8px 14px;border-radius:999px;font-weight:700;font-size:13px;margin-bottom:14px
}
.hmr-title{
  font-family:var(--font-title,inherit);
  font-weight:900; 
  line-height:1.25; 
  letter-spacing:-0.02em;
  margin:0 0 16px; 
  color:var(--c-text);
  font-size:44px;
  text-align: left;
}
.hmr-title span{color:var(--c-primary)}
@media(min-width:768px){ .hmr-title{font-size:56px} }
@media(min-width:1280px){ .hmr-title{font-size:64px} }

.hmr-sub{
  color:var(--c-muted); font-family:var(--font-text,system-ui);
  font-size:18px; line-height:1.7; margin:0 0 28px; max-width:780px
}

.hmr-ctas{display:flex;flex-wrap:wrap;gap:14px;margin:0 0 16px}
.hmr-btn{
  display:inline-block; border:0; border-radius:16px;
  padding:14px 22px; font-weight:800; font-size:16px; text-decoration:none; transition:.2s;
}
.hmr-btn.primary{background:var(--c-primary); color:var(--color-btn-text,#fff); box-shadow:0 10px 22px rgba(37,99,235,.28)}
.hmr-btn.primary:hover{background:var(--c-primary-600); color:#fff}
.hmr-btn.ghost{background:#fff; color:var(--c-text); border:1px solid #e7eaf2}
.hmr-btn.ghost:hover{box-shadow:0 6px 16px rgba(15,23,42,.08)}

.hmr-badges{display:flex;flex-wrap:wrap;gap:22px;color:var(--c-muted);font-weight:700}
.hmr-badges i{font-style:normal;font-size:20px;line-height:1;vertical-align:-2px}

.hmr-card{
  background:#fff; border-radius:26px; box-shadow:0 22px 40px rgba(20,35,60,.12);
  padding:22px
}

.hmr-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:16px}
.hmr-chip{
  background:#f4f6fb; border-radius:18px; padding:16px 10px; text-align:center
}
.hmr-chip small{display:block;color:var(--c-muted);font-weight:800;margin-bottom:6px;font-size:14px}
.hmr-chip strong{font-size:24px;color:var(--c-text)}

.hmr-feature{
  border-radius:18px; background:rgba(37,99,235,.12);
  padding:18px
}
.hmr-feature h4{margin:0 0 10px;font-size:20px;color:var(--c-text)}
.hmr-feature p{margin:0;color:#2a3a54;line-height:1.65;font-size:16px}

@media(max-width:1023px){
  .hmr-container{padding:40px 16px}
  .hmr-card{margin-top:4px}
}

@media(max-width:399px){
  .hmr-title{font-size:32px}
  .hmr-chip strong{font-size:20px}
}

/* 2 блок */
.services-section{background:var(--c-bg);width:100%}
.hmr-container{max-width:1280px;margin:0 auto;padding:56px 20px}

.services-title{
  font-family:var(--font-title,Inter,sans-serif);
  font-weight:900; letter-spacing:-.01em;
  margin:0 0 10px; color:var(--c-text); font-size:40px; line-height:1.15;
}
@media(min-width:768px){.services-title{font-size:48px}}

.services-meta{color:var(--c-muted);font-size:16px;margin-bottom:28px}
.services-meta a{color:var(--color-links,#000);text-decoration:none}
.services-meta a:hover{color:var(--c-primary)}
.services-meta .dot{margin:0 8px;opacity:.35}

.services-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:20px;
}
@media(min-width:820px){.services-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1180px){.services-grid{grid-template-columns:repeat(3,1fr)}}

.service-card{
  background:#fff;border-radius:24px;
  padding:24px 26px;
  box-shadow:0 8px 24px rgba(20,35,60,.08);
  border:1px solid rgba(20,35,60,.06);
  transition:transform .18s ease, box-shadow .18s ease;
}
.service-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(20,35,60,.12)}

.service-card .head{display:flex;align-items:center;gap:14px;margin-bottom:8px}
.service-card .emoji{font-style:normal;font-size:28px;line-height:1}
.service-card h3{margin:0;color:var(--c-text);font-weight:800;font-size:22px}
.service-card p{margin:6px 0 0;color:var(--c-muted);font-size:16px;line-height:1.65}

@media(max-width:420px){
  .service-card{padding:18px}
  .service-card h3{font-size:20px}
}

.bubble-overlay{
  position:fixed; inset:0; z-index:9999;
  pointer-events:none;
  --cx: 50vw; --cy: 50vh; 
  clip-path: circle(0 at var(--cx) var(--cy));
  background: transparent;
  transition: clip-path .68s cubic-bezier(.2,.8,.2,1), background .3s ease;
}
.bubble-overlay.open{
  pointer-events:auto;
  background: rgba(11,18,32,.22);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  clip-path: circle(140vmax at var(--cx) var(--cy));
}

.bubble-panel{
  position:absolute; left:50%; top:50%;
  transform: translate(-50%,-50%) scale(.94);
  width:min(920px, calc(100vw - 40px));
  max-height: calc(100vh - 80px);
  overflow:auto;
  background:#fff;
  border-radius:28px;
  box-shadow:0 30px 80px rgba(20,35,60,.25);
  opacity:0;
  transition: opacity .28s ease .25s, transform .28s ease .25s;
}
.bubble-overlay.open .bubble-panel{ opacity:1; transform: translate(-50%,-50%) scale(1) }

.bubble-head{padding:22px 26px 8px}
.bubble-title{
  font-family: var(--font-title, Inter, sans-serif);
  font-weight:900; letter-spacing:-.01em; color:var(--c-text);
  font-size:28px; margin:0 0 6px;
}
.bubble-sub{color:var(--c-muted); margin:0 0 4px}
.bubble-body{padding:0 26px 24px; color:var(--c-text); font-size:16px; line-height:1.65}
.bubble-body ul{margin:8px 0 0 20px}
.bubble-body li+li{margin-top:6px}

.bubble-cta{display:flex;flex-wrap:wrap;gap:10px; padding:0 26px 26px}
.bbtn{
  display:inline-block; border:0; border-radius:16px; padding:12px 18px;
  font-weight:800; text-decoration:none; font-size:15px; transition:.18s;
}
.bbtn.primary{ background:var(--c-primary); color:#fff; box-shadow:0 10px 20px rgba(37,99,235,.25) }
.bbtn.primary:hover{ background:var(--c-primary-600) }
.bbtn.ghost{ background:#fff; color:var(--c-text); border:1px solid #e7eaf2 }

.bubble-close{
  position:absolute; right:10px; top:10px; width:40px; height:40px; border-radius:12px;
  background:#fff; border:1px solid #e7eaf2; cursor:pointer; font-size:18px;
  display:grid; place-items:center; color:#111; transition:.15s
}
.bubble-close:hover{ transform: translateY(-1px); box-shadow:0 6px 16px rgba(15,23,42,.08) }

@media(max-width:480px){
  .bubble-title{font-size:22px}
  .bubble-panel{border-radius:22px}
}

/* 3 блок */
.hmr-pricing {
  background: var(--c-bg);
  padding: 100px 20px;
  color: var(--c-text);
}
.hmr-pricing .container {
  max-width: 1220px;
  margin: 0 auto;
}
.pricing-head {
  text-align: center;
  margin-bottom: 60px;
}
.pricing-title {
  font-family: var(--font-title);
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 10px;
}
.pricing-sub {
  color: var(--c-muted);
  font-size: 17px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
  justify-content: center;
}

.pricing-card {
  background: var(--c-card);
  border-radius: 28px;
  padding: 36px 30px 44px;
  box-shadow: 0 10px 24px rgba(20,35,60,.08);
  transition: all .25s ease;
  border: 2px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(20,35,60,.12);
}

.pricing-card.featured {
  border-color: var(--c-primary);
  position: relative;
}

.pricing-card .tag {
  position: absolute;
  top: 32px;
  right: 20px;
  background: var(--c-chip);
  color: var(--c-primary);
  font-size: 13px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(37,99,235,0.08);
}

.pricing-plan {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
}
.pricing-price {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 20px;
}
.pricing-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
.pricing-list li {
  color: var(--c-muted);
  font-size: 15px;
  margin-bottom: 8px;
}

.pricing-btn {
  display: inline-block;
  text-align: center;
  background: var(--c-primary);
  color: #fff;
  font-weight: 700;
  border-radius: 14px;
  padding: 12px 24px;
  transition: all .25s ease;
}
.pricing-btn:hover {
  background: var(--c-primary-600);
  transform: translateY(-2px);
}

@media (max-width: 768px){
  .hmr-pricing{padding:70px 16px;}
  .pricing-title{font-size:32px;}
  .pricing-grid{gap:18px;}
}

/* Головна 4 блок */
.os-section{
  background: var(--c-bg);
  padding: 56px 0;
  font-family: var(--font-text);
}
.os-container{
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
.os-head .services-title{ margin: 0 0 22px; }

.os-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
@media (max-width: 992px){
  .os-grid{ grid-template-columns: 1fr; }
}

.os-panel{
  background: var(--c-card);
  border: 1px solid rgba(20,35,60,.06);
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.os-panel-inner{ padding: 22px 22px 24px; }
@media (min-width: 680px){
  .os-panel-inner{ padding: 28px; }
}

.os-badge{
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: linear-gradient(180deg, #eef2ff, #e9efff);
  padding: 12px 14px;
  border-radius: 20px;
  border: 1px solid rgba(20,35,60,.06);
  margin-bottom: 12px;
}
.os-badge-emoji{ font-size: 28px; line-height: 1; }
.os-badge-text strong{ display:block; font-weight:800; color: var(--c-text) }
.os-badge-text span{ display:block; font-size: 12px; color: var(--c-muted) }

.os-title{
  margin: 8px 0 8px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
  color: var(--c-text);
}
.os-text{ color: var(--c-text); opacity:.92; margin: 6px 0 14px; }

.os-list{ list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.os-list li{
  position: relative;
  padding-left: 18px;
  color: var(--c-text);
  opacity:.95;
}
.os-list li::before{
  content: "•";
  position: absolute; left: 0; top: 0;
  color: var(--c-primary);
  font-weight: 900;
}

.os-tiles{
  display: grid;
  grid-template-columns: repeat(5, minmax(110px,1fr));
  gap: 12px;
  margin-bottom: 10px;
}
.os-tile{
  cursor: pointer;
  user-select: none;
  transition: transform .15s ease, box-shadow .2s ease, border-color .2s ease;
}
.os-tile:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(20,35,60,.10);
}
.os-tile:focus{ outline: none; }
.os-tile:focus-visible{
  box-shadow: 0 0 0 4px rgba(37,99,235,.15);
}
.os-tile.is-active{
  border-color: var(--c-primary);
  box-shadow: 0 10px 24px rgba(37,99,235,.18);
}
@media (max-width: 1240px){
  .os-tiles{ grid-template-columns: repeat(4, minmax(110px,1fr)); }
}
@media (max-width: 992px){
  .os-tiles{ grid-template-columns: repeat(5, minmax(110px,1fr)); }
}
@media (max-width: 720px){
  .os-tiles{ grid-template-columns: repeat(3, minmax(110px,1fr)); }
}
@media (max-width: 420px){
  .os-tiles{ grid-template-columns: repeat(2, minmax(110px,1fr)); }
}

.os-tile{
  background: #f6f8ff;
  border: 1px solid rgba(20,35,60,.06);
  border-radius: 18px;
  text-align: center;
  padding: 14px 10px;
}
.os-tile-emoji{ font-size: 24px; line-height: 1; margin-bottom: 6px; }
.os-tile-name{ font-weight: 800; color: var(--c-text); }
.os-tile-ver{ font-size: 12px; color: var(--c-muted); }
/*  */
.vps-builder .lead-right h3 {
  font-weight:900;
  font-size:22px;
  text-align:center;
}
.vps-builder .vps-price {
  font-size:28px;
  font-weight:900;
  text-align:center;
  margin:8px 0;
}
.vps-builder hr {
  border:0;
  border-top:1px solid rgba(20,35,60,.08);
  margin:16px 0;
}
.vps-builder .lead-overlay.show {
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(4px);
}
/*  */

.main_h1 {
  font-size: 8px;
  margin: 0 0 5px 0;
  font-weight: 300;
  color: #fff;
  font-family: var(--font-text) !important;
}

.heading_h {
  text-align: center;
  position: relative;
}

.heading_h::after {
  display: block;
  content: '';
  width: 98%;
  height: 1px;
  margin: 0px auto 10px;
  background: #f2f2f2;
}

/*.about-us_info-wrapper {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-top: 31px;
	height: 135px;
	overflow: hidden;
	padding: 0 25px;
}
.about-us_info-wrapper:after {
	content: "";
	width: 100%;
	height: 24px;
	background: linear-gradient(180deg,hsla(0,0%,100%,0),#fff 57.35%);
	position: absolute;
	bottom: 0;
}
.about-us_btn-wrapper {
	max-width: 212px;
	margin: 29px auto 0;
}

.about-us_btn-wrapper span {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #1a1d1b;
	color: #1a1d1b;
	padding: 7px 12px;
	font-size: 14px;
	line-height: 18px;
	transition: all .3s ease;
	cursor: pointer;
	text-align: center;
}

.about-us_btn-wrapper span:hover {
	background-color: #212121;
	color: #fff;
}*/

.about-us_info-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 31px;
    max-height: 235px;
    overflow: hidden;
    padding: 0 25px;
    transition: max-height 0.7s ease;
}

.about-us_info-wrapper.collapsed::after {
    content: "";
    width: 100%;
    height: 75px;
    background: linear-gradient(hsla(0, 0%, 40%, 0), #fff);
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.about-us_info-wrapper.expanded {
    max-height: 5000px;
    overflow: visible;
}

.about-us_info-wrapper.expanded::after {
    content: none;
}

.about-us_btn-wrapper {
    max-width: 212px;
    margin: 29px auto 0;
}

.about-us_btn-wrapper span {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #1a1d1b;
    color: #1a1d1b;
    padding: 7px 12px;
    font-size: 14px;
    line-height: 18px;
    transition: all .3s ease;
    cursor: pointer;
    text-align: center;
}

.about-us_btn-wrapper span:hover {
    background-color: #212121;
    color: #fff;
}


a {
  color: var(--color-links);
}

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

#mob_catalog ul li {
  border-bottom: 1px #686868 solid;
  padding: 5px 0 5px 10px;
}

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

/* ERROR 404*/
.not-found__wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(224deg,#4FC3F7,#1E88E5);
	min-height: 100vh;
	text-align: center;
}

.gif_container {
	gap: 25px;
	margin-bottom: 48px;
	display: flex;
	justify-content: center;
}

.gif_wrapper {
	background: url(../image/travolta.webp);
	background-position: 42%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	box-shadow: 0 0 19px 0 rgba(138,20,199,.52);
	height: 122px;
	width: 122px;
}

.not-found__text {
	margin-bottom: 24px;
	color: #fff;
	font-size: 22px;
}

@media screen and (min-width:768px) {
	.not-found__number {
		height: auto;
		width: auto;
	}
	.gif_wrapper {
		height: 228px;
		width: 228px;
	}
}
.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 {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-right: 25px;
}
.information_links__item_a {
	font-weight: 700;

}
.information_links__item:last-child {
  margin-right: 0;
}

.info-dop-block {
  position: absolute;
  pointer-events: none;
  left: 0;
  z-index: -1;
  top: 100%;
  opacity: 0;
  padding: 10px;
  background: #fff;
  overflow: hidden;
  width: 220px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.info-dop-block li {
  padding: 5px 0;
}

.information_links__item:hover .info-dop-block {
  pointer-events: all;
  opacity: 1;
  z-index: 1000;
}

.magaz-on__block .dop_menu_aa {
  display: inline-block;
}

.slider_main a {
  color: #000;
}

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'] {
  color: #F63321;
}

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 {
  font-size: 14px;
}

.langgg img {
  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%);
  width: 15px;
  height: 12px;
}

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

.line_center.search {
  width: 60%;
}

#search {
  width: 100%;
}

#search input,
.order_id-or-email {
  height: 40px;
  min-width: 500px;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: unset;
  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);
}

.order_id-or-email {
  min-width: 100%;
}

.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 {
  top: 11px !important;
  left: unset;
  right: 40px;
}

#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-top: 6px;
  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;
}

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

@media (min-width: 1280px) {
  .col-xl-2 {
    width: 20%;
  }
}

/*HEADER*/
.flex {
  display: flex;
  justify-content: center;
}

.soc-img {
  width: 35px;
  height: 35px;
  padding: 0 3px;
}

header:not(.mobile) {
  background: var(--color-main);
  z-index: 100;
  padding: 5px 15px;
  font-size: var(--font-size);
  color: #000;
  border-bottom: 1px solid var(--color-main);
  transition: all .3s ease;
}

header:not(.mobile) a {
  color: #fff;
}

header.mobile {
  background: #000;
}

header.mobile .row {
  display: flex;
}

header.mobile .row .col-xs-5 {
  display: flex;
}

header.mobile .row .col-xs-5:last-child {
  justify-content: flex-end;
}

.header_flex {
  display: flex;
  justify-content: space-between;
}

.header_flex__block {
  display: flex;
  gap: 10px;
  align-items: center;
  height: 30px;
  overflow: visible;
}

.header_flex__block {
  display: flex;
  gap: 10px;
  align-items: center;
}

.countbox_wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.countbox {
  display: flex;
  align-items: center;
  gap: 7px;
}

.countbox-num {
  display: flex;
  font-size: 20px;
  font-weight: 700;
  align-items: center;
}

.manufacturer_ul {
  column-count: 3;
  width: 100%;
}

.alphabet_a {
  font-weight: 700;
  font-size: 20px;
}

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

header.start {
  top: 0;
  left: 0;
  position: sticky;
  z-index: 9999;
}

.logo_title {
  display: none;
  /* flex-direction: column;
  justify-content: flex-start;
  font-weight: 600; */
}

.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: 15px;
  font-weight: 500;
}

.top_tel {
  position: relative;
}

.text_telephone {
  font-size: 9px;
  font-weight: 300;
}

.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 auto;
  text-align: center;
  padding: 5px;
}

.drop-contacts li {
  display: flex;
  justify-content: center;
  max-width: 200px;
}

.drop-contacts li a {
  padding: 5px !important;
}

.drop-contacts li img {
  width: 20px;
  height: 20px;
}

.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;
  border: 1px solid #000;
  background: var(--color-main);
}

.callback_click:hover,
.credit_btn:hover,
.gogo:hover {
  background-color: #000;
  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 #000;
  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: #000;
  padding: 0px 15px;
  -webkit-box-shadow: 0 4px 4px rgb(34 45 74 / 10%);
  box-shadow: 0 4px 4px rgb(34 45 74 / 10%);
  position: sticky;
  top: 0;
  z-index: 999;
  color: #fff;
}

.wrap_cat_featured {
  margin-bottom: 15px;
}

.category_block {
  display: flex;
  align-items: center;
  justify-content: start;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
}

.category_block_img {
  overflow: hidden;
  margin-right: 15px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 1px solid #dee0e2;
  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-name::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  transform-origin: center;
  background: rgba(0, 0, 0, .16);
  transition: all 0.25s cubic-bezier(.455, .03, .515, .955);
}

.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;
  position: relative;
}

.main_menu .dop_menu:hover a.dop_menu_a {
  color: #fff;
}

.main_menu .dop_menu,
.mobile_lang .dop_menu {
  display: inline-block;
  cursor: pointer;
}

#menu-category-slider .dop_menu:first-child {
  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: var(--color-links);
  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;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  max-width: 250px;
	margin: 0 auto;
}

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

.advantage h4, .advantage .title_h4 {
  font-family: var(--font-title);
  font-style: normal;
	font-weight: 700!important;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 1px;
	margin: 15px auto;
	text-align: left;
}
.advantage p {
	color: var(--c-muted);
	font-family: var(--font-text,system-ui);
	font-size: 18px;
	line-height: 1.7;
	text-align: left;
}
#carousel0 {
  padding: 15px;
  margin: 0px 0px 20px;
  overflow: hidden;
}

.advantages-block {
  padding: 15px;
  margin: 0px 0px 20px;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.advantages-block>div {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.category-wall .advantages-block>div {
  display: block;
}

.advantage {
  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;
}

.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;
  width: 100vw;
  left: -15px;
  top: 100%;
  margin: 0;
  transition: 0.2s all;
  display: none;
  background-color: #fff;
  padding: 20px 120px;
  border-bottom: 1px solid #e5e5e5;
}

.dop_children:hover .dop_menu-menu-children {
  display: flex;
  flex-wrap: wrap;
}

.main_bold {
  font-weight: 700;
  display: inline-block;
}

.dop_children_3 {
  margin-bottom: 20px;
}

.child_3,
.main_bold {
  padding-bottom: 5px;
}

.dop_menu_a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 3px 10px;
}

.main_menu .dop_menu_aa {
  display: flex;
  align-items: center;
  padding: 20px 10px;
}

.dop_menu_aa {
  border-bottom: 1px dashed #e9e9e9;
}

#menu-category-slider .dop_menu_aa {
  color: var(--color-links);
  border: none;
  font-weight: 700;
  font-style: uppercase;
}

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

.line_center_icon svg {
  fill: #fff !important;
}

.line_center a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

span.top_text {
  font-size: 14px;
}

.sp-seo-faq .faq {
  background-color: #fff;
  padding: 15px;
}

.login_top,
.wishlist_top,
.cart_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: 20px;
}

.wish_remove .fa {
  color: #dc0069;
}

.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;
  color: #fff;
}

.header_account_links:hover {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .3);
  color: var(--color-hover);
}

.item.slick-slide {
  position: relative;
}

.wrap_slider {
  position: relative;
  overflow: hidden;
}

.progressBarContainer {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.progressBarContainer div {
  display: block;
  width: 40px;
  padding: 0;
  cursor: pointer;
  margin-right: 10px;
  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); */
  background-color: #000;
  display: block;
}

.progressBarContainer div span.progressBar .inProgress {
  background-color: rgba(255, 255, 255, 1);
  width: 0%;
  height: 4px;
  border: 1px solid #000;
}

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

/*hmara*/
.slider_button_a {
  border: none;
  font-family: var(--font-text);
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 22px;
  display: flex;
  padding: 10px 20px;
  align-items: center;
  justify-content: center;
  border: 2px solid #000;
}

.slider-controls {
  position: absolute;
  bottom: 15px;
  display: flex;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
}

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

/*Слайдер*/
.tool-card {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.tool-card__item {
  margin-right: 19px;
  width: 32.349%;
  overflow: hidden;
}

.tool-card__item a {
  text-decoration: none;
}

.tool-card__thumbnail {
  width: 100%;
  display: block;
}

.tool-card__info {
  background: #000;
  width: 100%;
  height: 194px;
  padding: 25px 20px;
  position: relative;
  background-size: cover;
  background-position: center;
  display: block;
}

.tool-card_title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .2px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tool-card__description {
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
  white-space: normal;
  margin: 10px 0 5px;
  height: 80px;
  overflow: hidden;
}

.tool-card__link {
  background: url(../image/white_arrow.png) no-repeat right;
  background-size: 13px 12px;
  font-size: 18px;
  display: inline-block;
  height: 16px;
  line-height: 1;
  letter-spacing: 1.25px;
  padding-right: 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  min-width: 105px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mobile_header_wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
  height: 100%;
  gap: 8px;
}

.wishlist_login_cart {
  display: flex;
  align-items: center;
  gap: 6px;
}

.wishlist_login_cart>div,
.wishlist_login_cart a,
.wishlist_login_cart svg {
  margin: 0 !important;
}

.mobile_header_wrapper .wishlist_top.line_center {
  transform: translateX(-2px);
}

.mobile_header_wrapper .line_center_icon svg {
  height: 20px !important;
}

.mobile_header_wrapper .wishlist_top .line_center_icon svg {
  height: 18px !important;
}

.mobile_header_wrapper .search_top.line_center {
  margin-right: auto;
}

.mobile_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media (max-width: 767px) {
  .cookies {
    padding: 15px;
  }

  .cookies__title {
    font-size: 18px;
    line-height: 1.2;
  }

  .cookies__text {
    font-size: 12px;
  }

  .cookies__btn {
    font-size: 14px;
    height: 40px;
  }

  .helpers {
    bottom: 80px;
  }

  .tool-card {
    margin-left: -15px;
    padding-left: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    width: calc(100% + 30px);
    display: block;
    text-align: center;
    white-space: nowrap;
  }

  .tool-card__item {
    margin-right: 9px;
    width: 315px;
    display: inline-block;
  }

  .tool-card__thumbnail {
    max-width: 100%;
  }

  .tool-card__info {
    padding: 15px 20px 17px;
    height: 180px;
    text-align: left;
  }

  .tool-card_title {
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: .18px;
  }

  .tool-card__description {
    font-size: 14px;
    line-height: 1.29;
    height: 56px;
    margin-bottom: 40px;
  }
}

.slider_count {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  background: rgb(51 51 51 / 50%);
  border-top-left-radius: 10px;
}

.slide-left,
.slide-right {
  cursor: pointer;
}

.now {
  margin: 0 10px;
}

.now_small {
  color: #d6d6d6;
  font-weight: 400;
}

.slider_count #now {
  font-size: 40px;
  font-weight: 700;
  color: #d6d6d6;
}

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


.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: 20px;
  color: #000;
  font-family: var(--font-title);
}

.cart_related_block img.img-thumbnail {
  border-radius: unset;
  border: none;
  padding: 0;
}

.cart_related_flex {
  display: flex;
  justify-content: flex-start;
}

.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;
  color: #fff !important;
}

@keyframes sale-anim {
  0% {
    animation-timing-function: cubic-bezier(0.9647, 0.2413, 0, 0.7911);
    transform: scale(0.9099999999999999)
  }

  51% {
    animation-timing-function: cubic-bezier(0.9226, 0.2631, 0, 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: 100%;
  top: 0;
}

body .mobile_menu .cart_closes {
  display: none;
  height: 45px;
  line-height: 40px;
}

/* body.modal-open .mobile_menu .open-menu {
  display: none;
} */

/* body.modal-open .mobile_menu .cart_closes {
  display: inline-block;
} */

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

.price_filter_value {
  color: #fff;
}

.ocfilter-option .ocf-option-name {
  color: #fff;
}

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

.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, .modal-header .title_h4.modal-title {
  font-weight: 500;
	font-size: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
  color: #000;
  letter-spacing: .1em;
  font-family: var(--font-title);
  align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1;
}
#label_cart_total {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: 0;
	text-transform: lowercase;
}
.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 svg {
  fill: #000;
}

.cart_close:hover {
  color: #000;
}

.callback_close {
  right: 14px;
}

.cart_list_items {
  list-style: none;
  flex: 1 1 auto;
	padding: 24px;
	position: relative;
	overflow-y: scroll;
}

.cart_item:first-child {
  padding: 0 0 10px 0;
}
.related_cart_tyt {
	margin-bottom: 10px;
}
.cart_item {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  border-bottom: 1px solid #888;
  color: #000;
  position: relative;
}

.cart_item_delete {
  position: absolute;
  right: 0;
  bottom: 10px;
}

.cart_item_img {
  display: flex;
  margin-right: 20px;
  flex-shrink: 0;
  flex-basis: 100px;
}

.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: 700;
  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: 10px;
  margin-top: 8px;
  color: #000;
}

.cart_text_info {
  margin-top: 25px;
  text-align: center;
  color: #000;
}

.cart_block_buttons {
  text-align: center;
}
.live-search ul li {
	color: #000!important;
}
.cart_button_open,
.knopka_boxme {
  transition: all .2s ease-out;
  border: none;
  display: inline-block;
  padding: 10px 20px;
  margin: 20px 0;
  text-align: center;
  background: #000;
  color: #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%);
}

.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: unset;
}

.cart_button_open.block {
  display: block;
}

.cart_button_open.order {
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  position: relative;
  background-color: var(--color-main);
  border: 1px solid var(--color-main);
  display: block;
  height: 42px;
  padding: 5px;
  border-radius: unset;
}
.price_tovar .cart_button_open.order {
	color: #fff;
}
.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 {
  box-shadow: 0 2px 3px 0 rgb(0 0 0 / 30%);
}

.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);
  color: #fff;
}

.cart_button_open:hover {
  box-shadow: 0 2px 3px 0 rgb(0 0 0 / 30%);
}

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

.pdoh1 {
  position: relative;
}

.main_price_wishlist {
  position: absolute;
  top: 20px;
  right: 0;
}

.manufacturer_icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.manufacturer_icon img {
  width: 20px;
  height: 16px;
  display: none;
}

.footer_pay {
  color: #fff;
  font-size: 12px;
}

.off_brand {
  font-size: 10px;
  display: none;
}

.share-product {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.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.option {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  justify-content: flex-start !important;
}

.cart_item_small svg {
  fill: #000;
}

.cart_item_small span a {
  cursor: pointer;
}

.cart_item_small.white {
  background: #fff;
  border: 1px solid #000;
  width: auto;
}

.avd-mob {
  margin-top: 40px;
}

.cart_item_small.white a {
  display: inline-block;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.cart_a {
  position: relative;
}

#cart-total,
#wishlist-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;
}

.do_besplatki {
  background-color: var(--color-main);
  color: #000;
  padding: 3px 10px;
}

.do_cart_text {
  border: 2px solid var(--color-main);
  padding: 15px;
  display: none;
}

.bold {
  font-weight: 700;
}

#wishlist-total>.yellow,
#wishlist-total[title],
#cart-total>.yellow,
#cart-total[title] {
  width: 20px;
  height: 20px;
  background: var(--color-main);
  font-weight: 700;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.sticky {
  position: sticky;
  top: 110px;
}

.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: 45px;
}

.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;
}
.opis_main .name_main {
	text-transform: uppercase;
	font-family: var(--font-title);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.48;
	color: #000;
}
.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;
  color: #fff;
}

.mob_link_item {
  border-bottom: 1px solid #686868;
}

.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: #fff;
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 6px 0 6px 15px;
}

.parent_xs_child a {
  font-size: 14px;
  margin: 4px 0 4px 20px;
  text-align: left;
  color: #fff;
  font-weight: 300;
}

.parent_xs_child_child a {
  margin: 4px 0 4px 20px;
}

.mobile_lang .language_selected,
.mobile_lang .language_selected a,
.mobile_lang .language-select a {
  color: #fff;
}

.mobile_dop_soc .social_top img {
  filter: invert(1);
  width: 35px;
}


#modalOneclick .sss {
  align-items: flex-start;
  gap: 10px;
}

#modalOneclick .modal-header .title_h4.modal-title {
	color: #000;
}
#modalOneclick .cart_close svg {
	fill: #000;
}
.parent_xs_child .see-all {
  font-size: 12px;
  font-weight: 500;
}

.parent_xs {
  position: relative;
}

.parent_xs::before,
.parent_xs_xs::before {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  right: 8px;
  color: #fff;
}

.parent_xs.active::before,
.parent_xs_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;
  }
}

.mobile .countbox_wrap {
  background: var(--color-main);
  color: #fff;
  height: auto;
  padding: 4px 0;
  overflow: hidden;
}

.mobile .countbox_wrap {
  display: block;
}

.mobile .countbox_info a {
  color: #fff;
  font-size: 14px;
}

.mobile .countbox-num {
  font-size: 16px;
}

.mobile .countbox_wrap .countbox {
  justify-content: center;
}

.mobile .slick-prev,
.mobile .slick-next {
  display: none !important;
}
.add-set-btn-sell {
	background: #000;
  border: none;
  margin: 15px auto 10px auto;
}
@media (max-width: 767px) {
  .progressBarContainer {
    display: none;
  }

  #mob_catalog ul li.parent_xs:first-child {
    background: var(--color-main);
  }

  .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;
}
#set_tyt .slick-prev,
#set_tyt .slick-next {
  display: inline-block !important;
}
#set_tyt .slick-next {
	right: -10px;
}
#set_tyt .slick-prev {
	left: -10px;
}
  #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, .product-thumb .title_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: 50px;
}

.logo_main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  max-height: 100%;
}

header.start .slider_main {
  justify-content: center;
}

#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 {
  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: transparent;
  transition: .3s opacity ease;
  position: absolute;
  top: calc(50% - 15px);
}

.slick-prev {
  left: 5px;
}

.slick-next {
  right: 5px;
}

.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: 5px 20px 5px;
  content: '';
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-right: 2px solid #212121;
  border-bottom: 2px solid #212121;
  z-index: 2;
}

.slick-arrow {
  visibility: visible;
  opacity: 1;
  transition: all .4s ease;
}

.slick-arrow.slick-disabled {
  visibility: hidden;
  opacity: 0;
}

.count-slider .slick-prev::after,
.count-slider .slick-next::after {
  margin: 10px 3px 5px;
  width: 9px;
  height: 9px;
}

.count-slider .slick-prev {
  left: -13px;
}

/* footer */
.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 {
  height: 45px;
  width: 300px;
  max-width: 100%;
  border-radius: unset;
}

.subscribe-box {
  text-align: center;
  margin: 0 auto;
  max-width: 700px;
}

.subscribe-form .cart_button_open {
  background: #000;
  color: #fff;
  width: 300px;
  max-width: 100%;
  height: 45px;
}

.subscribe-form {
  padding: 25px 0;
}

h4.subscribe-title, .title_h4.subscribe-title {
  text-align: center;
}

footer {
  padding-top: 20px;
  font-weight: 400;
  margin-top: 30px;
  color: #000;
  position: relative;
  background: #fff;
}

.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 var(--color-main);
}

footer a:hover {
  color: #000;
}

footer h5 {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  color: #000;
  padding-top: 10px;
  font-family: var(--font-text);
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px 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: #000;
  font-size: 20px;
  font-weight: 400;
}

footer a {
  color: #000;
  font-weight: 500;
}

footer a:focus {
  color: var(--color-main);
  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_info_block {
  color: #000;
  min-height: 160px;
}

.footer_info_block>ul>li>a {
  color: #000;
  display: flex;
  padding: 5px 0;
}

footer .language_selected {
  color: #000;
}
.wrap_footer {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 3%;
}
.wrap_footer .col-one {
	width: 30%;
	display: flex;
	justify-content: center;
}
.footer_info_block img {
  width: 20px;
  height: 20px;
}
.footer_left_logo img {
  width: 200px;
  height: auto;
  max-width: 95%;
}
.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;
  right: 0;
  text-align: center;
  font-weight: 700;
  height: 0px;
  line-height: 50px;
  overflow: hidden;
  z-index: 9999;
  padding: 20px;
  border: 0;
  transition: all 0.5s ease;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: 0;
}

.alert.alert-danger,
.alert.alert-success {
  height: auto !important;
  overflow: hidden;
  transition: all 0.5s ease;

}

.alert.alert-danger {
  background-color: #C0363A;
  opacity: .8;
}

.alert.alert-success {
  background-color: #51A351;
  color: #fff;
  opacity: .9;
}

.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: 800;
  font-size: 14px;
  letter-spacing: 1px;
  min-width: 150px;
  padding: 10px;
  border: none;
  border-radius: 10px;
  background:var(--c-primary); 
  color:var(--color-btn-text,#fff); 
  box-shadow:0 10px 22px rgba(37,99,235,.28)
}

.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: var(--color-btn-hover);
}

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

.success-order__message-details {
  margin-top: 20px;
}

.order__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 15px;
}

.order__item-title {
  flex-basis: 35%;
  color: #929292;
  font-size: 12px;
  letter-spacing: .24px;
}

.order__item-value {
  flex-basis: 65%;
}

.account_wrap.simpe_check {
  margin-top: 15px;
  max-width: 100%;
}

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

/* ПРАЙС ЛИСТ*/
.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);
}

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

.main_img_box .image {
  width: 80%;
}

#dop-images a {
  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) {
  .order__item-title {
    flex-basis: 25%;
  }

  .order__item-value {
    flex-basis: 75%;
  }

  #tab-review.active {
    width: 100% !important;
  }

  #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;
  transition: all ease 0.3s;
  border: 1px solid transparent;
  margin-bottom: 30px;
  z-index: 0;
  padding: 1px;
}

.product-thumb:hover {
  border: 1px solid #000;
  z-index: 1;
  transition: .3s;
}

.cat-minus {
  margin: 0 -30px;
}

#product {
  padding-bottom: 15px;
}

.product-thumb.slick-slide {
  margin: 15px;
}

.product-thumb:hover div .caption h4 a, .product-thumb:hover div .caption .title_h4 a {
  -webkit-line-clamp: 4;
}

.product-thumb .image {
  text-align: center;
}

.product-thumb .image a {
  display: block;
}

.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}

.product-grid .product-thumb .image {
  float: none;
}

.label-in-img {
  white-space: break-spaces;
}
.slick-slide {
	height: auto!important;
}
.option_title {
  font-size: 7px;
}
.sidebar-title-items {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: 0;
	text-transform: lowercase;
}
.sidebar-product-left {
	width: 50%;
	display: flex;
	align-items: center;
}
.sidebar-product-right {
	width: 50%;
	display: flex;
	align-items: center;
	padding-left: 30px;
	justify-content: space-between;
}
.sidebar-product-right .product-buttons {
	display: flex;
}
.sidebar-product-right .product-buttons .minus, .sidebar-product-right .product-buttons .plus {
	margin-right: -1px;
	cursor: pointer;
}
.sidebar-product-right .product-buttons .minus, .sidebar-product-right .product-buttons .plus, .sidebar-product-right .product-buttons .quantity {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	text-align: center;
	background: #fff;
	border: 1px solid #EAEAEA;
	box-sizing: border-box;
	padding: 0;
}
.sidebar-product-right .product-buttons .minus, .sidebar-product-right .product-buttons .plus, .sidebar-product-right .product-buttons .quantity{
	font-family: var(--font-title);
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0;
	width: 54px;
}
.sidebar-product-right .product-total-block {
	display: flex;
	align-items: center;
}
.product-total-block .product-quantity {
	font-family: var(--font-title);
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 1.17px;
	text-transform: uppercase;
	text-align: right;
}
.product-total-block .product-total {
	font-family: var(--font-title);
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 1.17px;
	text-transform: uppercase;
}
.product-total-block .product-remove {
	margin-left: 24px;
}
.sidebar-footer {
	background: #F5F8F9;
	display: flex;
	justify-content: space-between;
	padding: 30px 24px;
}
#myCart .modal-content {
	display: flex;
	flex-direction: column;
}
.sidebar-total {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 230px;
	justify-content: space-between;
}
.sidebar-total .sub_total,  .sidebar-total .total {
	display: inline-flex;
	justify-content: space-between;
	align-items: baseline;
	flex-direction: row;
	max-height: 30px;
}
.sidebar-total .sub_total {
	font-weight: 200;
	font-size: 14px;
	line-height: 20px;
}
.sidebar-total .sub_total .total-text, .sidebar-total .sub_total .total-value, .sidebar-total .total .total-text, .sidebar-total .total .total-value {
  font-family: var(--font-title);
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.sidebar-total .total {
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
}
.sidebar-button {
	max-width: 406px;
	width: 100%;
}
.sidebar-button a {
	background: var(--color-main);
	border: 1px solid #000;
	padding: 18px;
	text-align: center;
	font-family: var(--font-text);
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0;
	text-transform: uppercase;
	display: block;
	transition: background-color .2s ease-in-out;
}
.sidebar-button a:hover {
	background: #000;
	color: #FFF;
}
.cart_item_name {
	font-family: var(--font-title);
	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: 1.14px;
	vertical-align: middle;
	text-transform: uppercase;
	padding-left: 12px;
}

.product-thumb h4, .product-thumb .title_h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #212121;
  margin-bottom: 7px;
  height: 45px;
  text-align: center;
  font-family: var(--font-text);
}

.some_atr {
  text-align: center;
  margin-top: 0px;
  color: #888;
  display: none;
}

.product-thumb .caption {
  padding: 0 20px;
  min-height: 150px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-thumb .caption h4 a, .product-thumb .title_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;
}

.cart_item_name a {
  font-size: 11px;
  color: #000;
}

.product-thumb .rating {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  width: 100%;
  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;
}

#button-cart {
  width: calc(100% - 175px);
  border-radius: unset;
  background: #000;
}

#button-click {
  position: relative;
  width: 100%;
  border: 1px solid #000;
  border-radius: unset;
  background: #fff;
}

#button-click::after {
  position: absolute;
  content: '';
  width: 100px;
  height: 1px;
  background: #888;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -15px;
  z-index: 1;
}

#button-click::before {
  position: absolute;
  content: 'або';
  background: #fff;
  color: #888;
  height: 13px;
  width: 50px;
  margin: 0 auto;
  top: -26px;
  right: 0;
  z-index: 3;
  left: 0;
}

.number-spinner,
.number-option {
  display: inline-flex;
  position: relative;
  vertical-align: middle;
  background: #fff;
  padding: 0px 40px;
  border: 1px solid #ebecee;
  margin-right: 5px;
}

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

.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 {
  padding: 15px;
  background: #fff;
}

.block_ten_all {
  padding: 0;
}

.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.listing {
  display: flex;
  font-size: 14px;
  width: 50%;
  padding-right: 8px;
}

.atr_ten.listing .atr_title {
  font-weight: 700;
}

.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: #212121;
  font-size: 15px;
}

.rating .fa-star+.fa-star-o {
  color: #212121;
}

.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: right;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}

.product-thumb .price_number {
  font-style: normal;
  font-size: 18px;
  position: relative;
}
.product-thumb .price_number::before {
	content: 'ціна';
	position: absolute;
	top: 0;
	left: -25px;
  font-size: 10px;
}

.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: 30px;
  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) {
	.atr_ten.listing {
		width: 100%;
	}
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}

.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;
    padding: 0;
  }

  #content.checkout {
    padding: 0;
  }

  .simple-content {
    margin: 0 !important;
  }

  .check_option {
    width: calc(50% - 10px);
  }

  .shipping-flex {
    flex-wrap: wrap;
  }

  #simplecheckout_customer .block-simple-inputs {
    width: 100% !important;
  }

  .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: 0;
  top: 15px;
  height: 26px;
  border-radius: unset;
}

.stickers.skidka {
  transition: all 1s ease;
  transform-origin: left top;

  animation: skidos 2s infinite linear;
}

img.mfp-img {
  padding: 0 !important;
}

.main_img_box .stickers.skidka,
.main_img_box .stickers {
  left: 35px;
}

.stickers.skidka span,
.stickers span {
  /*margin-top: 10px;*/
}

.stickers {
  font-weight: bold;
  padding: 4px 12px 4px 12px;
  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;
}

.stickers.sold~img {
  opacity: 0.5;
}

/*РЕТИНГ*/
.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: #212121 !important;
}

.rat-star.checked {
  color: #212121;
}

/*ОПЦИИ*/
.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: 15px;
  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;
  margin: 0 auto;
}

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;
  text-align: right;
}

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

.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 {
  color: #3a3a3a;
  position: relative;
  display: inline;
  border-bottom: 2px solid #3a3a3a;
}

.product-info .radio {
  display: inline-block;
  margin: 10px 6px 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: 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;
  position: relative;
  min-width: 50px;

  width: 65px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.view0_link {
  border: 1px solid #ddd;
}

.product-info input[type='radio']:hover+label::after {
  box-shadow: 0px 0px 1px 1px #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 {
  background: #fff;
  box-shadow: 0px 0px 1px 1px #8a8a8a;
  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: none;
  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;
}

.product_h1 {
  text-align: left;
  font-style: normal;
  font-size: 30px;
  line-height: 35px;
  margin-top: 0;
  margin-left: 0px;
  border-bottom: 1px solid var(--color-main);
  padding-bottom: 10px;
  padding-top: 10px;
  color: #212121;
  margin-bottom: 10px;
  padding-right: 25px;
}

.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: 3px 7px;
  border-radius: 5px;
  font-weight: 700;
}

.is_instock {
  color: #489041;
  display: none;
}

.not_instock {
  color: #FD9DA6;
}

.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;
  font-weight: 700;
  border-bottom: 1px solid var(--color-main);

}

.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: center;
  width: 100%;
  gap: 40px;
}
.atributes_ul .product_adv_block {
	width: 130px;
	height: 130px;
}
.atributes_ul img {
	width: 100%;
	height: 100%;
}
.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_h2,
.price_no {
  font-size: 26px;
  font-weight: 700;
  color: #192940;
  margin: 0;
}

.main_price_cachback {
  margin-left: 24px;
  background-color: #f2f2f2;
  font-size: 14px;
  padding: 6px 6px 5px;
  text-align: center;
  color: #000;
  display: inline-block;
}

.price_economy {
  font-size: 14px;
  color: #777e90;
  font-weight: 400;
  display: none;
}

.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: #F8F8F8;
  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: '\f105';
  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;
  }
}

/*КАТЕГОРИИ*/
.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;
}

.title_cat {
  font-weight: 300;
  font-size: 16px;
}

.wrap_cat_h1_about {
  text-align: center;
}

.category_flex {
  display: flex;
  justify-content: flex-start;
  margin: 20px 0;
  margin-left: -15px;
  padding-left: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  width: calc(100% + 30px);
  text-align: center;
  white-space: nowrap;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .25) 9px, #000 18px, #000 calc(100% - 48px), rgba(0, 0, 0, .25) calc(100% - 9px), transparent);
  mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .25) 9px, #000 18px, #000 calc(100% - 48px), rgba(0, 0, 0, .25) calc(100% - 9px), transparent);
}

.item_pod {
  width: 200px;
  margin-right: 9px;
  display: inline-block;
}

.item_pod a {
  width: 200px;
  display: block;
}

.cat-image img,
.cat-image img.circle {
  border-radius: 0 !important;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

.category-item.noimage {
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 2px 10px;
  background: #fff;
  transition: all 0.15s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin: 0 15px;
}

.category-item.noimage:hover
{
border-color: #212121;
}

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

.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;
  background: 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;
  opacity: 0;
  transition: all 0.2s ease;
  position: absolute;
  top: 5px;
  right: 0;
}

.product_bottom_line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7px;
}

.product_bottom_line.clicker .add_cart_button button {
  background-color: var(--color-main) !important;
}

.product_action {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.product-thumb:hover .add_cart_button,
.product-thumb:hover .add_wishlist_button {
  opacity: 1;
}

.wishlist_add_heart {
  border: none;
  background: transparent;
}

.wishlist_add_heart .fa {
  font-size: 25px;
  color: #dc0169;
}

.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;
  font-size: 15px;
  width: 120px;
  height: 40px;
  background-color: var(--color-main);
  padding: 5px;
  color: #000;
  border: none;
  font-weight: 700;
}

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

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

/*ТЕКСТОВЫЕ БЛОКИ*/
.text_pro_blocks {
  margin: 50px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 15px;
  border: 1px solid #e4e4e4;
  background: #fff;
}

.wrap_pro_block {
  display: flex;
  align-items: center;
  width: 30%;
  margin-bottom: 15px;
}

.pro_head {
  font-size: 25px;
  font-weight: 700;
}

.pro_block__icon img {
  width: 70%;
}

.pro_block__about {
  width: 70%;
}

.pro_block__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../image/category-bg.png) no-repeat;
  background-size: 100%;
  height: 80px;
  width: 77px;
  margin-right: 10px;
}

.pro_block__icon::after {
  /*  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e6c2c7;
  top: 9px;
  left: 12px;
  z-index: -1;*/
}

.problock_title {
  font-weight: 700;
}

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

/*Описание*/
.tab-content p {
  line-height: 20px;
}

.tab-content {
  margin-bottom: 40px;
  padding: 0px;
}

#myAccount .tab-content {
  box-shadow: none;
}

#tab-specification {
  display: flex;
}

/*отзывы*/
.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, .title_review .title_h4 {
  height: auto;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

.review .rating {
  top: 0px;
  position: relative;
}

.product-thumb.reviews .rating {
  position: unset !important;
}

.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 {
	font-family: var(--font-title);
  margin: 0 !important;
  border: none;
  font-size: 15px;
  font-weight: 300;
  font-size: 26px;
	line-height: 60px;
	letter-spacing: 1px;
	text-transform: uppercase;
  line-height: 1.8rem;
  color: #000;
  padding: 10px;
}

.nav-tabs.more_tabs {
  text-align: center;
  height: 57px;
  font-size: 16px;
  margin-top: 25px;
  position: sticky;
  top: 10px;
  z-index: 10;
  padding-top: 15px;
  background-color: #fff;
  overflow: hidden;
}

.nav-tabs.more_tabs>li.active {
  font-weight: 700;
}
.nav-tabs.more_tabs li {
	margin-right: 40px;
}
.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: #000;
  font-weight: 700;
}

.tab-content>.active {
  display: block;
}

.nav-tabs.more_tabs>li a sup {
  position: absolute;
  top: 25%;
  right: -15px;
  width: 20px;
  height: 20px;
  background: var(--color-main);
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.planb_table tbody tr td {
  width: 50%;
}

.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: unset;
}

.button_cart_add.review_open:hover {
  background: var(--color-main);
}

.tagss {
  display: flex;
  flex-wrap: wrap;
}

.tags_img {
  margin-right: 7px;
  display: none;
}

.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 50px;
  height: auto;
  border-radius: unset;
}

.cancel_review {
  cursor: pointer;
}

.product-thumb.reviews {
  display: flex;
}

.product-thumb.reviews:hover::after {
  transform: none;
}

.product-thumb.reviews h4, .product-thumb.reviews .title_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: 12px;
}

.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.svg) no-repeat;
  background-position: top right;
  background-size: contain;
  opacity: 0.6;
  margin-top: -10px;
}

/*НОВОСТИ*/
.blog_wrap {
  position: relative;
}

.blog-thumb {
  display: inline-block;
}

.image-blog {
  margin: 0 10px;
}

.image-blog img {
  width: 100%;
  object-fit: cover;
}

.product-thumb .image img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  max-height: 380px;
}

#blog_mod {
  padding: 0 15px;
  margin-left: -15px;
  padding-left: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  width: calc(100% + 30px);
  display: block;
  text-align: center;
  white-space: nowrap;
}

#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: 42px;
  right: 0;
}

.second_title {
  color: #D2D2D2;
  font-family: var(--font-text);
  display: none;
}

.heading_h {
  margin-top: 30px;
  margin-bottom: 10px;
}

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

/*Информационные*/

/* ---------- Science section ---------- */
.science {
  background: #fff;
  color: #111;
  padding: clamp(32px, 6vw, 80px) 16px;
}

.science__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 4vw, 40px);
  max-width: 100%;
  margin: 0 auto;
  align-items: center;
}

.science__content {
  max-width: 680px;
  margin: 0 auto;
}

.science__eyebrow {
  margin: 0 0 8px;
  font-size: clamp(12px, 1.2vw, 14px);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: #111;
}

.science__title {
  margin: 0 0 clamp(12px, 2vw, 16px);
  font-size: clamp(22px, 3vw, 28px);
  line-height: 1.25;
  font-weight: 700;
  color: #111;
  text-align: left;
}

.science__text {
  margin: 0 0 clamp(16px, 3vw, 28px);
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1.7;
  color: #333;
}

.science__link {
  display: inline-block;
  text-transform: uppercase;
  font-size: clamp(12px, 1.4vw, 14px);
  letter-spacing: 0.08em;
  font-weight: 600;
  color: #111;
  text-decoration: none;
  border-bottom: 1px solid #111;
  padding-bottom: 4px;
  transition: transform .2s ease, opacity .2s ease;
}
.science__link:hover { transform: translateY(-1px); opacity: .8; }

.science__media {
  margin: 0;
}
.science__media img {
  width: 100%;
  display: block;
  border-radius: 0; 
}
@media (min-width: 960px) {
  .science__inner {
    grid-template-columns: minmax(440px, 1.1fr) minmax(420px, 1fr);
    gap: clamp(40px, 6vw, 80px);
  }
  .science__media { order: 1; }
  .science__content { order: 2; }
  .science__inner { align-items: center; }
}

@media (min-width: 1280px) {
  .science__title { font-size: 32px; }
  .science__text  { font-size: 18px; }
}


#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%;
  filter: invert(1);
}

/*РЕГИСТРАЦИЯ*/
.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: #000;
  font-size: 19px;
  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: 30%;
}

.input_sim_reward {
  width: calc(70% - 50px);
}

#simplecheckout_button_cart {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  text-transform: none;
  border-radius: 0px;
  height: 60px;
  width: 40px;
}

/*.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;
}

.update_rewards_btn {
  margin-top: 10px;
}

.simplecheckout .btn-primary {
  height: 45px;
}

#content.checkout {
  border-right: none;
  padding-top: 25px;
}

.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: 30px;
  max-height: 30px;
  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;
}

/**/
.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, .category-wall .title_h3 {
  text-align: center;
  margin-bottom: 15px;
}

.one_click {
  max-width: 300px;
  /*margin: 0 auto;*/
}

.one_click input {
  border-radius: unset;
  padding: 0 15px 0 15px;
  font-size: 16px;
  border: 1px solid #ebecee;
  box-shadow: none;
  height: 40px;
}

.sss {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.category-item {
  padding: 10px 0;
}

.cat-image img {
  /* box-shadow: 0px 4px 20px rgb(0 0 0 / 16%); */
  transition: box-shadow .3s ease;
}

.cat-image:hover img {
  box-shadow: 0px 4px 20px rgb(0 0 0 / 35%);
}

.category-item {
  overflow: hidden;
}

.cat-caption {
  text-align: center;
  text-wrap: wrap;
  font-size: 14px;
}

.cat-name {
  font-size: 16px;
  text-decoration: none;
  font-weight: 300;
}

.brend_about {
  letter-spacing: 0.35px;
}

.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) {
  .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, .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: -20px;
  }

  .slick-dots {
    bottom: 15px;
  }

  .icon_dop_href {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 1220px) {
  .container {
    width: 95%;
  }

  .dop_href.start {
    justify-content: space-around;
  }

  .product-thumb {
    margin: 10px;
  }

  .boxme_wish_remove {
    opacity: 1;
  }
}

@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: 1025px) {
  #dop-images .slick-slide img {
    height: auto;
    width: 65px;
  }

  .product_action .add_cart_button button {
    width: 80px;
  }

  .product-thumb .price-new {
    text-align: left;
  }

  #blog_mod {
    margin-top: 20px;
  }

  .main_menu .dop_menu_aa {
    padding: 20px 5px;
    font-size: 13px;
  }

  .main_menu .dop_menu_aa .child_b i {
    display: none;
  }

  .login_top,
  .wishlist_top,
  .cart_top {
    margin-left: 20px;
  }
}

.slick-slide img {
  width: 100%;
}

@media (max-width: 767px) {
  .item_pod a {
    width: 150px;
  }
	.product-thumb .price_number::before {
		top: -15px;
		left: 0;
	}
  /* #slideshow0 {
    display: none;
  } */

  #wrap_slider_1 {
    display: none;
  }

  .boxme_wish_remove {
    opacity: 1;
    top: 10px;
  }

  .contact_title {
    margin-top: 10px;
  }

  .cart_close {
    top: 5px;
  }

  .input-group-btn.live {
    right: 40px !important;
    left: unset !important;
  }

  #search input {
    max-width: 100%;
    min-width: 200px;
  }

  #tab-specification {
    flex-wrap: wrap;
  }

  .tab-content {
    padding: 10px;
  }

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

  .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: 0;
    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;
  }

  .wishlist_add_heart {
    position: absolute;
    top: -287px;
    right: -18px;
    display: none;
  }

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

  .add_wishlist_button {
    opacity: 1;
    position: relative;
    top: unset;
  }

  .product_action {
    margin-bottom: 10px;
  }

  .add_cart_button {
    opacity: 1;
    text-align: center;
  }

  .heading_h h3, .heading_h .title_h3 {
    font-size: 20px;
  }

  .slider_banner {
    width: 100%;
  }

  .list-group-item.ocfilter-option {
    padding: 15px;
  }

  body {
    font-size: 16px;
  }

  h3, .title_h3 {
    font-size: 20px;
  }

  h1 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
    margin-top: 25px;
  }

  .main_line {
    margin-bottom: 25px;
  }

  .gfg {
    display: none !important;
  }

  .category-item {
    padding: 15px 20px;
    margin-top: 0px;
    max-width: 150px !important;
  }

  .soc_flex {
    flex-wrap: wrap;
  }

  .soc_flex a {
    margin-bottom: 7px;
  }

  .product-thumb {
    border: none;
  }

  .answer__block {
    min-height: 150px !important;
  }

  .nav-tabs>li>a.answer__list-href {
    padding: 6px !important;
  }

  .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.dop_menu_a_icon {
    height: 35px;
  }

  .slideshow.mob img {
    height: calc(100vh - 120px);
  }

  .wrap_category {
    width: 33%;
  }

  header:not(.mobile) {
    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 {
    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;
    justify-content: center;
    margin-left: -15px;
  }

  .line_center_icon svg {
    height: 23px;
    margin-right: 5px;
  }

  .caption-right p {
    height: 50px;
    overflow: hidden;
    position: relative;
    transition: all .5s ease;
  }

  .caption-right.active p {
    height: 160px;
  }

  .caption-right:not(.active) p::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 40px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
    content: "";
  }

  #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: #fff;
    font-weight: 500;
  }

  #mobileMenuLabel {
    margin-bottom: 10px;
  }

  .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: 250px;
  }

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

  .alert {
    line-height: unset;
  }

  .alert.alert-danger {
    height: auto;
  }

  .price_tovar {
    justify-content: center;
    flex-direction: column;
  }

  .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: 0;
    margin-right: 0;
  }

  .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) {
  .heading_h {
    margin-top: 0;
  }

  .wish_remove,
  .wish_add {
    margin-left: 0;
    max-width: 200px;
  }

  .wish_remove .fa,
  .wish_add .fa {
    margin-right: 7px;
  }

  .main_price_block {
    justify-content: center;
  }

  .advantages-block {
    padding-bottom: 0;
    margin-bottom: 0;
    display: block;
  }

  .advantage {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 15px;
    justify-content: flex-start;
  }

  .image-left {
    padding: 0 10px;
  }

  .caption-right {
    padding-right: 10px;
  }

  .caption-right h4, .caption-right .title_h4 {
    font-size: 18px !important;
  }

  .cat_fone {
    left: 0;
    transform: translateX(-50%);
  }

  .line_1 {
    flex-direction: column;
  }

  #dop-images {
    display: none !important;
    width: 100%;
    text-align: center;
    margin-top: 10px
  }

  .main_price_wishlist {
    top: 0;
  }

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

  .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, .title_review .title_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;
	}*/

  .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, .product-thumb .title_h4 {
    margin-top: 15px;
    font-size: 15px;
  }

  .product-thumb .wrap_rating {
    top: -18px;
  }

  .product-thumb .caption h4 a, .product-thumb .caption .title_h4 a {
    -webkit-line-clamp: 2;
  }

  .product-thumb:hover div .caption h4 a, .product-thumb:hover div .caption .title_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) {

  .firstorder {
    max-width: 67%;
    bottom: 12px;
    padding: 10px;
  }

  .firstorder_text {
    font-size: 12px;
  }

  .firstorder_btn {
    font-size: 12px;
    padding: 10px;
  }

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

  /* Blog */
  .blog_date {
    margin-bottom: 5px;
  }

  .image-blog img {
    height: auto;
  }

  .image-blog {
    margin: 0;
  }

  .blog_bottom_line {
    padding: 5px 0 0 0;
    margin-bottom: 30px;
  }

  .blog_title {
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    height: auto;
  }

  .main_img_box .slick-prev,
  .main_img_box .slick-next {
    display: block !important;
  }

  .main_img_box a.main-image,
  .main_img_box a.main-image {
    pointer-events: none;
  }

}

.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, 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%;
  }
}

@keyframes skidos {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.03);
  }

  100% {
    transform: rotate(0);
  }
}