html {
	scroll-behavior: smooth;
}
body {
	background: #020E04;
}
body.hidden {
    overflow: hidden;
}
.page {
	overflow: hidden;
	position: relative;
}
.title {
	font-family: "Mulish", sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	color: #0D0A2C;
}
.title span {
	color: #015EE9;
}
.title.big {
	font-size: 62px;
	line-height: 74px;
}
.title.large {
	font-size: 72px;
	line-height: 98px;
}
.title.small {
	font-size: 20px;
	line-height: 30px;
}
.title.white {
	color: #fff;
}
.desc {
	font-family: "Roboto", sans-serif;
    font-weight: 400;
	font-size: 24px;
	line-height: 48px;
	color: #AFAFBC;
}
.desc.small {
	font-size: 14px;
	line-height: 18px;
}
.desc.medium {
	font-size: 18px;
	line-height: 22px;
}
.desc.extrasmall {
	font-size: 14px;
	line-height: 28px;
}
.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 {
	opacity: .7;
}
.button {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	transition: .3s;
	position: relative;
	padding: 11px;
	min-width: 140px;
	border-radius: 6px;
    background: radial-gradient(81.75% 100% at 35.5% 0%, #DFFF5D 0%, #159922 100%);
    box-shadow: 0px 4px 12px 0px rgba(255, 255, 255, 0.25) inset;
    text-align: center;
    display: inline-block;
}
.button:hover {
	background: radial-gradient(96.37% 258% at 35% -158%, #DFFF5D 0%, #159922 100%);
    box-shadow: 0px 4px 12px 0px rgba(255, 255, 255, 0.25) inset;
}
.button2 {
	background-image: url('../img/new/btn2.png');
}
.button.bordered {
	padding: 12px 16px 12px 26px;
	min-width: 182px;
	justify-content: space-between;
	border: 1px solid #FFFFFF;
	background: transparent;
	display: inline-flex;
}
.button.request-button {
	min-width: 194px;
    justify-content: center;
    display: flex;
	text-transform: uppercase;
}
.button .img {
	width: 18px;
}
.button.bordered .img {
	width: 26px;
}
.premium-request-button {
    min-width: 194px;
    padding: 15px 22px;
    border-radius: 6px;
    border: none;
	border-radius: 6px;
    /*background: radial-gradient(100% 81.7% at 18.3% 0%, #F7CB57 0%, #EB6E00 100%);*/
    background: #F4FF5D;
    box-shadow: 0px 4px 12px 0px rgba(255, 255, 255, 0.25) inset;
    /*color: #FFF;*/
    color: #555;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
}
.premium-request-button:hover {
	/*background: radial-gradient(17.1% 271.59% at 100% -271.59%, #F7CB57 0%, #EB6E00 100%);*/
	background: #acb347;
    box-shadow: 0px 4px 12px 0px rgba(255, 255, 255, 0.25) inset;
}

.premium-request-button .premium-request-button__text {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
	color: #FFFFFF;
	font-family: "Mulish", sans-serif;
}
.premium-request-button .premium-text {
	text-transform: uppercase;
}
.button:disabled {
    cursor: auto;
    opacity: 0.5;
}

.button.small {
	min-width: 172px;
	text-transform: uppercase;
}
.button.white {
	background: #FFFFFF;
	color: #8800DC;
}
.wrapper {
	max-width: 1280px;
	margin: 0 auto;
}

/* header */
.header {
	width: 100%;
	padding: 22px 16px 0;
}
.home-page .header {
	position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.header .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header .right .button + .button {
	margin-left: 24px;
}
.header .desc {
	font-family: "Mulish", sans-serif;
}
.header .slash {
	white-space: pre-wrap;
}
.header .reg-open {
	display: flex;
	align-items: center;
}
.header .reg-open .img {
	width: 48px;
	margin-left: 14px;
}
.logo {
	display: flex;
	align-items: center;
	gap: 16px;
}
.logo .img {
	width: 150px;
}
.logo .title {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}
.logo .title span {
	color: #015EE9;
}
.header .right .name {
	margin-right: 20px;
	letter-spacing: -0.019em;
	text-transform: inherit;
	color: #fff;
	font-size: 16px;
}
.header .right .icon .img {
	width: 24px;
}
.header .profile-link {
	display: flex;
    align-items: center;
    background: transparent;
    box-shadow: unset;
    gap: 8px;
	
}
/* hero section */
.home-page .hero-section {
	padding: 142px 16px;
	position: relative;
}
.home-page .hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/bubbles.png');
    background-size: cover;
    background-position: center;
    opacity: 0.5;
    z-index: -1;
}
.home-page .hero-section .wrapper {
	position: relative;
}
.home-page .hero-section .title {
	color: #fff;
	max-width: 100%;
	text-align: center;
}
.home-page .hero-section .desc {
	margin-top: 150px;
	max-width: 992px;
}
.home-page .hero-section .center {
	position: relative;
	width: 100%;
	max-width: 568px;
	margin: 0 auto;
	text-align: center;
}
.home-page .hero-section .button {
	margin-top: 52px;
	min-width: 231px;
}
.desc.bordered {
	border-radius: 27px;
    background: linear-gradient(0deg, #020E04 0%, #171917 100%);
    padding: 77px 88px;
    max-width: 992px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 36px;
}

/* section 2 */
.home-page .section-2 {
	padding: 100px 16px;
	position: relative;
}
.home-page .section-2 .shape-1 {
	position: absolute;
    width: 465px;
    height: 310px;
    top: 170px;
    left: -250px;
}
.home-page .section-2 .shape-2 {
	position: absolute;
    width: 558px;
    height: 373px;
    right: -250px;
    top: -100px;
}
.home-page .section-2 .shape-3 {
	position: absolute;
    width: 436px;
    height: 290px;
    bottom: 170px;
    right: -240px;
}
.home-page .section-2 .wrapper {
	position: relative;
	max-width: 1068px;
}
.home-page .section-2 .list {
	display: flex;
	flex-wrap: wrap;
}
.home-page .section-2 .item.left {
	
}
.home-page .section-2 .item.right {
	justify-content: end;
}
.home-page .section-2 .item .item-wrapper {
	align-items: anchor-center;
	max-width: 570px;
    display: flex;
    gap: 26px;
}
.home-page .section-2 .item .image,
.home-page .section-2 .item .image img {
	width: 168px;
	height: 168px;
}
.home-page .section-2 .item {
	display: flex;
	width: 100%;
}
.home-page .section-2 .item + .item {
	margin-top: 100px;
}
.home-page .section-2 .item:nth-child(2) {
	margin-top: 56px;
}
.home-page .section-2 .item .title {
	width: 100%;
	color: #FFFFFF;
	vertical-align: middle;
	margin-bottom: 16px;
}
.home-page .section-2 .item .title span {
	margin-right: 8px;
	font-weight: 500;
	display: inline-block;
}
.home-page .section-2 .item .desc {
	width: 100%;
}
.home-page .section-2 .shape {
	width: 724px;
	position: absolute;
	left: -250px;
	top: -400px;
}
.home-page .section-2 .features {
	width: 458px;
	position: absolute;
	right: 0;
	bottom: 5px;
}

.select-menu {
    max-width: 330px;
}
.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: 16px;
    font-family: "Mulish", sans-serif;
    line-height: 24px;
    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);*/
    color: #FFFFFF;
}
.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;
    color: #FFFFFF;
}
.select-menu .options:not(.active) {
    display: none;
}
.select-menu .options .option {
    display: flex;
    height: 38px;
    cursor: pointer;
    padding: 0 16px;
    border-radius: 8px;
    align-items: center;
    padding-left: 10px;
    /*background: #fff;*/
    color: #FFFFFF;
}
/*.select-menu .options .option:hover {*/
/*    background: #f2f2f2;*/
/*}*/
.select-menu .options .option i {
    font-size: 25px;
    margin-right: 12px;
}
.select-menu .options .option .option-text {
    /*font-family: 'Inter', sans-serif;*/
    /*font-size: 18px;*/
    color: #FFFFFF;
}

.select-btn i {
    font-size: 25px;
    transition: 0.3s;
}

.select-menu.active .select-btn i {
    transform: rotate(-180deg);
}
.select-menu.active .options {
    display: block;
    /*opacity: 0;*/
    z-index: 10;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
	background: linear-gradient(180deg, #181D19 0%, #171C18 100%);
}
.home-page .section-3 {
	padding: 100px 16px;
    position: relative;
    background: url(../img/how-bg.png) no-repeat;
    background-size: contain;
    background-position: center bottom;
}
.home-page .section-3 .wrapper {
	position: relative;
    display: flex;
    max-width: 100%;
    justify-content: center;
}
.home-page .section-3 .list {
	width: 100%;
    display: flex;
    gap: 16px;
}
.home-page .section-3 .list .image {
	width: 148px;
	height: 148px;
	margin-bottom: 24px;
}
.home-page .section-3 .item {
	width: 326px;
	border-radius: 27px;
    background: linear-gradient(0deg, #020E04 0%, #171917 100%);
    padding: 32px 24px;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.home-page .section-3 .title {
	margin-bottom: 16px;
	text-align: center;
	color: #fff;
}
.home-page .section-3 .title.big {
	margin-bottom: 50px;
}
.home-page .section-3 .wrapper .right > .title {
	text-transform: uppercase;
}
.home-page .section-3 .wrapper .right .list {
	margin-top: 100px;
}
.home-page .section-3 .item .title {
	width: 100%;
    color: #FFFFFF;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-page .section-3 .item .title span {
	margin-right: 8px;
	font-weight: 500;
	display: inline-block;
}
.home-page .section-3 .item .desc {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #B5B5B5;
	width: 100%;
}
.home-page .section-4 {
	padding: 33px 16px;
	position: relative;
}
.home-page .section-4 .wrapper {
	position: relative;
}
.home-page .section-4 .carousel {
	margin-top: 90px;
	position: relative;
	width: calc(100% + 20px);
	left: -10px;
}
.home-page .section-4 .carousel:before {
	content: '';
	width: 20%;
	height: 100%;
	background: linear-gradient(to right, rgba(13, 10, 44, 1), rgba(13, 10, 44, 0));
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.home-page .section-4 .carousel:after {
	content: '';
	width: 20%;
	height: 100%;
	background: linear-gradient(to left, rgba(13, 10, 44, 1), rgba(13, 10, 44, 0));
	position: absolute;
	right: 0;
	top: 0;
}

.home-page .section-4 .item {
	padding: 0 10px;
}
.home-page .section-4 .title {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}



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



/* footer */
.footer {
	padding: 40px 80px 0px 80px;
	background: #000100;
}
.footer .bottom {
	font-family: "Roboto", sans-serif;
	color: #fff;
	font-size: 12px;
	width: 100%;
	text-align: center;
	padding: 30px 20px;
}
.footer .logo {
	margin-bottom: 50px;
}
.cabinet-page .main + .footer {
	margin-top: 0;
	padding-top: 36px;
}
.footer .wrapper {
	display: flex;
	justify-content: space-between;
	gap: 16px;
}
.footer .social-list {
	display: flex;
	justify-content: end;
}
.footer .social-list .img {
	width: 32px;
}
.footer .social-list .item {
	margin-left: 30px;
}
.footer .block-1 {
	flex: 1;
	max-width: 350px;
}
.footer .block-1 .desc {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	margin-bottom: 30px;
}
.footer .block-1 .item {
	display: table;
	text-decoration: underline;
}
.footer .block-1 .item:hover {
	text-decoration: none;
}
.footer .block-2 {
	text-align: center;
}
.footer .nav {
	margin-bottom: 60px;
}
.footer .nav a {
	margin-right: 40px;
	font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
}
.footer .nav a:last-child {
	margin-right: 0px;
}
.footer .block-2 .desc {
	margin-top: 80px;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	text-align: center;
}
.footer .block-3 {
	flex: 1;
	max-width: 300px;
}
.footer .block-3 .desc-1 {
	font-weight: 700;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
}
.footer .block-3 .desc-2 {
	font-size: 14px;
	line-height: 28px;
	color: #18AEFF;
}
.footer .block-3 .desc-3 {
	margin-top: 20px;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}
.footer .payment-method-list {
	margin-top: 36px;
	display: flex;
}
.footer .payment-method-list .img {
	height: 21px;
	width: auto;
	margin-right: 36px;
}

/* 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 {
	cursor: pointer;
    display: flex;
    align-items: center;
    gap: 14px;
    color: rgba(255, 255, 255, 0.30);
    font-family: "Mulish", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    width: 50%;
    padding-right: 20px;
    padding-top: 0px;
    background: #020E04;
    justify-content: end;
}
.modal .close img {
	width: 23px;
	height: 23px;
}
.overlay {
	background: rgba(2, 14, 4, 0.60);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.modal .wrapper {
	position: relative;
	max-width: 540px;
	margin: 0 auto;
	width: 100%;
	border-radius: 24px;
	display: flex;
	text-align: center;
    max-height: calc(100vh - 48px);
    overflow: auto;
    border-radius: 24px;
    box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-flow: column;
}
.modal .form-container {
	background: linear-gradient(180deg, #181D19 0%, #171C18 100%);
}
.modal .wrapper .top {
	display: flex;
}
.modal.amount-modal .wrapper, .modal.top-up-modal .wrapper {
    max-width: 540px;
}

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

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

.modal.top-up-modal .wrapper .payment-methods .button.multibanco {
    padding-top: 0;
    padding-bottom: 0;
}
.modal .title {
	color: #fff;
	text-align: center;
    font-family: "Mulish", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    width: 50%;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: linear-gradient(180deg, #181D19 0%, #171C18 100%);
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}
.modal.top-up-modal .wrapper .payment-methods .button.multibanco > img {
    /*background-image: url('../img/multibanco.svg');*/
    /*background-position: center;*/
    /*background-size: 29px;*/
    /*background-repeat: no-repeat;*/
    height: 48px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.modal .form-container {
	width: 100%;
	padding: 0px 32px 44px 32px;
}

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

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

.modal.top-up-modal .form-container {

}

.modal.top-up-modal .form-container {
    padding-top: 31px;
}

.modal.top-up-modal .form-container .top-up-amount, .modal.amount-modal .form-container .top-up-amount {
    font-family: "Mulish", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 26px;
    font-weight: bold;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    color: #fff;
}
.modal.amount-modal .form-container .top-up-amount.min-top-up-amount {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.modal .side {
	width: 40%;
	background: #8800DC;
	border-radius: 0 8px 8px 0;
	padding: 64px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
    min-height: 495px;
}
.reg-modal .general-error {
    margin-top: 20px;
}
.reg-modal .side {
	border-radius: 8px 0 0 8px;
}
.modal .side .desc {
	font-size: 14px;
	line-height: 21px;
	color: #fff;
}
.modal .side .title {
	color: #fff;
}

.update-profile-modal .button {
	margin-top: 24px;
}
.modal form {
	max-width: 376px;
	margin: 34px auto 0;
}

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

.modal.top-up-modal form {
    margin-top: 23px;
}

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

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

input, textarea /*, select.input*/ {
	outline: 0;
	border-radius: 8px;
    border: 1px solid #3D403E;
    background: rgba(255, 255, 255, 0.08);
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	color: #888888;
	padding: 9px 16px;
	width: 100%;
}

textarea {
    resize: none;
}

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

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

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

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

::placeholder {
	color: #888888;
}
label .desc.small {
	color: rgba(255, 255, 255, 0.28);
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
	margin-bottom: 2px;
	display: block;
}
.link {
	color: #AFAFBC;
	text-decoration: underline;
	font-size: 14px;
	line-height: 28px;
	cursor: pointer;
}
.link:hover {
	text-decoration: none;
}
.login-modal .link, .request-password-restore-modal .link {
	margin-top: 12px;
	margin-bottom: 42px;
	text-align: left;
	padding-left: 16px;
}

/*.modal.login-modal.reg-disabled .wrapper {*/
/*    max-width: 551px;*/
/*}*/

.modal.login-modal.reg-disabled .close, .modal.request-password-restore-modal.reg-disabled .close {
    filter: invert(95%) sepia(14%) saturate(162%) hue-rotate(334deg) brightness(89%) contrast(93%);
}

.modal.login-modal.reg-disabled .wrapper .form-container, .modal.request-password-restore-modal.reg-disabled .wrapper .form-container {
    width: 100%;
}
.checkbox-container {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	width: calc(100% - 180px);
}
.checkbox-container {
    display: block;
    width: 100%;
    margin-top: 25px;
}
.checkbox-container input {
	display: none;
}
.checkbox {
	position: relative;
	width: 24px;
	height: 24px;
	border: 1px solid #3D403E;
	border-radius: 5px;
}
.checkbox::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url('../img/check.svg');
	background-position: center;
	background-size: 24px;
	background-repeat: no-repeat;
	opacity: 0;
	transition: .3s;
}
input:checked + .checkbox::before {
	opacity: 1;
}
.checkbox-label {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.checkbox-label .desc {
	position: static;
	margin-left: 14px;
	color: #AFAFBC !important;
    font-family: "Roboto", sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 21px !important;
	padding: 0;
	text-align: left;
	width: calc(100% - 38px);
	margin-bottom: 0;
}
.checkbox-label .desc .link {
	line-height: 21px;
}

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

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

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

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

.checkbox-container {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}

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

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

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

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

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

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

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

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

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

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


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

.modal.amount-modal .form-container .currency {
    font-family: "Roboto", sans-serif;
    position: absolute;
    top: 38px;
    right: 16px;
    font-weight: bold;
    font-size: 23px;
    color: #fff;
}
.modal.amount-modal .form-container input::-webkit-outer-spin-button,
.modal.amount-modal .form-container input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* Firefox */
.modal.amount-modal .form-container input[type=number] {
    -moz-appearance: textfield;
}

/**/

/*.top-up-modal .select-container {*/
/*    position: relative;*/
/*}*/

/*.top-up-modal .select {*/
/*    -webkit-appearance: none;*/
/*    -moz-appearance: none;*/
/*    appearance: none;*/
/*    background-color: #fff;*/
/*    border: 1px solid #c4c4c4;*/
/*    border-radius: 3px;*/
/*    color: #222;*/
/*    font-size: 14px;*/
/*    height: 40px;*/
/*    padding: 0 12px;*/
/*    width: 100%;*/
/*}*/

/*.top-up-modal .select:focus {*/
/*    border: 1px solid #0081ff;*/
/*    outline: none;*/
/*}*/

/*.top-up-modal .select-arrow {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    right: 8px;*/
/*    transform: translateY(-50%);*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-top: 6px solid #555;*/
/*    border-right: 6px solid transparent;*/
/*    border-left: 6px solid transparent;*/
/*}*/

/*.top-up-modal .select.open + .select-arrow {*/
/*    border-top: 0;*/
/*    border-bottom: 6px solid #555;*/
/*}*/


/*.error-message {*/
/*    color: #e74c3c;*/
/*    font-size: 12px;*/
/*    margin-top: 5px;*/
/*}*/



/**/

/*.reg-modal.modal .checkbox {*/
/*    margin-right: 10px;*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    border: 2px solid #A0A0A0;*/
/*    border-radius: 2px;*/
/*    cursor: pointer;*/
/*}*/


.modal .checkbox-container + .button {
	vertical-align: middle;
}
label .eye {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	width: 28px;
	height: 28px;
	background-image: url('../img/eye.svg');
	background-position: center;
	background-size: cover;
	cursor: pointer;
	transition: .3s;
	display: none;
}
label .eye.active {
	background-image: url('../img/eye-closed.svg');
}
.modal {
	.title-container {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 22px;

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

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

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

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

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

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

.carousel-container {
	width: 100%;
}

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

.cabinet-content .slick-arrow {
	width: 50px;
	height: 50px;
	background-image: url('../img/arrow-yellow-big.svg');
	background-size: 18px;
	left: -42px;
}
.cabinet-content .slick-next {
	left: auto;
	right: -42px;
}
.cabinet-content .request-left {
	padding-top: 24px;
	flex-direction: column;
	display: flex;
	justify-content: space-between;
}
.premium-request-wrapper .cabinet-content .request-left {
    justify-content: stretch;
}
.cabinet-content .request-left form {
	text-align: center;
}
.cabinet-content .request-left .button {
	min-width: 138px;
}
.request-wrapper .info-wrapper {
    position: relative;
    margin-top: 6px;
}
.request-wrapper .info-wrapper .info {
    display: flex;
    column-gap: 35.47px;
    margin-left: 38.5px;
    max-width: 802.49px;
    margin-right: 16px;
}
.request-wrapper .info-wrapper .info .desc {
    margin-top: 0;
}
.cabinet-content .request-left .info .img, .request-wrapper .info .img {
	width: 25px;
}
.cabinet-content .request-left .info .desc, .request-wrapper .info .desc {
	color: #868686;
	font-size: 12px;
	line-height: 18px;
	margin-top: 16px;
}
.cabinet-content .request-left .request-price {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    color: #fff;
    margin: 20px 0px;
}
.cabinet-content .request-left .request-price.premium-request-price {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: -5px;
}
.cabinet-content .request-left .request-price .old-price {
    text-decoration: line-through;
    text-decoration-color: #F4FF5D;
    font-size: 14px;
}
.cabinet-content .request-left .request-price .new-price {
    font-size: 16px;
    margin-left: 2px;
}
.cabinet-content .books {}
.cabinet-content .ai {
	width: 40%;
	padding-left: 36px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.cabinet-content .ai { display: none; }
.request-right {
	display: flex;
	padding-left: 36px;
}
.cabinet-content .ai .button {
	width: 206px;
    align-self: center;
}
.cabinet-content td {
	padding: 22px 12px;
	vertical-align: middle;
	font-size: 14px;
	color: #000;
}
.cabinet-content tbody td {
	border-top: 1px solid #252a26;
}
.cabinet-content thead td {
	font-size: 12px !important;
	padding: 24px 12px;
	color: #D9D9D9;
    background: rgba(255, 255, 255, 0.06);
}
.cabinet-content tbody tr:nth-child(odd) td {
	background: #020E04;
}
.cabinet-content tbody td {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}
.cabinet-content tbody tr:nth-child(even) td {
	background: #131b14;
}
.cabinet-content td:first-child {
	padding-left: 32px;
	width: 20%;
}
.cabinet-content thead td:first-child {
	border-top-left-radius: 24px;
}
.cabinet-content td:nth-child(2) {
	width: 20%;
}
.cabinet-content td:last-child {
	padding-left: 32px;
	width: 20%;
}
.cabinet-content thead td:last-child {
	border-top-right-radius: 24px;
}
.cabinet-content tbody td:last-child {
	padding-right: 32px;
}
.cabinet-content tbody tr:last-child td:first-child {
    border-bottom-left-radius: 24px;	
}
.cabinet-content tbody tr:last-child td:last-child {
	border-bottom-right-radius: 24px;
}

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

.cabinet-content td .img {
	width: 100px;
}
.cabinet-content td .img.design {
	/*width: 48px;
	height: 48px;*/
	width: 100px;
	height: 100px;
}
.cabinet-content-history {
	padding: 0;
	display: block;
}
.cabinet-content-history table {
	width: 100%;
}
.cabinet-content .pagination {
	padding: 32px 32px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cabinet-content .pagination .item {
	width: 24px;
	border-radius: 100%;
	text-align: center;
	color: rgba(255, 255, 255, 0.25);
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
}
.cabinet-content .pagination .item.active {
	color: #fff;
}
.cabinet-content .pagination .arrow {
	background: transparent;
	background-image: url('../img/new/pagArrow.svg');
	background-position: center;
	background-size: 32px;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	border-radius: 100%;
}
.cabinet-content .pagination .arrow.prev {
	transform: scale(-1);
	margin-right: 5px;
}
.cabinet-content .pagination .arrow.next {
	margin-left: 12px;
}
.cabinet-page {
	
}
.cabinet-page .header {
	padding-bottom: 22px;
}
.cabinet-page .main {
	padding: 0 16px;
}
.wrapper .payment-result.desc {
    font-size: 20px;
}
.wrapper .payment-result.desc a {
    /*font-size: 14px;*/
    /*line-height: 28px;*/
    font-size: 20px;
    color: #18AEFF;
}
.wrapper .payment-result {
    text-align: center;
    margin: 15px auto;
}

strong { font-weight: bold; }

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

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

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

}

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

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

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

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

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

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

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

.request-table-container .button {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 140px;
    padding: 5px 12px;
    font-size: 18px;
}
.request-form .request-left .form-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    margin-bottom: 14px;
}
.request-form .request-left .form-wrapper label {
    margin-top: 0;
}

.cabinet-page .main-left .info .img {
	width: 46px;
}
.cabinet-page .main-wrapper > .wrapper {
	display: flex;
	gap: 16px;
	padding: 70px 0;
	flex-wrap: wrap;
	align-items: flex-start;
}
.cabinet-page .main-left {
	width: calc(32% - 8px);
	padding: 0px 24px 24px 0px;
	text-align: center;
}
.cabinet-page .main-left .info {
	border-radius: 0px 24px 24px 24px;
    background: #171D18;
	padding: 64px 24px 13px 24px;
	text-align: center;
}
.cabinet-page .main-left .info .name-container {
	padding-top: 8px;
}
.cabinet-page .main-left .info .link {
	margin-top: 16px;
}
.cabinet-page .main-left .balance-container {
	padding-top: 40px;
	text-align: center;
}
.cabinet-page .main-left .amount {
	display: flex;
	align-items: flex-end;
	justify-content: center;
    line-height: 56px;
    gap: 12px;
}
.cabinet-page .main-left .button {
	margin-top: 16px;
	text-transform: uppercase;
}
.cabinet-page .main-left .button.bordered {
	justify-content: center;
	margin: 100px auto 0;
	padding: 10px;
	min-width: 230px;
	font-weight: 400;
}
.cabinet-page .main-wrapper .main-right {
	width: calc(68% - 8px);
}
.cabinet-page .main-wrapper .nav {
	display: flex;
	align-items: center;
	gap: 54px;
	white-space: nowrap;
	overflow: auto;
}
.cabinet-page .main-wrapper .nav a {
	flex: 1;
	text-align: center;
	color: rgba(255, 255, 255, 0.30);
    text-align: center;
    font-family: "Mulish", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}
.cabinet-page .main-wrapper .nav a.white {
	color: #fff;
}
.cabinet-page .main-wrapper .nav a.active {
	border-radius: 24px 24px 0px 0px;
    background: #171D18;
    padding: 22px 73px;
    color: #fff;
}
.cabinet-page .main-wrapper .title-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 42px;
	width: 100%;
	padding: 0 16px;
}
.cabinet-page .main-wrapper .title-container .title {
	text-transform: uppercase;
}
.cabinet-page .main-wrapper .project-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 18px;
	border-radius: 0px 0px 24px 24px;
    background: linear-gradient(180deg, #181D19 0%, #171C18 100%);
    box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.25);
    padding: 37px 24px;
}
.cabinet-page .main-wrapper .project-list .item {
	width: 190px;
    height: 190px;
	overflow: hidden;
	position: relative;
}
.cabinet-page .main-wrapper .project-list .item .img {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
	border-radius: 4px;
}
.cabinet-page .main-wrapper .project-list .item a.new-request {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 190px;
    border-radius: 4px;
    border: 1px solid #F4FF5D;
    background: rgba(255, 255, 255, 0.06);
}
.cabinet-page .main-wrapper .project-list .item a.new-request img {
	width: 31px;
	height: 31px;
	position: unset;
}
.cabinet-page .main-wrapper .nav .button {
	color: #fff;
}
.terms-text {
	padding: 30px 0 70px 0px;
    font-family: "Roboto", sans-serif;
	line-height: 24px;
}
.terms-text p,
.terms-text p span,
.terms-text h2, .terms-text h3, .terms-text h4, .terms-text h1,
.terms-text h2 span, .terms-text h3 span, .terms-text h4 span, .terms-text h1 span,
.terms-text li,
.terms-text li span {
	background: transparent !important;
	color: #fff !important;
}
.cabinet-content-container {
	border-radius: 0px 0px 24px 24px;
    background: linear-gradient(180deg, #181D19 0%, #171C18 100%);
    box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.25);
    padding: 24px;
}
.lang-select-container {
	margin-right: 32px;
	position: relative;
}
.lang-select {
	background: transparent;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	color: #fff;
	outline: 0;
	padding-right: 20px;
	position: relative;
}
.lang-select-container::before {
	content: '▼';
	font-size: 10px;
	color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
  }


/* media */
@media screen and (max-width: 1367px) {
    .page.authorise .main-wrapper {
       padding: 60px 50px !important;
    }	
}
@media screen and (max-width: 1200px) {
	.title.big {
		font-size: 56px;
		line-height: 76px;
	}
	.home-page .hero-section {
		padding: 164px 16px 215px;
	}
	.home-page .hero-section .right {
		padding: 26px 52px;
	}
	.home-page .section-2 {
		padding: 48px 16px;
	}
	.home-page .section-2 .block-2 {
		margin-top: 48px;
	}
	.cabinet-page .main-wrapper .nav {
		gap: 16px;
	}
	.home-page .section-3 .list {
	   flex-flow: wrap;
	}
}
@media screen and (max-width: 1100px) {
	.home-page .section-2 .shapes {
		left: calc(50% + 510px);
	}
	.home-page .section-2 .block-1 {
		width: 70%;
		max-width: 712px;
	}
	.home-page .section-2 .block-4 {
		margin-top: 52px;
		width: 100%;
	}
	.home-page .section-2 .block-3 {
		margin-top: 62px;
	}
	.home-page .section-2 .block-5 {
		margin-top: 52px;
		width: 100%;
	}
	.home-page .section-2 .block-6 {
		margin-top: 52px;
	}
	.footer .block-4 .button {
		width: 100%;
		max-width: 273px;
	}
	.home-page .section-3 .block-3 {
		margin-top: 77px;
	}
	.home-page .section-3 {
		padding-bottom: 48px;
	}
	.home-page .section-3 .icon {
		width: 160px;
		height: 160px;
	}
	.home-page .section-3 .icon .img {
		width: 80px;
	}
	.home-page .section-3 .path {
		display: none;
	}
	.home-page .section-3 .row:nth-child(3) .block-1 {
		padding-left: 100px;
	}
	.home-page .section-3 .block-1 {
		width: 40%;
	}
	.home-page .section-3 .row:nth-child(2) .block-1 {
		padding-left: 100px;
	}
	.home-page .section-3 .wrapper .row + .row {
		margin-top: 64px;
	}
	.footer .social-list .item {
		margin-bottom: 16px;
    	display: inline-block;
	}
	.footer .block-1 .desc {
		margin-top: 40px;
	}
	.cabinet-content .carousel-container {
		padding-right: 24px;
		padding-left: 64px;
	}
	.cabinet-content .user-info .img {
		width: 64px;
	}
	.cabinet-content .balance {
		padding-left: 0;
	}
	.cabinet-content .request-left {
		padding-top: 0;
	}
	.cabinet-content .request-left .info, .request-wrapper .info {
		margin-top: 24px;
	}
	.cabinet-content-container {
		margin-bottom: 0;
	}
	.cabinet-content td:nth-child(2) {
		width: 10%;
	}
	.title.large {
		font-size: 48px;
		line-height: 56px;
	}
	.home-page .section-2 .features {
		display: none;
	}
	.home-page .section-3 .wrapper .left {
		display: none;
	}
	.home-page .section-3 .wrapper .list .item + .item {
		margin-top: 16px;
	}
	.cabinet-page .main-wrapper > .wrapper {
		flex-direction: column;
	}
	.cabinet-page .main-left,
	.cabinet-page .main-wrapper .main-right {
		width: 100%;
	}
	.cabinet-page .main-wrapper > .wrapper {
		padding: 24px 0;
	}
}
@media screen and (max-width: 968px) {
	.home-page .section-3 .item {
	   width: 100%;
	}
	.footer {
        padding: 32px 16px;
        margin-top: 0;
    }
    .footer .wrapper {
        flex-direction: column;
        text-align: center;
    }
    .footer .block-1 {
        width: 100%;
        padding-right: 0;
    }
    .footer .social-list .item {
        margin: 0 8px 16px;
    }
    .footer .block-1 .desc {
        margin-top: 16px;
    }
    .footer .block-2 {
        width: 100%;
        margin-top: 32px;
        padding: 0;
    }
    .footer .block-3 {
        width: 100%;
        margin-top: 32px;
        padding: 0;
    }
    .footer .block-3 .desc-3 {
        margin-top: 16px;
    }
    .footer .block-4 {
        width: 100%;
        padding: 0;
        margin-top: 32px;
        text-align: center;
    }
    .footer .payment-method-list {
        margin-top: 24px;
        justify-content: center;
    }
    .footer .payment-method-list .img {
        margin: 0 16px;
    }
    .footer .block-3,
    .footer .block-1 {
        max-width: 100%;
    }
    .footer .payment-method-list {
        flex-wrap: wrap;
        gap: 8px 0;
    }
    .footer .logo,
    .footer .social-list {
        justify-content: center;
    }
}
@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 .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: 0;
	}
	.home-page .hero-section .button {
		margin-top: 24px;
	}
	.home-page .hero-section {
		padding-bottom: 0;
	}
	.home-page .section-2 .shapes {
		display: none;
	}
	.home-page .section-2 .block-1 {
		width: 100%;
	}
	.home-page .section-2 .block-2 .divider {
		max-height: 120%;
	}
	.home-page .section-2 .block-num .desc,
	.home-page .section-2 .block-4 .desc {
		margin-top: 0;
	}
	.home-page .section-3 .block-1,
	.home-page .section-3 .row:nth-child(2) .block-1,
	.home-page .section-3 .row:nth-child(3) .block-1 {
		width: 100%;
		padding-left: 0;
	}
	.home-page .section-3 .icon {
		margin: 0 auto;
	}
	.home-page .section-3 .shapes2,
	.home-page .section-3 .shapes3 {
		display: none;
	}
	.home-page .section-3 .block-2 {
		width: 100%;
		text-align: center;
		padding-left: 0;
		margin-top: 24px;
	}

	.home-page .section-3 .desc.small {
		margin: 24px auto 0;
	}
	.home-page .section-4 {
		padding: 0 16px
	}
	.home-page .section-4 .logo {
		margin-top: 32px;
	}
	.slick-arrow {
		width: 50px;
		height: 50px;
		left: -50px;
		background-size: 18px 40px;
	}
	.slick-next {
		left: auto;
		right: -50px;
	}
	.cabinet-page .main {
		padding-bottom: 32px;
	}
    .request-form .request-left .form-wrapper label .select2-container {
        max-width: unset;
    }
    .request-form .request-left .form-wrapper label .select2-container--open .select2-dropdown--below  {
        max-width: unset;
    }
	.cabinet-content {
		flex-direction: column;
	}
	.cabinet-content .left {
		width: 100%;
	}
	.cabinet-content {
		padding: 16px;
	}
	.cabinet-content .user-info .name {
		margin-top: 16px;
	}
	.cabinet-content .user-info .nav {
		margin: 24px auto 0;
	}
	.cabinet-content .right {
		width: 100%;
		padding-left: 0;
	}
	.cabinet-content .balance-container {
		flex-direction: column;
		padding: 24px 0 0;
	}
	.cabinet-content .balance-container .button {
		margin: 24px auto 0;
		max-width: 180px;
	}
	.cabinet-page .top {
		padding: 24px 16px 18px;
	}
	.cabinet-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 {
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
	}
	.cabinet-content .books {
		width: 100%;
	}
	.cabinet-content .ai {
		width: 100%;
		padding-left: 0;
		padding-top: 24px;
		text-align: center;
	}
	.cabinet-content .ai .button {
		margin-top: 24px;
	}
	.cabinet-content .pagination {
		flex-wrap: wrap;
	}
	.cabinet-content-history .table-container {
		overflow: auto;
	}
	.cabinet-content thead td {
		padding: 12px;
	}
	.cabinet-content td:first-child {
		width: auto;
		padding-left: 16px;
	}
	.cabinet-content td:last-child {
		width: auto;
		padding-right: 16px;
	}

	.cabinet-content tbody td:last-child {
		width: auto;
		padding-right: 16px;
	}
	.cabinet-content-history table {
		min-width: 600px;
	}
	.text .desc.short {
		width: 100%;
		padding-right: 0;
	}
	.text .desc.short + .desc.short {
		padding-left: 0;
	}
	.text {
		padding-bottom: 0;
	}
	.modal .wrapper {
		display: flex;
		flex-wrap: wrap;
	}
	.modal .form-container {
		width: 100%;
		padding: 24px;
	}
	.modal form {
		margin-top: 32px;
	}
	.login-modal .link, .request-password-restore-modal .link {
		margin-top: 16px;
		margin-bottom: 16px;
	}
	.modal .checkbox-container {
		width: 100%;
	}
	.modal .checkbox-label .desc {
		width: auto;
	}
	.modal .checkbox-label {
		justify-content: center;
	}
	.modal .checkbox-container + .button {
		margin-top: 24px;
	}
	.modal .form-container {
		min-height: 0;
	}
	.modal .side {
		width: 100%;
		min-height: 0;
		padding: 24px;
		border-radius: 0;
	}
	.modal .side .desc {
		margin-top: 16px;
	}
	.modal .button.white {
		margin-top: 24px;
	}
	.reg-modal .side {
		order: 2;
	}
    .request-wrapper .info-wrapper .info {
        margin-left: 16px;
    }
	.header .reg-open .img {
		display: none;
	}
	.title.large {
		font-size: 36px;
		line-height: 42px;
	}
	.home-page .section-2 .shape {
		display: none;
	}
	.home-page .section-2 .item .title {
		width: 100%;
	}
	.home-page .section-2 .item .desc {
		padding-left: 0;
		width: 100%;
	}
	.home-page .section-2 .item:nth-child(2),
	.home-page .section-2 .item + .item {
		margin-top: 24px;
	}
	.home-page .section-3 {
		padding-top: 40px;
	}
	.home-page .section-3 .wrapper .right .list {
		margin-top: 32px;
	}
	.home-page .section-3 .desc.small {
		padding-left: 0;
	}
	.home-page .section-4 .carousel {
		margin-top: 24px;
	}
	.home-page .section-5 {
		padding: 40px 16px;
	}
	.home-page .section-5 .wrapper {
		padding: 16px;
	}
	.modal .checkbox-container,
	.modal .chekbox-container {
		width: 100%;
		margin-bottom: 0;
	}
	.reg-modal .button,
	.modal .checkbox-container + .button {
		margin-top: 16px;
	}
	.header .button {
		min-width: 0;
		gap: 8px;
		padding: 12px;
	}
	.button.bordered {
		padding: 12px;
	}
	.header .right .button + .button {
		margin-left: 12px;
	}
	.header .right .name {
		margin-right: 0;
	}
}
@media screen and (max-width: 625px) {
	.authorise-wrapper {
	   width: 90% !important;
	}
	.tabs-content {
	   padding: 20px 25px !important;
	   width: 100% !important;
	}
}
@media screen and (max-width: 575px) {
    .home-page .hero-section .desc {
        padding: 30px;
        margin-top: 100px;
    }
}
@media screen and (max-width: 500px) {
    .cabinet-page .top {
        flex-direction: column;
        row-gap: 22px;
    }

    .cabinet-page .top .right {
        display: flex;
        justify-content: center;
    }

    .modal.top-up-modal .wrapper .payment-methods {
        flex-direction: column;
        align-items: center;
    }

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

    .modal.top-up-modal .wrapper .payment-methods .button.multibanco {
        flex-direction: column;
        align-items: center;
        margin-top: 26px;
    }
}

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

.select2-container--default .select2-selection--single .select2-selection__rendered {
    border-radius: 8px;
    border: 1px solid #3D403E;
    background: rgba(255, 255, 255, 0.08);
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.28) !important;
    padding: 9px 16px;
    width: 100%;
}
body .select2-container--default .select2-selection--single {
    background: transparent;
    border: 0;
    border-radius: 24px !important;
    height: 48px;
    width: 100%;
}
.select2-search--dropdown {
    display: none;
}
.select2-container {
    /*width: 100% !important;*/
    max-width: 80vw;
}
select.input + .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px;
    right: 12px;
    background: url('../img/arrow-down.svg');
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
}
.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: rotate(180deg);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    opacity: 0;
}
.select2-container--open .select2-dropdown--below {
    border-radius: 6px;
    margin-top: 0px;
    overflow: hidden;
    box-shadow: none;
    transform: translateY(1px);
    border: 1px solid #3D403E;
}
.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: #292F2A;
    color: #fff;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 16px;
    display: flex;
    align-items: center;
    padding: 0 0 0 15px;
}
.select2-results__option {
    margin-top: 12px;
}
.select2-dropdown {
    background: #F0F2F3;
    border: 1px solid #AAABB6;
}
.select2-container--default .select2-results>.select2-results__options {
    padding-bottom: 12px;
    background: #292F2A;
}

.select-container {
    text-align: left;
    display: flex;
    align-items: center;
}
.select-container {
    margin-right: 26px;
}
.select-container-reset {
    margin-right: 0;
}
.select-container .desc + .select2 {
    margin-left: 16px;
}
.error-message {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #d01313;
}
.success-message {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
    color: #F4FF5D;
}
button .spinner {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.6);
    border-top: 3px solid white;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: spin 1s linear infinite;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
button.loading span {
    visibility: hidden;
    opacity: 0;
}
button.loading .spinner {
    opacity: 1;
    visibility: visible;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#requestForm button {
    display: flex;
    justify-content: center;
}
.select-error-wrapper {
    margin-top: -20px;
    margin-bottom: -20px;
}
.select-error-wrapper.last {
    margin-bottom: 0px;
}

.swiper {
    width: 100%;
    padding: 50px 0;
}
.swiper-slide {
    width: 500px;
    height: 438px;
    border-radius: 20px;
    transition: filter 0.3s ease, transform 0.3s ease;
    display: flex;
    align-items: center;
     justify-content: center;
}
.swiper-slide:not(.swiper-slide-active) {
    filter: brightness(0.4) blur(1px);
    transform: scale(0.9);
}
.swiper-button-next {
	right: 20px;
}
.swiper-button-prev {
	left: 20px;
}
.swiper-button-next img,
.swiper-button-prev img {
    width: 48px;
    height: auto;
}
.swiper-button-prev:after, 
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, 
.swiper-rtl .swiper-button-prev:after {
	content: unset;
}
.section-4 .button-block {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 80px;
}
.section-4 .button-block .button {
	width: 231px;
}
.page.authorise .main-wrapper {
	padding: 37px 487px 140px 487px;
}
.authorise-wrapper {
	margin: 0 auto;
	width: 538px;
	position: relative;
}
.tabs {
	width: 100%;
    display: flex;
}
.tabs .tab {
	width: 558px;
	height: 78px;
    color: rgba(255, 255, 255, 0.30);
    text-align: center;
    font-family: "Mulish", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tabs .tab.active {
	border-radius: 24px 24px 0px 0px;
	background: #171D18;
	color: #fff;
}
.tabs-content {
	width: 538px;
    flex-shrink: 0;
    border-radius: 0px 0px 24px 24px;
    background: linear-gradient(180deg, #181D19 0%, #171C18 100%);
    box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.25);
    padding: 100px 80px 22px 80px;
}
.tabs-content .tab-content {
	display: none;
}
.tabs-content .tab-content.active {
    display: block;
}
.auth-form .bottom {
	width: 100%;
	text-align: center;
}
.auth-form.reg .bottom {
	margin-bottom: 42px;
}
.open-password-restore {
	margin-top: 32px;
	color: #fff;
}
.auth-shape-1 {
	width: 558px;
    height: 573px;
    position: absolute;
    top: -90px;
    z-index: -1;
    right: -280px;
}
.auth-shape-2 {
	width: 436px;
    height: 291px;
    position: absolute;
    z-index: -1;
    bottom: -90px;
    left: -190px;
}
.wrapper.pass-restore .form-container {
    background: linear-gradient(180deg, #181D19 0%, #171C18 100%);
    box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.25);
}
.wrapper.pass-restore .title {
	color: #fff;
}
.title.small.name {
	color: #FFF;
    text-align: center;
    font-family: "Mulish", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 16px;
}
.desc.email {
	color: #D9D9D9;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}
.open-edit-profile {
	width: 100%;
	text-align: right;
	color: #F4FF5D;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    text-decoration-line: underline;
    margin-top: 33px;
}
.cabinet-page .icon {
	width: 86px;
    height: 73px;
    border-radius: 24px 24px 0px 0px;
    background: #171D18;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cabinet-page .icon img {
	width: 36px;
    height: 36px;
}
.balance-wrapper {
	border-radius: 0px 24px 24px 24px;
    background: #171D18;
    padding: 22px 58px 32px 58px;
}
.title.balance {
	color: #585C58;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 24px;
}
.title.amount {
	margin-bottom: 32px;
}
tbody img.success {
	width: 12px !important;
    height: 8px;
}
tbody img.fail {
	width: 16px !important;
	height: 16px;
}
tbody img.pending {
	width: 14px !important;
	height: 14px;
}
.download-btn {
	background: transparent;
	width: 18px;
    height: 18px;
}
.download-btn img {
	width: 18px;
	height: 18px;
}
.download-img-wrapper {
	text-align: center;
}
.request-wrapper .title {
	color: #fff;
	font-family: "Mulish", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin: 28px 0px;
}
.right.center {
	display: flex;
	align-items: center;
}
.cabinet-content-container.blured {
	background: transparent;
	padding: 24px 0px;
}
#requestForm {
	padding: 0px;
	gap: 32px;
}
#requestForm .left.request-left {
	padding-top: 0px;
	display: block;
}
.cabinet-content .request-left-wrapper,
.cabinet-content .right.request-right {
	border-radius: 24px;
    background: #171D18;
    padding: 32px 24px;
}
.cabinet-content .request-left-wrapper {
	padding-top: -24px;
}
#requestForm .button-wrapper {
	display: flex;
    width: 100%;
    justify-content: end;
}
#requestForm .info {
	display: flex;
    align-items: baseline;
    gap: 9px;
    color: #888;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 29px;
}
.button.yellow {
    /*background: radial-gradient(100% 81.7% at 18.3% 0%, #F7CB57 0%, #EB6E00 100%);*/
    background: #F4FF5D;
    box-shadow: 0px 4px 12px 0px rgba(255, 255, 255, 0.25) inset;
    color: #555;
}
.request-price {
	border-radius: 6px;
    background: #020E04;
    width: 100%;
    padding: 22px 27px;
    display: flex;
    justify-content: space-between;
}
.request-price .dark {
	color: #585C58;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
}
@media screen and (max-width: 778px) {
    .modal .wrapper {
        width: 90%;
    }
    .modal .title,
    .modal .close {
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 16px;
    }
}
@media screen and (max-width: 480px) {
	.authorise-wrapper {
	   width: 100%;
	}
	.page.authorise .main-wrapper {
        padding: 30px !important;
    }
}
.payment-method-list img.visa {
	width: 67px;
	height: 21px;
}
.payment-method-list img.mc {
    height: 40px !important;
    margin-left: -8px;
    margin-top: -9px !important;
}
.swiper-slide img {
	border-radius: 20px;
}
button .spinner {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.6);
    border-top: 3px solid white;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: spin 1s linear infinite;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
button.loading span {
    visibility: hidden;
    opacity: 0;
}
button.loading .spinner {
    opacity: 1;
    visibility: visible;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.button.regenerate {
	font-size: 14px;
    line-height: 20px;
    padding: 7px !important;
}
.top-up-modal .select2-container {
	max-width: 100% !important;
	width: 100% !important;
}
.download-img-wrapper .select2-container {
	width: 100% !important;
}
.menu-pages {
    display: flex;
    gap: 25px;
}
.menu-pages a {
	font-size: 16px;
    font-family: "Mulish", sans-serif;
    line-height: 24px;
    font-weight: 400;
	color: #fff;
}
.header-first,
.header-second {
    display: flex;	
}
.header-first {
	margin-right: 25px;
}
@media screen and (max-width: 950px) {
	.header .right {
	   flex-flow: column-reverse;
	   gap: 10px;
	   align-items: end;
	}
    .menu-pages a {
        line-height: 18px;
    }
}
@media screen and (max-width: 768px) {
	.header-first, 
	.header-second {
	   width: 100%;
       justify-content: center;
       margin-right: 0px;
	}
}
.toggle-icon {
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
}
.toggle-icon::before,
.toggle-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #F4FF5D;
    transition: transform 0.3s ease;
}
.toggle-icon::before {
    transform: rotate(45deg);
}
.toggle-icon::after {
      transform: rotate(-45deg);
}
.item.active .toggle-icon::before {
    transform: rotate(0deg);
}
.item.active .toggle-icon::after {
    transform: rotate(0deg);
}
.questions {
	padding: 50px 0px 20px 0px;
	width: 100%;
}
.questions .item {
	margin-bottom: 15px;
	width: 100%;
}
.questions .item .question {
	border-radius: 6px;
    background: linear-gradient(180deg, #181D19 0%, #171C18 100%);
    box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid #F4FF5D;
    color: #fff;
    padding: 20px 15px;
    display: flex;
    gap: 15px;
    align-items: center;
    cursor: pointer;
}
.questions .item .answer {
	padding: 20px 0px;
	display: none;
}
.item.active .answer {
	display: block;
}
.contact-us-wrapper {
	max-width: 600px;
    width: 100%;
    margin: 60px auto;
    border-radius: 6px;
    overflow: hidden;
    padding: 40px;
    background: linear-gradient(180deg, #181D19 0%, #171C18 100%);
    box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.25);
}
.contact-us-form .bottom {
	width: 100%;
	text-align: center;
	padding-top: 20px;
}
.contact-us-wrapper .title {
	text-align: center;
    color: #fff;
    padding-bottom: 30px;
}
.contact-us-wrapper .message-block {
	font-family: "Mulish", sans-serif;
	text-align: center;
    padding-top: 20px;
}