@charset "UTF-8";
@font-face {
  font-family: "Oswald";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Oswald-SemiBold.eot");
  src: url("../fonts/Oswald-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Oswald-SemiBold.woff2") format("woff2"), url("../fonts/Oswald-SemiBold.ttf") format("truetype");
}
html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 10px;
}

a {
  text-decoration: none;
}

.font-weight-bold {
  font-weight: 700 !important;
}

section {
  position: relative;
}

.text-red {
  color: rgb(255, 54, 54);
}

.bg-grey {
  background-color: rgb(245, 244, 245);
}

.bg-red {
  background-color: rgb(255, 54, 54);
}

.gy-c-6 {
  --bs-gutter-y: 6rem;
}

.gx-c-6 {
  --bs-gutter-x: 6rem;
}

.mb-c-3 {
  margin-bottom: 3rem;
}
.bg-black {
  background-color: rgb(47, 41, 41);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.button-custom {
  font-size: 1.8rem;
  line-height: 100%;
  padding: 1.75rem 2.4rem;
  border: none;
  border-radius: 1.8rem;
  transition: 0.3s;
}

button.bg-red:hover {
  background: #fff;
  color: rgb(255, 54, 54) !important;
  box-shadow: inset 0 0 0 2px #ff3636;
}

button.bg-white:hover {
  background: #ff3636 !important;
  color: #fff !important;
  box-shadow: inset 0 0 0 2px #fff;
}

button.text-red:hover {
  background: #ff3636 !important;
  color: #fff !important;
}

.title {
  font-size: 6.4rem;
  line-height: 7.4rem;
}
@media (max-width: 768px) {
  .title {
    font-size: 3.2rem;
    line-height: 3.7rem;
  }
}

.text {
  font-size: 2.4rem;
  line-height: 1.8rem;
}
@media (max-width: 768px) {
  .text {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}

.header {
  background: radial-gradient(circle, rgb(30, 30, 40) 0%, rgb(10, 10, 20) 100%);
  padding: 0 0 6.4rem 0;
  position: relative;
  top: -9rem;
  color: #fff;
}
@media (max-width: 768px) {
  .header {
    top: 0;
    padding: 2rem 0 5rem 0;
  }
}
.header__title {
  font-size: 5.4rem;
  line-height: 100%;
}
@media (max-width: 768px) {
  .header__title {
    font-size: 3.2rem;
  }
}
.header__subtitle {
  font-size: 2.4rem;
  line-height: 100%;
  margin: 4.2rem 0 0 0;
}
@media (max-width: 768px) {
  .header__subtitle {
    font-size: 1.6rem;
    margin: 1.4rem 0 0 0;
  }
}
.header__buttons {
  display: flex;
  justify-content: center;
  margin: 4.2rem 0 0 0;
}
@media (max-width: 768px) {
  .header__buttons {
    flex-direction: column;
    align-items: center;
  }
}
.header__button {
  margin: 0 2.1rem;
  border: none;
  border: 0.1rem solid #4D4B4B;
  background: rgb(34, 31, 31);
  border-radius: 0.8rem;
  width: 19.7rem;
  height: 4.7rem;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .header__button {
    margin: 1.2rem;
  }
}
.header__button:hover {
  background: rgb(77, 75, 75);
}
.header__info {
  margin: 1.6rem 0 0 0;
}
.header__info-title {
  font-size: 3.2rem;
  line-height: 100%;
  margin: 0 0 1rem 0;
}
.header__info-subtitle {
  font-size: 1.6rem;
  line-height: 100%;
}
@media (max-width: 768px) {
  .header__info-subtitle :nth-of-type(2) {
    margin: 2.4rem 0 4.2 0;
  }
}
.header__info-android {
  margin: 0 0.8rem 0.25rem 0;
}
.header__info-apple {
  margin: 0 0.25rem 0.25rem 0;
}
.header__info-ugol {
  margin: 0 0 0 0.8rem;
}
.header__banner {
  position: relative;
  top: 8rem;
}
@media (max-width: 768px) {
  .header__banner {
    top: 0;
    margin: 2rem auto;
  }
}

.navbar {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  border-radius: 2.4rem;
  font-size: 1.8rem;
  line-height: 100%;
  position: relative;
  top: 11.4rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .navbar {
    top: 0;
  }
}
.navbar__logo {
  max-width: 12.2rem;
}
@media (max-width: 992px) {
  .navbar .navbar-collapse {
    text-align: left;
  }
}
.navbar .navbar-nav .nav-link {
  padding: 0 1.2rem;
  color: rgb(47, 41, 41);
}
@media (max-width: 992px) {
  .navbar .navbar-nav .nav-link {
    margin: 1rem 0;
  }
}
.navbar .navbar-toggler {
  color: rgb(0, 0, 0);
  border-color: transparent;
}
.navbar .button-custom {
  background: linear-gradient(to bottom, #ff4d4d 0%, #c00000 100%);
}
.navbar .button-custom a {
  color: #fff;
}
.navbar .button-custom:hover a {
  color: rgb(255, 54, 54);
}
.navbar #languageSwitcher {
  border: none;
  margin: 0 7rem 0 0;
  background: transparent;
}

.advantages {
  padding: 1rem 0 10rem 0;
}
@media (max-width: 768px) {
  .advantages {
    padding: 6rem 0;
  }
}
.advantages__subtitle {
  font-size: 2.4rem;
  line-height: 100%;
}
@media (max-width: 768px) {
  .advantages__subtitle {
    margin: 2.4rem 0 0 0;
    font-size: 1.6rem;
  }
}
.advantages__link {
  font-size: 2.4rem;
  line-height: 100%;
}
.advantages__link-arrow {
  margin: 0 0 0 0.8rem;
}
@media (max-width: 768px) {
  .advantages__link-arrow {
    max-width: 1.1rem;
  }
}
@media (max-width: 768px) {
  .advantages__link {
    font-size: 1.6rem;
  }
}
.advantages__card {
  border-radius: 2.4rem;
  padding: 2.5rem;
  background: #F9392E;
  color: #fff;
  margin: 3rem 0;
  height: 28rem;
}
@media (max-width: 768px) {
  .advantages__card {
    margin: 2rem 0 0 0;
    max-width: 100%;
    height: 26rem;
  }
}
.advantages__card-title {
  font-size: 2.4rem;
  line-height: 2.8rem;
  margin: 3rem 0 1.6rem 0;
}
.advantages__card-text {
  font-size: 1.6rem;
  line-height: 1.8rem;
}
.advantages__button {
  border: 2px solid rgb(255, 54, 54);
  background: transparent;
  margin: 3rem 0 0 0;
}

.faq {
  padding: 6rem 0 9.5rem 0;
  background-color: #09090F;
  /* Стили для каждого аккордеона */
  /* Кнопка аккордеона с местом для иконки */
  /* Иконка стрелки через data URL */
  /* Поворот стрелки на 180 градусов при открытии */
}
.faq__title {
  color: #fff;
  margin: 0 0 6rem 0;
}
.faq .accordion-button {
  padding: 3rem 2.5rem;
  font-size: 2.4rem;
  line-height: 100%;
}
@media (max-width: 992px) {
  .faq .accordion-button {
    padding: 2.2rem 2rem;
    font-size: 1.8rem;
  }
}
.faq .accordion-button:not(.collapsed) {
  color: #111;
  background-color: #fff;
  box-shadow: none;
}
.faq .accordion-body {
  font-size: 2.4rem;
  line-height: 100%;
  padding: 0 2.4rem 2.4rem;
}
@media (max-width: 992px) {
  .faq .accordion-body {
    font-size: 1.6rem;
    padding: 0 2rem 2rem;
  }
}
.faq .custom-accordion-item {
  border: 1px solid #ccc;
  border-radius: 2.4rem;
  overflow: hidden; /* Чтобы контент не выходил за скругленные углы */
  margin-bottom: 2.4rem; /* Отступ между блоками */
}
.faq .custom-accordion-btn {
  position: relative;
  padding-right: 2rem; /* резерв для иконки */
}
.faq .custom-accordion-btn::after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-size: 2.4rem 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}
.faq .custom-accordion-btn:not(.collapsed)::after {
  transform: translateY(-50%) rotate(180deg);
}

.plan {
  padding: 0 0 10rem 0;
}
@media (max-width: 992px) {
  .plan {
    padding: 0 0 4.2rem 0;
  }
}
.plan__card {
  padding: 2.5rem;
  border-radius: 2.4rem;
  margin: 6rem 0 0 0;
}
@media (max-width: 992px) {
  .plan__card {
    margin: 4.2rem 0 0 0;
  }
}
.plan__card-name {
  font-size: 2.4rem;
  line-height: 2.8rem;
}
.plan__card-title {
  font-size: 3.2rem;
  line-height: 3.6rem;
  margin: 3.2rem 0;
}
.plan__card-subtitle {
  font-size: 1.6rem;
  line-height: 1.8rem;
}
.plan__card-list {
  font-size: 1.6rem;
  line-height: 1.8rem;
  margin: 4.7rem 0 10rem 0;
}
.plan__card-list ul {
  position: relative;
  list-style: none;
  padding: 0;
}
.plan__card-list li {
  position: relative;
  padding: 0 0 2.4rem 4rem;
}
.plan__card-list_item1 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  transform: translateY(-50%);
  width: 2.6rem;
  height: 2.6rem;
  background-image: url("../img/red-li.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.plan__card-list_item2 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  transform: translateY(-50%);
  width: 2.6rem;
  height: 2.6rem;
  background-image: url("../img/red-li.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.plan__card-list_item3 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  transform: translateY(-50%);
  width: 2.6rem;
  height: 2.6rem;
  background-image: url("../img/white-li.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.plan__link {
  font-size: 2.4rem;
  line-height: 100%;
}
@media (max-width: 768px) {
  .plan__link {
    font-size: 1.6rem;
    margin: 1.4rem 0 0 0;
  }
}
.plan__link-arrow {
  margin: 0 0 0 0.8rem;
}
@media (max-width: 768px) {
  .plan__link-arrow {
    max-width: 1.1rem;
  }
}

.download {
  padding: 24rem 0;
  color: #fff;
}
@media (max-width: 992px) {
  .download {
    padding: 6rem 0;
  }
}
.download__wrapper {
  background: #363640;
  border-radius: 2.4rem;
  padding: 5.5rem;
}
@media (max-width: 992px) {
  .download__wrapper {
    padding: 2.5rem 2.5rem 0 2.5rem;
    text-align: center;
  }
}
.download__wrapper-title {
  font-size: 6.4rem;
  line-height: 7.4rem;
}
@media (max-width: 992px) {
  .download__wrapper-title {
    font-size: 3.2rem;
    line-height: 100%;
  }
}
.download__wrapper-subtitle {
  font-size: 2.4rem;
  line-height: 2.8rem;
  margin: 4.2rem 0 0 0;
}
@media (max-width: 992px) {
  .download__wrapper-subtitle {
    font-size: 1.6rem;
    line-height: 100%;
    margin: 2.4rem 0 0 0;
  }
}
.download__wrapper-buttons {
  margin: 4.2rem 0 0 0;
}
@media (max-width: 992px) {
  .download__wrapper-buttons {
    margin: 1.8rem 0 0 0;
  }
}
.download__wrapper-button {
  border: none;
  background: rgb(34, 31, 31);
  border-radius: 0.8rem;
  width: 19.7rem;
  height: 4.7rem;
  transition: 0.2s;
}
@media (max-width: 992px) {
  .download__wrapper-button {
    margin: 2.4rem;
  }
}
.download__wrapper-button:nth-child(2) {
  margin: 0 0 0 4.2rem;
}
@media (max-width: 992px) {
  .download__wrapper-button:nth-child(2) {
    margin: 0;
  }
}
.download__wrapper-button:hover {
  background: rgb(77, 75, 75);
}
.download__wrapper-mob {
  position: absolute;
  right: 5%;
  top: -19rem;
}
@media (max-width: 992px) {
  .download__wrapper-mob {
    position: relative;
    right: auto;
    top: auto;
    margin: 5rem auto 0;
  }
}

.footer {
  background: #22242E;
  padding: 4.8rem 0 3.3rem 0;
  color: #fff;
  font-size: 1.6rem;
  line-height: 100%;
}
@media (max-width: 768px) {
  .footer {
    padding: 4rem 0;
  }
}
@media (max-width: 992px) {
  .footer-buttons {
    display: flex;
    flex-direction: column;
  }
}
.footer-button {
  border: none;
  background: rgb(34, 31, 31);
  border-radius: 0.8rem;
  width: 19.7rem;
  height: 4.7rem;
  transition: 0.2s;
}
.footer-button:nth-child(2) {
  margin: 0 0 0 2.4rem;
}
@media (max-width: 992px) {
  .footer-button:nth-child(2) {
    margin: 2rem 0;
  }
}
.footer-button:hover {
  background: rgb(77, 75, 75);
}
.footer__space {
  margin: 6.2rem 0 0 0;
}
@media (max-width: 992px) {
  .footer__space {
    margin: 2rem 0 0 0;
  }
}
.footer__menu {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .footer__menu-item {
    margin: 1.4rem 0;
  }
}
.footer__policy {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .footer__policy {
    margin: 6rem 0;
  }
}
@media (max-width: 992px) {
  .footer__copyright {
    margin: 6rem 0 0 0;
  }
}
.footer__address {
  margin: 4.2rem 0 0 0;
}
.footer__address-loc {
  margin: 0 0.8rem 0 0;
}
.footer__logo {
  filter: invert(1);
}/*# sourceMappingURL=main.css.map */