* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	outline-style: none;
}

li {
	list-style: none;
}

a {
	border: none;
	text-decoration: none;
}

a img {
	border: none;
}

input, textarea, button {
	font-weight: 400;
	font-family: 'Gilroy' !important;
}

:focus {
	outline: none;
}

::-webkit-input-placeholder { color: #37203f94; }
::-moz-placeholder { color: #37203f94; }
:-moz-placeholder { color: #37203f94; }
:-ms-input-placeholder { color: #37203f94; }

@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 
			0 0 0 2px #b35577, 
			0 0 10px 5px #fdb493, 
			0 0 0 5px #b35577;
	}
	100% {
		box-shadow: 
			0 0 0 2px #b35577, 
			0 0 10px 5px #fdb493, 
			0 0 0 5px #b35577;
		opacity: 0;
	}
}

#p_prldr{
	position: absolute;
	left: 0;
	top: 0;
	right:0;
	bottom:0;
	background: #ffffff;
	z-index: 9000;
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.loader {
	width: 100%;
	height: 100%;
}

.loader span {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #ca8298;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

.loader span:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #fbc89b;
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
}

.loader span:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #a15276;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.kolibri .b24-form-wrapper {
	max-width: 100%;
	min-height: auto;
	background: transparent;
}

.kolibri .b24-form-content form > div:first-child {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.kolibri .b24-form-field {
	margin: 0;
	width: 100%;
}

.kolibri .b24-form-wrapper.b24-from-state-on {
	min-height: auto !important;
}

.kolibri .b24-from-state-on .b24-form-state-container {
	background: #fcfcfc;
}

.kolibri .b24-form-wrapper.b24-from-state-on .b24-form-header-padding {
	display: none;
}

.kolibri .b24-form-state-container .b24-form-loader,
.kolibri .b24-form-state-container .b24-form-state {
	background: transparent;
	bottom: 0 !important;
}

.kolibri .b24-form-success-icon {
	width: 70px;
	height: 70px;
}

.kolibri .b24-form-success .b24-form-state-text {
	font-family: 'Gilroy';
	font-size: 18px;
	margin-bottom: 0;
}

.kolibri .forma_footer .b24-form-padding-side {
	padding: 0;
}

.kolibri .b24-form-header {
	border: none;
}

.kolibri .b24-form-sign {
	display: none;
}

.kolibri .b24-form-field {
	margin: 0;
}

.kolibri .b24-form-header-padding {
	padding: 0;
}

.kolibri .b24-form-header-padding .form_desc {
	padding: 30px 30px 0px 30px;
}

.kolibri .b24-form-content {
	padding: 20px 30px 30px 30px;
}

.kolibri .b24-form-header-padding .form_desc h3 {
	width: 100%;
	margin: 5px 0px 15px 0px;
	font-size: 22px;
	font-weight: 400;
	position: relative;
	font-family: Gilroy;
	line-height: 1;
}

.kolibri .b24-form-header-padding .form_desc h4 {
	font-size: 14px !important;
	line-height: 1.2;
	font-weight: 400 !important;
	font-family: Gilroy !important;
	color: #444 !important;
}

.kolibri .b24-form-control-icon-after .b24-form-control {
	border: 1px solid #ebeff3;
	background: #ffffffd4;
	font: 14px 'Gilroy' !important;
	border-radius: 0px;
	height: 40px;
	display: inline-flex;
	align-items: center;
}

.kolibri .footer_forma .b24-form-content {
	padding: 0;
}

.kolibri .b24-form-control-label {
	color: #47474794;
	opacity: 1;
	font-family: 'Gilroy';
	font-size: 14px !important;
}

.kolibri .b24-form-control-select-label,
.kolibri .b24-form-control:focus+.b24-form-control-label,
.kolibri .b24-form-control-not-empty+.b24-form-control-label {
	display: none;
}

.kolibri .b24-form-control-icon-after .b24-form-control:focus,
.kolibri .b24-form-control-icon-after .b24-form-control-not-empty {
	padding-top: 0;
	padding-bottom: 0;
}

.kolibri .b24-form-wrapper.b24-form-border-bottom {
	border: none
}

.kolibri .b24-form-btn-container {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-top: 20px;
}

.kolibri .b24-form-btn-block {
	display: flex;
	width: 100%;
	justify-content: center;
	position: relative;
	margin: 0 auto;
	padding: 0;
	min-height: auto;
}

.kolibri .b24-form-btn-block button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 200px;
	height: 40px;
	min-height: auto;
	padding: 0;
	font-size: 15px;
	font-family: 'Gilroy' !important;
	font-weight: 600;
	background: #ffffff75;
	border: 2px solid #dc6070;
	color: #000000;
	box-shadow: none;
	border-radius: 0px;
	z-index: 1;
	transition: 0.2s linear;
}

.kolibri .b24-form-btn-block button:after {
	position: absolute;
	width: 100%;
	height: 100%;
	content:'';
}

.kolibri .b24-form-btn-block button:hover {
	background: #ffffff;
}

.kolibri .b24-form-btn-block button:hover:after {
	animation: sonarEffect 1s linear;
}

.kolibri .b24-form-field.b24-form-field-agreement {
	width: 100%;
	margin-bottom: 25px;
	display: none;
}

.kolibri .b24-window-popup-wrapper {
	max-width: 400px;
	border-radius: 0px;
	overflow: hidden;
}

.kolibri .b24-window-close {
	background-color: #dc6070;
}

.kolibri .b24-form-header-title {
	text-transform: uppercase;
	line-height: 1.1;
	font-weight: 600;
	font-family: Gilroy;
	margin-top: 45px;
	letter-spacing: -0.5px;
}

body {
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	height: 100%;
	color: #000000;
	font-size: 15px;
	font-family: Gilroy;
	background: #f4f5f6;
}

html, body {
	margin: 0;
	padding: 0;
}

.wrapper {
	height: auto;
	min-height: 100%;
}

.wrapper .bot_page {
	margin-top: 0;
}

.container {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	max-width: 1170px;
}

header {
	background: 
		url(images/gradient-pink.jpg) left top / 54% no-repeat, 
		#ffffff right top / 46% no-repeat;
	position: relative;
}

header:after {
	content: '';
	position: absolute;
	width: 46%;
	height: 115%;
	right: 0;
	top: 0;
	background: #ffffff;
	z-index: -1;
}

header .container {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}

header .container .left {
	width: 55%;
	padding: 20px 20px 40px 0px;
}

header .container .right {
	width: 45%;
	padding: 0px 0px 0px 25px;
	position: relative;
}

header .container .right img {
	width: 100%;
}

header nav {
	display: flex;
	width: 100%;
}

header nav a {
	display: inline-flex;
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	transition: 0.2s linear;
	margin: 20px 15px 20px 0px;
	position: relative;
}

header nav a:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -10px;
	height: 3px;
	width: 0%;
	background: #000000;
	border-radius: 5px 5px 0 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
}

header nav.vega_menu a:nth-child(1):before,
header nav.mars_menu a:nth-child(2):before,
header nav.sirius_menu a:nth-child(3):before,
header nav a:hover:before {
	opacity: 1;
	visibility: visible;
	width: 100%
}

header h1 {
	width: 100%;
	font-size: 30px;
	color: #000000;
	margin: 40px 0px 20px 0px;
	text-transform: uppercase;
	font-weight: 700;
}

header h3 {
	width: 100%;
	font-size: 20px;
	color: #000000;
	font-weight: 500;
}

header .contacts {
	display: flex;
}

header .contacts a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 30px 0px 0px 0px;
	font-size: 15px;
	width: 170px;
	height: 40px;
	font-weight: 600;
	position: relative;
	z-index: 1;
	transition: 0.2s linear;
	cursor: pointer;
}

header .contacts a.price,
header .contacts a.zvonok {
	margin-right: 15px;
	background: #ffffff75;
	color: #000000;
	border: 2px solid #ca8298;
}

header .contacts a.commercial {
	background: #ca8298;
	color: #ffffff;
	border: 2px solid #bb7187;
}

header .contacts a:after {
	position: absolute;
	width: 100%;
	height: 100%;
	content:'';
}

header .contacts a:hover {
	background: #ffffff;
	color: #000000;
}

header .contacts a:hover:after {
	animation: sonarEffect 1s linear;
}

header .container .right .gallery_img {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

header .container .right .gallery_img .owl-stage-outer {
	overflow: hidden;
}

header .container .right .gallery_img .owl-stage {
	transition-timing-function: linear !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

header .container .right .gallery_img .owl-item {
	width: 100%;
}

header .container .right .gallery_img .block {
	width: 100%;
}

header .container .right .gallery_img .block a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	overflow: hidden;
}

header .container .right .gallery_img img {
	width: 100%;
	height: 100%;
	max-height: 300px;
	object-fit: contain;
	object-position: center;
}

header .container .right .gallery_img .owl-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	bottom: -40px;
	width: 100%;
}

header .container .right .gallery_img .owl-nav button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	background-color: #ca8298;
	transition: 0.2s linear;
}

header .container .right .gallery_img button span {
	display: none;
}

header .container .right .gallery_img button.owl-prev:after {
	content: "\edda";
	font-family: "native";
	font-size: 18px;
	color: #ffffff;
}

header .container .right .gallery_img button.owl-next:after {
	content: "\edd6";
	font-family: "native";
	font-size: 18px;
	color: #ffffff;
}

header .container .right .gallery_img button.disabled {
	background-color: #f6f7f9;
	cursor: default
}

header .container .right .gallery_img button.disabled:after {
	color: #bbbbbb;
}

header .container .right .gallery_img .owl-nav button:hover {
	background-color: #a94d72;
}

header .container .right .gallery_img .owl-nav button.disabled:hover {
	background-color: #f6f7f9;
}

article .advantages {
	padding: 80px 0px 60px 0px;
}

article .advantages .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

article .advantages .block {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 24%;
	padding: 35px 20px 35px 20px;
	border: 4px solid #d996a7;
	border-image: url(images/gradient-pink.jpg) 4 stretch stretch;
}

article .advantages .block .box_icon {
	margin-bottom: 20px;
	position: relative;
	display: inline-flex;
	line-height: 1;
}

article .advantages .block .box_icon i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	line-height: 1;
}

article .advantages .block .icon_1 {
	background: url(images/icon_1.svg);
}

article .advantages .block .icon_2 {
	background: url(images/icon_2.svg);
}

article .advantages .block .icon_3 {
	background: url(images/icon_3.svg);
}

article .advantages .block .icon_4 {
	background: url(images/icon_4.svg);
}

article .advantages .block .desc p {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
}

article .title {
	font-size: 26px;
	line-height: 1;
	font-weight: 500;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

article .products .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

article .products .product {
	display: inline-flex;
	flex-direction: column;
	justify-content: space-between;
	width: 32%;
	padding: 20px;
	position: relative;
	transition: 0.3s linear;
	margin-top: 40px;
}

article .products .product:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 4px solid transparent;
	border-image: url(images/gradient-pink.jpg) 4 stretch stretch;
	opacity: 0;
	transition: 0.3s linear;
	z-index: -1;
}

article .products .product .image_product {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 220px;
	overflow: hidden;
}

article .products .product .image_product a {
	display: inline-flex;
	width: 100%;
	height: 100%;
}

article .products .product .image_product img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	transition: 0.3s linear;
	position: relative;
}

article .products .product .image_product span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bac;
	background: linear-gradient(180deg, transparent 70%, #d996a726 30%);
	z-index: -1;
}

article .products .product .name {
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	color: #000000;
	padding: 25px 15px;
}

article .products .product .quality p {
	text-align: center;
	line-height: 1.2;
	margin-bottom: 15px;
}

article .products .product .quality p:after {
	content: '';
	display: flex;
	width: 15px;
	height: 2px;
	margin-top: 15px;
	margin-left: calc(50% - 4px);
	background: #dc6070;
}

article .products .product .quality p:last-child:after {
	content: none;
}

article .products .product .price_block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}

article .products .product .price_block a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 49%;
	height: 40px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	transition: 0.3s linear;
	cursor: pointer;
}

article .products .product .price_block .link {
	background-color: transparent;
	color: #000000;
	border: 2px solid #dc6070;
}

article .products .product .price_block .commercial {
	background-color: #ca8298;
	color: #ffffff;
	border: 2px solid transparent;
}

article .products .product .price_block a:hover {
	background-color: #a94d72;
	border: 2px solid transparent;
	color: #ffffff;
}

article .products .product:hover:after {
	opacity: 1;
}

article .products .product:hover img {
	transform: scale(1.1);
}

.forma_footer {
	margin-top: 40px;
	padding: 40px 0px;
	background: url(images/gradient-pink.jpg);
	background-size: 100% 100%;
}

.forma_footer .container {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.forma_footer .left {
	width: 55%;
	padding-right: 5%;
	border-right: 1px solid #e16772;
}

.forma_footer .left h3 {
	font-size: 33px;
	margin: 0 0 20px;
	font-weight: 700;
	width: 100%;
}

.forma_footer .left p {
	font-size: 20px;
	margin: 0 0 20px;
	font-weight: 500;
	width: 100%;
}

.forma_footer .left .forma_contact {
	font-weight: 400;
	line-height: 1.4;
	font-size: 16px;
}

.forma_footer .left .forma_contact a {
	color: #000000;
	font-size: 16px;
	font-weight: 600;
}

.forma_footer .left .span {
	margin-top: 40px;
	color: #61380e;
	font-weight: 500;
	font-size: 14px;
}

.forma_footer .left span {
	display: inline-flex;
	width: 100%;
	text-align: center;
	justify-content: center;
	font-weight: 300;
	font-size: 16px;
}

.forma_footer .right {
	width: 40%;
}

.forma_footer .right .p {
	font-size: 20px;
	margin: 0 0 20px;
	font-weight: 500;
	width: 100%;
	text-align: center;
	line-height: 1;
}

.infoFooter {
	background: #270313;
	padding: 20px 0px 10px 0px;
	border-top: 1px solid #e167723b;
}

.infoFooter span {
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	width: 100%;
	display: flex;
}

.infoFooter .copy {
	margin-top: 20px;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
}

footer {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 20px 0px;
	background: #270313;
}

footer .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}

footer .container .blocks {
	width: 48%;
}

footer .footer_info .logo {
	display: flex;
	margin-bottom: 20px;
	align-items: center;
	text-transform: uppercase;
	font-size: 18px
}

footer .footer_info .logo img {
	display: inline-flex;
	width: 100%;
	max-width: 200px;
	max-height: 100px;
}

footer .footer_info .hed {
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 15px;
	color: #ffffff;
}

footer .footer_info .block {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

footer .footer_info .block:last-child {
	margin: 0;
}

footer .footer_info .block span,
footer .footer_info .block a {
	color: #ffffff;
	font-size: 15px;
	text-align: left;
	line-height: 1;
	font-weight: 300;
}

footer .footer_info .block i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	color: #ffffff;
}

footer .footer_menu {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: right;
	justify-content: space-between;
}

footer .footer_menu .menu {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: right;
}

footer .footer_menu a {
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 5px;
	color: #ffffff;
	transition: 0.2s linear;
}

footer .footer_menu .vega a:nth-child(1),
footer .footer_menu .mars a:nth-child(2),
footer .footer_menu .sirius_menu a:nth-child(3),
footer .footer_menu a:hover {
	color: #dc6070;
}

footer .footer_menu .copy {
	margin-top: 20px;
	text-align: right;
	font-size: 14px;
	color: #ffffff;
}

.bread .block {
	width: 50%;
	margin: 15px 0px 0px 0px;
	font-size: 13px;
	color: #823859;
	font-weight: 500;
}

.bread a {
	color: #000000;
}

.bread  span {
	display: inline-flex;
	margin: 0px 5px;
	color: #000000;
}

article .section_content {
	margin-top: 60px;
}

article .section_content p {
	line-height: 1.4;
	font-weight: 400;
	font-size: 15px;
	position: relative;
	margin-bottom: 30px;
}

article .question {
	margin: 40px 0px 40px 0px;
}

article .question .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 40px 40px;
	background: url(images/gradient-pink.jpg);
	background-size: 100% 100%;
}

article .question .left {
	width: 53%;
	padding-right: 5%;
	border-right: 1px solid #e16772;
}

article .question .right {
	width: 42%;
	text-align: center;
}

article .question h3 {
	font-size: 25px;
	line-height: 1;
	font-weight: 600;
	width: 100%;
	margin-bottom: 20px;
}

article .question h4 {
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	margin-top: 20px;
}

article .question p {
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	margin: 0px 0px 40px 0px;
}

article .question button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 210px;
	height: 40px;
	background: #ffffff75;
	border: 2px solid #dc6070;
	color: #000000;
	font-size: 15px;
	font-weight: 500;
	transition: 0.2s linear;
	cursor: pointer;
	position: relative;
}

article .question button:after {
	position: absolute;
	width: 100%;
	height: 100%;
	content:'';
}

article .question button:hover {
	background: #ffffff;
}

article .question button:hover:after {
	animation: sonarEffect 1s linear;
}

article .section_info h2 {
	font-size: 26px;
	margin: 30px 0;
	position: relative;
	font-weight: 500;
	width: 100%;
}

article .section_info .text p {
	line-height: 1.4;
	font-weight: 400;
	font-size: 15px;
	position: relative;
	margin-bottom: 30px;
}

article .section_info .text li {
	line-height: 1.4;
	font-weight: 400;
	font-size: 15px;
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px;
}

article .section_info .text li:before {
	content: '';
	position: absolute;
	display: inline-block;
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	background: #ca8298;
	border-radius: 50%;
}

article .section_info .title {
	margin: 40px 0px;
}

article .caption {
	display: flex;
	justify-content: center;
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	width: 100%;
	text-align: center;
	margin-top: -29px;
}

article .section_info .features {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}

article .section_info .features .item {
	display: inline-flex;
	flex-direction: column;
	width: 32%;
	margin-bottom: 2%;
	padding: 20px;
	border: 4px solid #d996a7;
	border-image: url(images/gradient-pink.jpg) 4 stretch stretch;
}

article .section_info .features .item .left {
	display: inline-flex;
	width: 100%;
	align-items: center;
}

article .section_info .features .item img {
	width: 100%;
	height: 100%;
	max-height: 200px;
	object-fit: contain;
	object-position: center;
}

article .section_info .features .item h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	margin-top: 15px;
}

article .section_info .features .item p {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	margin-top: 15px;
	position: relative;
}

article .section_info .features .item p i {
	display: inline-flex;
	width: 6px;
	height: 6px;
	background: #ca8298;
	border-radius: 50%;
	margin: 5px 0px 0px 0px;
}

article .section_info .features .item p span {
	display: inline-flex;
	width: calc(100% - 17px);
}

article .section_info .features .top {
	display: flex;
	justify-content: center;
}

article .section_info .features .top i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    line-height: 1;
    background: url(images/star.svg);
    background-size: 100%;
}

.error .container {
	text-align: center;
	margin-top: 80px
}

.error h3 {
	font-size: 35px;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: 500;
}

.error h5 {
	font-size: 120px;
	color: #d996a7;
	line-height: 1;
	margin: 20px 0px;
	text-align: center;
}

.error p {
	font-size: 16px;
	text-align: center;
	font-weight: 400;
}

.error a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 90%;
	max-width: 210px;
	height: 40px;
	margin-top: 20px;
	background: #ca8298;
	color: #ffffff;
	border: 2px solid #bb7187;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	transition: 0.2s linear;
	cursor: pointer;
}

.error a:hover {
	background: #ffffff;
	color: #000000;
}

@media all and (max-width: 1000px) {
	header {
		background: 
			url(images/gradient-pink.jpg) left top / 54% 100% no-repeat, 
			#ffffff right top / 46% no-repeat;
	}

	article .products .product .price_block a {
		width: 100%;
	}

	article .products .product .price_block .link {
		margin-bottom: 10px;
	}

	header nav a {
		font-size: 14px;
	}
}

@media all and (max-width: 600px) {
	header {
		background: 
			url(images/gradient-pink.jpg) left top / 100% 100% no-repeat;
	}

	header .container {
		align-items: flex-start;
	}
	
	.home_page header .container .right {
		display: none;
	}

	.product_page header .container .right {
		width: 100%;
		padding: 20px 0px 20px 0px;
	}

	.product_page header .container .right:before {
		content: '';
		position: absolute;
		width: 120%;
		height: 100%;
		left: -10%;
		top: 0;
		background: #ffffff
	}

	header .container .left {
		width: 100%;
		padding: 0px 0px 30px 0px;
	}

	header nav {
		justify-content: space-between
	}

	header nav a {
		font-size: 15px;
		font-weight: 500;
		margin: 20px 0px 20px 0px;
	}

	header h1 {
		font-size: 27px;
	}

	header:after {
		content: none;
	}

	article .advantages {
		padding: 40px 0px;
	}

	article .advantages .block {
		width: 49%;
		margin-bottom: 2%;
		padding: 20px;
	}

	article .products .product {
		margin-top: 20px;
		width: 100%;
	}

	.forma_footer .left {
		width: 100%;
		margin-bottom: 20px;
		padding: 0px 0px 20px 0px;
		border-bottom: 1px solid #e16772;
		border-right: none;
	}

	.forma_footer .right {
		width: 100%;
	}

	footer .container .blocks {
		display: flex;
		flex-direction: column;
		width: 100%;
		align-items: center;
		text-align: center;
	}

	footer .footer_menu {
		order: 1;
		margin-bottom: 10px;
	}

	footer .footer_info {
		order: 2;
	}

	header .container .right .gallery_img .owl-nav {
		bottom: 50%;
		margin-bottom: -17.5px;
	}

	.bread .block {
		width: 100%;
	}

	article .section_content {
		margin-top: 40px
	}

	article .question .left {
		width: 100%;
		margin-bottom: 20px;
		padding: 0px 0px 20px 0px;
		border-bottom: 1px solid #e16772;
		border-right: none;
		text-align: center;
	}

	article .question .right {
		width: 100%;
	}

	article .section_info .features .item {
		width: 100%;
	}
}