/*!*******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/blocks/offers.scss ***!
  \*******************************************************************************************************************************************************************/
:root {
  --theme-main-font: "Montserrat", sans-serif;
  --theme-second-font: "Montserrat", sans-serif;
}

.offers__swiper {
  overflow: visible !important;
  overflow: initial !important;
}
.offers__item {
  -webkit-box-shadow: 0 10px 30px 0 rgba(16, 51, 30, 0.1019607843);
          box-shadow: 0 10px 30px 0 rgba(16, 51, 30, 0.1019607843);
  border-radius: 30px;
  height: 100%;
}
.offers__item--img {
  position: relative;
}
.offers__item--img img {
  width: 100%;
  max-height: 274px;
  height: auto;
  border-radius: 30px 30px 0 0;
}
.offers__item--sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  background-color: #2ac5e8;
  color: white;
  font-weight: 600;
  font-size: 20px;
  line-height: 21px;
  position: absolute;
  top: 13px;
  right: 13px;
  border-radius: 15px;
}
.offers__item--content {
  padding: 25px 30px;
  min-height: 351px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.offers__item--content .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #161c2d;
  margin-bottom: 7px;
}
.offers__item--content .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #161c2d;
  margin-bottom: 20px;
}
.offers__item--content .size {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #161c2d;
  margin-bottom: 16px;
}
.offers__item--bottom {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.offers__item--bottom .prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
.offers__item--bottom .prices .price {
  font-weight: 600;
  font-size: 20px;
  line-height: 21px;
  color: #161c2d;
}
.offers__item--bottom .prices .old_price {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0%;
  text-decoration: line-through;
}
.offers__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
}

@media (max-width: 768px) {
  .offers__swiper {
    padding-bottom: 20px !important;
    overflow: hidden !important;
  }
  .offers__button-prev, .offers__button-next {
    top: 25% !important;
  }
  .offers .row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .offers__item--content {
    padding: 20px 15px;
    min-height: auto;
  }
  .offers__item--content .title {
    font-size: 16px;
  }
  .offers__item--content .description {
    font-size: 14px;
  }
  .offers__item--content .size {
    font-size: 14px;
  }
  .offers__item--bottom .prices .price {
    font-size: 18px;
  }
}
