@font-face {
   font-family: arial_n; /* гарнитура шрифта */
   src: url('../fonts/arial_n.ttf'); /* Путь к файлу со шрифтом */ 
}
@font-face {
   font-family: arial_n_b; /* гарнитура шрифта */
   src: url('../fonts/arial_n_b.ttf'); /* Путь к файлу со шрифтом */ 
}
@font-face {
   font-family: intro_cbf; /* гарнитура шрифта */
   src: url('../fonts/Intro_Cond_Black_Free.otf'); /* Путь к файлу со шрифтом */ 
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #575757;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
    background: url(../image/my/top_bar.png) top center no-repeat, #fff url(../image/my/bg.jpg) center top no-repeat fixed;
}
h1, h2, h3, h4, h5, h6 {
	color: #333333;
    font-family: arial_n, arial;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
    text-align: center;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}


header {
    padding: 0px 0 10px;
    margin: 0 auto 30px;
}
header + .container + .container + .container > .row {
    background: #fff;
    padding-bottom: 25px;
}
body.common-home header {
    padding: 0px 0 0px;
    
}


.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
    display: none;
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 10px 0 0px 0;
}
#logo a {
    outline: none;
}


.top_slogan {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-family: arial_n_b, arial;
    font-size: 26px;
    margin-top: 5px;
    border: 4px solid #85bd49;
    padding: 20px 10px;
}


/* search */
#search {
	margin-bottom: 10px;
    display: block;
    height: 40px;
    position: relative;
}
header #search {
    margin-top: 62px;
}
#search .input-lg {
	height: 48px;
    width: 90%;
	line-height: 20px;
	padding: 0 10px 0 15px;
   	color:#5d5d5d;
    border-radius: 0px;
    /*background: -webkit-linear-gradient(#85bd49, #629728);
    background: -moz-linear-gradient(#85bd49, #629728);
    background: -o-linear-gradient(#85bd49, #629728);
    background: linear-gradient(#85bd49, #629728);*/
    background: #fff;
    -webkit-box-shadow: inset 3px 3px 10px rgba(0,0,0,.3);
    -moz-box-shadow: inset 3px 3px 10px rgba(0,0,0,.3);
    box-shadow: inset 3px 3px 10px rgba(0,0,0,.3);
}
#search .input-lg::-webkit-input-placeholder {color:#5d5d5d; font-weight: normal; font-size: 17px;}
#search .input-lg::-moz-placeholder          {color:#5d5d5d; font-weight: normal; font-size: 17px;}/* Firefox 19+ */
#search .input-lg:-moz-placeholder           {color:#5d5d5d; font-weight: normal; font-size: 17px;}/* Firefox 18- */
#search .input-lg:-ms-input-placeholder      {color:#5d5d5d; font-weight: normal; font-size: 17px;}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
#search input {
    border: none;
}
#search .input-group-btn {position: static;}
#search .search_btn {
    display: block;
    background: url(../image/my/search_btn.png) center no-repeat;
    width: 46px;
    height: 46px;
    border: none;
    position: absolute;
    top: 0px;
    right: 5px;
    z-index: 10;
}

.top_contact, .footer_contacts {
    text-align: right;
    color: #999999;
    font-family: intro_cbf, arial;
    line-height: 30px;
    margin-top: 25px;
}
.footer_contacts {
    margin-top: 0px;
}
.top_contact > div:first-child, .footer_contacts > div:first-child {
    font-size: 33px;
}
.top_contact > div:last-child, .footer_contacts > div:last-child {
    font-size: 37px;
}

.top_email {
    background: url(../image/my/top_email.png) left center no-repeat;
    padding: 10px 10px 10px 60px;
    font-size: 21px;
    margin-top: 65px;
    color: #5d5d5d;
    font-family: arial_n, arial;
}
.top_addr {
    color: #fff;
    font-family: arial_n, arial;
    font-size: 21px;
    margin: 14px;
}
.slider_wrap > div {
    padding: 0px !important;
}

.account_link {
    text-align: center;
}
.account_link ul {
    margin: 0px 0px;
    padding: 0 0 0 0px;
    margin-top: 15px;
    border: 2px solid #5d5d5d;
    padding: 10px 10px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
}
.account_link li {
    list-style: none;
    float: left;
    display: inline-block;
    padding: 2px;
    font-family: arial_n, arial;
    font-size: 19px;
    color: #5d5d5d;
}
.account_link li a {
    display: inline-block;
    padding: 2px;
    font-family: arial_n, arial;
    font-size: 19px;
    color: #5d5d5d;
}
.account_link li a:hover {
    text-decoration: underline;
}



header .callback_btn {
    display: block;
    color: #333;
    text-align: center;
    font-family: arial_n, arial;
    font-size: 20px;
    margin-top: 10px;
    border: 2px solid #5d5d5d;
    padding: 14px 10px;
    margin-top: 15px;
}
header .callback_btn:hover, footer .callback_btn:hover {
    background: #006666;
    color: #fff;
    border: 2px solid #006666;
}
footer .callback_btn {
    display: block;
    color: #5d5d5d;
    text-align: center;
    font-family: arial_n, arial;
    font-size: 23px;
    margin-top: 10px;
    border: 2px solid #a7a6a6;
    padding: 10px 10px;
}





/* cart */
#cart {
    margin: 10px auto 0px 35px;
}
#cart > .btn {
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
    
    background: url(../image/my/top_cart.png) 17px center no-repeat;
    
    text-align: left;
    border: none;
    color: #fff;
    margin-left: 0px;
    width: 165px;
    height: 62px;
    
    border-radius: 0px !important;
    box-shadow: none !important;
}
span#cart-total {
    text-shadow: none;
    font-family: arial_n, arial;
    font-size: 19px;
    line-height: 22px;
    margin: 0 10px 0 65px;
    color: #333333;
    display: inline-block;
}
#cart.open > .btn {
	/*background-image: none;*/
	background-color: #85bd49;
	border: none;
	color: #333;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 500px;
    padding-bottom: 150px;
    background: #fff;
    /*-webkit-box-shadow: 0 0 25px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 25px rgba(0,0,0,.3);
    box-shadow: 0 0 25px rgba(0,0,0,.3);*/
}
#column-left {
    padding: 0px;
}
#column-left .owl-pagination {
    display: none;
}

#content {
    width: 100%;
}
#column-left + #content {
    width: 75%;
}



/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}





.news_tpl h3 {
    color: #ff9933;
    font-family: bebas, arial;
    font-size: 35px;
    padding: 5px 10px;
    background: #434242;
    border-top: 10px solid #ff9933;
    margin: 5px 0px 0px;
    text-transform: uppercase;
}
.new-layout {
    background: -webkit-linear-gradient(#fff 50%, #bcbbbb 150%);
    background: -moz-linear-gradient(#fff 50%, #bcbbbb 150%);
    background: -o-linear-gradient(#fff 50%, #bcbbbb 150%);
    background: linear-gradient(#fff 50%, #bcbbbb 150%);
    margin-bottom: 10px;
    
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 25px rgba(0,0,0,.3);
    box-shadow: 0 0 25px rgba(0,0,0,.3);
}
.new-layout .button-group {
    display: none;
}
.new_date {
    font-family: bebas, arial;
    font-size: 25px;
    color: #85bd49;
    margin: 10px 0px;
}
.new-layout .caption h4 {
    font-family: arial_n, arial;
    text-transform: uppercase;
    font-size: 21px;
}
.new-layout .caption h4 a {
    color: #000;
}

/*********************************************/

.banner_garantiya .inner_html_wrap p {
    margin: 40px 3px 25px;
}
.banner_garantiya .inner_html_wrap p img {
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 25px rgba(0,0,0,.3);
    box-shadow: 0 0 25px rgba(0,0,0,.3);
}

/*************************************/
.our_catalog {
    margin-top: -55px;
    position: relative;
    z-index: 10;
    overflow: hidden;
}
.our_catalog .inner_html_wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;
    background: #f0f0f0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    -webkit-box-shadow: 0px 0px 25px rgba(0,0,0,.4);
    -moz-box-shadow: 0px 0px 25px rgba(0,0,0,.4);
    box-shadow: 0px 0px 25px rgba(0,0,0,.4);
}
.our_catalog .inner_html_wrap h2 {
    text-align: center;
    font-weight: bold;
    font-family: robcondreg, arial;
    color: #06799f;
    margin-bottom: 20px;
}
.our_catalog ul {
    margin: 0px;
    padding: 0px 45px;
    text-align: center;
}
.our_catalog ul li {
    list-style: none;
    display: inline-block;
    width: 262px;
    height: 303px;
    margin: 20px 10px;
    overflow: hidden;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.our_catalog ul li:hover {
    -webkit-box-shadow: 0px 0px 25px rgba(0,0,0,.4);
    -moz-box-shadow: 0px 0px 25px rgba(0,0,0,.4);
    box-shadow: 0px 0px 25px rgba(0,0,0,.4);
}


/*******************************************************************/

.raschet_krovli {
    background: #06799f;
    overflow: hidden;
}
.raschet_krovli .inner_html_wrap {
    background: url(../image/my/raschet_krovli_dom.png) left center no-repeat;
    max-width: 1200px;
    height: 439px;
    margin: 0 auto;
    padding: 15px;
    padding-left: 550px;
    color: #fff;
    font-family: robcondreg, arial;
    font-size: 17px;
    line-height: 30px;
}
.raschet_krovli .inner_html_wrap h2 {
    font-weight: bold;
    font-family: robcondreg, arial;
    font-size: 35px;
    color: #fff;
    margin-bottom: 20px;
}
.raschet_krovli ul {
    margin: 10px 0;
    padding: 0px;
}
.raschet_krovli li {
    list-style: none;
    padding-left: 15px;
    background: url(../image/my/ul_li.png) left 11px no-repeat;
}

/*******************************************************************/

.preimushestva {
    position: relative;
    z-index: 10;
    overflow: hidden;
}
.preimushestva .inner_html_wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;
    background: #f0f0f0;
    -webkit-box-shadow: 0px 0px 25px rgba(0,0,0,.4);
    -moz-box-shadow: 0px 0px 25px rgba(0,0,0,.4);
    box-shadow: 0px 0px 25px rgba(0,0,0,.4);
}
.preimushestva .inner_html_wrap h2 {
    text-align: center;
    font-family: robcondreg, arial;
    color: #06799f;
    font-size: 38px;
    margin-bottom: 10px;
}
.preimushestva .table-bordered {
    border: none;
    width: 90% !important;
    margin: 0 auto !important;
}
.preimushestva table td {
    border: none !important;
    padding: 25px !important;
}
.preimushestva table td img {
    display: block;
    float: left;
}
.preimushestva table td h5, .preimushestva table td p {
    margin-left: 70px;
}
.preimushestva table td h5 {
    font-weight: bold;
    font-family: robcondreg, arial;
    color: #06799F;
    margin-bottom: 5px;
    margin-top: 0px;
    font-size: 20px;
}
.preimushestva table td {
    font-size: 15px;
}

.main_raschet_form_wrap {
    width: 700px;
    margin: 10px auto;
}
.main_raschet_form_wrap .form_column {
    float: left;
    width: 50%;
}
.main_raschet_form_wrap .form_column .form_row {
    margin: 10px 10px 20px;
}
.main_raschet_form_wrap .btn_row {
    clear: both;
    text-align: center;
}
.main_raschet_form_wrap .btn_row a {
    font-size: 18px;
}
.main_raschet_form_wrap .form_column input[type=text], .main_raschet_form_wrap .form_column textarea {
    display: block;
    outline: none;
    width: 100%;
    border: 1px solid #dadada;
    padding: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.main_raschet_form_wrap .form_column input[type=text] {height: 45px;}
.main_raschet_form_wrap .form_column textarea {height: 110px;}


/*******************************************************************/

.main_dostavka {
    background: #06799f;
    overflow: hidden;
}
.main_dostavka .inner_html_wrap {
    background: url(../image/my/main_dostavka.png) right center no-repeat;
    max-width: 1000px;
    height: 477px;
    margin: 0 auto;
    padding: 15px;
    color: #fff;
    font-family: robcondreg, arial;
    font-size: 17px;
    line-height: 30px;
}
.main_dostavka .inner_html_wrap h2 {
    font-weight: bold;
    font-family: robcondreg, arial;
    font-size: 35px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 65px;
}

/*******************************************************************/

.main_text {
    position: relative;
    z-index: 10;
    overflow: hidden;
    max-width: 830px;
    margin: 20px auto;
    background: url(../image/my/main_text_bg.jpg) center no-repeat;
}
.main_text .inner_html_wrap {
    max-width: 450px;
    margin: 15px;
    font-family: arial_n, arial;
    color: #333333;
    font-size: 17px;
    line-height: 23px;
}
.main_text > h2 {display: none;}
.main_text .inner_html_wrap h1 {
    text-align: left;
    font-family: intro_cbf, arial;
    color: #006666;
    font-size: 38px;
    margin-bottom: 10px;
}
/*.main_text .table-bordered {
    border: none;
    width: 90% !important;
    margin: 0 auto !important;
}
.main_text table td {
    border: none !important;
    padding: 25px !important;
    color: #216278;
    text-align: center;
}
.main_text table td > p:first-child {
    font-family: robcondreg, arial;
    font-weight: bold;
    font-size: 60px;
}
.main_text table td > p:last-child {
    font-size: 16px;
}
.main_text table td img {
    display: block;
    float: left;
}
.main_text table td h5, .main_text table td p {
    margin-left: 70px;
}
.main_text table td h5 {
    font-weight: bold;
    font-family: robcondreg, arial;
    color: #06799F;
    margin-bottom: 5px;
    margin-top: 0px;
    font-size: 20px;
}
.main_text table td {
    font-size: 15px;
}
*/

/****************/


.forma_zakaz_zvonka {
    background: url(../image/my/z_z_forma_bg.jpg) no-repeat center;
    width: 100%;
    max-width: 830px;
    min-height: 349px;
    margin: 20px auto;
    position: relative;
}
#column-left .forma_zakaz_zvonka {
    background: url(../image/my/z_z_forma_bg_left.jpg)  no-repeat center;
    width: 300px;
    height: 374px;
}
.zakaz_zvonka > h2 {
    display: none;
}
.forma_zakaz_zvonka .forma_zakaz_zvonka_inner {
    width: 330px;
    height: 232px;
    position: absolute;
    top: 5px;
    left: 20px;
}
#column-left .forma_zakaz_zvonka .forma_zakaz_zvonka_inner {
    width: 250px;
    margin: 0px auto;
    padding-top: 5px;
    position: static;
}
.forma_zakaz_zvonka .forma_zakaz_zvonka_inner .form_caption {
    text-align: center;
    margin: 5px;
    font-family: intro_cbf, arial;
    color: #006666;
    font-size: 38px;
    margin-bottom: 10px;
}
#column-left .forma_zakaz_zvonka .forma_zakaz_zvonka_inner .form_caption {
    font-size: 28px;
}
.forma_zakaz_zvonka .forma_zakaz_zvonka_inner .item_row:first-child {margin-top: 15px;}
.forma_zakaz_zvonka .forma_zakaz_zvonka_inner .item_row {
    text-align: center;
    margin: 15px 0px;
}
#column-left .forma_zakaz_zvonka .forma_zakaz_zvonka_inner .item_row {
    margin: 10px 0px;
}
.forma_zakaz_zvonka .forma_zakaz_zvonka_inner input[type=text] {
    display: inline-block;
    width: 95%;
    height: 34px;
    padding: 3px 8px;
    background: #fff;
    color:#575757; 
    font-size: 16px;
    border: 2px solid #d7d7d7;
    
}
.forma_zakaz_zvonka .forma_zakaz_zvonka_inner input[type=text]::-webkit-input-placeholder {color:#575757; font-size: 15px; font-family: arial_n, arial;}
.forma_zakaz_zvonka .forma_zakaz_zvonka_inner input[type=text]::-moz-placeholder          {color:#575757; font-size: 15px; font-family: arial_n, arial;}/* Firefox 19+ */
.forma_zakaz_zvonka .forma_zakaz_zvonka_inner input[type=text]:-moz-placeholder           {color:#575757; font-size: 15px; font-family: arial_n, arial;}/* Firefox 18- */
.forma_zakaz_zvonka .forma_zakaz_zvonka_inner input[type=text]:-ms-input-placeholder      {color:#575757; font-size: 15px; font-family: arial_n, arial;}
.forma_zakaz_zvonka .forma_zakaz_zvonka_inner button {
    display: inline-block;
    background: #009999;
    color: #fff;
    width: 95%;
    height: 40px;
    padding: 6px 3px;
    font-family: arial_n, arial;
    font-size: 18px;
    cursor: pointer;
    border: none;
}
.forma_zakaz_zvonka .forma_zakaz_zvonka_inner button:hover {
    background: #027575;
}


/**********************************************************/


.kak_zakazat h2 {
    color: #bbb8b8;
    font-family: intro_cbf, arial;
    font-size: 25px;
}
.kak_zakazat ul {
    margin: 0px;
    padding: 0px;
    display: flex;
	flex-wrap: wrap;
}
.kak_zakazat ul li {
    position: relative;
    list-style: none;
    /*display: table-cell;*/
    padding-right: 60px;
    text-align: center;
    width: auto; /*110px;*/
    color: #444242;
    font-family: arial_n, arial;
    font-size: 17px;
    margin-bottom: 20px;
}
@media (min-width:  1200px){
	.kak_zakazat ul li {
		width: 20%;
	}
}
.kak_zakazat ul li:after {
    content: " ";
    display: block;
    width: 48px;
    height: 33px;
    background: url(/image/catalog/zakaz_kondicionera/kak_zakazat_line.png) center no-repeat;
    position: absolute;
    top: 40px;
    right: 5px;
}
.kak_zakazat ul li:last-child:after {
    display: none;
}
.kak_zakazat ul li img {
    display: block;
    margin-bottom: 10px;
}

/**********************************************************/

.s_tovary {
    position: relative;
    z-index: 10;
    overflow: hidden;
}
.s_tovary .inner_html_wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 15px;
    background: #f0f0f0;
}
.s_tovary .inner_html_wrap h2 {
    text-align: center;
    font-family: robcondreg, arial;
    color: #06799f;
    font-size: 38px;
    margin-bottom: 10px;
}
.s_tovary .table-bordered {
    border: none;
    width: 100% !important;
    margin: 0 auto !important;
}
.s_tovary table td {
    border: none !important;
    padding: 25px !important;
    text-align: center;
}
.s_tovary table td img {
    
}


/**********************************************************/

.your_options {
    position: relative;
    z-index: 10;
    overflow: hidden;
}
.your_options .inner_html_wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 15px;
    background: #f0f0f0;
}
.your_options .inner_html_wrap h2 {
    text-align: center;
    font-family: robcondreg, arial;
    color: #06799f;
    font-size: 38px;
    margin-bottom: 10px;
}
.your_options .table-bordered {
    border: none;
    width: 100% !important;
    margin: 0 auto !important;
}
.your_options table td {
    border: none !important;
    padding: 25px !important;
    text-align: center;
    font-size: 15px;
    font-family: robcondreg, arial;
}
.your_options table td img {
    
}


/**********************************************************/




/* Выбор города в шапке */
.city_list {
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 101;
}
.city_list li {
    list-style: none;
    position: relative;
    margin-bottom: 5px;
}
.city_list > li > a {
    display: block;
    padding: 0 15px 5px 20px;
    height: 35px;
    color: #06799f;
    background: url(../image/my/map_point.png) 0px center no-repeat, url(../image/my/arrow_bottom_blue.png) 100% center no-repeat, url(../image/my/dotted_line.png) center bottom no-repeat;
    display: inline-block;
}
.city_list > li:hover > ul {
    display: block;
}
.city_list ul {
    display: none;
    position: absolute;
    top: 35px;
    left: 0px;
    background: white;
    margin: 0;
    padding: 10px;
    width: 200px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 2px 2px 25px rgba(0, 0, 0, .5);
    box-shadow: 2px 2px 25px rgba(0, 0, 0, .5);
}
.city_list ul::before {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    margin: 0 auto;
    top: -20px;
    width: 10px;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
.city_list ul li a {
    display: block;
    padding: 5px;
    background: #fff;
    color: #06799f;
    font-size: 17px;
    text-align: center;
    font-family: robcondreg, arial;
    text-decoration: none;
    border: 1px solid #06799f;
    margin-bottom: 3px;
}
.city_list ul li a:hover, .city_list ul li.active a {
    background: #06799f;
    color: #fff;
}



.main_menu_bg {
    background: #006666;
}
/* Главное меню */
.main_menu {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}
.common-home .main_menu {
    top: 0px;
}
.main_menu > ul > li {
    position: relative;
    display: block;
    float: left;
    list-style: none;
    border-right: none;
}
.main_menu > ul > li:last-child {

}
.main_menu > ul > li > a {
    display: block;
    float: left;
    color: #fff;
    padding: 25px 20px;
    font-size: 19px;
    font-family: arial_n, arial;
    text-transform: uppercase;
}
.main_menu > ul > li > a:hover {
    background: #009999;
    color: #fff;
    
}
/*.main_menu > ul > li:nth-child(1) > a {background: #06799f url(../image/my/menu_icon/catalog.png) 20px center no-repeat; padding-left: 50px;}
.main_menu > ul > li:nth-child(2) > a {background: #06799f url(../image/my/menu_icon/price.png) 20px center no-repeat; padding-left: 47px;}
.main_menu > ul > li:nth-child(3) > a {background: #06799f url(../image/my/menu_icon/calculator.png) 20px center no-repeat; padding-left: 50px;}
.main_menu > ul > li:nth-child(4) > a {background: #06799f url(../image/my/menu_icon/dostavka.png) 20px center no-repeat; padding-left: 65px;}
.main_menu > ul > li:nth-child(5) > a {background: #06799f url(../image/my/menu_icon/o_krovle.png) 20px center no-repeat; padding-left: 65px;}
.main_menu > ul > li:nth-child(6) > a {background: #06799f url(../image/my/menu_icon/kontakty.png) 20px center no-repeat; padding-left: 58px;}*/

.main_menu ul {
    margin: 0;
    padding: 0;
}

.main_menu ul ul.sub_menu {
    display: none;
    position: absolute;
    top: 49px;
    left: 0px;
    z-index: 11;
    background: #06799f;
    padding: 10px;
}
.main_menu ul li:hover > ul.sub_menu {
    display: block;
}
.main_menu ul.sub_menu > li {
    position: relative;
    display: block;
    list-style: none;
}
.main_menu ul.sub_menu > li > a {
    display: block;
    float: left;
    width: 100%;
    color: #fff;
    padding: 10px;
    font-size: 17px;
    font-family: robcondreg, arial;
    white-space: nowrap;
}
.main_menu ul.sub_menu > li > a:hover {
    background: #fff;
    color: #06799f;
}


/* Левое меню */
.left_menu {
    border-top: 10px solid #85bd49;
    padding-top: 5px;
    position: relative;
    z-index: 10000;
}
.left_menu ul {
    margin: 0px;
    padding: 0px;
}
.left_menu > ul > li {
    list-style: none;
    display: block;
    position: relative;
}
.left_menu > ul > li > a {
    display: block;
    padding: 15px 15px 15px 50px;
    text-transform: uppercase;
    font-size: 18px;
    color: #333333;
    font-family: arial_n, arial;
    background: -webkit-linear-gradient(#fff, #d1d1d1);
    background: -moz-linear-gradient(#fff, #d1d1d1);
    background: -o-linear-gradient(#fff, #d1d1d1);
    background: linear-gradient(#fff, #d1d1d1);
    
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 25px rgba(0,0,0,.3);
    box-shadow: 0 0 25px rgba(0,0,0,.3);
}
.left_menu li:first-child {
    z-index: 100;
}
.left_menu > ul > li:first-child > a, .left_menu > ul > li:first-child > a:hover {
    background: #ff9933 url(../image/my/catalog.png) 10px center no-repeat;
    color: #fff;
    font-weight: normal;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.left_menu > ul > li > a:hover {
    color: #000;
    font-weight: bold;
    background: url(../image/my/left_menu_a.png) 10px center no-repeat, -webkit-linear-gradient(#fff, #d1d1d1);
}
.left_menu > ul > li:hover > ul.sub_menu {
    display: block;
}
.left_menu .sub_menu {
    display: none;
    position: absolute;
    background: #fff;
    padding: 10px;
    width: 840px;
    -webkit-box-shadow: 5px 5px 20px rgba(0,0,0,.3);
    -moz-box-shadow: 5px 5px 20px rgba(0,0,0,.3);
    box-shadow: 5px 5px 20px rgba(0,0,0,.3);
}
.left_menu .sub_menu li {
    float: left;
    list-style: none;
    margin: 0 5px 5px 0px;
}
.left_menu .sub_menu li a {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 200px;
    height: 60px;
    padding: 10px 10px 10px 10px;
    
    text-transform: uppercase;
    font-size: 15px;
    color: #333333;
    font-family: arial_n, arial;
    background: -webkit-linear-gradient(#fff, #d1d1d1);
    background: -moz-linear-gradient(#fff, #d1d1d1);
    background: -o-linear-gradient(#fff, #d1d1d1);
    background: linear-gradient(#fff, #d1d1d1);
}
.left_menu .sub_menu li a:hover, .left_menu .sub_menu li.active a {
    background: #ff9933;
    color: #fff;
}



/* Breadcrumb */
.breadcrumb {
    max-width: 1200px;
    margin: 0 0px 0px;
    border: none;
    background: #fff;
    border-radius: 0px;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 9px;
	right: -5px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #68b7d1;
	border-bottom: 1px solid #68b7d1;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.breadcrumb li:last-child:after {
    display: none;
}
.breadcrumb a {
    color: #000;
    font-family: robcondreg, arial;
    font-size: 15px;
}
.breadcrumb li:last-child a {
    color: #919191;
}


.page_content {
    background: #fff;
    padding-top: 0px;
    font-size: 15px;
}
.page_content #content {
    padding: 10px;
}

.page_content .col-sm-3 {
    /*width: 30%;*/
}
.page_content .col-sm-9 {
    /*width: 70%;*/
}

.carousel_temp {
    padding: 0 50px;
    border: 3px solid #d7d7d7;
}
.carousel_wrap .owl-wrapper-outer {
    border-radius: 0px !important;
    box-shadow: none !important;
}
.carousel_wrap .owl-carousel .owl-buttons div, .owl-carousel:hover .owl-buttons div {
    opacity: 1 !important;
    top: 35% !important;
}
.carousel_wrap .owl-carousel .owl-buttons .owl-prev {
    text-indent: -9000px;
    width: 31px;
    height: 31px;
    background: url(../image/my/carousel_prev.png) center no-repeat;
}
.carousel_wrap .owl-carousel .owl-buttons .owl-prev:hover {background: url(../image/my/carousel_prev_a.png) center no-repeat;}
.carousel_wrap .owl-carousel .owl-buttons .owl-next {
    text-indent: -9000px;
    width: 31px;
    height: 31px;
    background: url(../image/my/carousel_next.png) center no-repeat;
}
.carousel_wrap .owl-carousel .owl-buttons .owl-next:hover {background: url(../image/my/carousel_next_a.png) center no-repeat;}
.carousel_wrap .owl-carousel .owl-item .item  {
    position: relative;
    height: 117px;
    display: table-cell;
    vertical-align: middle;
}
.carousel_wrap .owl-carousel .owl-item:after {
    content: " ";
    background: url(../image/my/partner_shadow.png) center no-repeat;
    display: block;
    width: 14px;
    height: 117px;
    position: absolute;
    right: 0px;
    opacity: 0.5;
    top: 0px;
}
.carousel_temp .owl-pagination {display: none;}
.carousel_wrap h3 {
    color: #bbb8b8;
    font-family: intro_cbf, arial;
    font-size: 25px;
}


/* Слайдшоу */
#slideshow_main .owl-wrapper-outer {
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}


/* Left category */
.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.list-group ul {
    margin: 0px;
    padding: 0px;
}
.list-group > ul > li {
    position: relative;
    list-style: none;
    display: block;
    margin-bottom: 0px;
    background: #fff;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    border-left: 2px solid #d7d7d7;
    border-right: 2px solid #d7d7d7;
}
.list-group > ul > li > a {
	color: #535353;
    background: #fff;
    
    text-shadow: none;
    font-weight: normal;
    font-size: 16px;
    padding: 15px 10px 15px 50px;
}
.list-group > ul > li .view_sub_cat {
    position: absolute;
    z-index: 10;
    top: 15px;
    left: 3px;
    display: block;
    width: 37px;
    height: 20px;
    cursor: pointer;
    background: url(../image/my/left_menu_a.png) center no-repeat;
}
.list-group > ul > li .view_sub_cat.on:hover {
    background: url(../image/my/left_menu_h.png) center no-repeat;
}
.list-group > ul > li .view_sub_cat.open_sub_cat {
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 15px;
    display: block;
    width: 20px;
    height: 37px;
    cursor: pointer;
    background: url(../image/my/left_menu_open.png) center no-repeat;
}
.list-group > ul > li > a:hover, .list-group > ul > li:hover > a {
    color: #fff;
    background: #009999;
    border: 1px solid transparent;
}
.list-group > ul > li > a.active, .list-group > ul > li > a.active:hover {
    color: #fff;
    background: #009999;
    border: 1px solid transparent;
}


/* submenu */
.list-group .module_title {
    background: #006666 url(../image/my/mod_title_wave.png) center no-repeat;
    color: #fff;
    font-family: arial_n, arial;
    text-transform: uppercase;
    font-size: 20px;
    padding: 15px;
}
.list-group ul.sub_cat {
    display: none;
    margin: 0px;
    padding: 15px 10px 15px 35px;
}
.list-group li.active > ul.sub_cat {
    display: block;
}
ul.sub_cat > li {
    list-style: none;
}
.list-group ul.sub_cat > li
.list-group ul.sub_cat > li {
    list-style: none !important;
    display: block;
    margin-bottom: 0px;
}
.list-group ul.sub_cat > li > a {
	color: #535353;
    background: none;
    border: none;
    text-shadow: none;
    font-weight: normal;
    font-size: 14px;
    padding: 10px 10px 10px 15px;
    background: #fff;
}
.list-group ul.sub_cat > li > a:hover {
    text-decoration: underline;
}
.list-group ul.sub_cat > li a.active {
    text-decoration: underline;
}


.featured_temp h3 {
    color: #bbb8b8;
    font-family: intro_cbf, arial;
    font-size: 25px;
}
.featured_temp .product-layout {
    padding: 10px 10px;
}
.featured_temp .product_more a,  .product_more a {
    display: block;
    background: #006666;
    color: #fff;
    font-family: arial_n, arial;
    font-size: 19px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 13px 30px;
    width: 100%;
}


/* Каталог, товары */
.product-grid.col-lg-4 {
    width: 33.33%;
    clear: none !important;
}

.product-thumb {
    position: relative;
    background: #fff;
    height: 240px;
    border: 2px solid #d7d7d7;
    margin-bottom: 20px;
    overflow: auto;

}
.product-thumb .prod_caption {
    padding: 0 20px;
}
.product-thumb .prod_desc {
    display: none;
}
.product-thumb h4 {
    font-weight: normal;
    text-align: center;
}
.product-thumb h4 a {
    color: #5c5b5b;
}
.product-thumb .prod_caption a {
    color: #000;
    font-family: arial_n, arial;
    font-size: 19px;
}
.product-thumb .caption {
    min-height: 10px;
}
.product-thumb .price {
    color: #009999;
    font-family: intro_cbf, arial;
    font-size: 25px;
    margin-top: 25px;
}
.product-thumb .button-group {
    border-top: none;
    background-color: transparent;
    overflow: auto;
}
.product-thumb .button-group button {
    background-color: transparent;
    display: none;
}
.product-thumb .button-group button:first-child {
    display: block;
    background: url(../image/my/add_cart.png) center no-repeat;
    text-indent: -9000px;
    
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 46px;
    height: 46px;
}

.category_description {
    position: relative;
    z-index: 10;
    overflow: hidden;
    font-size: 15px;
    text-align: justify;
    font-family: robcondreg, arial;
}
.category_description .inner_html_wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;
    overflow: hidden;
}
.owl-controls {
    height: 0px;
}


/* Страница товара */
.product_decription {
    padding: 15px;
    overflow: hidden;
}
.product_decription .table-bordered {
    border: none;
    width: 100% !important;
    margin: 0 auto !important;
}
.product_decription table td {
    border: none !important;
    padding: 25px !important;
    text-align: left;
    font-size: 15px;
    font-family: robcondreg, arial;
}
.product_wrap .btn-group {
    display: none;
} 
.product_wrap .col-sm-6 {
    position: static;
}
.product_wrap #content .row {
    position: relative;
}
.addthis_toolbox {
    display: none;
}
.option15 {
    /*position: absolute;
    top: 125px;
    right: 50px;*/
    margin: 15px auto;
    width: 250px;
}
.option15 .control-label {display: none;}
.option15 label input[type=radio] {display: none;}
.option15 .radio > label span {display: none;}
.option15 .radio {
    float: left;
    width: 60px;
    height: 60px;
    margin: 0px;
}
.option15 .text-danger {
    clear: both;
    text-align: center;
}
#product > h3 {
    display: none;
}
#product label {
    font-size: 15px;
}
#product .control-label {
    font-weight: bold;
}
.product_wrap .img-thumbnail {
    padding: 0px;
    border: none;
}
.prod_attr table td {
    text-align: center;
    border: none !important;
}
.prod_price {
    text-align: right;
    color: #ff8300;
}
#button-cart {
    margin: 22px auto;
    width: 250px;
    display: block;
    padding: 10px 40px 10px 30px;
    color: #fff;
    border: none;
    background: #ff8300 url(../image/my/cart_icon.png) 95% center no-repeat;
    border-radius: 10px;
}


/* footer */

footer {
    position: relative;
    margin-top: 50px;
	padding-top: 0px;
	
}
footer .container  {
    max-width: 1200px;
    padding: 40px 20px 20px 20px;
    font-size: 16px;
    margin-top: 0px;
    /*background: url(../image/my/footer_bg.png) left top repeat-x;*/
    min-height: 202px;
	color: #e2e2e2;

	background-color: #fff;
	position: relative;
}
footer .container::before{
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 100%;
	height: 16px;
	background: #009999;
}
footer .container .row:nth-child(2) {
    margin-top: 10px;
}

footer hr {
	border-top: none;
	border-bottom: 1px solid #575757;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
footer .callback_btn {
    margin-top: 12px;
}

footer #search {
    top: 10px;
}

/*footer .container ul li {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}
footer .container ul li a {
    color: #fff;
}
footer .container ul li a:hover {
    text-decoration: underline;
}*/
footer .container h5 {
    font-family: robcondreg, arial;
    color: #ffc98f;
    font-weight: bold;
    font-size: 30px;
}

footer .container .rejym_raboty {
    margin-top: 20px;
}
footer .container .footer_contacts {
    margin-top: 20px;
    position: relative;
    left: 15px;
}
footer .container .footer_contacts span {
    display: block;
    color: #ffc98f;
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 5px;
}
footer #search .input-lg {
    box-shadow: none;
} 

/* Главное меню */
.footer_menu {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    border: 2px solid #a7a6a6;
    overflow: hidden;
    padding: 3px;
}
.footer_menu ul {
    margin: 0px;
    padding: 0px;
}
.footer_menu > ul > li {
    position: relative;
    display: block;
    float: left;
    list-style: none;
    border-right: none;
}
.footer_menu > ul > li:last-child {

}
.footer_menu > ul > li > a {
    display: block;
    float: left;
    color: #5d5d5d;
    padding: 15px 25px;
    font-size: 19px;
    font-family: arial_n, arial;
    text-transform: uppercase;
}
.footer_menu > ul > li > a:hover {
    background: #009999;
    color: #fff;
    
}



.footer_info, .author {
    color: #669999;
    font-size: 14px;
    font-family: arial_n, arial;
    line-height: 15px;
}
.author a {
    color: #669999;
}
.author a:hover {
    color: #669999;
    text-decoration: underline;
}


.orange_btn {
    display: inline-block;
    padding: 10px 40px 10px 30px;
    color: #fff;
    background: #ff8300 url(../image/my/btn_arrow.png) 95% center no-repeat;
    border-radius: 10px;
}
.orange_btn:hover {
    color: #fff;
    box-shadow: 1px 1px 15px rgba(0,0,0,.3);
}

.container {
    padding-left: 0px;
    padding-right: 0px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}



#content {
    padding-right: 35px;
    padding-left: 35px; 
}
.owl-carousel {
    margin: 0 0 0px !important;
    background: none !important;
}
.owl-wrapper-outer {
    border: none !important;
}
.owl-pagination {
    top: -80px !important;
}
.owl-carousel .owl-buttons div {
    color: #fff !important;
}



/* Slider text */
.owl-carousel .owl-item > div.item {
    position: relative;
}
.slide_content {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    background: rgba(255,255,255,.8);
    padding: 10px;
    width: 430px;
    height: 200px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.slide_1 .slide_content .slide_caption {
    font-family: robcondreg, arial;
    color: #06799f;
    font-size: 30px;
    text-align: center;
    margin: 15px 0;
}
.slide_2 .slide_content .slide_caption {
    font-family: robcondreg, arial;
    color: #2b2a29;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    margin: 10px 0;
}
.slide_3 .slide_content .slide_caption {
    font-family: robcondreg, arial;
    color: #2b2a29;
    font-size: 23px;
    line-height: 23px;
    text-align: center;
    margin: 7px 0;
}
.slide_content .slide_text {
    font-family: robcondreg, arial;
    color: #ff8300;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    margin: 27px 0;
}
.slide_content .slide_btn {text-align: center;}
.blue_btn {
    display: inline-block;
    padding: 10px 40px 10px 30px;
    color: #fff;
    font-size: 16px;
    background: #06799f url(../image/my/btn_arrow.png) 95% center no-repeat;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.blue_btn:hover {
    color: #fff;
}

.main_cat_wrap .mainCat-item {
    clear: none !important;
}


.success_msg {
    display: inline-block;
    position: absolute;
    width: 450px;
    height: auto;
    margin: auto;
    font-size: 15px;
    color: #235B1A;
    background: #C7EDC0;
    padding: 15px;
    box-shadow: 0 0 15px rgba(0,0,0,.4);
    text-align: center;
    z-index: 100000;
}
.error_msg {
    display: inline-block;
    position: absolute;
    width: 450px;
    height: 35px;
    margin: auto;
    font-size: 15px;
    color: #AA0000;
    background: #FFCACA;
    padding: 15px;
    box-shadow: 0 0 15px rgba(0,0,0,.4);
    text-align: center;
    z-index: 100000;
}


/* Окно заказать звонок, вызвать замерщика
***************************/
.get_callback {
    position: absolute;
    display: none;
    width: 400px;
    min-height: 280px;
    /*background: #fff;*/
    background: -webkit-linear-gradient(#fbfbfb, #cfcfcf);
    background: -moz-linear-gradient(#fbfbfb, #cfcfcf);
    background: -o-linear-gradient(#fbfbfb, #cfcfcf);
    background: linear-gradient(#fbfbfb, #cfcfcf);
    box-shadow: 0 0 25px rgba(0,0,0,.5);
    overflow: hidden;
    z-index: 100005;
    padding: 15px;
    
}
.call_metering {height: 400px;}
.call_metering textarea {
    border: 1px solid #f8f8f8;
    outline: none;
    padding: 1px 5px;
    width: 160px;
    height: 100px;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    /*-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,.3);
    -moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,.3);
    box-shadow: inset 1px 1px 3px rgba(0,0,0,.3);*/
}
.get_callback .close {
    display: block;
    background: url('../image/my/close_w.png') center no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9000px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.get_callback h2 {color: #ff9933; text-transform: uppercase; text-align: center; font-size: 22px; margin: 10px;}
.get_callback p {font-size: 15px; color: rgb(65, 64, 64); text-align: center;}
.get_callback .item_field {padding: 5px;}
.get_callback .field_wrap {
    width: 300px;
    margin: 15px auto;
}
.get_callback .required {color: red;}
.get_callback .caption {font-size: 15px; color: #555453;}
.get_callback .caption, .get_callback .field {
    display: inline-block;
}
.get_callback .caption {width: 100px;}
.get_callback input[type=text], .call_metering input[type=text] {
    border: 1px solid #f8f8f8;
    outline: none;
    height: 35px;
    padding: 1px 5px;
    width: 160px;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    /*-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,.3);
    -moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,.3);
    box-shadow: inset 1px 1px 3px rgba(0,0,0,.3);*/
}
#get_callback_btn {
    background: #fdb268;
    color: #fff;
    padding: 10px 15px;
    border: none;
    font-size: 17px;
    cursor: pointer;
    
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#get_callback_btn:hover {
    background: #ff9933;
}


/* Главная */
.main_cat_wrap {
    margin: 15px 5px;
    position: relative;
    border: 4px solid #cccccc;
    z-index: 10;
    overflow: hidden;
}
.main_cat_wrap .inner_html_wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 5px 10px;
    background: none;
    /*-webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    -webkit-box-shadow: 0px 0px 25px rgba(0,0,0,.4);
    -moz-box-shadow: 0px 0px 25px rgba(0,0,0,.4);
    box-shadow: 0px 0px 25px rgba(0,0,0,.4);*/
}
.main_cat_wrap .inner_html_wrap h2 {
    color: #ff9933;
    font-family: bebas, arial;
    font-size: 35px;
    padding: 5px 0px;
    margin: 5px 0px 0px;
    text-transform: uppercase;
}
.main_cat_wrap .mainCat-item {
    position: relative;
    padding: 0px;
    list-style: none;
    display: inline-block;
    /*border: 1px solid #cfcfcf;*/
    width: 130px;
    height: 155px;
    margin: 0px 10px 15px 0px;
    background: #fff;
    /*-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;*/
}
.main_cat_wrap .mainCat-item:nth-child(26) {
    margin-left: 282px;
}
.main_cat_wrap .mainCat-item:hover {
    /*-webkit-box-shadow: 0px 0px 25px rgba(0,0,0,.4);
    -moz-box-shadow: 0px 0px 25px rgba(0,0,0,.4);
    box-shadow: 0px 0px 25px rgba(0,0,0,.4);*/
}
.main_cat_wrap .mainCat-item-name {
    margin-top: 10px;
}
.main_cat_wrap .mainCat-item-name a {
    text-align: center;
    font-family: arial_n, arial;
    padding: 3px;
    height: 46px;
    background: #85bd49;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 15px;
    word-wrap: break-word;
    display: table-cell;
    vertical-align: middle;
    width: 135px;
    margin: 10px 0;
    box-shadow: 3px 3px 3px #5e5e5e;
}
.main_cat_wrap .mainCat-item-name a:hover, .main_cat_wrap .mainCat-item:hover .mainCat-item-name a {
    background: #ff9933;
}
.main_cat_wrap .mainCat-item-intro-text {margin: 10px 0;}
.main_cat_wrap .mainCat-item-intro-text ul {
    margin: 0;
    padding: 0px;
}
.main_cat_wrap .mainCat-item-intro-text ul li {
    list-style: none;
    background: url(../../image/my/intro_text_li.png) left center no-repeat;
    display: block;
    padding-left: 15px;
    font-size: 14px;
    color: #000;
}
.main_cat_wrap  .mainCat-item-price-from {
    color: #06799f;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}
.main_cat_wrap .mainCat-item-more a {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: none;
}




.mainCat-item-subcat {
    min-height: 80px;
}

.mainCat-item-pic {
    margin: auto;
    display: block;
}
.mainCat-item-pic a {
    display: block;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}

.mainCat-item-subcat {
    min-height: 80px;
    text-align: center;
}

.mainCat-item {
    /*background: #ddd;*/
}

.mainCat-item-subcat a {
    text-transform: uppercase;
    color: #3b89c9;
}

.mainCat-item-subcat a:hover {
    color: #23527c;
}


.mfilter-content_top {
    margin: 15px 5px;
    position: relative;
    border: 4px solid #cccccc;
}
.mfilter-content_top h3.box-heading {
    display: none;
}
.mfilter-content_top .mfilter-content {
    background: #85bd49;
    margin: 10px;
    border: none !important;
    padding: 0 15px !important;
    border-radius: 0px !important;
}
.mfilter-content_top .mfilter-content > ul > li {
    border-top: none !important;
    display: block !important;
    float: left;
    margin: 7px 16px 5px 0px;
    float: left !important;
    clear: none !important;
}
.mfilter-content_top .mfilter-content > ul > li:nth-child(5) {
    display: none !important;
}
.mfilter-tree .mfilter-content-opts {
    
}
.mfilter-tree .mfilter-content-opts .mfilter-opts-container {
    margin: 5px 8px;
    background: #fff;
    width: 170px;
}
#mfilter-content-opts-0-2 {
    height: 26px !important;
}
.mfilter-content_top .mfilter-content > ul > li:first-child, .mfilter-content_top .mfilter-content > ul > li:first-child .mfilter-search #mfilter-opts-search {
    width: 650px;
}
.mfilter-heading-content {
    padding: 7px 8px 0px !important;
}
.mfilter-content_top .mfilter-content > ul > li .mfilter-heading {
    width: auto !important;
}
.mfilter-content_top .mfilter-content > ul > li .mfilter-heading {
    border-top: none;
    display: block !important;
    width: 180px;
    min-width: 180px;
    border-top: none !important;
    border-right: none !important;
    vertical-align: top;
}
.mfilter-heading-text {
    font-family: arial_n, arial;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}
.mfilter-heading {
    background: none !important;
}
.mfilter-content_top .mfilter-content > ul > li .mfilter-content-opts {
    display: block;
    border-top: none !important;
}
.mfilter-content_top input[type=text].form-control {
    border-radius: 0px !important;
    border: none;
    width: 170px;
    height: 36px !important;
}
.mfilter-select select {
    padding: 7px;
    width: 170px !important;
    border: 1px solid #fff;
}

.mfilter-button-top {
    position: absolute;
    top: 39px;
    right: 30px;
}
.mfilter-button-top .btn-primary {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    font-family: arial_n, arial;
    width: 130px;
    text-transform: uppercase;
    text-shadow: none;
    background-color: #ff9933;
    background-image: none !important;
    background-repeat: no-repeat;
    border-color: transparent;
    border: none;
    border-radius: 0px;
    box-shadow: 2px 2px 5px rgba(0,0,0,.5);
}





@media (min-width: 1200px) {
    
    header {
        width: 1200px;
    }
    
    .container {
        width: auto;
    }
    #menu {
        width: 1200px;
        margin: 0 auto;
    }
    
    .page_content {
        max-width: 1200px;
        margin: 0 auto;
    }
    
}


@media (min-width: 992px) {
    header {
        width: 1200px;
    }
    
    .container {
        width: 1200px;
    }
    #menu {
        width: 1200px;
        margin: 0 auto;
    }
    
    .page_content {
        max-width: 1200px;
        margin: 0 auto;
    }

}


@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: auto;
        padding: 0 10px;
    }
}

@media (min-width:  992px){
	#m_menu{
		display: none;
	}
}
.toggle{
	display: none;
	z-index: 555;
	width: 55px;
	height: auto; /*55px;*/
	outline: none;
	background-color: transparent;
	border: none;
	border-radius: 50%;
	position: fixed;
	top: 18px; /* 50%;
	transform: translateY(-50%); */
	left: 0;

	font-weight: bold;
    line-height: 1.5;
}
.toggle svg{
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 991px) {
	#content{
		padding-top: 25px;
	}
	.main_text{
		background-image: none;
	}
	.forma_zakaz_zvonka .forma_zakaz_zvonka_inner{
		width: auto;
		height: auto;
		position: static;
	}
	.forma_zakaz_zvonka .forma_zakaz_zvonka_inner .form_caption{
		line-height: 1.5;
	}
	.get_callback{
		width: 100%;
		max-width: 400px;
		left: 50% !important;
		transform: translateX(-50%);
	}
	.footer_logo{
		margin-bottom: 25px;
	}
	.footer_info{
		margin-bottom: 10px;
	}
	.table_wrap{
		overflow: auto;
  		-webkit-overflow-scrolling: touch;
	}
	footer #search{
		display: flex;
		align-items: center;
		margin-top: 15px !important;
		margin-bottom: 40px !important;
	}
	footer #search .input-lg{
		width: auto !important;
	}
	footer #search .search_btn{
		position: static;
	}
	footer .container .footer_contacts{
		text-align: center;
		margin: 15px 0 !important;
	}
	footer #search input{
		border: 1px solid #a7a6a6;
	}
	.toggle{
		display: block;
	}
	#column-left, #wrap_menu{
		display: none;
	}
	#column-left + #content{
		width: 100%;
	}
	#search .input-lg{
		width: 250px;
	}
	header{
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}
	header .container{
		margin: 0 auto !important;
		padding: 15px 0 0;
	}	
	header .row{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		column-gap: 15px;
	}
	header .row > *{
		width: auto;
		margin-bottom: 15px;

	}
	header .row > *:first-child{
		display: none;
	}
	#cart, #cart > *, .callback_btn, .top_contact, header #search, .top_email{
		margin: 0 !important;
	}
	body{
		background: url(../image/my/image10.png) top center no-repeat, #fff url(../image/my/bg.jpg) center top no-repeat fixed;		
	}
	.tvk82-header-first{
		background-color: #fff;
		box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	}

}

@media screen and (max-width: 800px) {
    .city_list ul {
        right: 0px;
        left: 0px;
        margin-left: auto;
        margin-right: auto;
    }
    #cart > .btn {
        width: 100%;
        margin: 15px 0px;
    }
    
    .top_contact {
        text-align: center;
    }
    
    .top_contact > div:last-child {
        font-size: 20px;
    }
    
    .common-home .main_menu {
        top: 0px;
        margin-bottom: 15px;
    }
    .main_menu > ul > li, .main_menu > ul > li > a {
        float: none;
    }
    .main_cat_wrap {
        margin-top: 15px !important;
    }
    .main_menu ul ul.sub_menu {
        -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
        -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
        box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    }
    .main_menu > ul > li > a {
        padding-left: 70px;
    }
    .main_cat_wrap .mainCat-item {
        width: 100% !important;
        margin: 20px 0px !important;
    }
    .raschet_krovli .inner_html_wrap {
        height: auto;
        padding-top: 340px;
        padding-left: 15px;
        background: url(../image/my/raschet_krovli_dom.png) center 10px no-repeat;
    }
    
    .main_dostavka .inner_html_wrap {
        height: auto;
        padding-top: 390px;
        padding-left: 15px;
        background: url(../image/my/main_dostavka.png) center 10px no-repeat;
    }
    
    .main_raschet_form_wrap {
        width: 100%;
    }
    .main_raschet_form_wrap .form_column {
        float: none;
        margin: 0 auto;
    }
    
    .main_text table td h5, .main_text table td p {
        margin-left: 0px;
    }
    
    .product-grid.col-lg-4 {
        width: 100%;
    }
    .page_content .col-sm-9 {
        width: 100%;
    }
    .slide_content {
        padding: 5px;
        width: 70%;
        height: 90%;
    }
    .slide_1 .slide_content .slide_caption, .slide_2 .slide_content .slide_caption, .slide_3 .slide_content .slide_caption {
        font-size: 15px;
        line-height: 18px;
        margin: 5px 0;
    }
    .slide_content .slide_text {
        font-size: 15px;
        line-height: 18px;
    }
    .slide_content .slide_text {
        margin: 15px 0;
    }
    .owl-pagination {
        display: none;
    }
    
    .footer_logo {
        margin-top: 25px;
    }
    
    table, #content thead, tbody, th, td, tr { 
        display: block; 
      }
      
      /* Hide table headers (but not display: none;, for accessibility) */
      thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
      }
      
      tr { /*border: 1px solid #ccc;*/ }
      
      td { 
        /* Behave  like a "row" */
        border: none;
        /*border-bottom: 1px solid #eee; */
        position: relative;
        /*padding-left: 50%;*/ 
            
      }
      
      td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
      }
      
      /*
      Label the data
      */
      /*td:nth-of-type(1):before { content: "First Name"; }
      td:nth-of-type(2):before { content: "Last Name"; }
      td:nth-of-type(3):before { content: "Job Title"; }
      td:nth-of-type(4):before { content: "Favorite Color"; }
      td:nth-of-type(5):before { content: "Wars of Trek?"; }
      td:nth-of-type(6):before { content: "Porn Name"; }
      td:nth-of-type(7):before { content: "Date of Birth"; }
      td:nth-of-type(8):before { content: "Dream Vacation City"; }
      td:nth-of-type(9):before { content: "GPA"; }
      td:nth-of-type(10):before { content: "Arbitrary Data"; }*/
      
      .vid_krovli li {
        float: none !important;
        margin: 10px auto !important;
        width: 100% !important;
      }
      .vid_krovli li img {
        width: 100%;
        max-width: 100%;
      }
      .f_column {
        float: none !important; 
        width: 100% !important;
    }
    .krovlja_image img {
        width: 100%;
    }
    
    
}


@media screen and (max-width: 500px) { 
    .slide_content {
        padding: 4px;
    }
    .slide_content .slide_text {
        margin: 7px 0;
    }
    .slide_content .blue_btn {
        padding: 4px 40px 4px 30px;
        font-size: 14px;
    }
}

@media screen and (max-width: 340px) { 
    .slide_content {
        padding: 2px;
        width: 90%;
    }
    .slide_content .blue_btn {
        padding: 3px 25px 3px 10px;
        font-size: 11px;
    }
    .slide_content .slide_text {
        font-size: 10px;
        line-height: 13px;
        margin: 5px 0;
    }
    .slide_1 .slide_content .slide_caption, .slide_2 .slide_content .slide_caption, .slide_3 .slide_content .slide_caption {
        font-size: 10px;
        line-height: 13px;
        margin: 5px 0;
    }
    .product-thumb {
        height: 440px;
    }
    h1 {
        font-size: 30px;
    }
    .s_tovary .inner_html_wrap h2, .your_options .inner_html_wrap h2 {
        font-size: 28px;
    }
    .ymaps-2-1-50-searchbox__normal-layout {
        width: 255px !important;
    }
}


.table_wrap table,
.table_wrap tr,
.table_wrap td{
	max-width: 100% !important;
}

@media (max-width: 768px){
	.table_wrap td{
		width: 100% !important;
	}	
}

