body, 
td, 
p, 
div, 
input, 
textarea {
	font-family: "Arial", sans-serif; 
	font-size: 12px;
	color: #333;
}
input[type=text], 
textarea {
	width: 100%;
}

a {
	color: #333;
	text-decoration: underline;
}

h1 {
	font-size: 18px; 
	color: #09529d;
	font-weight: bold;
	margin-bottom: 15px;
}

h2 {
	font-size: 14px; 
	color: #09529d;
	font-weight: bold;
	margin: 15px 0 5px;
}
h3 {
	font-size: 12px; 
	color: #333;
	font-weight: bold;
	margin: 15px 0 5px;
}
.chapter_sputnik {
	font-size: 16px; 
	color: #09529d;
	font-weight: bold;
	margin: 15px 0 15px 8px;
}

/*
.container {
	position: relative;
	margin: 0px auto;
	width: 1210px;
	padding: 0 10px;
}
.container_text {
    width: 1210px;
}
*/
.header_1 {
 	margin: 29px 0 1px;
 	height: 34px;
}

.header {
   background: no-repeat;
   BACKGROUND-IMAGE: url(../images/header-main.png);
}
@media only screen and (max-width: 526px){
	.header {
		BACKGROUND-IMAGE: none;
	}
}
.logo-image {
	max-width: 100%;
	max-height: 100%;
	height: auto;
}
.logo {
	margin-left: 43px;
}
@media only screen and (max-width: 526px){
	.logo-image {
		height: 80px;
	}
	.logo {
		margin-left: 0px;
	}
}
@media only screen and (max-width: 360px){
	.logo-image {
		height: 60px;
	}
	.logo {
		margin-left: 0px;
	}
}
.header_tel {
   margin-left: 333px;
   line-height: 1.2;
}
@media only screen and (max-width: 1199px){
	.header_tel {
		margin-left: 133px;
	}
}
@media only screen and (max-width: 991px){
	.header_tel {
		margin-left: 0px;
	}
}
.header_tel p {
   color: #255989;
   font-size: 14px;
   font-weight: bold;
   margin: 0;
   padding: 0;
   text-align: right;
}
.mobile_tel a {
   color: #255989;
   font-size: 14px;
   font-weight: bold;
   padding-left: 25px;
   text-decoration: none;
}
.header_call {
   display: inline-block;
   line-height: 1.2;
   margin-left: 30px;
   padding-left: 25px;
   vertical-align: top;
   background: url(../images/call_back.jpg) no-repeat;
   font-size: 13px;
}

.header_call a {
	color: #255989;
	text-decoration: none;
	border-bottom: 1px dashed #4893d2;
}
.header_right {
	display: flex;
	margin-right: 57px;
	padding: 16px 50px 14px;
	/*width: 362px;*/
	height: 84px;
	color: #255989;
	font-size: 32px;
	line-height: 1.0;
	font-weight: bold;
	text-align: center;
	background-color: #e8f0f7;
	border-radius: 16px;
}
@media only screen and (max-width: 991px){
	.header_right {
		display: none;
	}
}

.left_block_content {
	width: 228px;
	padding-top: 25px;
	padding-bottom: 30px;
}
@media only screen and (max-width: 991px){
	.left_block_content {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}
.right_block_content {
	padding-top: 5px;
	/*width: 225px;*/
	padding-bottom: 30px;   
}
/*область новостей и анонсов в правом столбце*/
.right-news-anons {
	display: block;
}
@media only screen and (max-width: 991px){
	.right-news-anons {
		display: none;
	}
}

.main_content {
	padding-top: 25px;
}
@media only screen and (max-width: 991px){
	.main_content {
		padding-top: 5px;
	}
}
.main_content p {
	line-height: 1.5;
	margin: 10px 0;
}
.main_content img {
	max-width: 100%;
	max-height: 100%;
}

.footer {
	/*min-width: 1190px;*/
	padding: 10px 0px;
	margin-top: 50px;
	vertical-align: middle;
	background-color: #ebebeb;
}
.footer p {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
}
.footer .float_left {
	padding-right: 60px;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}

.clear{
	height: 0;
	font-size: 1px;
	line-height: 0px;
	clear: both;
}

.search_tov {
	padding-bottom: 8px;
}

.search_tov p {
	margin-bottom: 6px;
}

.search_tov input[type="text"] {
	width: 100%;
	margin: 0 10px 0 0;
	border: solid 1px #4893d2;
	border-radius: 3px;
	text-indent: 3px;
	padding: 7px 5px;
}
.search_tov button {
	width: 30px;
	height: 30px;
	border: solid 1px #4893d2;
	border-radius: 3px;
	margin: 0px;
	background-color: #fff;
	cursor: pointer;
}

.podpiska {
	padding: 20px 0;
	vertical-align: top;
}

.podpiska p {
	color: #003d77;
	font-weight: bold;
	margin-bottom: 10px;
}

.podpiska input[type="text"] {
	width: 135px; 
	height: 20px;
	margin: 0; 
	border: solid 1px #4893d2; 
	display: inline-block; 
	text-indent: 5px;
}

.podpiska_btn {
	display: inline-block;
	position: relative;
	margin-bottom: -2px;
}

.podpiska input[type="submit"] {
	height: 22px;
	border: none;	
	background: #19619c;
	color: #fff;
	cursor: pointer;
	margin: 0;
	padding: 0 5px;
}

.sertifikat {
	margin-top: 20px;
}

.sertifikat p {
	margin: 0;
	padding: 0;
}

.sertifikat img {
	max-width: 100%;
}

.tropa {
	margin: 0 0 5px;
	font-size: 14px;
	color: #1466ba;
	font-style: italic;
}
.tropa a {
	color: #1466ba; 
	text-decoration: underline;
}

img#full_image_holder {
}

div.topforma {
	text-align: center;
	font-weight: bold;
}

div.catname {
	margin: 0px 0px 20px 0px;
	color: #1CA3DB;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}

a.poisk {
	text-decoration: underline;
	color: BLACK;
}

div#back {
	color: #333;
	text-align: center;
	font-size: 12px;
	margin: 20px;
}
div#back a {
	color: #333;
}

p.dopo {
	font-size: 8pt;
	margin: 0px;
}

li.poisk {
	font-size: 9pt;
	margin-top: 10px;
}

#position {
	margin-top: 15px;
}

.catimg {
	text-align: center;
}

.catimg img {
	border: 1px solid #cfcfcf;
	margin: 5px 20px 20px 0;
	height: auto;
}

.zakaz_info {
	margin: 10px 20px 20px 0;
	border: 1px solid #1f6dbd;
}

.zakaz_info td {
	padding: 10px 12px;
	vertical-align: middle;
	font-weight: bold;
}

.zakaz_info tr:nth-child(2n) td {
	background-color: #eee;
}

.zakaz_info tr:first-child td {
   vertical-align: middle;
   font-weight: bold;
   font-size: 13px;
}

input.inpstyle {
	border: 1px solid #ababab;
	padding: 3px;
	width: 25px;
	height: 22px;
	line-height: 22px;
	text-align: center;
}
.minus, .plus{
	display: inline-block;
	width: 15px;
	height: 15px;
	line-height: 15px;
	background: #fff;
	border: 1px solid #ababab;
	margin: 10px 1px;
	text-align: center;
	cursor: pointer;
}

.zakaz_data {
	margin: 20px 0 ;
	border: 1px solid #4893d2;
	padding: 15px;
	display: inline-block;
}
.zakaz_data p {
	margin-bottom: 8px;
}
.zakaz_data_msg span,
.zakaz_data span {
	color: #09529d;
	font-weight: bold;
	font-size: 14px;
}


#kdp td {
	vertical-align: middle;
}
p.colontitul {
	font-size: 8pt;
	text-align: center;
	margin: 5px;
}
a.colontitul {
	text-decoration: none;
	color: #ffffff;
}
p.navigator  {
	font-size: 8pt;
	color: black;
	margin: 2px;
}
a.navigator  {
	text-decoration: underline;
	color: black;
}
li.navigator {
	font-size: 8pt;
	color: black;
	margin: 2px;
}
ul.navigator {
	color: black;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 20px;
}

#zakaz p {
	margin: 5px;
	font-size: 9pt;
	text-align: left;
}

/*Горизонтальное меню*/
.gorizont-menu {
	display: block;
}
@media only screen and (max-width: 991px) {
	.gorizont-menu {
		display: none;
	}
}
.topmenu, 
.topmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.topmenu {
/*
	margin: 13px 0 0 0;
	padding: 0;
	list-style: none;
	float: right;
*/
	margin: 0 0 0 8px;
	/*float: right;*/
}

/*.topmenu:after {
	clear: both;
}
*/	
.topmenu li {
	float: left;
	position: relative;
}
	
.topmenu li a {
/*
	display: block;
	float: left;
	background: #2569a4;
	background: linear-gradient(to bottom, #6ba6d8, #2569a4);
	border-radius: 10px;
	padding: 0 12px;
	margin: 0 0 0 12px;
	height: 34px;
	line-height: 34px; 
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;

.topmenu a.menu-active {
	background: linear-gradient(to bottom, #4b8ac0, #1a4467);
}
*/
	background: url('../images/topmenu.jpg') no-repeat #18619c;
	display: block;
	float: left;
	height: 34px;
	line-height: 34px; 
	padding-left: 20px;
	text-align: center;
	min-width: 100px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}


.topmenu li:first-child a {
	background: url('../images/topmenu_first.jpg') no-repeat #18619c;
}

.topmenu li:last-child a {
	padding-right: 10px;
}

#menuleft { 
	margin: 0; 
	padding: 0; 
	list-style-type: none;
	border-top: 1px dashed #d1d1d1;
}
#menuleft li {
	border-bottom: 1px dashed #d1d1d1;
}
#menuleft a {
	color: #333;
	font-weight: bold;
	padding: 5px;
	text-decoration: none; 
	display: block;
}

div#botmenu {
	text-align: center;
	margin: 20px;
}
#botmenu a {
	color: #333;
	text-decoration: none;
}
#botmenu a:hover {
	text-decoration: underline;
}



.gallery{
	overflow: auto;
	overflow-y: hidden;
	width: 100%;
}
.gallery img {
	border: 1px solid #194b8b;
	margin: 0;
}


.main_part {
	/*float: left;*/
	/*width: 135px;*/
	/*height: 135px;*/
	/*margin: 5px 10px 5px 0;*/
	border: 1px solid #3f76dc;
	position: relative;
}

/*
.main_part:nth-child(8),
.main_part:nth-child(13),
.main_part:nth-child(18),
.main_part:nth-child(23),
.main_part:nth-child(28),
.main_part:nth-child(33),
.main_part:nth-child(38),
.main_part:nth-child(43),
.main_part:nth-child(48),
.main_part:nth-child(53) {
	margin-right: 0px;
}
*/

.main_part img {
	/*width: 135px;*/
	/*height: 135px;*/
}

.main_part_text {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 135px;
	height: 135px;
	visibility: hidden;
	background: rgba(255, 255, 255, 0.9);
	transition: all 0.3s;
	opacity: 1;
}
@media only screen and (max-width: 767px){
	.main_part_text{
		visibility: visible;
		opacity: 0.7;
	}
}

.main_part:hover .main_part_text {
	visibility: visible;
}

.main_part_text h2 {
	margin: 35px 5px;
	font-weight: bold;
	text-align: center;
	font-size: 13px;	
	/*
	-moz-transform: scale3d(1.1, 1.1, 1.1) translate3d(0, 5%, 0);
	-o-transform: scale3d(1.1, 1.1, 1.1) translate3d(0, 5%, 0);
	-webkit-transform: scale3d(1.1, 1.1, 1.1) translate3d(0, 5%, 0);
	transform: scale3d(1.1, 1.1, 1.1) translate3d(0, 5%, 0);
	transition: all 0.5s;
	*/
}
.main_part a {
	color: #2b679f;
	text-decoration: none;
}


.carousel_box {
	width: 620px;
	height: 110px;
	overflow: hidden;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.carousel {
	width: 560px;
	text-align: center;
	overflow: hidden;
	height: 110px;
	visibility: visible;
	position: relative;
	z-index: 2;
	float: left;
}
.carousel ul {
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type: none;
	z-index: 1;
	width: 2465px;
}
.carousel ul li {
	filter: alpha(opacity=100);
	opacity: 0.6;
	width: 140px;
	text-align: center;
} 
.carousel ul li:hover {
	filter: alpha(opacity=100);
	width: 140px;
	opacity: 1;
}
.carousel ul li a img {
	height: 90px;
	border: 1px solid white;
	margin-right: 10px;
}
.next {
	float: right;
	padding-top: 40px;
	margin: 0;
	padding-left: 0px;
}
.prev {
	float: left;
	padding-top: 40px;
	padding-right: 10px;
}


.catimg_dob {
	/*width: 450px;*/
	position: relative;
	margin: 0px auto;
}
.dobkat {
	margin: 0px 5px 5px 0px;
	overflow: hidden;
	float: left;
} 
.dobkat_img img {
	width: 100px;
	border: 1px solid #cfcfcf;
}
.dobkat_chpt a  {
	color: #333;
	text-decoration: underline;
}


.cat_2 {
	border: solid 1px #3F76DC;
	border-radius: 10px;
	height: 100%;
	position: relative;
	width: 170px;

}
.cat_2_1 {
	margin: 6px 6px;
	text-align: center;
}


.cat_2_chpt {
	margin: 8px 0 10px;
}
.cat_2_chpt a  {
	color: #333;
	text-decoration: underline;
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 14px;
}
.cat_2_img {
	/*width: 100%;*/
	/*height: 150px;*/
}
.cat_2_img div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.cat_cena_block {
	/*position: absolute;
	bottom: 25px;
	width: 100%;*/
	margin-bottom: 10px;
	padding: 0px 6px;
}

.cat_cena {
	background-color: #eee;
	border-radius: 5px;
	padding: 6px;
	text-align: center;
	color: #000;	
}
.cat_show_list {
	background: url(../images/bg_show_list.png) no-repeat #19619c;
	background-position: left, center;
	border-radius: 5px;
	margin: 12px 6px ;
	padding: 6px;
	/*height: 19px;*/
	text-align: left;
	color: #fff;	
}
.cat_show_list a {
	color: #fff;
	text-decoration: none;
	padding-left: 30px;
}

.cat_2 .cat_show_list {
	/*position: absolute;
	bottom: 4px;
	width: 158px;*/
}

.cat_nalich {
	position: relative;
}

.cat_nalich:hover .cat_nalich_2 {
	visibility: visible;
}

.cat_nalich_2 {
	left: 0px;
	top: 0px;
	margin-top:-66px;
	padding: 5px;
	position: absolute;
	border: solid 1px #3F76DC;
	border-radius: 10px;
	background: #fff;
	visibility: hidden;
	z-index: 99;
}

.c_help {
	cursor: help;
}

.cat_1 {
	border-bottom: 1px dashed #4893D2;
	padding: 8px 0px;
	vertical-align: middle;
}
@media only screen and (max-width: 767px){
	.cat_1 {
		border-bottom: 0px dashed #4893D2;
		padding: 8px 8px;
	}
}
/*малая карточка*/
.catalog-card {
	border-bottom: 0px dashed #4893D2;
}
@media only screen and (max-width: 767px){
	.catalog-card {
		border: 1px dashed #4893D2;
		border-radius: 6px;
	}
}
.cat_1_chpt a  {
	color: #2B679F;
	text-decoration: underline;
}
@media only screen and (max-width: 767px){
	.cat_1_chpt{
		font-weight: bold;
		font-size: 14px;
	}
}
.cat_1 .cat_cena {
	/*width: 140px;*/
}
.cat_1_nal {
	padding-left: 15px;
	padding-right: 15px;
}
.cat_1_nal .cat_nalich {
	white-space: none;
}

.type_list {
	padding-left: 5px;
	padding-top: 15px;
}

.type_list div,
.type_list button {
	display: block;
	height: 30px;
	line-height: 28px;
	color: #4893d2;
	font-weight: bold;
}

.type_list a,
.type_list button{
	text-decoration: none;
	color: #4893d2;
	font-size: 12px;
	font-family: arial;
}

.type_list .fa {
	color: #4893d2;
	font-size: 28px;
	padding-right: 6px;
	display: block;
	float: left;
}

.type_list button {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.swich_sort {
	/*float: right;*/
	/*margin-top: -28px;*/
	margin-right: 8px;
}
.swich_sort a {
	padding: 3px 5px 3px 15px;
	text-decoration: none;
	display: inline-block;
	color: #4893d2;
}

.swich_sort a.cena_asc {
	background: #e4eff8 url("/images/sort_asc.png") no-repeat scroll 0.3em center;
	border-radius: 2px;
	padding-left: 15px;
}

.swich_sort a.cena_desc {
	background: #e4eff8 url("/images/sort_desc.png") no-repeat scroll 0.3em center;
	border-radius: 2px;
	padding-left: 15px;
}

.news_cat {
	margin: 10px 0px;
	padding: 0 0 5px;
	border-bottom: 1px dashed #4893d2;
}
.news_cat p {
	margin: 0;
	padding: 0;
}
.news_chpt {
	font-size: 12px;
	margin-bottom: 8px;
	font-weight: bold;
}
.news_chpt a {
	color: #09529d;
	text-decoration: none;
}

.news_podr {
	margin: 10px 0px 0px 0px;
}
.news_podr a {
	color: #333;
	text-decoration: none;
}

.news_chpt a:hover,
.news_podr a:hover {
	text-decoration: underline;
}

.newskat {
	padding: 0px 10px 15px 10px;
	text-align: center
}
.newskat_chpt {
	margin-bottom: 5px;
}
.newskat_chpt a {
	color: #333;
	text-decoration: none;
}
.newskat_date  {
	font-size: 11px;
}
.newskat_img {
	text-align: center;
}


#backpoz {
	height: 35px;
}
#backpoz a {
	display: block;
	float: left;
	margin: 0px 3px 0px 3px;
	padding: 8px 0px 8px 0px;
	color: #335D03;
	text-decoration: none;
	width: 29px; 
	background-color: #96AD20;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
#backpoz a.actpoz {
	color: #ffffff;
	background-color: #84041F;
}


.lower_2 {
	border: solid 1px #3F76DC;
	border-radius: 10px;
	height: 100%;
	position: relative;
	text-align: center;
	padding: 8px 6px;
}
.lower_2_chpt {
	margin-bottom: 5px;
}
.lower_2_chpt a {
	color: #333; 
	text-decoration: underline;
	display: block;
}
.lower_2_img {
	text-align: center;
}
.lower_2_img img {
	max-width: 140px; 
	max-height: 140px;
}
@media only screen and (max-width: 526px){
	.lower_2_img img {
		max-width: 100%; 
		max-height: 100%;
	}
}


.lower_stroka h1 {
}

#anons p {
	font-size: 8pt;
	color: gray;
	margin: 0;
}
#anons a {
	text-decoration: underline;
	color: gray;
}
#anons img {
	border-color: gray;
	border-width: 1px;
}

.opis {
	display: none;
} 
#opislink11 {
	text-decoration: underline;
}

#div_delivery, 
#div_delivery_2,
#div_delivery_3,
#div_delivery_4 {
	display: none;
}



/*
.vhod {
	background: #2569a4;
	background: linear-gradient(to bottom, #6ba6d8, #2569a4);
	border-radius: 10px;
	padding: 4px 8px;
	margin: 0 10px 15px;
	color: #fff;
	font-size: 14px;	
	text-align: center;
}

.vhod a {
	color: #fff;
	text-decoration: none;
}

.vhod a:hover {
	text-decoration: underline;
}
*/


.vhod {
	color: #003d77;
	font-size: 13px;	
	font-weight: bold;
	text-align: right;
}

.vhod a {
	color: #003d77;
	text-decoration: none;
}

.vhod a:hover {
	text-decoration: underline;
}


.rev_cont p {
	padding-bottom: 15px;
}

.chapter_otz {
	padding-bottom: 15px;
	font-family: "Arial", sans-serif;
	font-size: 14px; color: #09529d;
	font-weight: bold; 
	margin-left: 3px;
	text-transform: uppercase;
}



.reviews_item {
	border-bottom: 1px dashed #c9dfe7;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}

.reviews_item_chapter {
	color: #09529d;
	font-weight: bold;
	margin-bottom: 5px;
}

.reviews_item_chapter a {
	color: #09529d;
}

.r_body {
	margin: 10px 0;
}

.r_body,
.r_body p {	
	line-height: 1.3;
}

#reviews_item .r_body,
#reviews_item .r_body p {
	text-align: justify;
}


.news .r_body,
.news .r_body p {
	text-align: left;
}
.container_otz {
	position: relative;
	margin: 30px 0 0;
	border: 1px solid #d0d1d2;
}
.container_otz h4 {
	color: #003d77;
	font-weight: bold;
	padding: 10px 0;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid #d0d1d2;
}
.container_otz h4 a {
	color: #003d77;
	text-decoration: none;
}
.container_otz #reviews_item {
	margin: 0;
	padding: 10px 7px;
}
.container_otz #reviews_item p {
	text-align: justify;
	padding: 0;
	margin: 0;
}
.container_otz {
	text-align: center;
}

.str_otziv {
	top: 110px;
	position: absolute;
	display: block;
	background: rgba(9, 82, 157, 0.5);
	cursor: pointer;
}

.str_otziv:hover {
	background: rgba(9, 82, 157, 1);
}

.str_otziv_l {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	left: 0;
	padding: 5px 7px 5px 3px;
}
.str_otziv_r {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	right: 0;
	padding: 5px 3px 5px 7px;
}
.str_otziv: active {

}
.str_otziv .fa {
	font-size: 26px;
	color: #fff;
}

.otziv_gost {
	margin-bottom: 15px;
}
.otziv_gost td {
	padding: 5px 8px;
	background: rgba(213, 225, 228, 0.3);
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
.otziv_gost td img {
	margin: 5px 0;
}
.otziv_gost td input[type="text"],
.otziv_gost td textarea {
	border: 1px solid #09529d;
	padding: 3px;
}
.news {
	margin: 10px 7px;
	padding: 0 0 8px;
}
.news div {
	text-align: center;
}

/*
.news p:after {
	content: "..."
}
.news_cat  p:after,
.news p:after {
	content: "..."
}
*/

.news {
	border-bottom: 1px dashed #d0d1d2;
}

.news:last-child {
	border-bottom: none;
}


#viktory a {
}

.times {
	font-family: times new roman;
}
.Arial {
	font-family: Arial;
}
.verdana {
	font-family: verdana;
}
.georgia {
	font-family: georgia;
}

.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

.white {
	color: white;
}
.black {
	color: black;
}
.red {
	color: #CC3333;
}
.green {
	color: green;
}
.orange {
	color: orange;
}
.brown {
	color: #804040;
}
.blue {
	color: #307be5;
}
.blue_dark {
	color: #012f5f;
}
.violet {
	color: violet;
}
.gray {
	color: #959595;
} 
.yellow {
	color: yellow;
}

.blue_back {
	background-color: #C0E4F7;
}
.green_back {
	background-color: #5ebf5e;
}
.lgreen_back {
	background-color: #D1F7C0;
}
.white_back {
	background-color: white;
}
.yellow_back {
	background-color: #F7F5C0;
}
.brown_back {
	background-color: #c0b19a;
}
.lbrown_back {
	background-color: #eaeae8;
}

.tr_blue_back td {
	background-color: #C0E4F7;
}
.tr_green_back td {
	background-color: #5ebf5e;
}
.tr_white_back td {
	background-color: white;
}
.tr_yellow_back td {
	background-color: #F7F5C0;
}
.tr_brown_back td {
	background-color: #c0b19a;
}
.tr_gray_back td {
	background-color: #eaeae8;
}
.tr_lgreen_back td {
	background-color: #D1F7C0;
}
.tr_lbrown_back td {
	background-color: #eaeae8;
}
.tr_lred_back td {
	background-color: #F9CFCF;
}
.tr_lviolet_back td {
	background-color: #E9E3FA;
}

.pt8 {
	font-size: 8pt;
}
.pt9 {
	font-size: 9pt;
}
.pt10 {
	font-size: 10pt;
}
.pt12 {
	font-size: 12pt;
}
.pt14 {
	font-size: 14pt;
}
.pt16 {
	font-size: 16pt;
}
.px16 {
	font-size: 16px;
}
.px18 {
	font-size: 18px;
}

.undecor {
	text-decoration: none;
}
.decor {
	text-decoration: underline;
}
.border {
	border-width: 1px;
	border-color: green;
	border-style: solid;
	padding: 1px;
	margin: 1px;
}

.right {
	text-align: right;
}
.left {
	text-align: left;
}
.justify {
	text-align: justify;
}

.middle {
	vertical-align: middle;
}
.top {
	vertical-align: top;
}
.bordertd {
	border: 1px solid gray;
}

.uppercase {
	text-transform: uppercase;
}
.nodecor {
	text-decoration: none;
}

.tdborder {
	border: 1px solid gray;
	padding: 3px;
}

a.button {
  display: block;
   width: 90px;
   height: 33px;
   line-height: 33px;
   background: #09529d;
   text-align: center;
   border-radius: 8px;
   color: #fff;
   font-size: 14px;
   font-weight: bold;
   cursor: pointer;
   text-decoration: none;
}

a.button:hover {
   background: #5287be;
}

a.button:active {
   background: #09529d;
}


table.order_table {
}
table.order_table td {
	border-bottom: 1px dashed #5e5e5e;
	padding: 6px;
}

.order_table td:nth-child(3),
.order_table td:nth-child(4),
.order_table td:nth-child(5) {
	/*white-space: nowrap;*/
	text-align: center;
}

.order_table_header td {
	font-style: italic;
}

.order_pic {
	border: 1px solid #d1d1d1;
	text-align: center;
	margin: 10px 0;
}

.order_chapter {
	display: block;
	margin: 0 0 5px;
	color: #1466ba;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
}

.order_cost {
	color: #012f5f;
	font-size: 16px;
	font-weight: bold;
	/*padding: 0 5px;*/
}

.order_td_nobord {
	border-bottom: none;
}


.order_table_kontakt {
	border: 1px dashed #5e5e5e;
}

.order_table_kontakt td {
	padding: 6px;
}

.order_table_kontakt_chapter {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #09529d;
}

.order_table_kontakt input[type=text] {
	border: 1px solid #afafaf;
	border-radius: 6px;
	/*height: 20px;*/
	padding: 6px 5px;
	width: 100%;
	margin-right: 5px;
}

.order_table_kontakt #div_delivery_2 input[type=text] {
	width: 180px;
}


.order_table_kontakt  #div_delivery_2 .pasp td input[type=text] {
	width: 100px;	
}

.order_table_kontakt select {
	border: 1px solid #afafaf;
	padding: 2px 5px;
	margin-right: 5px;
}

.order_table_kontakt textarea {
	border: 1px solid #afafaf;
	border-radius: 6px;
	padding: 6px 5px;
	width: 100%;
	margin: 0px 5px 5px 0;
}

.div_delivery {
	padding-top: 10px;
}

.info_dost p {
	margin: 0 6px 10px;
}
@media only screen and (max-width: 991px){
	.info_dost p {
		margin: 0 6px 10px;
	}
}

label.error {
	color: #ff0000;
	background: #fff5f5;
	border: 1px solid #ff0000;
	padding: 5px 3px;
	display: inline-block;
	max-width: 195px;
}

.pasp_td label.error {
	display: block;
	float: right;
	width: 90px;	

}

#div_delivery label.error {
	display: block;
	float: right;
	margin-right: 135px;

}
.er_mail label.error {
	display: block;
	float: right;
	width: 195px;
}

.order_table_kontakt input[type=text].error,
.order_table_kontakt select.error,
.order_table_kontakt textarea.error {
	border: 1px solid #ff0000;
}

.message_ok {
	padding: 10px;
	margin: 10px 0px;
	font-family: georgia;
	font-size: 14px;
	text-align: left;
	font-weight: none;
	color: green;
	border: 1px solid green;
	width: 300px;
}
.message_error {
	padding: 10px;
	margin: 10px 0px;
	font-family: georgia;
	font-size: 14px;
	text-align: left;
	font-weight: none;
	color: red;
	border: 1px solid red;
	width: 270px;
}
a.aback {
	color: #454545;
	text-decoration: underline;
}
a.aback:hover {
	color: #454545;
	text-decoration: none;
}

.kabinet_menu {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}
.kabinet_menu li { 
	border: 1px solid; 
	border-color: #fff #777 #777 #fff; 
	list-style: none; 
	float: left; 
	margin: 5px; 
	white-space: nowrap;
}
.kabinet_menu a { 
	border: 0px; 
	color: #777777;	
	display: block;	
	padding: 3px 6px; 
	text-decoration: none; 
	font: bold 12px 'georgia'; 
	zoom: 1;
}
.kabinet_menu a:hover, .kabinet_menu a.selected { 
	background-color: #eee; 
	border: 1px solid; 
	border-color: #777 #fff #fff #777; 
	color: #777777; 
	font: bold 12px 'georgia';
}
.kabinet_menu a.selected, 
.kabinet_menu a.selected:hover {
	color: #993333;
	cursor: default;
	font: bold 12px 'georgia';
}
/*В личном кабинете меню переходов*/
.cabinet-menu { 
	background-color: transparent;	
	/*display: flex*/
}
.cabinet-menu__div div { 
	border: 1px solid; 
	border-color: #fff #777 #777 #fff; 
	list-style: none; 
	margin: auto; 
	white-space: nowrap;
}
.cabinet-menu__div a { 
	border: 0px; 
	color: #777777;	
	display: block;	
	padding: 3px 6px; 
	text-decoration: none; 
	font-weight: 600;
	zoom: 1;
}
.cabinet-menu__div a:hover,
.cabinet-menu__div a.selected { 
	background-color: #eee; 
	border: 1px solid; 
	border-color: #777 #fff #fff #777; 
	color: #777777; 
	font-weight: 600;
}
.cabinet-menu__div a.selected,
.cabinet-menu__div a.selected:hover {
	color: #da2e22; 
	cursor: default;
	font-weight: 600;
}

form { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
.qf_table {
	border: 1px solid #4893d2;
	width: 100%;
}
.qf_table div {
	color: #333;
	font-size: 14px;
	vertical-align: middle;
}
div.qf_header {
	white-space: nowrap;
	font-weight: bold;
	color: #09529d;
	padding: 15px;
}
div.qf_left_col {
	vertical-align: middle;
	padding-left: 15px;
}
div.qf_right_col {
	text-align: left;
	vertical-align: middle;
}
div.qf_right_col input[type=text],
div.qf_right_col input[type=password] {
	border: 1px solid #afafaf;
	height: 25px;
	padding: 2px 5px;
	width: 100%;
}
div.qf_right_col input[type=submit] {
	padding: 10px 20px;
	min-width: 86px;
	background: #09529d;
	border-radius: 8px;
	border: none;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
}
span.qf_error {
	color: #ff0000;
}

.order_content {
	border: 1px solid #4893d2;
	padding: 15px;
	/*display: inline-block;*/
}
.order_content input[type=text],
.order_content input[type=password] {
	border: 1px solid #afafaf;
	/*height: 25px;*/
	padding: 8px 5px;
	width: 100%;
}
.registration { 
	color: #333;
	font-size: 14px;  
}
.registration div { 
	color: #333; 
	font-size: 14px; 
	vertical-align: middle; 
}

div.registration { 
	font-weight: bold;
	margin: 5px 0 10px;
	color: #09529d;
}
div.registration a {
	color: #09529d;
	font-weight: bold;
	text-decoration: underline;
}

.btn_subm {
   padding: 10px 20px;
   min-width: 86px;
   background: #09529d;
   border-radius: 8px;
   border: none;
   color: #fff;
   font-weight: bold;
   font-size: 14px;
   cursor: pointer;
}

div.noscript {
	padding: 10px;	
	margin: 10px 0px; 
	text-align: left; 
	font-weight: none;
	color: red;
	border: 1px solid red; 
	width: 300px;
}

#cart {
   width: 100px;
   height: 33px;
   line-height: 33px;
   background: #09529d;
   text-align: center;
   border-radius: 8px;
   color: #fff;
   font-weight: bold;
   cursor: pointer;
}

#cart:hover {
   background: #5287be;
}

#cart:active {
   background: #09529d;
}


.cart_link_cursor {
   margin-left: 0px;
}
.cart_in_menu {
	display: block; 
	padding: 5px 0 5px;
}

.cart_in_menu a {
	text-decoration: none;
}

.cart_in_menu img {
	margin-right: 15px;
}

#item_in_cart {
	padding-top: 10px;
}

#dobcart {}
#item_in_dobcart {}
#minicart {}
#mini_cart {
	display: none;
}


#links {
	padding: 25px 13px 0px 0px;
	text-align: center;
}
#links td,
#links input[type="submit"] {
	font-family: 'PTSerif',Sans-Serif;
	font-size: 30px;
	color: #5a1b24;
	vertical-align: middle;
}
#links a,
#links input[type="submit"] {
	display: inline-block;
	padding: 3px 15px;
	text-decoration: none;
	color: #4893d2;
}
#links span {
	display: inline-block;
	padding: 3px 15px;
	color: #909090;
	border: 1px solid #909090;
	border-radius: 30px;
}
#links input[type="submit"]{
	border: none;
	background: transparent;
	margin: 0;
	padding: 3px 10px;
	cursor: pointer;
}


.upload_files {
	margin-bottom: 15px;
}

.upload_files a {
	display: block;
	color: #09529d;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}



/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 40px;
    right: 20px;
    overflow: hidden;
    width: 51px;
    height: 51px;
}

#back-top a {
	display: block;
	width: 51px;
    height: 51px;
    background: transparent url("../images/totop.png") no-repeat left top;
}
#back-top a:hover {
	background: transparent url("../images/totop.png") no-repeat left bottom;
/*
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
*/
}


#resSearch {
	position: relative;
}

.resSearch {
	border: #3f76dc solid 1px;
	z-index: 10; 
	position: absolute;
	top: 0;
	background-color: white;
	width: 230px;
	height: 300px;
	overflow-y: scroll;
}

.resSearch ul,
.resSearch li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.resSearch li:nth-child(2n) {
	background: #eeeeee;
}

.resSearch a {
	display: block;
	text-decoration: none;
	padding: 2px 4px;
}

.allRes {
	font-weight: bold;
	border: solid #09529d 1px;
	border-radius: 10px;
	background-color: #4893d2;
	color: white;
	margin: 0 0 5px 10px;
}


.group_btn {
	display: inline-block;
	background: #19619c;
	color: #fff;
	padding: 3px 5px;
	cursor: pointer;
	border-radius: 5px;
}

.cat_1_chpt_group a {
	color: #333;
	text-decoration: none;
}
@media only screen and (max-width: 767px){
	.cat_1_chpt_group a {
		text-decoration: underline;
	}
}

.sputniks {
	display: inline-block;
	width: 145px;
	min-height: 125px;
	padding: 5px; 
	margin: 5px 10px 5px 0; 
	border: 1px solid #cfcfcf;
	vertical-align: top;
	text-align: center;
}

.sputniks img {
	margin-bottom: 3px;
}

.sputniks a {
	color: #09529d;
}

.chapter_s {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 15px;
}

.WordSection1 {
	padding-right: 10px;
}

.WordSection1,
.callback_form {
	display: none;

}

.callback_form input {
	height: 30px;
	text-indent: 10px;
}

.callback_form input,
.callback_form textarea {
	display: block;
	width: 200px;
	border: #19619c 2px solid;
	color: #333;
	font-size: 13px;
	border-radius: 3px;
}

.forms_prod button,
.callback_form button {
	background: #19619c;
	border: none;
	display: block;
	margin: 0px;
	padding: 8px 0;
	text-align: center;	
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	width: 200px;
}

.callback_form button:hover {
	
}

.forms_prod button {
	margin: 0px auto;
}

.callback_form h3 {
	margin: 10px 0 15px;
	color: #414141;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
}

.callback_form p {
	margin: 15px 0 5px;
}

.callback_form p,
.callback_form div {
	color: #333;
	font-size: 13px;
}

.callback_form div {
	margin-bottom: 10px;
}

.callback_form div span {
	display: inline-block;
	width: 100px;
	padding: 5px 3px 0 0;
	text-align: right;
	vertical-align: top;
}


.hidden {
	display: none;
}
.class_blue {
	color: #003d77;
	font-weight: bold;
	text-transform: uppercase;
}

.class_blue a {
	color: #003d77;
}

ul.tree li.class_blue span.label a:hover {
	text-decoration: none;
}


.class_blue label {
	display: none;
}

ul.tree li.class_blue span.label a {
    padding-left: 6px;
}

ul.tree li.class_blue ul {
	display: none;
}



.nav_wrap {
	margin: 20px 20px 20px 50px;
}
@media only screen and (max-width: 991px){
	.nav_wrap {
		margin: 20px 6px 20px 6px;
	}
}

.nav_wrap h3 a {
	color: #09529d;
	text-decoration: none;
}
.nav_wrap h3 {
	font-size: 16px;
	margin: 5px 0;
	font-weight: bold;
	color: #09529d;
}
.sub_nav {
	width: 100%;
	display: none;
} 
.sub_nav p {
}

/* для tooltip*/
abbr {
	border-bottom: 1px dotted #111;
	cursor: help;
}

#info {
	width: 60px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 60px; 
	background-color: rgba( 0, 0, 0, .05 );
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 5px;
	/*margin: 0 auto 20px;*/
}

#info:hover {
	background-color: rgba( 0, 0, 0, .1 );
}

#info abbr {
	height: 100%;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	text-shadow: 0 1px rgba( 0, 0, 0, .25 );
	color: #fff;
	background: #cc3333;
	background: -webkit-gradient( linear, left top, left bottom, from( #cc3333 ), to( #cc3333 ) );
	background: -webkit-linear-gradient( top, #cc3333, #cc3333 );
	background: -moz-linear-gradient( top, #cc3333, #cc3333 );
	background: -ms-radial-gradient( top, #cc3333, #cc3333 );
	background: -o-linear-gradient( top, #cc3333, #cc3333 );
	background: linear-gradient( top, #cc3333, #cc3333 );
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: none;
	cursor: help;
	display: block;
}

#info {
	text-decoration: none;
}
/* окончание для tooltip */

/* сам	TOOLTIP	*/

#tooltip {
	font-family: Ubuntu, sans-serif;
	font-size: 1.2em;
	text-align: center;
	text-shadow: 0 1px rgba( 0, 0, 0, .5 );
	line-height: 1.5;
	color: #003d77;
	background: #bbe5fd;
	background: -webkit-gradient( linear, left top, left bottom, from( #bbe5fd ), to( rgba( 0, 0, 0, .8 ) ) );
	background: -webkit-linear-gradient( top, #bbe5fd, #bbe5fd );
	background: -moz-linear-gradient( top, #bbe5fd, #bbe5fd );
	background: -ms-radial-gradient( top, #bbe5fd, rgba( 0, 0, 0, .8 ) );
	background: -o-linear-gradient( top, #bbe5fd, rgba( 0, 0, 0, .8 ) );
	background: linear-gradient( top, #bbe5fd, rgba( 0, 0, 0, .8 ) );
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top: 1px solid #fff;
	-webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
	-moz-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
	box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
	position: absolute;
	z-index: 100;
	padding: 15px;
}

#tooltip:after	{
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top-color: #333;
	border-top: 10px solid #bbe5fd;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
}

#tooltip.top:after {
	border-top-color: transparent;
	border-bottom-color: #333;
	border-bottom: 10px solid rgba( 0, 0, 0, .6 );
	top: -20px;
	bottom: auto;
}

#tooltip.left:after {
	left: 10px;
	margin: 0;
}

#tooltip.right:after {
	right: 10px;
	left: auto;
	margin: 0;
}
/* конец TOOLTIP	*/

/*скрытое меню при наличии фильтров*/
.navbar-vertical__nav-closed {
	display: none;
}
/* мобильный заголовок вертикального меню */
.navbar-vertical__div-title {
	display: none;
	color: white;
	padding-top: 14px;
	padding-bottom: 10px;
	background-color: #2d71aa; /*#b36888*/
	border-radius: 4px;
	cursor: pointer;
}
.navbar-vertical__div-title:hover {
	background-color: #09529d;
}
@media only screen and (max-width: 991px){
	.navbar-vertical__div-title {
		display: flex;
	}
}
@media only screen and (max-width: 767px){
	.navbar-vertical__div-title {
		display: flex;
	}
}
/* левая часть */
.navbar-vertical__div-title-left {
	/*width: 40%;*/
}
/* левая часть */
.navbar-vertical__div-title-right {
	font-size: 14px; 
	color: white;
	font-weight: bold;
}
/*Блок вертикального меню*/
.navbar-vertical__div {
	display: block;
}
@media only screen and (max-width: 991px){
	.navbar-vertical__div {
		display: none;
	}
}
/* МОБИЛЬНОЕ МЕНЮ */
/*Кнопка мобильного меню*/
.mobile-menu__a {
	border: 1px solid #704536;
	background-color: #fff;
	padding: 8px 8px 6px 8px;
	border-radius: 6px;
}

/*МЕНЮ НА ВЕСЬ ЭКРАН*/
/*кнопка выбора меню*/
input[type="checkbox"]#togglebox {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}
/*нажималка кнопки выбора меню*/
label#navtoggler::before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 0.6em;
	top: 50%;
	margin-top: -0.3em;
	left: 0;
	background: black; /* stripes background color. Change to match border color of parent label above */
}
/*само меню*/
nav#expand-fullpagemenu{ 
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	visibility: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: scale(0.9);  
	transform: scale(0.9);
	background: white;
	display: block;
	position: fixed;
	z-index: 100;
	opacity: 0;
	text-align: left;
	overflow: auto;
	-moz-transition: visibility 0s 0.5s, opacity 0.5s, -moz-transform 0.5s;
	-webkit-transition: visibility 0s 0.5s, opacity 0.5s, -webkit-transform 0.5s;
	transition: visibility 0s 0.5s, opacity 0.5s, transform 0.5s;
}
/*здесь зачем-то*/
input[type="checkbox"]#togglebox:checked ~ nav#expand-fullpagemenu{ 
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	-ms-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-transition-delay: 0s;
}
/*закрывашка меню*/
nav#expand-fullpagemenu label#closex{ /* Large x close button inside nav */
	width: 40px;
	height: 40px;	
	overflow: hidden;
	display: block;
	position: absolute;
	cursor: pointer;
	text-indent: -1000px;
	z-index: 10;
	top: 0;
	right: 0;
}
/*что-то для кнопки закрытия*/
nav#expand-fullpagemenu label#closex::before, nav label#closex::after{ /* render large cross inside close button */
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 6px;
	background: gray; /*цвет крестика*/
	top: 50%;
	margin-top: -3px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*какие-то повороты кнопки закрытия*/ 
nav#expand-fullpagemenu label#closex::after{ /* render large cross inside close button */
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
/*контейнер мобильного меню, сразу перед nav*/
.navbar-mobile__div {
	/*box-shadow: 0px 0px 6px rgba(160, 159, 159, 0.4);*/
	/*border-radius: 0px;*/
	padding: 10px 10px 30px 10px;
}

/*название над мобильным меню*/
.navbar-mobile__div-chapter {
	font-style: normal;
	font-weight: 600;
	line-height: 19px;
	text-transform: uppercase;
	color: #000000;
	padding: 26px 25px 12px 38px;
}

/*скрытое меню при наличии фильтров*/
.navbar-mobile__nav-closed {
	display: none;
}
/* мобильный заголовок мобильного меню */
.navbar-mobile__div-title {
	display: none;
	color: white;
	font-size: 1rem; 
	height: 40px;
	background-color: #b36888;
	border-radius: 8px;
}
/* левая часть */
.navbar-mobile__div-title-left {
	width: 40%;
}
/* левая часть */
.navbar-mobile__div-title-right {
	width: 60%;
	color: white;
	font-weight: bold;
}

/*Первоначальное закрытие раздела для невыбранного до щелчка по ссылке*/
.navbar-mobile__div-closed {
	display: none;
}


/* ОБЩИЕ КЛАССЫ МОБИЛЬНОГО МЕНЮ*/
/*Ссылка, которая захватыает картинку и текст*/
.navbar-mobile__a {
	text-decoration: none; /*нужна обязательно*/
	/*transition: all .5s ease;*/
}

/* В мобильном меню везде размер, пространства значка триггера */
/*Ячейка выпадающего списка*/
.navbar-mobile__div-list {
	display: none;
	text-align: left;
	z-index: 100;
}
/*Нужно для раскрытия выбранного подменю*/
.navbar-mobile__div-list-vis-0 {
	display: block;
}

/* Картинка */
.navbar-mobile__img {
	width: 26px;
	height: 26px;
}
/*Контейнер картинки*/
.navbar-mobile__div-img {
	padding: 0px 10px 0px 0px;
}
/*Ячейка ссылки без выпадающего списка*/
.navbar-mobile__div-link {
}
/*стрелка для выпадающего меню*/
.navbar-mobile__div-trigger {
	text-align: center;
	color: #008BD3;
	cursor: pointer;
}
.navbar-mobile__div-trigger img {
	width: 16px;
	height: 16px;
}

/* 1 УРОВЕНЬ - ВИДИМОЕ МОБИЛЬНОЕ МЕНЮ */
/*Ячейка меню 1 уровня*/
/*закругление вверху в последнем пункте меню*/
.navbar-mobile__div-1:first-of-type {
	/*border-radius: 8px 8px 0px 0px;*/
}
/*закругление снизу в последнем пункте меню*/
.navbar-mobile__div-1:last-of-type {
	/*border-radius: 0px 0px 8px 8px;*/
}
/*Нижняя серая полоса в пункте меню 1 уровня*/
.navbar-mobile__div-1 {
	/*border-bottom: 1px solid rgba(19, 67, 131, 0.2);*/
}
/*При наведении на пункт меню 1 уровня меняем бэкграунд*/
.navbar-mobile__div-1:hover {
	background: linear-gradient(to top, rgba(255,255,255,0) 0%, #f1f3f5 50%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #f1f3f5 50%,rgba(255,255,255,0) 100%);
}
/*При наведении на пункт меню 1 уровня*/
.navbar-mobile__div-1:hover svg {
	 fill: white;
	 color:  white;
}
.navbar-mobile__a-1 {
	color: #211245;
	padding: 0px 5px 10px 0px;
}
.navbar-mobile__a-1:hover {
	background-color: transparent;
}
.navbar-mobile__a-1:hover .navbar-mobile__div-link-1 {
	color: #8569C8;
}

.navbar-mobile__div-link-1 {
	font-size: 24px;
	color: #211245;
    text-decoration: none;
}
.navbar-mobile__div-link-1:hover {
    text-decoration: none;
}

.navbar-mobile__div-link-1-active {
}


/*флекс элемент, где вместе картинка и ссылка*/
.navbar-mobile__a-list {
	width: 85%;
}
.navbar-mobile__div-trigger-1{
	width: 15%;
}

/* 2 УРОВЕНЬ */
/*div выпадающего списка из мобильного меню*/
.navbar-mobile__a-2 {
	color: #211245;
	padding: 9px 5px 9px 15px;
}
.navbar-mobile__a-2:hover {
	color: #8569C8;
}
.navbar-mobile__div-list-2 {
	margin-bottom: 10px;
}
/*Контейнер для ссылки и ее списка*/
.navbar-mobile__div-2 {
}
.navbar-mobile__div-2:hover {
}
.navbar-mobile__div-link-2 {
	line-height: 1.1;
	color: #606f83;
	font-size: 20px;
}
.navbar-mobile__div-link-2:hover {
	color: #8569C8;
}
.navbar-mobile__div-link-2-active {
	color: #8569C8;
	font-weight: bold;
}
/*div шеврона раскрывающегося списка*/
.navbar-mobile__div-trigger-2 {
	width: 15%;
}

/* 3 УРОВЕНЬ */
.navbar-mobile__a-3 {
	color: #211245;
	padding: 8px 5px 8px 20px;
}
.navbar-mobile__a-3:hover {
	color: green;
}
/*div выпадающего списка */
.navbar-mobile__div-list-3 {
	background-color: white;
	width: 100%;
}
.navbar-mobile__div-3 {
}
.navbar-mobile__div-link-3 {
	font-size: 0.9rem;
	line-height: 1.0rem;
}
.navbar-mobile__div-link-3:hover {
	color: #B36888;
}
.navbar-mobile__div-link-3-active {
	color: #B36888;
	font-weight: bold;
}
/*флекс элемент, где вместе картинка и ссылка*/
.navbar-mobile__div-trigger-3 {
	width: 15%;
}

/* 4 УРОВЕНЬ */
.navbar-mobile__a-4 {
	color: #211245;
	padding: 7px 5px 7px 25px;
}
.navbar-mobile__a-4:hover {
	color: black;
}
.navbar-mobile__div-4 {
}
.navbar-mobile__div-link-4 {
	font-size: 0.8rem;
	line-height: 0.9rem;
}
.navbar-mobile__div-link-4:hover {
	color: #B36888;
}
.navbar-mobile__div-link-4-active {
	color: #B36888;
	font-weight: bold;
}
.navbar-mobile__div-trigger-4 {
	line-height: 22px;
	font-size: 0.9rem;
}
/*ГОРИЗОНТАЛЬНОЕ МЕНЮ МОДУЛЕЙ В ЛЕНДИНГЕ*/
.module-navbar__div .first {
	border-radius: 15px;
	background-color: white;
	position: relative;
	margin-right: 5px;
}
.module-navbar__div .first:hover {
	background-color: #86B1F2;
}

.module-navbar__div .first a {
	height: 55px;
	padding: 0px 0px;
	text-align: center;
	text-decoration: none;
}
.module-navbar__div .first a span {
	font-weight: normal;
	line-height: 130%;
	color: #606F83;
}
.module-navbar__div .first:hover a span {
	color: #fff;
}


/*МОБИЛЬНОЕ МЕНЮ PANEL*/
.mobil-navbar {
	padding: 12px 12px;
	background-color: white;
	border-radius: 6px;
	margin: 0px 3px;
}
.mobil-navbar span {
    display: block;
    width: 25px;
    background: #363636;
    height: 2px;
    margin: 5px 0;
}
/*Само меню*/
#panel{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 200;
	user-select: none;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateX(100%);
	transition: 0.3s
}
@media (min-width: 1200px){
	#panel{
		display: none !important
	}
}
#panel>.menu>li.click>.submenu{
	opacity: 1;
	visibility: visible;
	pointer-events: auto
}
#panel>.menu>li>.submenu>ul>li>a{
	text-transform: uppercase;
	font-size: 21px
}
#panel .menu{
	list-style: none;
	padding: 30px 0 0;
	margin: 0;
	transition: transform 0.5s
}
#panel .menu.opened{
	transform: translateX(-100%)
}
#panel .menu.openeds{
	transform: translateX(-194%)
}
#panel .menu li{
	font-size: 25px;
}
#panel .menu li a{
	display: block;
	text-decoration: none;
	padding: 10px 25px;
	transition: .4s;
	position: relative;
	color: #363636
}
#panel .menu li a img{
	vertical-align: revert;
}
#panel .menu li .submenu{
	background-color: #fff;
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateX(100%);
	background-color: #fff
}
#panel .menu li .submenu .back{
	padding: 0 25px;
	margin: 0 0 40px;
	font-size: 18px
}
#panel .menu li .submenu .back i{
	font-size: 20px;
	vertical-align: middle;
	margin-right: 7px
}
#panel .menu li .submenu>ul li.click .submenu{
	opacity: 1;
	visibility: visible;
	pointer-events: auto
}
#panel .menu li .submenu ul{
	list-style: none;
	padding: 0 25px;
	margin: 0;
	max-height: calc(100vh - 325px);
	overflow: auto
}
#panel .menu li .submenu ul.first{
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 20px
}
#panel .menu li .submenu ul li{
	float: none;
	font-size: 17px;
}
#panel .menu li .submenu ul li a{
	transition: .4s;
	padding: 10px 0
}
#panel .menu li .submenu ul li .submenu .back{
	padding: 0
}
#panel .menu li .submenu ul li ul{
	padding: 10px 0
}
#panel .menu li .submenu ul li ul li a{
	padding: 3px 0;
	opacity: 0.8
}
#panel .language{
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	color: #363636;
	padding: 0 25px;
	font-size: 26px;
}
#panel .language i{
	margin-right: 7px
}
#panel .language .lang-window{
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #ffffff
}
#panel .language .lang-window ul{
	text-align: center;
	padding: 0;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	width: 100em;
	height: 94vh
}
#panel .language .lang-window ul li a{
	color: #363636;
	text-decoration: none;
	display: block;
	padding: 5px 0
}
#panel .language .lang-window ul li.active a{
	opacity: 1
}
#panel .language .lang-window .mob-close-01{
	padding: 17px 8px;
	margin: 15px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999
}
#panel .language .lang-window .mob-close-01 span{
	display: block;
	background: #363636;
	height: 2px;
	width: 30px;
	transform: rotate(-45deg) translateY(0.5px) translateX(-0.5px)
}
#panel .language .lang-window .mob-close-01 span:nth-child(2){
	transform: rotate(45deg) translateY(-1.5px) translateX(-1.5px)
}
#panel #mobil-search{
	margin: 20px;
	position: relative
}
#panel #mobil-search i{
	display: block;
	padding: 11px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 23px
}
#panel #mobil-search form{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none
}
#panel #mobil-search form label{
	width: 100%
}
#panel #mobil-search form label input{
	border: 0;
	border-bottom: 1px solid #363636;
	border-radius: inherit;
	width: 100%;
	height: 40px;
	padding: 0 30px 0 0;
	color: #363636
}
#panel #mobil-search form button{
	position: absolute;
	top: -5px;
	right: 10px;
	color: #363636;
	padding: 11px;
	border: none;
	background: none
}
#panel .mob-close{
	padding: 20px;
	margin: 10px 0 0
}
#panel .mob-close span{
	display: block;
	background: #363636;
	height: 2px;
	width: 31px;
	transform: rotate(-45deg) translateY(0.5px) translateX(-0.5px)
}
#panel .mob-close span:nth-child(2){
	transform: rotate(45deg) translateY(-1.5px) translateX(-1.5px)
}
body.mobile-menu-active #panel{
	opacity: 1 !important;
	visibility: visible;
	pointer-events: auto;
	transform: translateX(0%)
}
.mobile-phone {
	color: #2d71aa;
	font-size: 16px;
}
.header-phone {
	color: #255989;
}
