@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Sofia+Sans:wght@800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans+Condensed:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans+Extra+Condensed:wght@800&display=swap');

/*  Fonts */

/* Variables */

/* Breakpoints */

/* Font */

/* Palette color */

.big-enter-button{
  font-size: 30px!important;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  html {
    scroll-padding-top: 70px; /* Компенсирует высоту шапки */
  }
}

body {
  width: auto;
  margin: 0;
  background-color: #050404;
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #fffbfa;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1056px;
  margin: 0 auto;
  padding: 0 16px;
}

@media (min-width: 1024px) {
  .container {
    max-width: 1104px;
    padding: 0 20px;
  }
}

.card-content {
  margin-top: 12px;
}

@media (min-width: 768px) {
  .card-content {
    margin-top: 20px;
  }
}

@media (min-width: 1024px) {
  .card-content {
    margin-top: 20px;
  }
}

.card-content__title {
  display: -webkit-box;
  overflow: hidden;
  font-family: "Sofia Sans", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  color: #ffffff;
  font-style: normal;
  text-transform: uppercase;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media (min-width: 1024px) {
  .card-content__title {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .card-content__title {
    font-size: 24px;
  }
}

.card-content__subtitle {
  display: -webkit-box;
  margin-top: 4px;
  overflow: hidden;
  opacity: 0.8;
  font-family: "Sofia Sans", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: rgba(255, 255, 225, 0.5);
  letter-spacing: 0.2px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media (min-width: 1024px) {
  .card-content__subtitle {
    margin-top: 4px;
    font-size: 20px;
  }
}

.badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: 700;
}

.badge--rating {
  width: 60px;
  height: 32px;
  border-radius: 8px;
  font-size: 14px;
  color: #003311;
}

@media (min-width: 768px) {
  .badge--rating {
    height: 40px;
  }
}

@media (min-width: 768px) {
  .badge--rating {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .badge--rating {
    width: 60px;
    height: 40px;
    border-radius: 8px;
    font-size: 20px;
  }
}

.badge--high {
  background-color: #3bba6a;
}

.badge--middle {
  background-color: #ffb945;
}

.badge--low {
  background-color: #f75656;
}

.badge--horizontal {
  height: 24px;
  padding: 0 6px;
  border-radius: 4px;
  font-size: 12px;
  color: #ffffff;
  column-gap: 8px;
}

@media (min-width: 768px) {
  .badge--horizontal {
    height: 28px;
    padding: 0 8px;
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .badge--horizontal {
    height: 28px;
    padding: 0 8px;
    border-radius: 4px;
    font-size: 14px;
    column-gap: 8px;
  }
}

.badge--new-season {
  background: linear-gradient(84deg, #ff0040 0%, #ff0080 100%);
}

.badge--new-season::before {
  width: 12px;
  height: 16px;
  background-image: url("../images/icons/label-new-season.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
}

@media (min-width: 1024px) {
  .badge--new-season::before {
    width: 12px;
    height: 16px;
  }
}

.badge--new-episodes {
  background-color: #3636b2;
}

.badge--movie-day {
  background-color: #b2366a;
}

.vertical-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
}

@media (min-width: 1024px) {
  .vertical-card::before {
    position: absolute;
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    z-index: 3;
    border: 4px solid #ffffff;
    border-radius: 16px;
    opacity: 0;
    content: "";
  }
}

@media (min-width: 1024px) {
  .vertical-card:focus {
    outline: none;
  }
}

@media (min-width: 1024px) {
  .vertical-card:focus::before {
    opacity: 1;
  }
}

.vertical-card__wrap {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .vertical-card__wrap {
    border-radius: 16px;
  }
}

.vertical-card__wrap-img {
  display: flex;
  width: 100%;
  padding-top: 150%;
}

.vertical-card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vertical-card__top-badges {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 2;
}

@media (min-width: 768px) {
  .vertical-card__top-badges {
    top: 16px;
    left: 16px;
  }
}

@media (min-width: 1024px) {
  .vertical-card__top-badges {
    top: 16px;
    left: 16px;
  }
}

.vertical-card__bottom-badges {
  position: absolute;
  bottom: 4px;
  left: 4px;
  z-index: 2;
}

@media (min-width: 768px) {
  .vertical-card__bottom-badges {
    bottom: 16px;
    left: 16px;
  }
}

@media (min-width: 1024px) {
  .vertical-card__bottom-badges {
    bottom: 16px;
    left: 16px;
  }
}

.vertical-card__badges-top-left {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 2;
  row-gap: 4px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .vertical-card__badges-top-left {
    top: 12px;
    left: 12px;
    row-gap: 8px;
  }
}

@media (min-width: 1024px) {
  .vertical-card__badges-top-left {
    top: 12px;
    left: 12px;
    row-gap: 8px;
  }
}

.vertical-card__badges-top-right {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

@media (min-width: 768px) {
  .vertical-card__badges-top-right {
    top: 12px;
    right: 12px;
    row-gap: 8px;
  }
}

@media (min-width: 1024px) {
  .vertical-card__badges-top-right {
    top: 12px;
    right: 12px;
    row-gap: 8px;
  }
}

.vertical-card__badges-bottom-left {
  position: absolute;
  bottom: 4px;
  left: 4px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

@media (min-width: 768px) {
  .vertical-card__badges-bottom-left {
    bottom: 12px;
    left: 12px;
    row-gap: 8px;
  }
}

@media (min-width: 1024px) {
  .vertical-card__badges-bottom-left {
    bottom: 12px;
    left: 12px;
    row-gap: 8px;
  }
}

.vertical-card__date {
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 2;
  display: inline-flex;
  align-items: flex-end;
  padding: 5px 10px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  backdrop-filter: blur(5px);
  column-gap: 4px;
}

@media (min-width: 768px) {
  .vertical-card__date {
    bottom: 16px;
    left: 16px;
  }
}

@media (min-width: 1024px) {
  .vertical-card__date {
    bottom: 16px;
    left: 16px;
    padding: 5px 10px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    column-gap: 4px;
  }
}

.vertical-card__date-number {
  background: linear-gradient(84deg, #ff0040 0%, #ff0080 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  font-style: normal;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 1024px) {
  .vertical-card__date-number {
    font-size: 30px;
  }
}

.vertical-card__date-month {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  color: #ffffff;
}

@media (min-width: 1024px) {
  .vertical-card__date-month {
    font-size: 14px;
  }
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 20px;
  border-radius: 64px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  color: #fffbfa;
  text-align: left;
  text-decoration: none;
  letter-spacing: -0.03em;
  transition: background-color 0.3s;
}

@media (min-width: 768px) {
  .button {
    padding: 20px 40px;
  }
}

.button--accent {
  background-color: #ff8000;
}

@media (any-hover: hover) {
  .button--accent:hover {
    background-color: #ff953f;
  }
}

.button--secondary {
  border: 1px solid rgba(255, 251, 250, 0.1215686275);
}

@media (any-hover: hover) {
  .button--secondary:hover {
    background-color: #333333;
  }
}

.button--secondary-fill {
  background-color: rgba(255, 251, 250, 0.1215686275);
}

@media (any-hover: hover) {
  .button--secondary-fill:hover {
    background-color: #333333;
  }
}

.button--buy {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  background: linear-gradient(84deg, #ff0040 0%, #ff0080 100%);
  border-radius: 64px;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  color: #ffffff;
  font-style: normal;
  text-decoration: none;
}

.button--buy:focus {
  outline: 4px solid #ffffff;
  outline-offset: 12px;
}

.timer {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2px;
  font-family: "Sofia Sans", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  color: #000005;
}

.timer__item {
  padding: 4px 5px;
  background-color: rgba(0, 0, 5, 0.1215686275);
  border-radius: 4px;
  font-family: "Sofia Sans", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  color: #000005;
  text-align: center;
  letter-spacing: 0.01em;
}

.hero {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  /* margin-top: -96px; */
  background-image: url("../images/lending/hero-bg.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

@media (min-width: 768px) {
  .hero {
    /*min-height: 400px;*/
  }
}

@media (min-width: 1024px) {
  .hero {
    align-items: center;
    background-image: url("../images/lending/hero-bg-lg.webp");
  }
}

@media (min-width: 1920px) {
  .hero {
    background-image: url("../images/lending/hero-bg-lg-l.webp");
  }
}

.hero::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 132px;
  background: linear-gradient(#050404, transparent);
  content: "";
}

@media (min-width: 1024px) {
  .hero::before {
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, rgba(5, 4, 4, 0) 0%, rgba(5, 4, 4, 0.0086472) 6.67%, rgba(5, 4, 4, 0.03551) 13.33%, rgba(5, 4, 4, 0.0816599) 20%, rgba(5, 4, 4, 0.147411) 26.67%, rgba(5, 4, 4, 0.231775) 33.33%, rgba(5, 4, 4, 0.331884) 40%, rgba(5, 4, 4, 0.442691) 46.67%, rgba(5, 4, 4, 0.557309) 53.33%, rgba(5, 4, 4, 0.668116) 60%, rgba(5, 4, 4, 0.768225) 66.67%, rgba(5, 4, 4, 0.852589) 73.33%, rgba(5, 4, 4, 0.91834) 80%, rgba(5, 4, 4, 0.96449) 86.67%, rgba(5, 4, 4, 0.991353) 93.33%, rgb(5, 4, 4) 100%);
  }
}

.hero::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 132px;
  background: linear-gradient(transparent, #050404);
  content: "";
}

@media (min-width: 1024px) {
  .hero::after {
    right: 0;
    left: auto;
    width: 50%;
    height: 100%;
    background: linear-gradient(270deg, rgba(5, 4, 4, 0) 0%, rgba(5, 4, 4, 0.0086472) 6.67%, rgba(5, 4, 4, 0.03551) 13.33%, rgba(5, 4, 4, 0.0816599) 20%, rgba(5, 4, 4, 0.147411) 26.67%, rgba(5, 4, 4, 0.231775) 33.33%, rgba(5, 4, 4, 0.331884) 40%, rgba(5, 4, 4, 0.442691) 46.67%, rgba(5, 4, 4, 0.557309) 53.33%, rgba(5, 4, 4, 0.668116) 60%, rgba(5, 4, 4, 0.768225) 66.67%, rgba(5, 4, 4, 0.852589) 73.33%, rgba(5, 4, 4, 0.91834) 80%, rgba(5, 4, 4, 0.96449) 86.67%, rgba(5, 4, 4, 0.991353) 93.33%, rgb(5, 4, 4) 100%);
  }
}

.hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 396px;
  padding-top: 180px;
}

@media (min-width: 768px) {
  .hero__content {
    min-height: 450px;
    padding-top: 180px;
  }
}

@media (min-width: 1024px) {
  .hero__content {
    min-height: 576px;
    padding-top: 180px;
  }
}

@media (min-width: 1920px) {
  .hero__content {
    min-height: 1080px;
    padding-top: 180px;
  }
}

@media (min-width: 1024px) {
  .hero__content::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 128px;
    background: linear-gradient(to top, #050404, transparent);
    content: "";
  }
}

.title {
  width: 100%;
  margin: 0 auto;
  font-size: 40px;
  line-height: 39.7px;
  font-weight: 1000;
  color: #fffbfa;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
  font-variation-settings: "wdth" 70, "grad" 150, "slnt" -10, "xtra" 468, "xopq" 96, "yopq" 79, "ytlc" 514, "ytuc" 712, "ytas" 750, "ytde" -203, "ytfi" 738;
}

@media (min-width: 768px) {
  .title {
    font-size: 70px;
    line-height: 55px;
  }
}

@media (min-width: 1024px) {
  .title {
    position: relative;
    z-index: 2;
    max-width: 640px;
    margin-top: 96px;
    font-size: 80px;
    line-height: 64px;
  }
}

@media (min-width: 1920px) {
  .title {
    max-width: 1124px;
    margin-top: 236px;
    font-size: 130px;
    line-height: 120px;
    font-weight: 1000;
    font-style: italic;
    text-align: center;
  }
}

.sub {
  display: none;
}

@media (min-width: 1024px) {
  .sub {
    position: absolute;
    bottom: 80px;
    display: block;
  }
}

@media (min-width: 1920px) {
  .sub {
    bottom: 160px;
  }
}

.sub--ru {
  left: 42px;
}

@media (min-width: 1920px) {
  .sub--ru {
    left: 80px;
  }
}

.sub--en {
  right: 42px;
}

@media (min-width: 1920px) {
  .sub--en {
    right: 80px;
  }
}

.sub-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 36px;
  background-color: rgba(217, 217, 217, 0.2);
  backdrop-filter: blur(32px);
  border-radius: 123px;
  font-size: 16px;
  line-height: 1;
  font-weight: 1000;
  font-style: italic;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-variation-settings: "wdth" 70, "GRAD" 150, "slnt" -10, "XTRA" 468, "XOPQ" 96, "YOPQ" 79, "YTLC" 514, "YTUC" 712, "YTAS" 750, "YTDE" -203, "YTFI" 738;
}

@media (min-width: 1920px) {
  .sub-item {
    width: 210px;
    height: 68px;
    font-size: 30px;
  }
}

.sub--en .sub-item:nth-child(1) {
  z-index: 2;
  transform: translateX(-50%) rotate(6deg) translateY(10%);
}

.sub--en .sub-item:nth-child(2) {
  z-index: 1;
  transform: rotate(-6deg);
}

.sub--ru .sub-item:nth-child(1) {
  z-index: 2;
  transform: rotate(-6deg) translateY(10%);
}

.sub--ru .sub-item:nth-child(2) {
  z-index: 1;
  transform: translateX(50%) rotate(6deg);
}

.how-to-learn {
  padding-bottom: 40px;
  color: #fffbfa;
}

@media (min-width: 1024px) {
  .how-to-learn {
    padding: 64px 0;
  }
}

.how-to-learn__title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
}

@media (min-width: 1024px) {
  .how-to-learn__title {
    font-size: 40px;
    line-height: 48px;
  }
}

.how-to-learn__items {
  display: grid;
  flex-direction: column;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 20px;
  counter-reset: item;
  row-gap: 16px;
}

@media (min-width: 768px) {
  .how-to-learn__items {
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .how-to-learn__items {
    max-width: 816px;
    margin-top: 32px;
    gap: 24px;
    grid-template-columns: repeat(10, 1fr);
  }
}

.how-to-learn__item {
  position: relative;
  min-height: 164px;
  padding: 20px;
  background-color: rgba(255, 251, 250, 0.0784313725);
  border-radius: 24px;
  overflow: hidden;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #fffbfa;
  letter-spacing: -0.03em;
  counter-increment: item;
}

@media (min-width: 1024px) {
  .how-to-learn__item {
    min-height: 200px;
    padding: 32px;
  }
}

@media (min-width: 1024px) {
  .how-to-learn__item:first-of-type {
    grid-column: 1/span 4;
  }
}

@media (min-width: 1024px) {
  .how-to-learn__item:nth-child(2) {
    grid-column: 5/span 6;
  }
}

@media (min-width: 1024px) {
  .how-to-learn__item:nth-child(3) {
    grid-column: 1/span 6;
  }
}

@media (min-width: 1024px) {
  .how-to-learn__item:nth-child(4) {
    grid-column: 7/span 4;
  }
}

.how-to-learn__item::before {
  position: absolute;
  right: 32px;
  bottom: -32px;
  z-index: -1;
  font-size: 200px;
  line-height: 200px;
  font-weight: 1000;
  color: rgba(255, 255, 255, 0.05);
  font-style: italic;
  text-align: right;
  content: "0" counter(item);
  font-variation-settings: "wdth" 70, "GRAD" 150, "slnt" -10, "XTRA" 468, "XOPQ" 96, "YOPQ" 79, "YTLC" 514, "YTUC" 712, "YTAS" 750, "YTDE" -203, "YTFI" 738;
}

.player {
  display: none;
}

@media (min-width: 1024px) {
  .player {
    display: block;
    margin-top: 24px;
    padding: 0 32px;
  }
}

@media (min-width: 1920px) {
  .player {
    margin-top: 64px;
  }
}

.player__screen {
  position: relative;
  width: 100%;
  background-image: url("../images/lending/player-bg.webp");
  background-size: cover;
  border-radius: 32px;
  aspect-ratio: 16/9;
  transition: background-image 0.5s ease-in;
}

.player__screen:hover {
  background-image: url("../images/lending/player-bg-hover.webp");
}

.features {
  padding: 40px 0;
  background-color: #fffbfa;
  border-radius: 24px;
}

@media (min-width: 1024px) {
  .features {
    padding: 64px 0;
    border-radius: 32px;
  }
}

.features__title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  color: #000000;
  text-align: center;
  letter-spacing: -0.03em;
}

@media (min-width: 1024px) {
  .features__title {
    font-size: 40px;
    line-height: 48px;
  }
}

.features-items {
  display: grid;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 20px;
  gap: 16px;
}

@media (min-width: 768px) {
  .features-items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .features-items {
    max-width: 100%;
    margin-top: 32px;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
  }
}

.features-item {
  display: flex;
  justify-content: center;
  padding: 40px;
  background-color: rgba(5, 4, 4, 0.0392156863);
  background-repeat: no-repeat;
  border-radius: 16px;
}

.features-item--video {
  align-items: center;
  height: 572px;
  background-image: url("../images/lending/features-video-mobile-top.webp"), url("../images/lending/features-video-mobile-bottom.webp");
  background-position: top -10% center, bottom -10% center;
  background-size: auto 211px, auto 286px;
}

@media (min-width: 768px) {
  .features-item--video {
    grid-column: 1/span 2;
    height: 354px;
    background-image: url("../images/lending/features-video.webp");
    background-size: contain;
  }
}

@media (min-width: 1024px) {
  .features-item--video {
    grid-column: 1/span 8;
  }
}

.features-item--ai {
  height: 418px;
  background-image: url("../images/lending/features-ai.webp");
  background-position: bottom right;
  background-size: auto 190px;
}

@media (min-width: 768px) {
  .features-item--ai {
    justify-content: flex-start;
    height: auto;
    grid-column: 1/span 2;
    grid-row: 4;
  }
}

@media (min-width: 1024px) {
  .features-item--ai {
    height: 254px;
    grid-row: 2;
    grid-column: 5/span 8;
    background-size: auto 190px;
  }
}

.features-item--sub {
  align-items: flex-end;
  height: 254px;
  background-image: url("../images/lending/features-sub.webp");
  background-position: top 10% center;
  background-size: auto 114px;
}

@media (min-width: 768px) {
  .features-item--sub {
    grid-row: 2;
    height: auto;
  }
}

@media (min-width: 1024px) {
  .features-item--sub {
    grid-row: 3;
    grid-column: 5/span 4;
  }
}

.features-item--training {
  align-items: flex-end;
  height: 300px;
  background-image: url("../images/lending/features-training.webp");
  background-position: top center;
  background-size: auto 168px;
}

@media (min-width: 768px) {
  .features-item--training {
    grid-row: 2;
  }
}

@media (min-width: 1024px) {
  .features-item--training {
    grid-row: 3;
    grid-column: 9/span 4;
  }
}

.features-item--notification {
  height: 354px;
  background-image: url("../images/lending/features-notification.webp");
  background-position: bottom center;
  background-size: auto 200px;
}

@media (min-width: 768px) {
  .features-item--notification {
    height: auto;
    padding-top: 150px;
    background-position: bottom 10% center;
    grid-column: 1;
  }
}

@media (min-width: 1024px) {
  .features-item--notification {
    align-items: flex-start;
    padding-top: 0;
    background-position: bottom center;
    grid-row: 1;
    grid-column: 9/span 4;
  }
}

.features-item--recommend {
  align-items: flex-end;
  height: 532px;
  background-image: url("../images/lending/features-recommend.webp");
  background-position: top 15% center;
  background-size: auto 384px;
}

@media (min-width: 768px) {
  .features-item--recommend {
    grid-row: 3;
    grid-column: 2;
  }
}

@media (min-width: 1024px) {
  .features-item--recommend {
    height: auto;
    background-size: auto 341px;
    grid-row: 2/span 2;
    grid-column: 1/span 4;
  }
}

.features-item__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 260px;
  row-gap: 8px;
}

.features-item__title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  text-align: center;
  letter-spacing: -0.03em;
}

.features-item__label {
  padding: 8px 12px;
  background: rgba(5, 4, 4, 0.0784313725);
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  color: #000000;
}

.films {
  padding-top: 40px;
}

@media (min-width: 1024px) {
  .films {
    padding-top: 64px;
  }
}

.films__title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.03em;
}

@media (min-width: 1024px) {
  .films__title {
    font-size: 40px;
    line-height: 48px;
  }
}

.films-items {
  display: grid;
  margin-top: 20px;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

@media (min-width: 768px) {
  .films-items {
    margin-top: 32px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.films-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .films-button {
    flex-direction: row;
    margin-top: 32px;
  }
}

.rates {
  margin-top: 40px;
}

@media (min-width: 1024px) {
  .rates {
    margin-top: 64px;
  }
}

@media (min-width: 1024px) {
  .prices-rates {
    margin-top: 144px;
  }
}

.rates__title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.03em;
}

@media (min-width: 1024px) {
  .rates__title {
    font-size: 40px;
    line-height: 48px;
  }
}

.rates-tabs-wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.rates-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 4px;
  background-color: rgba(255, 251, 250, 0.0784313725);
  border-radius: 999px;
}

.rates-tab {
  display: flex;
  padding: 20px 22px;
  background-color: transparent;
  border: none;
  border-radius: 999px;
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  color: #fffbfa;
  transition: background-color 0.3s;
  cursor: pointer;
  column-gap: 8px;
}

@media (any-hover: hover) {
  .rates-tab:hover {
    background-color: #333333;
  }
}

.rates-tab.active {
  background-color: #050404;
}

.rates-tab__sale {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 41px;
  height: 20px;
  background-color: #e5174b;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  font-weight: 1000;
  font-style: italic;
  text-align: center;
  font-variation-settings: "wdth" 70, "GRAD" -200, "slnt" -10, "XTRA" 468, "XOPQ" 96, "YOPQ" 79, "YTLC" 514, "YTUC" 712, "YTAS" 750, "YTDE" -203, "YTFI" 738;
}

.rates-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  gap: 24px;
}

@media (min-width: 768px) {
  .rates-items {
    flex-direction: row;
    justify-content: center;
  }
}

.rates-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 336px;
  padding: 24px 28px;
  border: 1px solid rgba(255, 251, 250, 0.0784313725);
  border-radius: 24px;
  row-gap: 16px;
}

@media (min-width: 1024px) {
  .rates-item {
    max-width: 312px;
  }
}

.rates-item--advanced {
  background: rgba(255, 251, 250, 0.0784313725);
}

.rates-item__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  text-align: left;
  letter-spacing: -0.03em;
}

.rates-item__label {
  margin-left: auto;
  padding: 8px 12px;
  background: rgba(255, 251, 250, 0.1215686275);
  border-radius: 999px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  text-align: left;
  letter-spacing: -0.03em;
}

.rates-item__description {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgba(255, 251, 250, 0.6392156863);
  text-align: left;
  letter-spacing: -0.03em;
}

.rates-item__price {
  display: flex;
  align-items: flex-end;
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  text-align: left;
  letter-spacing: -0.03em;
  column-gap: 12px;
}

.rates-item__price-label {
  display: none;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgba(255, 251, 250, 0.6392156863);
  text-align: left;
  letter-spacing: -0.03em;
}

.rates-item__price-count,
.rates-item__price-label {
  display: none;
}

.monthly .rates-item__price-label--monthly,
.monthly .rates-item__price-count--monthly {
  display: block;
}

.annually .rates-item__price-label--annually,
.annually .rates-item__price-count--annually {
  display: block;
}

.rates-item-list {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.rates-item-list__item {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgba(255, 251, 250, 0.6392156863);
  text-align: left;
  letter-spacing: -0.03em;
  column-gap: 8px;
}

.rates-item-list__item::before {
  display: flex;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background-image: url("../images/lending/icons/check-grey.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.rates-item-list__item--check {
  color: #fffbfa;
}

.rates-item-list__item--check::before {
  background-image: url("../images/lending/icons/check.svg");
}

.footer__container {
	display: grid;
	padding: 48px 20px;
	row-gap: 32px;
}

@media (min-width: 768px) {
	.footer__container {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 32px;
		align-items: flex-start;
	}
}

@media (min-width: 920px) {
	.footer__container {
		grid-template-columns: 0.9fr 0.7fr;
		padding: 64px;
	}
}

@media (min-width: 1280px) {
	.footer__container {
		grid-template-columns: 1fr 0.4fr;
	}
}

@media (min-width: 1920px) {
	.footer__container {
		padding: 6.25vw 3.6458333333vw 6.25vw 10.4166666667vw;
		grid-template-columns: 0.91fr 0.317fr;
	}
}

.footer__nav {
	display: grid;
	width: 100%;
	column-gap: 16px;
	row-gap: 32px;
	grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 920px) {
	.footer__nav {
		column-gap: 32px;
		row-gap: 64px;
	}
}

@media (min-width: 1280px) {
	.footer__nav {
		grid-template-columns: repeat(3, 1fr);
		row-gap: 32px;
	}
}

@media (min-width: 1920px) {
	.footer__nav {
		grid-template-columns: repeat(4, 1fr);
		column-gap: 3.3333333333vw;
	}
}

.footer__group-title {
	font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
	font-size: 24px;
	line-height: 1;
	font-weight: 800;
	text-transform: uppercase;
}

@media (min-width: 1280px) {
	.footer__group-title {
		font-size: 28px;
	}
}

@media (min-width: 1920px) {
	.footer__group-title {
		font-size: 1.6666666667vw;
	}
}

.footer__group {
	display: grid;
	row-gap: 16px;
}

@media (min-width: 1280px) {
	.footer__group {
		row-gap: 32px;
	}
}

@media (min-width: 1920px) {
	.footer__group {
		row-gap: 1.6666666667vw;
	}
}

.footer__group-items {
	display: grid;
	width: 100%;
	row-gap: 16px;
}

@media (min-width: 1280px) {
	.footer__group-items {
		row-gap: 24px;
	}
}

@media (min-width: 1920px) {
	.footer__group-items {
		row-gap: 1.25vw;
	}
}

.footer__group:nth-last-child(2),
.footer__group-items--system {
	grid-column: 1/span 2;
}

@media (min-width: 920px) {

	.footer__group:nth-last-child(2),
	.footer__group-items--system {
		grid-column: auto;
	}
}

@media (min-width: 1280px) {
	.footer__group-items--system {
		display: grid;
		padding-top: 32px;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
		grid-column: 1/span 3;
	}
}

@media (min-width: 1920px) {
	.footer__group-items--system {
		grid-column: auto;
		padding-top: 3.5416666667vw;
		border: none;
	}
}

@media (min-width: 1280px) {
	.footer__group-items--system .footer__group-items {
		grid-template-columns: repeat(3, 1fr);
		column-gap: 32px;
	}
}

@media (min-width: 1920px) {
	.footer__group-items--system .footer__group-items {
		grid-template-columns: 1fr;
	}
}

.footer__nav-group-item {
	width: 100%;
}

.footer__nav-link {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.48);
	text-decoration: none;
	transition: color 0.3s;
}

@media (min-width: 1920px) {
	.footer__nav-link {
		font-size: 20px;
	}
}

.footer__group-items--system .footer__nav-link {
	color: #ffffff;
}

@media (hover: hover) {
	.footer__nav-link:hover {
		color: #ff8000;
	}
}

.footer__nav-link-icon {
	width: 24px;
	height: 24px;
}

@media (min-width: 1920px) {
	.footer__nav-link-icon {
		width: 1.25vw;
		height: 1.25vw;
	}
}

.footer__profile {
	display: flex;
	flex-direction: column;
	padding: 32px;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 8px;
}

@media (min-width: 1920px) {
	.footer__profile {
		margin-left: auto;
		padding: 1.6666666667vw;
		border-radius: 0.4166666667vw;
	}
}

.footer__profile-user {
	display: flex;
	align-items: center;
	column-gap: 16px;
}

@media (min-width: 1920px) {
	.footer__profile-user {
		column-gap: 0.8333333333vw;
	}
}

.footer__profile-img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
}

@media (min-width: 1920px) {
	.footer__profile-img {
		width: 2.5vw;
		height: 2.5vw;
	}
}

.footer__profile-name {
	font-size: 20px;
	line-height: 1;
}

@media (min-width: 1920px) {
	.footer__profile-name {
		font-size: 1.0416666667vw;
	}
}

.footer__profile-nav {
	display: flex;
	flex-direction: column;
	margin-top: 16px;
	row-gap: 12px;
}

@media (min-width: 1920px) {
	.footer__profile-nav {
		row-gap: 0.625vw;
		margin-top: 0.8333333333vw;
	}
}

.footer__profile-link {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 1;
	color: rgba(255, 255, 255, 0.48);
	text-decoration: none;
	column-gap: 16px;
}

@media (min-width: 1920px) {
	.footer__profile-link {
		font-size: 1.0416666667vw;
		column-gap: 0.625vw;
	}
}

@media (hover: hover) {
	.footer__profile-link:hover {
		color: #ff8000;
	}
}

.footer__profile-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.12);
	border-radius: 50%;
}

@media (min-width: 1920px) {
	.footer__profile-icon {
		width: 2.0833333333vw;
		height: 2.0833333333vw;
	}
}

.footer__profile-icon-img {
	width: 20px;
	height: 20px;
}

@media (min-width: 1920px) {
	.footer__profile-icon-img {
		width: 2.5vw;
		height: 1.0416666667vw;
	}
}

.footer__profile-buy-button {
	margin-top: 24px;
	padding: 12px 20px;
}

@media (min-width: 1920px) {
	.footer__profile-buy-button {
		width: max-content;
		margin-top: 1.25vw;
		padding: 1.0416666667vw 1.4583333333vw;
	}
}

.footer__bottom {
	display: grid;
	row-gap: 32px;
	padding: 48px 20px;
	background: #08080c;
}

@media (min-width: 920px) {
	.footer__bottom {
		padding: 64px;
		grid-template-columns: 0.5fr 1fr 0.5fr;
	}
}

@media (min-width: 1920px) {
	.footer__bottom {
		padding: 3.3333333333vw 10.4166666667vw;
		row-gap: 1.6666666667vw;
	}
}

.footer__ask-button {
	padding: 12px 20px;
}

@media (min-width: 920px) {
	.footer__ask-button {
		grid-row: 1 span/3;
		grid-column: 1;
		width: max-content;
	}
}

@media (min-width: 1280px) {
	.footer__ask-button {
		font-size: 24px;
	}
}

@media (min-width: 1920px) {
	.footer__ask-button {
		padding: 0.625vw 1.0416666667vw;
		font-size: 1.25vw;
	}
}

.footer__social {
	display: flex;
	justify-content: center;
	column-gap: 16px;
}

@media (min-width: 920px) {
	.footer__social {
		grid-column: 2;
	}
}

@media (min-width: 1920px) {
	.footer__social {
		column-gap: 0.8333333333vw;
	}
}

.footer__social-icon {
	width: 40px;
	height: 40px;
}

@media (min-width: 1920px) {
	.footer__social-icon {
		width: 2.0833333333vw;
		height: 2.0833333333vw;
	}
}

.footer__apps {
	display: flex;
	justify-content: center;
	column-gap: 24px;
}

@media (min-width: 920px) {
	.footer__apps {
		grid-column: 2;
	}
}

@media (min-width: 1920px) {
	.footer__apps {
		column-gap: 1.25vw;
	}
}

.footer__app-item-icon {
	width: clamp(100px, 40vw, 148px);
	height: auto;
}

@media (min-width: 1920px) {
	.footer__app-item-icon {
		width: 8.4375vw;
		height: 2.5vw;
	}
}

.footer__langs {
	display: inline-flex;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 64px;
}

@media (min-width: 1920px) {
	.footer__langs {
		border-radius: 3.3333333333vw;
	}
}

.footer__lang {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	padding: 16px;
	border-radius: 50%;
	font-family: "Sofia Sans Extra Condensed", monospace, "Arial Narrow", Arial, sans-serif;
	font-size: 20px;
	line-height: 1;
	color: #ffffff;
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase;
}

@media (min-width: 920px) {
	.footer__lang {
		grid-column: 3;
		grid-row: 1/span 3;
	}
}

@media (min-width: 1280px) {
	.footer__lang {
		width: 48px;
		height: 48px;
		font-size: 24px;
	}
}

@media (min-width: 1920px) {
	.footer__lang {
		width: 2.5vw;
		height: 2.5vw;
		font-size: 1.25vw;
	}
}

.footer__lang--active {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.16) 100%), rgba(255, 255, 255, 0.16);
}

.footer__copy {
	line-height: 1;
	color: rgba(255, 255, 255, 0.48);
	text-align: center;
}

@media (min-width: 920px) {
	.footer__copy {
		grid-column: 2;
	}
}

@media (min-width: 1920px) {
	.footer__copy {
		font-size: 1.0416666667vw;
	}
}

.nav-wrap {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  margin-top: 16px;
  padding: 16px;
  padding-top: 0;
}

/*@media (min-width: 1024px) {*/
/*  .nav-wrap {*/
/*    position: absolute;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    margin-top: 32px;*/
/*  }*/
/*}*/

.nav-inner {
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  padding: 8px;
  background: #1c1b1e;
  border-radius: 999px;
}

@media (min-width: 1024px) {
  .nav-inner {
    column-gap: 24px;
    padding-left: 32px;
  }
}

.button-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: #363637;
  border: none;
  border-radius: 50%;
}

@media (min-width: 1024px) {
  .button-menu {
    display: none;
  }
}

.button-menu__icon-cross {
  display: none;
}

.button-menu.active .button-menu__icon {
  display: none;
}

.button-menu.active .button-menu__icon-cross {
  display: block;
}

.nav {
  display: none;
}

@media (min-width: 1024px) {
  .nav {
    display: flex;
    column-gap: 16px;
  }
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-top: 97px;
  background-color: #050404;
  transition: transform 0.3s;
  transform: translateX(-100%);
}

.mobile-nav.active {
  transform: translateX(0);
}

@media (min-width: 1024px) {
  .mobile-nav.active {
    display: none;
  }
}

.mobile-nav__item {
  padding: 16px 20px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 800;
  color: #fffbfa;
  text-decoration: none;
}

.nav__item {
  font-weight: 800;
  color: #fffbfa;
  text-decoration: none;
  transition: color 0.3s;
}

@media (any-hover: hover) {
  .nav__item:hover {
    color: #ff8000;
  }
}

.login {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: #fffbfa;
  border-radius: 50%;
  text-decoration: none;
  transition: background-color 0.3s;
}

@media (min-width: 1024px) {
  .login {
    width: auto;
    height: 40px;
    padding: 12px 16px;
    border-radius: 64px;
  }
}

@media (any-hover: hover) {
  .login:hover {
    background-color: #ff8000;
  }
}

.login__icon {
  width: 24px;
  height: 24px;
}

@media (min-width: 1024px) {
  .login__icon {
    display: none;
  }
}

.login__text {
  display: none;
}

@media (min-width: 1024px) {
  .login__text {
    display: flex;
    font-size: 16px;
    font-weight: 800;
    color: #050404;
  }
}

.film-ring {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 210px;
  margin-top: 26px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .film-ring {
    height: 240px;
  }
}

@media (min-width: 1024px) {
  .film-ring {
    height: 325px;
    margin-top: -50px;
  }
}

@media (min-width: 1920px) {
  .film-ring {
    height: 660px;
    margin-top: -150px;
  }
}

.film-ring__item {
  position: absolute;
  top: 0;
  left: 50%;
  width: 92px;
  height: 138px;
  margin-left: -46px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .film-ring__item {
    width: 140px;
    height: 210px;
    border-radius: 16px;
  }
}

@media (min-width: 1920px) {
  .film-ring__item {
    width: 262px;
    height: 394px;
  }
}

.film-ring__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq {
  margin-top: 64px;
}

@media (min-width: 768px) {
  .faq {
    margin-top: 53px;
  }
}

@media (min-width: 1024px) {
  .faq {
    margin-top: 121px;
  }
}

.faq__title {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.03em;
}

@media (min-width: 768px) {
  .faq__title {
    font-size: 40px;
  }
}

.faq-list {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  row-gap: 8px;
}

@media (min-width: 1024px) {
  .faq-list {
    max-width: 644px;
    margin: 32px auto 0;
    row-gap: 16px;
  }
}

.faq-item {
  position: relative;
  display: flex;
  flex-direction: column;
  background: rgba(255, 251, 250, 0.1215686275);
  border-radius: 16px;
  overflow: hidden;
}

.faq-item__question {
  position: relative;
  min-height: 74px;
  padding: 12px 16px;
  padding-right: 88px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
  letter-spacing: -0.03em;
  cursor: pointer;
  -webkit-appearance: none;
}

@media (min-width: 768px) {
  .faq-item__question {
    padding-top: 16px;
    padding-left: 24px;
    padding-bottom: 16px;
    font-size: 20px;
  }
}

.faq-item__icon {
  position: absolute;
  top: 24px;
  right: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  transition: transform 300ms ease-in-out;
  transform-origin: center;
}

@media (min-width: 768px) {
  .faq-item__icon {
    right: 32px;
  }
}

.faq-item__icon::after,
.faq-item__icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 2px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 2px;
  content: "";
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center;
}

.faq-item__icon::after {
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.faq-item.active .faq-item__icon {
  transform: translateY(-50%) rotate(45deg);
}

.faq-item__answer {
  display: flex;
  flex-direction: column;
  max-height: 0;
  padding-top: 0;
  padding-right: 16px;
  padding-left: 16px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  font-weight: normal;
  color: rgba(255, 251, 250, 0.6392156863);
  text-align: left;
  letter-spacing: -0.03em;
  transition: max-height 200ms ease-in-out;
  row-gap: 16px;
}

@media (min-width: 768px) {
  .faq-item__answer {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 20px;
    line-height: 1.5;
  }
}

.faq-item.active .faq-item__answer {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .faq-item.active .faq-item__answer {
    margin-bottom: 24px;
  }
}

.prices__title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.03em;
}

@media (min-width: 1024px) {
  .prices__title {
    font-size: 40px;
    line-height: 48px;
  }
}

.prices-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
  row-gap: 24px;
  scrollbar-width: none;
}

@media (min-width: 768px) {
  .prices-items {
    flex-direction: row;
    align-items: flex-end;
    margin-right: -16px;
    margin-left: -16px;
    overflow: hidden;
    overflow-x: auto;
    column-gap: 24px;
  }
}

@media (min-width: 1024px) {
  .prices-items {
    align-items: center;
    margin-right: 0;
    margin-left: 0;
  }
}

.prices-items::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.prices-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 336px;
  padding: 40px 32px;
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  row-gap: 30px;
}

@media (min-width: 768px) {
  .prices-item {
    flex-shrink: 0;
    max-width: 280px;
  }
}

@media (min-width: 768px) {
  .prices-item:last-of-type {
    margin-right: 16px;
  }
}

@media (min-width: 1024px) {
  .prices-item:last-of-type {
    order: 2;
    margin-right: 0;
  }
}

.prices-item__title {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.prices-item__price-wrap {
  font-family: "Roboto Flex", sans-serif;
  display: flex;
  flex-direction: column;
}

.prices-item__price {
  font-size: 56px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}

.prices-item__currency {
  margin-left: 12px;
  font-size: 40px;
}

.prices-item__subtitle {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgba(255, 251, 250, 0.64);
  text-align: left;
  text-align: center;
  letter-spacing: -0.03em;
}

.prices-item__button {
  width: 100%;
}

.prices-item-active .prices-item {
  max-width: 100%;
  padding-top: 70px;
  background-color: transparent;
  background-image: url("../images/lending/price-item-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.prices-item-active {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  max-width: 336px;
  padding: 2px;
  background: linear-gradient(84.4deg, #ff0040 0%, #ff0080 100%);
  border-radius: 14px;
}

@media (min-width: 768px) {
  .prices-item-active {
    max-width: 372px;
    margin-left: 16px;
  }
}

@media (min-width: 1024px) {
  .prices-item-active {
    order: 1;
    margin-left: 0;
  }
}

.prices-item-active .prices-item__price {
  font-size: 80px;
}

.prices-item-active__timer-wrap {
  padding: 12px 0;
}

.prices-item-active__timer-wrap .timer {
  color: #ffffff;
}

.prices-item-active__timer-wrap .timer__item {
  background-color: #ffffff;
}

.prices-item-active__header {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  padding-top: 6px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.prices-item__discount-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 16px;
}

.prices-item__old-price {
  position: relative;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.64);
  text-align: center;
}

.prices-item__old-price::before {
  position: absolute;
  top: 50%;
  left: -5%;
  width: 110%;
  height: 2px;
  background-color: rgb(255, 255, 255);
  border-top: 1px solid rgb(243, 4, 88);
  content: "";
  transform: translateY(-50%) rotate(5deg);
}

.prices-item__discount-currency {
  padding-left: 4px;
  font-size: 16px;
}

.prices-item__discount {
  position: relative;
  z-index: 1;
  padding: 4px;
  font-size: 14px;
  line-height: 1;
  font-weight: 1000;
  text-align: center;
  letter-spacing: 0.01em;
}

.prices-item__discount::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(84.4deg, #ff0040 0%, #ff0080 100%);
  content: "";
  transform: skew(-15deg);
}

.prices-currency-selector {
	display: flex;
	width: max-content;

	margin-top: 32px;
	margin-left: auto;
	margin-right: auto;

	background: rgba(255, 251, 250, 0.08);
	border-radius: 64px;
}

.prices-currency {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 17px 24px;
	margin: 0;
	box-sizing: border-box;

	border: none;
	border-radius: 64px;

	font-family: 'Sofia Sans Extra Condensed', sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 20px;
	line-height: 20px;

	color: #FFFBFA;
	text-decoration: none;

	background-color: transparent;
	cursor: pointer;
	transition: background-color 250ms ease-in-out;
}
.prices-currency:hover {
	background-color: rgba(255, 251, 250, 0.07);
}
.prices-currency.active {
	background-color: rgba(255, 251, 250, 0.12);
}

.included-in-tariff {
  margin-top: 40px;
}

@media (min-width: 1024px) {
  .included-in-tariff {
    margin-top: 64px;
  }
}

.included-in-tariff__title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.03em;
}

@media (min-width: 1024px) {
  .included-in-tariff__title {
    font-size: 40px;
    line-height: 48px;
  }
}

.included-in-tariff__items {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  row-gap: 32px;
}

.included-item {
  position: relative;
  display: grid;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .included-item {
    grid-template-columns: repeat(2, 1fr);
  }
}

.included-item--entire-catalog::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  background: rgb(0, 255, 209);
  border-radius: 100%;
  content: "";
  transform: translateX(-50%);
  aspect-ratio: 1/1;
  filter: blur(400px);
}

.included-item--translations-words::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  background: #ff006b;
  border-radius: 100%;
  content: "";
  transform: translateX(-50%);
  aspect-ratio: 1/1;
  filter: blur(400px);
}

.included-item--double-subtitles::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  background: rgb(71, 198, 26);
  border-radius: 100%;
  content: "";
  transform: translateX(50%);
  aspect-ratio: 1/1;
  filter: blur(400px);
}

.included-item--watching-tv::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  background: #ffb800;
  border-radius: 100%;
  content: "";
  transform: translateX(50%);
  aspect-ratio: 1/1;
  filter: blur(400px);
}

.included-item__img {
  width: 100%;
}

.included-item__content {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding: 24px;
}

@media (min-width: 1024px) {
  .included-item__content {
    padding: 36px;
  }
}

.included-item--disabled .included-item__img {
  opacity: 0.5;
}

.included-item--disabled .included-item__content {
  position: relative;
  overflow: hidden;
  opacity: 0.2;
}

@media (min-width: 768px) {
  .included-item__img.included-item__img--right {
    order: 1;
  }
}

.included-item__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #fffbfa;
  text-align: center;
}

@media (min-width: 1024px) {
  .included-item__title {
    font-size: 32px;
    line-height: 40px;
  }
}

.included-item__description {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgba(255, 251, 250, 0.64);
  text-align: center;
}

@media (min-width: 1024px) {
  .included-item__description {
    font-size: 18px;
    line-height: 26px;
  }
}

.included-item__badge {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  text-align: left;
  letter-spacing: -0.03em;
}

@media (min-width: 1024px) {
  .included-item__badge {
    top: 24px;
    right: 24px;
  }
}

/* Plan Modal */
.plan-modal-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

.plan-modal-content {
	font-family: 'Roboto Flex', sans-serif;
	background-color: #FFFBFA;
	padding: 0px 32px 32px 32px;
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	position: relative;
	max-width: 448px;
}

.plan-modal-close {
	color: #000000;
	position: absolute;
	top: 14px;
	right: 24px;
	font-size: 36px;
	line-height: 36px;
	cursor: pointer;
}

.plan-modal-title {
	padding: 24px;
	color: rgba(5, 4, 4, 1);
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	text-align: center;
}

.plan-modal-gateway-wrapper {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: center; */
	gap: 12px;
	margin-bottom: 20px;
}

.plan-modal-gateway-item {
	width: 120px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(204, 204, 204, 1);
	border-radius: 8px;
	cursor: pointer;
}

.plan-modal-gateway-item img {
	width: 100%;
	padding: 10px;
}

.plan-modal-gateway-item:hover {
	border-color: rgba(255, 128, 0, 1);
}

.plan-modal-gateway-item.active {
	border: 2px solid rgba(255, 128, 0, 1);
}

.plan-modal-description {
	color: rgba(5, 4, 4, 1);
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.plan-modal-currencies {
	color: rgba(5, 4, 4, 0.4);
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
}

.plan-modal-btn {
	display: flex;
	flex-direction: column;
	color: rgba(255, 251, 250, 1);
	background-color: rgba(255, 128, 0, 1);
	border: none;
	border-radius: 64px;
	align-items: center;
	padding: 8px 0;
	cursor: pointer;
}

.plan-modal-btn:hover {
	background-color: rgba(255, 128, 0, 0.85);
}

.plan-modal-btn span {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.plan-modal-btn span.bold {
	font-weight: 800;
}

.plan-modal-btn:disabled {
	opacity: 0.7;
}

.post-type-page {
	margin-top: 64px;
}
@media (min-width: 768px) {
	.post-type-page {
		margin-top: 53px;
	}
}
@media (min-width: 1024px) {
	.post-type-page {
		margin-top: 121px;
	}
}

.article-h1 {
	font-size: 40px;
	line-height: 48px;
	font-weight: 600;
	text-align: center;
	letter-spacing: -0.03em;
}
@media (min-width: 768px) {
	.article-h1 {
		font-size: 40px;
	}
}

.article-body {
	position: relative;
	background: rgba(255, 251, 250, 0.1215686275);
	color: rgba(255, 251, 250, 0.6392156863);
	border-radius: 16px;
	padding: 16px;
	margin-top: 32px;
	font-size: 16px;
}

@media (min-width: 768px) {
	.article-body {
		padding: 24px;
		font-size: 20px;
		line-height: 1.5;
	}
}

.banner {
	position: relative;
	display: flex;
	padding: 0;
	text-decoration: none;
}

.banner__image {
	width: 100%;
	height: auto;
}

.hero-bf {
	position: relative;
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.hero-bf {
		flex-direction: column-reverse;
	}
}

.hero-bf__content {
	position: relative;
}