.info {
  position: relative;
}
.info .swiper-slide-prev {
  opacity: 0.6;
}
.info .swiper-slide-active {
  -webkit-transform: scale(1.194);
  -ms-transform: scale(1.194);
  transform: scale(1.194);
}
.info__title {
  max-width: 70rem;
  width: 100%;
  margin-bottom: 1.25rem;
}
.info__text {
  text-align: center;
  max-width: 44.875rem;
  margin: 0 auto;
}
.info__container {
  position: relative;
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.info__container::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 6.9375rem;
  z-index: 3;
  background: -webkit-gradient(linear, left top, left bottom, from(#070101), color-stop(30%, #070101), to(rgba(7, 1, 1, 0)));
  background: linear-gradient(180deg, #070101 0%, #070101 30%, rgba(7, 1, 1, 0) 100%);
}
.info__items {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 2;
  height: 14.5625rem;
  padding: 0 5rem;
}
.info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  max-width: 100%;
  padding: 1.25rem 2.5rem;
  background-color: var(--white);
  border-radius: 0.9375rem;
  -webkit-box-shadow: inset 0 0 18px rgba(255, 0, 0, 0.25);
  box-shadow: inset 0 0 18px rgba(255, 0, 0, 0.25);
  will-change: transform, opacity;
  -webkit-transition: opacity var(--hover-transition), -webkit-transform var(--hover-transition);
  transition: opacity var(--hover-transition), -webkit-transform var(--hover-transition);
  transition: opacity var(--hover-transition), transform var(--hover-transition);
  transition: opacity var(--hover-transition), transform var(--hover-transition), -webkit-transform var(--hover-transition);
}
.info__item-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.6875rem;
  height: 1.6875rem;
  margin-right: 0.625rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 0, 0.1)), to(rgba(153, 0, 0, 0.1)));
  background: linear-gradient(180deg, rgba(255, 0, 0, 0.1), rgba(153, 0, 0, 0.1));
}
.info__item-ico svg {
  width: 1.1875rem;
  height: 1.1875rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.info__item-text {
  font-weight: 500;
  background: linear-gradient(141deg, #211 0%, #fb5036 48%, #fb5036 69%, #211 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.info__img {
  position: relative;
  width: 100%;
}
.info__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 49.65%;
}
.info__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.info__subtitle {
  position: relative;
  z-index: 2;
  margin: -9.375rem 0 3.75rem;
  font-size: max(1.75rem, 12px);
  line-height: 115%;
  font-weight: 700;
  letter-spacing: -0.05em;
  text-align: center;
  color: var(--white);
}
.info__subtitle p:not(:last-child) {
  margin-bottom: 2rem;
}
.info__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px -1rem;
}
.info__cards > * {
  margin: 0 8px 1rem;
  width: calc(33.3333333333% - 16px);
}
.info__card {
  position: relative;
  padding: 2.5rem 3rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.info__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../img/info/card-bg.jpg");
  border-radius: 1.125rem;
}
.info__card-ico {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.3125rem;
  background-color: var(--white);
}
.info__card-ico > svg {
  width: 1.375rem;
  height: 1.375rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.info__card-text {
  text-align: center;
  font-weight: 500;
  color: var(--white);
}
.info__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3.4375rem;
}
.info__button .btn {
  min-width: 17.875rem;
}
@media (max-width: 768px) {
  .info .swiper-slide-active {
    -webkit-transform: scale(1.222);
    -ms-transform: scale(1.222);
    transform: scale(1.222);
  }
  .info__text {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .info__container {
    width: 100%;
    padding: 0 28px;
  }
  .info__container::before {
    height: 46px;
  }
  .info__items {
    padding: 0 30px;
    height: 95px;
  }
  .info__item {
    padding: 10px 20px;
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 9px 0 rgba(255, 0, 0, 0.25);
    box-shadow: inset 0 0 9px 0 rgba(255, 0, 0, 0.25);
  }
  .info__item-ico {
    width: 13px;
    height: 13px;
    margin-right: 5px;
  }
  .info__item-ico svg {
    width: 9px;
    height: 9px;
  }
  .info__item-text {
    font-size: 9px;
  }
  .info__img {
    width: calc(100% + 56px);
    margin: -165px -28px 0;
  }
  .info__img::before {
    padding-top: 109.6%;
  }
  .info__subtitle {
    margin: -130px 0 48px;
    font-size: 16px;
  }
  .info__subtitle p:not(:last-child) {
    margin-bottom: 17px;
  }
  .info__cards {
    margin: unset;
  }
  .info__cards > * {
    margin: unset;
    width: 100%;
  }
  .info__card {
    padding: 32px 24px 16px;
  }
  .info__card-text {
    font-size: 18px;
    line-height: 120%;
  }
  .info__card:not(:last-child) {
    margin-bottom: 32px;
  }
  .info__button .btn {
    min-width: unset;
    width: 100%;
  }
}
@media (max-width: 670px) {
  .info__img {
    margin-top: -120px;
  }
}
@media (max-width: 550px) {
  .info__img {
    margin-top: -80px;
  }
}
@media (max-width: 425px) {
  .info__img {
    margin-top: -50px;
  }
}
/*# sourceMappingURL=info.css.map */
/*# sourceMappingURL=info.css.map */