.main_offers {
  padding-top: 130px;
  overflow-x: hidden;
}
@media only screen and (max-width: 860px) {
  .main_offers {
    padding-top: 70px;
  }
}
.main_offers .h2 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .main_offers .h2 {
    margin-bottom: 20px;
  }
}
.main_offers .h2 span {
  color: var(--c5);
}
.main_offers .offersList {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  transform: scale(0.8);
  margin: -70px auto;
}
@media only screen and (max-width: 1100px) {
  .main_offers .offersList {
    display: flex;
    flex-direction: column;
    transform: none;
    margin: 0 auto;
  }
}
.main_offers .offersList .offer {
  border-radius: 20px;
  overflow: hidden;
  background: var(--c1);
  width: 100%;
  min-height: 448px;
  gap: 30px;
  transition: 0.2s;
  height: 100%;
}
.main_offers .offersList .offer:hover {
  transform: scale(1.02);
}
.main_offers .offersList .offer:hover:hover .slideButtons {
  opacity: 1;
}
@media only screen and (max-width: 1620px) {
  .main_offers .offersList .offer {
    min-height: 530px;
  }
}
@media only screen and (max-width: 1100px) {
  .main_offers .offersList .offer {
    min-height: auto;
    max-width: 600px;
    gap: 0;
  }
  .main_offers .offersList .offer:hover {
    transform: none;
  }
}
.main_offers .offersList .offer .img {
  min-height: 170px;
}
@media only screen and (max-width: 1100px) {
  .main_offers .offersList .offer .img {
    min-height: 107px !important;
  }
  .main_offers .offersList .offer .img img {
    min-height: 107px !important;
  }
}
.main_offers .offersList .offer .img img {
  min-height: 170px;
  width: 100%;
  object-fit: cover;
}
.main_offers .offersList .offer .block {
  padding: 0 30px 30px 30px;
  gap: 20px;
}
@media only screen and (max-width: 1100px) {
  .main_offers .offersList .offer .block {
    padding: 20px;
  }
}
@media only screen and (max-width: 860px) {
  .main_offers .offersList .offer .block {
    padding: 12px;
    gap: 10px;
  }
}
.main_offers .offersList .offer .block .title {
  font-family: TTB;
  margin: 0;
  height: 60px;
}
@media only screen and (max-width: 1620px) {
  .main_offers .offersList .offer .block .title {
    height: 90px;
  }
}
@media only screen and (max-width: 1400px) {
  .main_offers .offersList .offer .block .title {
    height: auto;
  }
}
.main_offers .offersList .offer .block .title span {
  color: var(--c5);
}
.main_offers .offersList .offer .block .list {
  font-size: 20px;
  line-height: 120%;
  color: #000;
  min-height: 96px;
}
@media only screen and (max-width: 1100px) {
  .main_offers .offersList .offer .block .list {
    min-height: auto;
  }
}
.main_offers .offersList .offer .block .list .blue {
  font-family: "MB";
  color: #016bff;
}
@media only screen and (max-width: 860px) {
  .main_offers .offersList .offer .block .list {
    font-size: 14px;
    min-height: auto;
  }
}
.main_offers .offersList .offer .block .slideButtons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  opacity: 0;
  transition: 0.3s;
}
@media only screen and (max-width: 1100px) {
  .main_offers .offersList .offer .block .slideButtons {
    opacity: 1;
  }
}
.main_offers .offersList .offer .block .slideButtons .button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.main_offers .offersList .offer .block .slideButtons .button .dop {
  position: absolute;
  top: -13px;
  right: -20px;
  border-radius: 5px;
  padding: 4px;
  font-size: 15px;
  line-height: 120%;
  color: #fff;
}
.main_offers .offersList .offer .block .slideButtons .button .dop.red {
  background: #f83436;
}
.main_offers .offersList .offer .block .slideButtons .button .dop.green {
  background: #00cc3d;
}
@media only screen and (max-width: 860px) {
  .main_offers .offersList .offer .block .slideButtons .button .dop {
    right: -10px;
  }
}/*# sourceMappingURL=offers.css.map */