body {
	font-family: 'Graphik LCG';
	min-width: 320px;
	background: #fff;
	color: #2D2D3B;
}
img {
	max-width: 100%;
}
button:focus,
:focus {
    outline: none;
}
a {
    color: #6283FF;
}
a, a:hover {
	transition: all .5s;
	color: #6283FF;
	text-decoration: none;
}
a:focus,
a:active {
	transition: all .5s;
	color: #4B75FF;
}
#header {
	background: #6283FF;
}
.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;

}
nav.navbar-main {
	padding: 1rem 0;
}
.navbar-nav .nav-link {
	font-weight: 500;
	color: #BDD0FF;
	margin-left: 1rem;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
	color: #fff;
}
.navbar-nav .nav-link.btn {
	background: #4B75FF;
	border-radius: 1.5rem;
	border: none;
	padding: .6rem 2rem;
	font-size: .875rem;
	color: #fff;
	position: relative;
    top: 1px;
}
.navbar-nav .nav-link.btn.active,
.navbar-nav .nav-link.btn:hover {
	background: #fff;
	color: #4B75FF;
}
.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: #6283FF;
	color: #fff;
}
section.first {
	min-height: 570px;
	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 {
	border-radius: 1.5rem;
	padding: .625rem 2.5rem;
	font-weight: 500;
}
.btn-white {
	color: #4B75FF;
	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: 2rem;
}
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: 2rem 0 7.5rem;
	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: 3rem;
}
.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;
	svg {
		width: 67px;
		height: 78px;
	}
}
.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: #4B75FF;
	color: #fff;
}
.btn-blue:hover {
	color: #4B75FF;
	background: #E9EBFF;
}
.btn-blue-light {
	border: 2px solid #6283FF;
	color: #6283FF;
}
.btn-blue-light:hover {
	border: 2px solid #6283FF;
	color: #fff;
	background: #6283FF;
}
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 {
	color: #BDD0FF;
}
footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
footer ul li {
	margin-bottom: .75rem;
}
footer ul li a {
	color: #fff;
}
footer ul li a:hover {
	color: #BDD0FF;
}
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: #6283FF url('/static/core/img/image_platforma.jpg') no-repeat 130% -50px / 700px auto;
	border-radius: 1.5rem;
}
.plato.reks .blue-bg {
	background: #6283FF;
}
.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: #6283FF;
	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 .row {
	justify-content: center;
}
.weak-money.reks .col-md-4 {
	font-weight: 500;
	font-size: 17px;
	line-height: 1.1;
	margin-bottom: 2.5rem;
}
.weak-money.reks .col-md-3 {
	font-weight: 500;
	font-size: 17px;
	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;
}
.modal-header {
	font-size: 1.25rem;
	font-weight: 600;
	padding: 2rem 2rem 1rem 2rem;
	border-bottom: none;
	color: #2D2D3B;
}
.col-form-label {
	font-weight: 500;
	padding-bottom: .75rem;
	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-dialog {
    width: 428px;
}
.modal-body {
	padding: 0 2rem 2rem;
}
.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: .75rem;
}
.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: #6283FF url('/static/core/img/check.svg') no-repeat center;
    border: 1px solid #6283FF;
}
.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: #6283FF;
	border: none;
    border-bottom: 4px solid #6283FF;
    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;
}

.info-text  ul {
	padding: 0;
    margin: 0;

}
.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;
}
.auth .modal-content .btn-blue {
	background: #6283FF;
	color: #fff;
	border: none;
}
.auth .modal-content .btn-blue:hover {
	background: #4B75FF;
	color: #fff;
	text-decoration: none;
}
.auth .modal-content .btn-blue:focus,
.auth .modal-content .btn-blue:active {
	background: #4B75FF;
	color: #BDD0FF;
	text-decoration: none;
	box-shadow: none;
}
.auth .modal-content .btn-blue.disabled {
	background: #6283FF;
	opacity: 0.2;
}
.auth .modal-content .btn-blue-light {
	background: #E9EBFF;
	color: #6283FF !important;
	cursor: pointer;
	border: none;
}
.auth .modal-content .btn-blue-light:hover {
	background: #BDD0FF;
	color: #4B75FF !important;
	transition: all .5s;
}
.auth .modal-content .btn-blue-light.disabled {
	background: #E9EBFF;
	opacity: 0.3;
}
.auth .modal-content .btn-blue-light:active,
.auth .modal-content .btn-blue-light:focus {
	background: #4B75FF;
	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: #6283FF url('/static/core/img/fff.png') no-repeat 120% 0;
	}
	.web lottie-player {
		bottom: -5rem;
		width: 453px;
	}
}
@media (max-width: 991px) {
	nav.navbar-main {
		padding: 1rem 0 0;
	}
	.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 7.5rem;
	}
	section.first .title2 {
		margin-bottom: 1rem;
	}
	section.first .title2,
	section.first .title {
		font-size: 3rem !important;
	}
	.navbar-nav .nav-link {
		color: #2D2D3B !important;
	}
	.navbar-nav .active .nav-link {
		color: #4B75FF !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: #4B75FF;
		height: auto;
	}
	.navbar-nav .nav-link.btn {
		padding: .5rem .75rem;
		font-size: 1rem;
		color: #fff !important;
		background: #4B75FF !important;
	}
	.navbar-nav .nav-link.btn2 {
		background: #E9EBFF !important;
		color: #4B75FF !important;
	}
	.mt-mob-auto {
		margin-top: auto;
		margin-bottom: 1rem;
	}
	.lang {
		display: none;
	}
	section.first .descr {
		margin-bottom: 7.5rem;
		font-size: 22px;
	}
	section.first .descr2 {
		margin-bottom: 1.5rem;
	}
	.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: #6283FF;
	}
	.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;
	}
	.weak-money.reks .col-md-3 {
		text-align: center;
		font-size: 1.1rem;
	}
	.how-work .how-title {
		font-size: 1.25rem;
	}
	section.first {
		padding: 1rem 0 3rem;
		min-height: 604px;
	}
	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: #6283FF;
}
.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;
    }

    /*.table.raf-table table td, .table.raf-table table th {*/
    /*    white-space: inherit*/
    /*}*/
}

.raf-table table th {
    white-space: nowrap;
}

.table.raf-table .bank-logo {
    min-width: 100px;
}

.space-between {
	justify-content: space-between;
}