.cats-description a {
  color: #870a39;
}

.accordion__item {
  border-bottom: 1px dashed rgba(93,99,104,.3)
}
.shop-filte{
margin: 0;
  list-style-type: none;
}
.accordion__item.js-enabled .accordion__panel {
  visibility: hidden
}

.accordion__item--active.js-enabled .accordion__panel {
  visibility: visible
}

.accordion__item--active .accordion__trigger::after {
  background-color: #870a39;
  background-image: url("/upload/media/accordion-arrow--hover.svg")
}

.accordion__header {
  padding: 11px 0
}

.accordion__trigger {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 15px 55px 15px 0;
  color: #353742;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  background-color: rgba(0,0,0,0);
  border: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  cursor: pointer
}

.accordion__trigger::after {
  position: absolute;
  top: 4px;
  right: 5px;
  width: 41px;
  height: 41px;
  background-color: #fff;
  background-image: url("/upload/media/accordion-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(78,127,222,.2);
  transition: transform .3s,background-color .3s,background-image .3s;
  content: ""
}

.accordion__panel {
  overflow: hidden;
  transition-timing-function: ease;
  transition-property: height,visibility
}

.accordion__text {
  padding-right: 40px;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 160%
}

.accordion__text p {
  margin: 0
}

.cats-description h2, 
.cats-description h3, 
.cats-description .wtitle {
  text-transform: none;
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .cats-description .float-arrows .wtitle {
    left: 0;
  }
}

@media (max-width: 767px) {
  .cats-description h2, 
  .cats-description h3, 
  .cats-description .wtitle {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.our-video__watch-more {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.our-video__watch-more-icon {
  position: relative;
  flex-shrink: 0;
  width: 51px;
  height: 51px;
  margin-right: 20px;
  background-color: #870a39;
  background-image: url("/upload/media/our-video-watch-more-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}

.our-video__watch-more-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}

.our-video__watch-more-title {
  font-size: 24px;
  font-style: normal;
  line-height: 120%;
}

.our-video__watch-more-mail {
  display: inline-flex;
  color: #870a39;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.video-card {
  position: relative;
  display: block;
  padding: 35px 24px;
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: 260/430;
}
.video-card::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #191b1c;
  border-radius: 6px;
  opacity: 0.6;
  content: "";
}
.video-card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  border-radius: 6px;
  transition: transform 0.6s ease;
}
.text-decoration-underline{
text-decoration: underline;
color: #870a39;
}
.video-card__title {
  position: relative;
    z-index: 2;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    display: block;
}
.video-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 54px;
  height: 54px;
}
.video-card__play::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: scale(1.3);
  animation: play-animation 1s infinite alternate ease-in;
  content: "";
}
.video-card__play::after {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url("/upload/media/video-card-play.svg");
  background-repeat: no-repeat;
  background-position: left 55% center;
  border-radius: 50%;
  content: "";
}
@keyframes play-animation {
  from {
    transform: scale(1.3);
  }
  to {
    transform: scale(1.1);
  }
}

.our-video .swiper-slide {
  width: 246px;
}

.mm-ocd .main-menu {
  padding-bottom: 91px;
}

.mobile-menu-contacts {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding-bottom: 20px;
  padding-top: 10px;
  border-top: 1px solid #e3e3e3;
}

.mobile-menu-contacts a {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.mobile-menu-contacts__phone a {
  font-weight: 600;
  font-size: 20px;
}

/* Proxima Nova *******************
*************************************************/

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* PT Serif *******************
*************************************************/

@font-face {
  font-family: "PT Serif";
  src: url("../fonts/PTSerif-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PT Serif";
  src: url("../fonts/PTSerif-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "PT Serif";
  src: url("../fonts/PTSerif-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "PT Serif";
  src: url("../fonts/PTSerif-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Roboto *******************
*************************************************/

/* roboto-300 - latin_cyrillic */

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../fonts/roboto-v20-latin_cyrillic-300.woff2") format("woff2"), url("../fonts/roboto-v20-latin_cyrillic-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-regular - latin_cyrillic */

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/roboto-v20-latin_cyrillic-regular.woff2") format("woff2"), url("../fonts/roboto-v20-latin_cyrillic-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-500 - latin_cyrillic */

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../fonts/roboto-v20-latin_cyrillic-500.woff2") format("woff2"), url("../fonts/roboto-v20-latin_cyrillic-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-700 - latin_cyrillic */

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/roboto-v20-latin_cyrillic-700.woff2") format("woff2"), url("../fonts/roboto-v20-latin_cyrillic-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-900 - latin_cyrillic */

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: local(""), url("../fonts/roboto-v20-latin_cyrillic-900.woff2") format("woff2"), url("../fonts/roboto-v20-latin_cyrillic-900.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #130c0c;
}

._best-selections {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 30px;
}

._best-selections__item {
  display: flex;
  border: 1px dashed rgba(151, 151, 151, 0.4);
  padding: 20px;
}

._best-selections__item .shop-card__border {
  border-width: 0;
}

._best-selections__item .shop-card {
  width: 300px;
  margin-right: 30px;
}

._best-selections .h2 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #130c0c;
  font-family: "Raleway", sans-serif;
}

._best-selections .shop-card__actions {
  display: none !important;
}

@media (max-width: 1299px) {
  ._best-selections {
    grid-template-columns: 100%;
    gap: 30px 0;
  }
}

@media (max-width: 767px) {
  ._best-selections__item {
    flex-direction: column;
    padding-bottom: 0;
  }
  ._best-selections__item .shop-card {
    margin: 0 auto 30px;
    width: 100%;
  }
}

.last-view__item {
  display: flex;
  border: 1px dashed rgba(151, 151, 151, 0.2);
  padding: 10px;
  margin-bottom: 10px;
}

.last-view__thumb {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  margin-right: 15px;
  display: block;
}

.last-view__thumb img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.view-item__title {
  margin-bottom: 5px;
  display: block;
  line-height: 17px;
}

.view-item__body {
  flex-grow: 1;
}

.header__logo {
  display: flex;
  align-items: center;
}

.logo img {
  width: 173px;
  height: auto;
}

.shop_pages {
  text-align: center !important;
}

.btn.loadMore {
  background: #407823 !important;
  color: #fff !important;
  border-radius: 2px;
  width: 240px !important;
  height: 56px !important;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
}

.shop-cat-sublist + .expand-bar {
  color: #870a39 !important;
  font-weight: 800;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
}

.price-input-wrap {
  margin: 0 -10px 25px;
  display: flex;
  align-items: center;
}

.price-input-wrap input {
  margin: 0 10px;
}

@media (min-width: 1200px) {
  .has-sublist {
    position: relative;
  }

  .has-sublist:hover .has-sublist__menu {
    opacity: 1;
    visibility: visible;
    pointer-events: fill;
  }

  .has-sublist:hover > a:after {
    opacity: 1;
  }

  .has-sublist__menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 50;
    top: 100%;
    left: 0;
    background: #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
    padding: 20px;
    list-style-type: none;
    margin: 0;
    width: 250px;
    transition: 0.2s;
    pointer-events: none;
  }

  .has-sublist__menu a {
    color: #130c0c;
    font-size: 14px;
    line-height: 26px;
  }
}

.fa-star:before {
  content: "" !important;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(/upload/media/star.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.search-item {
  display: flex;
  flex-direction: row;
  padding: 15px;
}

.search-item__img-wrp {
  display: block;
  position: relative;
  flex: 0 0 90px;
  max-width: 90px;
}

.search-item__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
}

.search-item__content {
  flex: 1 0 0%;
  max-width: 100%;
  padding-left: 15px;
  text-align: left;
}

.search-item__price {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12px;
}

.search-item__price p + p {
  display: none;
}

.search-item__price p {
  font-size: 12px;
}

.search-item__price p .text-danger {
  font-size: 16px;
}

.search-item__title {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 16px;
}

.search-item__link-more {
  font-size: 12px;
  line-height: 12px;
  border-bottom: 1px dashed;
}

.majority {
  display: flex;
  flex-direction: column;
  max-width: 630px;
  width: 100%;
  background-color: #fff;
  padding: 63px 210px 40px 58px;
  color: #130c0c;
  background-image: url(/upload/media/maj_bg.png);
  background-repeat: no-repeat;
  background-position: right top;
}

.majority__inner {
  width: 100%;
  margin-bottom: 86px;
}

.majority__title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  text-transform: uppercase;
}

.majority__subtitle {
  margin-bottom: 16px;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
}

.majority__text {
  font-size: 14px;
  line-height: 24px;
}

.majority .btn {
  width: 220px;
  height: 46px;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #870a39 !important;
}

.contacts .card {
  border: 1px dashed rgba(151, 151, 151, 0.2) !important;
}

.mega-menudropdown:hover .dropdown__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.dropdown {
  position: relative;
}

.dropdown:hover .dropdown__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.dropdown__content {
  display: none;
}

.dropdown__item {
  display: block;
  padding: 5px 15px;
}

.mm-spn.mm-spn--navbar:after {
  content: "" !important;
  background-image: url(/upload/media/logo.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120px;
  opacity: 1 !important;
}

.container {
  max-width: 1321px !important;
}
.mobile-menu-contacts__mail{
display:none;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.alert-bordered-dashed {
  border: 2px dashed #eaeaea;
}

.fancybox-content .modal-footer {
  padding-left: 0;
  padding-right: 0;
}

.rating .fa {
  margin-right: 5px;
  font-size: 12px;
}

.rating .gray-star {
  color: #787f8e;
}

.rating .fa-star.gold-star::before {
  background-image: url(/upload/media/gold-star.svg);
}

.page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  min-width: 320px;
  min-height: 100%;
}

.page__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

.page__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.page__footer-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

* {
  -webkit-tap-highlight-color: transparent;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1920px;
  margin: 0 auto;
  min-height: 100%;
  word-break: break-word;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #2d2d2d;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[role="button"] {
  cursor: pointer;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

a,
button,
[role="button"],
input,
label,
select,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  margin: 0;
}

button,
input {
  overflow: visible;
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

button:focus {
  outline: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

svg {
  fill: currentColor;
}

a svg,
button svg {
  pointer-events: none;
}

svg:not(:root) {
  overflow: hidden;
}

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

a {
  color: #2c2c2c;
  background-color: transparent;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #870a39;
  outline: none;
  text-decoration: none;
}

select:hover,
select:focus {
  outline: none;
}

.dropdown-toggle--no-arrow:after {
  content: none;
  display: none;
}

.wow {
  visibility: hidden;
}

p {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
}

.navbar-brand_admin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  z-index: 999;
  top: 150px;
  left: 0;
  width: 70px;
  height: 70px;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  font-size: 28px;
  color: #d40000;
  -webkit-box-shadow: 0 8px 13px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 13px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-left-width: 0;
}

.navbar-brand_admin:hover {
  text-decoration: none;
}

.error {
  color: red;
}

.alert.errors {
  display: none;
}

.input-group .input-group-addon {
  display: none;
}

.text-primary {
  color: #870a39 !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #870a39;
  background-color: #870a39;
}

.custom-control-label {
  cursor: pointer;
}

.widgets.search.view {
  width: 100%;
}

.bg-primary {
  background-color: #870a39 !important;
}

.form-group label.error {
  display: none !important;
}

.edit-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: fixed;
  z-index: 10000;
  left: 0;
  bottom: 0;
  width: 100%;
}

.edit-controls .btn {
  border-radius: 0 !important;
}

.three-col > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.two-col > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.contact-link--phone {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #130c0c;
}

.store-select {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 46px;
  padding: 0 18px 0 20px;
  border-radius: 3px;
  border: 1px solid #aa7c47;
  background-color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #aa7c47;
  font-size: 14px;
  line-height: 19px;
}

.store-select__link {
  color: #aa7c47;
}

.store-select:hover {
  color: #870a39;
  border-color: #870a39;
}

.store-select svg {
  width: 10px;
  height: 6px;
  margin-left: 7px;
}

.promo {
  margin-top: 17px;
  margin-bottom: 58px;
}

.promo__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.promo__big-promo-wrp {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  width: 79.784%;
  border-radius: 3px;
  overflow: hidden;
}

.promo__small-promo-wrp {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  width: 19.366%;
  margin-left: auto;
}

.small-promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.small-promo__promo {
  display: block;
  position: relative;
  padding-top: 130%;
  border-radius: 3px;
  overflow: hidden;
}

.small-promo__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.small-promo__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  max-width: 100%;
  width: 100%;
  margin-top: 5px;
  padding-left: 20px;
  overflow: hidden;
  background-color: #870a39;
  border-radius: 3px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.small-promo__button img {
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
}

.small-promo__button:hover {
  background-color: #a8001b;
  color: #fff;
}

.wtitle {
  margin: 57px 0 40px;
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  text-transform: uppercase;
  color: #130c0c;
  font-family: "Raleway", sans-serif;
}

.gray-star {
  color: #cacaca;
}

.gold-star {
  color: #eca722;
}

.shop-item-rating-line i {
  font-size: 14px;
  margin-left: 5px;
}

.float-arrows {
  position: relative;
}

.link-all-shop {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 30px;
  margin-left: 15px;
  padding: 0 15px;
  border-radius: 30px;
  font-weight: 800;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  color: #ffffff !important;
  background: #870a39;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.link-all-shop:hover {
  background: #407824;
}

.link-root-cat-title {
  display: block;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.link-root-cat-title:hover {
  color: #aa7c47;
}

.our-brands {
  margin-bottom: 70px;
}

.our-brands .swiper-pagination-bullet {
  background: rgba(193, 0, 31, 0.4);
}

.our-brands .swiper-pagination-bullet-active {
  background: #870a39;
}

.our-brands .swiper-pagination {
  position: static;
  margin: 0;
  margin-top: 44px;
}

.our-brands .float-arrows {
  padding-top: 100px;
}

.our-brands__item {
  padding-top: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.features {
  margin: 66px 0 52px;
}

.features__item {
  text-align: center;
}

.features__icon-wrp {
  margin-bottom: 26px;
  max-height: 68px;
}

.features__icon {
  max-height: 100%;
}

.features__title {
  height: 44px;
  overflow: hidden;
  margin-bottom: 7px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #130c0c;
}

.features__subtitle {
  font-size: 13px;
  line-height: 22px;
  color: #505863;
}

.instagram .wtitle {
  top: 0 !important;
}

.instagram__subtitle {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #aa7c47;
}

.instagram__item {
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.store-addresses {
  margin-bottom: 60px;
}

.store-addresses__title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #130c0c;
}

.store-addresses__address {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 22px;
  color: #505863;
}

.store-addresses__phone {
  margin-bottom: 5px;
  font-weight: 800;
  font-size: 13px;
  line-height: 22px;
  color: #130c0c;
}

.store-addresses__work-time {
  font-size: 13px;
  line-height: 22px;
  color: #505863;
}

.store-addresses__show-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 46px;
  padding: 0 30px 0 49px;
  margin-top: 21px;
  background-color: #ffffff;
  border: 1px solid #870a39;
  border-radius: 60px;
  font-weight: 800;
  font-size: 10px;
  text-transform: uppercase;
  color: #130c0c;
  background-image: url(/upload/media/map-geo.svg);
  background-repeat: no-repeat;
  background-position: left 30px center;
}

.map {
  margin: 60px 0 30px;
  background-color: #fafafa;
}

.page-title {
  margin-bottom: 21px;
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  text-transform: uppercase;
  color: #130c0c;
  font-family: "Raleway", sans-serif;
}

.options-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.options-left .selectProductSort.form-control {
  width: auto;
  height: auto;
  min-height: auto;
  border: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #130c0c;
  cursor: pointer;
}

.options-left .heading-counter {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #130c0c;
}

#product_list {
  padding-top: 30px;
}

.about-us__text {
  margin-bottom: 40px;
}

.about-us__item-image-wrp {
  position: relative;
  padding-top: 102.4390243902439%;
  margin-bottom: 21px;
}

.about-us__item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-us__item-title {
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  color: #130c0c;
}

.about-us__item-subtitle {
  font-size: 12px;
  line-height: 18px;
}

article .store-addresses {
  margin-bottom: 109px;
}

article .features {
  margin-bottom: 85px;
}

article .instagram {
  margin-bottom: 90px;
}

.wtitle-span .wtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 15px;
}

.header__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 173px;
  max-width: 100%;
  height: 110px;
  margin-right: 30px;
}

.header__store-select {
  margin-right: 57px;
}

.header__search {
  flex: 1 1 0%;
  max-width: 100%;
  margin-right: 29px;
}

.header__phone {
  display: flex;
  flex-direction: column;
  margin-right: 34px;
}

.header__main-nav {
  position: relative;
  padding-top: 5px;
  border-top: 1px dashed rgba(151, 151, 151, 0.2);
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
}

.search-form {
  position: relative;
}

.search-form svg {
  width: 20px;
  height: 20px;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.search-form .form-control {
  padding: 0 20px 0 57px;
}

.search-form__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 1px;
  bottom: 1px;
  width: 57px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  border: 0 !important;
  background-color: #fff;
  border-radius: 3px;
}

.search-form__button:hover {
  color: #870a39;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 38px;
  position: relative;
  overflow: hidden;
  padding: 0 23px;
  font-size: 14px;
  border-radius: 2px;
  overflow: hidden;
  white-space: nowrap;
}

.btn-primary {
  width: auto;
  height: 48px;
  border-color: #870a39;
  background-color: #870a39;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  color: #ffffff !important;
  border-color: #8e0017;
  background-color: #8e0017;
  border-color: #407824;
  background-color: #407824;
}

.btn-outline-primary {
  height: 48px;
  background-color: #fff;
  border-color: #870a39;
  border-width: 2px;
  color: #262427;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  background-color: #870a39 !important;
  border-color: #870a39 !important;
  color: #262427 !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #262427;
  background-color: #870a39;
  border-color: #870a39;
}

.form-control {
  padding: 0 10px;
  min-height: 46px;
  background: #ffffff;
  border: 1px solid rgba(172, 184, 201, 0.3);
  border-radius: 3px;
  font-size: 15px;
  color: #2d2d2d;
}

.form-control.datepicker {
  background-image: url(/upload/media/date-icon.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.form-control::-webkit-input-placeholder {
  color: #c6c6c6;
}

.form-control::-moz-placeholder {
  color: #c6c6c6;
}

.form-control:-ms-input-placeholder {
  color: #c6c6c6;
}

.form-control::-ms-input-placeholder {
  color: #c6c6c6;
}

.form-control::placeholder {
  color: #c6c6c6;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #2d2d2d;
  border-color: #870a39;
}

.form-control.error {
  border-color: #d8544f;
}

select.form-control {
  background-image: url(/upload/media/content/select.svg);
  background-repeat: no-repeat;
  background-position: right 17px center;
  padding-right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea.form-control {
  padding-top: 15px;
  min-height: 100px;
}

.checkbox {
  display: block;
  position: relative;
  min-height: 24px;
  margin-bottom: 6px;
  padding: 3px 0 0 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.checkbox:hover {
  color: #870a39;
}

.checkbox:hover input + i {
  border-color: #870a39;
}

.checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox input + i {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 24px;
  background: #ffffff;
  border: 1px solid #ececec;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
}

.checkbox input:checked + i {
  border-color: #870a39;
  border: 0;
  background-color: #870a39;
  background-image: url(/upload/media/content/white-check.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.ui-slider {
  position: relative;
  height: 3px;
  margin: 0 10px;
  background-color: #fff;
}

.ui-slider-handle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  z-index: 10;
  left: 0;
  top: -6px;
  width: 16px;
  height: 16px;
  margin-left: -7.5px;
  border-radius: 50%;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 4px #36b4dc;
  box-shadow: 0px 0px 4px #36b4dc;
}

.ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
  top: 0;
  height: 100%;
  background-color: #870a39;
}

.main-menu {
  display: none;
}

.shop-items__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.shop-card {
  width: 100%;
  background-color: #fff;
}

.shop-card:hover {
  position: relative;
  z-index: 20;
}

.shop-card:hover .shop-card__actions,
.shop-card:hover .shop-card__inner:before {
  opacity: 1;
  visibility: visible;
}

.shop-card__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 10;
}

.shop-card__inner:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -10px;
  right: -10px;
  bottom: -24px;
  left: -10px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 10px rgba(180, 144, 148, 0.17);
  box-shadow: 0px 2px 10px rgba(180, 144, 148, 0.17);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
}

.shop-card__border {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  max-width: 100%;
  border: 1px dashed rgba(151, 151, 151, 0.2);
  -webkit-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.shop-card__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 30px 23px;
}

.shop-card__thumb {
  position: relative;
  margin-bottom: 24px;
}

.shop-card__thumb-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 30px 0;
  margin-bottom: 10px;
}

.shop-card__choice {
  padding-left: 22px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #b04455;
  background-image: url(/upload/media/kvist-prod.svg);
  background-repeat: no-repeat;
  background-position: left center;
}

.shop-card__rating {
  margin-left: auto;
  display: none;
}

.shop-card__image-wrp {
  display: block;
  position: relative;
  height: 200px;
  padding: 0 30px;
  text-align: center;
}

.shop-card__image {
  max-height: 100%;
}

.shop-card__title {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  color: #130c0c;
}

.shop-card__origin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1px;
  font-size: 13px;
  line-height: 18px;
  color: #505863;
}

.shop-card__origin-flag {
  width: 14px;
  margin-right: 6px;
}

.shop-card__origin-flag img {
  display: block;
}

.shop-card__descr {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 18px;
  color: #505863;
}

.shop-card__price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
  font-size: 20px;
  line-height: 27px;
}

.shop-card__price-wrap .fa {
  font-size: 18px;
  font-weight: 400;
}

.shop-card__price-wrap .line-through {
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}

.shop-card__old-price {
  margin-right: 6px;
  color: #979797;
  font-weight: 500;
}

.shop-card__price {
  font-weight: 700;
  color: #130c0c;
}

.shop-card__add-wishlist {
  display: block;
  color: #979797;
}

.shop-card__add-wishlist svg {
  width: 18px;
  height: 18px;
}

.shop-card__actions {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
}

.shop-card__actions .number-spinner {
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.shop-card__actions .btn {
  padding: 0;
  height: 46px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  max-width: 100%;
}

.badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  z-index: 100;
  bottom: 0;
  right: 30px;
  pointer-events: none;
}

.badges__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 8px;
  height: 20px;
  padding: 0 8px;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}

.badges__item--hit {
  background: #eca722;
}

.badges__item--new {
  background: #407824;
}

.badges__item--sale {
  background: #6a5033;
}

.promo-slider .swiper-pagination {
  bottom: 14px;
  margin: 0;
  text-align: right;
  padding-right: 15px;
}

.promo-slider .promo-slider__next,
.promo-slider .promo-slider__prev {
  position: static;
  margin: 0;
}

.promo-slider .promo-slider__next {
  margin-left: 9px;
}

.promo-slider:hover .promo-slider__next,
.promo-slider:hover .promo-slider__prev {
  opacity: 1 !important;
}

.promo-slider__inner {
  position: relative;
  padding-top: 39.80582524271845%;
  border-radius: 3px;
  overflow: hidden;
}

.promo-slider__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.promo-slider__nav {
  position: absolute;
  bottom: 20px;
  left: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.promo-slider__prev {
  opacity: 0 !important;
}

.promo-slider__next {
  opacity: 0 !important;
}

.swiper-button-next,
.swiper-button-prev {
  outline: none;
  width: 50px;
  height: 50px;
  pointer-events: fill !important;
  margin-top: -22px;
  border-radius: 2px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1 !important;
  border-radius: 50%;
  border: 1px solid rgba(151, 151, 151, 0.2);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  border-color: #870a39;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
  display: none;
}

.swiper-button-next {
  right: 0;
  background-image: url(/upload/media/content/swiper-arrow-right.svg);
}

.swiper-button-prev {
  left: 0;
  background-image: url(/upload/media/content/swiper-arrow-left.svg);
}

.swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  margin: 0 4.5px;
  background: rgba(255, 255, 255, 0.44);
  opacity: 1;
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  background: #ffffff;
}

.footer-main {
  padding: 28px 0 20px;
  border-top: 1px dashed rgba(151, 151, 151, 0.2);
  border-bottom: 1px dashed rgba(151, 151, 151, 0.2);
}

.footer-main .menu-with-icon {
  padding-left: 19px;
  background-image: url(/upload/media/wine-footer.svg);
  background-repeat: no-repeat;
  background-position: left center;
}

.footer-main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-main__logo-wrp {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  max-width: 300px;
  padding-right: 15px;
}

.footer-main__logo {
  display: block;
  margin-bottom: 16px;
}

.footer-main__mail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 19px;
  color: #979797;
}

.footer-main__socials-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer-main__socials-item {
  margin-right: 19px;
}

.footer-main__socials-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

.footer-main__menu-wrp {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  max-width: 250px;
  padding-right: 15px;
}

.footer-main__menu-wrp--big-width .footer-main__menu-link {
  font-weight: 600;
}

.footer-main__menu-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer-main__menu-item {
  margin-bottom: 10px;
}

.footer-main__menu-link {
  font-size: 14px;
  line-height: 19px;
  color: #2c2c2c;
}

.footer-info {
  margin-top: 10px;
  padding-bottom: 50px;
}

.footer-info__text {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #979797;
}

.footer-info__age-alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-info__age-alert p {
  margin-bottom: 0;
  margin-left: 11px;
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  color: #dedede;
}

.footer-info__age {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(196, 196, 196, 0.2);
  background-image: url(/upload/media/18.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.shop-filter {
  margin-bottom: 20px;
  border-radius: 0;
}

.shop-filter__title {
  color: #2c2c2c !important;
}

.shop-filter__form {
  width: 100%;
}

.shop-filter__item {
  margin-bottom: 18px;
}

.shop-filter__collapse-link {
  min-height: 52px;
  padding: 16px 50px 16px 10px;
  position: relative;
  background: #870a39;
  border-radius: 3px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  cursor: pointer;
  overflow: hidden;
}

.shop-filter__collapse-link[aria-expanded="true"] i {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.shop-filter__collapse-link i {
  position: absolute;
  z-index: 10;
  top: 15px;
  right: 10px;
  width: 22px;
  height: 22px;
  background-image: url(/upload/media/content/shop-filter-toggler.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.shop-filter__collapse-content {
  max-height: 250px;
  overflow-y: auto;
  padding: 15px 10px 1px 10px;
  margin: 0;
  list-style-type: none;
}

.maxlist-more {
  padding-left: 50px;
}

.maxlist-more a {
  display: inline-flex;
  color: #aa7c47 !important;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  border-bottom: 1px dashed;
}

.shop-filter__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 0;
}

.shop-filter__btn-apply.btn {
  height: 42px;
  font-size: 12px;
  line-height: 15px;
}

.shop-filter__btn-reset {
  padding: 0;
  font-size: 12px;
  line-height: 14px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #787f8e;
}

.shop-filter__btn-reset:hover {
  color: #870a39;
}

.pagination {
  margin: 10px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination li {
  margin-bottom: 5px;
}

.pagination li.active a {
  color: #870a39;
  background-color: #ffffff;
}

.pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  color: #7d7d7d;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  white-space: nowrap;
  border-radius: 3px;
}

.pagination a:hover {
  color: #870a39;
  background-color: #ffffff;
}

.pagination .first_link a,
.pagination .prev_link a,
.pagination .next_link a,
.pagination .last_link a {
  width: auto;
  padding: 0 10px;
}

.product .badges {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  position: static;
  margin-bottom: 15px;
}

.product .badges__item {
  margin-right: 11px;
}

.product__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product__chars:not(.expandable-init) {
  max-height: 317px;
  overflow: hidden;
}

.product__chars.expandable-init {
  padding-bottom: 10px;
}

.product__info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 301px;
  flex: 0 0 301px;
  max-width: 100%;
  margin-right: 29px;
  position: relative;
}

.product__rating {
  display: none;
}

.product__rating-and-reviews {
  margin-bottom: 15px;
}

.product__rating .rating .fa {
  font-size: 15px;
}

.product__choice-kvist {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 39px;
  line-height: 29px;
  background-image: url(/upload/media/content/prod-choice-kvist.svg);
  background-repeat: no-repeat;
  background-position: left center;
  font-weight: 500;
  font-size: 13px;
  color: #b04455;
  white-space: nowrap;
}

.product__origin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.product__origin-flag {
  width: 20px;
  margin-right: 16px;
}

.product__origin-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #130c0c;
}

.product__thumbs {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 520px;
  flex: 0 0 520px;
  max-width: 520px;
  margin-right: 28px;
}

.product__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  max-width: 100%;
}

.product__code {
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #505863;
}

.product__wishlist-wrp {
  margin-bottom: 20px;
}

.product__wishlist-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 28px;
  font-size: 14px;
  line-height: 19px;
  color: #505863;
  background-image: url(/upload/media/full-heart.svg);
  background-repeat: no-repeat;
  background-position: left center;
}

.product__price-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 23px;
}

.product__old-price {
  position: relative;
  margin-right: 9px;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #979797;
}

.product__old-price .fa {
  font-size: 18px;
}

.product__old-price span {
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}

.product__full-price {
  margin-right: 22px;
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  color: #130c0c;
  position: relative;
}

/* .product__full-price::after {
  content: '*';
  position: absolute;
  top: 0px;
  right: -15px;
  font-size: 30px;
  color: #c00022;
  line-height: 24px;
} */

.product__full-price .fa {
  font-size: 32px;
}

.product__one-click {
  padding-left: 23px;
  font-size: 14px;
  line-height: 19px;
  color: #130c0c;
  background-image: url(/upload/media/one-click.svg);
  background-repeat: no-repeat;
  background-position: left center;
}

.product__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}

.product__actions .number-spinner {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  max-width: 150px;
  height: 56px;
  margin-right: 22px;
}

.product__actions .number-spinner input {
  width: 50%;
}

.product__buy-link {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  max-width: 100%;
  height: 56px;
  padding: 0;
}

.product__buy-link img {
  margin-left: 15px;
}

.product__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product__features-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 24px;
}

.product__features-icon-wrp {
  height: 40px;
  margin-bottom: 6px;
}

.product__features-icon {
  max-height: 100%;
}

.product__features-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #505863;
}

.product-details {
  margin-top: 50px;
  margin-bottom: 54px;
}

.product-details__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-details__rails {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 225px;
  flex: 0 0 225px;
  max-width: 225px;
  margin-right: 81px;
}

.product-details__rails-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*
.product-details__rails-item:nth-child(n+3) .product-details__rails-rail:before {
  width: 90px;
}
*/
.product-details__rails-rail {
  position: relative;
  width: 116px;
  height: 6px;
  background: #e4e9f0;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/*
.product-details__rails-rail:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  background: #CA2C2C;
}*/

.product-details__rails-rail span {
  position: absolute;
  background: #ca2c2c;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
}

.product-details__rails-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  text-transform: uppercase;
  color: #505863;
  white-space: nowrap;
  overflow: hidden;
}

.product-details__temp {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 211px;
  flex: 0 0 211px;
  max-width: 211px;
  margin-right: 63px;
}

.product-details__temp-title {
  margin-bottom: 23px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #130c0c;
}

.product-details__temp-temp {
  font-family: "Proxima Nova";
  font-size: 48px;
  line-height: 26px;
  text-transform: uppercase;
  color: #870a39;
}

.product-details__gastronomic {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  max-width: 100%;
}

.product-details__gastronomic-title {
  margin-bottom: 26px;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #130c0c;
}

.product-details__gastronomic-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-details__gastronomic-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  padding: 0 18px;
  margin: 0 13px 13px 0;
  font-size: 13px;
  line-height: 18px;
  color: #aa7c47;
  border: 1px solid #aa7c47;
  border-radius: 3px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.product-details__gastronomic-link:hover {
  background-color: #aa7c47;
  color: #fff;
  border-color: #aa7c47;
}

.product-wineries__main-title {
  margin-bottom: 32px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  color: #130c0c;
}

.product-wineries__title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #130c0c;
}

.product-wineries__item {
  padding: 18px 20px 25px;
  border: 1px dashed rgba(151, 151, 151, 0.2);
}

.product-wineries__much {
  margin-bottom: 5px;
  padding-left: 16px;
  font-weight: 800;
  font-size: 13px;
  line-height: 22px;
  color: #407824;
  background-image: url(/upload/media/content/so-much.svg);
  background-repeat: no-repeat;
  background-position: left center;
}

.product-wineries__much--is-available {
  background-image: url(/upload/media/not-avalable.svg);
  color: #b1b1b1;
}

.product-wineries__address {
  font-size: 13px;
  line-height: 22px;
  color: #505863;
}

.product-wineries__phone {
  font-weight: 800;
  font-size: 13px;
  line-height: 22px;
  color: #130c0c;
}

.product-wineries__work-time {
  font-size: 13px;
  line-height: 22px;
  color: #505863;
}

.product-wineries--vertical {
  margin-bottom: 20px;
}

.product-wineries--vertical .product-wineries__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  margin-bottom: 5px;
}

.product-wineries--vertical .product-wineries__title,
.product-wineries--vertical .product-wineries__much {
  margin-bottom: 0;
}

.title-product .page-title {
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 26px;
  line-height: 36px;
  text-transform: uppercase;
  color: #130c0c;
}

.videoHref {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.videoHref .fa-youtube-play {
  display: none;
}

.videoHref img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.videoHref .image-hover-dark {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(36, 78, 119, 0.69);
  background-image: url(/upload/media/content/video-play.svg?);
  background-repeat: no-repeat;
  background-position: center center;
}

.nav-tabs.product-tabs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
  background: #407824;
  border-radius: 3px;
  overflow: hidden;
}

.nav-tabs.product-tabs .nav-link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 56px;
  font-family: "Raleway", sans-serif;
  border: 0;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
  padding: 0;
  border-radius: 0;
  margin: 0 45px;
}

.nav-tabs.product-tabs .nav-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #aa7c47;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}

.nav-tabs.product-tabs .nav-link:hover {
  color: #fff;
}

.nav-tabs.product-tabs .nav-item.show .nav-link,
.nav-tabs.product-tabs .nav-link.active {
  color: #fff;
  background-color: #407824;
}

.nav-tabs.product-tabs .nav-item.show .nav-link:after,
.nav-tabs.product-tabs .nav-link.active:after {
  opacity: 1;
}

.nav-tabs.product-tabs .nav-link.active:after {
  opacity: 1;
}

.product-tabs-content__chars-title {
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #130c0c;
}

.tab-content.product-tabs-content {
  padding-top: 25px;
}

.tab-content.product-tabs-content p {
  font-size: 16px;
  line-height: 22px;
  color: #505863;
}

.tab-content.product-tabs-content h3 {
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
}

.tab-content.product-tabs-content .property__item--vendor {
  display: none;
}

.related-products-wrapper {
  margin-top: 90px;
}

.related-products-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */

:root {
  --mm-ocd-width: 80%;
  --mm-ocd-min-width: 200px;
  --mm-ocd-max-width: 440px;
}

body.mm-ocd-opened {
  overflow-y: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.mm-ocd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  background: rgba(0, 0, 0, 0);
  -webkit-transition-property: bottom, background-color;
  -o-transition-property: bottom, background-color;
  transition-property: bottom, background-color;
  -webkit-transition-duration: 0s, 0.3s;
  -o-transition-duration: 0s, 0.3s;
  transition-duration: 0s, 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0.45s, 0.15s;
  -o-transition-delay: 0.45s, 0.15s;
  transition-delay: 0.45s, 0.15s;
}

.mm-ocd--open {
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.mm-ocd__content {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 80%;
  width: var(--mm-ocd-width);
  min-width: 200px;
  min-width: var(--mm-ocd-min-width);
  max-width: 440px;
  max-width: var(--mm-ocd-max-width);
  background: #fff;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.mm-ocd--left .mm-ocd__content {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-ocd--right .mm-ocd__content {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-ocd--open .mm-ocd__content {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-ocd__backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: calc(100% - 80%);
  width: calc(100% - var(--mm-ocd-width));
  min-width: calc(100% - 440px);
  min-width: calc(100% - var(--mm-ocd-max-width));
  max-width: calc(100% - 200px);
  max-width: calc(100% - var(--mm-ocd-min-width));
  background: rgba(3, 2, 1, 0);
}

.mm-ocd--left .mm-ocd__backdrop {
  right: 0;
}

.mm-ocd--right .mm-ocd__backdrop {
  left: 0;
}

.mm-spn,
.mm-spn a,
.mm-spn li,
.mm-spn span,
.mm-spn ul {
  display: block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --mm-spn-item-height: 50px;
  --mm-spn-item-indent: 20px;
  --mm-spn-line-height: 24px;
}

.mm-spn {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mm-spn ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 2;
  width: 130%;
  padding-right: 30%;
  line-height: 24px;
  line-height: var(--mm-spn-line-height);
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  -webkit-transition: left 0.3s ease 0s;
  -o-transition: left 0.3s ease 0s;
  transition: left 0.3s ease 0s;
  cursor: default;
}

.mm-spn ul:after {
  content: "";
  display: block;
  height: 50px;
  height: var(--mm-spn-item-height);
}

.mm-spn > ul {
  left: 0;
}

.mm-spn ul.mm-spn--open {
  left: 0;
}

.mm-spn ul.mm-spn--parent {
  left: -30%;
  overflow-y: hidden;
}

.mm-spn li {
  position: relative;
  background: inherit;
  cursor: pointer;
}

.mm-spn li:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height) / 2);
  right: 25px;
  right: calc(var(--mm-spn-item-height) / 2);
  z-index: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  -ms-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
  opacity: 0.4;
}

.mm-spn li:after {
  content: "";
  display: block;
  margin-left: 20px;
  margin-left: var(--mm-spn-item-indent);
  border-top: 1px solid;
  opacity: 0.15;
}

.mm-spn a,
.mm-spn span {
  position: relative;
  z-index: 1;
  padding: 13px 20px;
  padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2) var(--mm-spn-item-indent);
}

.mm-spn a {
  background: inherit;
  color: inherit;
  text-decoration: none;
}

.mm-spn a:not(:last-child) {
  width: calc(100% - 50px);
  width: calc(100% - var(--mm-spn-item-height));
}

.mm-spn a:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  opacity: 0.15;
}

.mm-spn span {
  background: 0 0;
}

.mm-spn.mm-spn--navbar {
  cursor: pointer;
}

.mm-spn.mm-spn--navbar:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height) / 2);
  left: 20px;
  left: var(--mm-spn-item-indent);
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(-45deg) translate(50%, -50%);
  -ms-transform: rotate(-45deg) translate(50%, -50%);
  transform: rotate(-45deg) translate(50%, -50%);
  opacity: 0.4;
}

.mm-spn.mm-spn--navbar.mm-spn--main {
  cursor: default;
}

.mm-spn.mm-spn--navbar.mm-spn--main:before {
  content: none;
  display: none;
}

.mm-spn.mm-spn--navbar:after {
  content: attr(data-mm-spn-title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 75px;
  padding: 0 40px;
  padding: 0 calc(var(--mm-spn-item-indent) * 2);
  line-height: 50px;
  line-height: var(--mm-spn-item-height);
  opacity: 0.4;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.mm-spn.mm-spn--navbar.mm-spn--main:after {
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent);
}

.mm-spn.mm-spn--navbar ul {

  top: calc(var(--mm-spn-item-height) + 27px);
}

.mm-spn.mm-spn--navbar ul:before {
  content: "";
  display: block;
  position: fixed;
  top: inherit;
  z-index: 2;
  width: 100%;
  border-top: 1px solid currentColor;
  opacity: 0.15;
}

.mm-spn.mm-spn--light {
  color: #444;
  background: #fff;
}

.mm-spn.mm-spn--dark {
  color: #ddd;
  background: #333;
}

.mm-spn.mm-spn--vertical {
  overflow-y: auto;
}

.mm-spn.mm-spn--vertical ul {
  width: 100%;
  padding-right: 0;
  position: static;
}

.mm-spn.mm-spn--vertical ul ul {
  display: none;
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent);
}

.mm-spn.mm-spn--vertical ul ul:after {
  height: 25px;
  height: calc(var(--mm-spn-item-height) / 2);
}

.mm-spn.mm-spn--vertical ul.mm-spn--open {
  display: block;
}

.mm-spn.mm-spn--vertical li.mm-spn--open:before {
  -webkit-transform: rotate(135deg) translate(-50%, 0);
  -ms-transform: rotate(135deg) translate(-50%, 0);
  transform: rotate(135deg) translate(-50%, 0);
}

.mm-spn.mm-spn--vertical ul ul li:last-child:after {
  content: none;
  display: none;
}

.breadcrumb {
  list-style: none;
  padding: 26px 0 37px;
  margin: 0;
  background-color: transparent;
}

.breadcrumb-item {
  color: #b04455;
  font-size: 13px;
  line-height: 12px;
  font-weight: 500;
}

.breadcrumb-item.active {
  color: #b04455;
}

.breadcrumb a {
  color: #b04455;
  font-weight: 500;
}

.breadcrumb a:hover {
  color: #b04455;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #b04455;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 3px;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 3px;
}

.album-wrapper__item {
  display: block;
  position: relative;
  padding-bottom: 140%;
}

.album-wrapper__item:hover .album-wrapper__overlay {
  opacity: 1;
}

.album-wrapper__img {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.album-wrapper__overlay {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}

.album-wrapper__overlay i {
  font-size: 30px;
  color: #870a39;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.catalog-menu {
  margin-bottom: 20px;
  background: rgba(240, 243, 247, 0.4) !important;
  border-radius: 3px;
}

.catalog-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.catalog-menu ul ul .catalog-menu__plus {
  display: inline-block;
  position: static;
  top: auto;
  right: auto;
  vertical-align: middle;
}

.catalog-menu ul ul ul {
  padding-left: 15px;
}

.catalog-menu .collapse {
  width: 100%;
}

.catalog-menu__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.catalog-menu__item {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 50px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 1px solid rgba(172, 184, 201, 0.3);
}

.collapse.show .catalog-menu__item:hover {
  background-color: transparent;
}

.catalog-menu__item--has-child > ul .catalog-menu__item {
  padding: 0;
  border: 0;
}

.catalog-menu__item--has-child > ul .catalog-menu__link {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #130c0c;
  text-decoration: none;
}

.catalog-menu__item--has-child > ul .catalog-menu__link:hover {
  text-decoration: underline;
}

.catalog-menu__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 20px;
  padding: 0 20px 0 18px;
  font-size: 14px;
  line-height: 16px;
  color: #130c0c;
  font-weight: 700;
  text-decoration: none;
  white-space: normal;
}

.catalog-menu__link:hover {
  color: #870a39;
  text-decoration: none;
}

.catalog-menu__plus {
  position: absolute;
  z-index: 10;
  top: 22px;
  right: 10px;
  width: 22px;
  height: 22px;
  background-image: url(/upload/media/content/select.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.catalog-menu__plus[aria-expanded="true"] {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.property__title {
  margin-bottom: 20px;
  font-family: "PT Serif";
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #2d2d2d;
}

.property__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 21px;
  position: relative;
}

.property__item:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px dashed rgba(165, 181, 204, 0.3);
}

.property__item .propety-title {
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding-right: 5px;
  margin-right: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #130c0c;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.property__item .propety-desc {
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding-left: 5px;
  font-size: 14px;
  line-height: 14px;
  text-align: right;
  color: #505863;
  max-width: 50%;
}

.property__item .propety-desc span {
  display: block;
}

.property__item--vendor {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.property__item--vendor:before {
  content: none;
}

.property__item--vendor a {
  display: block;
  padding: 0 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 10px rgba(49, 77, 111, 0.19);
  box-shadow: 0px 2px 10px rgba(49, 77, 111, 0.19);
  border-radius: 3px;
  overflow: hidden;
  color: #870a39;
  font-size: 13px;
  line-height: 16px;
}

.property__item--vendor img {
  height: 50px;
}

.options-product__inner {
  padding: 5px 0 26px;
}

.options-product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  margin-bottom: 5px;
  cursor: pointer;
}

.options-product-item input:checked + .options-product-item__title:before {
  background-image: url(/upload/media/checked.png);
  border-color: #870a39;
}

.options-product-item:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed rgba(172, 184, 201, 0.6);
}

.options-product-item__title {
  position: relative;
  z-index: 10;
  margin-right: 40px;
  padding-left: 30px;
  background-color: #fff;
  padding-right: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
}

.options-product-item__title:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #acb8c9;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
}

.options-product-item__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
  padding-left: 5px;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  color: #a78951;
  background-color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  white-space: nowrap;
}

.options-product-item__price span {
  margin-left: 6px;
  font-size: 18px;
}

.options-product-item .line-through {
  padding-right: 15px;
  font-size: 18px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #808080;
  opacity: 0.8;
}

.options-product-item .line-through span {
  margin-left: 3px;
  font-size: 15px;
}

.shop-menu {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  right: 0;
  padding: 35px 0 48px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  pointer-events: none;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
}

.shop-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop-menu__list-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  max-width: 100%;
}

.shop-menu__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop-menu__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  width: 25%;
  padding-right: 20px;
}

.shop-menu__list {
  padding: 0;
  margin: 0 0 30px 0;
  list-style-type: none;
}

.shop-menu__list-title {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  color: #979797;
}

.shop-menu__list-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  white-space: normal;
  font-size: 14px;
  line-height: 18px;
  color: #130c0c;
}

.shop-menu__product-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  width: 260px;
}

.shop-menu__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.shop-menu__product-image-wrp {
  position: relative;
  height: 160px;
  margin-bottom: 27px;
}

.shop-menu__product-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: auto;
  margin-bottom: auto;
  max-height: 100%;
}

.shop-menu__product-choise {
  margin-bottom: 12px;
  padding-left: 20px;
  color: #b04455;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  background-image: url(/upload/media/kvist.svg);
  background-repeat: no-repeat;
  background-position: left center;
}

.shop-menu__product-title {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  color: #130c0c;
}

.shop-menu__product-title:hover {
  color: #870a39;
}

.shop-menu__product-manufactur {
  font-size: 13px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #505863;
}

.shop-menu__product-flag {
  width: 14px;
  margin-right: 6px;
}

.shop-menu__product-chars {
  font-size: 13px;
  line-height: 18px;
  color: #505863;
}

.shop-menu__product-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 14px;
  width: 113px;
  height: 30px;
  background: #870a39;
  border-radius: 60px;
  font-weight: 800;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.shop-menu__product-button:hover {
  background: #a8001b;
}

.shop-menu__product-rating {
  padding-left: 19px;
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 1;
  font-size: 13px;
  line-height: 18px;
  color: #979797;
  background-image: url(/upload/media/star-gold.svg);
  background-repeat: no-repeat;
  background-position: left center;
}

.shop-menu--show {
  opacity: 1;
  visibility: visible;
  pointer-events: fill;
}

.to-top {
  position: fixed;
  z-index: 99;
  right: 1rem;
  bottom: 1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #000;
  color: transparent;
  font: 0/0 a;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 11' width='17' height='11'%3E%3Cpath fill='%23fff' d='M.202 1.97L1.956.204A.61.61 0 0 1 2.43 0a.61.61 0 0 1 .47.204L8.5 5.84 14.1.204A.61.61 0 0 1 14.57 0a.61.61 0 0 1 .474.204l1.754 1.766a.618.618 0 0 1 .202.473.62.62 0 0 1-.202.476l-7.826 7.875A.61.61 0 0 1 8.5 11a.61.61 0 0 1-.472-.204L.202 2.92A.618.618 0 0 1 0 2.444c0-.203.067-.34.202-.475z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.close {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 30px;
  border: none;
  padding: 0;
  line-height: 30px;
  background: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.close span {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 3px;
  vertical-align: middle;
  font-size: 0;
  color: transparent;
  background: transparent;
}

.close span:before,
.close span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #000;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.close span:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.close span:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.burger {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 30px;
  border: none;
  padding: 0;
  line-height: 30px;
  background: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.burger > span {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 3px;
  vertical-align: middle;
  font-size: 0;
  color: transparent;
  background: #000;
  -webkit-transition: background 0.3s 0.3s;
  -o-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}

.burger > span:before,
.burger > span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #000;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s 0.3s, -webkit-transform 0.3s;
  -o-transition: top 0.3s 0.3s, transform 0.3s;
  transition: top 0.3s 0.3s, transform 0.3s;
  transition: top 0.3s 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.burger > span:before {
  top: -10px;
}

.burger > span:after {
  top: 10px;
}

.burger--close > span {
  -webkit-transition: background 0.3s 0s;
  -o-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
  background: transparent;
}

.burger--close > span:before,
.burger--close > span:after {
  top: 0;
  -webkit-transition: top 0.3s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s, -webkit-transform 0.3s 0.3s;
  -o-transition: top 0.3s, transform 0.3s 0.3s;
  transition: top 0.3s, transform 0.3s 0.3s;
  transition: top 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.burger--close > span:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.burger--close > span:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.header-toolbars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.header-toolbars .svg {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  color: #870a39;
  fill: #870a39;
}

.header-toolbars__item {
  margin-left: 21px;
}

.header-toolbars__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 14px;
  line-height: 19px;
  color: #130c0c;
}

.header-toolbars__count {
  width: 26px;
  height: 26px;
  margin-left: 8px;
  background-color: #7e994e;
  border-radius: 50%;
  color: #fff;
  white-space: nowrap;
  font-weight: 700;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
}

#compare .header-toolbars__count {
  display: none;
}

.user-menu {
  margin-left: 26px;
}

.user-menu svg {
  width: 22px;
  height: 22px;
}

.user-menu__link {
  color: #979797;
}

.vendors {
  margin: 100px 0;
}

.vendors .swiper-slide {
  text-align: center;
}

.vendors .swiper-button-next,
.vendors .swiper-button-prev,
.vendors .swiper-pagination {
  position: static;
  margin: 0;
}

.vendors__link {
  text-align: center;
}

.vendors__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
}

.news-blog__item {
  display: block;
  height: 300px;
  position: relative;
  padding: 28px 23px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  border-radius: 3px;
  overflow: hidden;
}

.news-blog__item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0, rgb(125 100 100 / 28%), rgba(0,0,0,0.8323704481792717) 100%);
}

.news-blog__item:hover {
  color: #fff;
}

.news-blog__title {
  display: block;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

.news-blog__title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 150px;
  height: 6px;
  background-image: url(/upload/media/line-decor.svg);
  background-repeat: no-repeat;
  background-position: left center;
}

.news-blog__more {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  background-image: url(/upload/media/more-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.news-blog-2 .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-blog-2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.news-blog-2__item:hover .news-blog-2__title {
  color: #870a39;
}

.news-blog-2__image-wrp {
  position: relative;
  padding-top: 51.21951219512195%;
  border-radius: 3px 3px 0px 0px;
  overflow: hidden;
  background-color: #fafafa;
}

.news-blog-2__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-blog-2__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 29px 25px 25px;
  border-radius: 0 0 3px 3px;
  border: 1px dashed rgba(151, 151, 151, 0.2);
  border-top: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  max-width: 100%;
}

.news-blog-2__root-name {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 18px;
  left: 30px;
  padding: 0 15px;
  height: 20px;
  background: #aa7c47;
  border-radius: 30px;
  font-weight: 600;
  font-size: 12px;
  line-height: 10px;
  color: #fff;
}

.news-blog-2__title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  color: #130c0c;
}

.news-blog-2__descr {
  font-size: 13px;
  line-height: 22px;
  color: #505863;
}

.news-blog-2__footer {
  margin-top: auto;
}

.news-blog-2__date {
  margin-top: 15px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #aa7c47;
}

.gallery-top {
  position: relative;
  height: 476px;
  padding: 0;
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 3px;
  overflow: hidden;
}

.gallery-top .swiper-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.gallery-thumbs-wrapper {
  position: relative;
}

.gallery-thumbs-wrapper .swiper-slide:only-child {
  display: none;
}

.gallery-thumbs-wrapper .swiper-button-next {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/upload/media/r-arrow.png);
}

.gallery-thumbs-wrapper .swiper-button-prev {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/upload/media/l-arrow.png);
}

.gallery-thumbs .swiper-slide {
  height: 90px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}

.gallery-thumbs-arrows {
  display: none;
}

.number-spinner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(151, 151, 151, 0.2);
  border-radius: 3px;
  overflow: hidden;
}

.number-spinner svg {
  width: 12px;
  height: 12px;
}

.number-spinner .btn {
  width: 30px;
  height: 46px;
  padding: 0;
  background-color: #fff;
  border: 0;
  text-align: center;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  color: #870a39;
}

.number-spinner input {
  width: 50px;
  height: 46px;
  padding: 0;
  border: 0;
  text-align: center;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 700;
}

.reviews {
  position: relative;
  padding-bottom: 48px;
}

.reviews .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.reviews:before {
  content: "";
  position: absolute;
  top: -104px;
  left: -316px;
  right: -316px;
  bottom: 0;
  background: url(/upload/media/content/reviews_bg.jpg) no-repeat center center/cover;
}

.reviews .shop-item-rating-line i {
  font-size: 10px;
  line-height: 10px;
  margin-left: 0;
  margin-right: 3px;
}

.reviews__item {
  width: 100%;
  padding: 41px 25px 25px;
  background: #ffffff;
}

.reviews__header {
  position: relative;
  padding-right: 50px;
}

.reviews__header:after {
  content: url(/upload/media/content/quote.svg);
  position: absolute;
  right: 0;
  top: 6px;
}

.reviews__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #130c0c;
}

.reviews__rating {
  margin-bottom: 15px;
}

.reviews__text {
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 22px;
  color: #505863;
}

.reviews__date {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #aa7c47;
}

.shop-cat-sublist {
  margin-bottom: 17px;
}

.shop-cat-sublist__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -4.5px;
}

.shop-cat-sublist__item {
  padding: 0 4.5px;
  margin-bottom: 7px;
}

.shop-cat-sublist__link {
  display: block;
  padding: 0 20px;
  white-space: nowrap;
  border-radius: 3px;
  color: #aa7c47;
  font-size: 13px;
  line-height: 42px;
  text-align: center;
  border: 1px solid #aa7c47;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-color: #fff;
}

.shop-cat-sublist__link:hover {
  background-color: #870a39;
  color: #fff;
  border-color: #870a39;
}
.news-blog .news-blog__item .news-blog__info-opacity{
	
	position: relative;
}
@media (min-width: 576px) {
  .shop-card__actions {
    min-height: 48px;
  }
  #product_list [class*="col-"] {
    margin-top: -30px;
  }

  .shop-card:hover .shop-card__border {
    border-color: #fff;
  }
}

@media (min-width: 768px) {
  .majority {
    width: 100%;
    padding: 102px 30px 30px;
  }

  .three-col > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  .two-col > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .link-root-cat-title {
    position: absolute;
    z-index: 10;
    top: 18px;
    right: 76px;
    font-weight: 800;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    color: #870a39;
  }

  .gallery-thumbs .swiper-slide {
    width: 90.4px;
    margin-right: 17px;
  }
}

@media (min-width: 1200px) {
  .product-tabs-content .property {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, auto);
    grid-row: auto;
    gap: 0 10vw;
  }

  .dropdown__content {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    margin: 0;
    list-style-type: none;
    width: 250px;
    background-color: #fff;
    z-index: 100;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }

  .float-arrows .swiper-container {
    padding-bottom: 57px;
    padding-top: 80px;
  }

  .float-arrows .wtitle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 15px;
    margin: 0;
  }

  .float-arrows .swiper-button-next {
    margin: 0;
    top: 0;
  }

  .float-arrows .swiper-button-prev {
    margin: 0;
    top: 0;
    left: auto;
    right: 59px;
  }

  .our-brands .swiper-button-next {
    right: 15px;
  }

  .our-brands .swiper-slide {
    width: 198.111px;
    margin-right: 15px;
  }

  .instagram .swiper-container {
    padding-bottom: 20px;
  }

  .instagram .swiper-slide {
    width: 300.25px;
    margin-right: 30px;
  }

  .instagram__subtitle {
    position: absolute;
    top: 30px;
    left: 15px;
  }

  .map {
    min-height: 500px;
  }

  article .instagram .wtitle,
  article .instagram__subtitle {
    left: 0;
  }

  .main-menu .menu-with-icon {
    padding-left: 27px;
    background-image: url(/upload/media/wine-glass-icon.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 14px;
  }

  .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .main-menu > li {
    margin-right: 39px;
  }

  .main-menu > li.active > a {
    color: #870a39;
    background-color: transparent;
  }

  .main-menu > li.active > a:after {
    opacity: 1;
  }

  .main-menu > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 0;
    height: 56px;
    color: #2c2c2c;
    white-space: nowrap;
    background-color: transparent;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    font-size: 16px;
    font-weight: 700;
  }

  .main-menu > li > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #870a39;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: 0;
  }

  .main-menu > li > a:hover {
    color: #870a39;
    background-color: transparent;
  }

  .main-menu > li > a:hover:after {
    opacity: 1;
  }

  .menu-hover-1 .dropdown__content {
    display: none !important;
    opacity: 0;
    visibility: hidden;
  }

  .shop-items__slide {
    width: 307.75px;
    margin-right: 20px;
  }

  .shop-filter {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
    padding: 0;
    background: #fff !important;
  }

  .shop-filter__title {
    display: none;
  }

  .product__old-price {
    bottom: -10px;
  }

  .product-wineries__item {
    margin-bottom: 30px;
  }

  .related-products-wrapper .wtitle {
    left: 0;
  }

  .catalog-menu {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    position: relative;
    padding: 20px 0 29px;
  }

  .catalog-menu__title {
    margin-bottom: 15px;
    color: #130c0c !important;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    padding-left: 18px;
  }

  .shop-menu {
    display: block;
  }

  .news-blog .swiper-slide {
    width: 410.333px;
    margin-right: 30px;
  }

  .news-blog__title {
    max-width: 250px;
  }

  .news-blog-2 .swiper-slide {
    width: 410.333px;
    margin-right: 30px;
  }

  .reviews .swiper-slide {
    width: 410.333px;
    margin-right: 30px;
  }
}

@media (min-width: 1321px) {
  .footer-main__menu-wrp--big-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    max-width: 100%;
    padding-left: 50px;
  }
}

@media (min-width: 1325px) {
  .related-products-wrapper .swiper-slide {
    width: 301.25px;
    margin-right: 30px;
  }
}

@media (max-width: 1320px) {
  .footer-main__logo-wrp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .footer-main__menu-wrp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .product__thumbs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    max-width: 400px;
  }
}

@media (max-width: 1199px) {
  .link-root-cat-title {
    display: none;
  }

  .our-brands .swiper-button-next {
    display: none;
  }

  .our-brands .swiper-pagination {
    display: none;
  }

  .instagram__subtitle {
    margin-bottom: 20px;
  }

  .header__logo {
    margin-right: 40px;
  }

  .header__burger {
    margin-right: 20px;
  }

  .header__store-select {
    display: none;
  }

  .header__phone {
    display: none;
  }

  .product__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: 0;
    padding-right: 30px;
  }

  .product__thumbs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .dropdown-toggle--no-border:after {
    border-top: 0;
    border-left: 0;
  }

  .promo__big-promo-wrp {
    width: 100%;
  }

  .promo__small-promo-wrp {
    display: none;
  }

  .header__search {
    margin-right: 0;
  }

  .footer-main__logo-wrp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    text-align: center;
  }

  .footer-main__socials-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-main__socials-item {
    margin: 0 8px;
  }

  .footer-main__menu-wrp {
    display: none;
  }

  .footer-info__text {
    text-align: center;
  }

  .footer-info__age-alert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-info__age-alert p {
    margin-left: 0;
    font-size: 20px;
    text-align: center;
  }

  .footer-info__age {
    margin-bottom: 20px;
  }

  .product-details__rails {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: 0;
    padding-right: 20px;
  }

  .product-details__temp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: 0;
  }

  .product-details__gastronomic {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 20px;
  }

  .header-toolbars .svg {
    margin-right: 0;
  }

  .header-toolbars__link {
    font-size: 0px;
  }

  .header-toolbars__count {
    display: none;
  }
}

@media (max-width: 767px) {
  .header__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .header__logo img {
    width: 165px;
  }

  .header__burger {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    margin: 0;
    text-align: right;
  }

  .promo-slider__nav {
    display: none;
  }

  .product__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .product__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .product__actions .number-spinner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
  }

  .header-toolbars__item {
    margin-left: 10px;
  }

  .user-menu {
    margin-left: 10px;
  }
}

@media (max-width: 575px) {
  .header__user-menu {
    order: -1;
  }
  .header__toolbars {
    order: -3;
  }
  .header__search {
    flex: 1 1 100%;
    max-width: 100%;
    margin: 0;
    margin-top: 10px;
  }


  .header__logo {
    height: 65px;
    order: -4;
    width: 130px;
    margin-right: auto;
  }
  .header__burger {
    margin-left: 20px;
    width: auto;
  }
  .majority__inner {
    margin-bottom: 40px;
  }

  .majority {
    position: relative;
    padding: 103px 20px 30px;
  }
  .majority::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 25%, rgba(0, 212, 255, 0) 100%, rgba(9, 9, 121, 1) 100%);
  }

  .majority__inner {
    position: relative;
    z-index: 1;
  }

  .fancybox-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wtitle {
    margin: 30px 0;
    font-size: 22px;
    line-height: 28px;
  }

  .our-brands .float-arrows {
    padding-top: 30px;
  }

  .page-title {
    font-size: 20px;
    line-height: 28px;
  }

  #product_list [class*="col-"] {
    margin-bottom: 30px;
  }

  .wtitle-span .wtitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wtitle-span .link-all-shop {
    margin-top: 10px;
    margin-left: 0;
  }

  .shop-card__inner:before {
    display: none;
    content: none;
  }

  /*.shop-card__actions {
    display: none;
  }*/
  .shop-card__actions {
opacity: 1;
  visibility: visible;
    }
  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .js-supercena .wtitle{
display: flex;
  flex-direction: row;
    gap: 15px;
  align-items: flex-end;
}
  .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    margin: 0 4.5px;
  }

  .product-details {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .product-details__rails {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .product-details__temp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }

  .title-product .page-title {
    font-size: 20px;
    line-height: 28px;
  }

  .nav-tabs.product-tabs .nav-link {
    margin: 0 15px;
    font-size: 18px;
    height: 40px;
  }

  .options-product-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .options-product-item:after {
    content: none;
  }

  .options-product-item__title {
    margin-right: 0;
  }

  .options-product-item__price {
    padding-left: 0;
  }

  .vendors {
    margin: 50px 0;
  }

  .news-blog__more {
    display: none;
  }

  .gallery-top {
    height: 350px;
  }
}

.btn-outline-primary a {
  color: #262427;
}

.btn-outline-primary:hover a {
  color: #fff;
}

.main-review {
  margin-bottom: 35px;
}

.main-review__top {
  display: block;
  margin-bottom: 5px;
}

.b-info a {
  color: #455a64;
  text-decoration: none !important;
  transition: 0.3s;
}

.main-review__photo img {
  display: block;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.main-review__photo,
.main-review__info,
.main-review__date {
  display: inline-block;
  vertical-align: middle;
}

.main-review__name,
.main-review__date,
.main-review__text p,
.main-review__text a,
.main-review__reaction {
  font-size: 13px;
  line-height: 17px;
}

.main-review__date,
.main-review__text a {
  color: #9fb2bb;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.main-review__stars {
  margin-right: 10px;
}

.main-review__text,
.main-review__reaction {
  margin-left: auto;
  margin-right: 0;
  text-align: left;
}

.main-review__text {
  margin-bottom: 10px;
}

.main-review__name,
.main-review__reaction {
  color: #263238;
}

.main-review__stars {
  display: inline-block;
}

.stars {
  display: flex;
  align-items: center;
}

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

.stars svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
  color: #e5e5e5;
}

.star_on svg {
  color: #fec51a;
}

.main-review__name {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  width: 100%;
  display: block;
}

.main-review__text {
  padding-left: 45px;
}

.hidden {
  display: none;
}

.review-column:nth-child(-n + 9) {
  display: block;
}

.shop-card__origin-text {
  display: flex;
  width: 100%;
  text-align: right;
  align-items: center;
}

.shop-card__origin-text .font-weight-bold {
  display: flex;
  flex: 1;
  align-items: baseline;
  margin-right: 8px;
  white-space: nowrap;
}

.shop-card__origin-text .font-weight-bold::after {
  display: block;
  flex: 1;
  margin: 0 8px;
  padding: 0 18px;
  border-bottom: 1px dashed #e1e2e5;
  content: "";
}

/* #menu-hover-1 .shop-menu__col {
  width: 25%;
} */

@media (min-width: 768px) {
    .header__logo .logo {
      margin-top: -12px;
    }
}
.video-banner{
border-radius: 6px;
}
.our-video .wtitle {
  margin: 30px 0 35px;
}
}
@media (min-width: 1200px) {
  .header__store-select {
    margin-right: 30px;
    margin-left: 10px;
  }
.video-banner{
margin-top: 22px;
  min-height: 407px;

}

}

.shop-menu__col1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  width: 22%;
  padding-right: 20px;
}



.subscribe-block{
display: flex;
/*padding: 10px 0 20px;
  border: 1px solid #d7d7d733;*/
  justify-content: space-between;
align-items: center;
}
.subscribe-block__img-block{
  display: flex;
  gap:30px;
  overflow: hidden;
}
.subscribe-block__item--text{
margin-left:30px;
 width: 1230px;
margin-top: 79px;
}

.subscribe-block__item--text p {
font-size: clamp(20px, 2.5vw, 26px);
  line-height: 36px;
  font-weight:bold;
}


.subscribe-block__link{
color:#870a39;
font-size: clamp(20px, 2.5vw, 24px);
  line-height: 34px;
font-weight:600;
}

.subscribe-qr{
margin-top: 40px;
}

.subscribe-tg{
margin-right:12px;
}
.subscribe-wrapper{
padding-bottom: 57px;
}
@media (min-width: 768px) {
  .wraper-fast-result .row {
    margin: 0;
    padding-top: 10px;
  }
  .wraper-fast-result .row + .row {
    margin-top: 10px;
    border-top: 1px solid #e5e5e5;
  }
.our-video .wtitle {
  margin: 30px 0 35px;
}
  .video-banner{
max-height: 404px;
    min-height: 404px;
    margin-top: 0;
    display: block;
}
}
@media (max-width:1199px){
.subscribe-block{


}

  .subscribe-block__item--text{
  display: flex;
  flex-direction: column;
margin: 0 auto;
  }

.subscribe-block__img-block {
  justify-content: space-around;
}
}


@media (min-width:1200px){
.subscribe-block__img-block .news-blog__item{
width: 411px;
  height: 411px;
}
.our-video .wtitle{
margin: 30px 0 -42px;
}
  .video-banner{
    min-height:406px;
margin-top: 25px;
}
}

.product-wineries .swiper-slide {
  width: 300px;
}

@media (max-width: 1199px) {
  .product-wineries .wtitle {
    margin: 0 0 20px 0;
  }

  .product-wineries {
    margin-bottom: 30px;
  }

  .product-wineries .swiper-button-next, 
  .product-wineries .swiper-button-prev {
    position: static;
    margin: 0;
    transform: none;
    display: inline-block;
    margin: 10px 5px 0 0;
  }
}
.wraper-fast-result {
  background-color: #fff;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  z-index: 4;
}

@media (max-width: 767px) {
  .wraper-fast-result {
    width: 100%;
  }
  .video-banner{
max-height:406px;
margin: 0 auto;
}
    .subscribe-block {
      flex-direction:column;
      gap:30px 0;
margin: 0 auto;
  }
  .subscribe-block__link{
display: flex;
}
}


}

.wraper-fast-result .row {
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  padding: 7px 0 !important;
  margin: 0 !important;
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  gap: 0 10px;
}

.wraper-fast-result img {
  max-height: 90px !important;
}

.wraper-fast-result .sprice {
  color: #f44040;
  display: block;
  padding-top: 7px;
}

.wraper-fast-result a {
  text-decoration: none
}

.img-mid img{
max-height:500px
}
.header__toolbars {
display: flex;
  align-items: center;
}
.social__link-wrap--telegram .social__link {
  background-color: #05a0eb;
}


.header__toolbars .social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  transition: color .3s,background-color .3s,opacity .3s;
}
.page-header__social .social{
list-style: none;
  margin-bottom: 0;
padding-left: 0;
}


 .page-header__social  .social__link:hover {
    color: #fff;
    opacity: .7;
  }
.long-line{
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"!important;
}
.low-image {
max-height: 450px;
  object-fit: cover;
}

@media(max-width:991.98px){
.page-header__social .social {
  padding-left: 30px;
}
}

.a-color{
text-decoration: underline;
color: #870a39;
}

.sort-m{
margin-top:12px;
}

  .visible-text {
            display: block;
        }
       body {
            transition: height 1s ease-in-out;
        }


       .hidden-text p, .hidden-text h2, .hidden-text h3, .hidden-text img, .hidden-text a, .hidden-text li {
            opacity: 0;
            transform: translateY(10px);
            transition: opacity 1s ease, transform 1s ease;
            display: none; 
        }

        .hidden-text.show p, .hidden-text.show h2, .hidden-text.show h3, .hidden-text.show img, .hidden-text.show a, .hidden-text.show li {
            display: block;
        }

        .hidden-text.show p.visible, .hidden-text.show h2.visible, .hidden-text.show h3.visible, .hidden-text.show img.visible, .hidden-text.show a.visible, .hidden-text.show li.visible {
            opacity: 1;
            transform: translateY(0);
margin-bottom: 25px;
        }
   .hidden-text.show ol, .hidden-text.show ul {
            display: block; 
        }

        .hidden-text.show li {
            display: list-item; 
        }
.img-loyal{
margin:12px 0;
}
        .btn__open-text {
            cursor: pointer;
            text-decoration: underline;
          color:#870a39;
        }
        .btn__open-text:hover {
            text-decoration: none;
          color:#407824;
        }
.big-h2 h2{
font-size: 22px;
  line-height: 25px;
}
.big-h2 a{
text-decoration: underline;
  color:#870a39;
}
.more-info button{
background: 0 0;
  border: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
}
.info-icon::after {
  content: '?';
  color: #fff;
  width: 12px; 
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #979797;
  border-radius: .25rem;
  overflow: hidden;
  margin-left: 20px;
  font-size: 10px;
  font-weight: bold;
    margin-bottom: 11px;
}
.tooltip a{
	color:#fff;
	text-decoration:underline;
}
.info-icon:hover .tooltip:hover {
    visibility: visible;
    opacity: 1;
}
.tooltip::before {
	content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
    border-width: 5px;
  border-style: solid;
  border-color: transparent;
  rotate: 180deg;
  width: 100%;
  background-color: transparent;
}
.info-icon{
	position:relative;
	cursor:pointer;
	
}
.tooltip {
    visibility: hidden;
    width: 200px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: .25rem;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -100px;
    opacity: 0;
    transition: opacity 0.3s;
}

.info-icon:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

.priority-nav__dropdown-toggle::after, .priority-nav__dropdown-toggle::before {
    content: "";
    display: block;
    position: absolute;
    top: 52%;
    left: 50%;
    width: 7px;
    height: 7px;
    margin-left: -4px;
    margin-top: -4px;
    background-color: #870a39;
    box-shadow: -10px 0 0 0 #870a39,10px 0 0 0 #870a39;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
  }

  .priority-nav__dropdown-toggle::after {
    width: 3px;
    height: 3px;
    margin-left: -2px;
    margin-top: -2px;
    background-color: #fff;
    box-shadow: -10px 0 0 0 #fff,10px 0 0 0 #fff;
  }



@media(max-width:1199.98px){
.priority-nav__dropdown-toggle::after, .priority-nav__dropdown-toggle::before {
left: 10%;
}
  .main-menu .menu-with-icon a{
    padding-left: 31px;
    background-image: url(/upload/media/wine-glass-icon.svg);
    background-repeat: no-repeat;
   background-position: 10px center;
    background-size: 14px;
  }
  }
.pop-cat{
display:none;
}
@media (max-width: 520px) {
  .shop-card__image {
  max-height: 100%;
  height: 100%;
  object-fit: cover;
}
    .header-toolbars__count {
    display: block;
  }
   .header__burger {
    margin-left: 10px;
    width: auto;
  }
    .header-toolbars__item {
    margin-left: 7px;
  }
  .number-spinner input {
  width: 20px;
  }
  .pop-cat {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto; 
    gap: 10px;
    margin:0 0 38px 0;
    width: 100%;
  }
  .page-header__social .social {
    padding-left: 6px;
  }
  .pop-cat a {
    flex: 0 0 auto; 
    max-width: 37%;
  }

  .pop-cat::-webkit-scrollbar {
    height: 8px; 
  }

  .pop-cat::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 4px;
  }

  .pop-cat::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   #product_list [class*="col-"] {
    margin-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    border: 1px dashed rgba(151, 151, 151, 0.2);
  }
  .shop-card__border {
border:0;
}
  .shop-card__thumb {
  position: relative;
  margin-bottom: 10px;
}
 .shop-card__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 16px 23px;
}
  .shop-card__actions {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  flex-direction: row;
  padding: 0px 7px;
  gap: 5px;
    margin-bottom: 10px;
  }

.shop-card__actions .btn {
  padding: 2px 0;
  height: 47px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  }
.shop-card__actions .number-spinner {
  margin-right: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

  
}
@media(max-width:420px){
.priority-nav__dropdown-toggle::after, .priority-nav__dropdown-toggle::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 12%;
  }
  
}
.ackiya{
color: #870a39;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}