.offers_page .offers_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.offers_page .news_image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.offers_page .news_image > img {
  object-fit: cover;
}

.offers_page .news_image iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.offers_page .news_image {
  position: relative;
  overflow: hidden;
}
.offers_page .news_image:before {
  display: block;
  content: "";
  padding-bottom: 62.5%;
}

.offers_page img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

@keyframes loadAnimation {
  9% {
    box-shadow: none;
  }
  10% {
    box-shadow: -8px 0 0;
  }
  35% {
    box-shadow: -8px 0 0;
  }
  36% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  60% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  61% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  85% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  86% {
    box-shadow: none;
  }
}
.offers_page {
  margin-bottom: 60px;
}
.offers_page .offers_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -17px;
}
.offers_page .offers_list li {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  margin-bottom: 35px;
  padding: 0 17px;
}
@media screen and (max-width: 991px) {
  .offers_page .offers_list {
    margin: 0 -10px;
  }
  .offers_page .offers_list li {
    padding: 0 10px;
    margin-bottom: 20px;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .offers_page .offers_list {
    margin: 0 -10px;
  }
  .offers_page .offers_list li {
    padding: 0 10px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.offers_page .news_image {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 0;
  line-height: 0;
}
.offers_page .news_image:before {
  padding-bottom: 97.4%;
}
.offers_page .news_block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.07);
  height: 100%;
}
.offers_page .news_block.hovered a.news_image img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.offers_page .news_block.hovered .view_more {
  color: #D91F2C;
}
.offers_page .offers_title {
  margin: 16px 20px;
  font-size: 140%;
  line-height: 17px;
  color: #4d4d4d;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 575px) {
  .offers_page .offers_title {
    margin: 10px;
  }
}
@media screen and (max-width: 479px) {
  .offers_page .offers_title {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
  }
}
.offers_page .view_more {
  margin: 0 20px 25px;
}
@media screen and (max-width: 575px) {
  .offers_page .view_more {
    margin: 10px;
  }
}

.row_offers {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 60px;
}
@media screen and (max-width: 767px) {
  .row_offers {
    margin: 0 -10px 30px;
  }
}

.products_section {
  padding-bottom: 0;
}

.left_block {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .left_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.right_block {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .right_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 15px;
  }
}

.page_description {
  margin-top: 20px;
  font-family: "montserrat", "montserratarm";
}

.back_btn {
  color: #8d8d8d !important;
  font-size: 120%;
  line-height: 14px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.back_btn:before {
  margin-right: 8px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .back_btn {
    padding-top: 30px;
  }
}

.image_offers img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.web .back_btn {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.offers_page img {
  -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 .back_btn {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.web .back_btn:hover {
  color: #FF0000 !important;
}
.web .back_btn:active {
  color: #D91F2C;
}
.touch .back_btn:active {
  color: #CD0F1C;
}

/*# sourceMappingURL=offers.css.map */
