* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

html {
  scroll-behavior: smooth;
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  appearance: none;
  -moz-appearance: none;
}

button:disabled,
input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.opacity-50 {
  opacity: 0.5;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.currency-icon {
  max-width: 24px;
  margin-right: 5px;
}

.hidden {
  display: none;
}
.page {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main {
  flex-grow: 1;
}
.page:not(.home-page) {
  background: #f5f6f8;
}

body.hidden {
  overflow: hidden;
}
.page {
  overflow: hidden;
  position: relative;
}
.title {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 48px;
  color: #3b3b41;
  font-weight: 700;
}
.title.big {
  font-size: 64px;
  line-height: 80px;
}
.desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #777781;
}
.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;
}

.container {
  padding: 0 16px;
  margin: 0 auto;
  max-width: 1432px;
}

.home-page .container {
  max-width: 1482px;
}

.button {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  transition: 0.3s;
  background: linear-gradient(180deg, #3b3b41 0%, #202026 100%);
  border-radius: 6px;
  position: relative;
  padding: 16px;
  max-width: 186px;
  width: 100%;
  text-align: center;
}

.button.secondary {
  background: linear-gradient(180deg, #0e99ff 0%, #0073e6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  gap: 14px;
}

.button.secondary .button-icon {
  width: 16px;
  height: 16px;
}

.button.transparent {
  color: #3b3b41;
  background: transparent;
}

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

.button.white {
  background: transparent;
  color: #000000;
  border: 2px solid #000000;
  padding: 18px;
}

.wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

.wrapper .payment-result {
  text-align: center;
  margin: 15px auto;
}

.wrapper .payment-result.desc {
  font-size: 20px;
}

/* header */
.header {
  /* position: absolute; */
  /* left: 0; */
  /* top: 0; */
  z-index: 5;
  width: 100%;
  padding: 33px 16px 0;
}
.header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .right {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}
.header .right .desc {
  margin-right: 35px;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
}
.header .logo .img {
  width: 172px;
}
.header .right .name {
  margin-right: 30px;
  font-weight: 700;
}
.header .right .icon {
  width: 46px;
  height: 46px;
}
.header .profile-link {
  display: flex;
  align-items: center;
}

.home-page .header {
  padding: 14px 16px 0;
}
.home-page .header .wrapper {
  padding: 15px 26px;
  background: #f5f6f8;
  border-radius: 6px;
}

.home-page .wrapper {
  max-width: 1450px;
}

/* hero section */
.home-page .hero-section {
  margin-top: 16px;
  position: relative;
  display: flex;
  gap: 124px;
  justify-content: flex-start;
}
.home-page .hero-section .hero-left {
  width: 556px;
  height: 570px;
}
.home-page .hero-section::after {
  /* content: "";
    width: 620px;
    height: 566px;
    background-image: url("../img/hero2.png");
    background-position: center;
    background-size: contain;
    position: absolute;
    left: calc(50% + 600px);
    transform: translateX(-50%);
    top: 202px; */
}
.home-page .hero-section .wrapper {
  position: relative;
  max-width: 534px;
  padding-top: 168px;
  margin: 0;
}
.home-page .hero-section .buttons {
  margin-top: 42px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
.home-page .hero-section .title {
  max-width: 810px;
  margin: 0 auto;
}
.home-page .hero-section .desc {
  max-width: 524px;
  margin: 38px auto 0;
}
.home-page .hero-section .down {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.home-page .hero-section .down .img {
  width: 34px;
}

/* section 2 */
.home-page .section-2 {
  padding: 205px 16px 168px;
  position: relative;
}
.home-page .section-2 .wrapper {
  display: flex;
  flex-wrap: wrap;
}
.home-page .section-2 .left {
  width: 40%;
}
.home-page .section-2 .right {
  width: 60%;
  padding-left: 28px;
}
.home-page .section-2 .title.small {
  font-size: 24px;
  line-height: 34px;
}
.home-page .section-2 .list {
  margin-top: 62px;
  gap: 28px 34px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.home-page .section-2 .desc {
  margin-top: 18px;
}

.home-page .section-3 .title {
  font-size: 170px;
  line-height: 224px;
  padding-bottom: 20px;
  background: #e5e9ea;
  position: relative;
  z-index: 1;
  transform: rotate(-90deg);
  height: 180px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.home-page .section-3 .slick-list {
  overflow: visible;
}
.home-page .section-3 {
  padding: 0 16px 225px;
  position: relative;
}
.home-page .section-3::before {
  position: absolute;
  content: "";
  width: calc((100% - 1280px) / 2 + 2px);
  left: 0;
  top: -2px;
  height: 101%;
  background: #e5e9ea;
  z-index: 1;
}
.home-page .section-3 .wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-page .section-3 .wrapper .item .img {
  width: 308px;
  height: 308px;
  margin: 0 8px;
  border-radius: 14px;
}
.home-page .section-3 .slick-slider {
  position: static;
  width: calc(100% - 180px);
}
.slick-arrow {
  width: 34px;
  height: 29px;
  background-image: url("../img/arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 0;
  position: absolute;
  bottom: -73px;
  right: 96px;
  transition: 0.3s;
}
.slick-next {
  left: auto;
  right: 0;
  transform: scale(-1);
}
.slick-arrow:hover {
  opacity: 0.7;
}

.home-page .section-accordion {
  padding: 0 16px 125px;
}
.home-page .section-accordion .title {
  text-align: center;
  margin-bottom: 32px;
}
.home-page .section-accordion .accordion-header {
  font-family: "Alfa Slab One", cursive;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  position: relative;
  padding-right: 40px;
}

.home-page .section-accordion .accordion-header:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/arrow-down.svg");
  background-position: top 50% right 0;
  background-size: 24px;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.home-page .section-accordion .accordion-header.active:after {
  transform: translateY(-50%) scaleY(-1);
}
.home-page .section-accordion .accordion-content {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-top: 24px;
}
.home-page .accordion-section + .accordion-section {
  margin-top: 42px;
}

.home-page .section-4 {
  padding: 0 16px 86px;
  position: relative;
}
.home-page .section-4 .wrapper {
  position: relative;
  text-align: center;
}
.home-page .section-4 .item {
  margin-bottom: 220px;
}
.home-page .section-4 .item:nth-child(2) {
  margin-bottom: 185px;
}
.home-page .section-4 .item:nth-child(3) {
  margin-bottom: 205px;
}
.home-page .section-4 .item .desc {
  max-width: 338px;
  margin: 32px auto 0;
}
.home-page .section-4 .title.small {
  font-size: 24px;
  line-height: 34px;
  max-width: 848px;
  margin: 0 auto;
}
.home-page .section-4 .item .title {
  font-size: 75px;
  line-height: 100px;
}
.home-page .section-4 .img {
  position: absolute;
  display: none;
}
.home-page .section-4 .img-1 {
  left: calc(50% + 470px);
  transform: translateX(-50%);
  top: -30px;
  width: 456px;
  display: block;
}
.home-page .section-4 .img-2 {
  left: calc(50% - 245px);
  transform: translateX(-50%);
  top: 44px;
  width: 118px;
  display: block;
  z-index: 1;
}
.home-page .section-4 .img-3 {
  left: calc(50% - 375px);
  transform: translateX(-50%);
  top: 74px;
  width: 260px;
  display: block;
}
.home-page .section-4 .img-4 {
  left: calc(50% + 245px);
  transform: translateX(-50%);
  top: 505px;
  width: 118px;
  display: block;
  z-index: 1;
}
.home-page .section-4 .img-5 {
  left: calc(50% + 375px);
  transform: translateX(-50%) scale(-1);
  top: 530px;
  width: 260px;
  display: block;
}
.home-page .section-4 .img-6 {
  left: calc(50% - 550px);
  transform: translateX(-50%);
  top: 740px;
  width: 475px;
  display: block;
}

.copyright-section {
  padding: 0 16px;
}
.copyright-section .wrapper {
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
}

.copyright-requisites {
  display: flex;

  /*flex-wrap: wrap;*/
}

.copyright-requisites .copyright {
  /*min-width: 50px;*/
}

.copyright-requisites .requisites {
  margin-left: 5px;
  flex: 1;
}

/* modal */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 6;
  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;
}
.overlay {
  background: #000;
  opacity: 0.77;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.modal .wrapper {
  position: relative;
  max-width: 524px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  max-height: calc(100vh - 48px);
  overflow: auto;
}
.modal form {
  margin-top: 40px;
}
.modal .title {
  font-size: 24px;
  line-height: 34px;
}
.modal .form-container {
  padding: 40px 54px 92px;
  border-radius: 14px;
  background: #ffffff;
}

.reg-modal .form-container {
  padding-bottom: 40px;
}

.request-password-restore-modal form button[type="submit"] {
  margin-top: 30px;
}

.update-profile-modal form button[type="submit"] {
  margin-top: 30px;
}

.password-restore-modal form button[type="submit"] {
  margin-top: 28px;
}

.modal .side {
  background: #fff;
  border-radius: 14px;
  padding: 26px;
  align-items: center;
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .side .button {
  padding: 12px;
  margin-left: 36px;
}
.modal .side .desc {
  font-size: 14px;
  line-height: 18px;
}
label {
  position: relative;
  display: block;
}

label:not(.checkbox-label) {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
label + label {
  margin-top: 16px;
}

select {
  width: 100%;
  height: 48px;
  padding: 12px 16px;
  border: 1px solid #d9dce1;
  border-radius: 6px;
  background: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #202026;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23777781' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  cursor: pointer;
}

input,
textarea,
.select2 {
  outline: 0;
  background: #fff;
  border: 1px solid #d9dce1;
  border-radius: 6px;

  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #202026;
  padding: 10px 18px;
  width: 100%;
}

input::placeholder {
  color: #777781;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  /*padding-left: 14px !important;*/
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  background: transparent;
  /*border: 1px solid #C1C1C1;*/
  border-radius: 8px;

  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: 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: transparent;
  color: #aaabb6;
  font-size: 12px;

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

.select2.select2-container {
  width: 100% !important;
  padding: 2px 20px;
  margin-top: 12px;
}

.select2.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 13px;
}

.select2-container--default .select2-results > .select2-results__options {
  padding-bottom: 12px;
  background: #f0f2f3;
}

.select2-dropdown {
  background: #f0f2f3;
  border: 1px solid #aaabb6;
}

.select2.select2-container .select2-selection--single {
  background: #e5e9ea;
  border: 0;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
  text-align: left;
  padding-left: 0;
}

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

.error-message,
form label input ~ .error-message,
form label textarea ~ .error-messag,
form label .input-wrapper ~ .error-message,
form label .checkbox-wrapper ~ .error-message {
  padding: 8px 0 0 0;
  display: flex;
  color: #d01313;
  font-size: 13px;

  justify-content: left;
}

.topUp-page form label .input-wrapper ~ .error-message {
  justify-content: center;
  padding-top: 14px;
}

.general-error {
  margin-top: 21px;
  color: #d01313;
  font-size: 13px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 0;
}
::placeholder {
  color: #000000;
}
label .desc.small {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}
.link {
  color: #0664e1;
  text-decoration: underline;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
}
.link:hover {
  text-decoration: none;
}

.modal .checkbox-container {
  font-size: 0;
}
.modal .checkbox-container input {
  display: none;
}
.modal .checkbox {
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #d9dce1;
}
.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: 16px; */
  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: #000000;
  font-weight: 400;
  line-height: 21px;
  font-size: 14px;
  padding: 0;
  text-align: left;
  /* width: calc(100% - 40px); */
}
.modal .checkbox-label .desc .link {
  line-height: 21px;
}
.modal .checkbox-container + .button {
  margin-top: 34px;
}
.reg-modal .checkbox-container {
  margin-top: 24px;
}
.top-modal .button {
  margin-top: 24px;
}
.top2-modal .checkbox-container {
  margin-top: 16px;
}
.top2-modal .title-amount,
.top-modal .title-amount {
  margin: 24px 0 30px;
  font-size: 32px;
  line-height: 36px;
}
.top2-modal .payment-methods {
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 12px;
}
.top2-modal .payment-methods .button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 12px;
  font-size: 15px;
}
.top2-modal .payment-methods .img {
  height: 100%;
  max-height: 49px;
  width: auto;
  cursor: pointer;
}
.top2-modal .payment-methods .img__wrapper {
  max-width: 187.05px;
  width: 100%;
  background-color: #f24436;
}
.top2-modal .payment-methods .img.disabled,
.top2-modal .payment-methods .img__wrapper.disabled,
.payment-methods .img__wrapper:disabled {
  opacity: 0.5;
  cursor: auto;
}
.top-modal .title-amount.title-min-amount {
  font-size: 19px;
  line-height: 30px;
}

/* FULL WIDTH AND HEIGH MODAL */

.full-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.77);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 6;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0;
  transition: 0.3s;
}

.full-modal.active {
  overflow: hidden;
  opacity: 1;
  visibility: visible;
}

.modal.full-modal .wrapper {
  overflow: hidden;
  overflow-y: auto;
  text-align: left;
  display: flex;
  gap: 122px;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  background-color: #ffffff;
  border-radius: 0;
}

.full-modal .left-side {
  width: 699px;
  background-image: url("/img/sign-modal-bg.png");
  background-size: cover;
  background-position: center;
  position: relative;
}

.full-modal .logo {
  position: absolute;
  top: 54px;
  left: 60px;
  z-index: 2;
}

.full-modal .close {
  position: absolute;
  top: 54px;
  right: 60px;
  cursor: pointer;
  z-index: 2;
}

.full-modal .right-side {
  max-height: calc(100% - 200px);
  margin: auto 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 372px;
  width: 100%;
}

.full-modal .checkbox-label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  flex-direction: column;
}
.full-modal .checkbox-wrapper {
  display: flex;
  align-items: center;
}

.full-modal .title {
  font-family: "Lexend";
  font-size: 38px;
  font-weight: 700;
  line-height: 47.5px;
  color: #3b3b41;
}

.full-modal form {
}

.full-modal input {
  width: 100%;
}

.full-modal .forgot-password {
  cursor: pointer;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 700;
  line-height: 16.41px;
  color: #0e99ff;
  width: 100%;
  margin-top: 17px;
  margin-bottom: 32px;
}

.full-modal .button {
  margin-bottom: 73px;
}

.full-modal .side {
  justify-content: flex-start;
  padding: 0;
  gap: 20px;
}

.full-modal .no-account {
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #3b3b41;
}

.full-modal .sign-up,
.full-modal .sign-in {
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: #0e99ff;
}

/* Login Modal Specific Styles */
.login-modal .left-side {
}

/* Sign Up Modal Specific Styles */
.reg-modal .checkbox-container,
.top2-modal .checkbox-container {
  margin-bottom: 22px;
}

.reg-modal .checkbox-label .desc,
.top2-modal .checkbox-label .desc {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #777781;
}

.reg-modal .checkbox-label .desc a,
.top2-modal .checkbox-label .desc a {
  display: inline-block;
  font-weight: 700;
  color: #0e99ff;
}

.reg-modal .sign-up-button {
  margin-bottom: 42px;
}

/* Password Reset Modal Specific Styles */
.full-password-reset-modal .left-side {
  background-image: url("/img/password-reset-bg.png");
}

/* END FULL WIDTH AND HEIGH MODAL */

.cabinet-page .wrapper {
  position: relative;
  max-width: 1400px;
}
.cabinet-page .top {
  display: flex;
  align-items: center;
  margin-bottom: 46px;
}
.cabinet-page .top .left {
  width: 30%;
}

.cabinet-page .top .right {
  position: absolute;
  right: 0;
}

.cabinet-page .top .link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.cabinet-page .top .link .img {
  width: 21px;
}
.cabinet-page .top .link .desc {
  margin-left: 14px;
  font-size: 14px;
  line-height: 18px;
  color: #959798;
  text-decoration: none;
}

.text-page .top .title {
  margin-left: 0;
}
.text-page .text {
  padding-bottom: 48px;
}
.cabinet-page .new-request .top {
  justify-content: center;
  position: relative;
}
.cabinet-page .new-request .top .title {
  margin-left: 0;
}
.cabinet-page .top .left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cabinet-content-container {
  margin-bottom: 70px;
}
.cabinet-content {
  position: relative;
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
}
.cabinet-content .user-info .icon {
  width: 86px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e5e9ea;
  border-radius: 100%;
  margin: 0 auto;
}
.cabinet-content .user-info .img {
  width: 38px;
}
.cabinet-content .user-info .name {
  margin-top: 24px;
  font-size: 18px;
  line-height: 21px;
}
.cabinet-content .user-info .email {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  margin-top: 10px;
}
.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;
}
.carousel-container {
  width: 100%;
}
.cabinet-content .left {
  width: 30%;
}
.cabinet-content .left-wrapper {
  background: #ffffff;
  border-radius: 14px;
  padding: 48px 30px 66px;
}
.cabinet-content .left-wrapper + .button {
  display: table;
  margin: 42px auto 0;
}
.cabinet-content .right {
  width: calc(84% - 36px);
  margin-left: 36px;
}
.cabinet-content .request-right {
  width: 100%;
  padding: 40px;
  margin-left: 0;
  background: #ffffff;
  border-radius: 14px;
}
.cabinet-content .request-history {
  background: transparent;
  padding: 0;
}
.cabinet-content .right-wrapper {
  background: #ffffff;
  border-radius: 14px;
  margin-top: 16px;
  max-height: 665px;
  overflow: auto;
  padding: 42px;
}
.cabinet-content .new-request .right-wrapper {
  margin-top: 0;
  background: transparent;
  border-radius: 0;
  max-height: unset;
  padding: 0;
}
.cabinet-content .request-history .right-wrapper {
  padding: 30px;
}
.cabinet-content .right-wrapper .title {
  font-size: 18px;
  line-height: 24px;
}
.cabinet-content .right .img-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}
.cabinet-content .user-info {
  text-align: center;
}
.cabinet-content .balance-container {
  /*border-top: 3px solid #E5E9EA;*/
  margin-top: 0px;
  padding: 23px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.cabinet-content .balance-container .profile-actions {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 3px solid #e5e9ea;
  display: flex;
  flex-direction: column;
}
.cabinet-content .balance-container .profile-actions .button:first-child {
  margin-top: 0;
}
.cabinet-content .balance-container .design-requests {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 40px;
  border-radius: 24px;
  background-color: #e5e9ea;
  color: #000000;
  font-size: 14px;

  margin-bottom: 13px;
}
.cabinet-content .balance-container .design-requests .amount {
  font-size: 18px;
  font-weight: 600;
}
.cabinet-content .balance {
  text-align: center;
  flex: 1;
}
.cabinet-content .balance .desc {
  font-weight: 700;
}
.cabinet-content .balance .title {
  margin-top: 21px;
}
.cabinet-content .balance-container .button {
  padding: 12px;
  max-width: 200px;
  width: 100%;
  margin: 20px auto 0;
  min-width: 0;
}
.cabinet-content .nav {
  margin-top: 25px;
}
.cabinet-content .nav .link {
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  padding: 0 32px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 24px;
  display: inline-block;
}
.cabinet-content .nav .link.active {
  background: #d1d5d6;
}
.cabinet-content .right .item .img {
  width: 100%;
  border-radius: 14px;
}
.cabinet-content .right .item,
.cabinet-content .right .item a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cabinet-content .right .item .plus {
  width: 16px;
  margin-right: 9px;
}
.cabinet-content .right .item .desc {
  font-size: 14px;
  font-weight: 700;
}
.cabinet-content .right .list {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 24px;
}
.cabinet-content .request-left {
  width: 100%;
}

.cabinet-content .request-left form {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 14px;
  display: flex;
  justify-content: space-between;
  padding: 30px 40px;
  row-gap: 35px;
}

.cabinet-content .request-left form .preview-container {
  display: flex;
  justify-content: center;
}

.cabinet-content .request-left form .preview-container[wire\:loading] {
  display: none;
}

.cabinet-content .request-left form .preview-container .ph-item {
  flex: 1;
  border: 0;
  justify-content: center;
  padding-right: 0;
  padding-left: 0;
}

.cabinet-content .request-left form .preview-container .ph-item[wire\:loading] {
  display: none;
}

.cabinet-content .request-left form .preview-container .ph-item .ph-col-6 {
  align-items: center;
  padding-right: 0;
  padding-left: 0;
}

.cabinet-content
  .request-left
  form
  .preview-container
  .ph-item
  .ph-col-6
  .ph-picture {
  max-width: 320px;
  height: 320px;
}

.cabinet-content .request-left form .preview-container > img {
  max-width: 320px;
}

.cabinet-content .request-left form .preview-container.huj {
  width: 3240px;
}

.cabinet-content .request-left form .form-wrapper .request-price {
  display: flex;
  padding-left: 181px;
  margin-top: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
}

.cabinet-content
  .request-left
  form.premium-request-form
  .form-wrapper
  .actions {
  /*display: flex;*/
  /*margin-top: 18px;*/
  /*flex: 1;*/
  display: flex;
  margin-top: 18px;
  flex: 1;
  justify-content: flex-end;
}

.cabinet-content
  .request-left
  form:not(.premium-request-form)
  .form-wrapper
  .actions {
  display: flex;
  column-gap: 10px;
}

.cabinet-content .request-left form.premium-request-form .form-wrapper {
  flex-direction: column;
}

.cabinet-content
  .request-left
  form.premium-request-form
  .form-wrapper
  .actions
  .button {
  align-self: flex-end;
  margin-right: 30px;
  width: 250px;
}

.cabinet-content
  .request-left
  form
  .form-wrapper
  .request-error
  .input-wrapper {
  margin-top: 6px;
}

.cabinet-content .request-left button {
  max-height: 61px;
}

.cabinet-content .request-left label {
  flex: 1;
  padding-right: 30px;
  display: flex;
  flex-direction: row;
  /*align-items: center;*/
}

.cabinet-content .request-left label .input-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  /*align-items: center;*/
}

.cabinet-content .request-left input {
  margin-top: 0;
}
.cabinet-content .request-left label .desc {
  /*display: flex;*/
  /*flex-direction: column;*/
  /*justify-content: center;*/
  min-width: 165px;
  margin-top: 18px;
  margin-right: 16px;
}
.cabinet-content .request-left form .form-wrapper {
  display: flex;
  flex: 1;
  text-align: center;
}
.cabinet-content .request-left .button {
  min-width: 180px;
  padding: 20px;
}
.cabinet-content .request-left .info .img {
  width: 24px;
  margin-right: 14px;
}
.cabinet-content .request-left .info .desc {
  color: #959798;
  font-size: 14px;
  line-height: 24px;
}
.cabinet-content .request-left .info {
  max-width: 950px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  align-items: flex-start;
}
.cabinet-content .books {
  width: 60%;
}
.cabinet-content .ai {
  width: 100%;
  margin-top: 46px;
  text-align: center;
}
.cabinet-content .ai .button {
  width: 307px;
  align-self: center;
  margin-top: 40px;
  padding: 20px;
}
.cabinet-content td {
  padding: 18px 12px;
  font-size: 14px;
  vertical-align: middle;
  border-bottom: 3px solid #e5e9ea;
}
.cabinet-content thead td {
  font-size: 14px;
  line-height: 18px;
  padding: 0 12px 30px;
  color: #959798;
}

.cabinet-content td:first-child {
  padding-left: 0;
  width: 20%;
}

.cabinet-content td:nth-child(2) {
  width: 20%;
}
.cabinet-content td:last-child {
  padding-right: 0;
  text-align: right;
}
.cabinet-content tbody td:last-child {
  padding-right: 0;
}

.cabinet-content .payment-table-container table,
.cabinet-content .request-table-container table {
  width: 100%;
}

.cabinet-content .payment-table-container table,
.cabinet-content .request-table-container table .ph-item {
  border: 0;
  padding: 0;
  margin-bottom: 0;
}

.cabinet-content .payment-table-container table,
.cabinet-content .request-table-container table .ph-item .ph-col-6 {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.cabinet-content .payment-table-container table,
.cabinet-content .request-table-container table .ph-picture {
  height: 100px;
  width: 100px;
}

.cabinet-content .payment-table-container td:first-child {
  width: 20%;
}

.cabinet-content .payment-table-container td:nth-child(2) {
  width: 30%;
}

.cabinet-content .payment-table-container td:last-child {
  width: 50%;
}

.cabinet-content td .img {
  width: 100px;
}
.cabinet-content-history {
  padding: 0;
  display: block;
  padding-bottom: 42px;
}
.cabinet-content-history table {
  width: 100%;
}
.cabinet-content .pagination {
  margin-top: 38px;
  display: flex;
  justify-content: flex-end;
}
.cabinet-content .pagination .item {
  font-size: 14px;
  line-height: 28px;
  width: 33px;
  text-align: center;
  margin: 0 1px;
}
.cabinet-content .pagination .item.active {
  font-weight: 700;
}
.cabinet-content .pagination .arrow {
  background-image: url("../img/arrow-right.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 33px;
  height: 28px;
}
.cabinet-content .pagination .arrow.next {
  transform: scale(-1);
  margin-left: 6px;
}
.cabinet-content .pagination .arrow.prev {
  margin-right: 6px;
}
.cabinet-page .main {
  padding: 33px 16px;
}
.cabinet-page .container {
  padding: 0;
  max-width: 1400px;
}
.text {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 24px;
}
.text table {
  border-collapse: collapse;
}
.text table td {
  border: 1px solid gray;
  padding: 5px;
  vertical-align: middle;
}
.text table th {
  border: 1px solid gray;
  padding: 5px;
  vertical-align: middle;
}

.text p {
  margin-top: 16px;
}
.text table p {
  margin-top: 0;
}
.text strong {
  font-weight: 700;
}
.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%;
}

.text p {
  display: block;
  width: 100%;
}

/*
.download-img-wrapper .input-container {
    margin-bottom: 10px;
}
*/

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

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

.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 {
  min-width: 140px;
  font-size: 12px;
  line-height: 5px;
}

.header .select2-container {
  width: auto !important;
}
.header .select2-container--default .select2-selection--single {
  background: transparent;
  border: 0 !important;
}
.header
  .select2-container--default
  .select2-selection--single
  .select2-selection__placeholder,
.header
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.header .select2-results__option {
  /*font-family: 'minecraftRegular';*/
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  background: transparent !important;
}
body .header .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"] {
  color: #000000;
}
.lang.select2-dropdown .select2-search--dropdown {
  display: none !important;
}
.lang.select2-dropdown {
  background: transparent !important;
  border: 0 !important;
}
.select2-container--default .lang .select2-results > .select2-results__options {
  background-color: transparent;
}

.select2-container--default .lang .select2-results > .select2-results__options {
  background-color: transparent;
}

.select-menu {
  max-width: 330px;
  margin-right: -35px;
}
.select-menu.auth {
	margin-right: 0px;
}
.select-menu .select-btn {
  display: flex;
  height: 55px;
  /*background: #fff;*/
  padding: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  border-radius: 8px;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);*/
}
.select-menu .options {
  position: absolute;
  /*width: 330px;*/
  overflow-y: auto;
  max-height: 295px;
  padding: 10px;
  padding-top: 0;
  /*margin-top: 10px;*/
  border-radius: 8px;
  /*background: #fff;*/
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-duration: 0.35s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
}
.select-menu .options:not(.active) {
  display: none;
}
.select-menu .options .option {
  display: flex;
  height: 38px;
  cursor: pointer;
  padding: 0 16px;
  border-radius: 8px;
  align-items: center;
  padding-left: 10px;
  /*background: #fff;*/
}
/*.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-size: 18px;
  color: #333;
}

.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: 2;
  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: #f5f6f8;
}

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

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 30px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
}

/* new css */

.topUp-page .cabinet-content .right-wrapper {
  margin-top: 0;
  padding: 10px;
}
.topUp-page .cabinet-content .right-wrapper .desc {
  padding: 28px 22px 22px;
  font-size: 14px;
  line-height: 22px;
}
.topUp-page .cabinet-content .left label {
  max-width: 252px;
  margin: 0 auto;
}
.topUp-page .cabinet-content .left .modal label {
  max-width: unset;
  margin: unset;
}
.topUp-page .cabinet-content .left .button.button.white {
  padding: 12px;
  max-width: 200px;
  width: 100%;
  margin: 20px auto 0;
  min-width: 0;
}
.topUp-page .cabinet-content .left .button-list {
  margin-top: 32px;
}
.topUp-page .cabinet-content .left .button-list .button {
  width: 100%;
  max-width: 252px;
  display: block;
  margin: 0 auto;
}
.topUp-page .cabinet-content .left .button-list .button + .button {
  margin-top: 24px;
}
.topUp-page .divider-or {
  margin: 28px auto 32px;
  position: relative;
}
.topUp-page .divider-or::before {
  content: "";
  height: 3px;
  width: 100%;
  background: #e5e9ea;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.topUp-page .divider-or .desc {
  display: table;
  padding: 0 14px;
  background: #fff;
  position: relative;
  margin: 0 auto;
}

/* FOOTER */

.footer {
  min-height: 102px;
  padding: 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer .wrapper {
  display: grid;
  grid-template-columns: minmax(170px, 1fr) minmax(130px, 1fr) 1fr;
  gap: 22px;
}

.footer .left {
  max-width: 170px;
}

.footer .left .logo {
  display: block;
}

.footer .left .logo .img {
  width: auto;
  height: 30px;
}

.footer .left .social-list {
  display: flex;
  gap: 22px;
  margin-top: 40px;
}

.footer .left .social-list .img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.footer .center {
  max-width: 300px;
}

.footer .center .desc-contact {
  margin-bottom: 4px;
  line-height: 28px;
}

.footer .center .support-link {
  color: #0e99ff;
  font-weight: 700;
  text-decoration: none;
}

.footer .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer .right .nav {
  text-wrap: nowrap;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 54px;
  text-decoration: underline;
  text-decoration-color: #777781;
}

.footer .right .nav a {
  line-height: 21px;
}

.footer .right .space {
  flex-grow: 1;
}

.footer .right .payment-copyright {
  display: flex;
  gap: 50px;
  justify-content: flex-end;
  align-items: center;
}

.footer .right .payment-method-list {
  display: flex;
  gap: 18px;
  align-items: center;
}

.footer .right .payment-method-list .img {
  width: auto;
  height: 17px;
}

.footer .right .copyright {
  text-align: right;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #777781;
}

.footer .center .requisites {
  margin-top: 10px;
}

/* END FOOTER */
/* media */

@media screen and (max-width: 1300px) {
  .home-page .section-3::before {
    width: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .full-modal {
    padding: 0 16px;
  }
  .full-modal .close {
    top: 12px;
    right: 12px;
  }
  .modal.full-modal .wrapper {
    flex-direction: column;
    height: auto;
    max-height: 90vh;
    gap: 32px;
  }

  .full-modal .logo {
    top: 12px;
    left: 12px;
  }
  .full-modal .left-side {
    display: none;
    /* width: 100%;
        height: 300px; */
  }

  .full-modal .right-side {
    max-width: 100%;
    padding: 100px 32px;
  }

  .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;
  }
}
@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;
  }
  .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;
  }
  .cabinet-content .carousel-container {
    padding-right: 24px;
    padding-left: 64px;
  }
  .cabinet-content .balance {
    padding-left: 0;
  }
  .cabinet-content .request-left {
    padding-top: 0;
  }
  .cabinet-content .request-left .info {
    margin-top: 24px;
  }
  .cabinet-content-container {
  }
  .cabinet-content td:nth-child(2) {
    width: 10%;
  }

  .copyright-requisites {
    /*flex-direction: column;*/
  }

  .copyright-requisites .copyright {
    /*order: 2;*/
  }

  .copyright-requisites .requisites {
    /*margin-bottom: 5px;*/
    /*margin-left: 0;*/
  }

  .copyright-requisites .requisites {
  }
  .footer .wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 768px) {
  .title.big {
    font-size: 42px;
    line-height: 56px;
    text-align: center;
  }
  .desc {
    font-size: 18px;
    line-height: 32px;
  }
  .header {
    padding-top: 32px;
  }
  .header .button {
    min-width: 0;
  }
  .header .wrapper {
    flex-direction: column;
    align-items: center;
  }
  .header .right {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-top: 24px;
  }
  .home-page .hero-section .wrapper {
    padding-top: 20px;
  }
  .home-page .hero-section .hero-left {
    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: 175px; */
  }
  .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 48px;
  }
  .home-page .section-4 .logo {
    margin-top: 32px;
  }
  .slick-arrow {
    width: 50px;
    height: 50px;
    left: -50px;
    background-size: 18px 40px;
  }
  .slick-next {
    left: auto;
    right: -50px;
  }

  .cabinet-page .main {
    padding-bottom: 32px;
  }
  .cabinet-content {
    flex-direction: column;
    margin-top: 16px;
  }
  .cabinet-content .left {
    width: 100%;
  }
  .cabinet-content .user-info .name {
    margin-top: 16px;
  }
  .cabinet-content .user-info .nav {
    margin: 24px auto 0;
  }
  .cabinet-content .right {
    width: 100%;
    padding-left: 0;
    margin-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-page .top .title {
    margin-left: 32px;
  }
  .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 .form-wrapper {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .cabinet-content .request-left form .form-wrapper .request-price {
    padding-left: 0;
    margin-right: 0;
    justify-content: center;
  }
  .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: 24px;
  }
  .login-modal .link {
    margin: 16px auto;
  }
  .modal .checkbox-container {
    width: 100%;
  }
  .modal .checkbox-label .desc {
    width: auto;
  }
  .modal .checkbox-container + .button {
    margin-top: 24px;
  }
  .modal .form-container {
    min-height: 0;
  }
  .modal .side .desc {
  }
  .modal .button.white {
  }
  .modal .close {
    top: 12px;
    right: 12px;
    filter: brightness(0);
  }

  .home-page .hero-section .button {
    width: 240px;
  }
  .home-page .section-2 .wrapper {
    flex-direction: column;
  }
  .home-page .section-2 .left {
    width: 100%;
  }
  .home-page .section-2 .right {
    padding-left: 0;
    width: 100%;
    margin-top: 24px;
  }
  .home-page .section-2 .list {
    display: block;
  }
  .home-page .section-2 .list .item {
    margin-bottom: 24px;
  }
  .home-page .section-3 .wrapper {
    display: block;
  }
  .home-page .section-3 .title {
    transform: none;
    font-size: 48px;
    line-height: 56px;
    height: auto;
  }
  .home-page .section-3 .slick-slider {
    width: 100%;
  }
  .home-page .section-4 .item,
  .home-page .section-4 .item:nth-child(2) {
    margin-bottom: 42px;
  }
  .home-page .section-4 .item .title {
    font-size: 48px;
    line-height: 56px;
  }
  .home-page .section-4 .item:nth-child(3) {
    margin-bottom: 48px;
  }
  .cabinet-page .top .left {
    position: static;
    transform: none;
  }
  .cabinet-page .top .right {
    position: static;
    transform: none;
    display: flex;
    justify-content: center;
    margin: 24px auto 0;
  }
  .cabinet-page .top {
    display: block;
    margin-bottom: 0;
    padding: 0;
  }
  .cabinet-page .top .left {
    width: 100%;
  }
  .cabinet-page .top .link {
    justify-content: center;
  }
  .cabinet-page .top .title {
    text-align: center;
    margin: 24px auto 0;
  }
  .text-page .top .title {
    text-align: left;
  }
  .cabinet-content .nav {
    text-align: center;
    margin-top: 24px;
  }
  .cabinet-content .right-wrapper {
    padding: 16px;
  }
  .cabinet-content .right .list {
    display: block;
  }
  .cabinet-content .right-wrapper {
    max-height: unset;
  }
  .cabinet-content .right-wrapper .title {
    text-align: center;
  }
  .cabinet-content .right .item,
  .cabinet-content .right .item a {
    margin-bottom: 16px;
  }
  .cabinet-content table {
    min-width: 500px;
  }
  .cabinet-content .request-left form .form-wrapper {
    flex-direction: column;
  }

  .cabinet-content .request-left label {
    flex-direction: column;
    padding-right: 0;
  }

  .cabinet-content .request-left label .desc {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .cabinet-content
    .request-left
    form
    .form-wrapper.request-error
    .input-wrapper {
    margin-top: 0;
  }

  .cabinet-content .request-left .button {
    margin-top: 16px;
  }
  .cabinet-content .request-left .info {
    margin-top: 0;
  }
  .cabinet-content .request-right {
    padding: 16px;
  }
  .cabinet-content .right .img-list {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .cabinet-content .ai {
    margin-top: 0;
  }
  .cabinet-content .ai .button {
    width: 200px;
  }

  .copyright-requisites {
    flex-direction: column;
  }

  .copyright-requisites .requisites {
    margin-bottom: 5px;
    margin-left: 0;
  }

  .top2-modal .payment-methods {
    flex-direction: column;
    row-gap: 12px;
    align-items: center;
  }

  .top2-modal .payment-methods .img,
  .top2-modal .payment-methods .button,
  .top2-modal .payment-methods .img {
    max-width: 187.05px;
  }
  .select-menu {
    margin: 0;
  }
  .cabinet-content
    .request-left
    form
    .form-wrapper.premium-request-form
    button[type="submit"] {
    align-self: stretch;
    width: auto;
    margin-right: 0;
  }

  .cabinet-content
    .request-left
    form.premium-request-form
    .form-wrapper
    .actions {
    flex-direction: column;
  }

  .cabinet-content
    .request-left
    form:not(.premium-request-form)
    .form-wrapper
    .actions {
    flex-direction: column;
  }

  .cabinet-content .request-left form .form-wrapper .actions button {
    min-width: auto;
  }

  .cabinet-content
    .request-left
    form.premium-request-form
    .form-wrapper
    .actions
    button.button {
    width: auto;
    align-self: stretch;
    margin-right: 0;
  }

  .footer .wrapper {
    grid-template-columns: 1fr;
  }

  .footer .left,
  .footer .center,
  .footer .right {
    max-width: 100%;
    text-align: center;
  }

  .footer .left .social-list {
    justify-content: center;
  }

  .footer .right .nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .footer .right .space {
    display: none;
  }

  .footer .right .payment-copyright {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    gap: 20px;
  }

  .footer .right .payment-method-list {
    margin-bottom: 10px;
  }

  .footer .right .copyright {
    margin-left: 0;
  }
}
.title.pointed {
  display: flex;
  align-items: center;
  justify-content: center;
}
.title.pointed img {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
.button.pointed {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.button.pointed img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
b.pointed {
  display: flex;
  align-items: center;
}
b.pointed img {
  width: 23px;
  height: 23px;
  margin-right: 3px;
}
table.full {
  width: 100% !important;
}
.footer .apple-pay {
    height: 22px;
}
.footer .google-pay {
    height: 43px !important;
}
.button.applepay {}
.button.applepay img {
    height: 25px;
    position: relative;
    filter: brightness(0) invert(1);
}
.button.googlepay img {
	width: 70px;
    height: 30px;
    position: relative;
}
.login-open {
	max-width: 132px;
}