html {
  scroll-behavior: smooth;
}
body {
  background: #000000;
}
body.hidden {
  overflow: hidden;
}
.page {
  overflow: hidden;
  position: relative;
}
.title {
  font-family: "Red Rose", serif;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}
.title.medium {
  font-size: 52px;
  line-height: 64px;
}
.title.big {
  font-size: 68px;
  line-height: 86px;
}
.desc {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.desc-18 {
  font-size: 18px;
  line-height: 24px;
}
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: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  transition: 0.3s;
  background: linear-gradient(#9709cf, #00a466);
  box-shadow: 0px 8px 20px 0px #ffffff4d inset;
  border-radius: 25px;
  position: relative;
  padding: 12px;
  min-width: 138px;
  text-align: center;
}
.button.dark {
  background: #000000;
  border: 1px solid #5b5b5b;
  box-shadow: 0px 8px 20px 0px #ffffff4d inset;
  width: 220px;
}
.button:hover {
  opacity: 1;
}
.button:hover::before {
  opacity: 1;
}
.button:hover::after {
  opacity: 1;
}
.button span {
  position: relative;
  z-index: 3;
}

.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: "Red Rose", 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: 1292px;
  margin: 0 auto;
}

/* header */
.header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  padding: 32px 16px 0;
}
.header .logo {
  width: 118px;
}
.header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .right .desc {
  margin-right: 10px;
  color: #fff;
}
.header .right .desc:last-child {
  margin-right: 0;
}
.header .right .name {
  font-weight: 700;
  text-transform: unset;
}
.header .right .icon {
  width: 20px;
}
.header .right .icon .img {
  width: 100%;
}
.header .profile-link {
  display: flex;
  align-items: center;
  gap: 8px;
  width: auto;
  justify-content: center;
}
.header .profile-link + .button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-left: 22px;
}
.header .profile-link + .button .img {
  width: 18px;
  z-index: 3;
  position: relative;
}

/* hero section */
.home-page .hero-section {
  padding: 244px 16px 180px;
  position: relative;
  text-align: center;
}
.home-page .hero-section .wrapper {
  position: relative;
}
.home-page .hero-section .desc {
  margin: 34px auto 0;
  max-width: 738px;
}
.home-page .hero-section .button {
  margin-top: 34px;
}

/* section 2 */
.home-page .section-2 {
  position: relative;
  padding: 0 16px;
}
.home-page .section-2 .wrapper {
  position: relative;
}
.home-page .section-2 .block .desc {
  margin-top: 24px;
}
.home-page .section-2 .block {
  width: 378px;
}
.home-page .section-2 .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 54px;
}
.home-page .section-2 .wrapper > div {
  width: calc((100% - 108px) / 3);
}
.home-page .section-2 .block {
  background: #000000d9;
  border: 1px solid #5b5b5b;
  box-shadow: 0px 8px 18px 0px #ffffff1a inset;
  border-radius: 25px;
  padding: 56px 32px;
}
.home-page .section-2 .title.medium {
  display: flex;
  align-items: center;
}

.home-page .section-3 {
  padding: 250px 16px 140px;
  position: relative;
}
.home-page .section-3 .wrapper {
  display: flex;
  gap: 46px;
}
.home-page .section-3 .title.big {
  max-width: 432px;
}
.home-page .section-3 .list {
  flex: 1;
}
.home-page .section-3 img {
  height: 110px;
  width: auto;
}
.home-page .section-3 .text {
  flex: 1;
}
.home-page .section-3 .item {
  gap: 68px;
  display: flex;
  align-items: center;
}
.home-page .section-3 .item .desc {
  margin-top: 18px;
}
.home-page .section-3 .list {
  padding-top: 80px;
}
.home-page .section-3 .item + .item {
  margin-top: 90px;
}
.home-page .section-3 .item:nth-child(even) {
  padding-left: 156px;
}

.home-page .section-4 {
  padding: 0 16px 30px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.home-page .section-4 .desc {
  margin: 34px auto 0;
  max-width: 736px;
}
.home-page .section-4 .button {
  margin-top: 32px;
}
.home-page .section-4 .gallery {
  margin-top: 90px;
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}
.home-page .section-4 .gallery::after {
  content: "";
  width: 100%;
  height: 216px;
  background: linear-gradient(#00000000, #000000);
  position: absolute;
  left: 0;
  bottom: 30px;
}
.home-page .section-4 .gallery .img {
  width: 1592px;
}

/* footer */
.footer {
  padding: 46px 16px 20px;
}
.footer .wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1320px;
}
.footer .logo {
  max-width: 230px;
  display: table;
}
.footer .social-list .img {
  width: 32px;
}
.footer .social-list .item {
  margin-right: 16px;
}
.footer .block-1 {
  flex: 1;
  padding-right: 16px;
  max-width: 334px;
}
.footer .block-1 .desc {
  color: #fff;
  white-space: pre-line;
  margin-top: 28px;
}
.footer .block-1 .desc:last-child {
  color: #999999;
}
.footer .footer-card {
  padding: 54px 80px 46px;
  background: #000000d9;
  border: 1px solid #5b5b5b;
  box-shadow: 0px 8px 18px 0px #ffffff1a inset;
  text-align: left;
  border-radius: 25px;
  margin-top: 16px;
}
.footer .block-2 {
  max-width: 636px;
}
.footer .block-2 .logo img {
  width: 162px;
}
.footer .block-2 .email {
  display: flex;
  align-items: center;
  margin-top: 24px;
  gap: 4px;
}
.footer .block-2 .nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
}
.footer .block-2 .email a {
  color: #4bfeba;
  text-decoration: underline;
}
.footer .block-2 .email a:hover {
  opacity: 1;
  text-decoration: none;
}
.footer .block-2 .item {
  font-size: 14px;
  line-height: 21px;
  text-decoration: underline;
  color: #ffffff;
}
.footer .block-2 .item:hover {
  text-decoration: none;
}
.footer .block-2 .nav + .desc {
  color: #fff;
  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;
  color: #fff;
}
.footer .block-3 .desc-2 {
  font-size: 14px;
  line-height: 28px;
  color: #18aeff;
}
.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 .close {
  width: 28px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 2;
  filter: brightness(0) invert(1);
}
.overlay {
  background: #0000008c;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.modal .wrapper {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
  border-radius: 25px;
  background: #000000;
  border: 1px solid #5b5b5b;
  box-shadow: 0px 8px 18px 0px #ffffff1a inset;
  display: flex;
  text-align: center;
  max-height: calc(100vh - 48px);
  overflow: auto;
}
.login-modal .wrapper {
  flex-direction: column;
}
.reg-modal .wrapper {
  flex-direction: column;
}
.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 .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%;
  padding: 42px 16px 46px;
  position: relative;
  z-index: 1;
  border-radius: 25px;
}
.modal.amount-modal .form-container,
.modal.top-up-modal .form-container {
  width: 100%;
}

.modal.amount-modal .form-container {
  display: flex;
  padding: 0;
  margin: 0;
  max-width: 100%;
  flex-direction: column;
}
.modal.amount-modal .form-container .left {
  flex: 1;
  padding: 20px;
}
.modal.amount-modal .form-container .right {
  flex: 1;
  border-radius: 38px;
  padding: 50px 50px 42px;
}
.modal.amount-modal .wrapper {
  max-width: 670px;
}
.modal.amount-modal .form-container .coin-exchange-rate {
  margin-top: 24px;
  justify-content: center;
}
.modal.amount-modal .form-container .amount-input {
  max-width: 356px;
  margin: 32px auto 0;
  position: relative;
}
.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: "Red Rose", 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;
}

.modal .side {
  width: 100%;
  padding: 32px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.reg-modal .side {
  border-radius: 25px 0 0 25px;
}

.modal form {
  font-size: 0;
  max-width: 356px;
  margin: 40px auto 0;
}
.modal.top-up-modal label + label {
  margin-top: 16px;
}

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

input, textarea /*, select.input*/ {
  outline: 0;
  background: #141414;
  border: 1px solid #373737;
  border-radius: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  padding: 8px 20px;
  width: 100%;
}

textarea {
  resize: none;
}

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

input.input-error,
textarea.input-error {
  border: 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: "Roboto", sans-serif;
  justify-content: left;
}

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

::placeholder {
  color: #a7a7a7;
}
label .desc.small {
  padding: 0 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  left: 16px;
  top: -14px;
  position: absolute;
  z-index: 1;
  display: none;
}
.link {
  color: #4bfeba;
  text-decoration: none;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  cursor: pointer;
  background: transparent;
}
.link:hover {
  text-decoration: underline;
}
.login-modal .link,
.request-password-restore-modal .link {
  margin-top: 14px;
  margin-bottom: 30px;
}
.side .link {
  margin: 0;
}

.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 #373737;
  border-radius: 8px;
  background: #141414;
}
.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: #fff;
  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;
  width: calc(100% - 138px);
  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: "Roboto", sans-serif;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}
.modal.amount-modal .form-container .get {
  display: none;
  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;
  max-width: 1384px;
}
.cabinet-page .modal .wrapper {
  max-width: 500px;
}
.modal.amount-modal .wrapper {
  max-width: 616px;
}
.cabinet-page .shapes4 {
  position: absolute;
  width: 520px;
  right: -240px;
  top: 26px;
}
.cabinet-page .top {
  padding: 105px 0 0;
  text-align: center;
}
.cabinet-page .top .nav {
  white-space: nowrap;
  overflow: auto;
  display: inline-flex;
  align-items: center;
  margin: 0 auto;
  max-width: 100%;
  gap: 16px;
  margin-bottom: -9px;
}
.cabinet-page .top .nav .link {
  font-weight: 700;
  color: #ffffff99;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 192px;
  padding-bottom: 32px;
  position: relative;
  overflow: hidden;
}
.cabinet-page .top .nav .link::after {
  content: "";
  background-image: url("../img/nav-active.svg");
  background-size: contain;
  width: 192px;
  height: 12px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.cabinet-page .top .nav .link::after {
  opacity: 0;
}
.cabinet-page .top .nav .link.active {
  color: #fff;
}
.cabinet-page .top .nav .link.active::after {
  opacity: 1;
}
.cabinet-page .top .profile-data {
  display: flex;
  margin-bottom: 62px;
}
.cabinet-page .top .user-info {
  width: 43%;
  padding-right: 50px;
  display: flex;
  justify-content: space-between;
  text-align: left;
  gap: 16px;
}
.user-info-right {
  flex: 1;
  max-width: 386px;
  background: #000000d9;
  border: 1px solid #9709cf;
  box-shadow: 0px 8px 18px 0px #ffffff1a inset;
  border-radius: 25px;
  padding: 24px;
}
.user-info-left .link {
  margin-top: 16px;
  display: table;
}
.cabinet-page .top .user-info .desc-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
.balance-premium-wrapper.design-requests {
  max-width: 266px;
  border: 1px solid #5b5b5b;
  padding: 24px 32px;
  display: block;
  border-radius: 25px;
  text-align: left;
  box-shadow: 0px 8px 18px 0px #ffffff1a inset;
  background: #000000d9;
}
.balance-premium-wrapper-right {
  flex: 1;
  margin-right: 102px;
  max-width: 210px;
  border: 1px solid #4bfeba;
  box-shadow: 0px 8px 18px 0px #ffffff1a inset;
  background: #000000d9;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 16px;
}
.balance-premium-wrapper-left {
  text-align: left;
  flex: 1;

  .link {
    margin-top: 16px;
    display: table;
  }
}
.balance-premium-wrapper-right::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  right: -51px;
  top: 0;
  background: linear-gradient(#000000, #646464, #000000);
}
.design-requests .title {
  margin-top: 16px;
}
.design-requests .desc {
  color: #999999;
}
.cabinet-page .top .balance-container {
  width: 57%;
  padding-left: 50px;
  position: relative;
  display: flex;
}
.cabinet-page .top .balance-container::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(#000000, #646464, #000000);
}

.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 {
  padding-bottom: 70px;
  position: relative;
}
.cabinet-content-container::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(
    to right,
    #000000,
    #4c4c4c,
    #646464,
    #4c4c4c,
    #000000
  );
  opacity: 0.25;
}
.cabinet-content {
  position: relative;
  display: flex;
  align-items: flex-start;
  max-width: 1384px;
  margin: 0 auto;
  padding-top: 50px;
}
.cabinet-content .center {
  width: 100%;
}
.cabinet-content .user-info .img {
  width: 66px;
}
.cabinet-content .user-info .title {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}
.cabinet-content .user-info .email {
  font-size: 14px;
  line-height: 16px;
  color: #3042e5;
  font-weight: 700;
  margin-top: 6px;
}
.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 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;
  width: 100%;
  gap: 14px;
}

.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 {
  width: 50%;
  padding-right: 100px;
}
.cabinet-content .right {
  padding-left: 100px;
  display: block;
  width: 50%;
  position: relative;
}
.cabinet-content .right::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(#00000000, #646464, #00000000);
}
.cabinet-content .request-right::before {
  display: none;
}
.cabinet-content .right .title {
  text-align: left;
}
.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;
}
.balance-premium-wrapper {
  display: flex;
  flex: 1;
}
.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 {
  margin-top: 40px;
  background: #f5f6f8;
  border-radius: 38px;
  padding: 24px 40px;
}
.cabinet-content .profile-container {
  max-width: 558px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
}
.cabinet-content .carousel-container .nocarousel {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.cabinet-content .carousel-container .nocarousel .item {
  width: calc((100% - 80px) / 5);
  background: #f5f6f8;
  border-radius: 4px;
  overflow: hidden;
}
.cabinet-content .carousel-container .nocarousel .button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  width: calc((100% - 80px) / 5);
  min-width: 0;
  text-align: center;
  background: #000000d9;
  box-shadow: 0px 8px 18px 0px #ffffff1a inset;
  border: 1px solid #5b5b5b;
}
.cabinet-content .carousel-container .nocarousel .button::after,
.cabinet-content .carousel-container .nocarousel .button::before {
  display: none;
}
.cabinet-content .carousel-container .nocarousel .button .img {
  width: 28px;
}

.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-top: 24px;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  max-width: 482px;
  padding: 0;
}
.cabinet-content .request-left .title {
  text-transform: uppercase;
  padding: 42px 40px 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%;
  max-width: 200px;
  text-align: center;
  display: inline-block;
}
.cabinet-content .request-left .more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 40px 32px;
  border-top: 2px solid #f5f6f8;
  border-bottom: 2px solid #f5f6f8;
}
.cabinet-content .request-left .more .desc {
  color: #aaaab3;
  flex: 1;
  max-width: 190px;
}
.request-wrapper .info-wrapper {
  position: relative;
  margin-top: 6px;
  margin-bottom: 42px;
}
.request-wrapper .info-wrapper .info {
  display: flex;
  column-gap: 15px;
  margin-top: 40px;
  max-width: 800px;
}
.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: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-top: 5px;
  margin-left: 8px;
  color: #fff;
}
.cabinet-content .request-left .request-price.premium-request-price {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  margin-left: 0;
  margin-top: 0;
  padding: 30px 0 0;
}
.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: 60%;
  border-radius: 6px;
}
.cabinet-content .ai {
  width: 100%;
  display: flex;
  margin-top: 40px;
  justify-content: flex-end;
}
.cabinet-content .ai .desc {
  display: none;
}
.request-right {
  display: flex;
  padding-left: 36px;
}
.cabinet-content .ai .button {
  width: 206px;
  align-self: center;
}
.cabinet-content td {
  padding: 32px;
  font-size: 18px;
  vertical-align: middle;
}
.cabinet-content thead td {
  font-size: 14px;
  padding: 24px 32px;
}
.cabinet-content tbody tr:nth-child(odd) td {
  background: #ffffff1a;
}
.cabinet-content td:first-child {
  padding-left: 52px;
  width: 20%;
}
.cabinet-content td:nth-child(2) {
  width: 20%;
}
.cabinet-content td:last-child {
  padding-right: 74px;
  text-align: right;
}
.cabinet-content tbody td:last-child {
  padding-right: 46px;
}
.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.cabinet-payment-history tbody td:last-child {
  padding-right: 74px;
}

.cabinet-content td .img {
  width: 64px;
  border-radius: 4px;
}
.cabinet-content-history {
  padding: 0;
  display: block;
  margin-top: 40px;
}
.cabinet-content-history .table-container {
  background: #ffffff1a;
  border-radius: 25px;
  overflow: auto;
}
.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: 44px;
  width: 44px;
  border-radius: 100%;
  text-align: center;
  margin: 0 1px;
}
.cabinet-content .pagination .item.active {
  font-weight: 700;
}
.cabinet-content .pagination .arrow {
  background-image: url("../img/pagArrow.svg");
  background-position: center;
  background-size: 14px;
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  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 span,
.text p {
  font-size: 14px !important;
  line-height: 20px;
  color: #fff;
  font-family: "Roboto", sans-serif !important;
}

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: 5px 12px;
  font-size: 12px;
  gap: 10px;
  display: flex;
  align-items: center;
  width: auto;
  min-width: auto;
}
.request-table-container .button img {
  width: 14px;
}

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

.amount-modal .modal-packs-list {
  margin-top: 26px;
}
.amount-modal .modal-packs-list.vertical-packs-list .modal-pack-item.pack-item {
  font-size: 14px;
  border-radius: 38px;
}
.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;
  flex: 1;
}
.amount-modal
  .modal-packs-list.vertical-packs-list
  .modal-pack-item.pack-item
  .button {
  width: 100%;
  margin: 0;
  background: transparent;
  color: #fff;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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;
  padding: 0;
  width: 14px;
}

.home-page .main-wrapper {
  position: relative;
}
.home-page .bg {
  width: 2414px;
  position: absolute;
  top: -224px;
  left: calc(50% + 100px);
  transform: translateX(-50%);
}

/* media */
@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 .top .profile-data {
    flex-direction: column;
  }
  .cabinet-page .top .user-info {
    width: 100%;
    padding: 0;
  }
  .cabinet-page .top .balance-container {
    margin-top: 32px;
    width: 100%;
    padding: 0;
  }
  .cabinet-page .top .balance-container::before {
    display: none;
  }
}
@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;
  }
  .cabinet-content td:nth-child(2) {
    width: 10%;
  }
}

@media screen and (max-width: 768px) {
  .title.big {
    font-size: 42px;
    line-height: 56px;
    text-align: center;
  }
  .header {
    padding-top: 32px;
  }
  .header .button {
    min-width: 0;
  }
  .header .wrapper {
    flex-direction: column;
    align-items: center;
  }
  .header .right {
    width: 100%;
    margin-top: 24px;
    justify-content: center;
  }
  .header .select-menu {
    margin-right: 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-bottom: 40px;
  }
  .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 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;
  }
  .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 .nav {
    justify-content: center;
  }
  .footer .footer-card {
    padding: 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%;
    padding: 24px;
  }
  .cabinet-content .user-info .nav {
    margin: 24px auto 0;
  }
  .cabinet-content .right {
    width: 100%;
    padding: 24px;
  }
  .cabinet-content .balance-container {
    flex-direction: column;
  }
  .cabinet-content .user-info .link {
    padding-left: 0;
  }
  .coin-exchange-rate {
    position: relative;
  }
  .cabinet-content .carousel-container {
    padding: 24px;
  }
  .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: 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;
  }
  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: 30px 16px;
  }
  .modal .close {
    top: 12px;
    right: 12px;
    filter: brightness(0) invert(1);
  }
  .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-2 .wrapper {
    flex-direction: column;
    gap: 16px;
  }
  .home-page .section-2 .wrapper > div {
    width: 100%;
  }
  .home-page .section-3 {
    padding: 40px 16px;
  }
  .home-page .section-3 .wrapper {
    padding: 16px;
    flex-direction: column;
    gap: 42px;
  }
  .home-page .section-3 .item + .item {
    margin-top: 32px;
  }
  .home-page .section-3 .item {
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }
  .home-page .section-3 .item:nth-child(even) {
    padding-left: 0;
  }
  .home-page .section-3 .wrapper .title {
    width: 100%;
    text-align: center;
  }
  .home-page .section-3 .list {
    padding-top: 0;
  }
  .home-page .section-3 .wrapper .desc {
    margin-top: 16px;
    text-align: center;
  }
  .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: 210px;
  }
  .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%;
  }
  .select-menu {
    margin-right: 0;
  }
  .home-page .section-4 .gallery .img {
    width: 980px;
  }
  .modal .chekbox-container {
    width: 100%;
  }
  .cabinet-page .top .user-info {
    flex-direction: column;
  }
  .cabinet-page .top .balance-container {
    flex-direction: column;
  }
  .balance-premium-wrapper {
    flex-direction: column;
  }
  .balance-premium-wrapper-right {
    margin-top: 16px;
    width: 100%;
  }
  .balance-premium-wrapper.design-requests {
    margin-top: 16px;
  }
  .balance-premium-wrapper-right::before {
    display: none;
  }
  .cabinet-content .right::before {
    display: none;
  }
  .cabinet-content .request-left .title {
    padding-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: #141414;
  border: 1px solid #373737;
  border-radius: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-align: left;
  line-height: 48px;
  padding: 9px 16px;
  color: #fff !important;
  border-radius: 26px;
}

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: "Roboto", 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: "Roboto", sans-serif;
  font-size: 14px;
  color: #d01313;
  margin-top: 10px;
}
.title.coin {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.title.coin img {
  width: 20px;
}
.coin-exchange-rate {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 14px;
  font-family: "Roboto", 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;
}
.get.on-type {
  display: none;
}
.select-menu {
  font-family: "Roboto", sans-serif;
  max-width: 330px;
  margin-right: 40px;
}
.select-menu .select-btn {
  display: flex;
  height: auto;
  padding: 10px;
  font-size: 14px;
  line-height: 24px;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  color: #fff;
  min-width: 70px;
  font-weight: bold;
}
.select-menu .options {
  position: absolute;
  max-width: 70px;
  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: 38px;
  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: #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;
  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: #262628;
}
.coin-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.img.currency-icon {
  width: 20px !important;
}
.flex {
  display: flex !important;
}
