*,
: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: 320px;
}
.ac_footer {
	display: none !important;
}
.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: #04142c;
	font-size: 15px;
	line-height: 1.33;
}

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: #e1941c;
	font-weight: 700;
	pointer-events: none;
}

ul {
	list-style: none;
}

.title {
	font-weight: 800;
	font-size: 20px;
	line-height: 1.09;
	color: #113974;
	text-transform: uppercase;
}
.title span {
	color: #e1941c;
}

.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: 28px;
	line-height: 1.375;
	text-transform: uppercase;
	color: #fff;
	background: linear-gradient(89.54deg, #ffbe59 0.31%, #f09f21 99.6%);
	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 #e1941c;
	color: #e1941c;
	font-weight: 700;
}
.button--more::after {
	background: #e1941c;
}
.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);
}

.arrow {
	position: relative;
}
.arrow::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 9px solid #febb52;
	background: #113974;
	inline-size: 200px;
	aspect-ratio: 1;
	border-radius: 50%;
	z-index: -1;
}
.arrow::before {
	content: '';
	z-index: -1;
	position: absolute;
	width: 67px;
	height: 67px;
	top: -22px;
	right: -39px;
	background: url("data:image/svg+xml,%3Csvg width='67' height='67' viewBox='0 0 67 67' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M67 -0.000359418L18.0164 13.1086L53.8749 48.923L67 -0.000359418ZM6.84119 66.2877L42.1565 31.0158L35.9456 24.8126L0.630312 60.0844L6.84119 66.2877Z' fill='%23FEBB52'/%3E%3C/svg%3E%0A")
		center/contain no-repeat;
}

.promo {
	color: #fff;
}
.promo .container {
	position: relative;
	padding: 0 10px;
}
.promo .outer {
	position: relative;
	width: 100%;
	background: #113974;
	border-radius: 37px;
}
.promo .inner-1 {
	position: absolute;
	top: 0;
	left: 0;
	right: calc(100% - 154px);
	height: 52px;
	background: #fff;
	z-index: 1;
	border-radius: 0 0 36px 0;
}
.promo .inner-1 .inner__logo {
	margin-top: 4px;
	font-size: 30px;
	text-align: center;
	font-weight: 700;
	color: #04142c;
	z-index: 20;
}
.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: 52px;
	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: -33px;
}
.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: 56%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 9px solid #febb52;
	background: #113974;
	inline-size: 196px;
	aspect-ratio: 1;
	border-radius: 50%;
	z-index: 0;
}
.promo .prod::before {
	content: '';
	z-index: 0;
	position: absolute;
	width: 67px;
	height: 67px;
	top: -18px;
	right: -29px;
	background: url("data:image/svg+xml,%3Csvg width='67' height='67' viewBox='0 0 67 67' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M67 -0.000359418L18.0164 13.1086L53.8749 48.923L67 -0.000359418ZM6.84119 66.2877L42.1565 31.0158L35.9456 24.8126L0.630312 60.0844L6.84119 66.2877Z' fill='%23FEBB52'/%3E%3C/svg%3E%0A")
		center/contain no-repeat;
}
.promo .prod img {
	position: relative;
	z-index: 10;
}
.promo .prod img:first-child {
	width: 89px;
}
.promo .prod img:last-child {
	width: 82px;
	margin-bottom: -8px;
	margin-left: -9px;
}
.promo .subtitle {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.22;
	color: #fff;
	margin-top: 10px;
	position: relative;
	z-index: 2;
	padding: 0 20px;
}
.promo .subtitle span {
	color: #febb52;
}
.promo__inner {
	padding: 0 20px 20px;
}
.promo h1 {
	padding: 64px 20px 0 20px;
	font-weight: 800;
	font-size: 20px;
	line-height: 1.18;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
}
.promo__list {
	margin-top: 30px;
}
.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: 54px;
	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 {
	inline-size: 30px;
	aspect-ratio: 1;
}
.promo__icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
}
.promo__icons .ico {
	inline-size: 74px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: #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;
}
.promo__icons .ico svg {
	inline-size: 59px;
	aspect-ratio: 1;
}
.promo__footer {
	margin-top: 20px;
	font-weight: 800;
	font-size: 20px;
	text-align: center;
}

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

.second {
	padding-bottom: 50px;
}
.second__btn {
	display: none;
}
.second__item {
	margin-top: 20px;
	padding: 0 10px;
}
.second__item p:not(.second__list p) {
	margin-top: 10px;
}
.second__img {
	margin-top: 17px;
	position: relative;
	z-index: 20;
}
.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: 20px;
}
.second__list li p {
	width: calc(100% - 54px);
	color: #113974;
}
.second__list li .ico {
	inline-size: 46px;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 1px solid #113974;
	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;
}
.second__list li .ico::after {
	content: '';
	position: absolute;
	border: 1px dashed #113974;
	inline-size: 54px;
	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: 32px;
	aspect-ratio: 1;
}

.help {
	background: -webkit-gradient(linear, left bottom, left top, from(#cfeafd), to(#ecf7ff));
	background: linear-gradient(360deg, #cfeafd 0%, #ecf7ff 100%);
	margin-top: 40px;
	padding-bottom: 26px;
}
.help .title {
	margin-top: 20px;
	position: relative;
	z-index: 30;
}
.help p {
	margin-top: 10px;
}
.help__img {
	position: relative;
	margin: -90px auto 0;
	width: 300px;
}
.help__img .prod {
	position: absolute;
	top: 90px;
	width: 71px;
	right: 0;
	z-index: 30;
}
.help__img::after {
	content: '';
	position: absolute;
	top: 56%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 9px solid #fff;
	background: -webkit-gradient(linear, left bottom, left top, from(#cfeafd), color-stop(50%, #ecf7ff));
	background: linear-gradient(360deg, #cfeafd 0%, #ecf7ff 50%);
	inline-size: 222px;
	aspect-ratio: 1;
	border-radius: 50%;
	z-index: 0;
}
.help__img::before {
	content: '';
	z-index: 0;
	position: absolute;
	width: 67px;
	height: 67px;
	top: 52px;
	right: 11px;
	background: url("data:image/svg+xml,%3Csvg width='67' height='67' viewBox='0 0 67 67' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M67 -0.000359418L18.0164 13.1086L53.8749 48.923L67 -0.000359418ZM6.84119 66.2877L42.1565 31.0158L35.9456 24.8126L0.630312 60.0844L6.84119 66.2877Z' fill='%23FFF'/%3E%3C/svg%3E%0A")
		center/contain no-repeat;
}
.help__man {
	position: relative;
	z-index: 10;
}
.help__man img {
	width: 269px;
}
.help__man::after {
	content: '';
	position: absolute;
	width: 100vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -70px;
	height: 50%;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(239, 247, 255, 0)),
		color-stop(50%, rgb(207, 234, 253)),
		to(rgba(207, 234, 253, 0))
	);
	background: linear-gradient(180deg, rgba(239, 247, 255, 0) 0%, rgb(207, 234, 253) 50%, rgba(207, 234, 253, 0) 100%);
}

.advantages {
	padding-bottom: 40px;
}
.advantages .button {
	margin-top: 100px;
}
.advantages .swiper-button-next,
.advantages .swiper-button-prev {
	color: #113974;
}
.advantages .swiper-pagination-bullet-active {
	background: #113974;
}

.advantages,
.component {
	position: relative;
	z-index: 20;
}
.advantages .swiper-horizontal > .swiper-pagination-bullets,
.advantages .swiper-pagination-bullets.swiper-pagination-horizontal,
.advantages .swiper-pagination-custom,
.advantages .swiper-pagination-fraction,
.component .swiper-horizontal > .swiper-pagination-bullets,
.component .swiper-pagination-bullets.swiper-pagination-horizontal,
.component .swiper-pagination-custom,
.component .swiper-pagination-fraction {
	bottom: 96px;
}
.advantages .swiper-button-next,
.advantages .swiper-button-prev,
.component .swiper-button-next,
.component .swiper-button-prev {
	bottom: 85px;
}
.advantages__slider,
.component__slider {
	margin: 36px auto 0;
	max-width: 100%;
	overflow: hidden;
}
.advantages__item,
.component__item {
	background: #fff;
}
.advantages__item h3,
.component__item h3 {
	font-weight: 700;
	font-size: 15px;
	line-height: 1.375;
	color: #04142c;
	margin-top: 10px;
}
.advantages__item p,
.component__item p {
	margin-top: 10px;
	color: #04142c;
}
.advantages__item img,
.component__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;
}
.advantages__item .outer,
.component__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;
}

.component .swiper-horizontal > .swiper-pagination-bullets,
.component .swiper-pagination-bullets.swiper-pagination-horizontal,
.component .swiper-pagination-custom,
.component .swiper-pagination-fraction {
	bottom: 116px;
}
.component .swiper-button-next,
.component .swiper-button-prev {
	bottom: 106px;
}
.component .button {
	margin-top: 124px;
}
.component .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.component .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0px 4px;
}

.users {
	z-index: 30;
	background: #113974;
	padding-bottom: 40px;
	color: #fff;
}
.users .subtitle {
	margin-top: 10px;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.33333;
}
.users__slider {
	margin-top: 20px;
	z-index: 30;
	background: #113974;
	padding-bottom: 40px;
	color: #fff;
}
.users .title {
	color: #fff;
}
.users .title span {
	font-weight: 800;
}
.users .swiper-button-next.swiper-button-disabled,
.users .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	color: #fff;
}
.users .swiper-horizontal > .swiper-pagination-bullets,
.users .swiper-pagination-bullets.swiper-pagination-horizontal,
.users .swiper-pagination-custom,
.users .swiper-pagination-fraction {
	bottom: auto;
	top: 470px;
}
.users .swiper-button-next,
.users .swiper-button-prev {
	bottom: auto;
	top: 479px;
}
.users .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.users .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}
.users .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.5;
}
.users .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}
.users__item img {
	border-radius: 5px 50px 50px 5px;
}
.users__footer {
	margin-top: 134px;
}
.users__people {
	margin-top: 20px;
}
.users__people figure {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.users__people figure img {
	width: 58px;
	border-radius: 50%;
	margin-right: 20px;
}
.users__people figure figcaption {
	width: calc(100% - 58px);
	font-weight: 700;
	font-size: 15px;
}
.users__people p {
	margin-top: 10px;
}
.users .title {
	margin-top: 35px;
}
.users .note {
	background: #edecec;
	margin-top: 24px;
}
.users .note svg {
	fill: #726f70;
}
.users .button {
	margin-top: 32px;
}
.users__txt {
	margin-top: 30px;
}
.users__txt p {
	margin-top: 16px;
}

.users__left .prod {
	width: 120px;
	position: relative;
}
.users__left .prod::before {
	content: '';
	position: absolute;
	width: 125px;
	height: 190px;
	left: -86px;
	top: -5px;
	background: url('../../../../viposidn.com/content/liwOyIRur0ckwe8/img/prod-tube.png') center/contain no-repeat;
	-webkit-filter: blur(3px);
	filter: blur(3px);
	z-index: -1;
}

.footer {
	background-color: #113974;
	padding-bottom: 40px;
}
.footer .title {
	color: #fff;
	text-align: center;
}
.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 p {
	word-break: break-all;
	pointer-events: none;
	display: inline;
}
.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;
	pointer-events: none;
}
.footer__column ul li a {
	display: block;
	color: #90beff;
	text-decoration: underline;
}
.footer__column ul li::before {
	position: relative;
	display: inline-block;
	content: counter(num) '.';
	counter-increment: num;
}

.cards {
	text-align: center;
	margin-bottom: 60px;
}
.cards__footer {
	margin-top: 20px;
}
.cards__footer p {
	font-size: 15px;
	line-height: 1.33333;
}
.cards__footer svg {
	width: 150px;
	height: 30px;
	margin: 10px 0;
}
.cards__title {
	position: relative;
	font-weight: 800;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	padding: 20px 30px;
}
.cards__title::before {
	content: '';
	position: absolute;
	background: #113974;
	top: 0;
	bottom: 0;
	width: 100vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
}
.cards .card {
	padding: 20px;
	border-radius: 25px;
	margin: 20px auto 0;
	max-width: 320px;
}
.cards .card .button {
	margin-top: 10px;
}
.cards .card .prod__wrapper {
	margin-top: 15px;
}
.cards .card__title {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.09091;
	color: #113974;
}
.cards .card__subtitle {
	margin-top: 5px;
	font-size: 15px;
	line-height: 1.33333;
	text-align: center;
}
.cards .card--three .prod__wrapper .prod {
	margin: 0 -17px;
}
.cards .card--many {
	background: -webkit-gradient(linear, left bottom, left top, from(#cfeafd), to(#ecf7ff));
	background: linear-gradient(360deg, #cfeafd 0%, #ecf7ff 100%);
	color: #04142c;
	border: 4px solid #113974;
}
.cards .card--many .prod__wrapper .prod {
	margin: 0 -28px;
}
.cards .card--many .prod__wrapper,
.cards .card--three .prod__wrapper {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.cards .card--many .prod__wrapper .prod,
.cards .card--three .prod__wrapper .prod {
	width: 95px;
}
.cards .card--many .prod__wrapper .prod--1,
.cards .card--many .prod__wrapper .prod--6,
.cards .card--three .prod__wrapper .prod--1,
.cards .card--three .prod__wrapper .prod--6 {
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
}
.cards .card--many .prod__wrapper .prod--2,
.cards .card--three .prod__wrapper .prod--2 {
	-webkit-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
}
.cards .card--many .prod__wrapper .prod--2,
.cards .card--many .prod__wrapper .prod--4,
.cards .card--three .prod__wrapper .prod--2,
.cards .card--three .prod__wrapper .prod--4 {
	z-index: 2;
}
.cards .card--many .prod__wrapper .prod--3,
.cards .card--three .prod__wrapper .prod--3 {
	z-index: 3;
}
.cards .card--many .prod__wrapper .prod--4,
.cards .card--three .prod__wrapper .prod--4 {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
.cards .card--many .prod__wrapper .prod--5,
.cards .card--three .prod__wrapper .prod--5 {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	z-index: 1;
}
.cards .card--alone .prod__wrapper img {
	width: 95px;
}
.cards .card__footer {
	margin: 20px 0;
	font-size: 15px;
}
.cards .card--alone,
.cards .card--three {
	color: #04142c;
	border: 2px solid #113974;
}
.cards .card__price {
	margin-top: 11px;
	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: 700;
	font-size: 40px;
	line-height: 1.11111;
	margin-right: 7px;
}
.cards .card__price span {
	text-align: left;
	font-weight: 400;
	line-height: 1.375;
	font-size: 15px;
}
.cards .card__delivery {
	margin-top: 20px;
	font-size: 15px;
}

.promo--final {
	margin-top: 55px;
}
.promo--final .promo__list {
	margin-top: 35px;
}
.promo--final .outer-prod {
	display: none;
}

.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;
}

.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 (max-width: 797px) {
	.second__img img {
		height: 305px;
		-o-object-fit: cover;
		object-fit: contain;
		max-width: 470px;
		left: 50%;
		position: relative;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
@media screen and (min-width: 768px) {
	.wrapper {
		margin-top: -10px;
	}
	.button {
		font-size: 24px;
	}
	.container {
		width: 744px;
	}
	.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;
	}
	.promo__footer {
		-ms-flex-item-align: center;
		align-self: center;
	}
	.promo__descr {
		grid-row: 1/2;
		grid-column: 2/3;
		margin-left: 30px;
	}
	.promo__inner {
		display: grid;
		grid-template-columns: repeat(2, auto);
		grid-template-rows: repeat(2, auto);
		position: relative;
	}
	.promo__inner::before {
		content: '';
		z-index: 1;
		position: absolute;
		inline-size: 1030px;
		aspect-ratio: 1;
		left: 0;
		top: -340px;
		background: url("data:image/svg+xml,%3Csvg width='1920' height='1000' viewBox='0 0 1920 1000' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='mix-blend-mode:plus-lighter' opacity='0.05'%3E%3Ccircle cx='500' cy='-500' r='1442' stroke='white' stroke-width='116'/%3E%3C/g%3E%3Cg style='mix-blend-mode:plus-lighter' opacity='0.05'%3E%3Ccircle cx='500' cy='-500' r='1242' stroke='white' stroke-width='116'/%3E%3C/g%3E%3Cg style='mix-blend-mode:plus-lighter' opacity='0.05'%3E%3Ccircle cx='500' cy='-500' r='1042' stroke='white' stroke-width='116'/%3E%3C/g%3E%3Cg style='mix-blend-mode:plus-lighter' opacity='0.05'%3E%3Ccircle cx='500' cy='-500' r='842' stroke='white' stroke-width='116'/%3E%3C/g%3E%3Cg style='mix-blend-mode:plus-lighter' opacity='0.05'%3E%3Ccircle cx='500' cy='-500' r='642' stroke='white' stroke-width='116'/%3E%3C/g%3E%3C/svg%3E")
			center/contain no-repeat;
	}
	.promo .prod {
		grid-row: 1/2;
		grid-column: 1/2;
	}
	.promo .outer {
		overflow: hidden;
		border-radius: 0 44px 44px 44px;
	}
	.promo h1 {
		padding-left: 160px;
		padding-top: 24px;
	}
	.promo .subtitle {
		padding-left: 160px;
		margin-top: 2px;
	}
	.promo .inner-1 {
		right: calc(100% - 150px);
		height: 58px;
		background: #fff;
		z-index: 100;
		border-radius: 0 0 43px 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: 58px;
	}
	.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: -50px;
	}
	.promo .inner-1 .top-right .corner {
		width: 110px;
		height: 110px;
		border-radius: 55px;
		border-radius: 40px;
		-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;
	}
	.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: 1/2;
		grid-column: 2/3;
		align-self: end;
		display: block;
	}
	.second__img {
		grid-row: 1/-1;
		grid-column: 2/3;
	}
	.second__img img {
		-o-object-fit: contain;
		object-fit: contain;
		height: calc(85px + 26.2vw);
	}
	.users .swiper-horizontal > .swiper-pagination-bullets,
	.users .swiper-pagination-bullets.swiper-pagination-horizontal,
	.users .swiper-pagination-custom,
	.users .swiper-pagination-fraction {
		top: 390px;
	}
	.users .swiper-button-next,
	.users .swiper-button-prev {
		top: 402px;
	}
}
@media screen and (min-width: 991px) {
	.container {
		width: 100%;
	}
	body {
		font-size: 18px;
	}
	.wrapper {
		margin-bottom: -25px;
	}
	.title {
		font-size: 28px;
	}
	section:not(section.promo),
	section:not(section.subpromo) {
		padding-top: 78px;
	}
	.cards__footer {
		margin: 40px auto 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.cards__footer p {
		font-size: 18px;
		line-height: 1.4;
	}
	.cards__footer svg {
		margin: -5px 10px 0;
	}
	.cards__inner {
		padding-top: 40px;
	}
	.cards__title {
		font-size: 28px;
		padding: 33px;
	}
	.cards .card {
		margin: 0;
		padding: 20px 36px 36px;
	}
	.cards .card__title {
		font-size: 28px;
	}
	.cards .card__subtitle {
		font-weight: 500;
		margin-top: 10px;
		font-size: 18px;
	}
	.cards .card__price {
		margin-top: 20px;
	}
	.cards .card__price p {
		font-size: 60px;
		margin-right: 7px;
	}
	.cards .card__price span {
		font-size: 18px;
	}
	.cards .card__footer {
		font-size: 18px;
	}
	.cards .card__save {
		margin-top: 4px;
	}
	.cards .card__delivery {
		margin-top: 15px;
		font-size: 18px;
	}
	.cards .card .button {
		margin-top: 20px;
	}
	.cards .card__cards {
		margin-top: 10px;
	}
	.promo .inner-1 {
		right: calc(100% - 290px);
		height: 98px;
	}
	.promo .inner-1 .inner__logo {
		font-size: 60px;
	}
	.promo .inner-1 .bottom-left {
		top: 98px;
	}
	.promo .inner-1 .top-right {
		right: -55px;
	}
	.promo__list {
		margin-top: 0px;
	}
	.promo h1 {
		font-size: 28px;
		line-height: 1;
		padding: 30px 40px 0 330px;
	}
	.promo .subtitle {
		font-size: 30px;
		margin-top: 10px;
		font-weight: 400;
		padding-left: 330px;
	}
	.promo__inner {
		margin-top: 26px;
		padding-right: 58px;
		padding-left: 140px;
		grid-template-columns: repeat(3, auto);
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}
	.promo__descr {
		margin: 0;
		grid-column: 2/4;
	}
	.promo__descr .paymets img {
		width: 256px;
	}
	.promo__icons {
		margin-top: 40px;
		grid-row: 2/3;
		grid-column: 2/3;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		-webkit-transform: scaleY(-1);
		-ms-transform: scaleY(-1);
		transform: scaleY(-1);
	}
	.promo__icons .ico {
		-webkit-transform: scaleY(-1);
		-ms-transform: scaleY(-1);
		transform: scaleY(-1);
	}
	.promo__footer {
		grid-row: 2/3;
		grid-column: -1/-2;
	}
	.promo .counter {
		margin-top: 58px;
	}
	.promo .prod {
		margin: 32px 0 0;
		width: 359px;
		margin-right: 83px;
		grid-row: 1/-1;
	}
	.promo .prod::after {
		inline-size: 425px;
		border-width: 21px;
		background: none;
	}
	.promo .prod::before {
		width: 110px;
		height: 110px;
		top: -38px;
		right: -39px;
	}
	.promo .prod img:first-child {
		width: 190px;
	}
	.promo .prod img:last-child {
		width: 180px;
		margin-left: -30px;
		margin-bottom: -32px;
	}
	.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;
	}
	.help .title {
		margin: 0;
		text-transform: none;
	}
	.help .button {
		margin: 40px 0 0;
	}
	.help .container {
		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;
	}
	.help__img {
		margin: -110px 50px -29px 0;
		width: auto;
	}
	.help__img .prod {
		width: 139px;
		top: 250px;
	}
	.help__img::after {
		inline-size: 450px;
		border-width: 20px;
	}
	.help__img::before {
		width: 107px;
		height: 107px;
		top: 72px;
		right: 31px;
	}
	.help__man img {
		width: 524px;
	}
	.help__man::after {
		display: none;
	}
	.help__descr {
		width: calc(100% - 524px);
	}
	.advantages .button {
		margin-top: 40px;
	}
	.advantages .title {
		text-align: center;
		font-size: 48px;
		text-transform: none;
	}
	.advantages__slider {
		max-width: none;
		margin-top: 0;
	}
	.advantages .swiper-button-next,
	.advantages .swiper-button-prev {
		display: none;
	}
	.component .button {
		margin-top: 30px;
	}
	.component .swiper-wrapper,
	.advantages .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;
	}
	.component .swiper-slide,
	.advantages .swiper-slide {
		width: 353px;
		margin-top: 15px;
	}
	.component__item,
	.advantages__item {
		margin: 40px 0 0;
	}
	.component__item h3,
	.advantages__item h3 {
		padding-top: 10px;
		padding-left: 20px;
		font-size: 18px;
		font-weight: 700;
		margin-top: 0;
	}
	.component .outer,
	.advantages .outer {
		position: relative;
		width: 100%;
		border-radius: 37px 37px 0 37px;
		overflow: hidden;
	}
	.component .outer img,
	.advantages .outer img {
		border-radius: 0;
		height: auto;
	}
	.component .inner-1,
	.advantages .inner-1 {
		position: absolute;
		width: 260px;
		bottom: 0;
		right: 0;
		left: calc(100% - 260px);
		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;
	}
	.component .inner-1 .inner-corner-cutout,
	.advantages .inner-1 .inner-corner-cutout {
		position: absolute;
		width: 37px;
		height: 37px;
		overflow: hidden;
	}
	.component .inner-1 .bottom-left,
	.advantages .inner-1 .bottom-left {
		position: absolute;
		top: -37px;
		right: 0;
	}
	.component .inner-1 .bottom-left .corner,
	.advantages .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;
	}
	.component .inner-1 .top-right,
	.advantages .inner-1 .top-right {
		position: absolute;
		bottom: 0;
		left: -37px;
	}
	.component .inner-1 .top-right .corner,
	.advantages .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: 100px;
	}
	.users .button {
		margin-top: 40px;
	}
	.users .title {
		font-size: 48px;
		text-align: center;
		text-transform: none;
		margin: 0;
	}
	.users .subtitle {
		font-size: 28px;
		margin-top: 20px;
		text-align: center;
	}
	.users__footer {
		margin-top: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}
	.users__people {
		width: 49%;
		max-width: 550px;
	}
	.users__slider {
		max-width: none;
		position: relative;
	}
	.users__slider::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.43) 30%, rgba(255, 255, 255, 0) 70%);
		inline-size: 900px;
		aspect-ratio: 1;
		border-radius: 50%;
		z-index: -1;
	}
	.users .swiper-button-next,
	.users .swiper-button-prev {
		display: none;
	}
	.users .swiper-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.users .swiper-slide {
		width: 32%;
		max-width: 353px;
		margin-top: 40px;
	}
	.users__item {
		margin: 0px;
	}
	.users__item img {
		border-radius: 50px;
	}
	.footer {
		margin-top: 69px;
	}
	.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;
	}
	.promo--final h1 {
		font-size: 28px;
		padding: 30px 40px 0 340px;
		line-height: 1.2;
	}
	.promo--final .promo__list {
		margin-top: -30px;
	}
	.promo--final .subtitle {
		margin-top: 20px;
		padding-left: 59px;
		padding-right: 100px;
	}
	.promo--final .promo__inner {
		padding-left: 50px;
		padding-bottom: 63px;
		grid-template-columns: 410px auto;
		padding-right: 50px;
	}
	.promo--final .promo__inner::before {
		inline-size: 1460px;
		top: -610px;
	}
	.promo--final .promo__descr {
		grid-column: 1/2;
	}
	.promo--final .promo__icons {
		grid-column: 1/2;
	}
	.promo--final .prod {
		width: 272px;
		grid-column: 2/3;
		margin: 0;
		justify-self: center;
		align-self: center;
	}
	.promo--final .prod::after {
		inline-size: 322px;
		border-width: 15px;
	}
	.promo--final .prod:before {
		width: 100px;
		height: 100px;
		top: -4px;
		right: -39px;
	}
	.promo--final .prod img:first-child {
		width: 153px;
	}
	.promo--final .prod img:last-child {
		width: 139px;
	}
}
@media screen and (min-width: 1180px) {
	.button {
		font-size: 30px;
		padding: 25px 10px;
		width: 320px;
	}
	section:not(section.promo),
	section:not(section.subpromo) {
		padding-top: 100px;
	}
	.promo .button.scroll {
		margin-top: 0;
		padding: 18px 5px;
	}
	.promo__inner {
		padding-bottom: 32px;
		padding-left: 80px;
	}
	.promo__inner:before {
		inline-size: 1920px;
		left: -400px;
		top: -660px;
	}
	.promo__icons {
		margin-top: 0;
		width: 234px;
		margin-left: -33px;
	}
	.promo__icons .ico {
		inline-size: 100px;
	}
	.promo__icons .ico:first-child {
		margin-right: 20px;
	}
	.promo__icons .ico svg {
		inline-size: 80px;
	}
	.promo__footer {
		font-size: 28px;
		margin-top: 0;
		width: 199px;
		justify-self: end;
		margin-bottom: 40px;
	}
	.promo__list li {
		font-size: 20px;
	}
	.promo__descr {
		width: 542px;
		padding-bottom: 36px;
	}
	.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 .title {
		line-height: 1.5;
	}
	.second__btn {
		margin-top: 60px;
		grid-column: 2/3;
		margin-right: -180px;
	}
	.second__list {
		margin-top: 20px;
		width: 700px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.second__list li p {
		font-size: 20px;
	}
	.second__list li .ico {
		margin-right: 20px;
	}
	.second__img img {
		width: 848px;
		margin-left: -60px;
	}
	.second p {
		line-height: 1.44;
	}
	.help__img {
		margin-top: -160px;
		margin-right: 102px;
	}
	.help__img::after {
		top: 59%;
	}
	.help__img::before {
		width: 127px;
		height: 127px;
		top: 112px;
		right: 21px;
	}
	.help__img .prod {
		right: -60px;
	}
	.help__descr {
		width: calc(100% - 626px);
	}
	.advantages__slider,
	.component__slider,
	.component .swiper-slide,
	.advantages .swiper-slide {
		margin-top: 0;
	}
	.advantages {
		padding-bottom: 100px;
	}
	.users .title {
		text-transform: none;
	}
	.component .title {
		font-size: 48px;
		text-align: center;
		text-transform: none;
	}
	.component .button {
		display: none;
	}
	.component .subtitle {
		margin-top: 20px;
		font-weight: 500;
		font-size: 28px;
		text-align: center;
		color: #04142c;
	}
	.component .swiper-wrapper {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.component__slider {
		position: relative;
		overflow: visible;
	}
	.component__slider::before {
		content: '';
		position: absolute;
		bottom: -50px;
		right: -200px;
		width: 974px;
		height: 514px;
		background: url(../../../../viposidn.com/content/liwOyIRur0ckwe8/img/component-bg.png) center/contain no-repeat;
	}
	.promo--final .inner-form .white-circle {
		height: 560px;
	}
	.promo--final .inner-form .top-right {
		bottom: -440px;
	}
	.promo--final .subtitle {
		padding-left: 50px;
		padding-right: 380px;
	}
	.promo--final .promo__inner {
		margin-top: 45px;
		grid-template-columns: 550px auto;
	}
	.promo--final .promo__inner:before {
		top: -730px;
		inline-size: 1920px;
	}
	.promo--final .promo__icons {
		width: 340px;
		margin-left: 0;
	}
	.promo--final .promo__icons .ico:first-child {
		margin-right: 0px;
	}
	.promo--final .prod {
		margin-top: -50px;
		width: 359px;
		grid-row: 1/-1;
	}
	.promo--final .prod::after {
		inline-size: 425px;
		border-width: 21px;
		background: none;
	}
	.promo--final .prod::before {
		width: 110px;
		height: 110px;
		top: -38px;
		right: -39px;
	}
	.promo--final .prod img:first-child {
		width: 190px;
	}
	.promo--final .prod img:last-child {
		width: 180px;
		margin-left: -30px;
		margin-bottom: -32px;
	}
	.promo--final .promo__descr {
		max-width: 100%;
	}
	.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 .card {
		max-width: 353px;
		cursor: pointer;
		position: relative;
		overflow: hidden;
		z-index: 10;
		-webkit-transition: color 0.4s;
		transition: color 0.4s;
		border-radius: 30px;
	}
	.cards .card__delivery {
		-webkit-transition: color 0.4s;
		transition: color 0.4s;
	}
	.cards .card::before {
		z-index: -1;
		content: '';
		position: absolute;
		top: -2px;
		bottom: -2px;
		left: -2px;
		right: -2px;
		opacity: 0;
		-webkit-transition: opacity 0.4s;
		transition: opacity 0.4s;
		background: -webkit-gradient(linear, left bottom, left top, from(#cfeafd), to(#ecf7ff));
		background: linear-gradient(360deg, #cfeafd 0%, #ecf7ff 100%);
		border: 4px solid #113974;
		border-radius: 30px;
	}
	.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::before,
	.cards .card.clicked::before {
		opacity: 1;
	}
	.cards .card--many {
		border: 2px solid #525050;
		background: #fff;
		color: #181718;
	}
}
@-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: #febb52;
	font-size: 17px;
	text-align: center;
}
.footer__company a {
	color: #febb52;
	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;
}

.cards .card__save {
	margin-top: 8px;
}
@media screen and (min-width: 991px) {
	.cards .card__save {
		margin-top: 4px;
	}
}
.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.3rem;
}