@import url('reset.css');

/* default ================================================*/
body {
  font-family: 'Montserrat', serif;
  font-weight: 400;
  overflow-x: hidden;
}


/* header ================================================*/
.header__top-bar {
  height: 84px;
  position: relative;
  display: flex;
  justify-content: center;
  background: #AF33C5;
  align-items: center;
  line-height: 17px;
}

.header__top-bar-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.header__top-bar-list-item {
  margin: 0 64px;
  color: white;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  transition: ease 0.3s;
}

.header__top-bar-list-item:hover {
  opacity: 0.7;
  transition: ease 0.3s;
}

.hamburger-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #B836CF;
  height: 50px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);

}

/* header adaptive ================================================*/
@media (max-width: 1000px) {
  .header {
    display: none;
  }
  .hamburger-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}


/* section main ================================================*/
.main__wrapper {
  padding: 90px 330px 100px 370px;
  position: relative;
}

.main__color-wrapper {
  background: #FAF5FC;
}

.main .main__wrapper {
  display: inline-block;
  width: 100%;
}

.main__left-content {
  min-width: 50%;
  max-width: 50%;
}

.main__right-content {
  width: 50%;
  margin-left: 50%;
}

.main__right-content .main__woman {
  position: absolute;
  max-height: 590px;
  top: 150px;
  right: 300px;
  z-index: 0;
}

.main__right-content .main__circle_purple-dotted {
  position: absolute;
  max-height: 518px;
  top: 165px;
  right: 285px;
  z-index: 1;
}

.main__right-content .main__circle_purple {
  position: absolute;
  max-height: 490px;
  top: 180px;
  right: 300px;
  z-index: 1;
}

.main__right-content .main__woman-coin {
  position: absolute;
  max-height: 215px;
  top: 150px;
  right: 640px;
  z-index: 2;
  animation: up-down 2s ease-in-out infinite;
}

@keyframes up-down {
  0%, 100% {
    transform: translateY(0) rotate(-22deg);
  }
  50% {
    transform: translateY(-20px) rotate(-22deg);
  }
}

.main__right-content .main__woman-coin_small {
  max-height: 80px;
  position: absolute;
  top: 140px;
  right: 635px;
  z-index: 2;
  animation: down-up 2s ease-in-out infinite;
}

@keyframes down-up {
  0%, 100% {
    transform: translateY(0) rotate(21deg);
  }
  50% {
    transform: translateY(20px) rotate(21deg);
  }
}

.main__right-content .main__women-right-coin {
  max-height: 180px;
  position: absolute;
  top: 540px;
  right: 250px;
  z-index: 2;
  rotate: -16deg;
}

.main__header-text-content {
  font-weight: 700;
  line-height: 48px;
  font-size: 35px;
  color: #220872;
}

.main__sub-header-text {
  padding-top: 10px;
}

.main__sub-header-text-context {
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
}

.main__form {
  max-width: 500px;
}

.main__form-button-wrapper {
  padding-top: 35px;
}

.main__form-submit-button {
  width: 100%;
  height: 56px;
  margin-top: 10px;
  transition: ease 0.3s;
}

.main__form-submit-button:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.yellow-button {
  display: block !important;
  align-items: center !important;
  text-align: center !important;
  cursor: pointer !important;
  background: #FFD606 !important;
  border-radius: 5px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #220872 !important;
}

.main__form {
  padding-top: 28px;
}

.main__form-input {
  margin-bottom: 12px;
  line-height: 19px;
  padding: 15px 22px;
  max-width: 500px;
  max-height: 50px;
}

.main__form-checkbox-input {
  padding: 0;
}

.main__form-input:hover {
  box-shadow: 0 0 5px 0 #B15EDC;
  transition: ease 0.15s;
}

.main__form-input:focus {
  box-shadow: 0 0 10px 0 #220872;
  transition: ease 0.15s;
}

.main__form-input::placeholder {
  opacity: 0.7;
}

.main__form-input[type="text"], .main__form-input[type="number"] {
  font-size: 16px;
  line-height: 1.33;
  box-sizing: border-box;
  width: 100%;
  height: 56px;
  border: 2px solid #B15EDC;
  border-radius: 5px;
  padding: 10px;
  outline: none;
  color: #220872;
}

.background-red {
  background-color: #f95d5182;
  transition: 1s;
}

.main__form-input input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 20px;
  height: 20px;
}

.main__form-input + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}

.main__form-input + label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #220872;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90% 90%;
  transition: ease-out 0.15s;
}

.main__form-input:checked + label::before {
  background-image: url('../../ilma_frontend/img/yes-checkbox.png');
  border: 2px solid #220872;
  transition: ease-out 0.15s;
  border-radius: 35%;
}

.main__form-checkbox-wrapper {
  margin-left: -3px;
  margin-top: 7px;
}

.main__left-coin {
  position: absolute;
  left: 180px;
  top: -3px;
  max-width: 200px;
  height: auto;
  gap: 0;
  rotate: -23deg;
}

.main__money-card-wrapper {
  opacity: 0.9;
  position: absolute;
  z-index: 4;
  box-shadow: 0 0 5px 0 #00000033;
  border-radius: 10px;
  padding-left: 10px;
  text-align: center;
  align-items: center;
  color: #220872;
  background-color: white;
  display: flex;
  height: 60px;
  width: 240px;
  font-size: 24px;
}

.main__money-card-item:last-child {
  margin-right: 0;
}

.main__money-card-item {
  margin-right: 15px;
  display: inline-block;
}

.main__money-card-100k {
  top: 360px;
  right: 220px;
}

.main__money-card-7k {
  top: 330px;
  right: 750px;
}

.main__money-card-359k {
  min-height: 75px;
  max-width: 290px;
  top: 580px;
  right: 570px;
}

.down-content {
  display: none;
}

.portable2 {
  display: block;
}


/* section main adaptive ================================================*/

@media (min-width: 1930px) {
  .main {
    max-width: 1920px;
    margin: 0 auto;
  }
}

@media (max-width: 1900px) {
  .main__wrapper {
    padding: 90px 330px 100px 270px;
  }

  .main__right-content > * {
    transform: translateX(100px);
  }

  .main__right-content .main__woman-coin {
    animation: up-down1900 2s ease-in-out infinite;
  }

  @keyframes up-down1900 {
    0%, 100% {
      transform: translateX(100px) translateY(0) rotate(-22deg);
    }
    50% {
      transform: translateX(100px) translateY(-20px) rotate(-22deg);
    }
  }

  .main__right-content .main__woman-coin_small {
    animation: down-up1900 2s ease-in-out infinite;
  }

  @keyframes down-up1900 {
    0%, 100% {
      transform:  translateX(100px) translateY(0) rotate(21deg);
    }
    50% {
      transform:  translateX(100px) translateY(20px) rotate(21deg);
    }
  }

  .main__left-coin {
    left: 80px;
  }
}

@media (max-width: 1700px) {
  .main__wrapper {
    padding: 90px 330px 100px 200px;
  }

  .main__right-content > * {
    transform: translateX(170px);
  }

  .main__right-content .main__woman-coin {
    animation: up-down1900 2s ease-in-out infinite;
  }

  @keyframes up-down1900 {
    0%, 100% {
      transform: translateX(170px) translateY(0) rotate(-22deg);
    }
    50% {
      transform: translateX(170px) translateY(-20px) rotate(-22deg);
    }
  }

  .main__right-content .main__woman-coin_small {
    animation: down-up1900 2s ease-in-out infinite;
  }

  @keyframes down-up1900 {
    0%, 100% {
      transform:  translateX(170px) translateY(0) rotate(21deg);
    }
    50% {
      transform:  translateX(170px) translateY(20px) rotate(21deg);
    }
  }

  .main__left-coin {
    left: 10px;
  }
}

@media (max-width: 1550px) {
  .main__wrapper {
    padding: 90px 330px 100px 150px;
  }

  .main__right-content > * {
    transform: translateX(200px);
  }

  .main__right-content .main__woman-coin {
    animation: up-down1900 2s ease-in-out infinite;
  }

  @keyframes up-down1900 {
    0%, 100% {
      transform: translateX(200px) translateY(0) rotate(-22deg);
    }
    50% {
      transform: translateX(200px) translateY(-20px) rotate(-22deg);
    }
  }

  .main__right-content .main__woman-coin_small {
    animation: down-up1900 2s ease-in-out infinite;
  }

  @keyframes down-up1900 {
    0%, 100% {
      transform:  translateX(200px) translateY(0) rotate(21deg);
    }
    50% {
      transform:  translateX(200px) translateY(20px) rotate(21deg);
    }
  }

  .main__left-coin {
    left: -30px;
  }
}

@media (max-width: 1480px) {
  .main__wrapper {
    padding: 90px 0 100px 80px;
  }

  .main__left-coin {
    display: none;
  }
}

@media (max-width: 1400px) {
  .main__wrapper {
    padding: 90px 0 100px 30px;
  }

  .main__left-coin {
    display: none;
  }
}

@media (max-width: 1330px) {
  .main__right-content > * {
    transform: translateX(280px);
  }

  .main__right-content .main__woman-coin {
    animation: up-down1900 2s ease-in-out infinite;
  }

  @keyframes up-down1900 {
    0%, 100% {
      transform: translateX(280px) translateY(0) rotate(-22deg);
    }
    50% {
      transform: translateX(280px) translateY(-20px) rotate(-22deg);
    }
  }

  .main__right-content .main__woman-coin_small {
    animation: down-up1900 2s ease-in-out infinite;
  }

  @keyframes down-up1900 {
    0%, 100% {
      transform:  translateX(280px) translateY(0) rotate(21deg);
    }
    50% {
      transform:  translateX(280px) translateY(20px) rotate(21deg);
    }
  }

  .main__money-card-100k {
    top: 400px;
    right: 260px;
  }

  .main__money-card-7k {
    top: 330px;
    right: 700px;
  }

  .main__women-right-coin {
    display: none;
  }
}

@media (max-width: 1200px) {
  .main__wrapper {
    padding: 90px 100px 100px 100px;
    position: static;
  }

  .main .main__wrapper {
    display: block;
    flex-direction: column;
    align-items: center;
  }

  .main__left-content {
    min-width: 100%;
    max-width: 100%;
  }

  .main__right-content {
    position: static;
    width: 450px;
  }
  .main__right-content > * {
    transform: translate(0, 0);
  }

  .main__right-content .main__woman {
    position: static;
    display: block;
    min-width: 354px;
    min-height: 400px;
    margin: 0 auto;
    top: 150px;
    transform: translateY(110px);
  }

  .main__right-content .main__money-card-wrapper {
    transform: translate(310px, -60px);
  }

  .main__right-content .main__woman-coin {
    top: 80px;
    right: 570px;
  }

  .main__right-content .main__woman-coin_small {
    top: 90px;
    right: 555px;
  }

  .main__right-content {
    position: relative;
  }

  .main__form {
    max-width: 100%;
  }

  .main__form-input {
    max-width: 100%;
  }

  .main__right-content {
    margin: 0 auto;
  }

  .main__money-card-7k {
    top: 330px;
    right: 660px;
  }

  .main__money-card-359k {
    top: 580px;
    right: 530px;
  }
}

@media (max-width: 900px) {
  .main__money-card-7k {
    display: none;
  }

  .main__money-card-359k {
    display: none;
  }

  .main__money-card-100k {
    display: none;
  }
}

@media (max-width: 700px) {
  .main__header-text-content {
    font-size: 34px;
    line-height: 36px;
    margin-top: 80px;
  }

  .main__wrapper {
    padding: 30px 30px 100px 30px;
  }

  .portable1 {
    display: block;
  }

  .main__sub-header-text-context {
    font-size: 18px;
    line-height: 22px;
    margin-top: 40px;
    margin-bottom: 50px;
    text-align: center;
  }

  .main__header-text-content {
    text-align: center;
  }
}

@media (max-width: 550px) {
  .main__right-content {
    position: relative;
    width: 100%;
  }

  .main__right-content .main__woman {
    max-width: 100%;
    height: auto;
  }

  .main__woman-coin {
    position: absolute;
    left: -205px;
    scale: 0.8;
  }

  .main__woman-coin_small {
    position: absolute;
    left: -120px;
    scale: 0.8;;
  }
}

/* section line ================================================*/
.line__wrapper {
  position: relative;
  height: 70px;
  background-color: #B836CF;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.line__wrapper span {
  font-size: 1.2vw;
  line-height: 2vw;
  color: white;
}

.line__first-text,
.line__second-text,
.line__third-text {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 30s linear infinite;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.line__first-text::before,
.line__second-text::before,
.line__third-text::before {
  content: attr(data-content);
}

.line__first-text {
  animation-delay: 0s;
}

.line__second-text {
  animation-delay: -10s;
}

.line__third-text {
  animation-delay: -20s;
}

.small-line {
  display: none;
}

.small-line {
  display: none;
}

@keyframes marquee {
  0% {
    transform: translateX(0%) translateY(-50%);
  }
  100% {
    transform: translateX(-100%) translateY(-50%);
  }
}

/* section line adaptive ================================================*/
@media (max-width: 1200px) {
  .big-line {
    display: none;
  }

  .small-line {
    display: block;
  }

  .line__wrapper span {
    font-size: 2.3vw;
  }

  .line__first-text {
    animation-delay: 0s;
  }

  .line__second-text {
    animation-delay: -15s;
  }
}

@media (max-width: 900px) {
  .line__wrapper * {
    display: none;
  }

  .line__wrapper {
    height: 50px;
  }
}

/* section process ================================================*/
.process__wrapper {
  padding: 50px 0 100px;
  margin: auto;
  width: 100%;
  max-width: 1000px;
}

.process__title-text {
  font-weight: 700;
  color: #220872;
  line-height: 50px;
  font-size: 42px;
  text-align: center;
}

.process {
  background-color: #f9f9f9;
}

.process__title {
  text-align: center;
  margin-bottom: 40px;
}

.process__cards {
  font-size: 0;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}

.process__card {
  display: inline-block;
  width: calc(33.33% - 20px);
  vertical-align: top;
  text-align: center;
}

.process__card:last-child {
  margin-right: 0;
}

.process__card-image {
  height: 150px;
  margin-bottom: 50px;
}

.process__card-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 40px;
  color: #220872;
  margin-bottom: 10px;
}

.process__card-description {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #220872;
}

.process__coin_big {
  position: absolute;
  top: 790px;
  left: 50px;
  rotate: -22deg;
  max-width: 270px;
  height: auto;
}

.process__coin_small {
  position: absolute;
  right: 200px;
  height: 200px;
  top: 1360px;
}

/* section process adaptive ================================================*/
@media (max-width: 1480px) {
  .process__coin_big {
    display: none;
  }
}

@media (max-width: 1200px) {
  .process__coin_small {
    display: none;
  }
}

@media (max-width: 900px) {
  .process__wrapper {
    padding-top: 30px;
  }

  .process__cards {
    flex-direction: column;
    gap: 70px;
  }

  .process__card {
    text-align: center;
    flex-basis: 100%;
    align-self: center;
  }

  .process__card-image {
    margin-bottom: 15px;
  }
}

@media (max-width: 700px) {
  .process__title-text {
    font-size: 32px;
  }
}

@media (max-width: 550px) {
  .process__wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .process__card-image {
    height: 100px;
  }

  .process__title {
    margin-bottom: 0;
  }

  .process__cards {
    margin-top: 75px;
  }

  .process__card {
    width: 100%;
  }

  .process__title-text {
    font-size: 24px;
    line-height: 22px;
  }

  .process__card-title {
    font-size: 20px;
    line-height: 30px;
  }

  .process__card-description {
    font-size: 12px;
    line-height: 18px;
    width: 100%;
  }
}

/* section about ================================================*/
.about__wrapper {
  padding: 50px 0 100px;
  margin: auto;
  width: 100%;
  max-width: 1000px;
}

.about__title-text {
  font-weight: 700;
  color: #220872;
  line-height: 50px;
  font-size: 42px;
  text-align: center;
}

.about {
  background-color: white;
}

.about__title {
  text-align: center;
  margin-bottom: 40px;
}

.about__cards {
  font-size: 0;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}

.about__card {
  display: inline-block;
  width: calc(33.33% - 20px);
  vertical-align: top;
  text-align: center;
}

.about__card-image {
  max-height: 100px;
  max-width: 100px;
  margin-bottom: 50px;
}

.about__card-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 40px;
  color: #220872;
  margin-bottom: 10px;
}

.about__card-description {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #220872;
}

/* section about adaptive ================================================*/
@media (max-width: 900px) {
  .about__wrapper {
    padding-top: 30px;
  }

  .about__cards {
    flex-direction: column;
    gap: 70px;
  }

  .about__card {
    text-align: center;
    flex-basis: 100%;
    align-self: center;
  }

  .about__card-image {
    margin-bottom: 15px;
  }

   .rate_fz {
     font-size: 80px !important;
   }

}

.rate_card {
   height: 140px !important;
 }

@media (max-width: 700px) {
  .about__title-text {
    font-size: 32px;
  }
}

@media (max-width: 550px) {
  .about__wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .about__card-image {
    height: 100px;
  }

  .about__title {
    margin-bottom: 0;
  }

  .about__cards {
    margin-top: 75px;
  }

  .about__card {
    width: 100%;
  }

  .about__title-text {
    font-size: 24px;
    line-height: 22px;
  }

  .about__card-title {
    font-size: 20px;
    line-height: 30px;
  }

  .about__card-description {
    font-size: 12px;
    line-height: 18px;
    width: 100%;
  }
}


/* section feedback ================================================*/
.feedback {
  background-color: white;
}

.feedback__wrapper {
  padding: 50px 0 100px;
}

.feedback__title {
  text-align: center;
  margin-bottom: 40px;
}

.feedback__title-text {
  font-weight: 700;
  color: #220872;
  line-height: 50px;
  font-size: 42px;
  text-align: center;
}

.feedback__cards {
  max-width: 1035px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.feedback__card, .plus_card{
  text-align: left;
  display: inline-block;
  background-color: #FAF5FC;
  padding: 25px;
  border-radius: 10px;
  width: 485px;
  height: 300px;
  vertical-align: top;
  margin-right: 35px;
}

.feedback__cards-line .feedback__card:last-child {
  margin-right: 0;
}

.feedback__card-title{
  display: flex;
  /*margin-top: 50px;*/
}

.feedback__card-avatar {
  margin-right: 25px;
}

.feedback__card-title-user-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #220872;
}

.feedback__card-title-user-rank {
  margin-top: 2px;
  color: #220872;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.feedback__card-avatar {
  height: 70px;
  width: 70px;
  border-radius: 100%;
}

.feedback__card-title-user {
  padding-top: 15px;
}

.feedback__card-score {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.feedback__card-score-date {
  margin-left: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #220872;
}

.feedback__description {
  margin-top: 35px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #220872;
}

.feedback__cards-line:last-child {
  margin-top: 35px;
}

.feedback__card-unknown-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #00C60D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: white;
  margin-right: 25px;
}


/* section feedback adaptive ================================================*/
@media (max-width: 1050px) {
  .feedback__card {
    display: block;
    margin: 0 auto;
  }

  .feedback__cards-line .feedback__card:last-child {
    margin: 30px auto 0;
  }

  .plus_card {
    display: inline-block !important;
    width: 270px;
    padding: 0;
  }

  .plus_card .feedback__card:last-child {
    display: inline-block !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 550px) {
  .feedback__wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .feedback__title-text {
    font-size: 24px;
  }

  .feedback__card {
    width: 90%;
    height: auto;
  }

  .plus_card {
    width: 200px;
  }
}

@media (max-width: 404px) {
  .plus_card {
    width: 90%;
  }

  .feedback__card-title {
    margin-top: 50px;
  }
}


/* footer ================================================*/
.footer {
  background-color: #4B046F;
  padding: 90px 360px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: white;
}

.footer__ip_info {
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 600px;
  margin: 35px auto;
}

.footer__link_purple {
  color: #FF8562;
  text-decoration: underline;
}


/* footer adaptive ================================================*/
@media (max-width: 1550px) {
  .footer {
    padding: 90px 260px;
  }
}

@media (max-width: 1300px) {
  .footer {
    padding: 50px 20px;
  }
}

@media (max-width: 800px) {
  .footer {
    font-size: 12px;
  }
}

@media (max-width: 600px) {
  .footer {
    font-size: 10px;
  }

  .footer__ip_info {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

/* map */
@media (max-width: 1200px) {
  .screen-8 {
    padding-bottom: 0 !important;
  }
}


@media (max-width: 1000px) {
  .screen-8 .title {
    font-size: 36px !important;
  }

  .screen-8 .sub-title {
    font-size: 20px !important;
  }
}

@media (max-width: 600px) {
  .screen-8 .title {
    font-size: 24px !important;
  }

  .screen-8 .sub-title {
    font-size: 16px !important;
  }
}



/* dialog my additional styles ================================================*/
body.no-scroll {
  overflow: hidden;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FAF5FCE5;
  z-index: 9;
}

#myDialog {
  overflow-y: auto !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FAF5FCE5;
  z-index: 9;
}

@media (max-width: 768px) {
  #myDialog {
    width: 100%;
    height: 100%;
    margin: 0;
    border: none;
    border-radius: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    overflow-y: auto !important;
  }
}




/* dialog ================================================*/
*:not(dialog) {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.d-none {
  display: none !important;
}

dialog h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 10px;
}

dialog .dialog-text {
  text-align: center;
  font-size: 16px;
  padding-bottom: 30px;
}

dialog .asterisk {
  padding-top: 15px;
  font-size: 14px;
  text-align: justify;
}

dialog .step-button {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

dialog .step-button .choose-button {
  padding: 18px 0;
  width: 100%;
  margin-top: 15px;
}

dialog .step-button .choose-button._grey {
  background-color: rgb(29 78 216 / var(--tw-text-opacity, 0.05)) !important; !important;
  border: none !important;
  font-weight: 600 !important;
  color: black !important;
}

.dialog-content input[type="date"] {
  color: #000000;
  background-color: #ffffff;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.33;
  border: 1px solid lightgrey;
  box-sizing: border-box;
  outline: none;
  width: 100%;
  height: 56px;
  border-radius: 7px;
  margin-bottom: 20px;
}


.dialog-content .dialog-agr-checkbox-wrapper {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  height: 20px;
}

.dialog-content .dialog-agr-checkbox-wrapper label {
  cursor: pointer;
  font-size: 14px;
}

.error-message {
  color: white;
  font-weight: 200;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: translateY(100%);
  opacity: 0;
  display: none;
  font-size: 25px;
  background: #f95d51;
  border-radius: 3px;
  bottom: 30px;
  right: 30px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, .2);
  max-width: 90%;
  min-width: 260px;
  padding: 20px 30px;
  position: fixed;
  text-align: center;
  width: auto;
  max-height: 70px;
  z-index: 10000;
}

.error-div-message {
  margin-top: 20px;
  color: white;
  font-weight: 200;
  font-size: 25px;
  background: #f95d51;
  border-radius: 3px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, .2);
  max-width: 100%;
  min-width: 260px;
  padding: 20px 30px;
  text-align: center;
  width: auto;
  max-height: 70px;
  z-index: 10000;
  transition: ease 0.5s;
}

@media (max-width: 900px) {
  .error-div-message {
    max-height: 200px;
  }
}

@media (max-width: 700px) {
  .error-message, .error-div-message {
    font-size: 18px;
    padding: 10px 15px;
  }
}

.error-message.show {
  display: block;
  transform: translateY(0);
  opacity: 1;
}


/*nav ============================*/

.choose-button {
  display: block;
  padding: 0 20px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  background-color: #F5DCFF;
  border: 0 none;
  cursor: pointer;
  color: #ffffff;
  border-radius: 10px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 25px;
}

.step__title {
  margin-top: 90px;
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 48px;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
  line-height: 60px;
  align-items: center;
  text-align: center;
}

.step__myself-title {
  padding-top: 50px;
  font-weight: 700;
  font-size: 30px;
  color: #220872;
  line-height: 38px;
  align-items: center;
  text-align: center;
}

.step__myself-desc {
  padding-top: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  color: #220872;
}

.step__myself-time-wrapper {
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: center;
  padding-top: 20px;
  padding-bottom: 50px;
}

.step__success-title {
  padding-top: 50px;
  font-weight: 700;
  font-size: 30px;
  color: #220872;
  line-height: 38px;
  align-items: center;
  text-align: center;
}

.step__success-desc {
  padding-top: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  color: #220872;
}

.step__success-time-wrapper {
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: center;
  padding-top: 20px;
  padding-bottom: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.dialog__wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.tal {
  text-align: left !important;
}

.toggle-container {
  margin-top: 50px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 5px;
  width: 230px;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s;
  color: #220872;
  font-size: 18px;
  border: 2px solid rgb(29 78 216 / var(--tw-text-opacity, 0.7)) !important;
}

.toggle-option {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  font-weight: 500;
  color: #220872;
  font-size: 18px;
  z-index: 999;
}

.toggle-option.male {
  border-radius: 10px;
}

.toggle-option.female {
  border-radius: 10px;
}

.slider {
  position: absolute;
  width: 48%;
  height: 80%;
  border-radius: 10px;
  transition: transform 0.3s;
  background-color: rgb(29 78 216 / var(--tw-text-opacity, 0.7));;
}

.toggle-container.male .slider {
  transform: translateX(0);
}

.toggle-container.female .slider {
  transform: translateX(98%);
}

.step__myself-time-image {
  width: 13px;
  height: 13px;
}

.step__myself-time {
  margin-left: 10px;
  font-weight: 300;
  font-size: 14px;
  line-height: 13px;
  align-items: center;
  text-align: center;
  color: #B060D9;
}

.waiting-for-call {
  padding: 50px 10px;
}

.step__myself-desc-span, .step__myself-title-span {
  display: block;
}

.gray-button {
  background-color: #FAF5FC;
}

.dialog__input-title {
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 23px;
  color: #220872;
  margin-bottom: 5px;
}

.dialog__input {
  border: 2px solid rgb(29 78 216 / var(--tw-text-opacity, 0.7)) !important;
  background-color: rgb(29 78 216 / var(--tw-text-opacity, 0.05)) !important;
  color: black !important;
  font-weight: 500 !important;
  max-width: 250px !important;
}

#dialog-buttons-s-2 {
  margin-top: 30px !important;
}

.step-button {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.choose-button {
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.choose-button._grey {
  background-color: #f0f0f0;
  color: #333;
}

.choose-button:hover {
  opacity: 0.9;
}


.dialog__input::placeholder {
  color: #220872B2 !important;
  font-weight: 300 !important;
  opacity: 0.7;
}

.form__fio {
  display: flex;
  flex-direction: column;
}

.form__fio-inputs {
  display: flex;
  gap: 10px;
  margin-top: 5px;
}

.dialog__input {
  flex: 1;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.dialog__input::placeholder {
  color: #999;
}

.form__passport {
  display: flex;
  flex-direction: column;
}

.form__passport-inputs {
  display: flex;
  gap: 10px;
  margin-top: 5px;
}

.dialog__input {
  flex: 1;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.long-input {
  max-width: 510px !important;
}

.dialog__input::placeholder {
  color: #999;
}

@media (max-width: 900px) {
  .dialog-content {
    height: 100%;
  }

  .step-button {
    display: block;
  }

  .step__title {
    font-size: 30px !important;
    margin-top: 0 !important;
    line-height: 30px !important;
  }

  .dialog__input {
    max-width: 100% !important;
  }

  .form__fio-inputs, .form__passport-inputs {
    display: block;
  }
}

.mt10 {
  margin-top: 10px;
}

@media screen and (max-width: 700px) {
  .header__top-bar .main__right-content .call span, .header__top-bar .main__right-content .social {
    display: none;
  }

  .header__top-bar .logo {
    left: 10px;
  }

  .screen-1-content {
    padding: 0 10px;

  }

  .screen-1 .screen-1-content .header-text {
    font-size: 30px;
  }

  .screen-1 .screen-1-content .typed-slogan {
    margin: 20px 0;
  }


  dialog {
    width: 100%;
  }

  .dialog-content {
    width: 85%;
  }
}

@media screen and (max-width: 500px) {
  .header__top-bar .main__right-content .call {
    display: none;
  }


}

/* screen1 =>  =======================================*/

.screen-1-content-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;

  height: 100%;
  position: relative;
}

.screen-1-content {
  max-width: 760px;
  text-align: left;

  position: absolute;
  top: 50%;
  transform: translateY(-50%);

}

.screen-1 .header-text {
  font-weight: 700;
  font-size: 56px;
  color: white;
}

.screen-1 .header-text span {
  color: rgb(255, 226, 5);
}

.screen-1-form {
  max-width: 560px;
}

.screen-1-form input[type="text"] {
  color: #000000;
  background-color: #ffffff;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.33;
  border: 0 none;
  box-sizing: border-box;
  outline: none;
  width: 100%;
  height: 56px;
  border-radius: 7px;
  margin-bottom: 20px;
}

.screen-1-form input[type="checkbox"] {
  width: 20px;
  height: 20px;
}

.typed-slogan {
  font-size: 20px;
  color: #ffe205;
  margin: 50px 0;
}

.agr-checkbox-wrapper {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  height: 20px; /* Set the height of the label to match the checkbox size */
}

.agr-checkbox-wrapper label {
  color: white;
  cursor: pointer;
  font-size: 14px;
}

.screen-1-form .submit-button-wrapper {
  width: 100%;
}

.screen-1-form .submit-button-wrapper button {

  width: 100%;
  height: 56px;
  margin-top: 10px;

}

.screen-1-form .submit-button-wrapper button:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}


/* => screen1   =======================================*/


/* screen-2 =>  =======================================*/
.screen-2 {
  background-color: #ededed;
  overflow: hidden;

}

.screen-2 .title {
  font-size: 45px;
  text-align: center;
  padding: 50px 0;
  font-weight: 600;

}

.screen-2 .plan {
  width: 100%;
  margin: auto;
  max-width: 1200px;
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}

.screen-2 .plan .step {
  flex: 0 0 320px; /* Let items grow, but don't shrink or have a basis */
  position: relative;
  text-align: center;
}

.screen-2 .plan .step.arrow:after {
  content: '';
  display: block;
  width: 56px;
  height: 20px;
  position: absolute;
  right: -90px;
  top: 47%;
}

@media screen and (max-width: 1100px) {
  .screen-2 .plan .step {

    padding: 0 20px;
    flex-basis: 100%;
    align-self: center;
  }

  .screen-2 .plan .step.arrow:after {
    display: none;
  }

  .screen-2 .plan {
    gap: 50px;
    flex-direction: column;
  }
}


.screen-2 .plan .step img {
  width: 150px;
}

.screen-2 .plan .step > div {
  font-size: 24px;
  line-height: 1.35;
  max-width: 360px;
}


.button-wrapper {
  max-width: 350px;
  margin: 0 auto 80px;


}

.button-wrapper .choose-button {
  width: 100%;
  height: 70px;
  font-size: 24px;
}

/* => screen-2   =======================================*/


/* screen-3 =>   =======================================*/
.screen-3 {
  overflow: hidden;
  max-width: 1100px;
  margin: auto;
}

.screen-3 .title {
  font-size: 45px;
  text-align: center;
  padding: 70px 0;
  font-weight: 600;

}

.screen-3 .content {
  display: flex;
  max-width: 1100px;
  margin: 0 auto 70px;
  justify-content: space-between;
  flex-wrap: wrap;

}

.screen-3 .content .item {
  flex-basis: 260px;
  height: 345px;


}

.screen-3 .content .item .item-content {

  width: 260px;
  margin: auto;
  height: 100%;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  background-size: cover;
}

.screen-3 .content .item .item-content .overlay {
  background: rgba(0, 0, 0, .5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.screen-3 .content .item .item-content .item-text {
  color: white;
  font-size: 24px;
  z-index: 2;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 270px;
  transition: all 250ms ease-in-out 0s;
}

.screen-3 .content .item .item-content:hover .item-text {
  top: 50px;
}


.screen-3 .content .item .item-content .item-text .item-text-title {
  font-weight: 600;
}

.screen-3 .content .item .item-content .item-text .separator {
  width: 160px;
  height: 1px;
  background: white;
  margin: 20px auto;
}

.screen-3 .content .item .item-content .item-text .button {
  width: 180px;
  margin: 20px auto 0;
}

.screen-3 .content .item .item-content .item-text .choose-button {
  height: 50px;
  font-size: 14px;
}


@media screen and (max-width: 1100px) {
  .screen-3 .content {
    gap: 40px;
    justify-content: center;
  }

  .screen-3 .content .item {
    flex-basis: 90%;
    height: 70vh;
  }

  .screen-3 .content .item .item-content {
    width: 100%;
  }

  .screen-3 .content .item .item-content .item-text {
    top: unset;
    bottom: 20px;
    height: unset;
    font-size: 30px;
  }

  .screen-3 .content .item .item-content:hover .item-text {
    top: unset;
  }
}


.screen-3 .callout {
  position: relative;
  max-width: 1200px;
  background-color: rgb(247, 225, 54);
  padding: 40px 60px;
  margin: 0 auto 70px;
  font-size: 20px;
}

.screen-3 .callout .icon {
  position: absolute;
  top: 40px;
  left: 20px;
}


/*  screen-4 ==============================*/

.screen-4 {
  overflow: hidden;
  margin: auto;
  background-color: #ededed;
  padding-bottom: 60px;
}

.screen-4 .title {
  font-size: 45px;
  text-align: center;
  padding: 70px 0;
  font-weight: 600;
}

.screen-4 .screen-4-slider {
  max-width: 1200px;
  margin: auto;
  position: relative;
}

.screen-4 .screen-4-slider .swiper {
  max-width: 1100px;
  margin: auto;
}

.screen-4 .screen-4-slider .swiper-wrapper {
  padding-top: 2px;
}

.screen-4 .screen-4-slider .card {
  width: 300px;
  height: 370px;
  background-color: white;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.50);
}

.screen-4 .screen-4-slider .card .inner {
  max-width: 260px;
  overflow: hidden;
  margin: auto;
}


.screen-4 .screen-4-slider .card .inner .image {
  background-size: cover;
  width: 100%;
  height: 220px;
}

.screen-4 .screen-4-slider .card .text {
  font-size: 18px;
  padding: 15px;
  margin-bottom: 20px;
}

.screen-4 .screen-4-slider .card .header {
  font-weight: 600;
  font-size: 20px;
  margin-top: 20px;
}


.screen-4 .screen-4-slider .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 0;
}

.screen-4 .screen-4-slider .swiper-button-next {
  position: absolute;
  top: 50%;
  right: 0;
}


/*screen-5 ========================================*/

.screen-5 {
  overflow: hidden;
  max-width: 1200px;
  margin: auto;
  background-color: white;
  padding-bottom: 70px;
}

.screen-5 .title {
  font-size: 45px;
  text-align: center;
  padding: 70px 0;
  font-weight: 600;

}


.screen-5 .content {
  display: flex;
  flex-wrap: wrap;
}


.screen-5 .content .item {
  flex-basis: 50%;
  font-size: 20px;
  padding: 20px 0 20px 70px;
  position: relative;

}

.screen-5 .content .item:before {
  display: block;
  top: 20px;
  left: 5px;
  content: " ";
  width: 48px;
  height: 48px;
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;

}

@media screen and (max-width: 900px) {

  .screen-5 .content {
    padding: 0 50px;
  }

  .screen-5 .content .item {
    flex-basis: 100%;
  }

}


/*  screen-6 =============================*/

.screen-6 {
  overflow: hidden;

  margin: auto;
  background-color: #ededed;
  padding-bottom: 70px;
}

.screen-6 .title {
  font-size: 45px;
  text-align: center;
  padding: 70px 0;
  font-weight: 600;

}


.screen-6 .content {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}


.screen-6 .content .item {
  flex-basis: 50%;
  font-size: 20px;
  padding: 20px 0 20px 20px;
  position: relative;

}

.screen-6 .content .item .quote {
  background-color: white;
  padding: 35px;
  border-radius: 10px;
  font-size: 18px;
  margin-bottom: 35px;
  position: relative;
}

.screen-6 .content .item .quote:after {
  width: 0;
  height: 0;
  content: " ";
  position: absolute;
  bottom: -24px;
  left: 40px;
  border: 12px solid;
  border-color: #fff transparent transparent #fff;
}

.screen-6 .content .item .name {
  padding-left: 40px;
  font-weight: 600;
  font-size: 16px;
}

@media screen and (max-width: 900px) {

  .screen-6 .content {
    padding: 0 50px;
  }

  .screen-6 .content .item {
    flex-basis: 100%;
  }

}


/*screen-7 ========================*/


.screen-7 {
  overflow: hidden;

  margin: auto;
  background-color: white;
  padding-bottom: 70px;
}

.screen-7 .title {
  font-size: 45px;
  text-align: center;
  padding: 70px 0 30px;
  font-weight: 600;
  max-width: 1000px;
  margin: auto;
}

.screen-7 .sub-title {
  max-width: 540px;
  text-align: center;
  font-size: 24px;
  margin: auto;
  font-weight: 300;
}


.screen-7 .content {
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;

  justify-content: space-between;
}

@media screen and (max-width: 1200px) {

  .screen-7 .content {
    padding: 0 50px;
    justify-content: space-around;
    gap: 50px;
  }

  .screen-7 .content .item {
    flex-basis: 100%;
  }

}


.screen-7 .content .item {
  flex-basis: 560px;
  height: 320px;
  font-size: 20px;
  position: relative;
  background-size: cover;
}

.screen-7 .content .item:hover .overlay {
  opacity: 0.3;
  transition: all 350ms ease-in-out 0s;
}

.screen-7 .content .item .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

.screen-7 .content .item .text-wrapper {
  z-index: 2;
  text-align: center;
  top: 80px;
  color: white;
  position: absolute;
  width: 100%;
}

.screen-7 .content .item .text-wrapper .tw-title {
  font-size: 36px;
  font-weight: 600;
}

.screen-7 .content .item .text-wrapper .tw-text {
  font-size: 18px;
}


.screen-7 .content .item .text-wrapper .button {
  width: 180px;
  margin: 20px auto 0;
}

.screen-7 .content .item .text-wrapper .button .choose-button {
  padding: 15px 20px;
  width: 100%;
}


/* screen-8*/

.screen-8 {
  overflow: hidden;
  margin: auto;
  background-color: white !important;
  padding-bottom: 70px;
}

.screen-8 .title {
  font-size: 45px;
  text-align: center;
  padding: 70px 0 30px;
  font-weight: 600;

}

.screen-8 .sub-title {
  max-width: 540px;
  text-align: center;
  font-size: 24px;
  margin: 0 auto 30px;
  color: #220872;
  font-weight: 300;
}

.screen-8 .map {
  margin: auto;
  max-width: 1160px;

  height: 500px;
}


/*screen-9 ==========*/


.screen-9 {
  overflow: hidden;
  background-color: #111111;
  padding-bottom: 30px;
  text-align: center;
  color: white;
}


.screen-9 .sub-title {
  font-size: 20px;
}


.screen-9 .phone {
  font-size: 36px;
}


.screen-9 .bottom-logo {
  width: 150px;
  height: 150px;
  margin: 50px auto;
  background-size: contain;
}

.screen-9 .bottom-text {
  margin: 30px auto;
  max-width: 1000px;
  font-size: 14px;
  line-height: 1.4;
}

.screen-9 .bottom-text a {
  color: #ff8562;
  text-decoration: none;
}


/*terms ===================*/
.terms {
  max-width: 940px;
  padding: 0 30px 50px;
  margin: auto;
}

.terms h1 {
  font-size: 40px;
  text-align: center;
  padding: 50px 0;
  font-weight: 600;
}


.terms p, .terms ul {
  font-size: 20px;
  line-height: 1.55;
  font-weight: 300;
  font-family: 'Roboto', Arial, sans-serif;
  color: #000000;
}

.terms ul {
  padding: 20px;
}


.terms .spoiler-title {
  cursor: pointer;
  font-size: 18px;
}

.terms .credit-list {
  padding: 40px 0;
  font-size: 16px;
}

.terms .credit-list .credit-list-item {
  border-bottom: 1px solid lightgrey;
  padding: 30px 0;
}

.terms .credit-list .credit-list-item .spoiler-content {
  margin-top: 20px;
  color: #949494;
  line-height: 1.55;
}

.terms .documents-button-wrapper {
  width: 600px;
  margin: auto;

}

.terms .documents-button-wrapper .choose-button {
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  display: block;
}













































































/* FORM */
*:not(dialog) {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.d-none
{
  display: none!important;
}
/*dialog ================================================*/

dialog
{
  padding: 0;
  width: 100%;
  border: none;
}

.dialog-content
{
  max-width: 1500px;
  margin: 0 auto;
  padding: 40px 0;
  background-color: white;
  border-radius: 10px;
  overflow-y: auto;
}

dialog h3
{
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 10px;
}
dialog .dialog-text
{
  text-align: center;
  font-size: 16px;
  padding-bottom: 30px;
}
dialog .asterisk
{
  padding-top: 15px;
  font-size: 14px;
  text-align: justify;
}

dialog .step-button
{
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

dialog .step-button .choose-button
{
  padding: 18px 0;
  width: 100%;
  margin-top: 15px;
}

dialog .step-button .choose-button._grey
{
  background-color: white;
  border: 1px solid lightgrey;
  color: lightgrey;
}

.dialog-content input[type="text"]
{
  color: #000000;
  background-color: #ffffff;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.33;
  border: 1px solid lightgrey;
  box-sizing: border-box;
  outline: none;
  width: 100%;
  height: 56px;
  border-radius: 7px;
  margin-bottom: 20px;
}

.dialog-content input[type="date"]
{
  color: #000000;
  background-color: #ffffff;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.33;
  border: 1px solid lightgrey;
  box-sizing: border-box;
  outline: none;
  width: 100%;
  height: 56px;
  border-radius: 7px;
  margin-bottom: 20px;
}


.dialog-content .dialog-agr-checkbox-wrapper
{
  display: inline-flex;
  gap: 10px;
  align-items: center;
  height: 20px; /* Set the height of the label to match the checkbox size */
}

.dialog-content .dialog-agr-checkbox-wrapper label
{
  cursor: pointer;
  font-size: 14px;
}


/*nav ============================*/


.top-bar
{
  height: 60px;
  position: relative;
}

.top-bar .logo
{
  display: block;
  position: absolute;
  width: 154px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
}


.top-bar .right-content
{
  display: flex;
  position: absolute;
  top: 0;
  right: 40px;
  height: 100%;
  gap: 30px;
}
.top-bar .right-content>div
{
  align-self: center;

}

.top-bar .right-content .call a
{
  font-size: 24px;
  text-decoration: none;
  color: black;
}

.top-bar .right-content .social a
{
  margin-left: 10px;
}

@media screen and (max-width: 700px) {
  .top-bar .right-content .call span, .top-bar .right-content .social
  {
    display: none;
  }

  .top-bar .logo
  {
    left: 10px;
  }

  .screen-1-content
  {
    padding: 0 10px;

  }

  .screen-1 .screen-1-content .header-text
  {
    font-size: 30px;
  }

  .screen-1 .screen-1-content .typed-slogan
  {
    margin: 20px 0;
  }

  dialog
  {
    width: 100%;
  }
  .dialog-content
  {
    width: 100%;
  }
}

@media (max-width: 1100px) {
  .dialog__wrapper {
    max-width: 85%;
  }
}

@media screen and (max-width: 500px) {
  .top-bar .right-content .call
  {
    display: none;
  }


}

/* screen1 =>  =======================================*/
.screen-1
{
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  height: 96vh;
  background-size: cover;
}

.screen-1-content-wrapper
{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;

  height: 100%;
  position: relative;
}

.screen-1-content
{
  max-width: 760px;
  text-align: left;

  position: absolute;
  top: 50%;
  transform: translateY(-50%);

}

.screen-1 .header-text
{
  font-weight: 700;
  font-size: 56px;
  color: white;
}
.screen-1 .header-text span
{
  color: rgb(255, 226, 5);
}

.screen-1-form
{
  max-width: 560px;
}
.screen-1-form input[type="text"]
{
  color: #000000;
  background-color: #ffffff;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.33;
  border: 0 none;
  box-sizing: border-box;
  outline: none;
  width: 100%;
  height: 56px;
  border-radius: 7px;
  margin-bottom: 20px;
}

.screen-1-form input[type="checkbox"]
{
  width: 20px;
  height: 20px;
}

.typed-slogan
{
  font-size: 20px;
  color: #ffe205;
  margin: 50px 0;
}

.agr-checkbox-wrapper
{
  display: inline-flex;
  gap: 10px;
  align-items: center;
  height: 20px; /* Set the height of the label to match the checkbox size */
}

.agr-checkbox-wrapper label
{
  color: white;
  cursor: pointer;
  font-size: 14px;
}

.screen-1-form .submit-button-wrapper
{
  width: 100%;
}

.screen-1-form .submit-button-wrapper button
{

  width: 100%;
  height: 56px;
  margin-top: 10px;

}

.screen-1-form .submit-button-wrapper button:hover
{
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}


/* => screen1   =======================================*/




/* screen-2 =>  =======================================*/
.screen-2
{
  background-color: #ededed;
  overflow: hidden;

}

.screen-2 .title
{
  font-size: 45px;
  text-align: center;
  padding: 50px 0;
  font-weight: 600;

}

.screen-2 .plan
{
  width: 100%;
  margin: auto;
  max-width: 1200px;
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}

.screen-2 .plan .step
{
  flex: 0 0 320px; /* Let items grow, but don't shrink or have a basis */
  position: relative;
  text-align: center;
}

.screen-2 .plan .step.arrow:after
{
  content: '';
  display: block;
  width: 56px;
  height: 20px;
  position: absolute;
  right: -90px;
  top: 47%;
}

@media screen and (max-width: 1100px) {
  .screen-2 .plan .step
  {

    padding: 0 20px;
    flex-basis: 100%;
    align-self: center;
  }
  .screen-2 .plan .step.arrow:after
  {
    display: none;
  }
  .screen-2 .plan
  {
    gap: 50px;
    flex-direction: column;
  }
}


.screen-2 .plan .step img
{
  width: 150px;
}
.screen-2 .plan .step>div
{
  font-size: 24px;
  line-height: 1.35;
  max-width: 360px;
}



.button-wrapper
{
  max-width: 350px;
  margin: 0 auto 80px;


}

.button-wrapper .choose-button
{
  width: 100%;
  height: 70px;
  font-size: 24px;
}

/* => screen-2   =======================================*/


/* screen-3 =>   =======================================*/
.screen-3
{
  overflow: hidden;
  max-width: 1100px;
  margin: auto;
}

.screen-3 .title
{
  font-size: 45px;
  text-align: center;
  padding: 70px 0;
  font-weight: 600;

}

.screen-3 .content
{
  display: flex;
  max-width: 1100px;
  margin: 0 auto 70px;
  justify-content: space-between;
  flex-wrap: wrap;

}

.screen-3 .content .item
{
  flex-basis: 260px;
  height: 345px;


}

.screen-3 .content .item .item-content
{

  width: 260px;
  margin: auto;
  height: 100%;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  background-size: cover;
}

.screen-3 .content .item .item-content .overlay
{
  background: rgba(0, 0, 0, .5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.screen-3 .content .item .item-content .item-text
{
  color: white;
  font-size: 24px;
  z-index: 2;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 270px;
  transition: all 250ms ease-in-out 0s;
}

.screen-3 .content .item .item-content:hover .item-text
{
  top: 50px;
}


.screen-3 .content .item .item-content .item-text .item-text-title
{
  font-weight: 600;
}
.screen-3 .content .item .item-content .item-text .separator
{
  width: 160px;
  height: 1px;
  background: white;
  margin: 20px auto;
}

.screen-3 .content .item .item-content .item-text .button
{
  width: 180px;
  margin: 20px auto 0;
}
.screen-3 .content .item .item-content .item-text .choose-button
{
  height: 50px;
  font-size: 14px;
}





@media screen and (max-width: 1100px) {
  .screen-3 .content
  {
    gap: 40px;
    justify-content: center;
  }
  .screen-3 .content .item
  {
    flex-basis: 90%;
    height: 70vh;
  }

  .screen-3 .content .item .item-content
  {
    width: 100%;
  }

  .screen-3 .content .item .item-content .item-text
  {
    top: unset;
    bottom: 20px;
    height: unset;
    font-size: 30px;
  }

  .screen-3 .content .item .item-content:hover .item-text
  {
    top: unset;
  }
}


.screen-3 .callout
{
  position: relative;
  max-width: 1200px;
  background-color: rgb(247, 225, 54);
  padding: 40px 60px;
  margin: 0 auto 70px;
  font-size: 20px;
}

.screen-3 .callout .icon
{
  position: absolute;
  top: 40px;
  left: 20px;
}


/*  screen-4 ==============================*/

.screen-4
{
  overflow: hidden;
  margin: auto;
  background-color: #ededed;
  padding-bottom: 60px;
}

.screen-4 .title
{
  font-size: 45px;
  text-align: center;
  padding: 70px 0;
  font-weight: 600;
}

.screen-4 .screen-4-slider
{
  max-width: 1200px;
  margin: auto;
  position: relative;
}

.screen-4 .screen-4-slider .swiper
{
  max-width: 1100px;
  margin: auto;
}

.screen-4 .screen-4-slider .swiper-wrapper
{
  padding-top: 2px;
}

.screen-4 .screen-4-slider .card
{
  width: 300px;
  height: 370px;
  background-color: white;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.50);
}

.screen-4 .screen-4-slider .card .inner
{
  max-width: 260px;
  overflow: hidden;
  margin: auto;
}


.screen-4 .screen-4-slider .card .inner .image
{
  background-size: cover;
  width: 100%;
  height: 220px;
}

.screen-4 .screen-4-slider .card .text
{
  font-size: 18px;
  padding: 15px;
  margin-bottom: 20px;
}

.screen-4 .screen-4-slider .card .header
{
  font-weight: 600;
  font-size: 20px;
  margin-top: 20px;
}


.screen-4 .screen-4-slider .swiper-button-prev
{
  position: absolute;
  top: 50%;
  left: 0;
}

.screen-4 .screen-4-slider .swiper-button-next
{
  position: absolute;
  top: 50%;
  right: 0;
}


/*screen-5 ========================================*/

.screen-5
{
  overflow: hidden;
  max-width: 1200px;
  margin: auto;
  background-color: white;
  padding-bottom: 70px;
}

.screen-5 .title
{
  font-size: 45px;
  text-align: center;
  padding: 70px 0;
  font-weight: 600;

}


.screen-5  .content
{
  display: flex;
  flex-wrap: wrap;
}


.screen-5  .content .item
{
  flex-basis: 50%;
  font-size: 20px;
  padding: 20px 0 20px 70px;
  position: relative;

}

.screen-5  .content .item:before
{
  display: block;
  top: 20px;
  left: 5px;
  content: " ";
  width: 48px;
  height: 48px;
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;

}

@media screen and (max-width: 900px) {

  .screen-5  .content
  {
    padding: 0 50px;
  }
  .screen-5  .content .item
  {
    flex-basis: 100%;
  }

}


/*  screen-6 =============================*/

.screen-6
{
  overflow: hidden;

  margin: auto;
  background-color: #ededed;
  padding-bottom: 70px;
}

.screen-6 .title
{
  font-size: 45px;
  text-align: center;
  padding: 70px 0;
  font-weight: 600;

}


.screen-6  .content
{
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}


.screen-6  .content .item
{
  flex-basis: 50%;
  font-size: 20px;
  padding: 20px 0 20px 20px;
  position: relative;

}

.screen-6  .content .item .quote
{
  background-color: white;
  padding: 35px;
  border-radius: 10px;
  font-size: 18px;
  margin-bottom: 35px;
  position: relative;
}
.screen-6  .content .item .quote:after
{
  width: 0;
  height: 0;
  content: " ";
  position: absolute;
  bottom: -24px;
  left: 40px;
  border: 12px solid;
  border-color: #fff transparent transparent #fff;
}
.screen-6  .content .item .name
{
  padding-left: 40px;
  font-weight: 600;
  font-size: 16px;
}

@media screen and (max-width: 900px) {

  .screen-6  .content
  {
    padding: 0 50px;
  }
  .screen-6  .content .item
  {
    flex-basis: 100%;
  }

}


/*screen-7 ========================*/


.screen-7
{
  overflow: hidden;

  margin: auto;
  background-color: white;
  padding-bottom: 70px;
}

.screen-7 .title
{
  font-size: 45px;
  text-align: center;
  padding: 70px 0 30px;
  font-weight: 600;
  max-width: 1000px;
  margin: auto;
}

.screen-7 .sub-title
{
  max-width: 540px;
  text-align: center;
  font-size: 24px;
  margin: auto;
  font-weight: 300;
}



.screen-7  .content
{
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;

  justify-content: space-between;
}

@media screen and (max-width: 1200px) {

  .screen-7  .content
  {
    padding: 0 50px;
    justify-content: space-around;
    gap: 50px;
  }
  .screen-7  .content .item
  {
    flex-basis: 100%;
  }

}


.screen-7  .content .item
{
  flex-basis: 560px;
  height: 320px;
  font-size: 20px;
  position: relative;
  background-size: cover;
}

.screen-7  .content .item:hover .overlay
{
  opacity: 0.3;
  transition: all 350ms ease-in-out 0s;
}

.screen-7  .content .item .overlay
{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

.screen-7  .content .item .text-wrapper
{
  z-index: 2;
  text-align: center;
  top: 80px;
  color: white;
  position: absolute;
  width: 100%;
}

.screen-7  .content .item .text-wrapper .tw-title
{
  font-size: 36px;
  font-weight: 600;
}

.screen-7  .content .item .text-wrapper .tw-text
{
  font-size: 18px;
}


.screen-7  .content .item .text-wrapper  .button
{
  width: 180px;
  margin: 20px auto 0;
}

.screen-7  .content .item .text-wrapper  .button .choose-button
{
  padding: 15px 20px;
  width: 100%;
}


/* screen-8*/

.screen-8
{
  overflow: hidden;

  margin: auto;
  background-color: white;
  padding-bottom: 70px;
}

.screen-8 .title
{
  font-size: 45px;
  text-align: center;
  padding: 50px 0 30px;
  font-weight: 600;
  color: rgb(34, 8, 114);
}

.screen-8 .sub-title
{
  max-width: 540px;
  text-align: center;
  font-size: 24px;
  margin: 0 auto 30px;
  font-weight: 300;
  color: rgb(29 78 216);
}

.screen-8 .map
{
  margin: auto;
  max-width: 1160px;

  height: 500px;
}



/*screen-9 ==========*/


.screen-9
{
  overflow: hidden;
  background-color: #111111;
  padding-bottom: 30px;
  text-align: center;
  color: white;
}


.screen-9 .sub-title
{
  font-size: 20px;
}


.screen-9 .phone
{
  font-size: 36px;
}


.screen-9 .bottom-logo
{
  width: 150px;
  height: 150px;
  margin: 50px auto;
  background-size: contain;
}

.screen-9 .bottom-text
{
  margin: 30px auto;
  max-width: 1000px;
  font-size: 14px;
  line-height: 1.4;
}

.screen-9 .bottom-text a
{
  color: #ff8562;
  text-decoration: none;
}


/*terms ===================*/
.terms
{
  max-width: 940px;
  padding: 0 30px 50px;
  margin: auto;
}

.terms h1
{
  font-size: 40px;
  text-align: center;
  padding: 50px 0;
  font-weight: 600;
}


.terms p, .terms ul
{
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}

.paragraph {
  margin-top: 30px;
}

.terms ul
{
  padding: 20px ;
}


.terms .spoiler-title
{
  cursor: pointer;
  font-size: 19px;
}

.terms .credit-list
{
  padding: 40px 0;
  font-size: 16px;
}

.terms .credit-list .credit-list-item
{
  border-bottom: 1px solid lightgrey;
  padding: 30px 0;
}

.terms .credit-list .credit-list-item .spoiler-content
{
  margin-top: 20px;
  color: #949494;
}

.terms .documents-button-wrapper
{
  width: 600px;
  margin: auto;

}

.terms .documents-button-wrapper .choose-button
{
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  display: block;
}

@media (max-width: 1100px) {
  .step-2 {
    padding: 0 10px !important;
  }
}

.border-red {
  border: 2px solid #f95d51 !important;
  transition: 1s ease !important;
}


/* FAQ ================================================*/
.faq {
  position: relative;
  padding: 80px 20px;
  background-color: #f9f9f9;
  overflow: hidden;
  margin-bottom: 30px;
  margin-top: 30px;
}

.faq__wrapper {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.faq__title {
  text-align: center;
  margin-bottom: 48px;
}

.faq__title-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: rgb(34, 8, 114);
  margin: 0;
  line-height: 1.2;
}

.faq__accordion {
  width: 100%;
  margin: 0 auto;
}

.faq__item {
  margin-bottom: 16px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}

.faq__item:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}

.faq__question {
  width: 100%;
  padding: 24px 32px;
  text-align: left;
  background: linear-gradient(185deg, #e6d2ff 0%, #f0e5ff 100%);
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease;
  position: relative;
}

.faq__question:hover {
  background: linear-gradient(135deg, #f0e5ff 0%, #e6d5ff 100%);
}

.faq__question-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #220872;
  margin-right: 24px;
  transition: color 0.1s ease;
  position: relative;
  z-index: 1;
}

.faq__question:hover .faq__question-text {
  color: #7a2d8e;
}

.faq__icon {
  transition: transform 0.2s ease;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.faq__question[aria-expanded="true"] .faq__icon {
  transform: rotate(180deg);
}

.faq__answer {
  padding: 0 32px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease, padding 0.01s ease;
  background: #fff;
  will-change: max-height;
}

.faq__question[aria-expanded="true"] + .faq__answer {
  padding: 0 32px 32px;
  max-height: 2000px;
}

.faq__content {
  margin-top: 15px;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.01s ease 0.01s, transform 0.02s ease 0.01s;
}

.faq__question[aria-expanded="true"] + .faq__answer .faq__content {
  opacity: 1;
  transform: translateY(0);
}

.faq__list {
  margin: 0;
  padding-left: 24px;
  line-height: 1.6;
}

.faq__list-item {
  margin-bottom: 12px;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  color: #555;
  position: relative;
}

.faq__list-item:last-child {
  margin-bottom: 0;
}

.faq__list-item::before {
  content: '';
  position: absolute;
  left: -18px;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #AF33C5;
}

.faq__text {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: #220872;
  margin: 16px 0;
}

.faq__text:first-child {
  margin-top: 0;
}

.faq__text:last-child {
  margin-bottom: 0;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}

@media (max-width: 992px) {
  .faq {
    padding: 60px 20px;
  }

  .faq__title-text {
    font-size: 34px;
  }

  .faq__question {
    padding: 20px 24px;
  }

  .faq__question-text {
    font-size: 18px;
  }

  .faq__answer {
    padding: 0 24px !important;
  }

  .faq__question[aria-expanded="true"] + .faq__answer {
    padding: 0 24px 24px !important;
  }

  .faq__list-item,
  .faq__text {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .faq {
    padding: 48px 16px;
  }

  .faq__title {
    margin-bottom: 32px;
  }

  .faq__title-text {
    font-size: 28px;
  }

  .faq__question {
    padding: 18px 20px;
  }

  .faq__question-text {
    font-size: 17px;
    margin-right: 16px;
  }

  .faq__answer {
    padding: 0 20px !important;
  }

  .faq__question[aria-expanded="true"] + .faq__answer {
    padding: 0 20px 20px !important;
  }

  .faq__list {
    padding-left: 20px;
  }

  .faq__list-item::before {
    left: -16px;
  }

  .faq__coin_big {
    width: 80px;
  }

  .faq__coin_small {
    width: 50px;
  }
}

@media (max-width: 480px) {
  .faq__title-text {
    font-size: 24px;
  }

  .faq__question {
    padding: 16px;
  }

  .faq__question-text {
    font-size: 16px;
  }

  .faq__answer {
    padding: 0 16px !important;
  }

  .faq__question[aria-expanded="true"] + .faq__answer {
    padding: 0 16px 16px !important;
  }

  .faq__list-item,
  .faq__text {
    font-size: 15px;
  }

  .faq__list-item::before {
    top: 8px;
  }
}
#menu__toggle {
  opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  left: 0 !important;
  z-index: 1000;
}
.menu__btn {
  position: fixed;
  top: 23px;
  left: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1001;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #220872;
  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}
.menu__box {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  background-color: #f9f9f9;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
  transition-duration: .25s;
  text-align: center;
  height: 280px;
}
.menu__item {
  display: block;
  padding: 12px 24px;
  font-size: 20px;
  font-weight: 700;
  transition-duration: .25s;
  margin-bottom: 5px;
  color: #7a2d8e;
}
.menu__item:hover {
  background-color: #CFD8DC;
}

.menu__box > li:not(:last-child) {
  border-bottom: 1px solid #4B046F;
}

#menu__toggle:checked ~ .menu-logo {
  display: none;
}