@charset "UTF-8";
body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #111111;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}

@font-face {
  font-family: "Geologica Auto";
  src: url("/catalog/view/theme/default/stylesheet/fonts/Geologica/Static/Geologica_Auto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geologica Cursive";
  src: url("/catalog/view/theme/default/stylesheet/fonts/Geologica/Static/Geologica_Cursive-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* default font size */
.fa {
  font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
  font-family: "Geologica Auto", sans-serif;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10.2px;
}

a {
  color: #23a1d1;
}

a:hover {
  text-decoration: none;
}

legend {
  font-size: 18px;
  padding: 7px 0px;
}

label {
  font-size: 12px;
  font-weight: normal;
}

select.form-control, textarea.form-control, input[type=text].form-control, input[type=password].form-control, input[type=datetime].form-control, input[type=datetime-local].form-control, input[type=date].form-control, input[type=month].form-control, input[type=time].form-control, input[type=week].form-control, input[type=number].form-control, input[type=email].form-control, input[type=url].form-control, input[type=search].form-control, input[type=tel].form-control, input[type=color].form-control {
  font-size: 12px;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
  font-size: 12px;
}

.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
  display: inline;
}

.nav-tabs {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

div.required .control-label:before {
  content: "* ";
  color: #e10a19;
  font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}

/* top */
#top {
  background-color: #EEEEEE;
  border-bottom: 1px solid #e2e2e2;
  padding: 4px 0px 3px 0;
  margin: 0 0 20px 0;
  min-height: 40px;
}

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

#top #currency .currency-select {
  text-align: left;
}

#top #currency .currency-select:hover {
  text-shadow: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}

.hed-right-block {
  display: flex;
  flex: 3;
}
.next-hed-block {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-evenly;
}

#top .btn-link, #top-links li, #top-links a {
  background: none;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  outline: none;
  padding-right: 10px;
  border-bottom: 0;
}

.lang-header span {
  color: white;
}
.lang-header button {
  background: none;
  border: none;
}
.lang-header .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.lang-header .dropdown-menu {
  position: absolute !important;
}
.lang-header .strelka {
  background: url("/image/new_icons/strelka.svg") no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  margin-left: 23px;
}
.lang-header .dropdown-menu {
  min-width: 50px;
}
@media (max-width: 768px) {
  .lang-header {
    display: none;
  }
}

.lang-header-new span {
  color: black;
}
@media (max-width: 768px) {
  .lang-header-new .lang-header {
    display: block;
  }
}

.close-btn {
  background: url("/image/new_icons/close.svg") no-repeat;
  width: 25px;
  height: 25px;
  cursor: pointer;
  top: 8px;
  position: relative;
}

#top-links .dropdown-menu a {
  text-shadow: none;
}

#top-links .dropdown-menu a:hover {
  color: #FFF;
}

#top .btn-link strong {
  font-size: 14px;
  line-height: 14px;
}

#top-links {
  margin-left: 40px;
}
@media (max-width: 1300px) {
  #top-links {
    margin-left: 0;
  }
}
#top-links ul {
  margin: auto;
  display: flex;
  align-items: center;
}
#top-links a {
  color: white;
}

#top-links a + a {
  margin-left: 15px;
}

/* logo */
#logo {
  flex: 1;
  max-width: 122px;
  min-width: 30px;
}
@media (max-width: 768px) {
  #logo {
    max-width: 128px;
    order: 2;
    flex: 0;
  }
}

.new-logo {
  background: url(/image/catalog/BBQUALogo.svg) no-repeat;
  width: 115px;
  display: block;
  height: 30px;
}
@media (max-width: 768px) {
  .new-logo {
    background: url("/image/new_icons/logo_mob.svg") no-repeat;
    width: 30px;
    display: block;
    height: 23px;
  }
}

.tel-top a {
  display: block;
  white-space: nowrap;
  color: white;
  line-height: 20px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .tel-top a {
    font-size: 12px;
  }
}

.append-hed-block {
  height: 62px;
  border-bottom: 1px white dashed;
  font-size: 15px;
  align-items: center;
}

.append-hed-block2 {
  font-family: "Geologica Auto", sans-serif;
  display: flex;
  height: inherit;
  align-items: center;
  justify-content: space-around;
}
.append-hed-block2 .next-d {
  flex: 1;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
  margin-left: 75px;
}
.append-hed-block2 .navbar {
  margin-bottom: 0;
  margin-top: 60px;
  margin-left: 50px;
}
@media (max-width: 768px) {
  .append-hed-block2 {
    justify-content: flex-start;
  }
  .append-hed-block2 .next-d {
    flex: 0;
    margin-left: 20px;
  }
  .append-hed-block2 .navbar {
    margin-left: 0;
    margin-top: 30px;
  }
}

header a:hover {
  color: white;
}

/* search */
#search {
  border-radius: 0;
  display: flex;
  flex: 2;
  margin-left: 10px;
}

#search .input-lg {
  border: none;
  background: white url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ccc" viewBox="0 0 24 24" width="24px" height="24px"><path d="M9 2C5.13 2 2 5.13 2 9s3.13 7 7 7c1.63 0 3.16-.53 4.4-1.42l5.49 5.49 1.41-1.41-5.49-5.49C15.47 12.16 16 10.63 16 9c0-3.87-3.13-7-7-7zm0 2c2.76 0 5 2.24 5 5s-2.24 5-5 5-5-2.24-5-5 2.24-5 5-5z"/></svg>') no-repeat 10px center;
  height: 40px;
  width: 100% !important;
  text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
  padding-left: 40px; /* Отступ для текста, чтобы не налезал на иконку */
  color: black;
}
@media (max-width: 768px) {
  #search .input-lg {
    border-radius: 10px;
  }
}

#search .input-lg.expanded {
  width: 730px;
  position: absolute;
  right: 0;
  visibility: visible;
  background: white;
}
@media (max-width: 768px) {
  #search .input-lg.expanded {
    width: 200px;
  }
}

#search .btn-lg {
  width: 111px;
  height: 40px;
  line-height: 0;
  color: white;
  background: red;
  /* outline: none; */
  font-size: 18px;
  padding: 0;
  border-radius: 0 10px 10px 0;
  z-index: 2;
  border: none;
  display: block;
}
@media (max-width: 768px) {
  #search .btn-lg {
    display: none;
  }
}

.top-menu-grid {
  padding-top: 0;
  background: #090808;
  height: 60px;
}
@media (max-width: 768px) {
  .top-menu-grid {
    padding-top: 10px !important;
  }
}

.btn-cart {
  background: none;
  border: none;
  display: flex;
  align-items: center;
}

.cart-top .cart-top-icon {
  background: url("/image/shopping-cart.png") no-repeat;
  width: 35px;
  height: 35px;
  display: block;
  background-size: 100%;
}

.btn-cart-full {
  background: url("/image/shopping-cart-white.png") no-repeat !important;
}
.btn-cart-full .cart-full {
  position: absolute;
  top: 12px;
}

/* cart */
#cart .ty-minicart-count {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eb2026;
  color: white;
  padding: 0 4px;
  min-width: 14px;
  height: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7rem;
  line-height: inherit;
  text-align: center;
  position: absolute;
  top: 0px;
  right: -1px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  #cart .ty-minicart-count {
    min-width: 5px;
    height: 8px;
  }
}
#cart .cart-cc {
  width: 32px;
  height: 32px;
  position: relative;
  background: url("/image/catalog/icons/shopping-cart.svg");
  background-size: 100%;
}
@media (max-width: 768px) {
  #cart .cart-cc {
    width: 24px;
    height: 24px;
    margin-top: 5px;
  }
}

#cart > .btn {
  font-size: 18px;
  line-height: 18px;
  color: #FFF;
  background: none;
  border: none;
  box-shadow: none;
  display: flex;
  align-items: baseline;
  padding: 0;
}

#cart.open > .btn {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}

#cart.open > .btn:hover {
  color: #444;
  border-radius: 0;
}
#cart.open > .btn:hover #cart-total {
  color: black;
}

.cart-bottom-button-block {
  display: flex;
  justify-content: space-around;
  align-items: baseline;
  background: #f6f6f6;
  padding: 10px;
}

#cart {
  position: inherit;
}

#cart .dropdown-menu {
  background: #eee;
  z-index: 1001;
}

#cart .dropdown-menu {
  min-width: 143px;
  min-height: 36px;
}

@media (max-width: 768px) {
  #cart .dropdown-menu {
    position: absolute;
    top: 60px;
  }
}
#cart .dropdown-menu table {
  margin-bottom: 10px;
}

#cart .dropdown-menu li > div {
  min-width: 427px;
}

@media (max-width: 478px) {
  #cart .dropdown-menu li > div {
    min-width: 100%;
  }
}
#cart .dropdown-menu li p {
  margin: 4px 0;
}

header a {
  color: black;
}
header .header-row-2line {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}

.open > .dropdown-menu {
  display: block;
  position: relative;
}

.fa-home:before {
  content: "";
}

.search-header-top {
  max-width: 50px;
}

.cart-header-top {
  width: 50px;
  max-height: 28px;
}
.cart-header-top #cart-total {
  color: white;
  font-weight: bold;
  padding-left: 10px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .cart-header-top {
    width: auto;
    margin-right: 10px;
  }
}

/* menu */
#menu {
  min-height: 40px;
  position: absolute;
  z-index: 2;
  background: white;
  order: 1;
  width: 270px;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03), 0 2px 7px 0 rgba(0, 0, 0, 0.22);
}

.mob-menu {
  height: 50px;
  width: 50px;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}

.menu-hide {
  cursor: pointer;
}
.menu-hide + #menu {
  visibility: hidden;
}

.ty-dropdown-box {
  display: flex;
  flex: 1;
}
.ty-dropdown-box__title {
  background: none;
  border: 0 none;
  padding: 0 0px 0 38px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 60px;
  width: 180px;
}
.ty-dropdown-box__title .d-none {
  color: white;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .ty-dropdown-box__title {
    display: none;
  }
}

.hamburger-icon {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="%23FFFFFF" stroke="%23FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line></svg>');
  width: 24px;
  height: 24px;
  display: inline-block;
  top: 10px;
  margin-right: 10px;
  cursor: pointer;
  margin-top: 4px;
}

.hamburger-icon-new {
  background: url("/image/new_icons/gum_new.svg");
  width: 24px;
  height: 24px;
  display: inline-block;
  top: 10px;
  margin-right: 10px;
}

.phone {
  background: url("/image/new_icons/phone.svg") no-repeat;
  width: 30px;
  height: 21px;
  display: block;
  cursor: pointer;
}

/* Стили для попапа */
.popup {
  display: none; /* Скрыто по умолчанию */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Прозрачный фон */
}

.popup-content {
  background-color: white;
  margin: 60px auto;
  padding: 20px;
  border-radius: 10px;
  width: 500px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media (max-width: 768px) {
  .popup-content {
    width: 100%;
  }
}

.close {
  position: absolute;
  top: 35px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  background: url("/image/new_icons/close.svg") no-repeat;
  width: 20px;
  height: 20px;
}

.contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.contacts .contact-item:nth-child(1) .icon {
  background: url("/image/new_icons/red_phone.svg") no-repeat;
  width: 25px;
  height: 20px;
  display: block;
}
.contacts .contact-item:nth-child(2) .icon {
  background: url("/image/new_icons/mail.svg") no-repeat;
  width: 25px;
  height: 20px;
  display: block;
}
.contacts .contact-item:nth-child(3) .icon {
  background: url("/image/new_icons/telegram.svg") no-repeat;
  width: 25px;
  height: 20px;
  display: block;
}
.contacts .contact-item:nth-child(4) .icon {
  background: url("/image/new_icons/viber.svg") no-repeat;
  width: 25px;
  height: 20px;
  display: block;
}
.contacts .contact-item:nth-child(5) .icon {
  background: url("/image/new_icons/icons8-facebook.svg") no-repeat;
  width: 25px;
  height: 20px;
  display: block;
}
.contacts .contact-item:nth-child(6) .icon {
  background: url("/image/new_icons/insta.svg") no-repeat;
  width: 25px;
  height: 20px;
  display: block;
}

.contact-item {
  display: flex;
  align-items: center;
  background-color: #f4f4f4;
  padding: 10px;
  border-radius: 5px;
}

.contact-item .icon {
  margin-right: 10px;
}

h2 {
  margin-bottom: 20px;
}

.menu-hide-new {
  display: flex;
  align-items: center;
  padding: 10px 15px 10px 15px;
  border-radius: 10px;
  background-color: #EB2026;
}
@media (max-width: 768px) {
  .menu-hide-new {
    display: none;
  }
}

.menu-hide-new-left {
  background: var(--Colors-Transparent-Red, rgba(237, 28, 36, 0.1019607843));
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 25px;
  color: red;
  margin: 10px;
  cursor: pointer;
}

.left-menu-side li:nth-child(1) span {
  background: url(/image/new_icons/user.svg) no-repeat;
  height: 23px;
  position: absolute;
  left: 15px;
  margin-top: -2px;
}
.left-menu-side li:nth-child(2) span {
  background: url(/image/new_icons/cart.svg) no-repeat;
  height: 23px;
  position: absolute;
  left: 15px;
  margin-top: -2px;
}
.left-menu-side li:nth-child(3) span {
  background: url(/image/new_icons/love.svg) no-repeat;
  height: 23px;
  position: absolute;
  left: 15px;
  margin-top: -2px;
}
.left-menu-side li:nth-child(4) span {
  background: url(/image/new_icons/local.svg) no-repeat;
  height: 23px;
  position: absolute;
  left: 15px;
  margin-top: -2px;
}

#menu .nav > li > a {
  color: black;
  padding: 10px 35px 20px 15px;
  min-height: 15px;
}
#menu .nav > li > a .menu-lvl-ctn {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
#menu .nav > li > a .menu-lvl-ctn > span {
  margin-left: 10px;
}
#menu .nav > li > a .ty-pict {
  max-height: 32px;
  max-width: 32px;
  min-width: 32px;
  box-sizing: content-box;
}
#menu .nav > li > a i {
  position: absolute;
  right: 7px;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }
  #menu div.dropdown-inner > ul.list-unstyled {
    display: block;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }
  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}
/* content */
#content {
  min-height: 600px;
}

/* footer */
footer {
  margin-top: 30px;
  padding-top: 30px;
  background-color: #090808;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}
footer span {
  font-size: 20px;
  margin-bottom: 15px;
  display: block;
}
footer li {
  margin-bottom: 11px;
}

footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}

footer a {
  color: white;
}

footer a, li {
  font-size: 15px;
}

footer a:hover {
  color: #fff;
}

/* alert */
.alert {
  padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
  background: none;
  padding: 8px 0;
  margin-bottom: 20px;
}
.breadcrumb a {
  color: black;
}
.breadcrumb a:hover {
  color: #e10a19;
}
.breadcrumb span {
  color: black;
}
.breadcrumb span:hover {
  color: #e10a19;
}

.breadcrumb i {
  font-size: 15px;
}

.breadcrumb > li {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 5px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li:nth-child(1):after {
  margin-top: 12px;
}

.breadcrumb > li + li:before {
  content: "";
  padding: 0;
}

.ut2-pb__right {
  padding: 25px;
  margin: 0 0 25px 0;
}
@media (max-width: 768px) {
  .ut2-pb__right {
    padding: 0;
  }
}

.col-sm-6 {
  padding-right: 5px;
  padding-left: 5px;
}

.top-product-layer {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.top-product-layer .rating {
  align-items: center;
  display: flex;
}
.top-product-layer .rating div {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.top-product-layer .rating .art {
  margin-left: 20px;
}

#product {
  display: flex;
  flex-direction: column;
}
#product select {
  background: no-repeat;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid black;
  border-radius: 0;
}

.pagination {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

.btn-primary {
  color: #ffffff;
  background-color: black;
  border-radius: 0;
  border-color: black;
  min-width: 150px;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-color: #1f90bb;
  background-position: 0 -15px;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
  color: #ffffff;
  background: url("/image/catalog/icons/free-icon-close-page-8975956.svg") no-repeat;
  width: 28px;
  height: 28px;
  display: block;
  background-size: 100%;
  border: none;
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #df5c39;
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #e10a19;
}

.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
  border: 1px solid #DDDDDD;
  color: #888888;
  padding: 8px 12px;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #DDDDDD;
  text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
  content: "\f053";
  font-family: FontAwesome;
}

.carousel-control .icon-next:before {
  content: "\f054";
  font-family: FontAwesome;
}

/* product list */
.product-thumb {
  margin-bottom: 20px;
  overflow: auto;
}

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

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

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

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

@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
  }
}
.product-thumb h4 {
  font-weight: bold;
}

.product-thumb .caption {
  min-height: 242px;
}

.special-block-main {
  border: none;
  padding: 15px 15px 25px;
}

.special-block-main2 {
  border: none;
  padding: 15px 15px 25px;
}
.special-block-main2 button:hover {
  background-color: #DA0000 !important;
}

.product-grid {
  padding: 0;
}

.product-list .product-thumb .caption {
  margin-left: 230px;
}

@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    margin-left: 0;
    padding: 0 10px;
  }
}
.delivery-section {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}

.delivery-section h2 {
  font-size: 20px;
  margin-bottom: 15px;
}

.delivery-option {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

.delivery-option:last-child {
  border-bottom: none;
}

.delivery-section .delivery-option:nth-child(2) .icon {
  background: url("/image/new_icons/location.svg") no-repeat center center;
  background-size: contain;
  width: 25px;
  height: 25px;
  margin: 10px;
}

.delivery-section .delivery-option:nth-child(3) .icon {
  background: url("/image/new_icons/deliver.svg") no-repeat center center;
  background-size: contain;
  width: 25px;
  height: 25px;
  margin: 10px;
}

.delivery-section .delivery-option:nth-child(4) .icon {
  background: url("/image/new_icons/np.svg") no-repeat center center;
  background-size: contain;
  width: 25px;
  height: 25px;
  margin: 10px;
}

.delivery-section .delivery-option:nth-child(5) .icon {
  background: url("/image/new_icons/np.svg") no-repeat center center;
  background-size: contain;
  width: 25px;
  height: 25px;
  margin: 10px;
}

.details {
  flex-grow: 1;
}

.delivery-section .details p {
  font-weight: bold;
  margin: 0;
}

.details span {
  font-size: 12px;
  color: #333;
}

.map-link {
  display: block;
  font-size: 14px;
  color: #e91e63;
  text-decoration: none;
  margin-top: 5px;
}

.map-link:hover {
  text-decoration: underline;
}

.price {
  font-family: "Geologica Auto", sans-serif;
  color: black;
  min-width: 80px;
}

.delivery-section .price {
  font-size: 12px !important;
  color: #4caf50;
  text-align: right;
  min-width: 80px;
}

.payment-section {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}

.payment-section .payment-option .icon {
  background: url("/image/new_icons/oplata.svg") no-repeat center center;
  background-size: contain;
  width: 25px;
  height: 25px;
  margin: 10px;
}

.payment-section h2 {
  font-size: 20px;
  margin-bottom: 15px;
}

.payment-option {
  display: flex;
  align-items: flex-start;
}

.details p {
  font-size: 12px;
  color: #333;
  margin: 0 0 5px 0;
}

.details p:last-child {
  margin-bottom: 0;
}

.product-thumb .rating {
  padding-bottom: 10px;
  margin-top: 10px;
}

.rating .fa-stack {
  font-size: 8px;
}

.rating .fa-star-o {
  color: #999;
  font-size: 15px;
}

.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}

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

h2.price {
  font-family: "Geologica Auto", sans-serif;
  margin: 0;
}

.discount-badge {
  display: flex;
  background: red;
  height: 35px;
  width: 160px;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 20px;
  font-size: 20px;
}

.product-thumb .price {
  color: #383838;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 1px;
}

.product-thumb .price-new {
  font-weight: 600;
  font-size: 14px;
}

.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 10px;
  font-size: 12px;
}

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

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

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

@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}
.product-thumb .button-group button {
  width: 60%;
  border: none;
  display: inline-block;
  float: left;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.product-thumb .button-group button + button {
  width: 20%;
  border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%;
  }
}
.images-product {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .images-product {
    flex-direction: row-reverse;
  }
  .images-product div:nth-child(1) {
    order: 2;
  }
}

@media (max-width: 768px) {
  ul.breadcrumb {
    white-space: nowrap;
    overflow-x: auto;
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  ul.breadcrumb li {
    display: inline;
    font-size: 14px; /* Адаптируйте размер шрифта по вашему усмотрению */
  }
  ul.breadcrumb li a {
    padding: 5px; /* Адаптируйте отступы по вашему усмотрению */
  }
  /* Общий стиль полосы прокрутки */
  ::-webkit-scrollbar {
    width: 5px; /* ширина для вертикальной полосы */
    height: 10px; /* высота для горизонтальной полосы */
  }
  /* Стиль дорожки (track) полосы прокрутки */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; /* цвет фона дорожки */
  }
  /* Стиль ручки (handle) полосы прокрутки */
  ::-webkit-scrollbar-thumb {
    background: #888; /* цвет фона ручки */
    border-radius: 5px; /* закругление углов */
  }
  /* Стиль ручки полосы прокрутки при наведении */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; /* цвет фона ручки при наведении */
  }
}
.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
}

.thumbnails > img {
  width: 100%;
}

.image-additional a {
  margin: 0 !important;
  padding: 5px;
  display: block;
  border: 1px solid #e9e7e7;
}

.image-additional {
  max-width: 78px;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n+1),
  #content .col-lg-2:nth-child(6n+1),
  #content .col-lg-3:nth-child(4n+1),
  #content .col-lg-4:nth-child(3n+1),
  #content .col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n+1),
  #content .col-md-2:nth-child(6n+1),
  #content .col-md-3:nth-child(4n+1),
  #content .col-md-4:nth-child(3n+1),
  #content .col-md-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #content .col-sm-2:nth-child(6n+1),
  #content .col-sm-2:nth-child(6n+1),
  #content .col-sm-3:nth-child(4n+1),
  #content .col-sm-4:nth-child(3n+1),
  #content .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }
  #column-left + #content .product-layout .col-md-3 {
    width: 50%;
  }
  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
  #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
}
.checkout-cart td {
  color: #404040;
  font-weight: bold;
}

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

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

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #e10a19;
}

.top-menu {
  display: flex;
  flex-direction: column;
}
.top-menu .bdi {
  font-weight: bold;
}
@media (max-width: 768px) {
  .top-menu {
    padding: 10px;
  }
}

.drop-menu {
  position: inherit !important;
  display: flex;
  justify-content: space-between;
}

.top-menu li:hover > div {
  opacity: 1;
  visibility: visible;
}
.top-menu li:hover > div .col-sm-1 {
  width: 11%;
}
.top-menu li:hover > div .col-sm-1 a span {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
}

.drop-menu2 {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  visibility: hidden;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  box-shadow: 0 0 4px 0;
}

.navbar {
  position: static;
}

.drop-menu {
  position: static;
}

.drop-menu .drop-menu2 {
  max-width: calc(100vw - 290px);
  min-width: 400px;
  width: 558px;
  min-height: 400px;
  margin-left: 265px;
  top: 0;
  right: auto;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 20px;
}
.drop-menu .drop-menu2 img {
  margin: 0 auto 10px auto;
  max-width: 100px;
}
@media (max-width: 1500px) {
  .drop-menu .drop-menu2 {
    max-width: calc(100vw - 520px);
  }
}
@media (max-width: 1070px) {
  .drop-menu .drop-menu2 {
    max-width: calc(100vw - 425px);
  }
}

.drop-menu .drop-menu2 .items-drop {
  height: 200px;
  text-align: center;
  flex: 1 0 33%;
}
.drop-menu .drop-menu2 .items-drop div {
  max-width: 120px;
  margin: auto;
}

.exp-mwi-text {
  font-size: 11px;
  font-weight: normal;
  line-height: 110%;
  color: #777;
  width: 100%;
  margin-top: 3px;
  display: inline-block;
}

.drop-menu .drop-menu2 a {
  color: black !important;
  text-align: center;
}

.block-top-mast {
  margin-top: 50px;
  height: 90px;
}

.block-top-mast:hover {
  box-shadow: 0 0 1px -2px;
  transition: 0.2s;
}

.block-top-mast .span1 {
  padding-top: 31px;
  font-size: 30px;
  font-weight: bold;
  display: block;
  color: #000000;
}

.special-proc {
  width: 55px;
  display: block;
  background-color: #cc0000;
  border-radius: 20px;
  color: white;
  position: absolute;
}

@media (max-width: 768px) {
  .block-top-mast {
    height: 67px;
  }
  .block-top-mast .span1 {
    padding-top: 21px;
    font-size: 18px;
  }
  .block-top-mast .span1 .span {
    font-size: 12px;
  }
}
.block-top-mast2 {
  width: 80%;
  margin: auto;
  text-align: center;
  line-height: 23px;
  margin-top: 20px;
}

.brand-on-top .owl-carousel span {
  font-family: "Roboto Condensed", sans-serif;
  color: black;
  font-size: 22px;
  font-weight: bold;
}

.first-p {
  text-align: center;
  font-size: 25px;
  line-height: 37px;
  margin-top: 30px;
}

.div-a a {
  border: 1px #e10a19 dashed;
  display: block;
  margin: auto;
  width: 200px;
  text-align: center;
  padding-bottom: 14px;
  padding-top: 15px;
  margin-top: 35px;
  font-size: 17px;
  color: #e10a19;
  text-transform: uppercase;
}
.div-a a:hover {
  background-color: #e10a19;
  color: white;
}

.main-text {
  text-align: justify;
  font-size: 17px;
}
.main-text h2 {
  text-align: center;
}

.bbq-grill span {
  font-size: 33px;
  text-align: center;
  display: block;
  margin: 30px;
  color: #e10a19;
  text-transform: uppercase;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
}
.bbq-grill li {
  margin-bottom: 22px;
  line-height: 23px;
  font-size: 16px;
}
.bbq-grill li:before {
  content: "";
  position: absolute;
  width: 37px;
  height: 60px;
  margin-left: -44px;
}

@media (max-width: 768px) {
  .navbar-header {
    position: relative;
    height: 59px;
  }
  .navbar-header button {
    position: absolute;
  }
}

input.hamburger {
  display: none;
  z-index: 999;
}

input.hamburger:checked ~ .drawer-list {
  transform: translatex(0);
  border-bottom-left-radius: 0;
}

input.hamburger:checked ~ .drawer-list li {
  transform: translatex(0);
}

input.hamburger:checked ~ .drawer-list li:nth-child(1) {
  transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(2) {
  transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(3) {
  transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(4) {
  transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(5) {
  transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(6) {
  transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(7) {
  transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(8) {
  transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(9) {
  transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(10) {
  transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(11) {
  transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(12) {
  transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(13) {
  transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(14) {
  transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(15) {
  transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(16) {
  transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(17) {
  transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(18) {
  transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(19) {
  transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(20) {
  transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(21) {
  transition: transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(22) {
  transition: transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(23) {
  transition: transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(24) {
  transition: transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(25) {
  transition: transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(26) {
  transition: transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(27) {
  transition: transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(28) {
  transition: transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(29) {
  transition: transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(30) {
  transition: transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(31) {
  transition: transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(32) {
  transition: transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(33) {
  transition: transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(34) {
  transition: transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(35) {
  transition: transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(36) {
  transition: transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(37) {
  transition: transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(38) {
  transition: transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(39) {
  transition: transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(40) {
  transition: transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(41) {
  transition: transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(42) {
  transition: transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(43) {
  transition: transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(44) {
  transition: transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(45) {
  transition: transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(46) {
  transition: transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(47) {
  transition: transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(48) {
  transition: transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(49) {
  transition: transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(50) {
  transition: transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li a {
  padding-right: 15px;
}

input.hamburger:checked ~ label > span {
  background-color: transparent;
  transform: rotate(90deg);
}

input.hamburger:checked ~ label > span:before {
  transform: translate(-50%, -50%) rotate(315deg);
}

input.hamburger:checked ~ label > span:after {
  transform: translate(-50%, -50%) rotate(-315deg);
}

input.hamburger:checked ~ label close {
  color: #FEFEFE;
  width: 100%;
}

input.hamburger:checked ~ label open {
  color: rgba(0, 0, 0, 0);
  width: 0;
}

label.hamburger {
  z-index: 9999;
  position: relative;
  display: block;
  height: 21px;
  width: 29px;
}

label.hamburger:hover {
  cursor: pointer;
}

label.hamburger text close,
label.hamburger text open {
  text-transform: uppercase;
  font-size: 0.8em;
  align-text: center;
  position: absolute;
  transform: translateY(50px);
  text-align: center;
  overflow: hidden;
  transition: width 0.25s 0.35s, color 0.45s 0.35s;
}

label.hamburger text close {
  color: rgba(0, 0, 0, 0);
  right: 0;
  width: 0;
}

label.hamburger text open {
  color: #FEFEFE;
  width: 100%;
}

label.hamburger > span {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  background-color: #FEFEFE;
  pointer-events: auto;
  transition-duration: 0.35s;
  transition-delay: 0.35s;
}

label.hamburger > span:before, label.hamburger > span:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 50%;
  background-color: #FEFEFE;
  content: "";
  transition: transform 0.35s;
  transform-origin: 50% 50%;
}

label.hamburger > span:before {
  transform: translate(-50%, -8px);
}

label.hamburger > span:after {
  transform: translate(-50%, 8px);
}

label.hamburger {
  position: absolute;
  top: 25px;
}

@media (min-width: 769px) {
  .menu-mob-hidden {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .menu-mob {
    display: inline-block !important;
  }
}
@media (min-width: 769px) {
  .menu-mob {
    display: none !important;
  }
}
.navbar-collapse {
  margin-top: 60px;
}

p {
  color: black;
}

@media (max-width: 768px) {
  .cart-top {
    margin-top: -6px;
  }
}

.a-button {
  background-color: #eb2026;
  color: white;
  min-width: 230px;
  max-width: 250px;
  text-align: center;
  display: flex;
  height: 40px;
  border: none;
  align-items: center;
  justify-content: space-around;
  border-radius: 7px;
}
.a-button span {
  background: url("/image/new_icons/cart_white.svg") no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  margin-left: -78px;
  margin-top: 2px;
}

.btn-consalt {
  background-color: white;
  color: black;
  min-width: 230px;
  max-width: 250px;
  text-align: center;
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: space-around;
  border-radius: 7px;
  border: 1px solid #f4e7e7;
  cursor: pointer;
}
.btn-consalt span {
  background: url("/image/new_icons/phone_black.svg") no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  margin-left: -130px;
  margin-top: 2px;
}
@media (max-width: 768px) {
  .btn-consalt {
    width: 100%;
    max-width: 100%;
  }
}

.img_manufacture {
  width: 70px;
}

.product {
  font-size: 14px;
}
.product h1 {
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 23px;
}
.product .art {
  text-transform: uppercase;
  font-size: 12px;
  color: #777;
}

.stok {
  font-size: 12px;
  background: #ffffff;
  display: block;
  width: 100px;
  color: #348700;
  text-align: center;
  border-radius: 5px;
}

.ty-block-group {
  flex: 1;
}

.price {
  font-size: 30px;
}
.price span {
  text-transform: lowercase;
}
.price .img_manufacture {
  width: 55px;
}
.price .special-block {
  display: flex;
  flex-direction: column;
  color: #EB2026;
}
.price .special-block #lost-price {
  text-decoration: line-through;
  font-size: 14px;
  color: #a7a3a3;
}

.teh-data a {
  color: black;
}
.teh-data li span {
  font-weight: bold;
}

#product-attribute li span {
  font-weight: bold;
}

.video-obzor {
  margin-bottom: 30px;
}

.opisanie_dlya_video {
  margin-top: 20px;
}
.opisanie_dlya_video > span {
  text-align: center;
  display: block;
  font-size: 27px;
  margin-bottom: 41px;
  margin-top: 20px;
  text-transform: uppercase;
  color: #e10a19;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
}

.my-clic {
  color: black;
  margin-top: 10px;
  border: 1px solid black;
  background-color: white;
  margin-bottom: 10px;
}

.buy-one-click .form-success {
  text-align: center;
  width: 365px;
  background-color: #78e494;
  vertical-align: super;
  padding: 10px;
  border-radius: 10px;
  color: white;
  position: relative;
}

.buy-one-click .form-success:before {
  content: "";
  position: absolute;
  background: url("/image/catalog/icons/success.svg");
  width: 30px;
  height: 30px;
  left: 12px;
  top: 5px;
}

.buy-one-click input {
  padding-left: 10px;
  width: 100%;
  font-size: 15px;
  height: 40px;
  color: #000000;
  margin-bottom: 15px;
}

.thumbnail {
  border: none;
}

.buy-one-click button {
  top: 0;
  right: 0;
  height: 40px;
  padding: 3px;
  border-radius: 20px;
  color: white;
  margin-top: 20px;
  border: none;
}

.buy-one-click label {
  font-size: 12px;
}

.buy-one-click {
  display: none;
  z-index: 99999;
}
.buy-one-click #close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 15px;
  cursor: pointer;
  background-size: 100%;
}

.one-click-head {
  height: 40px;
  background-color: black;
  display: flex;
  align-content: flex-start;
  align-items: center;
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
}

.visible-one-click {
  display: flex;
  position: fixed;
  top: 37px;
  left: 0;
  right: 0;
  margin: auto;
  width: 30%;
  text-align: center;
  background: white;
  overflow-x: hidden;
  flex-direction: column;
}
.visible-one-click .block-one-click {
  display: flex;
  flex-direction: column;
  align-content: space-around;
  align-items: baseline;
  flex-wrap: wrap;
}
.visible-one-click .ty-cr-product-info-image {
  display: flex;
  align-items: center;
}
.visible-one-click .ty-cr-product-info-image div {
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px 10px 0;
}
.visible-one-click .ty-cr-product-info-header {
  padding: 10px;
  display: inline-block;
  max-width: 260px;
}
@media (max-width: 768px) {
  .visible-one-click {
    width: 100%;
  }
}

.see_over {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(28, 25, 25, 0.55);
  z-index: 999;
  top: 0;
}

.buy-one-click form {
  padding: 20px;
}

.ty-group-aft-product {
  background-color: #f9f9f9;
  display: block;
  flex: 1 220px;
  border-radius: 10px;
}
.ty-group-aft-product li {
  color: black;
}
@media (max-width: 768px) {
  .ty-group-aft-product {
    flex-direction: column;
  }
}

.ab__motivation_block {
  margin-bottom: 15px;
  max-width: 433px;
}

.ab__mb_item {
  border-bottom: 1px solid #e0cfcf;
  padding-bottom: 5px;
  padding-top: 5px;
}

.ab__mb_items .ab__mb_item-title.cm-combination {
  padding-right: 35px;
}

.ab__mb_items .ab__mb_item-title {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  min-height: 24px;
  width: 100%;
  padding-left: 15px;
  padding-right: 25px;
  color: #1e1e1e;
}

.ab__mb_items .ab__mb_item-icon {
  margin-right: 7px;
}

.ab__mb_items .ab__mb_item-name {
  word-break: break-all;
  word-break: break-word;
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
}

.ab__mb_item-description {
  padding: 0 15px;
}

.ab__mb_item-description .ab-mb-style-presets.ty-wysiwyg-content {
  position: relative;
}

.ab__mb_item-description .ab-mb-style-presets {
  color: #111111;
}

.ty-wysiwyg-content {
  word-wrap: break-word;
}

.ab__mb_item-description .ab-mb-style-presets.ty-wysiwyg-content p {
  display: flex;
  align-items: center;
  color: #111111;
}

.ab__mb_item-description .ab-mb-style-presets.ty-wysiwyg-content ul li {
  padding: 2px 0;
  list-style-position: inside;
  list-style-type: none;
  color: #111111;
}

.free-del {
  border: 2px dashed #e10a19;
  text-transform: uppercase;
  padding: 17px 11px 10px 18px;
}

.free-del b {
  font-size: 11px;
}

.free-del p {
  font-size: 8px;
}

.free-del li {
  margin-bottom: 25px;
  list-style: none;
}

.free-del li:nth-child(1):before {
  content: "";
  position: absolute;
  display: block;
  background: url("/image/delivery-truck.png") no-repeat 100%;
  width: 40px;
  height: 40px;
  left: 5px;
  margin-top: 3px;
}

.free-del li:nth-child(2):before {
  content: "";
  position: absolute;
  display: block;
  background: url("/image/shield.png") no-repeat 100%;
  width: 40px;
  height: 40px;
  left: 5px;
  margin-top: 1px;
}

.free-del li:nth-child(3):before {
  content: "";
  position: absolute;
  display: block;
  background: url("/image/shop.png") no-repeat 100%;
  width: 40px;
  height: 40px;
  left: 5px;
  margin-top: -11px;
}

.free-del li:nth-child(4):before {
  content: "";
  position: absolute;
  display: block;
  background: url("/image/credit-card.png") no-repeat 100%;
  width: 40px;
  height: 40px;
  left: 5px;
  margin-top: -7px;
}

.free-del li:nth-child(5):before {
  content: "";
  position: absolute;
  display: block;
  background: url("/image/catalog/icons/tools.svg") no-repeat 100%;
  width: 40px;
  height: 40px;
  left: 5px;
  margin-top: -5px;
}

.ty-control-group {
  margin: 0 0 12px 0;
  vertical-align: middle;
}

.nav-tabs .active {
  color: #000;
  cursor: default;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  border-bottom: 2px solid #1e1e1e;
}
.nav-tabs .active a {
  color: black;
}

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

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

.nav-tabs a {
  color: #777;
  font-size: 16px;
}

.span3 {
  color: black;
  font-weight: bold;
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
}

.cod-span4 {
  color: #777 !important;
  font-size: 12px;
}

.product-thumb .caption {
  padding: 10px;
  min-height: 242px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.product-thumb .caption .price-old {
  color: #383838;
  margin-left: 0;
  font-size: 12px;
}

.product-thumb .caption .price-new {
  font-size: 16px;
  color: #e31919;
  display: block;
}

.product-thumb .caption span {
  color: #348700;
}

.product-thumb .caption .description {
  min-height: 65px;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
  color: rgba(119, 119, 119, 0.66);
}

.product-thumb .caption .marge-rat-stok .rating {
  text-align: center;
}

.product-thumb .caption .footer-price-bottons {
  min-height: 62px;
  clear: both;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.product-thumb .caption .footer-price-bottons div:nth-child(1) {
  float: left;
  margin-top: 5px;
}

.product-thumb .caption .footer-price-bottons div:nth-child(2) {
  float: right;
}

.product-thumb .caption .footer-price-bottons .category-button-category {
  background-color: #ffffff;
  color: black;
  height: 32px;
  display: block;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: bold;
  font-size: 16px;
  border: 1px solid #B5AFAF;
}
.product-thumb .caption .footer-price-bottons .category-button-category:hover {
  color: white;
  background-color: black;
  transition: 0.3s;
}

.steak:before {
  content: "\f006";
  width: 30px;
  height: 30px;
  font-size: 22px;
  display: block;
}

.star-rating__input {
  display: none;
}

.star-rating__ico:hover:before, .star-rating__ico:hover ~ .star-rating__ico:before, .star-rating__input:checked ~ .star-rating__ico:before {
  content: "\f006";
  color: #FFBB00;
  width: 30px;
  height: 30px;
  font-size: 24px;
}

.star-rating__ico {
  float: right;
  padding-left: 2px;
  cursor: pointer;
}

#form-review label {
  font-size: 18px;
}

.product .button-file {
  top: 44px;
  width: 120px;
  position: relative;
}

.product .button-file button {
  position: absolute;
  cursor: pointer;
  margin: auto;
  left: 0;
  right: 0;
  border: none;
  background: none;
}

.product input[type=file] {
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 120px;
  cursor: pointer;
  margin-top: -120px;
}

.ut2__buy-together {
  margin: 20px 0 40px 0;
  border: 1px solid black;
}

.latest-view {
  background: #f6f6f6;
}
.latest-view .product-thumb {
  background-color: white;
}

.product-thumb {
  margin-bottom: 20px;
  overflow: auto;
}

.mast-h {
  background-color: #fafafa;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  margin-top: 20px;
}
.mast-h .product-thumb {
  border: 1px solid #f0ede7;
  margin-bottom: 20px;
  overflow: auto;
  background-color: white;
  border-radius: 5px;
  min-height: 165px;
  padding: 5px;
}
.mast-h .product-thumb .price {
  color: #383838;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
}
.mast-h .product-thumb .price .price-new {
  font-weight: 600;
  font-size: 17px;
  color: #EB2026;
}
.mast-h .product-thumb .price .price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 100;
}
.mast-h .product-thumb div:nth-child(1) {
  display: flex;
}
@media (max-width: 768px) {
  .mast-h .product-thumb div:nth-child(1) {
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
}
.mast-h .product-thumb div:nth-child(2) {
  display: flex;
  justify-content: space-around;
}
.mast-h .product-thumb div:nth-child(2) .category-button {
  width: 32px;
  height: 32px;
  display: block;
  background-color: rgba(237, 28, 36, 0.1019607843);
  border-radius: 5px;
  cursor: pointer;
}
.mast-h .product-thumb div:nth-child(2) .category-button:after {
  content: "";
  background: url("/image/new_icons/button_cart.svg") no-repeat;
  width: 17px;
  display: block;
  height: 17px;
  position: absolute;
  margin-left: 7px;
  margin-top: 7px;
}
.mast-h .product-thumb .image {
  width: 80px;
  border: none;
  padding: 0;
}
.mast-h .caption {
  min-height: 100px;
}
.mast-h .footer-price-bottons {
  min-height: 62px;
  clear: both;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px;
}
.mast-h .footer-price-bottons .price {
  font-size: 17px;
  display: flex;
  flex-direction: column;
}
.mast-h .footer-price-bottons .price .price-new {
  color: #EB2026;
}
.mast-h .footer-price-bottons .price .price-old {
  font-size: 11px;
  color: grey;
  text-decoration: line-through;
}
.mast-h .footer-price-bottons .category-button {
  background: url("/image/new_icons/small-button-buy.svg") no-repeat;
  width: 32px;
  height: 32px;
  display: block;
}
@media (max-width: 768px) {
  .mast-h .product-thumb {
    display: flex;
    margin-bottom: 0;
    flex-direction: column;
    align-items: center;
  }
}

.category-button {
  width: 32px;
  height: 32px;
  display: block;
  background-color: rgba(237, 28, 36, 0.1019607843);
  border-radius: 5px;
  cursor: pointer;
}
.category-button:after {
  content: "";
  background: url("/image/new_icons/button_cart.svg") no-repeat;
  width: 17px;
  display: block;
  height: 17px;
  position: absolute;
  margin-left: 7px;
  margin-top: 7px;
}

.mast-h-2 {
  background-color: #fafafa;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  margin-top: 20px;
}
.mast-h-2 .product-thumb {
  border: 1px solid #f0ede7;
  margin-bottom: 20px;
  overflow: auto;
  background-color: white;
  border-radius: 5px;
  min-height: 165px;
  padding: 5px;
}
.mast-h-2 .product-thumb .image {
  border: none;
}
.mast-h-2 .product-thumb .price {
  color: #383838;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
}
.mast-h-2 .product-thumb .price .price-new {
  font-weight: 600;
  font-size: 17px;
  color: #EB2026;
}
.mast-h-2 .product-thumb .price .price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 100;
}
.mast-h-2 .product-thumb div:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .mast-h-2 .product-thumb div:nth-child(1) {
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
}
.mast-h-2 .product-thumb div:nth-child(2) {
  display: flex;
  justify-content: space-around;
}
.mast-h-2 .product-thumb div:nth-child(2) .category-button {
  width: 32px;
  height: 32px;
  display: block;
  background-color: rgba(237, 28, 36, 0.1019607843);
  border-radius: 5px;
  cursor: pointer;
}
.mast-h-2 .product-thumb div:nth-child(2) .category-button:after {
  content: "";
  background: url("/image/new_icons/button_cart.svg") no-repeat;
  width: 17px;
  display: block;
  height: 17px;
  position: absolute;
  margin-left: 7px;
  margin-top: 7px;
}
.mast-h-2 .caption {
  min-height: 100px;
}
.mast-h-2 .footer-price-bottons {
  min-height: 62px;
  clear: both;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px;
}
.mast-h-2 .footer-price-bottons .price {
  font-size: 17px;
  display: flex;
  flex-direction: column;
}
.mast-h-2 .footer-price-bottons .price .price-new {
  color: #EB2026;
}
.mast-h-2 .footer-price-bottons .price .price-old {
  font-size: 11px;
  color: grey;
  text-decoration: line-through;
}
.mast-h-2 .footer-price-bottons .category-button {
  background: url("/image/new_icons/small-button-buy.svg") no-repeat;
  width: 32px;
  height: 32px;
  display: block;
}
@media (max-width: 768px) {
  .mast-h-2 .product-thumb {
    display: flex;
    margin-bottom: 0;
    flex-direction: column;
    align-items: center;
  }
}

.product-thumb .image {
  text-align: center;
  border-radius: 4px;
  padding: 1px;
}

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

.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

#prodcarousel-best {
  text-align: center;
}
#prodcarousel-best .owl-nav {
  display: block !important;
}
#prodcarousel-best .owl-prev {
  position: absolute;
  top: 40%;
  left: -25px;
  background: url("/image/new_icons/red_arrow.svg") no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  font-size: 0;
  transform: rotate(-180deg);
}
#prodcarousel-best .owl-next {
  position: absolute;
  top: 40%;
  right: -25px;
  background: url("/image/new_icons/red_arrow.svg") no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  font-size: 0;
  transform: rotate(0deg);
}

.label-cbx {
  user-select: none;
  cursor: pointer;
  margin-bottom: 0;
}

.label-cbx input:checked + .checkbox2 {
  border-color: #e31919;
}

.label-cbx input:checked + .checkbox2 svg path {
  fill: #e31919;
}

.label-cbx input:checked + .checkbox2 svg polyline {
  stroke-dashoffset: 0;
}

.label-cbx:hover .checkbox2 svg path {
  stroke-dashoffset: 0;
}

.label-cbx .checkbox2 {
  position: relative;
  float: left;
  top: -1px;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  border: 2px solid #C8CCD4;
  border-radius: 3px;
}

.label-cbx .checkbox2 svg {
  position: absolute;
  top: -2px;
  left: -2px;
}

.label-cbx .checkbox2 svg path {
  fill: none;
  stroke: #e31919;
  transition: all 0.6s ease;
}

.label-cbx .checkbox2 svg polyline {
  fill: none;
  stroke: #FFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 18px;
  stroke-dashoffset: 18px;
  transition: all 0.3s ease;
}

.label-cbx > span {
  pointer-events: none;
  padding-top: 4px;
  display: inline-block;
}
.label-cbx > span img {
  margin-top: -8px;
}

.sort-cat {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 13px;
  background-color: #e6e5e5;
  height: 37px;
}
.sort-cat select {
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
  font-weight: bold;
}
@media (max-width: 768px) {
  .sort-cat {
    margin-bottom: 25px;
  }
}

.shadow {
  padding: 10px;
}

.cbx {
  display: none !important;
}

.TOP-icons {
  position: absolute;
  top: 0;
}

.scale img {
  transition: 1s; /* Время эффекта */
}

.scale img:hover {
  transform: scale(1.2); /* Увеличиваем масштаб */
}

.contact-us .first h3 {
  margin-bottom: 30px;
}

.contact-us .first li {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 40px;
}
@media (max-width: 768px) {
  .contact-us .first li {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 27px;
  }
}

.contact-us .second h3 {
  margin-bottom: 30px;
}

.contact-us .second label {
  text-align: center;
  display: block;
  font-weight: 600;
}

.second input[type=email], input[type=text] {
  width: 100%;
}

.contact-us .second .btn-primary {
  margin: auto;
  display: block;
}

.product-thumb .span4 {
  min-height: 60px;
  margin-bottom: 0;
  display: block;
  font-size: 11px;
}
.product-thumb .span4 a {
  color: #383838;
  height: 20px;
}

#content .sort-button {
  border-radius: 10px;
  height: 30px;
  padding-top: 3px;
  margin-top: -5px;
  margin-left: 15px;
}

#content .sort-button a {
  margin-left: 18px;
  text-transform: uppercase;
  font-size: 12px;
  color: black;
  font-weight: bold;
}

#content .sort-button a:hover {
  color: #e31919;
}

#content .sort-button + div {
  margin-left: 35px;
  margin-right: 10px;
}

.cart-top td {
  color: black;
}
.cart-top a {
  color: black !important;
}
.cart-top a:hover {
  color: #e31919;
}

.cart-top .a-button {
  float: right;
}

.a-button-continue {
  color: #1e1e1e;
  line-height: normal;
  background: transparent !important;
  box-shadow: inset 0 0 0 2px #1e1e1e;
  padding: 10px;
  border-radius: 20px;
  cursor: pointer;
}

.btn btn-primary {
  border-radius: 20px;
  padding: 10px;
  background: black;
  color: white;
  min-width: 200px;
  max-width: 250px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.buttons-container {
  margin: 20px 0;
  background: #f6f6f6;
  padding: 15px;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
}

.ops div {
  margin-top: 15px;
  margin-bottom: 10px;
}

.search-input {
  width: 100%;
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 16px;
  margin-bottom: 20px;
}

.category-list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.category-list li {
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
  cursor: pointer;
}

.category-list li:hover {
  background-color: #f7f7f7;
}

.search-results {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  justify-content: end;
  align-content: space-around;
  align-items: baseline;
  justify-items: stretch;
}

.search-results div {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.multi-thumbnail {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #eee;
  margin-right: 15px;
  width: 80px;
  height: 80px;
  position: static;
}
.multi-thumbnail .multi-image {
  max-width: 100%;
  max-height: 100%;
}

.multi-snippet {
  color: rgba(0, 0, 0, 0.55);
  margin-top: 5px;
  cursor: text;
}

.multi-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}

.multi-thumbnail, a.multi-item, div.multi-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-search {
  display: flex;
}

.blok-h-1 {
  margin-top: 100px;
  margin-bottom: 40px;
}

.container-contact {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 395px;
}
.container-contact div {
  flex: 4;
  text-align: center;
}
.container-contact span {
  width: 100px;
  height: 100px;
  display: block;
  margin: auto;
}
.container-contact img {
  max-width: 107px;
  margin: auto;
  margin-bottom: 30px;
}

.carousel-container {
  position: relative;
}
.carousel-container .owl-nav {
  display: block !important;
}
.carousel-container .owl-prev {
  background: url(/image/catalog/icons/strelka2.svg) no-repeat;
  width: 33px;
  height: 33px;
  display: block;
  position: absolute;
  top: -60px;
  right: 22px;
  color: transparent;
  cursor: pointer;
  background-size: 100%;
}
.carousel-container .owl-next {
  background: url(/image/catalog/icons/strelka2.svg) no-repeat;
  width: 33px;
  height: 33px;
  display: block;
  position: absolute;
  top: -60px;
  right: 63px;
  color: transparent;
  transform: rotate(180deg);
  cursor: pointer;
  background-size: 100%;
}

.slideshow {
  overflow: hidden;
}
.slideshow .owl-prev {
  background: url("/image/catalog/icons/strelka.svg") no-repeat !important;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 229px;
  left: 10px;
  text-indent: -99999px;
  background-size: 100%;
}
.slideshow .owl-next {
  background: url("/image/catalog/icons/strelka.svg") no-repeat !important;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 229px;
  right: 10px;
  transform: rotate(180deg);
  text-indent: -99999px;
  background-size: 100%;
}
.slideshow .owl-dots {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.subscribe-home {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 786px) {
  .subscribe-home {
    flex-direction: column;
  }
}

.ty-footer-form-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 10px 0;
  background: #eee;
  padding: 20px;
  text-align: center;
}

.ty-footer-form-block {
  color: white;
}

.ty-footer-form-block__form {
  margin: 0 0 10px 0 !important;
  display: block;
  width: 100%;
}

.ty-footer-form-block-policy__input {
  margin: 0 auto;
}

.ty-footer-form-block-policy__input {
  width: 80%;
}

.ty-footer-form-block__input {
  display: flex;
  justify-content: center;
  margin-top: 13px;
}

.row-fluid .span8 {
  width: 48.9361702128%;
}
@media (max-width: 786px) {
  .row-fluid .span8 {
    width: 100%;
  }
}

.ty-footer-form-block__title {
  color: #1e1e1e;
}

.ty-footer-form-block__input input[type=text] {
  padding: 4px 15px;
  border-color: transparent;
  width: calc(90% - 130px);
  margin-right: 6px;
  box-shadow: none;
  border-radius: 18px;
}

.ty-footer-form-block__form .ty-social-link__title {
  color: #777;
  margin-right: 0 !important;
}

.ut2-social-link-block {
  min-height: 162px;
  margin: 0;
  padding: 20px;
  background: #eee;
  text-align: center;
}

.ty-dropdown-box__content {
  background: #fff !important;
  margin-top: 0;
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03), 0 2px 7px 0 rgba(0, 0, 0, 0.22);
  z-index: 1004;
  padding-bottom: 0;
}
.ty-dropdown-box__content .table-striped > tbody > tr:nth-of-type(odd) {
  background: none;
}

#map-container {
  display: flex;
  height: 500px;
}
@media (max-width: 768px) {
  #map-container {
    flex-direction: column;
  }
}

#sidebar {
  width: 25%;
  background-color: #f5f5f5;
  overflow-y: auto;
  padding: 10px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #sidebar {
    order: 1;
    width: 100%;
  }
}

#map {
  height: 100%;
  width: 75%;
}
@media (max-width: 768px) {
  #map {
    width: 100%;
  }
}

.menu-item {
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.menu-item:hover {
  background-color: #e0e0e0;
}

.btn-filter-remove {
  border-radius: 20px;
  background: no-repeat;
  padding: 5px;
}

.list-group-item {
  border: none;
  background: none;
}

.categories-menu {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .categories-menu {
    flex-direction: column;
    padding-top: 40px;
  }
}

.list-group-item:last-child {
  margin-bottom: 20px !important;
  border-radius: 0 !important;
}

.cat-link-cat {
  color: #1e1e1e !important;
  /* font-weight: 500; */
  font-size: 14px;
  padding: 5px 3px !important;
  border: 1px solid black;
  margin-right: 20px;
  margin-bottom: 20px;
}
.cat-link-cat.active {
  border-color: #fff;
  background: #eee;
  z-index: 0;
}
.cat-link-cat:hover {
  border-color: #fff;
  background: #eee;
}
@media (max-width: 768px) {
  .cat-link-cat {
    margin-bottom: 5px;
  }
  .cat-link-cat.active:before {
    content: "" !important;
    display: none;
  }
  .cat-link-cat.active {
    border-color: #fff;
    background: #eee;
  }
}

.panel-default {
  border: none;
}
.panel-default .panel-heading {
  background: none;
}

.ocfilter .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 18px;
  font-weight: bold;
}

.shipping-block-cart {
  display: flex;
  align-items: flex-end;
}
.shipping-block-cart .litecheckout__shipping-method {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  height: 130px;
  flex-basis: calc(25% - 1rem);
}
.shipping-block-cart .after-input {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: calc(100% - 2px);
  height: 130px;
  overflow: hidden;
  cursor: pointer;
  padding: 7px;
  min-height: 40px;
  border-radius: 4px;
  border: 1px dashed #00a3cb;
  text-align: center;
  min-width: 230px;
  max-width: 215px;
}
.shipping-block-cart .after-input span {
  font-size: 18px;
  color: #008fb2;
}
@media (max-width: 800px) {
  .shipping-block-cart {
    flex-wrap: wrap;
  }
  .shipping-block-cart label {
    padding: 0;
  }
}

input:checked + .after-input {
  border: 1px solid #000; /* Задайте любой желаемый стиль рамки */
}

.simple-content .checkout-heading {
  background: none !important;
  border: none !important;
  font-weight: bold;
  font-size: 20px;
}

.litecheckout__group {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
.litecheckout__group label {
  width: 100%;
  text-align: center;
}
.litecheckout__group input {
  display: none;
}
.litecheckout__group .after-input-peyment {
  border: 1px dashed #00a3cb;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.litecheckout__group .after-input-peyment span {
  color: #008fb2;
  font-size: 18px;
}
.litecheckout__group input:checked + .after-input-peyment {
  box-shadow: 0 0 0 3px #e8f4f9, inset 0 0 0 1px #00a3cb;
  border: 2px solid #00a3cb;
  border-radius: 4px;
}
.litecheckout__group .radio {
  flex: 1;
}

.litecheckout__group {
  align-items: flex-end;
  justify-content: space-between;
}

.items-cart-block {
  display: flex;
  align-items: flex-end;
}
.items-cart-block button {
  background: no-repeat;
  border: none;
}
.items-cart-block .btn-danger {
  background: red;
}

.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto; /* прокрутка для длинных списков */
  overflow-x: hidden; /* предотвращение горизонтальной прокрутки */
  padding-right: 20px; /* предотвращение наложения скроллбара на текст */
  border: 1px solid #cccccc;
  background-color: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* тень для выпадающего списка */
  font-size: 14px; /* размер шрифта */
  list-style: none;
  max-width: 200px;
}

.ui-menu-item {
  padding-bottom: 10px;
  color: #555555;
  cursor: pointer;
}

.ui-menu-item:hover, .ui-menu-item.ui-state-focus {
  background-color: #f2f2f2; /* цвет фона при наведении или фокусе */
  color: #333333;
}

.bord-top {
  border-top: 1px solid #d5cece;
}

@media screen and (max-width: 768px) {
  .drop-menu .drop-menu2 {
    max-width: 768px !important;
    width: 100%;
  }
  .hamburger-icon-links {
    display: block;
    /* Добавьте необходимые стили для иконки */
  }
  #top-links {
    padding: 0;
  }
  #top-links .list-mibile {
    display: none; /* Скрыть меню в мобильной версии по умолчанию */
    position: absolute;
    right: 0;
    background: white;
    padding: 13px;
    z-index: 3;
  }
  #top-links .list-mibile li {
    display: block;
  }
  .top-menu-grid {
    padding: 0;
  }
  .top-menu-grid .ty-dropdown-box__title {
    width: 50px;
    padding-left: 12px;
    cursor: pointer;
  }
  #menu {
    visibility: hidden;
    width: 100%;
    margin-top: 30px;
    left: 0;
    /* Класс для отображения меню */
    width: 100%;
  }
  #menu .top-menu li {
    align-items: baseline;
  }
  #menu .row.drop-menu2 {
    transform: translateX(-100%);
    transition: transform 0.5s ease-in-out;
  }
  #menu .menu-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
    color: #333;
    border-bottom: 1px solid #e4dede;
    padding-bottom: 12px;
    padding-left: 30px;
  }
  #menu .row.drop-menu2.active {
    transform: translateX(0);
    background-color: white;
    bottom: 0;
    position: fixed;
  }
  #menu .row.drop-menu2.active .back-arrow-b {
    display: block;
    position: absolute;
    background: url("/image/new_icons/rotate_arrow.svg") no-repeat;
    width: 20px;
    height: 20px;
    top: 19px;
  }
  #menu .row.drop-menu2.active .close-btn {
    position: absolute;
    right: 10px;
    top: 18px;
  }
  #menu .exp-mwi-text {
    display: none;
  }
  #menu .ty-pict {
    display: none;
  }
  #menu .nav > li > a {
    padding: 10px 0px 10px 15px;
  }
  #menu .ty-menu__item-toggle {
    display: flex !important;
    z-index: 1;
    right: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 42px;
    cursor: pointer;
    position: absolute;
  }
  #menu .ty-menu__item-toggle:before {
    content: "";
    background: url("/image/catalog/icons/arrow-img.svg");
    width: 7px;
    height: 7px;
    background-size: 100%;
    transform: rotate(0deg);
    margin-left: -12px;
  }
  #menu .drop-menu .drop-menu2 {
    max-width: calc(100vw - 290px);
    right: auto;
    overflow-y: auto;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 20px;
    flex-direction: column;
    margin-left: 0;
    min-height: auto;
    background: none;
    border: none;
  }
  #menu .drop-menu .drop-menu2 .items-drop {
    height: auto;
    flex: none;
    text-align: left;
    padding-bottom: 5px;
  }
  #menu .drop-menu .drop-menu2 .items-drop span {
    font-weight: bold;
  }
}
.footer-row {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .footer-row {
    flex-direction: column;
  }
  .footer-row .toggle-header {
    border-bottom: 1px solid rgba(238, 238, 238, 0.231372549);
    margin-bottom: 15px;
  }
  .footer-row .tel-footer {
    text-align: center;
  }
}
.footer-row .span3 {
  color: white !important;
}

.categories-button {
  display: none;
}

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

@media (max-width: 768px) {
  .ocfilter-mobile-handle {
    display: block;
  }
  .categories-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    box-shadow: inset 0 0 0 2px black;
    transition: all 0ms;
    border-radius: 36px;
    padding: 7px 11px 7px 8px;
    border: 1px solid transparent;
    font-size: 20px;
    margin-bottom: 30px;
    background: none;
    color: black;
  }
  .ocfilter-mobile-handle .filter-view {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    box-shadow: inset 0 0 0 2px black;
    transition: all 0ms;
    border-radius: 36px;
    padding: 7px 11px 7px 8px;
    border: 1px solid transparent;
    font-size: 20px;
    margin-bottom: 30px;
    background: none;
    color: black;
  }
}
@media (max-width: 768px) {
  .categories-menu {
    position: fixed;
    left: -100%;
    top: 0;
    height: 100%;
    width: 250px;
    overflow-y: auto;
    transition: 0.3s;
    background: #f6f6f6;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .categories-menu {
    background: #ffffff;
    z-index: 11111;
  }
}
.close-menu-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: transparent;
  font-size: 30px;
  cursor: pointer;
  padding: 10px;
  z-index: 11;
}

#closeMenuButton {
  display: none;
}
@media (max-width: 768px) {
  #closeMenuButton {
    display: block;
  }
}

.categories-menu.active {
  left: 0; /* Показать меню */
}

@media (max-width: 768px) {
  .block-append-mobile-menu {
    position: absolute;
    left: -100%;
    transition: left 0.3s ease;
  }
}

.block-append-mobile-menu.active {
  left: 0;
  background-color: white;
  right: 0;
}

.catalog-toggle {
  cursor: pointer;
  margin-top: 7px;
  font-weight: bold;
  font-size: 17px;
  padding-left: 20px;
  border-bottom: 1px solid #dbd4d4;
}
.catalog-toggle .close-btn {
  position: absolute;
  right: 10px;
  top: 12px;
}

.back-arrow {
  /* Стилизация стрелки назад */
}

.li-spisok {
  padding: 0;
  list-style: none;
}
.li-spisok a {
  padding: 10px 0px 10px 15px;
  display: block;
}

.back-arrow {
  text-align: center;
  display: block;
  border-bottom: 1px solid #dbd4d4;
  padding: 10px;
}

.open-catalog {
  padding: 10px 2px 10px 45px;
  display: block;
}
.open-catalog::before {
  content: "";
  background: url("/image/new_icons/kata.svg") no-repeat;
  width: 23px;
  height: 23px;
  position: absolute;
  margin-left: -29px;
  margin-top: -3px;
}

.container-after-slide div {
  position: relative;
}

.container-after-slide div::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}

.container-after-slide {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.container-after-slide div {
  margin-left: 20px;
  position: relative;
}
.container-after-slide a {
  position: absolute;
  bottom: 30px;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: white;
  font-size: 23px;
  border: 2px solid white;
  padding: 10px;
  width: 215px;
  border-radius: 4px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .container-after-slide div {
    margin: 0;
  }
}

.featured {
  overflow: hidden;
}

.footer-soc-link {
  display: flex;
  justify-content: space-around;
  text-align: center;
}
.footer-soc-link + div {
  text-align: center;
}
.footer-soc-link h5 {
  font-size: 20px;
  font-weight: 700;
}
.footer-soc-link .soc-footer {
  display: inline-flex;
}
.footer-soc-link .soc-footer li {
  margin-left: 8px;
}

.img-form {
  height: 474px;
  overflow: hidden;
  background-color: rgba(21, 21, 21, 0.2509803922);
  position: relative;
}
.img-form img {
  z-index: -1;
  position: absolute;
}

.form_home {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 646px;
  z-index: 1;
  text-align: center;
  margin-top: 80px;
}
.form_home p {
  color: white;
  font-size: 32px;
  font-weight: bold;
}
.form_home input {
  background: none;
  border: none;
  color: white;
  font-size: 19px;
  width: 67%;
  padding-bottom: 16px;
  border-bottom: 2px solid;
}
.form_home input :after {
  background: url("/image/catalog/icons/right-arrow.svg") no-repeat;
  width: 40px;
  height: 40px;
  display: block;
}
.form_home ::placeholder {
  color: white;
}
.form_home form {
  position: relative;
  height: 50px;
  margin-top: 140px;
}
.form_home form .button-form-home {
  background: url("/image/catalog/icons/right-arrow.svg") no-repeat;
  width: 40px;
  height: 40px;
  background-size: 100%;
  border: none;
  position: absolute;
  right: 107px;
  margin-top: -5px;
}
.form_home form .button-form-home:hover {
  border: 3px solid white;
  border-radius: 50%;
  background-image: url("/image/catalog/icons/right-arrow-black.svg");
  background-repeat: no-repeat;
  background-color: white;
}

@media (max-width: 800px) {
  .form_home {
    max-width: 370px;
    margin-top: 30px;
  }
  .form_home p {
    font-size: 18px;
  }
  .form_home form {
    height: 47px;
    margin-top: 28px;
  }
  .img-form {
    height: 172px;
    max-width: 420px;
    margin: auto;
  }
}
@media (max-width: 500px) {
  .img-form {
    height: 140px;
    max-width: 420px;
    margin: auto;
  }
}
.akciya-2 {
  color: #DA0000 !important;
}

:focus-visible {
  outline: none;
}

.fot-prod {
  align-items: center;
}
.fot-prod .quantity-wrapper {
  border: 1px solid #000;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px;
  width: 120px;
}
.fot-prod .quantity-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
}
.fot-prod .quantity-input {
  text-align: center;
  border: none;
  outline: none;
  width: 30px;
  font-size: 16px;
}
.fot-prod .quantity-blocks {
  display: flex;
  flex-direction: column;
}

.ul-costom li {
  list-style-type: none;
}

.ul-costom li {
  padding-left: 20px;
  background-image: url("/image/catalog/icons/ptichka.svg"); /* Путь к SVG файлу */
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 0 center;
}

.flex-stok {
  justify-items: flex-end;
}

.fot-prod .flex-table-row {
  background-color: transparent !important;
  align-items: baseline !important;
  margin: 20px;
  border: none !important;
}

.video-container iframe {
  width: 100% !important;
}

.new-prod {
  position: absolute;
}

.table-responsive-flex {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.flex-table-header, .flex-table-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.flex-table-header div, .flex-table-row div {
  flex: auto !important;
}
@media (max-width: 768px) {
  .flex-table-header, .flex-table-row {
    flex-direction: column;
  }
  .flex-table-header .a-button, .flex-table-row .a-button {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
  }
}

.flex-table-header {
  background-color: #f9f9f9;
  font-weight: bold;
}

.flex-table-row:nth-child(even) {
  background-color: #f2f2f2;
}

.flex-table-row > div {
  flex: 1;
  padding: 5px 10px;
}

.quantity .input-group {
  display: flex;
  align-items: stretch; /* выровнять элементы по высоте */
  width: 200px; /* фиксированная ширина, как в вашем инлайн-стиле */
  margin: auto; /* чтобы центрировать блок */
}

.quantity .btn {
  border: none;
  background-color: #f1f1f1; /* светлый фон для кнопок */
  padding: 10px;
  cursor: pointer;
  line-height: 1; /* убрать дополнительный интерлиньяж */
  border-radius: 0; /* убрать скругление углов */
}

.quantity .btn-decrease,
.quantity .btn-increase {
  color: #333; /* цвет иконок */
  background: none;
}

.quantity .btn-remove {
  background-color: #d9534f; /* красный фон для кнопки удаления */
  color: white; /* белый текст для иконки */
}

.quantity .form-control {
  flex-grow: 1; /* поле ввода будет занимать доступное пространство */
  text-align: center;
  border: 1px solid #ccc;
}

/* Стиль для корректного отображения иконок */
.quantity .fa {
  width: 1em; /* ширина иконки */
}

.input-group-btn {
  display: flex;
}

.input-group-btn button {
  border: none;
  background-color: #f9f9f9;
  padding: 5px 10px;
  margin-left: 5px;
  cursor: pointer;
}

.input-group input.form-control {
  text-align: center;
  margin-left: 5px;
  max-width: 50px;
}

.price-cart {
  text-align: right;
  white-space: nowrap;
}

.total-cart {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.name a {
  color: #111111;
}

.quantity input {
  border: none !important;
  box-shadow: none !important;
}
.quantity button {
  border: none;
  box-shadow: none;
}

.simplecheckout-left-column {
  border-right: 1px solid #979090;
  padding-right: 10px;
}

.simplecheckout-cart-total {
  border-right: none !important;
  border-bottom: none !important;
  border-left: none !important;
}

.btn-remove {
  background: url("/image/catalog/icons/cart-del.svg") no-repeat;
  width: 25px;
  height: 25px;
  display: block;
  border: none;
  margin-top: 20px;
}

.name-q {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.simplecheckout-left-column {
  padding-top: 65px;
}

.simplecheckout-right-column {
  padding-top: 65px;
}

.product .file-view {
  width: 120px;
  height: 120px;
  border: 1px dashed;
  overflow: hidden;
}

.img-pay {
  display: flex;
  justify-content: flex-end;
  margin-top: -80px;
}
.img-pay img {
  max-width: 60px;
}
@media (max-width: 768px) {
  .img-pay {
    margin-top: 0;
    justify-content: center;
  }
}

#toggleDescription {
  cursor: pointer;
}

.not-allow span {
  color: red !important;
}

.novinka {
  position: absolute;
  background-color: #2AC610;
  color: white;
  padding: 2px 7px 2px 7px;
  border-radius: 0 3px 3px 0;
}

@media only screen and (max-width: 992px) {
  .sidebar-offcanvas {
    background: #fff;
    width: 300px;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    height: 100%;
    overflow-x: scroll;
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    transition: all 300ms ease-in-out;
    padding-top: 30px;
    margin: 0;
    left: -100%;
    padding-left: 15px !important;
    padding-right: 10px !important;
  }
}
.ocf-offcanvas {
  position: fixed;
  top: 0;
  background-color: #fff;
  bottom: 0;
  left: -250px;
  z-index: 1;
  height: 100%;
  width: 250px;
  padding: 0;
  transition: left 250ms ease;
}

.ocf-offcanvas .ocfilter-mobile-handle {
  position: absolute;
  left: 100%;
  top: 150px;
}

.ocf-offcanvas.active {
  left: 0;
}

.side-menu {
  width: 300px;
  background: #fff;
  position: fixed;
  top: 0;
  left: -300px; /* Скроем меню за пределами экрана */
  height: 100vh; /* Задаем высоту в 100% от высоты экрана */
  overflow-y: auto; /* Добавляем вертикальную прокрутку, если содержимое не помещается */
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
  transition: left 0.3s ease;
  z-index: 1000;
}

.side-menu.active {
  left: 0; /* При активации, меню будет показано */
}

.side-menu-header {
  background: white;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 1001;
}

.side-menu-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.side-menu-nav ul li {
  padding: 15px 15px 15px 15px;
}

.left-menu-side li {
  padding: 15px 15px 15px 40px !important;
}

.side-menu-nav {
  padding-left: 10px;
}

.side-menu-nav ul li a {
  text-decoration: none;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.side-menu-nav ul li span {
  color: #888;
  padding: 10px 15px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.cart-count {
  background-color: red;
  color: white;
  border-radius: 50%;
  padding: 2px 6px;
}

.manual-pc {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}
.manual-pc h4 {
  font-weight: bold;
  font-size: 17px;
}

.review-card {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
  background-color: white;
}

.review-header {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.review-body p {
  word-wrap: break-word; /* Для переноса длинных слов */
  word-break: break-word; /* Для переноса при необходимости */
  white-space: pre-wrap; /* Сохраняет переносы строк */
  overflow-wrap: anywhere; /* Переносит слова на новой строке при необходимости */
}

.review-rating .fa {
  color: #FFD700; /* Цвет звёзд */
}

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

.review-images img {
  width: 100px;
  height: auto;
  border-radius: 4px;
  transition: transform 0.3s;
}

.review-images img:hover {
  transform: scale(1.1);
}

.teh-data p a {
  color: black;
  font-size: 14px;
}

#form-review .span3 {
  margin-bottom: 30px;
}
#form-review .star-rating {
  display: flex;
}

.button-review {
  width: 100%;
  background-color: #f1c4c5;
  color: red;
  text-align: center;
  display: flex;
  height: 40px;
  border: none;
  align-items: center;
  justify-content: space-around;
  border-radius: 7px;
}

/* Блок на всю ширину экрана */
.full-width-banner {
  padding: 15px 20px;
  background-color: #EB2026;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
}
.full-width-banner .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .full-width-banner .container {
    flex-direction: column;
  }
}

.consult-btn {
  background-color: #fff;
  color: black;
  border: none;
  padding: 10px 15px;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 17px;
}
@media (max-width: 768px) {
  .consult-btn {
    margin-top: 25px;
  }
}

.consult-btn i {
  background: url(/image/new_icons/phone_black.svg) no-repeat;
  width: 25px;
  height: 25px;
  margin-right: 7px;
}

/* Попап */
.popup {
  display: none; /* Скрыт по умолчанию */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
.popup .product-info {
  display: flex;
}
.popup .product-info div:nth-child(1) {
  flex: 1;
}
.popup .product-info div:nth-child(2) {
  flex: 2;
}

.popup-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
  position: relative;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}

/* Стили формы */
.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-size: 14px;
  color: #333;
}

.form-group input {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.error-message {
  color: #ff0000;
  font-size: 12px;
  display: none;
}

.submit-btn {
  width: 100%;
  padding: 10px;
  background-color: #ff0000;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .min-photo {
    display: none;
  }
  #main_image_link img {
    width: 100%;
  }
}
.image-indicator {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.image-indicator .dot {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background-color: #ddd;
  border-radius: 50%;
  display: inline-block;
}

.image-indicator .dot.active {
  background-color: #ff0000;
}

@media (min-width: 769px) {
  .image-indicator {
    display: none;
  }
}
.arrow-drop2 {
  position: absolute;
  right: 20px;
  top: 10p;
  margin-top: 10px;
}
.arrow-drop2:before {
  content: "";
  background: url("/image/catalog/icons/arrow-img.svg");
  width: 7px;
  height: 7px;
  background-size: 100%;
  transform: rotate(0deg);
  margin-left: -12px;
  display: block;
  position: absolute;
}

.manufacture-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
.manufacture-list div {
  flex: 0 0 calc(25% - 10px);
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
}
.manufacture-list .shadow {
  opacity: 0.4;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.manufacture-list .shadow span {
  color: black;
}
.manufacture-list .shadow:hover {
  transition: 0.5s;
  transform: scale(1.1);
  opacity: 1;
}
.manufacture-list .shadow:hover span {
  color: #EB2026;
}

/*# sourceMappingURL=style.css.map */
