html, body{
	height: 100%;
	width: 100%;
	margin: 0;
	-webkit-overflow-scrolling:touch;
	overflow-x: hidden;
}
body{
	display: flex;
	flex-direction: column;
	margin: 0;
	font-family: "Radio Canada Big", sans-serif;
	color: #2B5100;
	background: #EBF5DF;
	font-style: normal;
	line-height: normal;
	font-weight: 400;
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	min-width: 320px;
	overflow-x: hidden;
}
body.active{
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
}
a {
	display: inline-block;
	color: inherit;
}
p {
	margin:0;
}

p a{
	text-decoration: none;
}
p a:hover{
	text-decoration: underline;
}

img{
	display: block;
	max-width: 100%;
}
picture {
	display: block;
	width: 100%;
}

picture img {
	display: block;
	width: 100%;
	height: auto;
}

svg {
	display: block;
	height: auto;
}

a {
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}


/*== 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;
	font-style: normal;
}

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: 400;
	font-size: 16px;
	line-height: 1.2;
	color: #0A2816;
	transition: 0.3s;
	padding: 0 15px 0 33px;

}
.b-input-text::-webkit-input-placeholder{
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #0A2816;
}
.b-input-text:-moz-placeholder{
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #0A2816;
}
.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: 1.2;
	color: #0A2816;	
}
.b-textarea::-webkit-input-placeholder{
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	color: #0A2816;	
}
.b-textarea:-moz-placeholder{
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	color: #0A2816;		
}
/*== 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 #2B5100;
	width: 20.245px;
	height: 20px;
	position: relative;
	margin: 0 10.75px 0 0;
	flex-shrink: 0;
	cursor: pointer;
}
.b-checkbox input[type="checkbox"]:checked + label span{
	background: url("../images/check.svg") center no-repeat;
}
.b-checkbox input[type="checkbox"] + label i{
	padding: 0 0 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #2B5100;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.14286;
	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 12px 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;
	border-radius: 16px;
	border: 1px solid #2B5100;
	background: #E5EEDD;
	transition: 0.3s;
	position: relative;
	margin: 0 12px 0 0;
	padding: 4px;
	flex-shrink: 0;
	cursor: pointer;
}
.b-radio input[type="radio"] + label span:after{
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #2B5100;
	transform: translate(-50% , -50%);	
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.b-radio input[type="radio"]:checked + label span{
	width: 16px;
	height: 16px;
	padding: 4px;
	border-radius: 110px;
	border: 1px solid  #2B5100;
	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{
	color: #2B5100;
	font-family: "Radio Canada Big";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.92857;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
select{
	outline: none;
	font-family: inherit;
	overflow: hidden;
}

.b-select{
	border: 0;
	border: 1px solid #2B5100;
	width: 100%;
	height: 40px;
	color: #7E9A5F;
	font-family: "Radio Canada Big";
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	padding: 0 11px;
	background: #ffffff url(../images/select-arrow.svg);
	background-repeat: no-repeat;
	background-position: right 13px center;
	background-size: 13px 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none !important;
}



/* End Total css ====*/
.container{
	max-width: 1014px;
	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;
}
.main, .page, .page__2{
	flex: 1;
}
.primary__btn {
	position: relative;
	overflow: hidden;
	border-radius:  9px;
	background:  #1C3104;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: 116px;
	height: 40px;
	color: #FFD836;
	font-family: Wix Madefor Display;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.10;
	text-transform: uppercase;
	text-decoration: none;
	transition: 0.3s;

	& svg path {
		transition: 0.3s;
	}

	&:hover {
		background: #FFFFFF;
		border: 1px solid #5B9C3C;
		color: #143E00;
		
		svg path{
			fill: #DAEBC2;
		}
	}
}

.secondary__btn {
	position: relative;
	overflow: hidden;
	border-radius: 9px;
	border: 1px solid  #5B9C3C;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 129px;
	height: 42px;
	color: #143E00;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.10;
	text-transform: uppercase;
	text-decoration: none;
	transition: 0.3s;
}
.secondary__btn:hover {
	background: #FFF;
}
.subtitle{
	display: flex;
	padding: 10px 18px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color:  #171A15;
	border-radius: 100px;
	border: 1px solid rgba(0, 0, 0, 0.40);
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.28px;
	text-transform: uppercase;
}


/* -------------- mobile menu -------------- */
.header__right {
	display: none;
}

.b-mobile {
	display: none;
}


/* --------------- Live chat button  ------------*/

.live__chat {
	position: fixed;
	right: 26px;
	bottom: 25px;
	z-index: 9999;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	flex-shrink: 0;
	aspect-ratio: 1/1;
	transition: 0.3s;

	&:hover {
		opacity: 0.6;
	}

}
.chat__wrapper svg{
	width: 80px;
	height: 80px;
	transition: 0.3s;

}


 /* ============== PAGE HOME ============== */

/* -------------- contact__top-------------- */
.contact__top{
	padding: 14px 0;
	background: #F1EDDF;
}
.contact__top .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header__tel, .header__mail {
	display: flex;
	align-items: center;
	gap: 5px;
	font-family: Wix Madefor Display;
	color: #97B387;
	font-size: 12px;
	font-weight: 700;
	line-height: normal;
	transition: 0.3s;

	&:hover{
		opacity: 0.6;
	}
}
.contact__top p {
	opacity: 0.34;
}

/* --------------- header ------------*/
.header__bottom {
	padding: 21px 0 19px 0;
	background: #FFF;
}
.header__bottom .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header__logo  a{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	transition: 0.3s;
	
	& svg path {
		width: 42px;
		height: 42px;
		transition: 0.3s;
	}

	&:hover svg{
		fill: #367817;
		
		
		& .header__logo--stroke{
			stroke: #F6D135;
		}
	}
}

.header__logo-title{
	display: block;
	color: #2D2D2D;
	text-align: center;
	font-family: Viga;
	font-size: 27px;
	line-height: 1; 
	letter-spacing: -0.81px;
}
.header__logo-subtitle{
	display: block;
	color: #2D2D2D;
	text-align: center;
	font-family: Viga;
	font-size: 11px;
	font-weight: 400;
	line-height: 1; 
	letter-spacing: -0.44px;
	text-transform: uppercase;
}
.header__nav ul {
	display: flex;
	align-items: center;
	gap: 7px;
}
.header__nav ul li a {
	padding: 10px 21px;
	border-radius: 30px;
	color: #2D2D2D;
	text-align: center;
	font-family: "Wix Madefor Display";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	transition: 0.3s;

	&:hover {
		border-radius: 30px;
		background: #367817;
		color: #FFF;
	}

	&.current__link {
		background: #1C3104;
		color: #FFF;
	}
}
.header__btns{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 21px;
}
.wellness__img {
	max-width: 490px;
	border-radius: 177.5px;
	overflow: hidden;
	

	img {
		width: 100%;
		border-radius: 177.5px;
	}
}


/* --------------- hero ------------*/

.hero {
	position: relative;
	padding: 90px 0 0 0;
	display: flex;
	flex-direction: column;
	gap: 99.57px;
	background: rgba(14, 43, 0, 0.60);
}
.background__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	aspect-ratio: 1437/808;
	transform: scaleX(-1);

	object-fit: cover;
	z-index: -1;


}
.hero .container {
	max-width: 570px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.hero__title {
	color: #FFD836;
	text-align: center;
	font-family: Urbanist;
	font-size: 64px;
	font-style: normal;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -1.28px;
}
.hero__title--contact {
	max-width: 570px;
}

.hero__subtitle {
	color: #FFF;
	text-align: center;
	font-family: Urbanist;
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
}
.hero__content--svg{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16.72px;
}
.hero__content--svg svg{
	width: 24.563px;
	height: 25.433px;
	aspect-ratio: 1/1;
}
.hero__content--svg::after, .hero__content--svg::before{
	content: '';
	background-image: url('../images/line-2.svg');
	background-position: center;
	background-size: cover;
	display: flex;
	height: 1px;
	width: 217px;
	max-width: 217px;
}
.hero__text {
	color: #FFF;
	text-align: center;
	font-family: "Radio Canada Big";
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
}
.hero__bottom {
	position: relative;
	padding: 51px 0 50px 0;
	background: rgba(12, 28, 4, 0.70);
}
.hero__bottom .container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 19px;
}
.hero__bottom--svg {
	position: absolute;
	top: -33px;
}
.hero__bottom--svg svg {
	width: 66px;
	height: 66px;
	aspect-ratio: 1/1;
}
.hero__bottom--text {
	max-width: 262px;
	color: #CCEBA4;
	text-align: center;
	font-family: "Radio Canada Big";
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
}
/* --------------- info ------------*/
.info{
	padding: 86px 0 97px 0;
	background: #F5E9D1;
}
.info .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 59px;
}
.info__top{
	display: grid;
	grid-template-columns: repeat(2, 2fr);
	gap: 63px;
	align-items: center;
}
.info__img--des {
	max-width: 429px;
	aspect-ratio: 429/368;
	border-radius: 177.5px;
	overflow: hidden;

	img {
		width: 100%;
		border-radius: 177.5px;
	}
}
.info__img {
	display: none;
}
.info__block {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding-top: 17px;
}
.info__title {
	color: #2B5100;
	font-family: Urbanist;
	font-size: 48px;
	font-weight: 800;
	line-height: 1; 
	letter-spacing: -0.96px;
}
.info__subtitle {
	color: #2B5100;
	font-family: Urbanist;
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
}
.info__wrapp-line {
	max-width: 495px;
	height: 1px;
	background-image: url('../images/line.svg');
}
.info__text{
	color: #2B5100;
	font-family: "Radio Canada Big";
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
}
.info__list {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
}
.info__item{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 13px;
}
.info__item--svg svg{
	width: 109px;
	aspect-ratio: 109/100;
}
.info__item p{
	color: #2B5100;
	text-align: center;
	font-family: "Radio Canada Big";
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}

/* --------------- wellness ------------*/
.wellness {
	padding: 95px 0 99px 0;
	background: #EBF5DF;
}
.wellness .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 52.57px;
}
.wellness__top {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
}
.wellness__title {
	color: #2B5100;
	text-align: center;
	font-family: Urbanist;
	font-size: 48px;
	font-style: normal;
	font-weight: 800;
	line-height: 1; 
	letter-spacing: -0.96px;
}
.wellness__subtitle {
	color: #396B00;
	text-align: center;
	font-family: Urbanist;
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
}
.wellness__svg {
	display: flex;
	align-items: center;
	gap: 16.72px;
}
.wellness__text {
	max-width: 700px;
	color: #396B00;
	text-align: center;
	font-family: "Radio Canada Big";
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
}
.wellness__img {
	max-width: 490px;
	border-radius: 177.5px;
	overflow: hidden;
}

.wellness__img img {
	width: 100%;
	border-radius: 177.5px;
}

/* --------------- footer ------------*/
.footer__top,.footer__top--confirm{
	padding: 87px 0;
	background-image: url("../images/footer-bg.jpg");
	background-size: cover;
	background-position: center;
}
.footer__top--confirm {
	padding: 85px 0;
	background-image: url("../images/footer-bg.jpg");
	background-size: cover;
	background-position: center;
}
.footer__top--confirm .container {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 37px;
}
.footer__top--text--confirm {
	color: #FFF;
	font-family: "Radio Canada Big";
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
}
.footer__top--text--confirm a{
	color: #FFF;
	font-family: "Radio Canada Big";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.footer__top .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
}
.footer__top--svg svg {
	width: 100px;
	height: 100px;
	aspect-ratio: 1/1;
}
.footer__top--title {
	color: #F2FDE5;
	text-align: center;
	font-family: Urbanist;
	font-size: 48px;
	font-weight: 800;
	line-height: 1; 
	letter-spacing: -0.96px;
}
.footer__top--text{
	color: #F2FDE5;
	text-align: center;
	font-family: Urbanist;
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
}
.footer__bottom {
	padding: 21px 0;
	background: #1F5100;
	box-shadow: 0 2px 2px 0 rgba(28, 73, 0, 0.80) inset;
}
.footer__bottom .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer__bottom--text {
	color: #CCEBA4;
	font-family: "Radio Canada Big";
	font-size: 12px;
	font-weight: 500;
	line-height: normal;
}
.footer__nav ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
}
.footer__nav ul li a{
	color: #CCEBA4;
	text-align: right;
	font-family: "Radio Canada Big";
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 1; 
	transition: 0.3s;
	cursor: pointer;

	&:hover {
		opacity: 0.6;
	}
}

 /* ============== PAGE ABOUT US ============== */

 /* --------------- hero ------------*/

 .hero__about {
 	position: relative;
 	padding: 90px 0 131.57px 0;
	background: rgba(11, 55, 0, 0.77);
 }

.background__video {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;

 	object-fit: cover;
 	z-index: -1;
	
 }
 .hero__content--about .container {
 	max-width: 864px;
 	display: flex;
 	flex-direction: column;
 	align-items: center;
 	justify-content: center;
 	gap: 14px;
 }
 .hero__text--about {
	color: #FFF;
	text-align: center;
	font-family: Urbanist;
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
 }


 /* --------------- start ------------*/
 .start {
 	padding: 85px 0 90px 0;
	background: #F5E9D1;
 }

 .start .container {
 	display: grid;
 	grid-template-columns: repeat(2, 1fr);
 	gap: 55px;
 }
 .start__left {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding-top: 31px;
 }
 .start__title{
	color: #2B5100;
	font-family: Urbanist;
	font-size: 48px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.96px;
 }
 .start__subtitle{
	max-width: 349px;
	color: #2B5100;
	font-family: Urbanist;
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
 }
 .start__line{
	max-width: 100%;
	height: 1px;
	background-image: url('../images/line.svg');
 }
 .start__text{
	color: #2B5100;
	font-family: "Radio Canada Big";
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
 }
 .start__right{
	max-width: 429px;
	aspect-ratio: 429/368;
	overflow: hidden;

	img {
		width: 100%;
		border-radius: 177.5px;
	}
 }

/* --------------- believe------------*/
.believe {
	padding: 95px 0 79px 0;
	background: #EBF5DF;
}
.believe .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 45.57px;
}
.believe__top{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
}
.believe__title {
	color: #2B5100;
	text-align: center;
	font-family: Urbanist;
	font-size: 48px;
	font-weight: 800;
	line-height: 1; 
	letter-spacing: -0.96px;
}
.believe__subtitle {
	color: #396B00;
	text-align: center;
	font-family: Urbanist;
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
}
.believe__svg {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16.72px;
}
.believe__svg svg {
	width: 24.563px;
	height: 25.433px;
	aspect-ratio: 1/1;
}

.believe__svg::after,
.believe__svg::before {
	content: '';
	background-image: url('../images/line.svg');
	background-position: center;
	background-size: cover;
	display: flex;
	height: 1px;
	width: 217px;
	max-width: 217px;
}
.believe__text {
	max-width: 773px;
	color: #396B00;
	text-align: center;
	font-family: "Radio Canada Big";
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
}
.believe__img {
	max-width: 490px;
	aspect-ratio: 490/263;
	overflow: hidden;

	img {
		width: 100%;
		border-radius: 177.5px;
	}
}

 /* --------------- work ------------*/
 .work {
 	padding: 87px 0 85px 0;
 	background: #E9ECC8;
 }

 .work .container {
 	display: grid;
 	grid-template-columns: repeat(2, 1fr);
 	place-items: center;
 	gap: 62px;
 }

 .work__right {
 	display: flex;
 	flex-direction: column;
 	gap: 14px;
 }

 .work__title {
 	color: #2B5100;
 	font-family: Urbanist;
 	font-size: 48px;
 	font-weight: 800;
 	line-height: 1;
 	letter-spacing: -0.96px;
 }

 .work__subtitle {
 	max-width: 497px;
 	color: #2B5100;
 	font-family: Urbanist;
 	font-size: 24px;
 	font-weight: 500;
 	line-height: normal;
 }

 .work__line {
 	max-width: 100%;
 	height: 1px;
 	background-image: url('../images/line.svg');
 }

 .work__text {
 	color: #2B5100;
 	font-family: "Radio Canada Big";
 	font-size: 18px;
 	font-weight: 400;
 	line-height: normal;
 }

 .work__left {
 	max-width: 429px;
 	aspect-ratio: 429/334;
 	overflow: hidden;

 	img {
 		width: 100%;
 		border-radius: 177.5px;
 	}
 }



 /* ============== PAGE CONTACT ============== */
/* --------------- contact__hero ------------*/
  .hero__contact {
  	position: relative;
  	padding: 90px 0 132.57px 0;
  	background: rgba(11, 55, 0, 0.77);
  }
  .hero__content--contact .container {
  	max-width: 600px;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	justify-content: center;
  	gap: 14px;
  }

  .hero__text--contact {
	color: #FFF;
	text-align: center;
	font-family: "Radio Canada Big";
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
  }

/* --------------- contact__info ------------*/
.contact__info {
	padding: 83px 0 78px 0;
	background: #F5E9D1;
}
.contact__info .container{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	gap: 64px;
}
 .contact__info--left {
 	max-width: 429px;
 	aspect-ratio: 429/286;
 	overflow: hidden;

 	img {
 		width: 100%;
 		border-radius: 177.5px;
 	}
 }
.contact__info--right{
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.contact__info--title{
	color: #2B5100;
	font-family: Urbanist;
	font-size: 48px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.96px;
}
.contact__info--line {
	height: 1px;
	background-image: url('../images/line.svg');
}
.contact__info--connect{
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.contact__info--connect a {
	color: #2B5100;
	font-family: Urbanist;
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
}
.contact__info--connect p{
	color: #2B5100;
	font-family: "Radio Canada Big";
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
}
/* --------------- check__order ------------*/
.check__order{
	padding: 95px 0 92px 0;
	background: #EBF5DF;
}
.check__order .container{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 49.57px;
}
.check__order--top, .check__order__form {
	max-width: 491px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
}
.check__order--title{
	color: #2B5100;
	text-align: center;
	font-family: Urbanist;
	font-size: 48px;
	font-weight: 800;
	line-height: 1; 
	letter-spacing: -0.96px;
}
.check__order--text-top {
	display: none;
}
.check__order__form form {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;

}
.check__order__form form label {
	display: flex;
	flex-direction: column;
	gap: 5px;
	color: #396B00;
	text-align: center;
	font-family: "Radio Canada Big";
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	
}
.check__order__form form input {
	width: 491px;
	height: 40px;
	border: 1px solid rgba(57, 107, 0, 0.63);
	background: #FFF;
	color: #396B00;
	text-align: center;
	font-family: "Radio Canada Big";
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
}

.check__order__form form label input::placeholder{
	color: #396B00;
	text-align: center;
	font-family: "Radio Canada Big";
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
}
.check__order-btn{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
}
.check__order-btn .primary__btn{
	width: 100%;
	height: 40px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.1;
	text-transform: uppercase;
}
.check__order--text {
	max-width: 490px;
	color: #2B5100;
	text-align: center;
	font-family: "Radio Canada Big";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

/* 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;
}



