@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@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: "Outfit", sans-serif;
	position: relative;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	background: #e4f6f1;
	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: 16px;
	line-height: 1.25;
	color: #333;
	margin: 0 0 20px 0;
}
p strong{
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
}
p a{
	color: #333;
	font-weight: 700;
	text-decoration: none;
}
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
---------------------------------*/
.green-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #62e2b8;
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}
.green-btn:hover{
	opacity: 0.8;
}
.green-btn:active{
	opacity: 0.9;
}
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{

}
.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{
	border-radius: 0px;
	background: #019e8b;
	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: #019e8b url("../images/check.svg") top 1px center no-repeat;
}
.b-checkbox input[type="checkbox"] + label i{
	padding: 0px 0 0 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.25;
	color: #333;
	font-style: normal;
	cursor: pointer;
}
.b-checkbox input[type="checkbox"] + label i a{
	font-weight: 500;
	font-size: 12px;
	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 11px 0;
}
.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: 22px;
	height: 22px;
	background: #FFFFFF;
	border: 1px solid #a0a0a0;
	border-radius: 100%;
	transition: 0.3s;
	position: relative;
	margin: 0 10px 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: #8fe643;
	border-radius: 100%;
	transform: translate(-50% , -50%);	
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.b-radio input[type="radio"]:checked + label span{
	width: 22px;
	height: 22px;
	border: 1px solid #a0a0a0;
	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: 500;
	font-size: 18px;
	color: #000;
	padding: 1px 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 #a3a3a3;
	border-radius: 0px;
	width: 100%;
	height: 48px;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #5a5a5a;
	padding: 0 18px;
	background: #ffffff url(../images/select-arrow.svg);
	background-repeat: no-repeat;
	background-position: right 13px center;
	background-size: 18px;
	-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 15px;

}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-container{
    min-height: 100vh;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/* -------------- page index -------------- */
.header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
.header__top{
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	padding: 11px 0;
}
.header__top .container{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 37px;
}
.header__top-item{
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.46);
	gap: 0 10px;
	text-decoration: none;
	transition: 0.2s;
}
.header__top-item:hover{
	color: #fff;
}
.header__top-item:hover svg path{
	fill-opacity: 1;
	transition: 0.2s;
}
.header__content{
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	padding: 2px 0 7px 0;
}
.header__content .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-decoration: none;
	transition: 0.2s;
	margin: 0 0 0 -16px;
}
.logo p{
	width: 82px;
	font-weight: 900;
	font-size: 16px;
	line-height: 1.00581;
	color: #fff;
	padding: 11px 0 0 0;
}
.logo:hover{
	opacity: 0.46;
}
.header__right{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav{
	margin: 0 23px 0 0;
}
.nav ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 45px;
}
.nav ul li a{
	display: block;
	font-weight: 500;
	font-size: 20px;
	line-height: 2.55;
	color: #fff;
	text-decoration: none;
	transition: 0.2s;
}
.nav ul li a:hover{
	color: #8fe643;
}

.nav ul li a.active{
	color: #8fe643;
	cursor: pointer;
}

.header__btn{
	border: 2px solid #8fe643;
	border-radius: 78px;
	width: 191px;
	height: 50px;
	background: rgba(109, 109, 109, 0);
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.2s;
	text-decoration: none;
}
.header__btn:hover{
	background: #8fe643;
	color: #224a00;
}
/* -------------- main -------------- */
.main{

}
.main img{
	max-width: 1437px;
	margin: 0 auto 0;
}
.slide-1{
	background: #019e8b;
}
.slide-2{
	background: #eaa639;
}
.slide-3{
	background: #009987;
}
.slide-4{
	background: #008676;
}
.main .swiper-slide{
	position: relative;
}
.main__arrow{
	position: absolute;
	bottom: 32px;
	left: 50%;
	transform: translateX(-50%);
}
.arrow {
	opacity: 0;
	animation: blink 1.5s infinite;
}

.arrow1 {
	animation-delay: 0s;
}

.arrow2 {
	animation-delay: 0.25s;
}

@keyframes blink {
	0%, 100% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}

/* -------------- reviews -------------- */
.reviews{
	background: #f0f0f0;
	padding: 100px 0 30px 0;
	min-height: 320px;
}
.reviews__slider{
	position: relative;
}
.reviews .swiper-slide{
	opacity: 0 !important;
}
.reviews .swiper-slide-active{
	opacity: 1 !important;
}
.reviews__item{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.reviews__item-stars{
	margin: 0 62px 0 0;
	flex-shrink: 0;
}
.reviews__item-stars ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 3px;
}
.reviews__item-stars li{
	width: 28px;
	height: 28px;
	background: url("../images/star.svg") center no-repeat;
}
.reviews__item-text{
	padding: 0 95px 0 0;
}
.reviews__item-text b{
	display: block;
	font-weight: 800;
	font-size: 24px;
	line-height: 0.89939;
	color: #3d3d3d;
	margin: 0 0 22px 0;
}
.reviews__item-text p{
	font-weight: 400;
	font-size: 18px;
	line-height: 1.22222;
	color: #3d3d3d;
}
.reviews__item-user{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	min-height: 128px;
	padding: 0 0 0 43px;
	margin: 0 0 0 21px;
	border-left: 1px solid rgba(0, 0, 0, 0.14);
	flex-shrink: 0;
	width: 215px;
}
.reviews__item-img{
	width: 78px;
	height: 78px;
	flex-shrink: 0;
	margin: 0 20px 0 0;
}
.reviews__item-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100%;
}
.reviews__item-user span{
	font-weight: 600;
	font-size: 18px;
	line-height: 78px;
	color: #3d3d3d;
}
.reviews__slider .swiper-pagination{
	position: absolute;
	top: 123px;
	right: 0;
	display: flex;
	justify-content: flex-end;
	gap: 0 8px;
	margin: 0;
}
.swiper-pagination-bullet{
	width: 49px;
	height: 5px;
	background: #dedede;
	opacity: 1;
	margin: 0;
	border-radius: 0px;
}
.swiper-pagination-bullet-active{
	background: #a7a7a7;
}
/* -------------- info -------------- */
.info{
	background: #BCDCD4;
	padding: 80px 0;
}
.info__title{
	font-weight: 500;
	font-size: 32px;
	line-height: 1.25;
	text-align: center;
	color: #3d3d3d;
	max-width: 910px;
	margin: 0 auto 65px;
}
.info__title b{
	font-weight: 700;
}
.info__row{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
}
.info__row:nth-child(odd){
	flex-direction: row-reverse;
}
.info__row > div{
	width: 50%;
}
.info__row-text{
	display: flex;
	align-items: center;
	background: #fff;
	padding: 0 60px;
}
.info__row-text b{
	display: block;
	font-weight: 800;
	font-size: 24px;
	line-height: 1.25;
	color: #3d3d3d;
	margin: 0 0 30px 0;
}
.info__row-text p{
	font-weight: 400;
	font-size: 24px;
	line-height: 1.25;
	color: #3d3d3d;
}
/* -------------- desc -------------- */
.desc{
	background: #BCDCD4;
	padding: 0 0 70px 0;
}
.desc .container{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
}
.desc__item{
	width: 50%;
	padding: 60px 65px 75px 65px;
}
.desc__item:not(:last-child){
	border-right: 1px solid rgba(1, 158, 139, 0.5);
}
.desc__item-img{
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	background: #fff;
	width: 100px;
	height: 100px;
	margin: 0 auto 20px;
}
.desc__item p{
	font-weight: 500;
	font-size: 16px;
	line-height: 1.25;
	text-align: center;
	color: #3d3d3d;
}
/* -------------- bottom -------------- */
.bottom{
	background: #019e8b;
	padding: 60px 0 90px 0;
}
.bottom__logo{
	display: flex;
	justify-content: center;
	align-items: center;
}
.bottom p{
	font-weight: 500;
	font-size: 20px;
	line-height: 1.25;
	text-align: center;
	color: #c0dbd4;
	max-width: 492px;
	margin: 0 auto 0;
}
/* -------------- footer -------------- */
.footer{
	background: #edf3f2;
	padding: 63px 0;
}
.footer .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer__logo{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-decoration: none;
	margin: 0 0 0 -12px;
}
.footer p{
	width: 60px;
	font-weight: 900;
	font-size: 11px;
	line-height: 1.00581;
	text-decoration: none;
	color: #8eb3a8;
	padding: 11px 0 0 0;
}
.footer__nav{

}
.footer__nav ul{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 22px;
}
.footer__nav ul li{

}
.footer__nav ul li a{
	display: block;
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	color: #8eb3a8;
	text-decoration: none;
	transition: 0.2s;
}
.footer__nav ul li a:hover{
	color: #008676;
}
.footer__btn{
	border: 2px solid #8eb3a8;
	border-radius: 78px;
	width: 136px;
	height: 50px;
	background: rgba(109, 109, 109, 0);
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	color: #8eb3a8;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.2s;
	text-decoration: none;
}
.footer__btn:hover{
	background: #008676;
	border-color: #008676;
	color: #fff;
}
/* -------------- about -------------- */
.inner-page{

}
.inner-page .header{
	background: #019E8B;
	position: static;
}
.b-page{
	padding: 66px 0 60px 0;
	background: #BCDCD4;
}
.title{
	font-weight: 800;
	font-size: 40px;
	line-height: 1.05;
	text-align: center;
	color: #3d3d3d;
	margin: 0 0 50px 0;
}
.about__row{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
}
.about__block{
	width: 50%;
	display: flex;
	flex-direction: column;
}
.about__block-img{
	flex-grow: 1;
}
.about__block-text{
	padding: 50px 65px 65px 57px;
}
.about__block p{
	font-weight: 400;
	font-size: 18px;
	line-height: 1.22222;
	color: #3d3d3d;
}
.about__block_2 .about__block-text{
	background: #fbf0f0;
}
.about__block_3 .about__block-text{
	background: #eafaf6;
}
.about__block_4{
	background: #fff url("../images/about-img3.png") top -1px center no-repeat;
	background-size: 492px;
}
.about__block_1{
	background: #fff url("../images/about-img1.png") top left no-repeat;
	background-size: 492px;
}
.about__text{
	max-width: 755px;
	margin: 0 auto 0;
	padding: 65px 0 0 0;
}
.about__text p{
	font-weight: 400;
	font-size: 24px;
	line-height: 1.25;
	text-align: center;
	color: #3d3d3d;
}
.about__text p:not(:last-child){
	margin: 0 0 30px 0;
}
.about__text p b{
	font-weight: 800;
}
.about__text p a{
	font-weight: 600;
	text-decoration: none;
}
.about__text p a:hover{
	text-decoration: underline;
}
/* -------------- your -------------- */
.your__row{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
}
.your__row > div{
	width: 50%;

}
.your__block{
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.your__block-img{
	margin: 0 0 50px 0;
}
.your__block-img img{
	max-width: 120px;
}
.your__block-text{
	padding: 0 68px;
}
.your__block-text p{
	font-weight: 400;
	font-size: 18px;
	line-height: 1.22222;
	text-align: center;
	color: #3d3d3d;
}
.your__block-text p:not(:last-child){
	margin: 0 0 20px 0;
}
.your__block-text p strong{
	font-weight: 600;
}
.your__image{
	background: #f2eef1;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 492px;
}
.your__form{
	background: #dff8f1;
	padding: 60px 70px 70px 70px;
}
.your__form-title{
	font-weight: 600;
	font-size: 18px;
	line-height: 1.22222;
	color: #3d3d3d;
	margin: 0 0 30px 0;
}
.your__input:not(:last-child){
	margin: 0 0 14px 0;
}
.your__input span{
	display: block;
	font-weight: 400;
	font-size: 18px;
	line-height: 0.88889;
	color: #353535;
	margin: 0 0 6px 0;
}
.your__input-wrap{

}
.your__input input{
	border: 1px solid #b5b5b5;
	width: 100%;
	height: 38px;
	background: #fff;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	color: #353535;
	padding: 0 15px;
}
.your__form-bottom{
	display: flex;
	justify-content: flex-end;
	margin: 20px 0 0 0;
}
.your__btn{
	border: 2px solid #8fe643;
	border-radius: 78px;
	background: #019e8b;
	width: 168px;
	height: 50px;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.2s;
}
.your__btn:hover{
	background: #008676;
}

.b-page__top{
	margin: 0 0 35px 0;
}
.b-page__top .title{
	margin: 0 0 32px 0;
}
.b-page__top p{
	font-weight: 400;
	font-size: 18px;
	line-height: 1.22222;
	text-align: center;
	color: #3d3d3d;
}

.faq__wrapper{
	background: #fff;
	padding: 45px;
}
.faq__item{
	padding: 0 0 38px 0;
}
.faq__item:not(:last-child){
	margin: 0 0 38px 0;
	border-bottom: 1px solid rgba(1, 158, 139, 0.5);
}
.faq__item-top{
	font-weight: 800;
	font-size: 18px;
	line-height: 1.22222;
	color: #3d3d3d;
	margin: 0 0 20px 0;
}
.faq__item-content{

}
.faq__item-content p{
	font-weight: 400;
	font-size: 18px;
	line-height: 1.22222;
	color: #3d3d3d;
}

.b-contacts__top{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	padding: 103px 0;
	gap: 0 150px;
}
.b-contacts__top-text{
	max-width: 376px;
}
.b-contacts__top-text p b{
	display: block;
	font-weight: 800;
	font-size: 18px;
	line-height: 1.22222;
	color: #3d3d3d;
}
.b-contacts__top-text p{
	font-weight: 400;
	font-size: 18px;
	line-height: 1.22222;
	color: #3d3d3d;
}
.b-contacts__top-text p a{
	font-weight: 700;
	font-size: 18px;
	line-height: 1.22222;
	color: #019e8b;
}
.b-contacts__top-text p a:hover{
	text-decoration: underline;
}
.b-contacts__row{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
}
.b-contacts__col{
	width: 50%;
	height: 492px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 65px 0;
}
.b-contacts__col:nth-child(1){
	background: #DFF8F1;
}
.b-contacts__col:nth-child(2){
	background: #F5F5F5;
}
.b-contacts__col-text b{
	display: block;
	font-weight: 800;
	font-size: 18px;
	line-height: 1.22222;
	text-align: center;
	color: #3d3d3d;
}
.b-contacts__col-mail{
	font-weight: 700;
	font-size: 18px;
	line-height: 1.22222;
	text-align: center;
	color: #019e8b;
	text-decoration: none;
}
.b-contacts__col-mail:hover{
	text-decoration: underline;
}
.b-contacts__col-phone{
	font-weight: 800;
	font-size: 18px;
	line-height: 1.22222;
	text-align: center;
	color: #3d3d3d;
	text-decoration: none;
}
.b-contacts__col-phone:hover{
	text-decoration: underline;
}
.b-contacts__text{
	background: #FFFFFF;
	padding: 65px 75px 52px 75px;
}
.b-contacts__text p{
	font-weight: 400;
	font-size: 18px;
	line-height: 1.22222;
	color: #3d3d3d;
	margin: 0 0 25px 0;
}
.b-contacts__text p:last-child{
	margin: 0;
}
.b-contacts__text p a{
	font-weight: 700;
	color: #019e8b;
	text-decoration: none;
}
.b-contacts__text p a:hover{
	text-decoration: underline;
}

/* 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;
}

.b-order-top__cancelled{
	margin: 0 0 63px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

button:disabled {
	pointer-events: none;
	opacity: 0.5;
}

.btn-live-chat {
	margin-top: 10px;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
	border-radius: .25em;
	background: initial;
	background-color: #fff!important;
	color: #019e8b!important;
	font-size: 1em;
	border: 2px solid #019e8b!important;
	transition: 0.2s;
}

div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover {
	background-color: #019e8b!important;
	color: #fff!important;
	border: 2px solid #8fe643!important;
}