@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, dl {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, span {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

div.account_ip {
  margin-right: 10px;    
}




button {
  border: none;
  background: transparent;
  cursor: pointer;
  outline: none;
}

input {
  border: none;
  background: transparent;
  outline: none;
}

body {
  font-family: "Onest", sans-serif;
  font-weight: 400;
  background: #080808;
  color: #FFFFFF;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.main_container {
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 1156px) {
  .main_container {
    max-width: calc(100% - 32px);
  }
}
.main_input {
  position: relative;
  width: 100%;
}
.main_input__icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  z-index: -1;
}
.main_input input {
  width: 100%;
  border: 1px solid #FFF;
  border-radius: 6px;
  height: 48px;
  padding: 0 20px 0 48px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #FFF;
}
.main_input input::-moz-placeholder {
  color: #42366D;
}
.main_input input::placeholder {
  color: #42366D;
}

.btn_rose {
  background: #EB1D5B;
  height: 48px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 140%;
  gap: 6px;
  box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.2);
}
.btn_light_border {
  background: black;
  height: 48px;
  border: 1px solid #A6A6A6;
  border-radius: 6px;
  padding: 0 11px;
}

.sec_title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
}
.sec_title span {
  border-bottom: 1px solid #EB1D5B;
  padding: 0 10px;
}

.border_gradient {
  position: relative;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.01);
  border-radius: 7px;
}
.border_gradient::before {
  border-radius: 6px;
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border: 1px solid transparent;
  background: linear-gradient(11deg, #3B3C3E, rgba(0, 0, 0, 0), #3B3C3E) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

.header {
  top: 30px;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .header {
    top: 16px;
  }
}
@media screen and (max-width: 991px) {
  .header__logo img {
    height: 54px;
  }
}
.header__nav {
  gap: 20px;
  padding-top: 35px;
}
.header__nav a {
  font-size: 14px;
  line-height: 140%;
  width: 156px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header__nav a.active, .header__nav a:hover {
  background: linear-gradient(135.29deg, rgba(20, 0, 255, 0.05) 1.042%, rgba(20, 0, 255, 0) 100%), rgba(255, 255, 255, 0.01);
}
.header__nav a.active::before, .header__nav a:hover::before {
  background: linear-gradient(11deg, #3A2C74, #231563, #BFB1F6) border-box;
}
.header__account_top {
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .header__account_top {
    gap: 15px;
  }
}
.header__account_top .account_ip {
  font-size: 12px;
  line-height: 140%;
  color: #9FCCD4;
}
.header__account_top .account_ip span {
  color: #FFFFFF;
}
.header__account_bottom {
  gap: 8px;
}
.header__account_bottom button {
  height: 40px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 140%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
}
.header__account_bottom button.auth_btn::before {
  background: linear-gradient(11deg, #673344, #451121, #622E3E) border-box;
}
.header__account_bottom .user {
  font-size: 14px;
  line-height: 140%;
  margin-right: 24px;
}
.header__account_bottom .user span {
  color: #EB1D5B;
}
.header__bars {
  width: 40px;
  height: 40px;
}
.header__bars::before {
  background: linear-gradient(37deg, #3B3C3E, rgba(0, 0, 0, 0), #3B3C3E) border-box;
}

.mobile_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.9);
  z-index: 5;
  display: none;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .mobile_menu {
    display: none !important;
  }
}
.mobile_menu__bars {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
}
.mobile_menu ul {
  width: calc(100% - 32px);
  gap: 20px;
}
.mobile_menu ul a {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 140%;
  background: rgba(255, 255, 255, 0.01);
}
.mobile_menu ul a::before {
  background: linear-gradient(4deg, #3B3C3E, rgba(0, 0, 0, 0), #3B3C3E) border-box;
}
.mobile_menu ul a.active {
  background: linear-gradient(135.29deg, rgba(20, 0, 255, 0.05) 1.042%, rgba(20, 0, 255, 0) 100%), rgba(255, 255, 255, 0.01);
}
.mobile_menu ul a.active::before {
  background: linear-gradient(4deg, #3A2C74, #231563, #BFB1F6) border-box;
}
.mobile_menu ul button {
  width: 100%;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 140%;
  height: 40px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.01);
}
.mobile_menu ul button::before {
  background: linear-gradient(4deg, #3B3C3E, rgba(0, 0, 0, 0), #3B3C3E) border-box;
}
.mobile_menu ul button.auth_btn::before {
  background: linear-gradient(4deg, #673344, #451121, #622E3E) border-box;
}

.switch {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.switch .current {
  width: 21px;
  height: 15px;
  position: relative;
  z-index: 1;
  display: flex;
}
.switch .current img {
  border-radius: 3px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dropdown-item img {
        width: 21px;
        height: 15px;
}

.options {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  transition: all 0.36s ease-out;
  display: none;
  overflow: hidden;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.switch.show-options .options {
  display: block;
  z-index: 5;
}
.switch.anim-options .options {
  opacity: 1;
}
.switch.show-shadow .options {
  box-shadow: 0 2px 12px -4px rgba(0, 0, 0, 0.4);
}

.options-list {
  color: #080808;
  margin: 0;
  padding: 0.2rem 0.4em;
  position: relative;
  z-index: 5;
}
.options-list li {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0.4em;
  border-bottom: 1px solid #E1E4E6;
  transform: translateX(10px);
  transition: all 0.24s ease-out;
  transition-delay: 0.1s;
  opacity: 0;
  font-size: 14px;
  line-height: 140%;
  white-space: nowrap;
}
.options-list li:last-child {
  border-bottom: none;
}
.options-list li:nth-child(1) {
  transition-delay: 0.1s;
}
.options-list li:nth-child(2) {
  transition-delay: 0.15s;
}
.options-list li:nth-child(3) {
  transition-delay: 0.2s;
}
.options-list li.selected {
  color: #4A2475;
}
.switch.anim-options .options-list li {
  transform: translateX(0);
  opacity: 1;
}

#trans-circle {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -80px;
  right: -80px;
  padding: 0;
  margin: 0;
  border: none;
  z-index: 1;
  transition: all 0.4s ease-out;
  transform: scale(0.5);
  overflow: hidden;
}
#trans-circle svg {
  max-width: 100%;
  max-height: 100%;
}

.switch.anim-options #trans-circle {
  transform: scale(9);
}

.auth_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: none;
  align-items: center;
  justify-content: center;
}
.auth_modal.active {
  display: flex;
}
.auth_modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.auth_modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.01);
}
.auth_modal__close::before {
  background: linear-gradient(30deg, #3B3C3E, rgba(0, 0, 0, 0), #3B3C3E) border-box;
}
.auth_modal__content {
  position: relative;
  width: 390px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.9);
  border-radius: 16px;
  padding: 76px 16px 24px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .auth_modal__content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 96px 16px 16px;
    border-radius: 0;
  }
}
.auth_modal__title {
  border-bottom: 1px solid #EB1D5B;
  margin-bottom: 37px;
}
.auth_modal__inputs {
  gap: 10px;
  margin-bottom: 37px;
}
.auth_modal__inputs a {
  color: #EB1D5B;
  font-size: 14px;
  line-height: 140%;
}
.auth_modal__bottom .btn_rose {
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  margin-bottom: 8px;
}
.auth_modal__bottom p {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}
.auth_modal__bottom p a {
  display: inline;
  color: #EB1D5B;
  text-decoration: underline;
  font-weight: 500;
}

.home {
  padding-top: 210px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .home {
    padding-top: 68px;
  }
}
.home .main_container {
  position: relative;
}
.home__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .home__bg {
    width: 1240px;
  }
}
.home__phone_img {
  position: absolute;
  top: 0;
  left: -346px;
}
@media screen and (max-width: 1100px) {
  .home__phone_img {
    width: 750px;
  }
}
@media screen and (max-width: 992px) {
  .home__phone_img {
    position: static;
    width: 600px;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .home__phone_img {
    width: 100%;
    height: 345px;
    -o-object-fit: contain;
       object-fit: contain;
    transform: translateX(-20px);
  }
}
.home__content {
  width: 544px;
  gap: 52px;
  margin-bottom: 133px;
}
@media screen and (max-width: 992px) {
  .home__content {
    margin: 0 auto 40px;
    align-items: center !important;
    text-align: center !important;
  }
}
@media screen and (max-width: 768px) {
  .home__content {
    width: 100%;
    align-items: flex-start !important;
    text-align: left !important;
    gap: 23px;
  }
}
.home__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .home__title {
    font-size: 30px;
  }
}
.home__line {
  height: 4px;
  width: 100%;
  border-radius: 2px;
  background: #EB1D5B;
}
.home__subtitle {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .home__subtitle {
    font-size: 20px;
  }
}
.home h3 {
  color: #9FCCD4;
  font-size: 20px;
  line-height: 140%;
  gap: 6px;
}
.home .btn_rose {
  width: 352px;
}
@media screen and (max-width: 768px) {
  .home .btn_rose {
    width: 100%;
  }
}
.home .download_link {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .home .download_link {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .home .download_link li {
    width: 100%;
  }
}
.home .download_link a {
  width: 165px;
}
@media screen and (max-width: 768px) {
  .home .download_link a {
    width: 100%;
  }
}
.home__card {
  margin-bottom: 92px;
  gap: 32px;
}
@media screen and (max-width: 992px) {
  .home__card {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .home__card {
    margin-bottom: 40px;
  }
}
.home__card_item {
  padding: 24px 16px;
  width: calc(33.3333333333% - 21.3333333333px);
}
@media screen and (max-width: 992px) {
  .home__card_item {
    width: 100%;
  }
}
.home__card_item::before {
  background: linear-gradient(40deg, #3B3C3E, rgba(0, 0, 0, 0), #3B3C3E) border-box;
}
.home__card_item h4 {
  margin: 24px 0 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}
.home__card_item h4 span {
  border-bottom: 1px solid #EB1D5B;
  padding: 0 10px;
}
.home__card_item p {
  font-size: 14px;
  line-height: 140%;
}

.ease_use {
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ease_use {
    margin-bottom: 40px;
  }
}
.ease_use__bg {
  position: absolute;
  z-index: -1;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .ease_use__bg {
    width: 1240px;
    top: 73px;
  }
}
.ease_use__title {
  margin-bottom: 52px;
}
.ease_use__slider {
  gap: 20px;
  position: relative;
}
.ease_use__slider_prev, .ease_use__slider_next {
  width: 50px;
  height: 60px;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  background: rgba(17, 8, 44, 0.13), rgba(255, 255, 255, 0.01);
}
@media screen and (max-width: 630px) {
  .ease_use__slider_prev, .ease_use__slider_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
}
.ease_use__slider_prev::before, .ease_use__slider_next::before {
  background: linear-gradient(40deg, #3B3C3E, rgba(0, 0, 0, 0), #3B3C3E) border-box;
}
@media screen and (max-width: 630px) {
  .ease_use__slider_next {
    right: 0;
  }
}
.ease_use__slider .swiper-slide img {
  width: 100%;
}

.tarif {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .tarif {
    margin-bottom: 40px;
  }
}
.tarif__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .tarif__slider {
    overflow: visible;
  }
}
.tarif__slider_item {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(180deg, rgba(17, 8, 44, 0.2), rgba(17, 8, 44, 0) 100%), rgba(255, 255, 255, 0.01);
  height: 540px;
  position: relative;
  padding: 27px 16px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .tarif__slider_item {
    width: 352px;
  }
}
.tarif__slider_item::before {
  background: linear-gradient(53deg, #3B3C3E, rgba(0, 0, 0, 0), #3B3C3E) border-box;
}
.tarif__slider_item:nth-child(2) .benefit {
  width: 275px;
  height: 275px;
}
.tarif__slider_item:nth-child(3) .benefit {
  width: 290px;
  height: 290px;
}
.tarif__slider_subtitle {
  font-size: 30px;
  line-height: 140%;
  margin: 20px 0 30px;
}
.tarif__slider_price {
  font-size: 50px;
  font-weight: 700;
  line-height: 140%;
}
.tarif__slider a {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
}
.tarif__slider .benefit {
  position: absolute;
  width: 251px;
  height: 251px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65.5%, rgb(0, 0, 0) 100%), linear-gradient(161.57deg, rgb(47, 183, 226) -12.893%, rgb(92, 107, 192) 32.272%, rgb(255, 0, 77) 76.506%);
  border-radius: 50%;
  position: absolute;
  bottom: 14px;
  right: -61px;
  font-size: 24px;
  line-height: 37.97px;
  text-align: right;
}
.tarif__slider .benefit_text {
  position: absolute;
  bottom: 82px;
  right: 96px;
}
.tarif__slider .benefit .protsent {
  font-size: 60px;
  font-weight: 600;
  line-height: 77px;
  display: block;
}

.quality {
  margin-bottom: 65px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .quality {
    margin-bottom: 40px;
  }
}
.quality__bg {
  position: absolute;
  top: -247px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.quality__top {
  padding-left: 60px;
  margin-bottom: 26px;
}
@media screen and (max-width: 992px) {
  .quality__top {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.quality__phone {
  transform: translateX(-26px);
}
@media screen and (max-width: 992px) {
  .quality__phone {
    width: 100%;
    height: 459px;
    -o-object-fit: contain;
       object-fit: contain;
    transform: translateX(-50px);
  }
}
.quality__content {
  width: 544px;
  padding-top: 83px;
}
@media screen and (max-width: 992px) {
  .quality__content {
    width: 100%;
    padding-top: 0;
  }
}
.quality__title {
  text-align: left;
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 20px;
}
.quality__title span {
  padding: 0 0 20px;
  border-bottom: 4px solid #EB1D5B;
}
@media screen and (max-width: 992px) {
  .quality__title span br {
    display: none;
  }
}
.quality__description {
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .quality__description {
    font-size: 14px;
  }
}
.quality .download_link {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .quality .download_link li {
    width: 100%;
  }
}
.quality .download_link a {
  width: 165px;
}
@media screen and (max-width: 768px) {
  .quality .download_link a {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .quality__list {
    overflow: visible;
  }
}
.quality__list .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.quality__list_item {
  height: auto;
  position: relative;
  padding: 0;
  display: block;
  padding: 24px 13px 16px;
  background: linear-gradient(180deg, rgba(17, 8, 44, 0.2), rgba(17, 8, 44, 0) 100%), rgba(255, 255, 255, 0.01);
}
@media screen and (max-width: 992px) {
  .quality__list_item {
    width: 256px;
  }
}
.quality__list_item::before {
  background: linear-gradient(38deg, #3B3C3E, rgba(0, 0, 0, 0), #3B3C3E) border-box;
}
.quality__list_item img {
  box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.2), 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}
.quality__list_item__line {
  width: 64px;
  margin: 31px auto 25px;
  height: 1px;
  background: #EB1D5B;
  display: block;
  position: relative;
}
.quality__list_item h3 {
  font-size: 16px;
  line-height: 140%;
  position: relative;
}

.have_question {
  margin-bottom: 59px;
}
@media screen and (max-width: 768px) {
  .have_question__title {
    font-size: 24px;
  }
  .have_question__title span {
    width: 100%;
  }
}
.have_question__subtitle {
  margin: 20px 0 30px;
  font-size: 20px;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .have_question__subtitle {
    margin: 12px 0;
  }
}
@media screen and (max-width: 768px) {
  .have_question__link {
    gap: 12px;
  }
}
.have_question a {
  width: 318px;
  height: 74px;
  gap: 17px;
  font-size: 20px;
  line-height: 140%;
  background: linear-gradient(180deg, rgba(17, 8, 44, 0.2), rgba(17, 8, 44, 0) 100%), rgba(255, 255, 255, 0.01);
}
@media screen and (max-width: 576px) {
  .have_question a {
    width: 100%;
  }
}
.have_question__link_text {
  font-size: 16px;
  line-height: 140%;
  margin: 0 32px;
}

.footer .main_container {
  padding: 20px 0;
  position: relative;
}
@media screen and (max-width: 992px) {
  .footer .main_container {
    gap: 30px;
  }
}
.footer .main_container::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  top: -1px;
  background: #161616;
}
.footer .main_container::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  top: -2px;
  background: #000000;
}
.footer__bg {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.footer__logo {
  gap: 86px;
}
@media screen and (max-width: 992px) {
  .footer__logo {
    gap: 12px;
  }
}
.footer__logo span {
  color: rgb(87, 87, 87);
  font-size: 12px;
  line-height: 140%;
}
.footer__navs {
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .footer__navs {
    width: 100%;
    gap: 10px;
  }
}
.footer__navs_line {
  width: 1px;
  height: 25px;
  background: #575757;
}
.footer__navs a {
  color: rgb(87, 87, 87);
  font-size: 12px;
  line-height: 140%;
  text-decoration: underline;
}
.footer__navs a.active, .footer__navs a:hover {
  color: white;
}
.footer__contact {
  gap: 8px;
}

.faq {
  padding-top: 184px;
  margin-bottom: 46px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faq {
    padding-top: 90px;
    margin-bottom: 40px;
  }
}
.faq__bg {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .faq__bg {
    width: 1240px;
  }
}
.faq__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .faq__title {
    margin-bottom: 20px;
  }
}
.faq__list {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .faq__list {
    gap: 12px;
  }
}
.faq__list_item {
  background: linear-gradient(180deg, rgba(17, 8, 44, 0.2), rgba(17, 8, 44, 0) 100%), rgba(255, 255, 255, 0.01);
  color: #FFFFFF;
}
.faq__list_item::before {
  transition: 0.3s ease all;
  background: linear-gradient(4deg, #3B3C3E, rgba(0, 0, 0, 0), #3B3C3E) border-box;
}
@media screen and (max-width: 768px) {
  .faq__list_item::before {
    background: linear-gradient(11deg, #3B3C3E, rgba(0, 0, 0, 0), #3B3C3E) border-box;
  }
}
.faq__list_item.active::before {
  background: linear-gradient(11deg, #3B3C3E, rgba(0, 0, 0, 0), #3B3C3E) border-box;
}
@media screen and (max-width: 768px) {
  .faq__list_item.active::before {
    background: linear-gradient(50deg, #3B3C3E, rgba(0, 0, 0, 0), #3B3C3E) border-box;
  }
}
.faq__list_item__head {
  color: #FFFFFF;
  border-radius: 0;
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .faq__list_item__head {
    font-size: 16px;
    padding: 20px 12px;
    text-align: left;
  }
}
.faq__list_item__head span {
  gap: 12px;
}
.faq__list_item__head .icon img:nth-child(1) {
  display: block;
}
.faq__list_item__head .icon img:nth-child(2) {
  display: none;
}
.faq__list_item__head.active .icon img:nth-child(1) {
  display: none;
}
.faq__list_item__head.active .icon img:nth-child(2) {
  display: block;
}
.faq__list_item__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.faq__list_item__body p {
  padding: 0 20px 20px 55px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.about {
  padding-top: 184px;
  margin-bottom: 57px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about {
    padding-top: 90px;
    margin-bottom: 32px;
  }
}
.about__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .about__bg {
    width: 1240px;
  }
}
.about__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .about__title {
    margin-bottom: 20px;
  }
  .about__title span {
    width: 100%;
  }
}
.about__description {
  font-size: 16px;
  line-height: 140%;
}
.about__top {
  margin-bottom: 57px;
}
@media screen and (max-width: 768px) {
  .about__top {
    margin-bottom: 32px;
  }
}
.about__top_content {
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .about__top_content {
    margin-top: 47px;
  }
}
.about__top_content__left {
  padding-right: 480px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .about__top_content__left {
    padding-right: 0;
  }
}
.about__top_content__left p {
  margin-bottom: 25px;
}
.about__top_content__left p:nth-child(2) {
  margin-bottom: 32px;
}
.about__top_content__left .btn_rose {
  width: 256px;
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .about__top_content__left .btn_rose {
    margin-bottom: 23px;
    width: 100%;
  }
}
.about__top_content__left .download_link {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .about__top_content__left .download_link li {
    width: 100%;
  }
}
.about__top_content__left .download_link a {
  width: 166px;
}
@media screen and (max-width: 768px) {
  .about__top_content__left .download_link a {
    width: 100%;
  }
}
.about__top_content__right {
  position: absolute;
  top: -10px;
  right: 49px;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .about__top_content__right {
    position: static;
    height: 460px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transform: translateX(-90px);
  }
}
@media screen and (max-width: 992px) {
  .about__bottom {
    overflow: visible;
  }
}
.about__bottom_item {
  height: auto;
  padding: 24px 16px 27px;
  background: linear-gradient(180deg, rgba(17, 8, 44, 0.2), rgba(17, 8, 44, 0) 100%), rgba(255, 255, 255, 0.01);
}
@media screen and (max-width: 992px) {
  .about__bottom_item {
    width: 352px;
  }
}
.about__bottom_item::before {
  background: linear-gradient(38deg, #3B3C3E, rgba(0, 0, 0, 0), #3B3C3E) border-box;
}
.about__bottom_item img {
  box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.2), 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.about__bottom_item h3 {
  margin: 24px 0 10px -16px;
  padding: 0 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  width: calc(100% + 32px);
}
.about__bottom_item h3 span {
  border-bottom: 1px solid #EB1D5B;
}
.about__bottom_item p {
  font-size: 14px;
  line-height: 140%;
}

.account {
  position: relative;
  padding-top: 154px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .account {
    padding-top: 90px;
    margin-bottom: 34px;
  }
}
.account__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .account__bg {
    width: 1240px;
  }
}
.account__title {
  margin-bottom: 30px;
}
@media screen and (max-width: 758px) {
  .account__title {
    margin-bottom: 20px;
  }
}
.account__form {
  background: linear-gradient(180deg, rgba(17, 8, 44, 0.2), rgba(17, 8, 44, 0) 100%), rgba(255, 255, 255, 0.01);
  padding: 31px 41px 28px 37px;
  gap: 24px 30px;
  margin-bottom: 34px;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .account__form::before {
    background: linear-gradient(20deg, #3B3C3E, rgba(0, 0, 0, 0), #3B3C3E) border-box;
  }
}
@media screen and (max-width: 768px) {
  .account__form::before {
    background: linear-gradient(40deg, #3B3C3E, rgba(0, 0, 0, 0), #3B3C3E) border-box;
  }
}
@media screen and (max-width: 450px) {
  .account__form::before {
    background: linear-gradient(50deg, #3B3C3E, rgba(0, 0, 0, 0), #3B3C3E) border-box;
  }
}
@media screen and (max-width: 768px) {
  .account__form {
    padding: 12px 15px 16px;
  }
}
.account__form_bg {
  position: absolute;
  height: 100%;
  top: 0;
  right: 23px;
  z-index: -1;
}
@media screen and (max-width: 1050px) {
  .account__form_bg {
    display: none;
  }
}
.account__form h3 {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .account__form h3 {
    font-size: 20px;
    margin-bottom: -2px;
  }
}
.account__form_item {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 1050px) {
  .account__form_item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .account__form_item {
    width: 100%;
  }
}
.account__form_inputs {
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .account__form_inputs {
    padding-right: 46px;
  }
}
.account__form_inputs .input {
  position: relative;
  width: 100%;
}
.account__form_inputs .input input {
  position: relative;
  height: 48px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #FFFFFF;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  padding: 0 35px 0 20px;
}
@media screen and (max-width: 768px) {
  .account__form_inputs .input input {
    padding: 0 20px;
  }
}
.account__form_inputs .input input::-moz-placeholder {
  color: #42366D;
}
.account__form_inputs .input input::placeholder {
  color: #42366D;
}
.account__form_inputs .input_icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .account__form_inputs .input_icon {
    right: -35px;
  }
}
.account__form_inputs .input_wrap {
  gap: 20px;
}
.account__form_inputs .input_wrap img {
  flex-shrink: 0;
}
.account__form_inputs .input_wrap:nth-child(1) .input input {
  border-color: #321954;
}
.account__form_tarif {
  padding: 23px 18px 15px;
  overflow: hidden;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: linear-gradient(180deg, rgba(17, 8, 44, 0.2), rgba(17, 8, 44, 0) 100%), rgba(255, 255, 255, 0.01);
}
.account__form_tarif::before {
  background: linear-gradient(25deg, #3B3C3E, rgba(0, 0, 0, 0), #3B3C3E) border-box;
}
.account__form_tarif .tarif_discount {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65.5%, rgb(0, 0, 0) 100%), linear-gradient(161.57deg, rgb(47, 183, 226) -12.893%, rgb(92, 107, 192) 32.272%, rgb(255, 0, 77) 76.506%);
  width: 198px;
  height: 198px;
  border-radius: 50%;
  position: absolute;
  left: -35px;
  bottom: -57px;
}
.account__form_tarif .tarif_discount__text {
  position: absolute;
  top: 48px;
  left: 56px;
  font-size: 18.83px;
  line-height: 29.79px;
  text-align: left;
}
.account__form_tarif .tarif_discount__text span {
  display: block;
  font-size: 47.08px;
  font-weight: 600;
  line-height: 60px;
}
.account__form_tarif .tarif_title {
  color: #9FCCD4;
  font-size: 16px;
  line-height: 140%;
  padding-bottom: 34px;
  position: relative;
}
.account__form_tarif .tarif_title::after {
  content: "";
  position: absolute;
  bottom: 18px;
  right: 0;
  width: 124px;
  height: 1px;
  background-color: #FFFFFF;
}
.account__form_tarif .tarif_title span {
  color: #EB1D5B;
  display: block;
  font-size: 24px;
  font-weight: 700;
}
.account__form_tarif .tarif_period {
  font-size: 12px;
  line-height: 140%;
}
.account__form_tarif .tarif_period span {
  color: #9FCCD4;
  font-size: 16px;
  line-height: 140%;
  margin-top: 5px;
  display: block;
}
.account__tarif_list {
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .account__tarif_list {
    gap: 20px;
  }
}
.account__tarif_list__item {
  padding: 25px 27px 16px;
  background: linear-gradient(180deg, rgba(17, 8, 44, 0.2), rgba(17, 8, 44, 0) 100%), rgba(255, 255, 255, 0.01);
  box-shadow: 0px 3.72px 9.31px 0px rgba(0, 0, 0, 0.25);
  width: calc(33.3333333333% - 21.3333333333px);
}
@media screen and (max-width: 992px) {
  .account__tarif_list__item {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 768px) {
  .account__tarif_list__item {
    width: 100%;
    padding: 25px 30px 15px;
  }
}
.account__tarif_list__item::before {
  background: linear-gradient(37deg, #3B3C3E, rgba(0, 0, 0, 0), #3B3C3E) border-box;
}
.account__tarif_list__item h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 18px;
}
.account__tarif_list__item h4 span {
  padding: 0 10px;
  border-bottom: 1px solid #EB1D5B;
}
.account__tarif_list__item h5 {
  font-size: 30px;
  line-height: 140%;
  margin-bottom: 13px;
}
.account__tarif_list__item h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 32px;
}
.account__tarif_list__item .btn_rose.disabled {
  pointer-events: none;
  background: transparent;
  border: 1px solid #FFFFFF;
}/*# sourceMappingURL=style.css.map */