@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@700&family=Radio+Canada+Big:ital,wght@0,400..700;1,400..700&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: "Radio Canada Big", 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: 400;
	font-size: 18px;
	line-height: normal;
	color: #414141;
	margin: 0 0 25px 0;
}
p strong{
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
}
p a{
	font-weight: 700;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: #599924;
}
p a:hover{
	text-decoration: none;
}
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{
	background: #fff;
	border: 1px solid #599924;
	width: 20px;
	height: 20px;
	position: relative;
	margin: 0 11px 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: 0px 0 0 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.14286;
	color: #414141;
	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 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: 16px;
	height: 16px;
	background: #FFFFFF;
	border: 1px solid #599924;
	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: 10px;
	height: 10px;
	background: #599924;
	border-radius: 100%;
	transform: translate(-50% , -50%);	
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.b-radio input[type="radio"]:checked + label span{
	width: 16px;
	height: 16px;
	border: 1px solid #599924;
	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: 14px;
	line-height: 1;
	color: #6b6b6b;
	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 #599924;
	width: 100%;
	height: 40px;
	padding: 0 14px;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #444;
	cursor: pointer;
	background: #ffffff url(../images/select-arrow.svg);
	background-repeat: no-repeat;
	background-position: right 14px center;
	background-size: 12px;
	-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{
	position: relative;
}
.b-mobile{
	display: none;
}
/* -------------- page index -------------- */
.header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	transition: 0.3s;
}
.header__top{
	background: #005123;
	padding: 15px 0;
	transition: 0.3s;
}
.header__top .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-family: "IBM Plex Mono", monospace;
	gap: 0 17px;
	text-decoration: none;
	transition: 0.3s;
}
.logo img{
	filter: grayscale(1) brightness(1.1);
	transition: 0.3s;
}
.logo span{
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.1;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #fff;
	max-width: 93px;
	transition: 0.3s;
}
.logo:hover img{
	filter: grayscale(0) brightness(1);
}
.logo:hover span{
	color: #ffe70d;
}
.header__top-wrap{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 18px;
}
.header__top-text{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 18px;
}
.header__top-item{
	font-weight: 400;
	font-size: 16px;
	line-height: 1.125;
	text-align: right;
	color: #fff;
	text-decoration: none;
}
.header__top-item:hover{
	text-decoration: underline;
}
.header__top-ico{
	transition: 0.3s;
}
.header__top-right{
	display: none;
}
.header__content{
	background: #ffe70d;
}
.header__content .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav{

}
.nav ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 46px;
}
.nav ul li{

}
.nav ul li a{
	padding: 28px 0;
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	color: #005123;
	text-decoration: none;
	position: relative;
	transition: 0.3s;
}
.nav ul li a:after{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: calc(100% + 22px);
	height: 10px;
	background: rgba(89, 153, 36, 0.47);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.nav ul li a:hover{
	color: #599924;
}
.nav ul li a.active{
	color: #599924;
}
.nav ul li a.active:after{
	opacity: 1;
	visibility: visible;
}
.header__btn{
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
	border-radius: 50px;
	width: 166px;
	height: 46px;
	background: #000;
	font-weight: 700;
	font-size: 16px;
	line-height: 3.1875;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #fff;
	gap: 0 9px;
}
.header__btn:hover{
	background: #599924;
}

@media (min-width: 1010px) {
	.b-container{
		padding-top: 182px;
	}
	.header.fixed{
		position: fixed;
	}
	.header.fixed .header__top{
		padding: 11px 0;
	}
	.header.fixed .header__top .container{
		justify-content: flex-end;
		position: relative;
	}
	.header.fixed .logo{
		position: absolute;
		top: -11px;
		left: 15px;
		background: #00642c;
		width: 108px;
		height: 108px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 0 0 6px 6px;
	}
	.header.fixed .logo span{
		display: none;
	}
	.header.fixed .header__top-ico{
		width: 21px;
	}
	.header.fixed .nav{
		padding-left: 146px;
	}
	.header.fixed .nav ul li a{
		padding: 16px 0
	}
	.header.fixed .nav ul li a:after{
		height: 5px;
	}
	.header.fixed .header__btn{
		width: 130px;
		height: 36px;
		font-size: 12px;
	}
	.header.fixed .header__btn svg{
		width: 17px;
		height: 15px;
	}
}

/* ====== main ======  */
.main{
	width: 100%;
	background: url("../images/slide2.jpg") center top no-repeat;
	background-size: cover;
}
.main__item .container{
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
}
.main__item-wrap{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	height: 100%;
	flex-shrink: 0;
}
.main__title{
	font-weight: 700;
	font-size: 52px;
	line-height: 1.1;
	color: #fff;
}
.main__ico{
	background: url("../images/main__ico.svg") center no-repeat;
	background-size: contain;
	width: 90px;
	height: 90px;
	margin-top: 45px;
}
.main__item{
	height: 460px;
	overflow: hidden;
}
.main__item-right{
	position: relative;
	flex-grow: 1;
}
.main__item-img{
	transition: 0.7s;
	transform: translate(-100% , 100%);
	width: 100%;
	height: 100%;
}
.main__item-img > img{
	position: absolute;
	max-width: 100%;
	bottom: -270px;

}
.pills{
	position: absolute;
	top: 6px;
	left: -44px;
	transition: 0.6s;
	opacity: 0;
	visibility: hidden;
}
.pills > img{
	max-width: 660px;
}

.main__item_1{
	background: url("../images/slide1.jpg") center top no-repeat;
	background-size: cover;
}
.main__item_1 .main__item-img > img{
	transform: rotate(35deg);
}

.main__item_1 .pills{
	transform: translateX(80px) scale(0.7) rotate(27deg);
}


.main__item_2{
	background: url("../images/slide2.jpg") center top no-repeat;
	background-size: cover;
}
.main__item_2  .main__item-img > img{
	bottom: -170px;
}
.main__item_2 .pills{
	top: 47px;
	left: -7px;
	transform: scale(0.9) translate(100px , -100px);
}
.main__item_2 .pills > img{
	max-width: 600px;
}


.main__item_3{
	background: url("../images/slide3.jpg") center top no-repeat;
	background-size: cover;
}
.main__item_3  .main__item-img > img{
	bottom: -190px;
}
.main__item_3 .pills{
	top: 125px;
	left: -1px;
	transform: scale(0.7) translate(100px , -200px);
}
.main__item_3 .pills img{
	max-width: 790px;
}
.swiper-slide-active .main__item-img{
	transform: translateY(0);
}
.swiper-slide-active .pills{
	opacity: 1;
	visibility: visible;
}
.swiper-slide-active .main__item_1 .pills{
	transform: translateX(0px) scale(1) rotate(0deg);
}
.swiper-slide-active .main__item_2 .pills{
	transform: scale(1) translate(0px);
}
.swiper-slide-active .main__item_3 .pills{
	transform: scale(1) translate(0px);
}
/* ====== block ======  */
.block{
	background: #F3F3F3;
	position: relative;
	padding: 45px 0;
}
.block:after{
	position: absolute;
	top: 100%;
	left: 0;
	content: "";
	width: 100%;
	height: 10px;
	background: url("../images/gray-bg.png") bottom center repeat-x;
}
.block .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.block__text{
	max-width: 737px;
}
.block__text p{
	font-weight: 400;
	font-size: 18px;
	color: #414141;
}
/* ====== section ======  */
.section{
	padding: 80px 0;
}
.section .container{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px 40px;
}
.section_reverse .container{
	flex-direction: row-reverse;
}
.section__text{
	max-width: 455px;
}
.section__title{
	font-weight: 600;
	font-size: 22px;
	line-height: normal;
	color: #166637;
	margin-bottom: 25px;
}
.mainInfo{
	background: #f4e4d6;
}
/* ====== reviews ======  */
.reviews{
	background: #faf5ea;
}
.reviews__container{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 80px 0;
	background: url("../images/rev__bg.svg") bottom left no-repeat;
}
.reviews__left{
	flex-shrink: 0;
}
.title{

}
.title__item{
	font-weight: 700;
	font-size: 32px;
	line-height: normal;
	color: #166637;
}
.reviews__right{
	width: 491px;
	flex-shrink: 0;
}
.reviews__item{

}
.reviews__item-wrap{
	padding: 11px 0 0 40px;
	position: relative;
}
.reviews__item-wrap:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: url("../images/q.svg") center no-repeat;
	width: 19px;
	height: 17px;
}
.reviews__item-user{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 17px;
	margin-top: 40px;
}
.reviews__item-img{
	width: 80px;
	height: 80px;
	border-radius: 100%;
	overflow: hidden;
	flex-shrink: 0;
}
.reviews__item-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.reviews__item-name{
	font-weight: 700;
	font-size: 18px;
	color: #166637;
}
.reviews__nav{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0 10px;
	margin-top: 60px;
	padding: 0 0 0 40px;
}
.reviews__arrow{
	width: 60px;
	height: 60px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #DCC3AB;
	transition: 0.3s;
}
.reviews__arrow:hover{
	border-color: #005123;
}
.reviews__arrow:hover svg path{
	stroke: #005123;
}
/* ====== support ======  */
.support{
	background: #38852e;
	padding: 64px 0;
}
.support .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.support__text{
	max-width: 735px;
}
.support__text p{
	font-weight: 400;
	font-size: 18px;
	color: #fff;
}
.support__text p a{
	font-weight: 700;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: #fff;
}
.support__text p a:hover{
	text-decoration: none;
}
/* ====== footer ======  */
.footer{
	box-shadow: inset 0 1px 0 0 rgba(225, 198, 170, 0.6);
	background: #fff;
	padding: 15px 0;
}
.footer .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer__logo{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 15px;
	text-decoration: none;
}
.footer__logo span{
	font-weight: 500;
	font-size: 12px;
	color: #414141;
}

.footer__nav{

}
.footer__nav ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 23px;
}
.footer__nav ul li a{
	display: block;
	font-weight: 600;
	font-size: 12px;
	line-height: 4.25;
	text-transform: uppercase;
	text-align: right;
	color: #599924;
	transition: 0.3s;
	text-decoration: none;
}
.footer__nav ul li a:hover{
	color: #005123;
}

/* ====== aboutTop ======  */
.aboutTop{
	background: #f4e4d6;
	padding: 60px 0;
}
.aboutTop__title{
	font-weight: 700;
	font-size: 52px;
	line-height: 1.1;
	text-align: center;
	color: #166637;
	margin-bottom: 28px;
}
.aboutTop p{
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	color: #166637;
}

.aboutBlock{
	min-height: 418px;
	position: relative;
}
.aboutBlock .section__img svg{
	position: absolute;
	bottom: 0;
}
.section__text .title{
	margin-bottom: 20px;
}
.aboutBlock .section__text{

}

.aboutWhy{
	background: #f7f4ec;
	overflow: hidden;
}
.aboutWhy .container{
	position: relative;
}
.aboutWhy .section__img img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.aboutCommunity{
	background: #faf5ea;
}


/* ====== order page ====== */
.orderTop{
	background: #f7f4ec;
	padding: 80px 0 0 0;
}
.orderTop .container{
	position: relative;
}
.orderTop .section__text{
	padding: 0 0 80px 0;
}
.orderTop .section__img img{
	position: absolute;
	bottom: 0;
	right: 0;
}

.orderForm{
	padding: 80px 0 0 0;
}
.orderForm .container{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.orderForm__form{
	width: 450px;
}
.orderForm__item:not(:last-child){
	margin-bottom: 10px;
}
.orderForm__form-input{
	border: 1px solid #599924;
	width: 100%;
	height: 50px;
	background: #fff;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	color: #444;
	padding: 0 20px;
}
.orderForm__form-input::-webkit-input-placeholder{
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	color: #888;
}
.orderForm__form-input:-moz-placeholder{
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	color: #888;
}
.orderForm__btn{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #000;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #fff;
	padding: 0 14px 0 20px;
	transition: 0.3s;
}
.orderForm__btn:hover{
	background: #599924;
}
.orderBottom{
	background: #faf5ea;
	padding: 8px 0;
}
.orderBottom .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.orderBottom__text{
	max-width: 682px;
}
/* ====== contact ====== */
.contactTop{
	background: #fff;
}

.contactInfo{
	background: #f4e4d6;
}
.contactInfo__left , .contactInfo__right{
	max-width: 450px;
}
.contactInfo .title{
	margin-bottom: 30px;
}

.contactInfo__item{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 13px;
}
.contactInfo__item:not(:last-child){
	margin-bottom: 15px;
}
.contactInfo__item-text span{
	display: block;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.27778;
	color: #414141;
}
.contactInfo__item-text a , .contactInfo__item-text b{
	display: block;
	font-weight: 700;
	color: #166637;
	font-size: 18px;
	line-height: 1.27778;
	text-decoration: none;
}
.contactInfo__item-text a:hover{
	text-decoration: underline;
}
.contactInfo__right .header__btn{
	margin-bottom: 25px;
}

/* 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;
}

.footer__text {
	margin: 0;
	text-align: center;
	line-height: 1.1;
}