@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
	-webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: "PT Sans", sans-serif;
	color: #212529;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 20px;
	margin: 0;
	line-height: 1.3;
}
@media (max-width: 768px) {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-size: 18px;
	}
}

p {
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
}
@media (max-width: 768px) {
	p {
		font-size: 14px;
	}
}

a,
button {
	text-decoration: none;
	cursor: pointer;
	color: #000;
}

ul {
	padding: 0;
}

img {
	width: 100%;
	max-width: -moz-max-content;
	max-width: max-content;
	height: auto;
}

a:hover {
	filter: brightness(105%);
}

.container {
	max-width: 1250px;
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
}

.flex {
	display: flex;
	flex-direction: column;
}

.flex-center {
	align-items: center;
}

.text-center {
	text-align: center;
}

.text-red {
	color: #db261d;
}

.text-green {
	color: #0c9e11;
}

.main-color {
	color: #a8005b;
}

.strong {
	background-color: #008366;
	color: #fff;
	padding: 0 2px;
	line-height: 1;
	font-weight: 700;
}

.specialButton {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: auto auto 20px;
	padding: 10px 10px 10px 30px;
	border: 1px solid #ff6700;
	border-radius: 29px;
	background: transparent linear-gradient(180deg, #ffed00 0%, #ff7a00 100%) 0%
		0% no-repeat padding-box;
	font-size: 20px;
	font-weight: 700;
	font-family: "PT Sans", sans-serif;
}
.specialButton:hover {
	filter: brightness(120%);
}
.specialButton img {
	width: 34px;
	height: 34px;
}

.specialButton--small {
	font-size: 18px;
	margin: 32px auto 0;
}

.header {
	display: flex;
	flex-direction: column;
	width: 100%;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
	padding-bottom: 23px;
}
.header .header__line {
	background-color: #008366;
	width: 100%;
	text-align: end;
	padding: 13px;
}
.header .header__line p {
	color: #fff;
	font-weight: 400;
}
.header .header__logo {
	align-self: center;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	font-family: "Fira Sans", sans-serif;
	gap: 0 15px;
	margin-top: 30px;
	padding: 0 20px;
}
.header .header__logo .logo__img {
	width: 99px;
	height: 83px;
	grid-row: span 2;
	grid-column: 1;
}
@media (max-width: 768px) {
	.header .header__logo .logo__img {
		width: 71px;
		height: 60px;
	}
}
.header .header__logo .logo__font1 {
	color: #008366;
	font-size: 32px;
	font-weight: 900;
	line-height: 1.3;
	margin-top: auto;
}
@media (max-width: 768px) {
	.header .header__logo .logo__font1 {
		font-size: 24px;
		line-height: 1.1;
	}
}
.header .header__logo .logo__font2 {
	color: #a8005b;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: auto;
	font-size: 20px;
	letter-spacing: -1px;
}
@media (max-width: 768px) {
	.header .header__logo .logo__font2 {
		font-size: 16px;
	}
}

.navigation {
	display: flex;
	margin-top: 20px;
	gap: 40px;
}
@media (max-width: 768px) {
	.navigation {
		display: none;
	}
}
.navigation a {
	font-weight: 700;
}
.navigation a:hover {
	text-decoration: underline;
}

.main {
	display: grid;
	grid-template-columns: 1fr 400px;
	gap: 26px;
	width: 100%;
	margin-top: 60px;
}
@media (max-width: 1120px) {
	.main {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 768px) {
	.main {
		margin-top: 20px;
	}
}
.main .main__box {
	padding: 23px 24px;
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 768px) {
	.main .main__box {
		padding: 0;
		box-shadow: none;
	}
}
.main .main__section {
	display: flex;
	flex-direction: column;
}
.main .main__section .section__topLink {
	color: #5332d4;
}
.main .main__section .section__title {
	margin-top: 26px;
	font-size: 40px;
	font-family: "Roboto";
	line-height: 1.2;
}
@media (max-width: 768px) {
	.main .main__section .section__title {
		font-size: 24px;
	}
}
.main .main__section .section__mainImage {
	position: relative;
	margin: 0 auto 30px;
}
.main .main__section .section__mainImage .mainImage__topText {
	background-color: #008366;
	color: #fff;
	padding: 15px;
	margin-top: 24px;
	font-weight: 500;
}
.main .main__section .section__mainImage img {
	z-index: 2;
}
.main .main__section .section__mainImage .mainImage__bottomText {
	position: absolute;
	max-width: 589px;
	background-color: #fff7b2;
	bottom: -30px;
	right: 30px;
	z-index: 3;
	padding: 16px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
	font-weight: 600;
	font-size: 17px;
	font-style: italic;
	line-height: 1.2;
}
@media (max-width: 768px) {
	.main .main__section .section__mainImage .mainImage__bottomText {
		font-size: 14px;
		padding: 10px;
	}
}
.main .main__section .section__specialText {
	color: #008366;
	margin-top: 68px;
}
@media (max-width: 768px) {
	.main .main__section .section__specialText {
		margin-top: 20px;
	}
}
.main .main__section .paragraphTitle {
	border-left: 10px solid #a8005b;
	padding-left: 7px;
	margin-top: 32px;
	line-height: 1.3;
	font-size: 20px;
}
.main .main__section .paragraph {
	font-family: "PT Sans", sans-serif;
	margin-top: 16px;
	font-size: 16px;
	padding: 0;
}
.main .main__section .articleTitle {
	font-size: 32px;
	text-align: center;
	line-height: 1.2;
	margin-top: 48px;
}
@media (max-width: 768px) {
	.main .main__section .articleTitle {
		font-size: 24px;
		margin-top: 28px;
	}
}
.main .main__section .section__doctor {
	display: flex;
	padding: 8px;
	gap: 8px;
	background-color: #d9c273;
	margin-top: 32px;
}
@media (max-width: 768px) {
	.main .main__section .section__doctor {
		flex-direction: column;
	}
}
.main .main__section .section__doctor img {
	-o-object-fit: cover;
	object-fit: cover;
	margin: 0 auto;
}
.main .main__section .section__doctor .doctor__content {
	display: flex;
	flex-direction: column;
}
.main .main__section .section__doctor .doctor__content .content__title {
	font-size: 20px;
}
.main .main__section .section__doctor .doctor__content .content__subTitle {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 2px dashed #c1a444;
}
.main .main__section .section__doctor .doctor__content .content__message {
	padding: 8px;
	background-color: #f9f5e9;
	margin-top: 24px;
}
.main .main__section .section__productInfo {
	background: transparent linear-gradient(180deg, #ffffff 0%, #cbe5d2 100%) 0%
		0% no-repeat padding-box;
	border-radius: 32px;
	padding: 24px;
}
.main .main__section .section__productInfo .productInfo__card {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 16px;
	padding-top: 16px;
	border-top: 3px solid #008366;
}
.main .main__section .section__productInfo .productInfo__card .card__img {
	width: 73px;
	height: auto;
}
.main
	.main__section
	.section__productInfo
	.productInfo__card
	.card__content
	.content__title {
	font-size: 20px;
}
.main
	.main__section
	.section__productInfo
	.productInfo__card
	.card__content
	.content__text {
	margin-top: 16px;
}
.main .main__section .section__productInfo .productInfo__card--first {
	margin-top: 40px;
	border-top: none;
}
@media (max-width: 768px) {
	.main .main__section .section__productInfo .productInfo__card--first {
		margin-top: 20px;
	}
}
.main .main__section .productInfo__bottomTitle {
	text-align: center;
	margin-top: 37px;
}
.main .main__section .productInfo__bottomTitle b {
	color: #a8005b;
}
.main .main__section .container__beforeAfter {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin-top: 48px;
}
@media (max-width: 768px) {
	.main .main__section .container__beforeAfter {
		flex-direction: column;
	}
}
.main .main__section .container__beforeAfter .beforeAfter__container {
	display: grid;
	grid-template-columns: 0.6fr 1.4fr;
	gap: 15px 30px;
	border: 4px solid #e3001d;
	background-color: #fce3da;
	max-width: 350px;
}
.main
	.main__section
	.container__beforeAfter
	.beforeAfter__container
	.container__leftSide {
	display: flex;
	flex-direction: column;
}
.main
	.main__section
	.container__beforeAfter
	.beforeAfter__container
	.container__leftSide
	.leftSide__title {
	background-color: #e3001d;
	color: #ffed00;
	padding: 12px;
	text-align: center;
	font-size: 22px;
	line-height: 1.3;
}
.main
	.main__section
	.container__beforeAfter
	.beforeAfter__container
	.container__leftSide
	.leftSide__img {
	margin: 30px 20px 20px;
}
.main
	.main__section
	.container__beforeAfter
	.beforeAfter__container
	.container__text {
	padding: 12px;
}
.main
	.main__section
	.container__beforeAfter
	.beforeAfter__container
	.container__img {
	grid-column: span 2;
	margin-top: auto;
}
.main .main__section .container__beforeAfter .beforeAfter__container--after {
	border-color: #008366;
	background-color: #cbe5d2;
}
.main
	.main__section
	.container__beforeAfter
	.beforeAfter__container--after
	.container__leftSide
	.leftSide__title {
	background-color: #008366;
	color: #fff;
}
.main .main__section .section__title2 {
	font-size: 48px;
	text-align: center;
	color: #a8005b;
	margin: 36px auto 0;
	max-width: 566px;
	line-height: 1.2;
}
@media (max-width: 768px) {
	.main .main__section .section__title2 {
		font-size: 24px;
	}
}
.main .main__section .section__subtitle2 {
	max-width: 452px;
	margin: 24px auto;
}
.main .main__section .section__warn {
	background-color: #fff7b2;
	text-align: center;
	max-width: 548px;
	margin: 24px auto 0;
	padding: 12px;
	font-weight: 700;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.main .main__section .section__warn b {
	color: #e3001d;
}
.main .main__section .section__link {
	display: flex;
	gap: 9px;
	align-items: flex-start;
	color: #5332d4;
	font-size: 30px;
	-webkit-text-decoration: underline 2px;
	text-decoration: underline 2px;
	margin-top: 48px;
	font-family: "Roboto";
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.5px;
}
@media (max-width: 768px) {
	.main .main__section .section__link {
		font-size: 18px;
	}
}
.main .main__section .section__link::before {
	display: block;
	content: url("../img/icon_arrow_button.svg");
	width: 38px;
	height: 38px;
	margin-top: 5px;
}
.main .main__section .comment {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin-top: 20px;
	font-family: "Roboto";
	border-bottom: 1px solid #707070;
	padding-bottom: 20px;
}
@media (max-width: 768px) {
	.main .main__section .comment .avatar {
		width: 60px;
		height: 60px;
	}
}
.main .main__section .comment .comment__content {
	display: flex;
	gap: 5px;
	flex-direction: column;
}
.main .main__section .comment .comment__content img {
	max-width: 200px;
	margin-top: 10px;
}
.main .main__section .comment .comment__content .content__name {
	font-weight: 700;
}
.main .main__section .comment .comment__content .content__name span {
	font-weight: 400;
	font-size: 12px;
	font-style: italic;
}
.main .main__section .comment .comment__content .content__name span::before {
	content: "• ";
}
.main .main__section .comment .comment__content .content__arrows {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 10px;
	color: #cdcccc;
}
.main .main__section .comment .comment__content .content__arrows .arrow {
	display: flex;
	max-width: -moz-max-content;
	max-width: max-content;
	transform: rotate(90deg);
	content: ">";
	font-size: 16px;
	font-weight: 700;
	color: #cdcccc;
}
.main .main__section .comment .comment__content .content__arrows .arrow:hover {
	filter: brightness(60%);
}
.main .main__aside {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
@media (max-width: 1120px) {
	.main .main__aside {
		display: none;
	}
}
.main .main__aside .aside__banner {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 612px;
	background-image: url("../../assets/img/banner_MIA_2009.png");
	text-align: center;
	font-family: Roboto;
}
.main .main__aside .aside__banner .banner__title {
	color: #fff;
	font-size: 57px;
	line-height: 0.8;
	margin-top: 20px;
	font-weight: 900;
}
.main .main__aside .aside__banner .banner__title span {
	font-size: 26px;
}
.main .main__aside .aside__banner .banner__subtitle {
	color: #ffed00;
	font-size: 36px;
	font-weight: 900;
	letter-spacing: 0px;
	font-style: italic;
	margin: 9px auto 0;
}
.main .main__aside .aside__banner .banner__line {
	width: 270px;
	height: 11px;
	margin: 0 auto;
}
.main .main__aside .aside__articleTitle {
	font-size: 27px;
}
.main .main__aside .aside__article {
	display: flex;
	align-items: center;
	gap: 25px;
	margin-top: 24px;
}

.footer {
	width: 100%;
	padding: 50px 0 60px;
	text-align: center;
	margin-top: 44px;
	background-color: #f6e7ef;
}
.footer .footer__copyright {
	font-size: 12px;
	margin-bottom: 15px;
	letter-spacing: 0.5px;
	max-width: 500px;
}
.footer .footer__linksBox {
	margin-bottom: 15px;
}
.footer .footer__linksBox .linksBox__link {
	text-decoration: underline;
	font-size: 12px;
	color: #000;
}

.summaryMain {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1607843137);
	width: 100%;
	max-width: 1248px;
	margin-top: 60px;
	padding: 24px 0;
}
@media (max-width: 768px) {
	.summaryMain {
		padding: 16px;
		margin-top: 0px;
		box-shadow: none;
	}
}
.summaryMain .summaryMain__title {
	font-size: 48px;
	padding-bottom: 16px;
	border-bottom: 2px solid #d1d1d1;
	width: 100%;
	text-align: center;
	color: #a8005b;
}
@media (max-width: 768px) {
	.summaryMain .summaryMain__title {
		font-size: 37px;
		border-bottom: none;
		padding-bottom: 0;
		margin-top: 20px;
	}
}
.summaryMain .summaryMain__info {
	display: flex;
	align-items: center;
	padding: 0 15px;
	max-width: 900px;
	margin-top: 40px;
}
@media (max-width: 768px) {
	.summaryMain .summaryMain__info {
		flex-direction: column;
		text-align: center;
		margin-top: 10px;
	}
}
.summaryMain .summaryMain__info img {
	width: 100%;
	max-width: 376px;
	height: auto;
}
.summaryMain .summaryMain__info .info__content .content__title {
	line-height: 1.4;
	margin-top: 20px;
}
.summaryMain .summaryMain__info .info__content .content__title .green {
	background-color: rgb(0, 131, 102);
	color: #fff;
	padding: 0 2px;
}
.summaryMain .summaryMain__info .info__content .content__paragraph {
	margin-top: 24px;
}
.summaryMain .summaryMain__subtitle {
	font-size: 22px;
	margin-top: 24px;
	text-align: center;
}
@media (max-width: 768px) {
	.summaryMain .summaryMain__subtitle {
		font-size: 18px;
	}
}
.summaryMain .summary__text {
	margin: 16px auto 0;
	text-align: center;
	max-width: 660px;
}
.summaryMain .summary__text--big {
	margin-top: 32px;
	font-size: 20px;
	font-weight: 700;
}
@media (max-width: 768px) {
	.summaryMain .summary__text--big {
		font-size: 18px;
	}
}
.summaryMain .phoneNumber {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 3px solid #ff6700;
	color: #000;
	font-weight: 700;
	text-align: center;
	font-size: 70px;
	margin-top: 32px;
	padding: 4px 20px;
	border-radius: 35px;
}
@media (max-width: 768px) {
	.summaryMain .phoneNumber {
		font-size: 47px;
	}
} /*# sourceMappingURL=styles.css.map */
