.wrap {
  font-family: var(--NS);
  max-width: 100vw;
  min-height: 100vh;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--color-text);
  position: relative;
}

.container {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 12rem;
}

.header {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1;
}

.header__lang{
  margin-right: 8rem;
  display: flex;
  gap:2rem;
  align-items: center;
}
.lang-item{
  position: relative;
  overflow: hidden;
  /*width: 4rem;*/
  /*height: 2.7rem;*/
}


.lang-item:after{
  content: '';
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 4rem;
  height: 2.7rem;
  pointer-events: none;
}

.lang-item:first-child:after{
  background: url(../img/flag1.svg) center/4rem 2.7rem no-repeat;
}
.lang-item:last-child:after{
  background: url(../img/flag2.svg) center/4rem 2.7rem no-repeat;
}
.lang-item img{
  width: 3.9rem!important;
  height: auto!important;
  overflow: hidden;
}
.header .container {
  max-width: 192rem;
  padding: 3.6rem;
}

.header__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 17.5rem;
}

.header__logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.header__logo .img {
  width: 6.2872rem;
  height: 5.5432rem;
}

.header__logo > * {
  font: 400 2.5777rem/normal var(--Capriola);
  letter-spacing: -0.1031rem;
}

.header__burger {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.4rem;
  cursor: pointer;
  display: none;
  position: relative;
  z-index: 6;
  width: 2.2rem;
}

.header__burger span {
  background-color: var(--color-text);
  width: 2.2rem;
  height: 0.2rem;
}

.header__burger-open span {
  display: block;
  position: absolute;
  top: 50%;
  margin: 0;
  transition: .2s ease;
}

.header__burger-open span:nth-child(1) {
  background-color: var(--color-white);
  transform: rotate(-45deg);
}

.header__burger-open span:nth-child(2) {
  background-color: var(--color-white);
  transform: rotate(45deg);
}

.header__burger-open span:nth-child(3) {
  display: none;
}

.header__menu {
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.header__menu-item > * {
  font: 600 1.2rem/normal var(--NS);
  color: var(--color-text);
  transition: 0.2s ease;
}

.header__menu-item > *.active {
  color: var(--color-primary);
}

.header__menu-item > *:hover {
  opacity: 1;
  color: var(--color-primary);
}

.header__menu-show {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 2.4rem;
  background-color: var(--color-primary);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 50%;
  padding: 10.1rem 3rem 5.2rem;
  overflow-y: auto;
  transform: translateX(-50%);
  z-index: 5;
  position: absolute;
}

.header__menu-show .header__menu-item > * {
  font-size: 2rem;
  line-height: 2.24rem;
  color: #D9CDFF;
}

.header__menu-show .header__menu-item > *.active {
  color: white;
}

.header__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap:1rem;
}

.header__money {
  padding-left: 2.8rem;
  position: relative;
}

.header__money > * {
  font: 600 1.6rem/140% var(--NS);
}

.header__money:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  background: url(../img/money.svg) center/2.2rem 2.2rem no-repeat;
}

.header__right {
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -ms-flex-align: center;
      align-items: center;
}

.header__auth {
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -ms-flex-align: center;
      align-items: center;
}

.header__auth .drop__btn {
  color: var(--color-primary);
}

.header__auth .drop__btn:after {
  background: url(../img/triangle-violet.svg) center/0.8rem 0.8rem no-repeat;
}

.header__auth .drop__menu {
  min-width: 20rem;
}

.drop {
  position: relative;
}

.drop__currency .drop__menu {
  min-width: -moz-max-content;
  min-width: max-content;
}

.drop__currency .drop__btn {
  text-align: right;
  min-width: 5.139rem;
}
.drop:not(.drop__currency) .drop__btn h3{
  max-width: 19rem;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  line-height: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.drop__btn {
  padding-right: 1.4rem;
  position: relative;
  font: 600 1.6rem/140% var(--NS);
  width: -moz-max-content;
  width: max-content;
}

.drop__btn:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: url(../img/triangle.svg) center/0.8rem 0.8rem no-repeat;
}

.drop__menu {
  left: 50%;
  top: 3rem;
  transform: translateX(-50%);
  position: absolute;
  border-radius: 0.8rem;
  box-shadow: 0 0.5rem 1.46rem 0 rgba(0, 0, 0, 0.25);
  background-color: var(--color-white);
  overflow: hidden;
  display: none;
}

.drop__menu-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.drop__menu-flex > * {
  text-align: left;
  padding: 1.4rem 2.4rem;
  font: 400 1.6rem/2.4rem var(--NS);
  transition: 0.2s ease;
  white-space: nowrap;
}

.drop__menu-flex > *:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.footer {
  background-color: var(--color-text);
  color: var(--color-white);
}

.footer .container {
  padding-top: 10.2rem;
  padding-bottom: 10.2rem;
}

.footer__bottom {
  background-color: var(--color-primary);
}

.footer__bottom-text {
  text-align: center;
  padding: 2rem;
  font: 400 1.6rem/2.4rem var(--NS);
}

.footer__logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.footer__logo .img {
  width: 6.2872rem;
  height: 5.5432rem;
}

.footer__logo > * {
  font: 400 2.5777rem/normal var(--Capriola);
  letter-spacing: -0.1031rem;
  color: white;
}

.footer__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.8rem;
  max-width: 47.4rem;
}

.footer__block-text {
  font: 400 1.6rem/150% var(--NS);
  color: var(--color-primary);
}

.footer__block-cart {
  margin-top: 10rem;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
}

.footer__block-cart > * {
  width: auto;
  height: 2rem;
}
.footer__block-cart img{
  width: auto;
}

.footer__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 2rem;
}

.footer__item {
  display: -ms-flexbox;
  display: flex;
  gap: 17.6rem;
}

.footer__item-title {
  font: 400 1.8rem/2.24rem var(--Capriola);
  text-transform: capitalize;
  color: var(--color-primary);
}

.footer__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.2rem;
}

.footer__list a {
  transition: 0.2s ease;
  font: 600 1.4rem/160% var(--NS);
}

.footer__menu-wrap {
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -ms-flex-direction: column;
      flex-direction: column;
}

.footer__contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.2rem;
}

.footer__contact > * {
  display: block;
  position: relative;
  padding-left: 3.6rem;
  font: 600 1.4rem/160% var(--NS);
  transition: 0.2s ease;
}

.footer__contact > *:hover {
  color: var(--color-white);
}

.footer__contact > *:hover:after {
  filter: brightness(0) invert(1);
}

.footer__contact > *:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  transition: 0.2s ease;
}

.footer__contact .email:after {
  background: url("../img/email__footer.svg") center/2.4rem 2.4rem no-repeat;
}

.footer__contact .phone:after {
  background: url("../img/phone.svg") center/2.4rem 2.4rem no-repeat;
}

.footer__social {
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
}

.footer__social .img {
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  transition: 0.2s ease;
}

.footer__social .img:hover {
  filter: brightness(0) invert(1);
}

.banner {
  position: relative;
}

.banner .container {
  padding: 21.2rem 10rem 11.8rem 12rem;
}

.banner__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner__img {
  max-width: 55rem;
  height: auto;
}

.banner.service .container {
  padding: 13rem 12rem 6.8rem 12rem;
}

.banner.service .banner__flex {
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.banner.service .banner__info {
  margin-top: 6rem;
  gap: 3.2rem;
}

.banner.reverse .banner__flex {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.banner__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6.2rem;
}

.banner__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.2rem;
  width: 49%;
}

.banner .section__text {
  max-width: 44.7rem;
}

.banner .section__button {
  margin-top: 2.4rem;
}

.banner__bottom {
  background-color: var(--color-primary-light);
}

.banner__bottom .container {
  padding: 10rem 12rem;
}

.preference .container {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.preference__list {
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -ms-flex-align: center;
      align-items: center;
}

.preference__item {
  width: calc((100% - 4.8rem)/3);
  display: -ms-flexbox;
  display: flex;
  gap: 1.8rem;
  -ms-flex-align: center;
      align-items: center;
}

.preference__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.2rem;
}

.preference__info h3 {
  font: 400 2.7rem/105% var(--Capriola);
  color: var(--color-text-black);
}

.preference__info p {
  font: 300 1.8rem/normal var(--NS);
  color: var(--color-text-light);
}

.preference__img {
  min-width: 10.2rem;
}

.section__violet {
  background-color: var(--color-primary-light);
}

.section__button {
  font: 600 1.6rem/140% var(--NS);
  padding: 1.2rem 2.4rem;
  border-radius: 0.4rem;
  color: white;
  background-color: var(--color-primary);
  width: -moz-max-content;
  width: max-content;
  transition: .2s ease;
  position: relative;
}
.section__button.disabled{
  pointer-events: none;
  opacity: 0.7;
}

.section__button:hover {
  background-color: var(--color-hover);
}

.section__button-transparent {
  position: relative;
  background-color: transparent;
  color: var(--color-text);
}

.section__button-transparent:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.4rem;
  border: 0.1rem solid var(--color-primary);
}

.section__button.big {
  padding: 1.2rem 4.8rem;
}

.section__title {
  font: 400 6.8rem/normal var(--Capriola);
}

.section__text {
  font: 400 1.8rem/normal var(--NS);
}

.section__subtitle {
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -ms-flex-direction: column;
      flex-direction: column;
}

.section__subtitle span {
  color: var(--color-primary);
  font: 400 2rem/105% var(--NS);
}

.section__subtitle h2 {
  font: 400 4.8rem/105% var(--Capriola);
}

.section__subtitle.center {
  text-align: center;
  -ms-flex-align: center;
      align-items: center;
}

.services .container {
  padding: 10rem 12rem 14rem;
}

.services__list {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.services__list.active .services__item {
  display: -ms-flexbox;
  display: flex;
}

.services__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.6rem;
  -ms-flex-align: center;
      align-items: center;
}

.services__block > .section__text {
  text-align: center;
  max-width: 79.1rem;
}

.services__item {
  gap: 3.2rem;
  padding: 3.2rem;
  display: none;
  -ms-flex-direction: column;
      flex-direction: column;
  width: calc((100% - 4.8rem)/3);
  transition: .2s ease;
  position: relative;
}

.services__item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid var(--color-primary);
}

.services__item:hover {
  background-color: var(--color-primary-light);
}

.services__item:hover:after {
  display: none;
}

.services__item:nth-child(1), .services__item:nth-child(2), .services__item:nth-child(3) {
  display: -ms-flexbox;
  display: flex;
}

.services__title {
  font: 400 3rem/105% var(--Capriola);
}

.services__img {
  width: 11rem;
  height: 11rem;
}

.services .section__button {
  margin-top: 3.6rem;
}

.black {
  position: relative;
}

.black .container {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.black.reverse .black__flex {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.black .section__subtitle {
  color: var(--color-white);
}

.black .section__subtitle h2 {
  font-size: 4.4rem;
}

.black .section__text {
  color: var(--color-white);
}

.black .section__button {
  margin-top: 3.6rem;
}

.black__flex {
  display: -ms-flexbox;
  display: flex;
  gap: 6.3rem;
  -ms-flex-align: center;
      align-items: center;
}

.black__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.black__img {
  width: 37%;
  max-width: 44.8rem;
  aspect-ratio: 1/1;
}

.black__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.6rem;
  width: calc(59% - 6.3rem);
}

.content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.2rem;
}

.content p, .content p > *, .content span, .content li {
  font: 400 1.8rem/2.4rem var(--NS);
 color:var(--color-text) !important;
}
.content a{
  font: 400 1.8rem/2.4rem var(--NS);
  text-decoration: underline;
}

.content strong, .content strong > *{
  font-weight: 700;
}
.content ol, .content ul {
  padding-left: 2.6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.2rem;
}

.content ul li {
  position: relative;
}

.content ul li:after {
  content: '';
  position: absolute;
  top: 1rem;
  left: -1.6rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--color-text);
  border-radius: 50%;
}

.content strong, .content strong > *{
  font-weight: 700;
}

.content h2, .content h3, .content h4, .content h5, .content h6 {
  font: 600 2.4rem/140% var(--NS);
  text-transform: capitalize;
  color:var(--color-text) !important;
}

.content blockquote {
  padding: 3.2rem 2.7rem 3.2rem 13.8rem;
  background-color: var(--color-primary-light);
  position: relative;
  font: 400 3.2rem/4.3rem var(--NS);
  font-style: italic;
}

.content blockquote:after {
  content: '';
  position: absolute;
  top: 3.2rem;
  left: 3.2rem;
  width: 6.4rem;
  height: 6.4rem;
  background: url(../img/quote.svg) center/6.4rem 6.4rem no-repeat;
}

.horoscope .container {
  padding-top: 6rem;
  padding-bottom: 10rem;
}

.horoscope .section__text {
  color: #54585B;
  font-weight: 300;
}

.horoscope__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.6rem;
  -ms-flex-align: center;
      align-items: center;
}

.horoscope__list {
  gap: 2.4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.horoscope__title {
  color: var(--color-text-black);
  font: 400 2.4rem/105% var(--Capriola);
}

.horoscope__item {
  cursor: pointer;
  gap: 0.8rem;
  padding: 3.2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: calc((100% - 7.2rem)/4);
  transition: .2s ease;
  position: relative;
}

.horoscope__item.active {
  background-color: var(--color-primary-light);
}

.horoscope__item.active:after {
  display: none;
}

.horoscope__item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-primary);
  pointer-events: none;
}

.horoscope__item:hover {
  background-color: var(--color-primary-light);
}

.horoscope__item:hover:after {
  display: none;
}

.horoscope__img {
  height: 13.8rem;
  width: -moz-max-content;
  width: auto;
  margin-bottom: 2.4rem;
}
.horoscope__img img{
  width: auto;
}

.book .container {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.book__result {
  display: none;
}


.book__result .section__subtitle {
  margin-bottom: 7rem;
}

.book__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 3.2rem;
}

.book__content div{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.2rem;
  line-height: unset!important;
  margin: 0!important;
  padding: 0!important;
  border: none!important;
  background-color: transparent;!important;
}

.book__content h2 {
  font: 600 3.2rem/4.4rem var(--NS);
  margin: 1rem 0 1.6rem;
}

.book__content h3, .book__content h4, .book__content h5, .book__content h6 {
  font-size: 1.8rem;
}

.book__price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.9rem;
  margin: 4.8rem 0;
}

.book__price-title {
  font: 600 2.8rem/3.4rem var(--NS);
}

.book__price-item {
  font: 900 4.8rem/100% var(--NS);
  text-transform: uppercase;
  color: var(--color-primary);
}

.taro .book__content {
  gap: 0;
}

.taro__title {
  margin: 1.6rem auto 7.4rem;
  font: 400 2.4rem/2.4rem var(--NS);
  color: var(--color-primary);
  text-align: center;
}

.taro__img {
  max-width: 32.5rem;
  width: 100%;
  margin: 0 auto;
}

.taro__img-wrap {
  position: relative;
}

.taro__back {
  max-width: 99.9rem;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.magic__flex {
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-align: start;
      align-items: flex-start;
}

.magic__flex .form__magic {
  width: 50%;
}

.magic__img {
  width: 50%;
}

.magic__container {
  display: -ms-flexbox;
  display: flex;
  gap: 3.6rem;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.magic__ball {
  max-width: 47%;
  width: 100%;
  position: relative;
}

.magic__answer {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 600 1.6rem/2.2rem var(--NS);
  max-width: 10.2rem;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.magic__answer.show {
  opacity: 1;
}

.magic .shake-animation {
  animation: shake 0.8s;
}

@keyframes shake {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  75% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0);
  }
}

.form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 3.2rem;
}

.form__title {
  margin-bottom: 4.8rem;
}

.form__checkbox {
  position: relative;
}

.form__checkbox a {
  color: var(--color-primary);
}

.form__input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.6rem;
  position: relative;
}

.form__input-search .select2-search--dropdown {
  display: block;
}

.form__input-search .select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: var(--color-primary);
  border-radius: 0.8rem;
  padding: 0.5rem 1rem;
}

.form__input label {
  color: #191E24;
  font: 500 1.4rem/2rem var(--NS);
}

.form__input input {
  padding: 1rem 1.4rem;
  color: #191E24;
  font: 500 1.6rem/2.4rem var(--NS);
  border: 0.1rem solid var(--color-primary);
  border-radius: 0.4rem;
  height: 4.6rem;
  background: transparent;
}

.form__input textarea {
  padding: 1.5rem 1.5rem;
  border: 0.1rem solid var(--color-primary);
  border-radius: 0.4rem;
  min-height: 12rem;
  font: 500 1.6rem/2.4rem var(--NS);
}

.form__input > *:-ms-input-placeholder {
  color: #7B7F84;
}

.form__input > *::placeholder {
  color: #7B7F84;
}

.form__textarea {
  position: relative;
}

.form__textarea:after {
  content: '';
  position: absolute;
  bottom: 0.2rem;
  right: 0.2rem;
  width: 1.6rem;
  pointer-events: none;
  height: 1.6rem;
  background: url(../img/textarea.svg) center/1.6rem 1.6rem no-repeat;
}

.form__textarea textarea {
  min-width: 100%;
  max-width: 100%;
}

.form__radio-wrap{
  display: flex;
  gap:0.8rem;
  align-items: center;
  justify-content: center;
}
.form__radio input{
  display: none;
}
.form__radio label{
  min-width: 16.5rem;
  position: relative;
  font: 500 1.6rem/2.4rem var(--NS);
  display: flex;
  gap:1.4rem;
  align-items: center;
  justify-content: center;
  min-height: 5.3rem;
}
.form__radio label:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:100%;
  border:  0.1rem solid var(--color-primary);
}
.form__radio input:checked + label:after{
  border:  0.4rem solid var(--color-primary);
}
.form__radio:first-child img{
  width: 2.7rem;
  height: 2.25rem;
}
.form__radio:last-child img{
  width: 8.4rem;
  height: auto;
}
.form__row {
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -ms-flex-align: end;
      align-items: flex-end;
}

.form__row > * {
  width: calc(50% - 1.2rem);
}

.form__row .quarter {
  width: calc(25% - 1.8rem);
}

.form .section__subtitle {
  margin-bottom: 4.8rem;
}

.love .section__subtitle {
  margin-bottom: 4.4rem;
}

.love__title {
  text-align: center;
  font: 400 2.4rem/105% var(--Capriola);
  margin: 2rem 0 0;
}

.love__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.6rem;
  position: relative;
}

.love__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.6rem;
  position: relative;
}

.love__wrap-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.6rem;
  position: relative;
}

.love__error {
  position: absolute;
  bottom: -3rem;
  font: 400 2rem/105% var(--Capriola);
}

.love__list .horoscope__item {
  width: calc((100% - 12rem)/6);
  padding: 1.6rem;
  -ms-flex-align: center;
      align-items: center;
  gap: 0;
}

.love__list .horoscope__img {
  height: 7.8rem;
  margin-bottom: 1.6rem;
}

.love__list .horoscope__title {
  font-size: 1.6rem;
  line-height: 2.24rem;
}

.love__list .section__text {
  font-weight: 300;
  font-size: 1.4rem;
}

.love__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 3.2rem;
  margin-bottom: 8rem;
}

.love__top-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 3.2rem;
}

.love__top-item > h3 {
  font: 400 2.4rem/3rem var(--Capriola);
  max-width: 4rem;
}

.love__top-title {
  font: 400 4.8rem/4.8rem var(--Capriola);
  text-transform: capitalize;
  margin-bottom: 8rem;
}

.love__top .horoscope__item {
  padding: 1.6rem;
  border-radius: 50%;
  width: 100%;
  background: none;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  min-width: 18rem;
}

.love__top .horoscope__item:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18rem;
  height: 18rem;
  background-color: var(--color-primary-light);
  border-radius: 50%;
}

.love__top .horoscope__title {
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.love__top .section__text {
  font-size: 1.4rem;
  line-height: 1.9rem;
}

.love__top .horoscope__img {
  height: 7.8rem;
  margin: 0 auto;
}

.contact .container {
  padding-top: 17.4rem;
  padding-bottom: 14.9rem;
}

.contact .banner__img {
  max-width: 58rem;
}

.contact__info {
  gap: 8rem;
}

.contact__info-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.86rem;
}

.contact__info-item a {
  display: -ms-flexbox;
  display: flex;
  gap: 1.86rem;
  -ms-flex-align: center;
      align-items: center;
}

.contact__info-item a span {
  color: var(--color-text-black);
  font: 600 2.8rem/3.4rem var(--NS);
}

.contact__info-item a .img {
  width: 4.8rem;
  height: 4.8rem;
}

.contact__question {
  font: 600 2.8rem/3.4rem var(--NS);
  margin-bottom: -1.5rem;
}

.contact .banner__flex {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.about .container {
  padding: 22.8rem 12rem 5rem;
}

.about__img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  margin: 8rem 0 5rem;
}

.about__img img {
  border-radius: 1rem;
}

.admin .container {
  padding-top: 18.8rem;
  padding-bottom: 10rem;
}

.admin__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 2.4rem;
}

.admin__table-text > * {
  color: #C2B2E0;
  font: 600 1.4rem/2.24rem var(--NS);
}

.admin__table-wrap {
  background-color: var(--color-white);
  padding: 4.8rem;
  border-radius: 1.6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 2.4rem;
  width: 89.4rem;
  overflow-x: auto;
}

.admin__table-title {
  font: 400 2.4rem/3.4rem var(--Capriola);
}

.admin__table thead {
  border-bottom: 0.1rem solid #C2B2E0;
  padding: 1.2rem 0;
}

.admin__table th {
  font: 400 1.8rem/2.4rem var(--NS);
  text-align: center;
  padding: 1.2rem 0;
}

.admin__table th:first-child {
  text-align: left;
}

.admin__table th:last-child {
  text-align: right;
}

.admin__table table {
  width: 100%;
}

.admin__table tbody {
  padding-top: 1.2rem;
}

.admin__table td {
  padding: 1.2rem 0.4rem;
  text-align: center;
}

.admin__table td:first-child {
  text-align: left;
  padding-left: 0;
}

.admin__table td:last-child {
  text-align: right;
  padding-right: 0;
}

.admin__table-mob {
  display: none;
  -ms-flex-direction: column;
      flex-direction: column;
}

.admin__table-item {
  padding: 2.4rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1rem;
  position: relative;
}

.admin__table-item:not(:last-child):after {
  content: '';
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  transform: translateX(-50%);
  height: 0.1rem;
  background-color: #F7F4FF;
  width: 95%;
}

.admin__table-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1rem;
}

.admin__table-row > * {
  width: calc(50% - 0.5rem);
}

.admin__table-row h3 {
  width: 60%;
  font: 400 1.6rem/2.4rem var(--NS);
}

.admin__table-row p {
  width: 40%;
  font: 600 1.3rem/2.4rem var(--NS);
  color: var(--color-hover);
}

.profile {
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
}

.profile__row {
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}

.profile__row > * {
  width: calc(100% - 4.8rem)/3;
}

.profile .form {
  background-color: var(--color-white);
  padding: 4.8rem;
  border-radius: 1.6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 2.4rem;
}

.profile__title {
  font: 400 2.4rem/141% var(--Capriola);
}

.balance {
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}

.balance__item {
  width: calc(100% - 4.8rem)/3;
  background-color: var(--color-white);
  padding: 4.8rem;
  border-radius: 1.6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 6.3rem;
}

.balance__item-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 2.4rem;
}

.balance__item-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 2.4rem;
}

.balance__item-bottom > p {
  font: 600 1.4rem/2.24rem var(--NS);
  color: var(--color-hover);
}

.balance__item-title {
  font: 400 2.4rem/3.4rem var(--Capriola);
}

.balance__item-price {
  font: 500 3.6rem/100% var(--NS);
  text-transform: uppercase;
}

.balance__item-percent {
  font: 600 2.8rem/3.4rem var(--NS);
}

.sign {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 2.4rem;
  padding: 4.8rem;
  border-radius: 1.6rem;
  background: #EFEDFF;
  position: relative;
}
.sign__error{
  position: absolute;
  left: 4.8rem;
  max-width: 100%;
  bottom: 2rem;
  color:red;
  font: 400 1.6rem/2rem var(--NS);
}
.sign__wrap {
  max-width: 44rem;
}

.sign__wrap-title {
  font: 400 2.8rem/3.4rem var(--Capriola);
}

.sign__wrap-reg {
  display: none;
}

.sign__wrap-password {
  display: none;
}

.sign__wrap-page {
  max-width: 44rem;
  width: 100%;
  filter: drop-shadow(0 0.9rem 1.98rem rgba(77, 61, 130, 0.64));
}

.sign .section__button {
  padding: 1.2rem 4.8rem;
  margin: 0;
}

.sign__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  gap: 1rem;
}

.sign__flex-btb {
  color: var(--color-primary);
  font: 400 1.6rem/2.4rem var(--NS);
}

.sign__bottom {
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  padding: 2.4rem 4.8rem;
  background-color: #322F43;
  border-radius: 1.6rem;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.sign__bottom > * {
  font: 700 1.6rem/2.4rem var(--NS);
}

.sign__bottom span {
  color: white;
}

.sign__bottom button {
  color: var(--color-hover);
}

.logout .container {
  padding-top: 17.3rem;
  padding-bottom: 12.7rem;
}

.tab {
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -ms-flex-align: start;
      align-items: flex-start;
}

.tab__mob {
  display: none;
  width: 100%;
  position: relative;
  color: white;
  background-color: var(--color-primary);
  text-align: left;
  border-radius: 0.8rem;
  box-shadow: 0 0.5rem 1.46rem 0 rgba(0, 0, 0, 0.25);
  font: 400 1.8rem/2.4rem var(--NS);
  padding: 1.4rem 5.4rem 1.4rem 2.4rem;
}

.tab__mob-wrap {
  min-width: 23.5%;
}

.tab__mob:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.4rem;
  width: 2rem;
  height: 2rem;
  background: url(../img/down.svg) center/2rem 2rem no-repeat;
}

.tab__mob.open:after {
  transform: translateY(-50%) rotate(-90deg);
}

.tab__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 2.5rem 2.4rem;
  background-color: var(--color-white);
  border-radius: 1.6rem;
}

.tab__header-item {
  font: 400 1.8rem/2.4rem var(--NS);
  position: relative;
  padding: 1.8rem 2.4rem;
  text-align: left;
}

.tab__header-item.active {
  background-color: var(--color-primary);
  color: white;
}

.tab__content-item {
  display: none;
  width: 100%;
}

.tab__content-item:first-child {
  display: block;
}

.modal {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
}
.modal__topup-payment{
  display: none;
}
.modal__topup-content{
  display: -ms-flexbox;
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  position: relative;
}
.modal__topup-content.active{
  display: flex;
}

.modal__topup .section__button {
  width: 100%;
}

.modal__touch textarea {
  min-height: 8.8rem;
}

.modal__touch .sign__wrap-title {
  text-align: center;
}

.modal__close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 1.4rem;
  height: 1.4rem;
  cursor: pointer;
  z-index: 5;
}

.modal__wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.modal__wrap:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: #181727;
  opacity: 0.8;
  top: 0;
  left: 0;
}

.modal__content {
  max-width: 44rem;
  width: 100%;
  overflow: hidden;
  background-color: transparent;
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  max-height: 95vh;
  transform: translate(-50%, -50%);
  z-index: 6;
}

.modal__content.big {
  max-width: 58.2rem;
}

.modal__overflow {
  width: 100%;
  max-height: 95vh;
  overflow: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.modal__overflow::-webkit-scrollbar {
  background-color: transparent;
  width: 0.4rem;
}

.modal__overflow::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
  border-radius: 2rem;
}

.faq .container {
  padding: 22.8rem 12rem 10rem;
}

.faq__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 2.6rem auto 0;
}

.faq__item {
  transition: .2s ease;
  position: relative;
}

.faq__item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background-color: #D9CDFF;
}

.faq__header {
  padding: 2.4rem 3.2rem 2.4rem 0rem;
  position: relative;
  cursor: pointer;
  -ms-flex-direction: column;
      flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.faq__header > * {
  font: 600 2.8rem/3.4rem var(--NS);
}

.faq__header:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 2.8rem;
  height: 2.8rem;
  background: url(../img/plus.svg) center/2.8rem 2.8rem no-repeat;
}

.faq__content {
  padding: 0 0 2.4rem;
  display: none;
  transition: display 2s ease;
}

.faq__open .faq__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  transition: display 2s ease;
  position: relative;
}

.faq__open .faq__header:after {
  background: url(../img/minus.svg) center/2.8rem 2.8rem no-repeat;
}

label.error {
  position: absolute;
  color: red;
  bottom: -2rem;
  left: 0;
  font: 400 1.2rem/normal var(--NS);
}

.hidden {
  overflow: hidden;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #7B7F84;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 0.4rem;
}


.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
  background-color: transparent;
  width: 0.6rem;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
  border-radius: 2rem;
}

.select2-container--open .select2-selection {
  box-shadow: 0 0.1rem 0.2rem 0 rgba(16, 24, 40, 0.05), 0 0 0 0.3rem #816FBD;
}

.select2-dropdown {
  margin-top: 0.8rem;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent;
}

.select2-container .select2-selection--single {
  height: 4.6rem;
  border: 0.1rem solid var(--color-primary);
  border-radius: 0.4rem;
}

.select2-container--open .select2-dropdown--below {
  border: 0.1rem solid var(--color-primary);
  border-radius: 0.4rem;
  background: #F5F5F5;
  box-shadow: 0 1.2rem 1.6rem -0.4rem rgba(16, 24, 40, 0.08), 0 0.4rem 0.6rem -0.2rem rgba(16, 24, 40, 0.03);
}

.select2-results__option {
  padding: 1rem 1.4rem;
  font: 500 1.6rem/2.4rem var(--NS);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #D9CDFF;
  color: var(--color-text-black);
  position: relative;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.4rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  z-index: 2;
  background: url("../img/check-select.svg") center/2rem 2rem no-repeat;
}

.select2-search--dropdown {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 1rem 1.4rem;
  height: 4.6rem;
  font: 500 1.6rem/2.4rem var(--NS);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  right: 1.4rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: url("../img/arrow.svg") center/2rem 2rem no-repeat;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-180deg);
  width: 2rem;
  height: 2rem;
  background: url("../img/arrow.svg") center/2rem 2rem no-repeat;
}

.ui-widget-header {
  background-color: var(--color-primary-light);
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  background: var(--color-primary-light);
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
  border: 0.1rem solid var(--color-primary);
  background: var(--color-hover);
  color: var(--color-text-black);
}

.ui-state-active, .ui-widget-content .ui-state-active {
  border: 0.1rem solid var(--color-primary);
  color: var(--color-primary);
}

.ui-datepicker {
  z-index: 12 !important;
}

input[type="time"]::-webkit-calendar-picker-indicator {
  background: none;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {
  font: 400 1.6rem/150% var(--NS);
  padding-left: 4.8rem;
  cursor: pointer;
  display: inline-block;
  color: var(--color-text);
}

[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.4rem;
  border: 0.1rem solid var(--color-primary);
  background: transparent;
}

[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.2rem;
  width: 2rem;
  height: 2rem;
  background: url(../img/check-select.svg) center/2rem 2rem no-repeat;
}

[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0) translateY(-50%);
}

[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1) translateY(-50%);
}

.ui-datepicker-title select {
  padding: 0 0.5rem;
}

.loader {
  display: none;
  width: 4rem;
  height: 4rem;
  padding: 0.8rem;
  position: absolute;
  right: -5rem;
  top:50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--color-primary);
  -webkit-mask: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  mask: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}

@keyframes l3 {
  to {
    transform: translateY(-50%) rotate(1turn);
  }
}
.policy .container{
  padding: 24.4rem 12rem 9.5rem ;
}
.policy .content{
 max-width: 101.7rem;
  width: 100%;
  gap:2rem;
}
.policy .section__subtitle{
    margin-bottom: 6.8rem;
}



.policy__content h2, .policy__content h3, .policy__content h4, .policy__content h5, .policy__content h6{
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.4rem;

}
.policy__content h3{
  text-transform: uppercase;
}
.section__button-pay {
  width: 100%;
}
.modal__pay .sign{
  gap:0;
}
.modal__pay .section__text{
  margin: 1.1rem 0 3.2rem;
  font-size: 1.4rem;
  line-height: 1.9rem;
}


@media only screen and (max-width: 1480px) {
  .header__user .header__block{
    gap:7rem;
  }
  .header__user .header__lang{
    margin-right: 0rem;
  }
}
@media only screen and (max-width: 1024px) {
  .header__lang{
    margin-right: 4rem;
  }
  .header__user .header__block{
    gap:4rem;
  }
}
@media only screen and (max-width: 666px) {
  .wrap .container {
    padding: 4rem 3rem;
  }
  .header__menu-list {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .header__menu-mob {
    display: block;
  }
  .header__menu {
    display: none;
  }
  .header__menu-show {
    display: -ms-flexbox;
    display: flex;
    gap: 3.2rem;
  }
  .header__block {
    gap: 1.5rem;
  }
  .header__burger {
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
  }
  .header__logo > * {
    font-size: 1.6rem;
    letter-spacing: -0.064rem;
  }
  .header__logo .img {
    width: 3.929rem;
    height: 3.4641rem;
  }
  .header__right, .header__auth {
    gap: 0.8rem;
  }
  .header .container {
    padding: 3rem;
  }
  .banner .container {
    padding: 11rem 3rem 6.4rem;
  }
  .banner__flex {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .banner__flex > * {
    width: 100%;
  }
  .banner__img {
    width: 44.5vw;
  }
  .section__title {
    font-size: 2.8rem;
    line-height: 105%;
  }
  .section__text {
    font-size: 1.4rem;
    line-height: normal;
  }
  .section__button {
    font-size: 1.5rem;
    padding: 1rem 3.5rem;
  }
  .section__subtitle span {
    font-size: 1.3rem;
  }
  .section__subtitle h2 {
    font-size: 2.8rem;
  }
  .services__item {
    padding: 2.5rem;
    width: 100%;
    gap: 1rem;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
  }
  .services__title {
    font-size: 2rem;
    line-height: 2.24rem;
  }
  .services__img {
    width: 8rem;
    height: 8rem;
  }
  .services .section__button {
    margin-top: 2.4rem;
  }
  .services__list {
    gap: 1.6rem;
  }
  .services .container {
    padding: 6rem 3rem;
  }
  .banner__info {
    -ms-flex-align: center;
        align-items: center;
    gap: 3.6rem;
    text-align: center;
  }
  .banner__info .section__button {
    margin: 0;
  }
  .preference .container {
    padding: 5rem 3rem;
  }
  .preference__list {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 3.6rem;
  }
  .preference__item {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
  }
  .preference__img {
    min-width: 8rem;
    width: 8rem;
  }
  .preference__info p {
    font-size: 1.4rem;
  }
  .preference__info h3 {
    font-size: 2rem;
  }
  .preference__info {
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
  }
  .header .section__button {
    font-size: 1.3rem;
    line-height: 1.6328rem;
    padding: 0.9rem 1.5rem;
  }
  .horoscope .container {
    padding: 6rem 3rem;
  }
  .horoscope__list {
    gap: 1.8rem;
  }
  .horoscope__item {
    width: calc((100% - 1.8rem)/2);
    padding: 2rem;
    -ms-flex-align: center;
        align-items: center;
    gap: 0;
  }
  .horoscope__img {
    margin-bottom: 1.8rem;
    height: 8rem;
  }
  .horoscope__title {
    font-size: 2rem;
    line-height: 2.24rem;
  }
  .horoscope .section__text {
    text-align: center;
  }
  .banner__bottom .container {
    padding: 6.9rem 3rem;
  }
  .banner__bottom .banner__img {
    width: 44.5vw;
  }
  .banner__bottom .banner__flex {
    gap: 1.6rem;
  }
  .banner__bottom .banner__info {
    gap: 1.6rem;
    text-align: left;
  }
  .banner__bottom .banner__flex, .banner__bottom .banner__info {
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .banner__bottom .section__button {
    margin-top: 1.9rem;
  }
  .drop__btn {
    font-size: 1.3rem;
  }
  .drop__btn:after {
    width: 0.8rem;
    height: 0.8rem;
    background: url(../img/triangle.svg) center/0.6rem 0.6rem no-repeat;
  }
  .header .footer__menu-wrap {
    margin-top: 2.7rem;
  }
  .header .footer__menu-wrap > * {
    color: white;
  }
  .header .footer__contact > *:after, .header .footer__social .img {
    filter: brightness(0) saturate(100%) invert(79%) sepia(18%) saturate(498%) hue-rotate(210deg) brightness(99%) contrast(106%);
  }
  .header .footer__contact {
    gap: 0.6rem;
  }
  .header .footer__item-title {
    font-size: 1.6rem;
  }
  .footer__contact > * {
    padding-left: 3.1rem;
    font-size: 1.2rem;
  }
  .footer__flex {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 6.1rem;
  }
  .footer__block {
    gap: 1.2rem;
  }
  .footer__block-text {
    font-size: 1.2rem;
  }
  .footer__block-cart {
    margin-top: 1rem;
    gap: 0.9rem;
  }
  .footer__block-cart > * {
    height: 1.5rem;
  }
  .footer__item {
    gap: 2rem;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .footer__item-title {
    font-size: 1.6rem;
  }
  .footer__list a {
    font-size: 1.2rem;
  }
  .footer__bottom .container {
    padding: 0.9rem 1rem;
  }
  .footer__bottom-text {
    padding: 0;
    font-size: 1.3rem;
  }
  .black .container {
    padding: 5rem 3rem;
  }
  .black__flex {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 3.4rem;
  }
  .black.reverse .black__flex {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .black__flex > * {
    width: 100%;
  }
  .black__img {
    width: 45vw;
  }
  .black .section__subtitle h2 {
    font-size: 2.8rem;
  }
  .black .section__button {
    margin-top: 1.9rem;
  }
  .banner.reverse .banner__flex {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .banner.service .banner__info {
    margin: 0;
  }
  .banner.service .container {
    padding: 11.6rem 3rem 4.7rem;
  }
  .service .banner__info {
    -ms-flex-align: start;
        align-items: flex-start;
    text-align: left;
  }
  .banner .section__text {
    max-width: 100%;
  }
  .form {
    gap: 2.2rem;
  }
  .form__row {
    gap: 2.2rem 0.8rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form__row > * {
    width: 100%;
  }
  .book .container {
    padding: 6rem 3rem;
  }
  .form .section__subtitle {
    margin-bottom: 0.6rem;
  }
  .form__input label {
    font-size: 1.3rem;
  }
  .form__row .quarter:first-of-type {
    width: 65%;
  }
  .form__row .quarter:nth-child(2) {
    width: calc(35% - 0.8rem);
  }
  .book__price {
    margin: 2.6rem 0 1.3rem;
  }
  .faq .container {
    padding: 10.9rem 3rem 6rem;
  }
  .faq__header > * {
    font-size: 2rem;
    line-height: 2.7rem;
  }
  .content p, .content p > *, .content span, .content li, .content a {
    font-size: 1.4rem;
    line-height: 1.9rem;
  }
  .faq__item:after {
    height: 0.2rem;
  }
  .about .container {
    padding: 10.9rem 3rem 6rem;
  }
  .about__img {
    margin: 3rem 0 6rem;
    height: 48vw;
  }
  .contact .banner__flex {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .contact .banner__info {
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 2.8rem;
  }
  .contact__info-item a span {
    font-size: 2rem;
  }
  .contact__question {
    margin: 3.1rem 0 0rem;
  }
  .contact .banner__img {
    max-width: 29.7rem;
    width: 100%;
  }
  .tab__header {
    display: none;
    position: absolute;
    width: 100%;
    top: 5.2rem;
    left: 0;
    z-index: 3;
    padding: 1.4rem 2.4rem;
  }
  .tab__mob-wrap.show .tab__header {
    display: -ms-flexbox;
    display: flex;
    box-shadow: 0 0.5rem 1.46rem 0 rgba(0, 0, 0, 0.25);
  }
  .tab__mob-wrap.show .tab__mob {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .tab__mob-wrap.show .tab__header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .tab__mob {
    display: block;
  }
  .admin .container {
    padding: 11.8rem 3rem 6rem;
  }
  .tab {
    position: relative;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 5rem;
  }
  .tab__mob-wrap {
    width: 100%;
    position: relative;
  }
  .balance {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .balance__item {
    width: 100%;
    padding: 2rem;
    gap: 4rem;
  }
  .admin__table-wrap {
    overflow-x: auto;
    width: 100%;
  }
  .admin__table-wrap::-webkit-scrollbar {
    background-color: transparent;
    height: 0.8rem;
    border-radius: 10rem;
  }
  .admin__table-wrap::-webkit-scrollbar-thumb {
    background-color: var(--color-hover);
    border-radius: 10rem;
  }
  .admin__table {
    width: 100%;
    min-width: 89.6rem;
  }
  .admin__table-wrap {
    padding: 2rem;
  }
  .tab__header-item {
    padding: 0 0 2rem 0;
  }
  .tab__header-item:last-child {
    padding: 0;
  }
  .tab__header-item.active {
    color: initial;
    background-color: initial;
  }
  .profile__row {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .profile .form {
    padding: 2.5rem 2rem;
  }
  table {
    width: 100%;
  }
  .tab__content {
    width: 100%;
  }
  .balance__item-title {
    font-size: 2rem;
  }
  .profile__title {
    font-size: 2rem;
  }
  .modal__content {
    max-width: 44rem;
    width: 83.4vw;
  }
  .header__auth .drop__btn > h3 {
    display: none;
  }
  .header__auth .drop:last-of-type .drop__btn {
    width: 1.7rem;
    height: 1.8rem;
  }
  .header__auth .drop:last-of-type .drop__btn:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1.7rem;
    height: 1.8rem;
    background: url(../img/auth.svg) center/1.7rem 1.8rem no-repeat;
  }
  .drop__menu {
    left: unset;
    right: 0;
    transform: none;
  }
  .header__auth .drop__menu {
    min-width: 10rem;
  }
  .header__money > * {
    font-size: 1.3rem;
  }
  .header__auth {
    gap: 1rem;
  }
  .admin__table {
    display: none;
  }
  .admin__table-mob {
    display: -ms-flexbox;
    display: flex;
  }
  .admin__table-title {
    font-size: 2rem;
    line-height: 2.7rem;
    max-width: 18rem;
  }
  .admin__table-wrap {
    gap: 0;
  }
  .logout .banner__img {
    display: none;
  }
  .sign {
    padding: 2rem;
  }
  .sign__flex {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .sign__flex > * {
    width: 100%;
    text-align: center;
  }
  .modal__close {
    width: 1.2rem;
    height: 1.2rem;
  }
  .sign__wrap-title {
    font-size: 2rem;
  }
  .sign__bottom {
    padding: 2.4rem 2rem;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 1rem;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
  }
  .sign__flex-btb {
    font-size: 1.3rem;
  }
  .sign__bottom > * {
    font-size: 1.5rem;
  }
  .form__input input, .form__input textarea {
    font-size: 1.3rem;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.3rem;
  }
  .select2-results__option {
    font-size: 1.3rem;
  }
  .love__list .horoscope__item {
    width: calc((100% - 1.8rem)/2);
    padding: 1.8rem;
  }
  .love .section__subtitle {
    margin: 0 auto;
  }
  .love__title {
    font-size: 1.6rem;
    margin: 0;
  }
  .love__list .horoscope__title {
    font-size: 2rem;
  }
  .love__wrap {
    gap: 4.8rem;
  }
  .banner.service .banner__info {
    gap: 2.4rem;
  }
  .service .banner__img {
    width: 52.5vw;
  }
  .logout .container {
    padding-top: 12rem;
  }
  label.error {
    font-size: 1.1rem;
    bottom: -1.8rem;
  }
  .magic__flex {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .magic__flex .form__magic {
    width: 100%;
  }
  .magic__img {
    width: 54vw;
    margin: 0 auto;
  }
  .magic__container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .magic__answer {
    font-size: 1.1rem;
    line-height: 1.4rem;
    width: 5.2rem;
  }
  .magic__ball {
    max-width: 100%;
  }
  .book__result .section__subtitle {
    margin-bottom: 2.4rem;
    text-align: center;
  }
  .book__content h2 {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
  .love__top-title {
    font-size: 2.8rem;
    line-height: 2.8rem;
    text-align: center;
    margin-bottom: 3.2rem;
  }
  .love__top .horoscope__img {
    height: 5.2rem;
  }
  .love__top .horoscope__title {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  .love__top .section__text {
    font-size: 1rem;
    line-height: 1.3rem;
  }
  .love__top .horoscope__item {
    min-width: 12rem;
  }
  .love__top .horoscope__item:before {
    width: 12rem;
    height: 12rem;
  }
  .love__top-plus {
    width: 1.6rem;
    min-width: 1.6rem;
    height: auto;
    margin-top: 3.2rem;
  }
  .love__top {
    gap: 2.1rem;
    margin-bottom: 3.2rem;
  }
  .love__top-item {
    gap: 1.7rem;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .love__top-item:last-of-type {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .love__top-item > h3 {
    max-width: 100%;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .content blockquote {
    margin: 0 -3rem;
    padding: 3.3rem 5.3rem 3.3rem 7.3rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .content blockquote:after {
    left: 3rem;
    width: 2.9rem;
    height: 2.9rem;
    background: url(../img/quote.svg) center/2.9rem 2.9rem no-repeat;
  }
  .header__right{
    position: relative;
  }
  .header__lang{
    margin-right: 0;
    position: absolute;
    top: 4.6rem;
    right: 0;
    gap:1.1rem;
  }
  .lang-item img{
    width: 1.8rem!important;
  }
  .lang-item:first-child:after{
    width: 2rem;
    height: 1.35rem;
    background: url(../img/flag1.svg) center/2rem 1.35rem no-repeat;
  }
  .lang-item:last-child:after{
    width: 2rem;
    height: 1.35rem;
    background: url(../img/flag2.svg) center/2rem 1.35rem no-repeat;
  }
  .drop__menu-flex > *{
    padding: 0.7rem 1.4rem;
    font: 400 1.2rem / 2rem var(--NS);
  }
  [type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label{
    font-size: 1.3rem;
    padding-left: 3.8rem;
  }
  .sign__error{
    left: 2rem;
    font-size: 1.3rem;
    bottom: 0.5rem;
    text-align: center;
  }
  .policy .container{
    padding-top: 10.9rem;
    padding-bottom: 6rem;
  }
  .policy .section__subtitle{
    margin-bottom: 3.8rem;
  }
  .policy__content h2, .policy__content h3, .policy__content h4, .policy__content h5, .policy__content h6{
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
  .form__radio label{
    width:100%;
    min-width: auto;
    font-size: 1.2rem;
  }
  .form__radio {
    width: calc(50% - 0.3rem);
  }
  .form__radio-wrap{
    gap:0.6rem;
  }
}

@media only screen and (max-width: 425px) {
  .horoscope__item {
    width: 100%;
  }
  .love__list .horoscope__item {
    width: 100%;
  }
}

.not-found .content {
  text-align: center
}
.not-found .content img {
  max-width: 269px;
  margin: 0 auto 40px
}
@media screen and (max-width:575.98px) {
  .not-found .content img {
    max-width: 200px;
    margin: 0 auto 20px
  }
}
.not-found h1 {
  color: #181727;
  font-family: Capriola;
  font-size: calc(.06494 * 100vw + 75.32468px);
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 25px
}
.not-found h3 {
  color: #181727;
  text-align: center;
  font-family: Capriola;
  font-size: calc(.01494 * 100vw + 19.32468px);
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 50px
}
@media screen and (max-width:575.98px) {
  .not-found h3 {
    margin-bottom: 30px
  }
}
.not-found p {
  max-width: 855px;
  color: #181727;
  text-align: center;
  font-family: "Noto Sans";
  font-size: calc(.00325 * 100vw + 18.76623px);
  font-weight: 400;
  line-height: 128%;
  margin: 0 auto 45px
}
.not-found a {
  text-decoration: none
}
.not-found .flex-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
