@font-face {
	font-family: 'Commissioner';
	src: url("../fonts/Commissioner-Regular.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Commissioner';
	src: url("../fonts/Commissioner-Bold.woff2") format("woff2");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Commissioner';
	src: url("../fonts/Commissioner-Light.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Commissioner';
	src: url("../fonts/Commissioner-ExtraBold.woff2") format("woff2");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'OpenSans';
	src: url("../fonts/OpenSans-Regular.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background-color: #251844;
	font-family: 'Commissioner', sans-serif;
	-webkit-font-feature-settings: 'pnum' on, 'lnum' on;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #fff;
	min-width: 320px;
	overflow-x: hidden;
	position: relative;
	margin: 0;
}

body.mnu-active {
	overflow: hidden;
}

a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	line-height: normal;
}

ul {
	margin: 0;
	padding: 0;
}

input,
button,
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.c-container {
	width: 1300px;
	margin: auto;
	position: relative;
}

.s-title {
	font-size: 33px;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	z-index: 3;
}

.m-60 {
	margin-bottom: 60px;
}

.line {
	width: 1px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.3);
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
}

/* Header */
.header {
	padding: 30px 0;
	position: relative;
}

.header-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 3;
}

.header-mnu li {
	display: inline-block;
	margin-right: 10px;
}

.header-mnu li:last-child {
	margin-right: 0;
}

.header-mnu a {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}

.header-mnu a:hover:after {
	width: 100%;
}

.header-mnu a:after {
	content: '';
	width: 0%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: -4px;
	left: 0;
	-webkit-transition: .3s;
	transition: .3s;
}

.header-phone {
	background: url("../img/phone.svg") no-repeat left center;
	padding: 3px 0;
	padding-left: 25px;
	font-size: 18px;
	font-weight: bold;
}

.header-left {
	width: 33%;
}

.header-right {
	width: 33%;
	text-align: right;
}

.header-fixed {
	background-color: #251844;
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	z-index: 50;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	-webkit-transition: .3s;
	transition: .3s;
}

.header-fixed.active {
	top: 0;
}

.toggle-nav {
	display: none;
	cursor: pointer;
}

.mnu li {
	display: block;
	margin-bottom: 20px;
}

.mnu li:last-of-type {
	margin-bottom: 0;
}

.mnu a {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.mnu-close {
	display: inline-block;
	margin-bottom: 30px;
}

.mnu-wrapper {
	position: fixed;
	top: 0;
	left: -100%;
	width: 300px;
	height: 100%;
	background-color: #251844;
	border-right: 2px solid #A959EC;
	text-align: right;
	z-index: 100;
	padding: 30px;
	overflow-y: scroll;
	-webkit-transition: .3s;
	transition: .3s;
}

.mnu-wrapper.active {
	left: 0;
}

.mnu-wrapper .main-btn {
	margin-top: 30px;
}

.mnu-other {
	margin-top: 30px;
	display: none;
}

.body-dark {
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 99;
	-webkit-transition: .3s;
	transition: .3s;
}

.body-dark.active {
	left: 0;
}

/* Main section */
.main {
	text-align: center;
	padding: 90px 0 0;
	position: relative;
}

.main-subtitle {
	font-size: 33px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 20px;
	position: relative;
	z-index: 3;
}

.main-title {
	font-size: 63px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 50px;
	position: relative;
	z-index: 3;
}

.main-btn {
	border: 1px solid #fff;
	border-radius: 10px;
	padding: 10px;
	position: relative;
	z-index: 3;
	text-align: center;
}

.main-btn a,
.main-btn button {
	width: 100%;
	display: block;
	padding: 15px 50px;
	background-color: #A959EC;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 800;
	color: #fff;
	border: none;
	text-transform: uppercase;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	-webkit-transition: .3s;
	transition: .3s;
}

.main-btn a:hover,
.main-btn button:hover {
	background-color: #c187f1;
}

.main-btn a:before,
.main-btn button:before {
	content: '';
	position: absolute;
	display: inline-block;
	top: -180px;
	left: 0;
	width: 30px;
	height: 100%;
	background-color: #fff;
	-webkit-animation: shiny 4s ease-in-out infinite;
	animation: shiny 4s ease-in-out infinite;
}

.main-btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.main-img {
	margin-top: 60px;
	height: 207px;
	position: relative;
	z-index: 3;
}

.main-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

main {
	background: url("../img/main-bg.svg") no-repeat top;
	background-size: cover;
}

@-webkit-keyframes shiny {
	0% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	80% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}

	81% {
		-webkit-transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

/* About section */
.about {
	padding: 60px 0 80px;
	text-align: center;
	position: relative;
}

.about-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 3;
}

.about-text {
	width: 950px;
	margin-bottom: 60px;
}

.about p {
	font-size: 18px;
	line-height: 1.6;
	color: #fff;
	margin-bottom: 20px;
}

.about p:last-of-type {
	margin-bottom: 0;
}

.about p span {
	font-weight: bold;
}

.about-box {
	width: 950px;
	border: 1px dashed #945CB5;
	border-radius: 10px;
	background-color: #3E2A6D;
	padding: 40px 45px;
}

.about-decor {
	position: absolute;
	bottom: -45px;
	right: 0;
	width: 100%;
}

/* Advantages section */
.advantages {
	padding: 60px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
}

.advantages:before {
	content: '';
	width: 100%;
	height: 350px;
	background: url("../img/advantages-top.svg") repeat-x top;
	position: absolute;
	top: 0;
	left: 0;
}

.advantages .line {
	height: 73%;
}

.advantages-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.advantages-item {
	width: 24%;
	padding: 60px 25px 55px;
	border-radius: 10px;
	text-align: center;
	background-color: #251844;
	border-top: 2px solid #A959EC;
	position: relative;
	z-index: 3;
}

.advantages-item-icon {
	margin-bottom: 40px;
}

.advantages-item-title {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
}

.advantages-item p {
	font-size: 18px;
	line-height: 1.6;
	color: #fff;
}

.advantages-decor-1 {
	position: absolute;
	bottom: -25px;
	left: -85px;
	opacity: 0.2;
}

.advantages-decor-2 {
	position: absolute;
	left: 290px;
	bottom: 160px;
	opacity: 0.2;
}

.advantages-decor-3 {
	position: absolute;
	bottom: -130px;
	right: 0;
	opacity: 0.2;
}

.advantages-decor-4 {
	position: absolute;
	bottom: -15px;
	left: 450px;
	opacity: 0.2;
}

.advantages-decor-5 {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.2;
	position: absolute;
	bottom: -10px;
	right: 440px;
}

.advantages-decor-6 {
	position: absolute;
	bottom: -200px;
	left: 0;
	opacity: 0.2;
}

/* Calc section */
.calc {
	padding: 60px 0;
	position: relative;
}

.calc-wrapper {
	flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 3;
}

.calc-item {
	width: 280px;
	border: 2px dashed #9B9B9B;
	padding: 50px 25px;
	text-align: center;
	margin: 0px 15px 15px;
	margin-bottom: 15px;
}

.calc-item:last-of-type {
	margin-right: 0;
}

.calc-item-title {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.calc-item-rate {
	font-size: 20px;
	margin-bottom: 40px;
}

.calc-item-subtitle {
	font-size: 20px;
	margin-bottom: 20px;
}

.calc-item-input {
	display: inline-block;
	width: 140px;
	height: 60px;
	background-color: #fff;
	border: none;
	font: 29px 'Commissioner', sans-serif;
	color: #251844;
	text-align: center;
	padding: 0 10px;
	margin-bottom: 50px;
}

.calc-item ::-webkit-input-placeholder {
	color: #251844;
}

.calc-item-result {
	display: inline-block;
	padding: 15px 25px;
	border: 3px solid #3E2A6D;
	font-size: 18px;
}

/* Info section */
.info {
	padding-top: 60px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
	z-index: 3;
}

.info-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-right: 120px;
	position: relative;
	z-index: 3;
}

.info-img {
	width: 550px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 80px;
}

.info-text {
	width: 100%;
}

.info-text p {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 1.6;
	margin-bottom: 50px;
}

.info-bank {
	-webkit-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	transform: translateX(-20px);
	margin-bottom: 80px;
}

.info-decor-1 {
	width: 15px;
	height: 15px;
	background-color: #fff;
	opacity: 0.2;
	border-radius: 50%;
	position: absolute;
	top: 85px;
	left: 60px;
}

.info-decor-2 {
	width: 330px;
	height: 330px;
	border-radius: 50%;
	border: 1px solid #EA227A;
	opacity: 0.2;
	position: absolute;
	top: 220px;
	left: 30px;
}

.info-decor-3 {
	position: absolute;
	left: 180px;
	bottom: 150px;
	opacity: 0.2;
}

.info-decor-4 {
	position: absolute;
	bottom: 30px;
	left: 40%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0.2;
}

.info-decor-5 {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	border: 1px solid #EA227A;
	opacity: 0.2;
	position: absolute;
	top: 120px;
	right: 280px;
}

.info-decor-6 {
	position: absolute;
	right: 240px;
	bottom: 150px;
	opacity: 0.2;
}

.info-decor-7 {
	width: 10px;
	height: 10px;
	background-color: #EA227A;
	border-radius: 50%;
	opacity: 0.2;
	position: absolute;
	bottom: 330px;
	right: 100px;
}

.info-decor-8 {
	position: absolute;
	bottom: 40px;
	right: 20px;
	opacity: 0.2;
}

/* Services section */
.services {
	padding: 60px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
}

.services-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 3;
}

.services-item {
	background-color: #fff;
	height: 100%;
	text-align: center;
	padding: 35px 30px;
	border-radius: 10px;
	border-top: 2px solid #A959EC;
}

.services-item-icon {
	margin-bottom: 20px;
}

.services-item-title {
	font-size: 18px;
	font-weight: bold;
	color: #251844;
	margin-bottom: 15px;
}

.services-item p {
	font-size: 18px;
	line-height: 1.6;
	color: #251844;
}

.services-item-wrap {
	width: 400px;
	padding: 50px 0;
	padding-right: 25px;
	position: relative;
}

.services-item-wrap:after {
	content: '';
	width: 1px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.1);
	position: absolute;
	top: 0;
	right: -12px;
}

.services-item-wrap:last-of-type:after {
	display: none;
}

.services-decor {
	width: 100%;
	position: absolute;
	top: -70px;
	left: 0;
	opacity: 0.5;
}

/* Additional section */
.additional {
	padding: 20px 0 60px;
	position: relative;
	z-index: 3;
}

.additional-desc {
	font-size: 20px;
	line-height: 1.6;
	text-align: center;
	padding: 0 100px;
	color: #fff;
	margin-bottom: 120px;
}

.photos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 30px;
}

.photos-item {
	width: 360px;
	overflow: hidden;
}

.photos-item:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.photos-item img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .3s;
	transition: .3s;
}

/* Contacts section */
.contacts {
	padding: 60px 0;
	position: relative;
	z-index: 3;
}

.contacts-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contacts-map {
	width: 640px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 50px;
}

.contacts-map iframe {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.contacts .s-title {
	text-align: left;
}

.contacts-form {
	width: 300px;
}

.contacts-form-input {
	width: 100%;
	height: 45px;
	padding: 0 15px;
	background-color: transparent;
	border: 1px solid #A959EC;
	border-radius: 5px;
	font: 16px 'OpenSans', sans-serif;
	color: #fff;
	margin-bottom: 15px;
}

.contacts-form ::-webkit-input-placeholder {
	color: #fff;
}

.contacts-form .main-btn {
	display: inline-block;
	margin-top: 20px;
}

.contacts-items {
	margin-top: 30px;
}

.contacts-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	font-family: 'OpenSans', sans-serif;
	color: #fff;
	margin-bottom: 15px;
}

.contacts-item:last-of-type {
	margin-bottom: 0;
}

.contacts-item-icon {
	width: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

#recaptchaError {
	color: red;
	margin-top: 10px;
}

.g-recaptcha {
	width: 250px;
}

.success {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	z-index: -1;
	-webkit-transition: .3s;
	transition: .3s;
}

.success.active {
	opacity: 1;
	z-index: 1000;
}

.success.active .success-inner {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.success-inner {
	width: 500px;
	height: 200px;
	padding: 50px;
	background-color: #251844;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 10px;
	border: 2px solid #A959EC;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .3s;
	transition: .3s;
}

.success-inner p {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}

/* Footer */
.footer {
	padding: 60px 0 95px;
	position: relative;
	z-index: 3;
}

.footer-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-left {
	width: 33%;
}

.footer-right {
	width: 33%;
	text-align: right;
}

.footer-copy {
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.2);
}

.bottom-decor {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

/* Adaptive */
@media only screen and (max-width: 1360px) {
	.c-container {
		width: 100%;
		padding: 0 30px;
	}

	.header-mnu {
		display: none;
	}

	.header-fixed {
		padding: 15px 0;
	}

	.toggle-nav {
		display: block;
	}

	.info-wrapper {
		padding-right: 0;
	}

	.info-img {
		width: 50%;
		margin-right: 40px;
	}

	.services .s-title {
		margin-bottom: 50px;
	}

	.services-item-wrap {
		width: 32%;
		padding: 0;
	}

	.services-item-wrap:after {
		display: none;
	}

	.additional {
		padding-top: 60px;
	}

	.photos-item {
		width: 32%;
	}

	.contacts-map {
		width: 50%;
		margin-right: 40px;
	}

	.footer-left {
		display: none;
	}

	.footer-right {
		width: auto;
	}

	.footer-copy {
		color: #fff;
	}
}

@media only screen and (max-width: 1023px) {
	.main {
		padding-top: 50px;
	}

	.main-subtitle {
		font-size: 30px;
	}

	.main-title {
		font-size: 55px;
	}

	.main-img {
		height: 100px;
	}

	.about-text {
		width: 100%;
	}

	.about-box {
		width: 100%;
	}

	.advantages-items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: -30px;
	}

	.advantages-item {
		width: 48%;
		border: 2px solid #A959EC;
		margin-bottom: 30px;
	}

	.info-img {
		width: 40%;
		margin-right: 30px;
	}

	.info p {
		font-size: 16px;
		margin-bottom: 30px;
	}

	.info-bank {
		margin-bottom: 30px;
	}

	.info-decor-1,
	.info-decor-2,
	.info-decor-3,
	.info-decor-4,
	.info-decor-5,
	.info-decor-6,
	.info-decor-7,
	.info-decor-8 {
		display: none;
	}

	.services-item {
		padding: 20px 20px 40px;
	}

	.services-item-icon img {
		width: 70px;
	}

	.services-item p {
		font-size: 15px;
	}

	.additional-desc {
		padding: 0 50px;
		margin-bottom: 50px;
	}

	.photos {
		padding: 0;
	}

	.contacts {
		padding-bottom: 0;
	}

	.contacts .s-title {
		width: 100%;
		text-align: center;
		margin-bottom: 50px;
	}

	.contacts-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.contacts-items {
		margin-left: 30px;
		margin-top: 0;
	}

	.contacts-wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.contacts-map {
		width: 100%;
		margin-top: 50px;
		margin-right: 0;
	}

	.contacts-map iframe {
		height: 350px;
	}

	.footer {
		padding: 50px 0;
	}

	.calc-wrapper {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.calc-item {
		width: 48%;
		margin-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.header {
		padding: 20px 0;
	}

	.header-wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.header-left {
		text-align: right;
	}

	.header-right {
		display: none;
	}

	.header-fixed {
		padding: 15px 0;
	}

	.mnu a {
		font-size: 16px;
	}

	.mnu-other {
		display: block;
	}

	.mnu-wrapper {
		right: -100%;
		left: auto;
		border: none;
		text-align: left;
		border-left: 2px solid #A959EC;
	}

	.mnu-wrapper.active {
		right: 0;
		left: auto;
	}

	.body-dark {
		border-radius: 0 200px 200px 0;
	}

	.main-subtitle {
		font-size: 24px;
	}

	.main-title {
		font-size: 45px;
	}

	.s-title {
		font-size: 30px;
	}

	.about p {
		font-size: 16px;
	}

	.about-box {
		padding: 20px;
	}

	.advantages-item {
		padding: 30px 20px;
	}

	.advantages-item-icon {
		margin-bottom: 15px;
	}

	.advantages-item-icon img {
		width: 70px;
	}

	.advantages-item-title {
		font-size: 16px;
	}

	.advantages-item p {
		font-size: 14px;
	}

	.info-img {
		display: none;
	}

	.info-bank {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	.services-items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: -30px;
	}

	.services-item {
		border: 2px solid #A959EC;
	}

	.services-item-wrap {
		width: 100%;
		margin-bottom: 30px;
	}

	.services-item p {
		font-size: 18px;
	}

	.additional .c-container {
		padding: 0;
	}

	.additional .s-title {
		padding: 0 30px;
	}

	.additional-desc {
		padding: 0 30px;
		font-size: 18px;
	}

	.contacts-info {
		display: block;
	}

	.contacts-form {
		width: 100%;
	}

	.contacts-form .main-btn {
		width: 100%;
	}

	.contacts-items {
		margin-left: 0;
		margin-top: 50px;
	}

	.footer {
		text-align: center;
	}

	.footer-wrapper {
		display: block;
	}

	.footer-right {
		text-align: center;
		margin-top: 15px;
	}

	.footer-copy {
		font-size: 14px;
	}

	.success {
		padding: 0 30px;
	}

	.success-inner {
		width: 100%;
	}

	.calc-item {
		padding: 30px 15px;
		width: 100%;
	}

	.calc-item-title {
		font-size: 18px;
	}

	.calc-item-rate {
		font-size: 16px;
	}

	.calc-item-subtitle {
		font-size: 16px;
	}

	.calc-item-input {
		font-size: 22px;
		margin-bottom: 30px;
	}

	.calc-item-result {
		font-size: 22px;
	}
}

@media only screen and (max-width: 479px) {
	.c-container {
		padding: 0 20px;
	}

	.header-fixed {
		padding: 10px 0;
	}

	.header-fixed .line {
		display: none;
	}

	.mnu-close {
		width: 30px;
		margin-bottom: 20px;
	}

	.mnu-wrapper {
		padding: 20px 20px 60px;
	}

	.main {
		padding-top: 20px;
	}

	.main-subtitle {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.main-title {
		font-size: 40px;
	}

	.main-img {
		margin-top: 30px;
	}

	.s-title {
		font-size: 26px;
	}

	.about p {
		font-size: 14px;
	}

	.advantages .line {
		height: 100%;
	}

	.advantages-item {
		width: 100%;
	}

	.advantages-decor-2 {
		left: 0;
	}

	.advantages-decor-4 {
		left: 0;
	}

	.services-item p {
		font-size: 16px;
	}

	.additional-desc {
		font-size: 16px;
	}

	.contacts-map iframe {
		height: 250px;
	}

	.success {
		padding: 0 20px;
	}

	.success-inner p {
		font-size: 26px;
	}

	.calc .s-title {
		margin-bottom: 30px;
	}

	.calc-wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.calc-item {
		width: 80%;
		margin-bottom: 30px;
	}

	.calc-item:last-of-type {
		margin-bottom: 0;
	}
}



.exchange-block {
	display: flex;
	justify-content: center;
	gap: 10px;
	align-items: center;
}

.coin-list-wrap {
	width: 250px;
}

.exchange-amount-block {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 590px;
	background: #3e2a6d;
	border-radius: 15px;
	padding: 20px;

	gap: 5px;
	display: flex;
	flex-direction: column;

	box-shadow: 5px 5px #000;
}

.coin-list {
	background: #3e2a6d;
	border-radius: 15px;
	padding: 20px;

	gap: 5px;
	display: flex;
	flex-direction: column;

	box-shadow: 5px 5px #000;
}

.coin-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px;
	cursor: pointer;
	justify-content: flex-start;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	text-align: left;
}

.coin-item-selected {
	background: rebeccapurple;
	border-radius: 5px;
}

.coin-item-disabled {
	filter: brightness(0.4) grayscale(0.5);
}

.coin-item img {
	width: 35px;
}

.amount-wrap {
	position: relative;
}

.amount-icon {
	align-items: center;
	display: flex;
	justify-content: end;
	gap: 5px;
	position: absolute;
	right: 5px;
	top: 0;
	height: 45px;

	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.amount-icon img {
	width: 30px;
}

@media only screen and (max-width: 479px) {
	.exchange-ico {
		display: none;
	}
}

.order-block {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: #3e2a6d;
	border-radius: 15px;
	padding: 20px;
	position: relative;

	gap: 5px;
	display: flex;
	flex-direction: column;

	box-shadow: 5px 5px #000;

	font-size: 25px;
	line-height: 1.3;
	color: #fff;
	text-align: left;
}

.communication-text-input {
	width: 100%;
	height: 45px;
	padding: 0 15px;
	background-color: transparent;
	border: 1px solid #A959EC;
	border-radius: 5px;
	font: 16px 'OpenSans', sans-serif;
	color: #fff;
	margin-bottom: 15px;
}

.message {
	width: 90%;
	min-height: 75px;
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 30px;
	padding: 13px;
	color: black;
	max-width: 400px;
	margin: 10px 0px 10px;
	font-size: 20px;
	word-break: break-word;
}

.message span {
	font-size: 14px;
	color: gray;
}

.user-message {
	margin-left: auto;
	text-align: right;
}

.loader {
	border: 16px solid #f3f3f3;
	border-top: 16px solid #251844;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	animation: spin 2s linear infinite;
}

#loader-block {
	height: 100%;
	width: 100%;
	position: absolute;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #3e2a6d;
	left: 0px;
	top: 0px;
	border-radius: 15px;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}