#hero {
  position: relative;
}
#hero .overlay-js::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
#hero .hero-title {
  display: block;
  font-family: "Montserrat-Bold";
  font-size: 32px;
  line-height: 42px;
  color: #000;
}

#hero .hero__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#hero .hero__btns-item {
  margin-top: 12px;
  padding-left: 6px;
  padding-right: 6px;
}
#hero .hero__btns-item .button {
  padding: 18px 32px;
}
#hero .hero__btns-item.hero__btns-price .button {
  background-color: rgba(52, 53, 56, 0.93);

  font-family: "Montserrat-SemiBold";
}
#hero .hero__btns-item.hero__btns-price .button:hover {
  background-color: #343538;
}
#hero .hero__btns-item.hero__btns-primary .button {
  font-size: 18px;
}
#hero .hero__caption-offer {
  margin-top: 22px;
  font-size: 12px;
  line-height: 167%;
  text-align: center;
  color: #343538;
}

@media screen and (min-width: 768px) {
  #hero {
    min-height: 611px;
  }
  #hero .hero-title {
    font-size: 42.5px;
    line-height: 51px;
  }
  #hero .hero__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #hero .hero__caption-offer {
    text-align: left;
  }
}

@media only screen and (min-width: 992px) {
  #hero .overlay-js::before {
    content: none;
  }

  #hero .hero-title {
    font-size: 50px;
    line-height: 60px;
  }
}
#hero {
  padding-bottom: 0;
}

#hero .article-preview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#hero .article-preview__item {
  width: 100%;
  margin-bottom: 2rem;
}
#hero .article-preview__wrapper {
  background: white;

  display: block;
  height: 100%;
}
#hero .article-preview__picture {
  position: relative;

  display: block;
  padding-bottom: 74.07407%;
}
#hero .article-preview__picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#hero .article-preview__title {
  display: block;
  font-size: 18px;
  padding: 13px 12px 14px 15px;
  font-family: "Montserrat-Bold";
  color: #000;
  line-height: 1.6rem;
}

@media screen and (min-width: 576px) {
  #hero {
    min-height: auto;
  }
  #hero .article-preview__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #hero .article-preview__item {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 768px) {
  #hero .article-preview__item {
    width: calc(33.333% - 15px);
  }
  #hero .article-preview__title {
    padding: 26px 24px 28px 30px;
  }
}
@media screen and (min-width: 992px) {
  #hero .article-preview__item {
    width: calc(25% - 15px);
  }
}
#seo {
display:none;
}
#seo p {
  margin: 16px 0;
}
#seo a {
  border-bottom: 1px solid;
  -webkit-transition: color 0.2s, border-color 0.2s;
  -o-transition: color 0.2s, border-color 0.2s;
  transition: color 0.2s, border-color 0.2s;
}
#seo h4 {
  font-size: 16.8px;
  line-height: 22.4px;
}
#seo a:hover {
  color: var(--primary);
}
#seo h1 + ol,
#seo h1 + p,
#seo h1 + ul {
  margin-top: 24px;
}
#seo ol + h2,
#seo p + h2,
#seo ul + h2,
#seo h2 + h3 {
  margin-top: 32px;
}
#seo h3 + ol,
#seo h3 + p,
#seo h3 + ul {
  margin-top: 24px;
}
#seo h3 {
  font-size: 21px;
  line-height: 28px;
}
#seo ol + h3,
#seo p + h3,
#seo ul + h3 {
  margin-top: 36px;
}
#seo ol + h4,
#seo ol + h5,
#seo ol + h6,
#seo p + h4,
#seo p + h5,
#seo p + h6,
#seo ul + h4,
#seo ul + h5,
#seo ul + h6 {
  margin-top: 40px;
}
#seo h4 + ol,
#seo h4 + p,
#seo h4 + ul,
#seo h5 + ol,
#seo h5 + p,
#seo h5 + ul,
#seo h6 + ol,
#seo h6 + p,
#seo h6 + ul {
  margin-top: 24px;
}
#seo h2 + ol,
#seo h2 + p,
#seo h2 + ul {
  margin-top: 24px;
}
#seo p + ol,
#seo p + ul {
  margin-top: 20px;
}
#seo ol + p,
#seo ul + p {
  margin-top: 28px;
}
#seo ol,
#seo ul {
  margin-left: 16px;
}
#seo ol > li,
#seo ul > li {
  position: relative;
  padding: 0 0 0 28px;
  margin: 8px 0 0;
}
#seo ol > li {
  padding: 0;
}
#seo ul:not([class]) > :first-child {
  margin-top: 0;
}
#seo ul > li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 12px;

  background-color: var(--primary);

  width: 8px;
  height: 8px;
}
#seo ol {
  list-style: decimal;
}

@media screen and (min-width: 768px) {
  #seo h4 {
    font-size: 24px;
    line-height: 32px;
  }
  #seo h1 + ol,
  #seo h1 + p,
  #seo h1 + ul {
    margin-top: 32px;
  }
  #seo ol + h2,
  #seo p + h2,
  #seo ul + h2,
  #seo h2 + h3 {
    margin-top: 44px;
  }
  #seo h3 + ol,
  #seo h3 + p,
  #seo h3 + ul {
    margin-top: 36px;
  }
  #seo h3 {
    font-size: 32px;
    line-height: 40px;
  }
  #seo ol + h3,
  #seo p + h3,
  #seo ul + h3 {
    margin-top: 52px;
  }
  #seo ol + h4,
  #seo ol + h5,
  #seo ol + h6,
  #seo p + h4,
  #seo p + h5,
  #seo p + h6,
  #seo ul + h4,
  #seo ul + h5,
  #seo ul + h6 {
    margin-top: 56px;
  }
  #seo h4 + ol,
  #seo h4 + p,
  #seo h4 + ul,
  #seo h5 + ol,
  #seo h5 + p,
  #seo h5 + ul,
  #seo h6 + ol,
  #seo h6 + p,
  #seo h6 + ul {
    margin-top: 36px;
  }
  #seo h2 + ol,
  #seo h2 + p,
  #seo h2 + ul {
    margin-top: 36px;
  }
  #seo p + ol,
  #seo p + ul {
    margin-top: 28px;
  }
  #seo ol,
  #seo ul {
    margin-left: 20px;
  }
  #seo ol + p,
  #seo ul + p {
    margin-top: 40px;
  }
  #seo ol > li,
  #seo ul > li {
    padding: 0 0 0 36px;
    margin: 12px 0 0;
  }
  #seo ol > li {
    padding: 0;
  }
}
