news.css 5.39 KB
.news {
  margin-top: 32px;
}
@media (min-width: 480px) {
  .news {
    margin-top: 50px;
  }
}
@media (min-width: 780px) {
  .news {
    margin-top: 70px;
  }
}
.news__title {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.01em;
  color: #333B49;
  -ms-flex-item-align: start;
      align-self: start;
}
@media (min-width: 480px) {
  .news__title {
    font-weight: 600;
    font-size: 38px;
    line-height: 42px;
  }
}
@media (min-width: 780px) {
  .news__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
  }
}
.news__button-mob {
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 16px 0;
  margin-top: 24px;
  background: #F5851A;
  border-radius: 9.375px;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  border: 1px solid #F5851A;
  cursor: pointer;
}
.news__button-mob:hover {
  border: 1px solid #F2994A;
  background-color: #FFFFFF;
  color: #F2994A;
  border-radius: 9.375px;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
}
@media (min-width: 780px) {
  .news__button-mob {
    display: none;
  }
}

.news-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-wrapper {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (min-width: 640px) {
  .news-wrapper {
    margin-top: 42px;
  }
}
@media (min-width: 780px) {
  .news-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.news-block {
  margin-right: 17px;
  width: 100%;
  height: 232px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.news-block:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 780px) {
  .news-block:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 780px) {
  .news-block {
    max-width: 427px;
    height: 261px;
  }
}
.news-block__img {
  width: 100%;
  height: 141px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 10px;
}
.news-block__img-1 {
  background-image: url("../img/main/news/1.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.news-block__img-2 {
  background-image: url("../img/main/news/2.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.news-block__img-3 {
  background-image: url("../img/main/news/3.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.news-block__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
  margin-top: 12px;
  color: #333B49;
}
@media (min-width: 640px) {
  .news-block__title {
    margin-top: 24px;
  }
}
@media (min-width: 820px) {
  .news-block__title {
    font-size: 18px;
    line-height: 22px;
    color: #000;
  }
}
@media (min-width: 1024px) {
  .news-block__title {
    font-size: 20px;
    line-height: 24px;
  }
}
.news-block__title_1 {
  margin-bottom: 23px;
}

.news-block-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 30px;
}
.news-block-bottom__link {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #ABB2BF;
}
.news-block-bottom__date {
  font-family: "Muller";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #636B78;
}

.news__button {
  border: 1px solid #F2994A;
  background-color: #FFFFFF;
  color: #F2994A;
  border-radius: 9.375px;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  padding: 13px 30px;
  border-radius: 9.375px;
  font-family: "Muller";
  font-weight: 500;
  font-size: 13.125px;
  line-height: 13px;
  margin-top: 60px;
  display: none;
}
.news__button:hover {
  background: #F5851A;
  border-radius: 9.375px;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  border: 1px solid #F5851A;
  cursor: pointer;
  border: none;
  font-family: "Muller";
  font-weight: 500;
  font-size: 13.125px;
  line-height: 13px;
  border: 1px solid #F5851A;
}
@media (min-width: 780px) {
  .news__button {
    display: inline-block;
  }
}