@charset "UTF-8";
.lp-top {
  background-image: url("../../images/service-lp/bg_m.webp");
}
@media (min-width: 576px) {
  .lp-top {
    background-image: url("../../images/service-lp/bg_clock.png");
    background-position: right center;
    background-size: cover;
  }
}
.lp-top__content {
  margin: 0 !important;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .lp-top__content {
    max-width: 330px;
  }
}
@media (min-width: 992px) {
  .lp-top__content {
    max-width: 700px;
  }
}
@media (min-width: 1400px) {
  .lp-top__content {
    max-width: 820px;
  }
}
.lp-top__caption {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 900;
  color: #50A09E;
}
.lp-top__items ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lp-top__items ul li {
  min-height: 21px;
  padding-left: 35px;
  display: block;
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 200;
  color: #000;
}
.lp-top__items ul li + li {
  margin-top: 20px;
}
.lp-top__items ul li:before {
  content: "";
  width: 21px;
  height: 21px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  background: #3C8E8E;
  border-radius: 100%;
}
.lp-top__items ul li:first-child:before {
  background-color: #FBAC1C;
}
.lp-top__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lp-top__buttons button {
  width: 100%;
  max-width: 330px;
  font-size: 18px;
  white-space: nowrap;
}
.lp-top__buttons button + button {
  margin-top: 20px;
}
.lp-top__buttons-yellow {
  border-color: #FECD08 !important;
}
.lp-top__buttons-yellow:hover {
  color: #fff;
  background: #FECD08 !important;
}
@media (min-width: 992px) {
  .lp-top__buttons {
    display: block;
  }
  .lp-top__buttons button {
    width: auto;
  }
  .lp-top__buttons button + button {
    margin-top: 0;
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .lp-top__buttons {
    text-align: center;
  }
  .lp-top__buttons button + button {
    margin-left: 50px;
  }
}
@media (min-width: 1500px) {
  .lp-top__buttons button + button {
    margin-left: 70px;
  }
}

.lp-clock-bg {
  background: url("../../images/service-lp/bg_clock_transparent.png") no-repeat left center;
  background-size: 50%;
}

.lp-yellow-swiper-buttons .swiper-button-next, .lp-yellow-swiper-buttons .swiper-button-prev {
  background: #FEC400;
}

.lp-custom-services-colors .custom-services__item {
  transition: all 150ms;
}
.lp-custom-services-colors .custom-services__item:hover {
  color: #519E9D;
  background-color: #383C48;
}
.lp-custom-services-colors .custom-services__item:hover .custom-services__item-caption {
  color: #fff;
}
.lp-custom-services-colors .custom-services__item:hover .custom-services__item-button {
  color: #fff;
}

.lp-action {
  background: url("../../images/service-lp/bg_action.webp") no-repeat right center;
  background-size: cover;
  overflow: hidden;
}
.lp-action__content {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  color: #383C48;
}
@media (min-width: 1200px) {
  .lp-action__content {
    padding: 50px 0;
  }
}
@media (min-width: 1400px) {
  .lp-action__content {
    max-width: 500px;
    padding: 95px 0;
  }
}
.lp-action__headline {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 970;
}
.lp-action__text {
  margin-bottom: 50px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 200;
}
.lp-action__icon {
  width: 200px;
  margin: 0 auto;
  position: relative;
  animation: simplePulse 1s ease-in-out infinite alternate-reverse;
}
.lp-action__icon svg {
  max-width: 100%;
}
.lp-action__icon:after {
  content: "Акция";
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  color: #212529;
}
@media (min-width: 992px) {
  .lp-action__icon {
    width: 200px;
    margin-bottom: 20px;
  }
  .lp-action__icon:after {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .lp-action__icon {
    margin: unset;
    position: absolute;
    top: calc(50% - 100px);
    right: -300px;
  }
}

@media (min-width: 992px) {
  .lp-cases {
    --container-width: 930px;
    --container-height: calc(var(--container-width) / 3 * 6);
    --sm-width: calc(var(--container-width) / 3);
    --sm-width-wide: calc(var(--container-width) / 3 * 2);
    --lg-width: calc(var(--container-width) / 3 * 2);
    clip-path: polygon(0 0, 100% 40px, 100% calc(100% - 40px), 0 100%);
  }
}
@media (min-width: 1200px) {
  .lp-cases {
    --container-width: 1110px;
  }
}
@media (min-width: 1500px) {
  .lp-cases {
    --container-height: calc(1400px / 6 * 3);
    --sm-width: calc(1400px / 6);
    --sm-width-wide: calc(1400px / 6 * 2);
    --lg-width: calc(1400px / 6 * 2);
  }
}
.lp-cases .swiper-slide {
  aspect-ratio: 1;
}
@media (min-width: 992px) {
  .lp-cases .swiper-wrapper {
    height: var(--container-height);
    display: block;
    position: relative;
  }
  .lp-cases .swiper-slide {
    height: unset;
    position: absolute;
  }
  .lp-cases .swiper-slide.square-sm {
    width: var(--sm-width);
  }
  .lp-cases .swiper-slide.square-sm-wide {
    width: var(--sm-width-wide);
    aspect-ratio: 2/1;
  }
  .lp-cases .swiper-slide.square-sm-tall {
    width: var(--sm-width);
    aspect-ratio: 1/2;
  }
  .lp-cases .swiper-slide.square-lg {
    width: var(--lg-width);
  }
  .lp-cases .swiper-slide:nth-child(1) {
    top: 0;
    left: 0;
  }
  .lp-cases .swiper-slide:nth-child(2) {
    top: 0;
    left: var(--sm-width);
  }
  .lp-cases .swiper-slide:nth-child(3) {
    top: 0;
    left: calc(var(--sm-width) * 2);
  }
  .lp-cases .swiper-slide:nth-child(4) {
    top: var(--sm-width);
    left: 0;
  }
  .lp-cases .swiper-slide:nth-child(5) {
    top: var(--sm-width);
    left: var(--lg-width);
  }
  .lp-cases .swiper-slide:nth-child(6) {
    top: calc(var(--sm-width) * 2);
    left: var(--lg-width);
  }
  .lp-cases .swiper-slide:nth-child(7) {
    top: calc(var(--sm-width) * 3);
    left: var(--sm-width);
  }
  .lp-cases .swiper-slide:nth-child(8) {
    top: calc(var(--sm-width) * 5);
    left: var(--sm-width);
  }
  .lp-cases .swiper-slide:nth-child(9) {
    top: calc(var(--sm-width) * 3);
    left: 0;
  }
  .lp-cases .swiper-slide:nth-child(10) {
    top: calc(var(--sm-width) * 4);
    left: 0;
  }
}
@media (min-width: 1500px) {
  .lp-cases .swiper-slide:nth-child(7) {
    top: 0;
    left: calc(var(--sm-width) * 3);
  }
  .lp-cases .swiper-slide:nth-child(8) {
    top: var(--lg-width);
    left: calc(var(--sm-width) * 3);
  }
  .lp-cases .swiper-slide:nth-child(9) {
    top: 0;
    left: calc(var(--sm-width) * 5);
  }
  .lp-cases .swiper-slide:nth-child(10) {
    top: var(--sm-width);
    left: calc(var(--sm-width) * 5);
  }
}
.lp-cases__slider {
  position: relative;
  overflow: hidden;
}
.lp-cases__item {
  height: 100%;
  display: block;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: inherit;
}
.lp-cases__item:hover > div {
  background: rgba(56, 60, 72, 0.7) !important;
}
.lp-cases__item-content {
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.75);
  font-size: 20px;
  color: #fff;
  background: transparent;
  transition: all 300ms;
}
.lp-cases__item-content > div {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
@media (min-width: 576px) {
  .lp-cases__item-content {
    padding: 50px;
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .lp-cases__item-content {
    padding: 20px;
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .lp-cases__item-content {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .lp-cases__item-content {
    font-size: 22px;
  }
}
@media (min-width: 1500px) {
  .lp-cases__item-content {
    font-size: 18px;
  }
}
.lp-cases__item-name {
  text-transform: uppercase;
  font-weight: 700;
}
.lp-cases__item-text {
  font-size: 0.85em;
}
.lp-cases__item.type-1 {
  background-image: url("../../images/service-lp/case-bg-1.webp");
}
.lp-cases__item.type-2 {
  background-color: #54B8B2;
}
.lp-cases__item.type-3 {
  background-color: #EAFFFE;
}
.lp-cases__item.type-4 {
  background-image: url("../../images/service-lp/case-bg-4.webp");
}
.lp-cases__item.type-4 > div {
  padding-top: 15%;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .lp-cases__item.type-4 > div {
    padding-top: 200px;
  }
}
@media (min-width: 1500px) {
  .lp-cases__item.type-4 > div {
    padding-top: 100px;
    padding-left: 90px;
    padding-right: 50px;
    font-size: 22px;
  }
}
.lp-cases__item.type-5 {
  background-color: #3C8E8E;
}
.lp-cases__item.type-6 {
  background-image: url("../../images/service-lp/case-bg-6.webp");
}
.lp-cases__item.type-7 {
  background-image: url("../../images/service-lp/case-bg-7.webp");
  background-color: #3C8E8E;
}
.lp-cases__item.type-7 > div {
  padding-left: 100px;
}
@media (min-width: 1500px) {
  .lp-cases__item.type-7 > div {
    padding-left: 130px;
    font-size: 22px;
  }
}
.lp-cases__item.type-8 {
  background-image: url("../../images/service-lp/case-bg-8.webp");
}
.lp-cases__item.type-8 > div {
  padding-top: 30%;
}
@media (min-width: 992px) {
  .lp-cases__item.type-8 > div {
    padding-top: 15%;
  }
}
@media (min-width: 1200px) {
  .lp-cases__item.type-8 > div {
    padding-top: 17%;
  }
}
.lp-cases__item.type-9 {
  background-color: #CDF2F0;
}
.lp-cases__item.type-10 {
  background-image: url("../../images/service-lp/case-bg-10.webp");
}
.lp-cases__item.type-10 > div {
  padding-top: 30px;
  align-items: flex-start;
}
@media (min-width: 576px) {
  .lp-cases__item.type-10 > div {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .lp-cases__item.type-10 > div {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .lp-cases__item.type-10 > div {
    padding-top: 50px;
  }
}
@media (min-width: 1500px) {
  .lp-cases__item.type-10 > div {
    padding-top: 35px;
  }
}
