/* Weekly Lesson */

.weekly-lesson {
	margin-top: 100px;
}

.weekly-lesson .title-text-wrapper {
	margin: 0 auto;
	width: 960px;
}

.weekly-lesson .main-title {
	font-weight: bold;
	text-align: center;
	font-size: 1.375em;
}

.weekly-lesson .main-text {
	/* 	text-align: justify; */
	font-size: 1.125em;
}

.weekly-lesson .main-text p {
	margin: 0;
}

.weekly-lesson .line {
	width: 128px;
	height: 2px;
	margin: 35px 0 25px;
	background-color: #c0ea6a;
	background-color: var(--green, #c0ea6a);
}

.weekly-lesson .inner-content-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 100px;
}

.weekly-lesson .inner-content-wrapper .right-content a {
	display: grid;
}

.weekly-lesson .inner-content-wrapper .right-content a > *{
	grid-area: 1/-1;
}


.weekly-lesson .inner-content-wrapper .right-content a img.play-button,
.weekly-lesson .inner-content-wrapper .right-content a .play-button
{
	align-self: center;
	margin: 0 auto;
}

.weekly-lesson .inner-content-wrapper .left-content {
	flex-basis: 36vw;
	margin-right: -6vw;
	background-color: #f0f0f0;
	background-color: var(--gray3, #f0f0f0);
	height: 35.5vh;
	align-self: center;
	flex-direction: column;
	padding-right: 4.2vw;
	display: grid;
}

.weekly-lesson .inner-content-wrapper .left-content > * {
	grid-column: 1/-1;
	grid-row: 1/-1;
}

.weekly-lesson .inner-content-wrapper .left-content .inner-left-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.weekly-lesson .inner-content-wrapper .left-content .inner-left-content .title {
	font-size: 3.125em;
	font-weight: bold;
	margin:0;
}

.weekly-lesson .inner-content-wrapper .left-content .inner-left-content .subtitle {
	font-size: 1.063em;
}

.weekly-lesson .inner-content-wrapper .left-content .inner-left-content .bullets {
	list-style-type: disc;
	list-style-position: inside;
	font-size: 0.938em;
}

.weekly-lesson .inner-content-wrapper .left-content ul.bullets li:not(:last-child) {
	padding-bottom: 15px;
}

.weekly-lesson .inner-content-wrapper .left-content .button {
	align-self: end;
	justify-self: end;
	background-color: #c0ea6a;
	background-color: var(--green, #c0ea6a);
	color: #fff;
	color: var(--white, #fff);
	margin: 0 0 -25px 50px;
}

.weekly-lesson .inner-content-wrapper .left-content .button a {
	padding: 16px 32px;
	display: block;
}
/* Weekly Lesson - End */

/* Lectures */

.lectures {
	margin-top: 140px;
	text-align: center;
}

.lectures .main-title {
	font-size: 3.125em;
	font-weight: bold;
}

.lectures .subtitle {
	font-size: 1.063em;
}

.lectures .subtitle a{
	text-decoration: underline;
}

/*.lectures .categories {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 30px 45px;
width: 56vw;
margin: 45px auto 0;
}

.lectures .categories a {
display: flex;
justify-content: center;
height: 26vh;
}

.lectures .categories a .title {
align-self: center;
color: #fff;
color: var(--white, #fff);
font-weight: bold;
font-size: 1.250em;
}
*/
.categories-list {
	margin: 100px 0;
}

.categories-list ul.container {
	width: 1075px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 35px 45px;
}

.categories-list ul li {
	height: 244px;
	position:relative;
}

.categories-list ul li.single-category .track-main-image,
.categories-list ul li.single-category .track-main-image img
{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	object-fit: cover;
}

.categories-list ul li.shadow {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.categories-list > ul > li > a {
	display: grid;
	height: 100%;
}

.categories-list ul li a > *,
.categories-list ul li a > * > *{
	grid-area: 1/1/-1/-1;
}

.categories-list ul li a .overlay {
	background-color: #000;
	opacity: 0.3;
	height: 100%;
}

.categories-list a:hover .name {
	color: #c0ea6a;
	color: var(--green, #c0ea6a);
}

.categories-list ul li a .name {
	font-size: 1.250em;
	font-weight: bold;
	color: #fff;
	color: var(--white, #fff);
	align-self: center;
	text-align: center;
	z-index: 15;
}

/* Lectures - End */

/* Myths */

.myths {
	margin-top: 100px;
	/* 	height: 87vh; */
	padding: 20px 0;
}

.myths > .title {
	text-align: center;
	font-size: 3.125em;
	font-weight: bold;
	padding-top: 80px;
}

.myths > .subtitle {
	margin-top: 15px;
	text-align: center;
	font-size: 1.063em;
}

.myths .myths-slider {
	/* 	width: 1520px; */
	margin: 45px auto 0;
	position: relative;

	display: grid;
}

/*
.myths .myths-slider-wrapper.swiper-container {
height: 455px;
}

.myths .myths-slider-wrapper.swiper-container .swiper-slide {
height: 388px;
align-self: center;
}

.myths .myths-slider-wrapper.swiper-container .swiper-slide-active {
transform: scale(1.2);
z-index: 1;
}

.myths .myths-slider-wrapper.swiper-container .swiper-slide a {
display: grid;
width: 100%;
height: 100%;
}

.myths .myths-slider-wrapper.swiper-container .swiper-slide a > * {
grid-area: 1/-1;
}

.myths .myths-slider-wrapper.swiper-container .swiper-slide a .title-wrapper {
display: flex;
color: #fff;
color: var(--white, #fff);
flex-direction: column;
height: 100%;
justify-content: flex-end;
}

.myths .myths-slider-wrapper.swiper-container .swiper-slide a .title {
border-right: 9px solid #c0ea6a;
border-right: 9px solid var(--green, #c0ea6a);
padding-right: 15px;
margin-right: 15px;
padding-top: 0;
font-size: 2.188em;
font-weight: bold;
}

.myths .myths-slider-wrapper.swiper-container .swiper-slide a .subtitle {
border-right: 9px solid #c0ea6a;
border-right: 9px solid var(--green, #c0ea6a);
padding-right: 15px;
margin-right: 15px;
margin-bottom: 15px;
font-size: 1.063em;
}

.myths .myths-slider-wrapper.swiper-container .swiper-slide a .play-button {
align-self: center;
justify-self: center;
}

.myths .myths-slider .swiper-button-prev,
.myths .myths-slider .swiper-button-next {
height: 29px;
width: 29px;
background-color: #fff;
background-color: var(--white, #fff);
border-radius: 15px;
}

.myths .myths-slider .swiper-button-prev {
left: -7%;
}

.myths .myths-slider .swiper-button-prev .button-prev {
border-left: 2px solid #c0ea6a;
border-left: 2px solid var(--green, #c0ea6a);
border-bottom: 2px solid #c0ea6a;
border-bottom: 2px solid var(--green, #c0ea6a);
height: 10px;
width: 10px;
transform: rotate(50deg);
margin-left: 3px;
}

.myths .myths-slider .swiper-button-next .button-next {
border-right: 2px solid #c0ea6a;
border-right: 2px solid var(--green, #c0ea6a);
border-top: 2px solid #c0ea6a;
border-top: 2px solid var(--green, #c0ea6a);
height: 10px;
width: 10px;
transform: rotate(50deg);
margin-right: 3px;
}

.myths .myths-slider .swiper-button-next:after,
.myths .myths-slider .swiper-button-prev:after {
display: none;
}

.myths .myths-slider .swiper-button-next {
right: -7%;
}

.myths .myths-slider .swiper-pagination {
bottom: -55px;
left: 0;
width: 100%;
}

.myths .myths-slider .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 4px;
}

.myths .myths-slider .swiper-pagination-bullet {
background: unset;
}
*/

.myths #carousel {
	height: 400px;
	direction: ltr;
}

.myths #carousel .cloud9-item {
	height: 380px;
	/* 	z-index: 1 !important; */
	display: flex;
	align-self: center;
	width: 500px; 
	direction: rtl;
}

.myths #carousel .cloud9-item a {
	display: grid;
	width: 100%;
	height: 100%;
}

.myths #carousel .cloud9-item a > * {
	grid-area: 1/1/-1/-1;
}

.myths #carousel .cloud9-item a .overlay {
	background-color: #000;
	opacity: 0.5;
}

.myths #carousel .cloud9-item a .title-wrapper {
	display: flex;
	color: #fff;
	color: var(--white, #fff);
	flex-direction: column;
	height: 100%;
	justify-content: flex-end;
	/* 	align-items: end; */
	z-index: 10;
}

.myths #carousel .cloud9-item a .title {
	border-right: 9px solid #c0ea6a;
	border-right: 9px solid var(--green, #c0ea6a);
	padding-right: 15px;
	margin-right: 15px;
	padding-top: 0;
	font-size: 2.188em;
	font-weight: bold;
}

.myths #carousel .cloud9-item a .subtitle {
	border-right: 9px solid #c0ea6a;
	border-right: 9px solid var(--green, #c0ea6a);
	padding-right: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	font-size: 1.063em;
}

.myths #carousel .cloud9-item a .play-button {
	align-self: center;
	justify-self: center;
	z-index: 10;
}

.myths .myths-slider > * {
	grid-area: 1/1/-1/-1;
}

.myths .myths-slider #buttons {
	align-self: center;
	display: flex;
	justify-content: space-between;
	width: 90.49%;
	margin: 0 auto;
	flex-direction: row-reverse;
	z-index: 1;
}

.myths .myths-slider #buttons button {
	all: unset;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	justify-content: cep;
	justify-content: center;
	align-items: center;
	color: var(--green, #c0ea6a);
}

.myths .myths-slider #buttons button:hover {
	cursor: pointer;
}

.myths .navigation {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-self: end;
	margin-bottom: -20px;
}

.myths .navigation .container {
	display: block;
	position: relative;
	padding-left: 20px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.myths .navigation .container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.myths .navigation .container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 13px;
	width: 13px;
	border: 2px solid #fff;
	/* 	background-color: #eee; */
	border-radius: 50%;
}

.myths .navigation .container:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.myths .navigation .container input:checked ~ .checkmark {
	background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.myths .navigation .container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.myths .navigation .container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.myths .navigation .container .checkmark:after {
	top: 1px;
	left: 1px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	/* 	background: white; */
} 

.myths .myths-button {
	text-align: center;
	background-color: #c0ea6a;
	background-color: var(--green, #c0ea6a);
	color: #fff;
	color: var(--white, #fff);
	display: table;
	margin: 80px auto 0;
}

.myths .myths-button a {
	padding: 10px 20px;
	display: block;
	font-weight: bold;
}

/* Myths - Ends */

/* Events */

.events {
	margin-top: 100px;
}

.events > .title {
	font-weight: bold;
	font-size: 3.125em;
	text-align: center;
}

.events > .subtitle {
	margin-top: 25px;
	text-align: center;
	font-size: 1.063em;
}

.events .events-list {
	margin-top: 50px;
}

.events .events-swiper-wrapper.swiper-container .inner-wrapper {
	width: 1290px !important;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.events .events-swiper-wrapper.swiper-container .inner-wrapper > .content-wrapper {
	flex-basis: 43%;
}

.events .events-swiper-wrapper.swiper-container .inner-wrapper > .image-wrapper {
	flex-basis: 51%;
}

.events .events-swiper-wrapper.swiper-container .swiper-slide .title {
	font-size: 2.188em;
	font-weight: bold;
}

.events .events-swiper-wrapper.swiper-container .swiper-slide .place {
	margin-top: 23px;
	font-size: 1.063em;
}

.events .events-swiper-wrapper.swiper-container .swiper-slide .line {
	width: 128px;
	height: 1px;
	background-color: #c0ea6a;
	background-color: var(--green, #c0ea6a);
	margin: 32px 0 25px;
}

.events .events-swiper-wrapper.swiper-container .swiper-slide .content {
	font-size: 0.938em
}

.events .events-swiper-wrapper.swiper-container .swiper-slide .controls-wrapper {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.events .events-swiper-wrapper.swiper-container .swiper-slide .controls-wrapper .controls {
	position: relative;
	width: 170px;
}

.events .events-swiper-wrapper.swiper-container .swiper-slide .controls-wrapper .controls .swiper-button-prev:after,
.events .events-swiper-wrapper.swiper-container .swiper-slide .controls-wrapper .controls .swiper-button-next:after {
	display: none; 
}

.events .events-swiper-wrapper.swiper-container .swiper-slide .controls-wrapper .controls .swiper-button-prev {
	width: 20px;
	height: 20px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(-47deg);
	top: 38px;
	z-index: 11;
}

.events .events-swiper-wrapper.swiper-container .swiper-slide .controls-wrapper .controls .swiper-button-next {
	width: 20px;
	height: 20px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(47deg);
	top: 38px;
}

.events .events-swiper-wrapper.swiper-container .swiper-slide .controls-wrapper .controls .swiper-pagination {
	font-size: 30px;
}

.events .events-swiper-wrapper.swiper-container .swiper-slide .controls-wrapper a.button {
	background-color: #c0ea6a;
	background-color: var(--green, #c0ea6a);
	color: #fff;
	color: var(--white, #fff);
	font-weight: bold;
	padding: 16px 30px;
	font-size: 1.063em;
}

.events .events-swiper-wrapper.swiper-container .inner-wrapper .image-wrapper {
	display: flex;
	flex-direction: row-reverse;
}

.events .events-swiper-wrapper.swiper-container .inner-wrapper .image-wrapper .image {
	height: 394px;
	width: 619px;
	display: grid;
}

.events .events-swiper-wrapper.swiper-container .inner-wrapper .image-wrapper .image > * {
	grid-area: 1/1/-1/-1;
}

.events .events-swiper-wrapper.swiper-container .inner-wrapper .image-wrapper .image .overlay {
	background-color: #000;
	opacity: 0.5;
}


.events .events-swiper-wrapper.swiper-container .inner-wrapper .image-wrapper .date-wrapper {
	height: 144px;
	width: 113px;
	background-color: #161414;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 20px 0 14px;
	margin: 19px -57px 0;
	z-index: 10;
}

.events .events-swiper-wrapper.swiper-container .inner-wrapper .image-wrapper .date-wrapper .line {
	width: 62px;
	height: 5px;
	background-color: #c0ea6a;
	background-color: var(--green, #c0ea6a);
	margin: 16px auto 8px;
}

/* Events - Ends */

/* Shop */

.shop {
	margin-top: 100px;
}

.shop > .title {
	font-weight: bold;
	font-size: 3.125em;
	text-align: center;
}

.shop > .subtitle {
	margin-top: 25px;
	text-align: center;
	font-size: 1.063em;
}

.shop .categories {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 45px;
}

.shop .categories a {
	height: 321px;
	flex-basis: 381px;
	display: grid;
	/* 	justify-content: center; */
}

.shop .categories a > * {
	grid-area: 1/1/-1/-1;
}

.shop .categories a .overlay {
	background-color: #000;
	opacity: 0.5;
}

.shop .categories a.first {
	flex-basis: 650px;
	margin-left: 40px;
}

.shop .categories a .title {
	color: #fff;
	font-weight: bold;
	font-size: 1.250em;
	align-self: center;
	justify-self: center;
	z-index: 10;
}

/* Shop - Ends */

/* Testimonials */

.testimonials {
	margin: 100px 0 30px;
}

.testimonials > .title {
	font-weight: bold;
	font-size: 3.125em;
	text-align: center;
}

.testimonials > .subtitle {
	margin-top: 25px;
	text-align: center;
	font-size: 1.063em;
}

.testimonials .testimonials-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 50px;
}

.testimonials .testimonials-list > * {
	flex-basis: 25%;
	height: 273px;
	/* 	display: flex; */
}

.testimonials .testimonials-list .single-testimonial {
	display: grid;
}

.testimonials .testimonials-list .single-testimonial > * {
	grid-area: 1/1/-1/-1;
}

.testimonials .testimonials-list .single-testimonial .overlay {
	background-color: #000;
	opacity: 0.5;
}

.testimonials .testimonials-list .single-testimonial:hover {
	transform: scale(1.02);
}

.testimonials .testimonials-list .single-testimonial{margin: 0 3px;}

.testimonials .testimonials-list .single-testimonial:first-child{margin:0 0 0 3px;}
.testimonials .testimonials-list .single-testimonial:last-child{margin:0 3px 0 0;}

.testimonials .testimonials-list .single-testimonial a {
	width: 100%;
	height: 100%;
	display: flex;
	z-index: 10;
}

.testimonials .testimonials-list .single-testimonial a .title-wrapper {
	align-self: flex-end;
	padding: 0 40px 19px 0;
}

.testimonials .testimonials-list .single-testimonial a .title-wrapper .title {
	color: #fff;
	color: var(--white, #fff);
	font-weight: bold;
	font-size: 1.250em;
}

.testimonials .testimonials-list .single-testimonial a .title-wrapper .date {
	color: #c0ea6a;
	color: var(--green, #c0ea6a);
	font-weight: bold;
	margin-top: 10px;
}
/* Testimonials - Ends */

.ran-slider.fp-slider .swiper-wrapper{
	transition: all 0.3s !important;
}

/* Mobile CSS */

@media (max-width: 1750px) {
	/* 	.myths .myths-slider {
	width: 1200px;
} */

	.myths .myths-slider-wrapper.swiper-container .swiper-slide {
		height: 282px;
	}

	.myths .myths-slider .swiper-button-prev {
		left: -7%;
	}

	.myths .myths-slider .swiper-button-next {
		right: -7%;
	}
}

@media (max-width: 1600px) { 
	.weekly-lesson .inner-content-wrapper .left-content {
		margin-right: -21vw;
	}
}

@media (max-width: 1520px) { 
	.myths .myths-slider {
		/* 		width: 1023px; */
	}
}

@media (max-width: 1300px) {
	.weekly-lesson .inner-content-wrapper {
		flex-direction: column;
		align-items: center;

		display: grid;
		overflow-x: hidden;
	}

	.weekly-lesson .inner-content-wrapper .left-content {
		/* 		display: flex; */
		/* 		padding: 37px 45px 45px; */
		padding: 10px 45px 10px;
		flex-basis: unset;
		/* 		justify-content: space-between; */
		margin: 10px 0 0;
		flex-direction: unset;

		display: grid;
		height: unset;
	}

	.weekly-lesson .inner-content-wrapper .left-content .inner-left-content {
		display: block;
	}

	.weekly-lesson .inner-content-wrapper .left-content > * {
		grid-column: unset;
	}

	.weekly-lesson .inner-content-wrapper .left-content .button {
		width: 170px;
		/* 		justify-self: start; */
		justify-self: center;
		margin: 0;
		text-align: center;
	}

	.events .events-swiper-wrapper.swiper-container .inner-wrapper {
		width: 100% !important;
		flex-direction: column-reverse;
		align-items: center;
	}

	.events .events-swiper-wrapper.swiper-container .inner-wrapper > .content-wrapper {
		width: 600px;
		margin-top: 30px;
	}
}

@media (max-width: 1215px) {
	.categories-list ul.container {
		width: 90%;
		grid-template-columns: repeat(2, 1fr);
	}

	.myths .myths-slider {
		/* 		width: 80%; */
	}

	.shop .categories {
		width: 90%;
		margin: 45px auto 0;
	}

	.shop .categories a.first {
		flex-basis: 623px;
		margin: 0 0 25px 20px;
	}
}

@media (max-width: 1023px) {
	/*header {
	display: none;
}*/

	.weekly-lesson .title-text-wrapper {
		width: 90%;
	}

	.weekly-lesson .inner-content-wrapper .left-content .inner-left-content .title,
	.lectures .main-title,
	.myths > .title,
	.events > .title,
	.shop > .title,
	.testimonials > .title {
		font-size: 1.85rem;
	}

	.main-slider-container.swiper-container .swiper-slide .button-1 a,
	.main-slider-container.swiper-container .swiper-slide .button-2 a,
	.weekly-lesson .inner-content-wrapper .left-content .inner-left-content .subtitle,
	.lectures .subtitle,
	.myths > .subtitle,
	.events > .subtitle,
	.shop > .subtitle,
	.testimonials > .subtitle {
		font-size: 1rem;
	}

	.categories-list ul li a .name {
		font-size: 1.1rem;
	}
	/*
	.myths {
	height: 66vh;
}

	.myths .myths-slider {
	width: 410px;
}

	.myths .myths-slider-wrapper.swiper-container {
	height: 285px;
}

	.myths .myths-slider-wrapper.swiper-container .swiper-slide {
	height: 100%;
}

	.myths .myths-slider-wrapper.swiper-container .swiper-slide-active {
	transform: scale(1);
}

	.myths .myths-slider .swiper-button-prev {
	left: -17%;
}

	.myths .myths-slider .swiper-button-next {
	right: -17%;
}
	*/
	.shop .categories {
		flex-wrap: wrap;
	}

	.shop .categories a.first {
		margin-left: 0;
	}

	.testimonials .testimonials-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 900px) {
	.events .events-swiper-wrapper.swiper-container .inner-wrapper .image-wrapper {
		flex-direction: column;
		align-items: center;
		width: 100%;
	}

	.events .events-swiper-wrapper.swiper-container .inner-wrapper .image-wrapper .image {
		width: 100%;
	}

	.events .events-swiper-wrapper.swiper-container .inner-wrapper .image-wrapper .date-wrapper {
		width: 170px;
		margin: 0;
		display: flex;
		align-self: flex-end;
		justify-content: space-between;
		height: auto;
		padding: 22px;
		position: relative;
		top: -40px;
		left: 50px;
	}

	.events .events-swiper-wrapper.swiper-container .inner-wrapper .image-wrapper .date-wrapper .line {
		width: 5px;
		height: auto;
		margin: 0;
	}

	.events .events-swiper-wrapper.swiper-container .inner-wrapper > .content-wrapper {
		width: auto;
	}

	.events .events-swiper-wrapper.swiper-container .swiper-slide .controls-wrapper {
		flex-direction: column-reverse;
	}

	.events .events-swiper-wrapper.swiper-container .swiper-slide .controls-wrapper .controls {
		height: 51px;
		margin-top: 30px;
		align-self: center;
	}

	.events .events-swiper-wrapper.swiper-container .swiper-slide .controls-wrapper a.button {
		align-self: flex-start;
	}

	.categories-list {
		margin: 70px 0 0;
	}

	.lectures {
		margin-top: 90px;
	}
}

@media (max-width: 800px) {
	.myths {
		height: unset;
		padding-bottom: 15px;
		    margin-top: 30px;
	}
	
	.events,
	.shop,
	.testimonials,
	.weekly-lesson,
	.weekly-lesson .inner-content-wrapper{
		margin-top: 30px;
	}

	.myths .myths-slider #buttons {
		/*width: 100%;
		padding: 0 15px;
		align-self: end;*/

		display: none;
	}
}

@media (max-width: 600px) {
	.main-slider-container.swiper-container .swiper-slide .buttons-wrapper {
		flex-direction: column;
		align-items: center;
	}

	.main-slider-container.swiper-container .swiper-slide .button-2 {
		margin: 20px 0 0;
	}

	.weekly-lesson .main-title {
		font-size: 1.250rem;
	}

	.weekly-lesson .main-text {
		font-size: 1rem;
		margin-top: 5px;
	}

	.categories-list ul.container {
		grid-template-columns: 1fr;
	}

	.testimonials .testimonials-list {
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}

	.myths #carousel .cloud9-item {
		height: 300px;
	}

	.myths #carousel .cloud9-item a .play-button {
		width: 51px;
	}

	.testimonials .testimonials-list .single-testimonial:first-child,
	.testimonials .testimonials-list .single-testimonial:last-child,
	.testimonials .testimonials-list .single-testimonial {
		margin: 0;
	}

}

@media (max-width: 550px) {
	.myths #carousel .cloud9-item {
		width: 100%;
	}

	.weekly-lesson .inner-content-wrapper .left-content {
		grid-gap: 20px;
		justify-content: center;
	}

	.weekly-lesson .inner-content-wrapper .left-content > * {
		grid-row: unset;
	}
}

@media (max-width: 500px) {
	.weekly-lesson .inner-content-wrapper .right-content a img.play-button {
		width: 51px;
	}
}

@media (max-width: 450px) {
	.weekly-lesson .inner-content-wrapper .left-content {
		padding: 10px 15px;
	}

	.myths #carousel .cloud9-item a .title {
		font-size: 1.7rem;
	}

	.myths #carousel .cloud9-item a .subtitle {
		font-size: 0.9rem;
	}
}