.stocks-four-block__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border: 1px solid var(--stroke);
  background: var(--background-thirdly);
  border-radius: 100px;
  padding: 10px 15px;
  margin: 0 auto 20px;
}
.stocks-four-block__title {
  max-width: 1020px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.stocks-four-block .swiper-slide {
  height: auto;
}
.stocks-four-block .swiper-slide:nth-child(even) .stock-item {
  background: var(--primary);
}
.stocks-four-block .swiper-slide:nth-child(even) .stock-item__subtitle {
  background: var(--stroke);
}
.stocks-four-block .swiper-slide:nth-child(even) .stock-item__title {
  color: var(--head-secondary);
}
.stocks-four-block .swiper-slide:nth-child(even) .stock-item__description {
  color: var(--main-text-secondary);
}
.stocks-four-block .swiper-slide:nth-child(even) .stock-item__image::before {
  background-image: url("images/bg-white.svg");
}
.stocks-four-block .swiper-slide:nth-child(even) .stock-item__submit {
  border: 1px solid var(--secondary);
}
.stocks-four-block .swiper-slide:nth-child(even) .stock-item__subtitle {
  background: var(--background-secondary);
  color: var(--main-text-primary);
  border: 1px solid var(--stroke);
}
.stocks-four-block .stock-item {
  height: 100%;
  display: flex;
  background: var(--head-primary);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.stocks-four-block .stock-item__left {
  margin: 30px;
  display: flex;
  flex-direction: column;
  max-width: 425px;
  width: 100%;
}
.stocks-four-block .stock-item__offer {
  display: flex;
  flex-direction: column;
  color: var(--head-secondary);
  margin-bottom: 100px;
}
.stocks-four-block .stock-item__title {
  color: var(--head-secondary);
  margin-bottom: 10px;
}
.stocks-four-block .stock-item__subtitle {
  background: var(--main-text-primary);
  margin-bottom: 20px;
  width: max-content;
  max-width: 100%;
  color: var(--main-text-secondary);
  border: 1px solid var(--stroke-secondary);
  border-radius: 100px;
  padding: 10px 15px;
}
.stocks-four-block .stock-item__description {
  color: var(--main-text-secondary);
}
.stocks-four-block .stock-item__submit {
  margin-top: auto;
}
.stocks-four-block .stock-item__right {
  margin-left: auto;
  max-width: 270px;
  width: 100%;
  height: 100%;
  position: relative;
  width: calc(100% - 300px);
}
.stocks-four-block .stock-item__image {
  display: flex;
  height: 100%;
}
.stocks-four-block .stock-item__image::before {
  content: "";
  background-image: url("images/bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0px;
  z-index: 1;
}
.stocks-four-block .stock-item__image img {
  display: block;
  /* margin-top: auto; */
  margin-left: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
  z-index: 10;
  object-fit: cover;
  object-position: left;
}
.stocks-four-block .stock-item__discount {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 100;
  top: 30px;
  right: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--main-text-secondary);
}
.stocks-four-block .stock-item__discount .label {
  padding: 5px 5px 5px 15px;
  color: var(--main-text-primary);
}
.stocks-four-block .stock-item__discount .value {
  border-radius: 10px;
  color: var(--head-secondary);
  padding: 5px 10px;
  background: var(--second);
}
.stocks-four-block__slider-btn-wrap {
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
  margin-right: 10px;
}
.stocks-four-block__bottom {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.stocks-four-block__bottom .swiper-pagination {
  margin-left: auto;
}

@media (max-width: 1300px) {
  .stocks-four-block .stock-item {
    flex-direction: column;
  }
  .stocks-four-block .stock-item__left {
    padding: 15px 15px 0px 15px;
    margin: 0px;
    width: 100%;
    max-width: 100%;
  }
  .stocks-four-block .stock-item__right {
    width: 100%;
    max-width: 300px;
  }
  .stocks-four-block .stock-item__discount {
    right: 15px;
  }
  .stocks-four-block .stock-item__offer {
    margin-bottom: 20px;
  }
  .stocks-four-block .stock-item__right {
    max-width: 150px;
  }
}
@media (max-width: 769px) {
  .stocks-four-block__bottom {
    margin-top: 20px;
  }
}

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