.article__wrap p + p {
    margin-top: 0px;
}

.article__wrap .white-text {
	color: #FFFFFF;
}

.article__wrap p {
	font-family: "RotonReg", Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.article__wrap h1,
.article__wrap h2,
.article__wrap h3,
.article__wrap h4 {
	font-family: "RotonBol", Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.article__wrap .x-small {
    font-family: "RotonReg", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
}

.article-wrapper {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.article-section {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.article-section__image {
    position: relative;
    width: 100%;
    height: fit-content;
    flex-shrink: 0;
}

.article__wrap .article-section__title {
    position: relative;
    width: fit-content;
    height: fit-content;

    font-size: 28px;
    line-height: 120%;
    color: #7B54AF;
    margin: 0;
}

.article-section__factor {
    position: relative;
    width: 100%;
    height: fit-content;

    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
}

.article-section__factor-icon {
    position: relative;
    width: 145px;
    height: auto;
    flex-shrink: 0;
}

.article-section__header {
	position: relative;
	width: 100%;
	height: fit-content;
	min-height: 182px;

	display: flex;
	align-items: center;
	padding: 24px;
	padding-right: 300px;
	border-radius: 16px;

	background: linear-gradient(12.34deg, rgba(255, 255, 255, 0.3) 32.38%, rgba(217, 199, 239, 0.3) 61.02%, rgba(124, 63, 201, 0.3) 109.89%, rgba(124, 63, 201, 0.3) 111.47%), url('/static/f/med_article/258/header-background.png') no-repeat;
    background-size: auto, 100% auto;
    background-position: center, 100% calc(50% - 0px);
    background-color: #D9C7EF;
}

.article__wrap .article-section__header-text {
	position: relative;
	max-width: 400px;
	font-size: 20px;
	color: #7B54AF;
}

.purple-block {
    position: relative;
    width: 100%;
    height: fit-content;

    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 20px 50px 40px;

    background: url('/static/f/med_article/258/purple-block-background-shape.png') no-repeat, linear-gradient(178.06deg, #AB85DA 24.38%, #7C3FC9 77.71%, #A377DD 83%, #FFFFFF 99%);
    background-size: 140% auto, auto;
    background-position: calc(50% + -100px) calc(50% - 40px), top;
}

.purple-block__note {
    position: relative;
    width: 100%;
    height: fit-content;

    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;

    padding: 14px 24px;
    border: 2px solid #FFFFFF;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 16px;
}

.purple-block__note--check {
    margin-top: 40px;
    padding: 35px 30px 23px;
}

.purple-block__note-ad {
    position: absolute;
    height: auto;
}

.purple-block__note-ad--1 {
    width: 43px;
    bottom: -12px;
    left: -13px;
}

.purple-block__note-ad--2 {
    width: 136px;
    bottom: -103px;
    right: 30px;
}

.purple-block__note-ad--3 {
    width: 43px;
    top: -14px;
    right: -10px;
}

.article__wrap .purple-block__note-subtitle {
    position: relative;
    color: #FFFFFF;
    width: calc(100% - 181px);
    height: fit-content;
}

.purple-block__note-percent {
    position: relative;
    width: fit-content;
    height: fit-content;

    font-family: "RotonReg", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 77px;
    line-height: 100px;
    color: #9D62CA;

    display: flex;
    align-items: center;
}

.purple-block__note-percent span {
    font-size: 30px;
}

.purple-block__note-checkmark {
    position: absolute;
    width: 67px;
    height: 67px;
    top: -27px;
    left: calc(50% - 33px);
}

.article__wrap .purple-block__title {
    position: relative;

    font-family: "RotonBol", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    margin: 0;
    margin-top: 14px;
    color: #FFFFFF;
}

.article__wrap .purple-block__title--purple {
    color: #7B54AF;
    text-align: center;
    margin-top: 0;
}

.purple-block__image {
    position: relative;
    width: 100%;
    height: auto;
    flex-shrink: 0;
}

.article__wrap .purple-block__image-subtitle {
    position: relative;
    text-align: center;
    color: #FFFFFF;
    margin-top: -22px;
}

.article-section__product-wrapper {
	position: relative;
	width: 100%;
	height: 658px;

	background: url('/static/f/med_article/258/product-background.png') no-repeat;
	background-size: 100% auto;
	background-position: bottom;
}

.article-section__product-image {
	position: absolute;
	width: 379px;
	height: auto;
	top: 63px;
    left: 41px;
	object-fit: contain;
}

.article-section__product-label {
	position: absolute;
	width: fit-content;
	height: fit-content;
	top: 440px;
	left: 125px;

	padding: 8px 34px;
	background: linear-gradient(180deg, #0174C4 0%, #012C88 100%);
	border-radius: 21px 0px 21px 0px;

	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: #FFFFFF;
}

.article-section__product-element {
	position: absolute;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: row;
	align-items: center;
}

.article-section__product-element--1 {
    padding-right: 50px;
    padding-left: 333px;
    align-items: flex-start;
    top: 48px;
}

.article-section__product-element--2 {
    top: 300px;
    padding-left: 340px;
    padding-right: 39px;
}

.article-section__product-element--3 {
    top: 506px;
    padding-left: 80px;
    padding-right: 36px;
}

.article-section__product-bullet {
	position: relative;
	width: 136px;
	height: 136px;
	flex-shrink: 0;
}

.article-section__product-bullet--3 {
	transform: scale(1.21);
}

@media (max-width: 1239px) {

	.article-section__product-wrapper {
		height: 578px;
	}

	.article-section__product-image {
		width: 319px;
    	left: calc(50% - 340px);
	}

	.article-section__product-label {
		top: 370px;
    	left: calc(50% - 279px);
	}

	.article-section__product-element--1 {
		padding: 0;
		width: 430px;
		left: calc(50% - 80px);
	}

	.article-section__product-element--2 {
		padding: 0;
		width: 430px;
		left: calc(50% - 80px);
	}

	.article-section__product-element--3 {
		top: 430px;
	}
}

@media (max-width: 1119px) {

	.article-section__product-wrapper {
        height: 478px;
        background-position: top;
    }

	.article-section__product-image {
        width: 279px;
        left: calc(50% - 270px);
        top: 40px;
    }

	.article-section__product-label {
        top: 315px;
        left: calc(50% - 229px);
        transform: scale(0.8) translate(0px, -10px);
    }

	.article-section__product-element--1 {
        transform: scale(0.8) translate(-20px, 0px);
    }

	.article-section__product-element--2 {
        top: 230px;
        left: calc(50% - 80px);
        transform: scale(0.8) translate(-20px, 0px);
    }

	.article-section__product-element--3 {
        top: 340px;
        transform: scale(0.8) translate(-20px, 0px);
        padding-left: 30px;
        padding-right: 20px;
    }
}

@media (max-width: 992px) {
	.article-section__product-wrapper {
		height: 658px;
		background-position: bottom;
    }

	.article-section__product-image {
		width: 379px;
        top: 63px;
        left: calc(50% - 360px);
    }

	.article-section__product-label {
        top: 440px;
        left: calc(50% - 262px);
        transform: none;
    }

	.article-section__product-element--1 {
		top: 100px;
        left: calc(50% - 70px);
        transform: none;
    }

	.article-section__product-element--2 {
		top: 310px;
        left: calc(50% - 70px);
        transform: none;
    }

	.article-section__product-element--3 {
		width: 100%;
        top: 506px;
		left: 0;
        transform: none;
		padding-left: 80px;
    	padding-right: 36px;
    }
}

@media (max-width: 767px) {
	.article-section__header {
		padding-right: 174px;
	}

    .purple-block {
        padding: 20px 20px 40px;
    }

    .purple-block__note-ad--2 {
        bottom: -113px;
    }

	.article-section__product-wrapper {
        height: 428px;
        background-position: top;
    }

	.article-section__product-image {
        width: 270px;
        top: 43px;
        left: calc(50% - 250px);
    }

	.article-section__product-label {
        top: 293px;
        left: calc(50% - 192px);
        transform: scale(0.6) translate(-30px, 0px);
    }

	.article-section__product-element--1 {
		width: 400px;
        top: 5px;
        left: calc(50% - 80px);
        transform: scale(0.7) translate(-20px, 0px);
    }

	.article-section__product-element--2 {
		width: 390px;
        top: 190px;
        left: calc(50% - 80px);
        transform: scale(0.7) translate(-20px, 0px);
    }

	.article-section__product-element--3 {
        width: 540px;
        top: 308px;
        left: calc(50% - 270px);
        transform: scale(0.7) translate(-20px, 0px);
        padding: 0px;
    }
}

@media (max-width: 600px) {
    .article-section__product-element--2 {
		top: 173px
	}

    .article-section__product-wrapper p {
        font-size: 14px !important;
    }
}

@media (max-width: 559px) {
	.article-section__header {
		padding-right: 24px;
		background: linear-gradient(12.34deg, rgba(255, 255, 255, 0.3) 32.38%, rgba(217, 199, 239, 0.3) 61.02%, rgba(124, 63, 201, 0.3) 109.89%, rgba(124, 63, 201, 0.3) 111.47%);
		background-color: #D9C7EF;
	}

    .purple-block__note {
        flex-direction: column;
    }

    .purple-block__note p {
        text-align: center;
    }

    .purple-block__note-ad--2 {
        width: 100px;
        bottom: -63px;
        right: 10px;
    }

    .article__wrap .purple-block__title {
        font-size: 24px;
    }

    .article__wrap .purple-block__note-subtitle {
        width: calc(100% - 101px);
    }

    .article__wrap .article-section__title {
        font-size: 24px;
    }

	.article-section__product-wrapper {
        height: 344px;
	}

	.article-section__product-image {
        width: 210px;
        top: 16px;
        left: calc(50% - 200px);
    }

	.article-section__product-label {
        top: 210px;
        left: calc(50% - 177px);
        transform: scale(0.5) translate(-30px, 0px);
    }

	.article-section__product-element--1 {
        top: 0px;
        left: calc(50% - 104px);
        transform: scale(0.6) translate(-20px, -10px);
    }

	.article-section__product-element--2 {
        width: 390px;
        top: 136px;
        left: calc(50% - 102px);
        transform: scale(0.6) translate(-20px, 0px);
    }

	.article-section__product-element--3 {
        width: 520px;
        top: 230px;
        left: calc(50% - 270px);
        transform: scale(0.6) translate(-20px, 0px);
    }
}

@media (max-width: 459px) {
    .purple-block__note-ad--2 {
        width: 50px;
        bottom: -23px;
        right: 3px;
    }

    .article__wrap .purple-block__note-subtitle {
        width: 100%;
    }

    .article-section__factor {
        flex-wrap: wrap;
        justify-content: center;
    }

	.article-section__product-wrapper {
        height: 287px;
    }
	
	.article-section__product-image {
        width: 170px;
        left: calc(50% - 180px);
    }

	.article-section__product-label {
        top: 180px;
        left: calc(50% - 177px);
        transform: scale(0.4) translate(-30px, -20px);
    }

	.article-section__product-element--1 {
        left: calc(50% - 124px);
        transform: scale(0.5) translate(-40px, -40px);
    }

	.article-section__product-element--2 {
        top: 86px;
        left: calc(50% - 132px);
        transform: scale(0.5) translate(-20px, 10px);
    }

	.article-section__product-element--3 {
        top: 180px;
        left: calc(50% - 270px);
        transform: scale(0.5) translate(-20px, 0px);
    }
}

@media (max-width: 389px) {
	.article-section__product-wrapper {
        height: 231px;
    }

	.article-section__product-image {
        width: 140px;
        left: calc(50% - 150px);
    }

	.article-section__product-label {
        top: 150px;
        left: calc(50% - 163px);
        transform: scale(0.35) translate(-30px, -20px);
    }

	.article-section__product-element--1 {
        left: calc(50% - 134px);
        transform: scale(0.4) translate(-40px, -40px);
    }

	.article-section__product-element--2 {
        top: 76px;
        left: calc(50% - 133px);
        transform: scale(0.4) translate(-20px, 10px);
    }

	.article-section__product-element--3 {
        top: 132px;
        left: calc(50% - 270px);
        transform: scale(0.4) translate(-20px, 0px);
    }
}