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

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

.wrapper {
	overflow: hidden;
	margin: 0 auto;
	max-width: 1920px;
}
.main {
	padding-bottom: 40px;
}
body {
	font-family: 'Mulish', sans-serif;
	background-color: #fff;
	color: #000;
	font-size: 14px;
	line-height: 1.6;
}
input,
select,
button {
	font-family: 'Mulish', sans-serif;
}
img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

.img {
	border-radius: 4px;
	margin-top: 16px;
}

.title {
	font-weight: 800;
	font-size: 30px;
	line-height: 1.24;
}

.border {
	border-top: 2px solid #1da1f2;
	border-bottom: 2px solid #1da1f2;
	padding: 8px 0 8px 24px;
	position: relative;
	margin-top: 8px;
}
.border:not(.border--one) {
	margin-top: 16px;
}
.border p {
	font-size: 14px;
}
.border p:not(:first-child) {
	margin-top: 10px;
}
.border::before {
	content: '';
	position: absolute;
	left: 0px;
	inline-size: 16px;
	aspect-ratio: 1;
	top: 8px;
}
.border--one::before {
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="150"><rect x="40" y="10" width="20" height="90" fill="black"/><circle cx="50" cy="120" r="12" fill="black"/></svg>')
			center/contain no-repeat,
		#ede546;
}
.border--two::before {
	background: url('../img/note.png') center/contain no-repeat;
}

figure {
	margin-top: 16px;
	border-radius: 8px;
	background: #f8f8f8;
	border: 1px solid #d9d9d9;
	padding: 8px;
}
figure figcaption {
	font-size: 14px;
	line-height: 1.7;
}
figure figcaption p:not(:first-child) {
	margin-top: 10px;
}
figure img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 284px;
	height: 180px;
}

.note {
	margin-top: 32px;
	border-radius: 8px;
	position: relative;
	background: rgba(253, 89, 0, 0.1098039216);
	padding: 8px 24px;
	color: #000;
}
.note p {
	padding: 0;
	line-height: 1.2;
	font-size: 16px;
	font-weight: bold;
}
.note::before {
	position: absolute;
	content: '';
	width: 8px;
	left: 8px;
	top: 8px;
	bottom: 8px;
	background: #fd5900;
	border-radius: 8px;
}

.button {
	background: -webkit-gradient(linear, left top, right top, from(#257900), to(#63bb00));
	background: linear-gradient(90deg, #257900 0%, #63bb00 100%);
	-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), 0px 4px 8px rgba(66, 153, 0, 0.5),
		inset 0px 1px 0px rgba(255, 255, 255, 0.5);
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), 0px 4px 8px rgba(66, 153, 0, 0.5),
		inset 0px 1px 0px rgba(255, 255, 255, 0.5);
	border-radius: 48px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: center;
	padding: 0 5px;
	outline: none;
	margin: 0 auto 0;
	max-width: 100%;
	width: 300px;
	height: 48px;
	border: none;
	line-height: 1;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: background 0.5s ease;
	transition: background 0.5s ease;
	font-family: 'Mulish', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.375;
	text-transform: uppercase;
	color: #fff;
	line-height: 1;
	z-index: 10;
}
.button span {
	text-align: center;
}
.button:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#257900), to(#63bb00));
	background: linear-gradient(180deg, #257900 0%, #63bb00 100%);
}

.header {
	background: #4c1557;
	padding: 16px 0;
}
.header__hamburger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 3px;
}
.header__hamburger span {
	width: 18px;
	height: 2px;
	background: #fff;
}
.header__menu {
	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;
}
.header__menu ul {
	display: none;
}
.header__menu li:hover {
	opacity: 0.5;
}
.logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.logo__left {
	background: #fd5900;
	border: 4px solid #fff;
	border-radius: 40px;
	font-size: 24px;
	font-style: italic;
	font-weight: 900;
	color: #fff;
	padding: 5px 14px;
}
.logo__txt p {
	font-size: 20px;
	font-style: italic;
	font-weight: 900;
	color: #fd5900;
}
.logo__txt span {
	font-weight: 900;
	color: #fff;
	font-size: 14px;
}

.subheader {
	display: none;
}
.subheader li:hover {
	opacity: 0.5;
}
.promo {
	margin-top: 16px;
	color: #fff;
	position: relative;
	padding: 16px;
}
.promo::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url('../img/promo-m.jpg') center/cover no-repeat;
	z-index: -1;
	border-radius: 4px;
}
.promo h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	margin-right: 5px;
}
.promo h1 span {
	background-color: #fd5900;
    padding: 0 2px;            
    background-clip: padding-box;
	border-radius: 4px;
}

.promo p {
	margin-top: 16px;
	font-weight: bold;
	font-size: 16px;
}

.main-date {
	color: #646464;
	font-size: 12px;
	margin-top: 16px;
}

.color-text {
	margin-top: 16px;
	color: #ff3b30;
	font-weight: bold;
	font-size: 14px;
}

.img-line {
	margin-top: 16px;
	height: 8px;
	-o-object-fit: cover;
	object-fit: cover;
}

.prod-box {
	margin-top: 16px;
}
.prod-box:last-child {
	margin-top: 32px;
}
.prod-box__txt {
	margin-top: 16px;
	border-radius: 8px;
	border: 2px solid #ffcfb6;
	padding: 16px;
}
.prod-box__txt p:not(:first-child) {
	margin-top: 10px;
}
.comment__item a,
.main a {
	color: #fd5900;
	font-weight: bold;
}
.comment__item a:hover,
.main a:hover {
	text-decoration: underline;
}
.prod-box img {
	width: 122px;
}

.composition__item:first-child {
	margin-top: 14px;
}
.composition__item:not(:first-child) {
	margin-top: 23px;
}
.composition__item img {
	border-radius: 4px;
}
.composition__item p {
	margin-top: 16px;
}

.users {
	background: #f8f8f8;
	border: 1px solid #d9d9d9;
	border-radius: 8px;
	padding: 8px;
	margin-top: 63px;
}
.users ul {
	padding-left: 20px;
}
.users ul li {
	position: relative;
}
.users ul li::before {
	content: '';
	position: absolute;
	inline-size: 5px;
	aspect-ratio: 1;
	border-radius: 50%;
	left: -14px;
	top: 8px;
	background: #fd5900;
}
.users ul li:not(:first-child) {
	margin-top: 5px;
}
.users ul li b {
	color: #fd5900;
}
.users__slider {
	overflow: hidden;
}
.users__item {
	margin: 8px auto 0;
	width: 80%;
	max-width: 368px;
}
.users__item img {
	border-radius: 4px;
}

.form {
	margin: 10px auto 12px;
	border-radius: 20px;
	background-color: #fff;
	width: 100%;
	max-width: 324px;
	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__icons {
	margin-top: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
}
.form__header {
	text-align: center;
	padding: 8px 38px;
	position: relative;
	border-radius: 8px;
	border: 2px dashed #ff3b30;
	z-index: 10;
}
.form__header h2 {
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	color: #ff3b30;
	font-size: 16px;
}
.form__header h4 {
	margin-top: 5px;

	line-height: 1;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
}
.form input,
.form select {
	font-family: 'Mulish';
	font-weight: 400;
	font-size: 16px;
	background-color: #f8f8f8;
	line-height: 1.1;
	height: 48px;
	display: block;
	margin: 0 auto 16px;
	outline: 0;
	width: 300px;
	max-width: 100%;
	border: 1px solid #d9d9d9;
	border-radius: 8px;
	padding: 0 10px;
	color: #6b6b6b;
	text-align: center;
}
.form input::-webkit-input-placeholder,
.form select::-webkit-input-placeholder {
	color: #6b6b6b;
}
.form input::-moz-placeholder,
.form select::-moz-placeholder {
	color: #6b6b6b;
}
.form input:-ms-input-placeholder,
.form select:-ms-input-placeholder {
	color: #6b6b6b;
}
.form input::-ms-input-placeholder,
.form select::-ms-input-placeholder {
	color: #6b6b6b;
}
.form input::placeholder,
.form select::placeholder {
	color: #6b6b6b;
}
.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='%23000' 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%,
		#fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #6b6b6b;
}
.form select option {
	color: #6b6b6b;
}

.price {
	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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	line-height: 1;
	margin: 20px 0;
	position: relative;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 10px;
}
.price__old p {
	display: inline-block;
	position: relative;
	color: #000;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
}
.price__old p::before {
	position: absolute;
	content: '';
	width: 100%;
	top: 50%;
	height: 3px;
	-webkit-transform: translateY(-50%) rotate(-25deg);
	-ms-transform: translateY(-50%) rotate(-25deg);
	transform: translateY(-50%) rotate(-25deg);
	background-color: #000;
}
.price__new p {
	font-size: 32px;
	line-height: 1;
	color: #fd5900;
	font-weight: 800;
}

.final__inner .prod {
	position: relative;
	width: 150px;
	margin: 16px auto 0;
	-webkit-transform: translateX(40px);
	-ms-transform: translateX(40px);
	transform: translateX(40px);
}
.final__inner .prod-1 {
	-webkit-transform: rotate(18deg);
	-ms-transform: rotate(18deg);
	transform: rotate(18deg);
}
.final__inner .prod-2 {
	-webkit-transform: rotate(-13deg);
	-ms-transform: rotate(-13deg);
	transform: rotate(-13deg);
	position: absolute;
	top: 30px;
	width: 112px;
	-webkit-filter: blur(4px);
	filter: blur(4px);
	z-index: -1;
	left: -85px;
}
.final__inner .prod__plate {
	top: 40px;
	left: -30px;
	inline-size: 112px;
	aspect-ratio: 1;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 11;
}
.final__inner .prod__plate::after {
	position: absolute;
	content: '';
	background: url('../img/plate.png') center/contain no-repeat;
	inline-size: 112px;
	aspect-ratio: 1;
	top: 0;
	left: 0;
	z-index: -1;
}
.final__inner .prod__plate span {
	font-size: 32px;
	font-weight: 800;
	color: #fff;
	position: relative;
	z-index: 10;
}

.comments__title {
	font-weight: bold;
	margin-top: 32px;
}

.comment__item {
	margin-top: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-column-gap: 8px;
	-moz-column-gap: 8px;
	column-gap: 8px;
}
.comment__item p {
	margin-top: 8px;
}
.comment__item img:first-child {
	width: 69px;
	border-radius: 8px;
	margin: 0;
}
.comment__item img:last-child {
	margin: 8px 0 0 0;
}
.comment__item h4 {
	color: #fd5900;
	padding-bottom: 16px;
	margin: 0 auto;
}

.footer {
	background: #1f0e32;
	padding: 16px;
}
.footer__column ul li:hover {
	opacity: 0.5;
}
.footer__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.footer__line {
	height: 10px;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#3ab564),
		color-stop(25%, #2d5ba8),
		color-stop(50%, #61269e),
		color-stop(75%, #f6303f),
		to(#ffc525)
	);
	background: linear-gradient(90deg, #3ab564 0%, #2d5ba8 25%, #61269e 50%, #f6303f 75%, #ffc525 100%);
}
.footer__column {
	display: none;
}

.aside {
	display: none;
}
.main .aside__item b:hover {
	color: #fd5900;
}
.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 23px;
	font-weight: 700;
	color: #000;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 0px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 0px;
}

@media screen and (min-width: 768px) {
	.container {
		padding: 0;
	}
	.subheader {
		display: block;
		height: 40px;
		background: -webkit-gradient(linear, left top, right top, from(#564f5c), to(#2b3647));
		background: linear-gradient(90deg, #564f5c 0%, #2b3647 100%);
		color: #fff;
	}
	.subheader__input,
	.subheader__button {
		display: none;
	}
	.subheader__active {
		font-weight: bold;
		border-bottom: 2px solid #fff;
	}
	.subheader .container {
		padding-top: 8px;
	}
	.subheader .container ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-column-gap: 32px;
		-moz-column-gap: 32px;
		column-gap: 32px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.subheader .container ul li {
		padding-bottom: 8px;
	}
	.promo::before {
		background: url('../img/promo.jpg') center/cover no-repeat;
	}
	figure {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-column-gap: 16px;
		-moz-column-gap: 16px;
		column-gap: 16px;
	}
	figure .img {
		margin: 0;
	}
	.prod-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.prod-box img {
		width: 232px;
	}
	.composition__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-column-gap: 16px;
		-moz-column-gap: 16px;
		column-gap: 16px;
	}
	.composition__item--2 img,
	.composition__item--4 img {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.swiper-button-next,
	.swiper-rtl .swiper-button-prev {
		right: 80px;
	}
	.swiper-button-prev,
	.swiper-rtl .swiper-button-next {
		left: 80px;
	}
	.final__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.footer .logo {
		justify-self: start;
		-ms-flex-item-align: start;
		align-self: start;
		padding-right: 86px;
	}
	.footer__column {
		padding-left: 16px;
		border-left: 1px solid #ffffff;
	}
	.footer__column ul {
		color: #fff;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
	.footer__column ul li {
		margin-top: 16px;
		line-height: 1;
	}
	.footer__column:not(:last-child) {
		display: block;
	}
	.footer__title {
		font-size: 16px;
		color: #fd5900;
	}
}
@media screen and (min-width: 1010px) {
	.header .container,
	.subheader .container,
	.footer .container {
		width: 1008px;
	}
	.header__active {
		font-weight: bold;
		position: relative;
	}
	.header__active::before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		height: 2px;
		background: #fd5900;
		bottom: -23px;
	}
	.header__menu ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-column-gap: 32px;
		-moz-column-gap: 32px;
		column-gap: 32px;
		color: #fff;
		font-size: 16px;
	}
	.header__menu ul li:first-child {
		font-weight: bold;
		padding-left: 20px;
		position: relative;
	}
	.header__menu ul li:first-child:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 16px;
		height: 16px;
		background-color: #fd5900;
		border-radius: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.header__menu ul li:first-child::after {
		content: '';
		position: absolute;
		background: url("data:image/svg+xml,%3Csvg width='7' height='8' viewBox='0 0 7 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 3.13397C7.16667 3.51887 7.16667 4.48113 6.5 4.86603L2 7.4641C1.33333 7.849 0.5 7.36788 0.5 6.59808L0.5 1.40192C0.5 0.632124 1.33333 0.150998 2 0.535898L6.5 3.13397Z' fill='white'/%3E%3C/svg%3E%0A")
			center/contain no-repeat;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 8px;
		height: 8px;
		left: 4px;
	}
	.header__hamburger {
		display: none;
	}
	.subheader {
		padding-right: 17px;
	}
	.subheader .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-column-gap: 16px;
		-moz-column-gap: 16px;
		column-gap: 16px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.subheader__input,
	.subheader__button {
		display: block;
		border-radius: 4px;
		margin-top: -8px;
		padding: 3px 3px 3px 28px;
		color: #242d40;
	}
	.subheader__button {
		background: rgba(255, 255, 255, 0.1);
		padding: 3px 8px;
	}
	.subheader__input {
		margin-left: auto;
		padding: 3px 3px 3px 28px;
		width: 167px;
		background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23242D40' d='m12 11 2.9 3-1 .9-2.8-2.9a6 6 0 1 1 1-1Zm-1.3-.4a4.7 4.7 0 0 0-3.4-8 4.7 4.7 0 1 0 3.3 8Z'/%3E%3C/svg%3E%0A")
				8px 6px no-repeat,
			rgba(255, 255, 255, 0.1);
	}
	.main-date {
		margin-top: 8px;
	}
	.main {
		width: 1008px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		margin: 0 auto;
		-webkit-column-gap: 16px;
		-moz-column-gap: 16px;
		column-gap: 16px;
		padding-top: 34px;
	}
	.main .aside {
		display: block;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 368px;
	}
	.main .aside__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		border-radius: 8px;
		padding: 8px;
		background: #f8f8f8;
		border: 1px solid #d9d9d9;
		-webkit-column-gap: 5px;
		-moz-column-gap: 5px;
		column-gap: 5px;
		align-items: flex-start;
	}
	.main .aside__item p {
		font-size: 12px;
		color: #646464;
		margin-top: 8px;
	}
	.main .aside__item:not(:first-child) {
		margin-top: 16px;
	}
	.main .aside__item img {
		border-radius: 4px;
	}
	.main .aside__prod {
		margin-top: 32px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: flex-start;
		-webkit-column-gap: 21px;
		-moz-column-gap: 21px;
		column-gap: 21px;
		-webkit-transition: top 0.3s;
		transition: top 0.3s;
	}
	.main .aside__prod img {
		width: 106px;
	}
	.main .aside__prod .button {
		width: 240px;
	}
	.promo {
		margin-top: 0;
	}
	.promo h1 {
		font-size: 32px;
	}
	.prod-box {
		margin-top: 32px;
		-webkit-column-gap: 24px;
		-moz-column-gap: 24px;
		column-gap: 24px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.composition__item img {
		width: 240px;
	}
	.composition__item p {
		margin-top: 0;
	}
	.final__inner {
		margin-top: 32px;
	}
	.final__inner .prod {
		width: 232px;
	}
	.final__inner .prod__plate {
		inline-size: 150px;
		top: 70px;
	}
	.final__inner .prod__plate::after {
		inline-size: 150px;
	}
	.final__inner .prod__plate span {
		font-size: 40px;
	}
	.final__inner .prod-2 {
		top: 80px;
		width: 152px;
		left: -95px;
	}
	.form {
		width: 240px;
	}
	.footer {
		padding: 32px 0 22px;
	}
	.footer__inner {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.footer__column:not(:last-child) {
		max-width: 511px;
	}
	.footer__column:last-child {
		display: block;
	}
	.footer__column:last-child ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.sticky {
		position: fixed !important;
		top: 10px;
		z-index: 100;
		width: 368px;
	}
	.logo:hover,
	.header__menu ul li:hover,
	.subheader ul li:hover,
	.subheader__input:hover,
	.subheader__button:hover,
	.aside__item:hover,
	.aside__prod .button:hover,
	.footer__column ul li:hover {
		cursor: pointer;
	}
	.comment__item img:first-child {
		width: 112px;
	}
	.comment__item {
		column-gap: 15px;
	}
}
@media (max-width: 767px) {
	.prod-box {
		font-size: 16px;
	}
}