* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Black.woff2') format('woff2'), url('../fonts/Montserrat-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
.overflow {
	overflow: hidden;
}
img {
	max-width: 100%;
	display: block;
	outline: none;
	border: 0;
}

ul {
	margin: 0;
	list-style-type: none;
}

.wrapper {
	max-width: 1170px;
	padding: 0 10px;
	margin: auto;
}

.header-top {
	background: #00a2ff;
	color: #fff;
	padding: 10px 0;
}

.nav {
	display: none;
}

.header-top .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sandwich {
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
}

.sandwich__line {
	width: 36px;
	height: 4px;
	background-color: #fff;
}

.header-bottom {
	padding: 15px 0;
	font-size: 14px;
}

.breadcrumbs li {
	display: inline-block;
	vertical-align: middle;
}

.breadcrumbs__link {
	text-decoration: none;
	color: #000;
	margin-right: 3px;
}

.breadcrumbs__link.active {
	color: #00a2ff;
	text-decoration: underline;
}

.breadcrumbs__link.active:hover {
	text-decoration: none;
}
.breadcrumbs li:not(:last-child) .breadcrumbs__link::after {
	content: '>>';
	display: inline-block;
	vertical-align: middle;
}

.main {
	background-color: #f2f2f2;
	padding: 20px 0 10px;
	text-align: center;
	font-size: 20px;
	position: relative;
}

.main::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -22px;
	background-color: #f2f2f2;
	width: 45px;
	height: 45px;
	z-index: -1;
	transform: translateX(-50%) rotate(45deg);
}

.title {
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 20px;
}

.title b {
	color: #2b933a;
	font-weight: 900;
}

.main img {
	margin: 20px auto;
}

.main figure {
	margin-bottom: 30px;
}

.main figcaption {
	font-weight: 900;
	font-size: 20px;
}

.title-h2 {
	color: #2b933a;
	line-height: 1;
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 20px;
}

.article {
	padding-top: 40px;
	padding-bottom: 50px;
}

.question {
	position: relative;
	padding-left: 60px;
	margin-bottom: 15px;
}

.question::before {
	content: '';
	background: url(../img/question-ava.jpg);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.question span {
	display: block;
}

.answer {
	padding-left: 60px;
	margin-bottom: 15px;
	position: relative;
	font-weight: 700;
	margin-left: 60px;
}

.answer::before {
	content: '';
	background: url(../img/answer-ava.jpg);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.answer span {
	font-weight: 400;
	display: block;
}

.answer-inner img,
.directions img {
	margin-bottom: 6px;
}

.answer-inner,
.directions {
	margin-left: 120px;
	margin-bottom: 20px;
}
.answer-inner {
	max-width: 312px;
}
.directions {
	max-width: 281px;
}
.directions__text {
	display: none;
}

.article a,
.comments a {
	color: #00a2ff;
	font-weight: 700;
}
.article a:hover,
.comments a:hover {
	text-decoration: none;
}
.accent {
	color: #2b933a;
}
.compare {
	text-align: center;
	font-size: 16px;
	margin-left: 120px;
}
.compare img {
	margin-bottom: 5px;
}
.compare__before,
.compare__after {
	margin-bottom: 15px;
}
.compare__before img {
	filter: blur(1.5px);
}
.compare figcaption {
	max-width: 80%;
	margin: auto;
}
.compare figure {
	display: table;

	/* margin-left: auto;
	margin-right: auto; */
}
.lasting__left-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 262px;
	margin: auto;
	margin-bottom: 30px;
}
.lasting {
	background-color: #f2f2f2;
	padding: 20px;
	margin-bottom: 15px;
}
.lasting__title {
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 20px;
	text-align: center;
}
.lasting__prod {
	width: 95px;
	min-width: 95px;
	height: 95px;
	position: relative;
	left: 20px;
}
.lasting__prod img {
	position: absolute;
	z-index: 1;
	top: -5px;
	left: -9px;
}
.lasting__prod::after {
	content: '';
	background: url(../img/circle.png) no-repeat;
	position: absolute;
	top: -27px;
	left: -27px;
	width: 185px;
	height: 142px;
}
.weeks {
	font-size: 10px;
	left: -24px;
	position: relative;
}
.weeks li {
	text-align: center;
	border: 1px solid #2b933a;
	border-radius: 50%;
	min-width: 60px;
	min-height: 60px;
	display: table;
	margin-bottom: 2px;
	line-height: 0.9;
	padding: 14px 0;
}
.weeks li:nth-child(2) {
	margin-left: 16px;
}
.weeks b {
	font-size: 23px;
	font-weight: 900;
	display: block;
}
.graph {
	margin-top: 35px;
}
.graph__line {
	position: relative;
	height: 14px;
	width: 100%;
	border-radius: 20px;
	margin-bottom: 25px;
	background: linear-gradient(to right, #5b5b5b, #a7a7a7);
}
.graph__current {
	position: absolute;
	border-radius: 20px;
	top: 0;
	left: 0;
	height: 100%;
	background: linear-gradient(45deg, #35ad46, #47dd5d);
}
.graph__current.perc15 {
	width: 15%;
}
.graph__current.perc65 {
	width: 65%;
}
.graph__current.perc20 {
	width: 20%;
}
.graph__percent {
	position: absolute;
	padding: 15px 0;
	background-color: #00a2ff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	font-weight: 900;
	color: #fff;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	right: -55px;
}
.graph__caption {
	margin-bottom: 25px;
}
.sale-propostion {
	display: block;
	margin-top: 15px;
}
.doors {
	transition: 0.3s;
}
.doors__title {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 900;
	text-align: center;
}
.doors__title::after {
	content: '';
	background: url(../img/line.png) no-repeat;
	display: block;
	margin: auto;
	width: 300px;
	height: 21px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.doors__list {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	counter-reset: doors;
}
.doors {
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
}
.door {
	background-color: #00a2ff;

	width: 74px;
	position: relative;
	text-align: center;
	cursor: pointer;
	perspective: 450px;
}
.door__leaf {
	transition: 1s transform linear;
	transform-origin: right;
}
.door.opened .door__leaf {
	transform: rotateY(120deg);
	transform-origin: 60px;
	transition: 0.5s linear;
}
.door::before {
	content: counter(doors);
	counter-increment: doors;
	font-size: 16px;
	font-weight: 900;
	color: #fff;
	opacity: 0.5;
	position: absolute;
	z-index: 2;
	top: 36px;
	left: 33px;
	transition: 0.3s;
}
.door.opened::before {
	opacity: 0;
}
.door__leaf {
	position: absolute;
	top: 6px;
	left: 7px;
	width: 82%;
	z-index: 1;
}
.door__discount {
	position: absolute;
	right: 6px;
	top: 47px;
	height: 24px;
	opacity: 0;
	transform: translateX(30px);
	max-width: none;
}
@keyframes discount {
	0% {
		opacity: 0;
		transform: translateX(50px);
	}
	50% {
		opacity: 0;
		transform: translateX(50px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.door.opened .door__discount {
	animation: discount 0.8s;
	animation-fill-mode: forwards;
}
.door__gift {
	position: absolute;
	bottom: -7px;
	right: 8px;
	opacity: 0;
	transform: translateX(30px);
}
.door.opened .door__gift {
	animation: discount 1.1s;
	animation-delay: 0.3s;
	animation-fill-mode: forwards;
}
.win {
	padding: 180px 12px 55px;
	box-shadow: 0 32px 46px rgba(0, 0, 0, 0.2);
	position: relative;
	background-color: #f2f2f2;
	margin-top: 140px;
	max-width: 824px;
	margin-left: auto;
	margin-right: auto;
	transition: 0.3s;
}
.hidden {
	height: 0;
	opacity: 0;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}
.win::before {
	content: '';
	background: url(../img/pill.png) no-repeat center/cover;
	width: 71px;
	height: 70px;
	position: absolute;
	bottom: -41px;
	left: 10px;
}
.win::after {
	content: '';
	background: url(../img/pill.png) no-repeat center / cover;
	width: 108px;
	height: 107px;
	position: absolute;
	top: -91px;
	right: -10px;
	transform: rotate(92deg);
	filter: blur(2px);
}
.win img {
	width: 251px;
	height: 342px;
	position: absolute;
	top: -132px;
	left: 50%;
	transform: translateX(-50%);
}
.win__title {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 900;
	text-align: center;
	margin-bottom: 35px;
}
.win__title b {
	color: #00a2ff;
	font-weight: 900;
}
.win__title span {
	display: block;
}
.price {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	line-height: 0.9;
}
.price__old {
	font-size: 24px;
	position: relative;
}
.price__old::after {
	content: '';
	background: #000;
	position: absolute;
	bottom: 10px;
	left: 0;
	transform: rotate(-30deg);
	width: 100%;
	height: 1px;
}
.price__new {
	font-size: 93px;
	font-weight: 900;
	color: #df1013;
}
input,
select {
	width: 100%;
	height: 55px;
	margin-right: auto;
	display: table;
	margin-left: auto;
	margin-bottom: 15px;
	border-radius: 10px;
	border: 1px solid #000;
	padding: 0 10px;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	max-width: 290px;
}

input::-webkit-input-placeholder {
	color: #000;
}
input::-moz-placeholder {
	color: #000;
}
input:-moz-placeholder {
	color: #000;
}
input:-ms-input-placeholder {
	color: #000;
}

[placeholder]:focus::-webkit-input-placeholder {
	color: transparent;
}

[placeholder]:focus::-moz-placeholder {
	color: transparent;
}

[placeholder]:focus:-ms-input-placeholder {
	color: transparent;
}

[placeholder]:focus::placeholder {
	color: transparent;
}
select::-ms-expand {
	display: none;
}
select {
	background-color: #fff;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none !important;
	background: #fff url(../img/sel.png) no-repeat center right 15px;
}
.btn {
	background: linear-gradient(#fa1616, #95000a);
	border-radius: 10px;
	color: #fff;
	font-weight: 700;

	padding: 25px 40px;
	font-size: 18px;
	-ms-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	font-family: inherit;
	border: 0;
	width: 100%;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	display: table;
	max-width: 290px;
	text-align: center;
	color: #fff !important;
}

.btn:hover {
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.comments {
	padding: 20px 0;
}
.comments__head {
	background-color: #f2f2f2;
	padding: 8px 0;
	font-size: 16px;
	font-weight: 900;
}
.comments__head .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.comments__reactions ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 400;
	font-size: 10px;
	text-align: center;
}
.comments__reactions li {
	padding: 0 6px;
	border-right: 1px solid #fff;
	text-decoration: underline;
}
.comments__reactions li:last-child {
	padding-right: 0;
	border: 0;
}
.comments__reactions img {
	max-width: 20px;
}
.comments__item {
	position: relative;
	margin-bottom: 20px;
}
.comments__item--inner {
	margin-left: 75px;
}
.comments__ava {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}
.comments__content {
	padding-left: 75px;
}
.comments__name {
	vertical-align: bottom;
	display: inline-block;
	font-weight: 900;
}
.comments__date {
	color: #a3a3a3;
	display: inline-block;
	vertical-align: bottom;
}
.comments__message {
	margin: 5px 0;
	word-break: break-word;
}
.comments__message img {
	display: inline;
}
.comments__message img.comments__home-photo {
	margin-top: 10px;
	display: block;
}
.comments__answer,
.comments__reply {
	color: #00a2ff;

	font-size: 14px;
}
.comments__answer {
	margin-bottom: 5px;
}
.doors {
	position: relative;
}

@media (min-width: 650px) {
	.doors {
		max-width: 600px;
	}
	.door {
		width: 163px;
		perspective: 780px;
	}
	.door__leaf {
		top: 15px;
		left: 15px;
	}
	.door::before {
		font-size: 36px;
		top: 76px;
		left: 71px;
	}
	.door.opened .door__leaf {
		transform: rotateY(100deg);
		transform-origin: 133px;
	}
	.door__gift {
		bottom: -17px;
		right: 15px;
	}
	.door__discount {
		right: 6px;
		top: 87px;
		height: 55px;
	}
}
@media (min-width: 992px) {
	.sandwich {
		display: none;
	}
	.nav {
		display: block;
		text-transform: uppercase;
		font-size: 14px;
		padding-left: 100px;
	}
	.nav__list {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: wrap;
		line-height: 1.4;
	}
	.nav__link {
		color: #fff;
		text-decoration: none;
	}
	.nav__link::after {
		content: '';
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background-color: #fff;
		display: inline-block;
		vertical-align: middle;
		margin: 0 10px;
	}
	.nav__item:last-child .nav__link::after {
		display: none;
	}
	.nav__link.active {
		font-weight: 700;
		text-decoration: underline;
	}
	.nav__link:hover {
		text-decoration: underline;
	}
	.main {
		padding-top: 50px;
		padding-bottom: 55px;
	}
	.title {
		font-size: 40px;
		margin-bottom: 40px;
	}
	.main figcaption {
		font-size: 24px;
	}
	.title-h2 {
		font-size: 36px;
		margin-bottom: 25px;
	}
	.title-h2 + p {
		font-size: 24px;
	}
	.question,
	.answer {
		margin-bottom: 30px;
	}
	.answer {
		font-size: 24px;
	}
	.answer span {
		font-size: 18px;
	}
	.answer-inner {
		max-width: 100%;
		display: grid;
		grid-template-columns: 1fr 2fr;
		gap: 20px;
		margin-bottom: 50px;
	}
	.answer-inner img {
		margin-bottom: 0;
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	.answer-inner img:last-child {
		grid-column: span 2;
	}
	.directions {
		max-width: 100%;
		display: grid;
		grid-template-columns: 1fr 1fr 370px;
		gap: 10px;
		counter-reset: directions;
		font-weight: 700;
		font-size: 24px;
		margin-bottom: 50px;
	}
	.directions img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.directions__text {
		padding-left: 30px;
		display: block;
		color: #2b933a;
	}
	.directions__title {
		text-transform: uppercase;
		font-weight: 900;
		margin-bottom: 35px;
	}
	.directions li {
		position: relative;
		margin-bottom: 35px;
	}
	.directions li::before {
		counter-increment: directions;
		content: counter(directions);
		width: 50px;
		height: 50px;
		color: #fff;
		background-color: #2b933a;
		position: absolute;
		top: 0;
		left: -66px;
		text-align: center;
		border-radius: 50%;
		line-height: 2.1;
	}
	.compare {
		display: flex;
		align-items: stretch;
		justify-content: center;
		gap: 10px;
		margin-bottom: 33px;
		margin-left: auto;
		margin-right: auto;
		font-size: 18px;
		max-width: 900px;
	}
	.compare__before,
	.compare__after {
		max-width: 50%;
	}

	.lasting {
		padding: 45px;
		margin-bottom: 50px;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.lasting__left {
		width: 45%;
	}
	.lasting__right {
		width: 55%;
	}
	.lasting__prod::after {
		background: url(../img/circle-desk.png) no-repeat;

		top: -27px;
		left: -27px;
		width: 300px;
		height: 230px;
	}
	.lasting__title {
		font-size: 24px;
		text-align: left;
	}
	.lasting__left-container {
		text-align: left;
	}
	.lasting__prod {
		width: 165px;
		min-width: 165px;
		height: 165px;
		position: relative;
		left: 0;
	}
	.lasting__prod img {
		left: 0;
	}
	.weeks {
		font-size: 15px;
	}
	.weeks li {
		border: 4px solid #2b933a;
		padding: 24px 0;
		min-width: 105px;
		min-height: 105px;
	}
	.weeks b {
		font-size: 35px;
	}
	.lasting__left-container {
		margin-left: 28px;
		max-width: 398px;
	}
	.weeks li:nth-child(2) {
		margin-left: 24px;
	}
	.sale-propostion {
		font-size: 36px;
		font-weight: 900;
	}
	.doors__title {
		font-size: 40px;
	}
	.doors__title::after {
		background: url(../img/line-desk.png) no-repeat center bottom;
		width: 100%;
	}
	.win {
		padding: 75px 90px 115px;
		margin-top: 0;
	}
	select,
	input,
	.btn {
		max-width: 415px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	select,
	input {
		padding: 0 25px;
	}
	select {
		background-position: center right 25px;
	}
	.btn {
		font-size: 24px;
	}
	.win__title {
		font-size: 30px;
		margin-bottom: 15px;
	}
	.price__old {
		font-size: 32px;
	}
	.price__new {
		font-size: 110px;
	}
	.win::before {
		width: 152px;
		height: 149px;
		left: -20px;
		bottom: -71px;
		z-index: 1;
	}
	.win::after {
		width: 176px;
		height: 170px;
		top: -41px;
		right: -40px;
	}
	.win img {
		width: 456px;
		height: 652px;

		top: 48px;
		left: -260px;
		transform: none;
	}
	.article {
		padding-bottom: 80px;
	}
	.comments__head {
		padding: 9px 0;
	}
	.comments__head img {
		max-width: 100%;
		margin-bottom: 3px;
	}
	.comments {
		padding: 35px 0;
	}
	.comments__reactions li {
		padding: 0 13px;
		font-size: 14px;
	}
	.comments__item {
		margin-bottom: 25px;
	}
}
.prod-link {
	width: 455px;
	max-width: 100%;
	display: block;
	margin: auto;
	margin-bottom: -20px;
}
