* {
	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 #ffdb00, 
            0 0 10px 5px #4f4e4d, 
            0 0 0 5px #ffdb00;
    }
    100% {
        box-shadow: 
			0 0 0 2px #000000, 
			0 0 10px 5px #4f4e4d, 
			0 0 0 5px #000000;
        transform: scale(1);
        opacity: 0;
    }
}

.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: #ffffff;
	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: 35px;
	border: none;
	min-height: auto;
	padding: 0;
	font-size: 15px;
	font-family: 'Gilroy' !important;
	font-weight: 500;
	transition: 0.5s;
	background-color: #ffdb00;
	color: #000000;
	box-shadow: none;
	border-radius: 50px;
}

.kolibri .b24-form-btn-block button:hover {
	background-color: #000000;
	color: #ffffff;
}

.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: #7f7f7f;
}

.kolibri .b24-form-header-title {
	text-transform: uppercase;
	line-height: 1.1;
	font-weight: 600;
	font-family: Gilroy;
	margin: 30px 0px 20px 0px;
	letter-spacing: -0.5px;
}

body {
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	height: 100%;
	color: #000000;
	font-size: 15px;
	font-family: Gilroy;
}

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 {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	background: #4f4e4d;
}

header .logo {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 15px;
	background: #ffdb00;
	width: 100%;
}

header .logo a {
	display: inline-flex;
}

header .logo a img {
	display: inline-flex;
	height: 35px;
}

header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height: 50px;
}

header nav {
	display: flex;
}

header nav a {
	display: inline-flex;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	padding: 0px 4px;
	transition: 0.2s linear;
	margin: 0px 15px 0px 0px
}

header nav a.current,
header nav a:hover {
    color: #ffdb00;
}

header .contacts a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border: 2px solid #4f4e4d;
	border-radius: 50px;
	color: #4f4e4d;
	font-size: 15px;
	width: 170px;
	height: 40px;
	font-weight: 500;
	position: relative;
	z-index: 1;
	transition: 0.2s linear;
	cursor: pointer;
}

header .contacts a:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    content:'';
}

header .contacts a:hover {
    transform: scale(0.98);
	background: #ffdb00;
}

header .contacts a:hover:after {
    animation: sonarEffect 1s linear;
}

.banner {
	height: 320px;
	background: #f3e9e0 url(images/banner.jpg) no-repeat;
	background-size: cover;
	background-position: left center;
	display: flex;
	align-items: center;
}

.banner h1 {
	width: 57%;
	font-size: 36px;
	color: #000000;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 700;
}

.banner h3 {
	width: 45%;
	font-size: 23px;
	color: #000000;
	font-weight: 500;
}

article .advantages {
	padding: 40px 0px 40px 0px;
}

article .advantages .container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

article .advantages .block {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 25%;
	padding: 35px 20px 35px 20px;
	border-right: 1px solid #e5e5e5;
}

article .advantages .block:last-child {
	border-right: none;
}

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: 28px;
	line-height: 1;
	font-weight: 500;
	text-align: center;
	width: 90%;
	max-width: 1170px;
	margin: 0px auto20px auto;
}

article .product {
	margin-top: 60px;
}

article .product .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

article .product .left {
	width: 48%;
}

article .product .right {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 50%;
}

article .product .image_product {
	display: flex;
	align-items: center;
	justify-content: center;
}

article .product .image_product a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 200px;
}

article .product .image_product img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	display: inline-flex;
}

article .product h2 {
	display: flex;
	width: 100%;
	padding: 10px 20px;
	background: #ffdb00;
}

article .product h2 a {
	color: #000000;
}

article .product h3 {
	display: flex;
	width: 100%;
	padding: 10px 20px;
	background: #f0e6dd;
	font-size: 17px;
	font-weight: 500;
	line-height: 1;
}

article .product .left h2,
article .product .left h3 {
	display: none;
}

article .product .right p {
	padding: 20px 0px 0px 0px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
	width: 100%;
}

article .product .quality {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}

article .product .quality .item {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 50%;
	padding: 10px 10px;
	border-right: 1px solid #e5e5e5;
}

article .product .quality .item:nth-child(2n) {
	border-right: none;
}

article .product .quality .item:nth-child(1),
article .product .quality .item:nth-child(2) {
	border-bottom: 1px solid #e5e5e5;
}

article .product .quality .item i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    line-height: 1;
    background: url(images/quality_1.svg);
}

article .product .quality .item p {
	font-size: 14px;
	font-weight: 500;
	margin-top: 15px;
	padding: 0;
}

article .product .image_text {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 250px;
	width: 100%;
}

article .product .image_text img {
	width: 80%;
	height: 80%;
	object-fit: contain;
	object-position: center;
	display: inline-flex;
}

article .product .price_block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 20px 0px 25px 0px;
}

article .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.2s linear;
	cursor: pointer;
	border-radius: 50px;
}

article .product .price_block .commercial {
	background-color: #ffdb00;
	color: #000000;
}

article .product .price_block .link {
	background-color: #f0e6dd;
	color: #000000;
}

article .section_content .price_block .kp:hover {
	background-color: #2fc3e317;
}

article .section_content .price_block .pr:hover {
	background-color: #fde8864d;
}

article .bread {
	width: 100%;
	margin: 30px 0px 30px 0px;
	font-size: 12px;
	color: #707070;
}

article .bread a {
	color: #000000;
}

article .bread span {
	display: inline-flex;
	margin: 0px 5px;
	color: #000000;
}

article .section_content .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

article .section_content .description {
	width: 62%;
}

article .section_content .description h1 {
	font-size: 30px;
	line-height: 1;
	font-weight: 500;
	width: 100%;
	margin-bottom: 20px;
}

article .section_content .desc p {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
	width: 100%;
}

article .section_content .price_block {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 20px 0px 25px 0px;
}

article .section_content .price_block a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 49%;
	max-width: 200px;
	margin-right: 10px;
	height: 40px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	transition: 0.2s linear;
	cursor: pointer;
	border-radius: 50px;
}

article .section_content .price_block .commercial {
	background-color: #ffdb00;
	color: #000000;
}

article .section_content .price_block .price {
	background-color: #f0e6dd;
	color: #000000;
}

article .commercial:hover,
article .price:hover {
	background-color: #000000 !important;
	color: #ffffff !important;
}

article .section_content .block_info {
	width: 35%;
	overflow: hidden;
}

article .section_content .owl-carousel {
	width: 100%;
}

article .section_content .owl-carousel .block {
	border: 1px solid #f0e6dd;
	max-height: 250px;
	width: 100%;
}

article .section_content .owl-carousel .block a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 250px;
	overflow: hidden;
}

article .section_content .owl-carousel img {
	width: 90%;
	height: 90%;
	object-fit: contain;
	object-position: center;
}

article .section_content .owl-carousel .owl-dots {
	display: flex;
	margin-top: 5px;
}

article .section_content .owl-carousel .owl-dot {
	margin: 0px 5px 0px 0px;
	border: 1px solid #f0e6dd;
	max-height: 100px;
}

article .section_content .owl-carousel .owl-dot.active {
	border: 2px solid #ffdb00;
}

article .section_content .owl-carousel .owl-dot:last-child {
	margin: 0;
}

article .question {
	margin: 40px 0px 40px 0px;
	padding: 40px 0px;
	background: 
		url(images/form_1.png) left top / contain no-repeat, 
		url(images/form_2.png) right bottom / contain no-repeat;
	background-blend-mode: hard-light;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

article .question .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

article .question .left {
	width: 53%;
	padding-right: 5%;
	border-right: 1px solid #ebeff3;
}

article .question .right {
	width: 42%;
	text-align: center;
}

article .question h3 {
	font-size: 22px;
	line-height: 1;
	font-weight: 500;
	width: 100%;
	margin-bottom: 20px;
	/* color: #ffffff; */
}

article .question h4 {
	font-size: 18px;
	line-height: 1;
	font-weight: 400;
	margin-top: 20px;
	/* color: #ffffff; */
}

article .question p {
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	margin: 0px 0px 40px 0px;
	/* color: #ffffff; */
}

article .question button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 210px;
	height: 40px;
	background-color: #ffdb00;
	border: none;
	color: #000000;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	transition: 0.2s linear;
	cursor: pointer;
	border-radius: 50px;
}

article .question button:hover {
	background-color: #000000;
	color: #ffffff;
}

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 h2 {
	font-size: 20px;
	line-height: 1;
	font-weight: 500;
	width: 100%;
	margin: 20px 0px;
}

article .section_info p {
	font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    width: 100%;
	margin-top: 20px
}

article .section_info ul li {
	line-height: 1.4;
	font-weight: 400;
	font-size: 14px;
	padding-left: 40px;
	position: relative;
}

article .section_info li:before {
	content: '';
	position: absolute;
	display: inline-block;
	left: 20px;
	top: 6px;
	width: 6px;
	height: 6px;
	background: #4f4e4d;
	border-radius: 50%;
}

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: 49%;
	margin-bottom: 2%;
	padding: 20px 20px 35px 20px;
	border: 1px solid #e5e5e5;
}

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 {
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	margin-top: 15px;
	padding-left: 20px;
	position: relative;
}

article .section_info .features .item p:before {
	content: '';
	position: absolute;
	display: inline-block;
	left: 0px;
	top: 5px;
	width: 6px;
	height: 6px;
	background: #4f4e4d;
	border-radius: 50%;
}

article .section_info .features .top {
	display: flex;
	justify-content: center;
}

article .section_info .features .item i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    line-height: 1;
    background: url(images/quality_1.svg);
}

.forma_footer {
	margin-top: 40px;
	padding: 40px 0px;
	background: 
		url(images/form_1.png) left top / contain no-repeat, 
		url(images/form_2.png) right bottom / contain no-repeat;
	background-blend-mode: hard-light;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

.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 #ebeff3;
}

.forma_footer .left h3 {
	font-size: 38px;
    margin: 0 0 20px;
    font-weight: 400;
    width: 100%;
}

.forma_footer .left p {
	font-size: 20px;
    margin: 0 0 20px;
    font-weight: 400;
    width: 100%;
}

.forma_footer .left .forma_contact {
	font-weight: 400;
	line-height: 1.4;
	font-size: 16px;
}

.forma_footer .left .forma_contact a {
	color: #4f4e4d;
	font-size: 16px;
	font-weight: 500;
}

.forma_footer .left .span {
	margin-top: 40px;
	color: #4f4e4d;
	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: 400;
    width: 100%;
	text-align: center;
}

.infoFooter {
	background: #4f4e4d;
	padding: 10px 0px;
	border-top: 1px solid #ebebeb30;
}

.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 40px 0px;
	background: #4f4e4d;
}

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_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;
}

footer .footer_menu .copy {
	margin-top: 20px;
	text-align: right;
	font-size: 14px;
	color: #ffffff;
}

.error .container {
	text-align: center;
	margin-top: 40px
}

.error h3 {
	font-size: 38px;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: 400;
}

.error h5 {
	font-size: 120px;
	color: #ffdb00;
	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-color: #ffdb00;
	color: #000000;
	border-radius: 50px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	transition: 0.2s linear;
	cursor: pointer;
}

.error a:hover {
	background-color: #000000;
	color: #ffffff;
}

.buttonFX {
	position: fixed;
	display: flex;
	justify-content: space-between;
	bottom: 10px;
	z-index: 2;
	width: 90%;
	left: 5%;
}

.buttonFX a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 49%;
	max-width: 200px;
	height: 40px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	transition: 0.2s linear;
	cursor: pointer;
	border-radius: 50px;
}

.buttonFX .commercial {
	background-color: #ffdb00;
	color: #000000;
}

.buttonFX .price {
	background-color: #f0e6dd;
	color: #000000;
}

@media all and (max-width: 620px) {
	header .container {
		height: auto;
		padding: 10px 0px;
	}

	header nav {
		width: 100%;
		justify-content: space-evenly;
		margin-bottom: 10px;
	}

	header nav a {
		padding: 5px 0px;
	}

	header .contacts {
		display: flex;
		justify-content: center;
		width: 100%;
	}

	header .contacts a {
		width: 100%;
	}

	.banner {
		min-height: 220px;
		height: auto;
		padding: 40px 0px;
	}

	.banner h1 {
		width: 100%;
		font-size: 32px;
	}
	
	.banner h3 {
		width: 100%;
		font-size: 23px;
	}

	article .advantages .block {
		width: 50%;
		padding: 20px;
	}

	article .advantages .block:nth-child(2n) {
		border-right: none;
	}

	article .advantages .block:nth-child(1),
	article .advantages .block:nth-child(2) {
		border-bottom: 1px solid #e5e5e5;
	}

	article .product .left {
		width: 100%;
		order: ;
	}

	article .product .left h2,
	article .product .left h3 {
		display: flex;
	}

	article .product .image_product {
		margin-top: 25px;
	}

	article .product .right {
		width: 100%;
	}

	article .product .right h2,
	article .product .right h3 {
		display: none;
	}

	article .product {
		margin-top: 40px
	}

	.forma_footer {
		background: 
		url(images/form_1.png) left top / 200% no-repeat, 
		url(images/form_2.png) right bottom / 200%  no-repeat;
	}

	.forma_footer .left {
		width: 100%;
        margin-bottom: 20px;
        padding: 0px 0px 20px 0px;
        border-bottom: 1px solid #eaebec;
        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;
	}

	article .section_content .description {
		width: 100%;
	}

	article .section_content .block_info {
		width: 100%;
	}

	article .question {
		background: 
		url(images/form_1.png) left top / 200% no-repeat, 
		url(images/form_2.png) right bottom / 200%  no-repeat;
	}

	article .question .left {
		width: 100%;
		margin-bottom: 20px;
		padding: 0px 0px 20px 0px;
		border-bottom: 1px solid #eaebec;
		border-right: none;
		text-align: center;
	}

	article .question .right {
		width: 100%;
	}

	article .section_info .features .item {
		width: 100%;
	}
}