html {
  scroll-behavior: smooth;
}
body {
  background: #fcfcfc;
}
body.hidden {
  overflow: hidden;
}
.page {
  overflow: hidden;
  position: relative;
}
.title {
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  line-height: 120%;
  color: #292e3a;
}
.title-16 {
  font-size: 16px;
}
.title-24 {
  font-size: 24px;
}
.title-32 {
  font-size: 32px;
}
.title-62 {
  font-size: 62px;
}
.title-72 {
  font-size: 72px;
}
.title-96 {
  font-size: 96px;
}
.title-128 {
  font-size: 128px;
}
.title.medium {
  font-size: 40px;
  line-height: 50px;
}
.title.big {
  font-size: 78px;
  line-height: 88px;
}
.desc {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #292e3a;
}
.weight-800 {
  font-weight: 800;
}
.text-gray {
  color: #696b71;
}
.text-purple {
  color: #8749c9;
}
.text-white {
  color: #fff;
}
.text-gray-light {
  color: #292e3a80;
}
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,
.button:hover {
  opacity: 0.7;
}
.button {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #292e3a;
  transition: 0.3s;
  background: transparent;
  border-radius: 10px;
  position: relative;
  padding: 12px;
  min-width: 118px;
  border: 1px solid #411aac;
  text-align: center;
}
.button.filled {
  background: linear-gradient(#8749c9, #411aac);
  border: 1px solid #ffffff;
  color: #ffffff;
}
.premium-request-button {
  display: flex;
  align-items: center;
  column-gap: 16.37px;
  min-width: 224px;
  background-color: #ffffff;
  padding: 6px 0;
  border-radius: 8px;
  border: 1px solid #c1c1c1;
}

.premium-request-button img {
  width: 18.67px;
  height: 18px;
  margin-left: 18.96px;
}

.premium-request-button .premium-request-button__text {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
}
.premium-request-button .premium-request-button__text .premium-text {
  color: #ffc733;
}
.button:disabled {
  cursor: auto;
  opacity: 0.5;
}

.button.white {
  background: transparent;
  color: #3042e5;
  padding: 0;
  min-width: 0;
}
.button.white::before {
  display: none;
}
.button.white::after {
  display: none;
}
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

/* header */
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  padding: 19px 60px;
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(41, 46, 58, 0.12);
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.logo .img {
  width: 38px;
}
.header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
}
.header .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

.header .right .name {
  font-weight: 700;
  text-transform: unset;
}
.header .right .icon {
  width: 20px;
}
.header .right .icon .img {
  width: 100%;
}
.header .button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.header .profile-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  min-width: 116px;
  border: 1px solid #292e3a;
  border-radius: 10px;
}
.header .button3 {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 26px;
  padding-left: 18px;
}
.header .button3 .img {
  width: 14px;
  z-index: 3;
  position: relative;
}
.cabinet-page {
  background: #f5f6f8;
}

/* hero section */
.home-page .hero-section {
  padding: 252px 16px 357px;
  position: relative;
  text-align: center;
}
.home-page .hero-section::before {
  content: "";
  width: 100%;
  height: 120%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 0.2;
  z-index: 1;
}
.home-page .hero-section::after {
  content: "";
  width: 100%;
  height: 120%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(#ffffffcc, #ffffff1a);
  z-index: 1;
}
.home-page .hero-section .wrapper {
  position: relative;
  z-index: 2;
}
.home-page .hero-section .images {
  position: absolute;
  left: 0;
  top: -350px;
  width: 100%;
  transform: rotate(11.84deg);
  font-size: 0;
}
.home-page .hero-section img {
  height: 300px;
  width: auto;
}
.home-page .hero-section .img0 {
  transform: translateX(-60%);
  animation: img2 200s linear infinite;
}
.home-page .hero-section .img1 {
  margin-top: 11px;
  transform: translateX(0);
  animation: img3 200s linear infinite;
}
.home-page .hero-section .img2 {
  margin-top: 11px;
  transform: translateX(-60%);
  animation: img2 200s linear infinite;
}
.home-page .hero-section .img3 {
  margin-top: 11px;
  transform: translateX(0);
  animation: img3 200s linear infinite;
}
@keyframes img3 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-60%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes img2 {
  0% {
    transform: translateX(-60%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-60%);
  }
}
.home-page .hero-section .title {
  max-width: 890px;
  margin: 0 auto;
}
.home-page .hero-section .desc {
  margin: 32px auto 0;
  max-width: 856px;
}
.home-page .hero-section .button {
  margin-top: 42px;
  min-width: 192px;
}

/* section 2 */
.home-page .section-2 {
  position: relative;
  padding: 0 16px 102px;
  z-index: 1;
}
.home-page .section-2 .wrapper {
  position: relative;
}
.home-page .section-2 .list {
  margin-top: 110px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 68px 16px;
}
.home-page .section-2 .item {
  width: calc(50% - 8px);
  max-width: 516px;
}
.home-page .section-2 .item .title + .desc {
  margin-top: 16px;
  padding-left: 55px;
}
.home-page .section-2 .item .title span {
  display: inline-block;
  width: 55px;
}

.home-page .section-3 {
  padding: 72px 16px 102px;
  position: relative;
  text-align: center;
  background: #fafafa;
  z-index: 1;
}
.home-page .section-3 .wrapper {
  position: relative;
  max-width: 1050px;
}
.home-page .section-3.active .wrapper > .title {
  transition: 0.3s;
}
.home-page .section-3.active .wrapper > .title {
  font-size: 62px;
}
.home-page .section-3 .list {
  margin-top: 90px;
}
.home-page .section-3 .item {
  padding-top: 34px;
  position: relative;
}
.home-page .section-3 .item + .item {
  margin-top: 24px;
}
.home-page .section-3 .item-text {
  max-width: 424px;
  transform: translateX(-200px);
  transition: 0.5s;
}
.home-page .section-3.active .item-text {
  transform: translateX(0);
}
.home-page .section-3 .item-text .desc {
  margin-top: 28px;
}
.home-page .section-3 .item:nth-child(odd) .item-text {
  margin: 0 0 0 auto;
  transform: translateX(200px);
}
.home-page .section-3.active .item:nth-child(odd) .item-text {
  transform: translateX(0);
}
.home-page .section-3 .item .num {
  position: absolute;
  left: calc(50% - 196px);
  transform: translateX(-50%);
  top: 0;
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 2px dashed #8749c9;
  transition: 0.5s;
}
.home-page .section-3.active .item .num {
  left: 50%;
}
.home-page .section-3 .item:nth-child(odd) .num {
  left: calc(50% + 196px);
}
.home-page .section-3.active .item:nth-child(odd) .num {
  left: 50%;
}
.home-page .section-3 .item .line {
  position: absolute;
  left: calc(50% - 98px);
  transform: translateX(-50%);
  top: 46px;
  width: 100px;
  height: 2px;
  background: #8749c9;
}
.home-page .section-3 .item .line::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #8749c9;
  border-radius: 100%;
}
.home-page .section-3 .item:nth-child(odd) .line {
  left: calc(50% + 98px);
}
.home-page .section-3 .item:nth-child(odd) .line::before {
  right: -5px;
  left: auto;
}

.home-page .section-4 {
  padding: 102px 16px 0;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.home-page .section-4 .wrapper {
  position: relative;
}

.home-page .section-4 .carousel {
  margin-top: 62px;
  position: relative;
  width: 100%;
  padding-bottom: 16px;
}
.home-page .section-4 .item {
  padding: 0 8px;
}
.home-page .section-4 .item img {
  width: 400px;
  border-radius: 20px;
  transition: 0.5s;
  opacity: 0.3;
  border: 1px solid transparent;
}
.home-page .section-4 .slick-list {
  overflow: visible !important;
  min-height: 315px;
}
.home-page .section-4 .slick-dots {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  gap: 8px;
  position: relative;
}
.home-page .section-4 .slick-dots button {
  background: transparent;
  font-size: 0;
  border: 0;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  box-shadow: inset 0px 4px 4px 0px rgba(41, 46, 58, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-page .section-4 .slick-dots button:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: linear-gradient(#8749c9, #411aac);
  box-shadow: 0px 2px 2px 0px rgba(41, 46, 58, 0.18);
  opacity: 0;
  transition: 0.5s;
}
.home-page .section-4 .slick-dots .slick-active button::before {
  opacity: 1;
}
.home-page .section-4 .slick-slide .item {
  transition: 0.3s;
}
.home-page .section-4 .slick-active .item {
  opacity: 1;
}
.home-page .section-4 .slick-active .item .img {
  border-radius: 40px;
  border: 24px solid #fff;
  transform: scale(1.3);
  opacity: 1;
  position: relative;
  z-index: 1;
}
.home-page .section-4 .slick-slide.next .item {
  opacity: 1;
}
.home-page .section-4 .slick-slide.next-next .item {
  opacity: 1;
}
.home-page .section-4 .slick-slide.prev .item {
  opacity: 1;
}
.home-page .section-4 .slick-slide.prev-prev .item {
  opacity: 1;
}
.home-page .section-5 {
  padding: 88px 16px 120px;
  text-align: center;
  position: relative;
}
.home-page .section-5 .wrapper {
  position: relative;
}
.home-page .section-5 .img {
  position: absolute;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.home-page .section-5 .desc {
  max-width: 856px;
  margin: 36px auto 0;
}
.home-page .section-5 .button {
  margin: 64px auto 0;
  min-width: 192px;
}
.home-page .section-5 .title-128 {
  transition: 0.5s;
}
.home-page .section-4.active + .section-5 .title-128 {
  font-size: 62px;
}
.home-page .section-4.active + .section-5 .button {
  margin: 48px auto 0;
}

/* footer */
.footer {
  padding: 42px 16px 26px;
  background: #fafafa;
}
.footer .wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1340px;
}

.footer .social-list .img {
  width: 32px;
}
.footer .social-list .item {
  margin-right: 16px;
}
.footer .logo {
  justify-content: center;
}
.footer .block-1 {
  flex: 1;
  padding-right: 16px;
  max-width: 172px;
}
.footer .block-1 .desc {
  font-size: 12px;
  line-height: 18px;
  white-space: pre-line;
}
.footer .block-2 {
  padding: 0 16px;
  text-align: center;
}
.footer .block-2 .nav {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.footer .block-2 .item {
  font-size: 14px;
  line-height: 21px;
  text-decoration: underline;
}
.footer .block-2 .item:hover {
  text-decoration: none;
}
.footer .block-2 .nav + .desc {
  color: #000;
  margin-top: 24px;
}
.footer .block-3 {
  padding-left: 16px;
  max-width: 172px;
  flex: 1;
}
.footer .block-3 .desc-1 {
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
}
.footer .block-3 .desc-2 {
  font-size: 14px;
  line-height: 28px;
  color: #411aac;
  font-weight: 700;
}
.footer .block-3 .desc-3 {
  margin-top: 50px;
  font-size: 12px;
  line-height: 18px;
  color: #868686;
}
.social-list {
  margin-top: 46px;
}

.footer .payment-method-list {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 30px;
}
.footer .payment-method-list .img {
  width: 30px;
}

.footer .payment-method-list + .desc {
  margin-top: 24px;
}

/* 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 .logo-img {
  width: 38px;
  margin-bottom: 32px;
}
.modal .close {
  width: 28px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 2;
  filter: brightness(0) invert(1);
}
.amount-modal .close,
.top-up-modal .close {
  filter: brightness(0);
}
.modal.amount-modal .wrapper {
  max-width: 390px;
}
.overlay {
  background: rgba(21, 22, 86, 0.21);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.modal .wrapper {
  position: relative;
  max-width: 888px;
  margin: 0 auto;
  width: 100%;
  border-radius: 24px;
  background: #ffffff;
  display: flex;
  text-align: center;
  max-height: calc(100vh - 48px);
  overflow: auto;
  box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.25);
}
.login-modal .wrapper {
  flex-direction: column;
}
.reg-modal .wrapper {
  flex-direction: column-reverse;
}
.request-password-restore-modal .wrapper {
  flex-direction: column;
}

.modal.top-up-modal .wrapper .payment-methods {
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 16px;
  margin-bottom: 12px;
}
.modal.top-up-modal .wrapper {
  max-width: 444px;
  padding-top: 32px;
}
.modal.top-up-modal .wrapper .payment-methods .button.multibanco {
  padding-top: 0;
  padding-bottom: 0;
}

.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: 58px;
  padding-top: 4px;
  position: relative;
  z-index: 3;
}

.modal .form-container {
  width: 100%;
  position: relative;
  z-index: 1;
  background: #fff;
  overflow: auto;
}
.modal .form-container .toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px 52px;
  margin-bottom: 62px;
}
.modal .form-container .flex {
  display: flex;
}
.modal .form-container .toggle button {
  background: transparent;
  padding: 0;
  font-weight: 700;
}

.modal .form-container .right .title {
  font-size: 14px;
  font-weight: 400;
}
.modal.amount-modal .form-container,
.modal.top-up-modal .form-container {
  width: 100%;
}

.modal.amount-modal .form-container {
  display: flex;
  padding: 0;
  margin: 0;
}
.modal.amount-modal .form-container .left {
  flex: 1;
  padding: 40px;
}
.modal.amount-modal .form-container .right {
  display: none;
}
.modal.amount-modal .form-container .coin-exchange-rate {
  margin-top: 24px;
  justify-content: center;
}
.modal.amount-modal .form-container .amount-input {
  margin-top: 42px;
  position: relative;
}
.modal.amount-modal .form-container .amount-input + .error-message {
  margin-top: 12px;
}
.modal.amount-modal .form-container .amount-input input {
  font-weight: 400;
}

.modal.top-up-modal .form-container .top-up-amount,
.modal.amount-modal .form-container .top-up-amount {
  font-family: "Outfit", 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;
}

.modal.amount-modal .form-container .top-up-amount.min-top-up-amount {
  font-size: 20px;
  line-height: 30px;
}

.modal .side {
  width: 100%;
  display: flex;
  justify-content: center;
  width: 50%;
  background-image: url("../img/modal.webp");
  background-size: cover;
  padding-top: 120px;
}
.modal .side .title {
  font-weight: 700;
}
.modal label {
  max-width: 288px;
  margin-left: auto;
  margin-right: auto;
}
.modal form {
  font-size: 0;
  width: 100%;
  padding: 42px 16px 24px;
}
.modal form .button {
  min-width: 192px;
  margin-top: 46px;
}
.modal.top-up-modal label + label {
  margin-top: 14px;
}

label {
  position: relative;
  display: block;
}
label + label {
  margin-top: 20px;
}

input, textarea /*, select.input*/ {
  outline: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 28px;
  color: #292e3a;
  padding: 8px 0;
  width: 100%;
}

textarea {
  resize: none;
  background: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  height: 116px;
  padding: 10px 14px;
}

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

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

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

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

::placeholder {
  color: #696b71;
}
label .desc.small {
  padding: 0 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  left: 16px;
  top: -14px;
  position: absolute;
  background: #ffffff;
  z-index: 1;
  display: none;
}
.link {
  color: #411aac;
  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: 14px;
  margin-bottom: 30px;
}

.modal.login-modal.reg-disabled .wrapper,
.modal.request-password-restore-modal.reg-disabled .wrapper {
  max-width: 462.6px;
}

/*.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%;
}

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

.modal.top-up-modal .checkbox-container {
  display: block;
  width: 100%;
  margin-top: 25px;
}

.modal .checkbox-container input {
  display: none;
}
.modal .checkbox {
  position: relative;
  width: 24px;
  min-width: 24px;
  height: 24px;
  border: 1px solid #dee0e6;
  border-radius: 8px;
  background: transparent;
}
.modal .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;
}
.modal input:checked + .checkbox::before {
  opacity: 1;
}
.modal .checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.modal .checkbox-label .desc {
  position: static;
  margin-left: 12px;
  color: #262628;
  font-weight: 400;
  line-height: 21px;
  padding: 0;
  text-align: left;
  width: calc(100% - 36px);
  display: block;
}
.modal .checkbox-label .desc .link {
  line-height: 21px;
}

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

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

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

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

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

.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;
}

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

.modal .chekbox-container {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  margin-top: 32px;
}

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

.modal.amount-modal .form-container .currency {
  font-family: "Open Sans", sans-serif;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 14px;
}
.modal.amount-modal .form-container .get {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
}
.modal.amount-modal .form-container .get img {
  width: 18px;
}
.modal.amount-modal .form-container .get .amount {
  gap: 4px;
  display: flex;
  align-items: center;
}
.modal.amount-modal .form-container .get .desc {
  font-size: 12px;
  font-weight: 700;
}
.modal.amount-modal .form-container .get .amount .desc {
  font-size: 14px;
  font-weight: 700;
}

.modal.amount-modal .form-container .input-error ~ .currency {
  top: 37%;
}

.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;
  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");
}
.cabinet-page .wrapper {
  position: relative;
}
.cabinet-page .shapes4 {
  position: absolute;
  width: 520px;
  right: -240px;
  top: 26px;
}
.cabinet-page .top {
  padding: 112px 0 32px;
  text-align: center;
}
.cabinet-page .top .nav {
  white-space: nowrap;
  overflow: auto;
  display: inline-flex;
  align-items: center;
  gap: 90px;
  margin: 0 auto;
  max-width: 100%;
}
.cabinet-page .top .nav .link {
  color: #696b71;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.cabinet-page .top .nav .link.active {
  color: #292e3a;
  font-weight: 700;
}
.cabinet-page .top .breadcrumbs {
  display: flex;
}
.cabinet-page .top .breadcrumbs .link {
  display: flex;
}
.cabinet-page .top .right {
  z-index: 1;
}
.cabinet-page .top .link .img {
  width: 28px;
}
.cabinet-content-container {
  margin-bottom: 70px;
}
.cabinet-content {
  position: relative;
  display: flex;
  gap: 16px;
}
.cabinet-content .center {
  width: 100%;
}
.cabinet-content .user-info .img {
  width: 144px;
  box-shadow: 0px 4px 4px rgba(41, 46, 58, 0.12);
  border-radius: 20px;
}
.cabinet-content .user-info .user-info-text {
  margin-top: 20px;
}
.cabinet-content .user-info .title {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.cabinet-content .user-info .email {
  font-size: 14px;
  line-height: 16px;
  color: #8749c9;
  font-weight: 700;
  margin-top: 10px;
}
.cabinet-content .user-info .nav {
  display: table;
  margin: 65px auto 35px;
}
.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%;
}
.right .profile-container {
  margin-top: 38px;
}
.right .profile-container form {
  align-items: flex-start !important;
}

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

.profile-container form .form-row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 376px;
  width: 100%;
  gap: 14px;
}
.profile-container form .form-row + .button {
  margin-top: 22px;
}

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

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

.carousel-container {
  width: 100%;
}

.cabinet-content .left {
  max-width: 344px;
  flex: 1;
}
.cabinet-content .right {
  flex: 1;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 42px;
  display: block;
  text-align: center;
}
.cabinet-content .right .title {
  text-align: left;
  font-weight: 700;
}
.cabinet-content .right .profile-container {
  margin-left: 0;
}
.cabinet-content .user-info {
  text-align: center;
  position: relative;
  padding: 32px 16px 26px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
}
.cabinet-content .user-info .button {
  background: transparent;
  border: 1px solid #030a49;
  color: #030a49;
}
.cabinet-content .user-info .button::after,
.cabinet-content .user-info .button::before {
  display: none;
}
.cabinet-content .balance-premium-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  flex: 1;
  gap: 16px;
  flex-wrap: wrap;
}
.cabinet-content .balance-premium-wrapper .title:first-child {
  text-transform: uppercase;
  text-align: left;
}
.cabinet-content .balance-premium-wrapper .coin {
  font-size: 32px;
  font-weight: 700;
}
.cabinet-content .balance-premium-wrapper .button {
  min-width: 0;
  width: 100%;
  max-width: 246px;
  justify-content: center;
}
.cabinet-content .balance-premium-wrapper + .balance-premium-wrapper {
  margin-top: 34px;
}
.cabinet-content .balance-container {
  background: #fff;
  border-radius: 20px;
  padding: 32px 24px;
  border: 1px solid #d9d9d9;
  margin-top: 16px;
}
.cabinet-content .balance-container .title-container {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
}
.cabinet-content .balance-container .title-container + .title {
  text-align: center;
  margin-top: 32px;
  padding: 23px 16px;
  background: #fafafa;
  border-radius: 20px;
}
.cabinet-content .balance-container .img {
  width: 32px;
}

.cabinet-content .balance-container .button {
  margin: 18px auto 0;
  display: table;
}
.cabinet-content .carousel-container .title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.cabinet-content .carousel-container .new-request-link {
  display: flex;
  gap: 16px;
}
.cabinet-content .carousel-container .new-request-link .img {
  width: 14px;
}
.cabinet-content .profile-container {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.cabinet-content .profile-container form {
  margin: 0 !important;
  align-items: center;
}
.cabinet-content .carousel-container .nocarousel {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.cabinet-content .carousel-container .nocarousel .item {
  width: calc((100% - 32px) / 3);
  background: #f5f6f8;
  border-radius: 20px;
  overflow: hidden;
}
.cabinet-content .carousel-container .nocarousel .button {
  background: #f5f6f8;
  color: #3042e5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 18px;
  width: calc((100% - 80px) / 5);
  min-width: 0;
  text-align: center;
}
.cabinet-content .carousel-container .nocarousel .button::after,
.cabinet-content .carousel-container .nocarousel .button::before {
  display: none;
}
.cabinet-content .carousel-container .nocarousel .button .img {
  width: 18px;
}

.cabinet-content .carousel .item {
  padding: 0 8px;
}
.cabinet-content .carousel {
  margin-top: 24px;
}
.cabinet-content .balance {
  text-align: center;
}
.cabinet-content .balance-premium-wrapper .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: 32px;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  max-width: 344px;
  padding: 0;
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  background: #fff;
}
.cabinet-content .request-right {
  background: transparent;
  border: 0;
  padding: 40px 0 0;
}
.cabinet-content .request-left .title {
  padding: 32px 32px 20px;
}
.premium-request-wrapper .cabinet-content .request-left {
  justify-content: stretch;
}
.cabinet-content .request-left label .desc {
  background: #f0f4f8;
}
.cabinet-content .request-left form {
  text-align: center;
}
.cabinet-content .request-left .button {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-top: 16px;
  background: linear-gradient(#4c16df, #411aac);
  position: relative;
}
.cabinet-content .request-left .button::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: -5px;
  background-image: url("../img/crown.svg");
}
.cabinet-content .request-left .more {
  padding: 32px;
  border-top: 2px solid #f5f6f8;
  border-bottom: 2px solid #f5f6f8;
  text-align: center;
}
.cabinet-content .request-left .more .desc {
  color: #696b71;
  flex: 1;
}
.request-wrapper .info-wrapper {
  position: relative;
  margin-top: 6px;
  margin-bottom: 42px;
  display: none;
}
.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: 28px;
}
.cabinet-content .request-left .info .desc,
.request-wrapper .info .desc {
  color: #868686;
  font-size: 12px;
  line-height: 18px;
  margin-top: 16px;
}
.cabinet-content .request-left .request-price {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 5px;
}
.cabinet-content .request-left .request-price.premium-request-price {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  margin-left: 0;
  margin-top: 0;
  padding: 0 32px 30px;
}
.cabinet-content .request-left .request-price .old-price {
  text-decoration: line-through;
  text-decoration-color: red;
}
.cabinet-content .request-left .request-price .new-price {
  font-size: 14px;
  margin-left: 2px;
}
.cabinet-content .books {
  width: 100%;
}
.cabinet-content .ai {
  width: 100%;
  display: flex;
  margin-top: 40px;
  justify-content: flex-end;
}
.cabinet-content .ai .desc {
  display: none;
}
.cabinet-content .ai .button {
  align-self: center;
}
.cabinet-content td {
  padding: 10px 16px;
  font-size: 14px;
  vertical-align: middle;
}
.cabinet-content thead td {
  font-size: 12px;
  padding: 10px 16px;
  color: #696b71;
  font-weight: 700;
}
.cabinet-content thead {
  border-bottom: 1px solid #d9d9d9;
}
.cabinet-content td:first-child {
  width: 20%;
}
.cabinet-content td:nth-child(2) {
  width: 20%;
}
.cabinet-content td:last-child {
  text-align: right;
}
.cabinet-content td.td-download {
  padding-right: 30px;
  text-align: center;
}
.cabinet-content tbody td.td-download {
  padding-right: 30px;
  text-align: center;
}

.cabinet-content td .img {
  width: 62px;
  border-radius: 12px;
}
.cabinet-content-history {
  margin-top: 24px;
  padding: 0;
  display: block;
}
.cabinet-content-history .table-container {
  border: 1px solid #d9d9d9;
  text-align: left;
}
.cabinet-content-history table {
  width: 100%;
}
.cabinet-content .pagination {
  margin-top: 42px;
  display: flex;
  justify-content: center;
}
.cabinet-content .pagination .item {
  font-size: 14px;
  line-height: 32px;
  width: 32px;
  border-radius: 100%;
  text-align: center;
  margin: 0 1px;
}
.cabinet-content .pagination .item.active {
  font-weight: 700;
  background: #ffffff;
}
.cabinet-content .pagination .arrow {
  background: #030a49;
  background-image: url("../img/pagArrow.svg");
  background-position: center;
  background-size: 12px;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  border-radius: 100%;
}
.cabinet-content .pagination .arrow.next {
  transform: scale(-1);
  margin-left: 6px;
}
.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;
  padding: 130px 16px 60px;
}
.text {
  font-family: "Open Sans", sans-serif;
  padding-bottom: 40px;
}
.text span,
.text p {
  font-size: 14px !important;
  line-height: 20px;
  color: #000000;
}

strong {
  font-weight: bold;
}

.text .desc {
  margin-top: 36px;
  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-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 {
  padding: 6px;
  min-width: 100px;
}

.request-form .request-left .form-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0 32px 32px;
}
.request-form .request-left .form-wrapper label {
  margin-top: 14px;
}
.request-form .request-left .info {
  display: flex;
  padding: 0 32px 30px;
  gap: 12px;
  display: none;
}

.amount-modal .modal-packs-list {
  margin-top: 40px;
}
.amount-modal .modal-packs-list.vertical-packs-list .modal-pack-item.pack-item {
  color: #262628;
  font-size: 14px;
  border-radius: 38px;
}
.amount-modal
  .modal-packs-list.vertical-packs-list
  .modal-pack-item.pack-item:not(:last-child) {
  margin-bottom: 32px;
}
.amount-modal
  .modal-packs-list.vertical-packs-list
  .modal-pack-item.pack-item
  .desc {
  font-weight: 700;
}
.amount-modal .modal-packs-list.vertical-packs-list .modal-pack-item.pack-item {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.amount-modal
  .modal-packs-list.vertical-packs-list
  .modal-pack-item.pack-item
  .button {
  min-width: 84px;
  width: 84px;
  margin: 0;
  background: transparent;
  color: #262628;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.amount-modal
  .modal-packs-list.vertical-packs-list
  .modal-pack-item.pack-item
  .button::after {
  background: #ffffff;
  opacity: 1;
  visibility: visible;
}
.amount-modal
  .modal-packs-list.vertical-packs-list
  .modal-pack-item.pack-item
  .button::before {
  opacity: 1;
  visibility: visible;
  background: linear-gradient(
    #3042e5,
    #7b30e5,
    #f92782,
    #ffa221,
    #ffa221,
    #f92782,
    #7b30e5,
    #3042e5
  );
}
.amount-modal
  .modal-packs-list.vertical-packs-list
  .modal-pack-item.pack-item
  .button
  .img {
  position: relative;
  z-index: 3;
  width: 16px;
}
.button-wrapper {
  text-align: center;
}
.download-btn {
  background: transparent;
}

/* media */
@media screen and (max-width: 1200px) {
  .title.big {
    font-size: 56px;
    line-height: 76px;
  }
  .home-page .hero-section {
    padding: 120px 16px 350px;
  }
  .home-page .hero-section .right {
    padding: 26px 52px;
  }
  .home-page .section-2 .block-2 {
    margin-top: 48px;
  }
}
@media screen and (max-width: 1100px) {
  .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;
  }
  .footer .block-2 {
    width: 20%;
  }
  .cabinet-content .user-info .img {
    width: 64px;
  }
  .cabinet-content .balance-premium-wrapper {
    padding-left: 0;
  }
  .cabinet-content .request-left {
    padding-top: 0;
  }
  .cabinet-content .request-left .info,
  .request-wrapper .info {
    margin-top: 24px;
  }
  .home-page .section-3 .item .num {
    display: none;
  }
  .cabinet-content td:nth-child(2) {
    width: 10%;
  }
  .home-page .section-3 .item .line {
    display: none;
  }
  .home-page .section-3 .item .item-text {
    margin: 0 auto;
  }
  .home-page .section-3 .item:nth-child(odd) .item-text {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .title-72 {
    font-size: 48px;
  }
  .title-96 {
    font-size: 48px;
  }
  .title-62 {
    font-size: 48px;
  }
  .title-128 {
    font-size: 48px;
  }
  .title.big {
    font-size: 42px;
    line-height: 56px;
    text-align: center;
  }
  .header {
    padding: 16px;
  }
  .header .button {
    min-width: 0;
  }
  .header .wrapper {
    flex-direction: column;
    align-items: center;
  }
  .header .right {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-top: 24px;
    flex-direction: column;
    gap: 16px;
  }
  .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: 26px 32px;
  }
  .home-page .hero-section .button {
    margin-top: 24px;
  }
  .home-page .hero-section {
    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: 32px 64px;
  }
  .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;
  }
  .footer {
    padding: 32px 16px;
  }
  .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-2 .item,
  .footer .block-2 .item:last-child {
    /*margin: 0 auto 16px;*/
  }
  .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;
  }
  .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%;
    max-width: 100%;
  }
  .cabinet-content .user-info .nav {
    margin: 24px auto 0;
  }
  .cabinet-content .right {
    width: 100%;
    padding: 24px;
  }
  .cabinet-content .request-right {
    padding: 24px 0 0;
  }
  .cabinet-content .balance-container {
    flex-direction: column;
  }
  .cabinet-content .user-info .link {
    padding-left: 0;
  }
  .coin-exchange-rate {
    position: relative;
  }
  .cabinet-content .request-left {
    padding: 0;
    max-width: 100%;
  }
  .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: 0;
    margin-top: 0;
    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%;
  }
  .modal .form-container .flex {
    flex-direction: column;
  }
  .modal form {
    width: 100%;
  }
  label + label {
    margin-top: 14px;
  }
  .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 16px;
  }
  .modal .close {
    top: 12px;
    right: 12px;
    filter: brightness(0);
  }
  .request-wrapper .info-wrapper .info {
    margin-left: 16px;
  }
  .home-page .hero-section .title-container {
    transform: none;
  }
  .home-page .hero-section .title-container .title:first-child {
    max-width: 100%;
    text-align: center;
  }
  .home-page .hero-section .title-container .title:last-child {
    max-width: 100%;
    margin: 0 auto;
  }
  .home-page .hero-section .hero-text {
    border-radius: 0 16px 0 16px;
    padding: 16px;
    max-width: 100%;
  }
  .home-page .hero-section .obj1 {
    display: none;
  }
  .home-page .hero-section .flex {
    flex-direction: column-reverse;
    margin: 16px auto 0;
    align-items: center;
    gap: 24px;
  }
  .home-page .hero-section .flex .button {
    margin: 16px auto 0;
  }
  .home-page .hero-section .hero-text .arrow {
    display: none;
  }
  .home-page .section-2 .obj2 {
    display: none;
  }
  .home-page .section-2 .block-3 {
    margin: 60px auto 0 0;
  }
  .title.medium,
  .title.big {
    font-size: 30px;
    line-height: 38px;
  }
  .home-page .section-2 .block {
    width: 100%;
  }
  .home-page .section-3 {
    padding: 40px 16px;
  }
  .home-page .section-3 .wrapper {
    padding: 16px;
  }
  .home-page .section-3 .wrapper .desc {
    margin-top: 16px;
  }
  .home-page .section-4 .button {
    margin-top: 40px;
  }
  .footer .block-1,
  .footer .block-3 {
    max-width: 100%;
  }
  .footer .payment-method-list {
    justify-content: center;
  }
  .cabinet-page .top {
    padding-top: 230px;
  }
  .cabinet-content .carousel-container .nocarousel {
    gap: 16px;
  }
  .cabinet-content .carousel-container .nocarousel .button {
    width: calc(50% - 8px);
    border-radius: 12px;
  }
  .cabinet-content .carousel-container .nocarousel .item {
    width: calc(50% - 8px);
    border-radius: 12px;
  }
  .modal.amount-modal .form-container {
    flex-direction: column;
  }
  .modal.amount-modal .form-container .right {
    max-width: 100%;
  }
  .home-page .section-2 .list {
    margin-top: 32px;
    flex-direction: column;
  }
  .home-page .section-2 .item {
    max-width: 100%;
    width: 100%;
  }
  .home-page .section-3 .list {
    margin-top: 32px;
  }
  .home-page .section-3 .item .item-text {
    transform: none;
  }
  .home-page .section-3 .item:nth-child(odd) .item-text {
    transform: none;
  }
  .home-page .section-2 .item .title + .desc {
    padding-left: 0;
  }
  .home-page .section-4 .item img {
    max-width: 80vw;
  }
  .home-page .section-4 .slick-list {
    min-height: 250px;
  }
  .home-page .section-4 .slick-dots {
    margin-top: 16px;
  }
  .request-password-restore-modal .restore-password-finish .title {
    margin-top: 0;
  }
}

@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 .select2-selection--single .select2-selection__rendered {
  padding-left: 14px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  line-height: 48px;
  padding: 9px 0 !important;
  border-radius: 26px;
  border-radius: 0;
}
body .select2-container--default .select2-selection--single {
  background: transparent;
  border: 0;
  border-radius: 6px !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-top: 1px solid #aaabb6;
  /*max-width: 80vw;*/
}
.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: #f0f2f3;
  color: #aaabb6;
  font-size: 12px;
  font-family: "Open Sans", 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: #f0f2f3;
}

.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: "Open Sans", sans-serif;
  font-size: 14px;
  color: #d01313;
}
.title.coin {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.title.coin img {
  width: 42px;
}
.coin-exchange-rate {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.coin-exchange-rate div {
  display: flex;
  align-items: center;
}
.coin-exchange-rate img {
  width: 20px;
}
td.coin b {
  display: flex;
  gap: 5px;
}
td.coin img {
  width: 20px;
}
.button.coin {
  display: flex;
  align-items: center;
  text-wrap: balance;
}
.button.coin img {
  width: 20px;
  vertical-align: text-top;
}
.request-price.coin img {
  width: 20px;
  position: relative;
  top: 4px;
}
.select-menu {
  max-width: 330px;
}
.select-menu .select-btn {
  display: flex;
  height: 30px;
  padding: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  line-height: 24px;
  font-weight: 400;
  border-radius: 8px;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  color: #000;
}
.bx {
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bx-chevron-down:before {
  content: "\ea4a";
}
.select-menu .options {
  position: absolute;
  overflow-y: auto;
  max-height: 295px;
  padding: 10px;
  padding-top: 0;
  border-radius: 8px;
  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: 30px;
  cursor: pointer;
  padding: 0 16px;
  border-radius: 8px;
  align-items: center;
  padding-left: 10px;
  color: #ffffff;
}
.select-menu .options .option i {
  font-size: 25px;
  margin-right: 12px;
}
.select-menu .options .option .option-text {
  color: #000;
}

.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: #fff;
  border: 1px solid #6431bb;
}
.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: #411aac;
  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: 10px;
  background: #fff;
  box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid #411aac;
  color: #000;
  padding: 20px 15px;
  display: flex;
  gap: 15px;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
}
.questions .item .answer {
  padding: 20px 0px;
  display: none;
  font-size: 16px;
}
.item.active .answer {
  display: block;
}
.contact-us-wrapper {
  max-width: 600px;
  width: 100%;
  margin: 60px auto;
  border-radius: 6px;
  overflow: hidden;
  padding: 40px;
  margin-top: -15px;
}
.contact-us-form .bottom {
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
.contact-us-wrapper .title {
  text-align: center;
  padding-bottom: 30px;
}
.contact-us-wrapper .message-block {
  font-family: "Outfit", sans-serif;
  text-align: center;
  padding-top: 20px;
}
.header-first,
.header-second {
  display: flex;
  align-items: center;
}
.header-second {
  gap: 15px;
  margin-left: 15px;
}
.menu-pages {
  display: flex;
  gap: 25px;
}
.menu-pages a {
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  line-height: 24px;
  font-weight: 400;
  color: #000;
}
.contact-us-wrapper textarea {
  border: unset;
  background: none;
  padding: unset;
  border-bottom: 1px solid #d9d9d9;
}
.top-wrapper {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1220px) {
  .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;
  }
}
@media screen and (max-width: 500px) {
  .header-second {
    flex-flow: column;
  }
}
@media screen and (max-width: 320px) {
  .menu-pages {
    flex-flow: wrap;
    gap: 10px;
  }
}
.samples {
	width: 100%;
    display: flex;
    justify-content: space-between;
}
.samples img {
	width: 200px;
    height: 200px;
    border-radius: 30px;
    object-fit: cover;
}