@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px; /* Базовый размер шрифта для всех элементов */
}

body {
  font-family: "BPG Dejavu sans", Arial, sans-serif;
  color: #474442;
  line-height: 1.6;
  height: 100%;
  width: 100%;
}

main {
  background: url(../images/Background.webp) no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  background-color: #FFFEF8;
}
@font-face {
    font-family: 'Regular';
    src: url(../fonts/Bilargy\ Regular.otf);
}

@font-face {
    font-family: 'source-serif-pro';
    src: url(../fonts/source-serif-pro.regular.otf);

}

@font-face {
    font-family: 'bpg_paata_caps';
    src: url(../fonts/bpg_paata_caps.otf) format('woff');
}

@font-face {
    font-family: 'NotoSerifGeorgian-Regular';
    src: url(../fonts/NotoSerifGeorgian-Regular.ttf)  format('woff');
}

@font-face {
    font-family: 'GettingEverything';
    src: url(../fonts/GettingEverything.otf);
}
a {
  color: #FFFEF8;
  text-decoration: none;
  text-align: -webkit-center;
}

a:host {
  color: #24356E;
}

h2{
  font-family: "source-serif-pro"!important;
  color: #24356E;
  text-transform: uppercase;
  font-size: 40px;
}

h5 {
  font-family: "source-serif-pro"!important;
  text-transform: uppercase;
  font-size: 19px!important;
}

h6 {
  font-size: clamp(15px, 1vw, 19px)!important;
  font-family: "source-serif-pro"!important;
  /*font-family: "bpg_paata_caps"!important;*/
  text-transform: uppercase !important;
}
body[lang="ka"] h6{
font-family: "bpg_paata_caps"!important;
}
p {
  font-family: "source-serif-pro"!important;
  color: #24356E;
}
body[lang="ka"] h1, body[lang="ka"] h2, body[lang="ka"] h3,body[lang="ka"] h4,body[lang="ka"] h5, body[lang="ka"] h6{
     font-family: "bpg_paata_caps"!important;
}
 /*body[lang="ka"] p{*/
 /*     font-family: "NotoSerifGeorgian-Regular"!important;*/
 /*}*/
.header {
  z-index: 100;
  background-color: #24356E;
  height: 150px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 3ms;
  z-index: 100;
  width: 100%;
  height: 150px;
  background-color: #24356E;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

#header {
  z-index: 100;
  background-color: #24356E;
  position: fixed;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
}

.logo img {
  width: 55%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.navbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: rgba(255, 255, 255, 0.9764705882);
  padding: 0;
  position: sticky;
  left: 0px;
  z-index: 5;
  width: 100%;
  height: 140px;
  font-family: "BPG Mrgvlovani Caps 2010";
}
.navbar a {
  text-decoration: none;
  color: inherit;
  position: relative;
  top: 2px;
}

.menu__line {
  font-size: 19px!important;
  text-decoration: none;
  text-align: center;
  background: url(../icons-storage/svg-06.svg) no-repeat;
  background-size: 85%;
  background-position: center;
  position: relative;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropbtn {
  background-color: #24356E;
  color: #ffffff; /* Цвет текста как у логотипа */
  /* padding: 10px 20px; */
  font-size: 14px!important; /* Увеличен размер шрифта */
  font-weight: bold;
  text-align: center;
  border: 2px solid #f4e3b2;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-decoration: none; /* Убираем подчеркивание у ссылки */
  width: 34px;
  height: 34px;
  justify-content: center;
}

.dropbtn span {
  margin-left: 10px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #24356E;
  min-width: 34px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  border: 2px solid #f4e3b2;
  z-index: 1;
}

.dropdown-content a {
  /* padding: 10px 16px; */
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #34495e; /* Изменение фона при наведении */
}

.menu__line:hover::before {
  opacity: 1;
}

.list {
  margin: 4% 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  align-items: end;
  position: relative;
  left: 15px;
}

a h6 {
  top: 4px;
  position: relative;
   /*left: -3px;*/
}

.button_mini {
  position: relative;
  top: -2px;
  width: 19%;
  left: 28px;
  z-index: 15;
}

.menu {
  margin: -15px auto;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 77%;
}

#switch-lang {
  height: 30px;
  width: 30px;
  color: #ffffff;
  border: solid #e3dbb7 2px;
}
#switch-lang a {
  top: -1px;
  left: -1px;
}

.menu_link {
  margin-top: 3px;
}

.hamburger {
  display: none;
}

.menu_item {
  width: 100%;
  height: 33px;
  position: relative;
  top: -17%;
}

.menu_item_home {
  grid-column: 2;
  position: relative;
  z-index: 15;
}

.menu_item_about {
  grid-column: 4;
  position: relative;
  z-index: 15;
}

.menu_item_servise {
  grid-column: 6;
  position: relative;
  z-index: 15;
}

.menu_item_product {
  grid-column: 14;
  position: relative;
  z-index: 15;
}

.menu_item_footer {
  grid-column: 18;
  position: relative;
  z-index: 15;
}

.menu_item_news {
  grid-column: 16;
  position: relative;
  z-index: 15;
}

.logo_smol {
  display: none;
}

.active {
  top: -100%;
}

#popup {
  display: none;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Стили для самого всплывающего окна */
.popup {
  background: url(../../images/blue\ tie-25.webp) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 38%;
  height: 400px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}

/* Стили для текста и кнопок */
.popup h2 {
  margin: 0;
  font-size: 24px!important;
  color: #fff;
}

.popup h3 {
  font-size: 20px!important;
  color: #fff;
  margin: 10px 0;
}

.popup .yes-btn {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.popup .no-btn {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.popup__line {
  width: 40%;
}

.popup img {
  width: 7%;
}

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

.about {
  padding: 80px 0;
}

.about__centr {
  margin-top: 50px;
}

.about__title {
  text-align: center;
  margin: 65px 0;
}

.about__descr {
  width: 50%;
  text-align: center;
  font-size: 16px!important;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.about__descr p {
  color: #24356E;
  padding: 20px 0;
  margin: 20px 0;
}
.about__descr h2 {
  color: #24356E;
}
.about__descr a {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 20px!important;
}
.about__descr a p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.about__seemore {
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 50;
  background: url(../../icons-storage/svg-06.svg) center center/cover no-repeat;
  background-size: 15%;
}

.about__img img {
  width: 100%;
  margin-top: 9px;
}

.about_us__title {
  position: relative;
  margin: 50px auto;
  text-align: center;
  color: #24356E;
}
.about_us__title p {
  color: #24356E;
  font-size: larger;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about_us__title img {
  width: 2%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 107%;
  left: 50%;
}
.about_us__title h2 {
  position: relative;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.about_us__itom {
  background: url(../../images/Free_Wine_Bottle_Mockup_1.webp) center center/cover no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  display: flex;
  align-content: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 500px;
  padding-bottom: 30px;
}

.about_us__text {
  background: #24356E;
  width: 44%;
  height: 80%;
  padding: 30px;
  color: #FFFEF8 !important;
  font-family: 'source-serif-pro'!important;
}
.about_us__tex h1 p {
        font-size: 13px!important;
}
.about_us__text p {
  color: #FFFEF8;
  width: 100%;
  margin: 2px auto;
  padding: 10px;
}
.about_us__text h4 {
  color: #FFFEF8!important;
}
.about_us__text h4 span {
    font-size: 1.5rem!important;
}
.about_us__imfo {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin: 40px;
  position: relative;
  left: -4%;
}
body[lang="ka"] .about_us__info_titile{
    margin-bottom: 10%;

}

.about_us__info_titile {
  width: 34%;
  height: 200px;
  margin: 60px 0;
}
.about_us__info_titile p {
  color: #24356E;
}
.about_us__info_titile h5 {
  color: #24356E;
}

.about_us__info__icons {
  width: 20%;
  left: -9%;
    position: relative;
}


.about_us__info_img {
  width: 100%;
  height: 50px;
  position: relative;
  margin-bottom: 21px;
  margin-top: 21px;
}
.about_us__info_img img {
  width: 10%;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 17%;
  transform: translate(-50%, -50%);
}

.promo__img {
  background: url(../images/blue\ tie2-24.webp) no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  width: 100%;
  height: 17em;
  max-height: 440px;
  clip-path: polygon(0 0, 100% 0, 100% 77%, 59% 77%, 50% 100%, 41% 77%, 0 77%);
}

.popup__about {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 10px;
  z-index: 1;
  width: 150px;
  font-size: 13px;
}

.popup-right {
  top: 77%;
  right: -8%;
  transform: translate(0, -50%);
}

.popup-left {
  top: 77%;
  right: 10%;
  transform: translate(0, -50%);
}

.hover-right {
    position: absolute;
    top: 6%;
    right: 27px;
    width: 29%;
    height: 89%;
    cursor: pointer;
}

.hover-left {
    position: absolute;
    top: 6%;
    left: 26%;
    width: 29%;
    height: 87%;
    cursor: pointer;
}

.hover-right:hover + .popup-right,
.hover-left:hover + .popup-left {
  display: block;
}

#gallery {
  margin-bottom: 80px;
}

.grapes {
  width: 100%;
  padding-bottom: 29px;
}
.grapes__descr {
  text-align: center;
  padding-top: 80px;
  margin-bottom: 80px;
}

.grapes__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  transform: translate(-5%, 0px);
}

.grape__img_raite {
  transform: translate(22px, -39px);
  width: 106%;
}

.grape {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  justify-items: center;
  margin: auto 56px;
  position: relative;
}
.grape__img {
  grid-column: 2;
  /* grid-area: 4; */
  grid-row: -2;
}
.grape img {
  width: 120%;
  position: relative;
  left: 30px;
}
.grape__descr {
  display: inline;
  text-align: center;
  /* width: 29px; */
  grid-row: 1;
  grid-column: 1;
  margin: 35px auto;
  color: #BF9767;
  position: relative;
  left: 6px;
}
.grape__title {
  display: block;
  grid-column: 1;
  grid-row: 1;
  margin-top: 72px;
  width: 227px;
  position: relative;
  left: -6px;
}

.line {
  transform: translate(10px, 10px);
  width: 50%;
  position: relative;
  left: 70px;
  border-bottom: 3px solid #bf9767;
  border-radius: 246px;
}

.grape__item_1 {
  transform: translate(-50px, -169px);
  width: 106%;
  transform: translate(-47px, -166px);
  width: 86%;
}

.grape__item_2 {
  transform: translate(79px, -126px);
  width: 130%;
}

.grape__item_3 {
  transform: translate(-238px, 63px);
  width: 133%;
  height: 0;
}

.line__2 {
  transform: translate(-64px, -169px);
  width: 113%;
  width: 100%;
}

.line__3 {
  transform: translate(-64px, -169px);
  width: 96%;
  transform: translate(-43px, -169px);
  width: 73%;
}

:lang(ge) .grape__item_4 {
  transform: translate(47px, -166px);
  width: 129%;
}
:lang(ge) .left_1 {
  left: 7px;
}
:lang(ge) .grape__item_1 {
  transform: translate(-56px, -169px);
  width: 96%;
}
:lang(ge) .grape__item_3 {
  transform: translate(-247px, 63px);
  width: 128%;
  height: 0;
}
:lang(ge) .grape__item_2 {
  transform: translate(81px, -126px);
  width: 133%;
}
:lang(ge) .line__2 {
  transform: translate(-46px, -169px);
  width: 93%;
}
:lang(ge) .line__3 {
  transform: translate(-28px, -169px);
  width: 80%;
}
:lang(ge) .left_3 {
  width: 118%;
}
:lang(ge) .left_2 {
  left: -67px;
  width: 110%;
}
:lang(ge) .grape__item_5 {
  transform: translate(72px, -169px);
  width: 95%;
  /* transform: translate(37px, -169px); */
  /* width: 93%; */
}
:lang(ge) .grape__item_6 {
  transform: translate(-239px, 63px);
  width: 110%;
  height: 0;
}
:lang(ge) .grape__item_6_2 {
  transform: translate(-214px, 63px);
  width: 81%;
  height: 0;
}
:lang(ge) .left {
  left: -98px;
  width: 138%;
}
:lang(ge) .grape__img_raite {
  transform: translate(22px, -43px);
  width: 106%;
}
:lang(ge) .grape__img__2 {
  width: 85%;
}
:lang(ge) .grape__img__transform {
  transform: translate(11px, -38px);
}

.grape__item_4 {
  transform: translate(62px, -138px);
  width: 112%;
}

.grape__item_5 {
  transform: translate(50px, -172px);
  width: 102%;
  transform: translate(76px, -136px);
  width: 83%;
}

.grape__item_6 {
  transform: translate(-243px, 63px);
  width: 62%;
  height: 0;
}

.grape__item_7 {
  transform: translate(-233px, 63px);
  width: 114%;
  height: 0;
}

.grape__title_up {
  position: relative;
  left: 14px;
}

.grape__img_left {
  transform: translate(-120px, -7px);
  grid-column: 1;
}

.img__left {
  transform: translate(-132px, -7px);
}

.grape__descr__left {
  grid-column: 2;
  position: relative;
  left: -29px;
}

.grape__title__left {
  grid-column: 2;
  position: relative;
  left: -20px;
}

.title__left {
  left: -60px;
}

.up {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(2, 173px);
}

.grape__img_up {
  transform: translate(30px, -139px);
}

.grape__centr {
  transform: translate(0px, 120px);
  position: relative;
  left: 131px;
}

.grape__img__2 {
  width: 85%;
}

.grape__img__transform {
  transform: translate(11px, -38px);
}

.left {
  left: -70px;
  width: 118%;
}

.left_1 {
  left: -27px;
}

.left_2 {
  left: -50px;
}

.wines {
  width: 100%;
}

.carousel__inner {
  position: relative;
  left: -12px;
}

.wine__img {
  background: url(../../images/Input-16.webp) no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  width: 70%;
  height: 364px;
}
.wine__img img {
  width: 55%;
  margin: auto 0;
  display: block;
  position: relative;
  top: 20px;
}

.wine__descr {
  text-align: center;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

  body[lang="ka"] .wine__title{
font-family: "bpg_paata_caps"!important;
}
.wine__title {
  text-align: center;
  display: inline;
  color: #24356E;
  position: relative;
  top: -40px;
  font-family: "Everything"!important;
  text-transform: uppercase!important;
  font-size: 22px!important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.wine__title p {
  width: 300px;
  position: relative;
  text-transform: capitalize;
  color: #000;
}

.wine__line {
  width: 70%;
  position: absolute;
  left: 50px;
  border-bottom: 29px solid white;
  border-radius: 256px;
  height: 1%;
  top: 284px;
  clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
  z-index: -214;
}

.wine__line::before {
  content: ""; /* Вывод тени */
  position: absolute; /* Абсолютное позиционирование */
  bottom: 15px; /* Положение снизу */
  left: 10px; /* Положение слева */
  width: 50%; /* Ширина тени */
  max-width: 300px; /* Максимальная ширина тени */
  height: 15px; /* Высота тени */
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5); /* Тень */
  transform: rotate(-3deg); /* Поворот */
  z-index: -1; /* Опускаем ниже блока */
}

.line_wine {
  width: 50%;
  border-bottom: 4px solid #bf9767;
  border-radius: 246px;
  height: 1%;
  position: relative;
  left: 27%;
  top: -236px;
}

.wine__galereya_descr {
  position: relative;
  left: 27%;
  top: -229px;
}

.wine {
  text-align: -webkit-center;
  position: relative;
  left: 12px;
}

.wine__item {
  position: relative;
  flex-wrap: wrap;
  justify-content: space-around;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}

.itoms {
  display: grid;
}

.Wines__title {
  margin: 69px;
  padding: 69px;
  position: relative;
  top: 63px;
}

.wine-block {
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: space-between;*/
  /*margin: 20px;*/
  /*padding: 20px;*/
  /*transform: translate(-68%);*/
  /*position: relative;*/
  /*left: 50%;*/
  /*width: 100%;*/
  display: flex;
  align-items: flex-start; /* Это выровняет текст по верху изображения */
  margin-bottom: 80px; /* Добавляем отступ между блоками вина */
   scroll-margin-top: 100px; /* Отступ при прокрутке якоря */
}
.wine-block img {
 max-width: 150px; 
 margin-right: 20px; 
     top: 16px;
    position: relative;
}
.wine-block .wine-info {
 text-align: left;
    padding: 10px;
    max-width: 600px;
}
.wine-block .wine-info h2 {
  margin: 0;
  font-size: 26px!important;
  padding: 10px 0;
}
.wine-block .wine-info p {
  font-size: 18px !important;
  width: 99%;
}

.wine-info_left {
  margin-right: 20%;
}

.wine-info_rights {
  margin-left: 20%;
  
}

/*.wine-block_rights {*/
/*  position: relative;*/
/*  left: 55%;*/
/*}*/
.wine-block_rights img {
  position: relative;
  left: 0%;
  top: 21px;
}

.wine-block_left {
  position: relative;
  left: 15%;
}

.carousel {
  padding: 41px 0;
}
.carousel__inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.carousel .slick-prev,
.carousel .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -49px;
  border: none;
  width: 100px;
  background-color: rgba(250, 246, 246, 0);
}
.carousel .slick-prev img,
.carousel .slick-next img {
  width: 31px;
  height: 50px;
}
.carousel .slick-next {
  right: -66px;
  left: auto;
}
.carousel .slick-prev {
  z-index: 15;
}

.carousel_2 {
  width: 100%;
}
.carousel_2__inner_2 {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.carousel__inner_2 {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.carousel_3 {
  width: 100%;
}
.carousel_3__inner_2 {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.carousel__inner_3 {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.slick---prev,
.slick---next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0%;
  border: none;
  width: 100px;
  background-color: rgba(250, 246, 246, 0);
}
.slick---prev img,
.slick---next img {
  width: 31px;
  height: 50px;
}

.slick---next {
  right: 0px;
  left: auto;
}

.slick---prev {
  z-index: 15;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: flex;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.img {
  width: 100%;
  height: 28em;
  position: relative;
  background: url(../images/1-01.png) 50% 91% no-repeat;
  background-size: 139%;
  background-color: #faf8f4;
}

.a {
  position: relative;
}

.img_1 {
  width: 100%;
  height: 28em;
  position: relative;
  background: url(../images/1-01.png) 50% 91% no-repeat;
  background-size: 110%;
  background-color: #faf8f4;
}

.img_2 {
  width: 100%;
  height: 28em;
  position: relative;
  background: url(../images/1-01.png) 50% 91% no-repeat;
  background-size: 110%;
  background-color: #faf8f4;
}

.slick--next, .slick--prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -66px;
  border: none;
  width: 100px;
  background-color: rgba(250, 246, 246, 0);
}
.slick--next img, .slick--prev img {
  width: 31px;
  height: 50px;
}

.slick--next {
  right: 0px;
  left: auto;
  width: 0%;
}

.slick--prev {
  z-index: 15;
}

.slick-dots {
  list-style-type: disc;
  display: -webkit-flex;
  justify-content: space-evenly;
  align-items: center;
  color: #BF9767;
}
.slick-dots button {
  font-size: 0;
  display: none;
}

.img_1 {
  position: relative;
}

.awards {
  background-color: #FAF8F4;
}

.award__item {
  width: 100%;
}

.award__img {
  text-align: center;
}
.award__img img {
  width: 100%;
  height: auto;
}

.award {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 50px;
}

.image-container {
  position: relative;
  width: 300px;
  height: 200px;
}

/* Добавьте стили по желанию */
.award__item {
  display: inline-block;
  margin: 10px;
}

.award__img img {
  width: 100px; /* Замените это на ваш желаемый размер */
  height: auto;
  transition: transform 1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.award__img__smol img {
  width: 122px;
}

.award__img_sm img {
  width: 74%;
}

.award__img:hover img {
  transform: scale(1.1);
}

.footer {
  background-color: #24356E;
  position: relative;
  top: 30px;
}

.bottom {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  height: 200px;
}

.bottom__contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  width: 80%;
  position: relative;
  left: -23%;
  flex-direction: column;
  align-content: center;
}
 .bottom__contact span{
    text-align: center;
 }
.bottom__contact img {
  width: 41px;
  height: auto;
  padding-right: 10px;
}
.bottom__contact p {
  display: contents;
}

.bottom__Privacy {
  color: #131212;
  grid-row: 6;
}

.bottom__telephone {
  grid-column: 1;
  grid-row: 2;
}
.bottom__telephone p {
  color: #FFFEF8 !important;
}

.bottom__telephone_2 {
  grid-column: 1;
  grid-row: 4;
}

/*.bottom__email {*/
/*  grid-row: 3;*/
/*}*/
.bottom__email p {
  color: #FFFEF8;
}

/*.bottom__maps {*/
/*  width: 103%;*/
/*}*/
.bottom__maps p {
  color: #FFFEF8;
}

.social {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 25%;
}
.social p {
  margin-top: 15px;
  text-align: center;
  color: #000;
}
.social__icon {
  grid-column: 1/4;
  height: 101px;
  margin-top: 2px;
  width: 155px;
  position: relative;
  left: 8px;
  top: -15px;
}
.social__icons {
  width: 41px;
  height: auto;
  opacity: #fff;
}

.a {
  display: block;
  color: #000;
  text-decoration: none;
  font-family: "source-serif-pro"!important;
  font-size: 18px!important;
  
  font-style: normal;
      cursor: text
}
.a p{
      font-family: "source-serif-pro"!important;
}

.centr {
  margin-left: 0;
}

#mep {
  width: 100%;
}

.News__title {
  margin-top: 15px;
  text-align: center;
  color: #24356E;
  position: relative;
  margin-bottom: 15px;
}
.News__title img {
  width: 1%;
  margin: 0 auto 10px auto;
}
.News__title h2 {
  font-size: 36px!important;
  color: #001f5b;
  margin-bottom: 50px;
  margin: 20px auto;
}

.news-container {
  text-align: center;
  padding: 50px 20px;
}

.news-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  align-content: center;
  align-items: center;
}

.card {
  background-color: #FFFEF8;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  width: 300px;
  text-align: left;
}
.card p {
  padding: 15px;
  color: #24356E;
  font-size: 16px!important;
}

.card_img_1 {
  width: 100%;
  height: 200px;
  background: url(../../images/biljana-martinic-IGJ_21drT3g-unsplash.webp) no-repeat;
  background-size: cover;
  background-position: center;
}

.card_img_2 {
  width: 100%;
  height: 200px;
  background: url(../../images/biljana-martinic-IGJ_21drT3g-unsplash.webp) no-repeat;
  background-size: cover;
  background-position: center;
}

.card_img_3 {
  width: 100%;
  height: 200px;
  background: url(../../images/biljana-martinic-IGJ_21drT3g-unsplash.webp) no-repeat;
  background-size: cover;
  background-position: center;
}

.card_img_4 {
  width: 100%;
  height: 200px;
  background: url(../../images/biljana-martinic-IGJ_21drT3g-unsplash.webp) no-repeat;
  background-size: cover;
  background-position: center;
}

.new {
  background-color: #FAF8F4;
}

.new__descr {
  text-align: center;
  padding-top: 80px;
  margin-bottom: 80px;
}

.new__wines {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
}

.new__wines_descr {
  background-color: #BF9767;
  margin-left: 1px;
  height: 443px;
}

.new__wines_title {
  position: relative;
  left: 131px;
  width: 100%;
  top: 10px;
}

.new__title {
  font-size: 19px!important;
  width: 362px;
  position: relative;
  left: 27px;
  top: 22px;
}

.news__img {
  background: url(../images/dan-meyers-0AgtPoAARtE-unsplash.webp) center center/cover no-repeat;
  width: 100%;
  height: 28em;
  position: relative;
  background-size: 110%;
}

.news__img_1 {
  background: url(../images/david-kohler-gBdG886bLDY-unsplash.webp) center center/cover no-repeat;
  width: 100%;
  height: 28em;
  position: relative;
  background-size: 110%;
}

.news__img_2 {
  background: url(../images/kym-ellis-aF1NPSnDQLw-unsplash.webp) center center/cover no-repeat;
  width: 100%;
  height: 28em;
  position: relative;
  background-size: 110%;
}

.new__wines {
  position: relative;
  overflow: hidden; /* Обрезаем содержимое внутри блока */
}

#news {
  margin-bottom: 80px;
  margin-top: 80px;
}

.news__dscr {
  margin: 40px 2px;
}
.news__dscr h2{
 font-size: 40px;
}
.news__dscr img {
  width: 30%;
}

.new__Product {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 55%;
  column-gap: 462px;
  position: relative;
  background: rgba(0, 0, 0, 0.23);
  height: 30%;
}
.new__Product p {
  top: 20%;
  width: 60%;
  text-align:center ;
  left: -9%;
  color: #FFFEF8;
}
.new__Product h4 {
  top: 20%;
  color: #FFFEF8;
  left: -17%;
}

.new__Product_button {
  background: url(../../icons-storage/svg-06.svg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 13%;
  height: 26px;
  color: #FFFEF8;
}
.new__Product_button a {
  border: none;
  background-color: #24356E;
  background: url(../../icons-storage/Input-22.svg) no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  color: #FFFEF8;
}

.new__img {
  width: 100%;
  height: 28em;
  position: relative;
  background: url(../../images/biljana-martinic-IGJ_21drT3g-unsplash.webp) center center/cover no-repeat;
  background-size: 100%;
  background-color: #faf8f4;
}

.new__carousel__inner {
  position: relative;
  top: -40px;
}

.news__decr {
  position: relative;
  text-align: center;
  width: 100%;
  height: 200px;
  margin: 100px 0px;
}
.news__decr p {
  position: absolute;
  width: 50%;
  text-align: center;
  left: 50%;
  transform: translate(-50%);
}

.slider {
  position: relative;
}

.slider__item, .slider__item_1, .slider__item_2 {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(0 0, 100% 0, 100% 92%, 59% 92%, 50% 100%, 41% 92%, 0 92%);
}

.slider__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: url(../../images/biljana-martinic-IGJ_21drT3g-unsplash.webp) center center/cover no-repeat;*/
  /*background-size: cover;*/
  /*background-position: center;*/
  z-index: -1;
  filter: brightness(0.5); /* Затемнение картинки для лучшей читаемости текста */
  object-fit: cover;
}

.slider__item_1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/biljana-martinic-IGJ_21drT3g-unsplash.webp) center center/cover no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: brightness(0.5); /* Затемнение картинки для лучшей читаемости текста */
  object-fit: cover;
}

.slider__item_2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/biljana-martinic-IGJ_21drT3g-unsplash.webp) center center/cover no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: brightness(0.5); /* Затемнение картинки для лучшей читаемости текста */
  object-fit: cover;
}

.slider__content {
  text-align: center;
  color: white;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5); /* Полупрозрачный фон для текста */
}

.slider__content h1 {
  font-size: 36px!important;
  margin-bottom: 20px;
}

.slider__content p {
  font-size: 18px!important;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.slider__button {
  background-color: #405ba3;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px!important;
}

.slider__button:hover {
  background-color: #283c79;
}

/* Стили для галереи */
#Gallery {
  margin-bottom: 80px;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
}

.gallery-image {
  width: 100%;
  height: 255px;
  object-fit: cover;
  margin: 5px;
  cursor: pointer;
}

.gallery__title {
  text-align: center;
  padding: 16px;
  position: relative;
  top: 200px;
}

.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* Черный полупрозрачный фон */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Выше других элементов на странице */
}

.fullscreen-image {
  max-width: 100%;
  max-height: 100%;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px!important;
  color: white;
  cursor: pointer;
}

/* Стили для полноэкранного режима */
.gallery__itom {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 30%;
  margin-left: 5px;
}

.catalog {
  padding-top: 100px;
  perspective: 100px;
}
.catalog__tabs {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.catalog__tab {
  height: 50px;
  border: 2px solid #d0d0d0;
  color: #6b6b6b;
  text-align: center;
  cursor: pointer;
  transition: 0.5s all;
}
.catalog__tab p {
  margin: 15px auto;
  line-height: 3;
}
.catalog__tab:hover {
  box-shadow: 3px 3px 20px #9fce9f;
  border: none;
}
.catalog__tab div {
  transform: skewX(0deg);
}
.catalog__tab_active {
  color: #fff;
  background-color: #5ca96b;
  border: none;
}
.catalog__content {
  perspective: 5000px;
  margin-top: 60px;
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
}
.catalog__content_active {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  gap: 5px;
}
.catalog-item {
  overflow: hidden;
  margin: 5px auto;
  width: 30%;
}
.catalog-item:hover {
  transform: translate3d(-2px, -10px, 0px);
  transition: 0.5s all;
}

.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.close-button,
.arrow {
  position: absolute;
  color: #fff;
  font-size: 36px!important;
  cursor: pointer;
}

.close-button {
  top: 10px;
  right: 10px;
}

.arrow.left {
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.arrow.right {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.fullscreen-image {
  max-width: 90%;
  max-height: 90%;
}

#fullscreenGallery {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
}

#fullscreenGallery img {
  display: block;
  margin: auto;
  max-width: 80%;
  max-height: 80%;
  margin-top: 5%;
}

#closeFullscreenBtn {
  position: absolute;
  top: 28%;
  right: 23%;
  color: #fff;
  cursor: pointer;
  font-size: 24px!important;
}

#fullscreenGallery {
  display: none;
  position: fixed;
  top: 10%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
}

#fullscreenGallery img {
  display: block;
  margin: auto;
  max-width: 80%;
  max-height: 80%;
  margin-top: 3%;
}

#closeFullscreenBtn {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  cursor: pointer;
  font-size: 24px!important;
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  font-size: 20px!important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  border-radius: 50%;
  transform: translateY(-50%);
}

#prevArrow {
  left: 20px;
}

#nextArrow {
  right: 20px;
}

.Gallery__dscr {
  text-align: center;
  padding-bottom: 60px;
  margin-bottom: 60px;
  margin-top: 60px;
  padding-top: 60px;
}

.Product {
  text-align: center;
}
.Product p {
  position: relative;
  top: 50%;
  width: 60%;
  text-align: center;
}
.Product h4 {
  position: relative;
  top: 50%;
}
  .about_us__text h1 font{
      font-size: 1.5rem !important; 
   }
    .about_us__text p span{
      font-size: 15px!important; 
   }

@media (max-width: 991px) {
  .slider__item, .slider__item_1, .slider__item_2 {
    clip-path: polygon(0 0, 100% 0, 100% 60%, 69% 60%, 50% 70%, 31% 60%, 0 60%);
    height: 45em;
  }
  .new__Product {
    width: 73%;
    top: -47px;
  }
  .new__Product p {
    text-align: center;
  }
}
/* Адаптация для экрана до 768px */
@media (max-width: 768px) {
  .slider__item {
    clip-path: polygon(0 0, 100% 0, 100% 70%, 82% 70%, 50% 75%, 18% 70%, 0 70%);
  }
}
* Адаптация для экрана до 425px */
 @media (max-width: 425px) {
     .slider__item {
         clip-path: polygon(0 0, 100% 0, 100% 65%, 83% 65%, 50% 70%, 17% 65%, 0 65%);
     }
 }
@media (max-width: 1640px) {
  #switch-lang {
    height: 30px;
  }
  #header {
    z-index: 100;
    width: 100%;
    height: 130px;
  }
  .social {
    left: 0;
  }
  .bottom__contact {
    left: -14%;
  }
  .menu__line {
    background-size: 80%;
  }
  .navbar a {
    top: 4px;
  }
  .new__Product_button {
    width: 17%;
  }
  /*.new__Product {*/
  /*  left: -10%;*/
  /*}*/
  .new__Product_button{
          width: 15%;
  }
  .catalog-item{
       margin: 15px auto;
  }
}
@media (max-width: 1200px) {
  .new__Product_button {
    width: 14%;
  }
  .about_us__text {
    font-size: 15px!important;
  }
   .about_us__text p span{
      font-size: 15px!important; 
   }
  .new__Product {
    width: 60%;
    left: 0;
  }
  .carousel .slick-next {
    right: -29px;
    left: auto;
    width: 2%;
  }
  .menu__line {
    background-size: 100%;
  }
  .new__Product {
    width: 70%;
    left: -10px;
  }
  .wine__title {
    top: -45px;
  }
  .about_us__text {
    width: 55%;
  }
  .about_us__imfo {
    left: -5%;
  }
  .news__decr p {
    width: 71%;
  }
  .promo__img {
    clip-path: polygon(0 0, 100% 0, 100% 60%, 65% 60%, 50% 78%, 35% 60%, 0 60%);
    height: 22em;
  }
  .gallery__title {
    left: -2px;
  }
  /*.bottom__maps {*/
  /*   width: 110%;*/
  /*  left: -5px;*/
  /*}*/
  
  
}
@media (max-width: 1024px) {
  .carousel .slick-next {
    right: -29px;
    left: auto;
    width: 2%;
  }
  .menu__line {
    background-size: 100%;
  }
  .popup__line {
    width: 30%;
  }
  .popup_itom {
    justify-content: space-around;
  }
  .new__Product {
    width: 70%;
    /*left: -10px;*/
  }
  .wine__title {
    top: -45px;
  }
  .about_us__text {
    width: 55%;
  }
  .about_us__imfo {
    left: -5%;
    margin-bottom: 100px;
  }
  .news__decr p {
    width: 71%;
  }
  .promo__img {
    clip-path: polygon(0 0, 100% 0, 100% 92%, 60% 92%, 50% 100%, 40% 92%, 0 92%);
    clip-path: polygon(0 0, 100% 0, 100% 60%, 69% 60%, 50% 73%, 31% 60%, 0 60%);
    height: 22em;
  }
  /*.bottom__maps {*/
  /*   width: 110%;*/
  /*}*/
  .bottom__contact{
     left: -5px;
  }
}
@media (max-width: 991px) {
  .header {
    position: fixed;
    border-radius: 0%;
  }
  .hamburger {
    display: block;
    position: absolute;
    right: 0;
    top: 120%;
    transform: translateY(-50%);
    width: 26px;
    height: 12px;
    padding: 3%;
    width: 10%;
  }
  .promo {
    width: 100%;
  }
  .about__centr {
    left: 0;
  }
  .new__img {
    background-size: 158%;
    top: 0;
  }
  .menu {
    margin-top: 0px;
  }
  .new__title {
    font-size: 19px!important;
    width: 299px;
    position: relative;
    left: 27px;
    top: 22px;
  }
  .navbar {
    margin: 15px 32px auto;
    width: 915px;
    border-radius: 0%;
  }
  .social {
    left: 0%;
  }
  .menu {
    position: fixed;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100vh;
    padding: 20px 15px;
    transition: 0.6s all;
    background: #24356E;
  }
  .gallery__title {
    left: 0;
  }
  .menu_active {
    left: 0%;
  }
  .menu_item {
    padding-right: 0;
    border: none;
    margin: 10px auto;
    width: 42%;
  }
  .button_mini {
    width: 50%;
  }
  .menu_link {
    font-size: 20px!important;
  }
  .hamburger {
    display: block;
    position: absolute;
    left: 80%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100px;
    width: 50%;
  }
  .hamburger span {
    display: block;
    height: 5px;
    width: 6%;
    background-color: #FAF8F4;
    margin-bottom: 5px;
    transition: 0.5s all;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
  }
  .span__wines {
    background-color: #000 !important;
  }
  .hamburger_active span {
    margin-bottom: -9px;
    width: 15px;
  }
  .hamburger_active span:nth-child(1) {
    transform: translateY(4px) rotate(-45deg);
    width: 15px;
    border-radius: 0%;
    height: 5px;
  }
  .hamburger_active span:nth-child(2) {
    display: none;
  }
  .hamburger_active span:nth-child(3) {
    transform: translateY(8px) rotate(45deg);
    border-radius: 0%;
    height: 5px;
  }
  .xs-hidden {
    display: none;
  }
  .xs-visible {
    display: block;
  }
  .logo_smol {
    display: block;
  }
  .logo {
    display: none;
  }
  .header_logo_smol {
    width: 12%;
    position: relative;
    z-index: 5;
    top: -11px;
  }
  .list {
    display: block;
    top: -30px;
  }
  #myHeader.blurred {
    backdrop-filter: blur(0px);
  }
  .new__wines_descr {
    height: 365px;
  }
  .new__Product {
    justify-content: center;
  }
  .new__Product h4 {
    left: 11%;
  }
  .about__descr {
    width: 50%;
    transform: translate(2%, 18px);
    text-align: left;
    font-size: 15px!important;
  }
  .about__descr p {
    text-align: center;
  }
  .about_us__text {
    width: 68%;
  }
  .wine__title {
    top: -35px;
    font-size: 15px!important;
  }
  .wine__line {
    width: 54%;
    left: 50px;
  }
  .wine__img {
    width: 80%;
    height: 300px;
  }
  .button_mini {
    left: 81px;
  }
  .news__decr p {
    font-size: 28px!important;
  }
  .bottom__contac {
    width: 50%;
    left: 0px;
  }
  /*.bottom__maps {*/
  /*  width: 145%;*/
  /*}*/
  .popup {
    width: 60%;
  }
  .popup__line {
    width: 33%;
    position: relative;
  }
  .popup_itom {
    justify-content: space-around;
  }
  .about_us__info_titile {
    height: 42%;
  }
  .wine-block {
    transform: translate(0%);
    width: 90%;
  }
  .dots-container-3 {
    position: relative;
    top: -60px;
  }
  .dots-container {
    position: relative;
    top: -100px;
  }
  .promo__img {
    clip-path: polygon(0 0, 100% 0, 100% 60%, 68% 60%, 50% 77%, 32% 60%, 0 60%);
    height: 20em;
  }
}
@media (max-width: 850px) {
  .hamburger {
    top: 37%;
  }
  .grape__item_7 {
    display: none;
  }
  .new__Product {
    width: 77%;
    left: 0%;
  }
      .new__Product_button{
          width: 18%;
      }
  .new__title {
    font-size: 17px!important;
  }
  .about__title {
    transform: translate(0%, -225px);
     margin: -60px 0;
  }
  .about__descr {
    transform: translate(0%, -67px);
  }
  .Gallery__dscr{
   margin-top: -48px;
  }
  .about__img {
    transform: translate(20%, 0);
  }
  .a {
    font-size: 16px!important;
  }
  .about__img img {
    width: 100%;
  }
  .about_us__info_titile {
    width: 42%;
  }
  .wine__img img {
    transform: translate(0%, 0);
  }
  .wine-block {
    margin-bottom: 60px;
    transform: translate(0%);
  }
  .wine-block img {
    width: 30%;
  }
  .wine-block .wine-info {
    margin-top: 0;
  }
  .wine-block_rights img {
    left: 3%;
    position: initial;
  }
  .wines__galere_itom_titile {
    top: -163px;
    left: -45px;
  }
  /*.bottom__maps {*/
  /*  width: 133%;*/
  /*  left: -7px;*/
  /*}*/
  #fullscreenGallery img {
        width: 89%;
        height: 60%;
       height: auto;
        top: 16%;
        position: relative;
  }
  .dots-container-3 {
    position: relative;
    top: -60px;
  }
  .dots-container {
    position: relative;
    top: -174px;
  }
  .about__seemore {
      background-size: 21%;
  }
      .bottom__contact{
        left: -69px;
        width: 88%;
      }
      .about_us__info_img img{
        left: 20%; 
      }
      .about_us__text p {
    width: 113%;
    left: -34px;
    position: relative;
    
}
.News__title{
    top: -70px;
    margin-bottom: 0px;
}
}
@media (max-width: 769px) {
  .navbar {
    width: 674px;
  }
  .about__descr {
    transform: translate(4%, 18px);
  }
  .about__img img {
    width: 100%;
  }
  .wine__line {
    left: 19%;
  }
  .about__img {
    height: max-content;
  }
  .about__img img {
    margin-top: 20px;
    height: 94%;
  }
  .new__Product {
    left: 0;
    width: 92%;
  }
  .news__decr p {
    font-size: 11px!important;
  }
  .about__descr a {
    position: relative;
    left: -3%;
  }
  .about_us__imfo {
    margin: 0;
  }
  .img__left {
    transform: translate(0%, 0);
  }
  .up {
    display: block;
    position: relative;
    top: 3%;
    left: 0;
  }
  .left_1 {
    top: 26%;
  }
  .left_4 {
    top: 26%;
  }
  .footer {
    width: 100%;
  }
  /*.bottom__contact {*/
  /*  margin-left: 67px;*/
  /*}*/
  .social {
    left: 0%;
  }
  .slick--next,
  .slick--prev {
    width: 78px;
  }
  .wine-block_left {
    left: 70%;
  }
  .wine-block {
    width: 74%;
    transform: translate(-80%);
  }
  .about_us__info__icons{
      left: 0%;
      width: 40%;
  }
        .about_us__text p {
    width: 100%;
    left: 0px;
}
}
@media (max-width: 476px) {
  #header {
    height: 90px;
  }
  .a {
    font-size: 11px!important;
    width: 227px;
  }
  .about__descr {
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    font-size: 15px!important;
  }
  .about__descr a {
    font-size: 15px!important;
    left: 0;
    height: 20%;
  }
  .about__seemore {
    background-size: 30%;
  }
  .about__img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50px);
    height: max-content;
  }
  .navbar {
    width: 125%;
  }
  .hamburger {
    left: 59%;
    right: 0;
    top: 26%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 86px;
  }
  .header_logo_smol {
    left: -18%;
    width: 14%;
  }
  .list {
    margin-left: -28px;
    width: 110%;
  }
  .promo__img {
    height: 45vh;
  }
  .about__centr {
    position: relative;
    left: 0px;
  }
 
  .footer {
    width: 100%;
  }
  .social {
    left: 70%;
    position: absolute;
    justify-items: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    left: 18%;
    top: 134%;
    left: 75%;
    top: 28%;
  }
  .new__Product {
    justify-content: center;
    top: 30px;
  }
  .new__Product h4 {
    font-size: 19px!important;
  }
  .new__Product p {
    font-size: 13px!important;
    width: 80%;
    text-align: center;
  }
  .new__Product_button {
    width: 33%;
  }
  /*.bottom__contact {*/
  /*  margin-left: 6px;*/
  /*}*/
  .bottom__contact img {
    width: 30px;
  }
  .social__icons {
    width: 30px;
  }
  .wine__title {
    font-size: 15px!important;
    top: -28px;
    text-align: center;
  }
  .wine {
    transform: translate(0, -29px);
  }
  .wines__galere_itom {
    justify-content: flex-start;
  }
  .wines__galere_itom_titile {
    font-size: 15px!important;
    gap: 0px;
    top: -64px;
    left: -22%;
  }
  .wines__galere_itom_titile span {
    font-size: 9px!important;
  }
  .wines__galere_itom_titile_info {
    position: relative;
    top: -9px;
  }
  .wine-info p {
    font-size: 15px!important;
  }
  .line_wine {
    left: 36%;
    top: -130px;
  }
  .wine__galereya_descr {
    left: 36%;
    top: -124px;
    font-size: 9px!important;
  }
  .left_1 {
    left: 50%;
  }
  .wines {
    padding: 0;
  }
  .wine__line {
    width: 55%;
    left: 14px;
    border-bottom: 3px solid #bf9767;
  }
  .wine__title p {
    left: 0%;
  }
  .carousel {
    background: url(../img/12.png) 50% 50% no-repeat;
    background-size: cover;
    width: 100%;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
 
  .about__img img {
    margin-top: 20px;
    height: 94%;
  }
  h2 {
    font-size: 33px!important;
  }
  .about_us__title p {
    font-size: 16px!important;
  }
  .about_us__text {
    width: 80%;
    font-size: 11px!important;
  }
   .about_us__text p span{
      font-size: 11px!important; 
   }
  .about_us__imfo {
    justify-content: center;
    left: 0;
  }
  .about_us__info_titile {
    width: 100%;
  }
  .about_us__info_titile p{
     width: 80%!important;
    left: 35px !important;
    position: relative; 
  }
  .about_us__info_titile h5 {
     width: 80%;
    left: 35px;
    position: relative; 
  }
  
  .about_us__info_img{
     position: relative;
    width: 100%;
    height: 50px;
    top: 50%;
    left: 22%;
    transform: translate(-50%, 0%);
} 
.about_us__info_img img{
     left: 77%;
     width: 50%;
     
}
  
  .wine__descr {
    padding-top: 0px;
    position: relative;
    left: -4px;
  }
  .hover-right {
      top: 24%;
      right: 67px;
      width: 18%;
      height: 67%;
       cursor: pointer;
  }
  .popup-right {
    top: 89%;
    right: 57%;
  }
  .hover-left {
      top: 26%;
     left: 66%;
     width: 23%;
     height: 67%;
     cursor: pointer;
  }
  .popup-left {
    top: 91%;
    right: 0;
  }
  .carousel_3 {
    padding: 1px 0;
  }
  /*.navbar a {*/
  /*  left: 6px;*/
  /*}*/
  .menu_item{
    width: 71%;
  }
    .button_mini{
      left: 33px  
      }
  .wine__item {
    position: relative;
    left: -1px;
  }
  .wine__img {
    width: 88%;
    height: 199px;
    display: block;
  }
  .image-container {
    height: 0px;
  }
  .about__title {
    transform: translate(0%, -88px);
    text-align: center;
    padding-top: 40px;
    margin-bottom: -59px;
  }
  .new__descr {
    text-align: center;
    padding-top: 40px;
    margin-bottom: 40px;
  }
  .Gallery__dscr {
    text-align: center;
    margin-bottom: 0px;
    margin-top: -50px;
    padding-bottom: 40px;
  }
  .gallery {
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .gallery__itom {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    margin-left: 5px;
  }
  /*.bottom__maps {*/
  /*  left: -15px;*/
  /*}*/
  .bottom__telephone {
    left: -42px;
  }
  .bottom__email {
    left: -21px;
  }
  .slider__item, .slider__item_1, .slider__item_2 {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 83% 85%, 50% 90%, 17% 85%, 0 85%);
    height: 27em;
  }

  .dropdown-content a {
    left: 0;
  }
  .gallery__title {
    top: 146px;
    margin-bottom: 60px;
  }
  .news__decr {
    margin: 150px 0;
    top: 80px;
  }
 .wine-block_rights {
        left: 58%;
        position: relative;
    }
  .wine-block .wine-info p {
    font-size: 13px!important;
  }
  #fullscreenGallery {
    top: 85px;
  }
  #fullscreenGallery img {
    margin-top: 14%;
    width: 98%;
    height: 60%;
    height: auto;
  }
  .gallery-arrow {
    top: 43%;
  }
  .dots-container {
    top: -23px;
    left: 7%;
    width: 93%;
  }
  .slick-dots {
    width: 92%;
    left: 4%;
    position: relative;
  }
  .dots-container-3 {
    top: -100px;
  }
  .about_us__title img {
    width: 5%;
  }
  /*.about_us__text{*/
  /*   color: #FFFEF8;*/
  /*}*/
  .about_us__text p {
    width: 100%;
  }
  .about_us__text h4 {
    font-size: 20px;
  }
   .about_us__text font{
      font-size: 20px!important; 
   }
     .about_us__text span{
      font-size: 20px!important; 
   }
  .popup_itom {
    justify-content: space-around;
  }
  .popup {
    width: 100%;
  }
  .popup h2 {
    font-size: 21px !important;
  } 
  .catalog-item {
     width: 50%;
  }
      .wine-block{
       width: 98%;
      transform: translate(-71%);   
      }
      .wine-info_left{
       margin-right: 0%; 
      }
    .catalog-item{
     margin: auto;
          }
    .News__title img{
        width: 5%;
    }
    .about_us__text h1, h2, h3, h5, h6 {
    position: relative;
    top: -13px;
    }
    .bottom__contact{
     left: -36px;
        }
}
@media (max-width: 376px) {
  #header {
    height: 86px;
  }
  .new__img_1 {
    height: 124%;
  }
  .new__img_2 {
    top: -103px;
    height: 206%;
  }
  .new__wines_descr {
    height: 191px;
  }
  .about__img {
    height: max-content;
  }
  .about__img img {
    margin-top: 33px;
    height: 73%;
    width: 100%;
  }
  .header_logo_smol {
    position: relative;
    left: -17%;
    width: 15%;
  }
  .up__height {
    height: 28%;
  }
  .wine_info {
    position: relative;
    top: -9px;
  }
 
  .new__Product_button {
    width: 37%;
  }
  .about__seemore {
    background-size: 31%;
  }
  .about__descr a {
    height: 20%;
  }
  .about__titl {
    transform: translate(0, 0);
  }
  .Gallery__dscr {
    text-align: center;
    margin-bottom:0px;
    margin-top: -50px;
    padding-bottom: 40px;
  }
  .wine__descr {
    margin-bottom: 0;
  }
  .wine__img {
    height: 176px;
  }

  .wine__title {
    font-size: 10px!important;
    top: -21px;
    left: 0%;
  }
  .menu_item {
    padding-right: 11px;
    border: none;
    margin: 10px auto;
    width: 90%;
    }
  
  .about_us__title p {
    font-size: 15px!important;
  }
  .about_us__text {
    font-size: 10px!important;
  }
   .about_us__text p span{
      font-size: 10px!important; 
   }    
   .about_us__text h1,h2,h3,h5,h6 {
           position: relative;
           top: -13px;
   }
  .about_us__info_titile p {
    position: relative;
    left: 35px;
    width: 80%;
  }
  .about_us__info_titile h5{
        width: 100%;
    left: 0px;
    position: relative; 
  }
  .wines {
    padding: 0;
    margin-top: 33px;
  }
  .promo__img {
    height: 37vh;
  }
  /*.wine-block .wine-info p {*/
  /*  width: 134%;*/
  /*}*/
  /*.wine-block_rights img {*/
  /*  left: 0%;*/
  /*}*/
  .Wines__title {
    margin: 40px;
    padding: 40px;
  }
  .News__title img {
    width: 5%;
  }
  .News__title {
    margin: 10px 0;
  }
  .News__title h2 {
    margin: 10px auto;
  }
  .news__decr {
    margin: 0;
    top: 35px;
  }
    .about__descr a {
    font-size: 13px!important;
    }
    .button_mini {
    left: 26px;
    }
    /*.bottom__contact {*/
    /*margin-left: 10px;*/
    /*}*/
    .bottom__email {
    left: -16px;
    }
    .bottom__maps {
     left: 6px;
    }
       .bottom__telephone {
     left: -37px;
            
    }
    .about_us__title h2 {
    position: relative;
    transform: translate(-50%, -50%);
    top: -30px;
    left: 50%;
}
    .about__title{
        transform: translate(0%, -88px);
        margin-bottom: -59px;
    }
        .about_us__text p{
         top: -16px;
        position: relative; 
        }
            .wine-info h2 {
        font-size: 1.5em; /* 24px */
    }

    .wine-info p {
        font-size: 0.9em; /* 14px */
    }

    .wine-info {
        padding: 0.5em;
    }

  .wine-block_rights{
    left: 58%;
    position: relative;
  }
  .wine-block {
        width: 98%;
        transform: translate(-71%);
    }
    .wine-info_left{
         margin-right:0%;   
    }
    .wine-block img {
    max-width: 150px;
    margin-right: 0px; 
     width: 35%;

    }
    .bottom__contact{
     left: -57px;
    }
     .about_us__info__icons{
        left: -5%;   
        }
     .catalog-item{
        position: relative;
        left: -4px;    
            }
}
@media (max-width: 321px) {
  .about_us__text {
    font-size: 9px!important;
  }
   .about_us__text p span{
      font-size: 9px!important; 
   }
  .wine__img {
    height: 156px;
  }
  .list {
    width: 135%;
  }
  .slick-dots {
    width: 80%;
    left: 14%;
  }
  .slider__item, .slider__item_1, .slider__item_2 {
    height: 23em;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 83% 85%, 50% 90%, 17% 85%, 0 85%);
  }
  .popup h2 {
    font-size: 14px!important;
  }
    .new__Product_button {
    width: 37%;
  }
      .bottom__telephone {
        left: -50px;
    }

    .bottom__email {
        left: -27px;
    }
    .bottom__maps {
        left: -6px;
    }
    .bottom__contact {
        margin-left: 49px;
    }
}