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

.container {
	width: 100%;
	max-width: 910px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
}

.wrapper {
	overflow: hidden;
}

body {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "slnt" 0;
}

.comments__body h4>a {
	color: inherit;
	text-decoration: none;
}

.news {
	display: none;
}

img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

a.link {
	text-decoration: none;
	white-space: nowrap;
}

a.link:hover {
	text-decoration: none;
}

ul {
	list-style: none;
}

.gray {
	font-size: 14px;
	color: #888888;
}

.orange {
	color: #F85B2E;
	font-weight: 900;
}

.orange a {
	color: #F85B2E !important;
}

.button {
	font-family: "Inter";
	background-color: #37A9EA;
	border: 3px solid #37A9EA;
	cursor: pointer;
	width: 267px;
	max-width: 100%;
	height: 65px;
	font-size: 20px;
	margin: 30px auto 0;
	text-align: center;
	outline: none;
	display: block;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	color: #fff;
	padding: 16px 8px;
	line-height: 1.5;
	font-weight: 800;
	border-radius: 5px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: background-color 0.4s, color 0.4s;
	transition: background-color 0.4s, color 0.4s;
}

.button:hover {
	background-color: #fff;
	color: #37A9EA;
}

[class^=tx] {
	font-weight: 400;
	margin-top: 15px;
}

.tx18 {
	font-size: 18px;
	line-height: 1.33;
}

.note {
	margin-top: 15px;
	padding: 26px 11px;
	border-radius: 5px;
	border: solid 1px #ff455b;
	background-color: #f7f8f9;
	color: #d01c1c;
	text-align: center;
	font-weight: bold;
}

.h20 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	margin-top: 23px;
}

#spriteSvg {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 0;
	height: 0;
	opacity: 0;
}

.fixed {
	position: fixed;
	top: 5px;
	z-index: 9999;
	width: 275px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.aside {
	display: none;
}

.header {
	padding-top: 25px;
}

.header__news {
	display: none;
}

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

.header__logo {
	width: clamp(84px, 15vw, 224px);
}

p {
	font-size: 18px;
}

.form {
	padding: 10px 16px 36px;
	margin: 25px auto 0;
	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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 20;
	color: #fff;
}

.form__prod {
	position: relative;
	z-index: -1;
	margin-top: 107px;
}

.form__prod img {
	width: 41.563vw;
	max-width: 210px;
	margin-top: 0;
}

.form__prod::before,
.form__prod::after {
	content: "";
	position: absolute;
	width: 35.313vw;
	max-width: 179px;
	height: 65.625vw;
	max-height: 334px;
	-webkit-filter: blur(2px);
	filter: blur(2px);
	top: 11px;
	background: url(../images/prod.png?v=1) center/contain no-repeat;
	z-index: -1;
}

.form__prod::before {
	left: 59%;
}

.form__prod::after {
	right: 59%;
}

.form__title {
	font-size: clamp(23px, 2.6vw, 27px);
	line-height: 1.2;
	width: clamp(300px, 5vw, 310px);
	margin: 0 auto;
	text-align: center;
	font-weight: 900;
	margin-top: 10px;
	text-transform: uppercase;
}

.form input,
.form select {
	font-family: "Inter";
	font-weight: 400;
	font-size: 14px;
	background-color: #F85B2E;
	line-height: 1.2;
	height: 50px;
	display: block;
	margin: 0 auto 20px;
	outline: 0;
	border: 1px solid #fff;
	width: 100%;
	padding-left: 22px;
	-webkit-transition: border 0.4s;
	transition: border 0.4s;
	max-width: 284px;
}

.form input::-webkit-input-placeholder,
.form select::-webkit-input-placeholder {
	color: #fff;
}

.form input::-moz-placeholder,
.form select::-moz-placeholder {
	color: #fff;
}

.form input:-ms-input-placeholder,
.form select:-ms-input-placeholder {
	color: #fff;
}

.form input::-ms-input-placeholder,
.form select::-ms-input-placeholder {
	color: #fff;
}

.form input::placeholder,
.form select::placeholder {
	color: #fff;
}

.form select {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E%0A") no-repeat 95% 50%, #F85B2E;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #fff;
}

.form select option {
	color: #000;
}

.form .price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-around;
	text-align: center;
	line-height: 1;
	margin: 0 auto;
	position: relative;
	width: 267px;
}

.form .price p {
	font-size: 20px;
	margin-top: 0px;
}

.form .price__old h4 {
	font-weight: 500;
}

.form .price__old p {
	font-weight: 500;
	display: inline-block;
	position: relative;
}

.form .price__old p::before {
	position: absolute;
	content: "";
	width: 100%;
	top: 50%;
	height: 2px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fff;
}

.form .price__new {
	margin-right: 5px
}

.form .price__new h4 {
	font-weight: 700;
}

.form .price__new p {
	font-weight: 800;
	font-size: 28px;
}

.form__left:before {
	content: '';
	position: absolute;
	top: -53px;
	left: 50%;
	transform: translateX(-50%);
	background: url('../images/plate.png') center/contain no-repeat;
	width: 390px;
	height: 195px;
	z-index: -1;
	/* transform: scaleX(-1); */
}

.form__left:after {
	content: 'ÖZEL KAMPANYA';
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translateX(-30%) rotate(-9deg);
	width: 390px;
	height: 195px;
	font-size: 27px;
	line-height: 1;
	color: #000;
	z-index: 5;
	font-weight: 700;
	padding: 30px;
}

.final .like {
	margin-top: 25px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background: #F8F8F8;
	border: 0.65px solid #EFEFEF;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 35px;
	padding: 6px 19px 6px 15px;
}

.final .like svg {
	max-width: 33px;
	max-height: 30px;
}

.final .like p {
	line-height: 1;
	font-size: 18px;
	font-weight: 600;
	margin-top: 0;
	margin-left: 5px;
}

.burger {
	width: 30px;
	display: inline-block;
}

.burger span {
	display: block;
	width: 100%;
	height: 2px;
	background: #000;
}

.burger span:not(:first-child) {
	margin-top: 6px;
}

.menu {
	vertical-align: middle;
	text-align: justify;
	padding: 13px 0 11px;
	background-color: #f7f8f9;
	height: 55px;
}

.menu ul {
	display: none;
}

.menu__logo {
	display: inline-block;
}

.menu__ico {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='30' fill='none'%3E%3Cpath fill='%23919191' d='m28.523 27.325-7.14-7.426a12.074 12.074 0 0 0 2.842-7.787C24.225 5.435 18.791 0 12.112 0 5.435 0 0 5.434 0 12.113c0 6.678 5.434 12.112 12.113 12.112 2.507 0 4.896-.756 6.939-2.192l7.194 7.482c.3.313.705.485 1.139.485.41 0 .8-.156 1.095-.44a1.582 1.582 0 0 0 .043-2.235ZM12.113 3.16c4.936 0 8.952 4.016 8.952 8.953 0 4.936-4.016 8.952-8.953 8.952-4.936 0-8.952-4.016-8.952-8.953 0-4.936 4.016-8.952 8.953-8.952Z'/%3E%3C/svg%3E") center/contain no-repeat;
	width: 16px;
	height: 16px;
	margin-left: auto;
	display: inline-block;
	vertical-align: middle;
}

h2 {
	font-size: clamp(25px, 5vw, 31px);
	font-weight: 900;
	line-height: 1.2;
	margin-top: 32px;
}

h3 {
	font-weight: 400;
	font-size: clamp(22px, 5vw, 28px);
	line-height: 1.27;
	margin-top: 15px;
}

.promo,
.comments {
	border-top: solid 1px #000;
	margin: 0 auto;
}

.promo p,
.comments p {
	font-size: clamp(16px, 5vw, 18px);
}

.promo p a,
.comments p a {
	color: #000;
	font-weight: 900;
	text-decoration: underline;
}

.promo p a:hover,
.comments p a:hover {
	text-decoration: none;
}

.promo {
	padding-bottom: 30px;
	margin-top: 15px;
}

.promo p,
.promo img:not(.prod__img) {
	margin-top: 25px;
}

.promo p {
	line-height: 1.6;
}

.promo h1 {
	margin-top: 15px;
	font-weight: 800;
	line-height: 1.16;
	font-size: clamp(30px, 5vw, 50px);
}

.promo__topic {
	margin-top: 15px;
	font-size: 14px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #000;
	height: 20px;
}

.promo__topic span {
	padding: 0px 8px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	height: 100%;
}

.promo__topic p {
	margin: 0;
	padding: 0px 8px;
	line-height: 1;
}

.promo__autor {
	border-top: 1px solid #000;
	padding-top: 13px;
	margin-top: 15px;
	position: relative;
}

.promo__autor::before,
.promo__autor::after {
	content: "";
	position: absolute;
	inline-size: 16.67%;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 3px solid #fff;
	bottom: 9px;
}

.promo__autor::before {
	background: url(../images/promo-decor.jpg) center/contain no-repeat;
	left: 34%;
}

.promo__autor::after {
	background: url(../images/promo-decor-2.jpg) center/contain no-repeat;
	right: 2.33%;
}

.promo__autor p {
	margin-top: 9px;
	font-size: 14px;
}

.promo__autor h5 {
	font-weight: 900;
	font-size: 14px;
	line-height: 1;
}

.promo figure figcaption {
	font-size: 14px;
	line-height: 1.07;
	margin-top: 8px;
	color: #888888;
}

.promo .extra h3 {
	font-weight: 900;
	font-size: clamp(16px, 5vw, 18px);
}

.promo .extra__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}

.promo .extra__item {
	max-width: 115px;
}

.promo .extra__item img {
	height: 242px;
}

.promo .extra__item figcaption {
	margin: -11px auto 0;
	font-weight: 900;
	font-size: 14px;
	line-height: 1.14;
	color: #F85B2E;
	text-align: center;
	text-transform: uppercase;
}

.promo .extra .gray {
	text-align: left;
}

.promo .diabetes {
	margin: 25px auto 0;
	width: 100%;
	max-width: 848px;
	line-height: 1;
}

.promo .diabetes__title {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.promo .diabetes__subtitle {
	font-weight: 700;
	font-size: clamp(16px, 5vw, 24px);
	margin: 0;
	padding-left: 20px;
}

.promo .diabetes__footer {
	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-bottom: 20px;
}

.promo .diabetes__footer li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.promo .diabetes__footer li p {
	margin: 0 0 0 5px;
	font-size: clamp(11px, 3.4vw, 16px);
}

.promo .diabetes__footer li img {
	max-width: 36px;
	width: 20%;
	margin: 0;
}

.prod {
	position: relative;
	margin-top: 38px;
	padding: 0 13px 30px;
}

.prod::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: -4px;
	z-index: -1;

}

.prod::after {
	background: #F85B2E;
	-webkit-clip-path: polygon(0 14%, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 14%, 100% 0, 100% 100%, 0% 100%);
	z-index: -2;
}

.prod__img {
	width: 137px;
}

.prod__title {
	font-size: clamp(24px, 5vw, 39px);
	line-height: 1.29;
	text-align: center;
	color: #fff;
	margin-top: 5px;
	text-transform: uppercase;
}

.prod .button {
	margin-top: 20px;
	font-size: 18px;
}

.prod--promo .prod__right {
	padding: 0 0 10px;
}

.composition figure figcaption {
	color: #000;
	font-size: 18px;
}

.composition figure figcaption h4 {
	font-weight: 900;
}

.composition figure figcaption p {
	margin-top: 5px;
}

.review__img {
	position: relative;
}

.review__img::before,
.review__img::after {
	content: "";
	position: absolute;
	width: 7.187vw;
	max-width: 64px;
	height: 2.188vw;
	max-height: 19px;
	background: url(../images/logo-tr.png) center/contain no-repeat;
	bottom: 13px;
}

.review__img::before {
	left: 37.33%;
}

.review__img::after {
	right: 4.33%;
}

.review figure figcaption {
	color: #000;
	text-align: center;
	font-weight: 700;
}

.comments {
	margin-top: 20px;
	border-top: 0;
}

.comments__title {
	border-bottom: solid 1px #000;
	padding-bottom: 15px;
	font-size: 18px;
}

.comments__item {
	margin-top: 26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	position: relative;
}

.comments__item:first-child {
	margin-top: 40px;
}

.comments__item img {
	max-width: none;
	width: 30px;
	margin-right: 8px;
	border-radius: 50%;
}

.comments__item--answer {
	margin-left: 18px;
}

.comments__item--answer a:not(.comments__body a) {
	position: relative;
}

.comments__item--answer a:not(.comments__body a)::before {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	left: -18px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.25 12.75L15 9L11.25 5.25' stroke='%23888888' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 13.5V12C3 11.2044 3.31607 10.4413 3.87868 9.87868C4.44129 9.31607 5.20435 9 6 9H15' stroke='%23888888' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center/contain no-repeat;
}

.comments__body {
	min-width: calc(100% - 38px);
}

.comments__body h4 {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.19;
	margin-top: 5px;
}

.comments__body h4 span {
	font-size: 14px;
	font-weight: 400;
}

.comments__body h4 .gray {
	margin-top: 10px;
}

.comments__body p {
	margin-top: 10px;
	line-height: 1.6;
}

.comments__body p img {
	max-width: 100%;
	width: auto;
	margin: 10px 0 0;
	border-radius: 0;
}

.comments__button {
	text-decoration: none;
	color: #000;
	border: 1px solid #000;
	line-height: 1;
	font-size: 16px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 4px 10px;
	margin-top: 10px;
	cursor: pointer;
	-webkit-transition: background 0.4s, color 0.4s;
	transition: background 0.4s, color 0.4s;
}

.comments__button:hover {
	background: #37A9EA;
	color: #fff;
}


.counter {
	margin-top: -10px;
	padding-bottom: 20px;
	font-family: "Inter";
	font-weight: 400;
}


.counter-time {
	display: flex;
	justify-content: space-between;
	width: 218px;
	margin: 0 auto;
}

.counter-item {
	font-family: "Inter";
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 40px;
	font-weight: 700;
	max-width: 59px;
	flex: 1 0 59px;
	height: 48px;
	/* margin: 0 8px; */
	margin: 0;
	position: relative;
	line-height: 1;
	padding-top: 5px;
}

.counter-item:first-child {
	margin-left: 0;
}

.counter-item:last-child {
	margin-right: 0;
}

.counter-item:before {
	content: "";
	font-family: "Inter";
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	display: flex;
	justify-content: center;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	top: inherit;
	bottom: -18px;
}

.counter-item:nth-child(1):before {
	content: "SAAT";
}

.counter-item:nth-child(2):before {
	content: "DAKİKA";
}

.counter-item:nth-child(3):before {
	content: "SANİYE";
}

.counter-item:nth-child(1):after,
.counter-item:nth-child(2):after {
	content: ":";
	width: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	left: inherit;
	right: -20px;
	bottom: 0;
}


#form-box {
	margin: 0 auto;
	max-width: 360px;
}

@media screen and (min-width: 990px) {
	.container {
		max-width: 973px;
		padding: 0;
	}

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

	.header__burger {
		display: none;
	}

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

	.header__news img {
		width: 67px;
		margin-right: 19px;
	}

	.header__news .promo__topic {
		margin: 0;
	}

	.header__news .promo__topic span {
		text-transform: uppercase;
	}

	.header__news .promo__topic span,
	.header__news .promo__topic p {
		font-size: 12px;
	}

	.header__news h5 {
		font-weight: 400;
		font-size: 18px;
		width: 295px;
	}

	.header__news svg {
		width: 59px;
		height: 24px;
		cursor: pointer;
	}



	.promo__topic span {
		line-height: 1.5;
	}

	.promo {
		margin-top: 21px;
	}

	.promo__topic {
		font-size: 12px;
	}

	.promo__topic p {
		font-size: 14px;
	}

	.promo__autor h5 {
		display: inline;
	}

	.promo__autor p {
		font-size: 14px;
		display: inline;
	}

	.promo__autor::before {
		bottom: 18px;
	}

	.promo__autor::before {
		left: 263px;
	}

	.promo__autor::after {
		right: 28px;
	}

	.promo .macro img,
	.promo .fat-img img {
		height: 326px;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.promo .fat-img {
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		height: 356px;
	}

	.promo .extra .gray {
		font-size: 14px;
		margin-top: 8px;
	}

	.promo .extra__item {
		max-width: 194px;
	}

	.promo .extra__item img {
		margin-top: 37px;
		height: 478px;
	}

	.promo .extra__item figcaption {
		font-size: 12px;
		width: 120px;
	}

	.promo figure figcaption {
		margin-top: 15px;
	}

	.prod--promo {
		/* margin-top: 40px; */
		padding: 0px 75px 12px 84px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.prod--promo::after {
		top: 22px;
	}

	.prod--promo .button {
		margin-left: 0;
	}

	.prod--promo .prod__img {
		width: 191px;
		margin-top: 5px;
	}

	.prod--promo .prod::before {
		top: 16px;
	}

	.prod--promo .prod__title {
		text-align: left;
	}

	.prod--promo .prod__right {
		padding-top: 80px;
		/* margin-bottom: -70px; */
	}

	.prod--form::before,
	.prod--form::after {
		top: 0;
	}

	.form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: end;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0 19px 28px 147px;
		align-items: center;
		margin-top: 55px;
	}

	.form__left {
		position: relative;
	}

	.form .price {
		margin-top: 40px;
	}

	.form__left:before {
		content: '';
		position: absolute;
		top: -75px;
		right: -350px;
		background: url('../images/plate.png') center/contain no-repeat;
		width: 390px;
		height: 195px;
		transform: none;
		left: auto;
		/* transform: scaleX(-1); */
	}

	.form__prod {
		margin-top: 0;
	}

	.form__left:after {
		content: 'ÖZEL KAMPANYA';
		position: absolute;
		top: -16px;
		right: -417px;
		width: 390px;
		height: 195px;
		font-size: 28px;
		line-height: 1;
		color: #000;
		z-index: 5;
		font-weight: 700;
		transform: rotate(-9deg);
		left: auto;
	}

	.form__left {
		display: flex;
		flex-direction: column-reverse;
		padding-top: 65px;
		align-items: flex-start;
	}

	.form__title {
		margin-top: 30px;
		text-align: left;
		width: 475px;
		margin-left: -93px;
		font-size: 35px;
	}

	.final .like {
		padding: 5px 20px 5px 20px;
		border-radius: 53px;
	}

	.final .like p {
		margin-left: 10px;
	}

	.composition ul {
		margin-top: -13px;
	}

	.composition li {
		margin-top: 50px;
	}

	.composition figure {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}

	.composition figure img {
		margin-top: 0 !important;
		width: 170px;
		height: 130px;
		-o-object-fit: cover;
		object-fit: cover;
		margin-right: 27px;
	}

	.composition figure figcaption {
		margin: 0;
	}

	.review figure figcaption {
		font-size: 18px;
		margin-top: 16px;
	}

	.review__img {
		position: relative;
	}

	.review__img::before,
	.review__img::after {
		bottom: 16px;
	}

	.review__img::after {
		right: 19px;
	}

	.review__img::before {
		left: 318px;
	}

	.news {
		display: block;
	}

	.news__box {
		margin-top: 30px;
		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;
	}

	.news__item {
		width: 260px;
	}

	.news__item:hover h5 {
		text-decoration: underline;
	}

	.news__item .figcaption h5 {
		margin-top: 10px;
		font-size: 20px;
		font-weight: 400;
		line-height: 1.25;
	}

	.comments__item img:not(.comments__body img) {
		width: 47px;
		margin-right: 19px;
	}

	.comments__body h4,
	.comments__body .gray {
		font-size: 18px;
	}

	.comments__button {
		margin-top: 20px;
	}
}

@media screen and (min-width: 1255px) {
	div[data-lastpass-icon-root=true] {
		display: none !important;
	}

	.header .container {
		width: 1218px;
		max-width: none;
	}

	.promo {
		margin-top: 0;
	}

	.header {
		padding-bottom: 21px;
	}

	.main {
		display: table;
		table-layout: fixed;
		width: 1208px;
		vertical-align: top;
		position: relative;
		z-index: 1;
		margin: 0 auto;
		background: #fff;
	}

	.main .main__cell {
		display: block;
		vertical-align: top;
		width: 973px;
		margin: 0;
	}

	.aside {
		display: table-cell;
		width: 222px;
		vertical-align: top;
		padding-right: 22px;
	}

	.aside__list {
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		padding-bottom: 23px;
	}

	.aside a {
		margin-top: 30px;
		display: block;
		text-transform: uppercase;
		font-size: 18px;
		font-weight: 500;
		letter-spacing: -0.5px;
		position: relative;
		-webkit-transition: -webkit-transform 0.4s;
		transition: -webkit-transform 0.4s;
		transition: transform 0.4s;
		transition: transform 0.4s, -webkit-transform 0.4s;
		color: #000;
		text-decoration: none;
	}

	.aside a:hover {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}

	.aside__prod {
		margin-top: 20px;
	}

	.aside .last {
		margin-top: 10px;
	}

	.aside__middle {
		text-transform: uppercase;
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 18px;
		font-weight: 700;
		letter-spacing: -0.5px;
		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;
		-webkit-transition: letter-spacing 0.4s;
		transition: letter-spacing 0.4s;
	}

	.aside__middle:hover {
		letter-spacing: 0.5px;
	}

	.aside__middle svg {
		width: 19px;
		height: 19px;
	}

	.container {
		width: 1026px;
		padding: 0;
	}

	.sticky {
		position: fixed;
		z-index: 101;
	}

	.stop {
		position: relative;
		z-index: 101;
	}
}

.ac_footer {
	position: relative;
	text-align: center;
	overflow: hidden;
	padding: 50px 0;
	color: #A12000;
}

.form .button {
	-webkit-animation: blink 1.5s linear infinite;
	-moz-animation: blink 1.5s linear infinite;
	-ms-animation: blink 1.5s linear infinite;
	-o-animation: blink 1.5s linear infinite;
	animation: blink 1.5s linear infinite;
}

@keyframes blink {
	0% {
		box-shadow: 0 0 30px #fff;
	}

	50% {
		box-shadow: none;
	}

	100% {
		box-shadow: 0 0 30px #fff;
	}
}

@-webkit-keyframes blink {
	0% {
		box-shadow: 0 0 30px #37A9EA;
	}

	50% {
		box-shadow: 0 0 0;
	}

	100% {
		box-shadow: 0 0 30px #37A9EA;
	}
}

.ac_footer {
	position: relative;
	text-align: center;
	overflow: hidden;
	padding: 50px 0;
	color: #A12000;
}

.ac_footer a {
	color: #A12000;
}

.ac_footer p {
	text-align: center;
}

img[height="1"],
img[width="1"] {
	display: none !important;
}