body {
	font-size:13px;
	color:#1d1d1d;
	font-family: 'Roboto', sans-serif;
}
h1 {font-size:22px;}
p {
	margin-bottom:15px;
	line-height:20px;
	font-size:14px;
}
strong {font-weight:500;}
a {color:#4090db;}
a:hover {text-decoration:none;}

.logo {
	display: block;
	margin:15px 0 15px 15px;
	width:200px;
	height:200px;
	background:#fff;
}

.logo img {padding:35px;}

.nav_categories, nav.main_navigation {
	width:200px;
	background:#fff;
	display:inline-block;
	margin:0px 0 15px 15px;
	font-size:15px;
	padding:15px 20px;
	height:200px;
}
.nav_categories li a, nav.main_navigation li a{
	padding:3px 0;
	display: block;
	color:#272727;
	text-decoration:none;
}
.nav_categories li a:hover, nav.main_navigation li a:hover{
	color:#4090db;
}
.nav_categories li a.active, nav.main_navigation li a.active, nav li.current-menu-item a, nav li.current-page-item a {
	color:#7d7d7d;
	cursor:text;
}
.text-blok {
	display: inline-block;
	width:520px;
	background:#fff;
	height:415px;
	vertical-align: top;
	margin:0 0 0 13px;
	padding-bottom:15px;
	overflow:hidden;
}
.contacts {
	width:700px;
}
.title {
	border-bottom:1px solid #eee;
	padding:15px 20px;
	position: relative;
}
.scroll_text-2 {
	overflow-y: auto;
    height: 385px;
}
.scroll_text {
	overflow:hidden;
	overflow-y:scroll;
	padding:15px 20px 0px 20px;
	height:324px;
	position:relative;
}
.scroll_text p:last-child {
	margin-bottom:0;
}
a.closes, a.close {
	position: absolute;
	right:20px;
	width:30px;
	height:30px;
	top:50%;
	margin-top:-15px;
	text-indent:-20000%;
	cursor:pointer;
	z-index:555;
}
a.closes:after, a.close:after {
	content: "";
	position:absolute;
	left:16px;
	top:0px;
	width:3px;
	height:30px;
	background:#272727;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
a.closes:before, a.close:before {
	content: "";
	position:absolute;
	right:10px;
	top:0px;
	width:3px;
	height:30px;
	background:#272727;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.half {
	display:inline-block;
	padding-right:20px;
	vertical-align: top;
	width:50%;
}
.half+.half {
	margin-right:0px;
	padding-left:20px;
	border-left:1px solid #eee;
}
.icon_contact {
	padding:0 0 0 30px;
	position:relative;
	margin-bottom:25px;
	display: block;
}
.icon_contact:after {
	content:"";
	width:20px;
	height:20px;
	position: absolute; 
	left:0px;
	top:50%;
	margin-top:-10px;
}
.adress:after {
	background:url(../img/ico_map.png) no-repeat;
}
.phone {
	font-size:20px;
}
.phone:after {
	background:url(../img/ico_phone.png) no-repeat;
}
.mail:after {
	background:url(../img/ico_mail.png) no-repeat;
}

a.mail {
 	color:#4090db;
}
a.mail:hover {
	text-decoration:none;
}

.contats_form {
	margin-top:30px;
}
.contats_form textarea,
.contats_form input.input_text{
	border-radius:2px;
	border:1px solid #eee;
	padding:10px 20px;
	width:188px;
	display: inline-block;
	vertical-align:top;
	margin:0 15px 15px 0;
	font-family: 'Roboto', sans-serif;
	font-size:12px;
}
.inputs_text input:last-child {
	margin-right:0;
}
.contats_form textarea {
	width:295px;
	max-width:295px;
	min-width:295px;
	margin:0 15px 0px 0;
	min-height:100px;
	height:100px;
	max-height:200px;
}
.btn_blue {
	padding:10px 20px;
	color:#fff;
	outline: none;
	border-radius:2px;
	border:0;
	cursor:pointer;
	width:122px;
	height:122px;
	text-indent:-20000%;
	background:#a7a7a7 url(../img/send.png) center no-repeat;
	transition:background 1s;
}
.btn_blue:hover {
	transition:background 1s;
	background:#4090db url(../img/send.png) center no-repeat;
}
.btn_submit {
	text-align:right;
}


.bloc_categories_and_products {
	height:415px;
	width:200px;
	display: inline-block;
	vertical-align: top;
	margin-left:13px;
}

.nav_categories {
	width:200px;
	height:200px;
	margin-left:0px;
}

.product_bloc {
	width:415px;
	height:415px;
	display:inline-block;
	vertical-align:top;
	background:#fff;
/* 	padding:15px 40px 15px 20px; */
	position:relative;
	margin-left:13px;
	-webkit-animation: fade 0.5s;
	
	animation: fade 0.5s;
	overflow:hidden;
	z-index:1; 
	text-align:center;
}
.product_bloc p, .product_bloc table td{
	text-align: left;
}
.product_bloc+.product_bloc {
	-webkit-animation: fade 0.4s;
	animation: fade 0.4s;
}
.product_bloc .scroll_text {
	height:375px;
	margin-top:15px;
	padding-top:0;
	overflow-y: auto;
}
.product_bloc p {
	font-size:12px;
	line-height:16px;
 }

.product_bloc p:empty {
	display: none;
}

.product_bloc img {
	max-height: 300px;
}

.except {
	text-align: left;
}

.except p,
.except a {
	display: inline;

}

.product_bloc a.close, .product_bloc a.closes {
	top:40px;
}
.open-texnical {
	padding:0px;
}

.table-product {
	width:380px;
}
.table-product td{
	border-right:1px solid #eee;
	padding-right:15px;
	width:60%;
}
.table-product td+td{
	border-right:0px;
	padding-left: 15px;
	width:40%;
}

table.color-white td p{
	color:#fff !important;
}
table.color-black td p{
	color:#333 !important;
}



/* to make scrollbars always visible */
.always-visible.ps-container > .ps-scrollbar-x-rail,
.always-visible.ps-container > .ps-scrollbar-y-rail {
	opacity: 0.6;
	display: block;
}





































































.logo-studio {
	position:fixed;
	bottom:20px;
	right:20px;
	display: block;
	color: #9c9c9c;
    background: rgba(27, 27, 27, 0.8);
    padding: 7px;
    text-decoration: none;
    z-index:0;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes fade {
	0%  {opacity: 0;}
	75%  {opacity: 0;}
	100% {opacity: 1;}
}

/* Standard syntax */
@keyframes fade {
	0%  {opacity: 0;}
	75%  {opacity: 0;}
	100% {opacity: 1;}
}