@import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow:ital,wght@0,400..700;1,400..700&family=Fjalla+One&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,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: "Inter", serif;
	position: relative;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	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: #fff;
	margin: 0 0 20px 0;
}
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: #0fa750;
	color: #fff;
	line-height: 1;
	font-family: "Archivo Narrow", serif;
	text-decoration: none;
	transition: 0.3s;
}
.green-btn:hover{
	background: #018e3d;
}
.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: 1px solid #333;
	border-radius: 3px;
	background: #fff;
	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: #0fa750 url("../images/check.svg") center top 1px no-repeat;
	border-color: #0fa750;
}
.b-checkbox input[type="checkbox"] + label i{
	padding: 2px 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 5px 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: 20px;
	height: 20px;
	background: #FFFFFF;
	border: 2px solid #0fa750;
	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: #0fa750;
	border-radius: 100%;
	transform: translate(-50% , -50%);	
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.b-radio input[type="radio"]:checked + label span{
	width: 20px;
	height: 20px;
	border: 2px solid #0fa750;
	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: 14px;
	line-height: 1.71429;
	color: #373737;
	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: 0;
	width: 100%;
	height: 48px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.42857;
	color: #4f4f4f;
	padding: 0 18px;
	cursor: pointer;
	background: #ffffff url(../images/select-arrow.svg);
	background-repeat: no-repeat;
	background-position: right 20px 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 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{
	background: #fff;
	border-top: 7px solid #099e48;
	padding: 27px 0;
}
.header .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header__left{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 54px;
}
.logo{
	font-family: "Fjalla One", serif;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 16px;
	text-decoration: none;
}
.logo svg{

}
.logo span{
	display: block;
	max-width: 98px;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.11111;
	text-transform: uppercase;
	color: #4b4b4b;
}
.logo:hover svg path{
	stroke: #717171;
}
.logo:hover span{
	color: #717171;
}
.header__contacts{
	border-left: 1px solid #c7c7c7;
	height: 67px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 0 0 43px;
}
.header__contacts span{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 500;
	font-size: 12px;
	color: #373737;
}
.header__contacts a{
	color: #373737;
	text-decoration: none;
}
.header__contacts a strong{
	font-weight: 600;
}
.header__right{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 25px;
}
.header__contacts span:hover a{
	color: #0fa750;
}
.nav{

}
.nav ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 18px;
}
.nav ul li a{
	display: block;
	font-weight: 600;
	font-size: 16px;
	line-height: 3.1875;
	text-align: right;
	color: #777;
	text-decoration: none;
	transition: 0.2s;
}
.nav ul li a:hover{
	color: #0fa750;
}
.nav ul li a.active{
	color: #000;
}
.header__btn{
	border-radius: 61px;
	width: 110px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0fa750;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-family: "Archivo Narrow", serif;
	transition: 0.2s;
}
.header__btn:hover{
	background: #018e3d;
}
.b-mobile{
	display: none;
}
/* -------------- main -------------- */
.main{
	background: url("../images/main_image.jpg") center top no-repeat;
	background-size: cover;
	height: 534px;
}
.main .container{
	height: 100%;
	padding-top: 187px;
}
.main__title{
	font-family: "Archivo Narrow", serif;
	font-weight: 700;
	font-size: 38px;
	line-height: 1.10526;
	color: #fff;
}
.main__title strong{
	font-weight: 700;
}
/* -------------- desc -------------- */
.desc{
	background: url("../images/desc_bg.jpg") center top no-repeat;
	background-size: cover;
	padding: 100px 0;
}
.desc .container{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.title{
	font-family: "Archivo Narrow", serif;
	font-weight: 500;
	font-size: 32px;
	line-height: 1.1875;
	letter-spacing: -0.02em;
	color: #cacaca;
}
.desc__left{
	max-width: 447px;
}
.desc__right{
	max-width: 460px;
}
/* -------------- result -------------- */
.result{
	background: #fff;
	padding: 119px 0;
}
.result .container{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.result__left{
	max-width: 432px;
}
.result .title{
	color: #444;
	margin: 0 0 55px 0;
}
.result__right{
	max-width: 451px;
}
.result__right p{
	color: #444;
}
/* -------------- info -------------- */
.info{
	background: url("../images/info_bg.jpg") center top no-repeat;
	background-size: cover;
	height: 387px;
}
.info .container{
	display: flex;
	align-items: center;
	height: 100%;
}
.info__title{
	font-family: "Archivo Narrow", serif;
	max-width: 435px;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.33333;
	color: #fff;
}
/* -------------- assistance -------------- */
.assistance{
	background: #099e48;
	padding: 107px 0;
}
.assistance .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.assistance .title{
	color: #fff;
	max-width: 400px;
}
.assistance__right{
	max-width: 335px;
}
.assistance__right span{
	font-weight: 500;
	font-size: 14px;
	line-height: 1.28571;
	color: #fff;
}
.assistance__right span a{
	color: #fff;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-skip-ink: none;
}
.assistance__right span a:hover{
	color: #41e670;
	text-decoration: none;
}
/* -------------- footer -------------- */
.footer{
	background: #f4f4f4;
	padding: 25px 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 10px;
	text-decoration: none;
}
.footer__logo span{
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	color: #767676;
}
.footer__logo:hover span{
	color: #4b4b4b;
}
.footer__logo:hover svg path{
	stroke: #4b4b4b;
}
.footer__right{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 27px;
}
.footer__nav{

}
.footer__nav ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 26px;
}
.footer__nav ul li a{
	display: block;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	text-align: right;
	color: #767676;
	text-decoration: none;
	transition: 0.2s;
}
.footer__nav ul li a:hover{
	color: #0fa750;
}
.footer__btn{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0fa750;
	border-radius: 61px;
	width: 91px;
	height: 34px;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-family: "Archivo Narrow", serif;
	transition: 0.2s;
}
.footer__btn:hover{
	background: #018e3d;
}
/* -------------- aboutTop -------------- */
.aboutTop{
	background: url("../images/aboutTop_bg.jpg") center top no-repeat;
	background-size: cover;
	padding: 70px 0;
}
.aboutTop__title{
	font-weight: 500;
	font-size: 38px;
	font-family: "Archivo Narrow", serif;
	line-height: 1.10526;
	color: #fff;
}
/* -------------- about -------------- */
.about{
	padding: 54px 0 30px 0;
}
.about .container{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.about__img{
	max-width: 699px;
	min-height: 614px;
	flex-grow: 1;
	position: relative;
}
.about__img img{
	max-width: 699px;
	position: absolute;
	top: 0;
	right: 0;
}
.about__text{
	max-width: 492px;
	padding: 44px 0 0 0;
}
.about__text .title{
	margin: 0 0 30px 0;
	color: #a8a8a8;
}
.about__text p{
	color: #444;
}
/* -------------- aboutPromo -------------- */
.aboutPromo{
	background: url("../images/aboutPromo__bg.jpg") center top no-repeat;
	background-size: cover;
	height: 565px;
}
.aboutPromo .container{
	display: flex;
	align-items: center;
	height: 100%;
}
.aboutPromo__title{
	max-width: 481px;
	font-weight: 500;
	font-size: 24px;
	font-family: "Archivo Narrow", serif;
	line-height: 1.33333;
	color: #fff;
}
/* -------------- aboutBottom -------------- */
.aboutBottom{
	padding: 90px 0;
}
.aboutBottom__top{
	margin: 0 0 50px 0;
}
.aboutBottom .title{
	color: #a8a8a8;
}
.aboutBottom__row{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 55px 15px 0 0;
	border-top: 1px solid rgba(9, 158, 72, 0.5);
}
.aboutBottom__row .title{
	max-width: 485px;
}
.aboutBottom__row-right{
	font-weight: 500;
	font-size: 14px;
	line-height: 1.28571;
	color: #444;
	max-width: 431px;
	padding: 10px 0 0 0;
}
.aboutBottom__row-right span{
	display: block
}
.aboutBottom__row-right a{
	font-weight: 700;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: #099e48;
}
.aboutBottom__row-right a:hover{
	font-weight: 700;
	text-decoration: none;
}
/* -------------- supportTop -------------- */
.supportTop{
	background: url("../images/supportTop__bg.jpg") center top no-repeat;
	background-size: cover;
	padding: 88px 0;
}
.supportTop__title{
	font-weight: 500;
	font-size: 38px;
	font-family: "Archivo Narrow", serif;
	line-height: 1.05263;
	color: #fff;
}
/* -------------- support -------------- */
.support{
	padding: 63px 0;
}
.support .container{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0 65px;
}
.support .title{
	max-width: 426px;
	color: #a8a8a8;
}
.support__right{
	max-width: 380px;
}
.support__right p{
	color: #444;
}
.support__right-form{
	margin: 50px 0 0 0;
}
.support__input:not(:last-child){
	margin: 0 0 15px 0;
}
.support__input-title{
	font-weight: 500;
	font-size: 18px;
	line-height: 1.66667;
	color: #363639;
}
.support__input input{
	border: 1px solid #b5b5b5;
	width: 100%;
	height: 44px;
	background: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.25;
	color: #444;
	padding: 0 15px;
}
.support__btn{
	border-radius: 61px;
	width: 100%;
	height: 44px;
	background: #0fa750;
	font-family: "Archivo Narrow", serif;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	margin: 10px 0 0 0;
	transition: 0.3s;
}
.support__btn:hover{
	background: #018e3d;
}
/* -------------- info -------------- */
.specification{
	background: #f4f4f4;
	padding: 100px 0;
}
.specification .container{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.specification .title{
	color: #a8a8a8;
	max-width: 338px;
}
.specification__right{
	max-width: 467px;
}
.specification__item{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0 20px;
	font-family: "Archivo Narrow", serif;
}
.specification__item:not(:last-child){
	margin: 0 0 20px 0;
}
.specification__item-number{
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	background: #0fa750;
	flex-shrink: 0;
	width: 41px;
	height: 41px;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.25;
	text-align: center;
	color: #fff;
}
.specification__item b{
	display: block;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.25;
	color: #373737;
	padding: 5px 0 0 0;
}
/* -------------- supportContacts -------------- */
.supportContacts{
	padding: 80px 0 65px 0;
	font-family: "Archivo Narrow", serif;
}
.supportContacts__top{
	text-align: center;
	margin: 0 0 55px 0;
	padding: 0 90px;
}
.supportContacts__top span{
	display: block;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.25;
	text-align: center;
	color: #373737;
}
.supportContacts__top span:not(:last-child){
	margin: 0 0 25px 0;
}
.supportContacts__wrap{
	border-top: 1px solid rgba(9, 158, 72, 0.5);
	padding: 55px 0 0 0;
}
.supportContacts__item{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 3px;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.25;
	text-align: center;
	color: #a8a8a8;
}
.supportContacts__item span{

}
.supportContacts__item a{
	color: #0fa750;
	text-decoration: none;
}
/* -------------- contactsBottom -------------- */
.contactsBottom{
	background: #099e48;
	padding: 90px 0;
	text-align: center;
}
.contactsBottom__title{
	font-family: "Archivo Narrow", serif;
	font-weight: 500;
	font-size: 38px;
	line-height: 1.10526;
	text-align: center;
	color: #fff;
	margin: 0 0 22px 0;
}
.contactsBottom__sb{
	font-family: "Archivo Narrow", serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.25;
	text-align: center;
	color: #d9d9d9;
	max-width: 402px;
	margin: 0 auto 32px;
}
.contactsBottom__btn{
	border-radius: 61px;
	width: 126px;
	height: 44px;
	background: #fff;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #099e48;
	font-family: "Archivo Narrow", serif;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 28px;
	transition: 0.2s;
}
.contactsBottom__btn:hover{
	background: #018e3d;
	color: #fff;
}
.contactsBottom p{
	max-width: 411px;
	margin: 0 auto 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.28571;
	text-align: center;
	color: #fff;
}



.contacts{
	background: #099e48;
	padding: 91px 0;
}
.contacts .container{
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	gap: 0 15px;
}
.contacts__left{
	max-width: 340px;
}
.contacts__title{
	font-family: "Archivo Narrow", serif;
	font-weight: 500;
	font-size: 38px;
	line-height: 1.02632;
	color: #fff;
	margin: 0 0 20px 0;
}
.contacts__left p{
	font-weight: 500;
	font-size: 14px;
	line-height: 1.28571;
	color: #fff;
}
.contacts__left p a{
	color: #fff;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-skip-ink: none;
}
.contacts__left p a:hover{
	color: #41e670;
	text-decoration: none;
}
.contacts__right{
	max-width: 335px;
}
.contacts__right p{
	font-weight: 500;
	font-size: 14px;
	line-height: 1.28571;
	color: #fff;
}
.contacts__right p a{
	text-decoration: none;
	color: #fff;
}
.contacts__right p a:hover{
	color: #41e670;
	text-decoration: none;
}

/* 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;
}