:root {
  --font-title: 'Gilroy', sans-serif;
  --font-text: 'Gilroy', sans-serif;
  --font-size: 14px;
  --color-main: #FFB443;
  --color-hover: #126c9b;
  --color-links: #222;
  --color-btn: #FFB443;
  --color-btn-text: #fff;
  --color-btn-hover: #fff;
  --border-btn: 7px;
}

body {
  font-weight: 400;
  color: #000;
  font-size: var(--font-size);
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

thead {
  font-weight: 700;
}

:focus {
  outline: 0;
}

.form-control:focus {
  border-color: #000;
  box-shadow: none;
}

a:focus,
a:hover {
  color: var(--color-hover);
}

a:focus,
a:active {
  border: 0;
  outline: none;
}

.center {
  text-align: center;
}

/* default font size */
.fa {
  font-size: var(--font-size);
}

/* Override the bootstrap defaults */
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #192940;
  border-color: #192940;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212121;
  font-weight: 600;
  position: relative;
}

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

h2 {
  font-size: 24px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 20px;
}

.main_h1 {
  font-size: 10px;
  margin: 0 0 5px 0;
  font-weight: 300;
  color: #000;
  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;
}

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

/* top */
#top {
  height: 25px;
  display: flex;
  align-items: center;
  padding: 2px;
  min-height: 15px;
  font-size: 14px;
  background: #F0F2F4;
}

.links_hide_mobile,
.log_reg {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.info_meta {
  display: flex;
}

.log_reg img {
  margin-right: 10px;
}

.block_error_404 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block_error_404 img {
  max-width: 90%;
}

.telephone_block {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tel_1 {
  margin-right: 10px;
}

#top a {
  color: #212121;
  text-decoration: underline;
}

#top a.dop_menu_aa {
  color: #333;
}

#top a:hover,
#top a:focus {
  color: #000;
}

#top a.dop_menu_aa:hover {
  color: #000;
}

#top a[data-fon='1'] {
  padding: 0 5px;
}

#top .container {
  padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
  text-align: left;
  cursor: pointer;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
  text-shadow: none;
  border-bottom: 1px dashed #888;
  color: #444;
}

.panel_info_top {
  font-size: var(--font-text);
  font-weight: 700;
  animation: gradient 10s ease infinite;
}

.panel_info_top img {
  max-height: 100%;
  width: 100%;
}

.information_links__item {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-right: 25px;
}

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

.info-dop-block {
  position: absolute;
  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%);
  display: none;
}

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

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

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

.slider_main a {
  color: #000;
}

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

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

.block_telefonka a {
  color: #fff;
  margin-top: 7px;
  font-size: 15px;
}

.block_telefonka a:last-child {
  margin-left: 7px;
}

.block_telefonka #ocd_multilang {
  margin-top: 8px;
}

.phonecallback {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.phonecallback a {
  color: #fff;
  font-weight: 700;
    font-size: 20px;
}

.phonecallback a:hover {
  color: #fff;
}

.callback_click {
  color: #FFFFFF;
  background: #FFB443;
  box-shadow: 0px 0px 26px rgb(255 255 255 / 25%);
  border-radius: 10px;
  padding: 5px 10px;
  font-weight: 700;
}

.language_selected img {
  width: 15px !important;
}

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

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

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

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

header.mobile {
  background: var(--color-main);
}

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

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

.logo_title {
  display: flex;
  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;
}

.callback_click:hover,
.credit_btn:hover,
.gogo:hover {
  background-color: #192940 color: #fff;
}

.credit_btn {
  display: block;
  margin: 15px auto;
  width: 215px;
  font-size: 14px;
  text-align: center;
  transition: all .2s ease-out;
  cursor: pointer;
  border: 2px solid #212121;
  padding: 5px 15px;
}

.callback_click_block {
  font-size: 10px;
  font-weight: 300;
}

.login_register {
  cursor: pointer;
}

form.callback {
  position: relative;
  transition: all 1s;
  width: 35px;
  height: 35px;
  background: white;
  box-sizing: border-box;
  border-radius: 18px;
  border: 4px solid white;
  padding: 5px;
}

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

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

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

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

form.callback:hover .callback_ok {
  background: #212121;
  color: white;
}

form:hover .callback_ok::before {
  content: 'OK';
  margin-right: 10px;
}

.flexcenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dop_href {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

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

/*.dop_href a {
  padding-right: 20px;
  font-weight: 500;
  text-transform: uppercase;
}*/

.header_menu {
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
}

.category_panel {
  background-color: #41ace4;
  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;
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  opacity: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(32, 32, 32, 0.87);
  z-index: 9999;
}

.search-overlay.active {
  display: block;
}

.closex {
  position: absolute;
  right: 5rem;
  top: 5rem;
  height: 5rem;
  width: 5rem;
  cursor: pointer;
  z-index: 1;
}

.closex:before,
.closex:after {
  position: absolute;
  left: 22px;
  top: -2px;
  content: ' ';
  height: 5rem;
  width: 2px;
  background-color: white;
}

.closex:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.closex:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

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

.search_head,
.search_info__title {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 40px;
  color: #fff;
}

.search_info_line {
  padding-right: 35px;
}

.search_info__title {
  margin-top: 200px;
}

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

.line_center.search {
  width: 60%;
}

#search {
  width: 100%;
}

#search input {
  border: none !important;
  box-shadow: none;
  margin: 0;
  padding: 3rem 2rem;
  letter-spacing: 0.2rem;
  background: none;
  outline: none;
  font-size: 20px;
  caret-color: white;
  color: var(--font-text);
}

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

.menu_href {
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  position: relative;
}

.menu_href_block {
  width: calc(100% / 3);
}

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

#menu-category-slider .dop_menu {
  margin-right: 15px;
}

#menu-category-slider .dop_menu:last-child {
  margin-right: 0;
}

#menu-category-slider .dop_menu__block li {
  border-bottom: 1px solid #eee;
  margin-right: 50px;
  padding: 7px 0;
}

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

.line_center_block .language_selected,
.line_center_block .language-select a {
  color: #222;
}

.line_center_block #ocd_multilang {
  margin-right: 30px;
}

#menu-category-slider .dop_menu a.dop_menu_a .fa,
#menu-category-slider-2 .dop_menu a.dop_menu_a .fa {
  margin-left: 7px;
  font-weight: 700;
}

#menu-category-slider-2 .dop_menu a.dop_menu_a {
  font-size: 16px;
}

.flexy {
  display: flex;
}

.advantage {
  display: flex;
  justify-content: center;
  border: 1px solid #eee;
}

.advantage .image-left {
  filter: invert(1);
}

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

#carousel0 {
  padding: 15px;
  margin: 0px 0px 20px;
}

.advantages-block {
  padding: 15px;
  margin: 0px 0px 20px;
}

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

.advantage {
  padding: 15px 0px;
  overflow: hidden;
}

.adv_img_1 .advantage {
  background-image: url(../image/adv_1.jpg);
  background-size: contain;
}

.adv_img_2 .advantage {
  background-image: url(../image/adv_2.jpg);
  background-size: contain;
}

.adv_img_3 .advantage {
  background-image: url(../image/adv_3.jpg);
  background-size: contain;
}

@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: 93%;
  margin: 0;
  transition: 0.2s all;
  display: none;
  background-color: #fff;
  padding: 20px 120px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 300px;
}

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

li.child_3 {
  position: relative;
  font-size: 14px;
  padding-left: 15px;
}

li.child_3::before {
  position: absolute;
  left: 5px;
  content: '-';
  color: #000;
}

.dop_menu__block {
  position: relative;
}

.block_categ_image {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: all .5s ease;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #fff;
}

.block_categ_image img {
  margin-right: 50px;
  width: 150px;
  height: 150px;
  object-fit: cover;
  max-width: 100%;
}

.glavli:hover .block_categ_image {
  opacity: 1;
}

.icon_cart_top,
.icon_acc_top {
  width: 20px;
  height: 20px;
}

.icon_cart_top {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg' height='20px' width='20px'%3E%3Cpath d='M352 128C352 57.42 294.579 0 224 0 153.42 0 96 57.42 96 128H0v304c0 44.183 35.817 80 80 80h288c44.183 0 80-35.817 80-80V128h-96zM224 48c44.112 0 80 35.888 80 80H144c0-44.112 35.888-80 80-80zm176 384c0 17.645-14.355 32-32 32H80c-17.645 0-32-14.355-32-32V176h48v40c0 13.255 10.745 24 24 24s24-10.745 24-24v-40h160v40c0 13.255 10.745 24 24 24s24-10.745 24-24v-40h48v256z' fill='%23fff'/%3E%3C/svg%3E");
}

.icon_acc_top {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg' height='20px' width='20px'%3E%3Cpath d='M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z' fill='%23222'/%3E%3C/svg%3E");
}

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

.main_menu .dop_menu_aa {
  display: flex;
  align-items: center;
  padding: 4px 5px;
}

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

#menu-category-slider .dop_menu_aa {
  color: #222;
  border: none;
}

#menu-category-slider .dop_menu .information_links__item_a {
  color: #222;
}

#menu-category-slider .dop_menu .dop_menu_aa {
  height: 60px;
}

#menu-category-slider .info-dop-block .dop_menu_aa {
  color: var(--color-links);
  height: auto;
}

.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 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: 25px;
  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: 1px solid #000;
  padding: 5px 14px;
  height: 50px;
}

.wish_remove {
  color: #f18787;
}

.wish_remove .fa,
.wish_add .fa {
  font-size: 20px;
}

.wish_remove.hide,
.wish_add.hide {
  display: none;
}

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

.main_price_price.flex {
  gap: 20px;
  border: 2px solid #ff4646;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.main__sale {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff4545;
  padding: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

.main__price {
  padding: 10px 20px;
}

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

.wish_remove.hide,
.wish_add.hide {
  display: none;
}

@keyframes pulse {
  0% {
    transform: scale(1.1);
  }

  10% {
    transform: scale(1.4);
  }

  20% {
    transform: scale(1.7);
  }

  30% {
    transform: scale(2);
  }

  40% {
    transform: scale(2.2);
  }

  50% {
    transform: scale(2.5);
  }

  60% {
    transform: scale(2);
  }

  70% {
    transform: scale(1.7);
  }

  80% {
    transform: scale(1.4);
  }

  90% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.header_account_links {
  transition: all .2s ease-out;
  border: 1px solid #6b6b6b;
  display: block;
  padding: 10px;
  margin: 20px 0;
}

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

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

.wrap_slider {
  position: relative;
  overflow: hidden;
  max-width: 90%;
  max-height: 500px;
  margin: 50px auto;
  border-radius: 20px;
}

.progressBarContainer {
  position: absolute;
  bottom: 20px;
  width: 110px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

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

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

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

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

.slider_info {
  position: absolute;
  top: 10%;
  left: 5%;
  max-width: 400px;
  width: 100%;
  text-align: center;
}

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

/*ukrlift*/
.slider_info_wrap {
  width: 40%;
  position: relative;
}

.item_flex {
  display: flex;
  flex-direction: row-reverse;
}

.slideshow img {
  width: 100%;
}

.slider_button_a {
  border: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 22px;
  display: flex;
  padding: 6px 40px;
  align-items: center;
  justify-content: center;
}

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

.category_flex {
  margin-top: 50px;
}

.category-wall .slick-prev,
.category-wall .slick-next {
  top: 0;
}

.slideshow {
  margin-top: 0px;
}

.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: 18px;
  line-height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: var(--font-text);
}

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

.live-search {
  margin-top: 90px !important;
}

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

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

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

  51% {
    animation-timing-function: cubic-bezier(0.9226, 0.2631, -0.0308, 0.7628);
    transform: scale(1.02994)
  }

  100% {
    transform: scale(0.9099999999999999)
  }
}

.sale-anim {
  animation: sale-anim 1s infinite linear
}

/*MENU MOBILE*/
#mobileMenu .modal-dialog {
  width: 100%;
  top: 47px;
}

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

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

.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;
  background-size: cover;
}

.modal.right .modal-body,
.modal.left .modal-body {
  padding: 15px 15px 80px;
}

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

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

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

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

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

.modal-header {
  border: none;
  padding: 25px 15px 15px;
}

.modal-header h4.modal-title {
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  letter-spacing: .1em;
}

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

.cart_close:hover {
  color: #30662b;
}

.callback_close {
  right: 14px;
}

.cart_list_items {
  list-style: none;
  padding-left: 0;
}

.cart_item:first-child {
  padding: 0 0 10px 0;
}

.cart_item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #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;
  background: #002A57;
  border-radius: 50%;
}

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

.cart_button_open,
.knopka_boxme {
  transition: all .2s ease-out;
  display: inline-block;
  padding: 10px 20px;
  margin: 20px 0;
  text-align: center;
  background: #fff;
  border: 1px solid transparent;
}

.cart_button_open.block {
  display: block;
  cursor: pointer;
  background: #fff;
}

.cart_button_open.block:hover {
  box-shadow: none;
}

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

#button-oneclick {
  margin: 10px auto;
  font-style: normal;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--color-btn-text);
  position: relative;
  background-color: var(--color-main);
  border: 1px solid var(--color-main);
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 5px 10px;
  border-radius: 10px;
  max-width: 300px;
  width: 100%;
}

.cart_button_open.order {
  font-style: normal;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--color-btn-text);
  position: relative;
  background-color: var(--color-main);
  border: 1px solid var(--color-main);
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 10px 40px;
  border-radius: 10px;
}

.cart_group .cart_button_open {
  min-width: min-content;
  margin: 0;
  font-weight: 700;
  font-size: 18px;
}

.cart_group .cart_button_open img {
  width: 26px;
  margin-right: 11px;
}

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

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

#wishlist-total>.yellow,
#wishlist-total[title],
#cart-total>.yellow,
#cart-total[title] {
  width: 20px;
  height: 20px;
  background: var(--color-btn);
  font-weight: 700;
  color: var(--color-btn-text);
  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;
}

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

.item_cat {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #42ace5;
  margin: 15px;
  border-radius: 10px;
}

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

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

.mobile_menu #cart,
.mobile_menu #cart .icon_cart,
.mobile_menu .search_top {
  /*	width: 35px;
	height: 35px;*/
}

.cat_mob_xs ul li:last-child a {}

.cat_mob_xs a {
  color: #000;
  font-size: 15px;
  display: block;
  width: 100%;
  padding: 6px 0 6px 15px;
}

.parent_xs_child a {
  font-size: 15px;
  margin: 4px 0 4px 10px;
  text-align: left;
  color: #000;
  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: var(--color-main);
}

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

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

#modalOneclick .sss {
  align-items: center;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
}

.parent_xs_child .see-all {
  font-size: 12px;
  font-weight: 500;
}

.parent_xs {
  position: relative;
}

.mobile_menu .text_login {
  display: none;
}

.mobile_menu .login_main {
  height: 35px;
  width: 50px;
}

.mobile_pop {
  padding: 3px 0;
  text-align: right;
}

.mobile_pop .navbar-toggle {
  margin: 0;
  padding: 10px;
}

#mobile_left_menu {
  background: #f8f7f5;
}

.mobile_dop_linkss {
  margin-top: 20px;
}

.mobile_dop_linkss a {
  display: block;
  font-size: 12px;
  line-height: 1;
  padding: 7px 0;
  color: rgba(0, 0, 0, .7);
}

body.common-home.offcanvas-stop-scrolling::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(55, 53, 53, 0.7);
  z-index: 10;
  height: 5000px;
  width: 100%;
}

.social_top.center {
  margin-top: 10px;
}

.navbar-offcanvas {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

ul.ddop_mob_href {
  list-style: none;
  padding: 0px;
}

/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
}

#menu .nav>li>a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  background-color: transparent;
}

#menu .nav>li>a:hover,
#menu .nav>li.open>a {
  background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
  padding-bottom: 0;
}

#menu .dropdown-inner {
  display: table;
}

#menu .dropdown-inner ul {
  display: table-cell;
}

#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}

#menu .dropdown-inner li a:hover {
  color: #FFFFFF;
}

#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #DDD;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}

#menu #category {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  padding: 2px 18px;
  float: right;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #229ac8;
}

@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (max-width: 767px) {
  .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;
  }

  #cart-total,
  #wishlist-total {
    top: -10px;
    right: -10px;
  }

  .mobile_menu .search_top {
    margin-right: 0;
  }

  #menu {
    border-radius: 4px;
  }

  #menu div.dropdown-inner>ul.list-unstyled {
    display: block;
  }

  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }

  #menu .dropdown-inner {
    display: block;
  }

  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }

  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }

  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }

  .product-thumb h4 {
    height: 50px;
  }
}

/* content */
.overlay_fon {
  transition: 0.2s;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.slider_photo:hover .overlay_fon {
  background-color: rgba(0, 0, 0, 0.1);
}

.slider_main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.slider_main .img_slider {
  max-width: 100%;
  width: auto;
  max-height: 50px;
}

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

.logo_main img {
  max-width: 200px;
}

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

#content>img,
#content>p>img {
  border-radius: 10px;
  margin-bottom: 20px;
}

#content>p>img {
  margin-bottom: 0;
}

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

.main_img_box .slick-prev,
.main_img_box .slick-next {
  top: calc(50% - 15px);
}

.slick-prev {
  left: 45%;
}

.slick-next {
  right: 45%;
}

.main_img_box .slick-prev {
  left: -25px;
}

.main_img_box .slick-next {
  right: -25px;
}

.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 {
  opacity: 0.5;
}

/* footer */
.footer_login {
  cursor: pointer;
}

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

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

.simplecheckout-warning-block {
  color: #fff !important;
}

.alert .close {
  position: absolute;
  right: 20px;
  top: 12px;
}

.pagination {
  margin: 30px 0 0 0;
}

.helping_block span {
  display: block;
  font-weight: 300;
}

.note-video-clip {
  max-width: 100%;
  margin: 0 auto;
}

.note-video-clip iframe {
  max-width: 100%;
}

/* buttons */
.buttons {
  margin: 1em 0;
}

.btn {
  padding: 7.5px 12px;
  font-size: 12px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-xs {
  font-size: 9px;
}

.btn-sm {
  font-size: 10.2px;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
  font-size: 12px;
}

.btn-group>.btn-xs {
  font-size: 9px;
}

.btn-group>.btn-sm {
  font-size: 10.2px;
}

.btn-group>.btn-lg {
  font-size: 15px;
}

.btn-default {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #e7e7e7;
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
  position: relative;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  min-width: 150px;
  background-color: var(--color-main);
  padding: 15px 25px;
  color: #fff;
  border: none;
  border-radius: unset;
}

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

.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;    min-height: 100vh;
}

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

.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: 22px;
  line-height: 28px;
  margin-top: 20px;
  font-weight: 300;
  color: #525252;
}

.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) {
  #mob_catalog .parent_xs .parent {
    font-weight: 400;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 10px 10px;
    color: #000;
    font-size: 15px;
  }

  .footer_left_logo {
    max-height: 80px;
    overflow: hidden;
  }

  #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;
  margin: 10px 0;
  margin: 10px 30px;
  z-index: 0;
  padding: 1px;
}

.product-thumb:hover {
  z-index: 1;
  transition: .3s;
}

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

#product {
  padding-bottom: 50px;
}
.tab-pane .s-advantages {
    position: relative;
    padding: 0 0 80px;
}

.form-group {
  text-align: center;
}

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

.wrap_h1_product {
  background-image: url(../image/back.jpg);
  height: 300px;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -90px;
  padding: 90px 20px 20px 20px;
  flex-direction: column;
}

.block-info-kod {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  padding: 25px 0;
  font-size: 18px;
  margin: 30px 0;
}

.info_tovara:not(:last-child) {
  margin-right: 20px;
}

.kod_text {
  font-weight: 700;
}

.product-thumb:hover div .caption 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;
  border: 2px solid #e0f0f9;
}

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

.option_title {
  font-size: 10px;
}

.product-thumb h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  color: #000;
  margin-bottom: 7px;
  height: 45px;
  text-align: center;
}

.some_atr {
  text-align: center;
  margin-top: -15px;
  color: #888;
  font-size: 14px;
}

.product-thumb .caption {
  padding: 0 20px;
  min-height: 150px;
  background: #e0f0f9;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-thumb .caption h4 a,
.cart_item_name a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
}

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

.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: max-content;
  border-radius: 10px;
  background: var(--color-main);
}

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

#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;
  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: var(--color-btn);
  border-radius: 50%;
  color: #fff;
  transition: .3s;
}

.number-add::after {
  content: '';
  display: block;
  width: 7px;
  height: 1px;
  background: #000;
  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: #000;
  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;
}

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

.atr_ten .atr_text {
  font-weight: 300;
}

.atr_ten .atr_text font {
  color: #777e90 !important;
}

.block_button_cart {
  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 #e0f0f9;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 500;
  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;
}

.product-thumb .price_currency {
  font-size: 10px;
  display: inline-block;
  margin-left: 2px;
}

.product-thumb .price-new {
  font-weight: 600;
  text-align: right;
}

.product-thumb .price-new.spec_new,
.price_h2.spec_new,
.grn.spec_new {
  color: #f44336;
}

.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: 46%;
  right: -5%;
  width: 70%;
  height: 0.1rem;
  background: #888;
}

.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

.product-thumb .button-group {
  border-top: 1px solid #ddd;
  background-color: #eee;
  overflow: auto;
}

.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}

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

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

.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;
  filter: grayscale(100%);
}

/*РЕТИНГ*/
.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: 12px;
  line-height: 20px;
}

.specification_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.main_block_specif {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 215px;
  padding: 20px;
  margin: 10px;
  text-align: center;
  background: rgb(243, 243, 243);
}

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

.main_block_specif_param {
  font-size: 35px;
}

.fb-like {
  float: right;
}

h1.category_h1 {
  font-size: 30px;
  line-height: 37px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  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-option-radio {
  display: flex;
}

.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;
  box-shadow: 0px 0px 1px 1px #dedede;
  width: 80px;
  height: 65px;
  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 #000;
}

.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 #000;
  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;
  color: #212121;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
}

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

.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;
  border-bottom: 1px solid #333;
}

.info_tooltip::after {
  font-family: FontAwesome;
  color: #d14341;
  content: "\f059";
  margin-left: 4px;
}

.info_tooltip.verify_of::after {
  font-family: FontAwesome;
  color: #428796;
  content: "\f058";
  margin-left: 4px;
}

.atributes {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  /*margin-bottom: 20px;*/
}

.atributes_ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.atributes_ul .block_ten {
  margin: 10px 10px;
}

.main_atr_cat {
  margin-top: 30px !important;
  position: relative;
  font-weight: 700;
  margin-bottom: 10px;
}

.main_atr_cat span {
  margin-left: 10px;
}

.main_atr_cat a span i::before {
  content: "\f106";
}

.main_atr_cat a.collapsed span i::before {
  content: "\f107";
}

.atr_title {
  margin-right: 4px;
}

.atributes ul li:not(:first-child) {
  margin-top: 5px;
}

.atributes a {
  color: #333;
  text-decoration: none;
}

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

.attributes_stars .fa,
.atr_vew_name .fa {
  color: #333;
  width: 1em;
  height: 1em;
  line-height: 1em;
}

.bold_fira {
  font-weight: 700;
  color: #333;
}

.hr_style {
  height: 1px;
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
  background: #f2f2f2;
}

.hr_style.sss {
  margin-bottom: 10px;
  margin-top: 10px;
}

.price_tovar {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
}

.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_verh {
  font-size: 20px;
  font-weight: 700;
}

.economy_niz {
  font-size: 14px;
}

.old_block {
  margin: 0 10px 0 100px;
}

.cart_group {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart_group.cart-line-two {
  margin-top: 10px;
}

.cart-line-two button {
  border: none;
  background: transparent;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  margin-right: 15px;
}

.cart-line-two button i {
  margin-right: 8px;
}

.old_price {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #888;
  display: inline;
}

.old_price::after {
  content: '';
  display: block;
  position: absolute;
  top: 46%;
  right: -5%;
  width: 70%;
  height: 0.1rem;
  background: #888;
}

.total_cart_price .old_price,
.kol_cena_cena .old_price {
  font-size: 13px;
}

.total_cart_price .old_price::after,
.kol_cena_cena .old_price::after {
  width: 100%;
  left: 0;
}

h2.price_h2,
.price_no {
  font-size: 35px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

h2.price_h2 span,
.price_no span {
  font-weight: 900;
}

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

.price_bb {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
}

.grn {
  font-weight: 400;
  font-size: 35px;
  line-height: 44px;
  color: #FFFFFF;
  position: relative;
  display: inline-block;
  text-transform: lowercase;
  margin-left: 10px;
}

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

.category-item {
  margin: 30px auto;
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 200px;
  height: 200px;
}

.overlay_cat {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
}

.category-item:hover .overlay_cat {
  display: block;
  background: rgba(0, 0, 0, .3);
}

.cat-image {
  display: block;
  width: 100%;
}

.cat-image img {
  position: absolute;
  width: 100%;
  left: 0;
}

.cat-caption {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -10px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #444;
  z-index: 1;
  transition: bottom .5s ease;
  background: rgb(255 255 255 / 68%);
  padding: 10px;
}

.category-item:hover .cat-caption {
  bottom: 50%;
}

.text_hover {
  position: absolute;
  width: 100%;
  left: 0;
  top: 70%;
  text-align: center;
  opacity: 0;
  transition: opacity .7s ease;
}

.text_hover span {
  width: 200px;
  padding: 12px 20px;
  text-align: center;
  color: white;
  border: solid 2px white;
  z-index: 1;
}

.category-item:hover .text_hover {
  opacity: 1;
}

.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;
  backgroud: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIBAMAAAA2IaO4AAAABGdBTUEAALGPC/xhBQAAACFQTFRFXYCS////XYCSXYCSXYCSXYCSXYCSXYCSXYCSXYCSXYCSf4E4/QAAAAp0Uk5TAAATP0vW1+Pn6BNca/UAAAAkSURBVAiZY/CYIijIMGslkKhaDiRMk4GEoCCMYABSDEwKgoIAkiAFTwVKHA4AAAAASUVORK5CYII=") repeat-x 0 0;

}

.noUi-connect {
  background: #999 !important;
}

.ocfilter>.panel-heading {
  display: none;
}

.ocf-option-values>.ocf-block-image>label>input {
  visibility: hidden;
}

.ocf-block-image {
  display: flex;
  align-items: center;
  height: 40px;
}

.ocf-block-image .ocf-image {
  height: 40px !important;
  width: 40px !important;
}

.panel-default,
.ocfilter-option {
  padding: 10px 0;
  border: none;
  background: transparent;
}

.panel.ocfilter {
  box-shadow: none;
}

.ocfilter-mobile-handle {
  display: none;
}

.add_cart_button {
  opacity: 1;
  transition: all 0.2s ease;
}

.add_wishlist_button {
  display: none;
  z-index: 10;
  opacity: 0;
  transition: all 0.2s ease;
  position: absolute;
  top: -250%;
  right: 0;
}

.product_bottom_line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.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-btn);
  padding: 5px;
  color: #fff;
  border: none;
}

.add_cart_button a {
  color: #fff;
}

.atr_view {
  position: absolute;
  text-align: left;
  bottom: 10px;
  left: 5px;
  font-size: 12px;
}

#tab-description img {
  max-width: 100% !important;
}

#tab-description h2 font,
#tab-description h3 font {
  color: #000 !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 {
  height: auto;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

.review .rating {
  margin-top: -10px;
}

.reviews-caption {
  min-height: 0 !important;
}

.reviews-description {
  font-size: 15px;
  font-style: italic;
  min-height: 90px;
}

.reviews-sign {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 7px;
}

.reviews-author {
  font-weight: bold;
}

.reviews-date {
  margin-left: 10px;
  font-size: 14px;
  color: #b0b0b0;
}

@media (max-width: 600px) {
  .reviews-sign {
    flex-direction: column;
  }

  .reviews-date {
    margin-left: 0;
  }
}

.nav>li>a:focus,
.nav>li>a:hover,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  background: transparent;
  border: none;
}

.nav-tabs>li>a:hover {
  border: none;
}

.nav-tabs>li>a {
  margin: 0 !important;
  border: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8rem;
  color: #5d5d5d;
  padding: 10px;
}

.nav-tabs.more_tabs {
  text-align: center;
  height: 57px;
  font-size: 16px;
  margin-top: 25px;
  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.active::after {
  content: '';
  display: block;
  margin-bottom: 10px;
  height: 3px;
  background: var(--color-main);
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #212121;
}

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

.nav-tabs.more_tabs>li a sup {
  position: absolute;
  top: 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%;
}

.planb_table tbody tr td font {
  color: var(--color-main);
  font-weight: 700;
}

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

.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 {
  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;
  margin-top: -10px;
}

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

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

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

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

#blog_mod {
  padding: 0 15px;
}

#blog_mod .image {
  padding: 20px;
}

#blog_mod .image img {
  border-radius: 15px;
  max-width: 100%;
  margin-bottom: 10px;
}

.blog_title {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  height: 65px;
  display: inline-block;
  color: var(--color-main);
}

.blog_wrap::after {
  content: '';
  position: absolute;
  background: #fff;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 4px 20px rgb(0 0 0 / 8%);
  z-index: -1;
  transition: all ease 0.3s;
  border: 1px solid transparent;
}

.margin {
  margin-top: 20px;
}

.heading_h {
  position: relative;
}

.heading_h span.hidden-xs {
  position: absolute;
  top: 42px;
  right: 0;
}

.second_title {
  color: #D2D2D2;
  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;
  }
}

/*Информационные*/
#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
}

.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 0px 15px 0px;
  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;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}

.ul_main li .clearfix {
  display: none;
}

.ul_main li .quantity {
  grid-column: span 2;
  display: flex;
  align-items: center;
}

.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: 25px;
  height: 25px;
  border-radius: 50%;
  border: none;
  color: #666;
  margin: 0 2px;
  background: var(--color-main);
}

.btn_minus svg path,
.btn_plus svg path,
.btn_delete svg path,
.btn_minus i,
.btn_plus i,
.btn_delete i {
  fill: var(--color-btn-text);
  color: var(--color-btn-text);
  font-size: 12px;
}

.btn_delete {}

.otkr_promo {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.otkr_promo a {
  padding-left: 8px;
  font-size: 14px;
}

.block_coupon_inputs {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 12px;
}

.label_copun {
  width: 60%;
}

.input_sim_reward {
  width: 40%;
}

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

/*.block_rewards_enter {
	position: relative;
	padding: 8px;
	font-size: 15px;
	text-align: center;
	background: #f4f3f1;
	border: 2px solid #43302b;
	border-radius: 4px;
	width: 100%;
	margin-top: 20px;
}
.block_rewards_enter::before, .block_rewards_enter::after {
	content: '';
	top: -22px;
	position: absolute;
	width: 2px;
	background: #43302b;
	height: 20px;
}
.block_rewards_enter::before {
	left: 45px;
}
.block_rewards_enter::after {
	right: 45px;
}*/
.inputs {
  margin-bottom: 10px;
}

.input_sim_reward {
  max-width: 100px;
}

.update_rewards_btn {
  margin-top: 10px;
}

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

#content.checkout {
  border-right: none;
  box-shadow: 0px 0px 39px rgba(0, 42, 87, 0.2);
  border-radius: 10px;
}

.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 {
  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 #000;
  box-shadow: none;
  height: 40px;
}

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

.cat-image img {}

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

.cat-caption {
  text-align: center;
}

.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: #fff;
  border-radius: 50px;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #fff;
}

/*МЕДИА ЗАПРОСЫ*/
@media (max-width: 1200px) {
  .product-thumb .caption {
    padding: 0 10px;
  }
}

@media (max-width: 997px) {
  .category_flex {
    flex-wrap: wrap;
  }

  .wrap_category {
    width: 33%;
  }

  .block_register_best::before {
    right: 5%;
  }
}

@media (max-width: 991px) {
  .list-group-item.ocfilter-option {
    padding: 10px 0;
  }

  .slick-prev {
    left: 8px;
  }

  .slick-next {
    right: 8px;
  }

  .line_center.search {
    display: none;
  }

  td.p-l-quantity {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    min-width: 85px;
  }

  .p-l-summ .price {
    min-width: 70px;
  }

  .knopka_boxme.pl-add-to-cart {
    position: relative;
    padding: 15px 30px;
  }

  .add_cart_button button::after,
  .knopka_boxme.pl-add-to-cart::after {
    content: '';
    top: 8px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    position: absolute;
  }

  .knopka_boxme.pl-add-to-cart::after {
    top: 2px;
    height: 25px;
  }

  .information_links ul li {
    margin-bottom: 15px;
  }

  .banner_title {
    font-size: 50px;
  }

  .product-list .product-thumb .caption {
    min-height: 0px;
    margin-left: 0;
    padding: 0 10px;
  }

  #logo {
    top: 22px;
    left: 10px;
    transform: scale(1.15);
  }

  .mobile-products-cart .image img {
    padding: 0 !important;
  }

  .pointer_search {
    display: none;
  }

  .mobile_menu .login_main,
  .mobile_menu .search_top {
    margin-right: 0;
  }

  .dop_href.start {
    justify-content: flex-start;
  }

  .icon_dop_href {
    display: none;
  }

  .header_text {
    margin-right: 15px;
  }

  .main_attributes {
    justify-content: space-between;
  }

  .main_att {
    margin: 1%;
  }

  .old_price::after {
    background-size: contain;
    width: 90px;
  }

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

  .grn {
    margin-right: 0px;
  }

  .cart_group {
    margin-top: 10px;
  }

  .wish_remove,
  .wish_add {
    line-height: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1208px) {
  .old_price::after {
    background-size: contain;
    width: 90px;
  }

  .grn {
    margin-right: 5px;
    font-size: 20px;
  }

  .price_h2 {
    font-size: 30px;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .atributes {
    margin-top: 30px;
  }

  .is_instock,
  .not_instock {
    top: -25px;
  }

  .pointer_search {
    display: none;
  }

  .mobile_menu .search_top {
    margin-right: 0;
  }

  .information_links {
    font-size: 12px;
    line-height: 20px;
  }
}

@media (min-width: 375px) and (max-width: 398px) {
  .atributes {
    margin-top: 30px;
  }

  .is_instock,
  .not_instock {
    top: -25px;
  }
}

@media (min-width: 500px) and (max-width: 986px) {
  h2.price_h2 {
    font-size: 30px;
  }

  .grn {
    font-size: 20px;
    margin-right: 20px;
  }

  .cart_group .button_cart_add {
    padding: 10px 25px;
  }

  .one_click {
    width: 80%;
    margin: 0 auto;
  }
}

@media (min-width: 767px) and (max-width: 1100px) {
  .category-item {
    padding: 30px 10px;
    margin-top: -40px;
  }

  .slick-dots {
    bottom: 15px;
  }

  .cat-image {
    box-shadow: 0px 4px 12px rgb(0 0 0 / 16%);
    padding: 5px;
    height: 175px;
  }

  .icon_dop_href {
    display: none;
  }
}

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

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

@media (min-width: 690px) and (max-width: 992px) {
  ul.pad {
    max-width: 80%;
  }
}

@media (max-width: 690px) {
  .customer_level {
    bottom: -90px;
    right: -17px;
  }

  ul.pad {
    margin-top: 80px;
  }

  .me_more {
    right: 0;
    bottom: -68px;
  }
}

@media (max-width: 767px) {
  .category-wall {
    margin-top: 30px;
  }

  .overlay_cat {
    height: 150px;
  }

  .category-item {
    height: 150px;
  }

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

  .product-thumb .price_number {
    font-size: 20px;
    line-height: 20px;
  }

  .product-thumb .price_currency {
    font-size: 10px;
    margin-left: 3px;
  }

  .product-thumb .price-old {
    font-size: 9px;
  }

  .add_cart_button button {
    width: auto;
    height: auto;
    padding: 8px 10px;
    font-size: 15px;
    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_title,
  .slider_sub_title {
    font-size: 20px;
  }

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

  .slider_banner {
    width: 100%;
  }

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

  body {
    font-size: 20px;
  }

  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 {
    height: auto;
  }

  .slick-slide img.dop_menu_a_icon {
    height: 35px;
  }

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

  .category_flex {
    flex-wrap: wrap;
  }

  .wrap_category {
    width: 33%;
  }

  header {
    min-height: 0;
    margin-bottom: 20px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 2000;
    height: 50px;
    display: block;
    padding: 0;
  }

  .login_top,
  .wishlist_top,
  .cart_top {
    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: #000;
    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;
  }

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

  .form-group.cart_group .number-spinner,
  .form-group.cart_group button {
    width: 45%;
    margin-bottom: 30px;
  }

  .footer_block_wrap {
    padding: 0
  }

  .cart_group.cart-line-two {
    display: none;
  }

  .int-q {
    width: 100%;
  }

  .cart-line2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .cart-line2 button {
    max-width: 100%;
  }

  .cart-line2 button i {
    margin-right: 10px;
  }

  .btn-prt {
    padding: 14px;
  }

  .brend_title {
    font-size: 26px;
    font-weight: 300;
  }

  .brend_about {
    font-size: 10px;
    letter-spacing: 0.2px;
  }

  .wish_remove,
  .wish_add {
    line-height: 10px;
  }

  /*  #content {
    min-height: 450px;
  }*/
  .block_register_best::before {
    bottom: -13px;
  }

  .block_register_best {
    height: 430px;
  }

  .product-thumb,
  .product-thumb.slick-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .product-thumb .caption {
    padding: 0 5px;
  }

  .prod_review_a a {
    margin-left: 5px
  }

  .blog_date_read {
    width: 60px;
    justify-content: end;
  }

  .slider_info {
    top: 10%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
  }
}

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

  .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 {
    font-size: 18px !important;
  }

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

  .line_1 {
    flex-direction: column;
  }

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

  .main_price_wishlist {
    top: -15px;
  }

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

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

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

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

  .button_cart_add {
    font-size: 20px;
  }

  .forgot_center {
    margin-top: 20px;
    float: none;
    text-align: center;
  }

  .powered .text-left {
    font-size: 12px;
    width: 100%;
    text-align: center !important;
  }

  .conception {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .atr_view {
    display: none;
  }

  .account_wrap_block {
    padding: 10px;
  }

  .orders_list {
    padding: 0;
  }

  .order_top_line,
  .order_bottom_line {
    font-size: 11px;
  }

  .order_photo {
    width: 60px;
  }

  .order_photo img {
    width: 100%;
  }
}

@media (max-width: 375px) {
  .nav-tabs.more_tabs>li+li {
    margin-left: 5px;
  }

  .block_register_best::before {
    width: 200px;
    height: 180px;
  }

  .zagolovok_register {
    width: 245px;
  }

  .atributes {
    margin-top: 30px;
  }

  .is_instock,
  .not_instock {
    top: -25px;
  }

  .payment-info .forgott {
    right: 35px;
  }
}

@media (max-width: 321px) {
  .zagolovok_register {
    width: 200px;
  }

  .slider_main {
    display: none;
  }
}

@media (max-width: 767px) {
  .offcanvas-stop-scrolling {
    height: 100%;
    overflow: hidden
  }

  .navbar-default .navbar-offcanvas {
    background-color: #f8f8f8
  }

  .navbar-inverse .navbar-offcanvas {
    background-color: #222
  }

  .navbar-offcanvas {
    position: fixed;
    width: 100%;
    max-width: 250px;
    height: 100%;
    left: -250px;
    top: 0;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 999;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    transition: all .15s ease-in
  }

  .navbar-offcanvas.in {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3)
  }

  .navbar-offcanvas.navbar-offcanvas-fade {
    opacity: 0
  }

  .navbar-offcanvas.navbar-offcanvas-fade.in {
    opacity: 1
  }

  .navbar-offcanvas.offcanvas-transform.in {
    -webkit-transform: translateX(250px);
    transform: translateX(250px)
  }

  .navbar-offcanvas.offcanvas-position.in {
    left: 0
  }

  .navbar-offcanvas.navbar-offcanvas-right {
    left: auto;
    right: -250px
  }

  .navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px)
  }

  .navbar-offcanvas.navbar-offcanvas-right.offcanvas-position.in {
    left: auto;
    right: 0
  }

  .navbar-offcanvas .dropdown.open .caret {
    border-top: 0;
    border-bottom: 4px solid
  }

  .navbar-offcanvas .dropdown-menu {
    position: relative;
    width: 100%;
    border: inherit;
    box-shadow: none;
    transition: height .15s ease-in
  }

  .navbar-offcanvas .dropdown-menu.shown {
    display: block;
    margin-bottom: 10px
  }
}

.offcanvas-toggle .icon-bar {
  background: #000;
  transition: all .25s ease-in-out
}

.offcanvas-toggle.is-open .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 4px);
  transform: rotate(45deg) translate(5px, 4px)
}

.offcanvas-toggle.is-open .icon-bar:nth-child(2) {
  opacity: 0
}

.offcanvas-toggle.is-open .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(4px, -4px);
  transform: rotate(-45deg) translate(4px, -4px)
}

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

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

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

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

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

  100% {
    transform: rotate(360deg);
  }
}

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

  100% {
    -o-transform: rotate(360deg);
  }
}

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

  100% {
    -ms-transform: rotate(360deg);
  }
}

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

  100% {
    -webkit-transform: rotate(360deg);
  }
}

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

  100% {
    -moz-transform: rotate(360deg);
  }
}

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

  100% {
    transform: rotate(360deg);
  }
}

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

  100% {
    -o-transform: rotate(360deg);
  }
}

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

  100% {
    -ms-transform: rotate(360deg);
  }
}

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

  100% {
    -webkit-transform: rotate(360deg);
  }
}

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

  100% {
    -moz-transform: rotate(360deg);
  }
}

@keyframes jelly {
  0% {
    animation-timing-function: cubic-bezier(0.1441, 0.1912, 0.6583, 1.1029);
    transform: translate(0, 0) skewX(0)
  }

  31% {
    animation-timing-function: cubic-bezier(0.0667, 0.1419, 0.6667, 1.1415);
    transform: translate(-7.800000000000001px, 0) skewX(7.800000000000001deg)
  }

  45% {
    animation-timing-function: cubic-bezier(0.0542, 0.1151, 0.5697, 1.181);
    transform: translate(4.680000000000001px, 0) skewX(-4.680000000000001deg)
  }

  59% {
    animation-timing-function: cubic-bezier(0.0497, 0.1058, 0.4541, 1.231);
    transform: translate(-2.8100000000000005px, 0) skewX(2.8100000000000005deg)
  }

  73% {
    animation-timing-function: cubic-bezier(0.0808, 0.1711, 0.4109, 1.2519);
    transform: translate(1.6800000000000002px, 0) skewX(-1.6800000000000002deg)
  }

  87% {
    animation-timing-function: cubic-bezier(0.2073, 0.3705, 0.4064, 0.8839);
    transform: translate(-1.01px, 0) skewX(1.01deg)
  }

  100% {
    transform: translate(0.78px, 0) skewX(-0.78deg)
  }
}

.jelly {
  animation: jelly 1s infinite linear
}

@keyframes jump {
  0% {
    animation-timing-function: cubic-bezier(0.0637, 0.1569, -0.0154, 0.8727);
    transform: translate(0, 0)
  }

  22% {
    animation-timing-function: cubic-bezier(0.7634, 0.2713, 0.7818, 0.6832);
    transform: translate(0, -13.958px)
  }

  43% {
    animation-timing-function: cubic-bezier(0.0599, 0.1266, 0.2372, 1.029);
    transform: translate(0, -2.338px)
  }

  56% {
    animation-timing-function: cubic-bezier(0.6353, 0.3049, 0.6792, 0.6671);
    transform: translate(0, -7.868px)
  }

  68% {
    animation-timing-function: cubic-bezier(0.0513, 0.1148, 0.3085, 1.1548);
    transform: translate(0, -1.596px)
  }

  76% {
    animation-timing-function: cubic-bezier(0.467, 0.2881, 0.3593, 0.7819);
    transform: translate(0, -4.41px)
  }

  83% {
    animation-timing-function: cubic-bezier(0.0632, 0.1615, 0.3539, 1.4565);
    transform: translate(0, -1.12px)
  }

  88% {
    animation-timing-function: cubic-bezier(0.3563, 0.3125, 0.5387, 1.6475);
    transform: translate(0, -2.4080000000000004px)
  }

  92% {
    animation-timing-function: cubic-bezier(0.1265, 0.4155, 0.3821, 1.8827);
    transform: translate(0, -0.812px)
  }

  95% {
    animation-timing-function: cubic-bezier(0.5727, 1.3521, 0.0229, 3.0356);
    transform: translate(0, -1.302px)
  }

  98% {
    animation-timing-function: cubic-bezier(0.4531, -1.3593, 0.757, 0.0281);
    transform: translate(0, -0.798px)
  }

  100% {
    transform: translate(0, 0)
  }
}

.jump {
  animation: jump 1s infinite linear
}

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

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

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

  50% {
    transform: scale(1.03);
  }

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


/* custom */
.information-information-40 .s-repair-services {
  overflow: visible;
}
.information-information-40 #content {
  overflow: visible;
}
.repair-services__list img {
  object-fit: cover;
  border-radius: 14px;
}

.product_slider > div {
  max-width: 100%;
}
.dsc_box h4 {
    color: #fff!important;
}
.s-product.hide_polygon {
    clip-path: polygon(0 0, 0 100%, 60% 100%, 100% 100%, 100% 0);
}

/* category */
.s-selected-lifts .lifts_grid .item .img img {
    object-fit: cover;
}
.s-manufacturer {
  padding: 75px 40px 100px!important;
}
.manufacturer_items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.manufacturer_item {
  max-width: calc((100% / 4) - 23px);
  background: #fff;
  border-radius: 29px;
  box-shadow: 0 0 15px rgba(0, 42, 87, 0.2);
}
a.manufacturer_item img {
  height: auto;
}
.s-manufacturer .manufacturer_item .title {
  background: #002A57;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  border-radius: 0 0 29px 29px;
  margin: 0;
  padding: 10px;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .manufacturer_item {
    max-width: calc((100% / 3) - 20px);
  }
}
@media (max-width: 768px) {
  .manufacturer_item {
    max-width: calc((100% / 2) - 15px);
  }
}
@media (max-width: 500px) {
  .manufacturer_items {
    gap: 30px;
    justify-content: center;
    align-items: center;
  }
  .manufacturer_item {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .manufacturer_item img {
    max-width: 300px;
    margin: 0 auto;
  }
}

.s-repair-services {
  padding: 0;
}
.modern_wrap {
  margin: 0 0 20px;
}
.modern_text {
  text-align: right;
  font-size: 22px;
  line-height: 28px;
}
.modern_images {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.modern_image {
  box-shadow: 0 4px 39px rgba(0, 42, 87, 0.25);
  width: 45%;
}
.repair-services__dsc-bottom {
  margin: 40px 0 40px auto;
}
@media (max-width: 768px) {
  .modern_images {
    flex-direction: column;
    gap: 20px;
  }
  .modern_image {
    width: 100%;
  }
}