@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  src: url("/templates/asmp15/fonts/Montserrat-Italic-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/templates/asmp15/fonts/Montserrat-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}
html {
  height: 100%;
}
body {
  font-family: 'Montserrat', Arial, sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  color: #2C2F34;
  background-color: #fff;
  width: 100%;
  padding: 0;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1440px;
  }
}
.irs {
  font-family: 'Montserrat', Arial, sans-serif;
}
body.is-lock {
  overflow: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
a {
  color: #FFA500;
  transition: all .2s ease-in;
}
a:hover {
  color: #ffb733;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
img:not([src]) {
  visibility: hidden;
}
.fs10 {
  font-size: 10px;
}
.fs11 {
  font-size: 11px;
}
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.fs22 {
  font-size: 22px;
}
.fs24 {
  font-size: 22px;
}
.fs26 {
  font-size: 26px;
}
.fs28 {
  font-size: 28px;
}
.fs32 {
  font-size: 32px;
}
.fs40 {
  font-size: 40px;
}
.fs45 {
  font-size: 45px;
}
h1,
.h1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 2rem;
}
h2,
.h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 2rem;
}
h3,
.h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 1rem;
}
h4,
.h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 1rem;
}
h5,
.h5 {
  font-size: 18px;
  font-weight: 700;
}
h6,
.h6 {
  font-size: 16px;
  font-weight: 700;
}
button,
input:focus {
  box-shadow: none !important;
}
label {
  cursor: pointer;
}
.btn {
  border-radius: 3px;
  padding: .475rem .75rem;
  font-size: 12px;
}
.btn.btn-lg {
  padding: .5rem 1rem;
  font-size: 16px;
}
.btn-theme {
  color: #fff;
  background-color: #FFA500;
  border-color: #FFA500;
}
.btn-theme:hover {
  color: #fff;
  background-color: #cc8400;
  border-color: #cc8400;
}
.text-theme {
  color: #FFA500;
}
.btn-outline-theme {
  color: #2C2F34;
  border-color: #FFA500;
  border-width: 3px;
}
.btn-outline-theme:hover {
  color: #fff;
  background-color: #FFA500;
  border-color: #FFA500;
}
.btn-group-sm>.btn,
.btn-sm {
  font-size: 10px;
}
.btn-link {
  color: #FFA500;
}
.btn-link:hover {
  color: #ffb733;
}
.btn-light {
  color: #FFA500;
  background-color: #EFEFEF;
  border-color: #EFEFEF;
}
.btn-white {
  background-color: #fff;
  border-color: #fff;
}
.btn.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn.btn-black:hover {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}
.badge {
  padding: .85em 1.1em;
  font-size: 75%;
  border-radius: 50px;
  font-weight: 600;
}
.badge-warning {
  color: #000;
  background: #ffe34f;
}
.badge-success {
  background: #b5e5df;
}
.badge-info {
  color: #000;
  background: #14ad98;
}
.badge-new {
  color: #fff;
  background: #b083c0;
}
.badge-gift {
  color: #fff;
  background: #893ca9;
}
.badge-digit {
  font-weight: 300;
  background: #E5EFFF;
  padding: .5em;
}
.badge-danger {
  color: #fff;
  background: #da0916;
}
.form-control {
  border-radius: 3px;
  font-size: 14px;
  background-color: #F5F8F9;
  border: 1px solid transparent;
}
.form-control:focus {
  border: 1px solid #788093;
}
.form-control:disabled {
  opacity: .3;
}
.custom-control.custom-checkbox,
.custom-control.custom-radio {
  padding-left: 1rem;
}
.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #FFA500;
  background-color: #FFA500;
}
.input-primary {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.input-primary::-webkit-input-placeholder {
  color: #000;
}
.input-primary:-ms-input-placeholder {
  color: #000;
}
.input-primary::-moz-placeholder {
  color: #000;
}
.input-primary:-moz-placeholder {
  color: #000;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: static;
  z-index: 0;
}
.form-control.required.valid,
.form-control.required.invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
input[name^=password].form-control.required.valid,
input[name^=password].form-control.required.invalid {
  padding-right: 55px;
  background-position: right 25px center;
}
textarea.form-control.required.valid,
textarea.form-control.required.invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.form-control.required.valid {
  border-color: #28a745;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='%2328a745' viewBox='0 0 8 8'%3e%3cpath d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}
.form-control.required.invalid {
  border-color: #dc3545;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
}
.code_enter-block .form-control.required.valid,
.code_enter-block .form-control.required.invalid {
  background: none;
}
.code_enter-block .form-control.required.invalid + div.invalid {
  display: none !important;
}
.code_enter-block .row {
  flex-wrap: nowrap;
}
div.invalid {
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}
.redSup {
  color: #dc3545;
}
.dropdown-menu {
  border: none;
  box-shadow: 0 5px 20px 0px rgba(57,57,57,0.15);
  font-size: 14px;
  min-width: auto;
  will-change: unset !important;
}
.dropdown-item {
  color: #2C2F34;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #FFA500;
}
.rounder-theme {
  border-radius: 3px;
}
#grecaptcha>div {
  height: auto !important;
}
.password_block {
  position: relative;
}
.password_block input {
  padding-right: 25px;
}
.password_block .password_block-ico {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}
.password_block .password_block-ico .hide_pass {
  display: none;
}
.password_block svg {
  cursor: pointer;
}
.nav-tabs {
  border-bottom: 2px solid rgba(168,175,191,0.3);
}
.nav-tabs .nav-item {
  margin-bottom: -2px;
}
.nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  font-size: 12px;
  font-weight: 700;
  color: #2C2F34;
  padding: .75rem 2rem;
  position: relative;
}
.nav-tabs .nav-link .comment_count {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.nav-tabs .nav-link:hover {
  border-bottom: 2px solid rgba(255,165,0,0.5);
}
.nav-tabs .nav-link.active {
  border-bottom: 2px solid #FFA500;
}
.message_block-1 {
  background-color: #F5F8F9;
}
.message_block-2 {
  border-bottom: 1px solid #E1E9EB;
}
.message_block-1 p,
.message_block-2 p {
  margin-bottom: 0 !important;
}
.arrow_down {
  position: relative;
  padding-right: 15px;
}
.arrow_down:after {
  position: absolute;
  display: block;
  content: "";
  width: 9px;
  height: 6px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23a8afbf' viewBox='0 0 384.15 224.05'%3e%3cpath d='M169.47 214.67c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-137.4 137.4L54.67 9.47c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160 .1-.1Z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 2px;
}
.grey_bg {
  background-color: #F5F8F9;
}
.grey_bg-after {
  position: relative;
}
.grey_bg-after:before {
  display: block;
  content: "";
  height: 250px;
  width: 100%;
  background-color: #F5F8F9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
svg.ajax_loader {
  stroke: #FFA500;
}
svg.loader {
  fill: #FFA500;
}
table:not(.table) {
  width: 100% !important;
  margin-bottom: 1rem;
  color: #212529;
  border: 0;
}
table:not(.table) td,
table:not(.table) th {
  padding: 0.75rem;
  vertical-align: top;
  border: none;
  border-top: 1px solid #dee2e6;
}
.mobile_wrapper {
  display: none;
}
header {
  background-color: #fff;
}
.logo_block {
  padding-top: 15px;
  padding-bottom: 15px;
}
.logo_block img,
.logo_block svg {
  width: auto;
  height: 35px;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: center;
}
.phone_block {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.phone_block .is_online {
  animation: shine 2s cubic-bezier(1,0,0,1) infinite;
}
.callme_block,
.choose_lng {
  display: flex;
  align-items: center;
}
.choose_lng a {
  margin: 0 4px;
  color: #2C2F34;
  font-weight: 300;
  text-decoration: underline;
}
.choose_lng .selected {
  color: #FFA500;
  font-weight: 700;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}
.mr_tooltips {
  background-color: #fff;
  text-align: center;
}
.mr_tooltips .mr_tooltips-content {
  padding: 20px;
}
.mr_tooltips .mr_tooltips-title {
  margin-bottom: 10px;
}
.mr_tooltips .mr_tooltips-title >span {
  font-weight: 700;
}
.mr_tooltips .mr_tooltips-action {
  display: flex;
  flex-wrap: wrap;
}
.mr_tooltips .mr_tooltips-action a {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  white-space: nowrap;
  font-size: 12px;
}
.choose_city {
  font-size: 12px;
  display: flex;
  align-items: center;
  position: relative;
}
.choose_city .mr_title {
  color: #A8AFBF;
}
.choose_city .mr_tooltips {
  display: none;
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1070;
  border-radius: 3px;
  outline: 0;
  min-width: 300px;
  box-shadow: 0 10px 30px 0px rgba(57,57,57,0.15);
}
.mr_city-div {
  position: relative;
}
.mr_city-div input {
  padding-right: 30px;
}
.mr_city-div svg {
  position: absolute;
  margin-right: 8px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mr_city-other {
  margin-bottom: 10px;
}
.mr_city-other > * {
  display: inline-block;
  margin: 0 5px 5px 0;
}
.mr_city-geolocation span {
  cursor: pointer;
  font-weight: 700;
}
.head_action-btn >.row {
  height: 100%;
}
.user_wrap,
.favorite_wrap,
.cart_wrap {
  border-bottom: 3px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.user_wrap >.btn,
.favorite_wrap >.btn,
.cart_wrap >.btn {
  position: relative;
  padding: .475rem .15rem;
}
.user_wrap >.btn .head_action-count,
.favorite_wrap >.btn .head_action-count,
.cart_wrap >.btn .head_action-count {
  display: none;
}
.user_wrap >.btn.active .head_action-count,
.favorite_wrap >.btn.active .head_action-count,
.cart_wrap >.btn.active .head_action-count {
  display: block;
}
.search_wrap {
  display: none;
}
.is_online {
  height: 8px;
  width: 8px;
  background: #a0d468;
  border-radius: 50%;
  display: inline-block;
}
@keyframes shine {
  0% {
    opacity: .35;
  }
  100% {
    opacity: 1;
  }
}
.user_wrap .is_online {
  position: absolute;
  top: 0;
  right: -4px;
}
.head_action-count {
  position: absolute;
  top: 0;
  right: -9px;
  font-size: 10px;
  color: #fff;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  background: #efc95a;
  background: linear-gradient(180deg,#efc95a 0%,#efaf4a 100%);
  border-radius: 50%;
}
.scroll_block {
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
.scroll_block::-webkit-scrollbar {
  width: 3px;
}
.scroll_block::-webkit-scrollbar-track {
  background-color: #E1E9EB;
}
.scroll_block::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.1);
}
.scroll_block:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.3);
}
.cart_block {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 557px;
  top: calc(100% + 3px);
  right: 0;
  z-index: 14;
  box-shadow: 0 10px 30px 0px rgba(57,57,57,0.15);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.cart_block .cart_b-empty-title {
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
  margin-bottom: 5px;
}
.cart_block .cart_b-empty-txt {
  text-align: center;
}
.cart_block .scroll_block {
  max-height: 300px;
}
.cart_block .cart_item-bottom {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E1E9EB;
}
.cart_block .cart_item-clear {
  padding-left: 35px;
}
.cart_block .cart_item-clear svg {
  margin-top: -1px;
  margin-right: 4px;
}
.cart_block .cart_item-clear .btn {
  color: #A8AFBF;
  text-decoration: none;
}
.cart_block .cart_item-total {
  padding-right: 30px;
  font-weight: 600;
}
.cart_block .cart_item-action {
  display: flex;
}
.cart_block .cart_item-action >* {
  flex: 0 0 50%;
  max-width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  font-size: 14px;
  border-radius: 0;
}
.cart_block .cart_item-action .btn-link {
  color: #A8AFBF;
}
.cart_block .cart_item,
.cart_block-inn .cart_item,
.cart_block-short .cart_item {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E1E9EB;
}
.cart_block .cart_item .cart_item-img,
.cart_block-inn .cart_item .cart_item-img,
.cart_block-short .cart_item .cart_item-img {
  text-align: center;
  width: 80px;
}
.cart_block .cart_item .cart_item-img img,
.cart_block-inn .cart_item .cart_item-img img,
.cart_block-short .cart_item .cart_item-img img {
  width: 100%;
  height: 70px;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: center;
}
.cart_block .cart_item .cart_item-name,
.cart_block-inn .cart_item .cart_item-name,
.cart_block-short .cart_item .cart_item-name {
  font-weight: 700;
  max-height: 57px;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.cart_block .cart_item .cart_item-name a,
.cart_block-inn .cart_item .cart_item-name a,
.cart_block-short .cart_item .cart_item-name a {
  color: #2C2F34;
}
.cart_block .cart_item .cart_item-marking,
.cart_block-inn .cart_item .cart_item-marking,
.cart_block-short .cart_item .cart_item-marking {
  font-size: 12px;
  color: #A8AFBF;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.cart_block .cart_item .cart_item-price,
.cart_block-inn .cart_item .cart_item-price,
.cart_block-short .cart_item .cart_item-price {
  font-weight: 600;
  white-space: nowrap;
}
.cart_block .cart_item .cart_item-sum,
.cart_block-inn .cart_item .cart_item-sum,
.cart_block-short .cart_item .cart_item-sum {
  white-space: nowrap;
  font-weight: 600;
  padding-right: 20px;
  text-align: right;
}
.cart_block .cart_item .cart_item-sum .shop_item-price-old,
.cart_block-inn .cart_item .cart_item-sum .shop_item-price-old,
.cart_block-short .cart_item .cart_item-sum .shop_item-price-old {
  font-size: 85%;
}
.cart_block .cart_item .cart_item-qnt,
.cart_block-inn .cart_item .cart_item-qnt,
.cart_block-short .cart_item .cart_item-qnt {
  width: 140px;
}
.cart_block .cart_item-del,
.cart_block-inn .cart_item-del,
.cart_block-short .cart_item-del {
  position: absolute;
  top: 15px;
  right: 35px;
  cursor: pointer;
}
.cart_block.cart_b-empty {
  width: auto;
  padding: 25px 40px;
}
.cart_wrap.open {
  border-bottom: 3px solid #FFA500 !important;
}
.cart_wrap.open .cart_block {
  display: block;
}
.cart_block-inn {
  border: 1px solid #E1E9EB;
  border-radius: 3px;
  background-color: #fff;
}
.cart_block-inn .cart_item {
  padding-left: 15px;
  padding-right: 15px;
}
.cart_block-inn .cart_item .cart_item-img {
  width: 120px;
}
.cart_block-inn .cart_item .cart_item-img img {
  height: 110px;
}
.cart_block-inn .cart_item .cart_item-name {
  margin-bottom: 5px;
}
.cart_block-inn .cart_item .cart_item-sum {
  width: 140px;
  font-size: 16px;
  font-weight: 700;
}
.cart_block-inn .cart_item-del {
  position: static;
}
.cart_block-inn .cart_block-bottom {
  padding: 20px 15px;
}
.cart_block-inn .cart_block-discount,
.cart_block-inn .cart_block-total {
  align-items: flex-end;
}
.cart_block-inn .cart_block-discount .cart_b-total-amount,
.cart_block-inn .cart_block-total .cart_b-total-amount {
  text-align: right;
}
.cart_block-inn .cart_block-total {
  padding-top: 5px;
}
.cart_block-inn .cart_block-total .cart_b-total-title {
  font-size: 16px;
  font-weight: 700;
}
.cart_block-inn .cart_block-total .cart_b-total-amount {
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
}
.cart_block-inn .cart_block-action {
  text-align: right;
}
.cart_block-inn .cart_block-action .btn {
  font-size: 14px;
}
.cart_block-inn .cart_block-action .btn-link {
  color: #A8AFBF;
}
.cart_block-inn .cart_block-action .btn[type=submit] {
  font-weight: 700;
}
.choose_phone_country .input-group-prepend .btn {
  border-color: transparent;
  padding: 0.28rem .75rem;
  border-radius: 0;
}
.choose_phone_country .input-group-prepend .btn img {
  height: 20px;
}
.choose_phone_country .dropdown-toggle:after {
  vertical-align: unset;
}
.choose_phone_country .dropdown-menu .dropdown-item img {
  height: 20px;
}
.choose_phone_country .dropdown-menu .dropdown-item.active {
  background-color: rgba(0,0,0,0.05);
  color: #2C2F34;
}
.choose_phone_country .dial_code {
  color: #999;
}
.user_block {
  display: none;
  min-width: 200px;
  position: absolute;
  top: calc(100% + 3px);
  right: 0;
  z-index: 14;
  background: #fff;
  box-shadow: 0 10px 30px 0px rgba(57,57,57,0.15);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 5px 0;
}
.user_wrap.open {
  border-bottom: 3px solid #FFA500 !important;
}
.user_wrap.open .user_block {
  display: block;
}
.modal-content-close {
  position: absolute;
  top: 5px;
  right: 10px;
  padding: 5px;
  z-index: 3;
}
.form_block-wrapper {
  border: 1px solid #E1E9EB;
  background-color: #fff;
}
.form_block {
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 3px;
}
.form_block .form_block-title {
  margin-bottom: 20px;
}
.form_block .form_block-text {
  margin-bottom: 20px;
}
.form_block .form_block-action {
  margin-bottom: 25px;
}
.form_block .form_block-action .btn {
  width: 100%;
  border-width: 3px;
  font-weight: 700;
}
.form_block .form_block-social .btn {
  width: 100%;
  border-width: 3px;
  color: #2C2F34;
  font-weight: 700;
  margin-bottom: 1rem;
}
.form_block .form_block-social .btn_telegram svg {
  fill: #0088cc;
}
.code_enter-block .code_enter-b-text {
  font-weight: bold;
  font-size: 18px;
}
.code_enter-block .code_enter-b-val {
  width: 30px;
  font-size: 18px;
}
.code_enter-block .code_enter-b-val .form-control {
  padding: 3px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.code_enter-block .code_sec.inactive {
  opacity: .65;
  cursor: wait;
}
.noty_layout {
  top: 90px !important;
}
.noty_bar {
  background-color: #fff;
  box-shadow: 0 10px 30px 0px rgba(57,57,57,0.15);
  border-radius: 3px;
  margin: 4px 0;
  overflow: hidden;
}
.noty_bar .noty_body {
  padding: 10px 25px 10px 10px;
}
.noty_bar .noty_buttons {
  padding: 10px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.noty_bar .noty_close_button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.modal .form_block {
  box-shadow: 0 10px 30px 0px rgba(57,57,57,0.15);
}
.close_block {
  position: relative;
}
.close_block:before {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  color: #788093;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.422' height='11.422' fill='currentColor'%3E%3Cpath d='M5.715 7.129l-4.3 4.293L0 10l4.3-4.289L0 1.422 1.418 0l4.3 4.3 4.3-4.3 1.41 1.422-4.299 4.289L11.422 10l-1.41 1.418z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 0;
  right: -10px;
}
.main_menu {
  background-color: #F7F8FC;
}
.main_menu .nav-link {
  color: #5D5D5D;
}
.main_menu .nav-link:first-child {
  padding-left: 0;
}
.main_menu .nav-link:hover,
.main_menu .nav-link.active {
  color: #FFA500;
}
.top_menu {
  position: relative;
  background-color: #FFA500;
  z-index: 13;
}
.top_menu .top_menu-nav >.nav-item {
  display: flex;
  align-items: center;
}
.top_menu .top_menu-nav >.nav-item >.nav-link {
  padding: 1.1rem 1rem;
  color: #fff;
  font-weight: 700;
  border-radius: 0;
  width: 100%;
}
.top_menu .top_menu-nav >.nav-item >.nav-link.active {
  background-color: #ffb733;
}
.top_menu .top_menu-nav >.nav-item .nav_submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  z-index: 4;
  background: #fff;
  box-shadow: 0 10px 30px 0px rgba(57,57,57,0.15);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 5px 0;
}
.top_menu .top_menu-nav >.nav-item .nav_submenu .nav-link {
  color: #2C2F34;
  padding-left: 2rem;
  position: relative;
  text-align: left;
}
.top_menu .top_menu-nav >.nav-item .nav_submenu .nav-link:hover {
  background-color: #F5F8F9;
}
.top_menu .top_menu-nav >.nav-item .nav_submenu .nav-link.active {
  background-color: #F5F8F9;
  color: #FFA500;
}
.top_menu .top_menu-nav >.nav-item:hover {
  background-color: #cc8400;
}
.top_menu .top_menu-nav .nav-item_submenu {
  position: relative;
}
.top_menu .top_menu-nav .nav-item_submenu.open .nav_submenu {
  display: block;
}
.top_menu .top_menu-nav .logo_block,
.top_menu .top_menu-nav .user_wrap,
.top_menu .top_menu-nav .favorite_wrap,
.top_menu .top_menu-nav .cart_wrap {
  display: none;
}
.top_menu .top_menu-nav .nav-item_search {
  display: none;
}
.top_menu .top_menu-nav .nav-item_home,
.top_menu .top_menu-nav .nav-item_more,
.top_menu .top_menu-nav .nav-item_search {
  width: 1%;
}
.top_menu .top_menu-nav .nav-item_home .nav-link,
.top_menu .top_menu-nav .nav-item_search .nav-link {
  border-left: 1px solid #ffb733;
  border-right: 1px solid #ffb733;
}
.top_menu .top_menu-nav .nav-item_catalog svg {
  height: 14px;
  width: 14px;
  margin-right: 6px;
  margin-top: -1px;
}
.catalog_dropdown {
  display: inline-block;
  margin-right: 10px;
  width: 18px;
}
.catalog_dropdown .catalog_dropdown-line {
  position: relative;
  display: block;
  width: 18px;
  height: 2px;
  margin-top: 3px;
  transition: .3s;
  border-radius: 10px;
  background-color: #fff;
}
.nav-item_catalog.open .catalog_dropdown .catalog_dropdown-line:first-of-type {
  -webkit-transform: translateY(5px) translateZ(0) rotate(45deg);
  transform: translateY(5px) translateZ(0) rotate(45deg);
}
.nav-item_catalog.open .catalog_dropdown .catalog_dropdown-line:nth-of-type(2) {
  opacity: 0;
}
.nav-item_catalog.open .catalog_dropdown .catalog_dropdown-line:nth-of-type(3) {
  -webkit-transform: translateY(-5px) translateZ(0) rotate(-45deg);
  transform: translateY(-5px) translateZ(0) rotate(-45deg);
}
.top_menu.top_menu-sticky {
  position: sticky;
  top: -1px;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 10px 30px 0px rgba(57,57,57,0.15);
  -webkit-animation-duration: .1s;
  animation-duration: .1s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: top_menu;
  animation-name: top_menu;
}
.top_menu.top_menu-sticky .top_menu-nav >.nav-item >.nav-link {
  color: #2C2F34;
  padding: 1rem 1rem;
  border: none;
}
.top_menu.top_menu-sticky .top_menu-nav >.nav-item >.nav-link.active {
  background-color: transparent;
}
.top_menu.top_menu-sticky .top_menu-nav >.nav-item >.nav-link.active >.nav-link {
  color: #ffb733;
}
.top_menu.top_menu-sticky .top_menu-nav >.nav-item:hover {
  background-color: transparent;
}
.top_menu.top_menu-sticky .top_menu-nav >.nav-item:hover >.nav-link {
  color: #cc8400;
}
.top_menu.top_menu-sticky .top_menu-nav .logo_block {
  display: list-item;
  text-align: left;
}
.top_menu.top_menu-sticky .top_menu-nav .logo_block img,
.top_menu.top_menu-sticky .top_menu-nav .logo_block svg {
  height: 26px;
}
.top_menu.top_menu-sticky .top_menu-nav .nav-item_home {
  display: none;
}
.top_menu.top_menu-sticky .top_menu-nav .nav-item_search {
  display: flex;
  width: auto;
}
.top_menu.top_menu-sticky .top_menu-nav .nav-item_search .nav-link_search {
  padding: .475rem .15rem;
}
.top_menu.top_menu-sticky .top_menu-nav .nav-item_search svg {
  fill: #FFA500;
  height: 21px;
}
.top_menu.top_menu-sticky .top_menu-nav .user_wrap {
  display: none;
}
.top_menu.top_menu-sticky .top_menu-nav .favorite_wrap,
.top_menu.top_menu-sticky .top_menu-nav .cart_wrap {
  display: flex;
}
.top_menu.top_menu-sticky .top_menu-nav .user_wrap svg {
  height: 20px;
}
.top_menu.top_menu-sticky .top_menu-nav .favorite_wrap svg {
  height: 18px;
}
.top_menu.top_menu-sticky .top_menu-nav .cart_wrap svg {
  height: 21px;
}
.top_menu.top_menu-sticky .catalog_dropdown .catalog_dropdown-line {
  background-color: #FFA500;
}
.mmenu {
  display: none;
}
@keyframes top_menu {
  0% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hover {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.anim_hover {
  -webkit-animation-duration: .1s;
  animation-duration: .1s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: hover;
  animation-name: hover;
}
.nav-item_catalog.open .nav-item_catalog-dropdown {
  display: block;
}
.nav-item_catalog-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #F5F8F9;
  background: linear-gradient(90deg,#F5F8F9 0%,#F5F8F9 50%,#fff 50%,#fff 100%);
  z-index: 3;
  box-shadow: 0 0 30px 0px rgba(57,57,57,0.25);
}
.nav-item_catalog-dropdown .scroll_block::-webkit-scrollbar {
  width: 0;
}
.nav-item_catalog-dropdown >.container,
.nav-item_catalog-dropdown >.container>.row {
  height: 100%;
}
.nav-item_catalog-dropdown >.container>.row {
  display: grid;
  grid-template-columns: 300px minmax(0,1fr);
  gap: 0;
  margin-left: 0;
  margin-right: 0;
}
.nav-item_catalog-dropdown .nav_category-wrap {
  padding: 20px 0 30px;
}
.nav-item_catalog-dropdown .nav_category-wrap .nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav-item_catalog-dropdown .nav_category-wrap .nav-link img {
  max-width: 24px;
  height: 24px;
  object-fit: contain;
}
.nav-item_catalog-dropdown .nav_category-wrap .nav-link.active {
  background-color: #fff;
  color: #FFA500;
  border-right: 4px solid #FFA500;
}
.nav-item_catalog-dropdown .nav_menu-wrappper {
  padding-left: 0;
}
.nav-item_catalog-dropdown .nav_menu-wrap {
  background-color: #fff;
  padding: 20px 30px 30px;
  min-height: 100%;
}
.nav-item_catalog-dropdown .nav_menu-wrap .nav-link {
  font-size: 12px;
}
.nav-item_catalog-dropdown .nav_menu-wrap .nav-link:hover {
  color: #FFA500;
}
.nav-item_catalog-dropdown .nav_menu-root {
  display: none;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.nav-item_catalog-dropdown .nav_menu {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  display: block !important;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: all .2s ease-in;
}
.nav-item_catalog-dropdown .nav_menu .arrow-right {
  opacity: 0;
  transition: all .2s ease-in;
}
.nav-item_catalog-dropdown .nav_menu:hover {
  border-color: #FFA500;
}
.nav-item_catalog-dropdown .nav_menu:hover .arrow-right {
  opacity: 1;
}
.nav-item_catalog-dropdown .nav_menu-root.nav_menu-active {
  display: block;
}
.nav-item_catalog-dropdown .nav {
  text-align: left;
}
.nav-item_catalog-dropdown .nav .nav-link {
  color: #2C2F34;
  font-weight: 500;
  padding: .5rem 1rem;
  border-radius: 0;
}
.nav-item_catalog-dropdown .nav .nav-link_title {
  font-weight: 700;
  font-size: 14px;
}
.nav-item_catalog-dropdown .nav_menu-root.nav_menu-view1 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.nav-item_catalog-dropdown .nav_menu-root.nav_menu-view1 .nav .nav-link {
  padding-left: 65px;
}
.nav-item_catalog-dropdown .nav_menu-root.nav_menu-view1 .nav .nav-link.nav-link_title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav-item_catalog-dropdown .nav_menu-root.nav_menu-view1 .nav .nav-link.nav-link_title img {
  max-width: 60px;
  height: 60px;
  object-fit: contain;
}
.top_menu.top_menu-sticky .nav-item_catalog-dropdown {
  box-shadow: unset;
}
.hsearch_block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  width: auto;
  min-width: 0;
}
.hsearch_block form {
  height: 35px;
  width: 100%;
  max-width: 600px;
}
.hsearch_block form .input-group {
  height: 100%;
  border: 1px solid #ffb733;
  background-color: #ffb733;
  padding: 0;
  border-radius: 14px;
  overflow: hidden;
}
.hsearch_block form .input-group-prepend {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding-left: 15px;
}
.hsearch_block form .input-group-append {
  transform: translateX(1px);
}
.hsearch_block form .input-group-append .btn {
  padding: 0 10px;
  height: 100%;
  color: #fff;
  background: none;
  border: none;
}
.hsearch_block form .input-primary {
  color: #2C2F34;
  height: 100%;
  border: none;
  border-radius: 0 13px 13px 0 !important;
  background-color: #fff;
}
.nav-item_search-dropdown {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background: #FFA500;
  z-index: 2;
}
.nav-item_search-dropdown >.container {
  height: 100%;
}
.nav-item_search-dropdown >.container {
  height: 100%;
}
.nav-item_search-dropdown form {
  height: 100%;
}
.nav-item_search-dropdown form .input-group {
  height: 100%;
  border-left: 1px solid #ffb733;
  border-right: 1px solid #ffb733;
  padding: 0 .5rem 0 1.5rem;
  background: #ffb733;
}
.nav-item_search-dropdown form .input-group-append .btn {
  padding: .475rem 1.2rem;
  color: #fff;
}
.nav-item_search-dropdown form .input-primary {
  color: #fff;
  height: 100%;
  border: none;
  border-radius: 0;
  background: transparent;
}
.top_menu.top_menu-sticky .nav-item_search-dropdown {
  background: #fff;
}
.top_menu.top_menu-sticky .nav-item_search-dropdown form .input-group {
  background: #F5F8F9;
  border: none;
}
.top_menu.top_menu-sticky .nav-item_search-dropdown .input-primary {
  color: #2C2F34;
}
.top_menu.top_menu-sticky .nav-item_search-dropdown .input-primary::-webkit-input-placeholder {
  color: #2C2F34;
}
.top_menu.top_menu-sticky .nav-item_search-dropdown .input-primary:-ms-input-placeholder {
  color: #2C2F34;
}
.top_menu.top_menu-sticky .nav-item_search-dropdown .input-primary::-moz-placeholder {
  color: #2C2F34;
}
.top_menu.top_menu-sticky .nav-item_search-dropdown .input-primary:-moz-placeholder {
  color: #2C2F34;
}
.autocomplete_append,
.shop_country_location_city_div,
.shop_country_location_city_addr_div {
  position: relative;
}
.nav-item_search-dropdown.show {
  display: block;
}
.autocomplete-suggestions {
  background: #FFF;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 4px 5px rgba(0,0,0,0.15);
  box-shadow: 0 4px 5px rgba(0,0,0,0.15);
  position: absolute !important;
  top: 100%;
  z-index: 101 !important;
  text-align: left;
  width: 100%;
  padding: 0;
  max-height: 300px;
}
.autocomplete-suggestions .autocomplete-suggestion {
  margin: 0;
  padding: 7px 18px;
  border-bottom: 1px solid #e9e9e9;
  list-style: none;
  cursor: pointer;
  white-space: normal;
}
.autocomplete-suggestions .autocomplete-suggestion:last-child {
  border: none !important;
}
.autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
  background-color: #F5F8F9;
}
.autocomplete-suggestions.autocomplete_search,
.autocomplete-suggestions.autocomplete_msearch {
  box-shadow: 0 0 30px 0px rgba(57,57,57,0.25);
  left: 0;
  width: 100% !important;
  max-height: none !important;
}
.autocomplete-suggestions.autocomplete_search .autocomplete-suggestion,
.autocomplete-suggestions.autocomplete_msearch .autocomplete-suggestion {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 5px 10px;
}
.autocomplete-suggestions.autocomplete_search .autocomplete-suggestion >div,
.autocomplete-suggestions.autocomplete_msearch .autocomplete-suggestion >div {
  padding: 10px 5px;
}
.autocomplete-suggestions.autocomplete_search .autocomplete-suggestion >div:first-child,
.autocomplete-suggestions.autocomplete_msearch .autocomplete-suggestion >div:first-child {
  padding-left: 20px;
}
.autocomplete-suggestions.autocomplete_search .autocomplete-suggestion >div:last-child,
.autocomplete-suggestions.autocomplete_msearch .autocomplete-suggestion >div:last-child {
  padding-right: 20px;
}
.autocomplete-suggestions.autocomplete_search .autocomplete-suggestion .search_item-img,
.autocomplete-suggestions.autocomplete_msearch .autocomplete-suggestion .search_item-img {
  text-align: center;
  width: 80px;
  padding-right: 15px;
}
.autocomplete-suggestions.autocomplete_search .autocomplete-suggestion .search_item-img img,
.autocomplete-suggestions.autocomplete_msearch .autocomplete-suggestion .search_item-img img {
  width: 100%;
  height: 70px;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: center;
}
.autocomplete-suggestions.autocomplete_search .autocomplete-suggestion .shop_item-stock,
.autocomplete-suggestions.autocomplete_msearch .autocomplete-suggestion .shop_item-stock {
  font-size: 12px;
  margin-right: 10px;
}
.autocomplete-suggestions.autocomplete_search .autocomplete-suggestion .search_item-marking,
.autocomplete-suggestions.autocomplete_msearch .autocomplete-suggestion .search_item-marking {
  font-size: 12px;
  color: #A8AFBF;
}
.autocomplete-suggestions.autocomplete_search .autocomplete-suggestion .search_item-price,
.autocomplete-suggestions.autocomplete_msearch .autocomplete-suggestion .search_item-price {
  font-weight: 600;
  white-space: nowrap;
}
.autocomplete-suggestions.autocomplete_search .autocomplete-suggestion .search_item-type0,
.autocomplete-suggestions.autocomplete_msearch .autocomplete-suggestion .search_item-type0 {
  text-align: center;
  width: 100%;
  background-color: #F5F8F9;
}
.autocomplete-suggestions.autocomplete_search .autocomplete-suggestion .search_item-type2,
.autocomplete-suggestions.autocomplete_msearch .autocomplete-suggestion .search_item-type2 {
  max-width: 80%;
}
.autocomplete-suggestions.autocomplete_search .autocomplete-suggestion .search_item-type4,
.autocomplete-suggestions.autocomplete_msearch .autocomplete-suggestion .search_item-type4 {
  font-weight: 900;
}
.shop_country_location_city_div .autocomplete-suggestions,
.shop_country_location_city_addr_div .autocomplete-suggestions,
.mr_city-div .autocomplete-suggestions {
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 4px 5px rgba(0,0,0,0.15);
  box-shadow: 0 4px 5px rgba(0,0,0,0.15);
  max-height: 300px;
}
.main_slider {
  background-color: #FAFAFC;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main_slider >.container {
  display: grid;
  grid-template-columns: 70% minmax(0,1fr);
  gap: 20px;
}
.main_slider .main_slider-wrap {
  min-height: 400px;
}
.main_slider .main_slider-wrap[onclick] {
  cursor: pointer;
}
.main_slider .main_slider-name {
  font-size: 45px;
  margin-bottom: 25px;
  font-weight: 700;
}
.main_slider .main_slider-desc {
  font-size: 21px;
  margin-bottom: 25px;
}
.main_slider .main_slider-img {
  text-align: center;
}
.main_slider .main_slider-img img {
  width: 80%;
}
.main_slider .main_slider-btn .btn {
  min-width: 190px;
  padding: .65rem .75rem;
  font-weight: 700;
  margin-right: 8px;
  border-width: 3px;
}
.bg_1 {
  background: #FFA500;
}
.bg_2 {
  background: #FFC448;
}
.bg_3 {
  background: #FFAE62;
}
.main_banners >.row {
  flex-direction: column;
  gap: 20px;
  height: 100%;
}
.main_banners .main_banner-block {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.main_banners .main_banner-wrap,
.shop_item-adv .main_banner-wrap {
  padding: 30px 0 30px 20px;
  color: #fff;
  border-radius: 3px;
  height: 100%;
  min-height: 180px;
  background-size: cover;
}
.main_banners .main_banner-wrap >*,
.shop_item-adv .main_banner-wrap >* {
  position: relative;
  z-index: 1;
}
.main_banners .main_banner-wrap .main_banner-name,
.shop_item-adv .main_banner-wrap .main_banner-name {
  font-size: 18px;
  font-weight: 700;
  width: 58%;
  margin-bottom: 10px;
}
.main_banners .main_banner-wrap .main_banner-desc,
.shop_item-adv .main_banner-wrap .main_banner-desc {
  width: 50%;
}
.main_banners .main_banner-img,
.shop_item-adv .main_banner-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  max-width: 48%;
}
.main_prop {
  padding: 1.5rem 0;
}
.main_prop .main_prop-img {
  background-color: #fff;
  -ms-flex: 0 0 75px;
  flex: 0 0 75px;
  max-width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
  color: #FFA500;
}
.main_prop .main_prop-name {
  font-weight: 700;
  margin-bottom: 5px;
}
.main_prop .main_prop-desc {
  font-size: 11px;
  color: #A8AFBF;
}
.main_prop + .popular_items {
  margin-top: 50px;
}
.popular_group {
  display: block;
  padding: 0 15px 20px;
  box-shadow: inset 0 0 0 1px #E1E9EB;
  background: #fff;
  border-radius: 3px;
  color: #2C2F34;
  text-decoration: none;
  text-align: center;
}
.popular_group:hover {
  box-shadow: 0 0 30px 0px #EBEEEF;
}
.popular_group-img {
  position: relative;
  top: -20px;
  height: 120px;
}
.popular_group-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: darken;
}
.popular_group-name {
  height: 39px;
  overflow: hidden;
  font-weight: 600;
}
.group_count {
  display: inline-block;
  font-weight: 500;
  background-color: #F5F8F9;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 3px;
  border: 1px solid #F5F8F9;
  text-align: center;
  font-size: inherit;
  margin-left: 5px;
}
.popular_group.popular_g-type-2 {
  display: flex;
  align-items: center;
  height: 100px;
  padding: 10px;
}
.popular_group.popular_g-type-2 .popular_group-img {
  position: static;
  height: 100%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
}
.popular_group.popular_g-type-2 .popular_group-name {
  padding-left: 5px;
  height: auto;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
  text-align: left;
  text-overflow: ellipsis;
  font-size: 12px;
}
.btn.show_more {
  color: #2C2F34;
  font-weight: 600;
}
.more_tabs .btn {
  margin-left: 30px;
  font-size: 11px;
  white-space: nowrap;
}
.more_tabs .btn-light {
  color: #2C2F34;
}
.more_tabs .btn-link {
  color: #A8AFBF;
  text-decoration: none;
}
.more_tabs .btn-link:hover {
  color: #2C2F34;
  background-color: #F5F8F9;
  border-color: #F5F8F9;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tab_pane {
  display: none;
  opacity: 0;
}
.tab_pane.active {
  display: block;
  opacity: 1;
}
.tab_pane.show {
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
.blur_block {
  filter: blur(10px);
}
.with-blur {
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.shop_item-currency,
.shop_item-measure {
  font-weight: 400;
}
.shop_item {
  position: relative;
  margin-bottom: 25px;
}
.shop_item .shop_item-wrap {
  display: block;
  padding: 40px 20px 20px;
  box-shadow: inset 0 0 0 1px #E1E9EB;
  background: #fff;
  border-radius: 3px;
  height: 371px;
}
.shop_item .shop_item-icon {
  position: absolute;
  z-index: 3;
  top: 15px;
  right: 15px;
  display: none;
}
.shop_item .shop_item-icon .btn-light svg {
  fill: #FFA500;
}
.shop_item .shop_item-icon .btn-light:hover {
  border-color: #FFA500;
  background-color: #FFA500;
}
.shop_item .shop_item-icon .btn-light:hover svg {
  fill: #fff;
}
.shop_item .shop_item-label {
  position: absolute;
  z-index: 1;
  top: 15px;
}
.shop_item .shop_item-img {
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}
.shop_item .shop_item-img .item_b-img {
  position: relative;
  overflow: hidden;
  height: 150px;
  text-align: center;
}
.shop_item .shop_item-img .item_b-img img {
  display: none;
  cursor: pointer;
}
.shop_item .shop_item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: center;
}
.shop_item .shop_item-img .shop_item-img-addit {
  position: absolute;
  width: 100%;
  height: calc(100% + 14px);
  top: 0;
  left: 0;
  display: flex;
  gap: 8px;
}
.shop_item .shop_item-img .shop_item-img-addit >div {
  flex: 1;
  border-bottom: 3px solid #CED2D5;
}
.shop_item .shop_item-img .shop_item-img-addit >div.active {
  border-bottom-color: #FFA500;
}
.shop_item .shop_item-rating {
  margin-bottom: 8px;
}
.shop_item .shop_item-stock {
  margin: 0 8px 10px 0;
}
.shop_item .shop_item-marking {
  font-size: 12px;
  margin-bottom: 8px;
}
.shop_item .shop_item-name {
  font-weight: 700;
  margin-bottom: 5px;
  min-height: 38px;
  max-height: 57px;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.shop_item .shop_item-name a {
  color: #2C2F34;
  text-decoration: none;
}
.shop_item .shop_item-price {
  font-weight: 600;
  white-space: nowrap;
}
.shop_item .shop_item-price .shop_item-price-old {
  margin-left: 6px;
  font-size: 13px;
}
.shop_item .shop_item-price .price_economy {
  font-size: 12px;
}
.shop_item .shop_item-modification {
  background-color: #fff;
  padding: 0 20px 20px;
  margin-top: -30px;
}
.shop_item .shop_item-modification .shop_item-color >span,
.shop_item .shop_item-modification .shop_item-size >span {
  display: inline-block;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  border: 1px solid #F5F8F9;
  margin: 0 3px 5px 0;
}
.shop_item .shop_item-modification .shop_item-color >span {
  border-radius: 50%;
}
.shop_item .shop_item-modification .shop_item-size {
  font-size: 10px;
}
.shop_item .shop_item-modification .shop_item-size >span {
  padding: 0 3px;
  background-color: #F5F8F9;
  border-radius: 3px;
}
.shop_item .shop_item-bottom {
  display: none;
  position: absolute;
  z-index: 2;
  width: calc(100% - 20px);
  top: calc(100% - 2px);
  left: 10px;
  box-shadow: 0 20px 20px 0px #ededed;
}
.shop_item .shop_item-bottom .shop_item-action {
  display: flex;
  flex-direction: column;
}
.shop_item .shop_item-bottom .shop_item-action .shop_item-action-qnt .input-group {
  width: 99%;
}
.shop_item .shop_item-bottom .shop_item-action .shop_item-action-qnt .input-group-append {
  margin-right: 0;
}
.shop_item .shop_item-bottom .shop_item-action .shop_item-action-add {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
}
.shop_item .shop_item-bottom .shop_item-action .shop_item-action-add .btn {
  font-size: 11px;
  font-weight: 700;
  height: 40px;
  width: 100%;
  border-radius: 0;
  border: none;
}
.shop_item .shop_item-bottom .shop_item-action .shop_item-action-add .btn-outline-theme {
  background-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .shop_item:hover {
    z-index: 10;
  }
  .shop_item:hover .shop_item-wrap {
    box-shadow: 0 0 30px 0px #EBEEEF !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
  }
  .shop_item:hover .shop_item-icon {
    display: block;
  }
  .shop_item:hover .shop_item-bottom {
    display: block;
  }
}
@media (hover: none) and (pointer: coarse) {
  .shop_item .shop_item-icon {
    display: block;
  }
  .shop_item .shop_item-bottom {
    display: block;
    position: static;
    width: 100%;
    box-shadow: unset;
  }
}
.shop_item-adv {
  position: relative;
  width: 100%;
  min-height: 180px;
  margin-bottom: 30px;
  display: flex;
  gap: 30px;
}
.shop_item-adv .main_banner-block {
  flex: 1;
  min-height: 200px;
}
.shop_item-adv .main_banner-block .main_banner-wrap {
  background-position: center;
  padding-left: 30px;
}
.shop_item-adv .main_banner-block .main_banner-name {
  font-size: 22px;
}
.shop_item-adv .main_banner-block .main_banner-desc {
  font-size: 16px;
  font-weight: 400;
}
.shop_item-adv:empty:before {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  width: calc(100% - 30px);
  height: 100%;
  background-color: #F5F8F9;
  border-radius: 3px;
}
.owl-item .shop_item .shop_item-bottom {
  width: 100%;
  left: 0;
}
.shop_item-label .badge {
  padding: .7em .9em;
  margin: 0 5px 5px 0;
  font-size: 65%;
}
.shop_item-label .badge svg,
.shop_item-label .badge img {
  height: 11px;
  vertical-align: middle;
}
.shop_item-label .badge.badge-svg {
  padding: .58em .9em;
}
.shop_item.not_available {
  opacity: 0.6;
}
.shop_item.not_available img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.shop_item.not_available:hover {
  opacity: 1;
}
.shop_item.not_available:hover img {
  filter: unset;
}
.shop_item.compare_item-add .shop_item-icon .compare_item svg {
  fill: #f8104d;
}
.shop_item.compare_item-add .shop_item-icon .compare_item:hover svg {
  fill: #f8104d;
}
.shop_item-inner.compare_item-add .compare_item a {
  color: #f8104d;
}
.shop_item-inner.compare_item-add .compare_item a svg {
  fill: #f8104d;
}
.shop_item-inner.compare_item-add .compare_item a:hover {
  color: #f8104d;
}
.shop_item-inner.compare_item-add .compare_item a:hover svg {
  fill: #f8104d;
}
.shop_item.favorite_item-add .shop_item-icon .favorite_item svg {
  fill: #f8104d;
}
.shop_item.favorite_item-add .shop_item-icon .favorite_item:hover svg {
  fill: #f8104d;
}
.shop_item-inner.favorite_item-add .favorite_item a {
  color: #f8104d;
}
.shop_item-inner.favorite_item-add .favorite_item a svg {
  fill: #f8104d;
}
.shop_item-inner.favorite_item-add .favorite_item a:hover {
  color: #f8104d;
}
.shop_item-inner.favorite_item-add .favorite_item a:hover svg {
  fill: #f8104d;
}
.shop_item.incart_item .shop_item-wrap {
  box-shadow: inset 0 0 0 1px rgba(255,165,0,0.4);
}
.shop_item.incart_item .shop_item-action .shop_item-action-qnt {
  display: none;
}
.shop_item.incart_item .shop_item-action .shop_item-action-add {
  flex: 0 0 100%;
  max-width: 100%;
}
.shop_item.incart_item .shop_item-action .shop_item-action-add .btn {
  background-color: #ffb733;
  border-color: #ffb733;
}
.shop_item.shop_i-big .shop_item-wrap,
.shop_item.shop_i-type-4 .shop_item-wrap {
  padding: 30px 20px 20px 30px;
  height: 371px;
}
.shop_item.shop_i-big .shop_item-img,
.shop_item.shop_i-type-4 .shop_item-img {
  height: 100%;
  margin-bottom: 0;
  padding: 0;
}
.shop_item.shop_i-big .shop_item-marking,
.shop_item.shop_i-type-4 .shop_item-marking {
  margin-bottom: 15px;
}
.shop_item.shop_i-big .shop_item-name,
.shop_item.shop_i-type-4 .shop_item-name {
  font-size: 16px;
  margin-bottom: 10px;
  max-height: none;
}
.shop_item.shop_i-big .shop_item-desc,
.shop_item.shop_i-type-4 .shop_item-desc {
  margin-bottom: 30px;
  overflow: hidden;
  max-height: 156px;
}
.shop_item.shop_i-big .shop_item-price,
.shop_item.shop_i-type-4 .shop_item-price {
  font-size: 16px;
}
.shop_i-type-2 .shop_item-wrap {
  height: 315px;
}
.shop_i-type-2 .shop_item-img .item_b-img {
  height: 126px;
}
.shop_i-type-2 .shop_item-name {
  max-height: 38px;
  -webkit-line-clamp: 2;
}
.shop_i-type-3 .shop_item-wrap {
  height: auto;
}
.shop_i-type-3 .shop_item-img {
  padding: 0;
  margin: 0;
  height: 150px;
}
.shop_i-type-3 .shop_item-name {
  max-height: 38px;
  -webkit-line-clamp: 2;
}
.shop_i-type-4 .shop_item-detailed {
  margin-top: 30px;
}
.shop_i-type-4 .shop_item-detailed .btn {
  font-size: 11px;
  font-weight: 700;
  height: 38px;
  padding: .375rem 1.6rem;
}
.shop_i-type-5 .shop_item-wrap {
  height: auto;
  text-align: center;
  padding: 20px;
}
.shop_i-type-5 .shop_item-img {
  height: 110px;
}
.shop_i-type-5 .shop_item-name {
  max-height: 38px;
  -webkit-line-clamp: 2;
}
.shop_item-counter-wrap {
  display: flex;
  margin-bottom: 35px;
}
.shop_item-counter-wrap .shop_item-counter {
  display: flex;
  margin-right: 15px;
}
.shop_item-counter-wrap .shop_item-counter >div {
  position: relative;
  margin-right: 10px;
}
.shop_item-counter-wrap .si-counter-stock {
  position: relative;
}
.shop_item-counter-wrap .si-count {
  background-color: #F5F8F9;
  font-weight: 500;
  padding: 5px;
  border-radius: 3px;
  position: relative;
  min-width: 30px;
  display: inline-block;
  text-align: center;
}
.shop_item-counter-wrap .si-count-last:after {
  content: ":";
  display: block;
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
}
.shop_item-counter-wrap .si-count-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
  color: #A8AFBF;
  font-size: 10px;
}
.shop_item-rating {
  display: flex;
  align-items: center;
}
.shop_item-rating .si-rating-star {
  margin-right: 4px;
}
.shop_item-rating .si-rating-num {
  color: #A8AFBF;
  font-size: 11px;
  margin: 4px 0 0 5px;
}
.shop_item-stock {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.shop_item-stock.si-stock-in {
  color: #8CAC31;
}
.shop_item-stock.si-stock-small {
  color: #EE8830;
}
.shop_item-stock.si-stock-out {
  color: #A8AFBF;
}
.shop_item-marking {
  color: #A8AFBF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.shop_item-price-old {
  text-decoration: line-through;
  color: #A8AFBF;
  white-space: nowrap;
}
.price_economy {
  font-size: 12px;
  font-weight: 400;
  padding: .15em .5em;
  background-color: #fff200;
  white-space: nowrap;
  border-radius: 3px;
  display: inline-block;
}
.shop_item-action-qnt .input-group >* {
  flex: 0 0 34%;
  max-width: 34%;
  height: 38px;
}
.shop_item-action-qnt .input-group .btn {
  color: #A8AFBF;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  border-radius: 0;
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.shop_item-action-qnt .input-group .form-control {
  border-color: #F5F8F9;
  background-color: #F5F8F9;
  text-align: center;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.row_items:not(.row_list) {
  margin-right: -10px;
  margin-left: -10px;
}
.row_items:not(.row_list) >*[class^="col"] {
  padding-right: 10px;
  padding-left: 10px;
}
.row_items:not(.row_list) .shop_item {
  margin-bottom: 20px;
}
.row_items.row_list .shop_item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.row_items.row_list .shop_item .shop_item-wrap {
  display: flex;
  flex-wrap: wrap;
  height: auto;
}
.row_items.row_list .shop_item .shop_item-wrap >div {
  padding-right: 15px;
  padding-left: 15px;
}
.row_items.row_list .shop_item .shop_item-wrap >div:nth-child(1) {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.row_items.row_list .shop_item .shop_item-wrap >div:nth-child(2) {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  display: flex;
  flex-wrap: wrap;
}
.row_items.row_list .shop_item .shop_item-wrap .shop_item-name {
  height: auto;
  min-height: auto;
  max-height: auto;
  width: 100%;
}
.row_items.row_list .shop_item .shop_item-wrap .shop_item-price {
  font-size: 20px;
  width: 100%;
}
.row_items.row_list .shop_item .shop_item-wrap .shop_item-bottom {
  position: static;
  display: block;
  box-shadow: unset;
  max-width: 70%;
  align-self: flex-end;
  margin-bottom: 15px;
}
.adv_offers {
  background: #f7f9fa;
  background: linear-gradient(180deg,#ffffff 0%,#ffffff 40%,#f7f9fa 40%,#f7f9fa 100%);
}
.adv_offers .adv_offer-wrapper {
  display: flex;
  border-radius: 3px;
  min-height: 390px;
  background-size: cover;
  background-position: top center;
  position: relative;
  color: #2C2F34;
  text-decoration: none;
  transition: transform 0.5s;
  overflow: hidden;
  padding: 15px 35px 35px;
}
.adv_offers .adv_offer-wrapper:hover {
  transform: scale(1.03);
}
.adv_offers .adv_offer-wrapper .adv_offer-video {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.adv_offers .adv_offer-wrapper .adv_offer-wrap {
  flex: 1;
  display: flex;
  gap: 10px;
  flex-direction: column;
  position: relative;
  z-index: 2;
  text-align: center;
  align-items: center;
}
.adv_offers .adv_offer-wrapper .adv_offer-img {
  margin-bottom: 15px;
}
.adv_offers .adv_offer-wrapper .adv_offer-img img {
  width: 100%;
  height: 100%;
  max-height: 190px;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: center;
}
.adv_offers .adv_offer-wrapper .adv_offer-bottom {
  margin-top: auto;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.adv_offers .adv_offer-wrapper .adv_offer-name {
  font-weight: 700;
  font-size: 16px;
}
.adv_offers .adv_offer-wrapper .adv_offer-desc {
  min-height: 39px;
}
.adv_offers .adv_offer-wrapper .adv_offer-desc p {
  margin: 0;
}
.adv_offers .adv_offer:nth-child(1) .adv_offer-wrapper {
  background-color: #ed905c;
  color: #fff;
  box-shadow: 0 22px 38px rgba(242,161,102,0.55);
}
.adv_offers .adv_offer:nth-child(2) .adv_offer-wrapper {
  background-color: #f3f3f3;
  box-shadow: 0 22px 38px rgba(186,202,209,0.55);
}
.adv_offers .adv_offer:nth-child(3) .adv_offer-wrapper {
  background-color: #6faaae;
  color: #fff;
  box-shadow: 0 22px 38px rgba(129,202,199,0.55);
}
.day_items {
  background-color: #f7f9fa;
}
.shop_groups {
  background-color: #f7f9fa;
  padding: 40px 0 30px;
}
.shop_groups .shop_group >a {
  display: block;
  box-shadow: inset 0 0 0 1px #E1E9EB;
  background: #fff;
  border-radius: 3px;
  color: #2C2F34;
  text-decoration: none;
  overflow: hidden;
}
.shop_groups .shop_group >a:hover {
  box-shadow: 0 0 30px 0px #EBEEEF;
}
.shop_groups .shop_group >a:hover .shop_group-img img {
  -webkit-transform: scale(1.125);
  transform: scale(1.125);
  transition: -webkit-transform 450ms ease-in-out;
  transition: transform 450ms ease-in-out;
  transition: transform 450ms ease-in-out, -webkit-transform 450ms ease-in-out;
}
.shop_groups .shop_group .shop_group-wrap {
  text-align: center;
  padding: 20px 15px;
}
.shop_groups .shop_group .shop_group-img {
  height: 260px;
  overflow: hidden;
}
.shop_groups .shop_group .shop_group-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.shop_groups .shop_group .shop_group-name {
  font-weight: 600;
  margin-bottom: 5px;
}
.shop_groups .shop_group .shop_group-count {
  font-size: 11px;
  color: #A8AFBF;
}
.shop_groups.shop_group--popular {
  background: none;
}
.shop_groups.shop_group--popular >.container>.row {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 20px;
  margin-left: 0;
  margin-right: 0;
}
.shop_groups.shop_group--popular .shop_group {
  padding: 0;
  margin-bottom: 0;
}
.shop_groups.shop_group--popular .shop_group >a {
  padding: 23px 36px 25px;
  box-shadow: inset 0 0 0 1px transparent;
  border: 1px solid #E1E9EB;
  overflow: hidden;
  height: 100%;
}
.shop_groups.shop_group--popular .shop_group >a:hover {
  box-shadow: 0 0 30px 0px #EBEEEF;
}
.shop_groups.shop_group--popular .shop_group .shop_group-img {
  height: 225px;
  margin-bottom: 15px;
}
.shop_groups.shop_group--popular .shop_group .shop_group-img img {
  -o-object-fit: contain;
  object-fit: contain;
}
.shop_groups.shop_group--popular .shop_group .shop_group-wrap {
  padding: 0;
}
.shop_groups.shop_group--popular .shop_group .shop_group-name {
  font-size: 16px;
  margin-bottom: 0;
}
.banner_block {
  padding: 30px 0;
  background: #fff;
  background: linear-gradient(180deg,#f7f9fa 0%,#f7f9fa 50%,#ffffff 50%,#ffffff 100%);
}
.banner_two {
  position: relative;
  background-color: #FFA500;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='270.395' height='76.281' fill='%23FFD98F' fill-rule='evenodd' clip-rule='evenodd' image-rendering='optimizeQuality' shape-rendering='geometricPrecision' text-rendering='geometricPrecision' viewBox='0 0 8223 2320'%3E%3Cpath d='M5899 0c465 497 750 1165 750 1899 0 143-11 284-32 421h-10c21-137 32-278 32-421 0-735-286-1403-753-1899h13zM1117 2320c-21-137-32-278-32-421 0-734 285-1402 750-1899h13c-467 496-753 1164-753 1899 0 143 11 284 32 421h-10z'/%3E%3Cpath d='M6966 0c49 205 74 419 74 638 0 632-211 1215-566 1682h-12c356-467 568-1050 568-1682 0-220-25-433-74-638h10zM2042 2320c-355-467-566-1050-566-1682 0-219 26-433 74-638h10c-48 205-74 418-74 638 0 632 212 1215 568 1682h-12zM7964 0c167 448 259 933 259 1440 0 302-32 596-94 880h-10c62-284 94-578 94-880 0-507-92-992-260-1440h11zM94 2320c-61-284-94-578-94-880C0 933 92 448 259 0h11C102 448 10 933 10 1440c0 302 32 596 94 880H94z'/%3E%3C/svg%3E"), linear-gradient(109.18deg,#ffc350 7.271%,#ffb506 83.787%);
  color: #fff;
  background-size: cover;
  background-position: top center;
  box-shadow: 0 22px 38px rgba(255,165,0,0.55);
  border-radius: 3px;
}
.banner_two >.row>[class*=col]:first-child {
  width: 43%;
}
.banner_two >.row>[class*=col]:last-child {
  width: 30%;
}
.banner_two .badge {
  margin-bottom: 10px;
  background: #000;
  color: #fff;
}
.banner_two .banner_two-wrap {
  padding: 30px 20px;
}
.banner_two .banner_two-name {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 10px;
}
.banner_two .banner_two-price {
  font-weight: 600;
  font-size: 16px;
}
.banner_two .banner_two-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.banner_two .align-self-start .banner_two-img {
  top: 0;
  transform: unset;
  right: 15px;
}
.banner_two .banner_two-desc {
  padding-left: 15px;
  font-size: 16px;
}
.banner_two[onclick] {
  cursor: pointer;
}
.review_block {
  position: relative;
}
.review_block:before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  width: 100%;
  height: 1px;
  z-index: -1;
  background: #E1E9EB;
}
.review_block-item {
  background-color: #F7F7F7;
  border-radius: 3px;
  overflow: hidden;
}
.review_block-item .review_block-wrap {
  padding: 40px;
}
.review_block-item .review_block-author {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.review_block-item .review_block-author >div:first-child {
  margin-right: 10px;
}
.review_block-item .review_block-author .review_author-name {
  font-weight: 700;
}
.review_block-item .review_block-author .review_date {
  font-size: 12px;
  color: #A8AFBF;
  margin-top: 4px;
}
.review_block-item .review_block-author .shop_item-rating {
  margin-left: 15px;
  margin-bottom: 0;
}
.review_block-item .review_block-author .more_link {
  margin-left: 15px;
}
.review_block-item .review_title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
}
.review_block-item .review_text {
  height: 155px;
  overflow: hidden;
  position: relative;
}
.review_block-item .review_text:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 45px;
  background: linear-gradient(180deg,rgba(247,247,247,0) 0%,#f7f7f7 50%);
  bottom: 0;
  left: 0;
}
.review_block-item .review_image {
  height: 250px;
}
.review_block-item .review_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: center;
}
.review_block-item .review_img {
  height: 100%;
  text-align: center !important;
}
.review_block-item .review_img img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 99% 50%;
}
.review_block-item .answer_text {
  background-color: #f5f5f6;
  padding: 15px 25px;
  border-radius: 3px;
  margin-left: 20px;
}
.shop_item-inner >h1 {
  margin-bottom: 1.2rem;
}
.shop_item-inner .shop_item-rating {
  margin-left: 0 !important;
  margin-right: 15px;
}
.shop_item-inner .img_addit-wrap .img_addit-slider {
  width: 284px;
  margin: 0 auto;
}
.shop_item-inner .img_addit-wrap .img_addit-slider .slick-arrow {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #F5F8F9;
  border-radius: 3px;
  cursor: pointer;
  border: none;
}
.shop_item-inner .img_addit-wrap .img_addit-slider:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
}
.shop_item-inner .img_addit-wrap .img_addit {
  flex: 0 0 auto;
  max-width: 100%;
  width: 60px;
  height: 60px;
  margin: 0 5px;
  overflow: hidden;
  padding: 5px;
  cursor: pointer;
}
.shop_item-inner .img_addit-wrap .img_addit img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}
.shop_item-inner .img_addit-wrap .img_addit.active {
  border: 1px solid #FFA500;
  border-radius: 3px;
}
.shop_item-inner .img_addit-wrap .img_addit-video {
  position: relative;
  color: #FFA500;
}
.shop_item-inner .img_addit-wrap .img_addit-video:before {
  display: block;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23FF0000' d='M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z'/%3E%3C/svg%3E");
  position: absolute;
  width: 50%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.shop_item-inner .img_main-wrap {
  height: 420px;
  text-align: center;
}
.shop_item-inner .img_main-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: center;
}
.shop_item-inner .review_block-item {
  box-shadow: 0 0 7px 0px #EBEEEF;
  margin-bottom: 10px;
}
.shop_item-inner .review_block-item .review_text {
  height: auto;
}
.shop_item-inner .review_block-item .review_text:after {
  display: none;
}
.shop_item-inner .select-title,
.shop_item-inner .param-switch__label {
  margin-bottom: 13px;
}
.shop_item-inner .select-title span:first-child,
.shop_item-inner .param-switch__label span:first-child {
  font-weight: 600;
}
.shop_item-inner .select-title span:last-child,
.shop_item-inner .param-switch__label span:last-child {
  color: #757575;
}
.shop_item-inner .selected-box,
.shop_item-inner .param-switch__row {
  display: flex;
  gap: 5px;
}
.shop_item-inner .selected-box >div,
.shop_item-inner .param-switch__row >div {
  position: relative;
  cursor: pointer;
}
.shop_item-inner .selected-box_color >div {
  border-radius: 50%;
  border: 2px solid transparent;
}
.shop_item-inner .selected-box_color >div span {
  display: block;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.shop_item-inner .selected-box_color >div.active {
  border-color: #FFA500;
}
.shop_item-inner .selected-box_size >div span {
  display: flex;
  min-width: 52px;
  height: 29px;
  border: 1px solid transparent;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-color: #F5F8F9;
  padding: 0 3px;
}
.shop_item-inner .selected-box_size >div.active span {
  border-color: #FFA500;
}
.shop_item-inner .selected-box_size >div.disabled span {
  border-color: #BABABA;
}
.shop_item-inner .selected-box_size >div.disabled:before {
  content: "нет в наличии";
  position: absolute;
  font-size: 8px;
  top: -7px;
  right: -19px;
  background-color: #e9e9e9;
  padding: 2px 3px;
  border-radius: 5px;
}
.shop_item-inner .param-switch__row >* span {
  display: flex;
  min-width: 52px;
  height: 29px;
  border: 1px solid transparent;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-color: #F5F8F9;
  padding: 0 3px;
}
.shop_item-inner .param-switch__row span.active span {
  border-color: #FFA500;
}
.form_grade {
  display: inline-block;
}
.form_grade .si-rating-star {
  cursor: pointer;
}
.slider_arrow {
  display: flex;
  align-items: center;
}
.slider_arrow >div {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #F5F8F9;
  border-radius: 3px;
  margin-right: 8px;
  cursor: pointer;
  border: none;
}
.slider_arrow.disabled {
  display: none;
}
.news_block {
  position: relative;
}
.news_block:before {
  display: block;
  position: absolute;
  content: "";
  top: 80%;
  width: 100%;
  height: 1px;
  z-index: -1;
  background: #E1E9EB;
}
.more_link {
  font-size: 12px;
}
.news_item {
  margin-bottom: 25px;
}
.news_item .news_item-wrapper {
  box-shadow: inset 0 0 0 1px #E1E9EB;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.news_item .news_item-wrapper:hover {
  box-shadow: 0 0 30px 0px #EBEEEF;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.news_item .news_item-wrap {
  padding: 20px 30px;
}
.news_item .news_item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: center;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.news_item .news_item-name {
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 10px;
}
.news_item .news_item-desc {
  font-size: 12px;
}
.news_item .more_link {
  position: absolute;
  bottom: 20px;
  left: 30px;
}
.news_item.news_item-big .news_item-wrapper {
  height: 395px;
}
.news_item.news_item-big .news_item-wrapper:hover .news_item-img img {
  -webkit-transform: scale(1.125);
  transform: scale(1.125);
}
.news_item.news_item-big .news_item-img {
  height: 395px;
  overflow: hidden;
}
.news_item.news_item-big .news_item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}
.news_i-type-2 .news_item-wrapper {
  height: 395px;
}
.news_i-type-2 .news_item-wrapper:hover .news_item-img img {
  -webkit-transform: scale(1.125);
  transform: scale(1.125);
}
.news_i-type-2 .news_item-img {
  height: 170px;
  overflow: hidden;
}
.news_i-type-2 .news_item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}
.news_item-inn {
  margin-bottom: 30px;
}
.news_item-inn .news_item-img {
  height: 155px;
  overflow: hidden;
}
.news_item-inn .news_item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}
.manager_block {
  text-align: center;
  border: 1px solid #E1E9EB;
  border-radius: 3px;
}
.manager_block .manager_block-img {
  width: 120px;
  height: 120px;
  overflow: hidden;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto 20px;
}
.manager_block .manager_block-name {
  margin-bottom: 20px;
}
.manager_block .manager_block-phone {
  font-size: 20px;
  font-weight: 700;
  color: #A8AFBF;
}
.service_item {
  margin-bottom: 25px;
  background-color: #fff;
  border: 1px solid #E1E9EB;
  border-radius: 3px;
}
.service_item .service_item-wrap {
  padding-top: 25px;
  padding-bottom: 25px;
}
.service_item .service_item-name {
  font-size: 20px;
  display: inline-block;
  font-weight: 700;
  color: #2C2F34;
  margin-bottom: 15px;
}
.service_item:hover {
  box-shadow: 0 0 30px 0px #EBEEEF;
  border-color: transparent;
}
.feedback_block {
  background-color: #FFA500;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='270.395' height='76.281' fill='%23FFD780' fill-rule='evenodd' clip-rule='evenodd' image-rendering='optimizeQuality' shape-rendering='geometricPrecision' text-rendering='geometricPrecision' viewBox='0 0 8223 2320'%3E%3Cpath d='M5899 0c465 497 750 1165 750 1899 0 143-11 284-32 421h-10c21-137 32-278 32-421 0-735-286-1403-753-1899h13zM1117 2320c-21-137-32-278-32-421 0-734 285-1402 750-1899h13c-467 496-753 1164-753 1899 0 143 11 284 32 421h-10z'/%3E%3Cpath d='M6966 0c49 205 74 419 74 638 0 632-211 1215-566 1682h-12c356-467 568-1050 568-1682 0-220-25-433-74-638h10zM2042 2320c-355-467-566-1050-566-1682 0-219 26-433 74-638h10c-48 205-74 418-74 638 0 632 212 1215 568 1682h-12zM7964 0c167 448 259 933 259 1440 0 302-32 596-94 880h-10c62-284 94-578 94-880 0-507-92-992-260-1440h11zM94 2320c-61-284-94-578-94-880C0 933 92 448 259 0h11C102 448 10 933 10 1440c0 302 32 596 94 880H94z'/%3E%3C/svg%3E");
  color: #fff;
  background-size: cover;
}
.feedback_block a {
  color: #fff;
  text-decoration: underline;
}
.subscribe_block {
  background-color: #FFA500;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='270.395' height='76.281' fill='%23FFD780' fill-rule='evenodd' clip-rule='evenodd' image-rendering='optimizeQuality' shape-rendering='geometricPrecision' text-rendering='geometricPrecision' viewBox='0 0 8223 2320'%3E%3Cpath d='M5899 0c465 497 750 1165 750 1899 0 143-11 284-32 421h-10c21-137 32-278 32-421 0-735-286-1403-753-1899h13zM1117 2320c-21-137-32-278-32-421 0-734 285-1402 750-1899h13c-467 496-753 1164-753 1899 0 143 11 284 32 421h-10z'/%3E%3Cpath d='M6966 0c49 205 74 419 74 638 0 632-211 1215-566 1682h-12c356-467 568-1050 568-1682 0-220-25-433-74-638h10zM2042 2320c-355-467-566-1050-566-1682 0-219 26-433 74-638h10c-48 205-74 418-74 638 0 632 212 1215 568 1682h-12zM7964 0c167 448 259 933 259 1440 0 302-32 596-94 880h-10c62-284 94-578 94-880 0-507-92-992-260-1440h11zM94 2320c-61-284-94-578-94-880C0 933 92 448 259 0h11C102 448 10 933 10 1440c0 302 32 596 94 880H94z'/%3E%3C/svg%3E");
  padding: 30px 0;
  position: relative;
  background-size: contain;
  background-position: top center;
}
.subscribe_block .subscribe_b-wrapper {
  position: relative;
  z-index: 2;
}
.subscribe_block form .btn {
  font-weight: 700;
  height: 38px;
}
.subscribe_block .subscribe_b-left {
  color: #fff;
  padding-right: 30px;
}
.subscribe_block .subscribe_b-left .subscribe_b-text {
  margin-bottom: 25px;
}
.subscribe_block .subscribe_b-left a {
  color: #fff;
  text-decoration: underline;
}
.subscribe_block .subscribe_b-right {
  padding-left: 20px;
  color: #fff;
}
.subscribe_block .subscribe_b-right .subscribe_b-right-wrap {
  display: flex;
  align-items: center;
}
.subscribe_block .subscribe_b-right .subscribe_b-right-wrap >div:first-child {
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  max-width: 65%;
}
.subscribe_block .subscribe_b-right .subscribe_b-title {
  font-size: 16px;
  font-weight: 700;
}
.subscribe_block .subscribe_b-right .subscribe_b-percent {
  color: #FFA500;
  font-weight: 700;
  font-size: 70px;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.25);
}
.subscribe_block .subscribe_fon-right {
  background-color: #262626;
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 1;
  width: 50%;
  background-position: 80% 50%;
  background-repeat: no-repeat;
}
.subscribe_block .subscribe_fon-right {
  right: 0;
}
.site_block {
  padding: 40px 0;
  position: relative;
}
.site_block .btn.btn-theme {
  margin-top: 25px;
  font-weight: 700;
  min-width: 160px;
}
.site_block-media {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
}
.site_block-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}
.producer_block {
  border-top: 1px solid #E1E9EB;
  padding: 40px 0;
}
.shop_producer-owl {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 5px 49px;
}
.producer_block,
.producer_block-inner {
  text-align: center;
}
.producer_block .item,
.producer_block-inner .item {
  padding: 0 10px;
}
.producer_block .item img,
.producer_block-inner .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: center;
}
.producer_b-inner-title {
  font-weight: 700;
  font-size: 18px;
}
.producer_block-inner {
  padding: 25px 0;
}
.producer_block-inner .item img {
  height: 25px;
}
.go_to-top {
  position: fixed;
  z-index: 100000;
  bottom: 0;
  left: 30px;
  min-height: 30px;
  opacity: 0;
  cursor: pointer;
  transition: all .35s ease;
}
.go_to-top svg {
  fill: #FFA500;
}
.go_to-top.go_to-top-fix {
  opacity: 1;
  transform: translateY(-30px);
  pointer-events: auto;
}
.callme-btn {
  display: none;
}
footer,
.footer {
  font-size: 12px;
}
footer a,
.footer a {
  color: #788093;
}
footer {
  border-top: 1px solid #E1E9EB;
  background: #fff;
}
.foot_menu .foot_menu-title {
  font-weight: 600;
  margin-bottom: 20px;
}
.foot_menu .foot_menu-list .nav-link {
  color: #788093;
  padding: .35rem 0;
}
.phone_block-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.phone_block-wrap .phone_block {
  margin-bottom: 10px;
}
.phone_block-wrap svg {
  position: absolute;
  left: 2px;
  top: 6px;
}
.phone_block-wrap .btn-light {
  color: #788093;
}
.email_block-wrap,
.addr_block-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.email_block-wrap svg,
.addr_block-wrap svg {
  position: absolute;
  left: 0;
  top: 0;
}
.addr_block-wrap svg {
  top: 2px;
  left: 2px;
}
.social_block-wrap {
  padding-left: 30px;
}
.social_block >a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  color: #fff;
  background-color: #788093;
  border-radius: 50%;
  margin-right: 8px;
}
.social_block >a:hover {
  background-color: #FFA500;
}
.social_block a.ico_vk:hover {
  background: #4a76a8;
}
.social_block a.ico_ok:hover {
  background: #ee8208;
}
.social_block a.ico_facebook:hover {
  background: #19afff;
  background: linear-gradient(180deg,#19afff 0%,#0062e0 100%);
}
.social_block a.ico_instagram:hover {
  background: #b900b4;
  background: linear-gradient(90deg,#b900b4 0%,#f50000 100%);
}
.social_block a.ico_youtube:hover {
  background: #FF0000;
}
.social_block-share a,
.social_block-share .social_b-share-more {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  background-color: #F5F8F9;
  border-radius: 3px;
  margin: 0 2px 4px 0;
}
.social_block-share .social_b-share-more .btn {
  width: 100%;
  height: 100%;
  padding: 0;
}
.social_block-share .social_b-share-more .btn:hover svg {
  fill: #2C2F34;
}
.social_block-share .social_b-share-more .dropdown-menu {
  white-space: nowrap;
}
.social_block-share .social_b-share-more .dropdown-menu a {
  margin-bottom: 0;
}
.social_block-share a.ico_vk {
  color: #4a76a8;
}
.social_block-share a.ico_vk:hover {
  color: #fff;
  background-color: #4a76a8;
}
.social_block-share a.ico_facebook {
  color: #1877f2;
}
.social_block-share a.ico_facebook:hover {
  color: #fff;
  background: #19afff;
  background: linear-gradient(180deg,#19afff 0%,#0062e0 100%);
}
.social_block-share a.ico_ok {
  color: #ee8208;
}
.social_block-share a.ico_ok:hover {
  color: #fff;
  background-color: #ee8208;
}
.social_block-share a.ico_twitter {
  color: #1da1f2;
}
.social_block-share a.ico_twitter:hover {
  color: #fff;
  background-color: #1da1f2;
}
.social_block-share a.ico_whatsapp {
  color: #00E676;
}
.social_block-share a.ico_whatsapp:hover {
  color: #fff;
  background-color: #00E676;
}
.social_block-share a.ico_viber {
  color: #675DA9;
}
.social_block-share a.ico_viber:hover {
  color: #fff;
  background-color: #675DA9;
}
.social_block-share a.ico_telegram {
  color: #0088cc;
}
.social_block-share a.ico_telegram:hover {
  color: #fff;
  background: #0088cc;
  background: linear-gradient(180deg,#2AABEE 0%,#229ED9 100%);
}
.social_block-share a.ico_max {
  color: #4244cd;
}
.social_block-share a.ico_max:hover {
  color: #fff;
  background: #0088cc;
  background: linear-gradient(96deg,#5a8cff 0%,#43d6ff 46%,#8f3fff 99.6%);
}
.social_block-share a.ico_skype {
  color: #0078ca;
}
.social_block-share a.ico_skype:hover {
  color: #fff;
  background-color: #0078ca;
}
.social_block-share a.ico_copy:hover svg {
  fill: #2C2F34;
}
.cookie_policy {
  position: fixed;
  z-index: 100000;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  pointer-events: none;
}
.cookie_policy .cookie_policy-wrap {
  box-shadow: 0 0 20px 0px #EBEEEF;
  text-align: left;
  position: relative;
  display: inline-block;
  background-color: #fff;
  border-radius: 3px;
  padding: 9px 43px 9px 14px;
  font-size: 12px;
  font-weight: 500;
  margin: 0px 15px 40px;
  pointer-events: auto;
}
.cookie_policy .cookie_policy-wrap .btn {
  width: 28px;
  padding: 0;
  position: absolute;
  top: 8px;
  right: 7px;
  color: #788093;
}
.cookie_policy .cookie_policy-wrap .btn svg {
  width: 12px;
}
.footer {
  color: #788093;
}
.alert {
  border-radius: 0;
}
.alert.alert-danger.fade.in {
  opacity: 1 !important;
}
.paytype_block svg {
  margin-left: 8px;
}
.paytype_block .ico_visa {
  height: 19px;
}
.toggle_menu {
  display: none;
}
.toggle_menu svg {
  fill: #2c2f34;
}
.toggle_menu .toggle_close {
  display: none;
}
.toggle_menu.open .toggle_open {
  display: none;
}
.toggle_menu.open .toggle_close {
  display: inline;
}
.container_border {
  border-bottom: 1px solid #E1E9EB;
}
.breadcrumb {
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 16px 0;
  font-size: 12px;
}
.breadcrumb a {
  color: #2C2F34;
}
.breadcrumb a:hover {
  color: #2C2F34;
}
.breadcrumb .breadcrumb-item+.breadcrumb-item:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4.061' height='6.707' fill='none' stroke='%23A8AFBF' viewBox='0 0 4.061 6.707'%3E%3Cpath d='m.35.35 3 3-3 3'/%3E%3Cpath d='m.35.35 3 3-3 3'/%3E%3Cpath d='m.35.35 3 3-3 3'/%3E%3Cpath d='m.35.35 3 3-3 3'/%3E%3C/svg%3E");
}
.breadcrumb .breadcrumb-item.active {
  color: #A8AFBF;
}
.h1_group-title >span {
  color: #A8AFBF;
  font-weight: 400;
  margin-left: 10px;
  font-size: 75%;
}
.sidebar_left {
  z-index: 12;
}
.categories_list .category_list-title {
  font-weight: 700;
  margin-bottom: 10px;
}
.categories_list .nav-link {
  padding: .35rem 0;
  font-weight: 500;
  color: #2C2F34;
}
.categories_list .nav-link.active,
.categories_list .nav-link:hover {
  color: #FFA500;
}
.tooltip .arrow::before {
  border-right-color: #F5F8F9;
}
.tooltip .tooltip-inner {
  background: #F5F8F9;
  color: #2C2F34;
  text-align: left;
  font-size: 12px;
}
.tooltip .tooltip-inner p {
  margin: 0;
}
.tooltip.show {
  opacity: 1;
}
.popover {
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  padding: 0 10px;
}
.toggle_filter {
  font-weight: 700;
  font-size: 14px;
}
.toggle_filter >svg {
  fill: #A8AFBF;
  margin-right: 4px;
}
.filters_list .filter_list-block {
  margin-bottom: 20px;
}
.filters_list .filter_list-title {
  font-weight: 700;
  margin-bottom: 10px;
}
.filters_list .filter_list-range {
  display: flex;
  justify-content: space-between;
}
.filters_list .filter_list-range >* {
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
}
.filters_list .tooltip .arrow::before {
  border-right-color: #cc8400;
}
.filters_list .tooltip .tooltip-inner {
  white-space: nowrap;
  color: #fff;
  background: #cc8400;
  border-radius: 5px;
  line-height: 12px;
  padding: 8px 10px;
}
.filters_list .tooltip .tooltip-inner a {
  color: #fff;
}
.filters_list .tooltip.show {
  opacity: 1;
}
.filters_list .prop_question {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  border-radius: 50%;
  text-align: center;
  background-color: #F5F8F9;
  margin-left: 4px;
  font-weight: 400;
  cursor: pointer;
  font-size: 12px;
}
.filters_list .custom-control.custom-checkbox,
.filters_list .custom-control.custom-radio {
  margin-bottom: 4px;
}
.filters_list .custom-control.custom-checkbox .custom-control-label,
.filters_list .custom-control.custom-radio .custom-control-label {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.filters_list .custom-control.custom-checkbox .custom-control-label:before,
.filters_list .custom-control.custom-radio .custom-control-label:before {
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
.filters_list .custom-control.custom-checkbox .custom-control-label:after,
.filters_list .custom-control.custom-radio .custom-control-label:after {
  top: .1rem;
}
.filters_list .filter_list-color,
.filters_list .filter_count {
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  border: 1px solid #F5F8F9;
}
.filters_list .filter_list-color {
  margin-right: 5px;
  border-radius: 50%;
}
.filters_list .filter_count {
  margin-left: auto;
  background-color: #F5F8F9;
  text-align: center;
  font-size: 12px;
  align-self: flex-end;
  margin-right: 10px;
  border-radius: 3px;
}
.filters_list label.filter_disabled {
  opacity: .3;
}
.filters_list option.filter_disabled {
  text-decoration: line-through;
}
.filters_list .slider_container .irs--round .irs-handle,
.filters_list .range_container .irs--round .irs-handle {
  border: 3px solid #fff;
  background-color: #FFA500;
  box-shadow: 0 1px 3px rgba(255,165,0,0.7);
  width: 18px;
  height: 18px;
}
.filters_list .slider_container {
  position: relative;
  width: 100%;
}
.filters_list .slider_container .irs--round .irs-bar,
.filters_list .slider_container .irs--round .irs-handle,
.filters_list .slider_container .irs-line {
  top: 50%;
  transform: translateY(-50%);
}
.filters_list .slider_container .irs {
  height: 30px;
  margin-bottom: 10px;
}
.filters_list .slider_container .irs--round .irs-bar {
  background-color: #FFA500;
}
.filters_list .range_container .irs--round .irs-bar {
  background-color: transparent;
}
.filters_list .range_container .irs--round .irs-min,
.filters_list .range_container .irs--round .irs-max,
.filters_list .range_container .irs--round .irs-single,
.filters_list .range_container .irs--round .irs-grid-text {
  font-size: 12px;
}
.filters_list .range_container .irs--round .irs-min,
.filters_list .range_container .irs--round .irs-max {
  background-color: #F5F8F9;
}
.filters_list .range_container .irs--round .irs-single {
  background-color: #FFA500;
}
.filters_list .range_container .irs--round .irs-single:before {
  border-top-color: #FFA500;
}
.filters_list .range_container .irs--round .irs-grid-text {
  color: #dee4ec;
}
.filters_list .scroll_block {
  max-height: 250px;
}
.filters_list .filter-search {
  padding-right: 15px;
  margin-bottom: 10px;
}
.shop_item-inner .shop_item-marking {
  font-size: 12px;
}
.shop_item-inner .shop_i-inn-actinon-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-size: 12px;
}
.shop_item-inner .shop_i-inn-actinon-link >* {
  margin-right: 20px;
}
.shop_item-inner .shop_i-inn-actinon-link svg {
  fill: #FFA500;
}
.shop_item-inner .shop_price-block {
  width: 325px;
}
.shop_item-inner .price_block {
  border: 1px solid #E1E9EB;
  border-radius: 3px;
}
.shop_item-inner .price_block >div {
  padding: 16px 30px;
  border-bottom: 1px solid #E1E9EB;
}
.shop_item-inner .price_block >div:last-child {
  border-bottom: none;
}
.shop_item-inner .shop_item-price >span:first-child {
  font-size: 28px;
  font-weight: 700;
}
.shop_item-inner .shop_item-price .shop_item-price-old {
  font-size: 18px;
  font-weight: 400;
  margin-left: 10px;
}
.shop_item-inner .shop_item-price .price_economy {
  margin-left: 0;
}
.shop_item-inner .price_block-action .shop_item-action-qnt {
  margin-bottom: 10px;
}
.shop_item-inner .price_block-action .shop_item-action-qnt .input-group >* {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  height: 38px;
}
.shop_item-inner .price_block-action >.btn {
  margin-bottom: 10px;
}
.shop_item-inner .shop_bonuses-block {
  color: #f93e3f;
}
.shop_item-props-short {
  margin-bottom: 10px;
}
.shop_item-prop-short {
  font-size: 12px;
  margin-bottom: 10px;
}
.shop_item-prop-short .shop_item-prop-title {
  color: #A8AFBF;
  position: relative;
  overflow: hidden;
}
.shop_item-prop-short .shop_item-prop-title >span {
  padding-right: 3px;
  background: #fff;
  position: relative;
}
.shop_item-prop-short .shop_item-prop-title:before {
  content: "";
  display: block;
  left: 15px;
  bottom: .2em;
  position: absolute;
  width: 100%;
  border-bottom: 1px dotted #d6dbe0;
}
.shop_item-prop-short >div:last-child {
  padding-left: 3px;
  align-self: flex-end;
}
.shop_item-prop-short + .shop_item-prop-short-2 {
  margin-top: 35px;
}
.shop_item-prop-short-2 .shop_item-prop-title {
  color: #A8AFBF;
  padding-left: 0;
  margin-bottom: 10px;
}
.shop_item-prop-short-2 img {
  height: 54px;
}
.shop_compare-props {
  padding: 10px 20px;
  border-bottom: 1px solid #F5F8F9;
}
.shop_compare-props .shop_compare-prop-title {
  opacity: 0;
  margin-bottom: 5px;
}
.shop_compare-props .shop_compare-prop-val {
  font-weight: 500;
  min-height: 19px;
}
.shop_compare-props.hover {
  background-color: #F5F8F9;
}
.shop_compare-first .shop_compare-prop-title {
  opacity: 1;
}
.dropdown_sorting .btn {
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
  color: #A8AFBF;
}
.switch_block .btn {
  padding-right: 0;
}
.switch_block .btn.active svg {
  fill: #FFA500;
}
.comment_count {
  margin-left: 4px;
  display: inline-block;
  background-color: #F5F8F9;
  text-align: center;
  font-size: 12px;
  min-width: 18px;
  height: 18px;
  line-height: 16px;
  border-radius: 3px;
  border: 1px solid #F5F8F9;
}
.shop_property {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  column-gap: 50px;
}
.shop_property .shop_property-block {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  padding: 8px 15px;
}
.shop_property .shop_property-block:nth-child(even) {
  background-color: #F5F8F9;
}
.shop_property .shop_property-title,
.shop_property .shop_property-val {
  padding-right: 15px;
  padding-left: 15px;
  max-width: 100%;
}
.shop_property .shop_property-title {
  white-space: nowrap;
  font-weight: 600;
  flex-grow: 1;
  flex-basis: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
.shop_property .shop_property-val {
  text-align: right;
  flex: 0 0 auto;
  width: auto;
}
.deliveries-city-name {
  font-weight: 600;
  position: relative;
  padding-left: 18px;
}
.deliveries-city-name .span-show-city {
  border-bottom: 1px dashed;
  cursor: pointer;
}
.deliveries-city-name:before {
  position: absolute;
  top: 1px;
  left: -6px;
  display: inline-block;
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' wdith='18' height='18' viewBox='0 0 18 17.999' fill='%23a8afbf'%3e%3cpath d='M5.282 13.218l-2.25-.956a.562.562 0 00-.439 1.035l2.25.956a.562.562 0 10.439-1.035z' class='a'/%3e%3cpath d='M17.992 3.911a.574.574 0 00-.028-.172.505.505 0 00-.053-.084c-.012-.02-.021-.038-.035-.056a.54.54 0 00-.234-.181l-.008-.006-9-3.374a.55.55 0 00-.419.008L.341 3.419c-.008 0-.011.012-.019.016a.545.545 0 00-.2.165.587.587 0 00-.043.061.458.458 0 00-.037.054.564.564 0 00-.042.221v10.126a.563.563 0 00.341.517l7.875 3.375a.56.56 0 00.22.045.571.571 0 00.2-.036l.02-.008 8.979-3.366a.562.562 0 00.365-.527V3.937c0-.01-.008-.017-.008-.026zM7.875 16.583l-6.75-2.894v-8.9l6.75 2.892zm.576-9.878l-6.46-2.768 6.46-2.768 7.385 2.768-1.761.66-3.157-1.414a.553.553 0 00-.494.019l-2.206.937a.564.564 0 00.006 1.041l2.046.845zm3.924-.27l1.125-.422v2.742l-1.125.422zm-.56-.991l-1.924-.793.8-.339 1.89.846zm5.06 8.227L9 16.624V7.701l2.25-.844v3.132a.562.562 0 00.563.563.575.575 0 00.2-.036l2.25-.844a.563.563 0 00.365-.527V5.589l2.25-.844z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}
.delivery_item {
  margin-bottom: 3px;
}
.delivery_item .delivery_item-desc {
  color: #A8AFBF;
}
.delivery_item .delivery_item-desc .delivery_item-price {
  color: #8CAC31;
}
.pagination {
  position: relative;
}
.pagination .page-link {
  margin: 0 4px;
  padding: 0 .75rem;
  color: #2C2F34;
  background-color: #F5F5F5;
  border: none;
  border-radius: 3px !important;
  min-width: 39px;
  text-align: center;
  font-weight: 700;
  height: 39px;
  line-height: 39px;
}
.pagination a.page-link:hover {
  background-color: #DFE3E9;
}
.pagination .page-item.active .page-link {
  color: #2C2F34;
  background-color: #DFE3E9;
  border: none;
}
.pagination .page-item.page_prev,
.pagination .page-item.page_next {
  position: absolute;
  top: 0;
  font-size: 12px;
}
.pagination .page-item.page_prev {
  left: 0;
}
.pagination .page-item.page_prev svg {
  margin-right: 4px;
}
.pagination .page-item.page_next {
  right: 0;
}
.pagination .page-item.page_next svg {
  margin-left: 4px;
}
.page-link_more {
  padding: 0 .75rem;
  color: #2C2F34;
  font-weight: 600;
  height: 39px;
  line-height: 39px;
}
.page_hr {
  text-align: center;
  color: #A8AFBF;
  font-style: italic;
  opacity: .5;
  margin-bottom: 25px;
  font-size: 12px;
}
.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
  background: rgba(0,0,0,0.3);
}
.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #FFA500;
}
.users_menu .nav-link {
  color: #2C2F34;
  padding-left: 2rem;
  position: relative;
  text-align: left;
}
.users_menu .nav-link .icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.users_menu .nav-link .user_bonuses-total {
  font-weight: 600;
  margin-left: 8px;
  font-size: 12px;
}
.users_menu .nav-link:hover {
  background-color: #F5F8F9;
}
.users_menu .nav-link.active {
  background-color: #F5F8F9;
  color: #FFA500;
}
.users_menu .nav-link-exit {
  border-top: 1px solid #E1E9EB;
  color: #EF8B32;
}
.users_block {
  border: 1px solid #E1E9EB;
  border-radius: 3px;
  padding: 35px 0;
}
.users_block .users_block-wrap {
  padding: 0 35px;
}
.cart_block-wrapper {
  border: 1px solid #E1E9EB;
  padding: 35px 0;
  background-color: #fff;
}
.cart_block-wrapper .calc_loader {
  padding: 0 35px;
}
.cart_block-wrapper .cart_block-wrap {
  padding: 0 35px;
}
.cart_block-wrapper .shop_delivery-radio,
.cart_block-wrapper .shop_payment-radio {
  margin-bottom: 15px;
}
.cart_block-wrapper .shop_delivery-radio input[type=radio],
.cart_block-wrapper .shop_payment-radio input[type=radio] {
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.cart_block-wrapper .shop_delivery-radio label,
.cart_block-wrapper .shop_payment-radio label {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 5px 10px 0px rgba(57,57,57,0.1);
  padding: 15px 10px;
  border-radius: 3px;
  border: 1px solid transparent;
  position: relative;
}
.cart_block-wrapper .shop_delivery-radio label .price_economy,
.cart_block-wrapper .shop_payment-radio label .price_economy {
  position: absolute;
  top: -9px;
  right: 0;
  transform: translateX(20%);
}
.cart_block-wrapper .shop_delivery-radio label .label_img,
.cart_block-wrapper .shop_payment-radio label .label_img {
  height: 70px;
  margin-bottom: 10px;
}
.cart_block-wrapper .shop_delivery-radio label .label_img svg,
.cart_block-wrapper .shop_delivery-radio label .label_img img,
.cart_block-wrapper .shop_payment-radio label .label_img svg,
.cart_block-wrapper .shop_payment-radio label .label_img img {
  width: 70%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: center;
}
.cart_block-wrapper .shop_delivery-radio label .label_name,
.cart_block-wrapper .shop_payment-radio label .label_name {
  font-size: 12px;
  margin-bottom: 5px;
}
.cart_block-wrapper .shop_delivery-radio label .label_price,
.cart_block-wrapper .shop_payment-radio label .label_price {
  margin-bottom: 5px;
}
.cart_block-wrapper .shop_delivery-radio label .label_price >span,
.cart_block-wrapper .shop_payment-radio label .label_price >span {
  background-color: #F5F8F9;
  padding: 3px 5px;
  border-radius: 3px;
}
.cart_block-wrapper .shop_delivery-radio label .label_desc,
.cart_block-wrapper .shop_payment-radio label .label_desc {
  font-size: 12px;
  color: #788093;
}
.cart_block-wrapper .shop_delivery-radio label:hover,
.cart_block-wrapper .shop_payment-radio label:hover {
  box-shadow: 0 5px 20px 0px rgba(57,57,57,0.15);
}
.cart_block-wrapper .shop_delivery-radio input[type=radio]:checked~label,
.cart_block-wrapper .shop_payment-radio input[type=radio]:checked~label {
  border-color: #FFA500;
  box-shadow: 0 5px 20px 0px rgba(57,57,57,0.15);
}
#cartScrollOneStep {
  height: 100%;
}
.cart_block-short .scroll_block {
  max-height: 300px;
}
.cart_block-short .cart_item .cart_item-img {
  width: 60px;
}
.cart_block-short .cart_item .cart_item-name {
  font-size: 12px;
}
.cart_block-total-right {
  border: 1px solid #E1E9EB;
  background-color: #fff;
}
.cart_block-total-right .cart_block-total-list {
  padding: 25px 20px 15px;
}
.cart_block-total-right .cart_block-total-list >.row {
  margin-bottom: 5px;
}
.cart_block-total-right .cart_b-total-title {
  font-weight: 700;
}
.cart_block-total-right .cart_b-total-desc {
  font-weight: 400;
  color: #A8AFBF;
  font-size: 12px;
}
.cart_block-total-right .cart_b-total-amount {
  font-weight: 700;
  font-size: 18px;
}
.cart_block-total-right .total_amount {
  font-weight: 700;
  font-size: 22px;
}
.cart_block-total-right .total_discount {
  color: #f91155;
}
.cart_block-total-right .cart_bonus-block {
  font-size: 12px;
}
.cart_block-total-right .cart_bonus-block .custom-control .custom-control-label {
  padding-top: 3px;
}
.cart_block-total-right .cart_bonus-block .custom-control svg {
  margin-left: 2px;
  fill: #9D9D9D;
  vertical-align: super;
  cursor: pointer;
}
.cart_block-total-right .total_amount-block {
  padding: 25px 20px;
  background-color: #F5F8F9;
}
.cart_block-total-right .total_amount-block .cart_b-total-title {
  font-size: 18px;
}
.owl-dots {
  display: inline-block;
  width: auto;
  margin-left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 6px 8px;
}
.owl-dots .owl-dot {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  background-color: #A8AFBF !important;
  border-radius: 5px;
}
.owl-dots .owl-dot:focus {
  outline: none;
}
.owl-dots .owl-dot span {
  display: none;
}
.owl-dots .owl-dot.active {
  background-color: #FFA500 !important;
}
.tag_items a,
.brands_filters a {
  display: inline-block;
  margin: 5px 5px 5px 0;
  background-color: #F5F8F9;
  padding: 5px 10px;
  border-radius: 3px;
  color: #2C2F34;
}
.brands_filters a.active {
  background-color: #FFA500;
  color: #fff;
}
.associated_items .owl-stage-outer,
.shop_compare .owl-stage-outer {
  padding-bottom: 45px;
}
.prop_file-ico {
  margin-right: 15px;
}
.prop_file-ico img {
  width: 40px;
}
.prop_file-name {
  margin-bottom: 5px;
}
.prop_file-name a {
  color: inherit;
}
.prop_file-size {
  color: #788093;
  font-size: 12px;
}
.shop_brand-wrap {
  display: block;
  text-align: center;
  padding: 20px;
  box-shadow: inset 0 0 0 1px #E1E9EB;
  background: #fff;
  border-radius: 3px;
  height: 100%;
}
.shop_brand-wrap .shop_brand-img {
  height: 50px;
  margin-bottom: 15px;
}
.shop_brand-wrap .shop_brand-img img {
  width: 70%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: center;
}
.shop_brand-wrap .shop_brand-name {
  font-weight: 700;
  margin-bottom: 5px;
  color: #2C2F34;
  text-decoration: none;
  font-size: 20px;
}
.shop_brand-wrap:hover {
  text-decoration: none;
  box-shadow: 0 0 30px 0px #EBEEEF !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.shop_item-3d {
  position: absolute;
  z-index: 2;
  left: 15px;
}
.shop_item-3d .btn {
  padding: .175rem .45rem;
}
.modelviewer-wrap {
  width: 100%;
  height: 500px;
}
.modelviewer-wrap model-viewer {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.added-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 25px;
}
.added-filters >div {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background-color: #F5F8F9;
  padding: 5px 10px;
  border-radius: 3px;
  color: #2C2F34;
  white-space: nowrap;
  gap: 5px;
}
.added-filters >div svg {
  height: 6px;
  fill: #A8AFBF;
  cursor: pointer;
}
.added-filters .added-filter-valueName {
  font-weight: 500;
}
.shop_filter_seos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 25px;
}
.shop_filter_seos a {
  background-color: #F5F8F9;
  padding: 5px 10px;
  border-radius: 3px;
  color: #2C2F34;
  white-space: nowrap;
}
.shop_filter_seos a.active {
  font-weight: 600;
}
.shop_filter_seos a.active:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='6' viewBox='0 0 11.422 11.422' fill='%23A8AFBF'%3E%3Cpath d='M5.715 7.129l-4.3 4.293L0 10l4.3-4.289L0 1.422 1.418 0l4.3 4.3 4.3-4.3 1.41 1.422-4.299 4.289L11.422 10l-1.41 1.418z'%3E%3C/path%3E%3C/svg%3E");
  display: inline;
  margin-left: 5px;
}
.shop_filter_seos a.active:hover {
  text-decoration: none;
}
.shop_filter_seos a.hidden {
  display: none;
}
.shop_filter_seos .shop_filter__more {
  cursor: pointer;
  background-color: transparent;
  color: #FFA500;
  font-weight: 600;
}
.shop_item-3d {
  position: absolute;
  z-index: 2;
  left: 15px;
}
.shop_item-3d .btn {
  padding: .175rem .45rem;
}
.drag-scroll {
  position: relative;
  width: 100%;
}
.drag-scroll:before,
.drag-scroll:after {
  pointer-events: none;
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 100%;
  opacity: 0;
  transition: opacity .2s ease;
}
.drag-scroll:before {
  left: 0;
  background: linear-gradient(to left,rgba(255,255,255,0) 0%,#fff 90%);
}
.drag-scroll:after {
  right: 0;
  background: linear-gradient(to right,rgba(255,255,255,0) 0%,#fff 90%);
}
.drag-scroll.drag-scroll_notstart:before {
  opacity: 1;
}
.drag-scroll.drag-scroll_notend:after {
  opacity: 1;
}
.drag-scroll_arrow {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.15);
  transform: translateY(-50%);
  cursor: pointer;
  transition: opacity .2s ease, box-shadow .2s ease, transform .2s ease;
}
.drag-scroll_arrow svg {
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  fill: currentColor;
}
.drag-scroll_arrow:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}
.drag-scroll_arrow:active {
  transform: translateY(-50%) scale(.95);
}
.drag-scroll_arrow-left {
  left: 8px;
}
.drag-scroll_arrow-right {
  right: 8px;
}
.drag-scroll.drag-scroll_end:after {
  right: unset;
  left: 0;
  background: linear-gradient(to left,rgba(255,255,255,0) 0%,#ffffff 90%);
}
.drag-scroll_wrap {
  position: relative;
  cursor: -webkit-grab;
  cursor: grab;
  overflow: hidden;
  user-select: none;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.drag-scroll_wrap:active {
  cursor: grabbing;
}
.drag-scroll_wrap >* {
  flex-wrap: nowrap;
  white-space: nowrap;
  position: relative;
  width: 100%;
  overflow: visible;
  transition: transform 0ms;
  will-change: transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}
.drag-scroll::-webkit-scrollbar {
  display: none;
}
.popular_groups2 {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
}
.popular_groups2 >* {
  ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 210px;
  max-width: 100%;
}
.popular_groups2 .popular_group-name {
  white-space: normal;
  text-overflow: unset;
}
.txt-count_block .txt-count_num {
  font-size: 55px;
  font-weight: 700;
  color: #FFA500;
  margin-bottom: 20px;
}
.txt-count_block .txt-count_title {
  font-size: 16px;
  font-weight: 700;
  color: #424242;
}
@media (max-width: 992px) {
  .logo_block img,
  .logo_block svg {
    height: 30px;
  }
}
@media (max-width: 768px) {
  * {
    word-wrap: break-word;
  }
  input[type=text],
  input[type=tel],
  input[type=password] {
    font-size: 16px;
  }
  .message_block-1,
  .message_block-2 {
    display: none;
  }
  .mobile_wrapper {
    display: block;
  }
  header {
    position: sticky;
    left: 0;
    top: 0;
    user-select: none;
    width: 100%;
    z-index: 1002;
    box-shadow: 0 10px 30px 0px rgba(57,57,57,0.15);
  }
  header >.container >.row {
    margin: 0;
  }
  header >.container >.row >[class*=col] {
    padding-left: 5px;
    padding-right: 5px;
  }
  header .phone_block,
  header .callme_block,
  header .hsearch_block {
    display: none;
  }
  .toggle_menu {
    display: flex;
    align-items: center;
  }
  .logo_block {
    height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .logo_block img,
  .logo_block svg {
    height: 100%;
    width: 100%;
  }
  .phone_block {
    font-size: 16px;
  }
  .choose_city {
    display: none;
  }
  .head_action-btn {
    padding-right: 25px;
  }
  .head_action-btn >.row {
    justify-content: space-around;
  }
  .head_action-btn >.row >[class*=col] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .head_action-btn .favorite_wrap {
    display: none;
  }
  .head_action-btn .search_wrap {
    display: flex;
  }
  .head_action-btn .cart_wrap .cart_block {
    display: none;
  }
  .head_action-btn .btn-link {
    padding: .475rem .35rem;
  }
  .main_menu,
  .top_menu {
    display: none;
  }
  .mmenu {
    display: block;
    position: fixed;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    background: #fff;
    padding-top: 50px;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .mmenu >nav {
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .mmenu .nav-item {
    width: 100%;
  }
  .mmenu .nav-item .nav-link {
    font-size: 16px;
    padding: 21px 42px 21px 21px;
    color: #212529;
    border-bottom: 1px solid #E1E9EB;
    border-radius: 0;
  }
  .mmenu .nav-item .nav-link.mserach {
    padding: 9px 0;
  }
  .mmenu .nav-item .nav-link.mserach .form-control {
    padding-left: 21px;
    background-color: transparent;
    border: none;
  }
  .mmenu .nav-item .nav-link.mserach .btn {
    padding-right: 21px;
  }
  .mmenu .nav-item .nav-link.mserach .autocomplete-suggestion .search_item-pict {
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 0;
  }
  .mmenu .nav-item .nav-link.mserach .autocomplete-suggestion .search_item-pict .search_item-img {
    width: 100%;
    padding-right: 5px;
  }
  .mmenu .nav-item .nav-link.mserach .autocomplete-suggestion .search_item-type2 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .mmenu .nav-item .nav-link.active {
    background-color: #F5F8F9;
  }
  .mmenu .nav-item .nav-link.nav-link_title {
    font-weight: 700;
  }
  .mmenu .nav-item .nav-link.nav-link-prev {
    padding-left: 42px;
    color: #FFA500;
  }
  .mmenu .nav-item .nav-link.submenu,
  .mmenu .nav-item .nav-link.nav-link-prev {
    position: relative;
  }
  .mmenu .nav-item .nav-link.submenu:before,
  .mmenu .nav-item .nav-link.nav-link-prev:before {
    display: block;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.485 14.143' fill='%23A8AFBF'%3E%3Cpath d='M0 1.414L1.414 0l7.071 7.07-1.414 1.415z' /%3E%3Cpath d='M8.485 7.071L7.071 8.485 5.657 7.071 7.07 5.657z' class='a'/%3E%3Cpath d='M7.071 5.657l1.414 1.414-7.07 7.071L0 12.728z' /%3E%3C/svg%3E");
    position: absolute;
    height: 14px;
    width: 8px;
    top: 50%;
    transform: translateY(-50%);
  }
  .mmenu .nav-item .nav-link.submenu:before {
    right: 14px;
  }
  .mmenu .nav-item .nav-link.nav-link-prev:before {
    left: 14px;
    transform: translateY(-50%) rotate(180deg);
  }
  .mmenu ul {
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    left: 100%;
    bottom: 0;
    z-index: 2;
    width: 100%;
    overflow: visible;
    overflow-y: auto;
    background: #fff;
    -webkit-transition: left .3s ease 0s;
    -o-transition: left .3s ease 0s;
    transition: left .3s ease 0s;
    cursor: default;
    height: 100%;
    list-style: none;
    padding-left: 0;
  }
  .mmenu ul.nav_open {
    left: 0;
  }
  .mmenu.open {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  .main_slider >.container {
    display: block;
    grid-template-columns: unset;
  }
  .main_slider .main_slider-img {
    order: -1;
    height: 220px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .main_slider .main_slider-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    object-position: center;
  }
  .main_slider .main_slider-content {
    background-color: #fff;
    padding: 15px 30px;
  }
  .main_slider .main_slider-name {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .main_slider .main_slider-desc {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .main_slider .main_slider-btn {
    display: flex;
    justify-content: space-between;
  }
  .main_slider .main_slider-btn .btn {
    flex: 0 0 49%;
    max-width: 49%;
    min-width: auto;
    margin-right: 0;
  }
  .main_slider .main_banners {
    margin-bottom: 0;
  }
  .main_slider .main_banners >.container {
    padding: 0;
  }
  .main_banners .main_banner-wrap {
    padding: 30px 15px;
    border-radius: 0;
  }
  .main_banners .main_banner-block {
    min-height: 122px;
  }
  .main_banners .main_banner-img {
    max-width: 30%;
    right: 25px;
  }
  .main_prop {
    display: none;
  }
  .popular_groups >.container {
    padding: 0;
  }
  .popular_group {
    border-radius: 0;
  }
  .popular_group .popular_group-img {
    top: -10px;
    height: 66px;
    position: static;
  }
  .popular_group .popular_group-name {
    height: 32px;
    font-size: 12px;
  }
  .more_tabs {
    overflow-y: scroll;
    padding-bottom: 10px;
  }
  .more_tabs >div {
    margin-left: 1px;
  }
  .go_to-top {
    display: none !important;
  }
  .callme-btn {
    display: block;
    position: fixed;
    z-index: 1000;
    left: 20px;
    bottom: 20px;
    min-height: 30px;
    cursor: pointer;
    transition: all .35s ease;
  }
  .callme-btn .callme-btn--wrap {
    position: relative;
  }
  .callme-btn .callme-btn--wrap:before,
  .callme-btn .callme-btn--wrap:after {
    content: "";
    background-color: #FFA500;
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    z-index: 0;
    animation: button-wave infinite 2.6s 0s linear;
    left: 0;
    top: 0;
  }
  .callme-btn .callme-btn--wrap:before {
    animation-delay: 0s;
  }
  .callme-btn .callme-btn--wrap:after {
    animation-delay: 1.3s;
  }
  .callme-btn .callme-btn--main,
  .callme-btn .callme-btn--messenger {
    cursor: pointer;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    line-height: 49px;
  }
  .callme-btn .callme-btn--main svg,
  .callme-btn .callme-btn--messenger svg {
    height: 26px;
  }
  .callme-btn .callme-btn--main {
    position: relative;
    z-index: 1;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    line-height: 59px;
    background-color: #FFA500;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50%;
    transform: rotate(-30deg);
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23fff'%3E%3Cpath d='M188.8 39.3c13.8 8.5 19.6 26.8 13.6 42.7L174.2 156c-5.3 14-18.5 22.5-32.4 21l-42.6-4.6c-17.4 54.1-17.4 113.2 0 167.3l42.6-4.6c13.9-1.5 27.1 7 32.4 21L202.4 430c6.1 15.9 .3 34.2-13.6 42.7l-56.4 34.8c-12.4 7.7-28 5.4-38.1-5.5C-31.4 366.1-31.4 145.9 94.3 10C104.4-.9 120.1-3.1 132.5 4.5l56.4 34.8zm218.4-5.5C471.2 86.6 512 166.6 512 256s-40.8 169.4-104.7 222.2c-10.2 8.4-25.3 7-33.8-3.2s-7-25.3 3.2-33.8C430.1 397.1 464 330.5 464 256s-33.9-141.1-87.3-185.2c-10.2-8.4-11.7-23.6-3.2-33.8s23.6-11.7 33.8-3.2zm-64.4 71.4C387.4 140.4 416 194.8 416 256s-28.6 115.6-73.1 150.8c-10.4 8.2-25.5 6.4-33.7-4s-6.4-25.5 4-33.7C346.6 342.7 368 301.8 368 256s-21.4-86.7-54.8-113.1c-10.4-8.2-12.2-23.3-4-33.7s23.3-12.2 33.7-4zm-65.4 71C303.1 193.5 320 222.8 320 256s-16.9 62.5-42.5 79.7c-11 7.4-25.9 4.5-33.3-6.5s-4.5-25.9 6.5-33.3c12.9-8.7 21.3-23.3 21.3-39.9s-8.4-31.2-21.3-39.9c-11-7.4-13.9-22.3-6.5-33.3s22.3-13.9 33.3-6.5z'/%3E%3C/svg%3E");
  }
  .callme-btn .callme-btn--main .callme-btn--close {
    display: none;
  }
  .callme-btn .callme-btn--messenger {
    margin-bottom: 5px;
    will-change: transform;
  }
  .callme-btn .callme-btn--whatsapp {
    background-color: #00D45E;
    -webkit-transform: translate(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.2s ease-out 0s;
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
  }
  .callme-btn .callme-btn--telegram {
    background-color: #2CA4E0;
    -webkit-transform: translate(100);
    transform: translateY(100%);
    -webkit-transition: all 0.2s ease-out 0s;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
  }
  .callme-btn .callme-btn--hide {
    position: absolute;
    bottom: 65px;
    left: 5px;
    opacity: 0;
    height: 0;
  }
  .callme-btn .callme-btn--wrap.show:before,
  .callme-btn .callme-btn--wrap.show:after {
    display: none;
  }
  .callme-btn .callme-btn--wrap.show .callme-btn--main {
    background: #fff;
    border: 1px solid #FFA500;
    box-shadow: 1px 1px 15px 0 rgba(0,0,0,0.15);
    transform: unset;
  }
  .callme-btn .callme-btn--wrap.show .callme-btn--main .callme-btn--close {
    fill: #FFA500;
    display: inline-block;
  }
  .callme-btn .callme-btn--wrap.show .callme-btn--hide {
    height: auto;
    opacity: 1;
  }
  .callme-btn .callme-btn--wrap.show .callme-btn--whatsapp,
  .callme-btn .callme-btn--wrap.show .callme-btn--telegram {
    -webkit-transform: translate(0);
    transform: translateY(0);
  }
  @keyframes button-wave {
    0% {
      transform: scale(1,1);
      opacity: 0.45;
    }
    40% {
      opacity: 0.45;
    }
    100% {
      transform: scale(1.35,1.35);
      opacity: 0;
    }
  }
  .news_block {
    display: none;
  }
  .site_block-media {
    display: none;
  }
  .producer_block {
    display: none;
  }
  .subscribe_fon-left,
  .subscribe_fon-right {
    display: none;
  }
  .banner_block {
    display: none;
  }
  .mfilter {
    display: block;
    position: fixed;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    background: #fff;
    padding-top: 50px;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .mfilter .mfilter-close {
    position: absolute;
    top: 64px;
    right: 16px;
    padding: 5px;
    z-index: 3;
    background-color: #fff;
  }
  .mfilter .mfilter-close svg {
    fill: #2C2F34;
  }
  .mfilter .filters_list {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    padding: 21px 21px 40px;
  }
  .mfilter .filters_list .filter_list-action {
    position: absolute;
    z-index: 2;
    left: auto;
    right: auto;
    bottom: 21px;
    width: calc(100% - 42px);
  }
  .mfilter .filters_list .filter_list-action .btn-light {
    display: none;
  }
  .mfilter.open {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  .shop_item-inner .shop_price-block {
    width: 100%;
  }
  .shop_item-inner .img_addit-wrap {
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .shop_item-inner .img_addit-wrap .img_addit-slider {
    display: flex;
  }
  .shop_item-inner .img_addit-wrap .img_addit {
    margin-right: 5px;
  }
  .shop_item-inner .img_main-wrap {
    height: auto;
  }
  .shop_item-inner .img_main-wrap img {
    height: auto;
  }
  .shop_item-inner .shop-desc_tab {
    overflow-x: scroll;
    overflow-y: hidden;
    flex-wrap: nowrap;
    padding-bottom: 2px;
  }
  .shop_item-inner .shop_property {
    column-count: unset;
  }
  .row.owl-carousel {
    margin-right: 0;
    margin-left: 0;
  }
  .row.owl-carousel [class*=col] {
    padding-right: 0;
    padding-left: 0;
  }
  .popular_items {
    margin-bottom: 50px !important;
  }
  .popular_items >.container:nth-child(2) {
    padding: 0;
  }
  .popular_items >.container:nth-child(2) >.row {
    margin: 0;
  }
  .shop_item {
    padding: 0;
    margin-bottom: 0;
  }
  .shop_item .shop_item-wrap {
    border-radius: 0;
    padding: 35px 15px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .shop_item .shop_item-img {
    padding: 0;
  }
  .shop_item .shop_item-img .item_b-img {
    height: 110px;
  }
  .shop_item .shop_item-wrap-last {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  .shop_item .shop_item-wrap-last .shop_item-bottom {
    margin-top: auto;
  }
  .row_items:not(.row_list) .shop_item .shop_item-icon,
  .row_items:not(.row_list) .shop_item .shop_item-action {
    display: none !important;
  }
  .popular_items .shop_item:last-child {
    display: none;
  }
  .shop_item.shop_i-big .shop_item-wrap,
  .shop_item.shop_i-type-4 .shop_item-wrap {
    height: 100%;
  }
  .shop_item.shop_i-big .shop_item-wrap {
    height: auto;
    padding-top: 40px;
  }
  .shop_item.shop_i-big .shop_item-wrap >.row.align-items-center {
    display: block;
    height: auto !important;
  }
  .shop_item.shop_i-big .shop_item-img {
    height: auto;
  }
  .shop_i-type-2 .shop_item-wrap {
    height: 100%;
  }
  .shop_i-type-3 .shop_item-wrap {
    height: 100%;
  }
  .shop_i-type-3 .shop_item-wrap >.row {
    margin: 0;
  }
  .shop_i-type-3 .shop_item-wrap >.row [class*=col] {
    padding: 0;
  }
  .shop_i-type-3 .shop_item-wrap >.row >.col-sm-5 {
    order: -1;
  }
  .recommend_items .shop_item.shop_i-type-2 {
    flex: 0 0 100%;
    max-width: 100%;
    height: 334px;
  }
  .viewed_items .shop_item.shop_i-type-5 .shop_item-wrap {
    height: auto;
  }
  .h1_group-title span>span {
    display: none;
  }
  .pagination .page-item.page_prev,
  .pagination .page-item.page_next {
    position: static;
  }
  .pagination .page-item.page_prev span,
  .pagination .page-item.page_next span {
    display: none;
  }
  .pagination .page-item.page_between {
    display: none;
  }
  .breadcrumb {
    overflow-x: scroll;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
  .review_block-item .review_block-author >div:last-child >.d-flex.align-items-center {
    align-items: unset !important;
    flex-direction: column;
  }
  .review_block-item .review_block-author .shop_item-rating,
  .review_block-item .review_block-author .more_link {
    margin-left: 0;
  }
  .shop_item .shop_item-icon {
    display: block;
  }
  .shop_item .shop_item-bottom {
    display: block;
    position: static;
    width: 100%;
    box-shadow: unset;
  }
  .shop_item .shop_item-action-add .btn svg {
    display: none;
  }
  .drag-scroll_wrap {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .adv_offers .more_tabs,
  .day_items .more_tabs {
    display: none;
  }
  .adv_offers .h1,
  .recommend_items .h1 {
    margin-bottom: 0;
  }
  .recommend_items {
    margin-top: 25px;
  }
  .review_block .h1 {
    margin-bottom: 15px;
  }
  .review_block .more_tabs {
    width: 100%;
    overflow: unset;
    gap: 5px;
  }
  .review_block .more_tabs .btn {
    margin: 0;
    flex: 1;
  }
  .review_block-item .review_img {
    display: none;
  }
  .viewed_items .h1 {
    margin-bottom: 15px !important;
  }
  .viewed_items .slider_arrow {
    margin-bottom: 15px;
  }
  .subscribe_block {
    background-size: cover;
  }
  .subscribe_block .subscribe_b-right {
    display: none;
  }
  footer .social_block-wrap {
    padding: 0;
  }
  footer .phone_block-wrap,
  footer .email_block-wrap,
  footer .addr_block-wrap {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .txt-count_block .txt-count_num {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .txt-count_block .txt-count_title {
    font-size: 9px;
  }
  .shop_groups.shop_group--popular >.container>.row {
    display: flex;
    gap: 0;
  }
  .row_items:not(.row_list) {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row_items:not(.row_list) .shop_item {
    padding: 0;
    margin-bottom: 0;
  }
}
.shop_item-short-desc {
  font-size: 13px;
  line-height: 1.35;
  color: #6b7280;
  margin: 6px 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.shop_item-short-desc p {
  margin: 0;
}