:root {
  --tekst-na-belom: #1c1c1c;
  --linii: #e8e8e8;
  --zelenyy-akcent-3: #9bca02;
  --tekst-na-temnom---zelenyy: #fbfbfb;
  --text: #4f4f4f;
}

.banner {
  position: relative;
}

.banner img {
  min-height: 440px;
  -o-object-position: right;
  object-position: right;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.banner .img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--color-30);
  top: 0;
  left: 0;
  opacity: 0.83;
}

.banner .breadcrumbs {
  position: absolute;
  padding-top: 36px;
  width: calc(100% - 20px);
  top: 0;
  left: 0;
  color: var(--color-1);
}

.banner .breadcrumbs a {
  color: var(--color-1);
}

.banner .breadcrumbs strong {
  color: var(--color-12);
}

.banner .text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 88px;
}

.banner .text .title {
  font-family: FuturaDemiC;
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
  color: var(--color-1);
  margin-top: 0;
  margin-bottom: 13px;
  max-width: 564px;
}

@media (min-width: 768px) {
  .banner .img-bg {
    display: none;
  }
  .banner .text {
    top: 50%;
    transform: translateY(-50%);
  }
  .banner .text .title {
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    margin-bottom: 25px;
  }
}
.banner .text .desc {
  font-family: FuturaBookC;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 25px;
  color: var(--color-1);
  max-width: 564px;
  margin-bottom: 51px;
}

.main-wrapper {
  padding-top: 54px;
  padding-bottom: 35px;
}

@media (min-width: 768px) {
  .banner .text .desc {
    margin-bottom: 45px;
    font-size: 24px;
    line-height: 27px;
  }
  .main-wrapper {
    padding-bottom: 68px;
  }
}
.page-rassrochka .content {
  padding: 39px 27px 45px;
  border: 0.2px solid var(--color-7);
  border-radius: 1px;
}

.page-rassrochka .content h1,
.page-rassrochka .content h2,
.page-rassrochka .content h3,
.page-rassrochka .content h4,
.page-rassrochka .content h5 {
  font-family: FuturaBookC;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 27px;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 20px;
}

.page-rassrochka .content .desc {
  font-family: FuturaLightC;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 22px;
  color: var(--color-3);
  margin-bottom: 0;
}

.page-rassrochka .content .cards {
  display: grid;
  justify-content: center;
  grid-template-columns: auto;
}

@media (min-width: 768px) {
  .page-rassrochka .content .cards {
    grid-column-gap: 54px;
    justify-content: start;
    grid-template-columns: auto auto;
  }
}
.page-rassrochka .content .cards > div {
  width: 314px;
  margin-top: 55px;
  font-family: FuturaLightC;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 22px;
  color: var(--color-3);
}

.page-rassrochka .content .cards > div img {
  animation-name: fade;
  animation-duration: 3s;
  min-width: 314px;
  margin-bottom: 45px;
}

.page-rassrochka .content .cards > div ul {
  margin-top: 36px;
  margin-bottom: 40px;
}

.page-rassrochka .content .cards > div ul li {
  font-family: FuturaLightC;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 22px;
  color: var(--color-3);
  margin-bottom: 20px;
}

.page-rassrochka .content .cards > div .title {
  font-family: FuturaBookC;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 27px;
  color: var(--color-4);
  margin-bottom: 21px;
}

.page-rassrochka .content .cards > div span {
  color: var(--color-4);
}

.reitingi {
  padding: 58px 0 60px;
}

.reitingi h2 {
  text-transform: none !important;
}

@media (min-width: 1240px) {
  .page-rassrochka .content .cards {
    grid-column-gap: 87px;
  }
  .reitingi {
    padding: 156px 0 125px;
  }
  .reitingi h2 {
    text-transform: uppercase !important;
  }
}
.aktsii {
  overflow: hidden;
}

.aktsii .slick-slider .slick-list {
  margin-left: -20px !important;
  margin-right: -20px !important;
}

.aktsii .slick-slide {
  padding: 0 20px !important;
}

.aktsii .slick-dots {
  top: 241px !important;
  height: 25px;
}

.aktsii .slick-dots li {
  margin: 0 -3px;
}

.aktsii .slick-dots li.slick-active button:before {
  font-size: 11px !important;
  color: var(--color-4) !important;
}

.aktsii .slick-dots li button:before {
  color: var(--color-3) !important;
  font-size: 7px !important;
}

.aktsii .aktsii-list {
  max-width: 321px;
  margin: 0 auto;
}

.aktsii .aktsii-list .aktsiya img {
  display: block;
  margin: 0 auto;
  width: 321px;
  height: 277px;
}

.aktsii .aktsii-list .aktsiya .text {
  color: var(--color-3);
  padding: 43px 23px 52px;
  position: relative;
  background: var(--color-31);
  border-radius: 10px;
}

@media (min-width: 768px) {
  .aktsii .slick-dots {
    bottom: 24px !important;
    top: auto !important;
  }
  .aktsii .aktsii-list {
    max-width: 100%;
  }
  .aktsii .aktsii-list .aktsiya {
    overflow: hidden;
    position: relative;
  }
  .aktsii .aktsii-list .aktsiya img {
    position: absolute;
    top: 0;
    left: 20px;
    width: calc(100% - 40px);
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .aktsii .aktsii-list .aktsiya .text {
    background: 0 0;
  }
}
.aktsii .aktsii-list .aktsiya .text .title {
  font-family: FuturaLightC;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 33px;
  margin-bottom: 21px;
  word-break: break-word;
  max-width: 513px;
}

@media (min-width: 1240px) {
  .aktsii .aktsii-list .aktsiya img {
    -o-object-position: right center;
    object-position: right center;
  }
  .aktsii .aktsii-list .aktsiya .text .title {
    max-width: 750px;
    margin-bottom: 34px;
    font-size: 48px;
    line-height: 53px;
    color: var(--color-2);
  }
}
.aktsii .aktsii-list .aktsiya .text .desc {
  font-family: FuturaLightC;
  font-style: normal;
  font-weight: 300;
  font-size: 19px;
  line-height: 21px;
  color: var(--color-3);
  max-width: 513px;
  margin-bottom: 35px;
}

.aktsii .aktsii-list .aktsiya .text button {
  color: var(--color-3);
}

.aktsii .aktsii-list .aktsiya .text button:focus,
.aktsii .aktsii-list .aktsiya .text button:hover {
  color: var(--color-1);
}

@media (min-width: 1240px) {
  .aktsii .aktsii-list .aktsiya .text .desc {
    margin-bottom: 65px;
    font-size: 24px;
    line-height: 26px;
    max-width: 750px;
  }
}
.reitingi h2 {
  font-family: FuturaDemiC;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  padding-right: 40px;
  margin-top: 0;
  margin-bottom: 20px;
}

.reitingi .text {
  font-family: FuturaLightC;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 22px;
  max-width: 667px;
  margin-bottom: 44px;
}

.reitingi .reitingi-list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  grid-gap: 25px;
}

@media (min-width: 768px) {
  .reitingi .reitingi-list {
    grid-template-columns: repeat(3, auto);
    justify-content: space-between;
  }
}
@media (min-width: 1240px) {
  .reitingi .text {
    margin-bottom: 53px;
  }
  .reitingi .reitingi-list {
    grid-template-columns: repeat(5, max-content);
  }
}
.reitingi .reitingi-list li {
  font-family: FuturaLightC;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  color: var(--color-3);
}

.reitingi .reitingi-list li .img-wrapper {
  margin-bottom: 16px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reitingi .reitingi-list li a {
  font-family: FuturaLightC;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 19px;
  color: var(--color-3);
  display: inline-block;
  margin-top: 14px;
}/*# sourceMappingURL=page-rassrochka.css.map */