@charset "UTF-8";
.blog-hero {
  border-radius: 12px;
}
.blog-hero .blog-hero-text {
  padding: 3.125rem;
  height: 400px;
  width: 40%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-hero .blog-hero-text {
    width: 100%;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
}
.blog-hero .blog-hero-text h1, .blog-hero .blog-hero-text p {
  color: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-hero .blog-hero-text h1, .blog-hero .blog-hero-text p {
    text-align: center;
  }
}

.blog-filter {
  display: -webkit-box;
  display: flex;
  gap: 0.625rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.blog-filter li a {
  color: #242424;
  font-weight: 500;
  line-height: 38px;
  padding: 0 1.25rem;
  height: 38px;
  display: block;
  border: 1px solid #DDDDDD;
  cursor: pointer;
  border-radius: 12px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.blog-filter li a:hover {
  color: #fff;
  background-color: #242424;
  border-color: #242424;
}
.blog-filter li.active a {
  background-color: #242424;
  border-color: #242424;
  color: #fff;
}

.blog {
  display: block;
}
.blog:hover h3 {
  text-decoration: underline;
}
.blog:hover .blog-img img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.blog img,
.blog h3 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog .blog-img {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.blog .blog-img > img {
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.blog .blog-img .blog-badges {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  position: absolute;
  left: 5%;
  width: 90%;
  bottom: 15px;
}
.blog .blog-img .blog-badges div {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 500;
  background-color: rgba(244, 244, 244, 0.8);
  border-radius: 4px;
  padding: 0.1875rem 0.9375rem;
}
.blog .blog-img .blog-badges div img {
  position: relative;
  top: -1px;
  display: inline-block;
  margin: 0 5px 0 0;
}
.blog h3 {
  text-align: center;
  font-weight: 600;
  min-height: 42px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog h3 {
    min-height: auto;
  }
}
.blog h3 {
  /* Ограничение до 2 реда */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog .blog-meta {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 10px;
}
.blog .blog-meta img {
  display: inline-block;
  margin: 0 5px 0 0;
}
.blog .blog-meta div {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.1875rem 0.625rem;
  background-color: #F4F4F4;
  border-radius: 4px;
}

.newsletter {
  color: #000000;
  padding: 1.875rem;
  border-radius: 12px;
  box-shadow: 0 8px 40px -8px rgba(0, 0, 0, 0.1607843137);
}
.newsletter h6 {
  color: #000000;
  font-weight: 500;
}
.newsletter form {
  position: relative;
}
.newsletter form .form-control {
  padding-right: 140px;
}
.newsletter form button {
  position: absolute;
  top: 1px;
  right: 1px;
}
.newsletter .hint {
  color: #000000;
}

.instagram-posts {
  display: -webkit-box;
  display: flex;
  gap: 0.9375rem;
}

.sommelier {
  text-align: center;
  padding: 1.875rem;
  height: 100%;
  display: -webkit-box;
  display: flex;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 12px;
  box-shadow: 0 8px 40px -8px rgba(0, 0, 0, 0.1607843137);
}
.sommelier .quotes {
  display: block;
  margin: 0 auto 1.25rem auto;
}
.sommelier .sommelier-img {
  width: 70px;
  height: 70px;
  margin: 0.9375rem auto;
  display: block;
  border-radius: 100%;
}
.sommelier .sommelier-name {
  font-weight: 500;
}
