html {
	scroll-behavior: smooth;
}
body {
	background: #f1f9ed;
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	color: #1f1f1f;
	line-height: 1.2;
	font-size: 18px;	
}
.top_timer {
	background: #317542;
	padding: 5px 0;
	border-bottom: 2px solid #fff;
}
.top_timer .col-12 {
	display: flex;	
	justify-content: center;
	align-items: center;
}
.new_timer {
	font-size: 16px;
	color: #fff;	
	text-transform: uppercase;
}
.new_timer span {
	color: #ffcd35;	
}
.top_header {
	background: #fff;
	border-top: 2px solid #cfdfcc;
	border-bottom: 2px solid #cfdfcc;
}
.top_header .col-12 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 86px;	
}
header {
	padding: 25px 0;
	border-top: 2px solid #fff;
}
header .col-6:nth-child(1) {
	padding: 0 50px 0 60px;
}
header h2, footer h2 {
	color: #114020;
	font-size: 25px;
	background: #cfdfcc;
	font-weight: 400;
	display: inline-block;
	padding: 5px 30px;
	border-radius: 20px;
	margin-bottom: 25px;
}
header h3, footer h3 {
	font-size: 64px;
	font-weight: 400;
	font-family: 'Momo';
	margin-bottom: 25px;
}
header .badges, footer .badges {
	padding-left: 130px;
	position: relative;
	margin-bottom: 25px;
}
header .badges:before, footer .badges:before {
	content: '';
	display: block;
	width: 118px;
	height: 152px;
	background: url(images/badges.png) center center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
header .badges p, footer .badges p {
	color: #114020;
	font-size: 23px;
	margin-bottom: 0;
}
header .badges p b, footer .badges p b {
	font-size: 27px;
}
ul.sec1-list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 40px;
}
ul.sec1-list li {
	font-family: 'Momo';
	font-size: 24px;
	color: #114020;
	font-weight: 400;
	position: relative;
	text-align: left;
	padding-left: 115px;
	margin: 20px 0 20px 15px;
}
ul.sec1-list li span {
	color: #317542;
	font-size: 42px;
	position: absolute;
	left: 0;
	top: -3px;
	font-weight: 600;
}
ul.sec1-list p {
	margin-bottom: 3px;
}
.prog-bar {
	width: 100%;
	background: #d5e3d2;
	border-radius: 10px;
	height: 10px;
	position: relative;
}
.percent1, .percent2, .percent3, .percent4 {
	width: 68%;
	background: linear-gradient(to left, #66b334, #367a41);
	height: 8px;
	border-radius: 8px;
	position: absolute;
	top: 1px;
	left: 1px;
}
.percent2 {
	width: 54%;
}
.percent3 {
	width: 42%;
}
.percent4 {
	width: 31%;
}
.btn {
	font-size: 30px;
	font-family: 'Momo';
	font-weight: 400;
	color: #fff;
	background: #317542;
	padding: 13px 40px;
	width: 100%;
	border-radius: 70px;
	border: none;
	transition: all 1s ease-out;
	text-align: left;
	position: relative;
}
.btn:hover {
	color: #fff;
	background: #42b89e;
}
.btn svg {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}
.button_header {
	padding-left: 130px;
	position: relative;
	margin-bottom: 35px;
}
.button_header .btn {
	max-width: 480px;
}
.button_header:before {
	content: '';
	width: 61px;
	height: 58px;
	display: block;
	background: url(images/button_header.png) center center no-repeat;
	position: absolute;
	left: 25px;
	top: 5px;
}
.ul_bottom {
	padding-left: 130px;
	list-style: none;
	margin-bottom: 0;
	display: flex;
}
.ul_bottom li {
	font-size: 14px;
	color: #0c0c0c;
	text-transform: uppercase;
	font-weight: 400;
	position: relative;
	padding: 0 20px;
}
.ul_bottom li:nth-child(1):before {
	content: '';
	display: block;
	background: url(images/ul_bottom_01.png) center center no-repeat;
	width: 13px;
	height: 17px;
	position: absolute;
	left: 0;
}
.ul_bottom li:nth-child(2):before {
	content: '';
	display: block;
	background: url(images/ul_bottom_02.png) center center no-repeat;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
}
.ul_bottom li:nth-child(2) {
	padding-right: 0;
}
.box {
	padding: 50px 0;
}
.box h2 {
	font-size: 48px;
	font-weight: 400;	
	font-family: 'Momo';
	margin-bottom: 0;
}
.box h3 {
	color: #114020;
	font-size: 25px;
	font-weight: 400;
	margin-bottom: 30px;
}
.box_01 {
	background: #fff;
	padding: 55px 0;
}
.box_01 ul {
	list-style: none;
	display: flex;
	justify-content: space-evenly;
	font-size: 25px;
	color: #a5cb85;
	text-transform: uppercase;
	padding: 0;
	align-items: center;
	margin: 0;
}
.testimonials_slider, .testimonials_slider_2 {
	margin-bottom: 40px;
}
.testimonials {
	background: #fff;
	border: 3px solid #d5e3d2;
	width: 100%;
	max-width: 325px;
	border-radius: 20px;
	padding: 15px 20px;
	min-height: 500px;
	margin: 0 auto;
}
.testimonials .name {
	display: flex;
	align-items: center;
	font-weight: 400;	
	font-family: 'Momo';
	margin-bottom: 10px;
}
.testimonials .name img {
	margin-right: 15px;
}
.testimonials .big_img {
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 2px solid #d5e3d2;
}
.testimonials p {
	font-size: 16px;
	color: #232323;
	text-align: left;
	margin: 15px 0 0 0;
}
.testimonials p span {
	color: #317542;
	display: block;
	position: relative;
	font-weight: 700;
	margin-bottom: 15px;
}
.testimonials_button {
	background: #317542;
	border-color: #fff;
	padding: 0;
	overflow: hidden;
}
.testimonials_button img {
	border-bottom: 1px solid #fff;
}
.testimonials_button .btn {
	background: #fff;
	max-width: 270px;
	font-size: 20px;
	color: #317542;
	margin: 18px auto;
	padding: 14px 0 14px 30px;
}
.testimonials_button .btn:hover {
	background: #c08500;
	color: #fff;
}
.testimonials_button .btn svg {
	right: 10px;
}
.testimonials_button p {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}
.structure {
	display: flex;
}
.structure ul {
	list-style: none;
	padding-left: 5px;
}
.structure ul li {
	margin-bottom: 15px;
	line-height: 1.2;
}
.structure ul span {
	font-family: 'Momo';
	font-size: 22px;
	color: #317542;
	display: block;
}
.sub_title {
	margin: 35px 0;
	padding-left: 165px;
	position: relative;
}
.sub_title:before {
	content: '';
	display: block;
	width: 119px;
	height: 91px;
	background: url(images/sub_title.jpg) center center no-repeat;
	position: absolute;
	left: 0;
	top: -8px;
}
.sub_title h2 {
	font-size: 32px;
}
.sub_title h2 span {
	color: #317542;
	display: block;
}
.box.box_03 {
	padding: 10px 0;
	background: #fff;
}
.box_03 .col-12 {
	background:  url(images/box_03.jpg) center center no-repeat;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 30px 0 40px;
	height: 140px;
}
.box.box_03 h2 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 15px;
	font-family: 'Momo';
	text-transform: uppercase;
}
.box.box_03 h3 {
	font-size: 25px;
	color: #ffc741;
	font-weight: 700;
	margin-bottom: 0;
	text-transform: uppercase;
}
.box_03 .col-12 .row {
	display: flex;
	align-items: center;
	height: 100%;
}
.box_03 .btn {
	background: #fff;
	max-width: 390px;
	font-size: 30px;
	color: #317542;
	margin: 18px auto;
	padding: 13px 0 13px 30px;
}
.box_03 .btn:hover {
	background: #c08500;
	color: #fff;
}
.box_03 .btn svg {
	right: 10px;
}
.box_04 .col-6:nth-child(1) {
	text-align: right;
}
.box_04 .col-6:nth-child(2) {
	justify-content: center;
	display: flex;
	flex-direction: column;
}
.box_04 ul {
	padding: 0;
	list-style: none;
	margin: 30px 0 0 0;
}
.box_04 ul li {
	margin-bottom: 40px;
	padding-left: 110px;
	position: relative;
}
.box_04 ul li:last-child {
	margin-bottom: 0;
}
.box_04 ul li span {
	font-size: 22px;
	font-family: 'Momo';
	color: #317542;
	display: block;
}
.box_04 ul li:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 89px;
	height: 88px;
}
.box_04 ul li:nth-child(1):before {
	background:  url(images/token_01.png) center center no-repeat;
}
.box_04 ul li:nth-child(2):before {
	background:  url(images/token_02.png) center center no-repeat;
}
.box_04 ul li:nth-child(3):before {
	background:  url(images/token_03.png) center center no-repeat;
}
.box_04 ul li:nth-child(4):before {
	background:  url(images/token_04.png) center center no-repeat;
}
.box_05 h4 {
	font-family: 'Momo';
	font-size: 28px;
	color: #317542;
	margin: 40px 0 20px 0;
}
.ritual {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-left: -15px;
	margin-bottom: 35px;
}
.ritual div {
	background: #fff;
	border-radius: 20px;
	width: 48%;
	padding: 20px 25px;
	max-width: 342px;
}
.ritual div img {
	width: 100%;
	max-width: 290px;
	margin-bottom: 20px;
}
.ritual div p {
	font-size: 20px;
	font-family: 'Momo';
}
.ritual div ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.ritual div ul li {
	padding-left: 30px;
	margin-bottom: 10px;
	position: relative;
}
.ritual div ul li:last-child {
	margin-bottom: 0;
}
.ritual div ul li:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background:  url(images/ritual_ul.png) center center no-repeat;
	position: absolute;
	left: 0;
	top: 2px;
}	
.ritual_no {
	display: flex;
	flex-direction: row;
	justify-content: space-between;	
	margin-left: -15px;
}
.ritual_no div {
	display: flex;
	width: 32%;
}
.ritual_no div:last-child {
	width: 28%;
}
.ritual_no div img {
	width: 83px;
	height: 66px;
}
.ritual_no div p {
	margin: 0 0 0 10px;
}
.ritual_no div p span {
	font-family: 'Momo';
	color: #fe0000;
	font-size: 20px;
	display: block;
}
.box_06 .col-3 {
	padding: 0;
}
.box_06 .col-3.right {
	text-align: right;
}
.box_06 .col-3.right ul img {
	margin: 0 0 0 20px;
}
.box_06 .col-3 ul {
	list-style: none;
	padding: 0;
	margin-top: 25px; 
}
.box_06 .col-3 ul li {
	display: flex;
	flex-direction: row;
	height: 170px;
}	
.box_06 .col-3 ul li img {
	width: 80px;
	height: 80px;
	margin-right: 20px;
}
.box_06 .col-3 ul li p {
	margin: 0;
}
.box_06 .col-3 ul li p span {
	font-family: 'Momo';
	font-size: 26px;
	color: #317542;
	display: block;
	margin-bottom: 10px;
}	
.box_06 .col-6 img {
	width: 100%;
}
.box_06 .col-12 p {
	margin-bottom: 40px;
}
.banner_box_06 {
	margin-top: 20px;
	position: relative;
}
.banner_box_06 h2 {
	position: absolute;
	font-family: 'Momo';
	color: #ffffff;
	font-size: 22px;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	text-transform: uppercase;
	padding-left: 60px;
}
.banner_box_06 h2 span {
	color: #ffd44e;
}
.banner_box_06 p {
	position: absolute;
	color: #fff;
	text-transform: uppercase;
	top: 35px;
	left: 50%;
	transform: translateX(-50%);
	margin-left: -5px;
}
.box_07 .testimonials {
	min-height: 540px;
}
.box_07 .testimonials_button h2 {
	font-family: 'Momo';
	font-size: 26px;
	color: #fff;
}
.testimonials_stripes {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	background: url(images/testimonials_stripes.jpg) center 45px no-repeat;
}
.accordion_logo {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 60px auto 0 auto;
}	
.accordion_logo div {
	flex: 0 0 auto;
	width: 42%;
	margin-bottom: 60px;
}
.accordion_logo div:nth-child(3), .accordion_logo div:nth-child(4) {
	margin-bottom: 0;
}
.accordion_logo img {
	margin: 0 auto 30px auto; 
}
.accordion_logo p {	
	font-family: 'Georgia';
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2;
	font-style: italic;
	color: #151515;
}
footer {
	padding: 50px 0 60px 0;
	border-bottom: 2px solid #317542;
}
.footer_ul {
	padding-left: 130px;
	margin: 50px 0;
	font-family: 'Momo';
	font-size: 22px;
	color: #317542;
	list-style: none;
}
.footer_ul li {
	margin-bottom: 30px;
	padding-left: 50px;
	position: relative;
}	
.footer_ul li:before {
	content: '';
	display: block;
	width: 29px;
	height: 29px;
	background:  url(images/footer_ul.png) center center no-repeat;
	position: absolute;
	left: 0;
	top: -2px;	
}
.footer_menu {
	background: #f1f8ff;
	padding: 25px 0;
}
.footer_menu ul {
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	margin: 0;
}
.footer_menu ul a {
	color: #2e2e2e;
	text-decoration: none;
}
.footer_menu ul span {
	padding: 0 35px;
	color: #b1b1b1;
}
.footer_bottom {
	background: #317542;
	padding: 35px 0 0 0;
	font-size: 14px;
	color: #fff;
}
.footer_bottom img {
	margin-bottom: 30px;
}
.footer_bottom p {
	margin-bottom: 60px;
}
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 0.7;        
    }
    50% {
        transform: scale(1);
        opacity: 1;    
    }    
    100% {
        transform: scale(0.9);
        opacity: 0.7;    
    }            
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 0.7;        
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1;    
    }    
    100% {
        -webkit-transform: scale(0.95);
        opacity: 0.7;    
    }            
}
.img_col_6 {
	width: 100%;
	max-width: 661px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.testimonials_btn {
	display: none;
	flex-direction: row;
	justify-content: center;
	color: #fff;
	margin-bottom: 50px;
}
.testimonials_btn div {
	width: 60px;
	height: 60px;
	background: #317542;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
	margin: 0 20px;
}
.testimonials_btn div svg {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.img_mobile {
	display: none;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 695px;
}
.accordion_mobile {
	display: none;
}
.footer_btn {
	position: fixed;
	padding: 10px 15px;
	background: url(images/box_03.jpg) center center no-repeat;
	bottom: 0;
	width: 100%;
	display: none;
}
.footer_btn .btn {
	font-size: 22px;
	max-width: 300px;
	margin: 0 auto;
	display: block;
	background: #fff;
	color: #317542;
}
.footer_btn .btn:hover {
	background: #c08500;
	color: #fff;
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 960px; }
}
@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: 1440px; }
}
@media only screen and (max-width: 1399px) {
	.img_mobile { display: block; }
	header .col-6, .box_02 .col-6, .box_04 .col-6, .box_05 .col-6, footer .col-6 { width: 100%; }
	.badges { height: 150px; }
	header .img_col_6, .box_02 .img_col_6, .box_05 .img_col_6, footer .img_col_6 { margin-top: 20px; }
	.box_04 .img_col_6 { margin-bottom: 20px; }
	.ritual { justify-content: space-evenly; margin-left: 0; }
	.ritual_no { margin-left: 0; }
	.testimonials_btn { display: flex; }
	.box.box_03 h2 { font-size: 24px; }
	.box.box_03 h3 { font-size: 18px; }
	.box_03 .btn { font-size: 20px; }
	.box_06 .col-6 { display: none; }
	.box_06 .col-3 { width: 45%; margin: 0 auto; }
	.banner_box_06 { overflow: hidden; }
	.banner_box_06 h2 { padding-left: 130px; }
	.banner_box_06 p { margin-left: 32px; }
	.testimonials_stripes { flex-wrap: wrap; background: none; }
	.testimonials_stripes img:nth-child(4) { margin-top: 15px; }
	.accordion_img { width: 100%; }
	.footer_ul { margin-top: 0; }
}	
@media only screen and (max-width: 767px) {
	body { font-size: 16px; }
	.new_timer { text-align: center; }
	.top_header .col-12 { height: 62px; }
	.top_header img { max-width: 232px; }
	header { padding-top: 10px; }
	header .col-6:nth-child(1) { padding-right: calc(var(--bs-gutter-x) * .5); padding-left: calc(var(--bs-gutter-x) * .5); }
	header h2, footer h2 { font-size: 20px; margin-left: auto; margin-right: auto; display: block; text-align: center; max-width: 280px; margin-bottom: 10px; }
	header h3, footer h3 { font-size: 38px; text-align: center; margin-bottom: 20px; }
	header .badges, footer .badges { padding-left: 90px; height: auto; }
	header .badges p, footer .badges p { font-size: 16px; }
	header .badges p b, footer .badges p b { font-size: 20px; }
	header .badges::before, footer .badges::before { width: 78px; height: 101px; background-size: cover; }
	ul.sec1-list { margin-bottom: 20px; }
	ul.sec1-list li { font-size: 16px; padding-left: 75px; margin-top: 10px; margin-bottom: 10px; }
	ul.sec1-list li span { font-size: 23px; top: 1px; }
	.button_header { padding-left: 90px; }
	.button_header:before { width: 46px; height: 44px; background-size: cover; top: 0; left: 15px; }
	.button_header .btn { font-size: 20px; padding: 8px 15px 8px 25px; }
	.btn svg { width: 20px; height: 20px; right: 15px; }
	.ul_bottom { padding-left: 0; }
	.ul_bottom li { font-size: 10px; }
	.ul_bottom li:nth-child(1):before { top: -3px; }
	.ul_bottom li:nth-child(2):before { top: -2px; }
	.box { padding: 40px 0; }
	.box h2 { font-size: 32px; margin-bottom: 15px; }
	.box h3 { font-size: 20px; margin-bottom: 15px;  }
	.box_01 { padding: 20px 0; }
	.box_01 ul { flex-wrap: wrap; justify-content: space-around; }
	.box_01 ul li { width: 30%; margin-bottom: 15px; }
	.box_01 ul li img { width: 100%; }
	.box_01 ul li:nth-child(1) { width: 100%; text-align: center; font-size: 18px; }
	.box_01 ul li:nth-child(5), .box_01 ul li:nth-child(6), .box_01 ul li:nth-child(7) { margin-bottom: 0; }
	.testimonials_slider, .testimonials_slider_2 { margin-bottom: 15px; }
	.box_02 h2, .box_02 h3, .box_04 h2, .box_04 h3, .box_05 h2, .box_05 h3 { text-align: center; }
	.sub_title { padding-left: 80px; }
	.sub_title:before { width: 69px; height: 53px; background-size: contain; left: 0;	 }
	.sub_title h2 { font-size: 18px; text-align: left; }
	.structure div { display: none; }
	.structure ul { margin-bottom: 0; }
	.structure ul span { font-size: 18px; }
	.structure ul li { position: relative; padding-left: 85px; }
	.structure ul li:before { content: ''; display: block; width: 75px; height: 56px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
	.structure ul li:nth-child(1):before { background: url(images/structure_ul_01.png) center center no-repeat; }
	.structure ul li:nth-child(2):before { background: url(images/structure_ul_02.png) center center no-repeat; }
	.structure ul li:nth-child(3):before { background: url(images/structure_ul_03.png) center center no-repeat; }
	.structure ul li:nth-child(4):before { background: url(images/structure_ul_04.png) center center no-repeat; }
	.box_03 .col-4 { display: none; }
	.box_03 .col-8 { width: 100%; }
	.box.box_03 h2 { text-align: center; }
	.box.box_03 h3 { text-align: center; }
	.box_03 .col-12 { padding: 0; overflow: hidden; }
	.box_04 ul { margin-top: 0; }
	.box_04 ul li { padding-left: 100px; margin-bottom: 15px; }
	.box_04 ul li span { font-size: 20px; }
	.box_04 ul li:before { top: 0; transform: none; }
	.box_05 h4 { font-size:20px; text-align: center; margin-top: 20px; }
	.ritual { flex-direction: column; }
	.ritual div { width: 100%; margin-left: auto; margin-right: auto; padding: 20px; max-width: 330px; }
	.ritual div:nth-child(1) { margin-bottom: 15px; }
	.ritual div p { text-align: center; }
	.ritual_no div { flex-direction: column; }
	.ritual_no div img { margin-bottom: 15px; margin-left: auto; margin-right: auto; }
	.ritual_no div p { text-align: center; margin: 0; }
	.box_06 .col-12 p { margin-bottom: 20px; }
	.box_06 .col-3 { width: 100%; padding-left: 15px; padding-right: 15px; }
	.box_06 .col-3 ul { margin-bottom: 0; }
	.box_06 .col-3 ul li { height: auto; margin-bottom: 25px; }
	.box_06 .col-3 ul li p span { font-size: 22px; }
	.box_06 .col-3.right { text-align: left; }
	.box_06 .col-3.right ul { margin-top: 0; }
	.box_06 .col-3.right ul li img { order: 1; margin-left: 0; margin-right: 20px; }
	.box_06 .col-3.right ul li p  { order: 2; }
	.banner_box_06 { background: url(images/box_06_pic_mobile.png) center center no-repeat; height: 50px; }
	.banner_box_06 img, .accordion_img  { display: none; }
	.box_06 .banner_box_06 h2 { font-size: 18px; padding-left: 50px; width: 100%; top: 5px; }
	.box_06 .banner_box_06 p { margin-bottom: 0; font-size: 14px; margin-left: 10px; top: 28px; }
	.testimonials_stripes img { margin-bottom: 15px; }
	.accordion_mobile { display: block; width: 100%; max-width: 360px; }
	.accordion_logo { width: 100%; margin-top: 30px; }
	.accordion_logo div { width: 100%; margin-bottom: 30px; }
	.accordion_logo img { margin-bottom: 15px; }
	.accordion_logo p { margin-bottom: 0; }
	.footer_ul { padding-left: 40px; font-size: 18px; }
	.footer_ul li { margin-bottom: 20px; }
	.footer_menu ul { flex-wrap: wrap; }
	.footer_menu ul span { display: none; }
	.footer_menu ul li:nth-child(2) { margin: 10px 0; }
	.footer_btn { display: block; }
	.footer_bottom { padding-bottom: 60px; }
}