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

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

.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('../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 auto 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('../img/care-leaf.png') center/contain no-repeat;
	width: 420px;
	height: 319px;
}
.composition .prod::after {
	content: '';
	position: absolute;
	background: url('../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('../img/user-1.jpg') center/contain no-repeat;
}
.users__item--2 .inner-1::after {
	background: url('../img/user-2.jpg') center/contain no-repeat;
}
.users__item--3 .inner-1::after {
	background: url('../img/user-3.jpg') center/contain no-repeat;
}
.users__item--4 .inner-1::after {
	background: url('../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('../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('../img/prod-tube.png') center/contain no-repeat;
	-webkit-filter: blur(3px);
	filter: blur(3px);
	z-index: -1;
}

.footer {
	background-color: #393738;
	padding-bottom: 190px;
	margin-top: 57px;
}
.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;
}

.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;
}
.left {
	margin-top: 1rem;
}
.left a {
	margin: 0 0.5rem;
}
/* .form-submit-button, .security2 {
	margin: 0;
} */

.fixbox {
    position: fixed;
    bottom: 0;
    left: 50%;
	transform: translateX(-50%);
    width: 100%;
  max-width: 640px;
    z-index: 990;
	/* background: #fff; */
	/*max-width: 100%;*/
}
.stick_bar {
width: 100%;
/*height: 72.21px;*/
background: linear-gradient(195.96deg, #979696 31.71%, #4C4A4B 66.07%);
border-radius: 30.359px 30.359px 0px 0px;
display: flex;
column-gap: 24px;
padding: 0 22px;
justify-content: center;
  padding-bottom: 10px;
}
.lpCTAbottle {
	width: 30%;
  max-width: 130px;
  position: relative;
	
}
.lpCTAbottle img {
position: absolute;
    bottom: 0;
    left: 0;
}
.security2 {
	width: 120px;
	margin: 6px auto 0;
}
/* .stick_bar {
    background: #5a266e;
    background-size: 55%;
    height: 149px;
    margin: -10px auto 0 auto;
    position: relative;
}
div.lpCTAbottle {
    background-image: url(../img/prod-tube.png);
    background-size: 68px 124px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
	    width: 225px;
    height: 250px;

    top: 0;
    left: 0;
    margin-top: -120px;
    margin-left: 0;
    z-index: 11;
	display: block;
}
.btn, .security2 {
    float: right;
    margin: 9px 11px 0 20px;
}
.security2 {
	float: right;
    margin: 7px 150px 0 0;
	width: 66px;
} */
.pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.form-submit-button img {
	margin: 8px 0 0;
}
.pulse{
    animation-name: pulse;
    -webkit-animation-name: pulse;

    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;

    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 0.9;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.9);
        opacity: 0.9;
    }
}
    .order_global,
    #step1,
    #step2,
    #step3 {
      display: none;
	  max-width: 320px;
	  margin: 0 auto;
    }

    .showBox {
      display: block;
    }

    .hideBox {
      display: none;
    }


@media (min-width: 480px) {
  .container:not(.promo .container) {
    padding: 0 10px 40px;
  }
}

@media screen and (min-width: 990px) {
.swiper-slide {
	margin-top: 10px;
}
}