/**  block  **/

* {
	box-sizing: border-box;
}

h1,
h2,
p,
ul,
ul li {
	margin: 0;
	padding: 0;
}

img {
	width: 100%;
}

ul li {
	list-style: none;
}

body {
	display: block;
	width: 100%;
	background: #F2F2F2;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	min-width: 320px;
}

.wrapper {
	display: block;
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
}

p {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 29px;
	margin-bottom: 10px;
	color: #000000;
}

header {
	background: #fff;
	margin-bottom: 15px;
}

header .top {
	display: flex;
	align-items: center;
	background: #F72210;
	min-height: 120px;
}

header .top .logo {
	display: block;
	width: 100%;
	max-width: 642px;
	margin: 0 auto;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.menu {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}

.menu-ul {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.menu-ul li {
	padding: 16px 18px;
	position: relative;
}

.menu-ul li::after {
	content: " ";
	height: 25px;
	width: 0px;
	background: #C0C0C0;
	border-right: 0.75px solid #C0C0C0;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

/*.menu-ul li:last-child {
	padding-right: 55px;
}*/

.menu-ul li:last-child::after {
	content: none;
}

.menu-ul li a {
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}

.menu-ul li:hover a {
	text-decoration: underline;
}

.content {
	background: #fff;
	padding: 30px 50px;
}

.current-category {
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 25px;
	line-height: 29px;
	margin-bottom: 22px;
	color: #F72210;
}

.title {
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 47px;
	color: #000000;
	padding-left: .5rem;
	box-sizing: border-box;
	border-left: 6px solid #f00;
	margin: 1rem 0;
}

.post-date {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 17px;
	line-height: 31px;
	position: relative;
	padding: 0 7px;
	display: inline-block;
	text-transform: uppercase;
	color: #000000;
}

.post-date::before {
	content: " ";
	height: 14px;
	width: 0;
	border-left: 0.75px solid #000000;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.post-date::after {
	content: " ";
	height: 14px;
	width: 0;
	border-right: 0.75px solid #000000;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

.content .image {
	display: block;
	margin: 40px auto 1rem;
	border-top: 5px solid #F72210;
}

.content .image.horizontal {
	width: 100%;
	max-width: 600px;
}

.img--text--wrapper {
	width: 100%;
	max-width: 600px;
	margin: 1rem auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: red;
}

.img--text--wrapper .image.horizontal,
.img--text--wrapper.vertical .image {
	margin: 0 auto .5rem;
}

.img--text--wrapper.vertical {
	margin: .5rem auto .5rem;
	width: 100%;
	padding: 0 2px;
	max-width: 350px;
}

.img--text--wrapper p {
	color: #fff;
	text-align: center;
	padding: 0 5px;
}

.content .image.vertical {
	width: 100%;
	max-width: 410px;
}

h1 {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 38px;
	line-height: 46px;
	margin: 35px 0;
	padding-left: 30px;
	color: #000000;
	position: relative;
	border-left: 7px solid #F72210;
}

h2 {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 29px;
	color: #F72210;
}


.label {
	display: block;
	width: 100%;
	max-width: 540px;
	margin: 40px auto;
}

.label {
	margin: 35px auto;
}

.label li {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 29px;
	margin-bottom: 25px;
	color: #000000;
	display: flex;
	flex-direction: row;
	align-items: center;
}

a {
	cursor: pointer;
	color: blue;
	text-decoration: none;
}

.button {
	display: block;
	background: rgb(222, 116, 116);
	background: -moz-linear-gradient(180deg, rgba(222, 116, 116, 1) 0%, rgba(247, 34, 16, 1) 60%);
	background: -webkit-linear-gradient(180deg, rgba(222, 116, 116, 1) 0%, rgba(247, 34, 16, 1) 60%);
	background: linear-gradient(180deg, rgba(222, 116, 116, 1) 0%, rgba(247, 34, 16, 1) 60%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#de7474", endColorstr="#f72210", GradientType=1);
	text-align: center;
	width: 100%;
	max-width: 500px;
	text-align: center;
	margin: 15px auto;
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 54px;
	text-decoration: none;
	border-radius: 10px;
	padding: 20px 15px;
	color: #fff;
}

@media screen and (max-width: 1150px) {
	.menu {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	header {
		margin-bottom: 0;
	}

	header .top {
		padding: 0;
		min-height: auto;
		max-height: 75px;
	}

	header .top .logo {
		max-width: 320px;
		font-size: 28px;
		line-height: 90px;
	}

	.content {
		padding: 8px 15px 32px;
	}

	.current-category {
		display: none;
	}

	.title {
		font-size: 30px;
		line-height: 35px;
	}

	.fv-fix {
		margin: .5rem 0;
		font-size: 1.5rem;
		line-height: 150%;
	}

	.post-date {
		font-weight: 300;
		font-size: 14px;
		line-height: 25px;
	}

	.content .image.horizontal,
	.content .image.vertical {
		max-width: 100%;
	}

	.content .image {
		margin: 20px auto;
		border-top: 4px solid #F72210;
	}

	p {
		font-size: 18px;
		line-height: 32px;
		letter-spacing: -0.02em;
	}

	h1 {
		font-weight: 800;
		font-size: 28px;
		line-height: 45px;
		border-left: 4px solid #F72210;
		letter-spacing: -0.02em;
		padding-left: 15px;
	}

	
	.label {
		max-width: 100%;
		margin: 25px 0;
	}

	.label li {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 500px) {

	.button {
		font-size: 24px;
		line-height: 30px;
	}

	.title {
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 400px) {

	.button {
		font-size: 24px;
		line-height: 30px;
	}
}

.comments {
	display: block;
}

.comm {
	border-bottom: 4px solid #ff0000;
	border-left: none;
	display: inline-block;
	padding-left: 0;
}

.comment {
	display: block;
	margin: 0 auto;
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #ebebeb;
}

.comment:last-of-type {
	border: 0;
	padding-bottom: 0;
	margin-bottom: 30px;
}

.comment.ans {
	margin-bottom: 0px;
	margin-top: 25px;
	padding-bottom: 0px;
	border-bottom: none;
	padding-left: 40px;
	padding-top: 0;
}

.comment .ava {
	max-width: 50px;
	max-height: 50px;
	width: 100%;
	float: left;
	border-radius: 50%;
}

.comment p {
	margin-left: 70px;
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 5px;
}

.comment p:last-child {
	margin-bottom: 0;
}

.comment p.comm-date {
	color: #A8ABAE;
}

.comment .comm-img {
	max-width: 300px;
	width: 100%;
	display: block;
	margin-top: 10px;
}

@media screen and (max-width: 500px) {
	.comment .ava {
		margin-right: 10px;
	}

	.comment p {
		margin-left: auto;
	}
}

.btn {
	max-width: 320px;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	padding: 15px 10px;
	background: #F72210;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	transition: all 0.3s;
	text-align: center;
	text-decoration: none;
	font-family: 'Inter', sans-serif;
}

.btn:hover {
	background: #760d03;
}

.bot-btn {
	margin: 20px auto !important;
}

footer {
	padding: 20px 10px;
}

footer p {
	font-size: 18px;
	text-align: center;
}

footer p:last-child {
	margin-bottom: 0;
}

a,
button {
	cursor: pointer;
}

/*===========================*/

.pop-up-button {
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px;
	font-size: 20px;
	border-radius: 5px;
	background-color: #71c341;
	color: #fff !important;
	border: medium none;
	cursor: pointer;
	outline: medium none;
	display: block;
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
	font-family: 'Inter', sans-serif;
}

.pop-up-button:hover {
	color: #fff;
	text-decoration: none;
}

.progress {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 29px;
	margin-bottom: 10px;
	padding-top: .5rem;
	padding-bottom: .5rem;
	color: #000000;
	list-style: initial;
	background-color: #71c3413d;
	border-radius: 1rem;
}

.progress li {
	margin: .5rem 0;
}

.progress__title {
	font-size: 1.5rem;
	list-style: none;
}

#quiz-block {
	max-width: 500px;
	width: 100%;
	font-family: 'Inter', sans-serif;
}

.quiz-block {
	margin: 2rem auto;
	-webkit-box-shadow: 0 0 10px #4600ff;
	box-shadow: 0 0 10px #4600ff;
	background: #5b40a3;
	padding: 25px;
	text-align: center;
	border-radius: 1rem;
}

.quiz-item.active {
	display: block
}

.active {
	color: red;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.quiz-answer {
	margin: 0 1rem;
	display: flex;
	flex-direction: column;
	width: fit-content;
	width: -moz-fit-content;
	color: #fff;
}

.quiz-item p {
	text-align: center;
	color: #fff;
}

.quiz-item {
	display: none
}

.quiz-item h2 {
	font-size: 2rem;
	line-height: 150%;
	color: #f4f4f3;
}

.btn-main,
.btn-main-2 {
	display: inline-block;
	background: #fff;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	border-radius: 1rem;
	border: 1px solid transparent;
}

.btn-main:hover,
.btn-main-2:hover {
	background: #865eef;
	color: #fff;
	border: 1px solid #fff;
	transition: all .5s;
}

.quiz-item.active {
	display: block
}

.quiz-item p {
	font-size: 1.8rem;
	line-height: 150%;
	font-weight: 700;
}

.quiz-answer label {
	display: flex;
	align-items: center;
	gap: 1rem;
	font-size: 1rem;
	margin: .5rem 0;
	padding: .3rem;
	cursor: pointer;
	width: fit-content;
	width: -moz-fit-content;
	border-radius: .5rem;
}

.quiz-answer label:hover {
	background-color: #fff;
	color: #5b40a3;
	border-radius: .5rem;
	transition: all .5s;
}

.btn-main {
	padding: 15px 25px 17px;
	margin: 1rem 0 0 0;
	transition: all .5s;
	transition: all .5s
}

.btn-main-2 {
	margin: 20px 0 0;
	padding: 10px 35px 12px
}

.result-block {
	display: none;
}

.result-block p {
	color: #fff;
}

input[type="radio"],
input[type="checkbox"] {
	appearance: none;
	background-color: #fff;
	margin: 0;
	font: inherit;
	color: currentColor;
	width: 1.15em;
	height: 1.15em;
	border: 0.15em solid currentColor;
	border-radius: 50%;
	transform: translateY(-0.075em);
	display: grid;
	place-content: center;
}

input[type="radio"]::before,
input[type="checkbox"]::before {
	content: "";
	width: 0.65em;
	height: 0.65em;
	border-radius: 50%;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em #10ff00;
}

input[type="radio"]:checked::before,
input[type="checkbox"]:checked::before {
	transform: scale(1);
}

.quiz-multiple {
	font-size: 1.3rem;
	line-height: 1.5rem;
}

.order_block {
	text-align: center;
	background: #f4f4f4;
	color: #fff;
	padding: 20px 15px;
	margin: 15px auto;
	max-width: 700px;
}

.form__header {
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 15px;
}

.red {
	color: red;
}

.form {
	display: flex;
	justify-content: center;
	gap: 30px;
	align-items: center;
}

.prod {
	width: 180px;
}

.right {
	text-align: center;
	width: 100%;
	max-width: 290px;
}

.discount-text {
	color: #000;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.price {
	font-weight: 300;
	display: inline-block;
	padding: 0 5px;
	font-size: 26px;
	color: #000;
	position: relative;
}

.price-old {
	font-size: 20px;
}

.price-old span:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	border-top: 3px solid #ed1b24;
}

.name-input,
.phone-input {
	color: #000;
	background: #fff;
	border: 0;
	width: 100%;
	border-radius: 6px;
	box-sizing: border-box;
	font-size: 20px;
	margin-bottom: 10px;
}

.name-input input,
.phone-input input {
	border: 0;
	font-family: Arial;
	color: inherit;
	box-sizing: border-box;
	width: 100%;
	font-size: 17px;
	padding: 10px 15px;
	border-radius: 6px;
}

.footer__prod {
	width: 200px;
	margin: 0 auto;
	display: block;
}

@media screen and (max-width: 600px) {
	.comment .comm-img {
		max-width: 270px;
	}

	.comment p {
		font-size: 17px;
	}

	.progress {
		font-size: 18px;
	}
}

@media(max-width:550px) {
	#quiz-block {
		width: 100%;
		max-width: calc(100% - 2rem);
		margin: 1.5rem auto;
	}

	.form {
		display: block;
	}

	.right {
		margin: 0 auto;
	}
}

@media screen and (max-width: 500px) {
	.comment .comm-img {
		max-width: 250px;
	}
}

@media screen and (max-width: 440px) {
	.quiz-answer {
		width: 100%;
		margin: 0 max(5%, 1rem);
	}

	#quiz-block {
		width: 100%;
		max-width: calc(100% - .5rem);
		margin: 1.5rem auto;
	}

	.quiz-block {
		padding: 1rem .3rem;
	}

	.quiz-multiple {
		font-size: 1rem;
		line-height: 1.2rem;
	}
}

.inL_85344 {
	text-transform: uppercase
}

.inL_90820 {
	background: #fff
}

.inL_162286 {
	background: #fff
}

.inL_665945 {
	line-height: 20px;
}

.inL_669328 {
	list-style: decimal
}

.inL_686676 {
	text-transform: uppercase
}
.prod, .footer__prod {
	width: 100%;
	max-width: 300px;
}