html {
	scroll-behavior: smooth;
}
body {
	background: #E5E9EA;
}
body.hidden {
    overflow: hidden;
}
.page {
	overflow: hidden;
	position: relative;
}
.title {
	font-family: 'Alfa Slab One', cursive;
	font-weight: 400;
	font-size: 42px;
	line-height: 58px;
	color: #000000;
}
.title.big {
	font-size: 68px;
	line-height: 88px;
}
.desc {
	font-family: 'Inter', sans-serif;
    font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
}
.desc b {
	font-weight: 700;
}
.mob {
	display: none;
}
button,
a,
.hover-link {
	border: 0;
	outline: 0;
	cursor: pointer;
	transition: .3s;
}
a:hover,
.hover-link:hover,
.button:hover {
	opacity: .7;
}
.button {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
    font-size: 18px;
    line-height: 21px;
	color: #fff;
	transition: .3s;
	background: #000;
	border-radius: 33px;
	position: relative;
	padding: 14px;
	min-width: 186px;
	text-transform: uppercase;
}

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

.button.white {
	background: transparent;
	color: #000000;
	border: 2px solid #000000;
	padding: 18px;
}
.wrapper {
	max-width: 1280px;
	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: 1;
	width: 100%;
	padding: 46px 16px 0;
}
.header .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header .right .desc {
	margin-right: 35px;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
}
.header .logo .img {
	width: 216px;
}
.header .right .name {
	margin-right: 30px;
	font-weight: 700;
}
.header .right .icon {
	width: 48px;
	height: 48px;
}
.header .profile-link {
	display: flex;
	align-items: center;
}

/* hero section */
.home-page .hero-section {
	padding: 285px 16px 205px;
	position: relative;
	text-align: center;
}
.home-page .hero-section::before {
	content: '';
	width: 716px;
	height: 504px;
	background-image: url('../img/hero1.png');
	background-position: center;
	background-size: contain;
	position: absolute;
	left: calc(50% - 600px);
	transform: translateX(-50%);
	top: 335px;
}
.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;
}
.home-page .hero-section .button {
	width: 307px;
	margin-top: 38px;
}
.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: .3s;
}
.slick-next {
	left: auto;
	right: 0;
	transform: scale(-1);
}
.slick-arrow:hover {
	opacity: .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: .3s;
}
.home-page .section-accordion .accordion-header.active:after {
	transform: translateY(-50%) scaleY(-1);
}
.home-page .section-accordion .accordion-content {
	font-family: 'Inter', sans-serif;
    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;
}


/* footer */
.footer {
	/*padding: 0 16px;*/
	/*background: #FFFFFF;*/
}

.footer .footer-wrapper {
    background: #FFFFFF;
}

.footer .footer-wrapper .wrapper {
	display: flex;
	justify-content: space-between;
	padding: 105px 16px;
}

.footer .footer-sub {
    display: flex;
    justify-content: space-between;
    /*padding: 105px 0;*/
    padding: 19px 16px;
}

.footer .footer-sub .wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.footer .footer-wrapper .wrapper .support-link {
    display: block;
}

.footer .logo .img {
	width: 140px;
}
.footer .social-list .img {
	width: 28px;
}
.footer .social-list .item {
	margin-right: 14px;
}
.footer .left {
	width: 25%;
	padding-top: 30px;
}
.footer .social-list {
	margin-top: 42px;
}
.footer .left .desc-2 {
	font-weight: 700;
	color: #0664E1;
	margin-top: 18px;
}
.footer .center {
	width: 50%;
	padding: 0 16px;
	flex-direction: column;
	display: flex;
	align-items: center;
}
.footer .center .button {
	margin-top: 50px;
}
.footer .right .item {
	display: table;
	margin-bottom: 28px;
	font-weight: 700;
	margin: 0 0 28px auto;
}
.footer .right .item:last-child {
	margin: 0 0 0 auto;
}
.footer .right {
	text-align: right;
	width: 25%;
	padding-top: 35px;
}
.payment-method-list {
	display: flex;
	justify-content: flex-end;
}
.payment-method-list .img {
	height: 24px;
	width: auto;
	margin-left: 20px;
}
.payment-method-list .img:first-child {
	transform: scale(1.5);
    margin-right: 10px;
}
.copyright-section {
	padding: 0 16px;
}
.copyright-section .wrapper {
	padding: 18px 0;
	display: flex;
	justify-content: space-between;
}

.copyright-requisites {
    display: flex;
    font-family: 'Inter', sans-serif;
    /*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: 5;
	padding: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.modal.active {
	visibility: visible;
	opacity: 1;
}
.modal .close {
	width: 28px;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}
.overlay {
	background: #000;
	opacity: .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;
}

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

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

.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 + label {
	margin-top: 18px;
}
input, textarea, .select2 {
	outline: 0;
	background: #E5E9EA;
	border: 0;
	border-radius: 4px;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	padding: 17px 20px;
	width: 100%;
	margin-top: 12px;
}

.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-family: 'Inter', 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: 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-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 16px;
    display: flex;
    align-items: center;
    padding: 0 0 0 15px;
}
.select2-results__option {
    margin-top: 12px;
}
.select2-dropdown {
    background: #F0F2F3;
    border: 1px solid #AAABB6;
}
.select2-container--default .select2-results>.select2-results__options {
    padding-bottom: 12px;
    background: #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;
}

form label input ~ .error-message, form label textarea ~ .error-messag, form label .input-wrapper ~ .error-message {
    padding: 8px 0 0 0;
    display: flex;
    color: #d01313;
    font-size: 13px;
    font-family: 'Inter', sans-serif;
    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;
    font-family: 'Inter', sans-serif;
}

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;
}
.login-modal .link {
	margin-top: 24px;
	margin-bottom: 24px;
	display: table;
	margin: 24px 0 24px auto;
}
.modal .chekbox-container {
	font-size: 0;
}
.modal .chekbox-container input {
	display: none;
}
.modal .checkbox {
	position: relative;
	width: 28px;
	height: 28px;
	border-radius: 4px;
	background: #E5E9EA;
}
.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: .3s;
}
.modal input:checked + .checkbox::before {
	opacity: 1;
}
.modal .chekbox-label {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.modal .chekbox-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 .chekbox-label .desc .link {
	line-height: 21px;
}
.modal .chekbox-container + .button {
	margin-top: 34px;
}
.reg-modal .chekbox-container {
	margin-top: 24px;
}
.top-modal .button {
	margin-top: 24px;
}
.top2-modal .chekbox-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;
}
.cabinet-page {
	padding-top: 174px;
}
.cabinet-page .wrapper {
	position: relative;
	max-width: 1300px;
}
.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;
}
.cabinet-page .top .title {
	margin-left: 0px;
}
.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;
    font-family: 'Inter', sans-serif;
    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 {
    font-family: 'Inter', sans-serif;
    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.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: 0 16px;
}
.text {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 24px;
}
.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;
}

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

.select-menu {
    max-width: 330px;
    margin: 50px auto;
}
.select-menu .select-btn {
    font-family: 'Inter', Sans-serif;
    display: flex;
    height: 55px;
    /*background: #fff;*/
    padding: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 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-family: 'Inter', sans-serif;
    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: 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;
}

.premium-request-button {
    display: flex;
    align-items: center;
    column-gap: 16.37px;
    min-width: 224px;
    background-color: #FFFFFF;
    padding: 6px 0;
    border-radius: 8px;
    border: 1px solid #C1C1C1;
}

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

.premium-request-button .premium-request-button__text {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
}
.premium-request-button .premium-request-button__text .premium-text {
    color: #FFC733;
}

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

/* new css end */

/* media */

@media screen and (max-width: 1300px) {
	.home-page .section-3::before {
		width: 20px;
	}
}
@media screen and (max-width: 1200px) {
	.title.big {
		font-size: 56px;
		line-height: 76px;
	}
	.home-page .hero-section {
		padding: 164px 16px 215px;
	}
	.home-page .hero-section .right {
		padding: 26px 52px;
	}
	.home-page .section-2 {
		padding: 48px 16px;
	}
	.home-page .section-2 .block-2 {
		margin-top: 48px;
	}

}
@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;
	}
	.footer .block-2 {
		width: 20%;
	}
	.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 {
    }
}

@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 {
		flex-direction: column;
	}
	.home-page .hero-section .cube {
		display: none;
	}
	.home-page .hero-section .left {
		width: 100%;
		text-align: center;
	}
	.home-page .hero-section .right {
		width: 100%;
		margin-top: 24px;
	}
	.home-page .hero-section .right {
		padding: 26px 32px;
	}
	.home-page .hero-section .button {
		margin-top: 24px;
	}
	.home-page .hero-section {
		padding-bottom: 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;
	}
	.footer {
		padding: 32px 16px;
	}
	.footer .wrapper {
		flex-direction: column;
		text-align: center;
	}
	.footer .block-1 {
		width: 100%;
		padding-right: 0;
	}
	.footer .social-list .item {
		margin: 0 8px 16px;
	}
	.footer .block-1 .desc {
		margin-top: 16px;
	}
	.footer .block-2 {
		width: 100%;
		margin-top: 32px;
		padding: 0;
	}
	.footer .block-2 .item,
	.footer .block-2 .item:last-child {
		margin: 0 auto 16px;
	}
	.footer .block-3 {
		width: 100%;
		margin-top: 32px;
		padding: 0;
	}
	.footer .block-3 .desc-3 {
		margin-top: 16px;
	}
	.footer .block-4 {
		width: 100%;
		padding: 0;
		margin-top: 32px;
		text-align: center;
	}
	.footer .payment-method-list {
		margin-top: 24px;
		justify-content: center;
	}

    .footer .footer-sub .wrapper .payment-method-list {
        margin-bottom: 15px;
    }

	.footer .footer-sub .wrapper .copyright {
		order: 2
	}

	.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;
        margin-bottom: 100px;
	}
	label + label {
		margin-top: 24px;
	}
	.login-modal .link {
		margin: 16px auto;
	}
	.modal .chekbox-container {
		width: 100%;
	}
	.modal .chekbox-label .desc {
		width: auto;
	}
	.modal .chekbox-label {
		justify-content: center;
	}
	.modal .chekbox-container + .button {
		margin-top: 24px;
	}
	.modal .form-container {
		min-height: 0;
	}
	.modal .side {
		width: 100%;
		min-height: 0;
		padding: 24px;
	}
	.modal .side .desc {
	}
	.modal .button.white {
	}
	.modal .close {
		top: 12px;
		right: 12px;
		filter: brightness(0);
	}
	.reg-modal .side {
		order: 2;
	}
	.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;
	}
	.footer .wrapper {
		padding-bottom: 0;
		padding-top: 0;
	}
	.footer .left {
		width: 100%;
	}
	.footer .center {
		width: 100%;
		margin-top: 32px;
	}
	.footer .right {
		width: 100%;
	}
	.footer .right .item,
	.footer .right .item:last-child {
		margin: 0 auto 24px;
	}
	.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;
    }
}
.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;
}

pre {
    display: block;
    width: 100%;
    white-space: normal;
}