@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500,700,700italic&subset=latin,cyrillic);

* {margin: 0;padding: 0;border: 0;}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display:block;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: 'Ubuntu', sans-serif;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

h2 {
	font-size: 20px;
	margin-bottom: 20px;
}

a {
	color:#2e2e2e;
	text-decoration:none;
	/* transition: color .2s linear;
	-moz-transition: color .2s linear; 
	-webkit-transition: color .2s linear; 
	-o-transition: color .2s linear;  */
}

a:hover {
	outline:none;
	color:#3F5DA6;
}

p {
	margin: 0 0 20px;
	line-height: 18px;
	text-align: justify;
}

ul {
	list-style:none;
	margin:0;
	padding:0;
}

img {height:auto;max-width:100%;display:block;}

table {
	width:100%;
	font-size: 14px;
	border-collapse: separate;
}

table.contenttable td {
	background: #f4f4f4;
	padding: 5px;
	border: 1px solid #dfdfdf;
	vertical-align: middle;
}

table.contenttable p {
margin:0px;
}


body {
	font: 13px/1.5 'Ubuntu', sans-serif;
	color:#2e2e2e;
	/* background: url(../img/body.jpg) fixed repeat; */
}

#wrap {
	width: 100%;
	min-width: 960px;
	max-width: 1100px;
	margin: 0px auto;
	overflow:hidden;
	text-shadow: 0px 1px 1px  #ffffff;
	min-height: 150px!important;
}

/*----------------------------- Header / Slogan ---*/
header {
	/* padding: 0 15px;
	margin-top: 20px; */
	height: 150px;
	overflow: hidden;
	padding: 0px 10px;
}

#logo, #slogan {
	text-indent: 110%;
	white-space: nowrap;
    overflow: hidden;
}

#logo {
	display: block;
	float: left;
	width: 116px;
	height: 86px;
	background: url(../img/logo.png) 0px 0px no-repeat;
}

#slogan {
	display: block;
	float: left;
	margin: 40px 0px 0px 10px;
	width: 188px;
	height: 45px;
	background: url(../img/slogan.png) 0px 0px no-repeat;
}

/*----------------------------- Address / Phone ---*/
address {
	float: right;
	font-style: normal;
	text-align:right;
}

#address,
address > a {
	font-size: 14px;
}

address > a.feedback_icon {
	padding-left: 15px;
	background: url(../img/12.png) left no-repeat;
}

address > p {
	margin:0px;
}

#phone {
	color:#3f5da6;
	font-size:28px;
	font-weight:700;
	margin:10px 0px;
	text-align: right;
}

#phone > small {
	margin-right:5px;
	font-size: 16px;
	color:#2e2e2e;
}

#phone_m {
	
	margin:10px 0px;
	text-align: right;
}

#phone_m small {
	margin-left:5px;
	color:#3f5da6;
}

#phone_m small,
#phone_m span {
	font-size:16px;
	font-weight:700;
}

#phone_m span {
	color:#2e2e2e;
	margin-left:5px;
}

/*----------------------------- Navigation ---*/
nav {
	/* margin-top: 10px; */
	overflow: hidden;
}
nav a#home {
	background: url(../img/home.png) 0px 0px no-repeat;
	display: block;
	width: 21px;
	height: 20px;
	float: left;
	margin-left: 10px;
}

nav a#home:hover {
	background:url(../img/home_h.png) 0px 0px no-repeat;
}

nav ul {
	overflow:hidden;
}

nav ul li {
	/* float:left; */
	display: inline-block;
	/* margin-left: 22px; */
	margin: 0 17.5px;
	/* font-weight: bold; */
	font-size: 16px;
	cursor:pointer;
}

nav ul li a {
	position:relative;
	display:block;
}
nav ul li.act,
nav ul li:hover,
nav ul li a:hover,
nav ul li a:active {
	color:#3f5da6;
}

nav ul li.act a {color:#3f5da6;}

/*----------------------------- Navigation / Sub_Menu lvl 2 ---*/
nav ul li div.sub {
	display: none;
	position: absolute;
	/* padding-top: 20px; */
	padding-top: 1px;
	margin-left: -20px;
	z-index: 99;
}

nav ul li div.sub ul {
	/* background: url(../img/sub_bg.jpg) 0px 0px repeat; */
/*	background: #8e8d8d;*/
	padding: 10px;
	background-color: #f1f1f1;
	text-align: left;
}


nav ul li div.sub ul:hover {
	background-color: #e2e2e2;
}
.sub_about li {
	width: 100%;
}
.sub_paper li {
	width: 100%
}
.sub_terms_conditions li {
	width: 100%;
}
nav ul li div.sub ul.sub_about li,
nav ul li div.sub ul.sub_paper li,
nav ul li div.sub ul.sub_types_print li,
nav ul li div.sub ul.sub_terms_conditions li {
	float:none;
	margin: 0px;
}

nav ul li:hover div.sub ul.sub_about li a,
nav ul li:hover div.sub ul.sub_product li a,
nav ul li:hover div.sub ul.sub_paper li a,
nav ul li:hover div.sub ul.sub_types_print li a,
nav ul li:hover div.sub ul.sub_terms_conditions li a,
nav ul li:hover div.sub ul.sub_about li span,
nav ul li:hover div.sub ul.sub_product li span,
nav ul li:hover div.sub ul.sub_paper li span,
nav ul li:hover div.sub ul.sub_types_print li span,
nav ul li:hover div.sub ul.sub_terms_conditions li span {
	line-height: 24px;
	font-size: 15px;
	color: #585858;
	display:block;
}

nav ul li div.sub ul.sub_about li a:hover,
nav ul li div.sub ul.sub_product li a:hover,
nav ul li div.sub ul.sub_paper li a:hover,
nav ul li div.sub ul.sub_types_print li a:hover,
nav ul li div.sub ul.sub_terms_conditions li a:hover {
	color: #000;
}

nav ul li div.sub ul.sub_about,
nav ul li div.sub ul.sub_product,
nav ul li div.sub ul.sub_paper,
nav ul li div.sub ul.sub_types_print,
nav ul li div.sub ul.sub_terms_conditions {
	/* box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
	border:1px solid #bbbcbc; */
}
	
/*----------------------------- Navigation / Sub_Menu / About / Paper / Types + Print / Terms + Conditions ---*/
nav ul li div.sub ul.sub_paper,
nav ul li div.sub ul.sub_types_print,
nav ul li div.sub ul.sub_terms_conditions {
	width: 195px;
}

nav ul li div.sub ul.sub_about {
	width: 170px;
}

/*----------------------------- Navigation / Sub_Menu / Product ---*/
nav ul li div.sub ul.sub_product {
	width: 400px;
	/* height: 400px; */
}

nav ul li div.sub ul.sub_product li {
	width: 200px;
	margin: 0px;
}

nav ul li div.sub ul.sub_product li ul.nav_product_sub {
	/* min-height: 145px; */
	margin-top: 0px;
}

nav ul li div.sub ul.sub_product li ul.nav_product_sub li {
	
}

nav ul li div.sub ul.sub_product li ul.nav_product_sub li a {
	white-space: pre-wrap; 
white-space: -moz-pre-wrap;  
white-space: -o-pre-wrap; 
word-wrap: break-word;
color: black!important;
}

.menu-head .sub a,
.menu-head .sub span {
	color: black!important;
}

.menu-head .sub .nav_product_sub {
	/* background-color: transparent!important; */
}

/*----------------------------- Slider ---*/
#slider {
	overflow:hidden;
	width: 960px;
	height: 120px;
	margin:0px auto;
	margin-bottom:20px;
	position:relative;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#slider > ul.rslides li a > img {
	
}

.rslides {
	margin: 0 auto;
}

.rslides_nav {
	position: absolute;
	top: 0px;
	left: 0px;
	text-indent: 110%;
	overflow: hidden;
	text-decoration: none;
	height: 120px;
	width: 40px;
	background: transparent url(../img/slider.png) 0px 0px no-repeat;
}

.rslides_nav.next {
	left: auto;
	right: 0px;
	background-position: -12px 0px;
}

.rslides_nav.next:hover {
	background-position: -12px -120px;
}
  
.rslides_nav.prev:hover {
	background-position: 0px -120px;
}
  
.rslides_nav:focus {
	outline: none;
}

.rslides_tabs {
	margin-top: 10px;
	text-align: center;
}

.rslides_tabs li {
	display: inline;
	float: none;
	_float: left;
	*float: left;
	margin-right: 5px;
}

.rslides_tabs a {
	text-indent: 110%;
	overflow: hidden;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background: #ccc;
	background: rgba(0,0,0, .2);
	display: inline-block;
	_display: block;
	*display: block;
	-webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
	box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
	width: 9px;
	height: 9px;
}

.rslides_tabs .rslides_here a {
	background: #222;
	background: rgba(0,0,0, .8);
}

#banner {
	font-size:0px;
	margin:0px 0px 20px 0px;
	background-image: url(../img/prin-serv-b-bg.jpg);
	background-position: center center;
	background-repeat: repeat-x;
}

#banner a,
#banner span {
display: inline-block;
/* margin: 0px 5px; */
}

#banner img {
	
}

/*----------------------------- Base_Content ---*/
#base_content {
	overflow: hidden;
	/* margin: 0px 10px; */
	/* width: 1100px; */
	padding: 0px 10px;
}

#base_content a {
	text-decoration: underline;
	color: #3F5DA6;
}

#base_content a:hover {
	color: #2E2E2E;
}

#base_content a.download {
	position: static;
	top: auto;
	right: auto;
}

/*----------------------------- Breadcrumbs ---*/
ul#breadcrumbs {
	overflow:hidden;
	margin-bottom:20px;
}

ul#breadcrumbs li {
	float: left;
	color: #6A6A6A;
	margin-right: 10px;
}

ul#breadcrumbs li:before{
	content:"\2192";
	margin-right:10px;
}

ul#breadcrumbs li:first-child:before{
	content:"";
	margin-right:0px;
}

ul#breadcrumbs li a {
	text-decoration: none;
}

/*----------------------------- Base_Container ---*/
#base_container {
	position: relative;
	overflow:hidden;
	/* padding: 25px 30px; */
	margin-bottom:20px;
	background: #fff url(../img/footer.png) top center no-repeat;
	/* border: 1px solid #b7b7b7; */

	/* border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	
	-webkit-box-shadow: inset 0px 0px 2px 1px rgba(183, 183, 183, 1);
	
	box-shadow: inset 0px 0px 2px 1px rgba(183, 183, 183, 1);
	-webkitbox-shadow: inset 0px 0px 2px 1px rgba(183, 183, 183, 1);
	-o-box-shadow: inset 0px 0px 2px 1px rgba(183, 183, 183, 1);
	-moz-box-shadow: inset 0px 0px 2px 1px rgba(183, 183, 183, 1);
	-ms-box-shadow: inset 0px 0px 2px 1px rgba(183, 183, 183, 1); */
}

#base_container h1 {
	font-weight: normal;
	margin-top: 30px;
}

#base_container p {
	font-size: 14px;
}

#base_container ol {
	margin:0px 0px 20px 25px;
}

#base_container ol li {
	margin-bottom:10px;
}

#base_container ol li:last-child {
	margin-bottom:0px;
}

#base_container ol:last-child {
	margin:0px 0px 0px 15px;
}

#base_container ul {
	margin-bottom:20px;
}

#base_container ul li {
	background: url(../img/list.png) 0px 8px no-repeat;
	padding-left: 10px;
}
#base_container ul li:not(:last-child) {
	margin-bottom: 10px;
}
#base_container ul li a {
	text-decoration:none;
}

#base_container img {
	display:inline;
}

#base_container time {
display: block;
text-align: right;
}

/*----------------------------- Index_Category ---*/
#index_category {
	overflow:hidden;
	margin-bottom:20px;
}

#index_category ul {
	/*text-align:center;*/
}

#index_category ul li {
	overflow: hidden;
	vertical-align: top;
	display: inline-block;
	/*width: 180px;*/
	width: 30.7%;
	/*margin:5px 50px;*/
	margin: 5px 40px 5px 0px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	/*-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-ms-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;*/
}

#index_category ul li:nth-child(3n+3) {
	margin: 5px 0px 5px 0px;
}

/*----------------------------- nth-child IE 8 ---*/
#index_category ul li:first-child + * + *,
#index_category ul li:first-child + * + * + * + * + * {
	margin: 5px 0px 5px 0px;
}

#index_category ul li div {
	overflow:hidden;
	min-height: 170px;
	padding:10px;
	/* background: url(../img/sub_bg.jpg) 0px 0px repeat; */
	background: #f1f1f1;
	/* border:1px solid #bbbcbc;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.5);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; */
}

#index_category ul li img {
	/*display: inline;
	margin-top: 5px;*/
	float:left;
	margin-top:10px;
	margin-right: 20px;
	width: 80px;
	height: 80px;
	border:1px solid #bbbcbc;
	
	border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: 0px 1px 5px #aaa;
	-webkit-box-shadow: 0px 1px 5px #aaa;
}

#index_category ul li p {
	font-size: 15px;
	margin-top:10px;
}

#index_category ul li p a{
	color: #2E2E2E;
    text-decoration: none;
}

/*#index_category ul li:hover ul.category_li {
	opacity:1;
	-webkit-transition:opacity;
	-webkit-transition-duration:300ms;
	-webkit-transition-timing-function:ease-out;
}*/

#index_category ul li div > ul.category_li {
	position: relative;
	text-align:left;
	float:left;
	/*position:absolute;
	top:0px;
	left:0px;*/
	width: 155px;
	min-height: 145px;
	height: 145px;
	/*padding:10px;*/
	/*background: url(../img/sub_bg.jpg) 0px 0px repeat;
	
	opacity:0;
	-webkit-transition:opacity;
	-webkit-transition-duration:300ms;
	-webkit-transition-timing-function:ease-out;
	
	-webkit-border-radius: 5px;
	border-radius: 5px;

	box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.5);*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#index_category ul li div > ul.category_li li {
	width: 100%;
	margin:0px;
	background: url(../img/list.png) 0px 10px no-repeat;
	padding-left: 10px;
}


#index_category ul li div > ul.category_li li a {
	display:block;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	color: #585858;
	line-height: 24px;
}

#index_category ul li div > ul.category_li li a:hover {
	color: #3F5DA6;
}

/*  */
.index_category_list {
	display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;
}
.index_category_item {
	margin: 10px 10px !important;
	-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;
}
/*  */

#about_polygraphy {
	overflow:hidden;
	margin: 20px 0px;
}

#about_polygraphy ul {
	
}

#about_polygraphy ul li {
	float:left;
	width: 450px;
	padding: 0px 10px;
	background: url(../img/list.png) 0px 8px no-repeat;
}

#about_polygraphy ul li a {
	display: inline-block;
	text-decoration:none !important;
}


#about_polygraphy .more {
	display:block;
	float:right;
}

#indexBlock {
	overflow:hidden;
}

.left_block {
	float:left;
	width: 450px;
}

.right_block {
	float:right;
	width: 450px;
}

.left_block_contacts {
	float:left;
	width: 510px;
}

.right_block_contacts {
	float:right;
	width: 400px;
}

.left_container {
/*	width: 510px;*/
	/* float: left; */
	position: relative;
	/* width: 1100px; */
}

.left_container h1 {
	font-size: 20px;
	margin-bottom: 20px;
}

.about_object {
overflow: hidden;
margin-bottom:20px;
}

.about_object a {

}

.about_object p {
margin-bottom:10px;
}

.about_object h2 {
	margin-bottom: 10px;
}

.about_object h3 {
	font-size: 14px;
	margin-bottom: 10px;
}

.about_object h3 a {
	text-decoration: none !important;
}


.about_object .more {
	float:right;
}


.about_object_descr {
	overflow:hidden;
	margin-bottom:20px;
}

.right_container {
	width: 305px;
	float: right;
}

#vertical_border {
	position:absolute;
	top:0px;
	right:360px;
	width:1px;
	min-height: 100%;
	height: 100%;
	height: auto !important;
	background:rgba(183, 183, 183, 0.6);
	-webkit-box-shadow: 1px 0px 5px 1px rgba(183, 183, 183, 0.3), -1px 0px 5px 1px rgba(183, 183, 183, 0.3);
	box-shadow: 1px 0px 5px 1px rgba(183, 183, 183, 0.3), -1px 0px 5px 1px rgba(183, 183, 183, 0.3);
}

.index_news_link {
	clear: both;
}

/*----------------------------- Product Acardeon ---*/
.accordion {
	margin-bottom:10px;
}

.accordion h2 {
	cursor: pointer;
	margin-bottom: 0;
	/*padding:10px 20px;*/
	padding:10px 0px;
	/* border: 1px solid silver; */
}

.accordion h2 img {
	float: right;
	margin: 5px 0px;
}

.accordion p {
	margin: 5px 0px 5px 0px;
}

.accordion p:last-child {
	margin: 5px 0px 0px 0px;
}

div.hide_accordion {
	overflow:hidden;
	margin-top: 0px;
	padding:10px;
	border-top: none;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}

div.hide_accordion table tr td {
	vertical-align:top;
}

div.hide_accordion img {
	max-width:none;
	vertical-align:top;
}

/*----------------------------- Contacts ---*/
#contacts .left_block_contacts  {
	padding: 20px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#contacts .left_block_contacts p {
	font-size:14px;
}

#contacts .left_block_contacts p > span {
	font-size:15px;
}

.right_block_contacts .feedback_order {
	background: #fff;
	padding: 20px;
	/* -webkit-box-shadow: inset 0px 0px 2px 1px rgba(183, 183, 183, 1);
	box-shadow: inset 0px 0px 2px 1px rgba(183, 183, 183, 1); */
}

.feedback_order {
margin-bottom:20px;
}

/*----------------------------- Contacts / Yandex Map ---*/
#map {
	width:510px;
	height: 350px;
	margin-bottom: 30px;
	text-align: center;
}

/*----------------------------- Contacts > Form ---*/

#name {display:none;}

.feedback_order label,
.feedback_order label small {
	display: block;
	margin-bottom:5px;
}

.feedback_order label > small {
	color: #828282;
	font-size: 11px;
}

.feedback_order label span {
	color: #ff0000;
}

.feedback_order input[type = 'text'],
.feedback_order input[type = 'email'],
.feedback_order textarea {
	width: 100%;
	border: 1px solid silver;
	margin-bottom: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.feedback_order input[type = 'text'],
.feedback_order input[type = 'email'] {
	padding: 7px 5px;
}

.feedback_order textarea {
	min-height:160px;
	resize:vertical;
	padding: 5px;
}

.submit_order {
	height: 34px;
}

.submit_order input[type = 'submit'] {
	width: 185px;
	height: 30px;
	background: #3F5DA6;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.submit_order input[type = 'submit']:hover {
	background: #4768ba;
}

/*----------------------------- Index_News ---*/
.index_news {
	
}

.index_news ul {
	
}

.index_news ul li {
	margin-bottom: 10px;
}

.index_news ul li a {
	text-decoration:none !important;
}

a.more {
	text-decoration:none !important;
}

.index_news p {
	margin:0px;
}

time {
	font-weight: bold;
	font-size: 12px;
}

/*----------------------------- News ---*/
.news_all {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid rgba(000, 000, 000, 0.2);
	float: left;
	min-width: 570px;
	width: 100%;
	margin: 30px 0;
	margin-bottom: 0px;
}

.news_all:last-child {
	border-bottom:none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.news_all dl dt {
	margin-bottom: 10px;
}
.news_all dl dd p:last-child {
	margin-bottom: 0px;
}

.news_all dl dt, 
.news_all dl dd {
	overflow:hidden;
}

.news_all_dop {
	clear: both;
	width: 100%;
	height: 22px;
	margin-top: 10px;
}
.news_date_base {
	float:right;
}

/*----------------------------- Footer ---*/
footer {
	overflow: hidden;
	background: url(../img/footer.png) top center no-repeat;
	margin-top: 20px;
	height: 60px;
}

footer ul {
	text-align:center;
	line-height: 61px;
}

footer ul li {
	display:inline;
	margin: 0px 15px;
}

footer ul li a {
	color:#6a6a6a;
	font-size: 15px;
}

footer ul li a:hover {
	color:#3f5da6;
}

/*----------------------------- Writing / Копирайты ---*/
#writing {
	overflow: hidden;
	margin-top: 10px;
	background: url(../img/footer.png) top center no-repeat;
}

#copy, #larkart {
	color: #878484;
	font-size: 14px;
	line-height: 55px;
}

#copy {
	margin: 20px 0 0 15px;
	float: left;
}

#copy span {
	float: left;
	display: block;
	width: 45px;
	height: 36px;
	margin-right: 8px;
	background: url(../img/logo_footer.png) top left no-repeat;
}

#larkart {
	float: right;
	margin: 20px 0 0 15px;
}

#larkart span {
	float:left;
	display:block;
	width:78px;
	height:36px;
	margin-right:8px;
	background: url(../img/logo_footer2.png) top left no-repeat;
}

/*----------------------------- Bottom_Menu ---*/
#bottom_menu_panel {
	width:100%;
	height:40px;
	display:none;
	color:#333;
	font-size: 17px;
	font-weight: bold;
	background: url(../img/sub_bg.jpg) 0px 0px repeat;
	background: rgba(0, 0, 0, 0.1);
	box-shadow:inset 0px -1px 2px 0px rgba(183, 183, 183, 1);
	-webkit-box-shadow:inset 0px -1px 2px 0px rgba(183, 183, 183, 1);
}

#bottom_menu_panel ul {
	line-height:40px;
	text-align:center;
}

#bottom_menu_panel ul li {
	margin:0px 15px;
	display: inline;
}

#bottom_menu_panel ul li a {
	font-size: 17px;
	font-weight: bold;
}

#bottom_menu_panel ul li.ltd a {
	border-right:2px solid rgba(0, 0, 0, 0.5);
	padding-right:30px;
}

#bottom_menu_panel ul li a:hover {
	color: #3f5da6;
}

a.bottom_menu {
	display: block;
	width: 202px;
	height: 31px;
	margin: 0px auto;
	background: url(../img/top_menu.png) 0px -31px no-repeat;
}

a.bottom_menu_active {
	background: url(../img/top_menu.png) 0px 0px no-repeat;
}

/*----------------------------- Hell Button ---*/	
a.button_up {
	background: url(../img/button_up.png) 0px 0px no-repeat;
	bottom:50px;
	display:none;
	 right:40px; 
	/*left: 40px;*/
	position:fixed;
	width:50px;
	height:50px;
	opacity:0.9;
}
 
a.button_up:hover {background: url(../img/button_up_h.png) 0px 0px no-repeat;}

/*----------------------------- Разделительная линия с тенью ---*/
.razdl {
	clear: both;
	width: 960px;
	height:12px;
	background: url(../img/footer.png) 0 0 no-repeat;
	margin:5px 0;
}
.feedback_order {
	background: #f1f1f1;
	/* width: 1100px; */
}
.feedback_order * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.feedback_order form input.valid,
.feedback_order form textarea.valid {
	-webkit-box-shadow: 0px 0px 5px rgba(0, 200, 0, 0.9);
	box-shadow: 0px 0px 5px rgba(0, 200, 0, 0.9);
}

.feedback_order form input.notValid,
.feedback_order form textarea.notValid {
	-webkit-box-shadow: 0px 0px 5px rgba(230, 0, 0, 0.9);
	box-shadow: 0px 0px 5px rgba(230, 0, 0, 0.9);
}

.orderForm {
	display: -webkit-box;display: -ms-flexbox;display: flex;
	width: 100%;
	padding-bottom: 18px;
}

.orderForm .inline-form-one {
	padding-right: 18px;
}

.orderForm .inline-form-two {
	-webkit-box-flex: 1;-ms-flex: 1 0 auto;flex: 1 0 auto;
	width: auto;
	padding-right: 18px;
}


.orderForm input[type = 'text'], 
.orderForm input[type = 'email'] {
	width: 100% !important;
}

.orderForm input[type = 'text'], 
.orderForm input[type = 'email'], 
.orderForm textarea {
	
}

.orderForm .required_contacts {

}

.statusMessage {
	display: none;
	color: #3F5DA6;
	padding: 0px 18px;
}

a.download {
	position:absolute;
	top:5px;
	right:0px;
}

#sitemap ul {
	margin: 0 0 20px 30px;
	list-style-type: disc;
}

#sitemap ul li {

}

#indexBlock #news .more{
	text-decoration:none;
}


.user_form{
	border: 1px solid #B7B7B7;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 0 0 2px 1px #B7B7B7 inset;
    box-shadow: 0 0 2px 1px #B7B7B7 inset;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 25px 30px;
    position: relative;
}

.user_form input[type='text'],
.user_form input[type='password']{
	padding: 7px 5px;
	-moz-box-sizing: border-box;
    border: 1px solid #C0C0C0;
    margin-bottom: 15px;
}


.user_form .right_container input[type='text'],
.user_form .right_container input[type='password']{
	width: 100%;
	display:block;
}

.user_form .left_container input[type='text'],
.user_form .left_container input[type='password']{
	width: 85%;
	display:block;
}



.errors{
	color:red;
}


.user_form .left_container .captcha_block{
	
}

.user_form .left_container  .captcha_block label {
	display:block;
	width:200px;
}


.captcha_img{
	cursor:pointer;
}

.modal{
	border: 1px solid #C9C9C9;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
	min-width: 200px;
}

.modal .modal-header h3{
    font-size: 16px;
    font-weight: bold;
    text-align: center;	
}

.modal h4{
    font-size: 14px;
    font-weight: bold;	
}

.orders_table{
	font-size: 12px;
}

.order .modal-header{
	margin-top: 10px;
}

.order .info{
    background: none repeat scroll 0 0 #E9E9E9;
    border: 1px solid #D2D2D2;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    padding: 5px;
	margin-bottom: 15px;
}

.order .info h3{
	font-size: 14px;
}

.order textarea{
	padding: 7px 5px;
	-moz-box-sizing: border-box;
    border: 1px solid #C0C0C0;
    margin-bottom: 15px;
	width: 100%;	
}

.order .submit_order{
    margin-top: 10px;
}

.hidden{
	display:none;
}

#systemEmail{
	position:absolute;
	visibility:hidden;
	left:0px;
}

.accordion_under{
	margin-top:30px;
}


.sending{
    cursor: wait;
    opacity: 0.5;
}

.mail_to {
	
}
.mail_to img {
	display:inline-block;
	vertical-align:middle;
}

.like_h1 {
	font-weight: normal;
	    font-size: 20px;
    margin-bottom: 20px;
        font-family: 'Ubuntu', sans-serif;
        display: block;
}

.inline-form-one , .inline-form-two {
	display: inline-block;
	vertical-align: top;
}

.inline-form-two {
	width: 63%;
}

.inline-form-one {
	width: 33%;
	padding-left: 18px;
}

.inline-form-one input[type= 'text'], .inline-form-one input[type= 'email'] {
	width: 95%;
}

.inline-form-two .submit_order input[type = 'submit'] {
	margin-left: 0px;
}

.inline-form-two textarea {
	min-height: 95px;
	margin: 0px;
}

.inline-form-two p{
	margin-bottom: 5px;
	font-size: 11px!important;
	color: grey;
	/* margin-bottom: 27px; */
}

.inline-form-two p a{
	color: grey!important;
}

.like_h3{
	font-size: 20px!important;
	font-weight: normal;
    font-family: 'Ubuntu', sans-serif;

}

.five_in_row div{
	display: inline-block;
	width: 19.7%;
	vertical-align: top;
}

.new_image_size img {
	height: 250px!important;
	width: auto!important;
}

.new_image_size div {
	text-align: center;
}

.five_in_row img{
	width: 95%;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	height: 130px;
}

.zakaz_button {
	    width: 185px;
    height: 30px;
    background: #3F5DA6;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    margin-top: 10px!important;
    margin-bottom: 10px!important;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 auto;
}

.zakaz_button:hover {
	background: #4768ba;
}

.five_in_row p{
	font-weight: bold;
	text-align: center;
}

.four_in_row div{
	display: inline-block;
	width: 24%;
}

.four_in_row img{
	width: 95%;
}

.three_in_row div{
	display: inline-block;
	width: 33%;
}

.three_in_row img{
	width: 95%;
}

.centr_text{
	text-align: center;
}

.new_td_width {
	width: 300px;
}

.new_td_width img{
	width: 100%;
}

h3 {
	font-size: 20px;
}

.unstyle {
	color: #000!important;
	text-decoration: none!important;
	cursor: auto!important;
}

.text-center {
	text-align: center;
}

.example {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 5%;
    text-align: center;
}
.example div img {
    height: 80%;
    object-fit: cover;
}

.example .column-5 img {
    height: 60%;
    object-fit: cover;
}

.perehod_table td {
	background-color: #405ca5;
	text-align: center;
	color: white;
}

.perehod_table td:hover {
	background-color: #2a3d6c;
}

#base_content .perehod_table p {
	text-align: center;
	margin: 0px;
}

#base_content .perehod_table p a {
	text-decoration: none;
	color: white;
}

div.new-example .column-5 img {
    height: 130px;
    object-fit: cover;
    border-radius: 100px;
    width: 95%;
}

div.new-img-size .column-4 img {
    height: 175px;
    object-fit: cover;
    border-radius: 100px;
    width: 95%;
}

.example .column-3.galerry img {
	width: 100%;
    object-fit: cover;
}
.example .column-5.galerry img {
	width: 100%;
	height: auto!important;
    object-fit: cover;
}
.example div p {
	text-align: center;
}
.example .column-1 {
    width: 99%;
}
.example .column-2 {
    width: 40%;
}
.example .column-3 {
    width: 32%;
}
.example .column-4 {
    width: 24%;
}

.example .column-5 {
    width: 19%;
}

.like_h2 {
	font-size: 20px!important;
    margin-bottom: 20px;
    font-weight: normal;
    font-family: 'Ubuntu', sans-serif;
}
.like-h2 {
    margin-bottom: 0;
    /*padding: 10px 20px;*/
    padding: 10px 0px;
    /* border: 1px solid silver; */
    font-size: 20px;
}
h2, h3{
    margin-bottom: 0;
    /*padding: 10px 20px;*/
    padding: 10px 0px;
    /* border: 1px solid silver; */
}
h4{
	text-align: center;
	font-size: 20px;
}
.three-in-row-header {
	height: 150px;
}
.three-in-row-header div {
	display: inline-block;
	width: 33%;
	vertical-align: middle;
	margin-top: 25px;
}
.three-in-row-header img {
	margin:0 auto;
}
.cent-txt {
	text-align: center;
}

.three-in-row-header div:first-child {
	font-size: 14px;
	line-height: 18px;
	color: #2e2e2e;
	text-align: left;
	margin-top: 25px;
}

.three-in-row-header div:first-child p {
	margin: 0 0 10px;
}

.map-txt {
	font-size: 14px;
	color: #e8440f;
	text-decoration: underline;
}

.map-txt:hover {
	color: #2e2e2e;
}

.right-txt {
	text-align: right;
}

.menu-head {
	height: 50px;
	background: #405ca5;
}

.menu-head ul li:hover, .menu-head a:hover, .menu-head span:hover {
	color: #2a3d6c!important;
}

.menu-head ul li {
	color: white!important;
	font-size: 14px;
}

.menu-head ul {
	color: white!important;
	font-size: 14px;
	text-align: center;
	/* margin-top: 14px; */
}

.menu-head a {
	color: white;
}

/* 24.08.2021 */
	.menu-head {
		overflow: visible;
	}
	.menu-head-list {
		overflow: visible;
		height: 100%;
	}
	.menu-head-item {
		position: relative;
		margin: 0px 5px;
		height: 100%;
	}
	.menu-head-item:hover {
		background-color: #fff;
	}
	.menu-head-item:hover .menu-head-item-text,
	.menu-head-item:hover .menu-head-item-link {
		color: #000;
	}
	.menu-head-item .sub {
		top: 50px;
		left: 0px;
		padding-top: 0px;
		margin-left: 0px;
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.6);
	}
	.menu-head-item .sub > ul {
		padding: 0px;
	}
	.menu-head-item .sub > ul ul {
		padding: 0px;
	}
	.menu-head-item .sub > ul ul li {
		width: 100%;
	}
	/* .menu-head-item .sub .sub_product > li {
		margin-bottom: 10px !important;
	}
	.menu-head-item .sub .sub_product > li:last-child {
		margin-bottom: 0px !important;
	} */
	.menu-head-item .sub > ul a,
	.menu-head-item .sub > ul span {
		display: block;
		padding: 5px 10px;
		white-space: nowrap;
	}
	.menu-head-item .sub > ul a:hover,
	.menu-head-item .sub > ul span:hover {
		background-color: #fff;
	}
	.menu-head-item-text,
	.menu-head-item-link {
		/* display: block; */
		display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;
		height: 50px;
		/* margin-top: 14px; */
		padding: 0px 10px;
	}
	.menu-head-item-text:hover,
	.menu-head-item-link:hover {
		
	}
	.menu-head-item-text {
		
	}
	.menu-head-item-link {
		
	}
	.menu-head-list ul.sub_product li,
	.menu-head-list ul.sub_types_print li {
		width: 100% !important;
	}

	.menu-head-list ul.sub_product {
		overflow: visible;
		width: auto !important;
	}
	.sub_product_item {
		position: relative;
	}
	.sub_product_item:hover {
		background-color: #fff;
	}
	.sub_product_item .nav_product_sub {
		display: none;
		position: absolute;
		top: 0px;
		left: 100%;
		z-index: 10;
		/* background-color: #f1f1f1; */
		background-color: #e2e2e2;
		width: 200px;
		border-left: 1px solid #aaa;
		box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.6);
	}
	.sub_product_item:hover .nav_product_sub {
		display: block;
	}
	.sub_product_item .nav_product_sub > li {

	}
	.sub_product_item .nav_product_sub > li > a {

	}
	.menu-head-item:hover .sub {
		display: block;
	}	
	
/*  */

.five-in-row {
	display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap:wrap;flex-wrap:wrap;
	text-align: center;
}
.five-in-row div {
	/* display: inline-block;
	width: 19%;
	margin-top: 20px; */
	-webkit-box-flex: 1;-ms-flex: 1 0 auto;flex: 1 0 auto;
	width: 16.66667%;
	padding: 15px;
}
.five-in-row a {
	display: block !important;
}
.five-in-row img {
	display: block !important;
	width: 200px;
	height: 250px;
	-o-object-fit: cover;object-fit: cover;
}

.preim-block {
	margin: 10px 0;
	margin-top: 40px;
}

.preim-block div {
	display: inline-block;
	width: 19.7%;
	vertical-align: top;
}

.preim-block img {
	float: left;
}

.preim-block p {
	font-size: 15px!important;
	line-height: 25px;
	color:  #2e2e2e;
	text-align: left;
	margin: 10px 0 0 78px;
}

.preim-block div:nth-child(5) p {
	margin: 0 0 0 78px!important;
}

.three-in-row {
	text-align: center;
}

.three-in-row div {
	display: inline-block;
	width: 33%;
	margin-top: 20px;
}

.three-in-row img {
	height: 280px;
}

.table-price {
	width: 100%;
}

.table-price td {
	    background: #f4f4f4;
    padding: 5px;
    border: 1px solid #dfdfdf;
    vertical-align: middle;
    width: 19%;
}

.four-in-row {
	text-align: center;
}

.four-in-row div {
	display: inline-block;
	width: 24.5%;
}

.circ-img {
	    border-radius: 179px;
    height: 200px;
    width: 200px;
}

.cent-txt {
	text-align: center;
}

.afisha-table {
	width: 100%;
}

.afisha-table td {
	    background: #f4f4f4;
    padding: 5px;
    border: 1px solid #dfdfdf;
    vertical-align: middle;
}

.zero-padding {
	padding: 0px!important;
}

.table-price-2 {
	width: 100%;
}

.table-price-2 td {
	    background: #f4f4f4;
    border: 1px solid #dfdfdf;
    vertical-align: middle;
}

.table-price-2 td p {
	text-align: center;
	margin-top: 20px;
}

.brosh-fly-table tr, td {
	vertical-align: top;
	background: #f4f4f4;
    padding: 3px 0;
    border: 1px solid #dfdfdf;
}
.two-in-row {
	text-align: center;
}
.two-in-row div {
	width: 49%;
	display: inline-block;
	margin-top: 20px;
}

.two-in-row img {
	width: 95%;
	height: 300px;
}

.img_left img {
	float: left;
    margin: 0 10px 10px 0;
    width: 250px;
}

.feedback_order .like_h1 {
	margin: 18px;
    padding-top: 8px;
    display: block;
}

.required_contacts.error{
	color: red;
}