@import url('https://fonts.googleapis.com/css2?family=Anton+SC&family=Arvo:wght@700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
html{
	height: 100%;
	width: 100%;
	margin: 0;
	-webkit-overflow-scrolling:touch;
}
body{
	margin: 0;
	color: #000000;
	font-size: 14px;
	line-height: 1.2;
	font-family: "Roboto Condensed", sans-serif;
	position: relative;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	background: #fff;
	min-height: 100%;
	min-width: 320px;
}
body.active{
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6{
	margin: 0 0 30px 0;
	font-weight: 700;
	color: #040404;
	line-height: 1.2;
}
h1{
	font-weight: 700;
	font-size: 72px;
}
h2{
	font-size: 48px;
}
h3{
	font-size: 30px;
}
h4{
	font-size: 24px;
}
h5{
	font-size: 20px;
}
h6{
	font-size: 16px;
}
p {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.3;
	color: #fff;
	margin: 0 0 25px 0;
}
p a{
	text-decoration: none;
	text-decoration-skip-ink: none;
	font-weight: 700;
	color: #382727;
}
p a:hover{
	text-decoration: underline;
}
p:last-child{
	margin-bottom: 0px;
}
img{
	display: block;
	max-width: 100%;
}
a {
	outline: none;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
ul{
	padding: 0;
	margin: 0;
}
li{
	list-style: none;
}
/*== buttons
---------------------------------*/
button{
	margin:0;
	padding:0;
	border:none;
	background:none;
	cursor:pointer;
	overflow:visible;
	width:auto;
	outline: none;
	box-shadow: none;
	font-family: inherit;
}
button:hover , button:focus , button:active{
	outline: none;
	text-decoration: none;
}
/*== inputs
---------------------------------*/
input{
	outline: none;
	border: none;
}

textarea{
	height: 80px;
	outline: none;
}
.b-input-text{
	width: 100%;
	height: 52px;
	background: rgba(255, 255, 255, 0.42);
	mix-blend-mode: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	color: #333333;
	transition: 0.3s;
	padding: 0 15px 0 33px;

}
.b-input-text::-webkit-input-placeholder{
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	color: #A7A7A7;
}
.b-input-text:-moz-placeholder{
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	color: #A7A7A7;
}
.b-input-text.error{
	border-color: #EF4231;
}
textarea{
	height: 80px;
	outline: none;
	resize: none;
}
.b-textarea{
	width: 100%;
	height: 180px;
	background: #FFFFFF;
	border: 1px solid #CAD1D7;

	border-radius: 10px;
	padding: 20px 30px;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #888888;	
}
.b-textarea::-webkit-input-placeholder{
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #888888;	
}
.b-textarea:-moz-placeholder{
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #888888;		
}
/*== checkbox , raido
---------------------------------*/
.b-checkbox{
	  font-family: "Roboto Condensed", sans-serif;
}
.b-checkbox input[type="checkbox"]{
    display: none;
}
.b-checkbox input[type="checkbox"] + label{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0;
}
.b-checkbox input[type="checkbox"] + label span{
	background: #fff;
	border: 1px solid rgba(56, 39, 39, 0.5);
	border-radius: 2px;
	width: 20px;
	height: 20px;
	position: relative;
	margin: 0 10px 0 0;
	flex-shrink: 0;
	cursor: pointer;
}
.b-checkbox input[type="checkbox"]:checked + label span{
	background: #fff url("../images/check.svg") center no-repeat;
}
.b-checkbox input[type="checkbox"] + label i{
	padding: 1px 0 0 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.375;
	color: #23015e;
	font-style: normal;
	cursor: pointer;
}
.b-checkbox input[type="checkbox"] + label i a{
	font-weight: 600;
	font-size: 13px;
	line-height: 1.66667;
	color: #24192c;
	text-decoration: underline;
	margin: 0 0 0 5px;
}
.b-checkbox input[type="checkbox"] + label i a:hover , .b-checkbox input[type="checkbox"] + label i a:focus , .b-checkbox input[type="checkbox"] + label i a:active{
	text-decoration: none;
	opacity: 0.8;
	transition: 0.3s;
}
.b-check{
	margin: 10px 0 0 0;
}
.b-check input[type="checkbox"]{
    display: none;
}
.b-check input[type="checkbox"] + label span{
	width: 11px;
	height: 11px;
	color: rgba(36, 39, 52, 0.35);
	font-size: 11px;
	flex-shrink: 0;
	margin: 2px 4px 0 0;
	cursor: pointer;
}
.b-check input[type="checkbox"] + label{
    cursor: pointer;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.b-check input[type="checkbox"]:checked + label span{
	width: 11px;
	height: 11px;
	color: #333333;
}
.b-check input[type="checkbox"] + label i{
	font-style: italic;
	font-weight: 400;
	font-size: 13px;
	line-height: 1;
	text-align: right;
    color: rgba(36, 39, 52, 0.35);
	cursor: pointer;
}
.b-check input[type="checkbox"]:checked + label i{
	color: #333333;
}
/*== raido
---------------------------------*/
.b-radio{
	margin: 0 0 12px 0;
  font-family: "Roboto Condensed", sans-serif;
}
.b-radio input[type="radio"]{
    display: none;
}
.b-radio input[type="radio"] + label{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0;
}
.b-radio input[type="radio"] + label span{
	width: 20px;
	height: 20px;
	background: transparent;
	border: 1px solid #c9a2d2;
	border-radius: 100%;
	transition: 0.3s;
	position: relative;
	margin: 0 8px 0 0;
	flex-shrink: 0;
	cursor: pointer;
}
.b-radio input[type="radio"] + label span:after{
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	width: 12px;
	height: 12px;
	background: #5922b7;
	border-radius: 100%;
	transform: translate(-50% , -50%);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.b-radio input[type="radio"]:checked + label span{
	border-radius: 100%;
	transition: 0.3s;
}
.b-radio input[type="radio"]:checked + label span:after{
	opacity: 1;
	visibility: visible;
	transition: 0.3s;
}
.b-radio input[type="radio"] + label i{
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	color: #23015e;
	padding: 2px 0 0 0;
	font-style: normal;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
select{
	outline: none;
	font-family: inherit;
}
.b-select{
	border: 1px solid rgba(56, 39, 39, 0.5);
	border-radius: 2px;
	width: 100%;
	height: 40px;
	padding: 0 14px;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #23015e;
	cursor: pointer;
	background: #ffffff url(../images/select-arrow.svg);
	background-repeat: no-repeat;
	background-position: right 14px center;
	background-size: 13px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none !important;
}
/* End Total css ====*/
.container{
	max-width: 1010px;
	margin: 0 auto 0;
	padding: 0 12px;

}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-container{
	position: relative;
}
.main_page{
	min-height: 100vh;
}
.b-mobile{
	display: none;
}
/* -------------- page index -------------- */
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #561cb9;
	z-index: 100;
}
.header .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 10px;
	text-decoration: none;
}
.logo__ico{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 52px;
	height: 52px;
	flex-shrink: 0;
	font-weight: 700;
	font-size: 27px;
	line-height: 1.11111;
	letter-spacing: 0.01em;
	color: #ffda20;
	border: 8px solid #23015e;
	border-radius: 100%;
	font-family: "Arvo", sans-serif;
	text-decoration: none;
}
.logo__text{
	font-family: "Anton SC", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.11111;
	letter-spacing: 0.01em;
	color: #fff;
	text-decoration: none;
	max-width: 100px;
	display: block;
	transition: 0.3s;
}
.logo:hover .logo__text{
	color: #ffda20;
}

.header__right{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.nav{

}
.nav ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.nav ul li a{
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height: 90px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	padding: 0 24px;
	transition: 0.3s;
}
.nav ul li a:hover{
	background: rgba(255, 218, 32, 0.06);
	color: #ffda20;
}
.nav ul li a.active{
	color: #ffb6a2;
}

.header__contacts{
	text-align: right;
	margin: 0 51px 0 57px;
}
.header__contacts-item{
	display: block;
	font-weight: 700;
	color: #fff;
	font-size: 12px;
	line-height: 1.4;
	text-decoration: none;
}
.header__contacts-item span{
	font-weight: 500;
	color: #ffb6a2;
}
.header__btn{
	border-radius: 6px;
	width: 135px;
	height: 50px;
	border: 1px solid #4307a9;
	background: #4307a9;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 10px;
}
.header__btn:before{
	content: "";
	background: url("../images/header_chat.svg") no-repeat;
	width: 18px;
	height: 17px;
}
.header__btn:hover{
	border-color: #ffde4a;
	background: #23015e;
	color: #ffde4a;
}
.header__btn:hover:before{
	background: url("../images/header_chat2.svg") no-repeat;
}
.nav__xs{
	display: none;
}

/* ======== .main ======== */
.main{
	position: relative;
	background: linear-gradient(270deg, rgba(255, 186, 95, 0.5) 1.44%, rgba(234, 149, 136, 0.5) 25.48%, rgba(109, 41, 224, 0.66) 60.1%, #6720df 100%);
	height: 630px;
	padding: 90px 0 0 0;
}
.video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
.main .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 2;
	height: 100%;
}
.main__title{
	font-weight: 900;
	font-size: 83px;
	line-height: 0.91279;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #23015e;
}
.main__title span{
	color: #ffda20;
}
.main__title:not(:last-child){
	margin-bottom: 40px;
}
.main__block{
	width: 340px;
	height: 340px;
	flex-shrink: 0;
	border-radius: 100%;
	background: linear-gradient(180deg, #7f3df0 0%, #280e71 100%);
	position: relative;
	margin-right: 68px;
}
.main__block svg{
	position: absolute;
	top: 0;
	right: 0;
}
.main__block img{
	position: absolute;
	top: 0;
	left: 0;
}
/* ======== desc ======== */
.desc{
	background: #23015e;
	padding: 86px 0;
}
.desc .container{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 118px;
}
.desc svg{
	flex-shrink: 0;
}
.desc p{
	max-width: 636px;
}
/* ======== section ======== */
.section{
	position: relative;
	background: rgba(38, 6, 93, 0.8);
	padding: 50px 0 70px 0;
}
.section .container{
	position: relative;
	z-index: 2;
}
.section__row{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 88px 0 0;
}
.section__row:not(:last-child){
	margin-bottom: 50px;
}
.section__left{
	max-width: 465px;
}
.title{
	margin-bottom: 20px;
}
.title__item{
	font-weight: 900;
	font-size: 36px;
	line-height: 1.08333;
	text-transform: uppercase;
	color: #ffda20;
}
.section__img{
	max-width: 320px;
}
.section__img img{
	border-radius: 100%;
}
.section__block{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: rgba(40, 0, 109, 0.6);
	border-radius: 12px;
	padding: 50px 50px 50px 86px;
	gap: 0 109px;
}
.section__block-img{
	flex-shrink: 0;
	max-width: 320px;
}
.section__block p{
	font-weight: 400;
	font-size: 18px;
	line-height: 1.22222;
	color: #fff;
}

.section__bottom{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-top: 1px dashed rgba(255, 255, 255, 0.3);
	padding: 50px 0 0 0;
	margin: 50px 0 0 0;
	gap: 0 77px;
}
.section__bottom-text{
	max-width: 462px;
}
.section__bottom-text p{
	font-weight: 400;
	font-size: 18px;
	line-height: 1.22222;
	color: #fff;
}
.white-btn{
	border: 1px solid #c9a2d2;
	border-radius: 9px;
	width: 246px;
	height: 50px;
	background: #fff;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #5922b7;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
}
.white-btn:hover{
	background: #6720df;
	border-color: #c9a2d2;
	color: #fff;
}

/* ======== bottom ======== */
.bottom{
	background: #2c076c;
	padding: 37px 0;
}
.bottom .container{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 44px;
}
.bottom p{
	font-weight: 400;
	font-size: 18px;
	line-height: 1.22222;
	color: #fff;
}
.bottom p a{
	font-weight: 700;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: #ffda20;
}
.bottom p a:hover{
	text-decoration: underline;
	color: #fff;
}
/* ======== footer ======== */
.footer{
	background: #270b56;
	padding: 18px 0;
}
.footer .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer__left{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 10px;
}
.copyright{
	font-weight: 600;
	font-size: 14px;
	line-height: 1.71429;
	color: #b4b4b4;
}
.footer__nav{

}
.footer__nav ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 23px;
}
.footer__nav ul li a{
	font-weight: 700;
	font-size: 14px;
	line-height: 1.71429;
	text-transform: uppercase;
	text-decoration: none;
	color: #b4b4b4;
	transition: 0.3s;
}
.footer__nav ul li a:hover{
	color: #ffda20;
}
/* ============ about ============ */
.main_2{
	height: 620px;
}
.main_2 .main__block{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 320px;
	height: 320px;
}
.main_2 .main__left{
	max-width: 432px;
}
.main_2 .main__block svg{
	position: static;
}
/* ============ info ============ */
.info{
	padding: 74px 0;
	background: #fff;
}
.info .container{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 131px;
}
.title__item.black{
	color: #23015e;
}
.info__text{
	max-width: 460px;
}
.info__text p{
	color: #23015e;
}
.section_2{
	padding-bottom: 50px;
}
.section_2 .section__block{
	flex-direction: row-reverse;
	padding: 50px 108px 50px 50px;
}
/* ============ support ============ */
.main_3{
	height: 523px;
}
.main_3 .main__left{
	max-width: 557px;
}
.main_3 .main__left p b{
	text-transform: uppercase;
}

.supportForm{
	background: #fff;
	padding: 80px 0 90px 0;
}
.supportForm .container{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0 98px;
}
.supportForm__left{
	max-width: 459px;
}
.supportForm__left p{
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
	color: #23015e;
}
.supportForm__form{
	width: 100%;
	max-width: 380px;
}
.supportForm__form p{
	font-weight: 500;
	font-size: 20px;
	line-height: 1.3;
	color: #333;
	margin: 0 0 15px 0;
}
.supportForm__item:not(:last-child){
	margin-bottom: 10px;
}
.supportForm__input{
	border: 1px solid #6e3adb;
	border-radius: 4px;
	width: 100%;
	height: 46px;
	background: #fff;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	color: #333;
	padding: 0 13px;
}
.supportForm__input::-webkit-input-placeholder{
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	color: #c0c0c0;
}
.supportForm__input:-moz-placeholder{
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	color: #c0c0c0;
}
.black-btn{
	width: 100%;
	height: 46px;
	background: #222;
	border: 1px solid #222;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	transition: 0.3s;
}
.black-btn:hover{
	border-color: #c9a2d2;
	background: #6720df;
}

.connect{
	padding: 90px 0;
}
.connect__row{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0 95px;
}
.connect__row-left{
	max-width: 459px;
}
.connect__row-right{
	max-width: 380px;
}

/* Absolute Center Spinner */
.loading {
	position: fixed;
	z-index: 999;
	height: 2em;
	width: 2em;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* Absolute Center Spinner */
.loading {
	position: fixed;
	z-index: 999;
	height: 2em;
	width: 2em;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* Transparent Overlay */
.loading:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));

	background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
	/* hide "loading..." text */
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.loading:not(:required):after {
	content: '';
	display: block;
	font-size: 10px;
	width: 1em;
	height: 1em;
	margin-top: -0.5em;
	-webkit-animation: spinner 1000ms infinite linear;
	-moz-animation: spinner 1000ms infinite linear;
	-ms-animation: spinner 1000ms infinite linear;
	-o-animation: spinner 1000ms infinite linear;
	animation: spinner 1000ms infinite linear;
	border-radius: 0.5em;
	-webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
	box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.blur {
	filter: blur(10px);
}

.have-order, .no-order {
	display: none;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-default-outline:focus {
	box-shadow: none !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
	color: #666 !important;
}

button:disabled {
	pointer-events: none;
	opacity: 0.5;
}

.btn-live-chat {
	text-decoration: none;
}

.b-order-top__cancelled {
	margin: 0 0 63px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}