@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraBold.woff2") format("woff2"), url("../fonts/Inter-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/HelveticaNeueCyr-Black.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.header__burger {
  display: none;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  overflow: visible;
  position: relative;
  z-index: 25;
}
.header__burger span, .header__burger span::before, .header__burger span::after {
  background: #48CFAD;
  display: block;
  height: 0.2rem;
  opacity: 1;
  position: absolute;
  transition: 0.3s ease-in-out;
}
.header__burger span::before, .header__burger span::after {
  content: "";
}
.header__burger span::before {
  left: 0;
  top: -0.6rem;
  width: 2rem;
}
.header__burger span::after {
  left: 0;
  top: 0.6rem;
  width: 2rem;
}
.header__burger span {
  right: 0;
  top: 1rem;
  width: 2rem;
}
.header__burger.active span::before {
  top: 0;
  transform: rotate(90deg);
  width: 2rem;
}
.header__burger.active span {
  transform: rotate(-45deg);
  top: 1.3rem;
  width: 2rem;
}
.header__burger.active span:after {
  top: 0;
  left: 0;
  transform: rotate(90deg);
  opacity: 0;
  width: 0;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  background-color: #15191C;
}

a {
  color: #FFFFFF;
  text-decoration: none;
}

p {
  margin: 0;
}

h1, h2, h3 {
  margin: 0;
}

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
}
.header__wrapper {
  padding: 3.6rem 8rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
}
.header.scrolled {
  background-color: #15191C;
}
.header__logo {
  font-family: HelveticaNeueCyr, sans-serif;
  color: #48CFAD;
  font-size: 2.4rem;
  letter-spacing: 0.04rem;
  z-index: 25;
}
.header__list {
  display: flex;
  gap: 2.5rem;
}
.header__list-item {
  display: block;
  width: fit-content;
}
.header__list-link {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}

.main {
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  padding: 0 8rem;
  margin: 0 auto;
  box-sizing: border-box;
}

.section-container {
  max-width: 1440px;
  display: flex;
  display: -webkit-flexbox;
  margin: 0 auto;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.section-container .title {
  font-family: "Montserrat-Medium", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
  margin-top: 180px;
  padding-left: 25px;
}
.section-container .main-cols {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.section-container .main-cols .main-text {
  max-width: 730px;
  margin: 220px 0 150px;
  z-index: 2;
}
.section-container .main-cols .main-text .main-title {
  font-family: Montserrat-Medium, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 54px;
  line-height: 72px;
  color: #20262C;
  margin-bottom: 32px;
}
.section-container .main-cols .main-text .main-subtitle {
  font-family: Montserrat-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: rgba(32, 38, 44, 0.64);
  margin-bottom: 42px;
}
.section-container .main-cols .main-text .button-main {
  padding: 22px 72px;
  box-shadow: 0 10px 16px rgba(67, 107, 204, 0.34);
  border-radius: 100px;
  display: inline-block;
}
.section-container .main-cols .main-text .button-main:hover {
  background: #4165BC;
  border-radius: 100px;
  box-shadow: 0 10px 16px rgba(67, 107, 204, 0.34);
  color: white;
}
.section-container .main-cols .list {
  display: flex;
  flex-direction: column;
  margin: 30px 0 150px;
  z-index: 2;
  list-style: none;
  padding: revert;
}
.section-container .main-cols .list li {
  margin-bottom: 20px;
}
.section-container .main-cols .list li a {
  font-family: "Montserrat-Medium", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #FFF;
  margin: 28px 12px;
  cursor: pointer;
  transition: 0.4s ease all;
  position: relative;
}
.section-container .main-cols .list li a:before {
  content: "";
  background: #48CFAD;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -7px;
  transition: 0.4s ease all;
  width: 0;
}
.section-container .main-cols .list li a:hover {
  color: #48CFAD;
}
.section-container .main-cols .list li a:hover:before {
  width: 100%;
}
.section-container .main-bg {
  max-width: 710px;
  max-height: 670px;
  height: 100%;
  width: 40%;
  z-index: 2;
  margin: 0 auto;
  display: flex;
}
.section-container .main-bg-mobile {
  display: none;
}
.section-container .main-ellipse {
  position: absolute;
  z-index: 1;
}
.section-container .me1 {
  top: 150px;
  left: 290px;
  width: 300px;
  height: 300px;
  display: none;
}
.section-container .me2 {
  bottom: -150px;
  left: -130px;
}
.section-container .me3 {
  top: 150px;
  left: 490px;
  width: 500px;
  height: 500px;
}

.preview {
  display: flex;
  min-height: 100vh;
  overflow: hidden;
}
.preview__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #15191C;
  padding-top: 9.5rem;
}
.preview__app {
  background-color: #684AA4;
  padding-top: 9.5rem;
  height: calc(100vh - 9.5rem);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  min-width: calc(100vw - 90rem - (100vw - 120.8rem) / 2);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.preview__app-image {
  width: 60rem;
  margin-top: 15.7rem;
}
.preview__app-image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-left: -38%;
  margin-top: -4rem;
}
.preview__title {
  font-family: "Inter", sans-serif;
  font-size: 5rem;
  font-weight: 800;
  color: #FFFFFF;
  margin-top: 15.7rem;
  max-width: 72rem;
}
.preview__text {
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 2.8rem;
  letter-spacing: 0.02rem;
  margin-top: 3.7rem;
  max-width: 52rem;
}
.preview__details {
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-top: 10rem;
}
.preview__images {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 10.1rem;
  height: 6.4rem;
}
.preview__image {
  position: absolute;
  width: 4.6rem;
  height: 4.6rem;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 0.2rem solid #F2F4F7;
  box-sizing: border-box;
}
.preview__image:nth-child(1) {
  top: 1.8rem;
  left: 0;
}
.preview__image:nth-child(2) {
  top: 0;
  left: 2.6rem;
}
.preview__image:nth-child(3) {
  top: 1.8rem;
  left: 5.5rem;
}
.preview__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.preview__links {
  margin-top: 3.2rem;
  display: flex;
  gap: 1.2rem;
}
.preview__parameter-title {
  font-family: "Inter", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 4.4rem;
}
.preview__parameter-title:after {
  content: "+";
  color: #48CFAD;
}
.preview__parameter-subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #FFFFFF;
  line-height: 2.4rem;
}

.help {
  overflow: hidden;
}
.help__content {
  padding: 9.6rem 0;
}
.help__title {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 5.2rem;
  color: #FFFFFF;
  margin-bottom: 5.2rem;
}
.help__details {
  display: flex;
  gap: 2rem;
  justify-content: center;
}
.help__vertical {
  max-height: 67rem;
  overflow: hidden;
  gap: 2rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.help__vertical_purple {
  background-color: #684AA4;
  padding: 2.8rem;
  box-sizing: border-box;
  gap: 0;
  max-width: 41rem;
}
.help__vertical-title {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #FFFFFF;
  margin-bottom: 0.8rem;
  max-width: 40rem;
}
.help__vertical-subtitle {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.02rem;
  color: #FFFFFF;
  max-width: 40rem;
}
.help__vertical-image {
  transform: translate(90%, -2%) rotate(-24deg);
  width: 24rem;
}
.help__vertical-image img {
  width: 100%;
}
.help__horizontal {
  display: flex;
  max-height: 32.5rem;
  overflow: hidden;
  padding: 6.9rem 5.7rem;
  box-sizing: border-box;
  justify-content: space-around;
}
.help__horizontal img {
  width: 24rem;
}
.help__horizontal-image_mr {
  margin-right: 7.2rem;
  position: relative;
}
.help__horizontal-image_ml {
  margin-left: 7.2rem;
}
.help__horizontal_green {
  background-color: #48CFAD;
}
.help__horizontal_white {
  background-color: #F2F4F7;
}
.help__horizontal-title {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #272E35;
  margin-bottom: 8px;
  max-width: 40rem;
}
.help__horizontal-subtitle {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.02rem;
  color: #272E35;
  max-width: 40rem;
}
.help__horizontal-logo {
  width: 6.6rem;
  position: absolute;
  top: -5rem;
  right: -5rem;
}
.help__horizontal-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ratings {
  display: flex;
}
.ratings__image {
  display: flex;
  flex: 0.9;
}
.ratings__image img {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  object-position: center left;
}
.ratings__content {
  display: flex;
  flex: 1;
  background-color: #684AA4;
  flex-direction: column;
  padding: 8rem 3.8rem;
}
.ratings__title {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 5.2rem;
  color: #FFFFFF;
  margin-bottom: 1.2rem;
  max-width: 58rem;
}
.ratings__subtitle {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #FFFFFF;
  margin-bottom: 3.5rem;
  max-width: 50rem;
}
.ratings__delimiter {
  height: 0.1rem;
  background-color: rgba(255, 255, 255, 0.2392156863);
  width: 65%;
  margin-bottom: 3.5rem;
}
.ratings__details {
  display: flex;
  column-gap: 4rem;
}
.ratings__detail-title {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 4.4rem;
  color: #FFFFFF;
  letter-spacing: 0.01rem;
}
.ratings__detail-subtitle {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #FFFFFF;
  letter-spacing: 0.02rem;
}
.ratings__detail-delimiter {
  width: 0.1rem;
  background-color: rgba(255, 255, 255, 0.2392156863);
}

.package {
  display: flex;
  margin: 9.6rem 0;
  align-items: center;
  gap: 1rem;
}
.package__title {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 5.2rem;
  color: #FFFFFF;
  margin-bottom: 2.4rem;
  max-width: 68rem;
}
.package__subtitle {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #FFFFFF;
  margin-bottom: 5.2rem;
}
.package__delimiter {
  height: 0.1rem;
  background-color: rgba(255, 255, 255, 0.2392156863);
  margin-bottom: 2.4rem;
}
.package__content {
  padding: 0;
  max-width: 74rem;
}
.package__image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.package__image img {
  width: 30rem;
}
.package__details {
  display: flex;
  gap: 12.6rem;
}
.package__detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.package__detail-icon {
  width: 3.2rem;
  height: 3.2rem;
  object-fit: contain;
  margin-bottom: 0.6rem;
}
.package__detail-text {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: #FFFFFF;
  letter-spacing: 0.02rem;
  text-align: center;
}

.reviews {
  margin: 9.6rem 0;
  background-color: #684AA4;
  padding: 9.6rem 4.8rem;
}
.reviews__title {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 5.2rem;
  color: #FFFFFF;
  margin-bottom: 5.2rem;
}
.reviews__items {
  display: flex;
  gap: 2.4rem;
}
.reviews__item {
  background-color: #F2F4F7;
  padding: 2.4rem;
}
.reviews__item-image {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  margin-bottom: 0.6rem;
}
.reviews__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews__item-title {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 3.2rem;
  letter-spacing: 0.01rem;
  color: #272E35;
}
.reviews__item-text {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.02rem;
  color: #272E35;
}

.guide {
  margin: 9.6rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.guide__title {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 5.2rem;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 1.2rem;
}
.guide__subtitle {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.02rem;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 5.2rem;
}
.guide__steps {
  display: flex;
  gap: 5.4rem;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  margin: 10rem 0;
}
.guide__step {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.guide__step-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.guide__step-wrapper {
  position: relative;
  flex: 1;
  min-width: 240px;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.guide__step-delimiter {
  position: absolute;
  width: 25rem;
}
.guide__step-delimiter img {
  width: 100%;
}
.guide__step-delimiter_first {
  top: -40%;
  left: 75%;
}
.guide__step-delimiter_last {
  transform: scaleY(-1);
  bottom: -40%;
  left: 75%;
}
.guide__step-icon {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.4rem;
  position: relative;
}
.guide__step-icon_green img:not([class*=-final]), .guide__step-icon_white img:not([class*=-final]), .guide__step-icon_purple img:not([class*=-final]) {
  width: 2.6rem;
  height: 2.6rem;
}
.guide__step-icon_purple {
  background-color: #684AA4;
}
.guide__step-icon_green {
  background-color: #48CFAD;
}
.guide__step-icon_white {
  background-color: #F2F4F7;
}
.guide__step-icon-final {
  position: absolute;
  top: -6.5rem;
  right: -6.5rem;
  transform: rotate(2deg);
  width: 10.2rem;
  height: 9.6rem;
}
.guide__step-title {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.6rem;
  letter-spacing: 0.02rem;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0.8rem;
}
.guide__step-subtitle {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.02rem;
  text-align: center;
  color: #FFFFFF;
}

.footer {
  max-width: 1440px;
  padding: 0 8rem;
  margin: 5.2rem auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.footer__content {
  display: flex;
  flex: 1;
  margin-bottom: 12rem;
}
.footer__copyright {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #FFFFFF;
  text-align: center;
}
.footer__items-wrapper {
  display: flex;
  gap: 14rem;
}
.footer__item {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #FFFFFF;
  display: block;
  margin-bottom: 1.2rem;
  max-width: 30rem;
}
.footer__item-link {
  color: #48CFAD;
  text-decoration: underline;
  width: fit-content;
}
.footer__logo {
  font-family: HelveticaNeueCyr, sans-serif;
  color: #48CFAD;
  font-size: 2.4rem;
  letter-spacing: 0.04rem;
  display: block;
  width: fit-content;
}
.footer__logo-wrapper {
  flex: 1;
}

@media (max-width: 1320px) {
  html {
    font-size: 60%;
  }
  .preview__content {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }
  .preview__title {
    text-align: center;
    margin-top: 5rem;
  }
  .preview__text {
    text-align: center;
    margin-bottom: 3.7rem;
  }
  .preview__app {
    position: static;
    width: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 3.5rem 0;
    margin: 0;
    align-self: stretch;
    height: fit-content;
    max-width: none;
  }
  .preview__app-image {
    width: 40rem;
    height: auto;
    margin-top: 0;
  }
  .preview__app img {
    margin-top: 0;
    margin-left: 0;
  }
  .preview__details {
    margin-top: 5rem;
  }
  .help__title {
    text-align: center;
  }
  .help__details {
    flex-direction: column;
  }
  .help__vertical_purple {
    max-height: 32.5rem;
    max-width: none;
    padding: 6.9rem 5.7rem;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: space-around;
  }
  .help__vertical-image {
    transform: none;
  }
  .help__horizontal {
    justify-content: space-around;
  }
  .help__horizontal-image_mr {
    margin-right: 0;
  }
  .help__horizontal-image_ml {
    margin-left: 0;
  }
  .ratings__title {
    font-size: 3rem;
    line-height: 4rem;
  }
  .guide__step-title {
    max-width: 23rem;
  }
  .guide__step-icon-final {
    top: -7.5rem;
    right: -7.5rem;
  }
}
@media (max-width: 950px) {
  .help__horizontal {
    padding: 6.9rem 3.7rem;
  }
  .help__horizontal-image > img {
    width: 18rem;
  }
  .help__horizontal-logo {
    width: 4.2rem;
    top: -4rem;
    right: -2rem;
  }
  .help__vertical_purple {
    padding: 6.9rem 3.7rem;
  }
  .help__vertical-image {
    width: 18rem;
  }
  .package {
    overflow: hidden;
  }
  .reviews {
    padding: 4rem 3.8rem;
  }
  .reviews__items {
    flex-direction: column;
  }
  .ratings {
    flex-direction: column;
  }
  .ratings__image {
    max-height: 42rem;
  }
  .ratings__image img {
    object-position: top 23% left 100%;
  }
  .ratings__content {
    padding: 4rem 3.8rem;
  }
  .guide__step-delimiter {
    width: 25rem;
  }
  .guide__step-delimiter_first {
    left: 65%;
  }
  .guide__step-delimiter_last {
    left: 65%;
  }
}
@media (max-width: 825px) {
  .preview, .help {
    min-height: auto;
  }
  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 9.5rem 0;
    background-color: #15191C;
    z-index: 20;
    transform: translate(0, -100%);
  }
  .header__nav.open {
    transform: translate(0, 0);
  }
  .header__nav.animated {
    transition: transform 0.3s ease-in-out;
  }
  .header__list {
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
  }
  .header__list-link {
    font-size: 2.6rem;
  }
  .header__burger {
    display: block;
  }
  .preview__title, .help__title, .ratings__title,
  .package__title, .reviews__title, .guide__title {
    font-size: 3rem;
    max-width: 65rem;
    line-height: 4rem;
  }
  .package__title {
    max-width: 41rem;
  }
  .package__subtitle {
    max-width: 43rem;
  }
  .package__details {
    gap: 2rem;
  }
  .package {
    margin-bottom: 4.8rem;
  }
  .package__detail-text {
    font-size: 2rem;
    line-height: normal;
  }
  .ratings__title {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .guide__steps {
    flex-direction: column;
    align-items: center;
    gap: 9rem;
    margin: 5rem 0;
  }
  .guide__step-delimiter_first {
    top: 80%;
    left: 80%;
    transform: rotate(90deg);
  }
  .guide__step-delimiter_last {
    transform: scaleX(-1) rotate(90deg);
    bottom: 2rem;
    left: -60%;
  }
  .guide__step-subtitle {
    max-width: 30rem;
  }
  .reviews__title {
    margin-bottom: 3.8rem;
  }
  .reviews, .guide {
    margin: 4.8rem 0;
  }
  .help__vertical, .help__horizontal {
    max-height: none;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    padding-bottom: 0;
  }
  .help__vertical-title, .help__vertical-subtitle, .help__horizontal-title, .help__horizontal-subtitle {
    text-align: center;
  }
  .help__vertical-logo, .help__horizontal-logo {
    top: 1rem;
    right: 0;
  }
  .help__vertical-image, .help__horizontal-image {
    padding: 5rem 3rem;
    max-height: 23rem;
    overflow: hidden;
  }
  .help__vertical_white, .help__horizontal_white {
    flex-direction: column-reverse;
  }
  .footer__content {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .footer__items-wrapper {
    gap: 2rem;
    flex-direction: column;
    align-items: center;
  }
  .footer__items {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer__item {
    text-align: center;
  }
}
@media (max-width: 750px) {
  .main {
    padding: 0 2rem;
  }
  .header__wrapper {
    padding: 3.6rem 2rem;
  }
}
@media (max-width: 459px) {
  html {
    font-size: 49%;
  }
  .preview__title {
    margin-top: 2rem;
  }
  .guide__step-delimiter_last {
    left: -40%;
  }
  .guide__step-delimiter_first {
    left: 56%;
  }
  .help__content {
    padding: 5rem 0;
  }
  .ratings__delimiter {
    width: auto;
    margin-bottom: 1rem;
  }
  .ratings__detail {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ratings__details {
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
  }
  .ratings__detail-delimiter {
    width: auto;
    height: 0.1rem;
    align-self: stretch;
  }
}

/*# sourceMappingURL=styles.css.map */
