html {
	scroll-behavior: smooth;
}
body {
	background: #f2edff;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	color: #20134c;
	line-height: 1.3;
	font-size: 18px;	
}
.top_timer {
	background: #fff;
	padding: 6px 0;
}
.top_timer .col-12 {
	display: flex;	
	justify-content: center;
	gap: 16px;
	align-items: center;
}
.new_timer {
	font-size: 14px;
	font-weight: 700;
	color: #e50378;	
}
.new_timer span {
	color: #343434;	
}
.new_timer img {
	margin-right: 5px;
}
.top_header {
	background: #462e76;
	margin-bottom: 15px;
}
.top_header .col-4 {
	height: 90px;	
}
.top_header .col-4 span {
	display: block;
	color: #fcd102;
	font-size: 22px;
	font-weight: 700;
	margin-top: 10px;
}
.top_header .col-5, .top_header .col-3 {
	display: flex;
	align-items: center;
}
.top_header .col-5 p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
	font-weight: 500;
	font-style: italic;
	line-height: 1.6;
}
.top_header .col-5 img {
	margin-left: 15px;
}
.top_header .col-5 p span {
	display: block;
	color: #fcd102;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
}
.nav_bootom p {
	margin-bottom: 3px;
	text-align: center;
}
.nav_bootom p span {
	color: #fcd102;
}
.nav_bootom a {
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}
.nav_bootom img {
	max-width: 308px;
	width: 100%;
}
header .container {
	max-width: 1340px;
}
.btn {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	background: #e50378;
	padding: 18px 20px;
	max-width: 320px;
	width: 100%;
	border-radius: 5px;
	border: none;
	text-decoration: underline;
	text-transform: uppercase;
	transition: all 1s ease-out;
}	
.btn:hover {
	color: #fff;
	background: #473382;
	text-decoration: none;
}
.header_bg {
	background: #20134c url(images/header_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 40px 55px;
	border-radius: 15px;
}
.header_bg h2 {
	color: #fff;
	font-size: 22px;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
	margin-bottom: 0;
}
.header_bg h3 {
	color: #fff;
	font-size: 54px;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.header_bg h3 span {
	display: block;
	color: #3fd261;
	font-size: 52px;
}
.header_bg .secure, .box_16 .secure {
	color: #fcd102;
	padding-left: 40px;
	position: relative;
	margin-bottom: 15px;
	font-weight: 700;
}
.header_bg .secure:before, .box_16 .secure:before {
	width: 26px;
	height: 32px;
	display: block;
	content: '';
	position: absolute;
	background: url(images/secure.png) center center no-repeat;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.ul_text {
	color: #c2a4ff;
	font-style: italic;
}
.header_bg ul {
	color: #fff;
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1.3;
}
.header_bg ul li {
	padding-left: 40px;
	position: relative;
	margin-bottom: 10px;
}
.header_bg ul li:last-child {
	margin-bottom: 0;
}
.header_bg ul li:before {
	content: '';
	width: 26px;
	height: 26px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(images/header_ul.png) center center no-repeat; 
}
.header_bg .btn {
	margin-top: 40px;
}
.medal {
	padding: 30px 0;
}
.medal_box {
	color: #393939;
	font-size: 17px;
	font-weight: 700;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}
.medal_box div {
	text-align: center;
	width: 16.66%;
}
.medal_box p {
	margin: 20px 0 0 0;
}
.box {
	padding-top: 70px;
}
.box h2 {
	font-size: 40px;
	font-weight: 700;	
	margin-bottom: 40px;
}
.box h2 span {
	color: #e50378;
}
.videoslider {
	margin-top: 30px;
}
.videoslider .slick-slide {
	margin: 0 10px;
	border-radius: 10px;
	overflow: hidden;
}
.videoslider .slick-dots li button:before, .slider_test_51 .slick-dots li button:before {
	font-size: 10px;
}
.videoslider .slick-dots, .slider_test_51 .slick-dots  {
	bottom: -70px;
}
.videoslider .slick-dots li.slick-active button:before, .slider_test_51 .slick-dots li.slick-active button:before {
	color: #e50378;
}
.real_people_slider_button, .real_people_slider_button_2 {
	margin-bottom: 30px;
	padding: 0 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.real_people_slider_button button, .real_people_slider_button_2 button {
	border: none;
	background: #fff;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	transition: all 1s ease-out;
	z-index: 999;
}
.real_people_slider_button_2 button {
	background: #e50378;
}
.real_people_slider_button_2 button:hover {
	background: #473382;
}	
.real_people_slider_button button:hover {
	background: #a5a5a5;
}
.real_people_slider_button svg, .real_people_slider_button svg {
	fill: #222;
	stroke: #222;
	width: 34px;
	height: 34px;
}
.real_people_slider_button_2 svg {
	fill: #fff;
	stroke: #fff;
}	
.real_people_slider .slick-slide  {
	margin: 0 20px;
}
.box_02 {
	background: #fff;
	padding-bottom: 60px;
}
.slider_test_51 .slick-slide {
	text-align: center;
}
.slider_test_51 .slick-slide img {
	margin: 0 auto 25px auto;
	width: 100%;
	max-width: 310px;
}
.slider_test_51 .slick-slide h3 {
	font-size: 24px;
	font-weight: 700;
	margin: 0 auto 30px auto;
	max-width: 310px;
}
.slider_test_51 .slick-slide p {
	font-size: 16px;
	margin: 0 auto;
	max-width: 310px;
}
.box_03 h2 {
	margin-bottom: 25px;
}
.box_03 p {
	margin-bottom: 20px;
}
.box_03 p span {	
	color: #e50378;
}
.box_03 ul {	
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 30px;
}
.box_03 ul li {
	padding-left: 50px;
	font-weight: 700;
	margin-bottom: 25px;
	width: 47%;
	display: inline-block;
	position: relative;
}
.box_03 ul li:before {
	content: '';
	width: 38px;
	height: 30px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.box_03 ul li:nth-child(1):before {
	background: url(images/box_03_ul_01.png) center center no-repeat; 
}
.box_03 ul li:nth-child(2):before {
	background: url(images/box_03_ul_02.png) center center no-repeat; 
}
.box_03 ul li:nth-child(3):before {
	background: url(images/box_03_ul_03.png) center center no-repeat; 
}
.box_03 ul li:nth-child(4):before {
	background: url(images/box_03_ul_04.png) center center no-repeat; 
}
.box_03 .col-6 img, .box_04 img, .box_05 img  {
	border-radius: 15px;
	width: 100%;
	max-width: 610px;
	margin: 0 auto;
	display: block;
}
.box_03 .btn {
	margin: 50px auto 0 auto;
}
.marquee {
	overflow: hidden;
	padding: 60px 0 10px 0;
}
.marquee ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
}
.marquee ul li {
	text-transform: uppercase;	
	padding: 0 80px;
	position: relative;
}
.marquee ul li:before {
	content: '';
	width: 38px;
	height: 35px;
	display: block;
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);	
}
.marquee ul li:nth-child(1):before {
	background: url(images/marquee_01.png) center center no-repeat;
}
.marquee ul li:nth-child(2):before {
	background: url(images/marquee_02.png) center center no-repeat;
}
.marquee ul li:nth-child(3):before {
	background: url(images/marquee_03.png) center center no-repeat;
}
.marquee ul li:nth-child(4):before {
	background: url(images/marquee_04.png) center center no-repeat;
}
.marquee ul li:nth-child(5):before {
	background: url(images/marquee_05.png) center center no-repeat;
}
.box_08 {
	padding-bottom: 30px;
}
.box_08 .container, .box_16 .container {
	background: #20134c url(images/box_03_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 60px 30px 30px 30px;
	border-radius: 15px;
}
.box_08 h2 {
	color: #fff;
}
.box_08 .btn {
	border: 1px solid #fff;
	background: none;
	margin-top: 30px;
}
.box_08 .btn:hover {
	background: #473382;
	text-decoration: none;
}	
.accordion_logo {
	max-width: 1230px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	transition: all 1s ease-out;
}
.accordion_logo .box {
	flex: 1 0 25%;
	font-style: italic;
	color: #fff;
	padding: 0 10px;
	margin-bottom: 30px;
}
.accordion_logo img {
	border-radius: 5px;
	margin-bottom: 20px;
	width: 100%;
	max-width: 280px;
}
.box_04 h2 {
	margin-top: 35px;
}
.box_04 ul {
	list-style: none;
	padding: 0;
	font-weight: 700;
	line-height: 1.8;
	margin-bottom: 40px;
}
.box_04 ul li {
	padding-left: 15px;
}
.box_04 ul li.highlighted {
	background: #ffe779;
}
.box_04 img, .box_05 img {
	max-width: 1160px;
}
.super {
	vertical-align: super; font-size: smaller;
}
.footnote {
	font-size: 13px;
	margin-bottom: 20px;
	padding-left: 15px;
}
.box_04 .btn, .box_06 .btn {
	margin: 50px auto 0 auto;
	display: block;
}
.box_06 .container, .box_07 .container, .box_09 .container, .box_11 .container  {
	max-width: 970px;
}
.box_06 h6 {
	font-size: 18px;
	color: #e50378;
	font-weight: 700;
}
.box_06 img {
	border-radius: 15px;
	width: 100%;
	max-width: 440px;
	margin: 0 auto 30px auto;
	display: block;
}
.box_06 .wistia_responsive_padding {
	border-radius: 15px;
	overflow: hidden;
}
.faq_accordion {
	margin: 30px auto 0 auto;
}
.faq_accordion .accordion-item {
	border-radius: 15px;
	padding: 30px;
	margin-bottom: 20px;
	background: #462e76;
}
.faq_accordion button {
	font-size: 24px;
	font-weight: 700;
	padding-right: 50px;
	color: #fff !important;
}
.faq_accordion .accordion-body {
	padding-top: 30px;
	padding-right: 40px;
	color: #fff;
}
.faq_accordion .accordion-body a {
	color: #e50378;
}
.faq_accordion .accordion-body p:last-child {
	margin-bottom: 0;
}
.faq_accordion button span {
	background: #fff;
}
.faq_accordion button span:after, .faq_accordion button span:before {
	background: #20134c;
}
.faq_accordion button span {
	background: rgba(0,0,0,0.3);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	right: 0;
	position: absolute;
}
.faq_accordion button span:after, .faq_accordion button span:before {
	position: absolute;
	top: 50%;
	content: "";
	display: block;
	background: #fff;
	left: 50%;
	transform: translate(-50%, -50%);
}
.faq_accordion button[aria-expanded="false"] span:before {
	height: 16px;
	width: 2px;
}
.faq_accordion button span:after  {
	height: 2px;
	width: 16px;
}
.box_06 .btn {
	margin-bottom: 50px;
}
.box_07, .box_09, .box_11  {
	background: #fff;
}
.testimonial_inst {
	margin: 0 auto;
	display: block;
}
.trustpilot_box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}
.trustpilot_box div {
	flex: 0 0 50%;
	padding: 7px;
	max-width: 50%;
}
.trustpilot_box div img {
	max-width: 480px;
	width: 100%;
}
.accordion_logo2, .trustpilot_box_2 {
	display: none;
	transition: all 1s ease-out;
}
.accordion_logo2.active, .trustpilot_box_2.active {
	display: flex;
}
.show_more2 {
	border-radius: 4px;
	border-color: rgba(0, 0, 0, 0);
	line-height: 1.32;
	color: rgb(17, 17, 17);
	padding: 8px 51px;
	font-family: inherit;
	font-weight: bold;
	font-size: 13px;
	background-color: rgba(17, 17, 17, 0.05);
	text-transform: none;
	border-width: 1px;
	margin: 30px auto 0 auto;
	display: block;
}
.box_09  {
	padding-bottom: 60px;
}
.box_10 .col-md-4 img {
	margin: 40px auto 25px auto;
	display: block;
}
.box_10 .col-md-4 p {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0;
	text-align: center;
}
.box_10 .col-md-4 p span {
	color: #e50378;
}
.box_10 .btn {
	margin: 50px auto 30px auto;
}
.box_12 {
	padding-bottom: 60px;
}
.box_12 ul {
	padding: 0;
	margin: 25px 0 0 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
.box_12 ul li {
	background: #fff;
	border-radius: 15px;
	max-width: 300px;
	width: 24%;
	text-align: center;
	padding: 20px 25px 0 25px;
}
.box_12 ul li h3 {
	font-size: 20px;
	font-weight: 700;
}
.box_12 ul li p {
	font-size: 16px;
}
.box_13 {
	background: url(images/box13_bg.jpg) center center no-repeat;
	background-size: cover;
}
.box_13 h2 {
	color: #fff;
}
.box_13 h2 small {
	font-size: 24px;
}
.box_13 .left {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.box_13 .left .btn {
	margin-top: 50px;
}
.box_13 p {
	color: #fff;
}
.box_13 ul {
	list-style: none;
	padding: 0;
	margin: 40px 0 75px 0;
}
.box_13 ul li {
	color: #fff;	
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 20px;
}
.box_13_ul_text {
	width: calc(100% - 120px);
}
.box_13_ul_text span {
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
}
.guarantee {
	position: relative;	
	padding-top: 100px;
}
.guarantee .row {
	border-radius: 15px;	
	background: #462e76;
	overflow: hidden;
}
.guarantee .col-6:nth-child(1) {
	background: url(images/box_14_bg.jpg) center center no-repeat;
	background-size: cover;
	min-height: 300px;
}
.guarantee .col-6:nth-child(2) {
	color: #fff;
	padding: 90px 90px 0 90px;
}
.guarantee_img {
	position: absolute;
	top: 110px;
	left: 50%;
	transform: translate(-50%,-50%);
}
.box_15 {
	padding: 50px 0;
}
.footer_text {
  font-size: 14px;
  color: #343434;
  font-weight: bold;
  border: 1px solid #dedede;
  background: #fff;
  padding: 17px;
  max-width: 340px;
  width: 100%;
  text-align: center;
  display: block;
  border-radius: 5px;
  margin: 0 auto;
}
.footer_text img {
	margin-right: 5px;
}
.box_16 {
	padding-top: 0;
	padding-bottom: 50px;
}
.box_16 .container {
	background: #20134c;
	padding: 30px;
}
.box_16 h3 {
	font-size: 65px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -1px;
	font-family: "Oswald", sans-serif;
}
.box_16 h4 {
	font-size: 37px;
	font-weight: 700;
	color: #fff;
	font-family: "Oswald", sans-serif;
	margin-bottom: 20px;
}
.box_16 h4 span {
	color: #f2c808;
}	
.recepie {
	max-width: 400px;
	margin: 0 auto;
	position: relative;
}
.recepie .btn {
	position: absolute;
	top: 155px;
	left: 50%;
	transform: translate(-50%,0);
}
.recepie img {
	width: 100%;
	max-width: 399px;
}
.recepie p {
	font-size: 14px;
	color: #aa9fe0;
	text-align: center;
	padding: 50px 40px 0 40px;
}
.recepie_logo {
	margin: 0 auto;
	display: block;
}
.footer_img {
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer_img img {
	border-radius: 15px;
	width: 100%;
	max-width: 610px;
}
footer {
	background: #462e76;
	padding-bottom: 30px;
}
footer ul {
	margin: 80px auto;
	padding: 0;
	list-style: none;
}
footer ul li {
	font-size: 15px;
	padding: 0 20px;
	display: inline-block;
}
footer ul li a {
	color: #fff;
	text-decoration: none;
}
footer ul li a:hover {
	text-decoration: underline;
}
footer p {
	color: #fff;
	font-size: 12px;
	margin-bottom: 0;
}
.real_people_slider_button_2 {
	display: none;
}
.box_07 img {
	width: 100%;
	max-width: 372px;
}
.guarantee_mobile {
	display: none;
	width: 130px;
	margin: 0 auto 20px auto;
}
.img_mobile {
	margin: 0 auto;
	width: 100%;
	display: none;
	border-radius: 15px;
}
header .img_mobile { 
	margin-top: 20px;
}
.footer_btn {
	position: fixed;
	background: #462e76;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px 0;
	display: none;
	z-index: 999;
}
.footer_btn .nav_bootom {
	text-align: center;
}
.video_big_bg {
	background: url(images/video_big_bg.jpg) center center no-repeat;
	background-size: contain;
	padding: 20px 0;
}
.video_big {
	max-width: 540px;
	margin: 0 auto;
}
.box_17 h2 {
	margin-bottom: 5px;
}
.box_17 h3 {
	font-size: 21px;
	color: #20134c;
	font-weight: 700;
	margin-bottom: 25px;
}	
.video_grid {
	display: grid;
	grid-template-columns: repeat(6,minmax(0,1fr));
	gap: 1rem;
	max-width: 1110px;
	margin: 30px auto;
}
.grid_box {
	max-height: 230px;
	overflow: hidden;
	border-radius: 15px;
}
.grid_box .wistia_responsive_padding {
	top: 50%;
	transform: translateY(-50%);
}
.videoslider .slick-slide img {
	max-width: 550px;
	width: 100%;
}
.box_18 { 
	overflow: hidden;
	padding-bottom: 30px;
}
.box_18 h2 {
	margin-bottom: 30px;
}
.testimonials {
	background: #fff;
	border-radius: 15px;
	padding: 20px 25px;	
}
.testimonials img {
	margin-bottom: 20px;
}
.testimonials p {
	margin-bottom: 25px;
	line-height: 1.3;
}
.real_people_slider .slick-list {
	clip-path: inset(0 -100vw -100vw 0);
	overflow: unset;
}
.real_people_slider_button_3 {
	margin-bottom: 30px;
}
.real_people_slider_button_3 button {
	border: none;
	background: #fff;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	transition: all 1s ease-out;
}
.real_people_slider_button_3 button:hover {
	background: #a5a5a5;
}	
.real_people_slider_button_3 button:nth-child(2) {
	margin-left: 25px;
}
.real_people_slider_button_3 svg {
	fill: #222;
	stroke: #222;
	width: 34px;
	height: 34px;
}
.real_people_slider .slick-slide {
	margin: 0 20px;
}
.real_people_slider .testimonials h3 {
	font-size: 23px;
	margin-bottom: 20px;
	min-height: 28px;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden !important;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	display: none;
}
.real_people_slider .testimonials p {
	line-height: 1.3;
	min-height: auto;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden !important;
	text-overflow: ellipsis;
	-webkit-line-clamp: 6;
}
.testimonials_bottom {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.real_people_slider .testimonials img {
	margin-bottom: 0;
	width: 128px;
	height: 22px;
}
.box_19 {
	background: #fff;
	padding-bottom: 60px;
}
.table_box {
	width: 100%;
	max-width: 490px;
	margin: 20px auto;
}
.table_box .row div {
	border-style: none;
	border-width: 1px;
	border-color: #e0e0e0;
	min-height: 70px;
	position: relative;
}
.table_box .row div:nth-child(1) {
	width: 50%;
	border-style: none none solid none;
}
.table_box .row div:nth-child(2) {
	width: 25%;
	background: #008f41;
	border-style: none solid solid solid;
}
.table_box .row div:nth-child(3) {
	width: 25%;
	border-style: none none solid none;
}
.table_box .row.top div:nth-child(2)  {
	height: 90px;
	border-radius: 10px 10px 0px 0px;
}	
.table_box .row.bottom div:nth-child(2)  {
	border-radius: 0px 0px 10px 10px;
}	
.table_box .row div img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.table_box .row div span {
	top: 50%;
	transform: translate(0,-50%);
	position: absolute;
	line-height: 1;
	padding-left: 10px;
	padding-right: 10px;	
	left: 0;
	width: 100%;
}
.table_box .row.bottom div {
	border-bottom: none;
}
.box_19 img {
	max-width: 1017px;
	width: 100%;
}
.box_20 {
	background: #fff;
	padding-bottom: 50px;
}
@media only screen and (max-width: 1399px) {
	header .container, .box_08 .container, .box_16 .container { max-width: 1140px; }
	.real_people_slider_button_2 { display: flex; }
	.nav_bootom a { font-size: 13px; }
	.header_bg h2 { font-size: 18px; }
	.header_bg h3 { font-size: 46px; }
	.header_bg h3 span { font-size: 44px; }
	.box_16 h3 { font-size: 65px; }
	.header_bg .secure, .box_16 .secure { font-size: 15px; }
	.box_16 h4 { font-size: 32px; }
}	
@media only screen and (max-width: 1199px) {
	header .container, .box_08 .container, .box_16 .container { max-width: 960px; }
	.footer_img img { display: none; }
	body { font-size: 16px; }
	.top_header .col-5 p { font-size: 14px; }
	.top_header .col-5 p span { font-size: 17px; }
	header .col-6, .box_16 .col-6 { margin: 0 auto; width: 100%; max-width: 540px; }
	.header_bg { background: #20134c; padding: 20px 20px; }
	.box_03 .col-6 { width: 100%; }
	.box h2 { font-size: 30px; }
	.box_10 .col-md-4 p, .faq_accordion button { font-size: 20px; }
	.box_12 ul li h3 { font-size: 18px; }
	.box_12 ul li p, .medal_box p, .slider_test_51 .slick-slide p { font-size: 14px; }
	.faq_accordion .accordion-item { padding: 20px; }
	.img_mobile { display: block; }
	.recepie { margin-top: 20px; }
	.header_bg .btn { margin: 20px auto 0 auto; display: block; }
	.video_big { max-width: 360px; }
}
@media only screen and (max-width: 991px) {
	header .container, .box_08 .container, .box_16 .container { max-width: 720px; }
	.box { padding-top: 40px; }
	.top_header .col-5, .top_header .col-3, .box_13 .left .btn, .box_18 .btn { display: none; }
	.top_header .col-4 { width: 100%; text-align: center; }
	.medal_box { flex-wrap: wrap; }
	.medal_box div { width: 33%; }
	.box_10 .col-md-4 { width: 100%; }
	.box_12 ul { flex-wrap: wrap; }
	.box_12 ul li { width: 50%; }
	.box_12 ul li:nth-child(1), .box_12 ul li:nth-child(2) { margin-bottom: 20px; }
	.box_13 .col-6, .guarantee .col-6 { width: 100%; }
	.box_13 .left { margin-bottom: 20px; }
	.guarantee_img { top: auto; bottom: 70px; max-width: 140px; }
	.guarantee .col-6:nth-child(2) { padding: 80px 30px 30px 30px; text-align: center; }
	.guarantee { padding-top: 0; }
	.box_15 { padding-bottom: 0; }
	footer ul li { display: block; margin: 10px 0; }
	.footer_btn { display: block; }
	.video_grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
	.box_16 h3 { font-size: 50px; }
	.box_18 .col-4, .box_18 .col-8 { width: 100%; }
	.box_18 h2, .real_people_slider_button_3 { text-align: center; }
	.real_people_slider .slick-list { clip-path: none; }
	
}
@media only screen and (max-width: 767px) {
	header .container { max-width: 100%; }
	.box_08 .container, .guarantee, .box_16 .container { width: 93%; }
	.box h2 { font-size: 28px; margin-bottom: 20px; }
	.new_timer { font-size: 11px; }
	.top_header .col-4 { height: 75px; }
	.top_header .col-4 span { margin-top: 5px; }
	.header_bg h2, .header_bg h3, .box_16 h3, .box_16 h4 { text-align: center; }
	.header_bg ul li { font-size: 14px; }
	.medal_box div { width: 50%; margin-bottom: 15px; }
	.medal_box div:nth-child(5), .medal_box div:nth-child(6) { margin-bottom: 0; }
	.box_01 img { width: 100%; max-width: 372px; }
	.slider_test_51 .slick-slide { margin: 0 15px; }
	.box_04 ul { margin-bottom: 0; }
	.box_04 .footnote:nth-child(1) { margin-top: 40px; }
	.box_06 .col-6, .box_07 .col-6 { width: 100%; }
	.box_07 .col-6 img { margin-bottom: 20px; }
	.trustpilot_box div { max-width: 100%; flex: 0 0 100%; }
	.box_10 .col-md-4 img { width: 250px; }
	.box_12 ul li { width: 100%; margin: 0 auto 20px auto; }
	.box_12 ul li:last-child { margin-bottom: 0; }
	.box_13 h2 small { font-size: 20px; }
	.box_13_ul_text { width: 100%; }
	.box_13 ul li { flex-direction: column; }
	.box_13 ul li div, .box_13_ul_text span { text-align: center; }
	.box_13 ul li div { margin-bottom: 20px; }
	.guarantee_img { display: none; }
	.guarantee { margin-left: auto; margin-right: auto; }
	.guarantee_mobile { display: block; }
	.guarantee .col-6:nth-child(2) { padding-top: 20px; }
	.box_16 h3 { font-size: 40px; }
	.box_16 h4 { font-size: 30px; }
	.box_16 .container { padding: 20px 15px; }
	.recepie .btn { position: relative; top: 10px; }
	.recepie p { font-size: 12px; padding: 20px 0 0 0; }
	.header_bg h3, .header_bg h3 span { font-size: 42px; }
	.header_bg .secure, .box_16 .secure { font-size: 13px; }
	.box_08 .container { padding: 20px; }
	.trustpilot_box div { padding: 10px 0; }
	.box_02 { padding-bottom: 10px; }
	.accordion_logo .box { flex: 1 0 100%; }
	.video_big { max-width: 300px; }
	.video_grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.real_people_slider_button { padding: 0; }
	.videoslider .slick-dots { padding: 0 70px; bottom: -85px; } 
	.videoslider .slick-dots li { margin: 0 2px; }
	.box_19 { padding-bottom: 0; }
	.table_box .row div span { line-height: 1.2; font-size: 14px; }
	.box_16 h3 { font-size: 34px; }
	footer { padding-bottom: 100px; }
}