html {
  scroll-behavior: smooth;
}
body {
  background: #f7f7f4;
}
body.hidden {
  overflow: hidden;
}
.page {
  overflow: hidden;
  position: relative;
}
.title {
  font-family: "Alumni Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #0f2028;
}
.title span {
  color: #dcdde2;
}
.title.big {
  font-size: 52px;
  line-height: 66px;
}
.title.large {
  font-size: 92px;
  line-height: 110px;
}
.title.small {
  font-size: 24px;
  line-height: 30px;
}
.title.white {
  color: #fff;
}
.desc {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 48px;
  color: #979797;
}
.desc.regular {
  font-size: 18px;
  line-height: 24px;
}
.desc.small {
  font-size: 16px;
  line-height: 20px;
}
.desc.extrasmall {
  font-size: 14px;
  line-height: 18px;
}
.desc b {
  font-weight: 700;
}
.mob {
  display: none;
}
button,
a,
.hover-link {
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: 0.3s;
}
a:hover,
.hover-link:hover,
.button:hover {
  opacity: 0.7;
}
.button {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  transition: 0.3s;
  background: #201e14;
  border-radius: 50px;
  position: relative;
  padding: 12px 16px;
  text-align: center;
}
.button.bordered {
  color: #201e14;
  background: #ffffff;
}
.button.request-button {
  display: flex;
  color: #fff;
  justify-content: space-between;
  min-width: 176px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}
.cabinet-page .header .button.request-button {
  display: flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  padding: 0;
  min-width: unset;
}
.cabinet-page .header {
  padding: 16px;
}
.button.request-button .img {
  width: 28px;
}
.cabinet-page .header .wrapper {
  background: #201e14;
  padding: 24px;
}
.button.request-button::before {
  background-image: url("../img/digart/plus.svg");
  background-position: center;
  background-size: 14px;
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
  top: 4px;
  left: 4px;
}
.button .img {
  width: 27px;
}
.premium-request-button {
  gap: 8px;
  display: flex;
  align-items: center;
}

.premium-request-button img {
  width: 20px;
}

.premium-request-button .premium-request-button__text {
  font-size: 14px;
  color: #0f2028;
}
.button:disabled {
  cursor: auto;
  opacity: 0.5;
}

.button.white {
  background: #ffffff;
  color: #8800dc;
}
.wrapper {
  max-width: 1260px;
  margin: 0 auto;
}

/* header */
.header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  padding: 28px 16px;
  display: flex;
  align-items: center;
}
.header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #edebe485;
  border: 1px solid #ffffff;
  border-radius: 50px;
  padding: 16px 26px 16px 34px;
  gap: 16px;
}
.header .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 14px;
}
.header .desc {
  color: #fff;
}
.logo {
  display: flex;
  align-items: center;
  gap: 16px;
}
.logo .img {
  width: 128px;
}
.header .logo .img.dark {
  display: none;
}
.cabinet-page .header .logo .img {
  display: none;
}
.cabinet-page .header .logo .img.dark {
  display: block;
  width: 25px;
}
.logo .title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.header .right .name {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.header .right .icon .img {
  width: 24px;
}
.header .profile-link {
  display: flex;
  align-items: center;
  border: 0;
  text-align: center;
  justify-content: center;
  padding: 0;
  min-width: 0;
  background: transparent;
}
.header .profile-link::before {
  display: none;
}

/* section 2 */
.home-page .section-2 {
  padding: 90px 16px 108px;
  position: relative;
}
.home-page .section-2 .img {
  width: 45%;
}
.home-page .section-2 .list-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-page .section-2 .list-wrapper + .list-wrapper {
  margin-top: 90px;
  flex-direction: row-reverse;
}
.home-page .section-2 .item-container {
  width: 42%;
}
.home-page .section-2 .item-container .desc {
  padding-left: 70px;
  margin-top: 16px;
}
.home-page .section-2 .item-container .title {
  padding-top: 2px;
}
.home-page .section-2 .item-container .title + .title {
  padding-left: 72px;
  line-height: 40px;
}
.home-page .section-2 .item-container .title:first-child {
  width: 52px;
  height: 52px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 8px;
  background: #e9edea;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-page .section-2 .item {
  position: relative;
}
.home-page .section-2 .item + .item {
  margin-top: 56px;
}
.home-page .section-2 .wrapper {
  position: relative;
}

.home-page .section-3 {
  padding: 105px 16px;
  position: relative;
}
.home-page .section-3 .wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 110px;
  max-width: 1140px;
}
.home-page .section-3 .wrapper .right {
  flex: 1;
  background: #f6f8f7;
  border-radius: 34px;
  padding: 26px;
}
.home-page .section-3 .path-step-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 582px;
  margin: 28px auto 0;
  position: relative;
}
.home-page .section-3 .path-step__item::before {
  content: "";
  border-top: 2px dashed #e9edea;
  position: absolute;
  left: 52px;
  top: 50%;
  transform: translateY(-50%);
  width: 136px;
}
.home-page .section-3 .path-step__item:last-child:before {
  display: none;
}
.home-page .section-3.step-2 .path-step__item:first-child:before {
  border-color: #0f2028;
}
.home-page .section-3.step-3 .path-step__item:first-child:before,
.home-page .section-3.step-3 .path-step__item:nth-child(2):before {
  border-color: #0f2028;
}
.home-page .section-3.step-4 .path-step__item:first-child:before,
.home-page .section-3.step-4 .path-step__item:nth-child(2):before,
.home-page .section-3.step-4 .path-step__item:nth-child(3):before,
.home-page .section-3.step-5 .path-step__item:first-child:before,
.home-page .section-3.step-5 .path-step__item:nth-child(2):before,
.home-page .section-3.step-5 .path-step__item:nth-child(3):before {
  border-color: #0f2028;
}

.home-page .section-3 .path-step__item {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #e9edea;
  padding-top: 2px;
  box-sizing: border-box;
  position: relative;
}
.home-page .section-3 .path-step__item:first-child {
  background: #d2f801;
}
.home-page .section-3.step-2 .path-step__item:first-child,
.home-page .section-3.step-3 .path-step__item:first-child,
.home-page .section-3.step-4 .path-step__item:first-child,
.home-page .section-3.step-5 .path-step__item:first-child {
  background: #e9edea;
}
.home-page .section-3.step-2 .path-step__item:nth-child(2) {
  background: #d2f801;
}
.home-page .section-3.step-3 .path-step__item:nth-child(3) {
  background: #d2f801;
}
.home-page .section-3.step-4 .path-step__item:nth-child(4) {
  background: #d2f801;
}
.home-page .section-3.step-5 .path-step__item:nth-child(4) {
  background: #d2f801;
}
.home-page .section-3 .wrapper .left {
  position: relative;
  padding-left: 26px;
  width: 296px;
  min-width: 296px;
}
.home-page .section-3 .title.big {
  font-size: 124px;
  line-height: 148px;
}

.home-page .section-3 .item .title {
  width: 100%;
  vertical-align: middle;
  line-height: 40px;
  font-size: 32px;
}
.home-page .section-3 .item .title span {
  display: block;
  color: #0f2028;
  margin-bottom: 16px;
  font-size: 24px;
}
.home-page .section-3 .item .desc {
  width: 100%;
  margin-top: 16px;
  color: #0f2028;
}
.home-page .section-3 .wrapper .list-acc {
  flex: 1;
}
.home-page .section-3 .wrapper .list-acc .item {
  padding: 42px 52px 52px;
  border-radius: 34px;
  position: relative;
  transition: 0.3s;
}
.home-page .section-3 .wrapper .list .item {
  display: none;
}
.home-page .section-3 .wrapper .list .item:first-child {
  background: linear-gradient(#ecff74, #cfeeea);
}
.home-page .section-3 .wrapper .list .item:first-child {
  display: block;
}
.home-page .section-3.step-2 .wrapper .list .item:nth-child(2) {
  background: linear-gradient(#ecff74, #cfeeea);
}
.home-page .section-3.step-2 .wrapper .list .item:nth-child(2) {
  display: block;
}
.home-page .section-3.step-2 .wrapper .list .item:first-child {
  display: none;
}
.home-page .section-3.step-2 .wrapper .list .item:first-child {
  background: transparent;
  border: 0;
}
.home-page .section-3.step-3 .wrapper .list .item:nth-child(3) {
  display: block;
}
.home-page .section-3.step-3 .wrapper .list .item:nth-child(3) {
  background: linear-gradient(#ecff74, #cfeeea);
}
.home-page .section-3.step-3 .wrapper .list .item:first-child {
  display: none;
}
.home-page .section-3.step-3 .wrapper .list .item:first-child {
  background: transparent;
  border: 0;
}
.home-page .section-3.step-4 .wrapper .list .item:nth-child(4) {
  display: block;
}
.home-page .section-3.step-4 .wrapper .list .item:nth-child(4) {
  background: linear-gradient(#ecff74, #cfeeea);
}
.home-page .section-3.step-4 .wrapper .list .item:first-child {
  display: none;
}
.home-page .section-3.step-4 .wrapper .list .item:first-child {
  background: transparent;
  border: 0;
}
.home-page .section-3.step-5 .wrapper .list .item:nth-child(4) {
  display: block;
}
.home-page .section-3.step-5 .wrapper .list .item:nth-child(4) {
  background: linear-gradient(#ecff74, #cfeeea);
}
.home-page .section-3.step-5 .wrapper .list .item:first-child {
  display: none;
}
.home-page .section-3.step-5 .wrapper .list .item:first-child {
  background: transparent;
  border: 0;
}

.home-page .section-4 {
  padding: 0 16px;
  position: relative;
  overflow: hidden;
}
.home-page .section-4 .text {
  width: 332px;
  min-width: 332px;
  padding-right: 40px;
  padding-left: 70px;
  padding-top: 66px;
  position: relative;
  z-index: 1;
  background: #f6f8f7;
}
.home-page .section-4 .text .desc {
  margin-top: 10px;
}
.home-page .section-4 .wrapper {
  max-width: 1280px;
  position: relative;
  display: flex;
  padding: 0 0 66px;
  overflow: hidden;
  border-radius: 34px;
  background: #f6f8f7;
}
.home-page .section-4 .wrapper::after {
  content: "";
  width: 200px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(to right, rgba(246, 248, 247, 0), #f6f8f7);
}

.home-page .section-4 .carousel {
  position: relative;
  flex: 1;
  padding-bottom: 188px;
  padding-top: 66px;
}
.home-page .slick-slide .item {
  padding: 0 12px;
}
.home-page .slick-slide .item img {
  border-radius: 30px;
  width: 276px;
}
.home-page .slick-arrow {
  position: absolute;
}

.home-page .slick-slide {
  transition: 0.3s;
}
.home-page .slick-active {
  opacity: 1;
  transform-origin: top left;
}

.slick-arrow {
  width: 34px;
  height: 34px;
  border-radius: 100px;
  z-index: 1;
  font-size: 0;
  background: url("../img/prev.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: none;
  position: absolute;
  left: -52px;
  top: 50%;
  transform: translateY(-50%);
}
.slick-arrow.slick-disabled {
  background-color: #e9edea;
}
.slick-next {
  right: -52px;
  left: auto;
}
.slick-next {
  transform: translateY(-50%) scaleX(-1);
}

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

/* footer */
.cabinet-page .main + .footer {
  margin-top: 0;
  padding-top: 36px;
}
.footer .button {
  min-width: 224px;
}
.footer .social-list {
  display: flex;
  margin-top: 30px;
}
.footer .social-list .img {
  width: 32px;
}
.footer .social-list .item {
  margin-right: 30px;
}
.footer .block-1 {
  flex: 1;
  max-width: 220px;
}
.footer .block-3 .desc {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 30px;
}
.footer .block-3 .item {
  display: table;
  text-decoration: underline;
}
.footer .block-3 .item:hover {
  text-decoration: none;
}
.footer .block-2 {
  text-align: center;
  padding-top: 40px;
}
.footer .block-2 .desc {
  margin-top: 80px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: center;
}
.footer .block-3 {
  flex: 1;
  max-width: 220px;
}
.footer .desc-1 {
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}
.footer .desc-2 {
  font-size: 14px;
  line-height: 28px;
  color: #d2f801;
}
.footer .desc-3 {
  margin-top: 32px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}
.footer .payment-method-list {
  margin-top: 36px;
  display: flex;
  align-items: center;
}
.footer .payment-method-list .img {
  height: 21px;
  width: auto;
  margin-right: 36px;
}
.footer .payment-method-list .img.mc {
  height: 40px;
}

/* modal */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 5;
  padding: 0;
  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;
  filter: brightness(0);
  z-index: 2;
}
.overlay {
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.modal .wrapper {
  position: relative;
  max-width: 450px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  max-height: 100vh;
  overflow: auto;
}
.reg-modal.modal .wrapper {
  flex-direction: row-reverse;
}

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

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

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

.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: 48px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.modal .form-container {
  width: 100%;
  padding: 0;
  border-radius: 30px;
  background: #ffffff;
  padding: 60px 42px;
  text-align: left;
  position: relative;
  text-align: center;
}
.modal .form-container form {
  margin-top: 24px;
}

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

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

.modal.top-up-modal .form-container {
  min-height: 650px;
  overflow: auto;
}

.modal.top-up-modal .form-container .top-up-amount,
.modal.amount-modal .form-container .top-up-amount {
  font-family: "Alumni Sans", 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 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}
.modal .button {
  width: 100%;
}
.modal .side .link {
  background-color: transparent;
  margin: 0;
}
.reg-modal .general-error {
  margin-top: 20px;
}

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

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

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

input, textarea /*, select.input*/ {
  outline: 0;
  background: #f6f8f7;
  border: 1px solid #e9edea;
  border-radius: 8px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #000000;
  padding: 11px 22px;
  width: 100%;
}

:placeholder {
  color: #979797;
}
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 16px;
  display: flex;
  color: #d01313;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  justify-content: left;
}

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

::placeholder {
  color: #afafbc;
}
label .desc.small {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #0d0a2c;
  margin-bottom: 2px;
}
.link {
  color: #0b83fb;
  text-decoration: underline;
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
  cursor: pointer;
}
.link:hover {
  text-decoration: none;
}
.login-modal .link,
.request-password-restore-modal .link {
  margin-top: 24px;
  margin-bottom: 0;
  text-align: left;
  font-size: 14px;
  text-align: center;
}

/*.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: 100%;
  margin: 24px 0;
}

.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;
  height: 24px;
  border: 1px solid #aaa9a6;
  border-radius: 4px;
  opacity: 1;
  visibility: visible;
  background: transparent;
}
.modal .checkbox::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/check-active.svg");
  background-position: center;
  background-size: 12px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 0.3s;
  border-radius: 4px;
}
.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: 14px;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  padding: 0;
  text-align: left;
  width: calc(100% - 38px);
  margin-bottom: 0;
  display: block;
}
.modal .checkbox-label .desc .link {
  line-height: 21px;
}

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

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

.amount-modal .button {
  margin: 32px auto 0;
  min-width: 166px;
}

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

.checkbox-container {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

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

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

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

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

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

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

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

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

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

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

.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: calc(50% + 12px);
  transform: translateY(-50%);
  right: 16px;
  font-weight: bold;
  font-size: 23px;
}

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

.select-menu {
  max-width: 330px;
}
.select-menu .select-btn {
  font-size: 16px;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  display: flex;
  /*background: #fff;*/
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  color: #201e14;
}
.select-menu .select-btn .sBtn-text {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.select-menu .options {
  position: absolute;
  /*width: 330px;*/
  overflow-y: auto;
  max-height: 295px;
  padding: 10px;
  /*margin-top: 10px;*/
  border-radius: 8px;
  /*background: #fff;*/
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-duration: 0.35s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
  color: #ffffff;
  z-index: 3;
}
.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;
  font-size: 16px;
  line-height: 20px;
  /*background: #fff;*/
  color: #ffffff;
}
/*.select-menu .options .option:hover {*/
/*    background: #f2f2f2;*/
/*}*/
.select-menu .options .option i {
  font-size: 25px;
  margin-right: 12px;
}
.select-menu .options .option .option-text {
  /*font-family: 'Inter', sans-serif;*/
  /*font-size: 18px;*/
  font-size: 16px;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  z-index: 3;
}

.cabinet-page .select-menu .select-btn {
  color: #fff;
}

.cabinet-page .select-menu .options .option .option-text {
  /*font-family: 'Inter', sans-serif;*/
  /*font-size: 18px;*/
  color: #201e14;
}

.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: #201e14;
}

.cabinet-page .select-menu.active .options {
  background: #f2d04b;
}

/**/

/*.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;
  min-width: 160px;
}
label .eye {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 28px;
  height: 28px;
  background-image: url("../img/eye.svg");
  background-position: center;
  background-size: cover;
  cursor: pointer;
  transition: 0.3s;
  display: none;
}
label .eye.active {
  background-image: url("../img/eye-closed.svg");
}

.modal {
  .title-container {
    display: flex;
    align-items: center;
    justify-content: center;

    .title.disabled {
      color: #84848e;
      background: #e8e9f0;
    }
  }
  .title + .title.disabled {
    border-top-right-radius: 24px;
  }
  .title:first-child.disabled {
    border-top-left-radius: 24px;
  }
  label + .button {
    margin-top: 24px;
  }
}

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

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

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

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

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

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

.carousel-container {
  width: 100%;
}

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

.cabinet-content .slick-arrow {
  width: 50px;
  height: 50px;
  background-image: url("../img/arrow-yellow-big.svg");
  background-size: 18px;
  left: -42px;
}
.cabinet-content .slick-next {
  left: auto;
  right: -42px;
}
.cabinet-content .request-left {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cabinet-content .request-right {
  width: 100%;
  padding: 0;
}
.cabinet-content .request-left .info {
  display: flex;
  gap: 10px;
}
.premium-request-wrapper .cabinet-content .request-left {
  justify-content: stretch;
}
.cabinet-content .request-left form {
  text-align: center;
}
.cabinet-content .request-left .button {
  min-width: 138px;
  margin-top: 36px;
}
.request-wrapper .info-wrapper {
  position: relative;
  margin-top: 6px;
}
.request-wrapper .info-wrapper .info {
  display: flex;
  column-gap: 35.47px;
  margin-top: 24px;
}
.request-wrapper .info-wrapper .info .desc {
  margin-top: 0;
}
.cabinet-content .request-left .info .img,
.request-wrapper .info .img {
  width: 24px;
}
.cabinet-content .request-left .info .desc,
.request-wrapper .info .desc {
  color: #aaa9a6;
  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;
}
.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;
}
.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%;
  display: none;
}
.cabinet-content .ai {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 24px;
}
.request-right {
  display: flex;
  padding-left: 36px;
}
.cabinet-content .ai .button {
  width: 206px;
  align-self: center;
  margin-top: 24px;
}
.cabinet-content td {
  padding: 32px 12px;
  vertical-align: middle;
  font-size: 14px;
  color: #000;
}
.cabinet-content tbody td.desc.small {
  font-size: 14px;
}
.cabinet-content thead td {
  font-size: 14px !important;
  font-weight: 700;
  padding: 24px;
  color: #201e14;
}
.cabinet-content tbody tr:nth-child(even) td {
  background: #f7f7f4;
}
.cabinet-content tbody tr:last-child td:first-child {
  border-bottom-left-radius: 24px;
}
.cabinet-content tbody tr:last-child td:last-child {
  border-bottom-right-radius: 24px;
}
.cabinet-content td:first-child {
  padding-left: 32px;
  width: 20%;
}
.cabinet-content thead {
  position: relative;
}
.cabinet-content .table-container {
  background: #fff;
  border-radius: 40px;
  border: 10px solid #fff;
}
.cabinet-content thead td {
  background: #dbd9d0;
}
.cabinet-content thead td:first-child {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.cabinet-content td:nth-child(2) {
  width: 20%;
}
.cabinet-content td:last-child {
  padding-left: 32px;
  width: 20%;
}
.cabinet-content thead td:last-child {
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
}
.cabinet-content tbody td:last-child {
  padding-right: 32px;
}

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

.cabinet-content td .img {
  width: 100px;
}
.cabinet-content-history {
  padding: 0;
  display: block;
}
.cabinet-content-history table {
  width: 100%;
}
.cabinet-content .pagination {
  padding: 16px 42px;
  display: flex;
  justify-content: center;
  justify-content: flex-end;
  border-radius: 0 0 24px 24px;
}
.cabinet-content .pagination .item {
  font-size: 14px;
  line-height: 48px;
  width: 24px;
  border-radius: 100%;
  text-align: center;
  color: #00000040;
}
.cabinet-content .pagination .item.active {
  font-weight: 700;
  color: #000000;
}
.cabinet-content .pagination .arrow {
  background: transparent;
  background-image: url("../img/new/pagArrow.svg");
  background-position: center;
  background-size: 26px;
  background-repeat: no-repeat;
  border: 1px solid #0d0a2c;
  width: 48px;
  height: 48px;
  border-radius: 100%;
}
.cabinet-content .pagination .arrow.prev {
  transform: scale(-1);
  margin-left: 12px;
}
.cabinet-content .pagination .arrow.next {
  margin-left: 12px;
}
.cabinet-page {
  padding-top: 110px;
}
.cabinet-page .main {
  padding: 0 16px;
}
.wrapper .payment-result.desc {
  font-size: 20px;
}
.wrapper .payment-result.desc a {
  /*font-size: 14px;*/
  /*line-height: 28px;*/
  font-size: 20px;
  color: #18aeff;
}
.wrapper .payment-result {
  text-align: center;
  margin: 15px auto;
}

strong {
  font-weight: bold;
}

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

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

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

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

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

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

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

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

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

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

.request-table-container .button {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  padding: 5px 12px;
  font-size: 18px;
}

.request-form .request-left .form-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  margin-bottom: 14px;
}

.request-form .request-left .form-wrapper label {
  margin-top: 0;
}

.cabinet-page .main-left .info .img-container {
  background: #201e14;
  border-radius: 8px;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cabinet-page .main-left .info .img {
  width: 42px;
}
.cabinet-page .main-wrapper > .wrapper {
  display: flex;
  gap: 16px;
  padding: 0 0 70px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cabinet-page .main-left {
  width: calc(32% - 8px);
  background: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px;
  padding: 42px 32px;
  text-align: center;
}
.cabinet-page .main-left .info {
  text-align: left;
}
.cabinet-page .main-left .info .text {
  gap: 24px;
  display: flex;
  align-items: flex-start;
  align-items: center;
}
.cabinet-page .main-left .info .name-container .title {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
}
.cabinet-page .main-left .info .name-container .title + .desc {
  font-size: 18px;
  line-height: 26px;
  color: #2b4127;
}
.cabinet-page .main-left .info .link {
  margin-top: 6px;
}
.cabinet-page .main-left .balance-container {
  margin-top: 42px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  gap: 8px;
}
.cabinet-page .main-left .balance-container .balance {
  text-align: left;
}
.cabinet-page .main-left .balance-container .balance .title.small {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

button .spinner {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.6);
  border-top: 3px solid white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: spin 1s linear infinite;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

button.loading span {
  visibility: hidden;
  opacity: 0;
}

button.loading .spinner {
  opacity: 1;
  visibility: visible;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.cabinet-page .main-left .balance-container .balance .title.amount {
  font-size: 32px;
  line-height: 48px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.cabinet-page .main-left .balance-container .balance .title.amount .big {
  font-size: 32px;
  line-height: 48px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.cabinet-page .main-left .amount {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  line-height: 56px;
  gap: 12px;
}
.cabinet-page .main-left .button {
  display: table;
  font-size: 14px;
  color: #0f2028;
}
.cabinet-page .main-wrapper .main-right {
  width: calc(68% - 8px);
}
.cabinet-page .main-wrapper .nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f6f8f7;
  border-radius: 8px;
  padding: 4px;
  gap: 18px;
  overflow: auto;
  white-space: nowrap;
}
.cabinet-page .main-wrapper .nav-container .hover-link {
  z-index: 2;
}
.cabinet-page .main-wrapper .nav {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 18px;
  z-index: 2;
}
.cabinet-page .main-wrapper .nav-container a {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 80px;
}
.cabinet-page .main-wrapper .nav-container img {
  width: 20px;
}
.cabinet-page .main-wrapper .title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 42px;
  width: 100%;
  padding: 0 16px;
  flex-wrap: wrap;
}
.cabinet-page .main-wrapper .title-container .title {
  font-weight: 700;
}
.cabinet-page .main-wrapper .project-list {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 26px;
}
.cabinet-page .main-wrapper .project-list .item {
  width: calc((100% - 52px) / 3);
  height: 0;
  padding-top: calc((100% - 52px) / 3);
  overflow: hidden;
  position: relative;
}
.cabinet-page .main-wrapper .project-list .item .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: gray;
  border-radius: 24px;
}
.cabinet-page .main-wrapper .nav .active {
  background: #f2d04b;
}
.cabinet-page .main-wrapper .nav img {
  display: none;
}

.terms-text {
  padding: 40px 0 70px;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
}

.terms-text .title {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 16px;
}

.cabinet-content-container {
  margin-top: 38px;
}

.lang-select-container {
  margin-right: 12px;
  position: relative;
}
.lang-select {
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  outline: 0;
  padding-right: 20px;
  position: relative;
}
.lang-select-container::before {
  content: "▼";
  font-size: 10px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cabinet-page .lang-select-container::before,
.cabinet-page .header .desc {
  color: #000;
}

* {
  box-sizing: border-box;
}
body.hidden {
  overflow: hidden;
}
.v-enter-active,
.v-leave-active {
  transition: opacity 0.5s ease;
}
.v-enter-from,
.v-leave-to {
  opacity: 0;
}
body {
  background: #f7f7f4;
  font-family: "Roboto", sans-serif;
}
.page {
  overflow: hidden;
  position: relative;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.uppercase {
  text-transform: uppercase;
}
.title {
  font-family: "Alumni Sans", sans-serif;
  font-size: 48px;
  color: #201e14;
  position: relative;
  letter-spacing: -0.7px;
  line-height: 100%;

  b {
    font-weight: 700;
  }
  &.big {
    font-size: 82px;
  }
  &.small {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.44px;
  }
  &.normal {
    font-size: 24px;
  }
  &.regular {
    font-size: 30px;
  }
  &.subhading {
    font-size: 32px;
    line-height: 100%;
  }
  &.body-text {
    font-size: 18px;
    line-height: 28px;
  }
}
.desc {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.5px;
  color: #201e14;

  &.small {
    font-size: 14px;
    line-height: 20px;
  }
  &.extrasmall {
    font-size: 12px;
    line-height: 18px;
  }
  b {
    font-weight: 700;
  }
  &.red {
    color: #ec2655 !important;
  }
  &.green {
    color: #08a714 !important;
  }
  &.blue {
    color: #9747ff;
  }
  &.white {
    color: #fff;
  }
  &.gray {
    color: #aaa9a6;
  }
  &.gray-dark {
    color: #797771;
  }
  &.medium {
    font-size: 18px;
    line-height: 28px;
  }
  &.regular {
    font-size: 20px;
    line-height: 150%;
  }
  &.regular22 {
    font-size: 22px;
    line-height: 150%;
  }
  &.big {
    font-size: 24px;
    line-height: 32px;
  }
  &.bigest {
    font-size: 30px;
    line-height: 150%;
  }
  &.link {
    color: #0b83fb;
    text-decoration: underline;

    &:hover {
      text-decoration: none;
      opacity: 1;
    }
  }
}
label .desc {
  color: #aaa9a6;
}

.mob {
  display: none;
}
button,
a {
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}
a:hover {
  opacity: 0.5;
}
.button {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 150%;
  font-weight: 700;
  color: #201e14;
  background: linear-gradient(to right, #f2d04b, #f2b84b);
  transition: 0.3s;
  padding: 14px;
  text-align: center;
  border-radius: 30px;
  border: 0;

  &.small {
    font-size: 18px;
    padding: 16px;
  }
  &.extrasmall {
    font-size: 16px;
    font-weight: 500;
    padding: 12px 16px;
  }
  &.white {
    background: #ffffff;
    color: #201e14;
  }
  &.dark {
    background: #201e14;
    color: #ffffff;
  }
  &.play {
    background: transparent;
    color: #201e14;
    border: 1px solid #201e14;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  &.w-280 {
    width: 280px;
    max-width: 100%;
  }
  &:hover {
    opacity: 0.7;
  }
}
.button-flex {
  display: flex;
  gap: 10px;
  align-items: center;
}

.button.disabled,
.button:disabled {
  pointer-events: none;
  opacity: 0.3;
}

a.disabled {
  pointer-events: none;

  &:hover {
    cursor: default;
  }

  img {
    pointer-events: none;
    opacity: 0.3;
  }
}
.section {
  padding: 0 16px;

  .wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
}
input,
select,
textarea {
  width: 100%;
  border: 1px solid #aaa9a6;
  background: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #2e263f;
  outline: 0;
  padding: 13px 20px;
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
::placeholder {
  color: #616376;
}
textarea {
  resize: none;
  height: 120px;
}
select {
  background-image: url("../img/arrow-down-dark.svg");
  background-size: 12px;
  background-position: top 50% right 18px;
  background-repeat: no-repeat;

  &.small {
    padding: 6px 30px 6px 10px;
    border-radius: 4px;
    width: auto;
    background-position: top 50% right 10px;
  }
}
option {
  color: #000000;
}

.chekbox-label-wrapper {
  position: relative;
  padding-left: 36px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: 0 4px;
}
.chekbox-label-wrapper::before {
  content: "";
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #dadae1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.checkbox {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 6px;
  background-color: #eff0ff;
  background-image: url("../img/check-active.svg");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  border: 1px solid #5e79d4;
  cursor: pointer;
}
input:checked + .checkbox {
  opacity: 1;
  visibility: visible;
}
.chekbox-container {
  flex: 1;
  text-align: left;
  padding: 16px 0;
}
.chekbox-label a.desc {
  text-decoration: underline;
}
.chekbox-label .desc {
  line-height: 24px;
}
.chekbox-label input {
  display: none;
}
.modal .register-content .chekbox-label {
  display: block;
  cursor: pointer;
  margin-top: 0;
  width: 100%;
  margin-bottom: 0;
}
label {
  text-align: left;

  .desc {
    line-height: 18px;
  }
  .desc + input,
  .desc + select,
  .desc + textarea,
  .desc + .TextInput,
  .desc + .SelectInput,
  .desc-container + .TextInput {
    margin-top: 4px;
  }
}

.menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f7f7f4;
  z-index: 5;
  padding: 80px 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: auto;

  .button {
    margin-top: 24px;
    display: table;
  }
  .link-container {
    width: 100%;
  }
  .select-container {
    width: max-content;
  }
  .select-container + .select-container {
    margin-top: 24px;
  }
  .nav__item + .nav__item {
    margin-top: 24px;
  }
  .nav {
    margin-top: 24px;
  }
}

.menu-icon {
  position: absolute;
  right: 16px;
  top: 36px;
  z-index: 6;
}
.CabinetPage .menu-icon {
  display: none;
}
.menu-icon span {
  border-radius: 4px;
  background: #fff;
  width: 24px;
  height: 2px;
  display: block;
  transition: 0.3s;
}
.menu-icon span + span {
  margin-top: 5px;
}
.menu-icon.active {
  opacity: 1;
}
.menu-icon.active span {
  background: #2e263f;
}
.menu-icon.active span:first-child {
  transform: rotate(-45deg);
  margin-top: 6px;
}
.menu-icon.active span:nth-child(2) {
  opacity: 0;
}
.menu-icon.active span:last-child {
  transform: rotate(45deg);
  margin-top: -9px;
}

/* header */
.select2 {
  width: 100% !important;
}
.select2-search {
  display: none;
}
.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #aaa;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #201e14;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
.header
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #201e14;
}
.menu
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #201e14 transparent transparent transparent;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #201e14 transparent;
}
.header
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #201e14 transparent transparent transparent;
}
.header
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #201e14 transparent;
}
.select2-container--default .select2-selection--single {
  background: transparent;
  border: 0;
}
.header-container {
  transition: 0.3s;
  position: relative;
  z-index: 3;
}
.header {
  padding: 28px 16px;
  width: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
}
.header .button.request-button {
  display: none;
}
.ProductListPage header {
  background: linear-gradient(#f6f8fa, #ffffff);
}
.header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
  margin: 0 auto;
  max-width: 1280px;
  background: #edebe485;
  border: 1px solid #fff;
  border-radius: 42px;
  padding: 16px 26px 16px 34px;
}
.header-user {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 10px 24px 10px 10px;
  background: #ffffff;
  border-radius: 36px;

  .img {
    width: 34px;
  }
}
.header-logout {
  width: 54px;
  height: 54px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  &::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(#ff1582, #025cb6);
    border-radius: 100px;
  }
  &::after {
    content: "";
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    position: absolute;
    left: 2px;
    top: 2px;
    background: #f6f8fa;
    border-radius: 100px;
  }
  .img {
    width: 24px;
    position: relative;
    z-index: 1;
  }
}
.logo {
  display: flex;
  align-items: center;
  gap: 12px;

  .img {
    width: 128px;
  }
}
.header .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px 18px;
  flex-wrap: wrap;
}
.header .left {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 68px;
}
.header .desc {
  transition: 0.3s;
  cursor: pointer;
  color: #201e14;
  font-weight: 500;
}
.header .desc:hover {
  opacity: 0.7;
}
.header .nav {
  display: flex;
  align-items: center;
  position: relative;
  gap: 12px 42px;
}
.header .nav__item {
  text-align: center;
}
.header .search {
  margin-left: 62px;
}
.search {
  flex: 1;
  position: relative;
  max-width: 416px;

  .img {
    width: 19px;
  }
  button {
    width: 50px;
    height: calc(100% - 20px);
    position: absolute;
    right: 1px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 2px solid #e7e7ee;
    background: #fff;
  }
}

.tag {
  border: 1px solid #ffffff;
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.1);
  display: inline-flex;
  padding: 8px 12px;
}
.hero-section {
  padding: 240px 16px 0;
  text-align: center;

  .wrapper {
    max-width: 764px;
  }
  .desc {
    margin-top: 22px;
  }
  .button {
    margin-top: 42px;
  }
}

.how-it-works-section {
  padding: 130px 16px 0;

  .wrapper {
    text-align: center;
    background: #edebe4;
    border-radius: 30px;
    padding: 90px 102px 72px;
  }
  .list {
    margin-top: 46px;
  }
  .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;

    .img {
      height: 344px;
      width: auto;
    }
    .item-text {
      text-align: left;
      max-width: 466px;
      width: 50%;

      .title {
        margin: 32px 0 20px;
      }
      .step {
        font-weight: 500;
        padding: 8px 16px;
        background: #ffffff;
        border-radius: 30px;
        display: inline-block;
      }
    }
    &:first-child {
      .desc {
        max-width: 400px;
      }
    }
  }
  .item + .item {
    margin-top: 28px;
  }
}

.features-section {
  padding: 130px 16px 0;
  text-align: center;

  .list {
    display: flex;
    margin-top: 80px;
    gap: 16px;

    .item {
      flex: 1;
      height: 302px;
      padding: 62px 24px 16px;
      text-align: center;
      line-height: 0;
      background: #ffffff;
      border-radius: 30px;
      transition: 0.3s;
      overflow: hidden;

      .title {
        min-height: 64px;
        max-width: 260px;
        margin: 44px auto 0;
        transition: 0.3s;
      }
      .desc {
        opacity: 0;
        transition: 0.3s;
        margin-top: 6px;

        li + li {
          margin-top: 16px;
        }
        li {
          position: relative;
          padding-left: 16px;

          &::before {
            content: "";
            width: 6px;
            height: 6px;
            border-radius: 100%;
            background: #f2d04b;
            position: absolute;
            top: 8px;
            left: 0;
          }
        }
      }
      .img {
        width: 98px;
        transition: 0.3s;
      }
      &:hover {
        padding-top: 44px;

        .img {
          opacity: 0;
          height: 0;
        }
        .title {
          margin-top: 0;
        }
        .desc {
          opacity: 1;
        }
      }
    }
  }
}

.boost-section {
  padding-top: 130px;

  .wrapper {
    background: #edebe4;
    border-radius: 30px;
    padding: 90px;
    gap: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  img {
    max-width: 256px;
  }
  .desc {
    margin-top: 42px;
  }
  li {
    position: relative;
    padding-left: 26px;

    &::before {
      content: "";
      width: 18px;
      height: 18px;
      position: absolute;
      top: 3px;
      left: 0;
      background-image: url("../img/arrow-right.svg");
      background-position: center;
      background-size: contain;
    }
  }
  li + li {
    margin-top: 32px;
  }
}

.presence-section {
  position: relative;
  padding: 130px 16px;
  text-align: center;

  .button {
    margin-top: 42px;
  }
  .list {
    display: flex;
    gap: 16px;
    margin-top: 42px;

    .item {
      flex: 1;
      border-radius: 30px;
      background: #ffffff;
      padding: 44px 32px 38px;
      text-align: left;

      .desc {
        margin-top: 42px;
      }
    }
  }
}

.footer {
  padding: 0 16px 28px;

  .wrapper {
    background: #edebe4;
    border-radius: 30px;
    padding: 90px 22px 22px;
  }
  .cta {
    padding: 0 52px 42px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;

    .cta-text {
      .desc {
        margin-top: 42px;
      }
    }
  }
  .social-nav {
    display: flex;
    gap: 8px 16px;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 24px;

    img {
      height: 42px;
    }
  }
  .logo {
    .img {
      width: 128px;
    }
    .desc {
      margin-top: 18px;
      font-size: 26px;
      letter-spacing: -0.58px;
    }
  }
  .logo + .desc {
    margin-top: 22px;
  }
  .footer-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    border-radius: 20px;
    background: #201e14;
    padding: 42px 52px;

    .desc {
      color: #fff;
    }
  }
  .right {
    flex: 1;
    text-align: right;

    .nav {
      gap: 48px;
      display: flex;
      justify-content: flex-end;
    }
    .nav__item .desc {
      font-size: 16px;
    }
    .methods {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      flex-wrap: wrap;
      gap: 12px 24px;
      margin-top: 24px;

      .img {
        width: 50px;
      }
    }
    .methods + .desc {
      margin-top: 24px;
    }
  }
  .left {
    .desc {
      font-size: 14px;
      line-height: 150%;
      opacity: 0.62;
      white-space: pre-wrap;
    }
  }
}

.section-gallery {
  padding: 130px 16px;
  text-align: center;

  .wrapper {
    max-width: 1176px;
  }
  .slick-list {
    margin-left: -12px;
  }
  .desc {
    margin-top: 36px;
  }
  .slick-slider {
    margin-top: 42px;
  }
}

/* media */
@media screen and (max-width: 1200px) {
  .title.big {
    font-size: 56px;
    line-height: 76px;
  }
  .home-page .hero-section .right {
    padding: 26px 52px;
  }
  .home-page .section-2 {
    padding: 48px 16px;
  }
  .home-page .section-2 .block-2 {
    margin-top: 48px;
  }
  .cabinet-page .main-wrapper .nav {
    gap: 16px;
  }
  .how-it-works-section {
    .wrapper {
      padding: 24px;
    }
    .item .img {
      height: 250px;
    }
  }
  .features-section .list {
    flex-wrap: wrap;

    .item {
      width: calc(50% - 8px);
      flex: unset;
    }
  }
  .boost-section .wrapper {
    padding: 24px;
    gap: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .home-page .section-2 .shapes {
    left: calc(50% + 510px);
  }
  .home-page .section-2 .block-1 {
    width: 70%;
    max-width: 712px;
  }
  .home-page .section-2 .block-4 {
    margin-top: 52px;
    width: 100%;
  }
  .home-page .section-2 .block-3 {
    margin-top: 62px;
  }
  .home-page .section-2 .block-5 {
    margin-top: 52px;
    width: 100%;
  }
  .home-page .section-2 .block-6 {
    margin-top: 52px;
  }
  .footer .block-4 .button {
    width: 100%;
    max-width: 273px;
  }
  .home-page .section-3 .block-3 {
    margin-top: 77px;
  }
  .home-page .section-3 {
    padding-bottom: 48px;
  }
  .home-page .section-3 .icon {
    width: 160px;
    height: 160px;
  }
  .home-page .section-3 .icon .img {
    width: 80px;
  }
  .home-page .section-3 .path {
    display: none;
  }
  .home-page .section-3 .row:nth-child(3) .block-1 {
    padding-left: 100px;
  }
  .home-page .section-3 .block-1 {
    width: 40%;
  }
  .home-page .section-3 .row:nth-child(2) .block-1 {
    padding-left: 100px;
  }
  .home-page .section-3 .wrapper .row + .row {
    margin-top: 64px;
  }
  .footer .social-list .item {
    margin-bottom: 16px;
    display: inline-block;
  }
  .footer .block-1 .desc {
    margin-top: 40px;
  }
  .cabinet-content .carousel-container {
    padding-right: 24px;
    padding-left: 64px;
  }
  .cabinet-content .user-info .img {
    width: 64px;
  }
  .cabinet-content .balance {
    padding-left: 0;
  }
  .cabinet-content .request-left {
    padding-top: 0;
  }
  .cabinet-content .request-left .info,
  .request-wrapper .info {
    margin-top: 24px;
  }
  .cabinet-content-container {
    margin-bottom: 0;
  }
  .cabinet-content td:nth-child(2) {
    width: 10%;
  }
  .title.large {
    font-size: 48px;
    line-height: 56px;
  }
  .home-page .section-2 .features {
    display: none;
  }
  .home-page .section-3 .wrapper .list .item {
    display: block;
  }
  .home-page .section-3 .wrapper .list .item + .item {
    margin-top: 16px;
  }
  .home-page .section-3 .wrapper .list .item:first-child {
    background: transparent;
  }
  .home-page .section-3 .path-step-list {
    display: none;
  }
  .cabinet-page .main-wrapper > .wrapper {
    flex-direction: column;
  }
  .cabinet-page .main-left,
  .cabinet-page .main-wrapper .main-right {
    width: 100%;
  }
  .cabinet-page .main-wrapper > .wrapper {
    padding: 0;
  }
  .home-page .hero-section .desc {
    position: static;
    margin-top: 16px;
  }
  .home-page .hero-section .button {
    position: relative;
    order: 4;
    left: 0;
    top: 0;
    margin-top: 16px;
  }
  .home-page .hero-section .title + .title {
    padding-left: 0;
  }
  .home-page .section-3 .path-step {
    display: none;
  }
  .home-page .section-3 .wrapper .list .item .desc {
    display: block;
  }
  .home-page .section-3 .wrapper .list .item {
    background: #f6f6f8;
    border-color: #ff7627;
  }
}

@media screen and (max-width: 768px) {
  .header {
    padding: 16px;

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

  .home-page .section-3 .desc.small {
    margin: 24px auto 0;
  }
  .home-page .section-4 {
    padding: 0 16px;
  }
  .home-page .section-4 .logo {
    margin-top: 32px;
  }
  .footer {
    padding: 32px 16px;
    margin-top: 0;
  }
  .footer .wrapper {
    flex-direction: column;
    text-align: center;
  }
  .footer .block-1 {
    width: 100%;
    padding-right: 0;
  }
  .footer .social-list .item {
    margin: 0 8px 16px;
  }
  .footer .block-1 .desc {
    margin-top: 16px;
  }
  .footer .block-2 {
    width: 100%;
    margin-top: 32px;
    padding: 0;
  }
  .footer .block-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;
  }
  .footer .payment-method-list {
    margin-top: 24px;
    justify-content: center;
  }
  .footer .payment-method-list .img {
    margin: 0 16px;
  }
  .cabinet-page .main {
    padding-bottom: 32px;
  }
  .request-form .request-left .form-wrapper label .select2-container {
    max-width: unset;
  }
  .request-form
    .request-left
    .form-wrapper
    label
    .select2-container--open
    .select2-dropdown--below {
    max-width: unset;
  }
  .cabinet-content {
    flex-direction: column;
  }
  .cabinet-content .left {
    width: 100%;
  }
  .cabinet-content {
    padding: 16px;
  }
  .cabinet-content .user-info .name {
    margin-top: 16px;
  }
  .cabinet-content .user-info .nav {
    margin: 24px auto 0;
  }
  .cabinet-content .right {
    width: 100%;
    padding-left: 0;
  }
  .cabinet-content .balance-container {
    flex-direction: column;
    padding: 24px 0 0;
  }
  .cabinet-content .balance-container .button {
    margin: 24px auto 0;
    max-width: 180px;
  }
  .cabinet-page .top {
    padding: 24px 16px 18px;
  }
  .cabinet-content .carousel-container {
    padding: 32px 32px 0;
  }
  .cabinet-content .request-left {
    padding-top: 16px;
  }
  .cabinet-page .shapes4 {
    display: none;
  }
  .cabinet-content .request-right {
    padding-top: 32px;
    flex-direction: column;
  }
  .cabinet-content .request-left form {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .cabinet-content .books {
    width: 100%;
  }
  .cabinet-content .ai {
    width: 100%;
    padding-left: 0;
    padding-top: 24px;
    text-align: center;
  }
  .cabinet-content .ai .button {
    margin-top: 24px;
  }
  .cabinet-content .pagination {
    flex-wrap: wrap;
  }
  .cabinet-content-history .table-container {
    overflow: auto;
  }
  .cabinet-content thead td {
    padding: 12px;
  }
  .cabinet-content td:first-child {
    width: auto;
    padding-left: 16px;
  }
  .cabinet-content td:last-child {
    width: auto;
    padding-right: 16px;
  }

  .cabinet-content tbody td:last-child {
    width: auto;
    padding-right: 16px;
  }
  .cabinet-content-history table {
    min-width: 600px;
  }
  .text .desc.short {
    width: 100%;
    padding-right: 0;
  }
  .text .desc.short + .desc.short {
    padding-left: 0;
  }
  .text {
    padding-bottom: 0;
  }
  .modal .wrapper {
    flex-wrap: wrap;
  }
  .modal .form-container {
    width: 100%;
    padding: 24px;
  }
  .modal form {
    margin-top: 12px;
  }
  .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 .desc {
    margin-top: 16px;
  }
  .modal .button.white {
    margin-top: 24px;
  }
  .modal .close {
    top: 12px;
    right: 12px;
  }
  .reg-modal .side {
    order: 2;
  }
  .request-wrapper .info-wrapper .info {
    margin-left: 16px;
  }
  .header .reg-open .img {
    display: none;
  }
  .title.large {
    font-size: 36px;
    line-height: 42px;
  }
  .home-page .section-2 .shape {
    display: none;
  }
  .home-page .section-2 .item .title {
    width: 100%;
  }
  .home-page .section-2 .item .desc {
    padding-left: 0;
    width: 100%;
  }
  .home-page .section-2 .item:nth-child(2),
  .home-page .section-2 .item + .item {
    margin-top: 24px;
  }
  .home-page .section-3 {
    padding-top: 40px;
  }
  .home-page .section-3 .wrapper .right .list {
    margin-top: 32px;
  }
  .home-page .section-3 .desc.small {
    padding-left: 0;
  }
  .home-page .section-4 .carousel {
    margin-top: 24px;
  }
  .home-page .section-5 {
    padding: 40px 16px;
  }
  .home-page .section-5 .wrapper {
    padding: 16px;
  }
  .footer .block-3,
  .footer .block-1 {
    max-width: 100%;
  }
  .footer .payment-method-list {
    flex-wrap: wrap;
    gap: 8px 0;
  }
  .modal .checkbox-container,
  .modal .chekbox-container {
    width: 100%;
    margin-bottom: 0;
  }
  .reg-modal .button,
  .modal .checkbox-container + .button {
    margin-top: 16px;
  }
  .cabinet-page {
    padding-top: 220px;
  }
  .cabinet-page .main-left {
    padding: 16px;
  }
  .button.bordered {
    padding: 12px;
  }
  .header .right .name {
    margin-right: 0;
  }
  .home-page .section-3 .wrapper {
    display: block;
  }
  .home-page .section-3 .wrapper .right {
    padding-left: 0;
  }
  .home-page .section-3 .wrapper .list-acc {
    padding: 0;
  }
  .home-page .section-2 .list {
    margin-top: 24px;
  }
  .home-page .section-2 .item-container {
    margin-top: 24px;
    display: block;
  }
  .home-page .section-2 .item.last {
    margin-top: 24px;
  }
  .home-page .section-4 .text {
    width: 100%;
    min-width: 0;
    padding-bottom: 16px;
  }
  .home-page .section-4 .wrapper {
    display: block;
  }
  .home-page .section-4 .carousel {
    padding: 30px 0;
    margin-top: 0;
  }
  .footer .social-list {
    justify-content: center;
  }
  .footer .block-4 {
    margin: 0 auto;
  }
  .footer .block-2 {
    margin: 0 auto;
  }
  .logo {
    justify-content: center;
  }
  .home-page .hero-section .title,
  .home-page .hero-section .desc {
    max-width: 100%;
  }
  .home-page .hero-section .img {
    position: static;
    width: 100%;
  }
  .home-page .section-2 .list-wrapper {
    flex-direction: column;
  }
  .home-page .section-2 .item-container {
    width: 100%;
  }
  .home-page .section-2 .list,
  .home-page .section-2 .item-container {
    margin-top: 0;
  }
  .home-page .section-2 {
    padding: 40px 16px;
  }
  .home-page .section-2 .img {
    display: none;
  }
  .home-page .section-2 .list-wrapper + .list-wrapper {
    margin-top: 16px;
  }
  .home-page .section-4 .text {
    padding: 16px;
  }
  .home-page .section-3 .title.big {
    font-size: 36px;
    line-height: 42px;
  }
  .home-page .section-3 .wrapper .left {
    padding-left: 0;
    width: 100%;
  }
  .home-page .section-3 .wrapper .right {
    padding: 0;
    margin-top: 16px;
  }
  .home-page .section-3 .wrapper .right .list {
    margin-top: 0;
  }
  .home-page .section-3 .wrapper .list-acc .item {
    padding: 16px;
  }
  .footer .block-3 .item {
    margin: 0 auto 30px;
  }
  .how-it-works-section {
    padding: 90px 16px 40px;
  }
  .how-it-works-section .wrapper {
    flex-direction: column;
  }
  .how-it-works-section .list {
    margin-top: 40px;
  }
  .features-section {
    padding: 40px 16px;
    height: auto;
  }
  .features-section .wrapper {
    flex-direction: column-reverse;
  }
  .features-section .item {
    padding: 16px;
  }
  .features-section .right {
    padding-top: 0;
  }
  .features-section .left {
    margin-top: 40px;
  }
  .presence-section {
    padding: 40px 16px;
  }
  .presence-section .wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .presence-section .left {
    width: 100%;
  }
  .presence-section .right {
    width: 100%;
  }
  .how-it-works-section .item {
    flex-direction: column;

    .item-text {
      width: 100%;
      max-width: 100%;
    }
    .img {
      width: 100%;
      height: auto;
    }
    &:nth-child(2) {
      flex-direction: column-reverse;
    }
  }
  .features-section .list .item {
    width: 100%;
  }
  .boost-section .wrapper {
    flex-direction: column;
  }
  .presence-section .list {
    flex-direction: column;
  }
  .section-gallery {
    .slick-list {
      margin-left: 0;
    }
  }
  .footer {
    .wrapper {
      padding: 16px;
    }
    .cta {
      padding: 0 0 24px;
      flex-direction: column;
      align-items: flex-start;

      .button {
        margin: 0 auto;
      }
    }
    .footer-wrapper {
      padding: 16px;
      flex-direction: column;
    }
    .logo {
      justify-content: center;
    }
    .right {
      .nav {
        flex-direction: column;
        gap: 16px;
      }
      .methods {
        justify-content: center;
      }
      .social-nav {
        justify-content: center;
      }
    }
  }
}

@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: #f6f8f7;
  border: 1px solid #e9edea;
  border-radius: 8px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  line-height: 48px;
  padding: 9px 16px;
}
body .select2-container--default .select2-selection--single {
  background: transparent;
  border: 0;
  border-radius: 24px !important;
  height: 48px;
  width: 100%;
}
.select2-search--dropdown {
  display: none;
}
.select2-container {
  width: 100% !important;
  /*max-width: 80vw;*/
}
select.input
  + .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 11px;
  right: 12px;
  background: url("../img/arrow-down.svg");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
}
.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: rotate(180deg);
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  opacity: 0;
}
.select2-container--open .select2-dropdown--below {
  border-radius: 6px;
  margin-top: 0px;
  overflow: hidden;
  box-shadow: none;
  transform: translateY(1px);
  border-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;
}
.request-form button {
  display: flex;
  justify-content: center;
}
.error-message {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #d01313;
}
