#works-single .works-single__wrapper {
  background: #fff;
  margin: 0 -20px;
  padding: 30px 20px;
}

#works-single .works-single__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 16px 0 24px;
}
#works-single .works-single__images {
  position: relative;
  margin: 0 -20px 48px;
}
#works-single .works-single__info--types span {
  margin-left: 8px;
  border-bottom: 1px solid var(--primary);
  color: var(--primary);
}
#works-single .works-single__picture--blur {
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
#works-single .works-single__picture {
  display: block;
  padding-bottom: 57.01031%;
  position: relative;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
#works-single .works-single__picture img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);

  display: block;
  height: 100%;
}
#works-single .swiper-fraction-default {
  position: absolute;
  bottom: -32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#works-single .swiper-fraction-default .swiper-pagination-current {
  margin-right: 8px;
}
#works-single .swiper-fraction-default .swiper-pagination-total {
  margin-left: 8px;
}
#works-single [class^="swiper-button"] {
  display: none;
}
#works-single .works-single__blocks p {
  margin: 16px 0;
}
#works-single .works-single__blocks ul {
  margin: 16px 0 28px 16px;
}
#works-single .works-single__blocks ul > li {
  position: relative;

  padding-left: 28px;
}
#works-single .works-single__blocks ul > li:not(:first-child) {
  margin: 8px 0 0;
}
#works-single .works-single__blocks ul > li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 12px;

  width: 8px;
  height: 8px;
  background-color: var(--primary);
}
#works-single .works-single__duration {
  margin-top: 16px;
}
#works-single .works-single__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 36px;
}
#works-single .works-single__more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#works-single .works-single__more a:hover span {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: var(--primary);
}
#works-single .works-single__more a span {
  font-family: "Montserrat-Bold";
  font-size: 16px;
  line-height: 1;
  color: #83818f;
  white-space: nowrap;
  margin-right: 12px;
}
#works-single .works-single__more a i {
  width: 28px;
  height: 28px;
  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;
  border: 1px solid #83818f;
  border-radius: 50%;
  font-size: 0.8rem;
  line-height: normal;
  color: #83818f;
}

@media screen and (min-width: 768px) {
  #works-single {
    margin-top: 3rem;
  }
  #works-single .works-single__wrapper {
    margin: 0;
    padding: 60px 8% 100px;
  }
  #works-single .works-single__info {
    margin: 24px 0 40px;
  }
  #works-single .works-single__images {
    margin: 0 0 92px;
  }

  #works-single [class^="swiper-button"] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;
    border-color: #fff;
    color: white;
    z-index: 1;
  }
  #works-single [class^="swiper-button"]:hover {
    border-color: var(--primary);
  }
  #works-single .swiper-button-prev-small {
    left: 20px;
  }
  #works-single .swiper-button-next-small {
    right: 20px;
  }

  #works-single .works-single__blocks ul > li {
    padding: 0 0 0 36px;
  }
  #works-single .works-single__blocks ul > li:not(:first-child) {
    margin: 12px 0 0;
  }
  #works-single .works-single__more {
    margin-top: 40px;
  }
}
#offer-banner-4 .offer__single-wrapper {
  position: relative;

  background: var(--primary);
  background: -o-linear-gradient(top, var(--secondary) 0%, var(--primary) 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--secondary)),
    to(var(--primary))
  );
  background: linear-gradient(180deg, var(--secondary) 0%, var(--primary) 100%);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 32px -20px;
  padding: 40px 20px 50px;
}
#offer-banner-4 .offer__single-wrapper .stock__picture {
  position: absolute;
  left: 30px;
  bottom: 0;

  max-width: 305px;
  height: 100%;
  opacity: 0.25;
}
#offer-banner-4 .offer__single-wrapper .stock__picture img {
  height: 100%;
}

#offer-banner-4 .stock__desc {
  max-width: 360px;
  margin: 0 auto;
  color: var(--white);
  text-align: center;
  z-index: 1;
}
#offer-banner-4 .stock__desc-right {
  margin-top: 30px;
}
#offer-banner-4 .stock__desc-title {
  display: block;
  font-family: "Montserrat-Bold";
  font-size: 21px;
  line-height: 28px;
}

#offer-banner-4 .stock__desc .offer_more {
  background: var(--white);

  margin-top: 24px;
  color: var(--primary);
}
#offer-banner-4 .stock__desc .offer_more:hover {
  -webkit-box-shadow: 0 0 20px var(--white);
  box-shadow: 0 0 20px var(--white);
}

@media only screen and (min-width: 768px) {
  #offer-banner-4 .offer__single-wrapper {
    padding-left: 280px;
    padding-right: 40px;
    margin: 0;
  }
  #offer-banner-4 .offer__single-wrapper .stock__picture {
    height: 110%;
  }
  #offer-banner-4 .stock__desc {
    text-align: left;
    margin: 0;
    max-width: none;
  }
  #offer-banner-4 .offer__single-wrapper .stock__picture {
    opacity: 1;
  }
  #offer-banner-4 .stock__desc .stock__desc-title {
    font-size: 28px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 992px) {
  #offer-banner-4 .offer__single-wrapper {
    padding-left: 25%;
  }
  #offer-banner-4 .offer__single-wrapper .stock__picture {
    height: 125%;
  }

  #offer-banner-4 .stock__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #offer-banner-4 .stock__desc-left {
    width: 45%;
    padding-right: 20px;
  }
  #offer-banner-4 .stock__desc-right {
    width: 52.8%;
    margin-left: auto;
    margin-top: 0px;
    padding-right: 30px;
    padding-top: 6px;
  }
}
