html {
  scroll-behavior: smooth;
}
body {
  background: #08204a;
  font-family: "Inter", sans-serif;
}
body.hidden {
  overflow: hidden;
}
.page {
  overflow: hidden;
  position: relative;
}
.title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #0d0a2c;
}
.title.big {
  font-size: 62px;
  line-height: 74px;
}
.title.large {
  font-size: 72px;
  line-height: 98px;
}
.title.small {
  font-size: 20px;
  line-height: 30px;
}
.title.white {
  color: #fff;
}
.uppercase {
  text-transform: uppercase;
}
.title {
  font-family: "Inter", sans-serif;
  font-size: 48px;
  color: #fff;
  position: relative;
  line-height: 100%;
}
.title b {
  font-weight: 700;
}
.title.big {
  font-size: 96px;
}
.title.small {
  font-size: 20px;
  line-height: 28px;
}
.title.normal {
  font-size: 24px;
}
.title.regular {
  font-size: 30px;
}
.title.subhading {
  font-size: 32px;
  line-height: 100%;
}
.title.body-text {
  font-size: 18px;
  line-height: 28px;
}
.desc {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}
.desc.small {
  font-size: 14px;
  line-height: 20px;
}
.desc.extrasmall {
  font-size: 12px;
  line-height: 18px;
}
.desc b {
  font-weight: 700;
}
.desc.red {
  color: #ec2655 !important;
}
.desc.green {
  color: #08a714 !important;
}
.desc.blue {
  color: #9747ff;
}
.desc.white {
  color: #fff;
}
.desc.gray {
  color: #aaa9a6;
}
.desc.gray-dark {
  color: #9b9cb1;
}
.desc.medium {
  font-size: 18px;
  line-height: 28px;
}
.desc.regular {
  font-size: 20px;
  line-height: 150%;
}
.desc.regular22 {
  font-size: 22px;
  line-height: 150%;
}
.desc.big {
  font-size: 24px;
  line-height: 32px;
}
.desc.bigest {
  font-size: 30px;
  line-height: 120%;
}
.desc.link {
  color: #3ca1ea;
}
.desc.link:hover {
  text-decoration: none;
  opacity: 1;
}
.text-gray {
  color: #9b9cb1;
}
.text-red {
  color: #ff381d;
}
.text-yellow {
  color: #ff0;
}
.text-64 {
  font-size: 64px;
}
.text-80 {
  font-size: 80px;
}
.text-88 {
  font-size: 88px;
  line-height: 120%;
}
.weight-600 {
  font-weight: 600;
}
.weight-900 {
  font-weight: 900;
}

.desc.small {
  font-size: 14px;
  line-height: 18px;
}
.desc.medium {
  font-size: 18px;
  line-height: 22px;
}
.desc.extrasmall {
  font-size: 14px;
  line-height: 28px;
}
.desc b {
  font-weight: 700;
}
.mob {
  display: none;
}
button,
a,
.hover-link {
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: 0.3s;
}
a:hover,
.hover-link:hover {
  opacity: 0.7;
}
.button {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  color: #fff;
  background: #3ca1ea;
  transition: 0.3s;
  padding: 7px;
  text-align: center;
  border-radius: 20px;
  border: 0;
}
.button:hover {
  opacity: 1;
  background: #0872be;
  box-shadow: 0px 0px 30px 0px #3c9eff;
}
.button.yellow {
  font-size: 24px;
  color: #11154b;
  background: #ff0;
  border-radius: 46px;
}
.button.yellow:hover {
  background: #ffe228;
  box-shadow: 0px 0px 30px 0px #ff0;
}
.button.yellow-border {
  background: transparent;
  border: 1px solid #ff0;
}
.button.yellow-orange {
  background: linear-gradient(to right, #ff0, #ff381d);
}
.button.small {
  font-size: 16px;
  padding: 7px 16px;
}
.button.extrasmall {
  font-size: 14px;
  font-weight: 700;
  padding: 5px 16px;
}
.button.white {
  background: #0a3680;
  color: #fff;
}
.button.dark {
  background: #0a3680;
  color: #fff;
}
.button.play {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}
.button.w-120 {
  width: 120px;
}
.button.w-130 {
  width: 130px;
}
.button.w-280 {
  width: 280px;
}
.button.w-366 {
  width: 366px;
  max-width: 90%;
}

.button.request-button {
  min-width: 194px;
  justify-content: center;
  display: flex;
  text-transform: uppercase;
}
.button .img {
  width: 18px;
}
.button.bordered .img {
  width: 26px;
}
.premium-request-button {
  font-family: "Inter", sans-serif;
  line-height: 150%;
  font-weight: 700;
  color: #fff;
  background: #3ca1ea;
  transition: 0.3s;
  text-align: center;
  border-radius: 20px;
  border: 0;
  font-size: 16px;
  padding: 7px 16px;
  color: #11154b;
  background: #ff0;
  border-radius: 46px;
}
.premium-request-button:hover {
  background: #ffe228;
  box-shadow: 0px 0px 30px 0px #ff0;
}

.button:disabled {
  cursor: auto;
  opacity: 0.5;
}

.button.small {
  min-width: 172px;
  text-transform: uppercase;
}
.button.white {
  background: #ffffff;
  color: #8800dc;
}
.wrapper {
  max-width: 1440px;
  margin: 0 auto;
}

/* header */
.header {
  width: 100%;
  padding: 30px 16px;
  width: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
}
.header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
  margin: 0 auto;
  max-width: 1440px;
  background: #ffffff33;
  border: 1px solid #ffffff2e;
  border-radius: 46px;
  padding: 16px 20px 16px 30px;
  backdrop-filter: blur(5px);
}
.header .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .right .button + .button {
  margin-left: 24px;
}
.header .desc {
  font-family: "Inter", sans-serif;
}
.header .slash {
  white-space: pre-wrap;
}
.header .reg-open {
  display: flex;
  align-items: center;
}
.header .reg-open .img {
  width: 48px;
  margin-left: 14px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 16px;
}
.logo .img {
  width: 218px;
}
.logo .title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.logo .title span {
  color: #015ee9;
}
.header .right .name {
  margin-right: 20px;
  letter-spacing: -0.019em;
  text-transform: inherit;
  color: #fff;
  font-size: 16px;
}
.header .right .icon .img {
  width: 24px;
}
.header .profile-link {
  display: flex;
  align-items: center;
  background: transparent;
  box-shadow: unset;
  gap: 8px;
}
.header .profile-link .img {
  display: none;
}
.tag {
  border: 1px solid #e6f1ff;
  border-radius: 24px;
  background: transparent;
  display: inline-flex;
  padding: 7px 32px;
}
/* hero section */
.home-page .hero-section {
  padding: 370px 16px 240px;
  text-align: center;
  position: relative;
  background-image: url(../img/hero.webp);
  background-position: center;
  background-size: cover;
}
.home-page .hero-section::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(#10006100, #08204a);
}
.hero-section .wrapper {
  max-width: 1150px;
  position: relative;
}
.hero-section .desc {
  max-width: 356px;
  margin: 16px auto 0;
}
.hero-section .button {
  margin: 20px auto 86px;
  display: table;
}
.hero-section .title.big {
  gap: 20px 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.hero-section .img {
  width: 636px;
}

.how-it-works-section {
  padding: 0 16px 146px;
  position: relative;
}
.how-it-works-section::before {
  content: "";
  height: 350px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #081f4c 0%, rgba(8, 32, 74, 0) 100%);
  z-index: 1;
}
.how-it-works-section::after {
  content: "";
  height: 350px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(360deg, #081f4c 0%, rgba(8, 32, 74, 0) 100%);
  z-index: 1;
}
.how-it-works-section .img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.how-it-works-section .wrapper {
  text-align: center;
  position: relative;
  z-index: 2;
}

.how-it-works-section .desc.regular {
  max-width: 804px;
  margin: 0 auto;
}
.how-it-works-section .wrapper .title {
  position: relative;
}
.how-it-works-section .wrapper .title.text-88 {
  margin-top: 124px;
}
.how-it-works-section .button {
  margin: 70px auto 0;
  display: table;
}
.how-it-works-section .list {
  margin-top: 130px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  position: relative;
}
.how-it-works-section .item {
  text-align: left;
  padding: 74px 20px 30px;
  position: relative;
  background-image: url(../img/border.webp);
  background-position: center;
  background-size: 100% 100%;
}
.how-it-works-section .item .desc.regular {
  margin-top: 20px;
}
.how-it-works-section .item .title {
  position: absolute;
  left: 84px;
  top: -42px;
}

.features-section {
  padding: 150px 16px 0;
  min-height: 935px;
  position: relative;
  z-index: 1;
}
.features-section::before {
  content: "";
  width: 800px;
  height: 800px;
  background: #3c9eff b2;
  border-radius: 100%;
  filter: blur(400px);
  position: absolute;
  left: calc(50% + 1080px);
  top: 180px;
  transform: translateX(-50%);
  z-index: 1;
  display: none;
}
.features-section .wrapper {
  display: flex;
  align-items: flex-start;
}
.features-section .left {
  padding-top: 60px;
  flex: 1;
  padding-left: 60px;
  position: relative;
}
.features-section .right {
  flex: 1;
  text-align: center;
}
.features-section .right .title {
  position: relative;
  z-index: 1;
}
.features-section .right .img {
  position: absolute;
  width: 1220px;
  left: calc(50% + 310px);
  top: calc(50% + 75px);
  transform: translate(-50%, -50%);
}
.features-section .list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.features-section .list .item {
  flex: 1;
  text-align: left;
  transition: 0.3s;
  overflow: hidden;
  max-width: 420px;
}
.features-section .list .item .regular {
  opacity: 0;
  max-height: 0;
  transition: 0.3s;
  margin-top: 20px;
  text-align: left;
  overflow: hidden;
}
.features-section .list .item:hover .regular {
  opacity: 1;
  max-height: 300px;
}

.boost-section {
  padding-top: 240px;
  text-align: center;
  position: relative;
}
.boost-section::before {
  content: "";
  width: 800px;
  height: 800px;
  background: #ff381d 82;
  border-radius: 100%;
  filter: blur(500px);
  position: absolute;
  left: calc(50% - 700px);
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
  display: none;
}
.boost-section .wrapper {
  position: relative;
  z-index: 1;
}
.boost-section .list {
  margin-top: 140px;
  gap: 30px;
  display: flex;
}
.boost-section .list .item {
  flex: 1;
}
.boost-section .list .desc {
  margin-top: 20px;
}
.boost-section .list .img {
  width: 60px;
}
.boost-section .button {
  margin: 70px auto 0;
  display: table;
}

/* section 2 */
.home-page .section-2 {
  padding: 100px 16px;
  position: relative;
}
.home-page .section-2 .shape-1 {
  position: absolute;
  width: 465px;
  height: 310px;
  top: 170px;
  left: -250px;
}
.home-page .section-2 .shape-2 {
  position: absolute;
  width: 558px;
  height: 373px;
  right: -250px;
  top: -100px;
}
.home-page .section-2 .shape-3 {
  position: absolute;
  width: 436px;
  height: 290px;
  bottom: 170px;
  right: -240px;
}
.home-page .section-2 .wrapper {
  position: relative;
  max-width: 1068px;
}
.home-page .section-2 .list {
  display: flex;
  flex-wrap: wrap;
}
.home-page .section-2 .item.left {
}
.home-page .section-2 .item.right {
  justify-content: end;
}
.home-page .section-2 .item .item-wrapper {
  align-items: anchor-center;
  max-width: 570px;
  display: flex;
  gap: 26px;
}
.home-page .section-2 .item .image,
.home-page .section-2 .item .image img {
  width: 168px;
  height: 168px;
}
.home-page .section-2 .item {
  display: flex;
  width: 100%;
}
.home-page .section-2 .item + .item {
  margin-top: 100px;
}
.home-page .section-2 .item:nth-child(2) {
  margin-top: 56px;
}
.home-page .section-2 .item .title {
  width: 100%;
  color: #ffffff;
  vertical-align: middle;
  margin-bottom: 16px;
}
.home-page .section-2 .item .title span {
  margin-right: 8px;
  font-weight: 500;
  display: inline-block;
}
.home-page .section-2 .item .desc {
  width: 100%;
}
.home-page .section-2 .shape {
  width: 724px;
  position: absolute;
  left: -250px;
  top: -400px;
}
.home-page .section-2 .features {
  width: 458px;
  position: absolute;
  right: 0;
  bottom: 5px;
}

.select-menu {
  max-width: 330px;
}
.select-menu .select-btn {
  font-family: "Inter", Sans-serif;
  display: flex;
  height: 55px;
  /*background: #fff;*/
  padding: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  line-height: 24px;
  font-weight: 400;
  border-radius: 8px;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);*/
  color: #ffffff;
}
.select-menu .options {
  position: absolute;
  /*width: 330px;*/
  overflow-y: auto;
  max-height: 295px;
  padding: 10px;
  padding-top: 0;
  /*margin-top: 10px;*/
  border-radius: 8px;
  /*background: #fff;*/
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-duration: 0.35s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
  color: #ffffff;
}
.select-menu .options:not(.active) {
  display: none;
}
.select-menu .options .option {
  display: flex;
  height: 38px;
  cursor: pointer;
  padding: 0 16px;
  border-radius: 8px;
  align-items: center;
  padding-left: 10px;
  /*background: #fff;*/
  color: #ffffff;
}
/*.select-menu .options .option:hover {*/
/*    background: #f2f2f2;*/
/*}*/
.select-menu .options .option i {
  font-size: 25px;
  margin-right: 12px;
}
.select-menu .options .option .option-text {
  /*font-family: 'Inter', sans-serif;*/
  /*font-size: 18px;*/
  color: #ffffff;
}

.select-btn i {
  font-size: 25px;
  transition: 0.3s;
}

.select-menu.active .select-btn i {
  transform: rotate(-180deg);
}
.select-menu.active .options {
  display: block;
  /*opacity: 0;*/
  z-index: 10;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  background: linear-gradient(180deg, #181d19 0%, #171c18 100%);
}
.home-page .section-3 {
  padding: 100px 16px;
  position: relative;
  background: url(../img/how-bg.png) no-repeat;
  background-size: contain;
  background-position: center bottom;
}
.home-page .section-3 .wrapper {
  position: relative;
  display: flex;
  max-width: 100%;
  justify-content: center;
}
.home-page .section-3 .list {
  width: 100%;
  display: flex;
  gap: 16px;
}
.home-page .section-3 .list .image {
  width: 148px;
  height: 148px;
  margin-bottom: 24px;
}
.home-page .section-3 .item {
  width: 326px;
  border-radius: 27px;
  background: linear-gradient(0deg, #020e04 0%, #171917 100%);
  padding: 32px 24px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.home-page .section-3 .title {
  margin-bottom: 16px;
  text-align: center;
  color: #fff;
}
.home-page .section-3 .title.big {
  margin-bottom: 50px;
}
.home-page .section-3 .wrapper .right > .title {
  text-transform: uppercase;
}
.home-page .section-3 .wrapper .right .list {
  margin-top: 100px;
}
.home-page .section-3 .item .title {
  width: 100%;
  color: #ffffff;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-page .section-3 .item .title span {
  margin-right: 8px;
  font-weight: 500;
  display: inline-block;
}
.home-page .section-3 .item .desc {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #b5b5b5;
  width: 100%;
}
.home-page .section-4 {
  padding: 228px 16px 116px;
  position: relative;
  background-image: url(../img/ctaBg.webp);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}
.home-page .section-4 .wrapper {
  position: relative;
}
.home-page .section-4 .carousel {
  margin-top: 90px;
  position: relative;
  width: calc(100% + 20px);
  left: -10px;
}
.home-page .section-4 .carousel:before {
  content: "";
  width: 20%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(13, 10, 44, 1),
    rgba(13, 10, 44, 0)
  );
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.home-page .section-4 .carousel:after {
  content: "";
  width: 20%;
  height: 100%;
  background: linear-gradient(
    to left,
    rgba(13, 10, 44, 1),
    rgba(13, 10, 44, 0)
  );
  position: absolute;
  right: 0;
  top: 0;
}

.home-page .section-4 .item {
  padding: 0 10px;
}
.home-page .section-4 .title {
  text-align: center;
}

.home-page .section-5 {
  padding: 0 16px;
  position: relative;
}
.home-page .section-5 .wrapper {
  max-width: 1128px;
  border-radius: 24px;
  background-image: url("../img/new/section5.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 64px 78px;
}
.home-page .section-5 .title {
  color: #fff;
  text-transform: uppercase;
}
.home-page .section-5 .desc {
  margin-top: 40px;
  max-width: 644px;
  color: #fff;
}
.home-page .section-5 .button {
  margin-top: 40px;
}

/* footer */
.footer {
  padding: 40px 80px 0px 80px;
  background: #0a204a;
}
.footer .bottom {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 12px;
  width: 100%;
  text-align: center;
  padding: 30px 20px;
}
.footer .logo {
  margin-bottom: 50px;
}
.cabinet-page .main + .footer {
  margin-top: 0;
  padding-top: 36px;
}
.footer .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.footer .social-list {
  display: flex;
  justify-content: end;
}
.footer .social-list .img {
  width: 32px;
}
.footer .social-list .item {
  margin-left: 30px;
}
.footer .block-1 {
  flex: 1;
  max-width: 350px;
}
.footer .block-1 .desc {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 30px;
}
.footer .block-1 .item {
  display: table;
  text-decoration: underline;
}
.footer .block-1 .item:hover {
  text-decoration: none;
}
.footer .block-2 {
  text-align: center;
}
.footer .nav {
  margin-bottom: 60px;
}
.footer .nav a {
  margin-right: 40px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}
.footer .nav a:last-child {
  margin-right: 0px;
}
.footer .block-2 .desc {
  margin-top: 80px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: center;
}
.footer .block-3 {
  flex: 1;
  max-width: 300px;
}
.footer .block-3 .desc-1 {
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}
.footer .block-3 .desc-2 {
  font-size: 14px;
  line-height: 28px;
  color: #18aeff;
}
.footer .block-3 .desc-3 {
  margin-top: 20px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}
.footer .payment-method-list {
  margin-top: 36px;
  display: flex;
}
.footer .payment-method-list .img {
  height: 21px;
  width: auto;
  margin-right: 36px;
}

/* modal */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 5;
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.modal.active {
  visibility: visible;
  opacity: 1;
}
.modal .close {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Inter", sans-serif;
  font-size: 0;
  font-weight: 700;
  line-height: 30px;
  padding-right: 20px;
  padding-top: 0px;
  position: absolute;
  top: 16px;
  right: 16px;
}
.modal .close img {
  width: 23px;
  height: 23px;
  filter: brightness(0) invert(1);
}
.overlay {
  background: rgba(2, 14, 4, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.modal .wrapper {
  position: relative;
  max-width: 540px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  text-align: center;
  max-height: calc(100vh - 48px);
  overflow: auto;
  border-radius: 6px;
  display: flex;
  flex-flow: column;
  background: #0a3680;
}

.modal .wrapper .top {
  display: flex;
}
.modal.amount-modal .wrapper,
.modal.top-up-modal .wrapper {
  max-width: 540px;
}

.modal.top-up-modal .wrapper .payment-methods {
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 16px;
}

.modal.top-up-modal .wrapper .payment-methods .button {
  max-width: 168px;
  height: 48px;
}

.modal.top-up-modal .wrapper .payment-methods .button.multibanco {
  padding-top: 0;
  padding-bottom: 0;
}
.modal .title {
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.modal.top-up-modal .wrapper .payment-methods .button.multibanco > img {
  /*background-image: url('../img/multibanco.svg');*/
  /*background-position: center;*/
  /*background-size: 29px;*/
  /*background-repeat: no-repeat;*/
  height: 48px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.modal .form-container {
  width: 100%;
  padding: 0px 32px 44px 32px;
}

.modal.amount-modal .form-container,
.modal.top-up-modal .form-container {
  width: 100%;
}

.modal.amount-modal .form-container {
  min-height: 300px;
}

.modal.top-up-modal .form-container {
}

.modal.top-up-modal .form-container {
  padding-top: 31px;
}

.modal.top-up-modal .form-container .top-up-amount,
.modal.amount-modal .form-container .top-up-amount {
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
  font-weight: bold;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  color: #fff;
}
.modal.amount-modal .form-container .top-up-amount.min-top-up-amount {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

.modal .side {
  width: 40%;
  background: #8800dc;
  border-radius: 0 8px 8px 0;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 495px;
}
.reg-modal .general-error {
  margin-top: 20px;
}
.reg-modal .side {
  border-radius: 8px 0 0 8px;
}
.modal .side .desc {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
}
.modal .side .title {
  color: #fff;
}

.update-profile-modal .button {
  margin-top: 24px;
}
.modal form {
  max-width: 376px;
  margin: 34px auto 0;
}

.modal.amount-modal form {
  margin-top: 23px;
}

.modal.top-up-modal form {
  margin-top: 23px;
}

.modal.top-up-modal label + label {
  margin-top: 10px;
}

label {
  position: relative;
  display: block;
  text-align: left;
}
label + label {
  margin-top: 10px;
}

input, textarea /*, select.input*/ {
  outline: 0;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  padding: 9px 0;
  width: 100%;
}
::placeholder {
  font-size: 0;
}
textarea {
  resize: none;
}

/*select.input {*/
/*    padding: 14.5px 16px;*/
/*}*/

input.input-error,
textarea.input-error {
  border-bottom: 1px solid #ec2655;
}

form label input ~ .error-message,
form label textarea ~ .error-message,
form label .amount-input ~ .error-message {
  padding: 8px 0 0 16px;
  display: flex;
  color: #ec2655;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  justify-content: left;
}

form label .error-message ~ .eye {
  top: 35%;
}

::placeholder {
  color: #888888;
}
label .desc.small {
  color: rgba(255, 255, 255, 1);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 2px;
  display: block;
}
.link {
  color: #afafbc;
  text-decoration: underline;
  font-size: 14px;
  line-height: 28px;
  cursor: pointer;
}
.link:hover {
  text-decoration: none;
}
.login-modal .link,
.request-password-restore-modal .link {
  margin-top: 12px;
  margin-bottom: 42px;
  text-align: left;
  padding-left: 16px;
}

/*.modal.login-modal.reg-disabled .wrapper {*/
/*    max-width: 551px;*/
/*}*/

.modal.login-modal.reg-disabled .close,
.modal.request-password-restore-modal.reg-disabled .close {
  filter: invert(95%) sepia(14%) saturate(162%) hue-rotate(334deg)
    brightness(89%) contrast(93%);
}

.modal.login-modal.reg-disabled .wrapper .form-container,
.modal.request-password-restore-modal.reg-disabled .wrapper .form-container {
  width: 100%;
}
.checkbox-container {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  width: calc(100% - 180px);
}
.checkbox-container {
  display: block;
  width: 100%;
  margin-top: 25px;
}
.checkbox-container input {
  display: none;
}
.checkbox {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  border-radius: 5px;
}
.checkbox::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/check.svg");
  background-position: center;
  background-size: 12px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 0.3s;
}
input:checked + .checkbox::before {
  opacity: 1;
}
.checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.checkbox-label .desc {
  position: static;
  margin-left: 14px;
  color: #afafbc !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
  padding: 0;
  text-align: left;
  width: calc(100% - 38px);
  margin-bottom: 0;
}
.checkbox-label .desc .link {
  line-height: 21px;
}

.request-password-restore-modal .send-button {
  margin-top: 36px;
}

.reg-modal .button {
  margin-top: 36px;
}

.amount-modal .button {
  margin-top: 32px;
}

.top-up-modal .button {
  margin-top: 32px;
}

.checkbox-container {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}

.checkbox-label {
  display: flex;
  align-items: center;
}

.checkbox-label input {
  margin-right: 0.5rem;
}

/*.checkbox {*/
/*    width: 1rem;*/
/*    height: 1rem;*/
/*    border: 1px solid #d6d6d6;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    position: relative;*/
/*    border-radius: 2px;*/
/*}*/

/*.checkbox:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 0.6rem;*/
/*    height: 0.3rem;*/
/*    border-bottom: 2px solid #fff;*/
/*    border-right: 2px solid #fff;*/
/*    transform: rotate(45deg);*/
/*    opacity: 0;*/
/*}*/

.checkbox-label input:checked + .checkbox:before {
  opacity: 1;
}

.reg-modal.modal .checkbox-container {
  margin-top: 36px;
}

/*.reg-modal.modal .chekbox-container {*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

.reg-modal.modal .checkbox-label {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.modal .chekbox-container input {
  display: none;
}

.modal .chekbox-container {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  width: calc(100% - 180px);
}

.modal.amount-modal .form-container .input-field {
  padding-right: 40px; /* space for the euro sign */
}

.modal.amount-modal .form-container .currency {
  font-family: "Inter", sans-serif;
  position: absolute;
  top: 38px;
  right: 16px;
  font-weight: bold;
  font-size: 23px;
  color: #fff;
}
.modal.amount-modal .form-container input::-webkit-outer-spin-button,
.modal.amount-modal .form-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox */
.modal.amount-modal .form-container input[type="number"] {
  -moz-appearance: textfield;
}

/**/

/*.top-up-modal .select-container {*/
/*    position: relative;*/
/*}*/

/*.top-up-modal .select {*/
/*    -webkit-appearance: none;*/
/*    -moz-appearance: none;*/
/*    appearance: none;*/
/*    background-color: #fff;*/
/*    border: 1px solid #c4c4c4;*/
/*    border-radius: 3px;*/
/*    color: #222;*/
/*    font-size: 14px;*/
/*    height: 40px;*/
/*    padding: 0 12px;*/
/*    width: 100%;*/
/*}*/

/*.top-up-modal .select:focus {*/
/*    border: 1px solid #0081ff;*/
/*    outline: none;*/
/*}*/

/*.top-up-modal .select-arrow {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    right: 8px;*/
/*    transform: translateY(-50%);*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-top: 6px solid #555;*/
/*    border-right: 6px solid transparent;*/
/*    border-left: 6px solid transparent;*/
/*}*/

/*.top-up-modal .select.open + .select-arrow {*/
/*    border-top: 0;*/
/*    border-bottom: 6px solid #555;*/
/*}*/

/*.error-message {*/
/*    color: #e74c3c;*/
/*    font-size: 12px;*/
/*    margin-top: 5px;*/
/*}*/

/**/

/*.reg-modal.modal .checkbox {*/
/*    margin-right: 10px;*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    border: 2px solid #A0A0A0;*/
/*    border-radius: 2px;*/
/*    cursor: pointer;*/
/*}*/

.modal .checkbox-container + .button {
  vertical-align: middle;
}
label .eye {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 28px;
  height: 28px;
  background-image: url("../img/eye.svg");
  background-position: center;
  background-size: cover;
  cursor: pointer;
  transition: 0.3s;
  display: none;
}
label .eye.active {
  background-image: url("../img/eye-closed.svg");
}
.modal {
  .title-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;

    .title.disabled {
      color: #0d0a2c4d;
    }
  }
}
.cabinet-page .wrapper {
  position: relative;
}
.cabinet-page .wrapper.request-wrapper {
  padding-bottom: 40px;
}
.cabinet-page .top {
  display: flex;
  justify-content: space-between;
}
.cabinet-page .top .breadcrumbs {
  display: flex;
}
.cabinet-page .top .breadcrumbs .link {
  display: flex;
  transform: scale(-1);
  margin-right: 16px;
}
.cabinet-page .top .right {
  z-index: 1;
}
.cabinet-page .top .link .img {
  width: 28px;
}
.cabinet-content {
  position: relative;
  padding: 36px;
  display: flex;
}
.cabinet-content .user-info .img {
  width: 120px;
}
.cabinet-content .user-info .name {
  margin-top: 32px;
}
.cabinet-content .user-info .email {
  font-size: 14px;
  line-height: 21px;
  color: #646464;
}
.cabinet-content .user-info .nav {
  display: table;
  margin: 65px auto 0;
}
.cabinet-content .user-info .link {
  display: table;
  text-decoration: none;
  font-weight: 700;
  color: #000000;
  margin-bottom: 24px;
  padding-left: 28px;
  position: relative;
}
.cabinet-content .user-info .link:before {
  content: "";
  width: 10px;
  height: 10px;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  /*background-image: url('../img/arrow-yellow.svg');*/
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.profile-container {
  width: 100%;
  margin-top: 25px;
}

.profile-container form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile-container form .form-row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 388px;
  width: 100%;
  gap: 10px;
}

.profile-container form .form-row:not(:last-child) {
  margin-bottom: 16px;
}

.profile-container form .form-row .form-column {
  display: flex;
  flex-direction: column;
  flex-basis: calc(50% - 5px);
}

.carousel-container {
  width: 100%;
}

.cabinet-content .left {
  width: 40%;
}
.cabinet-content .right {
  width: 67%;
}
.cabinet-content .user-info {
  text-align: center;
}
.cabinet-content .balance-container {
  padding: 30px 30px 0;
  display: flex;
  justify-content: center;
  text-align: center;
}
.cabinet-content .carousel-container {
  padding: 50px 64px 28px;
  text-align: center;
}
.cabinet-content .carousel .item {
  padding: 0 8px;
}
.cabinet-content .carousel {
  margin-top: 24px;
}
.cabinet-content .balance {
  text-align: center;
  flex: 1;
  padding-left: 206px;
}
.cabinet-content .balance .desc {
  font-size: 14px;
  line-height: 21px;
  color: #646464;
}
.cabinet-content .balance .title {
  line-height: 40px;
  font-size: 36px;
}

.cabinet-content .slick-arrow {
  width: 50px;
  height: 50px;
  background-image: url("../img/arrow-yellow-big.svg");
  background-size: 18px;
  left: -42px;
}
.cabinet-content .slick-next {
  left: auto;
  right: -42px;
}
.cabinet-content .request-left {
  padding-top: 24px;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}
.premium-request-wrapper .cabinet-content .request-left {
  justify-content: stretch;
}
.cabinet-content .request-left form {
  text-align: center;
}
.cabinet-content .request-left .button {
  min-width: 138px;
}
.request-wrapper .info-wrapper {
  position: relative;
  margin-top: 6px;
}
.request-wrapper .info-wrapper .info {
  display: flex;
  column-gap: 35.47px;
  margin-left: 38.5px;
  max-width: 802.49px;
  margin-right: 16px;
}
.request-wrapper .info-wrapper .info .desc {
  margin-top: 0;
}
.cabinet-content .request-left .info .img,
.request-wrapper .info .img {
  width: 25px;
}
.cabinet-content .request-left .info .desc,
.request-wrapper .info .desc {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}
.cabinet-content .request-left .request-price {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
  color: #fff;
  margin: 20px 0px;
}
.cabinet-content .request-left .request-price.premium-request-price {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: -5px;
}
.cabinet-content .request-left .request-price .old-price {
  text-decoration: line-through;
  text-decoration-color: #fff;
  font-size: 14px;
}
.cabinet-content .request-left .request-price .new-price {
  font-size: 16px;
  margin-left: 2px;
}
.cabinet-content .books {
}
.cabinet-content .ai {
  width: 40%;
  padding-left: 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cabinet-content .ai {
  display: none;
}
.request-right {
  display: flex;
  padding-left: 36px;
}
.cabinet-content .ai .button {
  width: 206px;
  align-self: center;
}
.cabinet-content td {
  padding: 22px 12px;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
}
.cabinet-content tbody td {
  border-top: 1px solid #fff;
}
.cabinet-content thead td {
  font-size: 12px !important;
  padding: 24px 12px;
  color: #fff;
}
.cabinet-content tbody td {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.cabinet-content td:first-child {
  padding-left: 32px;
  width: 20%;
}
.cabinet-content thead td:first-child {
  border-top-left-radius: 24px;
}
.cabinet-content td:nth-child(2) {
  width: 20%;
}
.cabinet-content td:last-child {
  padding-left: 32px;
  width: 20%;
}
.cabinet-content thead td:last-child {
  border-top-right-radius: 24px;
}
.cabinet-content tbody td:last-child {
  padding-right: 32px;
}
.cabinet-content tbody tr:last-child td:first-child {
  border-bottom-left-radius: 24px;
}
.cabinet-content tbody tr:last-child td:last-child {
  border-bottom-right-radius: 24px;
}

.cabinet-content.cabinet-payment-history tbody td:last-child {
  padding-right: 32px;
}

.cabinet-content td .img {
  width: 100px;
}
.cabinet-content td .img.design {
  /*width: 48px;
	height: 48px;*/
  width: 100px;
  height: 100px;
}
.cabinet-content-history {
  padding: 0;
  display: block;
}
.cabinet-content-history table {
  width: 100%;
}
.cabinet-content .pagination {
  padding: 32px 32px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cabinet-content .pagination .item {
  width: 24px;
  border-radius: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.25);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
}
.cabinet-content .pagination .item.active {
  color: #fff;
}
.cabinet-content .pagination .arrow {
  background: transparent;
  background-image: url("../img/new/pagArrow.svg");
  background-position: center;
  background-size: 32px;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  border-radius: 100%;
}
.cabinet-content .pagination .arrow.prev {
  transform: scale(-1);
  margin-right: 5px;
}
.cabinet-content .pagination .arrow.next {
  margin-left: 12px;
}
.cabinet-page {
}
.cabinet-page .header {
  padding-bottom: 22px;
}
.cabinet-page .main {
  padding: 0 16px;
}
.wrapper .payment-result.desc {
  font-size: 20px;
}
.wrapper .payment-result.desc a {
  /*font-size: 14px;*/
  /*line-height: 28px;*/
  font-size: 20px;
  color: #18aeff;
}
.wrapper .payment-result {
  text-align: center;
  margin: 15px auto;
}

strong {
  font-weight: bold;
}

.text .desc {
  width: 100%;
}
.text .desc + .desc {
  margin-top: 48px;
}
.text .desc.short {
  margin-top: 48px;
  width: 50%;
}
.text .desc.short {
  padding-right: 18px;
}
.text .desc.short + .desc.short {
  padding-left: 18px;
  padding-right: 0;
}
.text .desc b {
  line-height: 200%;
}

.password-restore-modal .button {
  margin-top: 36px;
}

.request-password-restore-modal .restore-password-start {
}

.request-password-restore-modal .restore-password-finish {
  display: none;
  /*height: 100%;*/
}

.request-password-restore-modal .restore-password-finish .title {
  margin-top: 116px;
}

.download-img-wrapper .input-container {
  margin-bottom: 4px;
}

.download-img-wrapper .input-container:nth-child(2) {
  margin-bottom: 10px;
}

.download-img-wrapper .input-container .select2.select2-container {
  height: auto;
  padding: 2px 0px;
}

.download-img-wrapper
  .input-container
  .select2-container--default
  .select2-selection--single {
  height: auto;
}

.download-img-wrapper
  .input-container
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 3px 16px;
}

.request-table-container .button {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  padding: 5px 12px;
  font-size: 18px;
}
.request-form .request-left .form-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  margin-bottom: 14px;
}
.request-form .request-left .form-wrapper label {
  margin-top: 0;
}

.cabinet-page .main-left .info .img {
  width: 46px;
}
.cabinet-page .main-wrapper > .wrapper {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cabinet-page .main-left {
  width: calc(32% - 8px);
  padding: 0px 24px 24px 0px;
  text-align: center;
}
.cabinet-page .main-left .info {
  border-radius: 6px;
  background: #0a3680;
  padding: 16px;
  text-align: center;
}
.cabinet-page .main-left .info .name-container {
  padding-top: 8px;
}
.cabinet-page .main-left .info .link {
  margin-top: 16px;
}
.cabinet-page .main-left .balance-container {
  padding-top: 40px;
  text-align: center;
}
.cabinet-page .main-left .amount {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  line-height: 56px;
  gap: 12px;
}
.cabinet-page .main-left .button {
  margin-top: 16px;
  text-transform: uppercase;
}
.cabinet-page .main-left .button.bordered {
  justify-content: center;
  margin: 100px auto 0;
  padding: 10px;
  min-width: 230px;
  font-weight: 400;
}
.cabinet-page .main-wrapper .main-right {
  width: calc(68% - 8px);
}
.cabinet-page .main-wrapper .nav {
  display: flex;
  align-items: center;
  gap: 54px;
  white-space: nowrap;
  overflow: auto;
}
.cabinet-page .main-wrapper .nav a {
  flex: 1;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.cabinet-page .main-wrapper .nav a.white {
  color: #fff;
}
.cabinet-page .main-wrapper .nav a.active {
  border-radius: 6px;
  background: #0a3680;
  padding: 22px 73px;
  color: #fff;
}
.cabinet-page .main-wrapper .title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 42px;
  width: 100%;
  padding: 0 16px;
}
.cabinet-page .main-wrapper .title-container .title {
  text-transform: uppercase;
}
.cabinet-page .main-wrapper .project-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 18px;
  border-radius: 0px 0px 24px 24px;
  padding: 37px 24px;
}
.cabinet-page .main-wrapper .project-list .item {
  width: 190px;
  height: 190px;
  overflow: hidden;
  position: relative;
}
.cabinet-page .main-wrapper .project-list .item .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
}
.cabinet-page .main-wrapper .project-list .item a.new-request {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 190px;
  border-radius: 4px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.06);
}
.cabinet-page .main-wrapper .project-list .item a.new-request img {
  width: 31px;
  height: 31px;
  position: unset;
  filter: brightness(0) invert(1);
}
.cabinet-page .main-wrapper .nav .button {
  color: #fff;
}
.terms-text {
  padding: 30px 0 70px 0px;
  font-family: "Inter", sans-serif;
  line-height: 24px;
}
.terms-text p,
.terms-text p span,
.terms-text h2,
.terms-text h3,
.terms-text h4,
.terms-text h1,
.terms-text h2 span,
.terms-text h3 span,
.terms-text h4 span,
.terms-text h1 span,
.terms-text li,
.terms-text li span {
  background: transparent !important;
  color: #fff !important;
}
.lang-select-container {
  margin-right: 32px;
  position: relative;
}
.lang-select {
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  color: #fff;
  outline: 0;
  padding-right: 20px;
  position: relative;
}
.lang-select-container::before {
  content: "▼";
  font-size: 10px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.cabinet-page .main,
.authorise .main {
  padding: 200px 16px;
  position: relative;
}
.cabinet-page .main .wrapper,
.authorise .main .wrapper {
  position: relative;
  z-index: 1;
}
.cabinet-page .main .main-wrapper,
.authorise .main .main-wrapper {
  position: relative;
  z-index: 1;
}

.cabinet-page .main::before,
.authorise .main::before {
  content: "";
  width: 100%;
  height: 1050px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/hero.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cabinet-page .main::after,
.authorise .main::after {
  content: "";
  background: linear-gradient(#10006100, #08204a);
  position: absolute;
  left: 0;
  top: 635px;
  width: 100%;
  height: 420px;
}

.table-container {
  background: #0a3680;
  border-radius: 6px;
  margin-top: 24px;
}

/* media */
@media screen and (max-width: 1367px) {
  .page.authorise .main-wrapper {
    padding: 60px 50px !important;
  }
}
@media screen and (max-width: 1200px) {
  .title.big {
    font-size: 56px;
    line-height: 76px;
  }
  .home-page .hero-section {
    padding: 164px 16px 215px;
  }
  .home-page .hero-section .right {
    padding: 26px 52px;
  }
  .home-page .section-2 {
    padding: 48px 16px;
  }
  .home-page .section-2 .block-2 {
    margin-top: 48px;
  }
  .cabinet-page .main-wrapper .nav {
    gap: 16px;
  }
  .home-page .section-3 .list {
    flex-flow: wrap;
  }
}
@media screen and (max-width: 1100px) {
  .home-page .section-2 .shapes {
    left: calc(50% + 510px);
  }
  .home-page .section-2 .block-1 {
    width: 70%;
    max-width: 712px;
  }
  .home-page .section-2 .block-4 {
    margin-top: 52px;
    width: 100%;
  }
  .home-page .section-2 .block-3 {
    margin-top: 62px;
  }
  .home-page .section-2 .block-5 {
    margin-top: 52px;
    width: 100%;
  }
  .home-page .section-2 .block-6 {
    margin-top: 52px;
  }
  .footer .block-4 .button {
    width: 100%;
    max-width: 273px;
  }
  .home-page .section-3 .block-3 {
    margin-top: 77px;
  }
  .home-page .section-3 {
    padding-bottom: 48px;
  }
  .home-page .section-3 .icon {
    width: 160px;
    height: 160px;
  }
  .home-page .section-3 .icon .img {
    width: 80px;
  }
  .home-page .section-3 .path {
    display: none;
  }
  .home-page .section-3 .row:nth-child(3) .block-1 {
    padding-left: 100px;
  }
  .home-page .section-3 .block-1 {
    width: 40%;
  }
  .home-page .section-3 .row:nth-child(2) .block-1 {
    padding-left: 100px;
  }
  .home-page .section-3 .wrapper .row + .row {
    margin-top: 64px;
  }
  .footer .social-list .item {
    margin-bottom: 16px;
    display: inline-block;
  }
  .footer .block-1 .desc {
    margin-top: 40px;
  }
  .cabinet-content .carousel-container {
    padding-right: 24px;
    padding-left: 64px;
  }
  .cabinet-content .user-info .img {
    width: 64px;
  }
  .cabinet-content .balance {
    padding-left: 0;
  }
  .cabinet-content .request-left {
    padding-top: 0;
  }
  .cabinet-content .request-left .info,
  .request-wrapper .info {
    margin-top: 24px;
  }
  .cabinet-content-container {
    margin-bottom: 0;
  }
  .cabinet-content td:nth-child(2) {
    width: 10%;
  }
  .title.large {
    font-size: 48px;
    line-height: 56px;
  }
  .home-page .section-2 .features {
    display: none;
  }
  .home-page .section-3 .wrapper .left {
    display: none;
  }
  .home-page .section-3 .wrapper .list .item + .item {
    margin-top: 16px;
  }
  .cabinet-page .main-wrapper > .wrapper {
    flex-direction: column;
  }
  .cabinet-page .main-left,
  .cabinet-page .main-wrapper .main-right {
    width: 100%;
  }
  .cabinet-page .main-wrapper > .wrapper {
    padding: 24px 0;
  }
}
@media screen and (max-width: 968px) {
  .home-page .section-3 .item {
    width: 100%;
  }
  .footer {
    padding: 32px 16px;
    margin-top: 0;
  }
  .footer .wrapper {
    flex-direction: column;
    text-align: center;
  }
  .footer .block-1 {
    width: 100%;
    padding-right: 0;
  }
  .footer .social-list .item {
    margin: 0 8px 16px;
  }
  .footer .block-1 .desc {
    margin-top: 16px;
  }
  .footer .block-2 {
    width: 100%;
    margin-top: 32px;
    padding: 0;
  }
  .footer .block-3 {
    width: 100%;
    margin-top: 32px;
    padding: 0;
  }
  .footer .block-3 .desc-3 {
    margin-top: 16px;
  }
  .footer .block-4 {
    width: 100%;
    padding: 0;
    margin-top: 32px;
    text-align: center;
  }
  .footer .payment-method-list {
    margin-top: 24px;
    justify-content: center;
  }
  .footer .payment-method-list .img {
    margin: 0 16px;
  }
  .footer .block-3,
  .footer .block-1 {
    max-width: 100%;
  }
  .footer .payment-method-list {
    flex-wrap: wrap;
    gap: 8px 0;
  }
  .footer .logo,
  .footer .social-list {
    justify-content: center;
  }
  .cabinet-page .main-left {
    padding-right: 0;
  }
}
@media screen and (max-width: 625px) {
  .authorise-wrapper {
    width: 90% !important;
  }
  .tabs-content {
    padding: 20px 25px !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 500px) {
  .cabinet-page .top {
    flex-direction: column;
    row-gap: 22px;
  }

  .cabinet-page .top .right {
    display: flex;
    justify-content: center;
  }

  .modal.top-up-modal .wrapper .payment-methods {
    flex-direction: column;
    align-items: center;
  }

  .modal.top-up-modal .wrapper .payment-methods .button {
    max-width: 250px;
    width: 100%;
  }

  .modal.top-up-modal .wrapper .payment-methods .button.multibanco {
    flex-direction: column;
    align-items: center;
    margin-top: 26px;
  }
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: rgba(255, 255, 255, 1) !important;
  padding: 9px 16px;
  width: 100%;
  border-radius: 0;
}
body .select2-container--default .select2-selection--single {
  background: transparent;
  border: 0;
  border-radius: 24px !important;
  height: 48px;
  width: 100%;
}
.select2-search--dropdown {
  display: none;
}
.select2-container {
  /*width: 100% !important;*/
  max-width: 80vw;
}
select.input
  + .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 11px;
  right: 12px;
  background: url("../img/arrow-down.svg");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
}
.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: rotate(180deg);
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  opacity: 0;
}
.select2-container--open .select2-dropdown--below {
  border-radius: 6px;
  margin-top: 0px;
  overflow: hidden;
  box-shadow: none;
  transform: translateY(1px);
  border: 1px solid #3d403e;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #aaabb6;
}
body .select2-container--default .select2-results__option--selected,
body .select2-results__option,
body
  .select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable,
body
  .select2-container--default
  .select2-results__option--highlighted[aria-selected],
body
  .select2-container--default
  .select2-results__option[aria-selected="true"] {
  background: #09204a;
  color: #fff;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 16px;
  display: flex;
  align-items: center;
  padding: 0 0 0 15px;
}
.select2-results__option {
  margin-top: 12px;
}
.select2-dropdown {
  background: #f0f2f3;
  border: 1px solid #aaabb6;
}
.select2-container--default .select2-results > .select2-results__options {
  padding-bottom: 12px;
  background: #09204a;
}

.select-container {
  text-align: left;
  display: flex;
  align-items: center;
}
.select-container {
  margin-right: 26px;
}
.select-container-reset {
  margin-right: 0;
}
.select-container .desc + .select2 {
  margin-left: 16px;
}
.error-message {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #ec2655;
}
.success-message {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #fff;
}
button .spinner {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.6);
  border-top: 3px solid white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: spin 1s linear infinite;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
button.loading span {
  visibility: hidden;
  opacity: 0;
}
button.loading .spinner {
  opacity: 1;
  visibility: visible;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#requestForm button {
  display: flex;
  justify-content: center;
}
.select-error-wrapper {
  margin-top: -20px;
  margin-bottom: -20px;
}
.select-error-wrapper.last {
  margin-bottom: 0px;
}

.swiper {
  width: 100%;
  padding: 162px 0 182px;
  max-width: 1152px;
  margin: 0 auto;
}
.swiper-slide {
  width: 231px;
  height: 231px;
  border-radius: 10px;
  transition: filter 0.3s ease, transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.swiper-slide:not(.swiper-slide-active) {
  transform: scale(1);
}
.swiper-button-next {
  right: -56px;
}
.swiper-button-prev {
  left: 56px;
}
.swiper-button-next img,
.swiper-button-prev img {
  width: 48px;
  height: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: unset;
}
.section-4 .button {
  display: table;
  margin: 0 auto;
}

.page.authorise .main-wrapper {
  padding: 37px 487px 140px 487px;
}
.authorise-wrapper {
  margin: 0 auto;
  width: 538px;
  position: relative;
}
.tabs {
  width: 100%;
  display: flex;
}
.tabs .tab {
  width: 558px;
  height: 78px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabs .tab.active {
  border-radius: 24px 24px 0px 0px;
  color: #fff;
  font-size: 32px;
}
.tabs-content {
  width: 538px;
  flex-shrink: 0;
  border-radius: 24px;
  background: #0a3680;
  padding: 100px 80px 22px 80px;
}
.tabs-content .tab-content {
  display: none;
}
.tabs-content .tab-content.active {
  display: block;
}
.auth-form .bottom {
  width: 100%;
  text-align: center;
}
.auth-form.reg .bottom {
  margin-bottom: 42px;
}
.open-password-restore {
  margin-top: 32px;
  color: #fff;
}
.auth-shape-1 {
  width: 558px;
  height: 573px;
  position: absolute;
  top: -90px;
  z-index: -1;
  right: -280px;
  display: none;
}
.auth-shape-2 {
  width: 436px;
  height: 291px;
  position: absolute;
  z-index: -1;
  bottom: -90px;
  left: -190px;
  display: none;
}

.wrapper.pass-restore .title {
  color: #fff;
}
.title.small.name {
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 16px;
}
.desc.email {
  color: #d9d9d9;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
.open-edit-profile {
  width: 100%;
  text-align: right;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  text-decoration-line: underline;
  margin-top: 33px;
}
.cabinet-page .icon {
  width: 86px;
  height: 73px;
  border-radius: 24px 24px 0px 0px;
  background: #171d18;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cabinet-page .icon img {
  width: 36px;
  height: 36px;
}
.balance-wrapper {
  border-radius: 6px;
  background: #0a3680;
  padding: 16px;
}
.title.balance {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 24px;
}
.title.amount {
  margin-bottom: 32px;
}
tbody img.success {
  width: 12px !important;
  height: 8px;
}
tbody img.fail {
  width: 16px !important;
  height: 16px;
}
tbody img.pending {
  width: 14px !important;
  height: 14px;
}
.download-btn {
  background: transparent;
  width: 18px;
  height: 18px;
}
.download-btn img {
  width: 18px;
  height: 18px;
}
.download-img-wrapper {
  text-align: center;
}
.request-wrapper .title {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin: 28px 0px;
}
.right.center {
  display: flex;
  align-items: center;
}
.cabinet-content-container.blured {
  background: transparent;
  padding: 24px 0px;
}
#requestForm {
  padding: 0px;
  gap: 32px;
}
#requestForm .left.request-left {
  padding-top: 0px;
  display: block;
}
.cabinet-content .request-left-wrapper,
.cabinet-content .right.request-right {
  border-radius: 6px;
  background: #0a3680;
  padding: 32px 24px;
}
.cabinet-content .request-left-wrapper {
  padding-top: -24px;
}
#requestForm .button-wrapper {
  display: flex;
  width: 100%;
  justify-content: end;
}
#requestForm .info {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 29px;
}
.request-price {
  border-radius: 6px;
  background: #0a3680;
  width: 100%;
  padding: 22px 27px;
  display: flex;
  justify-content: space-between;
}
.request-price .dark {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
}

@media screen and (max-width: 480px) {
  .authorise-wrapper {
    width: 100%;
  }
  .page.authorise .main-wrapper {
    padding: 30px !important;
  }
}
.payment-method-list img.visa {
  width: 67px;
  height: 21px;
}
.payment-method-list img.mc {
  height: 40px !important;
  margin-left: -8px;
  margin-top: -9px !important;
}
.swiper-slide img {
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}
.swiper-slide-active {
  z-index: 3;
}
.swiper-wrapper {
  align-items: center;
}
.swiper-slide:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #09204acc;
  border-radius: 10px;
  transition: 0.3s;
}
.swiper-slide-active::after {
  opacity: 0;
}
.swiper-slide-next::after {
  transform: scale(1.44) translateX(40px);
}
.swiper-slide-prev::after {
  transform: scale(1.44) translateX(-40px);
}

.swiper-slide-active img {
  opacity: 1;
  transform: scale(2.173899);
}
.swiper-slide-next img {
  opacity: 1;
  transform: scale(1.44) translateX(40px);
}
.swiper-slide-prev img {
  opacity: 1;
  transform: scale(1.44) translateX(-40px);
}
.swiper-slide-next,
.swiper-slide-prev {
  z-index: 2;
}
button .spinner {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.6);
  border-top: 3px solid white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: spin 1s linear infinite;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
button.loading span {
  visibility: hidden;
  opacity: 0;
}
button.loading .spinner {
  opacity: 1;
  visibility: visible;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.button.regenerate {
  font-size: 14px;
  line-height: 20px;
  padding: 7px !important;
}
.top-up-modal .select2-container {
  max-width: 100% !important;
  width: 100% !important;
}
.download-img-wrapper .select2-container {
  width: 100% !important;
}
.menu-pages {
  display: flex;
  gap: 25px;
}
.menu-pages a {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
}
.header-first,
.header-second {
  display: flex;
}
.header-first {
  margin-right: 25px;
}
@media screen and (max-width: 950px) {
  .header .right {
    flex-flow: column-reverse;
    gap: 10px;
    align-items: end;
  }
  .menu-pages a {
    line-height: 18px;
  }
}
@media screen and (max-width: 768px) {
  .header-first,
  .header-second {
    width: 100%;
    justify-content: center;
    margin-right: 0px;
  }
}
.toggle-icon {
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.toggle-icon::before,
.toggle-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  transition: transform 0.3s ease;
}
.toggle-icon::before {
  transform: rotate(45deg);
}
.toggle-icon::after {
  transform: rotate(-45deg);
}
.item.active .toggle-icon::before {
  transform: rotate(0deg);
}
.item.active .toggle-icon::after {
  transform: rotate(0deg);
}
.questions {
  padding: 50px 0px 20px 0px;
  width: 100%;
}
.questions .item {
  margin-bottom: 15px;
  width: 100%;
}
.questions .item .question {
  border-radius: 6px;
  color: #fff;
  padding: 20px 15px;
  display: flex;
  gap: 15px;
  align-items: center;
  cursor: pointer;
}
.questions .item .answer {
  padding: 20px 0px;
  display: none;
}
.item.active .answer {
  display: block;
}
.contact-us-wrapper {
  max-width: 600px;
  width: 100%;
  margin: 60px auto;
  border-radius: 6px;
  overflow: hidden;
  padding: 40px;
  background: #0a3680;
}
.contact-us-form .bottom {
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
.contact-us-wrapper .title {
  text-align: center;
  color: #fff;
  padding-bottom: 30px;
}
.contact-us-wrapper .message-block {
  font-family: "Inter", sans-serif;
  text-align: center;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .title.big {
    font-size: 42px;
    line-height: 56px;
    text-align: center;
  }
  .desc {
    font-size: 18px;
    line-height: 32px;
  }
  .header {
    padding-top: 32px;
  }
  .header .wrapper {
    flex-direction: column;
    align-items: center;
  }
  .header .right {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .home-page .hero-section .wrapper {
    flex-direction: column;
  }
  .home-page .hero-section .cube {
    display: none;
  }
  .home-page .hero-section .left {
    width: 100%;
    text-align: center;
  }
  .home-page .hero-section .right {
    width: 100%;
    margin-top: 24px;
  }
  .home-page .hero-section .right {
    padding: 0;
  }
  .home-page .hero-section .button {
    margin-top: 24px;
  }
  .home-page .hero-section {
    padding-bottom: 50px;
    padding-top: 220px;
  }
  .home-page .section-2 .shapes {
    display: none;
  }
  .home-page .section-2 .block-1 {
    width: 100%;
  }
  .home-page .section-2 .block-2 .divider {
    max-height: 120%;
  }
  .home-page .section-2 .block-num .desc,
  .home-page .section-2 .block-4 .desc {
    margin-top: 0;
  }
  .home-page .section-3 .block-1,
  .home-page .section-3 .row:nth-child(2) .block-1,
  .home-page .section-3 .row:nth-child(3) .block-1 {
    width: 100%;
    padding-left: 0;
  }
  .home-page .section-3 .icon {
    margin: 0 auto;
  }
  .home-page .section-3 .shapes2,
  .home-page .section-3 .shapes3 {
    display: none;
  }
  .home-page .section-3 .block-2 {
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin-top: 24px;
  }

  .home-page .section-3 .desc.small {
    margin: 24px auto 0;
  }
  .home-page .section-4 {
    padding: 0 16px;
  }
  .home-page .section-4 .logo {
    margin-top: 32px;
  }
  .slick-arrow {
    width: 50px;
    height: 50px;
    left: -50px;
    background-size: 18px 40px;
  }
  .slick-next {
    left: auto;
    right: -50px;
  }
  .cabinet-page .main {
    padding-bottom: 32px;
  }
  .request-form .request-left .form-wrapper label .select2-container {
    max-width: unset;
  }
  .request-form
    .request-left
    .form-wrapper
    label
    .select2-container--open
    .select2-dropdown--below {
    max-width: unset;
  }
  .cabinet-content {
    flex-direction: column;
  }
  .cabinet-content .left {
    width: 100%;
  }
  .cabinet-content .user-info .name {
    margin-top: 16px;
  }
  .cabinet-content .user-info .nav {
    margin: 24px auto 0;
  }
  .cabinet-content .right {
    width: 100%;
    padding-left: 0;
  }
  .cabinet-content .balance-container {
    flex-direction: column;
    padding: 24px 0 0;
  }
  .cabinet-content .balance-container .button {
    margin: 24px auto 0;
    max-width: 180px;
  }
  .cabinet-page .top {
    padding: 24px 16px 18px;
  }
  .cabinet-content .carousel-container {
    padding: 32px 32px 0;
  }
  .cabinet-content .request-left {
    padding-top: 16px;
  }
  .cabinet-page .shapes4 {
    display: none;
  }
  .cabinet-content .request-right {
    padding-top: 32px;
    flex-direction: column;
  }
  .cabinet-content .request-left form {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .cabinet-content .books {
    width: 100%;
  }
  .cabinet-content .ai {
    width: 100%;
    padding-left: 0;
    padding-top: 24px;
    text-align: center;
  }
  .cabinet-content .ai .button {
    margin-top: 24px;
  }
  .cabinet-content .pagination {
    flex-wrap: wrap;
  }
  .cabinet-content-history .table-container {
    overflow: auto;
  }
  .cabinet-content thead td {
    padding: 12px;
  }
  .cabinet-content td:first-child {
    width: auto;
    padding-left: 16px;
  }
  .cabinet-content td:last-child {
    width: auto;
    padding-right: 16px;
  }

  .cabinet-content tbody td:last-child {
    width: auto;
    padding-right: 16px;
  }
  .cabinet-content-history table {
    min-width: 600px;
  }
  .text .desc.short {
    width: 100%;
    padding-right: 0;
  }
  .text .desc.short + .desc.short {
    padding-left: 0;
  }
  .text {
    padding-bottom: 0;
  }
  .modal .wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .modal .form-container {
    width: 100%;
    padding: 24px;
  }
  .modal form {
    margin-top: 32px;
  }
  .login-modal .link,
  .request-password-restore-modal .link {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .modal .checkbox-container {
    width: 100%;
  }
  .modal .checkbox-label .desc {
    width: auto;
  }
  .modal .checkbox-label {
    justify-content: center;
  }
  .modal .checkbox-container + .button {
    margin-top: 24px;
  }
  .modal .form-container {
    min-height: 0;
  }
  .modal .side {
    width: 100%;
    min-height: 0;
    padding: 24px;
    border-radius: 0;
  }
  .modal .side .desc {
    margin-top: 16px;
  }
  .modal .button.white {
    margin-top: 24px;
  }
  .reg-modal .side {
    order: 2;
  }
  .request-wrapper .info-wrapper .info {
    margin-left: 16px;
  }
  .header .reg-open .img {
    display: none;
  }
  .title.large {
    font-size: 36px;
    line-height: 42px;
  }
  .home-page .section-2 .shape {
    display: none;
  }
  .home-page .section-2 .item .title {
    width: 100%;
  }
  .home-page .section-2 .item .desc {
    padding-left: 0;
    width: 100%;
  }
  .home-page .section-2 .item:nth-child(2),
  .home-page .section-2 .item + .item {
    margin-top: 24px;
  }
  .home-page .section-3 {
    padding-top: 40px;
  }
  .home-page .section-3 .wrapper .right .list {
    margin-top: 32px;
  }
  .home-page .section-3 .desc.small {
    padding-left: 0;
  }
  .home-page .section-4 .carousel {
    margin-top: 24px;
  }
  .home-page .section-5 {
    padding: 40px 16px;
  }
  .home-page .section-5 .wrapper {
    padding: 16px;
  }
  .modal .checkbox-container,
  .modal .chekbox-container {
    width: 100%;
    margin-bottom: 0;
  }
  .reg-modal .button,
  .modal .checkbox-container + .button {
    margin-top: 16px;
  }
  .header .button {
    min-width: 0;
    gap: 8px;
    padding: 12px;
  }
  .button.bordered {
    padding: 12px;
  }
  .header .right .button + .button {
    margin-left: 12px;
  }
  .header .right .name {
    margin-right: 0;
  }
  .hero-section .img {
    width: 280px;
  }
  .how-it-works-section .wrapper .title.text-88 {
    margin-top: 50px;
  }
  .text-88 {
    font-size: 46px;
    line-height: 58px;
  }
  .how-it-works-section .list {
    flex-direction: column;
  }
  .how-it-works-section .item {
    background: transparent;
    padding: 0;
    padding-top: 40px;
  }
  .how-it-works-section .item .title {
    left: 0;
  }
  .how-it-works-section .item + .item {
    margin-top: 32px;
  }
  .features-section .right {
    display: none;
  }
  .features-section .left {
    padding: 0;
  }
  .features-section .list .item .regular {
    opacity: 1;
    max-height: unset;
  }
  .features-section {
    padding: 40px 16px;
  }
  .boost-section {
    padding: 50px 16px;
  }
  .boost-section .list {
    flex-direction: column;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .swiper-slide-active img {
    transform: scale(1.3);
  }
  .swiper-slide-next img {
    transform: scale(1.1) translateX(40px);
  }
  .swiper-slide-next::after {
    transform: scale(1.1) translateX(40px);
  }
  .swiper-slide-prev img {
    transform: scale(1.1) translateX(-40px);
  }
  .swiper-slide-prev::after {
    transform: scale(1.1) translateX(-40px);
  }
  .swiper {
    padding: 100px 0;
  }
  .home-page .section-4 {
    padding-bottom: 100px;
  }
}
