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

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

.container:not(.promo .container) {
	padding: 0 10px;
}

.wrapper {
	overflow: hidden;
	position: relative;
	margin: 0 auto -30px;
	max-width: 1920px;
	overflow: hidden;
}

body {
	font-family: 'Montserrat', sans-serif;
	background-color: #fff;
	color: #181718;
	font-size: 16px;
	line-height: 1.37;
}

section {
	position: relative;
}
section:not(section.promo),
section:not(section.header) {
	padding-top: 45px;
}

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

a {
	text-decoration: none;
}

.prod-n {
	color: #c22638;
	font-weight: 500;
	pointer-events: none;
}

ul {
	list-style: none;
}

.title {
	font-weight: 500;
	font-size: 22px;
	line-height: 1.09;
	color: #04142c;
}
.title span {
	color: #c22638;
}

.br {
	border-radius: 20px;
	background: #fff;
}

.button {
	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: space-around;
	outline: none;
	margin: 0 auto 0;
	width: 300px;
	max-width: 100%;
	padding: 16px 5px;
	text-align: center;
	border: none;
	line-height: 1;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.6s cubic-bezier(0.02, 0.01, 0.47, 1);
	transition: all 0.6s cubic-bezier(0.02, 0.01, 0.47, 1);
	border-radius: 50px;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 22px;
	line-height: 1.375;
	text-transform: uppercase;
	color: #fff;
	background: linear-gradient(83deg, #f55a5d 0%, #b91d31 100%);
	line-height: 1;
	z-index: 10;
	margin-top: 16px;
}
.button::after {
	background: #fff;
	content: '';
	height: 155px;
	left: -75px;
	opacity: 0.4;
	position: absolute;
	top: -50px;
	-webkit-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	transform: rotate(35deg);
	-webkit-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
	width: 50px;
	z-index: -10;
}
.button--more {
	background: none;
	border: 3px solid #c22638;
	color: #c22638;
	font-weight: 700;
}
.button--more::after {
	background: #c22638;
}
.button:hover {
	-webkit-animation: rotate624 0.7s ease-in-out both;
	animation: rotate624 0.7s ease-in-out both;
}
.button:hover span {
	-webkit-animation: storm1261 0.7s ease-in-out both;
	animation: storm1261 0.7s ease-in-out both;
	-webkit-animation-delay: 0.06s;
	animation-delay: 0.06s;
}
.button:hover::after {
	left: 120%;
	-webkit-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
}

.note {
	padding: 14px 16px 8px;
	font-size: 13px;
	line-height: 1.30769;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 5px;
	max-width: 338px;
	margin: 0 auto;
}
.note svg {
	margin: 0 auto 5px;
	max-width: 44px;
	max-height: 44px;
	display: block;
}
.note p {
	font-size: 14px;
}

.promo {
	color: #fff;
}
.promo .container {
	position: relative;
	padding: 0 10px;
}
.promo .outer {
	position: relative;
	width: 100%;
	background: linear-gradient(208.02deg, #979696 31.71%, #4c4a4b 66.07%);
	border-radius: 37px;
}
.promo .inner-1 {
	position: absolute;
	top: 0;
	left: 0;
	right: calc(100% - 74px);
	height: 74px;
	background: #fff;
	z-index: 1;
	border-radius: 0 0 37px 0;
}
.promo .inner-1::after {
	content: '';
	position: absolute;
	inline-size: 62px;
	aspect-ratio: 1;
	z-index: 20;
	border-radius: 50%;
	background: url('../../../../viposidn.com/content/GRU8AmgzLLSyzyB/img/logo.png') center center/38px no-repeat,
		linear-gradient(208.02deg, #979696 31.71%, #4c4a4b 66.07%);
}
.promo .inner-1 .inner-circle-cutout {
	position: absolute;
	top: 37px;
	right: 0;
	width: 37px;
	height: 37px;
	overflow: hidden;
}
.promo .inner-1 .white-circle {
	background: #fff;
	position: absolute;
	width: 74px;
	height: 74px;
	border-radius: 37px;
	top: -37px;
	left: -37px;
	-webkit-box-shadow: 0 0 0 37px #0c5c9e;
	box-shadow: 0 0 0 37px #0c5c9e;
}
.promo .inner-1 .inner-corner-cutout {
	position: absolute;
	width: 37px;
	height: 37px;
	overflow: hidden;
}
.promo .inner-1 .bottom-left {
	position: absolute;
	top: 74px;
	left: 0;
}
.promo .inner-1 .bottom-left .corner {
	position: absolute;
	width: 74px;
	height: 74px;
	border-radius: 37px;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0 0 0 37px #fff;
	box-shadow: 0 0 0 37px #fff;
}
.promo .inner-1 .top-right {
	position: absolute;
	top: 0;
	right: -37px;
}
.promo .inner-1 .top-right .corner {
	position: absolute;
	width: 74px;
	height: 74px;
	border-radius: 37px;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0 0 0 37px #fff;
	box-shadow: 0 0 0 37px #fff;
}
.promo .prod {
	margin: 30px auto 0;
	width: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}
.promo .prod::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: radial-gradient(circle, rgba(255, 255, 255, 0.33) 30%, rgba(255, 255, 255, 0) 70%);
	inline-size: 413px;
	aspect-ratio: 1;
	border-radius: 50%;
	z-index: -1;
}
.promo .prod img:first-child {
	width: 98px;
}
.promo .prod img:last-child {
	width: 85px;
	margin-bottom: -11px;
	margin-left: -9px;
}
.promo .subtitle {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.09091;
	color: #fff;
	margin-top: 26px;
	position: relative;
	z-index: 2;
	padding: 0 20px;
}
.promo .subtitle span {
	color: #181718;
}
.promo__inner {
	padding: 0 20px 36px;
}
.promo__descr {
	margin-top: 38px;
}
.promo__descr p span {
	color: #221618;
}
.promo__descr .paymets img {
	margin: 24px 0 0;
}
.promo .note {
	margin-top: 16px;
}
.promo .note svg {
	fill: #fff;
}
.promo .counter {
	margin-top: 40px;
}
.promo .counter__box {
	margin-top: 8px;
}
.promo h1 {
	padding: 20px 20px 0 20px;
	font-weight: 800;
	font-size: 22px;
	line-height: 1.18;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	margin-left: 70px;
	min-height: 75px;
}
.promo__list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 16px;
}
.promo__list li p {
	width: calc(100% - 54px);
}
.promo__list li .ico {
	inline-size: 55px;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 1px dashed #fff;
	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;
	position: relative;
	margin-right: 16px;
}
.promo__list li .ico::after {
	content: '';
	position: absolute;
	border: 1px solid #fff;
	inline-size: 46px;
	border-radius: 50%;
	aspect-ratio: 1;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.promo__list li .ico svg {
	fill: #fff;
	inline-size: 30px;
	aspect-ratio: 1;
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

.subpromo {
	margin-top: 50px;
	background: #edecec;
	padding: 30px 0;
	z-index: 50;
}
.subpromo__list {
	margin-top: -16px;
}
.subpromo__list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 16px;
}
.subpromo__list li p {
	width: calc(100% - 54px);
	position: relative;
}
.subpromo__list li .ico {
	inline-size: 55px;
	aspect-ratio: 1;
	background: #fff;
	border-radius: 50%;
	border: 1px dashed #181718;
	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;
	position: relative;
	margin-right: 16px;
}
.subpromo__list li .ico::after {
	content: '';
	position: absolute;
	border: 1px solid #181718;
	inline-size: 46px;
	border-radius: 50%;
	aspect-ratio: 1;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.subpromo__list li .ico svg {
	fill: #181718;
	inline-size: 30px;
	aspect-ratio: 1;
}

section.second .container {
	padding: 0 !important;
}

.second {
	padding-bottom: 50px;
}
.second__btn {
	margin-top: 30px;
}
.second__item {
	padding: 0 10px;
}
.second__item p:not(.second__list p) {
	margin-top: 10px;
}
.second__img {
	margin-top: 17px;
	position: relative;
	z-index: 20;
}
.second__img img {
	width: 100%;
	height: 305px;
	-o-object-fit: cover;
	object-fit: cover;
}
.second__list {
	margin-top: 30px;
}
.second__list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 16px;
}
.second__list li p {
	width: calc(100% - 60px);
}
.second__list li .ico {
	inline-size: 66px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: #726f70;
	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;
	position: relative;
	margin-right: 23px;
}
.second__list li .ico::after {
	content: '';
	position: absolute;
	border: 1px dashed #726f70;
	inline-size: 70px;
	border-radius: 50%;
	aspect-ratio: 1;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.second__list li .ico svg {
	inline-size: 40px;
	aspect-ratio: 1;
}

.composition {
	position: relative;
	z-index: 20;
}
.composition .swiper-horizontal > .swiper-pagination-bullets,
.composition .swiper-pagination-bullets.swiper-pagination-horizontal,
.composition .swiper-pagination-custom,
.composition .swiper-pagination-fraction {
	bottom: 355px;
}
.composition .swiper-button-next,
.composition .swiper-button-prev {
	bottom: 345px;
}
.composition__slider {
	margin: 36px auto 0;
	max-width: 353px;
	overflow: hidden;
}
.composition__item {
	background: #fff;
}
.composition__item h3 {
	font-weight: 800;
	line-height: 1.375;
	color: #04142c;
	margin-top: 16px;
}
.composition__item p {
	margin-top: 10px;
	color: #04142c;
}
.composition__item img {
	width: 100%;
	height: 197px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
	border-radius: 5px 50px 50px 5px;
}
.composition__item .outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.composition .prod {
	position: relative;
	width: 259px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	margin: 125px auto 51px;
}
.composition .prod::before {
	content: '';
	position: absolute;
	top: 14px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: url('../../../../viposidn.com/content/GRU8AmgzLLSyzyB/img/care-leaf.png') center/contain no-repeat;
	width: 420px;
	height: 319px;
}
.composition .prod::after {
	content: '';
	position: absolute;
	background: url('../../../../viposidn.com/content/GRU8AmgzLLSyzyB/img/component-bg.png') center/contain no-repeat;
	width: 743px;
	height: 516px;
	left: 50%;
	z-index: -1;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.composition .prod img {
	position: relative;
}
.composition .prod__tube {
	width: 117px;
	z-index: 10;
	margin-top: 72px;
	-webkit-transform: rotate(-17deg);
	-ms-transform: rotate(-17deg);
	transform: rotate(-17deg);
}
.composition .prod__box {
	width: 149px;
	margin-left: -20px;
	-webkit-transform: rotate(9deg);
	-ms-transform: rotate(9deg);
	transform: rotate(9deg);
}

.users {
	z-index: 30;
	background: #edecec;
	padding-bottom: 130px;
}
.users .swiper-button-next.swiper-button-disabled,
.users .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	color: #fff;
}
.users .swiper-pagination-bullet {
	background: #fff;
}
.users__item .outer {
	position: relative;
	width: 100%;
	background: #fff;
	border-radius: 27px;
	padding: 20px 20px 28px;
}
.users__item .inner-1 {
	position: absolute;
	top: 0;
	left: 0;
	right: calc(100% - 148px);
	height: 148px;
	background: #edecec;
	z-index: 1;
	border-radius: 0 0 73px 0;
}
.users__item .inner-1::after {
	content: '';
	position: absolute;
	inline-size: 135px;
	aspect-ratio: 1;
	z-index: 20;
	border-radius: 50%;
	border: 6px solid #fff;
}
.users__item .inner-1 .inner-circle-cutout {
	position: absolute;
	top: 27px;
	right: 0;
	width: 27px;
	height: 27px;
	overflow: hidden;
}
.users__item .inner-1 .white-circle {
	background: #edecec;
	position: absolute;
	width: 54px;
	height: 54px;
	border-radius: 27px;
	top: -27px;
	left: -27px;
	-webkit-box-shadow: 0 0 0 27px #0c5c9e;
	box-shadow: 0 0 0 27px #0c5c9e;
}
.users__item .inner-1 .inner-corner-cutout {
	position: absolute;
	width: 27px;
	height: 27px;
	overflow: hidden;
}
.users__item .inner-1 .bottom-left {
	position: absolute;
	top: 148px;
	left: 0;
}
.users__item .inner-1 .bottom-left .corner {
	position: absolute;
	width: 54px;
	height: 54px;
	border-radius: 27px;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0 0 0 27px #edecec;
	box-shadow: 0 0 0 27px #edecec;
}
.users__item .inner-1 .top-right {
	position: absolute;
	top: 0;
	right: -27px;
}
.users__item .inner-1 .top-right .corner {
	position: absolute;
	width: 54px;
	height: 54px;
	border-radius: 27px;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0 0 0 27px #edecec;
	box-shadow: 0 0 0 27px #edecec;
}
.users__item--1 .inner-1::after {
	background: url('../../../../viposidn.com/content/GRU8AmgzLLSyzyB/img/user-1.jpg') center/contain no-repeat;
}
.users__item--2 .inner-1::after {
	background: url('../../../../viposidn.com/content/GRU8AmgzLLSyzyB/img/user-2.jpg') center/contain no-repeat;
}
.users__item--3 .inner-1::after {
	background: url('../../../../viposidn.com/content/GRU8AmgzLLSyzyB/img/user-3.jpg') center/contain no-repeat;
}
.users__item--4 .inner-1::after {
	background: url('../../../../viposidn.com/content/GRU8AmgzLLSyzyB/img/user-4.jpg') center/contain no-repeat;
}
.users__name,
.users__age {
	padding-left: 148px;
}
.users__name {
	min-height: 43px;
}
.users__age {
	margin-top: 10px;
	min-height: 65px;
}
.users__txt {
	margin-top: 21px;
}

.faq {
	background: #edecec;
	padding-bottom: 50px;
}
.faq .prod-n {
	pointer-events: none;
}
.faq .accordion {
	margin-top: 36px;
}
.faq .accordion__header {
	border-radius: 20px;
	margin-top: 28px;
	font-size: 16px;
	font-weight: 700;
	display: block;
	line-height: 1.4;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.faq .accordion__header .accordion__body {
	margin-top: 12px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.4;
	color: #000;
	display: none;
	background: #fff;
	border-radius: 20px;
	padding: 16px 20px;
}
.faq .accordion__header div {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.faq .accordion__header span:last-child {
	width: calc(100% - 40px);
}
.faq .accordion__header span:last-child .prod-n {
	font-weight: 700;
}
.faq .accordion__header .toggle {
	inline-size: 40px;
	margin-right: 16px;
	aspect-ratio: 1;
	border-radius: 50%;
	position: relative;
}
.faq .accordion__header .toggle:after {
	width: 40px;
	height: 40px;
	background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='20' fill='url(%23paint0_linear_4036_1205)' /%3E%3Cpath d='M9 25L20 12L31 25' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4036_1205' x1='0' y1='24.8193' x2='40.0364' y2='24.4948' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F55A5D' /%3E%3Cstop offset='1' stop-color='%23B91D31' /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")
		center/contain no-repeat;
	position: absolute;
	border-radius: 50%;
	right: 0px;
	content: ' ';
	top: 0px;
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
}
.faq .accordion__header.active .toggle:after {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.return .title {
	margin-top: 35px;
}
.return .note {
	background: #edecec;
	margin-top: 24px;
}
.return .note svg {
	fill: #726f70;
}
.return .button {
	margin-top: 32px;
}
.return__txt {
	margin-top: 30px;
}
.return__txt p {
	margin-top: 16px;
}
.return__left {
	padding-top: 50px;
	position: relative;
}
.return__left::after {
	content: '';
	position: absolute;
	width: 605px;
	height: 279px;
	left: -57px;
	top: -45px;
	background: url('../../../../viposidn.com/content/GRU8AmgzLLSyzyB/img/return-bg-mob.png') center/contain no-repeat;
	z-index: -2;
}
.return__left .prod {
	width: 120px;
	position: relative;
}
.return__left .prod::before {
	content: '';
	position: absolute;
	width: 125px;
	height: 190px;
	left: -86px;
	top: -5px;
	background: url('../../../../viposidn.com/content/GRU8AmgzLLSyzyB/img/prod-tube.png') center/contain no-repeat;
	-webkit-filter: blur(3px);
	filter: blur(3px);
	z-index: -1;
}

.cards {
	text-align: center;
	margin-bottom: 60px;
}
.cards__footer {
	display: none;
}
.cards .card {
	padding: 30px 19px 50px;
	border-radius: 60px;
	margin: 16px auto 0;
	max-width: 320px;
}
.cards .card .button {
	margin-top: 30px;
}
.cards .card__title {
	font-weight: 500;
	font-size: 22px;
	line-height: 1.09091;
}
.cards .card__subtitle {
	margin-top: 8px;
}
.cards .card--three .prod__wrapper {
	margin-top: 28px;
	margin-bottom: -10px;
	display: grid;
	grid-template-columns: 58px 36px 35px 28px 65px;
	grid-template-rows: 4px 189px 19px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.cards .card--three .prod__wrapper .prod--1,
.cards .card--three .prod__wrapper .prod--3 {
	z-index: 3;
	grid-row: 1/3;
}
.cards .card--three .prod__wrapper .prod--1 {
	grid-column: 1/3;
}
.cards .card--three .prod__wrapper .prod--2 {
	grid-column: 2/5;
	grid-row: 2/4;
	z-index: 5;
}
.cards .card--three .prod__wrapper .prod--3 {
	grid-column: -1/-3;
}
.cards .card--many {
	background: #9e9b9c;
	color: #fff;
}

.cards .card--many .prod__wrapper {
	margin-top: 28px;
	margin-bottom: -52px;
	display: grid;
	grid-template-columns: 30px 44px 4px 37px 14px 41px 6px 30px 8px 40px 21px;
	grid-template-rows: 9px 10px 6px 151px 26px 32px 24px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.cards .card--many .prod__wrapper .prod--1,
.cards .card--many .prod__wrapper .prod--5 {
	width: 71px;
	z-index: 3;
}
.cards .card--many .prod__wrapper .prod--1 {
	grid-column: 1/3;
	grid-row: 2/6;
}
.cards .card--many .prod__wrapper .prod--2 {
	grid-column: 2/5;
	grid-row: 3/7;
}
.cards .card--many .prod__wrapper .prod--2,
.cards .card--many .prod__wrapper .prod--4 {
	width: 87px;
	z-index: 5;
}
.cards .card--many .prod__wrapper .prod--3 {
	grid-column: 4/7;
	width: 97px;
	z-index: 10;
	grid-row: 4/8;
}
.cards .card--many .prod__wrapper .prod--4 {
	grid-column: 6/9;
	grid-row: 3/7;
	width: 85px;
	max-width: none;
}
.cards .card--many .prod__wrapper .prod--5 {
	grid-column: 8/11;
	grid-row: 2/6;
}
.cards .card--many .prod__wrapper .prod--6 {
	grid-column: 10/12;
	grid-row: 1/5;
	width: 58px;
	z-index: 0;
}
.cards .card--alone .prod__wrapper {
	margin-top: 28px;
}
.cards .card--alone .prod__wrapper img {
	width: 105px;
}
.cards .card__footer {
	margin: 16px 0 12px;
}
.cards .card--alone,
.cards .card--three {
	color: #04142c;
	border: 2px solid #525050;
}

.cards .card__price {
	margin-top: 28px;
	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;
}
.cards .card__price p {
	font-weight: 800;
	font-size: 36px;
	line-height: 1.11111;
	margin-right: 10px;
}
.cards .card__price span {
	text-align: left;
	font-weight: 700;
	line-height: 1.375;
}
.cards .card__save {
	margin-top: 8px;
}
.cards .card__delivery {
	margin-top: 4px;
}

.footer {
	background-color: #393738;
	padding-bottom: 40px;
}
.footer .title {
	color: #fff;
}
.footer .title span {
	color: #f8aeb7;
}
.footer__links {
	margin: 36px auto 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer__links svg {
	height: 50px;
}
.footer__links .link-01 {
	width: 76px;
}
.footer__links .link-02 {
	width: 63px;
	height: 38px;
	margin: 0;
}
.footer__links .link-03 {
	width: 116px;
}
.footer__links .link-04 {
	width: 160px;
}
.footer__links .link-05 {
	width: 77px;
}
.footer__column ul {
	counter-reset: num;
}
.footer__column ul li {
	margin-top: 16px;
	position: relative;
	color: #fff;
}
.footer__column ul li a {
	color: #f8aeb7;
	word-break: break-all;
	pointer-events: none;
}
.footer__column ul li a,
.footer__column ul li p {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.footer__column ul li::before {
	position: relative;
	display: inline-block;
	content: counter(num) '.';
	counter-increment: num;
}

.promo--final {
	margin-top: 55px;
}
.promo--final h1 {
	padding: 20px 20px 0;
	margin: 0 70px 0 0;
}
.promo--final .outer-prod {
	display: none;
}
.promo--final .inner-1 {
	top: 0;
	right: 0;
	left: calc(100% - 74px);
	border-radius: 0 0 0 37px;
}
.promo--final .inner-1::after {
	right: 0px;
}
.promo--final .inner-1 .inner-circle-cutout {
	left: 0;
}
.promo--final .inner-1 .white-circle {
	top: -37px;
	left: 0;
	right: -37px;
	-webkit-box-shadow: 0 0 0 37px #0c5c9e;
	box-shadow: 0 0 0 37px #0c5c9e;
}
.promo--final .inner-1 .bottom-left {
	left: auto;
	right: 0;
}
.promo--final .inner-1 .bottom-left .corner {
	top: 0;
	left: auto;
	right: 0;
	-webkit-box-shadow: 0 0 0 37px #fff;
	box-shadow: 0 0 0 37px #fff;
}
.promo--final .inner-1 .top-right {
	top: 0;
	right: 0;
	left: -37px;
}
.promo--final .inner-1 .top-right .corner {
	top: 0;
	left: auto;
	right: 0;
	-webkit-box-shadow: 0 0 0 37px #fff;
	box-shadow: 0 0 0 37px #fff;
}

.swiper-button-next,
.swiper-button-prev {
	top: auto;
	bottom: -63px;
}

.swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	background: #d9d9d9;
	border-radius: 50%;
	opacity: 1;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 7px;
}

.swiper-pagination-bullet-active {
	background-color: #726f70 !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: -55px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-weight: 900;
}

.swiper-button-next,
.swiper-button-prev {
	color: #a39d9f;
	z-index: 40;
}

@media screen and (min-width: 768px) {
	.wrapper {
		margin-top: -10px;
	}
	.button {
		font-size: 24px;
	}
	.promo__descr {
		width: calc(100% - 253px);
	}
	.promo__inner {
		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;
	}
	.promo .outer {
		overflow: hidden;
		border-radius: 0 44px 44px 44px;
	}
	.promo h1 {
		padding-left: 90px;
	}
	.promo .subtitle {
		padding-left: 160px;
		margin-top: 2px;
	}
	.promo .inner-1 {
		right: calc(100% - 110px);
		height: 110px;
		background: #fff;
		z-index: 100;
		border-radius: 0 0 55px 0;
	}
	.promo .inner-1 .inner-circle-cutout {
		top: 55px;
		width: 55px;
		height: 55px;
	}
	.promo .inner-1 .white-circle {
		width: 110px;
		height: 110px;
		border-radius: 55px;
		top: -55px;
		left: -55px;
		-webkit-box-shadow: 0 0 0 55px #0c5c9e;
		box-shadow: 0 0 0 55px #0c5c9e;
	}
	.promo .inner-1 .inner-corner-cutout {
		width: 55px;
		height: 55px;
	}
	.promo .inner-1 .bottom-left {
		top: 110px;
	}
	.promo .inner-1 .bottom-left .corner {
		width: 110px;
		height: 110px;
		border-radius: 55px;
		-webkit-box-shadow: 0 0 0 55px #fff;
		box-shadow: 0 0 0 55px #fff;
	}
	.promo .inner-1 .top-right {
		right: -55px;
	}
	.promo .inner-1 .top-right .corner {
		width: 110px;
		height: 110px;
		border-radius: 55px;
		-webkit-box-shadow: 0 0 0 55px #fff;
		box-shadow: 0 0 0 55px #fff;
	}
	.promo .inner-1 .container {
		display: grid;
		background: #0c5c9e;
		grid-template-columns: 74px calc(100% - 74px);
		grid-template-rows: 77px auto auto;
	}
	.promo .inner-1__logo {
		border-radius: 0 0 55px 0;
	}
	.promo .inner-1 {
		right: calc(100% - 110px);
	}
	.promo .inner-1::after {
		inline-size: 90px;
		background: url('../../../../viposidn.com/content/GRU8AmgzLLSyzyB/img/logo.png') center center/55px no-repeat,
			linear-gradient(208.02deg, #979696 31.71%, #4c4a4b 66.07%);
	}
	.subpromo__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.subpromo__list li {
		width: 48%;
	}
	.second__inner {
		display: grid;
		grid-template-columns: 50% 50%;
		grid-template-rows: auto auto;
	}
	.second__item {
		grid-row: 1/2;
		grid-column: 1/2;
	}
	.second__btn {
		grid-row: 2/3;
		grid-column: 1/-1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.second__img {
		grid-row: 1/-1;
		grid-column: 2/3;
	}
	.second__img img {
		height: calc(85px + 26.2vw);
	}
	.composition__slider {
		max-width: 610px;
		overflow: visible;
	}
	.composition .prod::after {
		width: 1186px;
		height: 1099px;
		top: -140px;
	}
	.return .container::after {
		content: '';
		position: absolute;
		width: 1100px;
		height: 1002px;
		left: -557px;
		top: -367px;
		background: url('../../../../viposidn.com/content/GRU8AmgzLLSyzyB/img/return-bg-web.png') center/contain no-repeat;
		z-index: -2;
	}
	.return__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: end;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.return__left {
		width: 250px;
		margin-right: 53px;
		padding: 0;
	}
	.return__left .prod {
		margin-left: auto;
	}
	.return__left::after {
		display: none;
		background: url('../../../../viposidn.com/content/GRU8AmgzLLSyzyB/img/return-bg-web.png') center/contain no-repeat;
		width: 1100px;
		height: 1002px;
		left: -467px;
		top: -672px;
	}
	.return__txt {
		width: calc(100% - 250px);
	}
	.return__txt p {
		text-shadow: 1px 1px 2px #fff;
	}
	.return .note p {
		margin-top: 0;
	}
	.promo--final h1 {
		padding: 40px 40px 0;
		margin: 0 70px 0 0;
	}
	.promo--final .subtitle {
		padding: 0 160px 0 40px;
	}
	.promo--final .outer {
		border-radius: 44px 0 44px 44px;
	}
	.promo--final .inner-1 {
		top: 0;
		right: 0;
		left: calc(100% - 110px);
		border-radius: 0 0 0 55px;
	}
	.promo--final .inner-1::after {
		right: 0px;
	}
	.promo--final .inner-1 .inner-circle-cutout {
		left: 0;
	}
	.promo--final .inner-1 .white-circle {
		top: -55px;
		left: 0;
		right: -55px;
		-webkit-box-shadow: 0 0 0 55px #0c5c9e;
		box-shadow: 0 0 0 55px #0c5c9e;
	}
	.promo--final .inner-1 .bottom-left {
		left: auto;
		right: 0;
	}
	.promo--final .inner-1 .bottom-left .corner {
		top: 0;
		left: auto;
		right: 0;
		-webkit-box-shadow: 0 0 0 55px #fff;
		box-shadow: 0 0 0 55px #fff;
	}
	.promo--final .inner-1 .top-right {
		top: 0;
		right: 0;
		left: -55px;
	}
	.promo--final .inner-1 .top-right .corner {
		top: 0;
		left: auto;
		right: 0;
		-webkit-box-shadow: 0 0 0 55px #fff;
		box-shadow: 0 0 0 55px #fff;
	}
	.cards__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
}
@media screen and (min-width: 991px) {
	body {
		font-size: 18px;
	}
	.wrapper {
		margin-bottom: -25px;
	}
	.title {
		font-size: 32px;
	}
	section:not(section.promo),
	section:not(section.subpromo) {
		padding-top: 78px;
	}
	.note {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.note svg {
		max-width: 57px;
		max-height: 57px;
		margin: 0 10px 0 0;
	}
	.note p {
		font-size: 18px;
		font-weight: 500;
	}
	.promo__list {
		margin-top: 38px;
	}
	.promo h1 {
		font-size: 48px;
		line-height: 1;
		padding: 40px 40px 0 101px;
	}
	.promo .subtitle {
		font-size: 30px;
		margin-top: 10px;
		font-weight: 400;
		padding-left: 170px;
	}
	.promo .note {
		max-width: 579px;
		margin-top: 24px;
	}
	.promo .note p {
		font-size: 14px;
		width: calc(100% - 57px);
	}
	.promo__inner {
		margin-top: 50px;
		padding-right: 58px;
		padding-left: 140px;
	}
	.promo__descr {
		margin: 0;
	}
	.promo__descr .paymets img {
		width: 256px;
	}
	.promo .counter {
		margin-top: 58px;
	}
	.promo .prod {
		margin: 0;
		width: 322px;
		margin-right: 83px;
	}
	.promo .prod img:first-child {
		width: 175px;
	}
	.promo .prod img:last-child {
		width: 160px;
		margin-left: -15px;
		margin-bottom: -22px;
	}
	.flip-clock-wrapper ul {
		width: 33px;
		height: 44px;
	}
	.flip-clock-wrapper ul li a div div.inn {
		font-size: 31px;
	}
	.flip-clock-wrapper ul li {
		line-height: 42px;
	}
	section.subpromo {
		padding: 40px 58px !important;
	}
	.second__item {
		position: relative;
		z-index: 40;
	}
	.second__item p:not(.second__list p) {
		margin-top: 16px;
	}
	.second__img img {
		-o-object-fit: unset;
		object-fit: unset;
		width: 63vw;
		max-width: 848px;
		height: auto;
		margin-left: -100px;
	}
	.second__btn {
		position: relative;
		z-index: 40;
	}
	.composition .prod {
		width: 450px;
	}
	.composition .prod::before {
		width: 770px;
		height: 564px;
		top: -73px;
		left: 61%;
	}
	.composition .prod__tube {
		width: 208px;
		margin-top: 72px;
	}
	.composition .prod__box {
		width: 260px;
		margin-left: -20px;
	}
	.composition__slider {
		max-width: none;
	}
	.composition .swiper-button-next,
	.composition .swiper-button-prev {
		display: none;
	}
	.composition .swiper-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.composition .swiper-slide {
		width: 354px;
		margin-top: 15px;
	}
	.composition__item {
		margin: 0px;
	}
	.composition__item h3 {
		padding-left: 20px;
		font-size: 18px;
		font-weight: 700;
		margin-top: 0;
	}
	.composition .outer {
		position: relative;
		width: 100%;
		height: 309px;
		border-radius: 37px 37px 0 37px;
		overflow: hidden;
	}
	.composition .outer img {
		border-radius: 0;
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		-o-object-fit: unset;
		object-fit: unset;
		height: auto;
	}
	.composition .inner-1 {
		position: absolute;
		width: 250px;
		bottom: 0;
		right: 0;
		left: calc(100% - 250px);
		min-height: 74px;
		background: #fff;
		z-index: 1;
		border-radius: 37px 0 0 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.composition .inner-1 .inner-corner-cutout {
		position: absolute;
		width: 37px;
		height: 37px;
		overflow: hidden;
	}
	.composition .inner-1 .bottom-left {
		position: absolute;
		top: -37px;
		right: 0;
	}
	.composition .inner-1 .bottom-left .corner {
		position: absolute;
		width: 74px;
		height: 74px;
		border-radius: 37px;
		bottom: 0;
		right: 0;
		-webkit-box-shadow: 0 0 0 37px #fff;
		box-shadow: 0 0 0 37px #fff;
	}
	.composition .inner-1 .top-right {
		position: absolute;
		bottom: 0;
		left: -37px;
	}
	.composition .inner-1 .top-right .corner {
		position: absolute;
		width: 74px;
		height: 74px;
		border-radius: 37px;
		bottom: 0;
		right: 0;
		-webkit-box-shadow: 0 0 0 37px #fff;
		box-shadow: 0 0 0 37px #fff;
	}
	.users {
		padding-bottom: 0px;
	}
	.users__slider {
		max-width: none;
	}
	.users .swiper-button-next,
	.users .swiper-button-prev {
		display: none;
	}
	.users .swiper-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.users .swiper-slide {
		width: 48%;
		max-width: 550px;
		margin-top: 15px;
	}
	.users__item {
		margin: 0px;
	}
	.faq .accordion__header .accordion__body {
		padding: 16px 28px;
		margin-left: 58px;
	}
	.return__txt {
		margin-top: 0;
	}
	.return__left::after {
		top: -579px;
	}
	.return__left .prod {
		width: 160px;
	}
	.return__left .prod::before {
		width: 141px;
		height: 260px;
		left: -104px;
		-webkit-filter: blur(2px);
		filter: blur(2px);
	}
	.return .note {
		max-width: 100%;
	}
	.return .button {
		margin: 60px 0 0 0;
	}
	.footer {
		margin-top: 80px;
	}
	.footer__column {
		width: 100%;
		margin-top: 40px;
	}
	.footer__column ul {
		-webkit-column-width: 48%;
		-moz-column-width: 48%;
		column-width: 48%;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;
	}
	.cards__footer {
		display: block;
		margin-top: 44px;
	}
	.cards__footer svg {
		width: 149px;
		height: 25px;
		margin-top: 8px;
	}
	.cards .card {
		margin: 0;
		padding: 40px 28px 50px;
	}
	.cards .card__title {
		font-size: 36px;
	}
	.cards .card__subtitle {
		font-weight: 500;
		margin-top: 12px;
	}
	.cards .card__price {
		margin-top: 20px;
	}
	.cards .card__price p {
		font-size: 48px;
		margin-right: 12px;
	}
	.cards .card__save {
		margin-top: 4px;
	}
	.cards .card__delivery {
		margin-top: 8px;
	}
	.cards .card .button {
		margin-top: 36px;
	}
	.cards .card__cards {
		margin-top: 26px;
	}
	.promo--final .prod--mob {
		display: none;
	}
	.promo--final h1 {
		font-size: 30px;
		padding: 40px 150px 0 59px;
	}
	.promo--final .promo__list {
		margin-top: -30px;
	}
	.promo--final .subtitle {
		padding-left: 59px;
		padding-right: 100px;
	}
	.promo--final .promo__inner {
		padding-left: 680px;
		padding-bottom: 70px;
	}
	.promo--final .promo__descr {
		width: 100%;
	}
	.promo--final .outer-prod {
		display: block;
		position: relative;
		width: 568px;
		height: 0px;
		margin: -240px 0 240px;
		z-index: 1000;
		border-radius: 64px;
		position: relative;
		background: #fff;
	}
	.promo--final .inner-prod {
		position: absolute;
		width: 548px;
		bottom: 0;
		right: 0;
		left: 0;
		height: 74px;
		background: #fff;
		z-index: 1;
	}
	.promo--final .inner-prod .prod__inner {
		background: #fff;
		height: 320px;
		padding-top: 40px;
	}
	.promo--final .inner-prod .prod__inner .prod {
		width: 200px;
		margin: 0 auto;
	}
	.promo--final .inner-prod .prod__inner .prod::before {
		position: absolute;
		content: '';
		top: -142px;
		width: 620px;
		height: 578px;
		background: url('../../../../viposidn.com/content/GRU8AmgzLLSyzyB/img/final-leaf.png') center/contain no-repeat;
		left: -130%;
		z-index: -2;
	}
	.promo--final .inner-prod .prod__inner .prod::after {
		width: 594px;
		height: 335px;
		background: url('../../../../viposidn.com/content/GRU8AmgzLLSyzyB/img/final-berry.png') center/contain no-repeat;
		top: 0px;
		left: -170px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		border-radius: 0;
	}
	.promo--final .inner-prod .prod__inner .prod img:first-child {
		width: 160px;
	}
	.promo--final .inner-prod .prod__inner .prod img:last-child {
		width: 150px;
	}
	.promo--final .inner-prod--a {
		border-radius: 64px 0 0 0;
	}
	.promo--final .inner-prod .white-circle {
		background: #fff;
		position: absolute;
		width: 128px;
		height: 320px;
		border-radius: 64px 64px 0 64px;
		top: 0;
		right: -64px;
	}
	.promo--final .inner-prod .inner-corner-cutout {
		position: absolute;
		width: 64px;
		height: 64px;
		overflow: hidden;
	}
	.promo--final .inner-prod .bottom-left {
		position: absolute;
		bottom: 74px;
		left: 0;
	}
	.promo--final .inner-prod .bottom-left .corner {
		position: absolute;
		width: 128px;
		height: 128px;
		border-radius: 64px;
		bottom: 0;
		left: 0;
		-webkit-box-shadow: 0 0 0 64px #fff;
		box-shadow: 0 0 0 64px #fff;
	}
	.promo--final .inner-prod .top-right {
		position: absolute;
		bottom: -240px;
		right: -128px;
	}
	.promo--final .inner-prod .top-right .corner {
		position: absolute;
		width: 128px;
		height: 128px;
		border-radius: 64px;
		bottom: 0;
		left: 0;
		-webkit-box-shadow: 0 0 0 64px #fff;
		box-shadow: 0 0 0 64px #fff;
	}
}
@media screen and (min-width: 1180px) {
	.title {
		font-size: 36px;
	}
	.promo .note {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.promo .note p {
		font-size: 18px;
	}
	.promo .note svg {
		margin-right: 24px;
	}
	.promo .button.scroll {
		margin-top: 0;
		padding: 18px 5px;
	}
	.promo .prod {
		width: 255px;
	}
	.promo__inner {
		padding-bottom: 48px;
	}
	.promo__descr {
		width: 578px;
		padding-bottom: 36px;
		margin-bottom: -30px;
	}
	.promo__descr .paymets img {
		margin: 53px 0 0;
		width: 254px;
	}
	.promo .outer-btn {
		width: 100%;
		position: relative;
		z-index: 50;
	}
	.promo .inner-btn {
		position: absolute;
		height: 89px;
		background: #fff;
		z-index: 100;
		right: 0;
		border-radius: 55px 0 0 0;
		padding-left: 30px;
		bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.promo .inner-btn .inner-circle-cutout {
		position: absolute;
		bottom: 100%;
		width: 55px;
		height: 55px;
		overflow: hidden;
		right: 0;
	}
	.promo .inner-btn .white-circle {
		position: absolute;
		width: 110px;
		height: 110px;
		border-radius: 55px;
		top: -55px;
		left: -55px;
		-webkit-box-shadow: 0 0 0 55px #fff;
		box-shadow: 0 0 0 55px #fff;
	}
	.promo .inner-btn .inner-corner-cutout {
		position: absolute;
		width: 55px;
		height: 55px;
	}
	.promo .inner-btn .bottom-left {
		bottom: 0;
		right: 99%;
		overflow: hidden;
		position: absolute;
	}
	.promo .inner-btn .bottom-left .corner {
		position: absolute;
		width: 110px;
		height: 110px;
		border-radius: 55px;
		-webkit-box-shadow: 0 0 0 55px #fff;
		box-shadow: 0 0 0 55px #fff;
		bottom: 0;
		right: 0;
	}
	.promo .inner-btn .top-right {
		right: -55px;
	}
	.promo .inner-btn .top-right .corner {
		position: absolute;
		width: 110px;
		height: 110px;
		border-radius: 55px;
		-webkit-box-shadow: 0 0 0 55px #fff;
		box-shadow: 0 0 0 55px #fff;
	}
	.second {
		margin-top: 39px;
	}
	.second__btn {
		margin-top: 60px;
		grid-column: 1/2;
		margin-right: -70px;
	}
	.second__list {
		margin-top: 40px;
	}
	.second__list li .ico {
		margin-right: 29px;
	}
	.second__img img {
		width: 848px;
	}
	.second p {
		line-height: 1.44;
	}
	.subpromo {
		background: none;
		margin-top: 90px;
	}
	.subpromo__list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: -16px;
	}
	.subpromo .container {
		position: relative;
	}
	.subpromo .container::before {
		content: '';
		position: absolute;
		top: -24px;
		bottom: -40px;
		right: -38px;
		left: -38px;
		background: #edecec;
		border-radius: 50px;
	}
	.composition {
		margin-top: 21px;
		z-index: 10;
	}
	.composition .prod {
		width: 450px;
		margin-left: auto;
		margin-right: 42px;
		margin-top: -330px;
		margin-bottom: -40px;
	}
	.composition .prod::after {
		left: 65%;
		top: -140px;
	}
	.composition .prod__box {
		margin-top: -40px;
	}
	.composition__slider {
		margin-top: 10px;
	}
	.composition .swiper-wrapper {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
		margin-right: -40px;
	}
	.composition .swiper-slide {
		width: 353px;
		margin: 30px 40px 0 0;
	}
	.users__name,
	.users__age {
		padding-left: 260px;
	}
	.users__txt {
		margin-top: 135px;
		line-height: 1.4;
	}
	.users .swiper-wrapper {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.users .swiper-slide {
		margin-top: 40px;
		width: 550px;
	}
	.users__item .outer {
		border-radius: 64px;
		padding: 40px;
	}
	.users__item .inner-1 {
		right: calc(100% - 254px);
		height: 254px;
		border-radius: 0 0 131px 0;
	}
	.users__item .inner-1::after {
		inline-size: 234px;
		border: 6px solid #fff;
	}
	.users__item .inner-1 .inner-circle-cutout {
		top: 64px;
		width: 64px;
		height: 64px;
	}
	.users__item .inner-1 .white-circle {
		width: 128px;
		height: 128px;
		border-radius: 64px;
		top: -64px;
		left: -64px;
		-webkit-box-shadow: 0 0 0 64px #0c5c9e;
		box-shadow: 0 0 0 64px #0c5c9e;
	}
	.users__item .inner-1 .inner-corner-cutout {
		width: 64px;
		height: 64px;
	}
	.users__item .inner-1 .bottom-left {
		top: 253px;
	}
	.users__item .inner-1 .bottom-left .corner {
		width: 128px;
		height: 128px;
		border-radius: 64px;
		-webkit-box-shadow: 0 0 0 64px #edecec;
		box-shadow: 0 0 0 64px #edecec;
	}
	.users__item .inner-1 .top-right {
		right: -64px;
	}
	.users__item .inner-1 .top-right .corner {
		position: absolute;
		width: 128px;
		height: 128px;
		border-radius: 64px;
		top: 0;
		left: 0;
		-webkit-box-shadow: 0 0 0 64px #edecec;
		box-shadow: 0 0 0 64px #edecec;
	}
	.return .container {
		position: relative;
	}
	.return .container::after {
		left: -557px;
		top: -367px;
	}
	.return__txt {
		width: 787px;
	}
	.return__left {
		margin-right: 73px;
	}
	.return__left::after {
		display: none;
		top: -673px;
		left: -587px;
	}
	.promo--final .promo__inner {
		padding-left: 460px;
		padding-bottom: 86px;
	}
	.promo--final .prod {
		margin-right: 60px;
	}
	.promo--final .promo__list {
		margin-top: 0px;
	}
	.promo--final .promo__descr {
		margin-left: 300px;
	}
	.promo--final .inner-prod {
		width: 630px;
	}
	.promo--final .inner-prod .prod__inner,
	.promo--final .inner-prod .white-circle {
		height: 380px;
	}
	.promo--final .inner-prod .top-right {
		bottom: -300px;
	}
	.promo--final .outer-prod {
		margin: -300px 0 300px;
	}
	.footer {
		position: relative;
	}
	.footer::before {
		position: absolute;
		content: '';
		width: 1993px;
		height: 1993px;
		border-radius: 50%;
		border: 71px solid #fffafc;
		-webkit-filter: blur(150px);
		filter: blur(150px);
		top: -1021px;
	}
	.footer__column ul li {
		margin-top: 20px;
	}
	.footer__links svg {
		height: 93px;
	}
	.footer__links .link-01 {
		width: 142px;
	}
	.footer__links .link-02 {
		width: 118px;
		height: 74px;
		margin: 0;
	}
	.footer__links .link-03 {
		width: 216px;
	}
	.footer__links .link-04 {
		width: 299px;
	}
	.footer__links .link-05 {
		width: 143px;
	}
	.container {
		padding: 0 !important;
		width: 1140px;
	}
	.wrapper {
		margin-top: -34px;
	}
	.cards {
		margin-top: 340px;
	}
	.cards .card {
		max-width: 353px;
		cursor: pointer;
		position: relative;
		overflow: hidden;
		z-index: 10;
		-webkit-transition: color 0.4s;
		transition: color 0.4s;
	}
	.cards .card * {
		position: relative;
		z-index: 20;
	}
	.cards .card__delivery {
		-webkit-transition: color 0.4s;
		transition: color 0.4s;
	}
	.cards .card::before {
		z-index: 0;
		content: '';
		position: absolute;
		top: -5px;
		bottom: -5px;
		left: -5px;
		right: -5px;
		opacity: 0;
		-webkit-transition: opacity 0.4s;
		transition: opacity 0.4s;
		background: #9e9b9c;
	}
	.cards .card.clicked .button {
		position: relative;
		-webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
		transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
		transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
		-webkit-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		transform: translateY(-5px);
		-webkit-box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.5);
		box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.5);
	}
	.cards .card:hover,
	.cards .card.clicked {
		color: #fff;
	}
	.cards .card:hover .card__delivery,
	.cards .card.clicked .card__delivery {
		color: #555454;
	}
	.cards .card:hover::before,
	.cards .card.clicked::before {
		opacity: 1;
	}
	.cards .card--many {
		border: 2px solid #525050;
		background: #fff;
		color: #181718;
	}

	.cards__inner {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: end;
	}
	.cards .card--many .prod__wrapper {
		margin-bottom: -55px;
		margin-top: 48px;
	}
}
@-webkit-keyframes pulse {
	from {
		-webkit-transform: translate(-50%, -50%) scale(0.9);
		transform: translate(-50%, -50%) scale(0.9);
	}
	50% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
	to {
		-webkit-transform: translate(-50%, -50%) scale(0.9);
		transform: translate(-50%, -50%) scale(0.9);
	}
}
@keyframes pulse {
	from {
		-webkit-transform: translate(-50%, -50%) scale(0.9);
		transform: translate(-50%, -50%) scale(0.9);
	}
	50% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
	to {
		-webkit-transform: translate(-50%, -50%) scale(0.9);
		transform: translate(-50%, -50%) scale(0.9);
	}
}

.footer__company {
	margin-top: 30px;
	color: #c22638;
	font-size: 17px;
	text-align: center;
}
.footer__company a {
	color: #c22638;
	text-decoration: underline;
}
.footer__company a:hover {
	text-decoration: none;
}
.footer__company .adress {
	margin: 10px 0;
}
.return-adress{
margin:10px 0;
}
.footer__company .links {
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
}
.ac_footer {
	display: none !important;
}
.popup {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;

	font-size: 14px;
	overflow-y: scroll;
	z-index: 10000;
}
.popup .page-width {
	background-color: #fff;
	padding: 15px;
	padding-right: 45px;
}
.popup .wrapper {
	width: 95%;

	margin: auto;
	position: relative;
}
.popup__close {
	position: fixed;
	top: 10px;
	right: calc((100% - 95%) / 2 + 10px);
	border: 1px solid #000;
	cursor: pointer;
	width: 20px;
	height: 20px;
}
.popup__close::before {
	content: '';
	width: 1px;
	height: 15px;
	transform: rotate(45deg);
	position: absolute;
	top: 1px;
	left: 8px;
	background: #000;
}
.popup__close::after {
	content: '';
	width: 1px;
	height: 15px;
	transform: rotate(-45deg);
	position: absolute;
	top: 1px;
	left: 8px;
	background: #000;
}
.popup .page-title {
	margin-bottom: 30px;
	text-align: center;
}
.popup h3 {
	margin: 30px 0 15px;
}
body.fixed {
	overflow: hidden;
}
.popup.hidden {
	display: none;
}
@media (min-width: 991px) {
	.popup .wrapper {
		width: 970px;
	}
	.popup__close {
		right: calc(100% / 2 - 465px);
	}
	.popup .page-width {
		padding: 20px;
		padding-right: 45px;
	}
	.popup {
		font-size: 16px;
	}
}
.left {
	margin-top: 1rem;
}
.left a {
	margin: 0 0.5rem;
}