html {
	font-size: 10px;
	height: 100%
}

body {
	height: 100%;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

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

img {
	display: block
}

a {
	text-decoration: none;
	color: inherit
}

header {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0
}

h4,
p {
	margin: 0
}

.wrapper {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	position: relative
}

._container {
	position: relative;
	margin: 0 auto;
	max-width: 1220px;
	padding: 0 10px
}

._container-sm {
	position: relative;
	margin: 0 auto;
	max-width: 1070px;
	padding: 0 10px
}

.header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
	right: 0
}

.header__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 50px 10px
}

.header__logo {
	font-family: "Raleway";
	font-weight: 600;
	font-size: 32px;
	line-height: 110%;
	text-align: center;
	text-transform: uppercase;
	color: #f32f2f
}

.header__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 73px
}

.header__link {
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	color: #333
}

.intro {
	width: 100%;
	background: #ffd701;
	position: relative
}

.intro__container {
	position: relative;
	z-index: 999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 157px 10px 550px 10px
}

.intro__title {
	max-width: 1000px;
	font-weight: 700;
	font-size: 78px;
	line-height: 100%;
	color: #242424;
	font-family: "Raleway"
}

.intro__title span {
	color: #f32f2f
}

.intro__subtitle {
	margin-top: 15px;
	max-width: 500px;
	font-weight: 400;
	font-size: 18px;
	line-height: 130%;
	font-family: "Montserrat";
	color: #242424
}

.intro__subtitle b {
	font-weight: 700
}

.intro__white {
	position: absolute;
	height: 303px;
	background: #fff;
	bottom: 0;
	right: 0;
	width: 95%
}

.intro__content {
	position: absolute;
	bottom: -100px;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	width: 100%;
	background: url("../img/image-24.webp") no-repeat;
	background-position: center center;
	background-size: cover;
	height: 600px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 30px 74px;
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	color: #fff;
	font-family: "Raleway"
}

.intro__user {
	margin-top: 41px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.intro__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 30px
}

.intro__info span {
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	color: #203656;
	opacity: .8;
	margin: 0 12px
}

.intro__count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.intro__count-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.intro__count-item:not(:first-child) {
	margin-right: 30px
}

.intro__count-item span {
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	color: #203656;
	opacity: .8;
	margin-right: 8px
}

.main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%
}

.blog {
	width: 100%;
	margin-top: 155px
}

.blog__container {
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.blog__img {
	width: 100%;
	margin-top: 25px;
	max-width: 830px
}

.blog p {
	margin-top: 20px;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: rgba(51, 51, 51, .8)
}

.blog p b {
	font-size: 18px;
	font-weight: 600
}

.blog p a {
	color: #2f80ed;
	font-size: 18px;
	font-weight: 600;
	text-decoration: underline
}

.blog__alert {
	position: relative;
	padding: 20px 40px;
	background: #f0f1f5
}

.blog__alert span {
	position: relative;
	z-index: 2;
	font-family: "Montserrat";
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	color: #1e2e5d
}

.blog__alert svg {
	position: absolute;
	left: 40px;
	top: 10px
}

.blog__cards {
	margin-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px
}

.blog__card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	max-width: 450px
}

.blog__card-title {
	width: 100%;
	font-family: "Raleway";
	padding: 20px 0 20px 25px;
	background: #48557b;
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #fff
}

.blog__card-list {
	width: 100%;
	background: #f0f1f5;
	padding: 25px 30px
}

.blog__card-list li {
	list-style-type: disc;
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #333;
	opacity: .8
}

.blog__list {
	margin-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px
}

.blog__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px
}

.blog__item span {
	font-family: "Montserrat";
	max-width: 650px;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #333;
	opacity: .8
}

.blog__compositions {
	margin-top: 25px;
	gap: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.blog__comp {
	width: calc(50% - 30px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px
}

.blog__comp-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px
}

.blog__comp-text h4 {
	font-family: "Raleway";
	margin: 0;
	font-weight: 400;
	font-size: 22px;
	line-height: 100%;
	color: #333;
	opacity: .8
}

.blog__comp-text p {
	margin: 0;
	font-size: 12px
}

.blog__comp img {
	-webkit-box-flex: 0;
	-ms-flex: 0 1;
	flex: 0 1
}

.blog__progress {
	margin-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 835px;
	gap: 40px
}

.blog__pgitem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	width: 100%
}

.blog__pgitem-pg {
	position: relative;
	width: 100%;
	height: 7px;
	background: #48557b
}

.blog__pgitem .one {
	left: 2%
}

.blog__pgitem .two {
	left: 0
}

.blog__pgitem .three {
	left: 8%
}

.blog__pgitem .four {
	left: 1%
}

.blog__pgitem-number {
	position: absolute;
	font-family: "Montserrat";
	font-weight: 700;
	font-size: 20px;
	line-height: 110%;
	color: #333;
	top: -30px
}

.blog__pgitem-number::after {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #ffd701;
	bottom: -18px
}

.blog__pgitem-text {
	font-family: "Montserrat";
	font-weight: 600;
	font-size: 18px;
	line-height: 150%;
	color: #333
}

.form {
	width: 100%;
	margin-top: 50px
}

.form__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.form__product {
	max-width: 220px
}

.form__price-old {
	position: relative;
	font-family: "Raleway";
	font-weight: 700;
	font-size: 26.051px;
	line-height: 120%;
	text-transform: uppercase;
	color: #203656
}

.form__price-old::before {
	content: "";
	position: absolute;
	height: 1px;
	width: 110%;
	background: #203656;
	left: -5%;
	top: 50%
}

.form__price-new {
	font-family: "Raleway";
	font-weight: 700;
	font-size: 41.6816px;
	line-height: 120%;
	text-transform: uppercase;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #fe5472), to(#ff9b85));
	background: linear-gradient(90deg, #fe5472 0, #ff9b85 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent
}

.form__target {
	width: 100%;
	max-width: 460px;
	margin: 30px auto 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid rgba(32, 54, 86, .2);
	border-radius: 20px;
	padding: 40px
}

.form__target-input {
	margin-bottom: 30px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.form__target-input label {
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	color: #203656;
	opacity: .8
}

.form__target-input input {
	width: 100%;
	outline: 0;
	border: 1px solid rgba(32, 54, 86, .4);
	border-radius: 20px;
	margin-top: 10px;
	background: #f8f8f8;
	padding: 0 15px;
	font-size: 16px;
	height: 70px
}

.form__target-btn {
	border: 0;
	padding: 25px 38px;
	background: #e32929;
	-webkit-box-shadow: 0 10px 22px rgba(227, 41, 41, .47);
	box-shadow: 0 10px 22px rgba(227, 41, 41, .47);
	border-radius: 10px;
	font-family: "Raleway";
	font-weight: 900;
	font-size: 20px;
	line-height: 150%;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .9)
}

.comments {
	width: 100%
}

.comments__container {
	border-radius: 20px;
	padding: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.comments__title {
	text-align: center;
	font-family: "Raleway";
	font-weight: 800;
	font-size: 32px;
	line-height: 120%;
	text-transform: uppercase;
	color: #203656
}

.comments__comment {
	margin-top: 30px;
	padding: 30px;
	background: #fff;
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .06);
	box-shadow: 0 4px 6px rgba(0, 0, 0, .06);
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.comments__comment-answer {
	border-top: 1px solid rgba(32, 54, 86, .2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 90%;
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-top: 30px;
	padding-top: 20px
}

.comments__comment-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.comments__comment-main {
	margin-top: 30px;
	padding: 20px;
	background: #f4f5f7;
	border-radius: 15px;
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: rgba(32, 54, 86, .9)
}

.comments__comment-main a {
	color: #2f80ed;
	font-weight: 700
}

.comments__comment-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.comments__comment-name {
	font-family: "Raleway";
	font-weight: 700;
	font-size: 18px;
	line-height: 140%;
	color: #203656
}

.comments__comment-time {
	font-family: "Montserrat";
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	color: #203656;
	opacity: .6;
	margin-top: 5px
}

.comments__comment-user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.comments__comment-user img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-right: 15px
}

.comments__comment-bottom {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.comments__comment-like {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 30px;
	cursor: pointer
}

.comments__comment-like svg {
	margin-right: 8px
}

.comments__comment-like span {
	font-family: "Montserrat";
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: #203656;
	opacity: .6;
	margin-right: 8px
}

.comments__comment-like p {
	font-family: "Montserrat";
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: #203656;
	opacity: .6
}

.comments__comment-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 30px;
	cursor: pointer
}

.comments__comment-link svg {
	margin-right: 8px
}

.comments__comment-link span {
	font-family: "Montserrat";
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: #203656;
	opacity: .6;
	margin-right: 8px
}

.comments__comment-link p {
	font-family: "Montserrat";
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: #203656;
	opacity: .6
}

.comments__btn {
	padding: 25px 38px;
	background: #e32929;
	-webkit-box-shadow: 0 10px 22px rgba(227, 41, 41, .47);
	box-shadow: 0 10px 22px rgba(227, 41, 41, .47);
	border-radius: 10px;
	font-family: "Raleway";
	font-weight: 900;
	font-size: 20px;
	line-height: 150%;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .9);
	margin: 50px auto 0 auto;
	white-space: nowrap
}

@font-face {
	font-family: "Cairo";
	src: url(../fonts/Cairo-Regular.woff2) format("woff2"), url(../fonts/Cairo-Regular.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@media (max-width:1199px) {
	.header__menu {
		gap: 40px
	}
}

@media (max-width:991px) {
	.header {
		border-bottom: 1px solid rgba(51, 51, 51, .2)
	}

	.header__container {
		padding: 11px 10px
	}

	.header__menu {
		display: none
	}

	.header__search {
		display: none
	}
}

@media (max-width:767px) {
	.intro__container {
		padding: 78px 10px 340px 10px
	}

	.intro__title {
		font-size: 28px
	}

	.intro__subtitle {
		font-size: 12px
	}

	.intro__content {
		padding: 15px 20px;
		height: 400px;
		font-size: 14px
	}

	.intro__user {
		margin-top: 10px
	}

	.intro__info img {
		width: 38px;
		height: 38px
	}

	.intro__info span {
		font-size: 14px
	}

	.intro__count-item:nth-child(1),
	.intro__count-item:nth-child(3),
	.intro__count-item:nth-child(4) {
		display: none
	}

	.blog__alert {
		padding: 20px 15px
	}

	.blog__alert span {
		font-size: 13px
	}

	.blog__cards {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.blog__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.blog__item span {
		text-align: center
	}

	.blog__compositions {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.blog__comp {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%
	}

	.blog__comp-text {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.blog__comp-text h4 {
		text-align: center
	}

	.blog__comp-text p {
		text-align: center
	}

	.form__target {
		padding: 20px
	}

	.form__target-input label {
		font-size: 14px
	}

	.form__target-input input {
		height: 55px;
		font-size: 14px
	}

	.form__target-btn {
		padding: 19px;
		font-size: 14px
	}

	.comments__comment {
		padding: 20px
	}

	.comments__comment-main {
		padding: 15px
	}

	.comments__comment-like p {
		display: none
	}

	.comments__comment-link p {
		display: none
	}

	.comments__btn {
		font-size: 14px;
		padding: 19px
	}
}

.input-wrapper {
	width: 100%;
}