@charset "UTF-8";
html {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.25em;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  color: #333333;
  font-family: "Montserrat", Arial, sans-serif;
  min-width: 320px;
  font-weight: 300;
  overflow-x: hidden;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #333333;
  text-decoration: underline;
}

body * {
  box-sizing: border-box;
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
}

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

p {
  margin: 0;
  line-height: 1.7em;
}

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

h1 {
  font-size: 5rem;
  margin: 0;
  padding: 0 10px 26px;
  line-height: 58px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.7px;
  font-family: "Cormorant Garamond", Arial, serif;
  color: #e5c668;
  text-align: center;
}

h2 {
  font-size: 2.85714rem;
  font-weight: normal;
  margin: 0;
  padding: 0 0 20px 0;
  line-height: 0.9em;
  font-weight: 400;
  letter-spacing: 0.4px;
  font-family: "Cormorant Garamond", Arial, serif;
}

h3 {
  font-size: 1.28571rem;
  font-weight: normal;
  margin: 0;
  padding: 0 0 28px 0;
  line-height: 0.9em;
  font-weight: 400;
  letter-spacing: 0.9px;
}

h4 {
  font-size: 3.42857rem;
  margin: 0;
  padding: 0 0 80px 0;
  font-weight: 400;
  font-family: "Cormorant Garamond", Arial, serif;
  text-align: center;
  line-height: 0.9em;
}

.icon {
  vertical-align: middle;
}

.clearfix:after {
  display: block;
  content: '';
  clear: both;
}

.content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 60px;
}

.btn {
  color: #333333;
  background-color: transparent;
  border: 1px solid #333333;
  outline: none;
  cursor: pointer;
  font-size: 1.14286rem;
  line-height: 18px;
  display: inline-block;
  padding: 15px 40px 12px 42px;
  letter-spacing: 0.8px;
  text-decoration: none;
  position: relative;
  text-indent: -7px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
}
.btn:after {
  content: '';
  position: absolute;
  border: 1px solid #333333;
  top: 5px;
  left: -7px;
  height: 100%;
  width: 100%;
  z-index: 1;
  transition: all .2s ease;
}
.btn:hover {
  text-decoration: none;
  text-indent: 0;
}
.btn:hover:after {
  top: 0;
  left: 0;
}

select {
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width: 0\0) {
  select {
    background-image: none\9;
    padding: 5px\9;
  }
}
option {
  background-color: transparent;
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 0 none;
}

.select2-container--default .select2-selection--single .selection {
  padding-bottom: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #606060;
  line-height: 20px;
}

.lang .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #e5c668;
  line-height: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-dropdown {
  background-color: #333333;
  border: 1px solid #606060;
  color: white;
  font-size: 1rem;
}

.select2-search--dropdown {
  display: none;
}

.select2-container--default .select2-results__option:hover {
  background-color: transparent;
  color: #e5c668;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent;
  color: #e5c668;
}
.select2-container--default .select2-results__option[aria-selected=true]:hover {
  background-color: transparent;
}

/** popup **/
.wrapper-overlay {
  background: black;
  /* ╨Э╨░ ╨▓╤Б╤П╨║╨╕╨╣ ╤Б╨╗╤Г╤З╨░╨╣ */
  background: rgba(0, 0, 0, 0.1);
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 10;
}

.wrapper-overlay.active {
  display: block;
}

.popup-window {
  background-color: #f6f6f6;
  max-width: 554px;
  min-width: 300px;
  min-height: 259px;
  padding: 60px;
  font-size: 1.14286rem;
  font-weight: 300;
  line-height: 24px;
  position: fixed;
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}

.popup-window.active {
  display: block;
}

.popup-window .button {
  float: right;
}

.popup-window .close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 12px;
  right: 12px;
}

.popup-window .close:before {
  position: absolute;
  transform: rotate(-45deg);
  content: '';
  width: 16px;
  height: 1px;
  background-color: #333333;
  top: 8px;
  left: 2px;
}

.popup-window .close:after {
  position: absolute;
  transform: rotate(45deg);
  content: '';
  width: 16px;
  height: 1px;
  background-color: #333333;
  top: 8px;
  left: 2px;
}

.popup-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* form elements */
.radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}

.radio + label {
  position: relative;
  padding: 0 0 0 30px;
  cursor: pointer;
}

.radio + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #333333;
  border-radius: 50%;
  background: #FFF;
}

.radio + label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #333333;
  opacity: 0;
  transition: .2s;
}

.radio:checked + label:after {
  opacity: 1;
}

.form-status {
  margin-top: 45px;
  font-size: 16px;
  font-weight: bold;
}
.form-status img {
  width: 24px;
  margin-right: 10px;
  margin-top: 7px;
  float: left;
}
.form-status span {
  float: left;
  padding-top: 12px;
}

.about {
  min-height: calc(100vh - 95px);
  background: url(img/grapes.png) no-repeat 45px center;
  background-size: contain;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}
.about__text {
  width: 40%;
  margin: 0 auto;
  padding: 0 40px 0 40px;
  letter-spacing: 0.42px;
  line-height: 1.7em;
}

.gallery {
  min-height: calc(100vh - 95px);
  text-align: center;
  overflow: hidden;
  padding-bottom: 20px;
}
.gallery img {
  width: 100%;
}
.gallery__text {
  padding: 40px 0 35px;
  width: 40%;
  margin: 0 auto;
  line-height: 24px;
  letter-spacing: 0.42px;
}
.gallery .slick-track {
  height: calc(100vh - 295px);
  overflow: hidden;
  min-height: 500px;
}
.gallery .slick-track li {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 100%;
}
.gallery .slick-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #e5c668;
  background-color: transparent;
  border: 1px solid #e5c668;
  outline: none;
  cursor: pointer;
  font-size: 1.14286rem;
  line-height: 18px;
  display: inline-block;
  padding: 12px 30px 12px 32px;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-indent: -7px;
  height: 40px;
}
.gallery .slick-arrow:after {
  content: '';
  position: absolute;
  border: 1px solid #e5c668;
  top: 5px;
  left: -7px;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.gallery .slick-arrow:hover {
  text-decoration: none;
  text-indent: 0;
}
.gallery .slick-arrow:hover:after {
  top: 0;
  left: 0;
}
.gallery .slick-arrow.slick-prev {
  left: 7.5%;
}
.gallery .slick-arrow.slick-prev:hover {
  text-indent: -5px;
}
.gallery .slick-arrow.slick-next {
  left: 92.5%;
}
.gallery .slick-arrow.slick-next:hover {
  text-indent: -5px;
}

.slick-arrow span {
  display: inline-block;
  width: 20px;
  height: 38px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slick-next span {
  left: calc(50% - 5px);
}

.slick-arrow span::before {
  position: absolute;
  top: 50%;
  font-size: 16px;
  margin-top: -7.5px;
}

.slick-prev span::before {
  content: "\276E";
  left: 0;
}

.slick-next span::before {
  content: "\276F";
  left: 100%;
}

.slick-arrow span::after {
  display: block;
  position: absolute;
  width: 100%;
  content: "";
  height: 2px;
  top: 50%;
  background: #e5c668;
}

.slick-prev span::after {
  left: -2px;
}

.slick-next span::after {
  left: 0;
}

.slick-arrow:hover span {
  width: 30px;
}

.vine-map {
  min-height: calc(100vh - 95px);
  margin: 0;
  padding-bottom: 60px;
  padding-top: 60px;
  display: flex;
  align-items: center;
}
.vine-map .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 600px;
  padding-left: 6%;
}
.vine-map__img {
  width: 37.5%;
  background: url(img/vine-map.jpg) no-repeat top center;
  background-size: cover;
  min-height: 100%;
  margin-bottom: 20px;
}
.vine-map__text {
  width: 62.5%;
  padding: 0 8% 0;
}
.vine-map__text h2 {
  padding-bottom: 15px;
}
.vine-map__item {
  margin-bottom: 20px;
}
.vine-map__item_v {
  background: url(img/v.png) no-repeat 76% 10px;
  background-size: auto 70%;
  padding-top: 64px;
  padding-left: 14%;
}
.vine-map__item_c {
  background: url(img/c.png) no-repeat left top;
  background-size: auto 72%;
  padding-top: 54px;
  padding-left: 14%;
  margin-bottom: 0;
}
.vine-map .btn {
  margin-left: 15%;
  margin-top: 35px;
}

.degustation {
  min-height: calc(100vh - 95px);
  margin-bottom: 60px;
  margin-top: 60px;
  margin-left: 0;
  padding: 57px 0 0;
  display: flex;
  align-items: center;
}
.degustation .content {
  padding-left: 6%;
}
.degustation__item {
  padding-bottom: 130px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.degustation__img {
  width: 37.5%;
  padding: 5px 0 20px;
  position: relative;
}
.degustation__img img {
  width: 100%;
}
.degustation__date {
  background-color: black;
  position: absolute;
  right: -30px;
  top: 20px;
  color: white;
  font-size: 0.78571rem;
  padding: 20px 15px 15px;
  text-align: center;
}
.degustation__date span {
  display: block;
}
.degustation__date span:first-child {
  color: #e5c668;
  font-size: 2.14286rem;
  padding-bottom: 15px;
}
.degustation__text {
  width: 62.5%;
  padding: 0 10% 0 14.5%;
  margin-top: -15px;
  line-height: 24px;
  letter-spacing: 0.42px;
}
.degustation h2 {
  padding-bottom: 20px;
}
.degustation .btn {
  margin-left: 5px;
}
.degustation__info {
  padding-bottom: 18px;
}
.degustation__data {
  padding-bottom: 25px;
}
.degustation__data span {
  display: block;
  padding-bottom: 3px;
}

.book-form {
  width: 473px;
  padding: 65px 65px 60px 65px;
}
.book-form input {
  width: 100%;
  height: 30px;
  background: none;
  border: none;
  border-bottom: 1px solid #606060;
  color: #606060;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1rem;
  padding: 5px;
  margin-bottom: 31px;
  letter-spacing: 0.7px;
}
.book-form .btn {
  margin-top: 20px;
  margin-left: 5px;
}
.book-form h2 {
  font-size: 1.28571rem;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.9px;
  padding-bottom: 30px;
}
.book-form h3 {
  margin-top: 58px;
  margin-bottom: 14px;
}
.book-form .radio-block {
  margin-bottom: 20px;
}
.book-form .select {
  width: 48%;
  color: #606060;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1rem;
  border-bottom: 1px solid #333333;
  padding: 6px 0;
  height: 30px;
  position: relative;
  display: block;
  float: none;
}
.book-form .select .select2.select2-container.select2-container--default {
  width: 100%;
}
.book-form .select span {
  display: block;
}
.book-form .select .form-select {
  color: #606060;
  width: 100%;
  cursor: pointer;
  font-size: 1rem;
  font-family: "Montserrat", Arial, sans-serif;
}
.book-form .select:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  height: 0px;
  width: 0px;
  border: 4px solid transparent;
  border-top: 4px solid #333333;
  margin: 0 7px;
  font-size: 0;
}

.book-form .select2-dropdown {
  background-color: #f6f6f6;
  color: #333333;
}

.header {
  width: 100%;
  height: 100vh;
  min-height: 500px;
  position: relative;
  color: #f6f6f6;
  background: #333333 url(img/main-bg.png) no-repeat center center;
  background-size: cover;
}
.header a {
  color: #f6f6f6;
}
.header__logo {
  flex-grow: 2;
}
.header__logo img {
  width: 185px;
  margin-top: 10px;
}
.header .footer__social a svg path {
  fill: white;
}

.header__br {
  display: none;
}

.header__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.header__navigation {
  position: fixed;
  width: 100%;
  z-index: 10;
  transition: all .2s ease;
}
.header__navigation .content {
  height: 95px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header__navigation.active {
  background-color: #333333;
}

.lang {
  text-align: right;
  font-weight: 500;
  font-size: 1.14286rem;
  margin-top: 3px;
  height: 18px;
  overflow: hidden;
  position: absolute;
  top: 40px;
  right: 50px;
}
.lang ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.lang a:hover {
  color: #e5c668;
  text-decoration: none;
}
.lang li {
  order: 2;
  padding: 0 10px 10px;
}
.lang .active {
  order: 1;
}
.lang .active a {
  color: #e5c668;
}

.lang.active {
  height: auto;
}

.reservation {
  font-size: 0.85714rem;
  margin: 5px 80px 0 5px;
}
.reservation a.reservation__phone {
  color: #e5c668;
  display: block;
  font-size: 1.14286rem;
  font-weight: 500;
  letter-spacing: 0.8px;
  margin-top: 0;
  text-decoration: none;
}

.footer {
  background-color: #f7f7f7;
  font-size: 13px;
  height: 150px;
}
.footer .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
.footer__logo {
  width: 200px;
  padding-top: 5px;
}
.footer__development {
  text-align: right;
  width: 140px;
  font-weight: 500;
  letter-spacing: 0.65px;
  font-size: 0.92857rem;
}
.footer__development:hover {
  color: #e5c668;
}
.footer__development:hover a {
  color: #e5c668;
  text-decoration: none;
}
.footer__social {
  text-align: left;
  width: 140px;
  padding-top: 5px;
}
.footer__social a {
  margin-right: 20px;
  display: inline-block;
}
.footer__social a:hover svg path {
  fill: #e5c668;
}
.footer__social a:last-child {
  margin-right: 0;
}

.contacts {
  min-height: calc(100vh - 95px);
  color: #d8d8d8;
  background-color: #333333;
  display: flex;
  justify-content: space-between;
}
.contacts__text {
  background-color: #333333;
  margin: 48px 10% 38px 60px;
  overflow: visible;
  width: 350px;
  letter-spacing: 0.7px;
  font-weight: 300;
}
.contacts__map {
  flex-grow: 2;
}
.contacts__item {
  margin-bottom: 30px;
  width: 100%;
}
.contacts__item span {
  display: block;
  padding-bottom: 10px;
}
.contacts .form {
  width: 100%;
}
.contacts .form input {
  width: 100%;
  height: 30px;
  background: none;
  border: none;
  border-bottom: 1px solid #606060;
  color: #606060;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1rem;
  padding: 5px;
  margin-bottom: 30px;
  letter-spacing: 0.7px;
}
.contacts .form span {
  padding-bottom: 0;
}
.contacts .form .btn {
  border: 1px solid #e5c668;
  color: #e5c668;
  margin-top: 45px;
  margin-left: 5px;
  font-weight: 500;
  font-size: 1.14286rem;
}
.contacts .form .btn:after {
  border: 1px solid #e5c668;
}
.contacts .form .data-picker {
  width: 47%;
  height: 30px;
  position: relative;
  display: inline-block;
}
.contacts .form .data-picker:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  height: 0px;
  width: 0px;
  border: 4px solid transparent;
  border-top: 4px solid #e5c668;
  margin: 0 7px;
  font-size: 0;
}
.contacts .form .person-num {
  width: 48%;
  display: inline-block;
  float: right;
}

.select {
  width: 48%;
  color: #606060;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1rem;
  border-bottom: 1px solid #606060;
  padding: 6px;
  float: right;
  height: 30px;
  position: relative;
}
.select .form-select {
  color: #606060;
  width: 100%;
  cursor: pointer;
  font-size: 1rem;
  font-family: "Montserrat", Arial, sans-serif;
}
.select:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  height: 0px;
  width: 0px;
  border: 4px solid transparent;
  border-top: 4px solid #e5c668;
  margin: 0 7px;
  font-size: 0;
}

/* datepicker */
::-webkit-input-placeholder {
  color: #606060;
}

::-moz-placeholder {
  color: #606060;
}

:-moz-placeholder {
  color: #606060;
}

:-ms-input-placeholder {
  color: #606060;
}

body.inner .header {
  height: 95px;
  min-height: auto;
  background: #333333;
}
body.inner .header__navigation {
  position: relative;
}
body.inner .lang {
  background: #333333;
}

.photo {
  padding: 60px 0;
}
.photo .btn {
  margin-top: 40px;
}

/* photo */
.masonry-galery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -7px 40px;
}
.masonry-galery:after {
  content: '';
  display: block;
  clear: both;
}

.masonry-galery__item {
  width: 100%;
  height: auto;
}
.masonry-galery__item img {
  width: 100%;
  height: auto;
}
.masonry-galery__item .masonry-galery__item-inner {
  position: relative;
  margin-right: 7px;
  margin-left: 7px;
  margin-bottom: 7px;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.masonry-galery__item-inner:hover {
  -webkit-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
  z-index: 20;
}
.masonry-galery__item-inner:hover img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /*     Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}

.sizer4 {
  width: 33.33%;
}

@media screen and (max-width: 1024px) {
  .sizer4 {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .sizer4 {
    width: 100%;
  }
}
@media only screen and (min-width: 1281px) {
  /*   .about, .gallery, .vine-map, .degustation, .contacts {
    min-height: 720px;
  } */
  .about {
    background-size: auto 80%;
  }

  /*   .gallery .slick-track{
    height: 540px;
  } */
}
@media only screen and (max-width: 1279px) {
  html {
    font-size: 13px;
  }

  p {
    line-height: 1.8em;
  }

  .header__content {
    top: 51.5%;
  }

  h1 {
    font-size: 4.28571rem;
  }

  h2 {
    font-size: 2.14286rem;
    letter-spacing: 0.15px;
    padding-bottom: 25px;
  }

  h3 {
    font-size: 1.14286rem;
  }

  .lang {
    right: 30px;
  }

  .content {
    padding: 0 30px;
  }

  .about {
    background: url(img/grapes.png) no-repeat -100px center;
    background-size: auto 80%;
  }
  .about__text {
    width: 40%;
    padding: 0;
  }

  .gallery__text {
    width: 70%;
    padding: 40px 0 30px;
    letter-spacing: 0.06px;
  }

  .vine-map {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .vine-map .content {
    width: 100%;
    padding: 0 30px;
  }
  .vine-map__img {
    width: 44%;
    min-height: 500px;
  }
  .vine-map__text {
    width: 56%;
    padding: 0 1% 0 4%;
  }
  .vine-map .vine-map__item_c {
    padding-top: 64px;
  }

  .degustation {
    padding: 0;
    margin-left: 0;
    padding-top: 60px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .degustation .content {
    width: 100%;
    padding: 0 30px;
  }
  .degustation__item {
    padding-bottom: 90px;
  }
  .degustation__img {
    width: 49%;
  }
  .degustation__img img {
    width: 92%;
    padding-bottom: 20px;
  }
  .degustation__date {
    right: 0;
  }
  .degustation__text {
    width: 51%;
    padding: 0 1% 0 5.5%;
  }

  .contacts__text {
    margin: 48px 10% 38px 30px;
  }
  .contacts .form input {
    font-size: 0.92857rem;
  }
  .contacts .select {
    font-size: 0.92857rem;
  }
}
@media only screen and (max-width: 767px) {
  .content {
    padding-left: 14px;
    padding-right: 14px;
  }

  .gallery {
    display: block;
  }

  .about, .vine-map, .gallery, .degustation {
    min-height: calc(100vh - 74px);
  }

  p {
    line-height: 1.8em;
    font-size: 0.85714rem;
  }

  h1 {
    font-size: 2.14286rem;
    line-height: 36px;
  }

  .header .footer__social {
    position: absolute;
    top: 2px;
    right: 14px;
    width: auto;
  }
  .header .footer__social a {
    margin-right: 0;
    margin-left: 10px;
  }

  .header__content {
    top: 52%;
  }

  .header__navigation .content {
    height: 74px;
  }

  body.inner .header {
    height: 74px;
  }
  body.inner .header__navigation .content {
    height: 74px;
  }

  .lang {
    font-size: 0.85714rem;
    right: 4px;
    top: 30px;
  }

  .reservation {
    font-size: 0.71429rem;
    margin-right: 48px;
  }
  .reservation__phone {
    font-size: 0.85714rem;
  }

  .header__logo img {
    width: 100px;
  }

  .about {
    background: none;
  }

  .about__text {
    width: 100%;
    font-size: 0.85714rem;
  }

  .gallery__text {
    width: 100%;
    padding: 40px 0 30px;
    font-size: 0.85714rem;
  }

  .gallery .slick-track {
    height: calc(100vh - 284px);
  }

  .gallery .slick-arrow.slick-prev {
    left: 15%;
  }

  .gallery .slick-arrow.slick-next {
    left: 86%;
  }

  .vine-map .content {
    width: 100%;
    padding: 0;
  }
  .vine-map__img {
    width: 100%;
    min-height: 220px;
    background-size: 100% auto;
    margin: 0 14px;
  }
  .vine-map__text {
    width: 100%;
    padding: 0;
    font-size: 0.85714rem;
    margin-top: 20px;
  }
  .vine-map .btn {
    margin-left: 20px;
    margin-top: 35px;
  }
  .vine-map__item {
    padding: 0 14px;
    margin-bottom: 10px;
  }
  .vine-map__item_v {
    background: url(img/v.png) no-repeat 100% 0;
    background-size: auto 140px;
    padding-top: 7px;
    min-height: 140px;
  }
  .vine-map__item_c {
    background: url(img/c.png) no-repeat -34px top;
    background-size: auto 150px;
    padding-top: 30px;
    margin-bottom: 0;
    min-height: 150px;
  }

  .degustation {
    padding: 0;
    margin-left: 0;
    padding-top: 60px;
    margin-bottom: 30px;
  }
  .degustation .content {
    padding-left: 14px;
  }
  .degustation__item {
    padding-bottom: 90px;
  }
  .degustation__img {
    width: 100%;
  }
  .degustation__img img {
    width: 97%;
    padding-bottom: 20px;
  }
  .degustation__date {
    right: 0;
  }
  .degustation__text {
    width: 100%;
    font-size: 0.85714rem;
    padding: 0;
  }

  .contacts__map {
    height: 400px;
  }

  .book-form {
    width: 300px;
    padding: 20px;
  }

  .footer__logo {
    width: 100%;
    order: 1;
    text-align: center;
    padding-top: 30px;
  }
  .footer__logo img {
    width: 120px;
  }
  .footer__development {
    width: 50%;
    order: 3;
    font-size: 0.64286rem;
  }
  .footer__social {
    width: 50%;
    order: 2;
  }
  .footer__social svg {
    width: 14px;
  }
  .footer__social a:last-child svg {
    width: 26px;
  }

  .contacts {
    flex-wrap: wrap;
    font-size: 0.85714rem;
  }
  .contacts__text {
    margin: 48px auto;
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }
  .contacts .form input {
    font-size: 0.85714rem;
  }
  .contacts .select {
    font-size: 0.85714rem;
  }
}
@media only screen and (max-width: 500px) {
  .book-form {
    width: 300px;
    padding: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .book-form {
    width: 300px;
    padding: 20px;
  }
}
@media only screen and (max-height: 670px) {
  .popup-window {
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    position: fixed;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
  }
}

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