.container {
  width: 100%;
  max-width: 1360px;
  padding: 0 20px;
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
@media only screen and (max-width: 575px) {
  .container {
    max-width: 100%;
  }
}
@font-face {
  font-family: "Inter";
  src: url("./fonts/Inter-Light.woff2") format("woff2"), url("./fonts/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("./fonts/Inter-Regular.woff2") format("woff2"), url("./fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("./fonts/Inter-Medium.woff2") format("woff2"), url("./fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("./fonts/Inter-SemiBold.woff2") format("woff2"), url("./fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("./fonts/Inter-Bold.woff2") format("woff2"), url("./fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CradleyOpen";
  src: url("./fonts/CradleyOpen.woff2") format("woff2"), url("./fonts/CradleyOpen.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DessertScript";
  src: url("./fonts/DessertScript.woff2") format("woff2"), url("./fonts/DessertScript.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant";
  src: url("./fonts/Cormorant-Regular.woff2") format("woff2"), url("./fonts/Cormorant-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant";
  src: url("./fonts/Cormorant-Medium.woff2") format("woff2"), url("./fonts/Cormorant-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant";
  src: url("./fonts/Cormorant-SemiBold.woff2") format("woff2"), url("./fonts/Cormorant-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant";
  src: url("./fonts/Cormorant-Bold.woff2") format("woff2"), url("./fonts/Cormorant-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LinBiolinum";
  src: url("./fonts/LinBiolinum.woff2") format("woff2"), url("./fonts/LinBiolinum.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LinBiolinum";
  src: url("./fonts/LinBiolinum.woff2") format("woff2"), url("./fonts/LinBiolinum.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BpgPaataCaps";
  src: url("./fonts/BpgPaataCaps.woff2") format("woff2"), url("./fonts/BpgPaataCaps.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BpgGlaho";
  src: url("./fonts/BpgGlaho.woff2") format("woff2"), url("./fonts/BpgGlaho.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Frank Ruhl Libre";
  src: url("./fonts/FrankRuhlLibre-Regular.woff2") format("woff2"), url("./fonts/FrankRuhlLibre-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.slideInLeftOpacity {
  -webkit-animation-name: slideInLeftOpacity;
          animation-name: slideInLeftOpacity;
}

@-webkit-keyframes slideInLeftOpacity {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInLeftOpacity {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.slideInRightOpacity {
  -webkit-animation-name: slideInRightOpacity;
          animation-name: slideInRightOpacity;
}

@-webkit-keyframes slideInRightOpacity {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInRightOpacity {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.slideInUpOpacity {
  -webkit-animation-name: slideInUpOpacity;
          animation-name: slideInUpOpacity;
}

@-webkit-keyframes slideInUpOpacity {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInUpOpacity {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.slideInDownOpacity {
  -webkit-animation-name: slideInDownOpacity;
          animation-name: slideInDownOpacity;
}

@-webkit-keyframes slideInDownOpacity {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInDownOpacity {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInOpacity {
  -webkit-animation-name: fadeInOpacity;
          animation-name: fadeInOpacity;
}

@-webkit-keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomInImage {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomInImage {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.zoomInImage {
  -webkit-animation-name: zoomInImage;
          animation-name: zoomInImage;
}

:root {
  --black: #120201;
  --font-family: "Inter", sans-serif;
  --second-family: "Cormorant", serif;
  --third-family: "CradleyOpen", serif;
  --fourth-family: "DessertScript", sans-serif;
}

body {
  font-family: var(--font-family);
  font-size: 16px;
  min-width: 320px;
  color: #392906;
  font-weight: 400;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  background-color: #FFFAEF;
  margin: 0;
}

img {
  max-width: 100%;
}

input:required, textarea:required {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
input:invalid, textarea:invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
}
input:focus, textarea:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: var(--text-color);
}
a:focus, a:hover {
  outline: none;
  text-decoration: none;
}

button:active, button:focus {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

input, select, button {
  outline: none;
}

input,
textarea {
  -webkit-appearance: none;
}

input:disabled {
  opacity: 1;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]:hover,
input[type=number]:focus {
  -moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=text]::-ms-clear,
input[type=tel]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal,
input[type=tel]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

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

svg {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

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

.main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 150px;
}

.format-text-p p:nth-child(1) {
  margin-top: 0;
}
.format-text-p p:last-child {
  margin-bottom: 0;
}

.section {
  margin: 80px 0;
}
.section-title {
  margin: 0;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  text-align: left;
  background-image: url("./img/back-bg-dark.jpg");
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto 100%;
}
.section-title--center {
  text-align: center;
}
.section-title--sm {
  font-size: 32px;
}
.section-title--light {
  background-image: url("./img/back-bg.jpg");
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
}
.section-subtitle {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 32px;
  color: #000;
  margin-top: 30px;
}
.section-subtitle--center {
  text-align: center;
}

.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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  background-image: -webkit-image-set(url("./img/btn-back-bg.jpg") 1x, url("./img/btn-back-bg@2x.jpg") 2x);
  background-image: image-set(url("./img/btn-back-bg.jpg") 1x, url("./img/btn-back-bg@2x.jpg") 2x);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  padding: 27px 25px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #150300;
  text-align: center;
  border: 1px solid #aa6b1a;
  border-radius: 16px;
  position: relative;
  text-decoration: none;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 7px;
  left: 0;
  position: relative;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.btn:hover {
  -webkit-box-shadow: 0 0 10px rgba(255, 204, 128, 0.5), 0 0 20px rgba(255, 170, 51, 0.5);
          box-shadow: 0 0 10px rgba(255, 204, 128, 0.5), 0 0 20px rgba(255, 170, 51, 0.5);
}
.btn:hover .btn__icon {
  left: 5px;
}
.btn:active {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.back,
.next {
  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;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  width: 42px;
  height: 73px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.back:focus-visible,
.next:focus-visible {
  outline: none;
}
.back.swiper-button-disabled,
.next.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.back {
  background-image: url("./img/back.svg");
}

.next {
  background-image: url("./img/next.svg");
}

@media (hover) {
  .wow {
    visibility: hidden;
  }
}
.swiper-pagination {
  z-index: 3;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #291A0A;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 100%;
  margin: 0 2px;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #D8AE74;
}

@media (hover) {
  .swiper-pagination-bullet:hover {
    background-color: #D8AE74;
  }
}
.page-section {
  padding: 64px 0 80px;
}

.line {
  background-image: url("./img/decor-bg.svg");
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 100%;
  height: 36px;
}

@media only screen and (max-width: 1199px) {
  body.noscroll {
    overflow: hidden;
  }
  .section-title {
    font-size: 40px;
  }
  .section-subtitle {
    font-size: 27px;
  }
}
@media only screen and (max-width: 575px) {
  body {
    font-size: 14px;
  }
  .section {
    margin: 60px 0;
  }
  .section-title {
    font-size: 32px;
  }
  .section-subtitle {
    font-size: 21px;
    margin-top: 20px;
  }
  .page-section {
    padding: 32px 0 50px;
  }
}
.age-check {
  min-height: 100vh;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  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;
}
.age-check:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(38, 24, 6, 0.35);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.age-check-inner {
  position: relative;
  z-index: 2;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.age-check-icon {
  width: 100px;
  margin-bottom: 30px;
}
.age-check-title {
  margin: 0;
  font-size: 64px;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 64px;
  line-height: 1;
  text-align: center;
  background-image: url("./img/back-bg.jpg");
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  background-position: top center;
}
.age-check-text {
  margin-top: 20px;
  font-size: 21px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.8);
}
.age-check-exit {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: opacity 0.3s, text-decoration-color 0.3s;
  transition: opacity 0.3s, text-decoration-color 0.3s;
  margin-top: 30px;
  text-decoration: none;
  text-decoration-color: transparent;
}
.age-check-exit:hover {
  opacity: 1;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(255, 255, 255, 0.8);
}
.age-check__btn {
  margin-top: 30px;
  padding-left: 90px;
  padding-right: 90px;
}

@media only screen and (max-width: 575px) {
  .age-check-icon {
    width: 75px;
    height: 75px;
    margin-bottom: 40px;
  }
  .age-check-title {
    font-size: 48px;
  }
  .age-check-text {
    margin-top: 15px;
    font-size: 16px;
  }
  .age-check-exit {
    font-size: 12px;
    margin-top: 25px;
  }
  .age-check__btn {
    margin-top: 25px;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 16px;
    height: 60px;
    border-radius: 12px;
  }
}
.logo {
  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;
}
.logo img {
  width: 100%;
}

.cart-icon {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cart-icon__count {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 38px;
  line-height: 100%;
  text-align: center;
  background-image: url("./img/back-bg-dark.jpg");
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  background-position: bottom center;
  margin-bottom: 10px;
}
.cart-icon img {
  width: 30px;
  height: 30px;
}

.header__cart-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
  margin-left: 30px;
  position: relative;
  top: -4px;
}

.language {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  z-index: 2;
  width: 32px;
}
.language__toggle {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.language__current {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 27px;
  line-height: 100%;
  text-align: center;
  background-image: url("./img/back-bg-dark.jpg");
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
}
.language__icon {
  width: 26px;
  height: 26px;
  margin-top: 11px;
}
.language__dropdown {
  position: absolute;
  left: -50px;
  width: 132px;
  top: calc(100% + 10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 25px 20px;
  background-color: #E9DAB2;
  border-radius: 20px;
  z-index: -1;
}
.language__dropdown.active {
  opacity: 1;
  visibility: visible;
}
.language__link {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 23px;
  line-height: 100%;
  text-align: center;
  background-image: url("./img/back-bg-dark.jpg");
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  background-position: bottom center;
}
.language__link + .language__link {
  margin-top: 20px;
}

.mobile-menu {
  display: none;
}

.hamburger {
  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;
  cursor: pointer;
  padding: 0;
  height: 21px;
}
.hamburger .hamburger-box {
  width: 32px;
  height: 21px;
}
.hamburger .hamburger-box .hamburger-inner,
.hamburger .hamburger-box .hamburger-inner::after,
.hamburger .hamburger-box .hamburger-inner::before {
  background-color: #000;
  height: 3px;
  width: 32px;
  border-radius: 10em;
  background-image: url("./img/burger-bg.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.hamburger .hamburger-box .hamburger-inner::before {
  top: 9px;
}
.hamburger .hamburger-box .hamburger-inner::after {
  top: 18px;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner:after {
  top: 20px;
}

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

.header {
  z-index: 20;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 150px;
  background-color: rgba(244, 231, 203, 0);
  background-image: url("./img/header-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  background-color: transparent;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header.hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.header.opened {
  background-color: #f4e7cb;
}
.header.opened .header-dropdown {
  opacity: 1;
  visibility: visible;
}
.header:not(.header--no-fixed).fixed {
  position: fixed;
}
.header-block {
  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;
  height: 150px;
  position: relative;
}
.header__logo {
  width: 226px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header__language {
  margin-left: 70px;
}
.header__hamburger {
  position: relative;
  top: -8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 50px;
}
.header__hamburger:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 4px;
  background-image: url("./img/ring.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-dropdown {
  background-color: #DAC79E;
  padding: 40px 0;
  background-image: url("./img/header-bg.png");
  background-repeat: repeat;
  background-size: 100% 100%;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.header-dropdown__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 32px;
  line-height: 125%;
  color: #130d03;
  text-align: center;
}
.header-dropdown-block {
  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;
}
.header-dropdown-col {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__subscribe {
  max-width: 500px;
  margin-left: 50px;
}
.header__kashrut {
  width: 100%;
}
.header__kashrut .kashrut__image {
  width: 100%;
  margin-top: 30px;
}
.header-contact {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 32px;
  line-height: 125%;
  text-align: center;
  color: #aa6b1a;
}
.header-contact a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #aa6b1a;
  -webkit-transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
  color: #aa6b1a;
  white-space: nowrap;
}
.header-contact a:hover {
  text-decoration: none;
  text-decoration-color: transparent;
}
.header-contact a[href^=tel] {
  text-decoration: none;
}

.menu {
  width: 100%;
  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;
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu__item {
  position: relative;
  height: 70px;
  position: relative;
}
.menu__item:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 4px;
  background-image: url("./img/ring.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.menu__item + .menu__item {
  margin-left: 35px;
}
.menu__item.current-menu-item .menu__link, .menu__item.current-menu-parent .menu__link {
  color: #AA6B1A;
}
.menu__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 27px;
  line-height: 100%;
  text-align: center;
  color: #231f20;
  height: 54px;
  transition: color 0.3s;
}
.menu__link:active {
  color: #AA6B1A;
}

@media (hover) {
  .menu__link:hover {
    color: #AA6B1A;
  }
}
.overlay {
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  height: 100vh;
  left: 0;
  right: 0;
  z-index: 19;
  cursor: pointer;
}
.overlay.visible {
  opacity: 1;
  visibility: visible;
}

.header--has-cart .header__language {
  margin-left: 40px;
}

@media only screen and (max-width: 1399px) {
  .header:not(.header--has-cart) .header__language .language__dropdown {
    right: -10px;
    left: auto;
  }
}
@media only screen and (max-width: 1299px) {
  .language__current {
    font-size: 24px;
  }
  .language__link {
    font-size: 20px;
  }
  .menu__link {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  .menu {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .mobile-menu .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mobile-menu .menu__list + .menu__list {
    margin-top: 35px;
  }
  .mobile-menu .menu__item {
    height: auto;
  }
  .mobile-menu .menu__item + .menu__item {
    margin-left: 0;
    margin-top: 35px;
  }
  .mobile-menu .menu__link {
    padding-bottom: 20px;
    height: auto;
    font-size: 32px;
    font-weight: 500;
  }
  .header.opened {
    min-height: 100vh;
  }
  .header.opened .menu {
    opacity: 1;
    visibility: visible;
  }
  .header-dropdown {
    height: calc(100dvh - 150px);
    padding-top: 64px;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .header-dropdown-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-dropdown-col {
    width: 100%;
  }
  .header__subscribe {
    margin-left: 0;
    margin-top: 80px;
  }
  .header__kashrut {
    margin-top: 80px;
  }
  .header__language {
    margin-left: auto;
  }
  .overlay {
    display: none;
  }
  .header--has-cart .header__logo {
    margin-right: 30px;
  }
  .header--has-cart .header__language {
    margin-left: auto;
  }
}
@media only screen and (max-width: 575px) {
  .header__logo {
    width: 180px;
  }
  .header__subscribe {
    padding: 30px;
  }
  .header__cart-icon {
    margin-left: 20px;
  }
  .header--has-cart .header__hamburger {
    margin-right: 30px;
  }
  .header--has-cart .header__logo {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
}
.custom-checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.custom-checkbox input {
  display: none;
}
.custom-checkbox__box {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #DADCDF;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.custom-checkbox__box::after {
  content: "";
  position: absolute;
  background-image: url("./img/check-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.custom-checkbox input:checked + .custom-checkbox__box {
  border-color: transparent;
}
.custom-checkbox input:checked + .custom-checkbox__box::after {
  opacity: 1;
}
.custom-checkbox__label {
  font-size: 19px;
  color: var(#000, 0.8);
}

.form *::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #000;
}

.form *::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.5;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #000;
}

.form *:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.5;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #000;
}

.form *::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.5;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #000;
}

.form *::placeholder {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #000;
}
.form input[type=text],
.form input[type=tel],
.form input[type=url],
.form input[type=email],
.form input[type=password],
.form input[type=number],
.form textarea {
  position: relative;
  font-size: 16px;
  height: 44px;
  font-weight: 400;
  text-align: left;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.8);
  padding: 0 16px;
  border: 1px solid #DADCDF;
  border-radius: 8px;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form input[type=text]:focus::-webkit-input-placeholder, .form input[type=tel]:focus::-webkit-input-placeholder, .form input[type=url]:focus::-webkit-input-placeholder, .form input[type=email]:focus::-webkit-input-placeholder, .form input[type=password]:focus::-webkit-input-placeholder, .form input[type=number]:focus::-webkit-input-placeholder, .form textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
.form input[type=text]:focus::-moz-placeholder, .form input[type=tel]:focus::-moz-placeholder, .form input[type=url]:focus::-moz-placeholder, .form input[type=email]:focus::-moz-placeholder, .form input[type=password]:focus::-moz-placeholder, .form input[type=number]:focus::-moz-placeholder, .form textarea:focus::-moz-placeholder {
  opacity: 0;
}
.form input[type=text]:focus:-ms-input-placeholder, .form input[type=tel]:focus:-ms-input-placeholder, .form input[type=url]:focus:-ms-input-placeholder, .form input[type=email]:focus:-ms-input-placeholder, .form input[type=password]:focus:-ms-input-placeholder, .form input[type=number]:focus:-ms-input-placeholder, .form textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
.form input[type=text]:focus::-ms-input-placeholder, .form input[type=tel]:focus::-ms-input-placeholder, .form input[type=url]:focus::-ms-input-placeholder, .form input[type=email]:focus::-ms-input-placeholder, .form input[type=password]:focus::-ms-input-placeholder, .form input[type=number]:focus::-ms-input-placeholder, .form textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
.form input[type=text]:focus::placeholder,
.form input[type=tel]:focus::placeholder,
.form input[type=url]:focus::placeholder,
.form input[type=email]:focus::placeholder,
.form input[type=password]:focus::placeholder,
.form input[type=number]:focus::placeholder,
.form textarea:focus::placeholder {
  opacity: 0;
}
.form input:-webkit-autofill,
.form input:-webkit-autofill:hover,
.form input:-webkit-autofill:focus,
.form input:-webkit-autofill:active {
  -webkit-box-shadow: inset 0 0 0 44px #fff;
  -webkit-text-fill-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.form textarea {
  resize: none;
}

.iti {
  width: 100%;
}
.iti__flag-container {
  padding: 0;
}
.iti .iti__selected-flag {
  outline: none;
  font-weight: 400;
  font-size: 16px;
  border-radius: 8px 0 0 8px;
  color: rgba(0, 0, 0, 0.5);
}
.iti__divider {
  margin-bottom: 0;
  padding-bottom: 0;
}
.iti__arrow {
  border-top: 4px solid var(--black);
  display: none;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid var(--black);
}
.iti__country-list {
  max-height: 240px;
  z-index: 11;
  margin: 0;
  margin-top: 10px;
  border: 1px solid #DADCDF;
  white-space: normal;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 400;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.iti__country-list li {
  color: rgba(0, 0, 0, 0.8);
}
.iti-mobile .iti--container {
  z-index: 100000;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
.iti-mobile .iti__country-list {
  margin: 0;
  border-radius: 0;
  width: calc(100% - 20px);
}

.jq-selectbox {
  width: 100%;
  font-family: "Inter", sans-serif;
}
.jq-selectbox.opened .jq-selectbox__trigger {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.jq-selectbox__select {
  width: 100%;
  height: 44px;
  padding: 0 50px 0 16px;
  border: 1px solid #DADCDF;
  border-radius: 8px;
  background-image: none;
  background-color: #FFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  line-height: 1;
}
.jq-selectbox__select-text {
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  white-space: normal;
}
.jq-selectbox__select-text.placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.jq-selectbox__select:hover {
  background-image: none;
  background-color: #FFF;
}
.jq-selectbox__select:active {
  background-color: #FFF;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.jq-selectbox.focused .jq-selectbox__select {
  background-color: #FFF;
  border-color: #DADCDF;
}
.jq-selectbox.focused.opened {
  border-color: #DADCDF;
}
.jq-selectbox.focused.opened .jq-selectbox__select {
  background-color: #FFF;
  border-color: #DADCDF;
}
.jq-selectbox.disabled .jq-selectbox__select {
  background-color: #FFF;
}
.jq-selectbox__trigger {
  border: none;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 20px;
  height: 20px;
  border-radius: 0;
  background-color: transparent;
  background-image: url("./img/trigger.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.jq-selectbox__trigger-arrow {
  display: none;
}
.jq-selectbox__dropdown {
  background-color: #FFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  overflow: hidden;
  padding: 0;
  margin-top: 0;
  border: 1px solid #ccc;
  top: calc(100% + 10px) !important;
  bottom: auto !important;
  border-radius: 0;
}
.jq-selectbox__dropdown ul {
  max-height: 240px;
}
.jq-selectbox__dropdown li {
  font-size: 16px;
  padding: 10px 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  white-space: normal;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
}
.jq-selectbox__dropdown li.selected {
  color: rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 0, 0, 0.05);
}
.jq-selectbox__dropdown li:hover {
  color: rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 0, 0, 0.05);
}
.jq-selectbox__dropdown li.disabled, .jq-selectbox__dropdown li:disabled {
  color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

.hero {
  height: 1340px;
  position: relative;
  padding-top: 150px;
}
.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.hero-sky {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.hero-block {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  position: relative;
}
.hero-header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.hero-title {
  margin: 0;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 70px;
  line-height: 121%;
  color: var(--black);
}
.hero-subtitle {
  font-family: var(--fourth-family);
  font-weight: 400;
  font-size: 37px;
  line-height: 152%;
  margin-top: 6px;
  color: #AA6B1A;
}
.hero__btn {
  font-size: 20px;
  font-weight: 400;
  padding: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  color: var(--black);
}

@media only screen and (max-width: 1399px) {
  .hero {
    height: 1270px;
  }
}
@media only screen and (max-width: 991px) {
  .hero {
    height: 1200px;
  }
  .hero-bg {
    top: 250px;
  }
  .hero-block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .hero-subtitle {
    font-size: 32px;
  }
  .hero__btn {
    right: 0;
    top: auto;
    bottom: 17px;
  }
}
@media only screen and (max-width: 575px) {
  .hero {
    height: 850px;
  }
  .hero-bg {
    top: 350px;
  }
  .hero-block {
    margin-top: 30px;
  }
  .hero-title {
    font-size: 44px;
    line-height: 1.45;
    max-width: 450px;
  }
  .hero-subtitle {
    font-size: 28px;
    margin-top: 10px;
  }
  .hero__btn {
    height: 50px;
    font-size: 14px;
    padding: 0 20px;
    bottom: 15px;
    right: auto;
    left: 42vw;
    width: calc(54vw - 30px);
  }
  .hero__btn .btn__icon {
    width: 10px;
  }
}
.about {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}
.about-bg {
  background-attachment: fixed;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  -webkit-mask-image: linear-gradient(to top, rgb(0, 0, 0) calc(100% - 100px), rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(to top, rgb(0, 0, 0) calc(100% - 100px), rgba(0, 0, 0, 0) 100%);
}
.about-window {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 910px;
  border-radius: 24px;
  background-color: rgba(255, 250, 239, 0.85);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  overflow: hidden;
  height: calc(100vh - 50px);
}
.about-content {
  overflow: hidden;
}

.blockquote {
  font-family: var(--fourth-family);
  font-size: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 100px;
}
.blockquote__text {
  line-height: 150%;
  padding: 0;
  margin: 0;
}
.blockquote__author {
  line-height: 150%;
  letter-spacing: 0.02em;
  margin-top: 20px;
}
.blockquote__photo {
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  width: 50%;
  aspect-ratio: 1;
  margin-top: 20px;
  margin-left: auto;
  margin-right: -14%;
}
.blockquote__photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blockquote__image {
  margin-left: -6%;
  min-width: 112%;
  margin-top: -33%;
  pointer-events: none;
}

.legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 150px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}
.legend-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 20px);
}
.legend__logo {
  width: 100%;
  max-width: 315px;
}
.legend__decor {
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 40px;
}
.legend__title {
  margin-bottom: 40px;
  text-align: center;
}
.legend__text {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(57, 41, 6, 0.9);
}
.legend__image {
  position: absolute;
  width: 308px;
  bottom: -80px;
  right: 0;
  pointer-events: none;
}
.legend__decor-2 {
  display: none;
}

.family {
  margin-top: 150px;
}
.family-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.family-header {
  width: 100%;
  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;
  position: relative;
}
.family__image {
  width: 60%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: -7%;
  z-index: 1;
}
.family-content {
  margin-left: auto;
  width: 440px;
  margin-top: -160px;
  padding-right: 70px;
}
.family__title {
  font-family: "CradleyOpen", serif;
  font-size: 64px;
  text-align: center;
  position: relative;
  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;
  height: 224px;
  width: 100%;
  margin-left: -6%;
}
.family__title span {
  background: -webkit-gradient(linear, right top, left top, from(#120201), to(#780d07));
  background: linear-gradient(270deg, #120201 0%, #780d07 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 2;
}
.family__title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url("./img/back-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  pointer-events: none;
}
.family__title--mobile {
  display: none;
}
.family__text {
  font-size: 18px;
  line-height: 150%;
  color: rgba(57, 41, 6, 0.9);
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
.family__hand {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -30px;
  pointer-events: none;
}

.expert {
  margin-top: 150px;
  position: relative;
}
.expert:before {
  position: absolute;
  content: "";
  width: 57%;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: rgba(203, 167, 46, 0.5);
  z-index: -1;
  left: -5%;
  bottom: -10%;
  -webkit-filter: blur(134px);
          filter: blur(134px);
}
.expert__content {
  padding-left: 60px;
  padding-right: 60px;
}
.expert-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.expert__uptitle {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #000;
  margin-bottom: 25px;
}
.expert__title {
  font-size: 50px;
}
.expert__text {
  font-size: 16px;
  line-height: 150%;
  color: #130d03;
  margin-top: 24px;
}
.expert__awards {
  margin-top: 30px;
  font-size: 14px;
  line-height: 150%;
  color: #977100;
  max-width: 500px;
}
.expert__awards li {
  position: relative;
  padding-left: 40px;
}
.expert__awards li + li {
  margin-top: 16px;
}
.expert__awards li:nth-child(3) ~ li {
  max-width: 80%;
}
.expert__awards li:before {
  position: absolute;
  content: "";
  width: 29px;
  height: 29px;
  background-image: url("./img/wreath.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 0;
  top: 50%;
  margin-top: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.expert__photo {
  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;
  margin-top: -340px;
  pointer-events: none;
}
.expert__photo img {
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .legend__title {
    font-size: 41px;
  }
}
@media only screen and (max-width: 991px) {
  .about {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #FFFAEF;
  }
  .about-bg {
    display: none;
  }
  .about-window {
    height: auto;
    width: 100%;
    border-radius: 0;
    overflow: visible;
    padding-top: 80px;
    background-color: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    position: relative;
    z-index: 2;
  }
  .about-content {
    overflow: visible;
  }
  .blockquote {
    padding-top: 0;
    font-size: 25px;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }
  .blockquote__photo {
    margin-top: 0;
  }
  .blockquote__image {
    margin-left: 0;
    min-width: 100%;
    margin-top: -30%;
  }
  .legend {
    margin-top: 100px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .legend__text {
    font-size: 16px;
  }
  .legend__image {
    right: -100px;
  }
  .family {
    margin-top: 100px;
    overflow: visible;
  }
  .family__title {
    font-size: 48px;
    height: 170px;
  }
  .family-content {
    width: 330px;
    margin-top: -100px;
    padding-right: 30px;
  }
  .family__text {
    font-size: 16px;
  }
  .family__hand {
    display: none;
  }
  .family__title {
    position: relative;
    z-index: 0;
  }
  .family__image {
    z-index: 1;
  }
  .expert {
    margin-top: 100px;
  }
  .expert__content {
    padding-left: 0;
    padding-right: 0;
  }
  .expert__photo {
    margin-top: -200px;
  }
}
@media only screen and (max-width: 767px) {
  .legend {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .legend-col {
    width: 100%;
  }
  .legend__image {
    right: 0;
    bottom: 0px;
    height: 550px;
    width: auto;
  }
  .legend__decor {
    width: 125px;
    display: none;
  }
  .legend__logo {
    display: none;
  }
  .legend__decor-2 {
    width: 125px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .family-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .family__title {
    display: none;
  }
  .family__title--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 160px;
    margin-left: 0;
  }
  .family-content {
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
  .family__text {
    padding: 0;
    margin-top: 30px;
  }
  .family__image {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: auto;
  }
  .family__hand {
    margin-left: -30%;
    margin-top: -80px;
    width: 100%;
    -webkit-transform: rotate(17deg);
            transform: rotate(17deg);
  }
  .expert__uptitle {
    text-align: center;
  }
  .expert__title {
    text-align: center;
    font-size: 6vw;
  }
  .expert__title span {
    font-size: 18vw;
    line-height: 18vw;
  }
  .expert__text {
    text-align: center;
  }
  .expert__photo {
    margin-top: -40px;
  }
  .expert__awards {
    max-width: 100%;
  }
  .expert__awards li:nth-child(3) ~ li {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .about-window {
    padding-top: 60px;
  }
  .blockquote {
    font-size: 22px;
  }
  .legend__decor {
    width: 130px;
  }
  .legend__image {
    right: -60px;
  }
  .family__title {
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  }
  .family__hand {
    margin-top: -17%;
    margin-left: -25%;
  }
  .expert__title {
    font-size: 7vw;
  }
  .expert__title span {
    font-size: 20vw;
    line-height: 20vw;
  }
  .expert__photo {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.collection {
  position: relative;
  margin-top: 150px;
  padding-left: 60px;
  padding-right: 0px;
  padding-top: 60px;
  margin-bottom: -50px;
}
.collection-code {
  height: 160px;
  width: 295px;
  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: absolute;
  top: 0px;
  right: 10px;
}
.collection-code:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-image: url("./img/legend-decor.png");
  background-repeat: norepeat;
  background-position: center;
  background-size: contain;
  opacity: 0.1;
}
.collection-code__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
.collection-code__link > img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}
.collection-code__title {
  font-size: 14px;
  color: #aa6b1a;
}
.collection-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.collection-slider {
  width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 20px;
}
.collection-slide {
  color: rgba(57, 41, 6, 0.9);
}
.collection-slide__title {
  font-family: "CradleyOpen", serif;
  margin: 0;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  color: var(--black);
}
.collection-slide__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
.collection-slide__special {
  font-size: 16px;
  line-height: 150%;
  border-radius: 16px;
  padding: 4px 8px;
  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;
  text-align: center;
  background-image: linear-gradient(40deg, #ffe367 0%, #fff5c9 20%, #fd4 40%, #fff4c2 68%, #ffd92c 85%, #ffd101 100%);
}
.collection-slide__kashrut {
  width: 122px;
  margin-left: 20px;
}
.collection-slide__description {
  font-size: 18px;
  line-height: 150%;
  margin-top: 24px;
}
.collection-slide-params {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}
.collection-slide-param {
  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;
}
.collection-slide-param__label {
  font-size: 16px;
  line-height: 200%;
}
.collection-slide-param__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 10px;
}
.collection-slide-param__dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: rgba(18, 2, 1, 0.2);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.collection-slide-param__dots .dot + .dot {
  margin-left: 4px;
}
.collection-slide-param__dots .dot.active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dab738), to(#967700));
  background-image: linear-gradient(180deg, #dab738 0%, #967700 100%);
}
.collection-slide__chars {
  margin-top: 20px;
}
.collection-slide__char {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  line-height: 200%;
}
.collection-slide__char strong {
  font-weight: 500;
  color: var(--black);
}
.collection-slide__char + .collection-slide__char {
  margin-top: 10px;
}
.collection-slide__compatibility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  line-height: 200%;
  margin-top: 25px;
}
.collection-slide__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 148px;
}
.collection-slide__icons img {
  width: 74px;
  height: 74px;
  -o-object-fit: contain;
     object-fit: contain;
}
.collection-photos-slider {
  opacity: 0;
  width: 550px;
  margin-top: 70px;
  position: relative;
  overflow: visible;
}
.collection-photos-slider:after {
  position: absolute;
  content: "";
  width: 590px;
  height: 590px;
  background-image: url("./img/shining.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
  left: -160px;
  bottom: -220px;
}
.collection-photos-slider__back, .collection-photos-slider__next {
  z-index: 3;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.collection-photos-slider__back {
  left: -30px;
}
.collection-photos-slider__next {
  left: 260px;
}
.collection-photos-slider .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.collection-photos-slider.swiper-initialized {
  opacity: 1;
}
.collection-photos-slider__slide {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  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;
  height: 730px;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .collection-photos-slider__slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .collection-photos-slider__slide.swiper-slide-duplicate img {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: scale(0.85) !important;
            transform: scale(0.85) !important;
  }
  .collection-photos-slider__slide.swiper-slide-active img {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  .collection-photos-slider__slide.swiper-slide-active + .swiper-slide-next img {
    opacity: 1;
  }
}
@media only screen and (max-width: 991px) {
  .collection {
    margin-top: 100px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
  .collection-slider {
    width: 680px;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .collection-slide-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .collection-slide__chars {
    margin-left: 50px;
  }
  .collection-slide__compatibility {
    width: 100%;
  }
  .collection-slide__icons {
    width: 100%;
  }
  .collection-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .collection-code {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .collection__title {
    text-align: center;
  }
  .collection-photos-slider {
    width: auto;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .collection-photos-slider:after {
    width: 400px;
    height: 400px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -150px;
  }
  .collection-photos-slider__back {
    left: 100px;
    margin-top: -50px;
  }
  .collection-photos-slider__next {
    left: auto;
    right: 100px;
    margin-top: -50px;
  }
  .collection-photos-slider__slide {
    height: auto;
  }
  .collection-photos-slider__slide img {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .collection {
    padding-top: 0;
  }
  .collection-slider {
    width: 500px;
  }
}
@media only screen and (max-width: 575px) {
  .collection-slide__title {
    font-size: 28px;
  }
  .collection-slide-info {
    -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;
  }
  .collection-slide__chars {
    margin-left: 0;
  }
  .collection-slide-param__label {
    margin-right: 5px;
  }
  .collection-slider {
    width: calc(100vw - 40px);
  }
  .collection-photos-slider__back {
    left: 0px;
    margin-top: -50px;
  }
  .collection-photos-slider__next {
    right: 0px;
    margin-top: -50px;
  }
  .collection-photos-slider__slide {
    height: auto;
  }
  .collection-photos-slider__slide img {
    height: 400px;
  }
}
.wine-section {
  position: relative;
  min-height: calc(100vh - 100px);
  color: #fff;
}
.wine-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  pointer-events: none;
  z-index: -1;
}
.wine-content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 910px;
  position: relative;
}

.georgia {
  padding: 220px 0 320px;
  position: relative;
}
.georgia-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: auto cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  pointer-events: none;
}
.georgia__title {
  font-size: 78px;
  position: relative;
}
.georgia__title:before {
  position: absolute;
  content: "";
  top: -240px;
  left: -235px;
  width: 410px;
  height: 455px;
  background-image: url("./img/georgia-decor.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.georgia__text {
  font-size: 16px;
  line-height: 150%;
  margin-top: 40px;
  max-width: 80%;
}
.georgia__text p {
  margin: 30px 0;
}
.georgia__text p:nth-child(1) {
  max-width: 74%;
}

.unesco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, 0.75);
  padding: 35px 30px 35px 305px;
  border-radius: 12px;
  margin-top: 60px;
  margin-left: 43.5%;
}
.unesco__text {
  font-size: 18px;
  line-height: 150%;
  color: #392906;
  opacity: 0.9;
  max-width: 450px;
}
.unesco__icon {
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 2000px) {
  .unesco {
    border-radius: 12px 0 0 12px;
  }
  .unesco__container {
    max-width: 100%;
    padding: 0;
  }
}
.shops {
  padding: 200px 0 0;
}
.shops__title {
  line-height: 1.2;
}
.shops__logo {
  margin-top: -10px;
}
.shops-countries {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 48px;
  margin-left: -10px;
}
.shops-country {
  position: relative;
  padding-left: 110px;
  width: 380px;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.shops-country__title {
  position: relative;
  z-index: 2;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 32px;
  line-height: 140%;
  color: #000;
}
.shops-country__bg {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.35;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.shops-country__flag {
  position: absolute;
  left: 10px;
  bottom: 17px;
  width: auto;
  z-index: 2;
}
.shops-country:nth-child(3) {
  width: 306px;
}
.shops-country:nth-child(3) .shops-country__flag {
  bottom: 7px;
}
.shops-country:nth-child(3) .shops-country__title {
  top: -5px;
}
.shops-country + .shops-country {
  margin-top: 35px;
}
.shops-country:hover .shops-country__bg {
  opacity: 0.7;
}

.reviews {
  padding: 200px 0;
  position: relative;
}
.reviews__grape-leaves-left {
  position: absolute;
  left: 0;
  top: -100px;
  pointer-events: none;
}
.reviews__grape-leaves-right {
  position: absolute;
  right: 0;
  top: -200px;
  pointer-events: none;
}
.reviews__head {
  width: 198px;
  position: absolute;
  left: -115px;
  top: -25px;
  pointer-events: none;
}
.reviews__title {
  line-height: 1.2;
}
.reviews-block {
  margin-top: 70px;
  padding-left: 110px;
  position: relative;
}
.reviews-slider {
  max-width: 600px;
}
.reviews-slider__swiper-pagination {
  text-align: center;
  margin-top: 70px;
}
.reviews-slider__back, .reviews-slider__next {
  position: absolute;
  top: 50%;
  margin-top: -55px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.reviews-slider__back {
  left: 110px;
}
.reviews-slider__next {
  right: 10px;
}

.review {
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.review.swiper-slide-active {
  opacity: 1;
}
.review__text {
  font-weight: 300;
  font-size: 28px;
  line-height: 150%;
}
.review__text p {
  margin: 15px 0;
}
.review__info {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 28px;
}

@media only screen and (min-width: 1200px) {
  .reviews__title {
    font-size: 64px;
  }
}
@media only screen and (max-width: 1199px) {
  .wine-bg {
    background-position: left top;
  }
  .wine-bg:after {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-image: url("./img/corner-grape.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
  }
  .georgia-bg {
    background-size: 210% auto;
  }
  .georgia__title:before {
    display: none;
  }
  .unesco {
    padding: 35px 30px 35px 220px;
    margin-left: calc(50% - 460px);
  }
  .unesco__text {
    max-width: 100%;
  }
  .unesco__icon {
    width: 140px;
    height: 140px;
  }
  .reviews__grape-leaves-left, .reviews__grape-leaves-right {
    display: none;
  }
  .reviews__head {
    width: 150px;
    left: auto;
    right: 50px;
    top: auto;
    bottom: -120px;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  .reviews-block {
    padding-left: 0;
  }
  .reviews-slider__back {
    left: 0;
  }
  .reviews-slider__next {
    right: 0;
  }
  .review__text {
    font-size: 24px;
  }
  .review__info {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .georgia {
    padding: 100px 0 250px;
  }
  .georgia__title {
    font-size: 50px;
  }
  .unesco {
    margin-left: calc(50% - 340px);
  }
  .reviews-slider {
    max-width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .georgia__text {
    max-width: 100%;
  }
  .georgia__text p:nth-child(1) {
    max-width: 80%;
  }
  .unesco {
    margin-left: calc(50% - 250px);
  }
  .reviews__head {
    width: 94px;
    bottom: 50px;
  }
  .reviews-block {
    margin-top: 30px;
  }
  .reviews-slider__back, .reviews-slider__next {
    top: auto;
    -webkit-transform: none;
            transform: none;
    bottom: -30px;
  }
  .reviews-slider__swiper-pagination {
    margin-top: 145px;
  }
}
@media only screen and (max-width: 575px) {
  .georgia {
    padding-bottom: 0;
  }
  .georgia-bg {
    display: none;
  }
  .georgia__title {
    font-size: 32px;
  }
  .unesco {
    padding: 35px 30px 35px 100px;
    margin-left: 20px;
  }
  .unesco__text {
    max-width: 100%;
    font-size: 14px;
  }
  .unesco__icon {
    width: 80px;
    height: 80px;
    left: 10px;
  }
  .shops {
    padding: 100px 0 0;
  }
  .shops__logo {
    width: 275px;
  }
  .shops__title span {
    font-size: 26px;
  }
  .shops-countries {
    margin-top: 40px;
    margin-left: 0;
  }
  .shops-country {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .shops-country + .shops-country {
    margin-top: 10px;
  }
  .shops-country__title {
    font-size: 24px;
  }
  .reviews {
    padding: 100px 0 200px;
  }
  .reviews__title br {
    display: none;
  }
  .review__text {
    font-size: 18px;
  }
  .review__info {
    font-size: 16px;
    margin-top: 20px;
  }
}
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-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;
  max-width: 24px;
}
.social-link + .social-link {
  margin-left: 25px;
}

.contact {
  font-family: var(--second-family);
  font-size: 30px;
  line-height: 1;
}
.contact + .contact {
  margin-top: 30px;
}
.contact__header {
  background-image: url("./img/back-bg.jpg");
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  background-position: top center;
  margin-bottom: 10px;
}
.contact__body a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #fff;
  -webkit-transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
  color: #fff;
}
.contact__body a:hover {
  text-decoration: none;
  text-decoration-color: transparent;
}
.contact__body--tel a {
  text-decoration: none;
}

.subscribe {
  border: 1px solid #A3A197;
  border-radius: 26px;
  padding: 45px 60px;
  width: 100%;
  background-color: #FFFAEF;
}
.subscribe__title {
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
  color: #130d03;
}
.subscribe__text {
  line-height: 1.5;
  margin-top: 15px;
  font-size: 17px;
  color: rgba(19, 13, 3, 0.5);
}
.subscribe .subscribe-form {
  margin-top: 25px;
}

.subscribe-form {
  position: relative;
}
.subscribe-form__btn {
  padding: 0;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background-color: transparent;
  width: 23px;
  height: 23px;
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("./img/envelope.svg ");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.subscribe-form *::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: 400;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #67757e;
}
.subscribe-form *::-moz-placeholder {
  font-size: 15px;
  font-weight: 400;
  opacity: 1;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #67757e;
}
.subscribe-form *:-ms-input-placeholder {
  font-size: 15px;
  font-weight: 400;
  opacity: 1;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #67757e;
}
.subscribe-form *::-ms-input-placeholder {
  font-size: 15px;
  font-weight: 400;
  opacity: 1;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #67757e;
}
.subscribe-form *::placeholder {
  font-size: 15px;
  font-weight: 400;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #67757e;
}
.subscribe-form input[type=text],
.subscribe-form input[type=email],
.subscribe-form input[type=search] {
  position: relative;
  font-size: 15px;
  height: 51px;
  font-weight: 400;
  text-align: left;
  background-color: #fff;
  color: #000;
  padding: 0 45px 0 13px;
  border: 1px solid #e6e8eb;
  border-radius: 9px;
  width: 100%;
  line-height: 114%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.subscribe-form input[type=text]:focus::-webkit-input-placeholder, .subscribe-form input[type=email]:focus::-webkit-input-placeholder, .subscribe-form input[type=search]:focus::-webkit-input-placeholder {
  opacity: 0;
}
.subscribe-form input[type=text]:focus::-moz-placeholder, .subscribe-form input[type=email]:focus::-moz-placeholder, .subscribe-form input[type=search]:focus::-moz-placeholder {
  opacity: 0;
}
.subscribe-form input[type=text]:focus:-ms-input-placeholder, .subscribe-form input[type=email]:focus:-ms-input-placeholder, .subscribe-form input[type=search]:focus:-ms-input-placeholder {
  opacity: 0;
}
.subscribe-form input[type=text]:focus::-ms-input-placeholder, .subscribe-form input[type=email]:focus::-ms-input-placeholder, .subscribe-form input[type=search]:focus::-ms-input-placeholder {
  opacity: 0;
}
.subscribe-form input[type=text]:focus::placeholder,
.subscribe-form input[type=email]:focus::placeholder,
.subscribe-form input[type=search]:focus::placeholder {
  opacity: 0;
}
.subscribe-form input:-webkit-autofill,
.subscribe-form input:-webkit-autofill:hover,
.subscribe-form input:-webkit-autofill:focus,
.subscribe-form input:-webkit-autofill:active {
  -webkit-box-shadow: inset 0 0 0 51px #fff;
  -webkit-text-fill-color: #000;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.footer {
  padding: 130px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
}
.footer:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
}
.footer-block {
  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: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.footer-banner {
  width: 100%;
  margin-bottom: 70px;
}
.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__contacts {
  margin-top: 5px;
}
.footer__social {
  margin-top: 40px;
}
.footer__subscribe {
  max-width: 540px;
  margin-left: 50px;
}

@media only screen and (max-width: 991px) {
  .footer {
    padding-top: 100px;
  }
  .footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__subscribe {
    margin-left: 0;
    max-width: 100%;
    margin-top: 70px;
  }
  .footer__contacts {
    margin-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .contact {
    font-size: 30px;
  }
  .subscribe {
    border-radius: 12px;
    padding: 35px 45px;
  }
  .subscribe__text {
    font-size: 15px;
  }
  .subscribe__text br {
    display: none;
  }
  .footer {
    padding: 65px 0 100px;
  }
  .footer-banner {
    overflow: hidden;
    border-radius: 12px;
    height: 222px;
    position: relative;
    margin-bottom: 60px;
  }
  .footer-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left center;
       object-position: left center;
  }
  .footer__subscribe {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-top: 0;
    margin-bottom: 60px;
  }
  .footer__subscribe .search-form {
    margin-top: 20px;
  }
}
.catalog-hero {
  height: 1230px;
  position: relative;
  max-width: 3250px;
  margin-left: auto;
  margin-right: auto;
}
.catalog-hero.hidden {
  display: none;
}
.catalog-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.catalog-hero-sky {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.catalog-hero-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: visible;
}
.catalog-hero-slider__back, .catalog-hero-slider__next {
  z-index: 3;
  position: absolute;
  top: calc(50% + 40px);
}
.catalog-hero-slider__back.hidden, .catalog-hero-slider__next.hidden {
  display: none;
}
.catalog-hero-slider__back {
  left: 10px;
}
.catalog-hero-slider__next {
  right: 10px;
}
.catalog-hero-slide {
  display: none;
}
.catalog-hero-slide.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog-hero-slide-images {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: visible;
}
.catalog-hero__title {
  font-family: "CradleyOpen", serif;
  font-size: 40px;
  margin-top: 16px;
}
.catalog-hero__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog-hero__special {
  font-size: 16px;
  line-height: 150%;
  border-radius: 16px;
  padding: 4px 8px;
  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;
  text-align: center;
  background-image: linear-gradient(40deg, #ffe367 0%, #fff5c9 20%, #fd4 40%, #fff4c2 68%, #ffd92c 85%, #ffd101 100%);
}
.catalog-hero__kashrut {
  width: 122px;
  margin-left: 20px;
}
.catalog-hero__type {
  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;
  margin-left: -10px;
}
.catalog-hero__pretext {
  font-size: 18px;
  line-height: 150%;
  color: rgba(57, 41, 6, 0.9);
}
.catalog-hero__text {
  font-size: 16px;
  line-height: 150%;
  color: rgba(57, 41, 6, 0.9);
  margin-top: 10px;
}
.catalog-hero-params {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
}
.catalog-hero-param {
  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;
}
.catalog-hero-param__label {
  font-size: 16px;
  line-height: 175%;
}
.catalog-hero-param__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.catalog-hero-param__dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: rgba(18, 2, 1, 0.2);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.catalog-hero-param__dots .dot + .dot {
  margin-left: 4px;
}
.catalog-hero-param__dots .dot.active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dab738), to(#967700));
  background-image: linear-gradient(180deg, #dab738 0%, #967700 100%);
}
.catalog-hero__chars {
  margin-top: 20px;
}
.catalog-hero__char {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  line-height: 175%;
}
.catalog-hero__char strong {
  font-weight: 500;
  color: var(--black);
}
.catalog-hero__char + .collection-slide__char {
  margin-top: 10px;
}
.catalog-hero__compatibility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  line-height: 200%;
  margin-top: 10px;
}
.catalog-hero__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -8px;
  margin-top: 10px;
}
.catalog-hero__icons img {
  width: 88px;
  height: 88px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 8px;
}

.catalog-slide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 200px;
}
.catalog-slide-info {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 24px;
  width: 473px;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  will-change: backdrop-filter;
  background: rgba(255, 250, 239, 0.85);
  overflow: hidden;
  overflow-y: auto;
  height: 980px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
  z-index: 2;
}
.catalog-slide-info::-webkit-scrollbar {
  width: 0px;
}
.catalog-slide-info::-webkit-scrollbar-thumb {
  background: transparent;
}
.catalog-slide-info::-webkit-scrollbar-track {
  background: transparent;
}
.catalog-slide-info-scroll {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 32px 48px;
}
.catalog-slide-aside {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  width: 487px;
  position: relative;
  z-index: 2;
}
.catalog-slide-blockquote {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  padding: 32px 40px 47px;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  will-change: backdrop-filter;
  background: rgba(255, 250, 239, 0.5);
  font-size: 16px;
  line-height: 150%;
  color: #130d03;
  font-style: normal;
  font-weight: 400;
  position: relative;
}
.catalog-slide-blockquote blockquote {
  margin: 0;
  padding: 0;
}
.catalog-slide-blockquote__author {
  color: rgba(19, 13, 3, 0.5);
  margin-top: 15px;
}
.catalog-slide-blockquote img {
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  width: 145px;
  height: 145px;
  -o-object-fit: cover;
     object-fit: cover;
  right: -53px;
  bottom: -82px;
  pointer-events: none;
}
.catalog-slide-form {
  width: 386px;
  margin-top: 130px;
}
.catalog-slide-form__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.catalog-slide-form__inputs .custom-select {
  width: calc(50% - 10px);
}
.catalog-slide-form__btn {
  width: 100%;
  font-weight: 400;
  font-size: 26px;
}
.catalog-slide-form__btn .btn__icon {
  width: 19px;
}
.catalog-slide-form .jq-selectbox {
  font-family: var(--second-family);
  margin-bottom: 20px;
}
.catalog-slide-form .jq-selectbox__select {
  height: 76px;
  padding: 0 50px 0 20px;
  border: 1px solid #e6e8eb;
}
.catalog-slide-form .jq-selectbox__select-text {
  font-size: 30px;
  font-weight: 500;
  font-family: var(--second-family);
  color: #231f20;
}
.catalog-slide-form .jq-selectbox.focused .jq-selectbox__select {
  border-color: #e6e8eb;
}
.catalog-slide-form .jq-selectbox.focused.opened {
  border-color: #e6e8eb;
}
.catalog-slide-form .jq-selectbox.focused.opened .jq-selectbox__select {
  border-color: #e6e8eb;
}
.catalog-slide-form .jq-selectbox__trigger {
  right: 20px;
  top: 28px;
  background-image: url("./img/trigger-black.svg");
}
.catalog-slide-form .jq-selectbox__dropdown {
  border: 1px solid #e6e8eb;
  border-radius: 8px;
}
.catalog-slide-form .jq-selectbox__dropdown li {
  font-size: 30px;
  padding: 0px 20px;
  font-weight: 500;
  height: 76px;
  font-family: var(--second-family);
  color: #231f20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.catalog-slide-form .jq-selectbox__dropdown li.disabled {
  opacity: 0.5;
}
.catalog-slide-price {
  color: #fff;
  line-height: 1.5;
  font-size: 48px;
  white-space: nowrap;
  margin-bottom: 20px;
  text-align: center;
}

.product-count {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #E6E8EB;
  border-radius: 8px;
  height: 76px;
  width: calc(50% - 10px);
  overflow: hidden;
  position: relative;
  background-color: #fff;
  font-family: var(--second-family);
}
.product-count__value {
  position: absolute;
  top: 0;
  left: 45px;
  right: 45px;
  bottom: 0;
  border: none;
  font-size: 30px;
  text-align: left;
  z-index: 2;
  font-weight: 500;
  text-align: center;
}
.product-count__btn {
  padding: 0;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background-color: transparent;
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-count__btn--down {
  left: 15px;
}
.product-count__btn--down:after {
  position: absolute;
  content: "";
  height: 2px;
  background-color: #231f20;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-count__btn--up {
  right: 15px;
}
.product-count__btn--up:before, .product-count__btn--up:after {
  position: absolute;
  content: "";
  height: 2px;
  background-color: #231f20;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -1px;
}
.product-count__btn--up:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.red-grape {
  position: absolute;
  bottom: 95px;
  left: calc(50% - 140px);
  width: 598px;
}

.red-grape-2 {
  position: absolute;
  bottom: 5px;
  left: calc(50% - 400px);
  -webkit-transform: scale(1, -1) rotate(-26deg);
          transform: scale(1, -1) rotate(-26deg);
  width: 598px;
  z-index: 2;
}

.bottle {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 230px;
  max-height: 820px;
}

.white-grape {
  position: absolute;
  bottom: 155px;
  left: calc(50% - 80px);
  width: 538px;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

.white-grape-2 {
  position: absolute;
  bottom: -35px;
  -webkit-transform: scale(1, -1) rotate(-23deg);
          transform: scale(1, -1) rotate(-23deg);
  left: calc(50% - 450px);
  width: 538px;
  z-index: 2;
}

@media only screen and (min-width: 2000px) {
  .catalog-hero-sky {
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 1600px) {
  .catalog-hero-slider__back {
    left: 30px;
  }
  .catalog-hero-slider__next {
    right: 30px;
  }
}
@media only screen and (max-width: 1399px) {
  .catalog-slide-blockquote img {
    right: 20px;
    top: 100%;
    margin-top: -40px;
  }
}
@media only screen and (max-width: 1199px) {
  .catalog-hero {
    height: auto;
    padding-top: 150px;
  }
  .catalog-hero-bg, .catalog-hero-sky {
    height: 960px;
  }
  .catalog-hero .container {
    padding-left: 0;
    padding-right: 0;
  }
  .catalog-hero-slider {
    position: relative;
    height: auto;
  }
  .catalog-hero-slider__back, .catalog-hero-slider__next {
    top: 400px;
  }
  .catalog-hero-slide-images {
    height: 960px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .catalog-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding-top: 690px;
  }
  .catalog-slide-info {
    width: 100%;
    height: auto;
  }
  .catalog-slide-aside {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 48px 80px;
    width: 100%;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    margin-top: 20px;
  }
  .catalog-slide-form {
    margin-top: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 80px;
  }
  .catalog-slide-blockquote {
    background-color: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  .catalog-slide-blockquote img {
    width: 106px;
    height: 106px;
  }
  .catalog-slide-price {
    color: #120201;
  }
  .bottle {
    max-height: 630px;
    bottom: 320px;
  }
  .red-grape {
    bottom: 225px;
    left: calc(50% - 100px);
    max-width: 468px;
  }
  .red-grape-2 {
    bottom: 140px;
    left: calc(50% - 300px);
    max-width: 468px;
  }
  .white-grape {
    bottom: 265px;
    left: calc(50% - 50px);
    max-width: 438px;
  }
  .white-grape-2 {
    bottom: 115px;
    left: calc(50% - 360px);
    max-width: 438px;
  }
}
@media only screen and (max-width: 991px) {
  .catalog-slide-aside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .catalog-slide-form {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-left: 0px;
    width: 100%;
  }
  .catalog-slide-blockquote {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .catalog-hero__title {
    font-size: 32px;
  }
  .catalog-hero__pretext {
    font-size: 14px;
  }
  .catalog-hero__text {
    font-size: 14px;
  }
  .catalog-hero-param__label {
    font-size: 14px;
  }
  .catalog-hero__char {
    font-size: 14px;
  }
  .catalog-hero__compatibility {
    font-size: 14px;
  }
  .catalog-hero__icons {
    margin-right: -6px;
  }
  .catalog-hero__icons img {
    width: 73px;
    margin-right: 6px;
  }
  .catalog-slide-info-scroll {
    padding: 30px 40px 0;
  }
  .catalog-slide-form__btn {
    font-size: 24px;
    padding: 25px 10px;
  }
  .catalog-slide-form .jq-selectbox {
    margin-bottom: 15px;
  }
  .catalog-slide-form .jq-selectbox__select-text {
    font-size: 28px;
  }
  .catalog-slide-form .jq-selectbox__dropdown li {
    font-size: 28px;
  }
  .catalog-slide-blockquote {
    border-radius: 24px;
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .catalog-slide-price {
    margin-bottom: 15px;
  }
}
.bar-code {
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 100%;
  height: 160px;
  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;
  margin-top: 50px;
}
.bar-code.hidden {
  display: none;
}
.bar-code:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 323px;
  height: 189px;
  border-radius: 100%;
  background-color: #fffaef;
  -webkit-filter: blur(32px);
          filter: blur(32px);
  pointer-events: none;
}
.bar-code__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
.bar-code__link > img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}
.bar-code__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #aa6b1a;
}

.products-section .section-title {
  font-family: "CradleyOpen", serif;
}
.products-grid {
  margin: 60px -20px -60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.products-kashrut {
  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: 200px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.product {
  width: calc(25% - 40px);
  margin: 0 20px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  cursor: pointer;
}
.product-image {
  width: 100%;
  aspect-ratio: 0.7;
  position: relative;
  margin-bottom: 30px;
}
.product-image:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("./img/product-decor.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  pointer-events: none;
}
.product-image img {
  position: absolute;
  height: 104%;
  width: 100%;
  bottom: -1%;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
  z-index: 2;
}
.product-shadow {
  position: absolute;
  bottom: 0;
  margin-bottom: -3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-filter: blur(4px);
          filter: blur(4px);
  width: 30%;
  aspect-ratio: 4.4;
  pointer-events: none;
}
.product-title {
  font-family: "CradleyOpen", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  color: var(--black);
}
.product-text {
  margin-top: 26px;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 24px;
}
.product-literage {
  margin-top: auto;
  font-family: var(--second-family);
  font-size: 32px;
  line-height: 100%;
  white-space: nowrap;
  background-image: url("./img/back-bg-dark.jpg");
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  background-position: bottom center;
}
.product__btn {
  margin-top: 32px;
  font-weight: 400;
  font-size: 26px;
  color: var(--black);
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
}
.product__btn .btn__icon {
  width: 19px;
}

@media only screen and (max-width: 1299px) {
  .products-grid {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .product {
    width: calc(50% - 40px);
  }
}
@media only screen and (max-width: 991px) {
  .products-grid {
    margin-left: -20px;
    margin-right: -20px;
    max-width: calc(100% + 40px);
  }
}
@media only screen and (max-width: 767px) {
  .products-grid {
    margin-top: 40px;
    margin-bottom: -40px;
  }
  .product {
    margin-bottom: 40px;
  }
  .product-title {
    font-size: 28px;
  }
  .product-text {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .product-literage {
    font-size: 28px;
  }
  .product__btn {
    font-size: 14px;
    height: 50px;
    padding: 5px 8px;
    border-radius: 8px;
  }
  .product__btn .btn__icon {
    width: 12px;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 575px) {
  .products-grid {
    margin-left: -5px;
    margin-right: -5px;
  }
  .products-kashrut {
    width: 150px;
    margin-top: 20px;
  }
  .product {
    text-align: left;
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
  }
  .product-title {
    font-size: 18px;
    background-image: url("./img/back-bg-dark.jpg");
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    background-position: bottom center;
  }
  .product-text {
    font-size: 14px;
  }
  .product-literage {
    font-size: 24px;
  }
  .product__btn {
    margin-top: 20px;
  }
  .product-image img {
    height: 90%;
  }
}
.winemaking-hero {
  position: relative;
  padding: 225px 0 100px;
}
.winemaking-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
}
.winemaking-hero:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 300px;
  background: linear-gradient(180deg, #fffaef 0%, #fffaef 130px, rgba(255, 250, 239, 0) 100%);
}
.winemaking-hero-block {
  border-radius: 24px;
  padding: 32px 48px;
  width: 100%;
  max-width: 557px;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  background: rgba(255, 250, 239, 0.85);
}
.winemaking-hero__title {
  font-size: 62px;
  background-size: cover;
}
.winemaking-hero__text {
  font-size: 19px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 24px;
}

@media only screen and (max-width: 991px) {
  .winemaking-hero__title {
    font-size: 48px;
  }
  .winemaking-hero__bg {
    background-position: top center;
  }
  .winemaking-hero-block {
    max-width: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .winemaking-hero {
    padding-top: 575px;
    padding-bottom: 0;
  }
  .winemaking-hero__title {
    font-size: 32px;
  }
  .winemaking-hero__text {
    font-size: 16px;
  }
  .winemaking-hero__bg {
    height: 850px;
  }
  .winemaking-hero-block {
    padding: 32px;
    max-width: 100%;
  }
}
.locations {
  padding-bottom: 37vw;
  background-repeat: no-repeat;
  background-position: bottom 75px center;
  background-size: 100%;
}
.locations__line {
  height: 160px;
  margin-top: 40px;
  text-align: center;
}
.locations__line--mobile {
  display: none;
}
.locations__title {
  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: relative;
  text-align: center;
  height: 160px;
  font-family: var(--second-family);
}
.locations__title span {
  background-image: url("./img/back-bg-dark.jpg");
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  z-index: 2;
}
.locations__title:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -110px;
  right: -110px;
  background-color: #fffaef;
  -webkit-filter: blur(32px);
          filter: blur(32px);
  border-radius: 100%;
}

.map-clue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 50px;
}
.map-clue__icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  top: 3px;
}
.map-clue__text {
  font-size: 21px;
  line-height: 1.5;
  color: rgba(170, 107, 26, 0.5);
  text-align: center;
}
.map-wrap {
  width: 100%;
  max-width: 1206px;
  margin-top: 50px;
  background-image: url("./img/map.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  position: relative;
}
.map-wrap:after {
  position: absolute;
  top: 29.5%;
  left: 23%;
  width: 70%;
  right: auto;
  bottom: 0;
  content: "";
  background-image: url("./img/map-grapes.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  pointer-events: none;
}
.map-part {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: center;
          transform-origin: center;
  cursor: auto;
}
.map-part path {
  fill: #BFA21B;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
}
.map-part-active:before {
  position: absolute;
  content: attr(data-title);
}
.map-part-active:hover {
  cursor: pointer;
  z-index: 2;
}
.map-part-active:hover path, .map-part-active.current path {
  opacity: 0.5;
}
.map-part__titles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.map-part__title {
  display: inline-block;
  position: absolute;
  font-size: 21px;
  line-height: 150%;
  color: rgba(57, 41, 6, 0.9);
}

.fancybox-bg {
  background-color: #000;
}

.fancybox-is-open .fancybox-bg {
  background-color: #000;
  opacity: 0.75;
}

.location-popup {
  padding: 50px;
  display: none;
  border-radius: 24px;
  width: 100%;
  max-width: 550px;
  -webkit-box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.25);
  background: rgb(255, 250, 239);
  text-align: left;
}
.location-popup__text {
  margin-top: 25px;
  color: rgba(57, 41, 6, 0.9);
  line-height: 1.5;
  font-size: 14px;
}
.location-popup__text strong, .location-popup__text b {
  display: block;
  font-weight: 400;
  font-size: 19px;
}
.location-popup .fancybox-close-small {
  display: none;
}

@media only screen and (min-width: 2000px) {
  .locations {
    background-size: auto;
    padding-bottom: 510px;
  }
}
@media only screen and (max-width: 1199px) {
  .map-clue {
    top: 30px;
  }
  .map-clue__icon {
    top: 2px;
    width: 20px;
    height: 20px;
  }
  .map-clue__text {
    font-size: 16px;
  }
  .map-part__title {
    font-size: 2vw;
  }
  .locations {
    background-position: bottom center;
    padding-bottom: 33vw;
  }
}
@media only screen and (max-width: 575px) {
  .locations {
    padding-bottom: 250px;
    background-size: 600px auto;
  }
  .locations__line {
    height: auto;
    background-image: none;
  }
  .locations__line--mobile {
    height: 160px;
    display: block;
    background-image: url("./img/decor-bg.svg");
  }
  .locations__title {
    background-color: #fff;
    height: auto;
  }
  .locations__title:before {
    display: none;
  }
  .locations__title span {
    font-family: var(--third-family);
    text-align: left;
  }
  .map-clue {
    top: auto;
    margin-top: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .map-clue__icon {
    top: 1px;
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }
  .map-clue__text {
    font-size: 12px;
    text-align: left;
  }
  .map-wrap {
    margin-left: -80px;
    margin-right: -40px;
    max-width: calc(100% + 120px);
    width: calc(100% + 120px);
    margin-top: 10px;
  }
  .map-part__title {
    font-size: 2.5vw;
  }
  .location-popup {
    max-width: calc(100% - 40px);
    padding: 50px 40px 40px;
  }
  .location-popup .fancybox-close-small {
    display: block;
    width: 60px;
    height: 60px;
  }
  .location-popup .fancybox-close-small:after {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    font: 30px/35px Inter, sans-serif;
    color: rgba(57, 41, 6, 0.9);
  }
}
@media only screen and (min-width: 1200px) {
  .kashrut__container {
    max-width: 1210px;
    margin-left: auto;
    margin-right: auto;
  }
}
.kashrut-title {
  font-size: 70px;
  line-height: 121%;
  text-align: center;
}
.kashrut-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin: 60px -33px 0;
}
.kashrut-subtitle {
  text-align: center;
  font-size: 24px;
  color: #000;
  margin-top: 35px;
  font-family: var(--third-family);
}
.kashrut-subtitle img {
  height: 30px;
  margin: 0 6px;
  top: 2px;
  position: relative;
}
.kashrut-text {
  text-align: center;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
  margin-top: 30px;
}
.kashrut-text p {
  margin: 15px 0;
}
.kashrut-header {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kashrut-header__item {
  margin: 0;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  color: #000;
}
.kashrut-header__item + .kashrut-header__item {
  margin-top: 20px;
}
.kashrut-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 66px);
  margin: 0 33px;
}
.kashrut-column:nth-child(2) .kashrut-certifications:before {
  position: absolute;
  top: 0;
  left: calc(50% - 185px);
  bottom: 0;
  width: 300%;
  content: "";
  background-image: url("./img/kashrut-logo.png");
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  opacity: 0.1;
}
.kashrut-certifications {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15px;
  padding: 40px 0;
  position: relative;
}
.kashrut-certification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 40px;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: rgba(255, 250, 239, 0.45);
  width: 100%;
}
.kashrut-certification + .kashrut-certification {
  margin-top: 20px;
}
.kashrut-certification__logo {
  width: 104px;
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.kashrut-certification__description {
  font-size: 16px;
  color: #000;
}
.kashrut-certification__description strong {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 24px;
  display: block;
}
.kashrut-certification__description span {
  display: block;
  max-width: 300px;
  line-height: 150%;
  margin-top: 10px;
}

.wine-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 200px;
  padding: 54px 0;
  position: relative;
}
.wine-types:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100vw;
  right: -100vw;
  content: "";
  background-image: url("./img/kashrut-logo.png");
  background-repeat: repeat-x;
  background-position: center right;
  background-size: contain;
  opacity: 0.1;
}
.wine-types-block {
  margin-top: 60px;
}

.wine-type {
  padding: 32px 40px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background-color: rgba(255, 250, 239, 0.45);
  text-align: left;
  position: relative;
}
.wine-type-block {
  width: calc(50% - 33px);
}
.wine-type-block:nth-child(2) .wine-type {
  text-align: right;
}
.wine-type-block:nth-child(2) .wine-type .wine-type__bottle {
  right: auto;
  left: 10px;
}
.wine-type-block:nth-child(2) .wine-type:after {
  display: none;
}
.wine-type:after {
  position: absolute;
  content: "";
  background-image: url("./img/arrow-decor.png");
  width: 201px;
  height: 180px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: -45px;
  right: 140px;
}
.wine-type__label {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 42px;
  line-height: 150%;
  color: rgba(57, 41, 6, 0.9);
  position: relative;
  z-index: 2;
}
.wine-type__transliteration {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #392906;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
.wine-type__bottle {
  position: absolute;
  pointer-events: none;
  right: 15px;
  bottom: 0px;
  height: 390px;
}

.wine-note {
  text-align: center;
}
.wine-note__description {
  font-size: 24px;
  color: #392906;
  font-family: var(--third-family);
}
.wine-note__text {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
  margin-top: 20px;
}
.wine-note__text p {
  margin: 15px 0;
}

@media only screen and (max-width: 1199px) {
  .kashrut-title {
    font-size: 64px;
  }
  .kashrut-column:nth-child(2) .kashrut-certifications:before {
    left: calc(50% - 130px);
  }
  .kashrut-certification__logo {
    width: 80px;
  }
  .kashrut-certification__description {
    font-size: 14px;
  }
  .kashrut-certification__description strong {
    font-size: 20px;
  }
  .wine-types {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wine-types:before {
    display: none;
  }
  .wine-type-block {
    width: 100%;
    max-width: 550px;
    position: relative;
  }
  .wine-type-block:before {
    position: absolute;
    top: -50px;
    bottom: -50px;
    left: -100vw;
    right: -100vw;
    content: "";
    background-image: url("./img/kashrut-logo.png");
    background-repeat: repeat-x;
    background-position: center;
    background-size: contain;
    opacity: 0.1;
  }
  .wine-type-block + .wine-type-block {
    margin-top: 250px;
  }
}
@media only screen and (max-width: 991px) {
  .kashrut-title {
    font-size: 48px;
  }
  .kashrut-subtitle {
    font-size: 20px;
    margin-top: 20px;
  }
  .kashrut-subtitle img {
    height: 24px;
  }
  .kashrut-text {
    font-size: 15px;
    margin-top: 20px;
  }
  .kashrut-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .kashrut-column {
    width: 100%;
    margin: 0;
    margin-top: 50px;
  }
  .kashrut-column:nth-child(1) {
    margin-top: 85px;
  }
  .kashrut-column:nth-child(1) .kashrut-certifications:before {
    position: absolute;
    top: 0;
    left: calc(50% - 185px);
    bottom: 0;
    width: 300%;
    content: "";
    background-image: url("./img/kashrut-logo.png");
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
    opacity: 0.1;
  }
  .kashrut-column:nth-child(2) .kashrut-certifications:before {
    left: auto;
    right: calc(50% - 185px);
    background-size: contain;
    background-position: center right;
  }
  .kashrut-header__item {
    font-size: 27px;
  }
  .kashrut-certifications {
    padding: 50px 0;
    margin-top: 50px;
  }
  .wine-type__label {
    font-size: 28px;
  }
  .wine-type__transliteration {
    font-size: 18px;
  }
  .wine-type:after {
    top: -70px;
  }
  .wine-note {
    width: 100%;
  }
  .wine-note__description {
    max-width: 100%;
  }
  .wine-note__text {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .kashrut-title {
    font-size: 35px;
  }
  .kashrut-subtitle {
    font-size: 16px;
  }
  .kashrut-text {
    font-size: 12px;
  }
  .kashrut-header__item {
    font-size: 21px;
  }
  .kashrut-column:nth-child(1) .kashrut-certifications:before {
    left: -15px;
  }
  .kashrut-column:nth-child(2) .kashrut-certifications:before {
    right: -15px;
  }
  .kashrut-certification {
    padding: 20px;
  }
  .kashrut-certification__logo {
    width: 60px;
    margin-right: 15px;
  }
  .kashrut-certification__description {
    font-size: 12px;
  }
  .kashrut-certification__description strong {
    font-size: 16px;
  }
  .wine-types {
    margin-top: 100px;
  }
  .wine-type {
    padding: 30px;
  }
  .wine-type-block {
    max-width: 550px;
  }
  .wine-type-block + .wine-type-block {
    margin-top: 150px;
  }
  .wine-type:after {
    width: calc(100% - 240px);
    height: 105px;
    background-image: url("./img/arrow-decor-mobile.png");
    background-size: 100% 100%;
    top: -10px;
    right: 80px;
  }
  .wine-type:nth-child(2) .wine-type__bottle {
    left: 0;
    right: auto;
  }
  .wine-type__bottle {
    bottom: -30px;
    right: 0;
    height: 300px;
  }
  .wine-type__label {
    font-size: 6vw;
  }
  .wine-type__transliteration {
    font-size: 4vw;
  }
  .wine-note__description {
    font-size: 16px;
  }
  .wine-note__text {
    font-size: 12px;
    margin-top: 20px;
  }
}
.filters {
  margin-top: 40px;
}
.filters-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
}

.filter {
  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;
  white-space: nowrap;
  border: 1px solid #efdfc0;
  border-radius: 10em;
  padding: 10px 20px;
  height: 56px;
  margin-right: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.filter.active {
  background-color: #EFDFC0;
}
.filter img {
  height: 32px;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.filter--sm {
  height: 49px;
  font-size: 16px;
  color: #000;
}
.filter--blue {
  border-color: #B8DCFF;
}
.filter--blue.active {
  background-color: #B8DCFF;
}
.filter--orange {
  border-color: #F9A200;
}
.filter--orange.active {
  background-color: #F9A200;
}

@media (hover) {
  .filter:hover {
    background-color: #EFDFC0;
  }
  .filter--blue:hover {
    background-color: #B8DCFF;
  }
  .filter--orange:hover {
    background-color: #F9A200;
  }
}
.shops-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px -10px -20px;
}
.shops-card {
  width: calc(33.33% - 20px);
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  padding: 20px;
  margin: 0 10px 20px;
}
.shops-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shops-card__icon {
  width: 24px;
  height: 24px;
  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;
  margin-right: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.shops-card__title {
  margin: 0;
  font-family: "LinBiolinum";
  font-weight: 400;
  font-size: 24px;
  color: #000;
}
.shops-card__content {
  font-size: 16px;
  color: #000;
  margin-top: 15px;
}
.shops-card__content p.shops-card__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shops-card__content p.shops-card__address 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;
  margin-left: 8px;
  width: 28px;
  height: 28px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.shops-card__content p + p {
  margin-top: -6px;
}
.shops-card__content a {
  text-decoration: underline;
  white-space: nowrap;
}

@media only screen and (max-width: 1199px) {
  .shops-card {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .shops-card {
    width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 575px) {
  .filters {
    margin-top: 30px;
  }
  .filters-block {
    margin-right: -15px;
  }
  .filter {
    margin-bottom: 15px;
    margin-right: 15px;
    font-size: 16px;
    padding: 0 15px;
    height: 39px;
  }
  .filter img {
    margin-right: 7.5px;
    height: 24px;
  }
  .filter--sm {
    height: 36px;
  }
  .shops-grid {
    margin-top: 10px;
  }
  .shops-card {
    border-radius: 18px;
  }
  .shops-card__title {
    font-size: 18px;
  }
  .shops-card__icon {
    width: 18px;
    height: 18px;
  }
  .shops-card__content {
    font-size: 12px;
  }
  .shops-card__content p + p {
    margin-top: 0;
  }
}
.quantity {
  padding: 12px;
  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;
  gap: 10px;
  white-space: nowrap;
  border: 1px solid #dadcdf;
  background-color: #fff;
  border-radius: 8px;
  width: 120px;
  height: 44px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
}
.quantity__value {
  border: none;
  width: calc(100% - 40px);
  text-align: center;
}
.quantity-minus, .quantity-plus {
  padding: 0;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background-color: transparent;
  width: 20px;
  height: 20px;
  position: relative;
  text-indent: -9999px;
  position: relative;
}
.quantity-minus:hover:before, .quantity-minus:hover:after, .quantity-plus:hover:before, .quantity-plus:hover:after {
  opacity: 1;
}
.quantity-minus:before {
  content: "";
  background-color: #000;
  opacity: 0.5;
  border-radius: 10em;
  width: 15px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.quantity-plus:before, .quantity-plus:after {
  content: "";
  background-color: #000;
  opacity: 0.5;
  border-radius: 10em;
  width: 15px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.quantity-plus:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.cart-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px;
}

.cart {
  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;
}
.cart-header, .cart-item {
  width: 100%;
}
.cart-header {
  padding-bottom: 20px;
  font-size: 19px;
  line-height: 150%;
  color: rgba(57, 41, 6, 0.6);
  border-bottom: 1px solid #EFDFC0;
}
.cart-header span {
  white-space: nowrap;
}
.cart-item {
  padding: 30px 0;
}
.cart-item + .cart-item {
  border-top: 1px solid #EFDFC0;
}
.cart-item__title {
  font-weight: 500;
  font-size: 21px;
  line-height: 152%;
  color: rgba(0, 0, 0, 0.8);
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cart-item__photo {
  width: 115px;
  aspect-ratio: 0.78;
  position: relative;
  background-image: url("./img/product-decor.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.cart-item__photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cart-item__price, .cart-item__total-price {
  font-size: 19px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.8);
  white-space: nowrap;
}
.cart-item__total-price {
  font-weight: 500;
}
.cart-item__label {
  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;
  white-space: nowrap;
  border-radius: 8px;
  padding: 8px 12px;
  height: 40px;
  background: #d07484;
  font-weight: 500;
  font-size: 16px;
  line-height: 152%;
  color: #fff;
  margin-bottom: 12px;
}
.cart-item__label--orange {
  background-color: #f9a200;
}

.gift {
  margin-top: 40px;
}
.gift__title {
  padding-bottom: 30px;
}
.gift__cart-items {
  border-top: 1px solid #EFDFC0;
  border-bottom: 1px solid #EFDFC0;
}

.cart-aside {
  width: 31%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cart-aside__banner {
  width: 100%;
  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;
  overflow: hidden;
  margin-bottom: 30px;
}

.promocode__value {
  width: 100%;
  margin: 13px 0 0;
  display: none;
}
.promocode__value.visible {
  display: block;
}

.total {
  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: 30px;
}
.total-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.8);
}
.total-price {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}
.total-price__current {
  white-space: nowrap;
}
.total-price__old {
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 20px;
  white-space: nowrap;
}
.total__btn {
  margin-top: 40px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .cart-header, .cart-item {
    display: grid;
    grid-template-columns: 115px 2fr 150px 180px 150px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cart-header > span, .cart-item > span {
    margin: 0 20px;
  }
  .cart-header > span:first-child, .cart-item > span:first-child {
    margin-left: 0;
  }
  .cart-header > span:last-child, .cart-item > span:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .cart {
    width: 100%;
  }
  .cart-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cart-aside {
    width: 100%;
    margin-left: 0;
  }
  .gift__title {
    padding-bottom: 0;
  }
  .gift__cart-items {
    border-top: none;
    border-bottom: none;
  }
}
@media only screen and (max-width: 991px) {
  .cart-header, .cart-item {
    grid-template-columns: 115px 2fr 120px 150px 120px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-header {
    display: none;
  }
  .cart-block {
    margin-top: 30px;
  }
  .cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cart-item__photo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 30px;
  }
  .cart-item__price {
    margin-top: 5px;
  }
  .cart-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cart-item__quantity {
    width: 100%;
    margin: 8px 0;
    max-width: 120px;
  }
}
@media only screen and (max-width: 575px) {
  .cart {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
  .cart-item {
    padding: 30px 20px;
  }
  .gift__title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.payment-title {
  margin: 0 0 30px;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.8);
}
.payment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.payment-form input[type=text],
.payment-form input[type=tel],
.payment-form input[type=url],
.payment-form input[type=email],
.payment-form input[type=password],
.payment-form input[type=number],
.payment-form textarea,
.payment-form .jq-selectbox {
  margin-bottom: 20px;
}
.payment__btn {
  margin-top: 40px;
  width: 100%;
}

.contacts-inputs {
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.delivery-inputs {
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.payment-inputs {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.payment-inputs .custom-checkbox {
  margin-top: 20px;
}

.form-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-inputs input[type=text],
.form-inputs input[type=tel],
.form-inputs input[type=url],
.form-inputs input[type=email],
.form-inputs input[type=password],
.form-inputs input[type=number],
.form-inputs textarea,
.form-inputs .jq-selectbox {
  margin-bottom: 20px;
}
.form-inputs input[type=text].w-50,
.form-inputs input[type=tel].w-50,
.form-inputs input[type=url].w-50,
.form-inputs input[type=email].w-50,
.form-inputs input[type=password].w-50,
.form-inputs input[type=number].w-50,
.form-inputs textarea.w-50,
.form-inputs .jq-selectbox.w-50 {
  width: calc(50% - 10px);
}
.form-inputs input[type=text].w-25,
.form-inputs input[type=tel].w-25,
.form-inputs input[type=url].w-25,
.form-inputs input[type=email].w-25,
.form-inputs input[type=password].w-25,
.form-inputs input[type=number].w-25,
.form-inputs textarea.w-25,
.form-inputs .jq-selectbox.w-25 {
  width: calc(25% - 15px);
}

.pickup-address {
  display: none;
  margin-bottom: -20px;
}

.address-inputs {
  margin-top: 20px;
}
.address-inputs.active .pickup-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.address-inputs.active .own-address {
  display: none;
}

.order {
  width: 100%;
}
.order__title {
  font-weight: 400;
  font-size: 19px;
  line-height: 150%;
  color: rgba(57, 41, 6, 0.6);
}
.order-total {
  border-top: 1px solid #EFDFC0;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: rgba(0, 0, 0, 0.8);
}
.order-total__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
}
.order-total__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
}
.order-total__price-old {
  white-space: nowrap;
  margin-right: 14px;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.4);
}
.order-total__price-current {
  white-space: nowrap;
}
.order-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}
.order-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 0 30px 8px;
  border-top: 1px solid #EFDFC0;
}
.order-item__photo {
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 85px;
  aspect-ratio: 0.78;
  position: relative;
  background-image: url("./img/product-decor.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.order-item__photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.order-item__info {
  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%;
}
.order-item__title {
  font-weight: 500;
  font-size: 21px;
  line-height: 152%;
  color: rgba(0, 0, 0, 0.8);
}
.order-item__chars {
  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: 10px;
  width: 100%;
}
.order-item__count {
  font-weight: 400;
  font-size: 19px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.5);
}
.order-item__price {
  font-weight: 500;
  font-size: 19px;
  line-height: 150%;
  text-align: right;
  color: rgba(0, 0, 0, 0.5);
}
.order-item__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 10px;
}
.order-item__label {
  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;
  white-space: nowrap;
  border-radius: 8px;
  padding: 8px 12px;
  height: 40px;
  background: #d07484;
  font-weight: 500;
  font-size: 16px;
  line-height: 152%;
  color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
}
.order-item__label--orange {
  background-color: #f9a200;
}

@media only screen and (max-width: 1199px) {
  .order-aside {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-total {
    padding-bottom: 30px;
    border-bottom: 1px solid #EFDFC0;
  }
  .payment {
    padding-top: 30px;
  }
  .payment-inputs {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .form-inputs input[type=text].md-w-100,
  .form-inputs input[type=tel].md-w-100,
  .form-inputs input[type=url].md-w-100,
  .form-inputs input[type=email].md-w-100,
  .form-inputs input[type=password].md-w-100,
  .form-inputs input[type=number].md-w-100,
  .form-inputs textarea.md-w-100,
  .form-inputs .jq-selectbox.md-w-100 {
    width: 100%;
  }
  .form-inputs input[type=text].md-w-50,
  .form-inputs input[type=tel].md-w-50,
  .form-inputs input[type=url].md-w-50,
  .form-inputs input[type=email].md-w-50,
  .form-inputs input[type=password].md-w-50,
  .form-inputs input[type=number].md-w-50,
  .form-inputs textarea.md-w-50,
  .form-inputs .jq-selectbox.md-w-50 {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 575px) {
  .payment__line {
    display: none;
  }
  .delivery-inputs,
  .payment-inputs {
    padding-top: 0;
  }
  .form-inputs input[type=text].sm-w-100,
  .form-inputs input[type=tel].sm-w-100,
  .form-inputs input[type=url].sm-w-100,
  .form-inputs input[type=email].sm-w-100,
  .form-inputs input[type=password].sm-w-100,
  .form-inputs input[type=number].sm-w-100,
  .form-inputs textarea.sm-w-100,
  .form-inputs .jq-selectbox.sm-w-100 {
    width: 100%;
  }
  .order-items {
    margin-left: -20px;
    margin-right: -20px;
  }
  .order-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .order-total {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.success {
  padding-top: 100px;
  padding-bottom: 48vw;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom 75px center;
}
.success-block {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.success__icon {
  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;
  margin-bottom: 87px;
  position: relative;
}
.success__icon:before {
  position: absolute;
  content: "";
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-image: radial-gradient(50% 50% at 50% 50%, rgba(255, 225, 85, 0.5) 0%, rgba(255, 225, 85, 0.5) 100%);
  -webkit-filter: blur(128px);
          filter: blur(128px);
  pointer-events: none;
  z-index: -1;
}
.success__title {
  line-height: 1.5;
}
.success__subtitle {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 44px;
  line-height: 150%;
  color: #000;
}
.success__btn {
  max-width: 934px;
  width: 100%;
  margin-top: 32px;
}

@media only screen and (min-width: 2000px) {
  .success {
    background-size: auto;
    padding-bottom: 680px;
  }
}
@media only screen and (max-width: 1199px) {
  .success {
    background-position: bottom center;
    padding-bottom: 45vw;
  }
  .success__icon {
    margin-bottom: 60px;
  }
  .success__subtitle {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .success {
    padding-top: 80px;
    padding-bottom: 270px;
    background-size: 600px auto;
  }
  .success__icon {
    width: 140px;
  }
  .success__icon:before {
    width: 200px;
    height: 200px;
    -webkit-filter: blur(64px);
            filter: blur(64px);
  }
  .success__title {
    font-size: 24px;
  }
  .success__subtitle {
    font-size: 24px;
  }
}
.awards {
  margin-top: 64px;
}
.awards__section-title {
  font-size: 70px;
  line-height: 120%;
}
.awards-year {
  font-family: "CradleyOpen", serif;
}
.awards-title {
  font-family: "CradleyOpen", serif;
  font-weight: 400;
  font-size: 32px;
  color: var(--black);
  margin-top: 35px;
}

.award table {
  width: 100%;
  border-collapse: collapse;
}
.award table td {
  vertical-align: top;
  border-bottom: 1px solid #EFDFC0;
  padding: 32px 0;
  padding-right: 20px;
}
.award table td:last-child {
  padding-right: 0;
}
.award-uptitle {
  font-size: 21px;
  line-height: 150%;
  color: rgba(57, 41, 6, 0.6);
  margin-bottom: 15px;
}
.award-title {
  font-weight: 500;
  font-size: 32px;
  color: rgba(0, 0, 0, 0.8);
}
.award-collection {
  font-weight: 500;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.8);
}
.award-medal {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.award-medal__icon {
  width: 36px;
}
.award-medal__text {
  font-size: 21px;
  line-height: 150%;
  color: rgba(57, 41, 6, 0.6);
  margin-top: 3px;
}

@media only screen and (max-width: 1199px) {
  .awards__section-title {
    font-size: 64px;
  }
  .awards-title {
    font-size: 24px;
  }
  .award-title {
    font-size: 26px;
  }
  .award-collection {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .awards__section-title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .award table tr {
    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;
    border-bottom: 1px solid #EFDFC0;
    padding: 32px 0;
    padding-right: 70px;
  }
  .award table td {
    padding: 0;
    border: none;
  }
  .award table td + td {
    margin-top: 24px;
  }
  .award table td:last-child {
    position: absolute;
    bottom: 32px;
    right: 0;
    margin-top: 0;
  }
  .award-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .award-uptitle {
    display: none;
  }
  .award-uptitle--collection {
    display: block;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 4px;
  }
}
@media only screen and (max-width: 575px) {
  .awards {
    margin-top: 32px;
  }
  .awards__section-title {
    font-size: 35px;
  }
  .awards-title {
    font-size: 16px;
    margin-top: 16px;
  }
  .award-uptitle {
    font-size: 19px;
  }
  .award-title {
    font-size: 21px;
  }
  .award-collection {
    font-size: 19px;
  }
  .award-medal__icon {
    width: 24px;
  }
  .award-medal__text {
    font-size: 19px;
    margin-top: 2px;
  }
  .award table tr {
    padding: 16px 0;
    padding-right: 60px;
  }
  .award table td + td {
    margin-top: 12px;
  }
  .award table td:last-child {
    bottom: 16px;
  }
}
.he-lang {
  --third-family: "LinBiolinum";
}
.he-lang .btn__icon {
  margin-left: 0;
  margin-right: 7px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.he-lang .btn:hover .btn__icon {
  left: -5px;
}
.he-lang .social-link + .social-link {
  margin-left: 0;
  margin-right: 25px;
}
.he-lang .header__language {
  margin-left: 0;
  margin-right: 70px;
}
.he-lang .header__hamburger {
  margin-right: 0;
  margin-left: 50px;
}
.he-lang .header__cart-icon {
  margin-left: 0;
  margin-right: 30px;
}
.he-lang .header.header--has-cart .header__language {
  margin-left: 0;
  margin-right: 50px;
}
.he-lang .menu__link {
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 400;
}
.he-lang .subscribe-form input[type=email] {
  padding: 0 13px 0 45px;
  text-align: right;
}
.he-lang .subscribe-form__btn {
  right: auto;
  left: 13px;
}
@media only screen and (min-width: 1200px) {
  .he-lang .menu__item + .menu__item {
    margin-left: 0;
    margin-right: 70px;
  }
}
@media only screen and (max-width: 1399px) {
  .he-lang .header:not(.header--has-cart) .header__language .language__dropdown {
    right: auto;
    left: -10px;
  }
}
@media only screen and (max-width: 1199px) {
  .he-lang .header.header--has-cart .header__logo {
    margin-right: 0px;
    margin-left: 30px;
  }
  .he-lang .header.header--has-cart .header__language {
    margin-right: auto;
  }
}
@media only screen and (max-width: 575px) {
  .he-lang .header__hamburger {
    margin-left: 30px;
  }
  .he-lang .header__cart-icon {
    margin-right: 20px;
  }
}
.he-lang .hero .container {
  text-align: center;
}
.he-lang .hero-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 70px;
}
.he-lang .hero-header {
  position: static;
}
.he-lang .hero-title {
  text-align: right;
  line-height: 1;
}
.he-lang .hero-title br {
  display: none;
}
.he-lang .hero-subtitle {
  font-family: "LinBiolinum";
  text-align: right;
  margin-top: 25px;
}
.he-lang .hero__btn {
  right: auto;
  left: 0;
  top: 20px;
  width: 200px;
  bottom: auto;
}
@media only screen and (max-width: 991px) {
  .he-lang .hero-title {
    font-size: 58px;
  }
  .he-lang .hero__btn {
    top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .he-lang .hero-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .he-lang .hero-block {
    margin-top: 40px;
  }
  .he-lang .hero-title {
    max-width: 100%;
    font-size: 80px;
    font-size: 23vw;
  }
  .he-lang .hero-subtitle {
    font-size: 24px;
    font-size: 7vw;
  }
  .he-lang .hero__btn {
    top: 30vw;
    height: 14vw;
    left: 20px;
    width: 45%;
    font-size: 4vw;
  }
  .he-lang .hero__btn .btn__icon {
    width: 3vw;
  }
}
.he-lang .blockquote__text {
  font-family: var(--third-family);
}
.he-lang .blockquote__author {
  font-family: var(--third-family);
  font-style: normal;
}
.he-lang .blockquote__photo {
  margin-top: 30px;
}
@media only screen and (max-width: 575px) {
  .he-lang .blockquote__author {
    opacity: 0.6;
  }
}
.he-lang .legend {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.he-lang .legend__text {
  font-size: 21px;
}
.he-lang .legend__title {
  font-size: 64px;
}
.he-lang .legend__image {
  right: auto;
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.he-lang .legend-col .legend__text {
  max-width: 400px;
}
.he-lang .legend-col:nth-child(2) .legend__text {
  max-width: 300px;
}
@media only screen and (max-width: 991px) {
  .he-lang .legend__text {
    font-size: 16px;
  }
  .he-lang .legend__title {
    font-size: 48px;
  }
  .he-lang .legend__image {
    left: -100px;
  }
  .he-lang .legend-col .legend__text {
    max-width: 300px;
  }
  .he-lang .legend-col:nth-child(2) .legend__text {
    max-width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .he-lang .legend__image {
    left: 0px;
  }
  .he-lang .legend-col .legend__text {
    max-width: 70%;
    margin-left: auto;
  }
  .he-lang .legend-col:nth-child(2) {
    margin-top: 20px;
  }
  .he-lang .legend-col:nth-child(2) .legend__text {
    max-width: 40%;
  }
}
@media only screen and (max-width: 575px) {
  .he-lang .legend__image {
    left: -60px;
  }
  .he-lang .legend-col .legend__text {
    max-width: 80%;
  }
  .he-lang .legend-col:nth-child(2) .legend__text {
    max-width: 50%;
  }
}
.he-lang .family-header {
  direction: ltr;
}
.he-lang .family__text {
  font-size: 24px;
  text-align: right;
}
@media only screen and (min-width: 992px) {
  .he-lang .family__text {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .he-lang .family__text {
    font-size: 18px;
  }
}
.he-lang .expert:before {
  left: auto;
  right: -5%;
}
.he-lang .expert__uptitle {
  font-size: 32px;
}
.he-lang .expert__title {
  font-size: 64px;
}
.he-lang .expert__awards li {
  padding-right: 40px;
  padding-left: 0;
}
.he-lang .expert__awards li:before {
  left: auto;
  right: 0;
}
.he-lang .expert__photo {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media only screen and (min-width: 768px) {
  .he-lang .expert__title {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .he-lang .expert__title {
    font-size: 44px;
  }
  .he-lang .expert__title span {
    font-size: 128px;
    display: block;
    margin-top: 10px;
    line-height: 1;
  }
  .he-lang .expert__photo {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .he-lang .collection {
    padding-left: 0;
    padding-right: 60px;
  }
  .he-lang .collection__title {
    text-align: right;
  }
  .he-lang .collection-photos-slider:after {
    left: auto;
    right: -160px;
  }
  .he-lang .collection-photos-slider__back {
    left: auto;
    right: 260px;
  }
  .he-lang .collection-photos-slider__next {
    left: auto;
    right: -30px;
  }
}
.he-lang .collection__title {
  font-size: 56px;
}
.he-lang .collection-code {
  right: auto;
  left: 10px;
}
.he-lang .collection-code__link > img {
  margin-right: 0;
  margin-left: 20px;
}
.he-lang .collection-slide__kashrut {
  margin-left: 0;
  margin-right: 20px;
}
.he-lang .collection-slide-param__dots {
  margin-left: 0;
  margin-right: 10px;
}
.he-lang .collection-slide-param__dots .dot + .dot {
  margin-left: 0;
  margin-right: 4px;
}
@media only screen and (max-width: 991px) {
  .he-lang .collection-slide__chars {
    margin-left: 0;
    margin-right: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .he-lang .collection-slide__chars {
    margin-right: 0;
  }
}
.he-lang .wine-bg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.he-lang .georgia-bg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.he-lang .georgia__title {
  text-align: right;
}
.he-lang .georgia__title:before {
  left: auto;
  right: -235px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.he-lang .unesco {
  padding-right: 305px;
  padding-left: 30px;
  margin-left: 0;
  margin-right: 43.5%;
}
.he-lang .unesco__icon {
  left: 0;
  right: 40px;
}
@media only screen and (max-width: 2000px) {
  .he-lang .unesco {
    border-radius: 0 12px 12px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .he-lang .unesco {
    padding-right: 220px;
    margin-right: calc(50% - 460px);
  }
}
@media only screen and (max-width: 991px) {
  .he-lang .unesco {
    margin-right: calc(50% - 340px);
  }
}
@media only screen and (max-width: 767px) {
  .he-lang .unesco {
    margin-right: calc(50% - 250px);
  }
}
@media only screen and (max-width: 575px) {
  .he-lang .unesco {
    padding-right: 100px;
    margin-right: 20px;
  }
  .he-lang .unesco__icon {
    right: 10px;
  }
}
.he-lang .shops__title {
  text-align: right;
}
.he-lang .shops__title img {
  margin-top: 0px;
}
.he-lang .shops-country {
  padding-left: 0;
  padding-right: 110px;
}
.he-lang .shops-country__bg {
  left: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.he-lang .shops-country__flag {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  left: auto;
  right: 10px;
}
.he-lang .shops-card__content p.shops-card__address a {
  margin-left: 0;
  margin-right: 8px;
}
@media only screen and (max-width: 575px) {
  .he-lang .shops-country {
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}
.he-lang .reviews__title {
  text-align: right;
}
@media only screen and (min-width: 1200px) {
  .he-lang .reviews__head {
    left: 0px;
  }
  .he-lang .reviews-block {
    padding-left: 310px;
  }
  .he-lang .reviews-slider__back {
    left: 250px;
  }
  .he-lang .reviews-slider__next {
    right: -100px;
  }
}
@media only screen and (min-width: 1200px) {
  .he-lang .reviews__title {
    font-size: 84px;
  }
}
.he-lang .contact__header {
  font-family: var(--third-family);
}
.he-lang .winemaking-hero__bg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.he-lang .winemaking-hero__title {
  font-size: 78px;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .he-lang .winemaking-hero__title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .he-lang .winemaking-hero__title {
    font-size: 44px;
  }
}
.he-lang .map-part__titles {
  text-align: right;
}
.he-lang .map-wrap {
  margin-left: 0;
  margin-right: auto;
}
.he-lang .map-clue__icon {
  margin-right: 0;
  margin-left: 8px;
}
@media only screen and (max-width: 575px) {
  .he-lang .map-wrap {
    margin-right: -40px;
  }
  .he-lang .map-clue__icon {
    margin-right: 0;
    margin-left: 5px;
  }
  .he-lang .map-clue__text {
    text-align: right;
  }
  .he-lang .locations__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .he-lang .locations__title span {
    text-align: right;
  }
}
.he-lang .location-popup {
  text-align: right;
}
.he-lang .location-popup__title {
  text-align: right;
}
.he-lang .kashrut-subtitle img {
  top: 4px;
}
.he-lang .kashrut-certification__logo {
  margin-right: 0;
  margin-left: 30px;
}
@media only screen and (max-width: 575px) {
  .he-lang .kashrut-certification__logo {
    margin-left: 15px;
  }
}
.he-lang .filter img {
  margin-right: 0;
  margin-left: 10px;
}
.he-lang .shops-card__icon {
  margin-right: 0;
  margin-left: 16px;
}
@media only screen and (max-width: 575px) {
  .he-lang .filter img {
    margin-right: 0;
    margin-left: 7.5px;
  }
}
@media only screen and (max-width: 575px) {
  .he-lang .product {
    text-align: right;
  }
}
.he-lang .catalog-hero__title {
  text-align: right;
}
.he-lang .catalog-hero__kashrut {
  margin-left: 0;
  margin-right: 20px;
}
.he-lang .catalog-hero__type {
  margin-left: 0;
  margin-right: -10px;
}
.he-lang .catalog-hero-param__dots {
  margin-left: 0;
  margin-right: 10px;
}
.he-lang .catalog-hero-param__dots .dot + .dot {
  margin-left: 0;
  margin-right: 4px;
}
@media only screen and (max-width: 1199px) {
  .he-lang .catalog-slide-form {
    margin-left: 0;
    margin-right: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .he-lang .catalog-slide-form {
    margin-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .he-lang .catalog-slide-blockquote {
    margin-left: 0;
    margin-right: -20px;
  }
}
.he-lang .bar-code__link > img {
  margin-right: 0;
  margin-left: 20px;
}
.he-lang .custom-checkbox__box {
  margin-right: 0;
  margin-left: 12px;
}
.he-lang .form input[type=text],
.he-lang .form input[type=tel],
.he-lang .form input[type=url],
.he-lang .form input[type=email],
.he-lang .form input[type=password],
.he-lang .form input[type=number],
.he-lang .form textarea {
  text-align: right;
}
.he-lang .iti__flag-container {
  left: auto;
  right: 0;
}
.he-lang .iti input {
  padding-left: 16px !important;
}
.he-lang .iti .iti__selected-flag {
  border-radius: 0 8px 8px 0;
}
.he-lang .iti .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 6px;
}
.he-lang .iti .iti__flag-box {
  margin-right: 0;
  margin-left: 6px;
}
.he-lang .iti__country-list {
  text-align: right;
}
.he-lang .cart-aside {
  margin-left: 0;
  margin-right: 50px;
}
.he-lang .total-price {
  margin-left: 0;
  margin-right: auto;
}
.he-lang .total-price__old {
  margin-right: 0;
  margin-left: 20px;
}
.he-lang .gift__title {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .he-lang .cart-header > span:first-child, .he-lang .cart-item > span:first-child {
    margin-left: 20px;
    margin-right: 0;
  }
  .he-lang .cart-header > span:last-child, .he-lang .cart-item > span:last-child {
    margin-right: 20px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .he-lang .cart-aside {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .he-lang .cart-item__photo {
    margin-right: 0px;
    margin-left: 30px;
  }
}
.he-lang .order-total__price-old {
  margin-right: 0;
  margin-left: 14px;
}
.he-lang .order-item {
  padding: 20px 8px 30px 0px;
}
.he-lang .order-item__photo {
  margin-right: 0;
  margin-left: 30px;
}
@media only screen and (max-width: 575px) {
  .he-lang .order-item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.he-lang .awards__section-title {
  text-align: right;
}
.he-lang .awards-year {
  text-align: right;
}
.he-lang .award table td {
  padding-right: 0;
  padding-left: 20px;
}
.he-lang .award table td:last-child {
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .he-lang .award table tr {
    padding-right: 0;
    padding-left: 70px;
  }
  .he-lang .award table td:last-child {
    right: auto;
    left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .he-lang .awards table tr {
    padding-right: 0px;
    padding-left: 60px;
  }
}

.ka-lang {
  --font-family: "BpgGlaho";
  --second-family: "BpgPaataCaps";
  --third-family: "BpgPaataCaps";
  --fourth-family: "BpgGlaho";
}
.ka-lang .section-title {
  line-height: 1.2;
}
.ka-lang .menu__link {
  font-family: var(--second-family);
  font-weight: 400;
}
@media only screen and (min-width: 1200px) {
  .ka-lang .header__logo {
    margin-left: -50px;
  }
  .ka-lang .menu__link {
    font-size: 19px;
  }
}
.ka-lang .hero-title {
  font-weight: 400;
  font-size: 89px;
  line-height: 101%;
  color: #DCF1FB;
  -webkit-text-stroke: 1px black;
  text-shadow: 3px 3px 0px black;
  display: inline;
}
.ka-lang .hero-subtitle {
  font-size: 33px;
  line-height: 120%;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 991px) {
  .ka-lang .hero__btn {
    top: 5px;
    bottom: auto;
  }
}
@media only screen and (max-width: 767px) {
  .ka-lang .hero-subtitle {
    font-size: 25px;
  }
  .ka-lang .hero__btn {
    top: auto;
    bottom: 17px;
  }
}
@media only screen and (max-width: 575px) {
  .ka-lang .hero-block {
    margin-top: 50px;
  }
  .ka-lang .hero-title {
    font-size: 17vw;
    max-width: 100%;
  }
  .ka-lang .hero-subtitle {
    font-size: 4.5vw;
  }
  .ka-lang .hero__btn {
    right: 0;
    left: auto;
    bottom: 3vw;
    height: 14vw;
    right: 0;
    width: 30%;
    font-size: 4vw;
  }
}
.ka-lang .blockquote__text {
  font-size: 24px;
}
.ka-lang .blockquote__author {
  font-size: 24px;
}
.ka-lang .blockquote__photo {
  margin-top: -30px;
}
@media only screen and (max-width: 767px) {
  .ka-lang .blockquote__photo {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .ka-lang .blockquote__text {
    font-size: 22px;
  }
  .ka-lang .blockquote__author {
    font-size: 22px;
  }
}
.ka-lang .contact__header {
  line-height: 1.2;
}
.ka-lang .shops-card__title {
  font-family: "BpgGlaho";
}

.en-lang .hero-subtitle {
  font-size: 30px;
}
@media only screen and (max-width: 991px) {
  .en-lang .hero__btn {
    top: 5px;
    bottom: auto;
  }
}
@media only screen and (max-width: 767px) {
  .en-lang .hero__btn {
    top: auto;
    bottom: 17px;
  }
}
@media only screen and (max-width: 575px) {
  .en-lang .hero-subtitle {
    font-size: 28px;
  }
  .en-lang .hero-title {
    max-width: 300px;
  }
  .en-lang .hero__btn {
    bottom: 10px;
  }
}