@charset "UTF-8";
.main_slider .slick-dots {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.product_slider .slick-arrow:before, .brand_slider .slick-arrow:before {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content {
  padding-top: 0;
}

.main_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  padding-bottom: 80px;
}
.main_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
.main_slider .slick-dots {
  position: absolute;
  bottom: 50%;
  right: 20px;
}
.main_slider .slick-dots li {
  padding: 10px 0;
  display: flex;
  justify-content: flex-end;
}
.main_slider .slick-dots li:first-child {
  padding-top: 0;
}
.main_slider .slick-dots li:last-child {
  padding-bottom: 0;
}
.main_slider .slick-dots li.slick-active button {
  font-size: 1.3rem;
  font-family: "montserrat-bold", "montserrat-arm-bold";
  line-height: 16px;
  padding: 0;
}
.main_slider .slick-dots li.slick-active button:after {
  width: 43px;
  background: #F5F5F7;
  margin-left: 10px;
}
.main_slider .slick-dots button {
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  color: #ffffff;
}
.main_slider .slick-dots button:after {
  content: "";
  display: block;
  width: 23px;
  height: 1px;
  background: rgba(245, 245, 247, 0.6);
}

.slide_image {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  height: 493px;
  display: block;
  width: 100%;
}

.slide_inner {
  background: rgba(255, 255, 255, 0.9);
  padding: 50px 60px 50px 80px;
  max-width: 600px;
  width: 100%;
  position: absolute;
  top: 100px;
  left: 0;
}

.slide_title {
  color: #000000;
  font-family: "playfair-display", "sylfaen";
  font-size: 350%;
  line-height: 1.34em;
  padding-bottom: 15px;
}

.slide_description {
  color: #000000;
  font-size: 130%;
  line-height: 1.46em;
  padding-bottom: 35px;
}

.standard_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 160px;
  border: 1px solid #333333;
  color: #000000;
  font-family: "montserrat-bold", "montserrat-arm-bold";
  font-size: 130%;
  line-height: 16px;
  text-align: center;
  padding: 16px 10px;
}

.about_wines {
  margin-bottom: 75px;
  position: relative;
}
.about_wines .slide_image {
  height: 465px;
}
.about_wines .slide_inner {
  left: unset;
  right: 0;
  top: 40px;
  max-width: 643px;
  padding: 55px 80px 55px 60px;
}
.about_wines .slide_title {
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}
.about_wines .slide_title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 136px;
  height: 1px;
  background: #333333;
}
.about_wines .slide_description {
  max-width: 420px;
  padding-bottom: 25px;
}

.brand_block {
  padding-bottom: 80px;
}
.brand_block .slider_section {
  padding: 35px 0 0;
}

.brand_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  overflow: visible;
}
.brand_slider .slick-list {
  overflow: hidden;
}
.brand_slider .slide_block {
  padding: 0 34px;
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 14.2%;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
.brand_slider .slide_block a {
  width: 100%;
  height: 83px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brand_slider .slide_block img {
  max-width: 100%;
}
.brand_slider .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid #333333;
  background: #ffffff;
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -22px;
  left: -22px;
}
.brand_slider .slick-arrow.slick-next {
  left: unset;
  right: -22px;
  transform: rotate(180deg);
}
.brand_slider .slick-arrow:before {
  content: "";
  font-size: 1.1rem;
}

.news_section {
  padding-bottom: 70px;
}
.news_section .news_list {
  padding-top: 35px;
}
.news_section .big_item .image_block {
  padding-bottom: 100%;
}
.news_section .small_items {
  margin: -10px 0;
}
.news_section .small_items .news_item {
  padding: 10px 0;
}
.news_section .image_block {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-bottom: 47.6%;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
}
.news_section .image_block:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.53) 100%);
}
.news_section .item_inner {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 25px 25px;
}
.news_section .news_date {
  display: block;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 130%;
  letter-spacing: 0;
  line-height: 1.25em;
}
.news_section .news_title {
  display: block;
  color: #ffffff;
  font-family: "playfair-display", "sylfaen";
  font-size: 220%;
  line-height: 1.36em;
  padding-top: 5px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_section .news_description {
  display: block;
  color: #ffffff;
  font-family: "playfair-display", "sylfaen";
  font-size: 130%;
  line-height: 1.5em;
  padding-top: 15px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.product_section .slider_section {
  padding: 35px 0 0;
}

.product_slider {
  margin: -20px -10px 0;
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}
.product_slider.slick-slider {
  overflow: visible;
}
.product_slider .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid #333333;
  background: #ffffff;
  position: absolute;
  z-index: 2;
  top: 110px;
  left: -22px;
}
.product_slider .slick-arrow.slick-next {
  left: unset;
  right: -22px;
  transform: rotate(180deg);
}
.product_slider .slick-arrow:before {
  content: "";
  font-size: 1.1rem;
}
.product_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 20%;
  vertical-align: top;
  padding: 20px 10px 75px;
}
.product_slider:hover {
  z-index: 5;
}

.blog_list {
  padding-top: 35px;
}

@media screen and (max-width: 1439px) {
  .brand_slider .slick-arrow {
    left: -15px;
  }
  .brand_slider .slick-arrow.slick-next {
    right: -15px;
  }
  .brand_slider .slide_block {
    width: 16.6%;
  }

  .product_slider .slick-arrow {
    left: -10px;
  }
  .product_slider .slick-arrow.slick-next {
    right: -10px;
  }
}
@media screen and (max-width: 1199px) {
  .product_slider .slide_block {
    width: 25%;
  }

  .slide_image {
    height: 450px;
  }

  .slide_inner {
    padding: 40px 50px;
    top: 80px;
  }

  .slide_title {
    font-size: 320%;
  }

  .about_wines .slide_inner {
    top: 60px;
    max-width: 600px;
    padding: 40px 50px;
  }
  .about_wines .slide_image {
    height: 450px;
  }

  .news_section .news_title {
    font-size: 200%;
  }
  .news_section .item_inner {
    padding: 0 15px 15px;
  }

  .brand_slider .slide_block {
    width: 20%;
  }
}
@media screen and (max-width: 959px) {
  .blog_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .slide_image {
    height: 400px;
  }

  .slide_inner {
    padding: 30px 40px;
    max-width: 500px;
  }

  .slide_title {
    font-size: 280%;
  }

  .standard_button {
    padding: 14px 10px;
  }

  .about_wines .slide_description {
    max-width: 100%;
  }
  .about_wines .slide_inner {
    top: 50px;
    padding: 30px 40px;
    max-width: 500px;
  }
  .about_wines .slide_image {
    height: 400px;
  }

  .news_section .news_title {
    font-size: 180%;
  }
}
@media screen and (max-width: 767px) {
  .main_slider .slick-dots {
    bottom: 79px;
    right: 0;
    display: flex;
    align-items: flex-end;
  }
  .main_slider .slick-dots li {
    padding: 0 10px;
  }
  .main_slider .slick-dots li.slick-active button {
    flex-direction: column;
  }
  .main_slider .slick-dots li.slick-active button:after {
    height: 43px;
    width: 1px;
    margin: 3px 0 0;
  }
  .main_slider .slick-dots button:after {
    height: 23px;
    width: 1px;
  }

  .slide_image {
    height: 350px;
  }

  .slide_inner {
    padding: 30px 20px;
    top: 50px;
  }

  .slide_title {
    font-size: 250%;
  }

  .slide_description {
    padding-bottom: 25px;
  }

  .about_wines .slide_description {
    max-width: 100%;
  }
  .about_wines .slide_inner {
    padding: 30px 20px;
  }
  .about_wines .slide_title {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .about_wines .slide_image {
    height: 380px;
  }

  .news_section .small_items.col-12 {
    display: flex;
    margin: 0;
    padding: 0;
  }
  .news_section .small_items.col-12.col-sm-6 {
    flex-direction: column;
    margin-top: -20px;
  }
  .news_section .small_items.col-12.col-sm-6 .news_item {
    width: 100%;
  }
  .news_section .small_items.col-12 .news_item {
    padding: 20px 10px 0;
    width: 50%;
  }
  .news_section .news_title {
    font-size: 160%;
  }

  .brand_slider .slide_block {
    width: 25%;
  }
}
@media screen and (max-width: 575px) {
  .main_slider .slick-dots {
    bottom: unset;
    top: 259px;
  }

  .slide_inner {
    padding: 10px 20px 0;
    position: relative;
    top: 0;
  }

  .slide_description {
    padding-bottom: 35px;
  }

  .slide_title {
    font-size: 250%;
  }

  .standard_button {
    padding: 16px 14px;
    min-width: 150px;
  }

  .slide_image {
    height: 320px;
  }

  .about_wines .slide_inner {
    padding: 10px 20px 0;
    position: relative;
    top: 0;
  }
  .about_wines .slide_inner {
    padding: 10px 20px 0;
  }
  .about_wines .slide_image {
    height: 320px;
  }

  .news_section .news_title {
    font-size: 200%;
  }
  .news_section .big_item .image_block {
    padding-bottom: 60%;
  }
  .news_section .small_items.col-12 {
    flex-direction: column;
  }
  .news_section .small_items.col-12 .news_item {
    width: 100%;
  }
  .news_section .small_items.col-12.col-sm-6 {
    margin-top: 0;
  }

  .product_slider .slide_block {
    padding-bottom: 25px;
  }

  .brand_slider .slide_block {
    width: 33.3%;
  }
}
@media screen and (max-width: 479px) {
  .main_slider .slick-dots {
    top: 219px;
  }
  .main_slider .slick-dots li.slick-active button {
    background: transparent;
  }

  .blog_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .slide_image {
    height: 280px;
  }

  .brand_slider .slick-dots {
    list-style-type: none;
    margin: 0;
    padding: 25px 0 0;
    display: flex;
  }
  .brand_slider .slick-dots li {
    flex: 1;
  }
  .brand_slider .slick-dots li.slick-active button {
    background: #666666;
  }
  .brand_slider .slick-dots button {
    width: 100%;
    border: none;
    background: #e5e5e5;
  }

  .about_wines .slide_image {
    height: 280px;
  }

  .brand_slider .slide_block {
    width: 50%;
  }
}
@media screen and (max-width: 399px) {
  .main_slider .slick-dots {
    top: 199px;
  }

  .slide_image {
    height: 260px;
  }

  .slide_title {
    font-size: 220%;
  }

  .slide_description {
    font-size: 120%;
    padding-bottom: 15px;
  }

  .about_wines .slide_image {
    height: 260px;
  }

  .news_section .news_title {
    font-size: 180%;
  }
  .news_section .big_item .image_block {
    padding-bottom: 100%;
  }
  .news_section .news_date {
    font-size: 120%;
  }
  .news_section .news_description {
    font-size: 120%;
    padding-top: 12px;
  }
  .news_section .item_inner {
    padding: 0 12px 12px;
  }
  .news_section .small_items.col-12 .news_item {
    padding: 15px 10px 0;
  }
}
.web .news_section .image_block:hover:before {
  opacity: 0.7;
}

.touch .news_section .image_block:active:before {
  opacity: 0.7;
}
.touch .product_slider .slide_block {
  padding-bottom: 25px;
}
.touch .product_section {
  padding-bottom: 80px;
}

.web .standard_button, .web .brand_slider .slick-arrow, .brand_slider .web .slick-arrow, .web .product_slider .slick-arrow, .product_slider .web .slick-arrow {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .standard_button, .touch .brand_slider .slick-arrow, .brand_slider .touch .slick-arrow, .touch .product_slider .slick-arrow, .product_slider .touch .slick-arrow {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.brand_slider .slide_block a:hover {
  opacity: 0.7;
}

.web .standard_button:hover, .web .brand_slider .slick-arrow:hover, .brand_slider .web .slick-arrow:hover, .web .product_slider .slick-arrow:hover, .product_slider .web .slick-arrow:hover {
  background: #333333;
  color: #ffffff;
}
.touch .standard_button:active, .touch .brand_slider .slick-arrow:active, .brand_slider .touch .slick-arrow:active, .touch .product_slider .slick-arrow:active, .product_slider .touch .slick-arrow:active {
  background: #333333;
  color: #ffffff;
}

/*# sourceMappingURL=index.css.map */
