@charset "utf-8";

/* ======================================== */
/* НУЖНЫ префиксы !!!! */
.save {
	/* Основной цвет */
	color: #1695a3;
	background-color: #ccf0ff;
	background-color: #8adcff77;
	background-color: #137984;
	/* Теневой цвет  */
	box-shadow: 0 0 5px #004466;
	background-color: #13798477;
	/* Обводки */
	outline: 3px solid #1695a3;
}

/* ======================================== */
/* Правила */
@media(max-width: 500px) {

	/* !!!! Исправить переход 850px-860px !!!! */
	.card_perf,
	.view_perf {
		word-break: break-all;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}

	.carousel_h2,
	.carousel_txt {
		padding-left: 0 !important;
	}
}

/* hide_width_0_700 */
@media(max-width: 700px) {
	.hide_width_0_700 {
		display: none !important;
	}

	#header {
		position: fixed !important;
	}

}

/* hide_width_701_max */
@media(min-width: 701px) {
	.hide_width_701_max {
		display: none !important;
	}
}

/* ======================================== */
/* Шрифты */
@font-face {
	font-family: norm;
	/* src: url("/_static/font/zNet.ttf"); */
	src: url("/_static/font/Novoposelensky.otf");
}

@font-face {
	font-family: bold;
	/* src: url("/_static/font/zNet-Bold.ttf"); */
	src: url("/_static/font/Novoposelensky.otf");
}

.h1 {
	font-size: 40px;
}

.h2 {
	font-size: 31px;
}

.h3 {
	font-size: 25px;
}

.h4 {
	font-size: 20px;
}

.font_norm {
	font-family: norm;
}

.font_bold {
	font-family: bold;
}

.font_white {
	color: #ffffff;
}

.font_dark {
	color: #1695a3;
}

/* ======================================== */
/* Флексы: */
.display_flex {
	display: flex;
}

.direcion_row {
	flex-direction: row;
	/*
	row-reverse
	column-reverse
	*/
}

.direcion_column {
	flex-direction: column;
}

.justify_start {
	justify-content: flex-start;
	/*
	flex-end
	center
	space-between
	space-around
	space-evenly
	start
	end
	left
	righ
	*/
}

.items_start {
	align-items: flex-start;
	/*
	flex-end
	center
	baseline
	stretch
	*/
}

/* ======================================== */
/* Цвета: */

/* ======================================== */
/* Входные */
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: sans-serif;
	font-size: inherit;
}

/* ======================================== */
/* Скрытие */
.hide {
	display: none;
}

/* ======================================== */
/* Структура */
html {
	scroll-behavior: smooth;
}

html,
body {
	width: 100%;
	height: 100%;
	display: table;
	min-height: 100%;
	background-color: #ffffff;
}

#content {
	display: table-row;
	height: 100%;
}

.inner_full {
	margin: 0 auto;
	width: 100%;
	max-width: 1210px;
	min-width: 270px;
}

/* ---------------------------------------- */
/* Header */
#header {
	width: 100%;
	background-color: #ffffff;
	box-shadow: 0 0 5px #004466;
	z-index: 10;
}

.header,
#header * {
	height: 70px;
	line-height: 70px;
}

#header a {
	color: #1695a3;
	font-weight: 700;
	text-decoration: none;
}

#header>.inner_full {
	flex-flow: row nowrap;
	justify-content: space-between;
}

#header .logo {
	min-width: 160px;
	padding: 0 5px 0 60px;
	/* background-image: url(/favicon.svg); */
	background-image: url(/_static/img/kdm.svg);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: auto 50px;
}

.space {
	flex: 1 0 auto;
}

.form_full,
.call_full {
	flex: 0 0 auto;
	padding: 0 20px;
}

.form_img {
	background-image: url(/_static/img/mail.svg);
}

.call_img {
	background-image: url(/_static/img/phone.svg);
}

.find_img {
	background-image: url(/_static/img/search.svg);
}

.menu_img {
	background-image: url(/_static/img/menu.svg);
}

.cros_img {
	display: none;
	background-image: url(/_static/img/cross.svg);
}

.form_img,
.call_img,
.find_img,
.menu_img,
.cros_img {
	flex: 0 1 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 25px;
}

a:hover {
	cursor: pointer;
}

/* ---------------------------------------- */
/* NavBar */
#navbar {
	position: sticky;
	z-index: 9;
	top: 0;
	width: 100%;
	background-color: #ffffff;
	box-shadow: 0 0 5px #004466;
}

#navbar a {
	flex: 0 0 100px;
	padding: 0 5px;
	color: #1695a3;
	font-weight: 700;
	text-decoration: none;
	text-align: end;
}

#navbar * {
	height: 50px;
	line-height: 50px;
}

#navbar>.inner_full {
	flex-flow: row nowrap;
	justify-content: space-between;
}

#navbar .logo {
	flex: 0 1 180px;
}

/* ---------------------------------------- */
/* NavMenu */
#nav_menu {
	position: fixed;
	top: 0;
	left: 100%;
	z-index: 8;
	width: 100%;
	height: 100%;
	background-color: #77777799;
}

#menu_bar {
	position: fixed;
	top: 0;
	left: 100%;
	z-index: 9;
	width: calc(100% - 90px);
	height: 100%;
	margin: 0 0 0 90px;
	padding: 80px 0 0 0;
	background-color: #ffffff;
}

#menu_bar a {
	flex: 0 0 25px;
	padding: 0 5px;
	color: #1695a3;
	width: 100%;
	padding: 17px 30px;
	line-height: 25px;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	text-align: start;
}

/* ---------------------------------------- */
/* Content */
#content>.inner_full {
	width: 100%;
}

/* Main */
.carousel_box {
	margin: auto;
	margin-bottom: 25px;
	width: 100%;
	height: 100vh;
	max-height: 500px;
	position: relative;
	overflow: hidden;
}

.carousel_inner {
	width: 100%;
	height: 100%;
	transition: transform 0.5s;
	display: flex;
}

.carousel_item {
	flex: 0 0 100%;
	position: relative;
}

.carouesl_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/* filter: blur(10px);
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px); */
}

.carouesl_bg a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.carousel_img {
	/* position: relative; */
	margin: 25px;
	width: 250px;
	height: 90px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

/* Coletex */
.carousel_h2,
.carousel_txt {
	margin: 50px 25px;
	width: 90%;
	max-width: 500px;
	padding-left: 75px;
	text-align: left;
}

.carousel_h2 {
	line-height: 1.2;
	font-size: 31px;
	font-weight: 700;
}

.carousel_txt {
	font-size: 16px;
}

.carousel_bottom {
	position: absolute;
	width: 34px;
	height: 20%;
	user-select: none;
	z-index: 5;
	background-color: #777777;
	background-color: #00000044;
	background-repeat: no-repeat;
	background-position: center;
}

.carousel_bottom:hover {
	background-color: #444444;
	background-color: #00000099;
	box-shadow: 0 0 5px #00394d;
}

.carousel_stop:hover,
.carousel_run {
	left: 0;
	bottom: 0;
	background-image: url("/_static/img/pause.svg");
}

.carousel_run:hover,
.carousel_stop {
	left: 0;
	bottom: 0;
	background-image: url("/_static/img/run.svg");
}

.carousel_next {
	right: 0;
	top: 40%;
	background-image: url("/_static/img/arrow.svg");
	transform: rotate(180deg);
}

.carousel_prev {
	left: 0;
	top: 40%;
	background-image: url("/_static/img/arrow.svg");
}

/* link_box */
.catalog_link_box {
	width: 100%;
	min-height: 100px;
	/* margin: 10px 0; */
}

.catalog_link_head {
	margin: 10px;
	font-size: 25px;
	font-weight: 700;
	color: #1695a3;
}

.catalog_link_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.catalog_link_list>a {
	flex: 0 0 270px;
	max-width: 100%;
	margin: 15px;
	height: 130px;
	padding: 20px;
	box-shadow: 0 0 5px #004466;
	text-align: left;
	text-decoration: none;
	color: #137984;
	font-size: 20px;
	font-weight: 700;
}

/* ---------------------------------------- */
/* About */
#about {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: row wrap;
}

#about * {
	font-size: 20px;
	font-weight: 700;
	color: #222222;
	text-align: left;
}

#about>div {
	margin: 10px;
	flex: 1 0 500px;
	align-items: stretch;
}

/* Catalog */
#catalog {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: row nowrap;
}

#filter_back {
	position: fixed;
	top: 0;
	left: 100%;
	z-index: 7;
	width: 100%;
	height: 100%;
	background-color: #77777799;
}

#filter_min {
	position: fixed;
	top: 0;
	left: 100%;
	z-index: 8;
	width: calc(100% - 90px);
	height: 100%;
	margin: 0 0 0 90px;
	padding: 80px 0 0 0;
	background-color: #ffffff;
}

.filter,
#list {
	margin: 10px auto;
}

.filter {
	flex: 0 0 290px;
	left: 0;
}

#filter_form {
	overflow: auto;
	height: 100%;
	background-color: #ffffff;
}

.filter form {
	margin: 10px;
	padding: 20px 20px;
	border-right: 2px solid #00446633;
	/* box-shadow: 0 0 5px #004466; */
	text-align: left;
}

.filter form * {
	text-align: left;
	line-height: 25px;
	user-select: none;
}

.filter form button {
	width: calc(100% - 30px);
	margin: 0 15px;
	text-align: center;
}

.filter_section {
	margin: 10px auto;
	border-top: 2px solid #00446633;
	padding: 5px;
}

.filter_enter,
.filter_fresh {
	color: #137984;
	width: 110px;
	height: 37px;
	margin: 5%;
	background-color: #ffffff;
	border: 3px solid #1695a377;
	border-radius: 5px;
	color: #1695a3;
}

#clean_form {
	height: 0;
	margin: 0;
	padding: 0;
}

#list {
	flex: 1 1 100%;
}

#filter_display {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	font-size: 20px;
}

/* ======================================== */
.card_product {
	margin: 10px 0;
	box-shadow: 0 0 5px #004466;
	text-align: left;
	padding: 10px;
}

.card_product>* {
	width: 100%;
	text-decoration: none;
}

.card_name {
	color: #000000;
	text-align: left;
	font-size: 25px;
	font-weight: 600;
}

.card_present {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.card_img {
	border: 2px solid #1695a3;
	border: 2px solid #00446633;
	height: 200px;
	flex: 0 1 200px;
}

.card_img * {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.card_info {
	padding: 10px;
	flex: 1 1 350px;
}

.card_perf {
	text-align: left;
	font-size: 20px;
}

.view_pryce>div,
.card_pryce>div {
	width: 100%;
	display: flex;
}

/* ---------------------------------------- */
/* Product */
.product,
#product {
	padding: 10px;
}

.product *,
#product * {
	text-align: left;
}

/* card_filter */
.card_filter {
	/* display: none; */
	text-align: right;
	color: #1695a3;
	font-size: 12px;
	font-weight: 700;
}

.view_filter {
	min-height: 50px;
	border-bottom: 2px solid #00446633;
}

/* card_name */
.view_name {
	font-size: 34px;
	line-height: 50px;
	border-bottom: 2px solid #00446633;
}

/* card_perf */
/* card_img */
/* card_pryce */
.view_present {
	min-height: 200px;
	display: flex;
	flex-flow: row wrap;
	border-bottom: 2px solid #00446633;
}

.block_img {
	margin: 10px 0;
	flex: 1 1 250px;
	max-width: 450px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: stretch;
}

.block_img img {
	border: 2px solid #1695a3;
	border: 2px solid #00446633;
	object-fit: contain;
	user-select: none;
}

.block_img img:hover {
	border: none;
}

.title_img {
	width: 350px;
	width: 100%;
	height: 350px;
	display: flex;
}

.title_img * {
	width: 100%;
	height: 100%;
}

.view_img {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
}

.view_img * {
	width: 100px;
	height: 100px;
	margin: 5px;
	cursor: pointer;
}


.block_perf {
	flex: 1 1 450px;
	margin: 10px;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: stretch;
}

.view_perf {
	/* margin: 10px; */
	font-size: 25px;
}

/* 0000 =========================================================================== */
.view_pryce {
	margin: 10px;
}

/* zzzzz =========================================================================== */

.view_specific {
	min-height: 300px;
}

.round_all {
	line-height: 50px;
	border-bottom: 2px solid #00446633;
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.round_all>div {
	flex: 1 0 180px;
	/* 720px */
	/* 540px */
	/* 360px */
	text-align: center;
	color: #999999;
	font-size: 27px;
	user-select: none;
	cursor: pointer;
}

.view_about .round_about {
	color: #000000;
}

.view_use .round_use {
	color: #000000;
}

.view_info .round_info {
	color: #000000;
}

.view_more .round_more {
	color: #000000;
}

/* view_specific */
.view_specific ul {
	margin-left: 25px;
}

/* ---------------------------------------- */
/* Footer */
#footer {
	width: 100%;
	box-shadow: 0 0 5px #004466;
	z-index: 10;
}

/* ======================================== */
/* Статическая навигация */
#to_top {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 110px;
	line-height: 31px;
	margin: 5%;
	background-color: #ffffff;
	border: 3px solid #1695a377;
	border-radius: 5px;
	color: #1695a3;
	text-decoration: none;
	user-select: none;
}