.main.dosage-guide {
	padding-left: 0;
}

.dosage-guide-breadcrumb .breadcrumb {
	margin: 0 0 6.3rem;
}

.dosage-guide-breadcrumb .breadcrumb .breadcrumb__item {
	line-height: 1;
	margin-bottom: 0;
}

/* Hero START */
.info-section.dosage-guide-hero {
	height: 61.3rem;

	background-color: #ECF3EA;

	padding-bottom: 4.3rem;
	margin-bottom: 7.4rem;
	padding-top: 2.3rem;
}

.dosage-guide-hero__title {
	margin-bottom: 5.1rem;
}

.dosage-guide-hero__text {
	font-family: 'Inter', sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.01em;

	margin-bottom: 0;
}

.dosage-guide-hero__text span {
	font-weight: 600;
}

.dosage-guide-hero__text:first-of-type {
	max-width: 41.3rem;
	width: 100%;

	margin-bottom: 3.2rem;
}

.dosage-guide-hero__text:nth-of-type(2) {
	max-width: 39.9rem;
	width: 100%;

	margin-bottom: 4rem;
}

.dosage-guide-hero__quote {
	max-width: 42rem;
	width: 100%;

	font-family: 'Inter', sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.01em;

	border-left: 3px solid #579746;

	padding-left: 2.1rem;
}

.dosage-guide-hero__quote.dosage-guide-hero__quote--mobile {
	display: none;
}

.dosage-guide-hero__image::before {
	position: absolute;
	content: '';

	z-index: 2;

	width: 14.75rem;
  height: 14.75rem;

  background: url(../../img/icons/circle.svg) 0 0 no-repeat;
  background-size: contain;

	left: -4.5rem;
	bottom: -5rem;
}

.dosage-guide-hero__image::after {
	position: absolute;
	content: '';

	width: 12.1rem;
	height: 12.9rem;

	background: url(../../img/custom-img/icons/dosage-guide-hero-image-decor.svg) 0 0 no-repeat;
  background-size: contain;

	top: -6.5rem;
	right: 4.7rem;
}
/* Hero END */


/* Cheet-sheat START */
.dosage-guide-cheat-sheet {
	margin-bottom: 4.6rem;
}

.dosage-guide-cheat-sheet__title {
	color: #191919;
	font-weight: 500;
	font-size: 2.8rem;
	text-align: center;

	margin-bottom: 3.4rem;
}

.dosage-guide-cheat-sheet-features {
	position: relative;

	display: flex;
	justify-content: center;
	align-items: flex-end;

	height: 52.6rem;

	border-radius: 2rem;
	background: url("../../img/custom-img/dosage-guide/dosage-guide-cheat-sheet-bg.jpg") no-repeat center/cover;

	padding-bottom: 2.4rem;
	margin-bottom: 6.8rem;
    border-radius: 2rem;
    overflow: hidden;
}

.dosage-guide-cheat-sheet-features__list {
	display: flex;
	column-gap: 10.1rem;
}

.dosage-guide-cheat-sheet-features__actions {
	display: none;
}

.dosage-guide-cheat-sheet-features__item {
	width: 29.3rem;
	height: 13.6rem;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	text-align: center;

	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.dosage-guide-cheat-sheet-features__item:first-child {
	background-image: url("../../img/custom-img/dosage-guide/dosage-guide-cheat-sheet-features-oil.png");
}

.dosage-guide-cheat-sheet-features__item:nth-child(2) {
	background-image: url("../../img/custom-img/dosage-guide/dosage-guide-cheat-sheet-features-capsules.png");
}

.dosage-guide-cheat-sheet-features__item:last-child {
	background-image: url("../../img/custom-img/dosage-guide/dosage-guide-cheat-sheet-features-emulsion.png");
} 

.dosage-guide-cheat-sheet-features__title {
	font-size: 1.6rem;
	line-height: 1;
	font-weight: 600;
	letter-spacing: -0.01em;

	margin-bottom: 2.1rem;
}

.dosage-guide-cheat-sheet-features__text {
	font-family: 'Inter', sans-serif;
	color: #2a2a2a;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -0.01em;

	margin-bottom: 0;
}

.dosage-guide-cheat-sheet-features__text.dosage-guide-cheat-sheet-features__text--mobile {
	display: none;
}

.dosage-guide-cheat-sheet-features__item:first-child .dosage-guide-cheat-sheet-features__text {
	max-width: 25rem;
}

.dosage-guide-cheat-sheet-features__item:nth-child(2) .dosage-guide-cheat-sheet-features__text {
	max-width: 25rem;
}

.dosage-guide-cheat-sheet-features-popup {
	display: none;
}

.dosage-guide-cheat-sheet-features-popup.show {
	display: flex;
}

.dosage-guide-cheat-sheet-features-popup__close {
	display: none;
}

.dosage-guide-cheat-sheet__list {
	display: flex;
	justify-content: space-between;
	column-gap: 2rem;
}

.dosage-guide-cheat-sheet__item {
	width: 40rem;

	display: flex;
	flex-direction: column;

	text-align: center;
}

.dosage-guide-cheat-sheet__item-title {
	position: relative;

	font-size: 1.8rem;
	font-weight: 600;

	margin-bottom: 2.3rem;
}

.dosage-guide-cheat-sheet__item-title::after {
	position: absolute;
	content: '';

	top: 4rem;
	left: 4.5rem;
	
	width: 31rem;
	height: 2rem;

	background: url("../../img/custom-img/dosage-guide/dosage-guide-line.png") no-repeat center/contain;
}

.dosage-guide-cheat-sheet__item-subtitle {
	color: #3F892C;
	font-size: 1.4rem;
	font-weight: 600;

	margin-bottom: 27.1rem;
}

.dosage-guide-cheat-sheet__item-text__wrapper {
	position: relative;

	width: 100%;
	height: 14rem;

	display: flex;
	align-items: flex-end;
	justify-content: center;

	border-radius: 1.5rem;
	background-color: #ECF3EA;

	margin-bottom: 3.5rem;
}

.dosage-guide-cheat-sheet__item-image {
	position: absolute;
	bottom: 7.7rem;
	left: 17%;
}

.dosage-guide-cheat-sheet__item:nth-child(2) .dosage-guide-cheat-sheet__item-image {
    left: 9%;
}

.dosage-guide-cheat-sheet__item:last-child .dosage-guide-cheat-sheet__item-image {
	left: 6.3rem;
}

.dosage-guide-cheat-sheet__item-text {
	max-width: 29.1rem;
	width: 100%;

	font-family: 'Inter', sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.01em;
}

.dosage-guide-cheat-sheet__item:nth-child(2) .dosage-guide-cheat-sheet__item-text {
	max-width: 22.9rem;
}

.dosage-guide-cheat-sheet__item:last-child .dosage-guide-cheat-sheet__item-text {
	max-width: 37.9rem;
}

.dosage-guide-cheat-sheet-advantages {
	margin-bottom: 7rem;
}

.dosage-guide-cheat-sheet-advantages__title {
	color: #3F892C;
	font-size: 1.8rem;
	font-weight: 500;

	margin-bottom: 3.4rem;
}

.dosage-guide-cheat-sheet-advantages__item {
	max-width: 38.7rem;
	width: 100%;

	font-family: 'Inter', sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: left;
	line-height: 140%;
	line-height: 1.5;
	letter-spacing: -0.01em;
}

.dosage-guide-cheat-sheet-advantages__item span {
	font-weight: 600;
}

.dosage-guide-cheat-sheet-advantages__item:not(:last-child) {
	margin-bottom: 2.7rem;
}

.dosage-guide-cheat-sheet__link {
	width: 100%;
	height: 5rem;

	display: flex;
	align-items: center;
	justify-content: center;

	border-radius: 20rem;
	background-color: #ECF3EA;

	color: #3F892C;
	font-size: 2rem;
	font-weight: 500;

	margin-top: auto;

	border: none;
	outline: none;
}

.dosage-guide-cheat-sheet__item.dosage-guide-cheat-sheet__item--mobile {
	display: none;
}
/* Cheet-sheat END */


/* Steps START */
.dosage-guide-steps {
	margin-bottom: 4.5rem;
}

.dosage-guide-steps__subtitle {
	display: block;

	color: #3F892C;
	font-weight: 400;
	font-size: 2.4rem;
	text-align: center;

	margin: 0 auto 1.5rem;
}

.dosage-guide-steps__title {
	font-size: 2.6rem;
	font-weight: 600;
	text-align: center;

	margin-bottom: 5.2rem;
}

.dosage-guide-steps__list {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.dosage-guide-steps__item {
	height: 16.9rem;

	display: flex;
	align-items: center;
	justify-content: center;

	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.dosage-guide-steps__item:first-child {
	width: 81.9rem;

	background-image: url("../../img/custom-img/dosage-guide/dosage-guide-steps-1.png");
}

.dosage-guide-steps__item:nth-child(2) {
	width: 70.4rem;
	
	background-image: url("../../img/custom-img/dosage-guide/dosage-guide-steps-2.png");
}

.dosage-guide-steps__item:last-child {
	width: 58.8rem;

	background-image: url("../../img/custom-img/dosage-guide/dosage-guide-steps-3.png");
}

.dosage-guide-steps__text {
	font-family: 'Inter', sans-serif;
	font-size: 2rem;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.01em;
	text-align: center;
}

.dosage-guide-steps__item:first-child .dosage-guide-steps__text {
	max-width: 53.6rem;
	width: 100%;
}

.dosage-guide-steps__item:nth-child(2) .dosage-guide-steps__text {
	max-width: 56.5rem;
	width: 100%;
}

.dosage-guide-steps__item:last-child .dosage-guide-steps__text {
	max-width: 40.4rem;
	width: 100%;
}

.dosage-guide-steps__item:not(:last-child) {
	margin-bottom: 2.4rem;
}
/* Steps END */


/* Calculator-dosage START */
.custom-article-dosage.dosage-guide-calculator-dosage {
	margin-bottom: 4.7rem;
}

.dosage-guide-calculator-dosage__wrapper {
	height: 45rem;

	border-radius: 2rem;
	background: url("../../img/custom-img/custom-article/custom-article-calculate-dosage.jpg") no-repeat right center/cover;

	padding: 6.3rem 8rem 7.4rem 8rem;
}
/* Calculator-dosage END */


/* Adaptiv */

@media (min-width: 992px) {
  .dosage-guide-cheat-sheet-features__list {
    column-gap: 1.1rem;
  }
}

@media (min-width: 1200px) {
  .dosage-guide-cheat-sheet-features__list {
    column-gap: 6.1rem;
  }

}

@media (max-width: 1200px) {
    .dosage-guide-cheat-sheet__item-title::after {
        left: -1.5rem;
    }
    .dosage-guide-cheat-sheet__item:nth-child(2) .dosage-guide-cheat-sheet__item-image {
        left: -4%;
    }
    .dosage-guide-cheat-sheet__item:nth-child(3) .dosage-guide-cheat-sheet__item-image {
        left: 1%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.info-section.dosage-guide-hero {
		height: 41rem;

		padding-top: 3.6rem;
		margin-bottom: 10rem;
	}

	.dosage-guide-breadcrumb .breadcrumb {
		margin: 0 0 2.5rem;
	}

	.info-section__title.dosage-guide-hero__title {
		font-size: 2.4rem;
		font-weight: 400;

		margin-bottom: 3.3rem;
	}

	.info-section__image.dosage-guide-hero__image {
		max-width: 35.2rem;
		height: 35.2rem;
	}

	.dosage-guide-hero__image::before {
		width: 9rem;
		height: 9rem;

		left: -4.5rem;
    bottom: -1.5rem;
	}

	.dosage-guide-hero__image::after {
		width: 9.2rem;
		height: 9.3rem;

		top: -5.5rem;
    right: 2.7rem;
	}

	.dosage-guide-hero__text:first-of-type {
		max-width: 34.4rem;

		margin-bottom: 3rem;
	}

	.dosage-guide-hero__text:nth-of-type(2) {
		max-width: 32.4rem;
	}

	.dosage-guide-hero__quote {
		margin-bottom: 4rem;
	}

	.dosage-guide-cheat-sheet-features {
		height: 30.6rem;

		padding-bottom: 0;
		margin-bottom: 9.8rem;
	}

	.dosage-guide-cheat-sheet-features__item {
		width: 21.6rem;
		height: 11.2rem;

		justify-content: flex-end;
	}

	.dosage-guide-cheat-sheet-features__item:first-child {
		padding-bottom: 1.3rem;
	}

	.dosage-guide-cheat-sheet-features__item:nth-child(2) {
		padding-bottom: 2.5rem;
	}

	.dosage-guide-cheat-sheet-features__item:last-child {
		padding-bottom: 1.6rem;
	}

	.dosage-guide-cheat-sheet-features__title {
		font-size: 1.4rem;

		margin-bottom: 1.6rem;
	}

	.dosage-guide-cheat-sheet-features__item:nth-child(2) .dosage-guide-cheat-sheet-features__title {
		margin-bottom: 1.3rem;
	}

	.dosage-guide-cheat-sheet-features__item:last-child .dosage-guide-cheat-sheet-features__title {
		margin-bottom: 1.1rem;
	}

	.dosage-guide-cheat-sheet-features__text {
		font-size: 1.2rem;
	}

	.dosage-guide-cheat-sheet-features__item:first-child .dosage-guide-cheat-sheet-features__text {
		max-width: 18rem;
		width: 100%;
	}

	.dosage-guide-cheat-sheet-features__item:last-child .dosage-guide-cheat-sheet-features__text {
		display: none;
	}

	.dosage-guide-cheat-sheet-features__item:last-child .dosage-guide-cheat-sheet-features__text.dosage-guide-cheat-sheet-features__text--mobile {
		display: block;
	}

	.dosage-guide-cheat-sheet-features__list {
		column-gap: 1.6rem;

		margin-bottom: -4.3rem;
		padding-inline: 2rem;
	}

	.dosage-guide-cheat-sheet__title {
		font-size: 2.4rem;
		font-weight: 400;

		margin-bottom: 2.4rem;
	}

	.dosage-guide-cheat-sheet-features__item:first-child {
		background-image: url("../../img/custom-img/dosage-guide/dosage-guide-cheat-sheet-features-oil-mobile.png");
	}

	.dosage-guide-cheat-sheet-features__item:nth-child(2) {
		background-image: url("../../img/custom-img/dosage-guide/dosage-guide-cheat-sheet-features-capsules-mobile.png");
	}

	.dosage-guide-cheat-sheet-features__item:last-child {
		background-image: url("../../img/custom-img/dosage-guide/dosage-guide-cheat-sheet-features-emulsion-mobile.png");
	}

	.dosage-guide-cheat-sheet-advantages__title {
		margin-bottom: 3.6rem;
	}

	.dosage-guide-cheat-sheet__item-top {
		width: 100%;

		text-align: left;

		margin-left: auto;
		margin-bottom: 3.8rem;
	}

	.dosage-guide-cheat-sheet__item.dosage-guide-cheat-sheet__item--mobile:nth-child(4) .dosage-guide-cheat-sheet__item-top {
		max-width: 29.1rem;

		margin-right: 14.5rem;
	}

	.dosage-guide-cheat-sheet__item.dosage-guide-cheat-sheet__item--mobile:nth-child(5) .dosage-guide-cheat-sheet__item-top {
		max-width: 23rem;

		margin-right: 20.5rem;
	}

	.dosage-guide-cheat-sheet__item.dosage-guide-cheat-sheet__item--mobile:last-child .dosage-guide-cheat-sheet__item-top {
		max-width: 33.5rem;

		margin-right: 9.9rem;
	}

	.dosage-guide-cheat-sheet__item.dosage-guide-cheat-sheet__item--mobile:nth-child(4) .dosage-guide-cheat-sheet__item-text__wrapper .dosage-guide-cheat-sheet__item-image {
		width: 16.4rem;
		height: 21.8rem;

		bottom: 0;
		top: -15rem;
		left: 4.3rem;
	}

	.dosage-guide-cheat-sheet__item.dosage-guide-cheat-sheet__item--mobile:nth-child(5) .dosage-guide-cheat-sheet__item-text__wrapper .dosage-guide-cheat-sheet__item-image {
		width: 24rem;
		height: 24rem;

		bottom: 0;
		top: -16rem;
    left: 1.3rem;
	}

	.dosage-guide-cheat-sheet__item.dosage-guide-cheat-sheet__item--mobile:last-child .dosage-guide-cheat-sheet__item-text__wrapper .dosage-guide-cheat-sheet__item-image {
		width: 22.2rem;
		height: 22.2rem;

		bottom: 0;
		top: -15rem;
		left: 3.3rem;
	}

	.dosage-guide-steps__item:first-child {
		width: 72rem;
    background-image: url(../../img/custom-img/dosage-guide/dosage-guide-steps-1-table.png);
	}

	.dosage-guide-steps__item:nth-child(2) {
		width: 60rem;
		background-image: url(../../img/custom-img/dosage-guide/dosage-guide-steps-2-table.png);
	}

	.dosage-guide-steps__item:last-child {
		width: 58.8rem;
		background-image: url(../../img/custom-img/dosage-guide/dosage-guide-steps-3-table.png);
	}

	.dosage-guide-steps__text {
		font-size: 1.8rem;
	}

	.dosage-guide-steps__item:nth-child(2) .dosage-guide-steps__text {
		max-width: 49.4rem;
	}

	.dosage-guide-calculator-dosage__wrapper {
		height: 26rem;

		padding: 3.7rem 4rem 3.3rem 4rem; 
	}

	.custom-article-dosage__title {
		font-size: 2rem;
	}

	.custom-article-dosage__text {
		max-width: 30rem;
		font-size: 1.8rem;

		margin-bottom: 5.3rem;
	}

	.dosage-guide-cheat-sheet__item-title {
		font-size: 2.4rem;
	}

	.dosage-guide-calculator-dosage__text {
		max-width: 39rem;
		
		font-size: 1.6rem;
	}
}

@media only screen and (min-width: 360px) and (max-width: 991px) {
	.dosage-guide-hero__text {
		font-size: 1.4rem;
	}
	
	.dosage-guide-hero__quote {
		display: none;
	}

	.dosage-guide-hero__quote.dosage-guide-hero__quote--mobile {
		display: block;
	}

	.dosage-guide-cheat-sheet__item {
		display: none;
		width: 100%;
	}

	.dosage-guide-cheat-sheet__item.dosage-guide-cheat-sheet__item--mobile {
		position: relative;
		display: flex;

		padding-top: 3.2rem;
	}

	.dosage-guide-cheat-sheet__list {
    order: -1;

		flex-direction: column;
	}

	.dosage-guide-cheat-sheet__item-text__wrapper {
		display: block;

		width: 100%;
		height: auto;

		padding: 3.6rem 2.2rem 2.5rem 2.8rem;
		margin-bottom: 4rem;
	}

	.dosage-guide-cheat-sheet-advantages__item {
		max-width: 100%;
	}

	.dosage-guide-cheat-sheet__item-title::after {
		display: none;
	}

	.dosage-guide-steps__item {
		height: 13rem;
	}

	.dosage-guide-steps__subtitle {
		font-size: 2rem;
		font-weight: 400;
	}

	.dosage-guide-steps__title {
		font-size: 2.4rem;
		font-weight: 400;

		margin-bottom: 3.1rem;
	}
    
  .dosage-guide-cheat-sheet-features {
    order: 0;
  }

	.dosage-guide-cheat-sheet .container {
		display: flex;
		flex-direction: column;
	}

	.custom-article-dosage.dosage-guide-calculator-dosage {
		display: block;
	}

	.custom-article-dosage__title {
		margin-bottom: 1.5rem;
	}

	.custom-article-dosage__link {
		font-weight: 500;
	}

	.dosage-guide-cheat-sheet__item-title {
		font-weight: 500;

		margin-bottom: 0.3rem;
	}

	.dosage-guide-cheat-sheet__item-subtitle {
		margin-bottom: 2rem;
	}

	.dosage-guide-cheat-sheet__item-text {
		margin-bottom: 0;
	}

	.dosage-guide-cheat-sheet__item.dosage-guide-cheat-sheet__item--mobile::before {
		position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 2rem;
    background: url(../../img/custom-img/dosage-guide/dosage-guide-line-table.png) no-repeat center / contain;
	}

	.dosage-guide-cheat-sheet-advantages__item:not(:last-child) {
		margin-bottom: 0.7rem;
	}

	.dosage-guide-hero__text:first-of-type span {
		font-weight: 500;
	}
}

@media only screen and (min-width: 360px) and (max-width: 767px) {
	.dosage-guide-breadcrumb .breadcrumb {
		margin: 1.6rem 0px 2.4rem;
	}
	.info-section.dosage-guide-hero {
		height: auto;

		background-color: #F6F6F6;

		padding-top: 2.3rem;
		margin-bottom: 2.7rem;
		padding-bottom: 3.5rem;
	}

	.info-section__title.dosage-guide-hero__title {
		max-width: 24.3rem;
		width: 100%;

		font-size: 2rem;

		margin: 0 auto 4rem;
	}

	.info-section__image.dosage-guide-hero__image {
		max-width: none;
		width: 100%;
		height: auto;

		margin: 0 auto 4.1rem;
	}

	.info-section__image.dosage-guide-hero__image::before {
		width: 6.5rem;
		height: 6rem;

		left: 1.5rem;
    bottom: 2rem;
	}

	.info-section__image.dosage-guide-hero__image::after {
		width: 6.5rem;
		height: 6.5rem;

		top: -3.5rem;
    right: 1.7rem;
	}

	.dosage-guide-hero__wrapper {
		flex-direction: column-reverse;
	}

	.dosage-guide-hero__quote.dosage-guide-hero__quote--mobile {
		max-width: 33rem;

		margin-bottom: 6rem;
		padding-left: 1.7rem;
	}

	.dosage-guide-hero__text:first-of-type {
		max-width: 100%;

		text-align: left;

		margin-bottom: 1.9rem;
	}

	.dosage-guide-hero__text:nth-of-type(2) {
		max-width: 100%;

		text-align: left;

		margin-bottom: 0;
	}

	.dosage-guide-cheat-sheet__title {
		font-size: 2rem;

		margin-bottom: 1.2rem;
	}

	.dosage-guide-cheat-sheet-features {
		height: 15.8rem;

		padding-bottom: 1.3rem;
		margin-bottom: 0;
	}

	.dosage-guide-cheat-sheet__title {
		max-width: 20.9rem;
		width: 100%;

		margin: 0 auto 1.2rem;
	}

	.dosage-guide-cheat-sheet-features__list {
		display: none;
	}

	.dosage-guide-cheat-sheet-features__actions {
		display: flex;
		align-items: center;
		column-gap: 8.2rem;
	}

	.dosage-guide-cheat-sheet-features__button {
		width: 3.4rem;
		height: 3.4rem;

		display: flex;
		align-items: center;
		justify-content: center;

		border-radius: 100%;
		background-color: #fff;

		font-size: 3.5rem;

		border: none;
		outline: none;
	}

	.dosage-guide-cheat-sheet-features-popup {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 98;

		display: none;
		flex-direction: column;
		align-items: center;
		justify-content: center;

		width: 23rem;
		height: 11rem;

		border-radius: 1.5rem;
		background-color: #fff;

		text-align: center;
	}

	.dosage-guide-cheat-sheet-features-popup:first-child .dosage-guide-cheat-sheet-features__text {
		max-width: 19rem;
	}

	.dosage-guide-cheat-sheet-features-popup .dosage-guide-cheat-sheet-features__text {
		font-size: 1.2rem;
	}

	.dosage-guide-cheat-sheet-features-popup .dosage-guide-cheat-sheet-features__title {
		margin-bottom: 1.2rem;
	}

	.dosage-guide-cheat-sheet-features-popup__close {
		display: flex;
		align-items: center;
		justify-content: center;

		position: absolute;
		top: 0.8rem;
		right: 0.8rem;

		width: 2rem;
		height: 2rem;

		background: none;
		border: none;473
		outline: none;
		cursor: pointer;

		font-size: 1.2rem;
		color: #2a2a2a;
		line-height: 1;
	}

	.custom-article-dosage__title {
		font-size: 1.6rem;
	}

	.custom-article-dosage__text {
		max-width: 20.8rem;

		font-size: 1.2rem;

		margin-bottom: 4.5rem;
	}

	.dosage-guide-calculator-dosage__wrapper {
		height: 23rem;

		padding: 2.3rem 2rem 2.1rem 2rem;
	}

	.custom-article-dosage__link {
		width: 19rem;
		height: 4.2rem;
		
		font-size: 1.4rem;
	}

	.dosage-guide-steps__text {
		font-size: 1.4rem;
	}

	.dosage-guide-steps__item:first-child {
		width: 34.5rem;
		background-image: url(../../img/custom-img/dosage-guide/dosage-guide-steps-1-mobile.png);
	}

	.dosage-guide-steps__item:nth-child(2) {
		width: 34.5rem;
		background-image: url(../../img/custom-img/dosage-guide/dosage-guide-steps-2-mobile.png);
	}

	.dosage-guide-steps__item:last-child {
		width: 34.5rem;
		background-image: url(../../img/custom-img/dosage-guide/dosage-guide-steps-3-mobile.png);
	}

	.dosage-guide-steps__item:nth-child(2) .dosage-guide-steps__text,
	.dosage-guide-steps__item:last-child .dosage-guide-steps__text {
		max-width: 29rem;
	}

	.dosage-guide-steps__title {
		font-size: 2rem;
		text-align: centerf;

		margin-bottom: 2.8rem;
	}

	.dosage-guide-steps__subtitle {
		font-size: 1.6rem;
		text-align: center;

		margin-bottom: 0.9rem;
	}

	.dosage-guide-cheat-sheet {
		margin-bottom: 2rem;
	}

	.dosage-guide-cheat-sheet-advantages__title {
		margin-bottom: 1.9rem;
	}

	.dosage-guide-cheat-sheet__item.dosage-guide-cheat-sheet__item--mobile:nth-child(4) .dosage-guide-cheat-sheet__item-text__wrapper .dosage-guide-cheat-sheet__item-image {
		width: 14.1rem;
		height: 18.7rem;

		bottom: 0;
		top: -13rem;
    left: 1.3rem;
	}

	.dosage-guide-cheat-sheet__item.dosage-guide-cheat-sheet__item--mobile:nth-child(5) .dosage-guide-cheat-sheet__item-text__wrapper .dosage-guide-cheat-sheet__item-image {
		width: 16.9rem;
		height: 16.9rem;

		bottom: 0;
		top: -12rem;
    left: -0.7rem;
	}

	.dosage-guide-cheat-sheet__item.dosage-guide-cheat-sheet__item--mobile:last-child .dosage-guide-cheat-sheet__item-text__wrapper .dosage-guide-cheat-sheet__item-image {
		width: 17rem;
		height: 17rem;

    bottom: 0;
		top: -12rem;
		left: 1.3rem;
	}

	.dosage-guide-cheat-sheet__item.dosage-guide-cheat-sheet__item--mobile {
		padding-top: 0;
	}

	.dosage-guide-cheat-sheet__item.dosage-guide-cheat-sheet__item--mobile:nth-child(4) .dosage-guide-cheat-sheet__item-text__wrapper {
		padding: 6.9rem 1.7rem 2.1rem 2.1rem;
	}

	.dosage-guide-cheat-sheet__item.dosage-guide-cheat-sheet__item--mobile:nth-child(5) .dosage-guide-cheat-sheet__item-text__wrapper {
		padding: 5.8rem 1.7rem 2.1rem 2.1rem;
	}

	.dosage-guide-cheat-sheet__item.dosage-guide-cheat-sheet__item--mobile:last-child .dosage-guide-cheat-sheet__item-text__wrapper {
		padding: 5rem 1.7rem 2.1rem 2.1rem;
	}

	.dosage-guide-cheat-sheet__item-title {
		font-size: 2rem;

		margin-bottom: 1.6rem;
	}

	.dosage-guide-cheat-sheet__item.dosage-guide-cheat-sheet__item--mobile::before {
  	top: 2.9rem;
  	background: url(../../img/custom-img/dosage-guide/dosage-guide-line-table.png) no-repeat center / contain;
  }

	.dosage-guide-cheat-sheet__item-subtitle {
		margin-bottom: 2.8rem;
	}

	.dosage-guide-cheat-sheet__item-text {
		text-align: left;
		margin-left: auto;
	}

	.dosage-guide-cheat-sheet__item.dosage-guide-cheat-sheet__item--mobile:nth-child(4) .dosage-guide-cheat-sheet__item-top .dosage-guide-cheat-sheet__item-text {
		max-width: 16.8rem;

		margin-bottom: 2.8rem;
	}

	.dosage-guide-cheat-sheet__item.dosage-guide-cheat-sheet__item--mobile:nth-child(5) .dosage-guide-cheat-sheet__item-top .dosage-guide-cheat-sheet__item-text {
		max-width: 14.6rem;

		margin-bottom: 2rem;
		margin-right: 1.8rem;
	}

	.dosage-guide-cheat-sheet__item.dosage-guide-cheat-sheet__item--mobile:last-child .dosage-guide-cheat-sheet__item-top .dosage-guide-cheat-sheet__item-text {
		max-width: 17rem;

		margin-bottom: 1.5rem;
	}
}