:root {
	--text-color:#fcfcfd;
	--main-color:#F68B1F;
	--b-color:#24292B;
  }

html {
    height: 100%;
	display: flex;
	flex-direction: column;
}
body {
	font-family: 'Nunito Sans', sans-serif;
	min-width: 320px;
	color: var(--text-color);
}
.header-wrapper {
	background: linear-gradient(252deg, #022C4A 0%, #001117 106.65%);
	background-image: url(/static/core/img/bg-mobshark.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: auto;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.stack__slide-title {
	font-weight: 700;
	font-size: clamp(14px, 2vw, 30px);
	line-height: 120%;
	letter-spacing: -0.02em;
	color: #fff;
	background: linear-gradient(131deg, #2054ff 0%, #2094ff 100%);
	border-radius: 26px;
	margin-bottom: 0;
	padding: 15px 30px;
}
.stack__slide-description {
	font-weight: 400;
	font-size: clamp(12px, 2vw, 20px);
	line-height: 120%;
	color: #fff;
	padding: 42px 35px;
}
.stack__slide-info {
	background: rgba(241, 241, 241, 0.07);
	mix-blend-mode: soft-light;
	border-radius: 26px;
}

.main-h2 {
	font-family: 'Inter Bold', sans-serif;
	font-weight: 700;
	font-size: clamp(18px, 2vw, 52px);
	line-height: 120%;
	background: linear-gradient(131deg, #2054ff 0%, #2094ff 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.ads {
	margin-top: 70px;
	margin-bottom: 70px;
}
.ads__text{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	color: #121212;
	margin-bottom: 40px;
}
.ads__text-top {
	font-weight: 400;
	font-size: clamp(12px, 2vw, 20px);
	width: 45%;
}


.ads__main-info {
	font-weight: 400;
	font-size: 30px;
	line-height: 127%;
	color: #fcfcfd;
	border-radius: 20px;
	background:
			linear-gradient(131deg, #2054ff 0%, #2094ff 100%),
	url(/static/core/img/Texture.png);
	background-size: cover;
	background-position: center;
	padding: 30px 25px;
	gap: 40px;
}
.ads__main-info span {
	font-weight: 700;
	font-size: clamp(16px, 3vw, 46px);
	color: #fcfcfd;
}
.welcome__btn {
	display: flex;
	align-items: center;
	padding-top: 9px !important;
	padding-bottom: 9px !important;
	line-height: 29.05px;
}
.ads__main-left {
	width: 60%;
}
.ads__item {
	padding: 19px 0;
	border-bottom: 1px solid #FCFCFD;
	display: flex;
	gap: 50px;
}
.ads__item p {
	font-size: clamp(14px, 3vw, 30px);
	margin-bottom: 0;
	line-height: 100%;
	color: #fcfcfd;
}
footer,
footer a{
	font-family: 'Inter Regular';
}
.ads__item:last-child {
	border-bottom: none;
}
.ads__title {
	font-weight: 700;
	font-size: clamp(18px, 2vw, 36px);
	line-height: 127%;
	color: #fcfcfd;
}
.ads__item-link {
	overflow: hidden;
	position: relative;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	color: #2054ff;
	border: 1px solid #fcfcfd;
	border-radius: 10px;
	background-color: #fff;
	padding: 3px 23px;
	margin-left: auto;
	max-width: 198px;
	width: 100%;
	height: 45px;
}

.ads__item-link span {
	font-family: "Inter Regular", sans-serif;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	background: linear-gradient(131deg, #2054ff 0%, #2094ff 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.shadow-gradient{
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	width: 100%;
	height: 80px;
}

@media screen and (max-width: 768px) {
	.shadow-gradient {
		height: 30px;
	}
	.ads__item-link {
		max-width: 124px;
		height: 27px;
		padding: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		border-radius: 5px;
	}
	.ads__item-link span {
		font-size: 14px;
		line-height: 17px;
	}
}
.ads__main-right img {
	width: 100%;
}

.stack__main {
	position: absolute;
	top: calc(-14% + 20vw);
	width: 100%;
	display: flex;
	justify-content: space-between;
	z-index: 10;
}

.stack__slide-list {
	position: relative;
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
}
.slick-track {
	padding: 30px 0;
}

img {
	max-width: 100%;
}
button:focus,
:focus {
    outline: none;
}
a {
    color: var(--b-color);
}
a, a:hover {
	transition: all .5s;
	color: var(--main-color);
	text-decoration: none;
}
a:focus,
a:active {
	transition: all .5s;
	color: #f68b1f;
}

.h1, h1 {
	font-size: 1.75rem;
}
.h2, h2 {
	font-size: 1.25rem;
	font-weight: 600;
}
.h3, h3 {
	font-size: 1.125rem;
}
.semibold {
	font-size: .875rem;
	font-weight: 600;
}
b, strong {
    font-weight: bold;
}
.strong {
	font-size: .875rem;
}
.medium {
	font-size: .875rem;
}
.regular {
	font-size: .75rem;
	font-weight: 500;
}
.row {
    margin-right: -12px;
    margin-left: -12px;
}
.row>div {
    padding-right: 12px;
    padding-left: 12px;

}

.navbar-nav .link-text {
	font-family: 'Inter Medium';
	font-weight: 500;
}

.btn {
	font-family: 'Nunito Sans', sans-serif;
	background: #F68B1F;
	border-radius: .6rem;
	border: 1px solid #F68B1F ;
	font-size: .875rem;
	padding: .6rem 1.8rem;
	color: var(--text-color);
	position: relative;
	font-weight: 600;
}
.navbar-expand-lg .navbar-nav .nav-link {
	background: linear-gradient(90deg, #2094ff 0%, #2051ff 100%);
	padding: 0.3rem 1rem;
}
.btn2 {
	font-family: 'Inter Bold', sans-serif;
	background-color: #fff;
	font-size: .875rem;
	color: var(--text-color);
	font-weight: 600;
	border-radius: .3rem;
	background: linear-gradient(90deg, #2094ff 0%, #2051ff 100%);
	padding: 0.3rem 1rem;

}
.welcome .btn2 {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	display: block;
	width: fit-content;
	font-size: clamp(12px, 1.5vw, 24px);
}

.btn2:hover {
	color: var(--text-color);
}
.btn:hover {
	color: var(--b-color);
	border: 1px solid var(--main-color);
	background-color: var(--text-color);
}

.navbar-nav .nav-item.active .nav-link {
	color: #fff;
	position: relative;
}
.navbar-nav .nav-item.active .nav-link:before {
	content: '';
    display: block;
    position: absolute;
    bottom: -1rem;
    left: 0;
    right: 0;
    height: 6px;
    background: #BDD0FF;
	z-index: 10;
}
.blue-bg {
	background: #F7F8F9;
	color: #000;
}
section.first {
	min-height: 720px;
	display: flex;
}
section.first>div {
	margin: auto;
	position: relative;
	z-index: 2;
}
section.first .title {
	font-weight: 500;
	font-size: 4.625rem;
	color: #BDD0FF;
	line-height: 1.2;
	margin-bottom: 1rem;
}
section.first .title span {
	position: relative;
}
section.first .title span:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -5px;
    left: 4px;
    right: 0;
	height: 5px;
	background: #BDD0FF;
}
section.first .title.aos-animate span:before {
	right: 4px;
	transition: all 3s;
}
section.first .title2 {
	font-weight: 500;
	font-size: 4.625rem;
	line-height: 1.2;
	margin-bottom: 1.5rem;
}
section.first .descr {
	font-weight: normal;
	font-size: 1.5rem;
	line-height: 1.5;
}

.btn-white {
	color: #f68b1f;
	font-weight: 500;
	background: #fff;
	border-radius: 1.5rem;
	padding: .625rem 2.5rem;
	border: 2px solid #fff;
}
.btn-white:hover {
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
}
section.first .btn-white {
	margin-bottom: 1.5rem;
}
section.first .descr2 {
	font-weight: normal;
	font-size: 1.125rem;
	margin-bottom: 5rem;
}
section.first.anim1 {
	position: relative;
	overflow: hidden;
}
section.first.anim1:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: -800px;
	left: -500px;
	width: 5000px;
	height: 5000px;
	background: url('/static/core/img/anim1.svg') no-repeat top right / contain;
	animation: ainim1 50s infinite linear;
	opacity: .15;
}
@keyframes sbs-anim-rec185740285-1588066442504 {
	0% {opacity:1;transform:translateX(0px)translateY(0px)rotate(0deg)scale(1,1);animation-timing-function:linear;}
	1% {opacity:1;transform:translateX(-175px)translateY(0px)rotate(0deg)scale(0,1);animation-timing-function:linear;}
	49% {opacity:1;transform:translateX(-175px)translateY(0px)rotate(0deg)scale(0,1);animation-timing-function:linear;}
	100% {opacity:1;transform:translateX(0px)translateY(0px)rotate(0deg)scale(1,1);}
}
@keyframes ainim1 {
	0% {transform:translateX(0px)translateY(0px)rotate(0deg)scale(1,1);animation-timing-function:linear;}
	100% {transform:translateX(0px)translateY(0px)rotate(360deg)scale(2,2);}
}
@keyframes ainimText {
	0% {
		font-size: 0;
		opacity: 0;
		animation-timing-function:linear;
	}
	10% {
		font-size: 45px;
		opacity: 0;
		animation-timing-function:linear;
	}
	30% {
		font-size: 45px;
		opacity: .65;
		animation-timing-function:linear;
	}
	40% {
		font-size: 45px;
		opacity: 1;
		animation-timing-function:linear;
	}
	50% {
		font-size: 45px;
		opacity: .65;
		animation-timing-function:linear;
	}
	60% {
		font-size: 45px;
		opacity: 0;
		animation-timing-function:linear;
	}
	65% {
		font-size: 0;
		opacity: 0;
		animation-timing-function:linear;
	}
	100% {
		font-size: 0;
		animation-timing-function:linear;
	}
}
.how-work {
	padding: 5.75rem 0;
	background: #fff;
	border-top-left-radius: 1.5rem;
	border-top-right-radius: 1.5rem;
	margin-top: -2rem;
	position: relative;
}
.s-title,
.how-work .title {
	font-size: 45px;
	font-weight: 500;
	margin-bottom: 2.5rem;
}
.how-work .title {
	font-size: 45px;
}
.how-work .title .text-anim span {
	animation: ainimText 10s infinite linear;
	transition: all 1.5s;
}
.how-work .title .text-anim.show span {
	font-size: 2.5rem;
	transition: all 1.5s;
}
.how-work .descr {
	font-size: 1.5rem;
	font-weight: normal;
	width: 100%;
	max-width: 940px;
	margin: auto auto 4rem;;
}
.how-work .how-title {
	margin-bottom: 1.25rem;
	font-weight: 500;
	font-size: 1.875rem;
}
.how-work .image {
	margin-bottom: 2rem;
}
.how-work .how-descr {
	margin-bottom: 1.5rem;
	font-weight: normal;
	font-size: 1.125rem;
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
}
.blue-bg2 {
	background: #E9EBFF;
	padding: 5rem 0;
	border-top-left-radius: 1.5rem;
	border-top-right-radius: 1.5rem;
	margin-top: -2rem;
	position: relative;
}
.blue-bg2.container {
	border-radius: 1.5rem;
}
.begin .title {
	font-weight: 500;
	font-size: 2.8rem;
	line-height: 1.3;
}
.begin .title + .title {
	margin-bottom: 2.5rem;
}
.begin .blue-bg2 {
	border-radius: 1.5rem;
}
.begin .descr {
	font-size: 18px;
}
.btn-blue {
	background: var(--main-color);
	color: #fff;
}
.btn-blue:hover {
	color: var(--main-color);
	background: var(--text-color);
}
.btn-blue-light {
	border: 2px solid var(--main-color);
	color: var(--main-color);
}
.btn-blue-light:hover {
	border: 2px solid var(--main-color);
	color: #fff;
	background: var(--main-color);
}
footer.blue-bg {
	padding: 4.5rem 0;
	font-size: .875rem;
}
footer .logo {
	margin-bottom: 2rem;
}
footer .socials {
	margin-bottom: 1.5rem;
	display: flex;
}
footer .socials a {
	margin-right: .625rem;
}
.copyright {
	font-weight: 500;
	font-size: .75rem;
}
footer .title {
	font-weight: 500;
	font-size: 1rem;
	color: #BDD0FF;
	margin-bottom: .75rem;
	text-transform: uppercase;
}
footer .poitics a{
	text-decoration: underline;
	color: #121212;
}
footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
footer ul li {
	margin-bottom: .75rem;
}
footer ul li a {
	color: #fff;
}
.slick-dots {
	bottom: calc(40% - 12vw);
	left: -100%;
}
footer ul li a:hover {
	color: #BDD0FF;
}
.slick-dots li button {
	border: none;
	background-color: rgba(252, 252, 253, 0.2);
}
section.first.web {
	min-height: inherit;
	padding: 5rem 0 7rem;
}
section.first.web .title2 {
	font-size: 3.5rem;
}
section.first.web .descr {
	margin-bottom: 3rem;
}
section.first.web .btn-blue {
	background: #6D90FF;
	font-weight: 500;
	border: 2px solid #6D90FF;
}
section.first.web .btn-blue:hover {
	background: transparent;
	font-weight: 500;
	border: 2px solid #fff;
	color: #fff;
}
.how-work2 .how-descr {
	font-size: 1.125rem;
}
.weak-money {
	margin: 7.5rem 0;
}
.weak-money .image {
	width: 81px;
    margin-left: -1rem;
    top: -.5rem;
    position: relative;
}
.weak-money .info {
	width: calc(100% - 81px);
	padding-left: 1rem;
	font-size: 1.5rem;
	margin: auto 0;
}
.weak-money .info .title {
	font-weight: 500;
}
.plato .blue-bg {
	padding: 5rem 5rem 1rem;
	background: var(--main-color) url('/static/core/img/image_platforma.jpg') no-repeat 130% -50px / 700px auto;
	border-radius: 1.5rem;
}
.plato.reks .blue-bg {
	background: var(--main-color);
}
.plato .title {
	font-weight: 500;
	font-size: 2.8rem;
	line-height: 1.1;
	margin-bottom: 2.5rem;
}
.r-title,
.plato a {
	color: #fff;
	font-weight: 500;
	font-size: 1.25rem;
	display: block;
	position: relative;
}
.plato a {
	padding-right: 32px;
}
.plato a:before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: url('/static/core/img/kr.svg') no-repeat center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
}
.plato a[aria-expanded="true"]:before {
	background: #6D90FF url('/static/core/img/kr.svg') no-repeat center;
	transform: rotate(45deg);
}
.plato hr {
	border-top: 1px solid #87a2ff;
}
.how-begin {
	margin: 7.5rem 0 6rem;
}
.how-begin .image {
	width: 67px;
    position: relative;
}
.how-begin .image div {
	background: var(--main-color);
	box-shadow: 0px 4.52174px 13.5652px rgba(0, 0, 0, 0.16);
	color: #fff;
	position: absolute;
	top: -.5rem;
	left: 0;
	width: 26px;
	height: 26px;
	text-align: center;
	border-radius: 50%;
	font-weight: 500;
	padding: 2px 0;
}
.how-begin .info {
	width: calc(100% - 67px);
	padding-left: 2rem;
	font-size: 1rem;
	margin: auto 0;
}
.how-begin .info .title {
	font-weight: 500;
	font-size: 1.25rem;
}
.how-begin .d-md-flex {
	margin-bottom: 2.5rem;
}
.begin .logo {
	margin-bottom: 2rem;
}
.begin .logo img {
	width: 146px;
}
.weak-money.reks .col-md-4 {
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 1.1;
	margin-bottom: 2.5rem;
}
.weak-money.reks .s-title {
	line-height: 1.2;
}
section.first.p404 {
	min-height: calc(100vh - 78px - 325px);
	padding: 5rem 0;
}
section.first.p404 .title2 {
	font-size: 2.8rem;
}
section.first.p404 .descr {
	font-weight: normal;
	font-size: 1.5rem;
	max-width: 370px;
}
.modal-content {
	border-radius: 1rem;
}
#header {
	padding: 0 !important;
}
.modal-header {
	font-size: 1.25rem;
	font-weight: 600;
	padding: 25px;
	padding-bottom: 0;
	border-bottom: none;
	color: #2D2D3B;
	display: flex;
	align-items: center;
}
.auth .modal-content .btn-color {
	background: linear-gradient(90deg, #2094ff 0%, #2051ff 100%) !important;
	font-weight: 600;
	font-size: 24px;
	text-align: center;
	color: #fcfcfd;
	line-height: 29px;
	border: none !important;
}


.modal-container {
	width: 100%;
	margin: auto;
}

.modal-header p {
	margin-bottom: 0 !important;
}

.gradient-border {
	position: relative;
	border: none;
	border-radius: 5px !important;
}
.input-block .form-control {
	border: 1px solid #2054FF !important;
}

.gradient-border::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid;
	border-image: linear-gradient(to right, red, orange);
}

.col-form-label {
	font-weight: 500;
	padding-bottom: 0;
	line-height: 1.2;
}
.btn-action input {
    display: none;
}
.sucess-info,
.invalid-info {
	display: none;
}
.form-control.is-valid, .was-validated .form-control:valid {
	background: #fff;
}
.input-group-append {
    position: absolute;
    top: 0;
    bottom: auto;
    right: 15px;
    z-index: 3;
    padding: 9px 0px;
    min-width: 40px;
    text-align: center;
    margin-left: 0;
    display: flex;
    color: #9F9FB1;
	justify-content: center;
}
.show-pass {
	cursor: pointer;
}
.is-valid + div + .input-group-append .sucess-info {
    display: block;
	padding-left: .8rem;
    margin-right: .6rem;
}
.is-invalid + div + .input-group-append .invalid-info {
    display: block;
	padding-left: .8rem;
    margin-right: .6rem;
}
.form-control.is-valid, .was-validated .form-control:valid {
	border: 1px solid #0BBC4F;
}
.form-control {
	border: 1px solid #DCDDE0;
	border-radius: .5rem;
	height: 40px;
	font-weight: 500;
	font-size: 1rem;
	color: #2D2D3B;
}
.form-control:focus {
    color: #2D2D3B;
    border-color: #DCDDE0;
    outline: none;
    box-shadow: none;
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: #0BBC4F;
    box-shadow: none;
}
.auth {
	color: #2D2D3B;
}
.auth .btn {
	font-size: .875rem;
	padding: .625rem 1.8rem;
	line-height: 1.5;
}

.modal-body {
	padding: 0 2rem 2rem;
	padding: 25px;
}
.form-control[type="password"] {
    color: #BDD0FF;
    letter-spacing: 3px;
}
.form-control::placeholder {
    color: #A6A6BB;
}
.form-control[type="password"]::placeholder {
    color: #A6A6BB;
    letter-spacing: 0;
}
.valid-feedback,
.invalid-feedback,
.form-text {
	color: #9F9FB1;
	font-weight: 500;
	font-size: 14px;
}
.form-text a {
	background: linear-gradient(131deg, #2054ff 0%, #2094ff 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.form-group {
	margin-bottom: 15px;
}
.valid-feedback {
	color: #0BBC4F;
}
.invalid-feedback {
	color: #FF5757;
}
.form-check-label {
	font-weight: 500;
	color: #636379;
	font-size: .875rem;
}
.form-check-label a {
	color: #9f9fb1;
}
.form-check label input {
	display: none;
}
.form-check label div {
	padding-left: 10px;
}
.form-check label div:before {
    content: '';
    display: block;
    background: #fff;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 2px;
    border: 1px solid #9F9FB1;
    border-radius: 4px;
}
.form-check label input:checked + div:before {
    background: var(--main-color) url('/static/core/img/check.svg') no-repeat center;
    border: 1px solid var(--main-color);
}
.form-control.is-invalid, .was-validated .form-control:invalid {
	background: #fff;
}
.nav-tabs {
	margin-bottom: 1.25rem;
	position: relative;
	border-bottom: 0px solid #dee2e6;
}
.nav-tabs:before {
	content: '';
	border-bottom: 1px solid #dee2e6;
	display: block;
	position: absolute;
	bottom: 0;
	left: -2rem;
	right: -2rem;
}
.nav-tabs .nav-item {
	margin-bottom: 0;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--main-color);
	border: none;
    border-bottom: 4px solid var(--main-color);
    text-decoration: none;
	margin: 0 !important;
}
.info-text {
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: -0.01em;
	color: #9F9FB1;
	padding: .75rem 1.25rem;
	background: rgba(248, 249, 255, 0.8);
	border-radius: 12px;
	margin-bottom: 1.3rem;
}
.web lottie-player {
    position: absolute;
    bottom: -5rem;
    right: 0;
    left: auto;
    width: 453px;
	height: 500px
}
.anim-lol-2.web {
	overflow: hidden;
}
.anim-lol-2.web lottie-player{
	width: 600px;
	height: 600px;
	right: -5rem;
	bottom: -8rem;
}
.web.p404 lottie-player {
    position: absolute;
    bottom: -7rem;
    right: 0;
    left: auto;
    width: 453px;
    height: 453px;
}
.weak-money.reks .mb-2 {
	height: 32px;
	display: flex;
}
.weak-money.reks .mb-2 svg {
	margin: auto 0;
}
.weak-money.reks .descr {
	max-width: 500px;
}
section.blue-bg.anim1.first .btn {
	padding: .625rem 2.5rem;
}
section.how-work.how-work2 .how-title {
	font-size: 24px;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
section.auth {
	min-height: calc(100vh - 326px - 78px);
}
section.first.p404 .btn {
	width: auto;
	max-width: inherit;
}
.modal-content {
	border: none;
}
.enter-btn {
	margin-top: 25px;
	margin-bottom: 0 !important;
}
.auth .modal-content .btn-blue {
	background: var(--main-color);
	color: var(--text-color);
	border: none;
	border: 1px solid var(--main-color);
}
.auth .modal-content .btn-blue:hover {
	background: var(--text-color);
	color: var(--b-color);
	text-decoration: none;
	border: 1px solid var(--main-color);
}
.auth .modal-content .btn-blue:focus,
.auth .modal-content .btn-blue:active {
	background: var(--main-color);
	color: var(--text-color);
	text-decoration: none;
	box-shadow: none;
}
.auth .modal-content .btn-blue.disabled {
	background: var(--main-color);
	opacity: 0.2;
}
.auth .modal-content .btn-blue-light {
	background: var(--text-color);
	color: var(--main-color) !important;
	cursor: pointer;
	border: none;
}
.auth .modal-content .btn-blue-light:hover {
	background: #BDD0FF;
	color: #f68b1f !important;
	transition: all .5s;
}
.auth .modal-content .btn-blue-light.disabled {
	background: var(--text-color);
	opacity: 0.3;
}
.auth .modal-content .btn-blue-light:active,
.auth .modal-content .btn-blue-light:focus {
	background: #f68b1f;
	color: #BDD0FF !important;
}
@media (min-width: 768px) {
	.how-begin .s-title {
		white-space: nowrap;
	}
}
@media (max-width: 1199px) {
	.navbar-nav .nav-link {
		margin-left: .7rem;
	}
	.plato .blue-bg {
		background: var(--main-color) url('/static/core/img/fff.png') no-repeat 120% 0;
	}
	.web lottie-player {
		bottom: -5rem;
		width: 453px;
	}
}
@media (max-width: 991px) {
	.web lottie-player {
		display: none;
	}
	.navbar-offcanvas {
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		background: #fff;
		z-index: 999;
		width: 256px;
		transform: translateX(-256px);
		transition: all .5s;
	}
	.navbar-open:before {
		content: '';
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #2D2D3B;
		opacity: 0.5;
		z-index: 990;
	}
	.navbar-open .navbar-offcanvas {
		transform: translateX(0px);
		transition: all .5s;
		box-shadow: 20px 4px 40px rgba(0, 0, 0, 0.25);
	}
	.navbar-offcanvas .navbar-nav {
		padding: .75rem 1.25rem 1.25rem 1.25rem;
		height: calc(100% - 73px);
	}
	.navbar-nav .nav-item.active .nav-link:before {
		display: none;
	}
	.m-logo {
		padding: 1.25rem;
		border-bottom: 1px solid #d5d5d8;
		display: flex;
	}
	.m-logo a {
		display: inline-block;
		color: #2D2D3B;
		opacity: 0.4;
		font-weight: 500;
		padding: 2px 0 0;
		margin-top: auto;
		margin-bottom: auto;
	}
	.m-logo a + a {
		margin-left: .5rem;
	}
	.m-logo a.active {
		opacity: 1;
	}
	section.first {
		text-align: center;
		padding: 3rem 0 5rem;
	}
	section.first .title2,
	section.first .title {
		font-size: 3rem !important;
	}
	.navbar-nav .active .nav-link {
		color: #f68b1f !important;
	}
	.navbar-nav .nav-item.active .nav-link:before {
		content: '';
		display: block !important;
		position: absolute;
		left: -1.95rem;
		top: 0;
		bottom: 0;
		width: 3px;
		background: #f68b1f;
		height: auto;
	}

	.mt-mob-auto {
		margin-top: auto;
		margin-bottom: 1rem;
	}
	.lang {
		display: none;
	}
	section.first .descr {
		margin-bottom: 5rem;
		font-size: 22px;
	}
	section.first .descr2 {
		margin-bottom: 3rem;
	}
	.how-work {
		padding: 2.8rem 0;
	}
	.how-work .how-descr {
		margin-bottom: 3rem;
	}
	.blue-bg2 {
		padding: 2.5rem 0;
	}
	footer.blue-bg {
		padding: 2.5rem 0;
		text-align: center;
	}
	footer .title {
		margin-top: 2.5rem;
	}
	.weak-money {
		margin: 5rem 0;
	}
	.how-begin .col-lg-6.my-auto {
		text-align: center;
	}
	.how-begin .col-lg-6.my-auto img {
		max-width: 250px;
	}
	.how-begin {
		margin: 5rem 0 4rem;
	}
	.plato .blue-bg {
		background: var(--main-color);
	}
	.plato .title {
		text-align: center;
	}
	.weak-money.reks .descr {
		margin-bottom: 2rem;
	}
	section.first.p404 .descr {
		margin: 0 auto 40px;
	}
	footer .logo {
		margin-bottom: 0;
	}
	section.first .title span:before {
		right: 4px;
	}
	.how-work .title {
		font-size: 40px;
	}
	.how-work .how-title {
		font-size: 1.375rem;
	}
	.how-work2 .how-descr {
		font-size: 1rem;
	}
	.page1.how-work .how-title {
		font-size: 1.5rem;
	}
	section.first .btn {
		width: 100%;
		max-width: 450px;
		padding: .63rem 2.5rem;
	}
	section.p404 .title2 {
		font-size: 40px !important;
	}
	.web.p404 lottie-player {
		display: block;
		position: relative;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		max-width: 280px;
		max-height: 200px;
		width: auto;
		height: auto;
		margin-bottom: 2rem;
	}
	.how-work .how-descr {
		font-size: 1.125rem;
	}
	.weak-money {
		margin: 3rem 0 0;
	}
	.weak-money .info {
		font-size: 1rem;
		width: 100%;
		padding-left: 0;
		text-align: center;
		margin-bottom: 3rem;
	}
	.weak-money .info .title {
		font-size: 1.25rem;
	}
	.weak-money .image {
		width: 100%;
		text-align: center;
		margin: 0 0 .5rem;
		top: 0;
		left: -.5rem;
	}
	.s-title,
	.how-work .title {
		font-size: 40px;
	}
	section.first .descr2 {
		font-size: 18px;
	}
	.weak-money.reks {
		text-align: center;
	}
	.weak-money.reks .descr {
		margin-left: auto;
		margin-right: auto;
	}
	.weak-money.reks .mb-2 svg {
		margin: auto;
	}
	.how-work .descr {
		font-size: 1.375rem;
	}
	.begin .title {
		font-size: 2.5rem;
	}
	footer .container {
		max-width: 320px;
	}
	footer .socials {
		justify-content: center;
	}
	footer .socials a {
		margin: 0 .375rem;
	}
	.s-title {
		text-align: center;
	}
	.plato .title,
	.begin .title,
	.how-work .title {
		font-size: 40px;
	}
	section.how-work.how-work2 .how-title {
		font-size: 22px;
	}
	.plato .blue-bg {
		padding: 2.5rem 1.5rem 0;
	}
	section.first.web {
		padding: 3rem 0 7rem;
	}
	@keyframes ainimText {
		0% {
			font-size: 0;
			opacity: 0;
			animation-timing-function:linear;
		}
		10% {
			font-size: 40px;
			opacity: 0;
			animation-timing-function:linear;
		}
		30% {
			font-size: 40px;
			opacity: .65;
			animation-timing-function:linear;
		}
		40% {
			font-size: 40px;
			opacity: 1;
			animation-timing-function:linear;
		}
		50% {
			font-size: 40px;
			opacity: .65;
			animation-timing-function:linear;
		}
		60% {
			font-size: 40px;
			opacity: 0;
			animation-timing-function:linear;
		}
		65% {
			font-size: 0;
			opacity: 0;
			animation-timing-function:linear;
		}
		100% {
			font-size: 0;
			animation-timing-function:linear;
		}
	}
	.how-work .title .text-anim span {
		display: none;
	}
	section.first.p404 {
		padding-top: 2rem;
		padding-bottom: 2rem !important
	}
	section.first.p404 .descr {
		font-size: 22px;
	}
	section.first.p404>div {
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
	.page1.how-work .how-title {
		font-size: 1.25rem;
	}
	section.first .title2,
	section.first .title {
		font-size: 2rem !important;
	}
	section.first.p404 .title2 {
		font-size: 1.5rem !important;
	}
	section.first .descr {
		font-size: 1.125rem;
	}
	section.first .btn {
		width: 100%;
		max-width: 450px;
		padding: .63rem 2.5rem;
	}
	.how-work .title {
		font-size: 1.5rem;
	}
	@keyframes ainimText {
		0% {
			font-size: 0;
			opacity: 0;
			animation-timing-function:linear;
		}
		10% {
			font-size: 1.5rem;
			opacity: 0;
			animation-timing-function:linear;
		}
		30% {
			font-size: 1.5rem;
			opacity: .65;
			animation-timing-function:linear;
		}
		40% {
			font-size: 1.5rem;
			opacity: 1;
			animation-timing-function:linear;
		}
		50% {
			font-size: 1.5rem;
			opacity: .65;
			animation-timing-function:linear;
		}
		60% {
			font-size: 1.5rem;
			opacity: 0;
			animation-timing-function:linear;
		}
		65% {
			font-size: 0;
			opacity: 0;
			animation-timing-function:linear;
		}
		100% {
			font-size: 0;
			animation-timing-function:linear;
		}
	}
	.how-work .title .text-anim span {
		display: none;
	}
	.s-title {
		font-size: 1.5rem;
		text-align: center;
	}
	.how-work .descr {
		font-size: 1.125rem;
	}
	.begin .title {
		font-size: 1.5rem;
	}
	.begin .btn {
		width: 100%;
		margin-bottom: 1rem;
	}
	.blue-bg2 {
		padding: 2.5rem 0 1.5rem;
	}
	.how-begin {
		text-align: center;
		margin: 2.5rem 0;
	}
	.how-begin .image {
		margin: 0 auto .5rem;
	}
	.how-begin .info {
		width: 100%;
		padding-left: 0;
	}
	.plato .title {
		font-size: 1.5rem;
		margin-bottom: 1.5rem;
	}
	.plato .blue-bg {
		padding: 3rem 1.5rem 1.5rem 1.5rem;
	}
	.weak-money.reks .col-md-4 {
		text-align: center;
		font-size: 1.1rem;
	}
	.how-work .how-title {
		font-size: 1.25rem;
	}
	section.first {
		padding: 1rem 0 5rem;
	}
	section.first.p404 .descr {
		font-size: 18px;
	}
	.s-title,
	.how-work .title {
		font-size: 24px;
	}
	section.first .descr2 {
		font-size: 1rem;
	}
	.how-work .image {
		margin-bottom: .75rem;
	}
	.begin .btn-blue {
		padding: .625rem 1.5rem;
	}
	.how-begin div .d-md-flex:last-of-type {
		margin-bottom: 0;
	}
	.how-work .how-descr {
		font-size: 1rem;
	}
	.plato .title,
	.begin .title,
	.how-work .title {
		font-size: 24px;
	}
	.begin .descr {
		font-size: 1rem;
	}
	section.how-work.how-work2 .how-title {
		font-size: 20px;
	}
}
@media (max-width: 575px) {
	.modal-header {
		font-size: 1.25rem;
		padding: 1.5rem 1rem 1rem;
	}
	.modal-body {
		padding: 0 1rem 1.5rem;
	}
	.auth .btn {
		width: 100%;
	}
	.auth .btn.btn-blue-light {
		margin-top: 1rem;
	}
	.nav-tabs .nav-link {
		font-size: 1rem;
	}
	.modal-dialog {
		max-width: 100%;
		margin: 1rem 0;
	}
	.nav-tabs:before {
		left: -1rem;
		right: -1rem;
	}
	.how-work2 {
		text-align: center;
	}
	.how-work .how-title {
		font-size: 1.25rem;
	}
	.weak-money.reks .descr {
		text-align: center;
	}
	section.first .descr {
		font-size: 18px;
	}
	section.first.web {
		padding: 2rem 0 5rem;
	}
}

.btn-action input:checked + svg path,
.btn-action:focus svg path,
.btn-action:active svg path,
.btn-action:hover svg path {
	fill: rgba(98, 131, 255, .8);
}

.added_sucsess {
	background: #E9EBFF;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	position: relative;
	margin: auto auto 1rem;
}
.added_sucsess:before {
	content: '';
	display: block;
	border: 3px solid #BDD0FF;
	width: 128px;
	height: 128px;
	position: absolute;
	left: 6px;
	top: 6px;
	border-radius: 50%;
}
.added_sucsess svg {
	margin: auto;
	width: 46px;
	height: auto;
}
.added_sucsess svg path {
	fill: var(--main-color);
}
.added_error {
	background: #FFCDCD;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	position: relative;
	margin: auto auto 1rem;
}
.added_error:before {
	content: '';
	display: block;
	border: 3px solid rgba(255, 87, 87, .5);
	width: 128px;
	height: 128px;
	position: absolute;
	left: 6px;
	top: 6px;
	border-radius: 50%;
}
.added_error svg {
	margin: auto;
	width: 46px;
	height: auto;
}
.added_error svg path {
	fill: #FF5757;
}

.host-user-override .content {
    padding: 5px 10px;
}

@media (max-width: 768px) {
    section.blue-bg.auth .container {
        padding: 0 10px;
    }

    #id_captcha {
        width: 100%;
        overflow: hidden;
    }

    .main .container {
        padding: 0 16px;
    }

    .bootstrap-select .dropdown-menu .inner {
        max-height: 200px !important;
    }

    .title.filter-title.fading-title.trunc.single-title {
        max-width: 250px;
    }

    form.order-form.mb-4 {
        overflow: hidden;
    }

}

.raf-table table th {
    white-space: nowrap;
}

.table.raf-table .bank-logo {
    min-width: 100px;
}

/* CUSTOM STYLES 16.08.2023 */

.container {
	padding-right: 100px;
	padding-left: 100px;
	max-width: 1890px;
}



.stack {
	min-height: calc(120px + 33vw);
	position: relative;
	padding-top: 40px;
	background: url(/static/core/img/bg-slider.png) top left no-repeat;
	background-color: #181818;
	background-size: 100% 100%;
	position: relative;
}

.stack::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(/static/core/img/slider-sots.png) top left no-repeat;
	background-size: 58%;
	z-index: 1;
}

.stack__left {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.slick-next {
	margin-right: 40px;
}
.stack__main svg path {
	fill: rgba(252, 252, 253, 0.49);
}
.stack__main svg:hover path,
.stack__main .slick-next:hover svg path,
.stack__main .slick-prev:hover svg path{
	fill: white;
}

.stack__item {
	margin-left: -36px;
	border-radius: 30%;
	max-width: 191px;
	max-height: 191px;
	width: calc(26.5vw / 3);
	height: calc(26.5vw / 3);
	display: flex !important;
	justify-content: center;
	align-items: center;
	font-weight: 200;
	font-size: 20px;
	line-height: 120%;
	text-align: center;
	color: #fff;
	overflow: hidden;
	box-shadow: 4px 0 31px 0 rgba(32, 148, 255, 0.4);
	background-image: url(/static/core/img/slide-no-active.png);
	transform: rotate(-45deg);
	background-size: 133%;
	background-position: 41% 52%;
}

.stack__slider-el {
	display: flex;
	flex-grow: 1;
	justify-content: center;
}
.stack__right {
	margin-left: auto;
}
.slick-prev {
	margin-left: 50px;
}
.stack__item:nth-child(2),
.stack__item:nth-child(4) {
	margin-top: calc(7vw);
}
.slick-next:before,
.slick-prev:before{
	content: '';
}
/*.stack__item::before {*/
/*	content: "";*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 0;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	background-image: url(/static/core/img/slide-no-active.png);*/
/*	transform: scale(1.3) rotate(320deg);*/
/*	background-position: center;*/
/*	background-repeat: no-repeat;*/
/*}*/
.stack__item span {
	font-family: "Inter ExtraLight", sans-serif;
	transform: rotate(45deg);
	font-weight: 200;
	font-size: 25px;
	line-height: 120%;
	text-align: center;
	color: #fff;
	opacity: 0.4;

}

.stack__item--active span {
	font-family: 'Inter Bold';
	font-size: 25px;
	line-height: 120%;
	text-align: center;
	color: #fff;
	opacity: 1;
}

.stack__item--active {
	background-image: url(/static/core/img/slide-active.png);
}

.bg-gray {
	background-color: #F7F8F9;
}

.bg-bronz {
	background-color: var(--main-color);
}

.b-radius {
	border-radius: 1rem;
}

.welcome__title {
	font-family: 'Inter Bold', sans-serif;
	font-size: clamp(22px, 5vw, 70px) !important;
	font-style: normal;
	line-height: 110%;
	letter-spacing: -0.72px;
	margin-bottom: 12px;
}
.welcome__description {
	font-size: clamp(10px, 2vw, 26px);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 30px */
	letter-spacing: -0.2px;
	margin-bottom: 56px;
}
.welcome__link {
	padding: 18px 32px;
	border-radius: 8px;
	background-color: var(--main-color);
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: -0.18px;
	color: var(--text-color);
	display: block;
    width: fit-content;
    text-align: center;
    margin: auto;
}
.welcome__link:hover {
	background-color: var(--text-color);
	color: var(--b-color);
}
.privacy {
	margin-bottom: 1rem;
	margin-top: 1rem;
	color: var(--b-color);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -0.14px;
	margin-right: 60px;
}
.copyright {
	margin-bottom: 1rem;
	margin-top: 1rem;
	color: var(--b-color);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	letter-spacing: -0.14px;
}
.privacy a:hover u {
	text-decoration: none;
	color: var(--main-color);
}
.h2 {
	font-size: 2.25rem;
}

.offers .bg-gray {
	height: 100%;
}
.offers ul {
	gap: 1rem 0;
}

.baner {
	background-image: url(/static/core/img/cta-banner.png);
	background-repeat: no-repeat;
	background-position: 90% center;
}

.winner ul {
	gap: 1rem;
}

.favic {
	max-width: 80px;
	max-height: 80px;
}
@media screen and (max-width:768px) {
	.stack__item span {
		font-size: 12px !important;
	}
	.container {
		max-width: 375px;
	}
	.welcome .container {
		background: none;
	}
	.discover ul {
		gap: 20px 0px;
	}
	.discover ul li {
		width: 100%;
		flex-basis: auto;
	}
	.baner {
		background: none;
	}
	h3, .h3 {
		font-size: 1.3rem;
	}
	.award {
		max-height: 128px;
	}
	h6, .h6 {
		font-size: .9rem;
	}
	.privacy {
		font-size: .9rem;
	}
	.btn {
		width: 100%;
	}
	.favic {
		max-width: 56px;
		max-height: 56px;
	}
}

@media screen and (max-width:1175px) {

	.welcome .container {
		background-size: 30%, 30%;
	}
	.welcome__title {
        font-family: 'Inter Bold', sans-serif;
        font-size: clamp(22px, 5vw, 70px) !important;
        font-style: normal;
        line-height: 110%;
        letter-spacing: -0.72px;
        margin-bottom: 12px;
    }
}

.link-text {
	color:var(--text-color);
}
.about__title {
	width: fit-content;
	font-weight: 700;
	font-size: clamp(18px, 3vw, 44px);
	line-height: 120%;
	color:var(--text-color);
	background: linear-gradient(131deg, #2054ff 0%, #2094ff 100%);
	border-radius: 11px 0px 11px 0px;
	padding: 18px 30px;
	padding-top: 10px;
	margin-bottom: 0;

}

.about__row {
	display: flex;
	justify-content: space-between;
}

.about-block {
	width: 45%;
	position: relative;
	padding: 0 !important;
	background: white;
	color: #121212;
	border-radius: 20px;
}

.about-block p {
	font-size: clamp(12px, 2vw, 24px);
	font-weight: 400;
	padding: 33px 30px;
	margin-bottom: 0;
}
.stack__top-row p{
	font-weight: 400;
	font-size: clamp(12px, 2vw, 20px);
	color: #fcfcfd;
}
.about {
	padding-right: 15px;
	padding-left: 15px;
}
.about-block a {
	color: #0077e5;
}


.about-block::before {
	content: "";
	position: absolute;
	top: -3px;
	bottom: -3px;
	left: -3px;
	right: -3px;
	background: linear-gradient(131deg, #2054ff 0%, #2094ff 100%);
	border-radius: 20px;
	z-index: -1;
}


.footer-title {
	font-weight: 600;
	font-size: 28px;
	line-height: 120%;
}
.footer-col-addres {
	margin-bottom: 1rem;
}
footer {
	color: #121212;
	padding: 70px 0;
}
.ads__item-link {
	font-size: clamp(14px, 2vw, 20px);
}

.footer-col-share button {
	border: none;
	background-color: inherit;
}

footer a {
	color: #0c0c0c;
}
.footer-col-share input {
	border: 1px solid #045AFF;
	border-radius: 5px;
	padding: 10px;
	width: 100%;
}

.footer__wrapper {
	position: relative;
}
.footer-col-social ul {
	display: flex;
	gap: 12px;
}

.footer__wrapper button {
	position: absolute;
	right: -60px;
	transform: translateY(-28%);
}
.footer-col svg {
	margin-bottom: 1rem;
}
.footer-col p {
	margin-bottom: 10px;
}

.auth  {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vw;
}
#register {
	max-width: 440px;
	width: 100%;
	margin: auto;
}
.close-modal {
	border: none;
	background-color: inherit;
}
.auth-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 110%;
	height: 100%;
	background-color: #fff;
	background-image: url(/static/core/img/bg-modal.png);
}

@media screen and (max-width: 768px) {
	height: 100vh;

}

.stack__title {
	font-family: 'Inter Bold', sans-serif;
	font-weight: 700;
	font-size: clamp(18px, 3vw, 36px);
	line-height: 120%;
	color: #fcfcfd;
}

@media screen and (max-width: 1640px) {
	.stack__main {
		top: calc(-16% + 18vw);
	}
	.stack__item:nth-child(2), .stack__item:nth-child(4) {
		margin-top: calc(8vw);
	}
	.stack__item {
		margin-left: -26px;
	}
}

@media screen and (max-width: 1270px) {
	.stack__main {
		top: calc(-21% + 18vw);
	}
}

@media screen and (max-width: 1119px) {
	.container {
		padding-right: 12px;
		padding-left: 12px;
	}
	#header {
		margin-bottom: 0px;
		margin-top: -20px;
	}
	#header svg {
		max-width: 123px;
	}
	.navbar-nav .nav-item {
		display: none;
	}
	.navbar-nav .nav-item:last-child {
		display: block;
	}
	.welcome {
		width: 100% !important;
	}
	.main-screen {
		justify-content: flex-start !important;
	}
	.welcome__description {
		margin-bottom: 12px;
	}
	.auth-overlay {
		width: 100vw;
		height: 100vh;
	}
	.header-wrapper {
	background: #101010 url("/static/core/img/main-screen-bg-mob.png") no-repeat bottom;
		background-size: contain;
		min-height: 568px;
	}
	.about {
		padding: 0;
	}
	.about-block {
		margin-bottom: 20px;
		width: 100%;
	}
	.about__row {
		flex-wrap: wrap;
	}
	.about__title {
		padding: 5px 10px 7px 10px;
	}
	.about-block p {
		padding: 10px;
	}
	.ads {
		margin-top: 20px;
	}
	.ads__text-top {
		width: 100%;

	}
	.ads__text {
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
	.ads__main-info {
		padding: 10px;
		flex-direction: column !important;
		position: relative;
		padding-bottom: 75px;
	}
	.ads__item {
		display: flex;
		align-items: center;
		padding: 8px;
		gap: 20px;
	}
	.ads__main-left {
		width: 100%;
	}
	.ads__main-right {
		max-width: 188px;
		position: absolute;
		bottom: -35px;
		left: -10px;

	}
	.ads__item-link {
		position: absolute;
		bottom: 10px;
		right: 10px;
		line-height: 100%;


	}
	.stack {
		position: relative;
		padding-top: 10px;
		min-height: auto;
		background: url(/static/core/img/mob-gradient.png) top left no-repeat, url(/static/core/img/mob-cubes-top.png) top center no-repeat, url(/static/core/img/mob-cubes.png) bottom center no-repeat;
		background-size:cover;
		padding-bottom: 120px;
	}
	.stack__main {
		max-width: 375px;
		margin: auto;
		position: static;
		width: 100%;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.stack__top-row {
		flex-wrap: wrap;
	}
	.stack__slide-title {
		background: linear-gradient(131deg, #2054ff 0%, #2094ff 100%);
		padding: 5px 11px;
		border-radius: 8px;
	}
	.stack__slide {
		border-radius: 8px;
	}

	.stack__slide-info {
		background: rgba(241, 241, 241, 0.1);
		border-radius: 8px;
	}
	.stack__slide-description {
		padding: 10px;
	}
	.slick-track{
		padding: 0;
	}
	.slick-prev, .slick-next {
		position: absolute;
	}
	.stack__item:nth-child(2), .stack__item:nth-child(4) {

	}
	.stack__item {
		max-width: 92px;
		max-height: 92px;
		width: 92px;
		height: 92px;
	}
	.stack__left svg {
		width: 15px;
	}
	.stack__item:nth-child(2), .stack__item:nth-child(4) {
		margin-top: 80px;
	}
	.stack__item {
		margin-left: -33px;
	}
	.stack__slide-list{
		margin-left: 30px;
	}
	.slick-prev, .slick-next {
		width: 50px;
		height: 50px;
		top: 130%;
		z-index: 20;
	}
	.slick-dots {
		bottom: -197%;
		left: 0;
	}

	footer.d-flex {
		display: none !important;
	}
}

