﻿/* CSS Document */

/* Start : Override Bootstrap navigation */
.navbar-inner, footer {
	padding: 4px 0;
	/*border: 1px solid #ddd;*/
	background: url('../img/header-footer.png');
	/*background-color: white;*/
}
.nav {
	margin-top: 6px !important;
}
.navbar .brand-bootbus {
	font-size: 30px;
	cursor: pointer;
	text-shadow: none;
	color: white;
	font-weight: bold;
}
.navbar .nav li {
	padding: 0 0 0 4px;
}

.navbar .nav li.active > .dropdown-toggle .caret {
    border-top-color: #08C !important;
    border-bottom-color: #08C !important;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
	border-top-color: #555;
	border-bottom-color: #555;
}
.navbar .nav > li > a {
	text-shadow: none;
	color: #444;
	font-size: 17px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:active,
.navbar .nav > li > a:focus {
	color: #0088cc !important;
	background: white !important;
	border: 1px solid #ddd;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus,
.navbar .nav > li.active > a,
.navbar .nav > li.active > a:hover,
.navbar .nav > li.active > a:focus {
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 14px;
	padding-right: 14px;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
	/*background: #2E3436;*/
}

ul.dropdown-menu.product-dropp li {
    padding: 0px;
}
.dropdown-menu li.divider:first-child {
	display: none;
}

#prod-menu {
	width: 561px;
}

#prod-menu div.col {
	float: left;
	border-right: 1px solid #ddd;
	width: 280px;
}

#prod-menu div.col.last {
	border-right: 0px;
}

/*
	.nav-collapse .nav .pull-right > li > a, .nav-collapse .dropdown-menu a {
    padding: 5px 15px;
    font-weight: bold;
    color: #777;
    border-radius: 3px;
	color: #333 !important;
	}
	
	.nav-collapse .nav .pull-right > li > a, .nav-collapse .dropdown-menu a:hover {
	color: #fff !important;
}*/
/* End : Override Bootstrap navigation */



/* Start : Override Bootstrap hero unit */
.hero-unit {
	background: none;
	padding: 0;
	margin: 0;
}
.hero-unit h1 {
	margin: 0 0 15px 0;
}
.hero-unit .btn {
	margin-top: 5px;
	padding:2px 8px;
}
/* End : Override Bootstrap hero unit */

/* Start : Override Bootstrap carousel */
.carousel{position:relative;margin-bottom:35px;line-height:1;}
.carousel-inner{overflow:hidden;width:100%;position:relative;}
.carousel .item{display:none;position:relative;-webkit-transition:0.6s ease-in-out left;-moz-transition:0.6s ease-in-out left;-o-transition:0.6s ease-in-out left;transition:0.6s ease-in-out left;}
.carousel .item>img{display:block;line-height:1;}
.carousel .active,.carousel .next,.carousel .prev{display:block;}
.carousel .active{left:0;}
.carousel .next,.carousel .prev{position:absolute;top:0;width:100%;}
.carousel .next{left:100%;}
.carousel .prev{left:-100%;}
.carousel .next.left,.carousel .prev.right{left:0;}
.carousel .active.left{left:-100%;}
.carousel .active.right{left:100%;}
.carousel-control {
	position: absolute;
	top: 200px;
	width: 40px;
	height: 80px;
	margin: 0 1% 0 1%;
	font-size: 60px;
	font-weight: 100;
	line-height: 65px;
	text-align: center;
	opacity: 0.4;
	filter: alpha(opacity=50);
}
.carousel-control.right{left:auto;right:15px;}
.carousel-control:hover{color:#0086cc;text-decoration:none;opacity:0.9;filter:alpha(opacity=90);}
.left {left: 0;}
.right {right: 0 !important;}
.carousel-caption{position:absolute;left:0;right:0;bottom:0;padding:15px;background:#333333;background:rgba(0, 0, 0, 0.75);}
.carousel-caption h4,.carousel-caption p{color:#ffffff;line-height:20px;}
.carousel-caption h4{margin:0 0 5px;}
.carousel-caption p{margin-bottom:0;}
/* End : Override Bootstrap carousel */

/* Start: Override Bootstrap Accordian */
.accordion-group,
.accordion-inner {
	border: none;
}
/* End: Override Bootstrap Accordian */

/* Start: Style CSS */
body {
	background: url('../img/bg.png');
	text-shadow: 0px 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;
}
h1, h2, h3, h4, h5, h6 {
	color: #0088cc;
}

div.page-header h2 {
    font-size: 22px;
    line-height: 28px;
}

.content {
	padding: 0;
}
.thumbnail {
	background-color: white;
}
.active-link {
	background-color: #e5e5e5;
}
.page-header {
	margin: 40px 0;
	padding: 5px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#owl-slider .item img{
    display: block;
    width: 100%;
    height: auto;
}
.slide-text {
	display: block;
	float: left;
	margin-left: 14px;
	min-height: 30px;
	-moz-box-sizing: border-box;
}
.slide-img {
	display: block;
	float: left;
	min-height: 30px;
	-moz-box-sizing: border-box;
}
.blocks {
	display: table;
	margin-left: 0;
	list-style: none;
}
.block-item {
	display: block;
	float: left;
	min-height: 30px;
	-moz-box-sizing: border-box;
}
.block-item h2 {
	font-size: 16px;
}
.block-item p {
	font-size: 13px;
}
.welcome {
	margin: 20px 0 50px 0;
	padding: 35px 20px 10px 20px;
	border-top: 1px solid #DDD;
	text-align: justify;
	font-style: italic;
	font-size: 15px;
	color: #005E8F;
}

/*  product-home */
.block-item-product {
    display: block;
    float: left;
    min-height: 30px;
    box-sizing: border-box;
}

#owl-products div.prod {
    min-height: 353px;
    padding-bottom: 10px;
    padding-top: 10px;
}

div.owl-carousel div.prod {
    min-height: 353px;
    padding-bottom: 10px;
    padding-top: 10px;
}

div.caption.prod:hover {
    border-color: #08C;
}

hr.prod-home {
    margin: 10px 0px;
}

div.caption.prod h2 {
    text-align: center;
    margin-top: 5px;
}

div.img-prod-home {
    text-align: center;
}

.block-item-product h2 {
    font-size: 16px;
}

ul.home-prod {
	list-style: disc;
	margin-top: 5px;
}

ul.home-prod li {
    color: #08C;
    padding-top: 7px;
	list-style: outside none disc !important;
}

#owl-products  div.owl-pagination {
	margin-bottom: 20px;
}

/*-----*/

div.mrg-rules {
	margin-bottom: 20px;
}

div.h2-rules {
	margin-bottom: 5px;
	margin-top: 10px;
}

.welcome img {
	float: left;
	height: 95px;
	padding: 3px 25px 44px 0px;
}
.center-align {
	text-align: center;
}
.product-snap {
	display: inline;
}
.article {
	font-size: 15px;
	line-height: 20px;
}
.article ul > li {
	margin-bottom: 0.5em;
}
.team-member-description {
	padding-top: 60px;
}
.bottom-space {
	margin-bottom: 30px;
}
.bottom-space-less {
	margin-bottom: 10px;
}
.bottom-space-less2 {
	margin-bottom: 20px;
}
.post-row {
	padding-bottom: 10px;
	border-bottom:  0px solid #ddd;
}

div.breadcrumb.mobile {
	margin-top: 45px;
}

div.B_crumbBox {
	line-height: 25px;
}	

span.B_crumbBox {
	line-height: 25px;
}

.sidebar {
	padding: 10px 0 30px 0;
}
.circle {
	width: 75px;
	height: 75px;
	background-color: #2E3436;
	color: white;
	text-align: center;
	font-size: 25px;
	-webkit-border-radius: 75px;
    -moz-border-radius: 75px;
	border-radius: 75px;
}
.event-date {
	padding-top: 13px;
	display: block;
	line-height: 25px;
}
.remember-me {
	margin: 0 auto;
	width: 70%;
}
.remember-me a {
	font-size: 15px;
}
.contact-mail,
.contact-mail:hover {
	color: #333333;
	text-decoration: none;
}
.form-contact-us input[type="text"],
.form-contact-us textarea {
	margin-bottom: 20px;
	width: 70%;
}
.form-contact-us input[type="text"] {
	height: 25px;
}
.form-contact-us textarea {
	height: 100px;
}

/* Форма обратной связи */


form.contact-form   {
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	width: 80%;
	margin: 20px auto;
	padding: 30px 20px;
	border: 1px solid #DDD;
	border-radius: 7px;
}

form.contact-form span.btn.btn-default {
	padding: 0px 5px;
	font-weight: bold;
	color: #08C;
}

form.contact-form label {
	width: 23%;
	margin: 0px 0px 3px;
	display: inline-block;
	height: 30px;
}

form.contact-form  input, textarea {
	width: 75%;
	display: inline-block;
	box-sizing: border-box;
	margin: 2px 0px;
	height: 30px;
}

form.contact-form  textarea {
	width: 75%;
	min-height: 30px;
	max-height: 500px;
	resize: vertical;
	height: 95px;
}

form.contact-form  div.form-file {
	display: inline-table;
	width: 100%;
	margin: 0px 0px 16px;
}

div.form-file {
	width: 100%;
	float: left;
	margin: 0px 0px 3px;
	display: inline-block;
}	
div.form-attachment {
    width: 23%;
    display: inline-block;
	float: left;
	margin: 0px 0px 3px;
}

div.form-attachment label {
    width: auto;
}

form.contact-form  div.form-file label {
	width: auto;
	height: auto;
}

.required, .invalid {
	color: #DF0505;
}

span.required {
    color: #DF0505;
    font-weight: bold;
	padding-right:2px;
}

select.required, textarea.invalid {
	color: #333;
	border: 1px solid #DF0505;
	box-shadow: 0px 1px 1px rgba(255, 0, 0, 0.1) inset;
}

input.invalid, input.required  {
	color: #DF0505;
	border: 1px solid #DF0505;
	box-shadow: 0px 1px 1px rgba(255, 0, 0, 0.1) inset;
}

div.errors {
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
	background-color: #FCF8E3;
	border: 1px solid #FBEED5;
	border-radius: 4px;
	color: #C09853;
	font-weight: bold;
}

p.form-btn input {
	width: 100%
}

input.ver.capcha{
	width: 110px;
}

.form-btn {
    width: 120px;
    margin: auto;
    padding-top: 15px;
}

label.invalid div.popover {
	color: #333;
}

p.feedback-info,
.feedback-info ul li {
    font-size: 12px;
    text-align: center;
    /*margin: 0px;*/
    color: #777;
    font-style: italic;
}
.popover-title { display: none; }

/*---------------------*/

/* Модальная Форма обратной связи */

form.modal-form label {
	width: 35%;
	margin: 0px 0px 3px;
	display: inline-block ;
	height: 30px;
	text-align: left;
}

form.modal-form  input, textarea {
	width: 75%;
	display: inline-block;
	box-sizing: border-box;
	margin: 2px 0px;
	height: 30px;
}

form.modal-form  textarea {
	min-height: 30px;
	max-height:500px;
	resize: vertical;
	height: 95px;
}

form.modal-form input.btn-primary {
	width: 100%;
}

.btn-zakaz {
    float: left;
    margin-left: 5px;
    cursor: pointer;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

a.btn-zakaz:hover {
	color: #333;
	color: #0088cc;
	text-decoration: none;
}

/*---------------------*/

footer {
	color: #444;
	padding-top: 13px;
	position: absolute;
	margin-top: 20px;
	right: 0;
	left: 0;
	-webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

div.main-banner {
	max-width: 1600px;
	margin: auto;
	padding-top: 2%;
}

/* -- Почему именно мы -- */

.blocks-2 {
	display: table;
	margin-left: 0;
	list-style: none;
	margin-top: 50px;
}


.block-item-2 {
	display: block;
	float: left !important;
	min-height: 30px;
	text-align: center;
	-moz-box-sizing: border-box;
}

li.block-item-2 p {
	margin: 0px;
	padding: 0px;
}

li.block-item-2 p  span {
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
	display: block; 
	width: 140px;
	margin: auto;
}


ul.why-items {
	width: 60%; 
	margin: auto; 
	list-style-image: url('/assets/images/icons/green-checkmark.png'); 
	text-align: left;
	padding-left: 10%;
}


ul.why-items li {
	padding-bottom: 10px;
}

div.icon01 {
	margin: auto;
	background:url('/assets/images/icons/home-icons.png') no-repeat scroll 0px 0px transparent;
	width:140px;
	height:190px;
}

div.icon02 {
	margin: auto;
	background:url('/assets/images/icons/home-icons.png') no-repeat scroll -140px 0px transparent;
	width:140px;
	height:190px;
}
div.icon03 {
	margin: auto;
	background:url('/assets/images/icons/home-icons.png') no-repeat scroll -280px 0px transparent;
	width:140px;
	height:190px;
}
div.icon04 {
	margin: auto;
	background:url('/assets/images/icons/home-icons.png') no-repeat scroll -420px 0px transparent;
	width:140px;
	height:190px;
}

/* ----------- */

/*--FOOTER --*/
.foot {
	text-align: center;
	border-left: 1px solid #ddd;
}

.footer span, .footer p, .footer a {
	color: #333;
	text-decoration: none;
}

.cont {
	font-size: 16px;
	font-weight: bold;
}

div.nav.menu-footer {
	margin-bottom: 7px;
}

div.nav.menu-footer  > ul {
	margin-bottom: 3px !important;
}

.menu-footer ul li {
	display: inline;
	list-style: none;
	padding: 0px 7px 0px 3px;
	border-right: 1px solid #DDD;
}
div.menu-footer ul li.last {
	border-right: 0px;
}

p.mail-icon a::before {
	background: url("icons/mail-icon.png");
}

a.phone-icon::before {
	background: url("icons/phone-icon.png");
}

.mail-icon {
	line-height: 30px;
}

.mail-icon-2 {
	line-height: 25px;
}

footer.new {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 30px;
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	/*	-webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1);*/
	background: #F5F5F5 !important;
}
/*---------------------*/



.quick-links {
	list-style: none;
}
.quick-links > li {
	line-height: 30px;
}
.quick-links > li > a {
	color: white;
}
.phone-number {
	margin-left: 25px;
}
/* End: Style CSS */

/* Start:  Menu left   */
ul.sub {
	margin-left: 22px;
}
.menu-left li {
	list-style:none;
}
.menu-left > li > a {
	display: inline-block;
}
div.sidebar li.active > a.parent-active {
	color: #005580;
	font-weight: bold;
}
a.link-active {
	color: #005580;
	font-weight: bold;
}

/* Level-1 */
ul.menu-left li.lev-1.parent-menu > a:before {
	content: "► ";
}

ul.menu-left li.lev-1.parent-menu > a.parent-active:before {
	content: "▼ ";
}

/* Level-2 */
ul.menu-left li.lev-2.parent-menu > a:before {
	content: "► ";
}

ul.menu-left li.lev-2.parent-menu.active > a.link-active:before,
ul.menu-left li.lev-2.parent-menu.active > a.parent-active:before {
	content: "▼ ";
}

/* Level-3 */
ul.menu-left li.lev-3.parent-menu > a:before {
	content: "► ";
}

ul.menu-left li.lev-3.parent-menu.active > a.link-active:before,
ul.menu-left li.lev-3.parent-menu.active > a.parent-active:before {
	content: "▼ ";
}
/* End:  Menu left   */

/* Start: Read more */
a.more-link, a.more-link_l, a.more-link_m, a.more-link_s, a.more-link_xs {
	display: block;
	margin-bottom: 10px;
	margin-top: 8px;
	text-align: left;
	font-size: 15px;
	letter-spacing: 0.04em;
	text-decoration: none;
}

a.more-link, a.more-link_l, a.more-link_m, a.more-link_s, a.more-link_xs > span {
	text-decoration: underline;
}

a.more-link > i.fa-lg {
	line-height: .99em;
}

.box-hide_l {
	overflow: hidden;
	max-height: 30em;
	position: relative;
}
div.box-hide_l::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 3em;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.box-hide {
	overflow: hidden;
	max-height: 25em;
	position: relative;
}
div.box-hide::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 3em;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.box-hide_m {
	overflow: hidden;
	max-height: 22em;
	position: relative;
}
.box-hide_s {
	overflow: hidden;
	max-height: 15em;
	position: relative;
}
.box-hide_xs {
	overflow: hidden;
	max-height: 8em;
	position: relative;
}
.box-hide_m::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 3em;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.box-hide_s::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 3em;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.box-hide_xs::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 3em;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

/* End: Read more */

/* Start: Specific CSS */
.brand-logo {
	float: left;
	/* - для assets/images/logo.png - */
	margin: 2px 0px 2px 12px;
	/* - для assets/images/new_year_logo.png - */
	/* margin: -1px 0px 2px 4px; */
}
.top {}
.sub {}
.container-mrg {
	margin-top: 22px;
}
.container-mrg-ru {
	margin-top: 60px;
}
.center p {
	text-align: center;
}
.center a {
	text-align: center;
}
.center img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.product-mrg {
	margin-top: 10px;
}
.product-title {
	color: #0088cc;
	margin-bottom: 25px;
}
.product-name {
	display: inline-block;
	width: 160px;
}
.product-link {
	font-weight: bold;
}
.product-text p,
.page-text p,
.page-text ul > li {
	text-align: justify;
}
.product-text-imp {
	font-size: 13px;
	font-weight: bold;
}
.product-text-note {
	font-size: 13px;
	padding-left: 10px;
	padding-top: 5px;
}
.product-img {	
	float: left;
	width: 270px;
	margin-right: 30px;
}
.list-near-img ul {
	overflow: hidden;
	list-style: outside disc;
    margin-left: 1em;
}
.list-near-img ul > li{	
	position: relative;
    left: 2em;
    padding-right: 1em;
}

/*----- zoom -----*/
a.imgbox  img {
	cursor: url('/assets/images/zoom_in.png'), auto !important;
}
/*----------*/

/*----- zoom gallery-----*/
a.gallery  img {
	cursor: url('/assets/images/zoom_in.png'), auto !important;
}
/*----------*/

.product-island {
	background-color: #FFF;
	display:block;
	height: 174px;
	padding:0px;
	line-height:20px;
	border:1px solid #ddd;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.055), 3px 3px 5px -3px rgba(0,0,0,0.3);
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.055), 3px 3px 5px -3px rgba(0,0,0,0.3);
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.055), 3px 3px 5px -3px rgba(0,0,0,0.3);
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
.thumbnail {
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.055), 3px 3px 5px -3px rgba(0,0,0,0.3);
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.055), 3px 3px 5px -3px rgba(0,0,0,0.3);
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.055), 3px 3px 5px -3px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 0 0 0 rgba(0,0,0,0.1), 3px 3px 5px -3px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 0 0 rgba(0,0,0,0.1), 3px 3px 5px -3px rgba(0,0,0,0.3);
	box-shadow: 0 0 0 0 rgba(0,0,0,0.1), 3px 3px 5px -3px rgba(0,0,0,0.3);
}
a.thumbnail:hover {
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.055), 3px 3px 5px -3px rgba(0,0,0,0.5);
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.055), 3px 3px 5px -3px rgba(0,0,0,0.5);
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.055), 3px 3px 5px -3px rgba(0,0,0,0.5);
	-ms-box-shadow: 0 0 0 0 rgba(0,0,0,0.1), 3px 3px 5px -3px rgba(0,0,0,0.5);
	-o-box-shadow: 0 0 0 0 rgba(0,0,0,0.1), 3px 3px 5px -3px rgba(0,0,0,0.5);
	box-shadow: 0 0 0 0 rgba(0,0,0,0.1), 3px 3px 5px -3px rgba(0,0,0,0.5);
	text-decoration:none;
}
.cher {
	margin: 10px 0px 20px 25px;
	float: right;
}
ul#product-list {
	list-style: none;
	display: table-cell;
	vertical-align: middle;
	margin-top: 30px;
	padding: 0;
}
#product-list li {
	display: inline;
	float: left;
	margin: 0 30px 10px 0;
	padding: 0;
	height: 200px;
}
#product-list p {
	text-align: center;
}

/*-- Продукция главные блоки --*/
ul#product-list-2 {
	list-style: outside none none;
	display: table-cell;
	vertical-align: middle;
	margin-top: 30px;
	padding: 0px;
}

ul#all_product {
	list-style: outside none none;
	display: table-cell;
	vertical-align: middle;
	margin-top: 30px;
	padding: 0px;
}

#product-list-2 span.caret {
	margin-left: 0px;
}

#all_product span.caret {
	margin-left: 0px;
}
#product-list-2 .prod {
	width: 154px;
	padding: 10px 15px 0px 15px;
}

#all_product li {
	display: inline;
	float: left;
	margin: 0px 14px 10px 0px;
	padding: 0px;
}

#product-list-2 li {
	display: inline;
	float: left;
	margin: 0px 14px 10px 0px;
	padding: 0px;
}

#product-list-2 ul.home-prod {
	margin: 5px 0px;
}

#all_product ul.home-prod {
	margin: 5px 0px;
}

#product-list-2 div.tittle-group {
	display: table-cell;
	vertical-align: middle;
	width: 160px;
	height: 40px;  
}

#product-list-2 .prod p {
	margin: 0px;
	text-align: center;
}


#product-list-2 a.dropdown-toggle {
	margin-top: 10px;
	width: 120px !important;
	
}

#product-list-2 ul.dropdown-menu > li  {
	margin: 0px 0px 0px 0px;
	float: inherit;
}

#product-list-2 ul.dropdown-menu > li > a {
	display: block;
	text-decoration: none;
	font-size: 13px;
}
#all_product ul.dropdown-menu > li > a {
	display: block;
	text-decoration: none;
	font-size: 13px;
}

#all_product  span.caret	{
	border-top: 4px solid #666;
}

#product-list-2  span.caret	{
	border-top: 4px solid #666;
}

div.caption.prod:hover {
	border-color: #08C;
}

#product-list-2  div.dropdown-menu {
	left: -16px;
	min-width: 185px;
}

#all_product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

#all_product  div.dropdown-menu {
	left: -16px;
	min-width: 185px;
}

.prod3 { 
	margin: 0 2px 20px 2px;
	padding: 10px 15px 0;
	background: #FFF none repeat scroll 0% 0%;
	width: 154px;
	border: 1px solid #DDD;
	border-radius: 4px;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 0px 7px -3px rgba(0, 0, 0, 0.3);
	
}

.prod { 
	margin: auto;
	margin-bottom: 10px;
	padding: 20px;
	background: #FFF none repeat scroll 0% 0%;
	width: 82%;
	border: 1px solid #DDD;
	border-radius: 4px;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 0px 7px -3px rgba(0, 0, 0, 0.3);
	
}

hr.prod-home {
	margin: 10px 0px;
}

a.product-drop {
	display: inline-block;
	padding: 15px 14px 0px;
	margin-bottom: 0px;
	border-top: 1px solid #eee;
	text-align: center;
	vertical-align: middle;
	border-radius: 2px !important;
}

a.product-drop:hover {
	color: #333;
	background-color: #f5f5f5;
}

/*---------------------*/

/* --- "Показать все" продукция --- */

.prodlist a.allprod {
	
}

.prodlist ul  {
	margin: 0px;
	width: 100%;
}

#product-list-2 div.prodlist li {
	width: 100%;
	margin: 0px;
}

#product-list-2 div.prodlist ul li {
	float:none;
	margin: 0px ;
}

#all_product div.prodlist li {
	width: 100%;
	margin: 0px;
}

#all_product div.prodlist ul li {
	float:none;
	margin: 0px ;
}

/* ----------- */


table.product-table {
	width: 100%;
	border: 1px solid #bfbfbf;
	font-size: 12px;
}
table.product-table.table-card {
	font-size: 14px;
	margin-bottom: 25px;
}
table.product-table caption {
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0;
}
table.product-table td {
	padding: 1px 5px;
	border: 1px solid #bfbfbf;
}
table.product-table > thead td {
	text-align: center;
	font-weight: bold;
	background-color: #e2f5ff;
}
table.product-table > tbody tr {
	text-align: center;
	background-color: #fff;
	line-height: 18px;
}
table.product-table > tbody td.td-left {
	text-align: left;
	padding-left: 8px;
}
table.product-table > tbody td.td-center-left {
	text-align: left;
	padding-left: 16%;
}
table.product-table > tbody td.td-centl {
	text-align: left;
	padding-left: 6%;
}
tr:hover.tr-lights, td:hover.td-lights {
	background-color: #fafdff;
	//cursor: default;
}

/* --- Таблица Подробные характеристики --- */
table.product-table.font-14px {
	font-size: 14px;
}
table.product-table > tbody td.td-head {
	background-color: #e2f5ff; 
	font-weight: bold; 
	padding: 8px;
}
table.product-table > tbody td.parameter {
	background-color: #fafdff; 
	text-align: left;
	padding: 5px 8px;
}
/* ---------------------------------------------=--- */

.mrg-top {
	margin-top: 15px;
}
.note {
	margin-top: 10px;
	font-size: 12px;
	text-align: justify;
}
.note2 {
	margin-top: 10px;
	font-size: 14px;
	text-align: justify;
}

table.note-table1 {
	border: 0px solid #BFBFBF;
	text-align: center;
	font-weight: bold;	
	width: 45%;
}
td.note-td {
	background-color: #E2F5FF;
	border: 1px solid #BFBFBF;
	font-size: 14px;
}

td.note-td2 {
	border: 1px solid #BFBFBF;
	font-size: 11px;
	padding: 2px;
}

table.note-table2 {
	border: 0px;
	font-size: 14px;
	width: 100%;
	margin-top: 10px;
}
td.note-col1 {
	vertical-align: top;
	font-weight: bold;
	padding: 5px 2px;
}
td.note-col2 {
	vertical-align: top;
	text-align: center;
	padding: 5px 2px;
}
td.note-col3 {
	vertical-align: top;
	text-align: justify;
	font-size: 13px;
	padding: 5px 2px;
}
table.note-table {
	border: 1px solid #BFBFBF;
	font-size: 14px;
}
table.note-table td {
	text-align:center;
	padding: 1px 5px;
	border: 1px solid #BFBFBF;
}
table.note-table > thead td {
	text-align: center;
	font-weight: bold;
	background-color: #e2f5ff;
}
table.note-table > tbody td {
	text-align: center;
	background-color: #fff;
	line-height: 18px;
}
.price-mark {
	/*background-color: #468847;*/
	background-color: #42A243;
	padding: 1px 8px 2px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;
	vertical-align: baseline;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
table.table-card  span.price-mark {
	font-size: 14px;
	padding: 2px 7px 3px;
}
.ajaxSearch_result {
}
.ajaxSearch_resultExtract {
}
.ajaxSearch_resultLink {
	font-weight: bold;
}
.search-res-no {
	margin-left: 30px;
}
ul#product-list-search-res {
	list-style: none;
	display: table-cell;
	vertical-align: middle;
	margin-top: 30px;
	padding-bottom: 45px;
}
#product-list-search-res1 li {
	display: inline;
	float: left;
	margin: 0 30px 25px 0;
	padding: 0;
	height: 170px;
}
.search-res {
	display: inline;
	float: left;
	margin: 0 30px 25px 0;
	padding: 0;
	height: 185px;
}
#product-list-search-res p {
	text-align: center;
}
.pagn {
	display: block;
	clear: both;
	text-align: center;
	padding-top: 50px;
}
.pagn ul > li > a {
	font-weight: bold;
}
.pagn ul > li.active > a {
	color: #005580;
}
ul#client-logo-container {
	list-style: none;
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
#client-logo-container li {
	display: inline;
	float: left;
	margin: 0px 10px 10px 10px;
	padding: 0;
	height: 110px;
	line-height: 80px;
}


/* ============= Логотипы компаний ============  */

.client-logo-item ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	align-content: space-between;
	justify-content: space-between;
}
.client-logo-item li {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 140px;
}
.client-logo-item a > img:hover {
	border: 1px solid #0088cc;
	border-radius:  5px;
	margin: -1px;
	cursor: pointer;
}
/* ============= Логотипы компаний ============  */


.sitemap ul ul ul, .sitemap ul ul ul ul {
	list-style-type:none;
}
.sitemap ul > li {
	margin-bottom: 0;
}
.tags {
	color: #757575;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
}
.tags-heading {
	color: #757575;
	font-size: 11px;
	line-height: 15px;
	margin-top: 15px;
}

/* ============= YouTube видео ============  */
.tags-heading-video {
	font-size: 14px;
	line-height: 15px;
}
.youtube-video {
	position:relative;
	padding-top:25px;
	padding-bottom:53%; /*пропорции видео 16:9 56.25%; */
	margin-bottom: 15px;
	height:0;
}
.youtube-video iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.youtube-img-h3 {
	padding-right: 5px; 
	margin-top: -4px;
}
/* ============= YouTube видео ============  */

.page-about img {
	display: block;
	margin: 0 auto;
}
.contacts {
	float: left;
	/*width: 240px;*/
	min-height: 1px;
	margin-bottom: 20px;
}
.company-name {
	color: #0088cc;
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
}
.company-address, .company-tel {
	font-weight: bold;
	color: #444;
}
.footer span, .footer p, .footer a {
	color: #333333;
	text-decoration: none;
}
.footer-fixed-bottom {
	bottom: 0;
	position: fixed;
	z-index: 1030;
	margin-bottom: 0;
}

/*.footer-contacts {
	float: left;
	min-height: 1px;
	margin-left: 30px;
	width: 200px;
}*/

/*.footer-copyright {
	float: left;
	min-height: 1px;
	width: 250px;
}*/

#toTOP {
	width: 45px;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	background: #ffffff;
	text-align: center;
	padding: 9px 5px 5px 5px;
	position: fixed;
	bottom: 130px;
	right: 10px;
	cursor: pointer;
	display: none;
	color: #0088cc;
	font-family: Verdana;
	font-size: 30px;
	line-height: 35px !important;
	opacity: 0.65;
	filter: alpha(opacity=65);
}
#toTOP:hover {
	border: 1px solid #0088cc;
	color: #005580;
	opacity: 0.90;
	filter: alpha(opacity=90);
}
.h3-mark {
	font-size: 16px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin-top: 20px;
}
.h4-mark {
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin-top: 20px;
}
.italic {
	font-style: italic;
}

/*Всплывающий блок CSS*/
.thumbnail_my {
	position: relative;
	z-index: 0;
}
.thumbnail_my:hover {
	background-color: transparent;
	z-index: 50;
}
.thumbnail_my span {
	position: absolute;
	padding: 5px;
	left: -1000px;
	visibility: hidden;
	background-color: #ffffff;
	color: #333333;
	width: 193px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	font-size: 11px;
	line-height:15px;
}
.thumbnail_my:hover span {
	visibility: visible;
	left: 40px;
}

/*Всплывающий блок CSS - частный случай*/
.thumbnail_kvadr {
	position: relative;
	z-index: 0;
}
.thumbnail_kvadr:hover {
	background-color: transparent;
	z-index: 50;
}
.thumbnail_kvadr span {
	position: absolute;
	padding: 5px;
	left: -1000px;
	visibility: hidden;
	background-color: #ffffff;
	color: #333333;
	width: 193px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	font-size: 11px;
	line-height:15px;
}
.thumbnail_kvadr:hover span {
	visibility: visible;
	left: -200px;
}
/*Всплывающий блок CSS - частный случай. расположение блока снизу*/
.thumbnail_kvdr_btm:hover span {
	visibility: visible;
	left: 0px;
	top:20px;
} 

/*Большие вкладки  контент*/
.gen-tabs {
	border-width: 3px 1px 1px !important;
	line-height: 27px !important;
	border-radius: 5px 5px 0px 0px !important;
	font-size: 16px !important;
	text-overflow: ellipsis;
	overflow: hidden;
}

.gen-tabs2 {
	border-width: 3px 1px 1px !important;
	line-height: 27px !important;
	border-radius: 5px 5px 0px 0px !important;
	font-size: 16px !important;
	text-overflow: ellipsis;
	overflow: hidden;
}

/*---icon  original---*/

li.char-icon:before {
	background:url('/assets/images/icons/icon-sprite.png') no-repeat scroll -1px 0px transparent; 
	width:25px; 
	height:25px; 
	content:''; 
	position:absolute;
	margin: 10px;
}
li.char-icon:hover:before {
	background:url('/assets/images/icons/icon-sprite.png') no-repeat scroll -27px 0px transparent; 
}	
li.char-icon.active:before {
	background:url('/assets/images/icons/icon-sprite.png') no-repeat scroll -27px 0px transparent; 
}



li.struc-icon:before{
	background:url('/assets/images/icons/icon-sprite.png') no-repeat scroll -1px -26px transparent; 
	width:25px; 
	height:25px; 
	content:''; 
	position:absolute;
	margin: 10px;
}
li.struc-icon:hover:before {
	background:url('/assets/images/icons/icon-sprite.png') no-repeat scroll -27px -26px transparent; 
}	
li.struc-icon.active:before {
	background:url('/assets/images/icons/icon-sprite.png') no-repeat scroll -27px -26px transparent; 
}	



li.size-icon:before {
	background:url('/assets/images/icons/icon-sprite.png') no-repeat scroll -1px -52px transparent; 
	width:25px; 
	height:25px; 
	content:''; 
	position:absolute;
	margin: 10px;
}
li.size-icon:hover:before {
	background:url('/assets/images/icons/icon-sprite.png') no-repeat scroll -27px -52px transparent; 
}	
li.size-icon.active:before{
	background:url('/assets/images/icons/icon-sprite.png') no-repeat scroll -27px -52px transparent; 
}	



li.info-icon:before {
	background:url('/assets/images/icons/icon-sprite.png') no-repeat scroll -1px -78px transparent; 
	width:25px; 
	height:25px; 
	content:''; 
	position:absolute;
	margin: 10px;
}
li.info-icon:hover:before {
	background:url('/assets/images/icons/icon-sprite.png') no-repeat scroll -27px -78px transparent; 
}	
li.info-icon.active:before{
	background:url('/assets/images/icons/icon-sprite.png') no-repeat scroll -27px -78px transparent; 
}


li.scheme-icon:before {
	background:url('/assets/images/icons/icon-sprite.png') no-repeat scroll -1px -130px transparent; 
	width:25px; 
	height:25px; 
	content:''; 
	position:absolute;
	margin: 10px;
}
li.scheme-icon:hover:before {
	background:url('/assets/images/icons/icon-sprite.png') no-repeat scroll -27px -130px transparent; 
}	
li.scheme-icon.active:before{
	background:url('/assets/images/icons/icon-sprite.png') no-repeat scroll -27px -130px transparent; 
}



li.calc2-icon:before {
	background:url('/assets/images/icons/icon-sprite.png') no-repeat scroll -1px -105px transparent; 
	width:25px; 
	height:25px; 
	content:''; 
	position:absolute;
	margin: 10px;
}
li.calc2-icon:hover:before {
	background:url('/assets/images/icons/icon-sprite.png') no-repeat scroll -27px -105px transparent; 
}	
li.calc2-icon.active:before{
	background:url('/assets/images/icons/icon-sprite.png') no-repeat scroll -27px -105px transparent; 
}

/*---------------------*/

/*---icon2 ---*/

li.char-icon2:before {
	background:url('/assets/images/icons/icon-sprite2.png') no-repeat scroll -1px 0px transparent; 
	width:25px; 
	height:25px; 
	content:''; 
	position:absolute;
	margin: 10px;
}
li.char-icon2:hover:before {
	background:url('/assets/images/icons/icon-sprite2.png') no-repeat scroll -27px 0px transparent; 
}	
li.char-icon2.active:before {
	background:url('/assets/images/icons/icon-sprite2.png') no-repeat scroll -27px 0px transparent; 
}



li.struc-icon2:before{
	background:url('/assets/images/icons/icon-sprite2.png') no-repeat scroll -1px -26px transparent; 
	width:25px; 
	height:25px; 
	content:''; 
	position:absolute;
	margin: 10px;
}
li.struc-icon2:hover:before {
	background:url('/assets/images/icons/icon-sprite2.png') no-repeat scroll -27px -26px transparent; 
}	
li.struc-icon2.active:before {
	background:url('/assets/images/icons/icon-sprite2.png') no-repeat scroll -27px -26px transparent; 
}	



li.size-icon2:before {
	background:url('/assets/images/icons/icon-sprite2.png') no-repeat scroll -1px -52px transparent; 
	width:25px; 
	height:25px; 
	content:''; 
	position:absolute;
	margin: 10px;
}
li.size-icon2:hover:before {
	background:url('/assets/images/icons/icon-sprite2.png') no-repeat scroll -27px -52px transparent; 
}	
li.size-icon2.active:before{
	background:url('/assets/images/icons/icon-sprite2.png') no-repeat scroll -27px -52px transparent; 
}	



li.calc-icon2:before {
	background:url('/assets/images/icons/icon-sprite2.png') no-repeat scroll -1px -78px transparent; 
	width:25px; 
	height:25px; 
	content:''; 
	position:absolute;
	margin: 10px;
}
li.calc-icon2:hover:before {
	background:url('/assets/images/icons/icon-sprite2.png') no-repeat scroll -27px -78px transparent; 
}	
li.calc-icon2.active:before{
	background:url('/assets/images/icons/icon-sprite2.png') no-repeat scroll -27px -78px transparent; 
}


li.scheme-icon2:before {
	background:url('/assets/images/icons/icon-sprite2.png') no-repeat scroll -1px -130px transparent; 
	width:25px; 
	height:25px; 
	content:''; 
	position:absolute;
	margin: 10px;
}
li.scheme-icon2:hover:before {
	background:url('/assets/images/icons/icon-sprite2.png') no-repeat scroll -27px -130px transparent; 
}	
li.scheme-icon2.active:before{
	background:url('/assets/images/icons/icon-sprite2.png') no-repeat scroll -27px -130px transparent; 
}



li.calc2-icon2:before {
	background:url('/assets/images/icons/icon-sprite2.png') no-repeat scroll -1px -105px transparent; 
	width:25px; 
	height:25px; 
	content:''; 
	position:absolute;
	margin: 10px;
}
li.calc2-icon2:hover:before {
	background:url('/assets/images/icons/icon-sprite2.png') no-repeat scroll -27px -105px transparent; 
}	
li.calc2-icon2.active:before{
	background:url('/assets/images/icons/icon-sprite2.png') no-repeat scroll -27px -105px transparent; 
}

/*---------------------*/


/*---icon3 ---*/

li.char-icon3:before {
	background:url('/assets/images/icons/icon-sprite3.png') no-repeat scroll -1px 0px transparent; 
	width:25px; 
	height:25px; 
	content:''; 
	position:absolute;
	margin: 10px;
}
li.char-icon3:hover:before {
	background:url('/assets/images/icons/icon-sprite3.png') no-repeat scroll -27px 0px transparent; 
}	
li.char-icon3.active:before {
	background:url('/assets/images/icons/icon-sprite3.png') no-repeat scroll -27px 0px transparent; 
}



li.struc-icon3:before{
	background:url('/assets/images/icons/icon-sprite3.png') no-repeat scroll -1px -26px transparent; 
	width:25px; 
	height:25px; 
	content:''; 
	position:absolute;
	margin: 10px;
}
li.struc-icon3:hover:before {
	background:url('/assets/images/icons/icon-sprite3.png') no-repeat scroll -27px -26px transparent; 
}	
li.struc-icon3.active:before {
	background:url('/assets/images/icons/icon-sprite3.png') no-repeat scroll -27px -26px transparent; 
}	



li.size-icon3:before {
	background:url('/assets/images/icons/icon-sprite3.png') no-repeat scroll -1px -52px transparent; 
	width:25px; 
	height:25px; 
	content:''; 
	position:absolute;
	margin: 10px;
}
li.size-icon3:hover:before {
	background:url('/assets/images/icons/icon-sprite3.png') no-repeat scroll -27px -52px transparent; 
}	
li.size-icon3.active:before{
	background:url('/assets/images/icons/icon-sprite3.png') no-repeat scroll -27px -52px transparent; 
}	



li.calc-icon3:before {
	background:url('/assets/images/icons/icon-sprite3.png') no-repeat scroll -1px -78px transparent; 
	width:25px; 
	height:25px; 
	content:''; 
	position:absolute;
	margin: 10px;
}
li.calc-icon3:hover:before {
	background:url('/assets/images/icons/icon-sprite3.png') no-repeat scroll -27px -78px transparent; 
}	
li.calc-icon3.active:before{
	background:url('/assets/images/icons/icon-sprite3.png') no-repeat scroll -27px -78px transparent; 
}


li.scheme-icon3:before {
	background:url('/assets/images/icons/icon-sprite3.png') no-repeat scroll -1px -130px transparent; 
	width:25px; 
	height:25px; 
	content:''; 
	position:absolute;
	margin: 10px;
}
li.scheme-icon3:hover:before {
	background:url('/assets/images/icons/icon-sprite3.png') no-repeat scroll -27px -130px transparent; 
}	
li.scheme-icon3.active:before{
	background:url('/assets/images/icons/icon-sprite3.png') no-repeat scroll -27px -130px transparent; 
}



li.calc2-icon3:before {
	background:url('/assets/images/icons/icon-sprite3.png') no-repeat scroll -1px -105px transparent; 
	width:25px; 
	height:25px; 
	content:''; 
	position:absolute;
	margin: 10px;
}
li.calc2-icon3:hover:before {
	background:url('/assets/images/icons/icon-sprite3.png') no-repeat scroll -27px -105px transparent; 
}	
li.calc2-icon3.active:before{
	background:url('/assets/images/icons/icon-sprite3.png') no-repeat scroll -27px -105px transparent; 
}

/*---------------------*/


.span3g {
	margin-left: 5px;
}

/*---------------------*/

/*маленькие вкладки  контент адаптивность тест*/
@media (max-width: 979px) and (min-width: 768px)  {
	li.short-tab1 a {
		height: 40px;
	}
}

@media (max-width: 559px) {
	li.short-tab1 a {
		height: 40px;
	}
}

@media (max-width: 439px) {
	li.short-tab2 a {
		height: 40px !important;
	}
}


@media (max-width: 480px)   {
	ul.small-text a {
		font-size: 11px !important;
		line-height: 16px !important;
	}
}
/*---------------------*/

/*Рамка для рисунков типа "чертеж"*/
.drawing{
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
/*---------------------*/

/*Рамка для галереи фото внизу страницы*/
.drawing-gallery{
	background-color:#ffffff;
	text-align: center;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
/*---------------------*/


/*Заголовок h3 для чертежей*/
.h3-draw{
	color:#333333;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
/*---------------------*/

/*Заголовок p для чертежей*/
.p-draw{
	color:#333333;
	text-align: center;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size:12px;
	margin: 0;
	padding: 5px 0;
}
/*---------------------*/

/*Разделительная линия для чертежей(без отступов)*/
.hr-drawing{
	margin: 5px 0;
}
/*---------------------*/

/*Для страницы контакты*/
.header-contacts{
	float: left;
	min-height: 1px;
	margin-left: 30px;
	/*width: 200px;*/
	color: #444444;
	margin-top: 7px;
	
}

#header-tel b {
	padding: 0px 0px;
}


.header-contacts-ru{ 
	float:left;
    min-height:1px;
    color:#444;
    margin:4px 0;
	
}

#header-city{
	float: left;
}
#header-tel{
	text-align:left;
    cursor:pointer;
    margin-top: 4px;
}

div#header-tel a {
    color:#333;
    text-decoration:none;
    font-weight: bold;
}

.dark-blue_btn {
    color:#0064b4 !important;
}
.red_btn {
    color:#ee1c24;
}
.yellow_btn {
    color:#fcce14;
}
.blue_btn {
    color:#00adf0;
}
.green_btn {
    color:#00a738;
}


.contact-group {
	position: relative;
	vertical-align: middle;
	white-space: nowrap;
}


div.contact-group ul {
	margin-left: 4px;
	width: 99%;
}

.contact-min {
    display: none;
}

div.contact-group ul li a {
	font-weight: 700;
	padding: 3px 2px;
}


div.contact-group ul li a img {
	margin-right: 4px;
}
/*---------------------*/

/*--- operator phone icons ---*/

.basket-idle {
    background: url('/assets/images/icons/basket-idle.svg') no-repeat transparent;
	width:42px; 
	height:40px; 
	content:""; 
	margin-left: 10px;
	float: left; 
}

.basket-active{
        background: url('/assets/images/icons/basket-active.svg') no-repeat transparent;
        width:42px; 
        height:40px; 
        content:""; 
        margin-left: 10px;
        float: left;
}

.location-map:before {
  background: url('/assets/images/icons/maps.png') no-repeat transparent;
	width:25px; 
	height:20px; 
	content:""; 
	margin-left: 10px;
	float: left;  
}

span.operator-lifecell:before {
	background: url('/assets/images/icons/operator_sprite.png') no-repeat scroll -83px 0px transparent;
	width:25px; 
	height:20px; 
	content:""; 
	margin-left: 10px;
	float: left;
}

span.operator-mts:before {
	background: url('/assets/images/icons/operator_sprite.png') no-repeat scroll -56px 0px transparent;
	width:25px; 
	height:20px; 
	content:""; 
	margin-left: 10px;
	float: left;
}

span.operator-vodaphone:before {
	background: url('/assets/images/icons/operator_sprite.png') no-repeat scroll -28px 0px transparent;
	width:25px; 
	height:20px; 
	content:""; 
	margin-left: 10px;
	float: left;
}

span.operator-megafon:before {
	background: url('/assets/images/icons/operator_sprite.png') no-repeat scroll -55px -24px transparent;
	width:25px; 
	height:20px; 
	content:""; 
	margin-left: 10px;
	float: left;
}

span.operator-kievstar:before {
	background: url('/assets/images/icons/operator_sprite.png') no-repeat scroll 0px 0px transparent;
	width:25px; 
	height:20px; 
	content:""; 
	margin-left: 10px;
	float: left;
}
span.operator-phone:before {
	background: url('/assets/images/icons/operator_sprite.png') no-repeat scroll -104px 0px transparent;
	width:25px; 
	height:20px; 
	content:"";
	margin-left: 10px;
	float: left;
}

span.operator-mobile:before {
	background: url('/assets/images/icons/operator_sprite.png') no-repeat scroll 0px -24px transparent;
	width:25px; 
	height:20px;
	content:""; 
	margin-left: 10px;
	float: left;
}

span.operator-mail:before {
	background: url('/assets/images/icons/operator_sprite.png') no-repeat scroll -150px 0px transparent;
	width:25px; 
	height:20px; 
	content:""; 
	margin-left: 10px;
	float: left;
}

li.phone-divider {
	*width: 100%;
	height: 1px;
	margin: 3px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #ffffff;
}


/*-------*/

/*
	.footer-contacts {
	float: left;
	min-height: 1px;
	margin-left: 30px;
	width: 360px;
}*/

div.footer-contacts-2 p {
	font-size: 14px;
	font-weight: bold;
}
/*
	.footer-copyright {
/*float: left;*/
/*min-height: 1px;
	width: 250px;
}*/




.maps-img {
	float: left;
	width: 300px;
	height: 250px;
	margin-bottom: 20px;
	margin-left:0;
}

.maps-img-ru {
	float: left;
	width: 460px;
	height: 400px;
	margin-bottom: 20px;
	margin-left: 7%;
}

.maps-img-ru2 {
    float: left;
    width: 410px;
    margin-bottom: 20px;
    margin-left: 7%;
}

/*---------------------*/

/*--------tooltip------*/
.as_tooltip {
	cursor: help;
}

.as_tooltip::after {
	background: #f9f9f9;
	border-radius: 1px 1px 1px 1px;
	border:1px solid #bfbfbf;
	color: #000;
	content: attr(data-tooltip);
	margin-top: -18px;
	max-width: 150px;
	padding: 3px 7px;
	position: absolute;
	visibility: hidden;
	opacity: 0;       
	transition: all 0.1s ease-in-out;
	z-index:1000;
	font-size:12px;
	box-shadow: 0 0 10px #777777;
}

.as_tooltip:hover::after {
	opacity: 1;
	visibility: visible;
}


.as_tooltip-up {
	cursor: help;
}

.as_tooltip-up::after {
	background: #f9f9f9;
	border-radius: 1px 1px 1px 1px;
	border:1px solid #bfbfbf;
	color: #000;
	content: attr(data-tooltip);
	margin-top: -40px;
	max-width: 150px;
	padding: 3px 7px;
	position: absolute;
	visibility: hidden;
	opacity: 0;       
	transition: all 0.1s ease-in-out;
	z-index:1000;
	font-size:12px;
	box-shadow: 0 0 10px #777777;
}

.as_tooltip-up:hover::after {
	opacity: 1;
	visibility: visible;
}

/*---------------------*/

/*---------------------*/
/* Предохранители самовосстанавливающиеся */
li.radial-icon:before {
	background:url('/assets/images/predohranitel/samovosstanavlivayushhiesya/icon-predohranitel-samovosstanavlivayushhiesya.png') no-repeat scroll -1px 0px transparent;
	width:25px; 
	height:25px; 
	content:''; 
	position:absolute;
	margin: 10px;
}
li.radial-icon:hover:before {
	background:url('/assets/images/predohranitel/samovosstanavlivayushhiesya/icon-predohranitel-samovosstanavlivayushhiesya.png') no-repeat scroll -27px 0px transparent;
}	
li.radial-icon.active:before {
	background:url('/assets/images/predohranitel/samovosstanavlivayushhiesya/icon-predohranitel-samovosstanavlivayushhiesya.png') no-repeat scroll -27px 0px transparent; 
}

li.axial-icon:before{
	background:url('/assets/images/predohranitel/samovosstanavlivayushhiesya/icon-predohranitel-samovosstanavlivayushhiesya.png') no-repeat scroll -1px -26px transparent;
	width:25px; 
	height:25px; 
	content:''; 
	position:absolute;
	margin: 10px;
}
li.axial-icon:hover:before {
	background:url('/assets/images/predohranitel/samovosstanavlivayushhiesya/icon-predohranitel-samovosstanavlivayushhiesya.png') no-repeat scroll -27px -26px transparent; 
}	
li.axial-icon.active:before {
	background:url('/assets/images/predohranitel/samovosstanavlivayushhiesya/icon-predohranitel-samovosstanavlivayushhiesya.png') no-repeat scroll -27px -26px transparent; 
}

li.montazh-icon:before {
	background:url('/assets/images/predohranitel/samovosstanavlivayushhiesya/icon-predohranitel-samovosstanavlivayushhiesya.png') no-repeat scroll -1px -52px transparent; 
	width:25px; 
	height:25px; 
	content:''; 
	position:absolute;
	margin: 10px;
}
li.montazh-icon:hover:before {
	background:url('/assets/images/predohranitel/samovosstanavlivayushhiesya/icon-predohranitel-samovosstanavlivayushhiesya.png') no-repeat scroll -27px -52px transparent; 
}	
li.montazh-icon.active:before{
	background:url('/assets/images/predohranitel/samovosstanavlivayushhiesya/icon-predohranitel-samovosstanavlivayushhiesya.png') no-repeat scroll -27px -52px transparent; 
}
/*---------------------*/

/*---------------------*/
/* Кнопки антивандальные */
li.pbs-icon:before {
	background:url('/assets/images/knopki/antivandalnye/icon-knopki-antivandalnye.png') no-repeat scroll 0px 0px transparent;
	width:50px; 
	height:50px; 
	content:''; 
	position:absolute;
	margin: 10px;
}
li.pbs-icon:hover:before {
	background:url('/assets/images/knopki/antivandalnye/icon-knopki-antivandalnye.png') no-repeat scroll -50px 0px transparent;
}	
li.pbs-icon.active:before {
	background:url('/assets/images/knopki/antivandalnye/icon-knopki-antivandalnye.png') no-repeat scroll -50px 0px transparent; 
}

li.las1-icon:before {
	background:url('/assets/images/knopki/antivandalnye/icon-knopki-antivandalnye.png') no-repeat scroll 0px -50px transparent;
	width:50px; 
	height:50px; 
	content:''; 
	position:absolute;
	margin: 10px;
}
li.las1-icon:hover:before {
	background:url('/assets/images/knopki/antivandalnye/icon-knopki-antivandalnye.png') no-repeat scroll -50px -50px transparent;
}	
li.las1-icon.active:before {
	background:url('/assets/images/knopki/antivandalnye/icon-knopki-antivandalnye.png') no-repeat scroll -50px -50px transparent; 
}

li.las2-icon:before {
	background:url('/assets/images/knopki/antivandalnye/icon-knopki-antivandalnye.png') no-repeat scroll 0px -100px transparent;
	width:50px; 
	height:50px; 
	content:''; 
	position:absolute;
	margin: 10px;
}
li.las2-icon:hover:before {
	background:url('/assets/images/knopki/antivandalnye/icon-knopki-antivandalnye.png') no-repeat scroll -50px -100px transparent;
}	
li.las2-icon.active:before {
	background:url('/assets/images/knopki/antivandalnye/icon-knopki-antivandalnye.png') no-repeat scroll -50px -100px transparent; 
}

li.gq-icon:before {
	background:url('/assets/images/knopki/antivandalnye/icon-knopki-antivandalnye.png') no-repeat scroll 0px -150px transparent;
	width:50px; 
	height:50px; 
	content:''; 
	position:absolute;
	margin: 10px;
}
li.gq-icon:hover:before {
	background:url('/assets/images/knopki/antivandalnye/icon-knopki-antivandalnye.png') no-repeat scroll -50px -150px transparent;
}	
li.gq-icon.active:before {
	background:url('/assets/images/knopki/antivandalnye/icon-knopki-antivandalnye.png') no-repeat scroll -50px -150px transparent; 
}

.nav-tabs > li > a.antivandal-icon{
	padding-left: 55px;
}
/*---------------------*/

/*---------------------*/
/*Линия разделитель*/
.hr-delimiter{
	width: 25%; 
	margin-right: auto; 
	margin-left: auto;
}
/*---------------------*/

div.similar {
	padding: 20px;
	background-color: #FFF;
}


/*--- Start: Калькулятор резисторов ---*/

.hr-calc  {
	margin-top: 5px;
	margin-bottom: 5px;
}

div.radio1 {
	display: inline-table;
	margin-left: 8px;
}

div.radio1 label {
	border-radius: 5px;
	border: 1px solid #D1D3D4
}

div.radio1 input.radio:empty {
	margin-left: -999px;
	display: none;
}

div.radio1 input.radio:empty ~ label {
	position: relative;
	line-height: 2.5em;
	text-indent: 3.25em;
	margin: 5px 0px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div.radio1 input.radio:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content:'\2714';
	color: #C2C2C2;
	width: 2.5em;
	text-indent: .9em;
	background: #D1D3D4;
	border-radius: 3px 0 0 3px;
}

div.radio1 input.radio:hover:not(:checked) ~ label:before {
	content:'\2714';
	text-indent: .9em;
	color: #999;
}

div.radio1 input.radio:hover:not(:checked) ~ label {
	color: #626262;
}

div.radio1 input.radio:not(:checked) ~ label {
	color: #999;
}


div.radio1 input.radio:checked ~ label:before {
	content:'\2714';
	text-indent: .9em;
	color: #B3DBF0;
	background-color: #50a3cc;
}

div.radio1 input.radio:checked ~ label {
	border: 1px solid #50a3cc;
}

radio:checked ~ label {
	color: #777;
}

div.radio1 input.radio:focus ~ label:before {
	box-shadow: 0 0 0 3px #999;
}

.num{
	color: #016481;
	float: left;
	margin-right: 5px;
	cursor: pointer;
}

.number{
	margin-top: 10px;
	color: #0b88ad;
	font-size: 20px;
	border: 2px solid #0b88ad;
	border-radius: 50px;
	padding: 5px;
	padding-left: 10px;
	outline: none;
	width: 11em
}

.delBtn {
	background-color:#fff;
	-moz-border-radius:29px;
	-webkit-border-radius:29px;
	border-radius:29px;
	border:2px solid #3480a3;
	display:inline-block;
	cursor:pointer;
	color:#3480a3;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.delBtn:hover {
	background-color:#fff;
	color: #ec7575;
	border:2px solid #ec7575;
}

.delBtn:active {
	position:relative;
	left:0px;
}

#Rrez{
	color: #b20548; 
	outline: none;
	cursor: pointer;
	border: 2px solid #0b88ad;
	font-weight: bold;
}

#inputR-group{
	display: inline-block;
	position: relative;
	width: 99%;
	margin: 10px 0px;
}

.scheme{
	padding: 10px;
	top:1em;
}

#infoP{
	padding: 15px;
	font-size: 1.1em;
	color: #504d4d
	
}

/*--- End: Калькулятор резисторов ---*/


/*--- Калькулятор конденсаторов ---*/

.device-photo{
	max-width: 55%;
	margin: 20px; 
	float: right;
}
#Ur,#Un{
	color: #b20548; 
	outline: none;
	border: 2px solid #0b88ad;
	font-weight: bold;
}
.expLabel{
	color: #016481;
	margin-right: 5px;
	cursor: pointer;
}
.capacitor-input {
	width: 40%;
	max-width: 250px;
}

/*--- End: Калькулятор конденсаторов ---*/

.sh_btn,.sh_header { 
	background-color: #1daae2!important;
}

.sh_title_text {
	
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.sh_btn_char {
	padding: 1px;
}
.sh_chat {
	border-color: #1daae2!important;
}
/* End: Specific CSS */

/*Миниатюра фото продукции*/
.miniature-li{
	display:inline-block; 
	width: 22%; 
	margin:10px 5px 0px 0px;
}
.miniature-li:last-child{
	margin-right:0px;
}
.miniature-li:hover .drawing{
	border: 1px solid #0088CC;
}
/*END:Миниатюра фото продукции*/

/*GIF Animation*/
.animation {
	width: 100%;
	margin: 0;
	padding: 10px;
	position: relative;
}
.animation:before,
.animation:after {
	position: absolute;
}
.animation:before {
    top: 50%;
    left: 9%;
    padding: 8px 20px 8px 20px;
    border: 3px solid #8CC152;
    border-radius: 15px;
    background-color: rgba(225, 255, 244, 0.31);
    font-family: 'Ionicons';
    content: '\25B6';
    text-align: center;
    font-size: 35px;
    color: #8CC152;
}
.animation:hover:before{
    border: 3px solid #88E026;
    color: #88E026;
	cursor:pointer;
	box-shadow: 0 0 6px #DFF7C3;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.animation:after {
	content: 'gif';
	position: absolute;
	display: inline-block;
	width: 40px;
	text-align: center;
	top: 5px;
	right: 20px;
	font-size: 14px;
	font-weight: 600;
	padding: 5px;
	border-radius: 5px;
	color: #407fd6;
	background-color: rgba(170, 178, 189, 0.1);
	text-transform: uppercase;
}
.animation.play:before {
	display: none;
}
.animation.play:after {
	color: #fff;
	background-color: #8CC152;
}
/*END:GIF Animation*/

/*Нижний бордер при наведении*/
.tab-bot>li>a:hover {
	border-bottom-color: rgba(0, 136, 204, 0.7) !important; 
}

.tab-bot>.active>a{
	border-bottom-color: rgba(0, 136, 204, 0.7) !important; 
}

/* Start: table product cart */
table.price-table {
	margin: auto;
	background: #FFF;
	border-radius: 5px;
	font-size: 16px;
	width: 75%;
	border: 1px solid #e6e6e6;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055), 3px 3px 5px -3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055), 3px 3px 5px -3px rgba(0,0,0,0.3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055), 3px 3px 5px -3px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 0 0 0 rgba(0,0,0,0.1), 3px 3px 5px -3px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 0 0 rgba(0,0,0,0.1), 3px 3px 5px -3px rgba(0,0,0,0.3);
	box-shadow: 0 0 0 0 rgba(0,0,0,0.1), 3px 3px 5px -3px rgba(0,0,0,0.3);
}

table.price-table td {
	text-align: center;
	padding: 5px 5px;
}
table.price-table tr.second {
	border-top: 1px solid #e6e6e6;
}

table.price-table tr {
	height: 40px;
}

table.cart-table {
	margin: auto;
	background: #FFF;
	font-size: 16px;
	width: 100%;
	border: 1px solid #e6e6e6;
	
}

table.cart-table td {
	border: 1px solid #e6e6e6;
	text-align: center;
	padding: 5px 5px;
}
table.cart-table tr {
	height: 40px;
}
/* End: table product cart */


/* Start: slider maim product img */

div.prodGallery {
	width: 270px;
	float: left;
	margin-right: 30px;	
}	

#sync1 .item{
	background: #fff;
	margin: 5px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	margin: auto;
	max-width: 350px;
}

div.owl-theme#sync1{
	margin-top: 2px;
}

div#sync2 {
	max-width: 350px;
	margin: auto;
} 


#sync1 .thumbnail {
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.055), 3px 3px 3px -3px rgba(0,0,0,0.3);
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.055), 3px 3px 3px -3px rgba(0,0,0,0.3);
	box-shadow:0 3px 2px rgba(0, 0, 0, 0.055), 3px 3px 3px -3px rgba(0,0,0,0.3);
	/*! -ms-box-shadow: 0 0 0 0 rgba(0,0,0,0.1), 3px 3px 3px -3px rgba(0,0,0,0.3); */
	/*! -o-box-shadow: 0 0 0 0 rgba(0,0,0,0.1), 3px 3px 3px -3px rgba(0,0,0,0.3); */
	/*! box-shadow: 0 0 0 0 rgba(0,0,0,0.1), 3px 3px 3px -3px rgba(0,0,0,0.3); */
}

#sync2 .item{
	border: 1px solid #cccccc;
	background: #fff;
	padding: 8px 0px;
	margin: 5px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
}
#sync2 .item h1{
	font-size: 18px;
}
#sync2 .synced .item{
	border: 1px solid #0088cc;
}
div.owl-theme#sync2{
	margin-top: -10px;
}

/* End: slider maim product img */

/* Start: main-trigger */

hr.trigger-bord {
	margin: 15px 0px 10px 0px;
}
div.main-trigger {
	margin: -5px 0px;
	padding: 5px 0px;
}

div.main-trigger>div.span4:last-of-type, div.main-trigger>div.span3:last-of-type {
	border-right: 0px;
}

div.main-trigger>div.span4 p.heading, div.main-trigger>div.span3 p.heading {
	text-align:center;
	color: #0088cc;
	font-weight: bold;
	margin: 0 0 6px;
}

div.main-trigger > div.span4 p.descript, div.main-trigger>div.span3 p.descript {
	font-size: 12px;
	padding: 0px 6px;
	color: #333333;
}

div.main-trigger > div.span4 p.descript  img, div.main-trigger>div.span3 p.descript img {
	opacity: 0.8;
	margin-right: 10px;
}

ul.char-list > li {
	margin-bottom: 5px;
}

#mainTrigger h2 {
	margin: 0px 0px 10px;
}	

#mainTrigger div.modal-header {
	border-bottom: 0px;
	padding: 9px 15px 0px 15px;
	border-bottom: 0px;
	height: 22px;
}

#mainTrigger div.modal-body{
	padding: 15px 25px;
}

#mainTrigger div.modal-body h2 img{
	width:27px;
	margin-right:18px;
	margin-bottom:8px;
}	

/*div#mainTrigger.modal.fade {top: 50%;}*/

button.close {
	font-size: 27px;
}

div.product-cart span[data-empty] strong{
    font-size: 18px !important; /* Цвет текста */
   }
/* End: main-trigger */

/*Similar product-Material*/
.card {
  background: #fff;
  border-radius: 4px;
  display: inline-block;
  margin: 1rem;
  position: relative;
  height: 185px;
  border: 1px solid #ccccccad;
}
.video-card {
  background: #fff;
  border-radius: 4px;
  display: inline-block;
  margin: 1rem;
  position: relative;
  height: 205px;
  border: 1px solid #ccccccad;
}

.card-1 {
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-1:hover {
  box-shadow: 0 7px 14px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  border: 1px solid #0088cc;
}
.card-product-name{
	display: inline-block;
	width: 100%;
}
/*End: Similar product-Material*/

/*Trigger-style*/
.triger-icon{
	width: 70px;
	height: 60px;
	background:url(/assets/images/trigger/sprite.png) no-repeat;
	float:left;
	cursor: pointer;
}
.icon-min-zakaz{background-position: -70px -70px;}
.min-zakaz:hover  .icon-min-zakaz{background-position: 0px -70px;}

.icon-oplata{background-position: -70px -140px;}
.oplata:hover .icon-oplata{background-position: 0px -140px;}

.icon-dostavka{background-position: -70px -210px;}
.dostavka:hover .icon-dostavka{background-position: 0px -210px;}

.icon-upakovka{background-position: -70px 0px;}
.upakovka:hover .icon-upakovka{background-position: 0px 0px;}

.triger-title{
	font-size: 8.7pt;  
	font-style: italic;	
}
/*End: Trigger-style*/
/*Cart-style*/
.add-to-busket{
		position:relative;
		width:90px;
		margin:0 auto;
		display: block;
	}
	.product-number{
		width:50%;
		position:relative;
	}
	.product-q{
		width:65%;
		margin-bottom:2px !important;
		margin-top:2px !important;
		padding-top:2px !important;
		padding-bottom:2px !important;
	}
	.value-control{
		cursor:pointer;
		position:absolute;
		height:12px;
		line-height:13px;
		width:20px;
		background-color:#f0f6fa;
		font-weight: bold;
		color: #333;
		white-space: nowrap;
		-moz-user-select: none;
		-khtml-user-select: none;
		user-select: none;
	}
	.value-control:hover{
		background-color:#AEE8FF;
	}
	.plus{
		top:2px;
		right:-11px;
		border-radius:0px 3px 0px 0px;
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
	.minus{
		bottom:2px;
		right:-11px;
		border-radius:0px 0px 3px 0px;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		vertical-align:top;
	}
	.add_item{
		width:30%;
		height:30px;
		position:absolute;
		right:0px;
		top:0px;
		outline:none;
	}
	.add_item>img{
		max-height:30px;
	}
	
	a.btn-zakaz-full:hover{
		color:#81cd45;
	}
	.animated {
		-webkit-animation-duration: .5s;
		animation-duration: .5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	}
	@-webkit-keyframes pulse {
		from {
			-webkit-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
		}
		
		50% {
			-webkit-transform: scale3d(1.05, 1.05, 1.05);
			transform: scale3d(1.05, 1.05, 1.05);
		}
		
		to {
			-webkit-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
		}
	}
	
	@keyframes pulse {
		from {
			-webkit-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
		}
		
		50% {
			-webkit-transform: scale3d(1.05, 1.05, 1.05);
			transform: scale3d(1.05, 1.05, 1.05);
		}
		
		to {
			-webkit-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
		}
	}
	.pulse {
		-webkit-animation-name: pulse;
		animation-name: pulse;
	}
	.cart-hint{
		display:none;
		position:absolute;
		width:250px;
		height:230px;
		background-color:#fffde4;
		border-radius:10px;
		box-shadow: 1px 1px 2px #b1b1b1;
	}
	.hint-button{
		position:absolute;
		bottom:5px;
		left:50px;
		border-radius:10px;
		padding:5px 10px;
		width:60%;
	}
	.cart-list{
		height:145px;
		max-height:145px;
		width:97%;
		max-width:97%;
		min-width:97%;
		margin:0 auto;
		overflow:scroll;
		overflow-x:hidden;
		background:none;
		border:none;
		box-shadow:none;
		font-size:12px;
	}
	.cart-list:focus{
		outline:none !important;
		box-shadow:none;
	}
	.price-col{
		font-size:14px;
	}
/*END:Cart-style*/

/*Start: New-year-decoration*/
.christmas-tree{
	position:fixed;
	z-index:-1;
	top:70px;
	right:0px;
	width:100px;
	height:115px;	
}
@media (max-width:980px){
.christmas-tree{display:none;}
}
/*End: New-year-decoration*/


/*Start: New-Post-widget*/
.npw-display-block{
	z-index:1050 !important;
}
/*End: New-Post-widget*/


/*Ячейка вывода цены*/
.price-column{
	font-size:14px;
}

/*Мин. сумма заказа */
.header-minsuma-ua{
    position: absolute;
	color: #ff6d00de;
	height: 15px;
	margin-top: -15px;
	font-size: 13px;
	font-weight: 600;
}

/*Таблицы серий и групп возле рекомендуемых товаров*/

.wrap-table-nom-group {
    overflow: auto;
    border: 1px solid #ccccccad;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.table-nom-group {
    border-collapse: collapse;
    background-color: #fff;
}

.img-nom-1{
    padding-top: 22px;
}

.img-nom-2{
    padding-top: 18px;
}

.img-group {
    padding-top: 6px;
}

.p-nom-group {
    text-align: center !important;
    font-weight: bold;
    font-size: 12px;
}

.margin-bot-4px {
    margin-bottom: 4px;
}

.margin-bot-10px {
    margin-bottom: 10px;
}

.hr-nom {
    margin: 5px;
    border: 0;
    border-top: 1px solid #ccccccad;
}

.hr-group {
    margin: 0px;
    margin-left: 5px;
    margin-right: 5px;
    border: 0;
    border-top: 1px solid #ccccccad;
}

.sert {
font-style: italic;
color: #42a243;
}

@media (max-width: 500px){
	table.note-table1{
		width: 100%
	}
}