@charset "utf-8";

/* ================================================================================ */
/* Скрытия */
/* Ширина 1050px */
@media(max-width: 1050px) {}

@media(min-width: 1051px) {

	/* /index/ */
	.index .section_box {
		margin: 0 0 0 50px;
	}
}

/* Ширина 930px */
@media(max-width: 930px) {

	/* Построение сетки */
	.head_call>.i_call {
		display: none !important;
	}

	/* /index/ */
	.index .rotate_box {
		display: none !important;
	}

	/* /catalog/ */
	.index .top_img {
		display: none !important;
	}

	.index .filter_wrap {
		position: fixed !important;
		top: 0 !important;
		z-index: 1099;
		padding: 16px;
	}

	/* /product/ */
	.index .product .prod_first>div,
	.index .product .pr_min>div {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
}

@media(min-width: 931px) {

	/* /catalog/ */
	.index .filter_head .filter_btn {
		display: none !important;
	}

	.index .filter_wrap .filter_cancel {
		display: none !important;
	}
}

/* Ширина 670px */
@media(max-width: 670px) {

	/* Построение сетки */
	.head_call>.send_call,
	.head_nav {
		display: none !important;
	}

	/* /product/ */
	.index .product .prod_first>div>h1,
	.index .product .prod_first>div>div,
	.index .product .prod_other>div>div {
		padding: 16px 0 !important;
	}

	.index .product .prod_other>h1,
	.index .product .prod_other>div {
		padding: 0 !important;
	}
}

@media(min-width: 671px) {
	.btn_nav {
		display: none;
	}
}

/* Ширина 619px */
@media(max-width: 619px) {

	/* /index/ */
	.index .name_box {
		display: none !important;
	}

	/* /catalog/ */
	.index .catalog {
		padding: 0 !important;
	}
}

/* Ширина 450px */
@media(max-width: 450px) {

	/* Построение сетки */
	.logo_max {
		display: none !important;
	}

	.centr {
		padding: 0 !important;
	}

	/* /product/ */
	.index .product>div {
		padding: 0 !important;
	}
}

@media(min-width: 451px) {
	.logo_min {
		display: none !important;
	}
}

/* ================================================================================ */
/* Общие */
* {
	margin: 0;
	max-width: 100%;
	padding: 0;
}

/* ================================================================================ */
/* Построение сетки */
html,
body,
#wrapper {
	min-height: 100%;
	display: flex;
	min-width: 350px;
}

body,
#wrapper {
	flex: 1 0 auto;
	flex-flow: column nowrap;
}

#main {
	flex: 1 0 auto;
}

.centr {
	margin: auto;
	width: 100%;
	/* max-width: 1280px; */
	max-width: 1550px;
	padding: 16px 16px 0 16px;
}

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

/* ================================================================================ */
/* Подложки */
.header {
	position: sticky;
	top: 0;
	z-index: 1000;
}

/* ================================================================================ */
/* Стили */
.content {
	width: 100%;
}

/* ======================================== */
/* Шапка */
.head_box {
	position: relative;
	padding: 16px;
}

.head_box,
.head_box>div {
	display: flex;
	justify-content: space-between;
}

.head_box a {
	font-size: 19px;
}

.logo_max {
	width: 146px;
	height: 45px;
}

.logo_min {
	width: 83px;
	height: 26px;
}

.head_nav {
	align-self: flex-end;
}

.head_nav>a {
	margin: 10px 16px 0 16px;
	font-weight: 700;
}

.head_nav>a>div {
	width: 104px;
	padding: 4px 0;
}

.btn_nav {
	position: relative;
	width: 35px;
	height: 35px;
}

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

.page_nav {
	position: absolute;
	top: 100%;
	right: 0;
	display: flex;
	flex-flow: column nowrap;
	align-items: stretch;
	min-width: 190px;
	height: 0;
	overflow: hidden;
}

.page_nav>a>div {
	margin: 5px 0;
	min-width: 140px;
	line-height: 30px;
	padding: 4px 0;
}

.head_call a {
	padding: 0 7px;
	font-size: 19px;
}

.btn_phone {
	width: 35px;
	height: 35px;
}

.head_adm {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 0 25px;
}

.head_adm * {
	display: flex;
	flex-flow: row wrap;
}

.head_adm .head_usr {
	margin: 0 5px;
	height: 100%;
	/* display: flex; */
	flex-flow: column nowrap;
	justify-content: center;
	align-content: center;
}

.head_adm a,
.head_adm p {
	margin: 5px;
	padding: 5px 10px;
}

/* ======================================== */
/* Контент */
/* Index */
.index {
	width: 100%;
	padding: 0 0 25px 0;
	display: flex;
	flex-flow: row-reverse wrap;
	justify-content: start;
	/* justify-content: center; */
	align-items: stretch;
}

.index * {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 700;
}

.index .name_box {
	flex: 0 1 100%;
	padding-left: 10%;
	line-height: 85px;
}

.index .name_box,
.index .name_box * {
	font-size: 29px;
}

.index .composit_box {
	flex: 1 0 300px;
}

.index .section_box {
	flex: 0 1 275px;
	min-height: 495px;
}

.index .section_cards a {
	display: flex;
	flex-flow: row nowrap;
	justify-content: start;
	align-items: center;
	margin: 16px;
	height: 90px;
	padding: 0 0 0 101px;
}

/* Крутилка */
.index .composit_box .girl_ii {
	position: relative;
	z-index: 500;
	margin-top: -65px;
	width: 100%;
	height: 100%;
	min-height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.index .rotate_box {
	position: absolute;
	margin-top: 80px;
	margin-left: -50px;
	width: 600px;
	height: 600px;
}

.index .rotate_centr {
	position: relative;
	width: 100%;
	height: 100%;
}

.index .rotate_box a {
	display: block;
	position: absolute;
}

.index .rotate_centr .gemo {
	left: 440px;
	top: 50px;
	width: 170px;
	height: 200px;
}

.index .rotate_centr .diabet {
	left: 410px;
	top: 350px;
	width: 140px;
	height: 160px;
}

.index .rotate_centr .bracke {
	left: 190px;
	top: 460px;
	width: 80px;
	height: 90px;
}

.index .rotate_centr .onkol {
	left: 30px;
	top: 310px;
	width: 100px;
	height: 120px;
}

.index .rotate_centr .power {
	left: 70px;
	top: 70px;
	width: 120px;
	height: 140px;
}

/* ======================================== */
/* О нас */
.about {
	padding: 16px;
}

.about .block_head {
	font-size: 29px;
	font-weight: 700;
}

.about .fir_table {
	margin: 16px 0;
}

.about .fir_table caption {
	margin: 16px 0;
	font-weight: 700;
}

.about .fir_table td {
	padding: 8px 0;
}

.about .fir_table td:first-child {
	min-width: 160px;
}

.about .fir_table td:last-child,
.about .fir_table td:last-child * {
	font-weight: 700;
}

.about .one_block .bg_img {
	padding: 16px;
}

.about .sec_table {
	margin: 16px 0;
	width: 100%;
}

.about .sec_table td {
	padding: 16px;
}

/* ======================================== */
/* Каталог */
.index .top_img {
	display: block;
	width: 100%;
	min-height: 400px;
}

.index .top_img .img_0 {
	position: relative;
	width: 100%;
	height: 100%;
}

.index .top_img .img_0 div {
	position: absolute;
	height: 100%;
}

.index .img_5 {
	right: 0;
	width: 100%;
}

.index .img_tmp {
	left: 0;
	width: 55%;
}

.index .filter_head {
	flex: 0 1 100%;
	padding: 16px 25px;
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
}

.index .filter_head * {
	font-size: 15px;
	line-height: 20px;
}

.index .filter_head .filter_btn {
	min-width: 150px;
	padding: 5px 5px 5px 35px;
}

.index .filter_head .sort_btn {
	padding: 5px;
}

.index .catalog {
	width: 100%;
	min-height: 50px;
	padding: 0 16px;
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
}

/* ======================================== */
/* Фильтр */
.index .filter_wrap {
	top: 77px;
	left: -100%;
	width: 100%;
	height: 100%;
	flex: 0 0 400px;
	overflow-y: auto;
}

.index .filter_show {
	left: 0 !important;
}

.index .filter_form {
	max-width: 100%;
	overflow-y: hidden;
}

.index .filter_form form>div {
	display: flex;
	flex-flow: column nowrap;
	align-items: stretch;
	min-width: 100%;
}

.index .filter_form button {
	margin: 10px 0;
	width: 100%;
	font-size: 22px;
	line-height: 40px;
}

.index .filter_form p,
.index .filter_form .toggle_hide {
	margin: 10px 0;
	font-size: 25px;
	line-height: 50px;
}

.index .filter_form .toggle_hide span {
	display: inline-block;
	margin: 0 20px;
	width: 22px;
	height: 22px;
}

.index .filter_form input {
	/* margin-right: 25px; */
	width: 20px;
	height: 20px;
}

.index .filter_form label,
.index .filter_form .toggle_hide {
	padding-left: 25px;
	font-size: 25px;
}

.index .filter_form div div,
.index .filter_form .hide_block {
	margin: 5px 20px;
}

/* !!!!!!!!!! */
.index .filter_form .hide_block>div {
	display: flex;
	flex-flow: column nowrap;
	align-items: stretch;
	overflow: hidden;
}

.index .catalog .filter_form .hide_block>div {
	height: 0;
}

/* ======================================== */
/* Список товаров */
.index .catalog .all_cards {
	flex: 1 0 0;
	max-width: 100%;
	/* margin: 0 16px; */
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: flex-start;
}

.index .catalog .box_card .card_filter {
	display: none !important;
}

.index .product .prod_conf,
.index .one_card {
	flex: 1 1 50%;
	min-width: 350px;
	max-width: 900px;
	padding: 16px;
	display: flex;
	justify-content: flex-start;
}

.index .product .prod_card {
	flex-flow: row-reverse wrap;
}

.index .product .box_conf {
	width: 100%;
	margin: 0 16px;
	min-height: 100%;
	padding: 20px;
}

.index .box_card {
	width: 100%;
	max-width: 550px;
	height: 670px;
	min-height: 100%;
	margin: 0 auto;
	padding: 20px;
	display: flex;
	flex-flow: column nowrap;
}

.index .product .box_card {
	min-height: auto;
}


.index .box_card h2 {
	position: relative;
	width: 100%;
	height: 100px;
	min-height: 100px;
	max-height: 100px;
}

.index .box_card h2 div {
	width: 100%;
	height: 100%;
}

.index .box_card h2 a {
	font-size: 31px;
	font-weight: 700;
}

.index .box_card .card_sale {
	position: relative;
	width: 100%;
	height: 500px;
}

.index .box_card .card_sale .card_content {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 250px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: flex-end;
}

.index .box_card .card_sale .card_img {
	width: 100%;
	max-width: 400px;
	height: 100%;
}

.index .box_card .age_rating {
	/* flex: 0 0 85px; */
	width: 170px;
	font-size: 22px;
	padding: 10px;
}

.index .box_card .card_size {
	margin: 5px;
	flex: 0 0 50px;
	font-size: 20px;
	padding: 8px 16px;
}

.index .box_card .link_type {
	flex: 1 0 auto;
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-end;
	overflow-y: auto;
	max-height: 248px;
}

.index .box_card .link_type a {
	margin: 10px;
	min-width: 145px;
	font-size: 18px;
	line-height: 20px;
	padding: 9px;
}

.index .box_card .card_info {
	position: relative;
	width: 100%;
	height: 115px;
	min-height: 115px;
	max-height: 115px;
	align-self: stretch;
}

.index .box_card .card_info div {
	position: relative;
	height: 100%;
	min-height: 100%;
	padding: 8px;
}

.index .box_card .card_info a {
	/* font-size: 19px; */
	min-height: 100%;
}

/* ======================================== */
/* Product */
.index .product {
	width: 100%;
}

.index .product>div {
	width: 100%;
	padding: 0 25px;
	display: flex;
	flex-flow: row wrap;
}

.index .product .box_card .card_info>div>a {
	display: block;
	width: 100%;
	min-height: 25px;
}

.index .box_card .card_filter p {
	margin: 0 5px;
	font-size: 18px;
}

.index .product .box_conf>div {
	padding: 5px;
}

.index .product .box_conf label {
	font-size: 18px;
}

.index .product .box_conf input[type=text],
.index .product .box_conf textarea {
	width: 100%;
	height: 38px;
	line-height: 30px;
	font-size: 16px;
	padding: 16px;
}

.index .product .box_conf textarea {
	/* height: 130px; */
	padding: 0 16px;
	font-weight: 300;
}

.index .product .box_conf .card_filter {
	/* width: 100%; */
	padding: 5px;
}

.index .product .box_conf .card_filter>div {
	/* max-width: 200px; */
	min-height: 38px;
	padding: 5px;
	text-align: center;
}

.index .product .box_conf .right_wrap .filter_enter,
.index .product .box_conf .right_wrap .filter_cancel,
.index .product .box_conf .right_wrap .filter_fresh {
	display: none;
}

.index .product .prod_first>div {
	flex: 0 1 50%;
	text-align: center;
}

.index .product .prod_first>div>h1,
.index .product .prod_first>div>div {
	padding: 16px 20px;
	margin: auto;
}

.index .product .prod_first>div>h1>div,
.index .product .prod_first>div>div>div {
	padding: 20px;
}

.index .product .prod_first .name_card {
	width: 100%;
	font-size: 25px;
}

.index .product .pr_lnk {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	padding-bottom: 10px;
}

.index .product .pr_lnk a {
	margin: 5px;
	min-width: 115px;
	font-size: 16px;
	line-height: 18px;
	padding: 9px;
}

.index .product .prod_first .pr_img {
	max-width: 550px;
	text-align: center;
}

.index .product .prod_first .img_show {
	margin: auto;
	max-height: 100vh;
	object-fit: contain;
}

.index .product .prod_other>h1,
.index .product .prod_other>h2,
.index .product .prod_other>div {
	flex: 0 0 100%;
	}

/* .index .product .prod_other>h1, */
.index .product .prod_other>h2>div,
.index .product .prod_other>div>div {
	padding: 16px 20px;
	position: relative;
	}
	
.index .product .prod_other .base_style {
	overflow-x: auto;
}

.index .product .prod_other>h1 .head_style *,
.index .product .prod_other>h1>div {
	/* margin: 20px; */
	font-size: 25px;
}

.index .product .prod_other>h1 .head_style,
.index .product .prod_other>h2>div,
.index .product .prod_other>div>div>div {
	padding: 20px;
}

.index .product .prod_other>div>div>div {
	min-height: 100%;
}

.index .product .pr_min {
	display: flex;
	flex-flow: row wrap;
}

.index .product .pr_min>div {
	flex: 0 0 50%;
	max-width: 50%;
}

/* ======================================== */
/* Радактор товара */

.index .product .prod_other .btn_add,
.index .product .prod_other .btn_del {
	flex: 0 0 100%;
	max-width: 100%;
	margin: 0;
	padding: 0 20px;
	display: flex;
	flex-flow: row wrap;
}

.index .product .prod_other .btn_add {
	justify-content: flex-start;
}

.index .product .prod_other .btn_del {
	justify-content: flex-end;
	height: 45px;
}

.index .product .prod_other .btn_add>div,
.index .product .prod_other .btn_del>div {
	margin: 2px 0;
	display: flex;
	flex-flow: row wrap;
	width: fit-content;
	padding: 0 20px;
}

.index .product .prod_other .btn_add .inf_pr,
.index .product .prod_other .btn_del .inf_pr {
	/* min-height: 100%; */
	width: 50px;
}

.index .product .prod_other .btn_add .add_pr,
.index .product .prod_other .btn_del .del_pr {
	margin: 5px;
	width: 130px;
	padding: 5px 10px;
}

.index .product .prod_other .add_cnf,
.index .product .prod_other .del_cnf,
.index .product .prod_other .tog_all {
	position: absolute;
	width: 25px;
	height: 25px;
}

.index .prod_edit .add_cnf,
.index .prod_edit .del_cnf,
.index .prod_edit .tog_all {
	display: none;
}

.index .product .prod_other .del_cnf {
	right: 20px;
	bottom: 0;
}

.index .product .prod_other .add_cnf {
	right: 55px;
	bottom: 0;
}

.index .product .prod_other .tog_all {
	right: 90px;
	bottom: 0;
}

.index .product .prod_other>h1 .head_style div,
.index .product .prod_other>h1 .head_style input {
	width: 100%;
	min-height: 40px;
}

.index .product .prod_other .base_style {
	min-height: 100%;
}






















/* ======================================== */
/* Footer */
/* Карусель */
.footer .turn_wrap {
	width: 100%;
	height: 77px;
	overflow: hidden;
	display: flex;
}

.footer .turn_l,
.footer .turn_r {
	width: 25px;
	height: 100%;
	position: relative;
	padding: 0 16px;
}

.footer .turn_l {
	left: 0;
}

.footer .turn_r {
	right: 0;
}

.footer .turn_bord {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.footer .turn_items {
	width: 100%;
	height: calc(100% + 25px);
	overflow: auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}

.footer .turn_items a {
	min-width: 180px;
	height: 77px;
	padding: 16px;
}