@import url("reset.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,500,700&display=swap");
@keyframes jump {
	0% {
		top: 15px;
	}
	50% {
		top: 30px;
	}
	100% {
		top: 15px;
	}
}

:root {
	--brown: #cebdaf;
	--black: #252322;
	--green: #a0c7c7;
	--light_green: #d2e4e4;
}
body {
	font-family: "Roboto";
	overflow-x: hidden;
	color: var(--black);
	font-size: 18px;
	line-height: 140%;
}
a {
	color: #e11e3b;
	text-decoration: underline;
}
input,
button :focus {
	outline: none;
}
a:hover {
	color: #e11e3b;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
header {
	padding: 20px 0;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}
header .row {
	justify-content: space-between;
}

.phone-mob {
	display: none;
	margin-top: 20px;
	margin-left: -166px;
}

.menu {
	justify-content: space-between;
	display: flex;
}
.menu a {
	text-decoration: none;
	font-size: 16px;
	line-height: 60px;
	text-transform: uppercase;
	color: #252322;
}
.menu li:last-child {
	padding-right: 2%;
	position: relative;
	padding-left: 20px;
}
.menu li:last-child > * {
	vertical-align: middle;
}
.menu li:last-child::before {
	height: 13px;
	width: 2px;
	background-color: #252322;
	position: absolute;
	top: calc(50% - 6.5px);
	left: 0px;
	content: "";
}
.menu li:last-child img {
	margin-left: 8px;
	transition: 0.3s;
	cursor: pointer;
}
.menu li:last-child a {
	font-size: 18px;
	color: #252322;
}
h3 {
	text-align: center;
	font-weight: bold;
	font-size: 50px;
	line-height: 59px;
	text-transform: uppercase;
	color: #252322;
}

.our_function_description {
	line-height: 140%;
	color: #757372;
	margin-top: 50px;
}
.right_small_block {
	display: inline-block;
	text-align: center;
}
.right_small_block p {
	margin-top: 20px;
	max-width: 214px;
}
.right_small_blocks {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #dcdcdc;
	padding-top: 50px;
	margin-top: 40px;
}
h5 {
	font-size: 30px;
	line-height: 140%;
	text-transform: uppercase;
	color: #000000;
	width: fit-content;
	position: relative;
}
.home h5 {
	text-align: center;
	margin: 0 auto;
}
.grey_section {
	padding: 45px 0 50px 0;
	background-color: #f5f5f5;
	margin-top: 140px;
	margin-bottom: 127px;
}
.grey_section h5::before {
	content: "";
	position: absolute;
	top: -59px;
	right: -71px;
	background-image: url("../img/xxxxxz.svg");
	width: 50px;
	height: 60px;
	background-size: cover;
}
.build_img_col::before {
	content: "";
	background-image: url("../img/picture_1.png");
	position: absolute;
	bottom: -158px;
	left: 0;
	width: 104%;
	height: calc(100% + 295px);
	background-size: cover;
	background-repeat: no-repeat;
}
.grey_section .row {
	justify-content: space-between;
}
.home_products_text {
	padding-left: 37px;
	margin-bottom: 55px;
}
.home_products_text p:last-child {
	color: #757372;
}
.home_products_text p:last-child::before {
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #e11e3b;
	position: absolute;
	top: 13px;
	left: 0;
}

.home_products_text p:first-child {
	font-weight: 500;
	font-size: 30px;
	line-height: 140%;
	text-transform: uppercase;
	color: #252322;
	margin-bottom: 20px;
}
.small_blocks {
	margin-top: 80px;
	display: flex;
	justify-content: space-around;
}
.our_pluses_home {
	background-image: url("../img/mockaroon-YqUeLG7fMr4-unsplash.png");
	padding: 50px 0 120px 0;
	background-size: cover;
	background-repeat: no-repeat;
}
.our_pluses_home h3 {
	margin-bottom: 71px;
}
.just_center {
	justify-content: center;
}
.question {
	color: #757372;
	background-color: #ffff;
	padding: 70px 120px 45px 120px;
}
.question > * {
	display: block;
	margin: 0 auto;
}
.question input {
	width: 100%;
	height: 50px;
	border: 1px solid #d2d2d2;
}
.question input[type="submit"] {
	background-color: #e11e3b;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	color: #ffffff;
	padding: 20px 16px;
	width: auto;
	height: auto;
	margin-top: 40px;
}
h6 {
	font-weight: bold;
	font-size: 30px;
	line-height: 35px;
	text-transform: uppercase;
	color: #252322;
	text-align: center;
}
.question p {
	margin-left: 20px;
	margin-top: 20px;
	font-size: 16px;
	color: #a6a6a6;
}
.question .question_sub_header {
	text-align: center;
	max-width: 382px;
	margin-top: 30px;
	margin-bottom: 40px;
	color: #757372;
}
.question_neme {
	position: relative;
}
.question input[type="text"] {
	margin-bottom: 20px;
}
.question_neme::before {
	content: "";
	position: absolute;
	top: -30px;
	left: -20px;
	width: calc(100% + 20px);
	height: 1px;
	background-color: #dcdcdc;
}
.order_plase {
	background-color: #f5f5f5;
	background-image: url("../img/bg.png");
	background-position-x: left;
	padding-top: 189px;
	padding-bottom: 170px;
	position: relative;
}
.order_plase::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url("../img/Groupc.png");
	width: 61.8%;
	height: 897px;
	background-size: cover;
	background-repeat: no-repeat;
}
footer {
	background-color: #252322;
	padding-top: 80px;
	padding-bottom: 80px;
}
.dstu > * {
	display: inline-block;
	vertical-align: middle;
}
.dstu span {
	font-size: 16px;
	color: #ffffff;
}
.cont_footer p,
.cont_footer p a {
	text-decoration: none;
	color: #a6a6a6;
	margin-bottom: 25px;
}
.cont_footer p a:hover {
	color: #fff;
}
.cont_footer .sm_marg__footer {
	margin-bottom: 10px;
}
.cont_footer p:first-child {
	font-size: 20px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #ffffff;
}
.footer_form input {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #868585;
	width: 100%;
	margin-bottom: 25px;
}
.footer_form p {
	font-size: 20px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 35px;
}
.footer_form input[type="submit"] {
	background-color: #e11e3b;
	padding: 10px 55px;
	border: none;
	width: auto;
	height: auto;
	font-weight: 500;
	line-height: 21px;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 15px;
}
footer .row {
	justify-content: space-between;
}
.line {
	border-right: 1px solid #3d3b3a;
}
.line_1 {
	border-left: 1px solid #3d3b3a;
}
.top_block {
	background-image: url("../img/Group2_bg.png");
	position: relative;
	height: calc(100vh - 70px);
	margin-bottom: 110px;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
}
.arrow_top {
	position: absolute;
	bottom: -84px;
	left: calc(50% - 68px);
	z-index: 30;
}
h1 {
	font-weight: bold;
	font-size: 70px;
	line-height: 130%;
	text-transform: uppercase;
	color: #ffffff;
}
.top_block p {
	font-weight: 500;
	font-size: 28px;
	line-height: 33px;
	color: #ffffff;
	margin-top: 11px;
	margin-bottom: 69px;
}
.top_block_btn {
	padding: 22px 19px;
	background-color: #e11e3b;
	text-align: center;
	width: fit-content;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #ffffff;
	width: 100%;
}
.top_block_btn:active,
.question input[type="submit"]:active,
.top_red_btn:active,
.footer_form input[type="submit"]:active,
.header_btn:active {
	cursor: pointer;
	/* box-shadow:inset 15px -10px 15px 0px rgba(0,0,0,0.23); */
	-webkit-box-shadow: inset 7px 9px 19px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 7px 9px 19px 10px rgba(0, 0, 0, 0.3);
	box-shadow: inset 7px 9px 19px 10px rgba(0, 0, 0, 0.3);
}
.top_block_btn:hover,
.question input[type="submit"]:hover,
.top_red_btn:hover,
.footer_form input[type="submit"]:hover {
	background-color: #252322;
}
.leaves10,
.leaves8 {
	bottom: -100px;
	right: 0;
	display: block;
	position: absolute;
	z-index: 15;
}
.leaves10 {
	bottom: 15%;
	right: 12%;
	width: 40%;
}
.leaves8 {
	width: 34%;
	bottom: -10%;
	right: -11%;
}
.bushes-center {
	width: 100%;
	height: 100%;
}
.hid {
	position: relative;
	overflow: hidden;
}
#scene,
#scene1 {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
}
.aa {
	left: 15px;
	position: absolute;
	bottom: -120px;
	z-index: 33;
	max-width: 337px;
	width: 100%;
}
.header_btn {
	background-color: #252322;
	padding: 10px 44px;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 10px;
}
footer input {
	color: #ffffff;
}
.question input {
	color: #a6a6a6;
}
.arrow_blk {
	width: 136px;
	height: 136px;
	border-radius: 50% 50% 0 0;
	background-color: #ffffff;
	position: relative;
}
.arrow_blk::before {
	content: url("../img/expand-button (2).svg");
	position: absolute;
	top: 20px;
	left: calc(50% - 17px);
	animation: jump 2.5s infinite;
	-webkit-animation: jump 2.5s infinite;
}
header {
	position: fixed;
	width: 100%;
	background-color: #ffffff;
	z-index: 9999;
	top: 0;
}
main,
.main {
	padding-top: 160px;
}
.products {
	padding-top: 130px;
}
.home {
	padding-top: 72px;
}
/* ----------------------------------------products */
.side li,
.side > a {
	line-height: 50px;
	background-color: #f5f5f5;
	border-bottom: 2px solid #ffffff;
}

.side a {
	text-decoration: none;
	display: block;
	color: #757372;
	padding-left: 25px;
	width: 100%;
}
.side li:hover,
.side .act_li {
	background-color: #e11e3b;
}
.side li:hover a,
.side .act_li a {
	color: #ffffff;
}
.top_red_btn {
	background-color: #e11e3b;
	box-shadow: 0px 6px 8px rgba(225, 30, 59, 0.15);
	border-radius: 2px;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #ffffff;
	display: flex;
	padding: 15px 21px;
	justify-content: center;
	vertical-align: middle;
	width: fit-content;
}
.top_red_btn span {
	margin-left: 8px;
}
.top_red_btn span:hover {
	color: #fff;
}
.top_row_prod {
	justify-content: space-between;
	position: relative;
	margin-bottom: 50px;
}
.top_row_prod::before {
	content: "";
	width: calc(100% - 30px);
	height: 1px;
	background-color: #dcdcdc;
	position: absolute;
	bottom: -15px;
	left: 15px;
}
.top_row_prod .col-lg-4 {
	display: flex;
	justify-content: flex-end;
}
.left_img_prod {
	position: relative;
	overflow: hidden;
}
.just_bt {
	display: flex;
	justify-content: space-between;
}
.guarantee {
	position: absolute;
	top: -20px;
	right: 50px;
	background-image: url("../img/xxxxxz.svg");
	width: 71px;
	height: 84px;
	background-size: cover;
	z-index: 33;
}
.table_prod th {
	font-size: 18px;
	line-height: 140%;
	color: #757372;
}
.table_prod td {
	font-weight: 500;
	font-size: 18px;
	line-height: 55px;
	color: #252322;
	height: 55px;
}
.table_prod tr {
	border-bottom: 1px solid #dcdcdc;
}
.left_side_prod p {
	font-size: 18px;
	line-height: 140%;
	color: #757372;
	margin-top: 30px;
}
main.products {
	margin-top: 30px;
}
.side {
	margin-bottom: 28px;
}
.side ul {
	max-height: calc(100vh - 200px);
	overflow: scroll;
}
.side > a {
	padding-left: 0;
	text-align: center;
	border-top: 2px solid #ffffff;
}
/* -------------------------------lab */
.top_lab h3 {
	margin-top: 60px;
	margin-bottom: 50px;
}
.top_lab p {
	color: #757372;
}
.lab .build_img_col::before {
	background-image: url("../img/p.png");
	width: 580px;
	height: 424px;
	bottom: -48px;
}
.lab .grey_section h5::before {
	display: none;
}
.lab .grey_section h5 {
	text-align: center;
	width: 100%;
}
.lab .grey_section {
	margin-bottom: 0;
}
.red_section {
	background-color: #e11e3b;
	position: relative;
	padding-top: 100px;
	padding-bottom: 77px;
	overflow: hidden;
}
.white_table {
	text-align: center;
	padding: 25px;
}
.centr_wrap_div {
	border: 2px solid #dcdcdc;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding-top: 30px;
	padding-bottom: 20px;
}
.white_table h5 {
	width: 100%;
}
.white_table {
	background-color: #ffffff;
}
.icon_red_div {
	position: relative;
}
.icon_red_div::before {
	content: "";
	background-color: #252322;
	width: 450px;
	height: 2px;
	position: absolute;
	top: 45px;
	left: calc(50% - 225px);
	z-index: 10;
}
.centr_wrap_div img {
	position: absolute;
	top: calc(50% + 14px);
	left: calc(50% - 34px);
	z-index: 12;
}
.centr_wrap_div p {
	color: #757372;
	margin-top: 88px;
}
.left_par,
.right_par {
	display: block;
	position: absolute;
	z-index: 15;
}
.left_par {
	left: -35px;
	bottom: -105px;
}
.right_par {
	right: -46px;
	top: -150px;
}
/* ------------------------------news page */

.title_news {
	font-weight: 500;
	font-size: 22px;
	line-height: 36px;
	color: #252322;
	margin-top: 20px;
}
.big_new_col .title_news {
	font-weight: 500;
	font-size: 30px;
	line-height: 35px;
	color: #252322;
	margin-top: 35px;
}
.dsc_news {
	font-size: 18px;
	line-height: 140%;
	color: #757372;
	margin-top: 25px;
	margin-bottom: 25px;
}
.big_new_col .dsc_news {
	font-size: 20px;
	line-height: 140%;
	color: #757372;
	margin-bottom: 35px;
}
.date {
	color: #a6a6a6;
	margin-right: 6%;
}
.read_btn {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #e11e3b;
	padding-left: 20px;
	border-left: 1px solid #c4c4c4;
}
.read_btn a {
	text-decoration: none;
}
.bottom_news > * {
	display: inline-block;
	margin-bottom: 30px;
}
.news_img_wrap,
.news_img_wrap_big {
	max-height: 189px;
	position: relative;
	overflow: hidden;
}
.news_img_wrap_big {
	max-height: 400px;
}
.news_img_wrap_big img,
.news_img_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: "object-fit: cover; object-position: 50% 50%;";
}
.news_pagination {
	margin-top: 80px;
	margin-bottom: 80px;
}
.page-link {
	font-size: 18px;
	line-height: 164.06%;
	color: #e11e3b;
	border: none;
	padding: 4px 14px 5px 14px;
}
.page-item.active .page-link {
	background-color: transparent;
	color: #a6a6a6;
	border: 1px solid #e11e3b;
	border-radius: 50%;
}
/* ---------------------------------------news_open */
.back_btn {
	display: flex;
	margin-bottom: 35px;
}
.back_btn > * {
	display: flex;
	vertical-align: middle;
}
.back_btn span {
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #e11e3b;
	margin-left: 15px;
}
.title_col_news {
	padding-top: 95px;
	position: relative;
}
.news_open .title_news {
	max-width: 603px;
	font-weight: 500;
	font-size: 30px;
	line-height: 35px;
	color: #525151;
	margin-top: 0px;
}
.title_col_news::before {
	background-color: #dcdcdc;
	content: "";
	width: calc(100% - 30px);
	position: absolute;
	top: 85px;
	left: 15px;
	height: 1px;
}
.text_news_open_dscr {
	margin-top: 50px;
	margin-bottom: 100px;
}
.text_news_open_dscr p {
	font-size: 18px;
	line-height: 164.06%;
	color: #757372;
}
.place_col img,
.phones_col img {
	margin-right: 15px;
}
.top-contacts {
	color: #757372;
}
.contacts {
	background-color: #f5f5f5;
}
.top-contacts a {
	color: #757372;
	text-decoration: none;
	margin-bottom: 10px;
	display: block;
}
.top-contacts a:hover {
	color: #e11e3b;
}
.top-contacts p,
.mail a {
	position: relative;
	margin-bottom: 20px;
}
.top-contacts p:before,
.mail a::before {
	content: "";
	position: absolute;
	top: 0;
	left: -40px;
	width: 25px;
	height: 25px;
	background-image: url("../img/phone-call (1).svg");
}
.place,
.mail {
	max-width: 58.6%;
	display: block;
	margin: 0 auto;
}
.mail {
	margin-top: 30px;
}
.phones_col {
	display: flex;
}
.phones_col > div,
.place_col > div {
	background-color: #ffffff;
	padding: 50px 0;
	width: 100%;
	height: 100%;
}
.phones_col > div {
	display: flex;
}
.phones_col > div > div {
	display: inline-block;
	width: 50%;
}
.phones_col > div > div > div {
	margin: 0 auto;
	display: block;
	width: fit-content;
}
.phones_col::before {
	content: "";
	width: 1px;
	height: 66.6%;
	border-left: 1px dashed #dcdcdc;
	position: absolute;
	left: 50%;
	top: 16.66%;
}
.place p:before {
	background-image: url("../img/placeholder (5).svg");
}
.mail a::before {
	background-image: url("../img/envelope (5).svg");
}
.place_col,
.phones_col {
	margin-bottom: 30px;
}
#map {
	height: 414px;
	width: 100%;
	margin-bottom: 30px;
}
.numbers {
	display: none;
	position: absolute;
	top: 55px;
	left: 0;
	padding-left: 20px;
	height: fit-content;
	width: 100%;
	background-color: #f5f5f5;
	box-shadow: 0px 15px 8px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
}
.numbers a {
	display: block;
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #3d3b3a;
}
.act_num {
	background-color: #f5f5f5;
	box-shadow: 0px 15px 8px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
}
.act_num img {
	transform: rotate(180deg);
}
.act_num .numbers {
	display: block;
}
.page-link:hover {
	background-color: transparent;
}
.menu a:hover,
.menu li:last-child a:hover {
	color: #e11e3b;
}
.header_btn:hover {
	background-color: #e11e3b;
}
footer {
	font-weight: 300;
}
.footer_form input {
	font-size: 16px;
	font-weight: 300;
}
.home {
	padding-top: 72px !important;
}
.facebook {
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #ffffff;
}
.facebook a:hover {
	color: rgb(153, 199, 245);
}
.facebook a {
	color: dodgerblue;
}
/* --------------------------media */
@media (max-width: 1499.7px) {
	.side a {
		font-size: 15px;
	}
	.guarantee {
		right: 0;
	}
	.leaves10 {
		width: 44%;
	}
	.order_plase {
		padding-top: 120px;
		padding-bottom: 100px;
	}
	.question {
		padding: 40px 70px 25px 70px;
	}
	.order_plase::before {
		width: 72%;
		height: 710px;
	}
	footer {
		padding-bottom: 40px;
		padding-top: 40px;
	}
	footer p {
		font-size: 15px;
	}
	.cont_footer p {
		margin-bottom: 15px;
	}
	.build_img_col::before {
		width: 120%;
		height: calc(100% + 250px);
		bottom: -154px;
	}
}
@media (max-width: 1199.8px) {
	.numbers {
		top: 43px;
	}
	.bottom_news > * {
		font-size: 16px;
	}
	.lab .build_img_col::before {
		width: 470px;
		height: 345px;
		bottom: -22px;
	}
	.side li {
		line-height: 130%;
		padding-top: 12px;
		padding-bottom: 13px;
	}
	.top_red_btn span {
		font-size: 15px;
	}
	.guarantee {
		width: 50px;
		height: 60px;
	}
	.menu a {
		font-size: 13px;
		line-height: 45px;
	}
	.menu li:last-child a {
		font-size: 16px;
	}
	.header_btn {
		padding: 7px 24px;
		font-size: 13px;
		line-height: 16px;
		margin-top: 8px;
	}
	.top_block_btn {
		font-size: 16px;
	}
	h1 {
		font-size: 50px;
	}
	.top_block p {
		font-size: 22px;
		line-height: 28px;
	}
	.right_small_blocks {
		padding-top: 30px;
		margin-top: 20px;
	}
	h5 {
		font-size: 25px;
	}
	.grey_section h5::before {
		width: 51px;
		height: 64px;
	}
	.grey_section {
		padding: 25px 0 30px 0;
	}
	.build_img_col::before {
		width: 131%;
		height: calc(100% + 230px);
		bottom: -126px;
	}
	.question {
		padding: 20px 30px 15px 30px;
	}
	.order_plase {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.order_plase::before {
		width: 76%;
		height: 586px;
	}
}
@media (max-width: 991.8px) {
	.phone-mob {
		display: flex;
	}
	.menu li:last-child a {
		color: #ffffff;
	}
	.act_num,
	.numbers {
		background-color: transparent;
	}
	.title_col_news {
		padding-top: 40px;
	}
	.title_col_news::before {
		top: 25px;
	}
	.lab .build_img_col::before {
		width: 358px;
		height: 260px;
		bottom: 4px;
	}
	.menu a {
		color: #ffffff;
	}
	.top_row_prod .col-lg-4 {
		justify-content: flex-start;
		margin-top: 20px;
	}
	.wrapper1 {
		width: 40px;
		height: 30px;
		display: inline-flex;
		flex-direction: column;
		justify-content: space-between;
		cursor: pointer;
		transition: transform 330ms ease-out;
		position: absolute;
		right: 15px;
		top: 15px;
		z-index: 100;
	}
	.menu {
		position: fixed;
		height: 100vh;
		width: 100%;
		overflow: scroll;
		top: 0;
		left: 0;
		background-color: rgba(227, 227, 227, 0.95);
		display: flex;
		align-items: center;
		background-color: rgba(79, 79, 79, 0.9);
		justify-content: center;
		z-index: 99;
		display: none;
		flex-direction: column;
	}

	body.overhidd {
		overflow: hidden;
	}
	.wrapper1 .line.start {
		transform-origin: right;
	}
	.wrapper1 .line {
		background-color: #000;
		border-radius: 5px;
		width: 100%;
		height: 3px;
		transition: all 0.4s;
	}
	.show {
		display: flex;
	}
	.wrapper1 .line.half {
		width: 100%;
	}

	.wrapper1 .line.start {
		transform-origin: right;
	}

	.wrapper1 .line.end {
		align-self: flex-end;
		transition: all 0.3s;
		transform-origin: left;
	}

	.wrapper1.open .line {
		transform: rotate(45deg) translate(0px, 0px);
	}

	.wrapper1.open .line.start {
		opacity: 0;
		transform: translate(20px, 0px);
	}

	.wrapper1.open .line.end {
		transform: rotate(-45deg) translate(4px, 5px);
	}
	.menu > * {
		width: auto;
	}
	.menu li:last-child::before {
		display: none;
	}
	.leaves10 {
		width: 67%;
		right: -17%;
	}
	.top_block {
		height: calc(100vh - 156px);
	}
	.leaves8 {
		bottom: -88px;
	}
	.build_img_col::before {
		width: 142%;
		height: calc(100% + 135px);
		bottom: -104px;
	}
	.right_small_blocks p {
		font-size: 14px;
	}
	.home_products_text p {
		font-size: 16px;
	}
	.home_products_text p:first-child {
		font-size: 26px;
	}
	.our_pluses_home h3 {
		margin-bottom: 31px;
		font-size: 30px;
	}
	.order_plase::before {
		display: none;
	}
	footer .line_1,
	footer .line {
		display: none;
	}
	.footer_form {
		margin-top: 30px;
	}
}
@media (max-width: 767.8px) {
	.news_pagination {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	main,
	.main {
		padding-top: 110px;
	}
	.text_news_open_dscr {
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.top_lab h3 {
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 40px;
		line-height: 49px;
	}
	.lab p {
		font-size: 16px;
	}
	.grey_section h5::before {
		right: 0px;
	}
	.build_img_col::before {
		display: none;
	}
	.grey_section {
		margin-bottom: 50px;
		margin-top: 70px;
	}
	.our_pluses_home {
		padding: 30px 0 60px 0;
	}
}
@media (max-width: 575.9px) {
	.phone-mob {
		margin-top: 10px;
	}
	.cont_footer,
	.log_footer,
	.footer_form p {
		text-align: center;
	}
	.top_block > .container {
		margin-top: 15vh;
	}
	.top_block {
		align-items: start;
	}
	.cont_footer {
		margin-top: 25px;
	}
	.home_products_text p:last-child::before {
		left: 37px;
		width: 12px;
		height: 12px;
		top: 8px;
	}
	.home_products_text p:first-child {
		padding-left: 20px;
		font-size: 22px;
	}
	.wrapper1 {
		top: 15px;
	}
	.footer_form input[type="submit"],
	.question input[type="submit"] {
		width: 100%;
	}
	.phones_col > div {
		flex-wrap: wrap;
	}
	.phones_col::before {
		display: none;
	}
	.phones_col > div > div {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
	.big_new_col .title_news,
	.news_open .title_news {
		font-size: 24px;
		line-height: 30px;
	}
	.text_news_open_dscr p,
	.date {
		font-size: 16px;
	}
	.red_section {
		padding-top: 40px;
		padding-bottom: 35px;
	}
	.grey_section {
		margin-top: 25px;
	}
	.icon_red_div::before {
		width: 100%;
		left: 0;
	}
	.scene {
		display: none;
	}
	.small_blocks {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.right_small_block p {
		margin-bottom: 20px;
	}
	.top_block p {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.top_block_btn {
		font-size: 15px;
		padding: 18px 13px;
	}
	.aa {
		position: static;
	}
	.top_lab h3,
	h3 {
		font-size: 28px;
		line-height: 33px;
	}
	h6 {
		font-size: 27px;
		line-height: 28px;
	}
	h1 {
		font-size: 40px;
		line-height: 45px;
	}
	.top_block {
		height: 100vh;
		margin-bottom: 30px;
	}
	.our_function_description {
		font-size: 16px;
		margin-top: 20px;
	}
	.right_small_block {
		width: 50%;
	}
	.right_small_block p {
		line-height: 120%;
	}
	.blocks_sec .right_small_block {
		width: 50%;
	}
	.select {
		width: 100%;
		justify-content: space-between;
		display: none;
	}
	.side ul,
	.side > a {
		/* display: none; */
		min-width: 100%;
		width: auto;
		margin-left: -10px;
		margin-right: -10px;
	}
	.side .show_side {
		display: block;
	}
	.rot_arr {
		transform: rotate(180deg);
	}
	.select img {
		transition: 0.5s;
	}
	.left_side_prod p {
		margin-bottom: 20px;
	}
	.hid {
		overflow: hidden;
	}
	.products {
		padding-top: 85px;
	}
	.dsc_news {
		font-size: 16px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.title_news {
		font-size: 20px;
		line-height: 25px;
		margin-top: 10px;
	}
}

@media (min-width: 576px) {
	.select {
		display: none;
	}
}
@media (max-width: 400px) {
	.phone-mob {
		margin-top: 5px;
	}
	.wrapper1 {
		top: 7px;
	}
}
@media (max-width: 1550px) and (max-height: 780px) {
	.leaves10 {
		width: 33%;
	}
}
@media (min-width: 1500px) {
	.container {
		max-width: 1440px;
	}
}

/* my */
.form-button {
	display: flex;
	justify-content: center;
}

.footer_form textarea {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #868585;
	width: 100%;
	height: 60px;
	margin-bottom: 25px;
}

.footer_form textarea {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}

.news_pagination {
	margin-top: 80px;
	margin-bottom: 80px;
}
.page-item {
	margin-left: 5px;
}
.page-item a {
	font-size: 18px;
	line-height: 164.06%;
	color: #e11e3b;
	border: none;
	padding: 4px 11px 4px 11px;
}
.page-item a:hover {
	color: #a6a6a6;
	border: 1px solid #e11e3b;
	border-radius: 50%;
}
.page-item span {
	padding: 4px 11px 4px 11px;
	background-color: transparent;
	color: #a6a6a6;
	border: 1px solid #e11e3b;
	border-radius: 50%;
}

.filter-item.hide {
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
}

.hide-product {
	display: none;
}

.preloader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: #e11e3b;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99999;
}

.preloader svg {
	width: 100px;
	height: 100px;
	margin: 20px;
	display: inline-block;
}

/* cf7 */

.wpcf7-response-output,
.wpcf7-validation-errors {
	display: none;
}

.wpcf7 .screen-reader-response ul {
	display: none;
}

.wpcf7 .screen-reader-response {
	margin-bottom: 75px;
	font-size: 13px;
	text-align: center;
	color: #e11e3b;
}

.footer_form .wpcf7 .screen-reader-response {
	margin-bottom: 25px;
	text-align: left;
	font-size: 13px;
	color: #e11e3b;
}

.footer_form .wpcf7 .wpcf7-not-valid-tip {
	display: none;
}

.question .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	font-size: 13px;
	color: #e11e3b;
}

#icon-phone {
	-webkit-animation: ring 4s 0.7s ease-in-out infinite;
	animation: ring 4s 0.7s ease-in-out infinite;
	-webkit-transform-origin: 20% 4px;
	transform-origin: 20% 4px;
}

@-webkit-keyframes ring {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	1% {
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}

	3% {
		-webkit-transform: rotate(-28deg);
		transform: rotate(-28deg);
	}

	5% {
		-webkit-transform: rotate(34deg);
		transform: rotate(34deg);
	}

	7% {
		-webkit-transform: rotate(-32deg);
		transform: rotate(-32deg);
	}

	9% {
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}

	11% {
		-webkit-transform: rotate(-28deg);
		transform: rotate(-28deg);
	}

	13% {
		-webkit-transform: rotate(26deg);
		transform: rotate(26deg);
	}

	15% {
		-webkit-transform: rotate(-24deg);
		transform: rotate(-24deg);
	}

	17% {
		-webkit-transform: rotate(22deg);
		transform: rotate(22deg);
	}

	19% {
		-webkit-transform: rotate(-20deg);
		transform: rotate(-20deg);
	}

	21% {
		-webkit-transform: rotate(18deg);
		transform: rotate(18deg);
	}

	23% {
		-webkit-transform: rotate(-16deg);
		transform: rotate(-16deg);
	}

	25% {
		-webkit-transform: rotate(14deg);
		transform: rotate(14deg);
	}

	27% {
		-webkit-transform: rotate(-12deg);
		transform: rotate(-12deg);
	}

	29% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}

	31% {
		-webkit-transform: rotate(-8deg);
		transform: rotate(-8deg);
	}

	33% {
		-webkit-transform: rotate(6deg);
		transform: rotate(6deg);
	}

	35% {
		-webkit-transform: rotate(-4deg);
		transform: rotate(-4deg);
	}

	37% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}

	39% {
		-webkit-transform: rotate(-1deg);
		transform: rotate(-1deg);
	}

	41% {
		-webkit-transform: rotate(1deg);
		transform: rotate(1deg);
	}

	43% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes ring {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	1% {
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}

	3% {
		-webkit-transform: rotate(-28deg);
		transform: rotate(-28deg);
	}

	5% {
		-webkit-transform: rotate(34deg);
		transform: rotate(34deg);
	}

	7% {
		-webkit-transform: rotate(-32deg);
		transform: rotate(-32deg);
	}

	9% {
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}

	11% {
		-webkit-transform: rotate(-28deg);
		transform: rotate(-28deg);
	}

	13% {
		-webkit-transform: rotate(26deg);
		transform: rotate(26deg);
	}

	15% {
		-webkit-transform: rotate(-24deg);
		transform: rotate(-24deg);
	}

	17% {
		-webkit-transform: rotate(22deg);
		transform: rotate(22deg);
	}

	19% {
		-webkit-transform: rotate(-20deg);
		transform: rotate(-20deg);
	}

	21% {
		-webkit-transform: rotate(18deg);
		transform: rotate(18deg);
	}

	23% {
		-webkit-transform: rotate(-16deg);
		transform: rotate(-16deg);
	}

	25% {
		-webkit-transform: rotate(14deg);
		transform: rotate(14deg);
	}

	27% {
		-webkit-transform: rotate(-12deg);
		transform: rotate(-12deg);
	}

	29% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}

	31% {
		-webkit-transform: rotate(-8deg);
		transform: rotate(-8deg);
	}

	33% {
		-webkit-transform: rotate(6deg);
		transform: rotate(6deg);
	}

	35% {
		-webkit-transform: rotate(-4deg);
		transform: rotate(-4deg);
	}

	37% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}

	39% {
		-webkit-transform: rotate(-1deg);
		transform: rotate(-1deg);
	}

	41% {
		-webkit-transform: rotate(1deg);
		transform: rotate(1deg);
	}

	43% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

.viberlink img {
	width: 32px;
	height: 32px;
	margin-top: 12px;
}

.phone-mob a {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 14px;
}

.phone-mob a img {
	width: 32px;
}

/* --- 29.06.2022 --- */

.top_price_btn {
	padding: 22px 19px;
	background-color: #252322;
	text-align: center;
	width: fit-content;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 20px;
	width: 100%;
}
.top_price_btn:hover {
	background-color: #e11e3b;
}
.aa a {
	text-decoration: none;
}
.mobile__homebg {
	display: none;
}
@media (max-width: 1200px) {
	.aa {
		max-width: 340px;
	}
	.top_price_btn {
		font-size: 16px;
	}
}
@media (max-width: 991.8px) {
	.top_price_btn:hover {
		background-color: #252322;
	}
}
@media (max-width: 575.9px) {
	.aa {
		margin-top: 35px;
		max-width: 100%;
	}
	.mobile__homebg {
		display: block;
		width: 360px;
		background-size: cover;
		margin: 30px auto 0;
	}
	.top_block h1 {
		max-width: 200px;
	}
}

/* --- 11.07.2022 --- */

.partners {
	padding: 50px 0 100px;
}
.partners__title {
	font-weight: 600;
	font-size: 50px;
	line-height: 130%;
	text-align: center;
	text-transform: uppercase;
	color: #252322;
	margin-bottom: 80px;
	font-family: "Roboto";
	font-style: normal;
}

.partners__inner {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.partners__item {
	width: 20%;
	margin-bottom: 35px;
}
.partners__item img {
	width: 100%;
	background-size: cover;
}

@media (max-width: 991.8px) {
	.partners {
		padding: 50px 0 70px;
	}
	.partners__item {
		width: 25%;
		margin-bottom: 25px;
	}
	.partners__title {
		font-size: 30px;
		margin-bottom: 45px;
	}
}

@media (max-width: 767.8px) {
	.partners__item {
		width: 33.33%;
		margin-bottom: 25px;
	}
	.partners__title {
		font-size: 26px;
		margin-bottom: 30px;
	}
	.partners {
		padding: 40px 0 50px;
	}
}
@media (max-width: 575.8px) {
.side ul {
    max-height: 220px;
    }
}
