/*
Theme Name: Abkhazia
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
  text-decoration: none;
  word-break: break-word;
}

*:hover,
*:focus {
  outline: 0;
}

body {
  background: #F5EFE7;
  font: 400 16px/1.3 "Manrope", sans-serif;
  color: #294830;
}

body::-webkit-scrollbar {
  width: 10px;
  height: 0;
  background: #F5EFE7;
}

body::-webkit-scrollbar-thumb {
  width: 10px;
  background: #294830;
  border-radius: 10px;
}

body.hidden {
  overflow: hidden;
}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-width: thin;
    scrollbar-color: #294830 #F5EFE7;
  }
}

.wrapper {
  width: 100%;
  max-width: 1212px;
  padding: 0 16px;
  margin: 0 auto;
}

.overflowH {
  overflow: hidden;
}

a {
  color: #294830;
  transition: 0.25s;
}

a:hover {
  color: #0A1D13;
}

button {
  font: 500 16px/1.2 "Manrope", sans-serif;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}

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

svg {
  transition: 0.25s;
}

strong {
  font-weight: 600;
}

em,
i {
  font-style: italic;
}

h1,
.h1 {
  font: 500 65px/1.2 "Cormorant", serif;
}

h2,
.h2 {
  font: 500 55px/1.2 "Cormorant", serif;
}

h3,
.h3 {
  font: 500 32px/1.2 "Cormorant", serif;
}

h4,
.h4 {
  font: 500 24px/1.2 "Cormorant", serif;
}

.smText {
  font-size: 14px;
  line-height: 1.35;
}

.btnWrap {
  display: flex;
}

.btnWrap_center {
  justify-content: center;
}

.btnWrap_right {
  justify-content: flex-end;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 100%;
  min-height: 45px;
  background: #294830;
  border-radius: 100px;
  border: none;
  padding: 8px 20px;
  text-transform: uppercase;
  font: 500 16px/1.2 "Manrope", sans-serif;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.25s;
}

.btn:hover {
  background: #0A1D13;
  color: #FFFFFF;
}

.btn_lg {
  min-height: 50px;
}

.btn_full {
  width: 100%;
}

.btn_white {
  background: #FFFFFF;
  color: #0A1D13;
}

.btn_white:hover {
  background: #cccccc;
  color: #0A1D13;
}

.btn_dark {
  background: #0A1D13;
  color: #FFFFFF;
}

.btn_dark:hover {
  background: #294830;
  color: #FFFFFF;
}

.btn_border {
  background: transparent;
  border: 1px solid #0A1D13;
  color: #0A1D13;
}

.btn_border:hover {
  border-color: #294830;
  background: #294830;
  color: #FFFFFF;
}

.arrow {
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: 0.25s;
  position: relative;
}

.arrow::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 1px dashed #294830;
  border-radius: 50%;
}

.arrow img {
  transition: 0.25s;
}

.arrow:hover img {
  transform: scale(1.3);
}

.arrow_disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

.overlay {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

.modal {
  display: none;
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 32px);
  max-height: calc(100% - 32px);
  width: 650px;
  background: #F5EFE7;
  border-radius: 30px;
  padding: 40px;
  overflow: auto;
  -ms-overflow-style: none;
  overflow-y: scroll;
  scrollbar-width: none;
}

.modal::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px dashed #0A1D13;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}

.modal__close svg {
  fill: #294830;
}

.modal__close:hover {
  border-style: solid;
}

.modal__content {
  text-align: center;
}

.modal__title {
  font-size: 45px;
  margin-bottom: 20px;
}

.modal__title:last-child {
  margin-bottom: 0;
}

.modal__text p {
  margin-bottom: 16px;
}

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

input {
  width: 100%;
  height: 50px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 0 12px;
  font: 400 16px/1.3 "Manrope", sans-serif;
  color: #FFFFFF;
}

input::placeholder {
  font: 400 16px/1.2 "Manrope", sans-serif;
  color: rgba(255, 255, 255, 0.5);
}

input:hover {
  border-color: rgba(255, 255, 255, 0.65);
}

input:focus {
  border-color: rgba(255, 255, 255, 0.9);
}

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

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

textarea {
  width: 100%;
  min-height: 180px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 10px 12px;
  font: 400 16px/1.3 "Manrope", sans-serif;
  color: #FFFFFF;
  resize: vertical;
}

textarea::placeholder {
  font: 400 16px/1.2 "Manrope", sans-serif;
  color: rgba(255, 255, 255, 0.5);
}

textarea:hover {
  border-color: rgba(255, 255, 255, 0.65);
}

textarea:focus {
  border-color: rgba(255, 255, 255, 0.9);
}

.select {
  width: 100%;
  height: 50px;
  position: relative;
  background: #294830;
  border-radius: 10px;
}

.select::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  background: url("assets/img/select-arrow.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

.select select {
  cursor: pointer;
  position: relative;
  z-index: 2;
  background: transparent;
  border: none;
  appearance: none;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  padding-right: 40px;
  font: 400 16px/1.2 "Manrope", sans-serif;
  color: #294830;
}

.checkbox__input {
  display: none;
}

.checkbox__input:checked + .checkbox__label::after {
  display: block;
}

.checkbox__label {
  display: block;
  position: relative;
  padding-left: 35px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  cursor: pointer;
}

.checkbox__label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  background: #294830;
  border-radius: 3px;
}

.checkbox__label::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translate(0, -50%);
  width: 15px;
  height: 11px;
  background: url("assets/img/checked.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

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

.social__item {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px dashed #0A1D13;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}

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

.social__item:hover {
  border-style: solid;
}

.textBlock h2 {
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 24px;
}

.textBlock h2:last-child {
  margin-bottom: 0;
}

.textBlock h2:first-child {
  margin-top: 0;
}

.textBlock h3 {
  text-transform: uppercase;
  margin-top: 32px;
  margin-bottom: 16px;
}

.textBlock h3:last-child {
  margin-bottom: 0;
}

.textBlock h3:first-child {
  margin-top: 0;
}

.textBlock h4 {
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 16px;
}

.textBlock h4:last-child {
  margin-bottom: 0;
}

.textBlock h4:first-child {
  margin-top: 0;
}

.textBlock p {
  margin-bottom: 16px;
}

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

.textBlock a {
  text-decoration: underline;
}

.textBlock ul {
  margin-bottom: 16px;
}

.textBlock ul:last-child {
  margin-bottom: 0;
}

.textBlock ul li {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 4px;
}

.textBlock ul li:last-child {
  margin-bottom: 0;
}

.textBlock ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #294830;
}

.textBlock ol {
  list-style-type: decimal;
  margin-left: 24px;
  margin-bottom: 16px;
}

.textBlock ol:last-child {
  margin-bottom: 0;
}

.textBlock ol li {
  margin-bottom: 4px;
}

.textBlock ol li:last-child {
  margin-bottom: 0;
}

.textBlock figure {
  margin: 20px 0;
}

.textBlock figure:last-child {
  margin-bottom: 0;
}

.textBlock figure:first-child {
  margin-top: 0;
}

.textBlock img {
  border-radius: 15px;
}

.mobMenu {
  display: none;
  position: fixed;
  z-index: 60;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mobMenu__inner {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  overflow: auto;
  -ms-overflow-style: none;
  overflow-y: scroll;
  scrollbar-width: none;
}

.mobMenu__inner::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.mobMenu__head {
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.mobMenu__logo {
  width: 100px;
  display: flex;
  align-items: center;
}

.mobMenu__close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px dashed #294830;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.mobMenu__bottom {
  margin: auto;
  margin-bottom: 0;
  width: 100%;
  padding: 0 16px;
  text-align: center;
}

.mobMenu__phone {
  font: 500 28px/1.2 "Cormorant", serif;
  font-variant-numeric: lining-nums;
  margin-bottom: 20px;
}

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

.mobMenu__phone a {
  color: #0A1D13;
}

.mobMenu__phone a:hover {
  color: #294830;
}

.mobMenu__social .social {
  justify-content: center;
}

.mobileMenu {
  padding: 0 16px;
  margin-bottom: 40px;
  text-transform: uppercase;
  font: 500 24px/1.2 "Cormorant", serif;
  margin-bottom: 30px;
}

.mobileMenu__item {
  display: block;
  padding: 10px 0;
  text-align: center;
}

.fixedHeader {
  position: fixed;
  z-index: 50;
  top: -90px;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  padding: 20px 0;
  transition: 0.5s;
}

.fixedHeader.active {
  top: 0;
}

.header {
  padding-top: 24px;
  padding-bottom: 16px;
}

.header .wrapper {
  max-width: 1392px;
}

.header__wrap {
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header__logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
}

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

.headerMenu {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}

.headerMenu__item {
  margin-right: 20px;
}

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

.headerMenu__item:hover {
  text-decoration: underline;
}

.location {
  min-width: 190px;
  flex-shrink: 0;
  margin-left: 25px;
  position: relative;
}

.location__head {
  width: 100%;
  min-height: 45px;
  background: transparent;
  border-radius: 100px;
  border: 1px solid #0A1D13;
  padding: 8px 20px;
  padding-right: 42px;
  display: inline-flex;
  align-items: center;
  font: 400 16px/1.2 "Manrope", sans-serif;
  color: #0A1D13;
  cursor: pointer;
}

.location__head::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  width: 14px;
  height: 8px;
  background: url("assets/img/location-arrow.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

.location__head:hover {
  border-color: #294830;
  color: #294830;
}

.location__list {
  display: none;
  position: absolute;
  z-index: 10;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  background: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #0A1D13;
  overflow: hidden;
}

.location__item {
  display: block;
  padding: 8px 20px;
  transition: 0.25s;
}

.location__item:hover {
  background: rgba(41, 72, 48, 0.75);
  color: #FFFFFF;
}

.location.active .location__head::after {
  transform: rotate(-180deg) translate(0, 50%);
}

.location.active .location__list {
  display: block;
}

.burger {
  display: none;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px dashed #294830;
  text-align: center;
  margin-left: 12px;
}

.footer {
  position: relative;
  margin-top: 75px;
}

.footer__img1 {
  width: 100%;
}

.footer__img2 {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer__content {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 15px;
}

.footer__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
}

.footer__logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
}

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

.footer__phone {
  font: 500 28px/1.2 "Cormorant", serif;
  font-variant-numeric: lining-nums;
  margin-right: 20px;
}

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

.footer__phone a {
  color: #0A1D13;
}

.footer__phone a:hover {
  color: #294830;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: rgba(10, 29, 19, 0.7);
}

.footer__bottom a {
  text-decoration: underline;
}

.footerMenu {
  max-width: 370px;
  display: grid;
  grid-column-gap: 12px;
  grid-row-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  text-transform: uppercase;
  font-size: 14px;
}

.section {
  padding: 75px 0;
}

.section.section_noPad {
  padding: 0;
}

.section.section_noPadT {
  padding-top: 0;
}

.section.section_noPadB {
  padding-bottom: 0;
}

.section_smPad {
  padding: 40px 0;
}

.section_smPadT {
  padding-top: 40px;
}

.section_smPadB {
  padding-bottom: 40px;
}

#banner {
  position: relative;
}

#banner::after {
  display: none;
  content: "";
  position: absolute;
  z-index: 3;
  top: calc(100% + 15px);
  left: 50%;
  transform: translate(-50%, 0);
  width: 90px;
  height: 90px;
  background: url("assets/img/line5.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

#start {
  position: relative;
}

#start::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 100%;
  left: 50%;
  transform: translate(-490px, 0);
  width: 145px;
  height: 138px;
  background: url("assets/img/line1.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

#gagra {
  position: relative;
}

#gagra::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: calc(100% - 170px);
  left: 50%;
  transform: translate(-460px, 0);
  width: 230px;
  height: 220px;
  background: url("assets/img/line2.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

#tasting {
  position: relative;
}

#tasting::after {
  display: none;
  content: "";
  position: absolute;
  z-index: 3;
  top: calc(100% - 45px);
  right: 50%;
  transform: translate(50%, 0);
  width: 90px;
  height: 90px;
  background: url("assets/img/line6-mob.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

#places {
  position: relative;
}

#places::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: calc(100% - 60px);
  right: 50%;
  transform: translate(520px, 0);
  width: 145px;
  height: 138px;
  background: url("assets/img/line3.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

#reserve {
  position: relative;
}

#reserve::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: calc(100% - 40px);
  left: 50%;
  transform: translate(-480px, 0);
  width: 230px;
  height: 220px;
  background: url("assets/img/line2.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

#afon {
  position: relative;
}

#afon::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: calc(100% - 140px);
  left: 50%;
  transform: translate(-440px, 0);
  width: 165px;
  height: 156px;
  background: url("assets/img/line4.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

#addition {
  position: relative;
}

#addition::after {
  display: none;
  content: "";
  position: absolute;
  z-index: 3;
  top: calc(100% - 45px);
  left: 50%;
  transform: translate(-50%, 0);
  width: 90px;
  height: 90px;
  background: url("assets/img/line3-mob.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

.banner {
  width: 1420px;
  max-width: calc(100% - 20px);
  height: 730px;
  max-height: calc(100vh - 20px);
  margin: 0 auto;
  margin-top: 10px;
  background: url("assets/img/main-banner-bg.webp") no-repeat;
  background-position: top center;
  background-size: cover;
  border-radius: 30px;
}

.banner .header {
  margin-bottom: 90px;
}

.banner .header .headerMenu__item {
  color: #0A1D13;
}

.banner__content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: #0A1D13;
}

.banner__title {
  margin-bottom: 10px;
}

.banner__text {
  max-width: 596px;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 auto;
  margin-bottom: 38px;
}

.banner__btn {
  display: flex;
  justify-content: center;
}

.bannerBtn {
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid #FFFFFF;
  border-radius: 100px;
  padding: 8px;
}

.bannerBtn__inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 100%;
  min-height: 45px;
  background: #0A1D13;
  border-radius: 100px;
  border: none;
  padding: 8px 20px;
  text-transform: uppercase;
  font: 500 16px/1.2 "Manrope", sans-serif;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.25s;
}

.bannerBtn:hover .bannerBtn__inner {
  background: #294830;
  color: #FFFFFF;
}

.start {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.start__tags {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
  margin-bottom: 20px;
}

.start__tags:last-child {
  margin-bottom: 0;
}

.startTag {
  max-width: 100%;
  min-height: 45px;
  background: #294830;
  border-radius: 10px;
  padding: 8px 14px;
  display: inline-flex;
  align-items: center;
  color: #FFFFFF;
}

.startTag__icon {
  flex-shrink: 0;
  width: 20px;
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.startTag__text {
  width: 100%;
}

.sliderSection {
  overflow: hidden;
}

.sliderBlock {
  display: flex;
  align-items: center;
  position: relative;
}

.sliderBlock__arrow {
  position: absolute;
  z-index: 6;
  top: 50%;
  transform: translate(0, -50%);
}

.sliderBlock__arrow_prev {
  left: 470px;
}

.sliderBlock__arrow_next {
  right: -40px;
}

.sliderBlock__arrow.swiper-button-disabled {
  display: none;
}

.sliderBlock__head {
  position: relative;
  z-index: 3;
  width: 500px;
  padding-right: 20px;
}

.sliderBlock__title {
  margin-bottom: 20px;
}

.sliderBlock__content {
  width: calc(100% - 500px);
}

.slider {
  position: relative;
  z-index: 2;
}

.slider::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 100%;
  width: 3000px;
  height: 100%;
  background: #F5EFE7;
}

.slider__wrap {
  display: flex;
  flex-wrap: nowrap;
}

.sliderItem {
  flex-shrink: 0;
  position: relative;
  z-index: 3;
  overflow: hidden;
  width: 330px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  margin-right: 20px;
}

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

.sliderItem::before {
  content: "";
  display: block;
  padding-top: 180%;
}

.sliderItem__text {
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  width: 100%;
  min-height: 140px;
  background: linear-gradient(transparent 0%, #000 100%);
  padding: 15px;
  text-transform: uppercase;
  font: 500 22px/1.2 "Cormorant", serif;
  color: #FFFFFF;
}

.tasting {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

.tasting__title {
  margin-bottom: 20px;
}

.tasting__title:last-child {
  margin-bottom: 0;
}

.tasting__content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  column-gap: 10px;
  grid-row-gap: 24px;
}

.tastingItem {
  width: 96px;
  text-align: center;
}

.tastingItem__icon {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 1px dashed #294830;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 10px;
}

.tastingItem__text {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.35;
  color: #0A1D13;
}

.placesList {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}

.placesItem {
  position: relative;
}

.placesItem__icon {
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 10px;
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 1px dashed #294830;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.placesItem__title {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: block;
  width: 100%;
  padding: 0 24px;
  text-align: center;
  color: #FFFFFF;
}

.placesItem__title h3 {
  font: 500 55px/1.2 "Cormorant", serif;
}

.placesItem__text {
  text-align: center;
}

.placesItemImage {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 15px;
}

.placesItemImage::before {
  content: "";
  display: block;
  padding-top: 100%;
}

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

.reserve__head {
  margin-bottom: 20px;
}

.reserve__bottom {
  margin-top: 15px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.reserve__texts {
  width: 680px;
  max-width: 100%;
}

.reserve__text {
  display: none;
}

.reserve__text.active {
  display: block;
}

.reserve__previews {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.reserve__preview {
  width: 60px;
  height: 60px;
  border: 1px solid #294830;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  cursor: pointer;
  transition: 0.25s;
  opacity: 0.5;
}

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

.reserve__preview img {
  transition: 0.5s;
}

.reserve__preview:hover {
  opacity: 0.7;
}

.reserve__preview:hover img {
  transform: scale(1.2);
}

.reserve__preview.active {
  opacity: 1;
}

.reserveItem {
  display: none;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.reserveItem.active {
  display: block;
}

.reserveItem::before {
  content: "";
  display: block;
  padding-top: 50%;
}

.reserveItem__image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reserveItem__title {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  width: 100%;
  min-height: 140px;
  background: linear-gradient(transparent 0%, #000 100%);
  padding: 20px 15px;
  font: 500 24px/1.2 "Cormorant", serif;
  color: #FFFFFF;
}

.addition__head {
  margin-bottom: 20px;
}

.additionItem {
  min-height: 250px;
  position: relative;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  margin-bottom: 20px;
}

.additionItem:last-child {
  margin-bottom: 0;
}

.additionItem::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.additionItem__content {
  position: relative;
  z-index: 2;
  max-width: 960px;
  color: #FFFFFF;
}

.additionItem__title {
  text-transform: uppercase;
  margin-bottom: 5px;
}

.additionItem__title:last-child {
  margin-bottom: 0;
}

.additionItem__text {
  opacity: 0.8;
}

.cost {
  background: #283A2C;
  border-radius: 30px;
  padding: 40px 50px;
  color: #FFFFFF;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr;
}

.cost__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cost__tag {
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  padding: 12px 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.cost__wrap {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

.costItem {
  background: rgba(255, 255, 255, 0.1);
  border: 1px dashed #FFFFFF;
  border-radius: 20px;
  padding: 15px 20px;
  font-weight: 500;
}

.costItem_transparent {
  background: transparent;
}

.costItem__title {
  text-transform: uppercase;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}

.costItem__price {
  font-size: 28px;
}

.costIncluded__title {
  text-transform: uppercase;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}

.costIncluded__wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 16px;
}

.costIncluded__item {
  position: relative;
  padding-left: 32px;
}

.costIncluded__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  background: url("assets/img/cost-included-icon.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

.costMore__title {
  text-transform: uppercase;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}

.costMore__wrap {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

.costMoreItem {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 10px;
  display: flex;
  align-items: center;
}

.costMoreItem__image {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 15px;
  overflow: hidden;
  margin-right: 10px;
}

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

.costMoreItem__content {
  width: 100%;
  font-weight: 500;
}

.costMoreItem__title {
  font-size: 18px;
  margin-bottom: 8px;
}

.reviewsBlock__head {
  margin-bottom: 20px;
}

.reviewsBlock__content {
  position: relative;
}

.reviewsBlock__arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 45px;
  height: 45px;
  background: transparent;
}

.reviewsBlock__arrow::before {
  top: 0;
  left: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}

.reviewsBlock__arrow_prev {
  right: calc(100% + 20px);
}

.reviewsBlock__arrow_next {
  left: calc(100% + 20px);
}

.reviews {
  overflow: hidden;
}

.reviews__wrap {
  display: flex;
  flex-wrap: nowrap;
}

.reviewsItem {
  flex-shrink: 0;
  background: #FFFFFF;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 20px;
}

.reviewsItem__head {
  position: relative;
  margin-bottom: 15px;
}

.reviewsItem__rating {
  position: absolute;
  top: 0;
  right: 0;
  width: 108px;
}

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

.reviewsItem__image {
  flex-shrink: 0;
  width: 36px;
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.reviewsItem__content {
  width: 100%;
}

.reviewsItem__name {
  font-weight: 500;
}

.reviewsItem__text {
  margin-bottom: 12px;
  -webkit-line-clamp: 10;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.reviewsItem__date {
  color: rgba(10, 29, 19, 0.5);
}

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

.reviewsItemLink__icon {
  flex-shrink: 0;
  width: 14px;
  margin-left: 4px;
}

.aboutBlock {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.aboutBlock__mobTitle {
  display: none;
}

.aboutBlock__head {
  margin-bottom: 20px;
}

.aboutBlock__text {
  max-width: 480px;
  margin-bottom: 30px;
}

.aboutBlock__image {
  border-radius: 15px;
  overflow: hidden;
}

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

.actions__head {
  margin-bottom: 20px;
}

.actions__wrap {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.actionsItem {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 325px;
  border-radius: 15px;
  padding: 30px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
}

.actionsItem::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.actionsItem__date {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  padding: 4px 10px;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 20px;
}

.actionsItem__title {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.actionsItem__btn {
  position: relative;
  z-index: 2;
}

.faq__head {
  margin-bottom: 20px;
}

.faqItem {
  border-bottom: 1px dashed #0A1D13;
}

.faqItem__head {
  padding: 25px 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.faqItem__head:hover .faqItem__arrow {
  border-style: solid;
}

.faqItem__head:hover .faqItem__title {
  color: #0A1D13;
}

.faqItem__title {
  width: 100%;
  font-weight: 500;
  font-size: 20px;
}

.faqItem__arrow {
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px dashed #294830;
  margin-left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.25s;
}

.faqItem__text {
  display: none;
  margin-top: -10px;
  padding-bottom: 25px;
}

.faqItem.active {
  border-bottom-style: solid;
}

.faqItem.active .faqItem__arrow {
  border-style: solid;
  transform: rotate(-180deg);
}

.partners {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

.partners__mobTitle {
  display: none;
}

.partners__content {
  max-width: 535px;
}

.partners__content h1 {
  font: 500 55px/1.2 "Cormorant", serif;
  margin-bottom: 20px;
}

.partners__image {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.partners__image::before {
  content: "";
  display: block;
  padding-top: 77%;
}

.partners__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partnersForm {
  background: #283A2C;
  border-radius: 30px;
  padding: 40px;
  display: flex;
  color: #FFFFFF;
}

.partnersForm__image {
  width: 100%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.partnersForm__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partnersForm__content {
  flex-shrink: 0;
  width: 560px;
  margin-left: 40px;
}

.partnersForm__title {
  margin-bottom: 20px;
}

.partnersFormField {
  margin-bottom: 20px;
}

.partnersFormField:last-child {
  margin-bottom: 0;
}

.partnersFormField__title {
  font-size: 14px;
  margin-bottom: 7px;
}

.transfer__head {
  text-align: center;
  margin-bottom: 40px;
}

.transferItem {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  margin-bottom: 20px;
}

.transferItem:last-child {
  margin-bottom: 0;
}

.transferItem__image {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.transferItem__image::before {
  content: "";
  display: block;
  padding-top: 67%;
}

.transferItem__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.transferItem__title {
  margin-bottom: 20px;
  font-size: 40px;
}

.blog__head {
  text-align: center;
  margin-bottom: 40px;
}

.blog__wrap {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}

.blog__more {
  margin-top: 40px;
}

.blogItem__title {
  display: block;
  text-transform: uppercase;
  font: 600 22px/1.2 "Cormorant", serif;
  color: #294830;
  margin-bottom: 8px;
}

.blogItem__title:last-child {
  margin-bottom: 0;
}

.blogItem__text {
  font-size: 14px;
  line-height: 1.35;
  color: #294830;
}

.blogItem__more {
  position: absolute;
  z-index: 2;
  bottom: 15px;
  left: 15px;
  width: 70px;
  height: 70px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font: 400 14px/1.35 "Manrope", sans-serif;
  color: #294830;
  cursor: pointer;
  transition: 0.25s;
  opacity: 0;
}

.blogItem__more::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border: 1px dashed #294830;
  border-radius: 50%;
}

.blogItem:hover .blogItem__more {
  opacity: 1;
}

.blogItemImage {
  display: block;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.blogItemImage::before {
  content: "";
  display: block;
  padding-top: 62%;
}

.blogItemImage__img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article__crumbs {
  text-align: center;
  font-size: 14px;
  line-height: 1.35;
  margin-bottom: 40px;
}

.article__crumbs a:hover {
  text-decoration: underline;
}

.article__title {
  max-width: 780px;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
  font: 600 32px/1.2 "Cormorant", serif;
}

.article__content {
  max-width: 780px;
  margin: 0 auto;
}

.errorBlock {
  text-align: center;
}

.errorBlock h1 {
  margin-bottom: 20px;
}

.errorBlock .btnWrap {
  margin-top: 40px;
}

@media screen and (max-width: 1339px) {
  .reviewsBlock__arrow {
    top: auto;
    bottom: calc(100% + 20px);
    transform: none;
  }

  .reviewsBlock__arrow_prev {
    right: 60px;
  }

  .reviewsBlock__arrow_next {
    left: auto;
    right: 0;
  }
}

@media screen and (max-width: 1299px) {
  .sliderBlock__arrow_next {
    right: 0;
  }
}

@media screen and (max-width: 1099px) {
  h1,
  .h1 {
    font-size: 40px;
  }

  h2,
  .h2 {
    font-size: 30px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }

  h4,
  .h4 {
    font-size: 18px;
  }

  .btn {
    font-size: 14px;
  }

  .modal {
    padding: 25px 16px;
  }

  .modal__close {
    top: 10px;
    right: 10px;
  }

  .modal__title {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .modal__text {
    font-size: 14px;
  }

  .modal__text p {
    margin-bottom: 12px;
  }

  input {
    height: 45px;
    font-size: 14px;
  }

  input::placeholder {
    font-size: 14px;
  }

  textarea {
    min-height: 206px;
    font-size: 14px;
  }

  textarea::placeholder {
    font-size: 14px;
  }

  .textBlock h2 {
    margin-bottom: 20px;
  }

  .textBlock h3 {
    margin-bottom: 12px;
  }

  .textBlock h4 {
    margin-bottom: 10px;
  }

  .fixedHeader {
    background: #F5EFE7;
    border-bottom: 1px solid rgba(41, 72, 48, 0.15);
    padding: 8px 0;
  }

  .header__wrap {
    min-height: auto;
  }

  .header {
    padding: 8px 0;
  }

  .header__left {
    display: none;
  }

  .header__logo {
    position: static;
    top: unset;
    left: unset;
    transform: none;
    width: 100px;
  }

  .headerMenu {
    display: none;
  }

  .location {
    margin: 0;
    min-width: 140px;
  }

  .location__head {
    min-height: 40px;
    border-radius: 20px;
    padding: 4px 10px;
    padding-right: 32px;
    font-size: 12px;
  }

  .location__head::after {
    right: 12px;
  }

  .location__item {
    padding: 8px 10px;
    font-size: 12px;
  }

  .location__item:hover {
    background: transparent;
    color: #294830;
  }

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

  .footer {
    margin-top: 40px;
  }

  .footer__img2 {
    bottom: auto;
    top: 6px;
  }

  .footer__content {
    position: relative;
    bottom: unset;
    left: unset;
    background: #F1EFEB;
    padding-top: 20px;
  }

  .footer__wrap {
    flex-wrap: wrap;
  }

  .footer__logo {
    order: 1;
    position: static;
    top: unset;
    left: unset;
    transform: none;
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
  }

  .footer__logo img {
    width: 100px;
  }

  .footer__contacts {
    order: 3;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer__phone {
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 22px;
  }

  .footer__social {
    width: 100%;
  }

  .footer__social .social {
    justify-content: center;
  }

  .footer__bottom {
    display: block;
    text-align: center;
  }

  .footer__bottom p {
    margin-bottom: 10px;
  }

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

  .footerMenu {
    order: 2;
    width: 100%;
    max-width: 100%;
    grid-column-gap: 8px;
    font-size: 12px;
    margin-bottom: 20px;
  }

  .footerMenu__item {
    text-align: center;
  }

  .section {
    padding: 60px 0;
  }

  .section_smPad {
    padding: 20px 0;
  }

  .section_smPadT {
    padding-top: 20px;
  }

  .section_smPadB {
    padding-bottom: 20px;
  }

  #banner::after {
    display: block;
  }

  #start::after {
    width: 90px;
    height: 90px;
    top: calc(100% - 45px);
    width: 90px;
    height: 90px;
    left: 16px;
    transform: none;
    background-image: url("assets/img/line1-mob.svg");
  }

  #gagra::after {
    width: 90px;
    height: 90px;
    top: calc(100% - 45px);
    width: 90px;
    height: 90px;
    left: 16px;
    transform: none;
    background-image: url("assets/img/line2-mob.svg");
  }

  #tasting::after {
    display: block;
  }

  #places::after {
    top: calc(100% - 45px);
    right: auto;
    left: 16px;
    transform: none;
    width: 90px;
    height: 90px;
    background-image: url("assets/img/line1-mob.svg");
  }

  #reserve::after {
    top: calc(100% - 45px);
    left: 16px;
    transform: none;
    width: 90px;
    height: 90px;
    background-image: url("assets/img/line3-mob.svg");
  }

  #afon::after {
    top: calc(100% - 45px);
    transform: translate(-50%, 0);
    width: 90px;
    height: 90px;
    background-image: url("assets/img/line1-mob.svg");
  }

  #addition::after {
    display: block;
  }

  .banner {
    width: 100%;
    max-width: 100%;
    height: 640px;
    max-height: 100%;
    margin: 0;
    border-radius: 0 0 30px 30px;
    position: relative;
    margin-bottom: 60px;
  }

  .banner .header {
    margin-bottom: 16px;
  }

  .banner__title {
    margin-bottom: 20px;
  }

  .banner__text {
    font-size: 16px;
    margin-bottom: 0;
  }

  .banner__btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 16px;
  }

  .bannerBtn {
    width: 100%;
  }

  .bannerBtn__inner {
    display: flex;
    background: #FFFFFF;
    color: #0A1D13;
  }

  .start {
    grid-template-columns: 1fr;
  }

  .start__head br {
    display: none;
  }

  .sliderBlock {
    display: block;
  }

  .sliderBlock__arrow {
    display: none;
  }

  .sliderBlock__head {
    position: static;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  .sliderBlock__content {
    width: 100%;
  }

  .slider {
    position: static;
  }

  .slider::before {
    display: none;
  }

  .tasting {
    grid-template-columns: 1fr;
  }

  .tasting__content {
    justify-content: center;
    column-gap: 6px;
    grid-row-gap: 20px;
  }

  .tastingItem {
    width: 60px;
  }

  .tastingItem__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
  }

  .tastingItem__icon img {
    width: 32px;
  }

  .tastingItem__text {
    font-size: 12px;
  }

  .placesList {
    grid-gap: 20px;
  }

  .placesItem__icon {
    width: 50px;
    height: 50px;
  }

  .placesItem__icon img {
    width: 30px;
  }

  .placesItem__title {
    padding: 0 12px;
  }

  .placesItem__title h3 {
    font-size: 40px;
  }

  .placesItem__text {
    font-size: 14px;
  }

  .placesItemImage {
    margin-bottom: 10px;
  }

  .reserve__bottom {
    margin-top: 10px;
    flex-wrap: wrap;
  }

  .reserve__texts {
    order: 2;
    width: 100%;
  }

  .reserve__text {
    text-align: center;
    font-size: 14px;
  }

  .reserve__previews {
    order: 1;
    width: 100%;
    justify-content: center;
    margin: 0;
    margin-bottom: 10px;
  }

  .reserve__preview {
    width: 50px;
    height: 50px;
  }

  .reserveItem__title {
    padding: 15px;
    font-size: 18px;
  }

  .cost {
    transform: translate(-10px, 0);
    width: calc(100% + 20px);
    padding: 20px 16px;
    grid-gap: 20px;
  }

  .cost__head {
    justify-content: center;
    flex-wrap: wrap;
  }

  .cost__title {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  .cost__tag {
    border-radius: 8px;
    padding: 7px 10px;
    font-size: 12px;
  }

  .cost__wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .costItem {
    border-radius: 15px;
    padding: 10px 15px;
  }

  .costItem:nth-child(3) {
    grid-column: span 2;
  }

  .costItem__title {
    font-size: 12px;
    margin-bottom: 3px;
  }

  .costItem__price {
    font-size: 20px;
  }

  .costIncluded__title {
    font-size: 12px;
  }

  .costIncluded__wrap {
    display: block;
    column-gap: unset;
    row-gap: unset;
  }

  .costIncluded__item {
    padding-left: 28px;
    margin-bottom: 6px;
  }

  .costIncluded__item:last-child {
    margin-bottom: 0;
  }

  .costIncluded__item::before {
    width: 20px;
    height: 20px;
  }

  .costMore__title {
    font-size: 12px;
  }

  .costMore__wrap {
    grid-gap: 5px;
    grid-template-columns: 1fr;
  }

  .costMoreItem {
    padding: 5px;
  }

  .costMoreItem__title {
    font-size: 16px;
  }

  .costMoreItem__price {
    font-size: 14px;
  }

  .reviewsBlock__arrow {
    display: none;
  }

  .reviews {
    transform: translate(-16px, 0);
    width: calc(100% + 32px);
    padding: 0 16px;
  }

  .reviewsItem {
    width: 312px;
    padding: 15px;
    margin-right: 10px;
  }

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

  .reviewsItem__head {
    margin-bottom: 10px;
  }

  .reviewsItem__rating {
    width: 98px;
  }

  .reviewsItem__image {
    margin-right: 8px;
  }

  .reviewsItem__content {
    font-size: 14px;
  }

  .reviewsItem__text {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .reviewsItem__date {
    font-size: 14px;
  }

  .aboutBlock {
    grid-gap: 20px;
    grid-template-columns: 1fr;
  }

  .aboutBlock__mobTitle {
    display: block;
  }

  .aboutBlock__head {
    display: none;
  }

  .aboutBlock__content {
    order: 2;
  }

  .aboutBlock__text {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .aboutBlock__image {
    order: 1;
    max-width: 560px;
  }

  .aboutBlock__btn .btn {
    width: 100%;
  }

  .actionsItem {
    padding: 15px;
  }

  .actionsItem__date {
    padding: 6px 10px;
    font-size: 12px;
    margin-bottom: 15px;
  }

  .actionsItem__title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .faqItem__head {
    padding: 15px 0;
  }

  .faqItem__title {
    font-size: 14px;
  }

  .faqItem__arrow {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }

  .faqItem__arrow img {
    width: 20px;
  }

  .faqItem__text {
    margin: 0;
    padding-bottom: 15px;
    font-size: 14px;
  }

  .partners {
    display: flex;
    flex-wrap: wrap;
    grid-gap: unset;
    grid-template-columns: unset;
    align-items: stretch;
  }

  .partners__mobTitle {
    order: 1;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .partners__content {
    order: 3;
    max-width: 100%;
  }

  .partners__content h1 {
    display: none;
  }

  .partners__image {
    order: 2;
    width: 100%;
    margin-bottom: 20px;
  }

  .partnersForm {
    border-radius: 20px;
    padding: 20px 16px;
    display: block;
  }

  .partnersForm__image {
    display: none;
  }

  .partnersForm__content {
    width: 100%;
    margin: 0;
  }

  .partnersForm__title {
    text-align: center;
  }

  .partnersForm__submit {
    width: 100%;
  }

  .transfer__head {
    margin-bottom: 30px;
  }

  .transferItem {
    grid-gap: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .transferItem__title {
    margin-bottom: 10px;
  }

  .blog__head {
    margin-bottom: 30px;
  }

  .blog__wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog__more {
    margin-top: 30px;
  }

  .blogItem__title {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .blogItem__more {
    display: none;
  }

  .article__crumbs {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .article__title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .start__tags {
    display: block;
  }

  .startTag {
    width: 100%;
    padding: 8px;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }

  .startTag:last-child {
    margin-bottom: 0;
  }

  .startTag__text {
    width: auto;
    max-width: 100%;
  }

  .sliderItem {
    width: 280px;
    margin-right: 15px;
  }

  .sliderItem::before {
    padding-top: 167%;
  }

  .sliderItem__text {
    font-size: 18px;
  }

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

  .placesList {
    grid-template-columns: 1fr;
  }

  .reserveItem::before {
    padding-top: 69%;
  }

  .additionItem {
    min-height: 150px;
    padding: 16px;
    margin-bottom: 10px;
  }

  .additionItem__title {
    font-size: 18px;
  }

  .additionItem__text {
    font-size: 14px;
  }

  .actions__wrap {
    grid-gap: 10px;
    grid-template-columns: 1fr;
  }

  .actionsItem {
    min-height: 220px;
  }

  .blog__wrap {
    grid-gap: 30px;
    grid-template-columns: 1fr;
  }
}