@charset "UTF-8";
/*! Scrollyeah
* https://github.com/artpolikarpov/scrollyeah
* Copyright (c) 2014 Artem Polikarpov; Licensed MIT */
@import url("https://fonts.googleapis.com/css2?family=Alice&family=Inter:wght@300..700&display=swap");
.scrollyeah {
  *zoom: 1;
  cursor: default;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.scrollyeah__wrap {
  *zoom: 1;
  overflow: hidden;
}

.scrollyeah__shaft {
  float: left;
}

.scrollyeah__parallax, .scrollyeah__shaft {
  left: 0;
  position: relative;
}

.scrollyeah_active .scrollyeah__shaft {
  *cursor: move !important;
  cursor: move;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.scrollyeah_active .scrollyeah__shaft_grabbing, .scrollyeah_active .scrollyeah__shaft_grabbing * {
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.scrollyeah__shadow {
  *display: none !important;
  background-repeat: no-repeat;
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  display: block;
  height: auto;
  position: absolute;
  text-decoration: none;
  top: 0;
  transition-duration: 333ms, 333ms;
  transition-property: left, right;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1), cubic-bezier(0.1, 0, 0.25, 1);
  width: 10px;
  z-index: 10;
}

.scrollyeah__shadow_prev {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.5), transparent);
  background-position: 0 0, 0 0;
  left: -10px;
}

.scrollyeah__shadow_next {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.5), transparent);
  background-position: 100% 0, 100% 0;
  right: -10px;
}

.scrollyeah_shadow .scrollyeah__shadow_prev {
  left: 0;
}

.scrollyeah_shadow .scrollyeah__shadow_next {
  right: 0;
}

.scrollyeah_shadow_no-left .scrollyeah__shadow_prev {
  left: -10px;
}

.scrollyeah_shadow_no-right .scrollyeah__shadow_next {
  right: -10px;
}

html, body {
  position: relative;
  color: #FFF;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none;
}

body {
  background-color: #000;
}
body.js-loading {
  overflow: hidden;
}

* {
  webkit-tap-highlight-color: transparent;
}

.section-title {
  position: relative;
  text-align: center;
}
.section-title--align-left {
  text-align: left;
}
.section-title__small {
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.section-title__small:not(:last-child) {
  margin-bottom: 15px;
}
.section-title__main {
  font-size: 56px;
  font-weight: 500;
  margin: 0;
  letter-spacing: -0.03em;
  line-height: 1.05;
}
.section-title__subtitle {
  font-size: 16px;
  line-height: 1.4;
  margin: 20px 0 0;
  color: #999;
}
.section-title__subtitle a, .section-title__subtitle a:visited {
  font-weight: 500;
  color: #FFF;
  text-decoration: none;
}
.section-title__subtitle a:hover, .section-title__subtitle a:visited:hover {
  text-decoration: underline;
}

.pronto-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  z-index: 20;
  background-color: #000;
}
.pronto-header__inner {
  position: relative;
  max-width: 1345px;
  margin: 0 auto;
}
.pronto-header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pronto-header__main {
  display: flex;
  align-items: center;
}
.pronto-header__logo {
  text-decoration: none;
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.03em;
  flex-shrink: 0;
  margin-right: 60px;
}
.pronto-header__logo span {
  color: #FE6ABA;
}
.pronto-header__logo:visited {
  color: #FFF;
}
.pronto-header__user {
  flex-shrink: 0;
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.pronto-header__user-item {
  position: relative;
}

.pronto-header__user-item {
  position: relative;
}
.pronto-header__user-item:not(:last-child) {
  margin-right: 12px;
}
.pronto-header__user-item:hover .pronto-header-button--language img {
  opacity: 0.6;
}
.pronto-header__user-item:hover .pronto-header__language {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.pronto-header__language {
  position: absolute;
  top: 100%;
  padding-top: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, -5px, 0);
  transition: 0.3s opacity, 0.3s visibility, 0.3s transform;
}

.pronto-header__language--align-right {
  right: 0;
  left: auto;
}

.pronto-header__language--align-right {
  right: 0;
  left: auto;
}
.pronto-header__toggle-menu {
  flex-shrink: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: none;
  font-size: 0;
  border: none;
  width: 32px;
  height: 32px;
  background: url("/assets/menu-button-toggle-670044d6.svg") no-repeat 50% 50% transparent;
  background-size: cover;
  margin-right: 16px;
}
.pronto-header__toggle-menu.js-active {
  background: url("/assets/menu-button-close-e9f7b59b.svg") no-repeat 50% 50% transparent;
  background-size: cover;
}
.pronto-header__mobile-app-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: none;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 20px;
  background-color: #FF7324;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #FFF;
  border-radius: 40px;
  text-decoration: none;
}
.pronto-header__mobile-app-button:visited {
  color: #FFF;
}
.pronto-header__mobile-app-button:hover {
  background-color: #ff6915;
}

.pronto-header-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  background-color: #292929;
  height: 40px;
  line-height: 40px;
  padding: 0 24px;
  margin: 0;
  border-radius: 40px;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
  transition: 0.3s background;
}
.pronto-header-button:hover {
  background-color: #FF7324;
  transition: 0s background;
}
.pronto-header-button--language {
  width: 40px;
  padding: 0 !important;
  font-size: 0 !important;
}
.pronto-header-button--language:hover {
  background-color: #292929;
}
.pronto-header-button--language img {
  width: 100%;
  max-width: 24px;
  max-height: 24px;
  display: inline-block;
  vertical-align: middle;
}

.pronto-header-language {
  position: relative;
}
.pronto-header-language__items {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
  width: 180px;
}
.pronto-header-language__link {
  display: flex;
  align-items: center;
  padding: 20px 24px;
  background-color: #292929;
  color: #A9A9A9;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s color;
}
.pronto-header-language__link img {
  flex-shrink: 0;
  width: 18px;
}
.pronto-header-language__link img:not(:last-child) {
  margin-right: 13px;
}
.pronto-header-language__link:visited {
  color: #A9A9A9;
}
.pronto-header-language__link:hover {
  color: #FFF;
  transition: 0s color;
}
.pronto-header-language__link--active {
  color: #FFFFFF;
  font-weight: 500;
  background-color: #434343;
  pointer-events: none;
}
.pronto-header-language__link--active:visited {
  color: #FFFFFF;
}

.pronto-header-nav {
  position: relative;
}
.pronto-header-nav__items {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.pronto-header-nav__item {
  font-size: 16px;
  color: #999;
}
.pronto-header-nav__item:not(:last-child) {
  margin-right: 32px;
}
.pronto-header-nav__link {
  color: inherit;
  text-decoration: none;
  transition: 0.3s color;
}
.pronto-header-nav__link:hover {
  color: #FF7324;
  transition: 0s color;
}
.pronto-header-nav__link:visited {
  color: inherit;
}
.pronto-header-nav__link:visited:hover {
  color: #FF7324;
}

.pronto-mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
  z-index: 19;
  display: none;
}
.pronto-mobile-menu.js-active {
  display: block;
}
.pronto-mobile-menu__area {
  position: absolute;
  left: 0;
  top: 80px;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
.pronto-mobile-menu__content {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  padding: 16px 20px;
  box-sizing: border-box;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.pronto-mobile-menu__part--bottom {
  flex-shrink: 0;
  padding-top: 32px;
}
.pronto-mobile-menu__actions {
  display: flex;
  flex-wrap: wrap;
  margin: -6px -6px 34px;
}
.pronto-mobile-menu__action {
  padding: 6px;
  position: relative;
}
.pronto-mobile-menu__action:hover .pronto-header-button--language img {
  opacity: 0.6;
}
.pronto-mobile-menu__action:hover .pronto-mobile-menu__language {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.pronto-mobile-menu__language {
  position: absolute;
  top: 100%;
  padding-top: 12px;
  opacity: 0;
  z-index: 2;
  visibility: hidden;
  transform: translate3d(0, -5px, 0);
  transition: 0.3s opacity, 0.3s visibility, 0.3s transform;
}

.pronto-hero {
  position: relative;
  padding-top: 175px;
  overflow: hidden;
  background: linear-gradient(180deg, #000000 0%, #301138 100%);
}
.pronto-hero__title {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 20px;
}
.pronto-hero__title:not(:last-child) {
  margin-bottom: 40px;
}

.pronto-hero__stores {
  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;
  gap: 16px;
  position: relative;
  z-index: 5;
}

.pronto-hero__stores:not(:last-child) {
  margin-bottom: 65px;
}

.pronto-hero__store-link {
  display: block;
  transition: opacity 0.2s;
}

.pronto-hero__store-link:hover {
  opacity: 0.8;
}

.pronto-hero__store-link img {
  display: block;
  height: 48px;
  width: auto;
}

.pronto-hero-animation {
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pronto-hero-animation::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 10;
  pointer-events: none;
}
.pronto-hero-animation__circles {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-bottom: 100%;
  background: url("/assets/hero/hero-bg-99235c47.png") no-repeat 50% 0 transparent;
  background-size: 100% auto;
  z-index: 3;
}
.pronto-hero-animation__element {
  position: absolute;
  z-index: 6;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  display: none;
  transition: 1.6s transform cubic-bezier(0, 0.55, 0.45, 1);
}
.pronto-hero-animation__element img {
  display: block;
  margin: 0;
  pointer-events: none;
}
.pronto-hero-animation__element--completion {
  display: block;
  transform: rotate(0) translate3d(-50%, 300px, 0);
}
.pronto-hero-animation__element--completion img {
  width: 167px;
}
.pronto-hero-animation__element--correctness {
  display: block;
  transform: rotate(0) translate3d(-50%, 300px, 0);
}
.pronto-hero-animation__element--correctness img {
  width: 322px;
}
.pronto-hero-animation__element--obligations {
  display: block;
  transform: rotate(0) translate3d(-50%, 300px, 0);
}
.pronto-hero-animation__element--obligations img {
  width: 192px;
}
.pronto-hero-animation__element--mechanics {
  display: block;
  z-index: 5;
  transform: rotate(0) translate3d(-50%, 300px, 0);
}
.pronto-hero-animation__element--mechanics img {
  width: 137px;
}
.pronto-hero-animation__element--exam {
  display: block;
  z-index: 5;
  transform: rotate(0) translate3d(-50%, 300px, 0);
}
.pronto-hero-animation__element--exam img {
  width: 167px;
}
.pronto-hero-animation__scene {
  display: block;
  width: 788px;
  position: relative;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  z-index: 8;
  margin-bottom: -295px;
}
.pronto-hero-animation__screen {
  position: absolute;
  left: 50%;
  top: 3.8%;
  width: var(--screen-width, 50%);
  height: var(--screen-height, auto);
  aspect-ratio: var(--screen-aspect, 9 / 19.5);
  transform: translate3d(-50%, 0, 0);
  border-radius: clamp(18px, 8vw, 51px);
  overflow: hidden;
  background: #0A0A0A;
  z-index: 7;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35) inset;
}
.pronto-hero-animation__screen-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.pronto-hero-animation__phone {
  display: block;
  max-width: 100%;
  margin: 0;
  position: relative;
  z-index: 8;
  pointer-events: none;
}
.pronto-hero-animation.js-animated .pronto-hero-animation__element--completion {
  transform: rotate(-19deg) translate3d(-270%, -30px, 0);
}
.pronto-hero-animation.js-animated .pronto-hero-animation__element--correctness {
  transform: rotate(9deg) translate3d(100%, 170px, 0);
}
.pronto-hero-animation.js-animated .pronto-hero-animation__element--obligations {
  transform: rotate(12.47deg) translate3d(-213%, 585px, 0);
}
.pronto-hero-animation.js-animated .pronto-hero-animation__element--mechanics {
  transform: rotate(-8deg) translate3d(-430%, 550px, 0);
}
.pronto-hero-animation.js-animated .pronto-hero-animation__element--exam {
  transform: rotate(16.49deg) translate3d(298%, 472px, 0);
}

.pronto-stats {
  position: relative;
  padding: 44px 20px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pronto-stats__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.pronto-stats__content {
  position: relative;
}
.pronto-stats__grid {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -10px;
}
.pronto-stats__grid.js-animated .pronto-stats__values-shaft {
  opacity: 1;
  transform: translateY(calc(-100% + 64px));
}
.pronto-stats__col {
  position: relative;
  width: 50%;
  padding: 36px 10px;
  box-sizing: border-box;
}
.pronto-stats__item {
  text-align: center;
}
.pronto-stats__digits {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 20px;
}
.pronto-stats__digits strong {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 80px;
  line-height: 0.8;
  letter-spacing: -0.03em;
}
.pronto-stats__digits > strong {
  display: inline-block;
  margin: 0 5px;
}
.pronto-stats__digits small {
  font-size: 20px;
  font-weight: 500;
  color: #999999;
  line-height: 0.8;
  display: inline-block;
  position: relative;
  top: -1px;
}
.pronto-stats__values-shaft {
  position: relative;
  transition: 2s transform, 0.1s opacity;
  opacity: 0;
}
.pronto-stats__values {
  overflow: hidden;
  height: 64px;
  text-align: center;
}
.pronto-stats__values strong {
  display: block;
  height: 64px;
}
.pronto-stats__values--success {
  width: 105px;
}
.pronto-stats__text {
  max-width: 290px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.4;
  color: #999;
}

.pronto-cards {
  position: relative;
  padding: 80px 20px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pronto-cards__inner {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
}
.pronto-cards__title {
  max-width: 500px;
  margin: 0 auto 72px;
}

.pronto-cards-grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: -6px;
}
.pronto-cards-grid__col {
  position: relative;
  box-sizing: border-box;
  padding: 6px;
}
.pronto-cards-grid__col--01 {
  width: 50%;
}
.pronto-cards-grid__col--02 {
  width: 50%;
}
.pronto-cards-grid__col--03 {
  width: 32%;
}
.pronto-cards-grid__col--04 {
  width: 68%;
}
.pronto-cards-grid__item {
  position: relative;
  height: 500px;
  box-sizing: border-box;
  padding: 32px 40px;
  overflow: hidden;
  border-radius: 32px;
  color: #FFF;
}
.pronto-cards-grid__item--01 {
  background-color: #3B1544;
}
.pronto-cards-grid__item--02 {
  background-color: #0E2745;
}
.pronto-cards-grid__item--03 {
  background-color: #4F1522;
}
.pronto-cards-grid__item--04 {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  background: linear-gradient(180deg, #B7E8FC 39.38%, #4439FA 90.66%);
}
.pronto-cards-grid__image {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.pronto-cards-grid__image img {
  display: block;
  margin: 0;
  pointer-events: none;
}
.pronto-cards-grid__image--01 {
  margin-top: 32px;
}
.pronto-cards-grid__image--01 img {
  max-width: 470px;
}
.pronto-cards-grid__image--02 {
  margin-top: 50px;
}
.pronto-cards-grid__image--02 img {
  max-width: 330px;
}
.pronto-cards-grid__image--03 {
  margin-top: 48px;
}
.pronto-cards-grid__image--03 img {
  max-width: 285px;
}
.pronto-cards-grid__image--04 {
  flex-grow: 1;
  align-items: center;
}
.pronto-cards-grid__image--04 img {
  width: 100%;
  max-width: 484px;
}
.pronto-cards-grid__title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  margin: 0;
}
.pronto-cards-grid__title:not(:last-child) {
  margin-bottom: 15px;
}
.pronto-cards-grid__details {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  font-weight: 400;
  max-width: 400px;
}

.pronto-for-whom {
  position: relative;
  padding: 80px 20px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pronto-for-whom__inner {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
}
.pronto-for-whom__content {
  display: flex;
  margin: 0 -10px;
}
.pronto-for-whom__section {
  width: 50%;
  position: relative;
  box-sizing: border-box;
  padding: 0 10px;
}
.pronto-for-whom__section--image {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.pronto-for-whom__section--image img {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 0;
  height: auto;
}
.pronto-for-whom__title {
  margin-bottom: 78px;
}
.pronto-for-whom__item:not(:last-child) {
  margin-bottom: 48px;
}

.pronto-for-whom-item {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.pronto-for-whom-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-right: 32px;
  flex-shrink: 0;
  position: relative;
}
.pronto-for-whom-item__icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
}
.pronto-for-whom-item__title {
  color: #FFF;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: -0.03em;
  margin: 0;
}
.pronto-for-whom-item__title:not(:last-child) {
  margin-bottom: 13px;
}
.pronto-for-whom-item__details {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  color: #999999;
}

.pronto-reviews {
  position: relative;
  padding: 80px 0 40px;
  overflow: hidden;
}
.pronto-reviews__title {
  max-width: 450px;
  margin: 0 auto 50px;
  padding: 0 20px;
}

.pronto-reviews-grid {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  padding: 0 20px;
}
.pronto-reviews-grid__item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.3s transform, 0.3s opacity, 0.3s box-shadow;
  cursor: pointer;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}
.pronto-reviews-grid__item.js-fade {
  opacity: 0.4;
}
.pronto-reviews-grid__item::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 16px;
  width: 20px;
  height: 20px;
  background: url("/assets/camera-icon-4d0d01d9.svg") no-repeat 50% 50% transparent;
  background-size: contain;
  z-index: 3;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
.pronto-reviews-grid__item:hover {
  z-index: 2;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.25);
}
.pronto-reviews-grid__item--01 {
  width: 240px;
  height: 430px;
  margin-top: 100px;
  transform: rotate(-3deg);
  flex-shrink: 0;
}
.pronto-reviews-grid__item--01:hover {
  transform: scale(1.05) rotate(-3deg);
}
.pronto-reviews-grid__item--02 {
  width: 260px;
  height: 560px;
  margin-top: 30px;
  transform: rotate(2deg);
  flex-shrink: 0;
}
.pronto-reviews-grid__item--02:hover {
  transform: scale(1.05) rotate(2deg);
}
.pronto-reviews-grid__item--03 {
  width: 240px;
  height: 430px;
  margin-top: 160px;
  transform: rotate(-2deg);
  flex-shrink: 0;
}
.pronto-reviews-grid__item--03:hover {
  transform: scale(1.05) rotate(-2deg);
}
.pronto-reviews-grid__item--04 {
  width: 260px;
  height: 470px;
  margin-top: 50px;
  transform: rotate(3deg);
  flex-shrink: 0;
}
.pronto-reviews-grid__item--04:hover {
  transform: scale(1.05) rotate(3deg);
}
.pronto-reviews-grid__cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 2;
  transition: 0.3s opacity;
  opacity: 1;
}
.pronto-reviews-grid__cover.js-hidden {
  opacity: 0;
}
.pronto-reviews-grid__player {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.pronto-reviews-grid__player video {
  display: block;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.pronto-reviews-grid__username {
  position: absolute;
  left: 16px;
  top: 16px;
  font-size: 13px;
  font-weight: 600;
  color: #FFF;
  padding-left: 24px;
  z-index: 3;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.pronto-reviews-grid__username::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 50%;
  margin-top: -9px;
  background: url("/assets/social/instagram-3856a4f0.svg") no-repeat 50% 50% transparent;
  background-size: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.pronto-course {
  position: relative;
  padding: 120px 20px;
  background: linear-gradient(180deg, #F7D1B6 0%, #FAF9E6 70%);
}
.pronto-course__inner {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
}
.pronto-course__content {
  display: flex;
}
.pronto-course__text {
  width: 51.5%;
  padding-right: 72px;
  box-sizing: border-box;
  position: relative;
  color: #000;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pronto-course__title {
  margin-bottom: 24px;
}
.pronto-course__details {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}
.pronto-course__details:not(:last-child) {
  margin-bottom: 20px;
}
.pronto-course__video {
  width: 48.5%;
}

.pronto-course-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pronto-course-items__item {
  display: flex;
  align-items: flex-start;
}
.pronto-course-items__item:not(:last-child) {
  margin-bottom: 14px;
}
.pronto-course-items__item p {
  font-weight: 500;
  margin: -2px 0 0;
  line-height: 1.4;
}
.pronto-course-items__icon {
  flex-shrink: 0;
  position: relative;
  margin-right: 12px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pronto-course-items__icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
}

.pronto-course-video {
  position: relative;
  padding-bottom: 125%;
  border-radius: 32px;
  overflow: hidden;
  cursor: pointer;
}
.pronto-course-video__cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 2;
  transition: 0.3s opacity;
  opacity: 1;
}
.pronto-course-video__cover.js-hidden {
  opacity: 0;
}
.pronto-course-video__cover:hover::before {
  opacity: 0.85;
}
.pronto-course-video__cover::before {
  content: "";
  position: absolute;
  width: 88px;
  height: 56px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: url("/assets/play-video-icon-90f4c13e.svg") no-repeat 50% 50% transparent;
  background-size: contain;
}
.pronto-course-video__player {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.pronto-course-video__player video {
  display: block;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.pronto-prices {
  position: relative;
  padding: 80px 20px;
  overflow: hidden;
}
.pronto-prices__inner {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
}
.pronto-prices__title {
  max-width: 460px;
  margin: 0 auto 72px;
}
.pronto-prices__grid {
  display: flex;
  flex-wrap: wrap;
  margin: -6px;
}
.pronto-prices__col {
  position: relative;
  width: 50%;
  padding: 6px;
  box-sizing: border-box;
}

.pronto-prices-card {
  position: relative;
  min-height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: #1A1A1A;
  padding: 35px 40px;
  border-radius: 32px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pronto-prices-card__title {
  font-size: 30px;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin: 0 0 8px;
}
.pronto-prices-card__title span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 600;
  background-color: #EAFCE4;
  color: #0E4347;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
  padding: 4px 6px 3px 7px;
  border-radius: 8px;
  margin-left: 4px;
}
.pronto-prices-card__subtitle {
  font-size: 16px;
  margin: 0;
  color: #A3A3A3;
}
.pronto-prices-card__value {
  margin: 20px 0 35px;
  display: block;
  font-size: 56px;
  font-weight: 500;
}
.pronto-prices-card__value span {
  font-size: 30px;
}
.pronto-prices-card__contains {
  color: #A3A3A3;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  max-width: 370px;
}
.pronto-prices-card__contains:not(:last-child) {
  margin-bottom: 16px;
}

.pronto-prices-card__action {
  margin-top: auto;
  padding-top: 30px;
}

.pronto-btn {
  display: inline-block;
  box-sizing: border-box;
  padding: 12px 24px;
  border-radius: 40px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-size: 16px;
}

.pronto-btn--primary {
  background-color: #FF7324;
  color: #fff;
}

.pronto-btn--primary:hover {
  background-color: #ff6915;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 115, 36, 0.3);
}

.pronto-btn--full {
  display: block;
  width: 100%;
}

/* Highlight popular card */
.pronto-prices-card--popular {
  border: 2px solid #FF7324;
  transform: scale(1.02);
  z-index: 1;
}

@media (max-width: 768px) {
  .pronto-prices-card--popular {
    transform: none;
  }
}

.pronto-faq {
  position: relative;
  padding: 80px 20px;
}
.pronto-faq__inner {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
}
.pronto-faq__title {
  max-width: 450px;
  margin: 0 auto 72px;
}
.pronto-faq__item:not(:last-child) {
  margin-bottom: 12px;
}

.pronto-faq-item {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #1A1A1A;
  padding: 32px 40px;
  border-radius: 32px;
  overflow: hidden;
}
.pronto-faq-item__content {
  padding-top: 16px;
  display: none;
}
.pronto-faq-item__content p {
  font-size: 16px;
  line-height: 1.4;
  color: #A3A3A3;
  margin: 0;
}
.pronto-faq-item__content p a, .pronto-faq-item__content p a:visited {
  color: #FFF;
}
.pronto-faq-item__content p a:hover, .pronto-faq-item__content p a:visited:hover {
  text-decoration: none;
}
.pronto-faq-item__content p:not(:last-child) {
  margin-bottom: 16px;
}
.pronto-faq-item__toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: none;
  border: none;
  background: transparent;
  text-align: left;
  margin: 0;
  padding: 0 32px 0 0;
  display: block;
  width: 100%;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #FFF;
}
.pronto-faq-item__toggle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pronto-faq-item__toggle::after {
  content: "+";
  font-weight: 300;
  position: absolute;
  top: 32px;
  right: 40px;
  width: 24px;
  height: 24px;
  line-height: 20px;
  font-size: 40px;
  text-align: center;
  transition: 0.3s color;
}
.pronto-faq-item__toggle:hover::after {
  color: #FA5E2F;
  transition: 0s color;
}
.pronto-faq-item__toggle.js-active + .pronto-faq-item__content {
  display: block;
}
.pronto-faq-item__toggle.js-active::after {
  content: "–";
  color: #FA5E2F;
}

.pronto-ready {
  position: relative;
  overflow: hidden;
  background-color: #4F1522;
  padding: 72px 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pronto-ready__inner {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
}
.pronto-ready__circles {
  position: absolute;
  width: 950px;
  height: 950px;
  background-image: url("/assets/ready/ready-bg-circles-20cf16fd.png");
  background-repeat: no-repeat;
  background-position: 120% 50%;
  background-size: cover;
  top: -165px;
  left: 36%;
}
.pronto-ready__content {
  position: relative;
}
.pronto-ready__main {
  position: relative;
  z-index: 2;
}
.pronto-ready__text {
  margin-bottom: 225px;
}
.pronto-ready__title {
  font-size: 80px;
  font-weight: 500;
  max-width: 670px;
  margin: 0 0 30px;
  line-height: 1;
  letter-spacing: -0.02em;
}
.pronto-ready__items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pronto-ready__item {
  display: flex;
  align-items: flex-start;
}
.pronto-ready__item:not(:last-child) {
  margin-bottom: 14px;
}
.pronto-ready__item p {
  font-weight: 500;
  margin: -2px 0 0;
  line-height: 1.4;
}
.pronto-ready__icon {
  flex-shrink: 0;
  position: relative;
  margin-right: 12px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pronto-ready__icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
}
.pronto-ready__image {
  position: absolute;
  top: 35px;
  right: -130px;
}
.pronto-ready__image img {
  display: block;
  width: 635px;
  margin: 0;
}
.pronto-ready__apps {
  display: flex;
  flex-wrap: wrap;
}
.pronto-ready__app-link {
  text-decoration: none;
  transition: 0.3s opacity;
}
.pronto-ready__app-link:hover {
  opacity: 0.8;
  transition: 0s opacity;
}
.pronto-ready__app-link:not(:last-child) {
  margin-right: 12px;
}
.pronto-ready__app-link img {
  display: block;
  max-width: 144px;
  margin: 0;
  border: none;
}

.pronto-footer {
  position: relative;
  padding: 40px 20px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pronto-footer__inner {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
}
.pronto-footer__copy {
  text-align: center;
  margin: 0;
  color: #999;
  font-size: 16px;
}

.pronto-footer-menu {
  position: relative;
  margin-bottom: 29px;
}
.pronto-footer-menu__items {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: -16px;
}
.pronto-footer-menu__item {
  padding: 16px;
  text-align: center;
}
.pronto-footer-menu__link {
  font-size: 16px;
  text-decoration: none;
  color: #FFF;
  transition: 0.3s color;
}
.pronto-footer-menu__link:hover {
  color: #FF7324;
  transition: 0s color;
}
.pronto-footer-menu__link:visited {
  color: #FFF;
}
.pronto-footer-menu__link:visited:hover {
  color: #FF7324;
}

.pronto-footer-social {
  position: relative;
  margin-bottom: 32px;
}
.pronto-footer-social--mobile {
  margin-bottom: 0;
}
.pronto-footer-social__items {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: -6px;
}
.pronto-footer-social__item {
  padding: 6px;
}
.pronto-footer-social__link {
  display: flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 10px 24px;
  box-sizing: border-box;
  background-color: #292929;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #FFF;
  background-color: #292929;
  border-radius: 40px;
  transition: 0.3s background;
}
.pronto-footer-social__link:hover {
  background-color: #FF7324;
  transition: 0s background;
}
.pronto-footer-social__link:visited {
  color: #FFF;
}
.pronto-footer-social__link img {
  flex-shrink: 0;
}
.pronto-footer-social__link span {
  display: inline-block;
  margin-left: 12px;
}

.cookies-popup {
  position: fixed;
  left: 40px;
  bottom: 40px;
  z-index: 9999;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.cookies-popup__content {
  position: relative;
  box-sizing: border-box;
  width: 380px;
  padding: 16px 20px;
  box-sizing: border-box;
  border-radius: 16px;
  background: rgba(41, 41, 41, 0.8);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  overflow: hidden;
}
.cookies-popup__title {
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
  line-height: 1.2;
  margin: 0;
}
.cookies-popup__title:not(:last-child) {
  margin-bottom: 20px;
}
.cookies-popup__actions {
  display: flex;
  margin: 0 -6px;
}
.cookies-popup__action {
  position: relative;
  width: 50%;
  padding: 0 6px;
}
.cookies-popup__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: none;
  border: none;
  height: 40px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 10px;
  text-align: center;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  border-radius: 40px;
  background-color: #FFF;
  text-decoration: none;
  color: #000;
  transition: 0.3s background;
}
.cookies-popup__button:visited {
  color: #000;
}
.cookies-popup__button:hover {
  background-color: #EEE;
  transition: 0s background;
}
.cookies-popup__button--orange {
  background-color: #FF7324;
  color: #FFF;
}
.cookies-popup__button--orange:visited {
  color: #FFF;
}
.cookies-popup__button--orange:hover {
  background-color: #ff6915;
}

.app-qr {
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 328px;
  box-sizing: border-box;
  z-index: 15;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.app-qr__content {
  display: flex;
  align-items: center;
  padding: 12px;
  width: 328px;
  box-sizing: border-box;
  border-radius: 16px;
  background: rgba(41, 41, 41, 0.8);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}
.app-qr__image {
  flex-shrink: 0;
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.app-qr__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
}
.app-qr__image:not(:last-child) {
  margin-right: 24px;
}
.app-qr__text a, .app-qr__text a:visited {
  color: #FFF;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
  font-size: 20px;
  transition: 0.3s color;
}
.app-qr__text a:visited, .app-qr__text a:visited:visited {
  color: #FFF;
}
.app-qr__text a:visited:hover, .app-qr__text a:visited:visited:hover {
  color: #FF7324;
}
.app-qr__text a:hover, .app-qr__text a:visited:hover {
  color: #FF7324;
  transition: 0s color;
}
.app-qr__text a::before, .app-qr__text a:visited::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px){
  .section-title__small{
    font-size: 11px;
  }
  .section-title__small:not(:last-child){
    margin-bottom: 12px;
  }
  .section-title__main{
    font-size: 30px;
  }
  .section-title__subtitle{
    font-size: 13px;
    margin-top: 16px;
  }
  .pronto-header{
    padding: 0 20px;
  }
  .pronto-header__content{
    height: 64px;
  }
  .pronto-header__logo{
    margin-right: 9px;
    font-size: 20px;
  }
  .pronto-mobile-menu__area{
    top: 64px;
  }
  .pronto-hero{
    padding-top: 90px;
  }
  .pronto-hero__title:not(:last-child){
    margin-bottom: 30px;
  }
  .pronto-hero__stores:not(:last-child){
    margin-bottom: 30px;
  }
  .pronto-hero-animation__element--completion img{
    width: 70px;
  }
  .pronto-hero-animation__element--correctness img{
    width: 140px;
  }
  .pronto-hero-animation__element--obligations img{
    width: 85px;
  }
  .pronto-hero-animation__element--mechanics img{
    width: 60px;
  }
  .pronto-hero-animation__element--exam img{
    width: 70px;
  }
  .pronto-hero-animation__scene{
    width: 390px;
    margin-bottom: -150px;
  }
  .pronto-hero-animation.js-animated .pronto-hero-animation__element--completion{
    transform: rotate(-19deg) translate3d(-250%, 10px, 0);
  }
  .pronto-hero-animation.js-animated .pronto-hero-animation__element--correctness{
    transform: rotate(9deg) translate3d(87%, 60px, 0);
  }
  .pronto-hero-animation.js-animated .pronto-hero-animation__element--obligations{
    transform: rotate(12.47deg) translate3d(-160%, 285px, 0);
  }
  .pronto-hero-animation.js-animated .pronto-hero-animation__element--mechanics{
    transform: rotate(-8deg) translate3d(-390%, 280px, 0);
  }
  .pronto-hero-animation.js-animated .pronto-hero-animation__element--exam{
    transform: rotate(16.49deg) translate3d(280%, 200px, 0);
  }
  .pronto-stats{
    padding: 40px 20px;
  }
  .pronto-stats__grid{
    flex-direction: column;
    margin: 0;
  }
  .pronto-stats__grid.js-animated .pronto-stats__values-shaft{
    transform: translateY(calc(-100% + 46px));
  }
  .pronto-stats__col{
    width: 100%;
    padding: 0;
  }
  .pronto-stats__col:not(:last-child){
    margin-bottom: 72px;
  }
  .pronto-stats__digits{
    margin-bottom: 10px;
  }
  .pronto-stats__digits strong{
    font-size: 56px;
  }
  .pronto-stats__digits small{
    font-size: 16px;
  }
  .pronto-stats__values{
    height: 46px;
  }
  .pronto-stats__values strong{
    height: 46px;
  }
  .pronto-stats__values--success{
    width: 70px;
  }
  .pronto-stats__text{
    font-size: 13px;
  }
  .pronto-cards{
    padding: 40px 20px;
  }
  .pronto-cards__title{
    margin-bottom: 40px;
  }
  .pronto-cards-grid{
    flex-direction: column;
    align-items: center;
    margin: 0;
  }
  .pronto-cards-grid__col{
    padding: 0;
    width: 100% !important;
    max-width: 400px;
  }
  .pronto-cards-grid__col:not(:last-child){
    margin-bottom: 8px;
  }
  .pronto-cards-grid__item{
    padding: 20px 24px;
    height: 388px;
  }
  .pronto-cards-grid__image--01 img{
    max-width: 300px;
  }
  .pronto-cards-grid__image--02 img{
    max-width: 250px;
  }
  .pronto-cards-grid__image--03 img{
    max-width: 250px;
  }
  .pronto-cards-grid__image--04 img{
    max-width: 300px;
  }
  .pronto-cards-grid__title{
    font-size: 20px;
  }
  .pronto-cards-grid__title:not(:last-child){
    margin-bottom: 12px;
  }
  .pronto-cards-grid__details{
    font-size: 13px;
  }
  .pronto-for-whom{
    padding: 40px 0 0;
  }
  .pronto-for-whom__content{
    flex-direction: column;
    margin: 0;
  }
  .pronto-for-whom__section--image{
    height: 370px;
    width: 100%;
  }
  .pronto-for-whom__section--image img{
    max-width: 260px;
  }
  .pronto-for-whom__section--text{
    width: 100%;
    padding: 32px 20px 40px;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0.9) 60.34%, rgba(0, 0, 0, 0.9) 100%);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
  }
  .pronto-for-whom__title{
    margin-bottom: 40px;
  }
  .pronto-for-whom__item:not(:last-child){
    margin-bottom: 40px;
  }
  .pronto-for-whom-item__icon{
    width: 24px;
    height: 24px;
    margin-right: 16px;
  }
  .pronto-for-whom-item__title{
    font-size: 20px;
  }
  .pronto-for-whom-item__title:not(:last-child){
    margin-bottom: 8px;
  }
  .pronto-for-whom-item__details{
    font-size: 13px;
  }
  .pronto-reviews{
    padding: 40px 0;
  }
  .pronto-reviews-grid__item{
    width: 338px;
    height: 460px !important;
    transform: none !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .pronto-reviews-grid__item:not(:last-child){
    margin-right: 8px;
  }
  .pronto-reviews-grid__item--01{
    margin-left: 20px;
  }
  .pronto-course{
    padding: 40px 20px;
  }
  .pronto-course__content{
    flex-direction: column-reverse;
    align-items: center;
  }
  .pronto-course__text{
    width: 100%;
    max-width: 600px;
    padding-right: 0;
  }
  .pronto-course__title{
    margin-bottom: 16px;
  }
  .pronto-course__details{
    font-size: 13px;
  }
  .pronto-course__details:not(:last-child){
    margin-bottom: 15px;
  }
  .pronto-course__video{
    width: 100%;
    max-width: 600px;
  }
  .pronto-course-items__item:not(:last-child){
    margin-bottom: 12px;
  }
  .pronto-course-items__item p{
    font-size: 13px;
  }
  .pronto-course-video{
    padding-bottom: 68%;
    margin-bottom: 40px;
    border-radius: 20px;
  }
  .pronto-prices{
    padding: 40px 20px;
  }
  .pronto-prices__title{
    margin-bottom: 40px;
  }
  .pronto-prices__grid{
    margin: 0;
    flex-direction: column;
    align-items: center;
  }
  .pronto-prices__col{
    width: 100%;
    max-width: 500px;
    padding: 0;
  }
  .pronto-prices__col:not(:last-child){
    margin-bottom: 12px;
  }
  .pronto-prices-card{
    border-radius: 20px;
  }
  .pronto-prices-card__title{
    font-size: 20px;
  }
  .pronto-prices-card__subtitle{
    font-size: 13px;
  }
  .pronto-prices-card__value{
    margin: 20px 0;
  }
  .pronto-prices-card__value span{
    font-size: 20px;
  }
  .pronto-prices-card__contains{
    font-size: 13px;
  }
  .pronto-prices-card__contains:not(:last-child){
    margin-bottom: 12px;
  }
  .pronto-faq{
    padding: 40px 20px;
  }
  .pronto-faq__title{
    margin-bottom: 40px;
  }
  .pronto-ready{
    padding: 0;
  }
  .pronto-ready__circles{
    width: 675px;
    height: 675px;
    left: 50%;
    transform: translateX(-50%);
    top: -45px;
  }
  .pronto-ready__content{
    display: flex;
    flex-direction: column-reverse;
  }
  .pronto-ready__main{
    padding: 32px 20px 40px;
    background-color: #58212D;
  }
  .pronto-ready__text{
    margin-bottom: 40px;
  }
  .pronto-ready__title{
    font-size: 30px;
    margin-bottom: 16px;
  }
  .pronto-ready__item:not(:last-child){
    margin-bottom: 12px;
  }
  .pronto-ready__item p{
    font-size: 13px;
  }
  .pronto-ready__image{
    position: relative;
    top: auto;
    right: auto;
    height: 360px;
  }
  .pronto-ready__image img{
    width: 360px;
    position: absolute;
    margin: 0;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
  }
  .pronto-ready__apps{
    justify-content: center;
  }
  .pronto-footer-menu__items{
    margin: 0;
    flex-direction: column;
  }
  .pronto-footer-menu__item{
    padding: 0;
  }
  .pronto-footer-menu__item:not(:last-child){
    margin-bottom: 32px;
  }
  .pronto-footer-social__link{
    width: 40px;
    padding: 10px;
  }
  .pronto-footer-social__link span{
    display: none;
  }
  .cookies-popup{
    left: 20px;
    bottom: 30px;
    right: 20px;
  }
  .cookies-popup__content{
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  .cookies-popup__title{
    font-size: 13px;
  }
  .cookies-popup__title:not(:last-child){
    margin-bottom: 16px;
  }
  .cookies-popup__button{
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .section-title__main{
    font-size: 40px;
  }
  .pronto-hero{
    padding-top: 120px;
  }
  .pronto-hero__title:not(:last-child){
    margin-bottom: 30px;
  }
  .pronto-hero__stores:not(:last-child){
    margin-bottom: 50px;
  }
  .pronto-cards{
    padding: 60px 20px;
  }
  .pronto-cards__title{
    margin-bottom: 50px;
  }
  .pronto-cards-grid__item{
    padding: 24px;
  }
  .pronto-cards-grid__image--01 img{
    max-width: 400px;
  }
  .pronto-cards-grid__title{
    font-size: 24px;
  }
  .pronto-for-whom{
    padding: 60px 20px;
  }
  .pronto-for-whom__section--image img{
    max-width: 300px;
  }
  .pronto-for-whom__title{
    margin-bottom: 60px;
  }
  .pronto-reviews{
    padding: 60px 0 40px;
  }
  .pronto-reviews-grid__item{
    width: 240px;
  }
  .pronto-course{
    padding: 80px 20px;
  }
  .pronto-prices{
    padding: 60px 20px;
  }
  .pronto-prices__title{
    margin-bottom: 60px;
  }
  .pronto-prices-card__title{
    font-size: 24px;
  }
  .pronto-prices-card__subtitle{
    font-size: 14px;
  }
  .pronto-prices-card__value{
    font-size: 40px;
  }
  .pronto-faq{
    padding: 60px 20px;
  }
  .pronto-faq__title{
    margin-bottom: 60px;
  }
  .pronto-ready{
    padding: 60px 20px;
  }
  .pronto-ready__title{
    font-size: 56px;
  }
  .pronto-ready__image{
    right: -150px;
  }
  .pronto-ready__image img{
    width: 450px;
  }
}
@media only screen and (max-width: 1024px){
  .pronto-header__nav{
    display: none;
  }
  .pronto-header__user-item{
    display: none;
  }
  .pronto-header-button{
    font-size: 13px;
    padding: 0 20px;
  }
  .pronto-header-language__link{
    padding: 16px 20px;
    font-size: 14px;
  }
  .pronto-header-language__link img{
    width: 16px;
  }
  .pronto-header-nav__items{
    flex-direction: column;
    align-items: flex-start;
  }
  .pronto-header-nav__item:not(:last-child){
    margin-right: 0;
    margin-bottom: 32px;
  }
  .pronto-prices-card{
    padding: 20px 24px;
  }
  .pronto-footer-social--mobile .pronto-footer-social__link{
    width: 40px;
    padding: 5px;
  }
  .app-qr{
    display: none;
  }
}
@media only screen and (min-width: 1025px){
  .pronto-header__toggle-menu{
    display: none;
  }
  .pronto-header__mobile-app-button{
    display: none;
  }
  .pronto-mobile-menu.js-active{
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px){
  .pronto-header-nav__item{
    font-size: 14px;
  }
  .pronto-header-nav__item:not(:last-child){
    margin-right: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
  .pronto-hero-animation__element--completion img{
    width: 120px;
  }
  .pronto-hero-animation__element--correctness img{
    width: 230px;
  }
  .pronto-hero-animation__element--obligations img{
    width: 120px;
  }
  .pronto-hero-animation__element--mechanics img{
    width: 100px;
  }
  .pronto-hero-animation__element--exam img{
    width: 110px;
  }
  .pronto-hero-animation__scene{
    width: 500px;
    margin-bottom: -200px;
  }
  .pronto-hero-animation.js-animated .pronto-hero-animation__element--correctness{
    transform: rotate(9deg) translate3d(80%, 120px, 0);
  }
  .pronto-hero-animation.js-animated .pronto-hero-animation__element--obligations{
    transform: rotate(12.47deg) translate3d(-213%, 405px, 0);
  }
  .pronto-hero-animation.js-animated .pronto-hero-animation__element--mechanics{
    transform: rotate(-8deg) translate3d(-400%, 370px, 0);
  }
  .pronto-hero-animation.js-animated .pronto-hero-animation__element--exam{
    transform: rotate(16.49deg) translate3d(330%, 372px, 0);
  }
}
@media only screen and (max-width: 1023px){
  .pronto-faq-item{
    padding: 20px 24px;
    border-radius: 20px;
  }
  .pronto-faq-item__content{
    padding-top: 12px;
  }
  .pronto-faq-item__content p{
    font-size: 13px;
  }
  .pronto-faq-item__content p:not(:last-child){
    margin-bottom: 12px;
  }
  .pronto-faq-item__toggle{
    font-size: 16px;
  }
  .pronto-faq-item__toggle::after{
    right: 24px;
    top: 16px;
    font-size: 36px;
    width: 20px;
    height: 20px;
  }
}

.privacy-policy, .support-page {
  max-width: 1120px;
  margin: 0 auto;
  padding: 140px 24px 120px;
  box-sizing: border-box;
  color: #E6E6E6;
  line-height: 1.65;
}
.privacy-policy h1, .support-page h1 {
  margin: 0 0 12px;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.privacy-policy h2, .support-page h2 {
  margin: 32px 0 12px;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.privacy-policy p, .support-page p {
  margin: 0 0 16px;
  color: #E6E6E6;
}
.privacy-policy ul, .support-page ul {
  padding-left: 22px;
  margin: 12px 0 0;
}
.privacy-policy li, .support-page li {
  margin-bottom: 10px;
}
.privacy-policy .section, .support-page .section {
  margin-top: 48px;
}
.privacy-policy strong, .support-page strong {
  color: #FFF;
}
.privacy-policy a, .support-page a {
  color: #FF7324;
  text-decoration: none;
}
.privacy-policy a:hover, .support-page a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
  .privacy-policy, .support-page {
    max-width: 920px;
    padding: 120px 20px 90px;
  }
  .privacy-policy h1, .support-page h1 {
    font-size: 36px;
  }
  .privacy-policy h2, .support-page h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 640px) {
  .privacy-policy, .support-page {
    max-width: none;
    padding: 110px 16px 80px;
  }
  .privacy-policy h1, .support-page h1 {
    font-size: 30px;
  }
  .privacy-policy h2, .support-page h2 {
    font-size: 20px;
  }
  .privacy-policy ul, .support-page ul {
    padding-left: 18px;
  }
}